@charset "UTF-8";
/*!
Theme Name: GMA Foundations
Theme URI: http://underscores.me/
Author: Joe Chellman
Author URI: http://www.shoofly.us/
Description: GMA Foundations theme for 2017 and beyond
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gmafoundations
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GMA Foundations is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: 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; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.75; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #e5e4e4;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #a4bdd1;
      opacity: 1; }

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.hidden {
  display: none; }

.blog .blog-page-header .page-title,
.archive .blog-page-header .page-title, .page-title, .single-post .entry-header .entry-title, .search-results .page-title,
.search-no-results .page-title, body.page-template-search .entry-header, .single-gmaf_person .person-name, .gmaf-landing #tagline, .gmaf-landing .banner, .gmaf-landing .testimonial blockquote, body.page .entry-header .entry-title,
body.page .entry-header .section-title,
body.page .section-header .entry-title,
body.page .section-header .section-title,
.single-gmaf_person .entry-header .entry-title,
.single-gmaf_person .entry-header .section-title,
.single-gmaf_person .section-header .entry-title,
.single-gmaf_person .section-header .section-title, body.page .entry-header .page-subtitle,
body.page .section-header .page-subtitle,
.single-gmaf_person .entry-header .page-subtitle,
.single-gmaf_person .section-header .page-subtitle {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga'; }

#fixed-footer .back-to-top {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.blog .content-area .widget_categories ul a,
.archive .content-area .widget_categories ul a, .blog .hentry .entry-title a,
.archive .hentry .entry-title a, .related-posts .post.hentry .entry-header .entry-title a, .related-posts .post.hentry .read-more, .gmaf-landing .icons .column a, .gmaf-landing .row:last-child .feed-block .posts .entry-title a, .gmaf-landing .row:last-child .feed-block .posts .read-more, .gmaf-landing .row:last-child .alert-box .content p:last-child a, .pdf-download a, .page-template-team .team-grid .gmaf-person a, .single-gmaf_person .person-contact a {
  text-decoration: none; }
  .blog .content-area .widget_categories ul a:hover,
  .archive .content-area .widget_categories ul a:hover, .blog .hentry .entry-title a:hover,
  .archive .hentry .entry-title a:hover, .related-posts .post.hentry .entry-header .entry-title a:hover, .related-posts .post.hentry .read-more:hover, .gmaf-landing .icons .column a:hover, .gmaf-landing .row:last-child .feed-block .posts .entry-title a:hover, .gmaf-landing .row:last-child .feed-block .posts .read-more:hover, .gmaf-landing .row:last-child .alert-box .content p:last-child a:hover, .pdf-download a:hover, .page-template-team .team-grid .gmaf-person a:hover, .single-gmaf_person .person-contact a:hover, .blog .content-area .widget_categories ul a:focus,
  .archive .content-area .widget_categories ul a:focus, .blog .hentry .entry-title a:focus,
  .archive .hentry .entry-title a:focus, .related-posts .post.hentry .entry-header .entry-title a:focus, .related-posts .post.hentry .read-more:focus, .gmaf-landing .icons .column a:focus, .gmaf-landing .row:last-child .feed-block .posts .entry-title a:focus, .gmaf-landing .row:last-child .feed-block .posts .read-more:focus, .gmaf-landing .row:last-child .alert-box .content p:last-child a:focus, .pdf-download a:focus, .page-template-team .team-grid .gmaf-person a:focus, .single-gmaf_person .person-contact a:focus {
    text-decoration: underline; }

.mobile-navigation .menu-mobile-menu-container .menu a, .blog .hentry .post-category a,
.archive .hentry .post-category a, .who-we-serve-header .wws-block a {
  text-decoration: none; }
  .mobile-navigation .menu-mobile-menu-container .menu a:hover, .blog .hentry .post-category a:hover,
  .archive .hentry .post-category a:hover, .who-we-serve-header .wws-block a:hover, .mobile-navigation .menu-mobile-menu-container .menu a:focus, .blog .hentry .post-category a:focus,
  .archive .hentry .post-category a:focus, .who-we-serve-header .wws-block a:focus {
    text-decoration: none;
    color: inherit; }

.blog .hentry .post-category ul,
.archive .hentry .post-category ul, .utility-navigation .menu, .main-navigation ul, .main-navigation .sub-menu, .mobile-navigation .menu-mobile-menu-container .menu, .blog .content-area .widget_categories ul,
.archive .content-area .widget_categories ul, body.page .page-subnav .inline-menu,
.single-gmaf_person .page-subnav .inline-menu {
  list-style: none; }
  .blog .hentry .post-category ul li, .archive .hentry .post-category ul li, .utility-navigation .menu li, .main-navigation ul li, .main-navigation .sub-menu li, .mobile-navigation .menu-mobile-menu-container .menu li, .blog .content-area .widget_categories ul li, .archive .content-area .widget_categories ul li, body.page .page-subnav .inline-menu li, .single-gmaf_person .page-subnav .inline-menu li {
    list-style: none; }

.blog .hentry .post-category ul,
.archive .hentry .post-category ul {
  margin: 0;
  padding: 0; }
  .blog .hentry .post-category ul li, .archive .hentry .post-category ul li {
    margin: 0;
    padding: 0; }

.who-we-serve-header .wws-block a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.blog .content-area,
.archive .content-area, .gmaf-landing .row .box, .who-we-serve-header .inner, .comment-navigation,
.posts-navigation,
.post-navigation, .related-posts, body.page .entry-header .inner,
body.page .section-header .inner,
.single-gmaf_person .entry-header .inner,
.single-gmaf_person .section-header .inner, body.page .entry-footer,
.single-gmaf_person .entry-footer, .single .content-area,
.error404 .content-area, .search-results .content-area,
.search-no-results .content-area, .utility-navigation .menu-utility-menu-container, .site-header .header-inner, .site-footer .footer-inner, body.page .entry-content,
.single-gmaf_person .entry-content, body.page .page-subnav,
.single-gmaf_person .page-subnav, .rule, .page-template-team .team-grid {
  margin-left: auto;
  margin-right: auto; }

.blog .blog-page-header .page-title,
.archive .blog-page-header .page-title, .page-title, .single-post .entry-header .entry-title, .search-results .page-title,
.search-no-results .page-title, body.page-template-search .entry-header, .single-gmaf_person .person-name {
  font-size: 44px;
  font-size: 2.75rem;
  font-family: "freight-text-pro", serif;
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1.2; }
  @media (min-width: 48em) {
    .blog .blog-page-header .page-title,
    .archive .blog-page-header .page-title, .page-title, .single-post .entry-header .entry-title, .search-results .page-title,
    .search-no-results .page-title, body.page-template-search .entry-header, .single-gmaf_person .person-name {
      font-size: 60px;
      font-size: 3.75rem; } }

.blog .content-area,
.archive .content-area, .gmaf-landing .row .box, .who-we-serve-header .inner {
  max-width: 1170px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em; }
  @media (min-width: 1170px) {
    .blog .content-area,
    .archive .content-area, .gmaf-landing .row .box, .who-we-serve-header .inner {
      padding-left: 0;
      padding-right: 0; } }

.comment-navigation,
.posts-navigation,
.post-navigation, .related-posts, body.page .entry-header .inner,
body.page .section-header .inner,
.single-gmaf_person .entry-header .inner,
.single-gmaf_person .section-header .inner, body.page .entry-footer,
.single-gmaf_person .entry-footer, .single .content-area,
.error404 .content-area, .search-results .content-area,
.search-no-results .content-area {
  max-width: 970px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1em;
  padding-right: 1em; }
  @media (min-width: 1170px) {
    .comment-navigation,
    .posts-navigation,
    .post-navigation, .related-posts, body.page .entry-header .inner,
    body.page .section-header .inner,
    .single-gmaf_person .entry-header .inner,
    .single-gmaf_person .section-header .inner, body.page .entry-footer,
    .single-gmaf_person .entry-footer, .single .content-area,
    .error404 .content-area, .search-results .content-area,
    .search-no-results .content-area {
      padding-left: 0;
      padding-right: 0; } }

.gmaf-landing .icons .column h2,
.gmaf-landing .icons .column h3, .gmaf-landing #blog-slider .slide .entry-title {
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: normal; }

.gmaf-landing .case-studies-block .slider-header, .gmaf-landing .row:last-child .feed-block .feed-header {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  padding: 0 1em;
  letter-spacing: 0.1em; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
  color: #52728d;
  font-family: "franklin-gothic-urw", sans-serif;
  line-height: 1.7; }
  @media (min-width: 48em) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 20px;
      font-size: 1.25rem; } }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 1.5em 0;
  font-family: "freight-text-pro", serif;
  font-style: italic;
  font-size: 150%; }
  blockquote em {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "franklin-gothic-urw", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin-left: 1em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.leading-paragraph {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "freight-text-pro", serif;
  line-height: 1.4; }

.quote-attribution {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.15em; }

@media (min-width: 48em) {
  .leading-paragraph {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.8; } }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.25em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #52728d; }
  a:visited {
    color: #52728d; }
  a:hover, a:focus, a:active {
    color: #44a5e1; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.utility-navigation {
  display: none;
  background: url("../img/bg-utility-nav.jpg") left top repeat-x;
  height: 65px; }
  .utility-navigation .menu-utility-menu-container {
    max-width: 1170px;
    font-size: 85%; }
  .utility-navigation .menu {
    text-align: right;
    margin-left: 0;
    padding-left: 0; }
    .utility-navigation .menu .menu-item {
      display: inline-block;
      height: 65px; }
      .utility-navigation .menu .menu-item a {
        color: #666c71;
        text-decoration: none;
        display: inline-block;
        padding: 1em 0 0.2em;
        margin-right: 1.5em; }
        .utility-navigation .menu .menu-item a:hover, .utility-navigation .menu .menu-item a:focus {
          border-bottom: 4px solid #fac558; }
      .utility-navigation .menu .menu-item:last-child a {
        margin-right: 0; }
      .utility-navigation .menu .menu-item.grantseekers {
        background: url("../img/bg-utility-nav-special.jpg") center top repeat-x;
        padding-left: 1em;
        padding-right: 1em; }
        .utility-navigation .menu .menu-item.grantseekers a {
          color: #1f76d5;
          font-weight: 500; }
      .utility-navigation .menu .menu-item.menu-item-search-utility form {
        display: none;
        opacity: 0;
        margin-right: 0.5em;
        -webkit-transition: opacity 0.5s, display 0.5s;
        transition: opacity 0.5s, display 0.5s; }
        .utility-navigation .menu .menu-item.menu-item-search-utility form.visible {
          opacity: 1;
          display: inline-block; }
  .utility-navigation #utility-search-toggle {
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-right: 0.5em; }
  @media (min-width: 1170px) {
    .utility-navigation {
      display: block; } }

.main-navigation {
  display: none;
  position: absolute;
  top: 90px;
  right: 1em;
  left: auto; }
  .main-navigation ul {
    margin: 0; }
  .main-navigation li {
    display: inline-block;
    position: relative; }
    .main-navigation li:hover .sub-menu, .main-navigation li:focus .sub-menu {
      display: block; }
  .main-navigation a {
    font-size: 25px;
    font-size: 1.5625rem;
    display: inline-block;
    text-decoration: none;
    margin-left: 1em; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current-page-ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #44a5e1; }
  .main-navigation .sub-menu {
    display: none;
    padding: 20px 0 0;
    position: absolute;
    top: 1.7em;
    left: -2em;
    width: 260px;
    background: url("../img/bg-dropdown-arrow.png") no-repeat center 6px;
    z-index: 100; }
    .main-navigation .sub-menu .menu-item {
      display: block;
      text-align: center; }
      .main-navigation .sub-menu .menu-item a {
        font-size: 14px;
        font-size: 0.875rem;
        display: block;
        margin: 0;
        background: url("../img/bg-dropdown-off.jpg") repeat;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        padding: 1em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .main-navigation .sub-menu .menu-item a:hover, .main-navigation .sub-menu .menu-item a:focus {
          background: url("../img/bg-dropdown-on.jpg") repeat;
          color: #52728d; }
  @media (min-width: 1170px) {
    .main-navigation {
      display: block;
      right: 0; }
      .main-navigation a {
        font-size: 25px;
        font-size: 1.5625rem; } }

.mobile-navigation .menu-toggle {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  height: 75px;
  width: 70px;
  background: #f2f1ef url("../img/mobile-menu-toggle.png") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  border-width: 0;
  border-radius: 0; }

.mobile-navigation .menu-mobile-menu-container {
  position: fixed;
  z-index: 100;
  top: 75px;
  left: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 85%;
  font-weight: 500; }
  .mobile-navigation .menu-mobile-menu-container.visible {
    display: block !important; }
  .mobile-navigation .menu-mobile-menu-container .menu {
    margin: 0;
    padding: 0; }
    .mobile-navigation .menu-mobile-menu-container .menu li {
      position: relative; }
    .mobile-navigation .menu-mobile-menu-container .menu > li:first-child {
      border-top: 1px solid #d0d9e6; }
    .mobile-navigation .menu-mobile-menu-container .menu a {
      display: block;
      padding: 0.25em 75px 0.25em 1.5em;
      background: #f3f3f1;
      border-bottom: 1px solid #d0d9e6; }
    .mobile-navigation .menu-mobile-menu-container .menu .grantseekers a {
      color: #e55804; }
  .mobile-navigation .menu-mobile-menu-container .sub-menu {
    margin: 0;
    padding: 0;
    display: none; }
    .mobile-navigation .menu-mobile-menu-container .sub-menu.visible {
      display: block; }
    .mobile-navigation .menu-mobile-menu-container .sub-menu a {
      background: #e7e7e4;
      padding-left: 3em; }

.mobile-navigation .expander {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 1em;
  line-height: 1;
  width: 44px;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
  cursor: pointer;
  color: #7f96a9; }

@media (min-width: 1170px) {
  .mobile-navigation {
    display: none; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  display: inline-block;
  padding: 0.1em 0.5em 0.1em 0;
  line-height: 1; }
  .comment-navigation .nav-previous a,
  .comment-navigation .nav-next a,
  .posts-navigation .nav-previous a,
  .posts-navigation .nav-next a,
  .post-navigation .nav-previous a,
  .post-navigation .nav-next a {
    font-weight: bold; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  padding-left: 0.5em;
  border-left: 2px solid #52728d; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #52728d;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

.site-main .entry-content {
  padding-left: 1em;
  padding-right: 1em; }

@media (min-width: 1170px) {
  .site-main .entry-content {
    padding-left: 0;
    padding-right: 0; } }

.site-header {
  border-bottom: 1px solid #dae4f3; }
  .site-header .header-inner {
    max-width: 1170px;
    position: relative; }
  .site-header .site-title {
    display: inline-block;
    padding: 0;
    margin: 20px 0 14px 20px;
    width: 100px;
    line-height: 1; }
    .site-header .site-title a {
      display: block; }
      .site-header .site-title a img {
        vertical-align: top; }
  @media (min-width: 1170px) {
    .site-header .header-inner {
      padding-left: 0;
      padding-right: 0; }
    .site-header .site-title {
      margin: 50px 0 60px 0;
      width: auto; } }

.site-footer {
  font-size: 18px;
  font-size: 1.125rem;
  background: #ecebe9; }
  .site-footer .footer-inner {
    zoom: 1;
    max-width: 1170px;
    padding: 2em 1em 50px; }
    .site-footer .footer-inner:after {
      content: '\0020';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  .site-footer .contact-info {
    text-align: center; }
    .site-footer .contact-info p {
      margin-top: 0; }
    .site-footer .contact-info a {
      margin-right: 1em;
      text-decoration: none;
      white-space: nowrap; }
  .site-footer .social {
    text-align: center; }
    .site-footer .social a {
      margin-left: 1em; }
  @media (min-width: 48em) {
    .site-footer .footer-inner {
      padding-bottom: 2em; }
    .site-footer .contact-info {
      float: left;
      text-align: left; }
    .site-footer .social {
      float: right;
      text-align: right; } }
  @media (min-width: 1170px) {
    .site-footer .footer-inner {
      padding-left: 0;
      padding-right: 0; } }

#fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #d9d9d7;
  width: 100%;
  text-align: center;
  padding: 6px 0; }
  #fixed-footer a:nth-child(2) {
    margin: 0 80px; }
  #fixed-footer .back-to-top {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: url("../img/back-to-top.png") no-repeat center center;
    background-size: 20px; }
  @media (min-width: 37.5em) {
    #fixed-footer {
      display: none; } }

.blog .content-area,
.archive .content-area {
  zoom: 1; }
  .blog .content-area:after,
  .archive .content-area:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .blog .content-area .widget-area,
  .archive .content-area .widget-area {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 1em;
    margin-bottom: 1em;
    background: #f5f5f4; }
    .blog .content-area .widget-area .widget-title,
    .archive .content-area .widget-area .widget-title {
      font-size: 76%;
      text-transform: uppercase;
      font-weight: 500; }
  .blog .content-area .blog-search-widget #blog-search-key,
  .blog .content-area .blog-search-widget #blog-search-submit,
  .archive .content-area .blog-search-widget #blog-search-key,
  .archive .content-area .blog-search-widget #blog-search-submit {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 0.5em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-width: 0;
    border-radius: 0;
    display: inline-block;
    background-color: #fff;
    height: 40px;
    vertical-align: top; }
  .blog .content-area .blog-search-widget #blog-search-key,
  .archive .content-area .blog-search-widget #blog-search-key {
    width: calc(100% - 40px); }
  .blog .content-area .blog-search-widget #blog-search-submit,
  .archive .content-area .blog-search-widget #blog-search-submit {
    width: 40px; }
  .blog .content-area .widget_categories ul,
  .archive .content-area .widget_categories ul {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0;
    padding: 0; }
    .blog .content-area .widget_categories ul a,
    .archive .content-area .widget_categories ul a {
      font-weight: bold; }
  @media (min-width: 48em) {
    .blog .content-area .site-main,
    .archive .content-area .site-main {
      float: left;
      width: calc(100% - 300px); }
    .blog .content-area .widget-area,
    .archive .content-area .widget-area {
      float: right;
      width: 270px; } }

.blog .blog-page-header,
.archive .blog-page-header {
  border-bottom: 1px solid #dae4f3;
  margin-bottom: 2em; }
  .blog .blog-page-header .page-title,
  .archive .blog-page-header .page-title {
    text-align: center;
    padding-bottom: 0.5em;
    font-style: italic;
    background: url("../img/header-border-green.jpg") no-repeat center bottom; }

.blog .read-more,
.archive .read-more {
  font-weight: bold; }

.blog .hentry,
.archive .hentry {
  zoom: 1;
  border-bottom: 1px solid #dae4f3;
  padding-bottom: 1em; }
  .blog .hentry:after,
  .archive .hentry:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .blog .hentry .post-icon img,
  .archive .hentry .post-icon img {
    width: 170px;
    border: 1px solid #fff;
    border-radius: 170px; }
  .blog .hentry .post-category,
  .archive .hentry .post-category {
    font-size: 12px;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0; }
  .blog .hentry .entry-title,
  .archive .hentry .entry-title {
    font-size: 34px;
    font-size: 2.125rem;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    margin: 0.25em 0 0.5em 0;
    font-weight: 500;
    line-height: 1.3; }
  @media (min-width: 48em) {
    .blog .hentry,
    .archive .hentry {
      padding-left: 1em; }
      .blog .hentry .post-icon,
      .archive .hentry .post-icon {
        float: left;
        width: 150px; }
      .blog .hentry .entry-content,
      .archive .hentry .entry-content {
        float: left;
        width: calc(100% - 150px);
        margin-top: 0; }
        .blog .hentry .entry-content.no-icon,
        .archive .hentry .entry-content.no-icon {
          float: none;
          width: 100%; } }
  @media (min-width: 1170px) {
    .blog .hentry .post-icon,
    .archive .hentry .post-icon {
      width: 200px; }
    .blog .hentry .entry-content,
    .archive .hentry .entry-content {
      width: calc(100% - 200px); } }

.related-posts {
  padding-left: 1em;
  padding-right: 1em;
  border-top: 1px solid #dae4f3;
  padding-top: 2em;
  text-align: center; }
  .related-posts .post .related-posts-title {
    font-size: 100%;
    margin-bottom: 2em; }
  .related-posts .post.hentry {
    zoom: 1;
    border-bottom: 1px solid #dae4f3;
    padding-bottom: 1em; }
    .related-posts .post.hentry:after {
      content: '\0020';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    .related-posts .post.hentry:last-child {
      border-bottom: none; }
    .related-posts .post.hentry .post-icon img {
      width: 170px;
      border: 1px solid #fff;
      border-radius: 170px; }
    .related-posts .post.hentry .post-category {
      display: none; }
    .related-posts .post.hentry .entry-header {
      margin: 0;
      padding: 0;
      text-align: center;
      background-image: none; }
      .related-posts .post.hentry .entry-header .entry-title {
        font-family: "franklin-gothic-urw-cond", sans-serif;
        margin: 0 0 0.5em;
        text-align: center;
        font-size: 123.1%;
        font-style: normal; }
        .related-posts .post.hentry .entry-header .entry-title a {
          font-weight: normal; }
    .related-posts .post.hentry .entry-content {
      padding-left: 0;
      padding-right: 0; }
    .related-posts .post.hentry .read-more {
      font-weight: bold;
      display: block;
      margin-top: 0.5em; }
  @media (min-width: 48em) {
    .related-posts {
      text-align: left; }
      .related-posts .post.hentry .entry-header .entry-title {
        text-align: left; }
      .related-posts .post.hentry .post-icon {
        float: left;
        width: 200px; }
      .related-posts .post.hentry .entry-content {
        float: left;
        width: calc(100% - 200px);
        margin-top: 0; }
        .related-posts .post.hentry .entry-content.no-icon {
          float: none;
          width: 100%; } }
  @media (min-width: 1170px) {
    .related-posts {
      padding-left: 0;
      padding-right: 0; } }

.gmaf-landing .edit-landing-link {
  text-align: center;
  margin-bottom: 1em; }

.gmaf-landing .slick-dots {
  width: 100%; }
  @media (min-width: 48em) {
    .gmaf-landing .slick-dots {
      width: 80%; } }

.gmaf-landing .row {
  zoom: 1;
  text-align: center; }
  .gmaf-landing .row:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media (min-width: 48em) {
    .gmaf-landing .row .box .column {
      width: 50%;
      float: left; } }
  @media (min-width: 48em) {
    .gmaf-landing .row .box .icons .column {
      width: 32%;
      float: none;
      display: inline-block; } }
  @media (min-width: 48em) {
    .gmaf-landing .row {
      text-align: left; } }
  .gmaf-landing .row:first-child {
    padding-bottom: 1em; }
    @media (min-width: 48em) {
      .gmaf-landing .row:first-child {
        padding-top: 2em;
        padding-bottom: 4em; }
        .gmaf-landing .row:first-child .column:first-child {
          width: 55%; }
        .gmaf-landing .row:first-child .column:last-child {
          width: 45%; } }
  .gmaf-landing .row.testimonial-blog .box {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 48em) {
    .gmaf-landing .row.testimonial-blog .column {
      width: calc(50% - 0.5em); }
      .gmaf-landing .row.testimonial-blog .column:last-child {
        float: right; } }
  .gmaf-landing .row:last-child .box {
    zoom: 1; }
    .gmaf-landing .row:last-child .box:after {
      content: '\0020';
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
  @media (min-width: 48em) {
    .gmaf-landing .row:last-child .column {
      width: calc(33% - 0.6em); }
      .gmaf-landing .row:last-child .column:nth-child(2) {
        margin-left: 1em;
        margin-right: 1em; }
      .gmaf-landing .row:last-child .column:last-child {
        float: right; } }
  @media (min-width: 1170px) {
    .gmaf-landing .row:last-child .column {
      width: calc(33% - 0.5em); }
      .gmaf-landing .row:last-child .column:nth-child(2) {
        margin-left: 1em;
        margin-right: 1em; }
      .gmaf-landing .row:last-child .column:last-child {
        float: right; } }

.gmaf-landing #tagline {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "franklin-gothic-urw-cond", sans-serif;
  color: #e56213;
  line-height: 1.4; }
  @media (min-width: 48em) {
    .gmaf-landing #tagline {
      font-size: 40px;
      font-size: 2.5rem;
      padding-left: 20px;
      padding-right: 30px; } }
  @media (min-width: 1170px) {
    .gmaf-landing #tagline {
      font-size: 48px;
      font-size: 3rem;
      padding-left: 0;
      padding-right: 2em; } }

.gmaf-landing #home-slides {
  border-top: 1px solid #dae4f3;
  padding-top: 1em;
  margin-top: 1em;
  position: absolute;
  left: -9999em;
  visibility: hidden; }
  .gmaf-landing #home-slides.slick-initialized {
    position: relative;
    left: auto;
    visibility: visible; }
  .gmaf-landing #home-slides .slide {
    padding-bottom: 1em; }
  .gmaf-landing #home-slides .slide-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0;
    text-transform: uppercase;
    padding-left: 10px; }
  .gmaf-landing #home-slides .slide-content {
    padding-left: 10px; }
    .gmaf-landing #home-slides .slide-content h1,
    .gmaf-landing #home-slides .slide-content h2 {
      font-size: 72px;
      font-size: 4.5rem;
      margin: 0;
      font-family: "freight-text-pro", serif;
      color: #a9b8c6;
      font-weight: normal;
      font-style: italic;
      line-height: 1.1; }
    .gmaf-landing #home-slides .slide-content p {
      font-size: 22px;
      font-size: 1.375rem;
      margin: 0.5em 0; }
  .gmaf-landing #home-slides .slide-stat {
    font-size: 105px;
    font-size: 6.5625rem;
    font-family: "freight-text-pro", serif;
    color: #a9b8c6;
    font-weight: normal;
    font-style: italic;
    line-height: 1.1; }
  .gmaf-landing #home-slides .slide-stat-desc {
    font-size: 30px;
    font-size: 1.875rem;
    margin-top: 0.5em; }
  .gmaf-landing #home-slides .slick-dots {
    text-align: center; }
  @media (min-width: 48em) {
    .gmaf-landing #home-slides {
      border-top: none;
      margin-top: 0;
      padding-top: 0;
      border-left: 1px solid #dae4f3;
      padding-left: 1em; }
      .gmaf-landing #home-slides .slick-dots {
        text-align: left; } }
  @media (min-width: 1170px) {
    .gmaf-landing #home-slides .slide-content h1,
    .gmaf-landing #home-slides .slide-content h2 {
      font-size: 105px;
      font-size: 6.5625rem; }
    .gmaf-landing #home-slides .slide-content p {
      font-size: 30px;
      font-size: 1.875rem; } }

.gmaf-landing .banner {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 3em 0;
  text-align: center;
  font-family: "freight-text-pro", serif;
  color: #fff;
  background-position: center center;
  background-size: cover; }
  .gmaf-landing .banner h1,
  .gmaf-landing .banner h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0;
    text-shadow: 0 0 0.8em #555; }
  .gmaf-landing .banner p {
    text-shadow: 0 0 0.8em #555; }
  .gmaf-landing .banner a {
    font-size: 12px;
    font-size: 0.75rem;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #fff;
    letter-spacing: 0.1em;
    color: #fff;
    padding: 0.5em 1em;
    background: rgba(27, 95, 170, .6);
    font-family: "franklin-gothic-urw", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    text-shadow: none; }
  @media (min-width: 48em) {
    .gmaf-landing .banner {
      font-size: 28px;
      font-size: 1.75rem;
      padding-left: 1em;
      padding-right: 1em; }
      .gmaf-landing .banner h1,
      .gmaf-landing .banner h2 {
        font-size: 46px;
        font-size: 2.875rem; }
      .gmaf-landing .banner a {
        font-size: 16px;
        font-size: 1rem; } }

.gmaf-landing .services-title {
  font-size: 12px;
  font-size: 0.75rem;
  color: #005dab;
  letter-spacing: 0.15em;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 3; }
  @media (min-width: 48em) {
    .gmaf-landing .services-title {
      font-size: 16px;
      font-size: 1rem;
      line-height: 5; } }

.gmaf-landing .icons .column {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1em;
  vertical-align: top; }
  .gmaf-landing .icons .column img {
    max-width: 165px; }
  .gmaf-landing .icons .column h2,
  .gmaf-landing .icons .column h3 {
    font-size: 26px;
    font-size: 1.625rem;
    margin: 0;
    line-height: 1.2; }
  .gmaf-landing .icons .column p {
    margin: 0.5em 0; }
  .gmaf-landing .icons .column p:last-child {
    margin-bottom: 0; }
    .gmaf-landing .icons .column p:last-child a {
      font-weight: bold; }
  .gmaf-landing .icons .column::after {
    content: '';
    display: block;
    border-bottom: 1px solid #dae4f3;
    width: 6em;
    margin: 0 auto 2em;
    padding: 1em 0; }
  .gmaf-landing .icons .column:last-child::after {
    content: none; }

@media (min-width: 48em) {
  .gmaf-landing .icons {
    text-align: center; }
    .gmaf-landing .icons .column {
      font-size: inherit; }
      .gmaf-landing .icons .column h2,
      .gmaf-landing .icons .column h3 {
        font-size: 34px;
        font-size: 2.125rem;
        margin: 0.5em 0; }
      .gmaf-landing .icons .column p {
        margin: 1em 0; }
      .gmaf-landing .icons .column img {
        max-width: 90%; }
      .gmaf-landing .icons .column::after {
        content: none; } }

.gmaf-landing .testimonial-blog {
  background: #f6f6f6;
  margin-top: 4em; }

.gmaf-landing .testimonial {
  background: #e56213;
  color: #fff;
  padding: 2em;
  margin-bottom: 75px; }
  .gmaf-landing .testimonial blockquote {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
    margin: 0; }
    .gmaf-landing .testimonial blockquote p {
      margin: 0;
      padding-bottom: 1em; }
  .gmaf-landing .testimonial > p {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.25em; }
  @media (min-width: 48em) {
    .gmaf-landing .testimonial {
      padding: 3em;
      margin-bottom: 0; }
      .gmaf-landing .testimonial blockquote {
        font-size: 36px;
        font-size: 2.25rem; }
      .gmaf-landing .testimonial > p {
        font-size: 14px;
        font-size: 0.875rem; } }

.gmaf-landing .case-studies-block {
  position: relative; }
  .gmaf-landing .case-studies-block .slider-header {
    background: url("../img/bg-blog-feed-header.jpg") left center repeat-x;
    position: absolute;
    height: 49px;
    line-height: 49px;
    top: -29px;
    left: 20px;
    display: none;
    z-index: 10; }
    @media (min-width: 48em) {
      .gmaf-landing .case-studies-block .slider-header {
        display: block; } }

.gmaf-landing #blog-slider {
  background: #fff;
  margin-bottom: 0; }
  .gmaf-landing #blog-slider .slide {
    background: #fff;
    position: relative;
    overflow: visible; }
    .gmaf-landing #blog-slider .slide img {
      width: 100%;
      height: auto; }
    .gmaf-landing #blog-slider .slide .content {
      font-size: 18px;
      font-size: 1.125rem;
      padding: 1em; }
      .gmaf-landing #blog-slider .slide .content .slide-category {
        font-size: 11px;
        font-size: 0.6875rem;
        text-transform: uppercase;
        font-weight: normal; }
      .gmaf-landing #blog-slider .slide .content p:last-child a {
        font-weight: bold; }
    .gmaf-landing #blog-slider .slide .excerpt {
      margin: 0; }
    .gmaf-landing #blog-slider .slide .entry-title {
      font-size: 28px;
      font-size: 1.75rem;
      margin: 0.5em 0 0.15em;
      line-height: 1.3; }
    @media (min-width: 48em) {
      .gmaf-landing #blog-slider .slide .content {
        font-size: inherit;
        padding: 0.5em 1em 1.5em 2em; }
        .gmaf-landing #blog-slider .slide .content .slide-category {
          display: none; }
      .gmaf-landing #blog-slider .slide .entry-title {
        font-size: 34px;
        font-size: 2.125rem; } }
  .gmaf-landing #blog-slider .slick-dots {
    bottom: 1em;
    left: 0;
    text-align: center;
    width: 100%; }
  @media (min-width: 48em) {
    .gmaf-landing #blog-slider {
      border: 1em solid #e1e0e0; }
      .gmaf-landing #blog-slider .slick-dots {
        bottom: 1em;
        left: 1.5em;
        text-align: left;
        width: 80%; } }

.gmaf-landing .row:last-child .box {
  padding-left: 0;
  padding-right: 0; }

.gmaf-landing .row:last-child .feed-block {
  position: relative;
  background: #f6f6f6; }
  .gmaf-landing .row:last-child .feed-block .feed-header {
    background: #237322 url("../img/bg-blog-feed-news.jpg") left center no-repeat;
    color: #fff;
    text-align: center; }
  .gmaf-landing .row:last-child .feed-block .posts {
    line-height: 1.6;
    padding-left: 1em;
    padding-right: 1em; }
    .gmaf-landing .row:last-child .feed-block .posts .post {
      padding-bottom: 2em; }
    .gmaf-landing .row:last-child .feed-block .posts .entry-title {
      font-size: 22px;
      font-size: 1.375rem;
      font-weight: 700;
      line-height: 1.2;
      color: #355570;
      margin: 0 0 0.3em; }
    .gmaf-landing .row:last-child .feed-block .posts .excerpt {
      margin: 0; }
    .gmaf-landing .row:last-child .feed-block .posts .read-more {
      font-weight: bold;
      white-space: nowrap; }
  .gmaf-landing .row:last-child .feed-block.news .feed-header {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em 0; }
  .gmaf-landing .row:last-child .feed-block.resources .feed-header {
    width: 100%;
    margin-bottom: 1em;
    padding: 0.5em 0;
    background: #3771b1 url("../img/bg-blog-feed-resources.jpg") left center no-repeat; }

.gmaf-landing .row:last-child .alert-box {
  background: url("../img/bg-alert-box.jpg") no-repeat center center;
  background-size: cover;
  padding: 3rem; }
  .gmaf-landing .row:last-child .alert-box .content {
    font-size: 25px;
    font-size: 1.5625rem;
    font-family: "franklin-gothic-urw-cond", sans-serif;
    font-weight: normal;
    background: #fff;
    padding: 1.5rem;
    text-align: center; }
    .gmaf-landing .row:last-child .alert-box .content p {
      margin: 0; }
    .gmaf-landing .row:last-child .alert-box .content p:last-child a {
      font-size: 18px;
      font-size: 1.125rem;
      font-weight: bold;
      font-family: "franklin-gothic-urw", sans-serif; }

@media (min-width: 48em) {
  .gmaf-landing .row:last-child {
    padding: 4em 0 2em; }
    .gmaf-landing .row:last-child .box {
      padding-left: 1em;
      padding-right: 1em; }
    .gmaf-landing .row:last-child .feed-block {
      background-image: url("../img/bg-blog-feed-news-bottom.jpg");
      background-position: left bottom;
      background-repeat: repeat-x;
      padding-bottom: 20px; }
      .gmaf-landing .row:last-child .feed-block .feed-header {
        position: absolute;
        height: 49px;
        line-height: 49px;
        top: -20px;
        left: 1em;
        background-position: left center; }
      .gmaf-landing .row:last-child .feed-block .posts {
        padding: 3em 1em 1em; }
      .gmaf-landing .row:last-child .feed-block.resources {
        background-image: url("../img/bg-blog-feed-resources-bottom.jpg"); }
        .gmaf-landing .row:last-child .feed-block.resources .feed-header {
          width: 161px;
          margin-bottom: 0;
          padding-top: 0;
          padding-bottom: 0; }
      .gmaf-landing .row:last-child .feed-block.news .feed-header {
        width: 161px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0; }
    .gmaf-landing .row:last-child .alert-box {
      padding: 1.5rem; }
      .gmaf-landing .row:last-child .alert-box .content {
        font-size: 34px;
        font-size: 2.125rem; } }

@media (min-width: 1170px) {
  .gmaf-landing .row:last-child .box {
    padding-left: 0;
    padding-right: 0; } }

.site-content {
  padding-top: 1em; }
  @media (min-width: 48em) {
    .site-content {
      padding-top: 2em; } }

.page-title {
  text-align: center;
  padding-bottom: 0.5em;
  font-style: italic;
  background: url("../img/header-border-yellow.jpg") no-repeat center bottom; }

body.page .entry-header,
body.page .section-header,
.single-gmaf_person .entry-header,
.single-gmaf_person .section-header {
  background: url("../img/header-border-yellow.jpg") no-repeat center bottom;
  padding: 1em 0;
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
  body.page .entry-header .entry-title,
  body.page .entry-header .section-title,
  body.page .section-header .entry-title,
  body.page .section-header .section-title,
  .single-gmaf_person .entry-header .entry-title,
  .single-gmaf_person .entry-header .section-title,
  .single-gmaf_person .section-header .entry-title,
  .single-gmaf_person .section-header .section-title {
    font-size: 48px;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    font-family: "freight-text-pro", serif;
    font-style: oblique;
    margin: 0;
    line-height: 1;
    color: #52728d; }
  body.page .entry-header .page-subtitle,
  body.page .section-header .page-subtitle,
  .single-gmaf_person .entry-header .page-subtitle,
  .single-gmaf_person .section-header .page-subtitle {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "freight-text-pro", serif;
    font-weight: normal;
    width: 85%;
    margin: 0 auto;
    text-align: center; }
  body.page .entry-header.with-background,
  body.page .section-header.with-background,
  .single-gmaf_person .entry-header.with-background,
  .single-gmaf_person .section-header.with-background {
    background-position: center center;
    background-size: cover;
    padding: 2em 0;
    width: 100%; }
    body.page .entry-header.with-background .entry-title,
    body.page .entry-header.with-background .section-title,
    body.page .section-header.with-background .entry-title,
    body.page .section-header.with-background .section-title,
    .single-gmaf_person .entry-header.with-background .entry-title,
    .single-gmaf_person .entry-header.with-background .section-title,
    .single-gmaf_person .section-header.with-background .entry-title,
    .single-gmaf_person .section-header.with-background .section-title {
      color: #fff;
      background: none;
      padding-bottom: 0.25em; }
    body.page .entry-header.with-background .page-subtitle,
    body.page .section-header.with-background .page-subtitle,
    .single-gmaf_person .entry-header.with-background .page-subtitle,
    .single-gmaf_person .section-header.with-background .page-subtitle {
      color: #fff; }

body.page.page-child .entry-header.with-background,
.single-gmaf_person.page-child .entry-header.with-background {
  padding: 70px 0;
  padding: 3.5rem 0; }

body.page .entry-content,
.single-gmaf_person .entry-content {
  max-width: 970px; }
  body.page .entry-content ul li,
  .single-gmaf_person .entry-content ul li {
    list-style: none; }
    body.page .entry-content ul li::before,
    .single-gmaf_person .entry-content ul li::before {
      font-size: 36px;
      font-size: 36px;
      font-size: 2.25rem;
      content: '\2022';
      display: block;
      position: relative;
      max-width: 0;
      max-height: 0;
      left: -32px;
      top: -13px;
      color: #ffc552; }

body.page .page-subnav,
.single-gmaf_person .page-subnav {
  max-width: 1170px;
  text-align: center;
  border-bottom: 1px solid #dae4f3;
  padding: 1.25em 0 0.5em; }
  body.page .page-subnav .inline-menu,
  .single-gmaf_person .page-subnav .inline-menu {
    margin: 0;
    padding: 0 0 1em; }
    body.page .page-subnav .inline-menu li,
    .single-gmaf_person .page-subnav .inline-menu li {
      display: inline-block;
      line-height: 1.2; }
      body.page .page-subnav .inline-menu li a,
      .single-gmaf_person .page-subnav .inline-menu li a {
        display: inline-block;
        padding: 0 1em;
        text-decoration: none; }
      body.page .page-subnav .inline-menu li:last-child a,
      .single-gmaf_person .page-subnav .inline-menu li:last-child a {
        border-right: none; }
      body.page .page-subnav .inline-menu li.current_page_item a,
      .single-gmaf_person .page-subnav .inline-menu li.current_page_item a {
        color: #48a7e1; }

body.page .entry-footer,
.single-gmaf_person .entry-footer {
  padding-top: 1em; }

@media (min-width: 48em) {
  body.page .entry-header .entry-title,
  body.page .entry-header .section-title,
  body.page .section-header .entry-title,
  body.page .section-header .section-title,
  .single-gmaf_person .entry-header .entry-title,
  .single-gmaf_person .entry-header .section-title,
  .single-gmaf_person .section-header .entry-title,
  .single-gmaf_person .section-header .section-title {
    font-size: 65px;
    font-size: 4.0625rem; }
  body.page .entry-header.with-background,
  body.page .section-header.with-background,
  .single-gmaf_person .entry-header.with-background,
  .single-gmaf_person .section-header.with-background {
    padding: 115px 0;
    padding: 5.75rem 0; }
  body.page .entry-header .page-subtitle,
  body.page .section-header .page-subtitle,
  .single-gmaf_person .entry-header .page-subtitle,
  .single-gmaf_person .section-header .page-subtitle {
    font-size: 28px;
    font-size: 1.75rem; }
  body.page .page-subnav,
  .single-gmaf_person .page-subnav {
    padding: 2em 0 0.5em; }
    body.page .page-subnav .inline-menu a,
    .single-gmaf_person .page-subnav .inline-menu a {
      border-right: 1px solid #52728d; } }

.rule {
  height: 1px;
  background: #dae4f3;
  width: 100%; }
  .rule.single-post-header {
    max-width: 16em; }

.wp-caption .wp-caption-text {
  font-size: 10px;
  font-size: 0.625rem;
  margin-top: 0.25em;
  padding-top: 0;
  text-align: left;
  font-weight: normal;
  text-transform: uppercase; }

.wp-caption.featured-image img {
  vertical-align: bottom; }

.single-post .print-widget {
  text-align: right;
  font-size: 76%;
  margin-bottom: 0.5em; }
  .single-post .print-widget a {
    text-decoration: none; }

.single-post .entry-header {
  text-align: center;
  position: relative; }
  .single-post .entry-header .entry-category {
    text-transform: uppercase;
    font-size: 76%; }
    .single-post .entry-header .entry-category a {
      text-decoration: none; }
  .single-post .entry-header .entry-title {
    font-style: italic; }

.single-post .hentry {
  margin-bottom: 0; }

.single-post .entry-content ul li {
  list-style: none; }
  .single-post .entry-content ul li::before {
    font-size: 36px;
    font-size: 36px;
    font-size: 2.25rem;
    content: '\2022';
    display: block;
    position: relative;
    max-width: 0;
    max-height: 0;
    left: -32px;
    top: -13px;
    color: #ffc552; }

@media (min-width: 48em) {
  .single-post .print-widget {
    margin-bottom: 0; } }

.pdf-download {
  font-weight: bold;
  margin-bottom: 1em; }

.accordion-title {
  cursor: pointer; }
  .accordion-title::after {
    content: ' ▸'; }
  .accordion-title.open::after {
    content: ' ▾'; }

#__bs_notify__ {
  top: auto !important;
  bottom: 0 !important;
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 0 !important; }

.search-results .page-title,
.search-no-results .page-title {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-style: italic;
  background: url("../img/header-border-green.jpg") no-repeat center bottom; }

.search-results .content-area,
.search-no-results .content-area {
  padding: 0 1em 2em; }

body.page-template-search .entry-header {
  text-align: center;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-style: italic;
  background: url("../img/header-border-green.jpg") no-repeat center bottom; }

body.page-template-search .entry-content .search-form {
  text-align: center; }

.search-form .search-field {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.25em;
  -webkit-appearance: none; }

.search-form .search-submit {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0.25em 0.75em;
  line-height: 1.7;
  text-transform: uppercase;
  font-weight: bold;
  color: #52728d; }

.page-template-team .team-grid {
  max-width: 1170px;
  margin-top: 2em;
  text-align: center; }
  .page-template-team .team-grid .gmaf-person {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 49%;
    max-width: 160px;
    text-align: left; }
    .page-template-team .team-grid .gmaf-person .photo {
      margin-bottom: 0.5em; }
      .page-template-team .team-grid .gmaf-person .photo img {
        vertical-align: bottom; }
    .page-template-team .team-grid .gmaf-person .info {
      font-size: 16px;
      font-size: 1rem;
      line-height: 1.8; }
      .page-template-team .team-grid .gmaf-person .info .fa {
        margin-right: 0.35em; }
    .page-template-team .team-grid .gmaf-person .person-inner {
      padding: 0 1em 3em; }
    .page-template-team .team-grid .gmaf-person .name {
      font-size: 20px;
      font-size: 1.25rem;
      margin: 0 0 0.25em;
      line-height: 1.2; }
    .page-template-team .team-grid .gmaf-person .phone {
      white-space: nowrap; }
    @media (min-width: 48em) {
      .page-template-team .team-grid .gmaf-person {
        width: 24%;
        max-width: 100%; }
        .page-template-team .team-grid .gmaf-person .name {
          font-size: 24px;
          font-size: 1.5rem; }
        .page-template-team .team-grid .gmaf-person .info {
          font-size: 18px;
          font-size: 1.125rem; } }
    @media (min-width: 1170px) {
      .page-template-team .team-grid .gmaf-person {
        width: 19%; } }

.single-gmaf_person .person-photo {
  padding: 0 1em; }

.single-gmaf_person .person-header {
  padding: 0 1em; }

.single-gmaf_person .person-name {
  font-size: 40px;
  font-size: 2.5rem;
  margin-bottom: 0.2em;
  clear: none; }

.single-gmaf_person .page-subnav {
  margin-bottom: 2em; }

.single-gmaf_person .person-contact {
  font-size: 18px;
  font-size: 1.125rem; }
  .single-gmaf_person .person-contact .fa {
    margin-right: 0.35em; }
  .single-gmaf_person .person-contact a:first-child {
    margin-right: 0.5em; }
  .single-gmaf_person .person-contact a:last-child {
    margin-left: 0.5em; }

@media (min-width: 48em) {
  .single-gmaf_person .person-photo {
    float: left;
    margin: 0 1em 1em 0; }
    .single-gmaf_person .person-photo img {
      max-width: 275px;
      height: auto; } }

@media (min-width: 1170px) {
  .single-gmaf_person .person-photo,
  .single-gmaf_person .person-header {
    padding-left: 0;
    padding-right: 0; }
  .single-gmaf_person .person-photo {
    margin: 0 4em 2em 0; } }

.who-we-serve-header .inner {
  padding-bottom: 2em;
  border-bottom: 1px solid #dae4f3;
  text-align: center; }

.who-we-serve-header .wws-block {
  font-size: 48px;
  font-size: 3rem;
  display: inline-block;
  width: 100%;
  max-width: 370px;
  min-height: 300px;
  margin: 0 0 0.25em;
  line-height: 1.1;
  font-family: "freight-text-pro", serif;
  font-weight: normal;
  font-style: italic;
  background: #1f4c8d url("../img/bg-wws-1.jpg");
  background-size: cover;
  position: relative; }
  .who-we-serve-header .wws-block:nth-child(2) {
    background-image: url("../img/bg-wws-2.jpg"); }
  .who-we-serve-header .wws-block:nth-child(3) {
    background-image: url("../img/bg-wws-3.jpg"); }
  .who-we-serve-header .wws-block .wws-title {
    display: block;
    position: relative;
    top: 1em;
    margin: 0 auto;
    width: 90%; }
  .who-we-serve-header .wws-block .learn-more {
    font-size: 16px;
    font-size: 1rem;
    font-family: "franklin-gothic-urw", sans-serif;
    font-style: normal;
    padding: 1em 0.5em;
    text-transform: uppercase;
    text-align: center;
    width: 60%;
    left: 20%;
    position: absolute;
    bottom: 1em;
    border: 1px solid #fff;
    letter-spacing: 0.1em; }
  .who-we-serve-header .wws-block a {
    display: block;
    color: #fff; }
    .who-we-serve-header .wws-block a:hover, .who-we-serve-header .wws-block a:focus {
      color: #fff; }

@media (min-width: 48em) {
  .who-we-serve-header .wws-block {
    width: 31.5%;
    min-height: 350px;
    margin: 0 1%;
    vertical-align: top; }
    .who-we-serve-header .wws-block:first-child {
      margin-left: 0; }
    .who-we-serve-header .wws-block:last-child {
      margin-right: 0; }
    .who-we-serve-header .wws-block .wws-title {
      top: 1.5em;
      width: 80%; }
    .who-we-serve-header .wws-block .learn-more {
      width: 40%;
      left: 30%;
      bottom: 2em; } }
/*# sourceMappingURL=style.css.map */