@charset "UTF-8";
/*	Colors
---------------------------------------------------------*/
/*	Scaffolding
---------------------------------------------------------*/
/*	Typography
---------------------------------------------------------*/
/*	Core Components
---------------------------------------------------------*/
/*	Tables
---------------------------------------------------------*/
/*	Buttons
---------------------------------------------------------*/
/*	Forms
---------------------------------------------------------*/
/*	Z-Index
---------------------------------------------------------*/
/*	Media Query Breakpoints
---------------------------------------------------------*/
/*	Containers
---------------------------------------------------------*/
/*	Transitions
---------------------------------------------------------*/
/*	Font Awesome Library
---------------------------------------------------------*/
/*!
 *  Font Awesome 4.5.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("../library/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("../library/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../library/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../library/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../library/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../library/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.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.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.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 {
  animation: fa-spin 2s infinite linear; }

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

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

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

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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 {
  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: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-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-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: ""; }

/*	Units
---------------------------------------------------------*/
/*	Values
---------------------------------------------------------*/
/*	Colors
---------------------------------------------------------*/
/*	Selectors
---------------------------------------------------------*/
/*	Breakpoints
---------------------------------------------------------*/
/*	Sizing
---------------------------------------------------------*/
/*	Breakpoints
---------------------------------------------------------*/
/*	One-Sided Border Radius
---------------------------------------------------------*/
/*	Gradients
---------------------------------------------------------*/
/*	Grid System
---------------------------------------------------------*/
/*	Icons
---------------------------------------------------------*/
/*	Utilities
---------------------------------------------------------*/
/*	Type
---------------------------------------------------------*/
/*	Forms
---------------------------------------------------------*/
/*	Buttons
---------------------------------------------------------*/
/*	Alerts
---------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon/icomoon.eot?aipmor");
  src: url("fonts/icomoon/icomoon.eot?aipmor#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.ttf?aipmor") format("truetype"), url("fonts/icomoon/icomoon.woff?aipmor") format("woff"), url("fonts/icomoon/icomoon.svg?aipmor#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-angle-down-icon:before {
  content: "\e900"; }

.icon-angle-up-icon:before {
  content: "\e901"; }

.icon-grid-icon:before {
  content: "\e902"; }

.icon-pin-on-map-icon:before {
  content: "\e903"; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

html {
  font-size: 16px;
  line-height: 1.8125;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Ubuntu", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8125;
  color: #2F3233;
  font-weight: 300;
  background-color: #F3F0ED;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: #2F3233; }

#page {
  background-color: #F3F0ED; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #006E7C;
  text-decoration: none;
  transition: color linear .15s; }
  a:hover, a:focus {
    color: #004a53; }
  .page-section a {
    font-weight: 700;
    font-style: italic;
    text-decoration: underline; }

a.read-more, p.read-more, span.read-more {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-right: 30px;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 7px; }
  a.read-more:after, p.read-more:after, span.read-more:after {
    content: "\00a0\00a0\f178";
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1; }

a.read-more {
  display: inline-block;
  background-color: #F6BC33;
  padding: 1px 36px 1px 16px;
  color: #fff !important;
  font-weight: 500;
  border-radius: 3px;
  text-transform: none; }
  a.read-more:after {
    content: "\f105";
    top: 5px;
    right: 14px; }
  a.read-more:hover {
    background-color: #eca90a; }

.page-section h1 a, .page-section h2 a, .page-section h3 a, .page-section h4 a, .page-section h5 a, .page-section h6 a {
  font-style: normal;
  text-decoration: none; }

.page-section a.btn {
  text-decoration: none;
  font-style: normal; }

figure {
  margin: 0; }

embed,
iframe,
object {
  max-width: 100%; }

img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  width: auto;
  height: auto; }

hr {
  margin-top: 56px;
  margin-bottom: 50px;
  border: 0;
  border-top: 1px solid #ccc; }

/*	Containers
---------------------------------------------------------*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1210px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1210px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

/*	Grid System
---------------------------------------------------------*/
.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col {
  float: left;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

.col.xs-push-0,
.col.xs-pull-0 {
  position: relative; }

.col.xs-0 {
  width: 0%; }

.col.xs-offset-0 {
  margin-left: 0%; }

.col.xs-push-0 {
  left: 0%; }

.col.xs-pull-0 {
  left: 0%; }

.col.xs-push-1,
.col.xs-pull-1 {
  position: relative; }

.col.xs-1 {
  width: 8.33333%; }

.col.xs-offset-1 {
  margin-left: 8.33333%; }

.col.xs-push-1 {
  left: 8.33333%; }

.col.xs-pull-1 {
  left: -8.33333%; }

.col.xs-push-2,
.col.xs-pull-2 {
  position: relative; }

.col.xs-2 {
  width: 16.66667%; }

.col.xs-offset-2 {
  margin-left: 16.66667%; }

.col.xs-push-2 {
  left: 16.66667%; }

.col.xs-pull-2 {
  left: -16.66667%; }

.col.xs-push-3,
.col.xs-pull-3 {
  position: relative; }

.col.xs-3 {
  width: 25%; }

.col.xs-offset-3 {
  margin-left: 25%; }

.col.xs-push-3 {
  left: 25%; }

.col.xs-pull-3 {
  left: -25%; }

.col.xs-push-4,
.col.xs-pull-4 {
  position: relative; }

.col.xs-4 {
  width: 33.33333%; }

.col.xs-offset-4 {
  margin-left: 33.33333%; }

.col.xs-push-4 {
  left: 33.33333%; }

.col.xs-pull-4 {
  left: -33.33333%; }

.col.xs-push-5,
.col.xs-pull-5 {
  position: relative; }

.col.xs-5 {
  width: 41.66667%; }

.col.xs-offset-5 {
  margin-left: 41.66667%; }

.col.xs-push-5 {
  left: 41.66667%; }

.col.xs-pull-5 {
  left: -41.66667%; }

.col.xs-push-6,
.col.xs-pull-6 {
  position: relative; }

.col.xs-6 {
  width: 50%; }

.col.xs-offset-6 {
  margin-left: 50%; }

.col.xs-push-6 {
  left: 50%; }

.col.xs-pull-6 {
  left: -50%; }

.col.xs-push-7,
.col.xs-pull-7 {
  position: relative; }

.col.xs-7 {
  width: 58.33333%; }

.col.xs-offset-7 {
  margin-left: 58.33333%; }

.col.xs-push-7 {
  left: 58.33333%; }

.col.xs-pull-7 {
  left: -58.33333%; }

.col.xs-push-8,
.col.xs-pull-8 {
  position: relative; }

.col.xs-8 {
  width: 66.66667%; }

.col.xs-offset-8 {
  margin-left: 66.66667%; }

.col.xs-push-8 {
  left: 66.66667%; }

.col.xs-pull-8 {
  left: -66.66667%; }

.col.xs-push-9,
.col.xs-pull-9 {
  position: relative; }

.col.xs-9 {
  width: 75%; }

.col.xs-offset-9 {
  margin-left: 75%; }

.col.xs-push-9 {
  left: 75%; }

.col.xs-pull-9 {
  left: -75%; }

.col.xs-push-10,
.col.xs-pull-10 {
  position: relative; }

.col.xs-10 {
  width: 83.33333%; }

.col.xs-offset-10 {
  margin-left: 83.33333%; }

.col.xs-push-10 {
  left: 83.33333%; }

.col.xs-pull-10 {
  left: -83.33333%; }

.col.xs-push-11,
.col.xs-pull-11 {
  position: relative; }

.col.xs-11 {
  width: 91.66667%; }

.col.xs-offset-11 {
  margin-left: 91.66667%; }

.col.xs-push-11 {
  left: 91.66667%; }

.col.xs-pull-11 {
  left: -91.66667%; }

.col.xs-push-12,
.col.xs-pull-12 {
  position: relative; }

.col.xs-12 {
  width: 100%; }

.col.xs-offset-12 {
  margin-left: 100%; }

.col.xs-push-12 {
  left: 100%; }

.col.xs-pull-12 {
  left: -100%; }

@media (min-width: 768px) {
  .col.sm-push-0,
  .col.sm-pull-0 {
    position: relative; }
  .col.sm-0 {
    width: 0%; }
  .col.sm-offset-0 {
    margin-left: 0%; }
  .col.sm-push-0 {
    left: 0%; }
  .col.sm-pull-0 {
    left: 0%; }
  .col.sm-push-1,
  .col.sm-pull-1 {
    position: relative; }
  .col.sm-1 {
    width: 8.33333%; }
  .col.sm-offset-1 {
    margin-left: 8.33333%; }
  .col.sm-push-1 {
    left: 8.33333%; }
  .col.sm-pull-1 {
    left: -8.33333%; }
  .col.sm-push-2,
  .col.sm-pull-2 {
    position: relative; }
  .col.sm-2 {
    width: 16.66667%; }
  .col.sm-offset-2 {
    margin-left: 16.66667%; }
  .col.sm-push-2 {
    left: 16.66667%; }
  .col.sm-pull-2 {
    left: -16.66667%; }
  .col.sm-push-3,
  .col.sm-pull-3 {
    position: relative; }
  .col.sm-3 {
    width: 25%; }
  .col.sm-offset-3 {
    margin-left: 25%; }
  .col.sm-push-3 {
    left: 25%; }
  .col.sm-pull-3 {
    left: -25%; }
  .col.sm-push-4,
  .col.sm-pull-4 {
    position: relative; }
  .col.sm-4 {
    width: 33.33333%; }
  .col.sm-offset-4 {
    margin-left: 33.33333%; }
  .col.sm-push-4 {
    left: 33.33333%; }
  .col.sm-pull-4 {
    left: -33.33333%; }
  .col.sm-push-5,
  .col.sm-pull-5 {
    position: relative; }
  .col.sm-5 {
    width: 41.66667%; }
  .col.sm-offset-5 {
    margin-left: 41.66667%; }
  .col.sm-push-5 {
    left: 41.66667%; }
  .col.sm-pull-5 {
    left: -41.66667%; }
  .col.sm-push-6,
  .col.sm-pull-6 {
    position: relative; }
  .col.sm-6 {
    width: 50%; }
  .col.sm-offset-6 {
    margin-left: 50%; }
  .col.sm-push-6 {
    left: 50%; }
  .col.sm-pull-6 {
    left: -50%; }
  .col.sm-push-7,
  .col.sm-pull-7 {
    position: relative; }
  .col.sm-7 {
    width: 58.33333%; }
  .col.sm-offset-7 {
    margin-left: 58.33333%; }
  .col.sm-push-7 {
    left: 58.33333%; }
  .col.sm-pull-7 {
    left: -58.33333%; }
  .col.sm-push-8,
  .col.sm-pull-8 {
    position: relative; }
  .col.sm-8 {
    width: 66.66667%; }
  .col.sm-offset-8 {
    margin-left: 66.66667%; }
  .col.sm-push-8 {
    left: 66.66667%; }
  .col.sm-pull-8 {
    left: -66.66667%; }
  .col.sm-push-9,
  .col.sm-pull-9 {
    position: relative; }
  .col.sm-9 {
    width: 75%; }
  .col.sm-offset-9 {
    margin-left: 75%; }
  .col.sm-push-9 {
    left: 75%; }
  .col.sm-pull-9 {
    left: -75%; }
  .col.sm-push-10,
  .col.sm-pull-10 {
    position: relative; }
  .col.sm-10 {
    width: 83.33333%; }
  .col.sm-offset-10 {
    margin-left: 83.33333%; }
  .col.sm-push-10 {
    left: 83.33333%; }
  .col.sm-pull-10 {
    left: -83.33333%; }
  .col.sm-push-11,
  .col.sm-pull-11 {
    position: relative; }
  .col.sm-11 {
    width: 91.66667%; }
  .col.sm-offset-11 {
    margin-left: 91.66667%; }
  .col.sm-push-11 {
    left: 91.66667%; }
  .col.sm-pull-11 {
    left: -91.66667%; }
  .col.sm-push-12,
  .col.sm-pull-12 {
    position: relative; }
  .col.sm-12 {
    width: 100%; }
  .col.sm-offset-12 {
    margin-left: 100%; }
  .col.sm-push-12 {
    left: 100%; }
  .col.sm-pull-12 {
    left: -100%; } }

@media (min-width: 992px) {
  .col.md-push-0,
  .col.md-pull-0 {
    position: relative; }
  .col.md-0 {
    width: 0%; }
  .col.md-offset-0 {
    margin-left: 0%; }
  .col.md-push-0 {
    left: 0%; }
  .col.md-pull-0 {
    left: 0%; }
  .col.md-push-1,
  .col.md-pull-1 {
    position: relative; }
  .col.md-1 {
    width: 8.33333%; }
  .col.md-offset-1 {
    margin-left: 8.33333%; }
  .col.md-push-1 {
    left: 8.33333%; }
  .col.md-pull-1 {
    left: -8.33333%; }
  .col.md-push-2,
  .col.md-pull-2 {
    position: relative; }
  .col.md-2 {
    width: 16.66667%; }
  .col.md-offset-2 {
    margin-left: 16.66667%; }
  .col.md-push-2 {
    left: 16.66667%; }
  .col.md-pull-2 {
    left: -16.66667%; }
  .col.md-push-3,
  .col.md-pull-3 {
    position: relative; }
  .col.md-3 {
    width: 25%; }
  .col.md-offset-3 {
    margin-left: 25%; }
  .col.md-push-3 {
    left: 25%; }
  .col.md-pull-3 {
    left: -25%; }
  .col.md-push-4,
  .col.md-pull-4 {
    position: relative; }
  .col.md-4 {
    width: 33.33333%; }
  .col.md-offset-4 {
    margin-left: 33.33333%; }
  .col.md-push-4 {
    left: 33.33333%; }
  .col.md-pull-4 {
    left: -33.33333%; }
  .col.md-push-5,
  .col.md-pull-5 {
    position: relative; }
  .col.md-5 {
    width: 41.66667%; }
  .col.md-offset-5 {
    margin-left: 41.66667%; }
  .col.md-push-5 {
    left: 41.66667%; }
  .col.md-pull-5 {
    left: -41.66667%; }
  .col.md-push-6,
  .col.md-pull-6 {
    position: relative; }
  .col.md-6 {
    width: 50%; }
  .col.md-offset-6 {
    margin-left: 50%; }
  .col.md-push-6 {
    left: 50%; }
  .col.md-pull-6 {
    left: -50%; }
  .col.md-push-7,
  .col.md-pull-7 {
    position: relative; }
  .col.md-7 {
    width: 58.33333%; }
  .col.md-offset-7 {
    margin-left: 58.33333%; }
  .col.md-push-7 {
    left: 58.33333%; }
  .col.md-pull-7 {
    left: -58.33333%; }
  .col.md-push-8,
  .col.md-pull-8 {
    position: relative; }
  .col.md-8 {
    width: 66.66667%; }
  .col.md-offset-8 {
    margin-left: 66.66667%; }
  .col.md-push-8 {
    left: 66.66667%; }
  .col.md-pull-8 {
    left: -66.66667%; }
  .col.md-push-9,
  .col.md-pull-9 {
    position: relative; }
  .col.md-9 {
    width: 75%; }
  .col.md-offset-9 {
    margin-left: 75%; }
  .col.md-push-9 {
    left: 75%; }
  .col.md-pull-9 {
    left: -75%; }
  .col.md-push-10,
  .col.md-pull-10 {
    position: relative; }
  .col.md-10 {
    width: 83.33333%; }
  .col.md-offset-10 {
    margin-left: 83.33333%; }
  .col.md-push-10 {
    left: 83.33333%; }
  .col.md-pull-10 {
    left: -83.33333%; }
  .col.md-push-11,
  .col.md-pull-11 {
    position: relative; }
  .col.md-11 {
    width: 91.66667%; }
  .col.md-offset-11 {
    margin-left: 91.66667%; }
  .col.md-push-11 {
    left: 91.66667%; }
  .col.md-pull-11 {
    left: -91.66667%; }
  .col.md-push-12,
  .col.md-pull-12 {
    position: relative; }
  .col.md-12 {
    width: 100%; }
  .col.md-offset-12 {
    margin-left: 100%; }
  .col.md-push-12 {
    left: 100%; }
  .col.md-pull-12 {
    left: -100%; } }

@media (min-width: 1210px) {
  .col.lg-push-0,
  .col.lg-pull-0 {
    position: relative; }
  .col.lg-0 {
    width: 0%; }
  .col.lg-offset-0 {
    margin-left: 0%; }
  .col.lg-push-0 {
    left: 0%; }
  .col.lg-pull-0 {
    left: 0%; }
  .col.lg-push-1,
  .col.lg-pull-1 {
    position: relative; }
  .col.lg-1 {
    width: 8.33333%; }
  .col.lg-offset-1 {
    margin-left: 8.33333%; }
  .col.lg-push-1 {
    left: 8.33333%; }
  .col.lg-pull-1 {
    left: -8.33333%; }
  .col.lg-push-2,
  .col.lg-pull-2 {
    position: relative; }
  .col.lg-2 {
    width: 16.66667%; }
  .col.lg-offset-2 {
    margin-left: 16.66667%; }
  .col.lg-push-2 {
    left: 16.66667%; }
  .col.lg-pull-2 {
    left: -16.66667%; }
  .col.lg-push-3,
  .col.lg-pull-3 {
    position: relative; }
  .col.lg-3 {
    width: 25%; }
  .col.lg-offset-3 {
    margin-left: 25%; }
  .col.lg-push-3 {
    left: 25%; }
  .col.lg-pull-3 {
    left: -25%; }
  .col.lg-push-4,
  .col.lg-pull-4 {
    position: relative; }
  .col.lg-4 {
    width: 33.33333%; }
  .col.lg-offset-4 {
    margin-left: 33.33333%; }
  .col.lg-push-4 {
    left: 33.33333%; }
  .col.lg-pull-4 {
    left: -33.33333%; }
  .col.lg-push-5,
  .col.lg-pull-5 {
    position: relative; }
  .col.lg-5 {
    width: 41.66667%; }
  .col.lg-offset-5 {
    margin-left: 41.66667%; }
  .col.lg-push-5 {
    left: 41.66667%; }
  .col.lg-pull-5 {
    left: -41.66667%; }
  .col.lg-push-6,
  .col.lg-pull-6 {
    position: relative; }
  .col.lg-6 {
    width: 50%; }
  .col.lg-offset-6 {
    margin-left: 50%; }
  .col.lg-push-6 {
    left: 50%; }
  .col.lg-pull-6 {
    left: -50%; }
  .col.lg-push-7,
  .col.lg-pull-7 {
    position: relative; }
  .col.lg-7 {
    width: 58.33333%; }
  .col.lg-offset-7 {
    margin-left: 58.33333%; }
  .col.lg-push-7 {
    left: 58.33333%; }
  .col.lg-pull-7 {
    left: -58.33333%; }
  .col.lg-push-8,
  .col.lg-pull-8 {
    position: relative; }
  .col.lg-8 {
    width: 66.66667%; }
  .col.lg-offset-8 {
    margin-left: 66.66667%; }
  .col.lg-push-8 {
    left: 66.66667%; }
  .col.lg-pull-8 {
    left: -66.66667%; }
  .col.lg-push-9,
  .col.lg-pull-9 {
    position: relative; }
  .col.lg-9 {
    width: 75%; }
  .col.lg-offset-9 {
    margin-left: 75%; }
  .col.lg-push-9 {
    left: 75%; }
  .col.lg-pull-9 {
    left: -75%; }
  .col.lg-push-10,
  .col.lg-pull-10 {
    position: relative; }
  .col.lg-10 {
    width: 83.33333%; }
  .col.lg-offset-10 {
    margin-left: 83.33333%; }
  .col.lg-push-10 {
    left: 83.33333%; }
  .col.lg-pull-10 {
    left: -83.33333%; }
  .col.lg-push-11,
  .col.lg-pull-11 {
    position: relative; }
  .col.lg-11 {
    width: 91.66667%; }
  .col.lg-offset-11 {
    margin-left: 91.66667%; }
  .col.lg-push-11 {
    left: 91.66667%; }
  .col.lg-pull-11 {
    left: -91.66667%; }
  .col.lg-push-12,
  .col.lg-pull-12 {
    position: relative; }
  .col.lg-12 {
    width: 100%; }
  .col.lg-offset-12 {
    margin-left: 100%; }
  .col.lg-push-12 {
    left: 100%; }
  .col.lg-pull-12 {
    left: -100%; } }

/*	Responsive Utilities
---------------------------------------------------------*/
@-ms-viewport {
  width: device-width; }

.visible-xxs {
  display: none !important; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 579px) {
  .visible-xxs {
    display: block !important; }
  table.visible-xxs {
    display: table; }
  tr.visible-xxs {
    display: table-row !important; }
  th.visible-xxs, td.visible-xxs {
    display: table-cell !important; } }

@media (max-width: 579px) {
  .visible-xxs-block {
    display: block !important; } }

@media (max-width: 579px) {
  .visible-xxs-inline {
    display: inline !important; } }

@media (max-width: 579px) {
  .visible-xxs-inline-block {
    display: inline-block !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs, td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm, td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md, td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1210px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg, td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1210px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1210px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1210px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 579px) {
  .hidden-xxs {
    display: none !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1209px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1210px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print, td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*	Screen Reading Utilities
---------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden; }
  .screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #F3F0ED;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #2F3233;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: 1.8125;
    padding: 14.5px 29px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/*	Headings
---------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.5;
  color: inherit; }

h1, h2, h3 {
  margin-top: 30px;
  margin-bottom: 25px; }
  .page-section:not(.hero-section) h1:first-child, .page-section:not(.hero-section) h2:first-child, .page-section:not(.hero-section) h3:first-child {
    margin-top: 11px; }

h3 {
  margin-bottom: 10px; }

h4, h5, h6 {
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    h4, h5, h6 {
      margin-bottom: 32px; } }

h1 {
  font-size: 60px; }

h2 {
  font-size: 35px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 17px; }

h6 {
  font-size: 15px; }

@media (max-width: 767px) {
  h1 {
    font-size: 48px; }
  h2 {
    font-size: 28px; }
  h3 {
    font-size: 20.8px; }
  h4 {
    font-size: 16px; }
  h5 {
    font-size: 13.6px; }
  h6 {
    font-size: 12px; } }

/*	Body Text
---------------------------------------------------------*/
p {
  margin: 0 0 25px; }

.lead {
  margin-bottom: 30px;
  font-size: 18px; }
  @media (min-width: 768px) {
    .lead {
      font-size: 24px; } }

/*	Emphasis
---------------------------------------------------------*/
small,
.small {
  font-size: 87%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #f6ce95;
  padding: .2em; }

.text-left {
  text-align: left; }

@media (min-width: 480px) {
  .xs-text-left {
    text-align: left; } }

@media (min-width: 768px) {
  .sm-text-left {
    text-align: left; } }

@media (min-width: 992px) {
  .md-text-left {
    text-align: left; } }

@media (min-width: 1210px) {
  .lg-text-left {
    text-align: left; } }

.text-right {
  text-align: right; }

@media (min-width: 480px) {
  .xs-text-right {
    text-align: right; } }

@media (min-width: 768px) {
  .sm-text-right {
    text-align: right; } }

@media (min-width: 992px) {
  .md-text-right {
    text-align: right; } }

@media (min-width: 1210px) {
  .lg-text-right {
    text-align: right; } }

.text-center {
  text-align: center; }

@media (min-width: 480px) {
  .xs-text-center {
    text-align: center; } }

@media (min-width: 768px) {
  .sm-text-center {
    text-align: center; } }

@media (min-width: 992px) {
  .md-text-center {
    text-align: center; } }

@media (min-width: 1210px) {
  .lg-text-center {
    text-align: center; } }

.text-justify {
  text-align: justify; }

@media (min-width: 480px) {
  .xs-text-justify {
    text-align: justify; } }

@media (min-width: 768px) {
  .sm-text-justify {
    text-align: justify; } }

@media (min-width: 992px) {
  .md-text-justify {
    text-align: justify; } }

@media (min-width: 1210px) {
  .lg-text-justify {
    text-align: justify; } }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #606668; }

.text-primary {
  color: #006E7C; }

.text-success {
  color: #5cb85c; }

.text-info {
  color: #5bc0de; }

.text-warning {
  color: #f0ad4e; }

.text-danger {
  color: #d9534f; }

/*	Lists
---------------------------------------------------------*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 25px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, nav.pagination ul, .comment-list, #footer-navigation ul, .flexslider .slides, .flex-direction-nav, .flex-control-nav {
  list-style: none;
  padding-left: 0; }

.list-gapped > li {
  margin-bottom: 25px; }
  .list-gapped > li > ul,
  .list-gapped > li > ol {
    margin-top: 15px; }

ul.yellow-bullet-list {
  padding-left: 48px; }
  ul.yellow-bullet-list li {
    margin-bottom: 11px;
    list-style-type: none;
    position: relative; }
    ul.yellow-bullet-list li:before {
      content: "";
      position: absolute;
      top: 13px;
      left: -27px;
      width: 15px;
      height: 4px;
      background-color: #F6BC33; }

ol.yellow-bullet-list {
  padding-left: 48px;
  counter-reset: yellow_bullet_list; }
  ol.yellow-bullet-list li {
    margin-bottom: 11px;
    list-style-type: none;
    position: relative; }
    ol.yellow-bullet-list li:before {
      counter-increment: yellow_bullet_list;
      content: counter(yellow_bullet_list);
      position: absolute;
      top: 1px;
      left: -35px;
      width: 25px;
      height: 25px;
      background-color: #F6BC33;
      color: #fff;
      text-align: center;
      line-height: 25px;
      font-size: 15px; }

dl {
  margin-top: 0;
  margin-bottom: 30px; }

dt,
dd {
  line-height: 1.8125; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

/*	Code
---------------------------------------------------------*/
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

pre {
  display: block;
  padding: 15px;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 1.8125;
  word-break: break-all;
  word-wrap: break-word;
  color: #666;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px; }
  pre.scrollable {
    max-height: 340px;
    overflow-y: scroll; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

/*	Miscellaneous
---------------------------------------------------------*/
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #ccc; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 15px 30px;
  margin: 0 0 30px;
  font-family: inherit;
  font-size: 20px;
  line-height: 1.8125;
  font-weight: 400;
  border-left: 5px solid #ddd; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer {
    display: block;
    font-size: 80%;
    line-height: 1.8125;
    color: #606668; }
    blockquote footer:before {
      content: '\2014 \00A0'; }

address {
  margin-bottom: 30px;
  font-style: normal;
  line-height: 1.8125; }

table,
.table {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  margin-bottom: 29px; }
  table > thead > tr > th,
  table > thead > tr > td,
  table > tbody > tr > th,
  table > tbody > tr > td,
  table > tfoot > tr > th,
  table > tfoot > tr > td,
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.8125;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  table > thead > tr > th,
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  table > caption + thead > tr:first-child > th,
  table > caption + thead > tr:first-child > td,
  table > colgroup + thead > tr:first-child > th,
  table > colgroup + thead > tr:first-child > td,
  table > thead:first-child > tr:first-child > th,
  table > thead:first-child > tr:first-child > td,
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  table > tbody + tbody,
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  table table,
  .table table {
    background-color: #F3F0ED; }

td,
th {
  text-align: left; }

table.condensed > thead > tr > th,
table.condensed > thead > tr > td,
table.condensed > tbody > tr > th,
table.condensed > tbody > tr > td,
table.condensed > tfoot > tr > th,
table.condensed > tfoot > tr > td {
  padding: 5px; }

table.bordered {
  border: 1px solid #ddd; }
  table.bordered > thead > tr > th,
  table.bordered > thead > tr > td,
  table.bordered > tbody > tr > th,
  table.bordered > tbody > tr > td,
  table.bordered > tfoot > tr > th,
  table.bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  table.bordered > thead > tr > th,
  table.bordered > thead > tr > td {
    border-bottom-width: 2px; }

table.striped > tbody > tr:nth-child(odd) > td,
table.striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

table.hover > tbody > tr:hover > td,
table.hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

@media screen and (max-width: 767px) {
  .responsive-table-container {
    width: 100%;
    margin-bottom: 21.75px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
    .responsive-table-container > table {
      margin-bottom: 0; }
      .responsive-table-container > table > thead > tr > th,
      .responsive-table-container > table > thead > tr > td,
      .responsive-table-container > table > tbody > tr > th,
      .responsive-table-container > table > tbody > tr > td,
      .responsive-table-container > table > tfoot > tr > th,
      .responsive-table-container > table > tfoot > tr > td {
        white-space: nowrap; }
    .responsive-table-container > table.bordered {
      border: 0; }
      .responsive-table-container > table.bordered > thead > tr > th:first-child,
      .responsive-table-container > table.bordered > thead > tr > td:first-child,
      .responsive-table-container > table.bordered > tbody > tr > th:first-child,
      .responsive-table-container > table.bordered > tbody > tr > td:first-child,
      .responsive-table-container > table.bordered > tfoot > tr > th:first-child,
      .responsive-table-container > table.bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .responsive-table-container > table.bordered > thead > tr > th:last-child,
      .responsive-table-container > table.bordered > thead > tr > td:last-child,
      .responsive-table-container > table.bordered > tbody > tr > th:last-child,
      .responsive-table-container > table.bordered > tbody > tr > td:last-child,
      .responsive-table-container > table.bordered > tfoot > tr > th:last-child,
      .responsive-table-container > table.bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .responsive-table-container > table.bordered > tbody > tr:last-child > th,
      .responsive-table-container > table.bordered > tbody > tr:last-child > td,
      .responsive-table-container > table.bordered > tfoot > tr:last-child > th,
      .responsive-table-container > table.bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

/*	Normalize Non-Controls
---------------------------------------------------------*/
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 29px;
  font-size: 24px;
  line-height: inherit;
  color: #aaa;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 7.25px;
  font-weight: 400; }

/*	Normalize Form Input Controls
---------------------------------------------------------*/
.form-control, [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"],
select,
textarea {
  display: block;
  width: 100%;
  font-weight: 300;
  background-image: none;
  border-style: solid;
  transition: background-color linear .15s, border-color linear .15s, box-shadow linear .15s;
  font-size: 16px;
  line-height: 29px;
  border-radius: 3px;
  border-width: 1px;
  height: 43px;
  padding: 6px 11px 6px;
  color: #2F3233;
  background-color: #fff;
  border-color: #ccc;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25); }
  .form-control:focus, [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus,
  select:focus,
  textarea:focus {
    outline: none; }
  .form-control[disabled], [disabled][type="text"], [disabled][type="password"], [disabled][type="date"], [disabled][type="datetime"], [disabled][type="datetime-local"], [disabled][type="month"], [disabled][type="week"], [disabled][type="email"], [disabled][type="number"], [disabled][type="search"], [disabled][type="tel"], [disabled][type="time"], [disabled][type="url"], [disabled][type="color"],
  select[disabled],
  textarea[disabled], .form-control[readonly], [readonly][type="text"], [readonly][type="password"], [readonly][type="date"], [readonly][type="datetime"], [readonly][type="datetime-local"], [readonly][type="month"], [readonly][type="week"], [readonly][type="email"], [readonly][type="number"], [readonly][type="search"], [readonly][type="tel"], [readonly][type="time"], [readonly][type="url"], [readonly][type="color"],
  select[readonly],
  textarea[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] [type="text"],
  fieldset[disabled] [type="password"],
  fieldset[disabled] [type="date"],
  fieldset[disabled] [type="datetime"],
  fieldset[disabled] [type="datetime-local"],
  fieldset[disabled] [type="month"],
  fieldset[disabled] [type="week"],
  fieldset[disabled] [type="email"],
  fieldset[disabled] [type="number"],
  fieldset[disabled] [type="search"],
  fieldset[disabled] [type="tel"],
  fieldset[disabled] [type="time"],
  fieldset[disabled] [type="url"],
  fieldset[disabled] [type="color"],
  fieldset[disabled]
  select,
  fieldset[disabled]
  textarea {
    cursor: not-allowed;
    opacity: 1; }
  .form-control:-ms-input-placeholder, [type="text"]:-ms-input-placeholder, [type="password"]:-ms-input-placeholder, [type="date"]:-ms-input-placeholder, [type="datetime"]:-ms-input-placeholder, [type="datetime-local"]:-ms-input-placeholder, [type="month"]:-ms-input-placeholder, [type="week"]:-ms-input-placeholder, [type="email"]:-ms-input-placeholder, [type="number"]:-ms-input-placeholder, [type="search"]:-ms-input-placeholder, [type="tel"]:-ms-input-placeholder, [type="time"]:-ms-input-placeholder, [type="url"]:-ms-input-placeholder, [type="color"]:-ms-input-placeholder,
  select:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #aaa; }
  .form-control::placeholder, [type="text"]::placeholder, [type="password"]::placeholder, [type="date"]::placeholder, [type="datetime"]::placeholder, [type="datetime-local"]::placeholder, [type="month"]::placeholder, [type="week"]::placeholder, [type="email"]::placeholder, [type="number"]::placeholder, [type="search"]::placeholder, [type="tel"]::placeholder, [type="time"]::placeholder, [type="url"]::placeholder, [type="color"]::placeholder,
  select::placeholder,
  textarea::placeholder {
    color: #aaa; }
  .form-control:focus, [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus,
  select:focus,
  textarea:focus {
    color: #2F3233;
    background-color: #fff;
    border-color: #ccc;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25), 0 0 8px #ccc; }
  .form-control[disabled], [disabled][type="text"], [disabled][type="password"], [disabled][type="date"], [disabled][type="datetime"], [disabled][type="datetime-local"], [disabled][type="month"], [disabled][type="week"], [disabled][type="email"], [disabled][type="number"], [disabled][type="search"], [disabled][type="tel"], [disabled][type="time"], [disabled][type="url"], [disabled][type="color"],
  select[disabled],
  textarea[disabled], .form-control[readonly], [readonly][type="text"], [readonly][type="password"], [readonly][type="date"], [readonly][type="datetime"], [readonly][type="datetime-local"], [readonly][type="month"], [readonly][type="week"], [readonly][type="email"], [readonly][type="number"], [readonly][type="search"], [readonly][type="tel"], [readonly][type="time"], [readonly][type="url"], [readonly][type="color"],
  select[readonly],
  textarea[readonly],
  fieldset[disabled] .form-control,
  fieldset[disabled] [type="text"],
  fieldset[disabled] [type="password"],
  fieldset[disabled] [type="date"],
  fieldset[disabled] [type="datetime"],
  fieldset[disabled] [type="datetime-local"],
  fieldset[disabled] [type="month"],
  fieldset[disabled] [type="week"],
  fieldset[disabled] [type="email"],
  fieldset[disabled] [type="number"],
  fieldset[disabled] [type="search"],
  fieldset[disabled] [type="tel"],
  fieldset[disabled] [type="time"],
  fieldset[disabled] [type="url"],
  fieldset[disabled] [type="color"],
  fieldset[disabled]
  select,
  fieldset[disabled]
  textarea {
    background-color: #ddd; }
  .form-control.sm, .sm[type="text"], .sm[type="password"], .sm[type="date"], .sm[type="datetime"], .sm[type="datetime-local"], .sm[type="month"], .sm[type="week"], .sm[type="email"], .sm[type="number"], .sm[type="search"], .sm[type="tel"], .sm[type="time"], .sm[type="url"], .sm[type="color"],
  select.sm,
  textarea.sm {
    font-size: 14px;
    line-height: 25px;
    border-radius: 3px;
    border-width: 1px;
    height: 33px;
    padding: 3px 8px 3px; }
  .form-control.lg, .lg[type="text"], .lg[type="password"], .lg[type="date"], .lg[type="datetime"], .lg[type="datetime-local"], .lg[type="month"], .lg[type="week"], .lg[type="email"], .lg[type="number"], .lg[type="search"], .lg[type="tel"], .lg[type="time"], .lg[type="url"], .lg[type="color"],
  select.lg,
  textarea.lg {
    font-size: 20px;
    line-height: 36px;
    border-radius: 4px;
    border-width: 1px;
    height: 55px;
    padding: 8px 14px 9px; }
  .field.success .form-control, .success.gfield .form-control, .field.success [type="text"], .success.gfield [type="text"], .field.success [type="password"], .success.gfield [type="password"], .field.success [type="date"], .success.gfield [type="date"], .field.success [type="datetime"], .success.gfield [type="datetime"], .field.success [type="datetime-local"], .success.gfield [type="datetime-local"], .field.success [type="month"], .success.gfield [type="month"], .field.success [type="week"], .success.gfield [type="week"], .field.success [type="email"], .success.gfield [type="email"], .field.success [type="number"], .success.gfield [type="number"], .field.success [type="search"], .success.gfield [type="search"], .field.success [type="tel"], .success.gfield [type="tel"], .field.success [type="time"], .success.gfield [type="time"], .field.success [type="url"], .success.gfield [type="url"], .field.success [type="color"], .success.gfield [type="color"], .field.success
  select, .success.gfield
  select, .field.success
  textarea, .success.gfield
  textarea {
    color: #2F3233;
    background-color: #fff;
    border-color: #5cb85c;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25); }
    .field.success .form-control:focus, .success.gfield .form-control:focus, .field.success [type="text"]:focus, .success.gfield [type="text"]:focus, .field.success [type="password"]:focus, .success.gfield [type="password"]:focus, .field.success [type="date"]:focus, .success.gfield [type="date"]:focus, .field.success [type="datetime"]:focus, .success.gfield [type="datetime"]:focus, .field.success [type="datetime-local"]:focus, .success.gfield [type="datetime-local"]:focus, .field.success [type="month"]:focus, .success.gfield [type="month"]:focus, .field.success [type="week"]:focus, .success.gfield [type="week"]:focus, .field.success [type="email"]:focus, .success.gfield [type="email"]:focus, .field.success [type="number"]:focus, .success.gfield [type="number"]:focus, .field.success [type="search"]:focus, .success.gfield [type="search"]:focus, .field.success [type="tel"]:focus, .success.gfield [type="tel"]:focus, .field.success [type="time"]:focus, .success.gfield [type="time"]:focus, .field.success [type="url"]:focus, .success.gfield [type="url"]:focus, .field.success [type="color"]:focus, .success.gfield [type="color"]:focus, .field.success
    select:focus, .success.gfield
    select:focus, .field.success
    textarea:focus, .success.gfield
    textarea:focus {
      color: #2F3233;
      background-color: #fff;
      border-color: #449d44;
      box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25), 0 0 6px fadeout(#5cb85c, 40%); }
  .field.warning .form-control, .warning.gfield .form-control, .field.warning [type="text"], .warning.gfield [type="text"], .field.warning [type="password"], .warning.gfield [type="password"], .field.warning [type="date"], .warning.gfield [type="date"], .field.warning [type="datetime"], .warning.gfield [type="datetime"], .field.warning [type="datetime-local"], .warning.gfield [type="datetime-local"], .field.warning [type="month"], .warning.gfield [type="month"], .field.warning [type="week"], .warning.gfield [type="week"], .field.warning [type="email"], .warning.gfield [type="email"], .field.warning [type="number"], .warning.gfield [type="number"], .field.warning [type="search"], .warning.gfield [type="search"], .field.warning [type="tel"], .warning.gfield [type="tel"], .field.warning [type="time"], .warning.gfield [type="time"], .field.warning [type="url"], .warning.gfield [type="url"], .field.warning [type="color"], .warning.gfield [type="color"], .field.warning
  select, .warning.gfield
  select, .field.warning
  textarea, .warning.gfield
  textarea {
    color: #2F3233;
    background-color: #fff;
    border-color: #f0ad4e;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25); }
    .field.warning .form-control:focus, .warning.gfield .form-control:focus, .field.warning [type="text"]:focus, .warning.gfield [type="text"]:focus, .field.warning [type="password"]:focus, .warning.gfield [type="password"]:focus, .field.warning [type="date"]:focus, .warning.gfield [type="date"]:focus, .field.warning [type="datetime"]:focus, .warning.gfield [type="datetime"]:focus, .field.warning [type="datetime-local"]:focus, .warning.gfield [type="datetime-local"]:focus, .field.warning [type="month"]:focus, .warning.gfield [type="month"]:focus, .field.warning [type="week"]:focus, .warning.gfield [type="week"]:focus, .field.warning [type="email"]:focus, .warning.gfield [type="email"]:focus, .field.warning [type="number"]:focus, .warning.gfield [type="number"]:focus, .field.warning [type="search"]:focus, .warning.gfield [type="search"]:focus, .field.warning [type="tel"]:focus, .warning.gfield [type="tel"]:focus, .field.warning [type="time"]:focus, .warning.gfield [type="time"]:focus, .field.warning [type="url"]:focus, .warning.gfield [type="url"]:focus, .field.warning [type="color"]:focus, .warning.gfield [type="color"]:focus, .field.warning
    select:focus, .warning.gfield
    select:focus, .field.warning
    textarea:focus, .warning.gfield
    textarea:focus {
      color: #2F3233;
      background-color: #fff;
      border-color: #ec971f;
      box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25), 0 0 6px fadeout(#f0ad4e, 40%); }
  .field.error .form-control, .error.gfield .form-control, .field.error [type="text"], .error.gfield [type="text"], .field.error [type="password"], .error.gfield [type="password"], .field.error [type="date"], .error.gfield [type="date"], .field.error [type="datetime"], .error.gfield [type="datetime"], .field.error [type="datetime-local"], .error.gfield [type="datetime-local"], .field.error [type="month"], .error.gfield [type="month"], .field.error [type="week"], .error.gfield [type="week"], .field.error [type="email"], .error.gfield [type="email"], .field.error [type="number"], .error.gfield [type="number"], .field.error [type="search"], .error.gfield [type="search"], .field.error [type="tel"], .error.gfield [type="tel"], .field.error [type="time"], .error.gfield [type="time"], .field.error [type="url"], .error.gfield [type="url"], .field.error [type="color"], .error.gfield [type="color"], .field.error
  select, .error.gfield
  select, .field.error
  textarea, .error.gfield
  textarea {
    color: #2F3233;
    background-color: #fff;
    border-color: #d9534f;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25); }
    .field.error .form-control:focus, .error.gfield .form-control:focus, .field.error [type="text"]:focus, .error.gfield [type="text"]:focus, .field.error [type="password"]:focus, .error.gfield [type="password"]:focus, .field.error [type="date"]:focus, .error.gfield [type="date"]:focus, .field.error [type="datetime"]:focus, .error.gfield [type="datetime"]:focus, .field.error [type="datetime-local"]:focus, .error.gfield [type="datetime-local"]:focus, .field.error [type="month"]:focus, .error.gfield [type="month"]:focus, .field.error [type="week"]:focus, .error.gfield [type="week"]:focus, .field.error [type="email"]:focus, .error.gfield [type="email"]:focus, .field.error [type="number"]:focus, .error.gfield [type="number"]:focus, .field.error [type="search"]:focus, .error.gfield [type="search"]:focus, .field.error [type="tel"]:focus, .error.gfield [type="tel"]:focus, .field.error [type="time"]:focus, .error.gfield [type="time"]:focus, .field.error [type="url"]:focus, .error.gfield [type="url"]:focus, .field.error [type="color"]:focus, .error.gfield [type="color"]:focus, .field.error
    select:focus, .error.gfield
    select:focus, .field.error
    textarea:focus, .error.gfield
    textarea:focus {
      color: #2F3233;
      background-color: #fff;
      border-color: #c9302c;
      box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.25), 0 0 6px fadeout(#d9534f, 40%); }

textarea,
select[multiple],
select[size] {
  height: auto; }

textarea,
select[multiple] {
  line-height: 1.8125; }
  textarea.sm, textarea.lg,
  select[multiple].sm,
  select[multiple].lg {
    height: auto; }

textarea.small {
  height: 100px !important; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 43px; }
  input[type="date"].sm,
  input[type="time"].sm,
  input[type="datetime-local"].sm,
  input[type="month"].sm {
    line-height: 33px; }
  input[type="date"].lg,
  input[type="time"].lg,
  input[type="datetime-local"].lg,
  input[type="month"].lg {
    line-height: 55px; }

select.sm {
  height: 33px;
  line-height: 33px; }

select.lg {
  height: 55px;
  line-height: 55px; }

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }
  input[type="radio"][disabled], input[type="radio"].disabled,
  fieldset[disabled] input[type="radio"],
  input[type="checkbox"][disabled],
  input[type="checkbox"].disabled,
  fieldset[disabled]
  input[type="checkbox"] {
    cursor: not-allowed; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none; }

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.8125;
  color: #2F3233; }

/*	Form Fields
---------------------------------------------------------*/
.field, .gfield {
  margin-bottom: 20px; }
  .field.success label, .success.gfield label,
  .field.success .help-block, .success.gfield .help-block,
  .field.success .radio, .success.gfield .radio,
  .field.success .gfield_radio li, .gfield_radio
  .field.success li, .success.gfield .gfield_radio li, .gfield_radio .success.gfield li,
  .field.success .checkbox, .success.gfield .checkbox,
  .field.success .gfield_checkbox li, .gfield_checkbox
  .field.success li, .success.gfield .gfield_checkbox li, .gfield_checkbox .success.gfield li {
    color: #5cb85c; }
  .field.warning label, .warning.gfield label,
  .field.warning .help-block, .warning.gfield .help-block,
  .field.warning .radio, .warning.gfield .radio,
  .field.warning .gfield_radio li, .gfield_radio
  .field.warning li, .warning.gfield .gfield_radio li, .gfield_radio .warning.gfield li,
  .field.warning .checkbox, .warning.gfield .checkbox,
  .field.warning .gfield_checkbox li, .gfield_checkbox
  .field.warning li, .warning.gfield .gfield_checkbox li, .gfield_checkbox .warning.gfield li {
    color: #f0ad4e; }
  .field.error label, .error.gfield label,
  .field.error .help-block, .error.gfield .help-block,
  .field.error .radio, .error.gfield .radio,
  .field.error .gfield_radio li, .gfield_radio
  .field.error li, .error.gfield .gfield_radio li, .gfield_radio .error.gfield li,
  .field.error .checkbox, .error.gfield .checkbox,
  .field.error .gfield_checkbox li, .gfield_checkbox
  .field.error li, .error.gfield .gfield_checkbox li, .gfield_checkbox .error.gfield li {
    color: #d9534f; }

.radio, .gfield_radio li,
.checkbox,
.gfield_checkbox li {
  position: relative;
  display: block;
  min-height: 29px;
  margin-top: 14.5px;
  margin-bottom: 14.5px; }
  .radio label, .gfield_radio li label,
  .checkbox label, .gfield_checkbox li label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer; }
  .radio.disabled label, .gfield_radio li.disabled label,
  fieldset[disabled] .radio label,
  fieldset[disabled] .gfield_radio li label, .gfield_radio
  fieldset[disabled] li label,
  .checkbox.disabled label, .gfield_checkbox li.disabled label,
  fieldset[disabled]
  .checkbox label,
  fieldset[disabled] .gfield_checkbox li label, .gfield_checkbox
  fieldset[disabled] li label {
    cursor: not-allowed; }

.radio input[type="radio"], .gfield_radio li input[type="radio"],
.checkbox input[type="checkbox"], .gfield_checkbox li input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio, .gfield_radio li + .radio, .gfield_radio .radio + li, .gfield_radio li + li,
.checkbox + .checkbox, .gfield_checkbox li + .checkbox, .gfield_checkbox
.checkbox + li, .gfield_checkbox li + li {
  margin-top: -7.25px; }

/*	Static Input
---------------------------------------------------------*/
.static-input {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0; }
  .static-input.lg, .static-input.sm {
    padding-left: 0;
    padding-right: 0; }

/*	Input Help Blocks
---------------------------------------------------------*/
.input-help-block, .gfield_description {
  display: block;
  margin-top: 7.25px;
  margin-bottom: 7.25px;
  color: #606668; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  table {
    border-collapse: collapse !important; }
    table td,
    table th {
      background-color: #fff !important; }
    table.bordered th,
    table.bordered td {
      border: 1px solid #ddd !important; } }

/*	Caption
---------------------------------------------------------*/
.wp-caption {
  margin-bottom: 14.5px;
  max-width: 100%; }

.wp-caption-text {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  margin: 15px 0 0; }

/*	Image Alignment
---------------------------------------------------------*/
.alignleft,
.alignright {
  margin-bottom: 14.5px; }

.aligncenter {
  margin: 0 auto 14.5px; }

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 50%; }
  .alignleft {
    float: left;
    margin: 0 29px 14.5px 0; }
  .alignright {
    float: right;
    margin: 0 0 14.5px 29px; } }

/*	Galleries
---------------------------------------------------------*/
.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 14.5px; }
  .gallery:before, .gallery:after {
    content: " ";
    display: table; }
  .gallery:after {
    clear: both; }
  .gallery .gallery-item {
    float: left;
    width: 25%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px; }
    .gallery .gallery-item:nth-child(4n+1) {
      clear: left; }
    .gallery .gallery-item img {
      width: 100%; }

.btn, button,
input[type=button],
input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  text-shadow: none;
  white-space: normal;
  transition: background-color linear .15s, border-color linear .15s, color linear .15s, box-shadow linear .15s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 13px;
  line-height: 24px;
  border-radius: 3px;
  border-width: 0px;
  height: 35px;
  padding: 5px 18px 5px;
  color: #fff !important;
  background-color: #006E7C;
  border-color: #ccc;
  box-shadow: none; }
  .btn:focus, button:focus,
  input[type=button]:focus,
  input[type=submit]:focus, .btn:active, button:active,
  input[type=button]:active,
  input[type=submit]:active, .btn.active, button.active,
  input.active[type=button],
  input.active[type=submit] {
    outline: none; }
  .btn.disabled, button.disabled,
  input.disabled[type=button],
  input.disabled[type=submit], .btn[disabled], button[disabled],
  input[disabled][type=button],
  input[disabled][type=submit],
  fieldset[disabled] .btn,
  fieldset[disabled] button,
  fieldset[disabled]
  input[type=button],
  fieldset[disabled]
  input[type=submit] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65; }
  .btn.lowercase, button.lowercase,
  input.lowercase[type=button],
  input.lowercase[type=submit] {
    text-transform: none; }
  .btn:hover, button:hover,
  input[type=button]:hover,
  input[type=submit]:hover, .btn:focus, button:focus,
  input[type=button]:focus,
  input[type=submit]:focus, .btn:active, button:active,
  input[type=button]:active,
  input[type=submit]:active, .btn.active, button.active,
  input.active[type=button],
  input.active[type=submit] {
    color: #fff !important;
    background-color: #004149;
    border-color: #b3b3b3; }
  .btn:active, button:active,
  input[type=button]:active,
  input[type=submit]:active, .btn.active, button.active,
  input.active[type=button],
  input.active[type=submit] {
    background-image: none; }
  .btn.disabled, button.disabled,
  input.disabled[type=button],
  input.disabled[type=submit], .btn.disabled:hover, button.disabled:hover,
  input.disabled[type=button]:hover,
  input.disabled[type=submit]:hover, .btn.disabled:focus, button.disabled:focus,
  input.disabled[type=button]:focus,
  input.disabled[type=submit]:focus, .btn.disabled:active, button.disabled:active,
  input.disabled[type=button]:active,
  input.disabled[type=submit]:active, .btn.disabled.active, button.disabled.active,
  input.disabled.active[type=button],
  input.disabled.active[type=submit], .btn[disabled], button[disabled],
  input[disabled][type=button],
  input[disabled][type=submit], .btn[disabled]:hover, button[disabled]:hover,
  input[disabled][type=button]:hover,
  input[disabled][type=submit]:hover, .btn[disabled]:focus, button[disabled]:focus,
  input[disabled][type=button]:focus,
  input[disabled][type=submit]:focus, .btn[disabled]:active, button[disabled]:active,
  input[disabled][type=button]:active,
  input[disabled][type=submit]:active, .btn[disabled].active, button[disabled].active,
  input[disabled].active[type=button],
  input[disabled].active[type=submit],
  fieldset[disabled] .btn,
  fieldset[disabled] button,
  fieldset[disabled]
  input[type=button],
  fieldset[disabled]
  input[type=submit],
  fieldset[disabled] .btn:hover,
  fieldset[disabled] button:hover,
  fieldset[disabled]
  input[type=button]:hover,
  fieldset[disabled]
  input[type=submit]:hover,
  fieldset[disabled] .btn:focus,
  fieldset[disabled] button:focus,
  fieldset[disabled]
  input[type=button]:focus,
  fieldset[disabled]
  input[type=submit]:focus,
  fieldset[disabled] .btn:active,
  fieldset[disabled] button:active,
  fieldset[disabled]
  input[type=button]:active,
  fieldset[disabled]
  input[type=submit]:active,
  fieldset[disabled] .btn.active,
  fieldset[disabled] button.active,
  fieldset[disabled]
  input.active[type=button],
  fieldset[disabled]
  input.active[type=submit] {
    background-color: #006E7C;
    border-color: #ccc; }
  .btn:active, button:active,
  input[type=button]:active,
  input[type=submit]:active, .btn.active, button.active,
  input.active[type=button],
  input.active[type=submit] {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, button.disabled,
  input.disabled[type=button],
  input.disabled[type=submit], .btn[disabled], button[disabled],
  input[disabled][type=button],
  input[disabled][type=submit],
  fieldset[disabled] .btn,
  fieldset[disabled] button,
  fieldset[disabled]
  input[type=button],
  fieldset[disabled]
  input[type=submit] {
    box-shadow: none; }
  .btn, button,
  input[type=button],
  input[type=submit], .btn.default, button.default,
  input.default[type=button],
  input.default[type=submit] {
    color: #fff !important;
    background-color: #006E7C;
    border-color: #ccc;
    box-shadow: none; }
    .btn:hover, button:hover,
    input[type=button]:hover,
    input[type=submit]:hover, .btn:focus, button:focus,
    input[type=button]:focus,
    input[type=submit]:focus, .btn:active, button:active,
    input[type=button]:active,
    input[type=submit]:active, .btn.active, button.active,
    input.active[type=button],
    input.active[type=submit], .btn.default:hover, button.default:hover,
    input.default[type=button]:hover,
    input.default[type=submit]:hover, .btn.default:focus, button.default:focus,
    input.default[type=button]:focus,
    input.default[type=submit]:focus, .btn.default:active, button.default:active,
    input.default[type=button]:active,
    input.default[type=submit]:active, .btn.default.active, button.default.active,
    input.default.active[type=button],
    input.default.active[type=submit] {
      color: #fff !important;
      background-color: #004149;
      border-color: #b3b3b3; }
    .btn:active, button:active,
    input[type=button]:active,
    input[type=submit]:active, .btn.active, button.active,
    input.active[type=button],
    input.active[type=submit], .btn.default:active, button.default:active,
    input.default[type=button]:active,
    input.default[type=submit]:active, .btn.default.active, button.default.active,
    input.default.active[type=button],
    input.default.active[type=submit] {
      background-image: none; }
    .btn.disabled, button.disabled,
    input.disabled[type=button],
    input.disabled[type=submit], .btn.disabled:hover, button.disabled:hover,
    input.disabled[type=button]:hover,
    input.disabled[type=submit]:hover, .btn.disabled:focus, button.disabled:focus,
    input.disabled[type=button]:focus,
    input.disabled[type=submit]:focus, .btn.disabled:active, button.disabled:active,
    input.disabled[type=button]:active,
    input.disabled[type=submit]:active, .btn.disabled.active, button.disabled.active,
    input.disabled.active[type=button],
    input.disabled.active[type=submit], .btn[disabled], button[disabled],
    input[disabled][type=button],
    input[disabled][type=submit], .btn[disabled]:hover, button[disabled]:hover,
    input[disabled][type=button]:hover,
    input[disabled][type=submit]:hover, .btn[disabled]:focus, button[disabled]:focus,
    input[disabled][type=button]:focus,
    input[disabled][type=submit]:focus, .btn[disabled]:active, button[disabled]:active,
    input[disabled][type=button]:active,
    input[disabled][type=submit]:active, .btn[disabled].active, button[disabled].active,
    input[disabled].active[type=button],
    input[disabled].active[type=submit],
    fieldset[disabled] .btn,
    fieldset[disabled] button,
    fieldset[disabled]
    input[type=button],
    fieldset[disabled]
    input[type=submit],
    fieldset[disabled] .btn:hover,
    fieldset[disabled] button:hover,
    fieldset[disabled]
    input[type=button]:hover,
    fieldset[disabled]
    input[type=submit]:hover,
    fieldset[disabled] .btn:focus,
    fieldset[disabled] button:focus,
    fieldset[disabled]
    input[type=button]:focus,
    fieldset[disabled]
    input[type=submit]:focus,
    fieldset[disabled] .btn:active,
    fieldset[disabled] button:active,
    fieldset[disabled]
    input[type=button]:active,
    fieldset[disabled]
    input[type=submit]:active,
    fieldset[disabled] .btn.active,
    fieldset[disabled] button.active,
    fieldset[disabled]
    input.active[type=button],
    fieldset[disabled]
    input.active[type=submit], .btn.default.disabled, button.default.disabled,
    input.default.disabled[type=button],
    input.default.disabled[type=submit], .btn.default.disabled:hover, button.default.disabled:hover,
    input.default.disabled[type=button]:hover,
    input.default.disabled[type=submit]:hover, .btn.default.disabled:focus, button.default.disabled:focus,
    input.default.disabled[type=button]:focus,
    input.default.disabled[type=submit]:focus, .btn.default.disabled:active, button.default.disabled:active,
    input.default.disabled[type=button]:active,
    input.default.disabled[type=submit]:active, .btn.default.disabled.active, button.default.disabled.active,
    input.default.disabled.active[type=button],
    input.default.disabled.active[type=submit], .btn.default[disabled], button.default[disabled],
    input.default[disabled][type=button],
    input.default[disabled][type=submit], .btn.default[disabled]:hover, button.default[disabled]:hover,
    input.default[disabled][type=button]:hover,
    input.default[disabled][type=submit]:hover, .btn.default[disabled]:focus, button.default[disabled]:focus,
    input.default[disabled][type=button]:focus,
    input.default[disabled][type=submit]:focus, .btn.default[disabled]:active, button.default[disabled]:active,
    input.default[disabled][type=button]:active,
    input.default[disabled][type=submit]:active, .btn.default[disabled].active, button.default[disabled].active,
    input.default[disabled].active[type=button],
    input.default[disabled].active[type=submit],
    fieldset[disabled] .btn.default,
    fieldset[disabled] button.default,
    fieldset[disabled]
    input.default[type=button],
    fieldset[disabled]
    input.default[type=submit],
    fieldset[disabled] .btn.default:hover,
    fieldset[disabled] button.default:hover,
    fieldset[disabled]
    input.default[type=button]:hover,
    fieldset[disabled]
    input.default[type=submit]:hover,
    fieldset[disabled] .btn.default:focus,
    fieldset[disabled] button.default:focus,
    fieldset[disabled]
    input.default[type=button]:focus,
    fieldset[disabled]
    input.default[type=submit]:focus,
    fieldset[disabled] .btn.default:active,
    fieldset[disabled] button.default:active,
    fieldset[disabled]
    input.default[type=button]:active,
    fieldset[disabled]
    input.default[type=submit]:active,
    fieldset[disabled] .btn.default.active,
    fieldset[disabled] button.default.active,
    fieldset[disabled]
    input.default.active[type=button],
    fieldset[disabled]
    input.default.active[type=submit] {
      background-color: #006E7C;
      border-color: #ccc; }
  .btn.primary, button.primary,
  input.primary[type=button],
  input[type=submit],
  button[type=submit] {
    color: #fff !important;
    background-color: #006E7C;
    border-color: #005c68;
    box-shadow: none; }
    .btn.primary:hover, button.primary:hover,
    input.primary[type=button]:hover,
    input[type=submit]:hover,
    button[type=submit]:hover, .btn.primary:focus, button.primary:focus,
    input.primary[type=button]:focus,
    input[type=submit]:focus,
    button[type=submit]:focus, .btn.primary:active, button.primary:active,
    input.primary[type=button]:active,
    input[type=submit]:active,
    button[type=submit]:active, .btn.primary.active, button.primary.active,
    input.primary.active[type=button],
    input.active[type=submit],
    button.active[type=submit] {
      color: #fff !important;
      background-color: #004149;
      border-color: #002f35; }
    .btn.primary:active, button.primary:active,
    input.primary[type=button]:active,
    input[type=submit]:active,
    button[type=submit]:active, .btn.primary.active, button.primary.active,
    input.primary.active[type=button],
    input.active[type=submit],
    button.active[type=submit] {
      background-image: none; }
    .btn.primary.disabled, button.primary.disabled,
    input.primary.disabled[type=button],
    input.disabled[type=submit],
    button.disabled[type=submit], .btn.primary.disabled:hover, button.primary.disabled:hover,
    input.primary.disabled[type=button]:hover,
    input.disabled[type=submit]:hover,
    button.disabled[type=submit]:hover, .btn.primary.disabled:focus, button.primary.disabled:focus,
    input.primary.disabled[type=button]:focus,
    input.disabled[type=submit]:focus,
    button.disabled[type=submit]:focus, .btn.primary.disabled:active, button.primary.disabled:active,
    input.primary.disabled[type=button]:active,
    input.disabled[type=submit]:active,
    button.disabled[type=submit]:active, .btn.primary.disabled.active, button.primary.disabled.active,
    input.primary.disabled.active[type=button],
    input.disabled.active[type=submit],
    button.disabled.active[type=submit], .btn.primary[disabled], button.primary[disabled],
    input.primary[disabled][type=button],
    input[disabled][type=submit],
    button[disabled][type=submit], .btn.primary[disabled]:hover, button.primary[disabled]:hover,
    input.primary[disabled][type=button]:hover,
    input[disabled][type=submit]:hover,
    button[disabled][type=submit]:hover, .btn.primary[disabled]:focus, button.primary[disabled]:focus,
    input.primary[disabled][type=button]:focus,
    input[disabled][type=submit]:focus,
    button[disabled][type=submit]:focus, .btn.primary[disabled]:active, button.primary[disabled]:active,
    input.primary[disabled][type=button]:active,
    input[disabled][type=submit]:active,
    button[disabled][type=submit]:active, .btn.primary[disabled].active, button.primary[disabled].active,
    input.primary[disabled].active[type=button],
    input[disabled].active[type=submit],
    button[disabled].active[type=submit],
    fieldset[disabled] .btn.primary,
    fieldset[disabled] button.primary,
    fieldset[disabled]
    input.primary[type=button],
    fieldset[disabled]
    input[type=submit],
    fieldset[disabled]
    button[type=submit],
    fieldset[disabled] .btn.primary:hover,
    fieldset[disabled] button.primary:hover,
    fieldset[disabled]
    input.primary[type=button]:hover,
    fieldset[disabled]
    input[type=submit]:hover,
    fieldset[disabled]
    button[type=submit]:hover,
    fieldset[disabled] .btn.primary:focus,
    fieldset[disabled] button.primary:focus,
    fieldset[disabled]
    input.primary[type=button]:focus,
    fieldset[disabled]
    input[type=submit]:focus,
    fieldset[disabled]
    button[type=submit]:focus,
    fieldset[disabled] .btn.primary:active,
    fieldset[disabled] button.primary:active,
    fieldset[disabled]
    input.primary[type=button]:active,
    fieldset[disabled]
    input[type=submit]:active,
    fieldset[disabled]
    button[type=submit]:active,
    fieldset[disabled] .btn.primary.active,
    fieldset[disabled] button.primary.active,
    fieldset[disabled]
    input.primary.active[type=button],
    fieldset[disabled]
    input.active[type=submit],
    fieldset[disabled]
    button.active[type=submit] {
      background-color: #006E7C;
      border-color: #005c68; }
  .btn.success, button.success,
  input.success[type=button],
  input.success[type=submit] {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4eb24e;
    box-shadow: none; }
    .btn.success:hover, button.success:hover,
    input.success[type=button]:hover,
    input.success[type=submit]:hover, .btn.success:focus, button.success:focus,
    input.success[type=button]:focus,
    input.success[type=submit]:focus, .btn.success:active, button.success:active,
    input.success[type=button]:active,
    input.success[type=submit]:active, .btn.success.active, button.success.active,
    input.success.active[type=button],
    input.success.active[type=submit] {
      color: #fff !important;
      background-color: #449d44;
      border-color: #3e8f3e; }
    .btn.success:active, button.success:active,
    input.success[type=button]:active,
    input.success[type=submit]:active, .btn.success.active, button.success.active,
    input.success.active[type=button],
    input.success.active[type=submit] {
      background-image: none; }
    .btn.success.disabled, button.success.disabled,
    input.success.disabled[type=button],
    input.success.disabled[type=submit], .btn.success.disabled:hover, button.success.disabled:hover,
    input.success.disabled[type=button]:hover,
    input.success.disabled[type=submit]:hover, .btn.success.disabled:focus, button.success.disabled:focus,
    input.success.disabled[type=button]:focus,
    input.success.disabled[type=submit]:focus, .btn.success.disabled:active, button.success.disabled:active,
    input.success.disabled[type=button]:active,
    input.success.disabled[type=submit]:active, .btn.success.disabled.active, button.success.disabled.active,
    input.success.disabled.active[type=button],
    input.success.disabled.active[type=submit], .btn.success[disabled], button.success[disabled],
    input.success[disabled][type=button],
    input.success[disabled][type=submit], .btn.success[disabled]:hover, button.success[disabled]:hover,
    input.success[disabled][type=button]:hover,
    input.success[disabled][type=submit]:hover, .btn.success[disabled]:focus, button.success[disabled]:focus,
    input.success[disabled][type=button]:focus,
    input.success[disabled][type=submit]:focus, .btn.success[disabled]:active, button.success[disabled]:active,
    input.success[disabled][type=button]:active,
    input.success[disabled][type=submit]:active, .btn.success[disabled].active, button.success[disabled].active,
    input.success[disabled].active[type=button],
    input.success[disabled].active[type=submit],
    fieldset[disabled] .btn.success,
    fieldset[disabled] button.success,
    fieldset[disabled]
    input.success[type=button],
    fieldset[disabled]
    input.success[type=submit],
    fieldset[disabled] .btn.success:hover,
    fieldset[disabled] button.success:hover,
    fieldset[disabled]
    input.success[type=button]:hover,
    fieldset[disabled]
    input.success[type=submit]:hover,
    fieldset[disabled] .btn.success:focus,
    fieldset[disabled] button.success:focus,
    fieldset[disabled]
    input.success[type=button]:focus,
    fieldset[disabled]
    input.success[type=submit]:focus,
    fieldset[disabled] .btn.success:active,
    fieldset[disabled] button.success:active,
    fieldset[disabled]
    input.success[type=button]:active,
    fieldset[disabled]
    input.success[type=submit]:active,
    fieldset[disabled] .btn.success.active,
    fieldset[disabled] button.success.active,
    fieldset[disabled]
    input.success.active[type=button],
    fieldset[disabled]
    input.success.active[type=submit] {
      background-color: #5cb85c;
      border-color: #4eb24e; }
  .btn.info, button.info,
  input.info[type=button],
  input.info[type=submit] {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #4ab9db;
    box-shadow: none; }
    .btn.info:hover, button.info:hover,
    input.info[type=button]:hover,
    input.info[type=submit]:hover, .btn.info:focus, button.info:focus,
    input.info[type=button]:focus,
    input.info[type=submit]:focus, .btn.info:active, button.info:active,
    input.info[type=button]:active,
    input.info[type=submit]:active, .btn.info.active, button.info.active,
    input.info.active[type=button],
    input.info.active[type=submit] {
      color: #fff !important;
      background-color: #31b0d5;
      border-color: #28a4c9; }
    .btn.info:active, button.info:active,
    input.info[type=button]:active,
    input.info[type=submit]:active, .btn.info.active, button.info.active,
    input.info.active[type=button],
    input.info.active[type=submit] {
      background-image: none; }
    .btn.info.disabled, button.info.disabled,
    input.info.disabled[type=button],
    input.info.disabled[type=submit], .btn.info.disabled:hover, button.info.disabled:hover,
    input.info.disabled[type=button]:hover,
    input.info.disabled[type=submit]:hover, .btn.info.disabled:focus, button.info.disabled:focus,
    input.info.disabled[type=button]:focus,
    input.info.disabled[type=submit]:focus, .btn.info.disabled:active, button.info.disabled:active,
    input.info.disabled[type=button]:active,
    input.info.disabled[type=submit]:active, .btn.info.disabled.active, button.info.disabled.active,
    input.info.disabled.active[type=button],
    input.info.disabled.active[type=submit], .btn.info[disabled], button.info[disabled],
    input.info[disabled][type=button],
    input.info[disabled][type=submit], .btn.info[disabled]:hover, button.info[disabled]:hover,
    input.info[disabled][type=button]:hover,
    input.info[disabled][type=submit]:hover, .btn.info[disabled]:focus, button.info[disabled]:focus,
    input.info[disabled][type=button]:focus,
    input.info[disabled][type=submit]:focus, .btn.info[disabled]:active, button.info[disabled]:active,
    input.info[disabled][type=button]:active,
    input.info[disabled][type=submit]:active, .btn.info[disabled].active, button.info[disabled].active,
    input.info[disabled].active[type=button],
    input.info[disabled].active[type=submit],
    fieldset[disabled] .btn.info,
    fieldset[disabled] button.info,
    fieldset[disabled]
    input.info[type=button],
    fieldset[disabled]
    input.info[type=submit],
    fieldset[disabled] .btn.info:hover,
    fieldset[disabled] button.info:hover,
    fieldset[disabled]
    input.info[type=button]:hover,
    fieldset[disabled]
    input.info[type=submit]:hover,
    fieldset[disabled] .btn.info:focus,
    fieldset[disabled] button.info:focus,
    fieldset[disabled]
    input.info[type=button]:focus,
    fieldset[disabled]
    input.info[type=submit]:focus,
    fieldset[disabled] .btn.info:active,
    fieldset[disabled] button.info:active,
    fieldset[disabled]
    input.info[type=button]:active,
    fieldset[disabled]
    input.info[type=submit]:active,
    fieldset[disabled] .btn.info.active,
    fieldset[disabled] button.info.active,
    fieldset[disabled]
    input.info.active[type=button],
    fieldset[disabled]
    input.info.active[type=submit] {
      background-color: #5bc0de;
      border-color: #4ab9db; }
  .btn.warning, button.warning,
  input.warning[type=button],
  input.warning[type=submit] {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea43b;
    box-shadow: none; }
    .btn.warning:hover, button.warning:hover,
    input.warning[type=button]:hover,
    input.warning[type=submit]:hover, .btn.warning:focus, button.warning:focus,
    input.warning[type=button]:focus,
    input.warning[type=submit]:focus, .btn.warning:active, button.warning:active,
    input.warning[type=button]:active,
    input.warning[type=submit]:active, .btn.warning.active, button.warning.active,
    input.warning.active[type=button],
    input.warning.active[type=submit] {
      color: #fff !important;
      background-color: #ec971f;
      border-color: #e38d13; }
    .btn.warning:active, button.warning:active,
    input.warning[type=button]:active,
    input.warning[type=submit]:active, .btn.warning.active, button.warning.active,
    input.warning.active[type=button],
    input.warning.active[type=submit] {
      background-image: none; }
    .btn.warning.disabled, button.warning.disabled,
    input.warning.disabled[type=button],
    input.warning.disabled[type=submit], .btn.warning.disabled:hover, button.warning.disabled:hover,
    input.warning.disabled[type=button]:hover,
    input.warning.disabled[type=submit]:hover, .btn.warning.disabled:focus, button.warning.disabled:focus,
    input.warning.disabled[type=button]:focus,
    input.warning.disabled[type=submit]:focus, .btn.warning.disabled:active, button.warning.disabled:active,
    input.warning.disabled[type=button]:active,
    input.warning.disabled[type=submit]:active, .btn.warning.disabled.active, button.warning.disabled.active,
    input.warning.disabled.active[type=button],
    input.warning.disabled.active[type=submit], .btn.warning[disabled], button.warning[disabled],
    input.warning[disabled][type=button],
    input.warning[disabled][type=submit], .btn.warning[disabled]:hover, button.warning[disabled]:hover,
    input.warning[disabled][type=button]:hover,
    input.warning[disabled][type=submit]:hover, .btn.warning[disabled]:focus, button.warning[disabled]:focus,
    input.warning[disabled][type=button]:focus,
    input.warning[disabled][type=submit]:focus, .btn.warning[disabled]:active, button.warning[disabled]:active,
    input.warning[disabled][type=button]:active,
    input.warning[disabled][type=submit]:active, .btn.warning[disabled].active, button.warning[disabled].active,
    input.warning[disabled].active[type=button],
    input.warning[disabled].active[type=submit],
    fieldset[disabled] .btn.warning,
    fieldset[disabled] button.warning,
    fieldset[disabled]
    input.warning[type=button],
    fieldset[disabled]
    input.warning[type=submit],
    fieldset[disabled] .btn.warning:hover,
    fieldset[disabled] button.warning:hover,
    fieldset[disabled]
    input.warning[type=button]:hover,
    fieldset[disabled]
    input.warning[type=submit]:hover,
    fieldset[disabled] .btn.warning:focus,
    fieldset[disabled] button.warning:focus,
    fieldset[disabled]
    input.warning[type=button]:focus,
    fieldset[disabled]
    input.warning[type=submit]:focus,
    fieldset[disabled] .btn.warning:active,
    fieldset[disabled] button.warning:active,
    fieldset[disabled]
    input.warning[type=button]:active,
    fieldset[disabled]
    input.warning[type=submit]:active,
    fieldset[disabled] .btn.warning.active,
    fieldset[disabled] button.warning.active,
    fieldset[disabled]
    input.warning.active[type=button],
    fieldset[disabled]
    input.warning.active[type=submit] {
      background-color: #f0ad4e;
      border-color: #eea43b; }
  .btn.danger, button.danger,
  input.danger[type=button],
  input.danger[type=submit] {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d5433e;
    box-shadow: none; }
    .btn.danger:hover, button.danger:hover,
    input.danger[type=button]:hover,
    input.danger[type=submit]:hover, .btn.danger:focus, button.danger:focus,
    input.danger[type=button]:focus,
    input.danger[type=submit]:focus, .btn.danger:active, button.danger:active,
    input.danger[type=button]:active,
    input.danger[type=submit]:active, .btn.danger.active, button.danger.active,
    input.danger.active[type=button],
    input.danger.active[type=submit] {
      color: #fff !important;
      background-color: #c9302c;
      border-color: #b92c28; }
    .btn.danger:active, button.danger:active,
    input.danger[type=button]:active,
    input.danger[type=submit]:active, .btn.danger.active, button.danger.active,
    input.danger.active[type=button],
    input.danger.active[type=submit] {
      background-image: none; }
    .btn.danger.disabled, button.danger.disabled,
    input.danger.disabled[type=button],
    input.danger.disabled[type=submit], .btn.danger.disabled:hover, button.danger.disabled:hover,
    input.danger.disabled[type=button]:hover,
    input.danger.disabled[type=submit]:hover, .btn.danger.disabled:focus, button.danger.disabled:focus,
    input.danger.disabled[type=button]:focus,
    input.danger.disabled[type=submit]:focus, .btn.danger.disabled:active, button.danger.disabled:active,
    input.danger.disabled[type=button]:active,
    input.danger.disabled[type=submit]:active, .btn.danger.disabled.active, button.danger.disabled.active,
    input.danger.disabled.active[type=button],
    input.danger.disabled.active[type=submit], .btn.danger[disabled], button.danger[disabled],
    input.danger[disabled][type=button],
    input.danger[disabled][type=submit], .btn.danger[disabled]:hover, button.danger[disabled]:hover,
    input.danger[disabled][type=button]:hover,
    input.danger[disabled][type=submit]:hover, .btn.danger[disabled]:focus, button.danger[disabled]:focus,
    input.danger[disabled][type=button]:focus,
    input.danger[disabled][type=submit]:focus, .btn.danger[disabled]:active, button.danger[disabled]:active,
    input.danger[disabled][type=button]:active,
    input.danger[disabled][type=submit]:active, .btn.danger[disabled].active, button.danger[disabled].active,
    input.danger[disabled].active[type=button],
    input.danger[disabled].active[type=submit],
    fieldset[disabled] .btn.danger,
    fieldset[disabled] button.danger,
    fieldset[disabled]
    input.danger[type=button],
    fieldset[disabled]
    input.danger[type=submit],
    fieldset[disabled] .btn.danger:hover,
    fieldset[disabled] button.danger:hover,
    fieldset[disabled]
    input.danger[type=button]:hover,
    fieldset[disabled]
    input.danger[type=submit]:hover,
    fieldset[disabled] .btn.danger:focus,
    fieldset[disabled] button.danger:focus,
    fieldset[disabled]
    input.danger[type=button]:focus,
    fieldset[disabled]
    input.danger[type=submit]:focus,
    fieldset[disabled] .btn.danger:active,
    fieldset[disabled] button.danger:active,
    fieldset[disabled]
    input.danger[type=button]:active,
    fieldset[disabled]
    input.danger[type=submit]:active,
    fieldset[disabled] .btn.danger.active,
    fieldset[disabled] button.danger.active,
    fieldset[disabled]
    input.danger.active[type=button],
    fieldset[disabled]
    input.danger.active[type=submit] {
      background-color: #d9534f;
      border-color: #d5433e; }
  .btn.green, button.green,
  input.green[type=button],
  input.green[type=submit] {
    color: #fff !important;
    background-color: #728431;
    border-color: #ccc;
    box-shadow: none; }
    .btn.green:hover, button.green:hover,
    input.green[type=button]:hover,
    input.green[type=submit]:hover, .btn.green:focus, button.green:focus,
    input.green[type=button]:focus,
    input.green[type=submit]:focus, .btn.green:active, button.green:active,
    input.green[type=button]:active,
    input.green[type=submit]:active, .btn.green.active, button.green.active,
    input.green.active[type=button],
    input.green.active[type=submit] {
      color: #fff !important;
      background-color: #525f23;
      border-color: #b3b3b3; }
    .btn.green:active, button.green:active,
    input.green[type=button]:active,
    input.green[type=submit]:active, .btn.green.active, button.green.active,
    input.green.active[type=button],
    input.green.active[type=submit] {
      background-image: none; }
    .btn.green.disabled, button.green.disabled,
    input.green.disabled[type=button],
    input.green.disabled[type=submit], .btn.green.disabled:hover, button.green.disabled:hover,
    input.green.disabled[type=button]:hover,
    input.green.disabled[type=submit]:hover, .btn.green.disabled:focus, button.green.disabled:focus,
    input.green.disabled[type=button]:focus,
    input.green.disabled[type=submit]:focus, .btn.green.disabled:active, button.green.disabled:active,
    input.green.disabled[type=button]:active,
    input.green.disabled[type=submit]:active, .btn.green.disabled.active, button.green.disabled.active,
    input.green.disabled.active[type=button],
    input.green.disabled.active[type=submit], .btn.green[disabled], button.green[disabled],
    input.green[disabled][type=button],
    input.green[disabled][type=submit], .btn.green[disabled]:hover, button.green[disabled]:hover,
    input.green[disabled][type=button]:hover,
    input.green[disabled][type=submit]:hover, .btn.green[disabled]:focus, button.green[disabled]:focus,
    input.green[disabled][type=button]:focus,
    input.green[disabled][type=submit]:focus, .btn.green[disabled]:active, button.green[disabled]:active,
    input.green[disabled][type=button]:active,
    input.green[disabled][type=submit]:active, .btn.green[disabled].active, button.green[disabled].active,
    input.green[disabled].active[type=button],
    input.green[disabled].active[type=submit],
    fieldset[disabled] .btn.green,
    fieldset[disabled] button.green,
    fieldset[disabled]
    input.green[type=button],
    fieldset[disabled]
    input.green[type=submit],
    fieldset[disabled] .btn.green:hover,
    fieldset[disabled] button.green:hover,
    fieldset[disabled]
    input.green[type=button]:hover,
    fieldset[disabled]
    input.green[type=submit]:hover,
    fieldset[disabled] .btn.green:focus,
    fieldset[disabled] button.green:focus,
    fieldset[disabled]
    input.green[type=button]:focus,
    fieldset[disabled]
    input.green[type=submit]:focus,
    fieldset[disabled] .btn.green:active,
    fieldset[disabled] button.green:active,
    fieldset[disabled]
    input.green[type=button]:active,
    fieldset[disabled]
    input.green[type=submit]:active,
    fieldset[disabled] .btn.green.active,
    fieldset[disabled] button.green.active,
    fieldset[disabled]
    input.green.active[type=button],
    fieldset[disabled]
    input.green.active[type=submit] {
      background-color: #728431;
      border-color: #ccc; }
  .btn.red, button.red,
  input.red[type=button],
  input.red[type=submit] {
    color: #fff !important;
    background-color: #7F1C31;
    border-color: #ccc;
    box-shadow: none; }
    .btn.red:hover, button.red:hover,
    input.red[type=button]:hover,
    input.red[type=submit]:hover, .btn.red:focus, button.red:focus,
    input.red[type=button]:focus,
    input.red[type=submit]:focus, .btn.red:active, button.red:active,
    input.red[type=button]:active,
    input.red[type=submit]:active, .btn.red.active, button.red.active,
    input.red.active[type=button],
    input.red.active[type=submit] {
      color: #fff !important;
      background-color: #551321;
      border-color: #b3b3b3; }
    .btn.red:active, button.red:active,
    input.red[type=button]:active,
    input.red[type=submit]:active, .btn.red.active, button.red.active,
    input.red.active[type=button],
    input.red.active[type=submit] {
      background-image: none; }
    .btn.red.disabled, button.red.disabled,
    input.red.disabled[type=button],
    input.red.disabled[type=submit], .btn.red.disabled:hover, button.red.disabled:hover,
    input.red.disabled[type=button]:hover,
    input.red.disabled[type=submit]:hover, .btn.red.disabled:focus, button.red.disabled:focus,
    input.red.disabled[type=button]:focus,
    input.red.disabled[type=submit]:focus, .btn.red.disabled:active, button.red.disabled:active,
    input.red.disabled[type=button]:active,
    input.red.disabled[type=submit]:active, .btn.red.disabled.active, button.red.disabled.active,
    input.red.disabled.active[type=button],
    input.red.disabled.active[type=submit], .btn.red[disabled], button.red[disabled],
    input.red[disabled][type=button],
    input.red[disabled][type=submit], .btn.red[disabled]:hover, button.red[disabled]:hover,
    input.red[disabled][type=button]:hover,
    input.red[disabled][type=submit]:hover, .btn.red[disabled]:focus, button.red[disabled]:focus,
    input.red[disabled][type=button]:focus,
    input.red[disabled][type=submit]:focus, .btn.red[disabled]:active, button.red[disabled]:active,
    input.red[disabled][type=button]:active,
    input.red[disabled][type=submit]:active, .btn.red[disabled].active, button.red[disabled].active,
    input.red[disabled].active[type=button],
    input.red[disabled].active[type=submit],
    fieldset[disabled] .btn.red,
    fieldset[disabled] button.red,
    fieldset[disabled]
    input.red[type=button],
    fieldset[disabled]
    input.red[type=submit],
    fieldset[disabled] .btn.red:hover,
    fieldset[disabled] button.red:hover,
    fieldset[disabled]
    input.red[type=button]:hover,
    fieldset[disabled]
    input.red[type=submit]:hover,
    fieldset[disabled] .btn.red:focus,
    fieldset[disabled] button.red:focus,
    fieldset[disabled]
    input.red[type=button]:focus,
    fieldset[disabled]
    input.red[type=submit]:focus,
    fieldset[disabled] .btn.red:active,
    fieldset[disabled] button.red:active,
    fieldset[disabled]
    input.red[type=button]:active,
    fieldset[disabled]
    input.red[type=submit]:active,
    fieldset[disabled] .btn.red.active,
    fieldset[disabled] button.red.active,
    fieldset[disabled]
    input.red.active[type=button],
    fieldset[disabled]
    input.red.active[type=submit] {
      background-color: #7F1C31;
      border-color: #ccc; }
  .btn.purple, button.purple,
  input.purple[type=button],
  input.purple[type=submit] {
    color: #fff !important;
    background-color: #49113A;
    border-color: #ccc;
    box-shadow: none; }
    .btn.purple:hover, button.purple:hover,
    input.purple[type=button]:hover,
    input.purple[type=submit]:hover, .btn.purple:focus, button.purple:focus,
    input.purple[type=button]:focus,
    input.purple[type=submit]:focus, .btn.purple:active, button.purple:active,
    input.purple[type=button]:active,
    input.purple[type=submit]:active, .btn.purple.active, button.purple.active,
    input.purple.active[type=button],
    input.purple.active[type=submit] {
      color: #fff !important;
      background-color: #200719;
      border-color: #b3b3b3; }
    .btn.purple:active, button.purple:active,
    input.purple[type=button]:active,
    input.purple[type=submit]:active, .btn.purple.active, button.purple.active,
    input.purple.active[type=button],
    input.purple.active[type=submit] {
      background-image: none; }
    .btn.purple.disabled, button.purple.disabled,
    input.purple.disabled[type=button],
    input.purple.disabled[type=submit], .btn.purple.disabled:hover, button.purple.disabled:hover,
    input.purple.disabled[type=button]:hover,
    input.purple.disabled[type=submit]:hover, .btn.purple.disabled:focus, button.purple.disabled:focus,
    input.purple.disabled[type=button]:focus,
    input.purple.disabled[type=submit]:focus, .btn.purple.disabled:active, button.purple.disabled:active,
    input.purple.disabled[type=button]:active,
    input.purple.disabled[type=submit]:active, .btn.purple.disabled.active, button.purple.disabled.active,
    input.purple.disabled.active[type=button],
    input.purple.disabled.active[type=submit], .btn.purple[disabled], button.purple[disabled],
    input.purple[disabled][type=button],
    input.purple[disabled][type=submit], .btn.purple[disabled]:hover, button.purple[disabled]:hover,
    input.purple[disabled][type=button]:hover,
    input.purple[disabled][type=submit]:hover, .btn.purple[disabled]:focus, button.purple[disabled]:focus,
    input.purple[disabled][type=button]:focus,
    input.purple[disabled][type=submit]:focus, .btn.purple[disabled]:active, button.purple[disabled]:active,
    input.purple[disabled][type=button]:active,
    input.purple[disabled][type=submit]:active, .btn.purple[disabled].active, button.purple[disabled].active,
    input.purple[disabled].active[type=button],
    input.purple[disabled].active[type=submit],
    fieldset[disabled] .btn.purple,
    fieldset[disabled] button.purple,
    fieldset[disabled]
    input.purple[type=button],
    fieldset[disabled]
    input.purple[type=submit],
    fieldset[disabled] .btn.purple:hover,
    fieldset[disabled] button.purple:hover,
    fieldset[disabled]
    input.purple[type=button]:hover,
    fieldset[disabled]
    input.purple[type=submit]:hover,
    fieldset[disabled] .btn.purple:focus,
    fieldset[disabled] button.purple:focus,
    fieldset[disabled]
    input.purple[type=button]:focus,
    fieldset[disabled]
    input.purple[type=submit]:focus,
    fieldset[disabled] .btn.purple:active,
    fieldset[disabled] button.purple:active,
    fieldset[disabled]
    input.purple[type=button]:active,
    fieldset[disabled]
    input.purple[type=submit]:active,
    fieldset[disabled] .btn.purple.active,
    fieldset[disabled] button.purple.active,
    fieldset[disabled]
    input.purple.active[type=button],
    fieldset[disabled]
    input.purple.active[type=submit] {
      background-color: #49113A;
      border-color: #ccc; }
  .btn.gray, button.gray,
  input.gray[type=button],
  input.gray[type=submit] {
    color: #fff !important;
    background-color: #ACA7A0;
    border-color: #ccc;
    box-shadow: none; }
    .btn.gray:hover, button.gray:hover,
    input.gray[type=button]:hover,
    input.gray[type=submit]:hover, .btn.gray:focus, button.gray:focus,
    input.gray[type=button]:focus,
    input.gray[type=submit]:focus, .btn.gray:active, button.gray:active,
    input.gray[type=button]:active,
    input.gray[type=submit]:active, .btn.gray.active, button.gray.active,
    input.gray.active[type=button],
    input.gray.active[type=submit] {
      color: #fff !important;
      background-color: #948e85;
      border-color: #b3b3b3; }
    .btn.gray:active, button.gray:active,
    input.gray[type=button]:active,
    input.gray[type=submit]:active, .btn.gray.active, button.gray.active,
    input.gray.active[type=button],
    input.gray.active[type=submit] {
      background-image: none; }
    .btn.gray.disabled, button.gray.disabled,
    input.gray.disabled[type=button],
    input.gray.disabled[type=submit], .btn.gray.disabled:hover, button.gray.disabled:hover,
    input.gray.disabled[type=button]:hover,
    input.gray.disabled[type=submit]:hover, .btn.gray.disabled:focus, button.gray.disabled:focus,
    input.gray.disabled[type=button]:focus,
    input.gray.disabled[type=submit]:focus, .btn.gray.disabled:active, button.gray.disabled:active,
    input.gray.disabled[type=button]:active,
    input.gray.disabled[type=submit]:active, .btn.gray.disabled.active, button.gray.disabled.active,
    input.gray.disabled.active[type=button],
    input.gray.disabled.active[type=submit], .btn.gray[disabled], button.gray[disabled],
    input.gray[disabled][type=button],
    input.gray[disabled][type=submit], .btn.gray[disabled]:hover, button.gray[disabled]:hover,
    input.gray[disabled][type=button]:hover,
    input.gray[disabled][type=submit]:hover, .btn.gray[disabled]:focus, button.gray[disabled]:focus,
    input.gray[disabled][type=button]:focus,
    input.gray[disabled][type=submit]:focus, .btn.gray[disabled]:active, button.gray[disabled]:active,
    input.gray[disabled][type=button]:active,
    input.gray[disabled][type=submit]:active, .btn.gray[disabled].active, button.gray[disabled].active,
    input.gray[disabled].active[type=button],
    input.gray[disabled].active[type=submit],
    fieldset[disabled] .btn.gray,
    fieldset[disabled] button.gray,
    fieldset[disabled]
    input.gray[type=button],
    fieldset[disabled]
    input.gray[type=submit],
    fieldset[disabled] .btn.gray:hover,
    fieldset[disabled] button.gray:hover,
    fieldset[disabled]
    input.gray[type=button]:hover,
    fieldset[disabled]
    input.gray[type=submit]:hover,
    fieldset[disabled] .btn.gray:focus,
    fieldset[disabled] button.gray:focus,
    fieldset[disabled]
    input.gray[type=button]:focus,
    fieldset[disabled]
    input.gray[type=submit]:focus,
    fieldset[disabled] .btn.gray:active,
    fieldset[disabled] button.gray:active,
    fieldset[disabled]
    input.gray[type=button]:active,
    fieldset[disabled]
    input.gray[type=submit]:active,
    fieldset[disabled] .btn.gray.active,
    fieldset[disabled] button.gray.active,
    fieldset[disabled]
    input.gray.active[type=button],
    fieldset[disabled]
    input.gray.active[type=submit] {
      background-color: #ACA7A0;
      border-color: #ccc; }
  .btn.yellow, button.yellow,
  input.yellow[type=button],
  input.yellow[type=submit] {
    color: #2F3233 !important;
    background-color: #F6BC33;
    border-color: #ccc;
    box-shadow: none; }
    .btn.yellow:hover, button.yellow:hover,
    input.yellow[type=button]:hover,
    input.yellow[type=submit]:hover, .btn.yellow:focus, button.yellow:focus,
    input.yellow[type=button]:focus,
    input.yellow[type=submit]:focus, .btn.yellow:active, button.yellow:active,
    input.yellow[type=button]:active,
    input.yellow[type=submit]:active, .btn.yellow.active, button.yellow.active,
    input.yellow.active[type=button],
    input.yellow.active[type=submit] {
      color: #2F3233 !important;
      background-color: #eca90a;
      border-color: #b3b3b3; }
    .btn.yellow:active, button.yellow:active,
    input.yellow[type=button]:active,
    input.yellow[type=submit]:active, .btn.yellow.active, button.yellow.active,
    input.yellow.active[type=button],
    input.yellow.active[type=submit] {
      background-image: none; }
    .btn.yellow.disabled, button.yellow.disabled,
    input.yellow.disabled[type=button],
    input.yellow.disabled[type=submit], .btn.yellow.disabled:hover, button.yellow.disabled:hover,
    input.yellow.disabled[type=button]:hover,
    input.yellow.disabled[type=submit]:hover, .btn.yellow.disabled:focus, button.yellow.disabled:focus,
    input.yellow.disabled[type=button]:focus,
    input.yellow.disabled[type=submit]:focus, .btn.yellow.disabled:active, button.yellow.disabled:active,
    input.yellow.disabled[type=button]:active,
    input.yellow.disabled[type=submit]:active, .btn.yellow.disabled.active, button.yellow.disabled.active,
    input.yellow.disabled.active[type=button],
    input.yellow.disabled.active[type=submit], .btn.yellow[disabled], button.yellow[disabled],
    input.yellow[disabled][type=button],
    input.yellow[disabled][type=submit], .btn.yellow[disabled]:hover, button.yellow[disabled]:hover,
    input.yellow[disabled][type=button]:hover,
    input.yellow[disabled][type=submit]:hover, .btn.yellow[disabled]:focus, button.yellow[disabled]:focus,
    input.yellow[disabled][type=button]:focus,
    input.yellow[disabled][type=submit]:focus, .btn.yellow[disabled]:active, button.yellow[disabled]:active,
    input.yellow[disabled][type=button]:active,
    input.yellow[disabled][type=submit]:active, .btn.yellow[disabled].active, button.yellow[disabled].active,
    input.yellow[disabled].active[type=button],
    input.yellow[disabled].active[type=submit],
    fieldset[disabled] .btn.yellow,
    fieldset[disabled] button.yellow,
    fieldset[disabled]
    input.yellow[type=button],
    fieldset[disabled]
    input.yellow[type=submit],
    fieldset[disabled] .btn.yellow:hover,
    fieldset[disabled] button.yellow:hover,
    fieldset[disabled]
    input.yellow[type=button]:hover,
    fieldset[disabled]
    input.yellow[type=submit]:hover,
    fieldset[disabled] .btn.yellow:focus,
    fieldset[disabled] button.yellow:focus,
    fieldset[disabled]
    input.yellow[type=button]:focus,
    fieldset[disabled]
    input.yellow[type=submit]:focus,
    fieldset[disabled] .btn.yellow:active,
    fieldset[disabled] button.yellow:active,
    fieldset[disabled]
    input.yellow[type=button]:active,
    fieldset[disabled]
    input.yellow[type=submit]:active,
    fieldset[disabled] .btn.yellow.active,
    fieldset[disabled] button.yellow.active,
    fieldset[disabled]
    input.yellow.active[type=button],
    fieldset[disabled]
    input.yellow.active[type=submit] {
      background-color: #F6BC33;
      border-color: #ccc; }
  .btn.lg, button.lg,
  input.lg[type=button],
  input.lg[type=submit], .page-section .gform_wrapper input[type=submit],
  .page-section .gform_wrapper button[type=submit] {
    font-size: 18px;
    line-height: 33px;
    border-radius: 4px;
    border-width: 0px;
    height: 40px;
    padding: 3px 18px 3px; }
  .btn, button,
  input[type=button],
  input[type=submit], .btn.md, button.md,
  input.md[type=button],
  input.md[type=submit] {
    font-size: 13px;
    line-height: 24px;
    border-radius: 3px;
    border-width: 0px;
    height: 35px;
    padding: 5px 18px 5px; }
  .btn.sm, button.sm,
  input.sm[type=button],
  input.sm[type=submit] {
    font-size: 12px;
    line-height: 22px;
    border-radius: 3px;
    border-width: 0px;
    height: 30px;
    padding: 4px 14px 4px; }
  .btn.xs, button.xs,
  input.xs[type=button],
  input.xs[type=submit] {
    font-size: 10px;
    line-height: 18px;
    border-radius: 3px;
    border-width: 0px;
    height: 25px;
    padding: 3px 12px 3px; }
  .btn.link, button.link,
  input.link[type=button],
  input.link[type=submit] {
    color: #006E7C !important;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    font-weight: 300;
    border-radius: 0; }
    .btn.link:hover, button.link:hover,
    input.link[type=button]:hover,
    input.link[type=submit]:hover, .btn.link:focus, button.link:focus,
    input.link[type=button]:focus,
    input.link[type=submit]:focus, .btn.link:active, button.link:active,
    input.link[type=button]:active,
    input.link[type=submit]:active, .btn.link.active, button.link.active,
    input.link.active[type=button],
    input.link.active[type=submit] {
      color: #006E7C !important;
      background-color: transparent;
      border-color: transparent; }
    .btn.link:active, button.link:active,
    input.link[type=button]:active,
    input.link[type=submit]:active, .btn.link.active, button.link.active,
    input.link.active[type=button],
    input.link.active[type=submit] {
      background-image: none; }
    .btn.link.disabled, button.link.disabled,
    input.link.disabled[type=button],
    input.link.disabled[type=submit], .btn.link.disabled:hover, button.link.disabled:hover,
    input.link.disabled[type=button]:hover,
    input.link.disabled[type=submit]:hover, .btn.link.disabled:focus, button.link.disabled:focus,
    input.link.disabled[type=button]:focus,
    input.link.disabled[type=submit]:focus, .btn.link.disabled:active, button.link.disabled:active,
    input.link.disabled[type=button]:active,
    input.link.disabled[type=submit]:active, .btn.link.disabled.active, button.link.disabled.active,
    input.link.disabled.active[type=button],
    input.link.disabled.active[type=submit], .btn.link[disabled], button.link[disabled],
    input.link[disabled][type=button],
    input.link[disabled][type=submit], .btn.link[disabled]:hover, button.link[disabled]:hover,
    input.link[disabled][type=button]:hover,
    input.link[disabled][type=submit]:hover, .btn.link[disabled]:focus, button.link[disabled]:focus,
    input.link[disabled][type=button]:focus,
    input.link[disabled][type=submit]:focus, .btn.link[disabled]:active, button.link[disabled]:active,
    input.link[disabled][type=button]:active,
    input.link[disabled][type=submit]:active, .btn.link[disabled].active, button.link[disabled].active,
    input.link[disabled].active[type=button],
    input.link[disabled].active[type=submit],
    fieldset[disabled] .btn.link,
    fieldset[disabled] button.link,
    fieldset[disabled]
    input.link[type=button],
    fieldset[disabled]
    input.link[type=submit],
    fieldset[disabled] .btn.link:hover,
    fieldset[disabled] button.link:hover,
    fieldset[disabled]
    input.link[type=button]:hover,
    fieldset[disabled]
    input.link[type=submit]:hover,
    fieldset[disabled] .btn.link:focus,
    fieldset[disabled] button.link:focus,
    fieldset[disabled]
    input.link[type=button]:focus,
    fieldset[disabled]
    input.link[type=submit]:focus,
    fieldset[disabled] .btn.link:active,
    fieldset[disabled] button.link:active,
    fieldset[disabled]
    input.link[type=button]:active,
    fieldset[disabled]
    input.link[type=submit]:active,
    fieldset[disabled] .btn.link.active,
    fieldset[disabled] button.link.active,
    fieldset[disabled]
    input.link.active[type=button],
    fieldset[disabled]
    input.link.active[type=submit] {
      background-color: transparent;
      border-color: transparent; }
    .btn.link:hover, button.link:hover,
    input.link[type=button]:hover,
    input.link[type=submit]:hover, .btn.link:focus, button.link:focus,
    input.link[type=button]:focus,
    input.link[type=submit]:focus, .btn.link:active, button.link:active,
    input.link[type=button]:active,
    input.link[type=submit]:active, .btn.link.active, button.link.active,
    input.link.active[type=button],
    input.link.active[type=submit] {
      background-color: transparent;
      border-color: transparent; }
    .btn.link:hover, button.link:hover,
    input.link[type=button]:hover,
    input.link[type=submit]:hover, .btn.link:focus, button.link:focus,
    input.link[type=button]:focus,
    input.link[type=submit]:focus {
      color: #004a53; }
    .btn.link:active, button.link:active,
    input.link[type=button]:active,
    input.link[type=submit]:active, .btn.link.active, button.link.active,
    input.link.active[type=button],
    input.link.active[type=submit] {
      box-shadow: none; }
    .btn.link[disabled]:hover, button.link[disabled]:hover,
    input.link[disabled][type=button]:hover,
    input.link[disabled][type=submit]:hover, .btn.link[disabled]:focus, button.link[disabled]:focus,
    input.link[disabled][type=button]:focus,
    input.link[disabled][type=submit]:focus,
    fieldset[disabled] .btn.link:hover,
    fieldset[disabled] button.link:hover,
    fieldset[disabled]
    input.link[type=button]:hover,
    fieldset[disabled]
    input.link[type=submit]:hover,
    fieldset[disabled] .btn.link:focus,
    fieldset[disabled] button.link:focus,
    fieldset[disabled]
    input.link[type=button]:focus,
    fieldset[disabled]
    input.link[type=submit]:focus {
      color: #606668; }

.alert, .gform_wrapper .validation_error {
  padding: 15px;
  margin-bottom: 29px;
  border: 1px solid transparent;
  border-radius: 3px; }
  .alert h4, .gform_wrapper .validation_error h4 {
    margin-top: 0;
    color: inherit; }
  .alert a, .gform_wrapper .validation_error a {
    font-weight: bold; }
    .alert a:hover, .gform_wrapper .validation_error a:hover {
      text-decoration: underline; }
  .alert > p, .gform_wrapper .validation_error > p,
  .alert > ul, .gform_wrapper .validation_error > ul {
    margin-bottom: 0; }
  .alert > p + p, .gform_wrapper .validation_error > p + p {
    margin-top: 5px; }
  .alert.success, .gform_wrapper .success.validation_error {
    background-color: #eff8ef;
    border-color: #def1de;
    color: #5cb85c; }
    .alert.success hr, .gform_wrapper .success.validation_error hr {
      border-top-color: #cce9cc; }
    .alert.success .alert-link, .gform_wrapper .success.validation_error .alert-link {
      color: #449d44; }
  .alert.info, .gform_wrapper .info.validation_error {
    background-color: #eff9fc;
    border-color: #def2f8;
    color: #5bc0de; }
    .alert.info hr, .gform_wrapper .info.validation_error hr {
      border-top-color: #c9eaf4; }
    .alert.info .alert-link, .gform_wrapper .info.validation_error .alert-link {
      color: #31b0d5; }
  .alert.warning, .gform_wrapper .warning.validation_error {
    background-color: #fef7ed;
    border-color: #fcefdc;
    color: #f0ad4e; }
    .alert.warning hr, .gform_wrapper .warning.validation_error hr {
      border-top-color: #fae4c5; }
    .alert.warning .alert-link, .gform_wrapper .warning.validation_error .alert-link {
      color: #ec971f; }
  .alert.danger, .gform_wrapper .validation_error {
    background-color: #fbeeed;
    border-color: #f7dddc;
    color: #d9534f; }
    .alert.danger hr, .gform_wrapper .validation_error hr {
      border-top-color: #f2c9c7; }
    .alert.danger .alert-link, .gform_wrapper .validation_error .alert-link {
      color: #c9302c; }

.entry-meta {
  font-size: 14px;
  color: #606668;
  margin-bottom: 14.5px; }
  .entry-title + .entry-meta {
    margin-top: -9.66667px; }
  .entry-meta p {
    margin-bottom: 0; }

.search-form, .post-password-form {
  margin-bottom: 14.5px;
  position: relative;
  max-width: 300px; }
  .search-form label, .post-password-form label {
    margin: 0;
    width: 100%; }
  .search-form .search-submit, .post-password-form .search-submit {
    position: absolute;
    top: 6px;
    right: 5px;
    font-size: 11px;
    text-transform: uppercase;
    height: 30px;
    line-height: 1; }

.post-password-form button {
  margin-top: 10px; }

nav.pagination {
  margin-bottom: 14.5px; }
  nav.pagination:before, nav.pagination:after {
    content: " ";
    display: table; }
  nav.pagination:after {
    clear: both; }
  nav.pagination ul {
    display: table;
    float: right;
    margin: 0; }
  nav.pagination li {
    display: table-cell; }
    nav.pagination li:first-child > a,
    nav.pagination li:last-child > a {
      border-radius: 3px;
      background-color: #49113A;
      color: #fff;
      padding: 5px 15px 6px;
      line-height: 1; }
    nav.pagination li:first-child > a {
      margin-right: 10px; }
    nav.pagination li:last-child > a {
      margin-left: 10px; }
    nav.pagination li:hover > a,
    nav.pagination li:active > a,
    nav.pagination li.current > a {
      z-index: 1; }
    nav.pagination li.current > a,
    nav.pagination li.no-link > a {
      cursor: default; }
    nav.pagination li.current > a:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 6px;
      right: 6px;
      height: 3px;
      display: block;
      background-color: #F6BC33; }
    nav.pagination li.prev > a:before {
      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;
      font-family: FontAwesome;
      content: ""; }
    nav.pagination li.next > a:before {
      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;
      font-family: FontAwesome;
      content: ""; }
    nav.pagination li.prev, nav.pagination li.next {
      vertical-align: bottom; }
      nav.pagination li.prev a:before, nav.pagination li.next a:before {
        line-height: 0.8;
        font-size: 24px; }
      nav.pagination li.prev span, nav.pagination li.next span {
        display: none; }
    nav.pagination li.no-link > a {
      opacity: 0.6; }
    nav.pagination li > a {
      padding: 4px 12px;
      margin-left: -1px;
      position: relative;
      display: block;
      font-style: normal;
      text-decoration: none;
      color: #49113A;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }

#comments {
  margin-bottom: 29px; }

.comment-list article.comment-body {
  margin-bottom: 14.5px;
  padding-left: 64px; }
  .comment-list article.comment-body:before, .comment-list article.comment-body:after {
    content: " ";
    display: table; }
  .comment-list article.comment-body:after {
    clear: both; }
  .comment-list article.comment-body .comment-meta {
    font-size: 14px;
    margin-bottom: 7.25px; }
  .comment-list article.comment-body img.avatar {
    float: left;
    margin-left: -64px;
    width: 50px; }
  .comment-list article.comment-body .comment-awaiting-moderation {
    color: #f0ad4e;
    margin-bottom: 0;
    font-weight: bold; }
  .comment-list article.comment-body .comment-content p {
    margin-bottom: 7.25px; }
  .comment-list article.comment-body .comment-reply-link {
    font-size: 14px; }

.comment-list .children {
  list-style: none;
  padding-left: 64px; }
  .comment-list .children article.comment-body {
    padding-left: 54px; }
    .comment-list .children article.comment-body img.avatar {
      margin-left: -54px;
      width: 40px; }
  .comment-list .children .children {
    padding-left: 54px; }

.comment-respond .form-allowed-tags code {
  display: block;
  white-space: normal; }

.widget {
  margin-bottom: 29px; }

#header {
  background-color: #FCFCFC;
  padding: 25px 0 20px;
  position: relative;
  z-index: 10;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  line-height: 1.56; }
  #header > .container > .inner:before, #header > .container > .inner:after {
    content: " ";
    display: table; }
  #header > .container > .inner:after {
    clear: both; }
  #header .header-search {
    float: right;
    margin: -7px 0 0px 40px;
    position: relative; }
    @media (min-width: 1100px) {
      #header .header-search {
        margin-right: 10px; } }
    #header .header-search > a {
      color: #606668;
      font-size: 22px;
      display: block;
      position: absolute;
      top: 2px;
      left: 10px;
      z-index: 2; }
    #header .header-search .search-form, #header .header-search .post-password-form {
      width: 40px;
      margin-bottom: 0;
      max-width: none;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      transition: width .3s, opacity .1s, visibility .3s; }
    #header .header-search.active .search-form, #header .header-search.active .post-password-form {
      width: 400px;
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
      @media (min-width: 1210px) {
        #header .header-search.active .search-form, #header .header-search.active .post-password-form {
          width: 450px; } }
    #header .header-search.active .fa-search {
      color: #006E7C; }
    #header .header-search .search-input {
      padding-left: 40px;
      height: 38px; }

.header-search,
#header-navigation,
#header-secondary-navigation {
  display: none;
  float: right; }
  @media (min-width: 992px) {
    .header-search,
    #header-navigation,
    #header-secondary-navigation {
      display: block; } }

/*	Branding
---------------------------------------------------------*/
#site-branding {
  float: left;
  margin-top: 8px;
  margin-bottom: 10px; }
  @media (max-width: 480px) {
    #site-branding {
      max-width: 220px; } }

/*	Mobile Menu Toggle
---------------------------------------------------------*/
#header .mobile-menu-toggle {
  float: right;
  padding: 0;
  border: none;
  margin-top: 14px;
  color: #2F3233;
  font-weight: 700;
  font-size: 10px;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    #header .mobile-menu-toggle {
      display: none; } }
  #header .mobile-menu-toggle span {
    display: block;
    line-height: 1; }
  #header .mobile-menu-toggle:after {
    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;
    font-family: FontAwesome;
    content: "";
    margin-right: 0.4em;
    color: #ccc;
    font-size: 32px; }

/*	Header Navigation
---------------------------------------------------------*/
#header-navigation ul,
#header-secondary-navigation ul {
  list-style: none;
  padding-left: 0; }
  #header-navigation ul.menu > li,
  #header-secondary-navigation ul.menu > li {
    float: left; }
    #header-navigation ul.menu > li a,
    #header-secondary-navigation ul.menu > li a {
      color: #2F3233; }

#header-navigation {
  clear: right;
  margin-top: 5px; }
  @media (min-width: 1100px) {
    #header-navigation {
      margin-top: 2px; } }
  #header-navigation ul {
    list-style: none;
    padding-left: 0; }
    #header-navigation ul.menu > li > a {
      padding: 8px 12px 8px;
      font-size: 17px;
      text-transform: uppercase;
      position: relative;
      font-weight: 500; }
      @media (min-width: 1100px) {
        #header-navigation ul.menu > li > a {
          padding-left: 17px;
          padding-right: 17px;
          font-size: 18px; } }
    #header-navigation ul.menu > li:hover {
      filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2)); }
      #header-navigation ul.menu > li:hover > a {
        background-color: #fff; }
    #header-navigation ul.menu > li > .three-color-bottom-border {
      position: absolute;
      bottom: 2px;
      left: 20px;
      right: 20px;
      display: none; }
    #header-navigation ul.menu > li.current-menu-item > .three-color-bottom-border, #header-navigation ul.menu > li.current-page-ancestor > .three-color-bottom-border {
      display: block; }
    #header-navigation ul.sub-menu {
      opacity: 0;
      visibility: hidden;
      position: absolute;
      left: 0;
      top: 100%;
      width: 220px;
      background-color: #fff;
      z-index: 90;
      transition: opacity .15s linear, visibility 0s linear .15s; }
      #header-navigation ul.sub-menu a {
        padding: 6px 20px;
        color: #fff;
        font-size: 15px; }
      #header-navigation ul.sub-menu li.current-menu-item > a,
      #header-navigation ul.sub-menu li.current-page-ancestor > a,
      #header-navigation ul.sub-menu li a:hover {
        background-color: #f1f1f1; }
      #header-navigation ul.sub-menu ul.sub-menu {
        background-color: #111;
        left: 100%;
        top: 0; }
      #header-navigation ul.sub-menu .three-color-bottom-border {
        margin-top: 10px; }
    #header-navigation ul li.submenu-align-right > .sub-menu {
      left: auto;
      right: 0; }
  #header-navigation li {
    position: relative;
    transition: filter 0.15s; }
    #header-navigation li:hover > ul.sub-menu {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
  #header-navigation a {
    display: block;
    transition: color linear .15s, background-color linear .15s, box-shadow .15s; }

body.single-grant #header-navigation ul.menu > li.our-grants-menu-item > .three-color-bottom-border {
  display: block; }

#header-secondary-navigation ul.menu li {
  margin-left: 40px; }
  #header-secondary-navigation ul.menu li a {
    color: #606668;
    text-transform: uppercase;
    display: block;
    font-size: 13px; }
  #header-secondary-navigation ul.menu li.current-menu-item > a,
  #header-secondary-navigation ul.menu li.current-page-ancestor > a {
    color: #F6BC33; }

body.blog #header-secondary-navigation ul.menu > li.news-menu-item > a,
body.single-post #header-secondary-navigation ul.menu > li.news-menu-item > a,
body.archive.category #header-secondary-navigation ul.menu > li.news-menu-item > a,
body.archive.tag #header-secondary-navigation ul.menu > li.news-menu-item > a {
  color: #F6BC33; }

#footer {
  background-color: #2F3233;
  color: #F7F7F7;
  line-height: 1.56; }
  #footer > .container {
    padding-top: 30px;
    padding-bottom: 30px; }
    #footer > .container > .inner:before, #footer > .container > .inner:after {
      content: " ";
      display: table; }
    #footer > .container > .inner:after {
      clear: both; }
  #footer a {
    color: #F7F7F7; }
    #footer a:hover {
      color: #fff; }
  #footer .social-links,
  #footer .newsletter-signup {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px; }
  #footer .social-links {
    margin-right: 15px; }
  #footer .newsletter-signup .btn, #footer .newsletter-signup button, #footer .newsletter-signup
  input[type=button], #footer .newsletter-signup
  input[type=submit] {
    font-size: 12px;
    height: 30px;
    padding: 5px 14px; }
    #footer .newsletter-signup .btn img, #footer .newsletter-signup button img, #footer .newsletter-signup
    input[type=button] img, #footer .newsletter-signup
    input[type=submit] img {
      display: inline-block;
      position: relative;
      top: -1px;
      right: 5px; }
  #footer .contact-info {
    font-size: 14px;
    color: #A7ADAF; }
    #footer .contact-info p {
      margin-bottom: 5px; }
  #footer .copyright {
    border-top: 1px solid #535353;
    padding-top: 20px;
    margin-top: 20px; }

@media (min-width: 768px) {
  .footer-row {
    margin-left: -15px;
    margin-right: -15px; }
    .footer-row:before, .footer-row:after {
      content: " ";
      display: table; }
    .footer-row:after {
      clear: both; } }

@media (min-width: 768px) {
  .footer-col {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .footer-col {
    float: left;
    width: 40%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1210px) {
  .footer-col {
    float: left;
    width: 32%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 992px) {
  .footer-col:first-child {
    float: left;
    width: 60%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (min-width: 1210px) {
  .footer-col:first-child {
    float: left;
    width: 68%;
    padding-left: 15px;
    padding-right: 15px; } }

/*	Footer Navigation
---------------------------------------------------------*/
#footer-navigation {
  margin-bottom: 29px; }
  @media (min-width: 992px) {
    #footer-navigation {
      float: left; } }
  #footer-navigation ul.menu:before, #footer-navigation ul.menu:after {
    content: " ";
    display: table; }
  #footer-navigation ul.menu:after {
    clear: both; }
  @media (min-width: 480px) {
    #footer-navigation ul.menu {
      margin-left: -15px;
      margin-right: -15px; }
      #footer-navigation ul.menu:before, #footer-navigation ul.menu:after {
        content: " ";
        display: table; }
      #footer-navigation ul.menu:after {
        clear: both; } }
  #footer-navigation ul.menu li {
    margin-bottom: 15px; }
    @media (min-width: 480px) {
      #footer-navigation ul.menu li {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 992px) {
      #footer-navigation ul.menu li {
        float: left;
        width: 33.33%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 1210px) {
      #footer-navigation ul.menu li {
        float: left;
        width: 25%;
        padding-left: 15px;
        padding-right: 15px; } }
  #footer-navigation ul.menu a {
    color: #A7ADAF;
    font-size: 20px;
    font-weight: 400; }

.footer-secondary-navigation .menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .footer-secondary-navigation .menu:before, .footer-secondary-navigation .menu:after {
    content: " ";
    display: table; }
  .footer-secondary-navigation .menu:after {
    clear: both; }
  .footer-secondary-navigation .menu li {
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff; }

#site-legal,
.footer-secondary-navigation {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 1; }

#mobile-menu {
  background-color: rgba(0, 110, 124, 0.98);
  color: #ccc;
  position: fixed;
  z-index: 1100;
  width: 100%;
  top: 0;
  left: 100%;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden; }
  @media (min-width: 992px) {
    #mobile-menu {
      display: none; } }
  body.admin-bar #mobile-menu {
    padding-top: 32px; }
    @media (max-width: 782px) {
      body.admin-bar #mobile-menu {
        padding-top: 46px; } }
  #mobile-menu > .inner {
    padding: 90px 20px; }
    @media (min-width: 480px) {
      #mobile-menu > .inner {
        padding: 100px 40px; } }
  #mobile-menu a {
    color: #fff; }
  #mobile-menu .mobile-menu-toggle {
    position: absolute;
    top: 15px;
    right: 20px; }
    #mobile-menu .mobile-menu-toggle:before {
      font-family: dashicons;
      content: "\f335";
      font-size: 48px; }
  #mobile-menu .three-color-bottom-border {
    display: none; }
  #mobile-menu .search-form, #mobile-menu .post-password-form {
    margin-top: 25px; }
    #mobile-menu .search-form .search-submit, #mobile-menu .post-password-form .search-submit {
      padding-left: 12px;
      padding-right: 12px;
      background-color: #222;
      font-size: 0; }
      #mobile-menu .search-form .search-submit:before, #mobile-menu .post-password-form .search-submit:before {
        content: "\f002";
        font-size: 15px;
        font-weight: 300;
        font-family: FontAwesome; }

.mobile-navigation {
  font-size: 24px;
  text-transform: uppercase; }
  .mobile-navigation ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .mobile-navigation ul.sub-menu {
      font-size: 20px;
      height: 0;
      overflow: hidden; }
      .mobile-navigation ul.sub-menu a {
        padding: 4px 15px;
        padding-left: 75px; }
      .mobile-navigation ul.sub-menu .sub-menu a {
        padding-left: 90px; }
    .mobile-navigation ul.menu > li {
      margin-bottom: 10px; }
  .mobile-navigation li.current-menu-item > a {
    background-color: #00606d; }
  .mobile-navigation a {
    display: block;
    padding: 6px 15px;
    padding-left: 60px;
    font-weight: 400; }
  .mobile-navigation li.menu-item-has-children > a {
    position: relative; }
    .mobile-navigation li.menu-item-has-children > a:before {
      content: "\f067";
      font-family: fontawesome;
      font-size: 20px;
      position: absolute;
      left: 20px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      color: #004149; }
  .mobile-navigation li.menu-item-has-children.sub-menu-active > a:before {
    content: "\f068"; }

/*	Mobile Menu Activation
---------------------------------------------------------*/
@media (max-width: 991px) {
  #page,
  #mobile-menu,
  #mobile-menu > .inner {
    transition: transform 0.2s ease-out; }
  #mobile-menu {
    transition: transform 0.2s ease-out, visibility 0s linear 0.2s; }
  body.mobile-menu-active {
    overflow: hidden; }
    body.mobile-menu-active #mobile-menu {
      transform: translate3d(-100%, 0, 0); }
    body.mobile-menu-active #mobile-menu {
      visibility: visible;
      transition-delay: 0s; }
    body.mobile-menu-active #mobile-menu > .inner {
      transform: translate3d(0, 0, 0); } }

.social-links a {
  display: inline-block;
  margin-right: 2px;
  position: relative;
  width: 30px;
  height: 30px;
  background-color: #006E7C;
  border-radius: 50%; }
  .social-links a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px; }

#main .container {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 768px) {
    #main .container {
      padding-top: 40px;
      padding-bottom: 40px; } }
  @media (min-width: 1210px) {
    #main .container {
      padding-top: 60px;
      padding-bottom: 60px; } }

@media (min-width: 1210px) {
  #main .page-section.padding-large .container {
    padding-top: 120px;
    padding-bottom: 120px; } }

#main .page-section.padding-bottom-half .container {
  padding-bottom: 10px; }
  @media (min-width: 768px) {
    #main .page-section.padding-bottom-half .container {
      padding-bottom: 20px; } }
  @media (min-width: 1210px) {
    #main .page-section.padding-bottom-half .container {
      padding-bottom: 30px; } }

#main .page-section.padding-bottom-quarter .container {
  padding-bottom: 5px; }
  @media (min-width: 768px) {
    #main .page-section.padding-bottom-quarter .container {
      padding-bottom: 10px; } }
  @media (min-width: 1210px) {
    #main .page-section.padding-bottom-quarter .container {
      padding-bottom: 15px; } }

#main .page-section.padding-top-half .container {
  padding-top: 10px; }
  @media (min-width: 768px) {
    #main .page-section.padding-top-half .container {
      padding-top: 20px; } }
  @media (min-width: 1210px) {
    #main .page-section.padding-top-half .container {
      padding-top: 30px; } }

#main .page-section.padding-top-quarter .container {
  padding-top: 5px; }
  @media (min-width: 768px) {
    #main .page-section.padding-top-quarter .container {
      padding-top: 10px; } }
  @media (min-width: 1210px) {
    #main .page-section.padding-top-quarter .container {
      padding-top: 15px; } }

@media (min-width: 1210px) {
  #main .page-section.hero-section .container {
    padding-top: 40px;
    padding-bottom: 40px; } }

#main .page-section.header-teaser-section .container {
  max-width: 700px;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (min-width: 480px) {
    #main .page-section.header-teaser-section .container {
      padding-left: 50px;
      padding-right: 50px; } }

#main .page-section.current-opportunities-teaser-section .container {
  max-width: 800px; }

#main .page-section.home-programs-teaser-section .container .btn, #main .page-section.home-programs-teaser-section .container button, #main .page-section.home-programs-teaser-section .container
input[type=button], #main .page-section.home-programs-teaser-section .container
input[type=submit] {
  margin: 0 5px 10px; }

@media (min-width: 768px) {
  #main .page-section.home-programs-teaser-section .container {
    padding-top: 120px;
    padding-bottom: 120px; } }

@media (min-width: 1210px) {
  #main .page-section.home-programs-teaser-section .container {
    padding-bottom: 300px; } }

#main .page-section.heading-margin-top-large h1:not(:first-child), #main .page-section.heading-margin-top-large h2:not(:first-child), #main .page-section.heading-margin-top-large h3:not(:first-child), #main .page-section.heading-margin-top-large h4:not(:first-child), #main .page-section.heading-margin-top-large h5:not(:first-child), #main .page-section.heading-margin-top-large h6:not(:first-child) {
  margin-top: 45px; }

body.program-freshwater .page-section a {
  color: #006E7C; }

body.program-pollinators .page-section a {
  color: #728431; }

body.program-capacity .page-section a {
  color: #7F1C31; }

section.page-section {
  position: relative; }
  section.page-section.bg-white {
    background-color: #fff; }
  section.page-section.bg-blue {
    background-color: #006E7C; }
  section.page-section.bg-green {
    background-color: #728431; }
  section.page-section.bg-red {
    background-color: #7F1C31; }
  section.page-section.bg-yellow {
    background-color: #F6BC33; }
  section.page-section.bg-purple {
    background-color: #49113A; }
  section.page-section.text-white, section.page-section.text-white a, section.page-section.has-bg.text-white, section.page-section.has-bg.text-white a {
    color: #fff; }
  section.page-section.text-white a, section.page-section.has-bg.text-white a {
    font-style: normal;
    text-decoration: none; }
  section.page-section.bg-purple.text-white a, section.page-section.has-bg.bg-purple.text-white a {
    color: #F6BC33; }
  section.page-section.text-blue, section.page-section.text-blue a, section.page-section.has-bg.text-blue, section.page-section.has-bg.text-blue a {
    color: #006E7C; }
  section.page-section.text-green, section.page-section.text-green a, section.page-section.has-bg.text-green, section.page-section.has-bg.text-green a {
    color: #728431; }
  section.page-section.text-red, section.page-section.text-red a, section.page-section.has-bg.text-red, section.page-section.has-bg.text-red a {
    color: #7F1C31; }
  section.page-section.text-yellow, section.page-section.text-yellow a, section.page-section.has-bg.text-yellow, section.page-section.has-bg.text-yellow a {
    color: #F6BC33; }
  section.page-section.text-purple, section.page-section.text-purple a, section.page-section.has-bg.text-purple, section.page-section.has-bg.text-purple a {
    color: #49113A; }
  section.page-section.text-large {
    font-size: 20px; }
  section.page-section.text-extra-large {
    font-size: 24px; }
  section.page-section.text-small {
    font-size: 13px; }
  section.page-section.non-bg-repeat, section.page-section.non-bg-stretch {
    background-repeat: no-repeat; }
  section.page-section.bg-stretch {
    background-size: cover;
    background-position: center; }
  section.page-section .section-content {
    position: relative;
    z-index: 2; }
  section.page-section .bg, section.page-section .bg .thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: 1; }
  section.page-section.non-bg-repeat .bg .thumbnail, section.page-section.non-bg-stretch .bg .thumbnail {
    background-repeat: no-repeat; }
  section.page-section.bg-stretch .bg .thumbnail {
    background-size: cover;
    background-position: center; }
  section.page-section.has-bg {
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
    section.page-section.has-bg, section.page-section.has-bg a {
      color: #fff; }
    section.page-section.has-bg.text-blue, section.page-section.has-bg.text-green, section.page-section.has-bg.text-red, section.page-section.has-bg.text-purple {
      text-shadow: none; }
    section.page-section.has-bg.fade-to-black .bg {
      background-color: #000; }
      section.page-section.has-bg.fade-to-black .bg .thumbnail, section.page-section.has-bg.fade-to-black .bg .video {
        height: 500px;
        max-height: 100%;
        bottom: auto; }
        @media (min-width: 768px) {
          section.page-section.has-bg.fade-to-black .bg .thumbnail, section.page-section.has-bg.fade-to-black .bg .video {
            height: 800px; } }
        section.page-section.has-bg.fade-to-black .bg .thumbnail:after, section.page-section.has-bg.fade-to-black .bg .video:after {
          z-index: 3;
          height: 30%;
          background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.001) 0%, black 70%);
          background-repeat: repeat-x;
          filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#FF000000', GradientType=0); }
  section.page-section.current-opportunities-teaser-section .bg .thumbnail:before {
    background-color: transparent !important; }
  section.page-section .thumbnail-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    section.page-section .thumbnail-overlay.blue {
      background-color: #006E7C; }
    section.page-section .thumbnail-overlay.green {
      background-color: #728431; }
    section.page-section .thumbnail-overlay.red {
      background-color: #7F1C31; }
    section.page-section .thumbnail-overlay.yellow {
      background-color: #F6BC33; }
    section.page-section .thumbnail-overlay.purple {
      background-color: #49113A; }
    section.page-section .thumbnail-overlay.white {
      background-color: #fff; }
    section.page-section .thumbnail-overlay.black {
      background-color: #000; }
  section.page-section .yoast-breadcrumb .breadcrumb_last {
    font-size: 36px;
    display: block;
    text-transform: uppercase;
    line-height: 1; }
    @media (min-width: 992px) {
      section.page-section .yoast-breadcrumb .breadcrumb_last {
        font-size: 60px; } }
  section.page-section.hero-section {
    padding-top: 20%; }
    @media (min-width: 1210px) {
      section.page-section.hero-section {
        padding-top: 260px; } }
  section.page-section .js-read-more-outer {
    margin-left: -15px;
    margin-right: -15px;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 10px; }
    section.page-section .js-read-more-outer:before, section.page-section .js-read-more-outer:after {
      content: " ";
      display: table; }
    section.page-section .js-read-more-outer:after {
      clear: both; }
    section.page-section .js-read-more-outer .js-read-more {
      font-style: italic; }
      section.page-section .js-read-more-outer .js-read-more:after {
        font-style: normal; }
      section.page-section .js-read-more-outer .js-read-more.active .more-or-less {
        font-size: 0; }
        section.page-section .js-read-more-outer .js-read-more.active .more-or-less:before {
          content: "Less";
          font-size: 13px; }
  section.page-section.read-more {
    padding-bottom: 35px; }
    section.page-section.read-more.condensed > .section-content > .container > .inner > .content {
      height: 440px;
      overflow: hidden; }
      @media (min-width: 768px) {
        section.page-section.read-more.condensed > .section-content > .container > .inner > .content {
          height: 220px; } }
    section.page-section.read-more > .section-content > .container > .inner {
      position: relative; }
      section.page-section.read-more > .section-content > .container > .inner > .js-read-more-outer {
        display: block; }
  section.page-section .graph-image {
    margin-bottom: -20px; }
    @media (min-width: 768px) {
      section.page-section .graph-image {
        margin-bottom: -30px; } }
    @media (min-width: 1210px) {
      section.page-section .graph-image {
        margin-bottom: -60px; } }

@media (min-width: 1210px) {
  body.home #main section.page-section.hero-section {
    padding-top: 140px; }
    body.home #main section.page-section.hero-section .container {
      padding-top: 100px;
      padding-bottom: 100px; } }

body.home #main section.page-section.hero-section .content {
  max-width: 605px; }
  body.home #main section.page-section.hero-section .content h1 {
    font-size: 35px; }
  body.home #main section.page-section.hero-section .content .three-color-bottom-border {
    height: 6px; }

.header-teaser-section > .container > .inner:before, .header-teaser-section > .container > .inner:after {
  content: " ";
  display: table; }

.header-teaser-section > .container > .inner:after {
  clear: both; }

.header-teaser-section .image img {
  max-width: 200px;
  margin: auto; }

@media (min-width: 480px) {
  .header-teaser-section .image {
    float: left;
    margin: 0 30px 0 0; } }

.header-teaser-section .text {
  line-height: 1.2;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  margin: 25px 0 0; }

.header-teaser-section .header-teaser-close {
  color: #999;
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 20px; }

.google-map {
  height: 300px; }
  @media (min-width: 768px) {
    .google-map {
      height: 500px; } }
  @media (min-width: 1210px) {
    .google-map {
      height: 680px; } }
  .google-map img {
    max-width: none; }

.featured-posts .row.callout-boxes,
.adjacent-posts-section .row.callout-boxes {
  margin: 0 -8px; }
  .featured-posts .row.callout-boxes > .col,
  .adjacent-posts-section .row.callout-boxes > .col {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px; }
    .featured-posts .row.callout-boxes > .col > .inner,
    .adjacent-posts-section .row.callout-boxes > .col > .inner {
      padding: 15px; }
      .featured-posts .row.callout-boxes > .col > .inner:before, .featured-posts .row.callout-boxes > .col > .inner:after,
      .adjacent-posts-section .row.callout-boxes > .col > .inner:before,
      .adjacent-posts-section .row.callout-boxes > .col > .inner:after {
        content: " ";
        display: table; }
      .featured-posts .row.callout-boxes > .col > .inner:after,
      .adjacent-posts-section .row.callout-boxes > .col > .inner:after {
        clear: both; }

.featured-posts .post .thumbnail,
.adjacent-posts-section .post .thumbnail {
  margin-bottom: 15px; }
  @media (min-width: 480px) {
    .featured-posts .post .thumbnail,
    .adjacent-posts-section .post .thumbnail {
      float: right;
      width: 50%;
      margin-bottom: 0; } }
  .featured-posts .post .thumbnail .inner,
  .adjacent-posts-section .post .thumbnail .inner {
    height: 0;
    padding-bottom: 62%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }

.featured-posts .post .content,
.adjacent-posts-section .post .content {
  overflow: hidden;
  padding-right: 30px; }
  .featured-posts .post .content .date,
  .adjacent-posts-section .post .content .date {
    font-weight: 700;
    color: #606668; }

.mailchimp-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1040;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s; }
  .mailchimp-modal > .content {
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    max-width: 500px;
    margin: auto;
    background-color: #fff;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px; }
    .mailchimp-modal > .content > .inner {
      overflow: auto;
      max-height: 100%;
      position: relative; }
  .mailchimp-modal .mailchimp-modal-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #2F3233;
    font-size: 26px;
    line-height: 1;
    z-index: 10; }

body.mailchimp-modal-open {
  overflow: hidden; }
  body.mailchimp-modal-open .mailchimp-modal {
    opacity: 1;
    visibility: visible; }

.shadow-box {
  background-color: #fff;
  box-shadow: 0 2px 4px #DEDAD6;
  margin-top: 30px; }
  .shadow-box:first-child {
    margin-top: 0; }
  .shadow-box > .inner {
    position: relative; }
  .shadow-box .thumbnail {
    position: relative;
    padding-bottom: 42%; }
    .shadow-box .thumbnail > .inner {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .shadow-box .thumbnail {
        padding-bottom: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        width: 50%; }
        .shadow-box .thumbnail > .inner {
          top: 15px;
          bottom: 15px; } }
    @media (min-width: 1210px) {
      .shadow-box .thumbnail {
        width: 66.66667%; } }
    .shadow-box .thumbnail .three-color-bottom-border {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
  .shadow-box .content {
    padding: 20px 30px;
    line-height: 1.4; }
    @media (min-width: 1210px) {
      .shadow-box .content {
        padding-top: 40px;
        padding-bottom: 40px; } }
  @media (min-width: 768px) {
    .shadow-box.align-image-left .thumbnail {
      left: 0; }
    .shadow-box.align-image-left .thumbnail > .inner {
      left: 15px; }
    .shadow-box.align-image-left .content {
      padding-left: 50%; }
    .shadow-box.align-image-left .content > .inner {
      padding-left: 30px; } }
  @media (min-width: 1210px) {
    .shadow-box.align-image-left .content {
      padding-left: 66.66667%; } }
  @media (min-width: 768px) {
    .shadow-box.align-image-right .thumbnail {
      right: 0; }
    .shadow-box.align-image-right .thumbnail > .inner {
      right: 15px; }
    .shadow-box.align-image-right .content {
      padding-right: 50%; }
    .shadow-box.align-image-right .content > .inner {
      padding-right: 30px; } }
  @media (min-width: 1210px) {
    .shadow-box.align-image-right .content {
      padding-right: 66.66667%; } }

.quote {
  font-size: 20px;
  font-style: italic; }
  .quote .three-color-bottom-border {
    margin-bottom: 15px; }

.row.callout-boxes:last-child {
  margin-bottom: -30px; }

.row.callout-boxes > .col {
  margin-bottom: 30px; }
  .row.callout-boxes > .col > .inner {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 2px 4px #C0BEBC; }

.page-gallery {
  padding: 1%;
  background-color: #fff;
  box-shadow: 0 2px 4px #A8A39D; }
  .page-gallery:before, .page-gallery:after {
    content: " ";
    display: table; }
  .page-gallery:after {
    clear: both; }
  .page-gallery > .inner {
    margin: -1% 0 0 -1%;
    overflow: hidden; }
  .page-gallery .image {
    float: left;
    width: 50%;
    padding: 1% 0 0 1%; }
    .page-gallery .image .thumbnail {
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
      padding-bottom: 66.66%; }
    @media (min-width: 768px) {
      .page-gallery .image {
        width: 33.33%; } }
    @media (min-width: 1210px) {
      .page-gallery .image {
        width: 25%; }
        .page-gallery .image.image-1 {
          width: 50%; }
          .page-gallery .image.image-1 .thumbnail {
            padding-bottom: 67.3%; } }

.blueimp-gallery .prev,
.blueimp-gallery .next {
  width: 55px;
  height: 55px;
  line-height: 0.6;
  border-radius: 50%;
  font-size: 72px;
  font-family: arial, sans-serif;
  margin-top: -27px;
  font-weight: 700;
  border: 0; }

.blueimp-gallery > .indicator > li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.blueimp-gallery .slides {
  z-index: 1; }

.blueimp-gallery .indicator {
  z-index: 5; }

.blueimp-gallery .title {
  z-index: 8; }

.blueimp-gallery .prev,
.blueimp-gallery .next,
.blueimp-gallery .close,
.blueimp-gallery .play-pause {
  z-index: 10; }

.blueimp-gallery .image-info {
  padding: 30px 80px 70px 20px;
  z-index: 3;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .blueimp-gallery .image-info > .inner {
    margin: auto;
    max-width: 1000px; }
  .blueimp-gallery .image-info a {
    color: #F6BC33; }
  .blueimp-gallery .image-info .details p {
    margin-bottom: 8px; }
  .blueimp-gallery .image-info .details .short-title {
    font-size: 16px;
    font-weight: 700; }

.blueimp-gallery .image-info {
  transition: transform 0.3s ease-out; }
  .blueimp-gallery .image-info.closed {
    -ms-transform: translateX(-100%);
        transform: translateX(-100%); }

@media (min-width: 768px) {
  .content-section-has-sidebar-menu > .container > .inner,
  .content-section-has-sidebar-menu > .inner,
  .page-section.has-sidebar > .container > .inner,
  .page-section.has-sidebar > .inner {
    margin-left: -30px;
    margin-right: -30px; }
    .content-section-has-sidebar-menu > .container > .inner:before, .content-section-has-sidebar-menu > .container > .inner:after,
    .content-section-has-sidebar-menu > .inner:before,
    .content-section-has-sidebar-menu > .inner:after,
    .page-section.has-sidebar > .container > .inner:before,
    .page-section.has-sidebar > .container > .inner:after,
    .page-section.has-sidebar > .inner:before,
    .page-section.has-sidebar > .inner:after {
      content: " ";
      display: table; }
    .content-section-has-sidebar-menu > .container > .inner:after,
    .content-section-has-sidebar-menu > .inner:after,
    .page-section.has-sidebar > .container > .inner:after,
    .page-section.has-sidebar > .inner:after {
      clear: both; } }

@media (min-width: 768px) {
  .content-section-has-sidebar-menu > .container > .inner,
  .content-section-has-sidebar-menu > .inner,
  .page-section.has-sidebar > .container > .inner,
  .page-section.has-sidebar > .inner {
    margin-left: -15px !important;
    margin-right: -15px !important; } }

@media (min-width: 768px) {
  .content-section-has-sidebar-menu .sidebar-menu,
  .content-section-has-sidebar-menu .content-area,
  .page-section.has-sidebar .sidebar-menu,
  .page-section.has-sidebar .content-area {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (min-width: 768px) {
  .content-section-has-sidebar-menu .sidebar-menu,
  .page-section.has-sidebar .sidebar-menu {
    float: left;
    width: 41.66667%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 992px) {
  .content-section-has-sidebar-menu .sidebar-menu,
  .page-section.has-sidebar .sidebar-menu {
    float: left;
    width: 33.33333%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1210px) {
  .content-section-has-sidebar-menu .sidebar-menu,
  .page-section.has-sidebar .sidebar-menu {
    float: left;
    width: 25%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  .content-section-has-sidebar-menu .sidebar-menu,
  .page-section.has-sidebar .sidebar-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    max-height: calc(100vh - 40px);
    overflow: auto; } }

@media (min-width: 768px) {
  .content-section-has-sidebar-menu .content-area,
  .page-section.has-sidebar .content-area {
    float: left;
    width: 58.33333%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 992px) {
  .content-section-has-sidebar-menu .content-area,
  .page-section.has-sidebar .content-area {
    float: left;
    width: 66.66667%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1210px) {
  .content-section-has-sidebar-menu .content-area,
  .page-section.has-sidebar .content-area {
    float: left;
    width: 75%;
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 768px) {
  body.search .page-section.has-sidebar .sidebar-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 15px; } }

body.search .page-section.has-sidebar .sidebar-menu .quick-links-heading {
  margin-bottom: 15px; }

body.search .page-section.has-sidebar .sidebar-menu ul {
  padding: 0; }
  body.search .page-section.has-sidebar .sidebar-menu ul li {
    margin-bottom: 5px; }

.sidebar-menu ul {
  list-style: none; }

.sidebar-menu a {
  color: #49113A;
  font-style: normal;
  font-weight: 300;
  text-decoration: none;
  display: block;
  border-left: 5px solid transparent;
  transition: background-color .15s, color .15s, border-color .15s; }
  .sidebar-menu a.active {
    font-weight: 700;
    border-left-color: #F6BC33; }

.sidebar-menu > ul {
  padding: 0;
  margin: 5px 0 20px;
  background-color: #fff; }
  .sidebar-menu > ul > li > a {
    font-size: 18px;
    padding: 8px 32px 8px 16px;
    border-bottom: 1px dashed #ddd; }
    .sidebar-menu > ul > li > a.active {
      background-color: #49113A;
      color: #fff;
      border-bottom: 0; }
    .sidebar-menu > ul > li > a.has-submenu {
      position: relative; }
      .sidebar-menu > ul > li > a.has-submenu:after {
        content: "\f107";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -14px; }
      .sidebar-menu > ul > li > a.has-submenu.active:after {
        content: "\f106"; }
  .sidebar-menu > ul > li:last-child > a {
    border-bottom: 0; }

.sidebar-menu ul ul {
  padding: 10px 10px 10px 20px;
  border-bottom: 1px dashed #ddd; }
  .sidebar-menu ul ul:not(.active) {
    display: none; }
  .sidebar-menu ul ul li {
    margin-bottom: 10px; }
    .sidebar-menu ul ul li:last-child {
      margin-bottom: 0; }
    @media (max-height: 600px) {
      .sidebar-menu ul ul li {
        margin-bottom: 8px;
        line-height: 1.4;
        font-size: 14px; } }
  .sidebar-menu ul ul a {
    padding: 0 10px; }

.page-anchor-sections .section-main-content {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .page-anchor-sections .section-main-content {
      margin-bottom: 45px; } }

.page-anchor-sections .anchor-content-section {
  margin-bottom: 30px;
  padding-bottom: 12px; }

.page-anchor-sections .anchor-content-section.category-section h2 {
  font-size: 42px; }

.page-anchor-sections .anchor-content-section.standard-section {
  border-bottom: 1px solid #ddd; }
  .page-anchor-sections .anchor-content-section.standard-section:last-child {
    border-bottom: 0; }
  @media (min-width: 992px) {
    .page-anchor-sections .anchor-content-section.standard-section {
      margin-bottom: 50px;
      padding-bottom: 24px; } }

.page-anchor-sections .anchor-content-section .content.condensed {
  height: 120px;
  overflow: hidden;
  position: relative; }

.page-anchor-sections .anchor-content-section footer {
  margin-top: 15px; }

.page-section .js-read-more {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  margin-right: 25px; }
  .page-section .js-read-more:after {
    content: "\00a0\f107";
    font-family: fontawesome;
    font-size: 22px;
    position: relative;
    top: 3px;
    font-style: normal; }
  .page-section .js-read-more.active:after {
    content: "\00a0\f106"; }

#main section.page-section .yoast-breadcrumb a {
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  color: #fff; }

.three-color-bottom-border {
  height: 4px;
  background-color: #728431;
  position: relative; }
  .three-color-bottom-border:before, .three-color-bottom-border:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 33.33%;
    top: 0; }
  .three-color-bottom-border:before {
    background-color: #006E7C;
    left: 0; }
  .three-color-bottom-border:after {
    background-color: #7F1C31;
    right: 0; }

.loading-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility 0s linear .3s; }
  .loading-overlay.active {
    transition-delay: 0s;
    opacity: 1;
    visibility: visible; }
  .loading-overlay .fa {
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%); }

.jrs-table {
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .jrs-table .table-row {
    display: table-row;
    padding: 20px; }
    .jrs-table .table-row:first-child {
      font-size: 18px;
      border-bottom: 1px solid #D3D3D3; }
      .jrs-table .table-row:first-child .table-cell {
        padding-bottom: 10px;
        vertical-align: bottom; }
      .jrs-table .table-row:first-child + .table-row .table-cell {
        padding-top: 20px; }
  .jrs-table .table-cell {
    display: table-cell;
    padding: 10px 30px 10px 0; }
    .jrs-table .table-cell:last-child {
      text-align: center;
      padding-right: 0; }
  .jrs-table .table-heading {
    margin: 0; }
  .page-section .jrs-table a {
    font-style: normal;
    text-decoration: none; }

.ufaq-faq-list {
  margin-top: 30px; }
  .ufaq-faq-list .ufaq-faq-category-title {
    color: #006E7C; }
  .ufaq-faq-list .ufaq-faq-category-inner {
    padding: 0 0 10px 10px; }
  .ufaq-faq-list .ufaq-faq-category-title.ufaq-faq-category-title-toggle h4 {
    display: inline-block;
    position: relative;
    margin: 5px 0; }
    .ufaq-faq-list .ufaq-faq-category-title.ufaq-faq-category-title-toggle h4:after {
      content: "b";
      font-family: 'ewd-toggle-icon';
      display: inline-block;
      margin-left: 10px;
      vertical-align: middle; }
  .ufaq-faq-list .ewd-ufaq-post-active .ufaq-faq-category-title.ufaq-faq-category-title-toggle h4:after {
    content: "B"; }
  .ufaq-faq-list .ufaq-faq-title > a {
    font-style: normal; }
  .ufaq-faq-list .ufaq-faq-display-style-Minimalist .ufaq-faq-body {
    padding: 20px 20px 10px 30px;
    position: relative; }
    .ufaq-faq-list .ufaq-faq-display-style-Minimalist .ufaq-faq-body:before {
      content: "";
      background: #ccc;
      position: absolute;
      left: 6px;
      top: 12px;
      height: calc(100% - 24px);
      width: 5px; }
  .ufaq-faq-list .ufaq-faq-title-text h5 {
    font-size: 18px;
    font-weight: 400; }

/* -------------------------------- */
/*		Page Sections					 */
/* -------------------------------- */
@media (min-width: 768px) {
  .page-section.two-column-section .section-columns {
    margin-left: -15px;
    margin-right: -15px; }
    .page-section.two-column-section .section-columns:before, .page-section.two-column-section .section-columns:after {
      content: " ";
      display: table; }
    .page-section.two-column-section .section-columns:after {
      clear: both; } }

.page-section.two-column-section .section-columns:before {
  display: none; }

@media (min-width: 768px) {
  .page-section.two-column-section .section-columns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.page-section.two-column-section .section-columns .column-1,
.page-section.two-column-section .section-columns .column-2 {
  position: relative; }
  @media (min-width: 768px) {
    .page-section.two-column-section .section-columns .column-1,
    .page-section.two-column-section .section-columns .column-2 {
      float: left;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

.page-section.two-column-section .section-columns .column-1 {
  margin-bottom: 25px; }
  @media (min-width: 768px) {
    .page-section.two-column-section .section-columns .column-1 {
      margin-bottom: 0; } }

.page-section.two-column-section.vertical-alignment-middle .section-columns {
  -ms-flex-align: center;
      align-items: center; }

.page-section.two-column-section.vertical-alignment-bottom .section-columns {
  -ms-flex-align: end;
      align-items: flex-end; }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-1-1 .section-columns .column-1 {
    width: 50%; }
  .page-section.two-column-section.layout-1-1 .section-columns .column-2 {
    width: 50%; }
  .page-section.two-column-section.layout-1-1.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  .page-section.two-column-section.layout-1-1.reverse-column-order .section-columns .column-2 {
    left: -50%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-1-6 .section-columns .column-1 {
    width: 25%; }
  .page-section.two-column-section.layout-1-6 .section-columns .column-2 {
    width: 75%; }
  .page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-1 {
    left: 75%; }
  .page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-2 {
    left: -25%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-1-6 .section-columns .column-1 {
    width: 20%; }
  .page-section.two-column-section.layout-1-6 .section-columns .column-2 {
    width: 80%; }
  .page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-1 {
    left: 80%; }
  .page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-2 {
    left: -20%; } }

@media (min-width: 1210px) {
  .page-section.two-column-section.layout-1-6 .section-columns .column-1 {
    width: 16.66667%; }
  .page-section.two-column-section.layout-1-6 .section-columns .column-2 {
    width: 83.33333%; }
  .page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-1 {
    left: 83.33333%; }
  .page-section.two-column-section.layout-1-6.reverse-column-order .section-columns .column-2 {
    left: -16.66667%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-6-1 .section-columns .column-1 {
    width: 75%; }
  .page-section.two-column-section.layout-6-1 .section-columns .column-2 {
    width: 25%; }
  .page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-1 {
    left: 25%; }
  .page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-2 {
    left: -75%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-6-1 .section-columns .column-1 {
    width: 80%; }
  .page-section.two-column-section.layout-6-1 .section-columns .column-2 {
    width: 20%; }
  .page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-1 {
    left: 20%; }
  .page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-2 {
    left: -80%; } }

@media (min-width: 1210px) {
  .page-section.two-column-section.layout-6-1 .section-columns .column-1 {
    width: 83.33333%; }
  .page-section.two-column-section.layout-6-1 .section-columns .column-2 {
    width: 16.66667%; }
  .page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-1 {
    left: 16.66667%; }
  .page-section.two-column-section.layout-6-1.reverse-column-order .section-columns .column-2 {
    left: -83.33333%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-1-3 .section-columns .column-1 {
    width: 33.33333%; }
  .page-section.two-column-section.layout-1-3 .section-columns .column-2 {
    width: 66.66667%; }
  .page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-1 {
    left: 66.66667%; }
  .page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-2 {
    left: -33.33333%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-1-3 .section-columns .column-1 {
    width: 25%; }
  .page-section.two-column-section.layout-1-3 .section-columns .column-2 {
    width: 75%; }
  .page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-1 {
    left: 75%; }
  .page-section.two-column-section.layout-1-3.reverse-column-order .section-columns .column-2 {
    left: -25%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-3-1 .section-columns .column-1 {
    width: 66.66667%; }
  .page-section.two-column-section.layout-3-1 .section-columns .column-2 {
    width: 33.33333%; }
  .page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-1 {
    left: 33.33333%; }
  .page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-2 {
    left: -66.66667%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-3-1 .section-columns .column-1 {
    width: 75%; }
  .page-section.two-column-section.layout-3-1 .section-columns .column-2 {
    width: 25%; }
  .page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-1 {
    left: 25%; }
  .page-section.two-column-section.layout-3-1.reverse-column-order .section-columns .column-2 {
    left: -75%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-1-2 .section-columns .column-1 {
    width: 33.33333%; }
  .page-section.two-column-section.layout-1-2 .section-columns .column-2 {
    width: 66.66667%; }
  .page-section.two-column-section.layout-1-2.reverse-column-order .section-columns .column-1 {
    left: 66.66667%; }
  .page-section.two-column-section.layout-1-2.reverse-column-order .section-columns .column-2 {
    left: -33.33333%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-2-1 .section-columns .column-1 {
    width: 66.66667%; }
  .page-section.two-column-section.layout-2-1 .section-columns .column-2 {
    width: 33.33333%; }
  .page-section.two-column-section.layout-2-1.reverse-column-order .section-columns .column-1 {
    left: 33.33333%; }
  .page-section.two-column-section.layout-2-1.reverse-column-order .section-columns .column-2 {
    left: -66.66667%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-5-7 .section-columns .column-1 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-5-7 .section-columns .column-2 {
    width: 58.33333%; }
  .page-section.two-column-section.layout-5-7.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  .page-section.two-column-section.layout-5-7.reverse-column-order .section-columns .column-2 {
    left: -41.66667%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-7-5 .section-columns .column-1 {
    width: 58.33333%; }
  .page-section.two-column-section.layout-7-5 .section-columns .column-2 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-7-5.reverse-column-order .section-columns .column-1 {
    left: 41.66667%; }
  .page-section.two-column-section.layout-7-5.reverse-column-order .section-columns .column-2 {
    left: -58.33333%; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-2-_1-3 .section-columns .column-1 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-2-_1-3 .section-columns .column-2 {
    width: 58.33333%; }
  .page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  .page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-2 {
    left: -41.66667%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-2-_1-3 .section-columns .column-1 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-2-_1-3 .section-columns .column-2 {
    width: 50%;
    margin-left: 8.33333%; }
  .page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  .page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-2 {
    left: -41.66667%;
    margin-left: 0; } }

@media (min-width: 1210px) {
  .page-section.two-column-section.layout-2-_1-3 .section-columns .column-1 {
    width: 33.33333%; }
  .page-section.two-column-section.layout-2-_1-3 .section-columns .column-2 {
    width: 50%;
    margin-left: 16.66667%; }
  .page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-1 {
    left: 66.66667%; }
  .page-section.two-column-section.layout-2-_1-3.reverse-column-order .section-columns .column-2 {
    left: -33.33333%;
    margin-left: 0; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-3-_1-2 .section-columns .column-1 {
    width: 58.33333%; }
  .page-section.two-column-section.layout-3-_1-2 .section-columns .column-2 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-1 {
    left: 41.66667%; }
  .page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-2 {
    left: -58.33333%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-3-_1-2 .section-columns .column-1 {
    width: 50%; }
  .page-section.two-column-section.layout-3-_1-2 .section-columns .column-2 {
    width: 41.66667%;
    margin-left: 8.33333%; }
  .page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  .page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-2 {
    left: -50%;
    margin-left: 0; } }

@media (min-width: 1210px) {
  .page-section.two-column-section.layout-3-_1-2 .section-columns .column-1 {
    width: 50%; }
  .page-section.two-column-section.layout-3-_1-2 .section-columns .column-2 {
    width: 33.33333%;
    margin-left: 16.66667%; }
  .page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  .page-section.two-column-section.layout-3-_1-2.reverse-column-order .section-columns .column-2 {
    left: -50%;
    margin-left: 0; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-5-_1-6 .section-columns .column-1 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-5-_1-6 .section-columns .column-2 {
    width: 58.33333%; }
  .page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  .page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-2 {
    left: -41.66667%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-5-_1-6 .section-columns .column-1 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-5-_1-6 .section-columns .column-2 {
    width: 50%;
    margin-left: 8.33333%; }
  .page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-1 {
    left: 58.33333%; }
  .page-section.two-column-section.layout-5-_1-6.reverse-column-order .section-columns .column-2 {
    left: -41.66667%;
    margin-left: 0; } }

@media (min-width: 768px) {
  .page-section.two-column-section.layout-6-_1-5 .section-columns .column-1 {
    width: 58.33333%; }
  .page-section.two-column-section.layout-6-_1-5 .section-columns .column-2 {
    width: 41.66667%; }
  .page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-1 {
    left: 41.66667%; }
  .page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-2 {
    left: -58.33333%; } }

@media (min-width: 992px) {
  .page-section.two-column-section.layout-6-_1-5 .section-columns .column-1 {
    width: 50%; }
  .page-section.two-column-section.layout-6-_1-5 .section-columns .column-2 {
    width: 41.66667%;
    margin-left: 8.33333%; }
  .page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-1 {
    left: 50%; }
  .page-section.two-column-section.layout-6-_1-5.reverse-column-order .section-columns .column-2 {
    left: -50%;
    margin-left: 0; } }

.page-section.grid-section .section-grid {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -45px; }
  .page-section.grid-section .section-grid:before, .page-section.grid-section .section-grid:after {
    content: " ";
    display: table; }
  .page-section.grid-section .section-grid:after {
    clear: both; }
  .page-section.grid-section .section-grid:before {
    display: none; }
  @media (min-width: 768px) {
    .page-section.grid-section .section-grid {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .page-section.grid-section .section-grid .cell {
    float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 45px; }
    @media (min-width: 768px) {
      .page-section.grid-section .section-grid .cell > .inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        height: 100%; }
        .page-section.grid-section .section-grid .cell > .inner p:last-child {
          margin-bottom: 0; } }
    .page-section.grid-section .section-grid .cell .title-wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
    .page-section.grid-section .section-grid .cell .title {
      margin-bottom: 15px;
      padding-bottom: 0;
      border-bottom: 0; }
      @media (min-width: 992px) {
        .page-section.grid-section .section-grid .cell .title {
          margin: 25px 0; } }

.page-section.grid-section.vertical-alignment-middle .section-grid {
  -ms-flex-align: center;
      align-items: center; }

.page-section.grid-section.vertical-alignment-bottom .section-grid {
  -ms-flex-align: end;
      align-items: flex-end; }

.page-section.grid-section.horizontal-alignment-center .section-grid {
  -ms-flex-pack: center;
      justify-content: center; }

.page-section.grid-section.horizontal-alignment-right .section-grid {
  -ms-flex-pack: end;
      justify-content: flex-end; }

@media (min-width: 768px) {
  .page-section.grid-section.column-count-2 .section-grid .cell {
    width: 50%; } }

@media (min-width: 768px) {
  .page-section.grid-section.column-count-3 .section-grid .cell {
    width: 33.33333%; } }

.page-section.grid-section.column-count-4 .section-grid .cell {
  width: 50%; }

@media (min-width: 768px) {
  .page-section.grid-section.column-count-4 .section-grid .cell {
    width: 25%; } }

.page-section.grid-section.column-count-5 .section-grid .cell {
  width: 50%; }

@media (min-width: 768px) {
  .page-section.grid-section.column-count-5 .section-grid .cell {
    width: 20%; } }

.page-section.grid-section.column-count-6 .section-grid .cell {
  width: 33.33333%; }

@media (min-width: 768px) {
  .page-section.grid-section.column-count-6 .section-grid .cell {
    width: 16.66667%; } }

.section-grid .title,
.program-subpage-teasers .title {
  padding-bottom: 10px;
  border-bottom: 4px solid #2F3233;
  margin-bottom: 20px; }
  .page-section.text-white .section-grid .title, .page-section.text-white
  .program-subpage-teasers .title {
    border-bottom-color: #fff; }
  .page-section.text-white.bg-purple .section-grid .title, .page-section.text-white.bg-purple
  .program-subpage-teasers .title {
    border-bottom-color: #F6BC33; }

.page-section.featured-image-section .section-content > .container {
  max-width: 1690px; }
  .page-section.featured-image-section .section-content > .container .featured-image {
    position: relative;
    margin-bottom: 20px; }
    .page-section.featured-image-section .section-content > .container .featured-image > .inner {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      padding-bottom: 66%; }
  @media (min-width: 992px) {
    #main .page-section.featured-image-section .section-content > .container {
      padding-top: 15px;
      padding-bottom: 15px; }
    .page-section.featured-image-section .section-content > .container > .inner {
      position: relative;
      overflow: hidden; }
    .page-section.featured-image-section .section-content > .container .featured-image {
      position: absolute;
      top: 0;
      height: 100%;
      width: 610px;
      margin-bottom: 0; }
      .page-section.featured-image-section .section-content > .container .featured-image > .inner {
        padding-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .page-section.featured-image-section .section-content > .container .content {
      padding-top: 40px;
      padding-bottom: 40px; } }

#main .page-section.featured-image-section .section-content > .container, #main .page-section.featured-image-section.image-alignment-left .section-content > .container {
  padding-left: 15px; }

@media (min-width: 992px) {
  .page-section.featured-image-section .section-content > .container > .inner, .page-section.featured-image-section.image-alignment-left .section-content > .container > .inner {
    padding-left: 640px;
    padding-right: 0; }
  .page-section.featured-image-section .section-content > .container .featured-image, .page-section.featured-image-section.image-alignment-left .section-content > .container .featured-image {
    left: 0;
    right: auto; } }

#main .page-section.featured-image-section.image-alignment-right .section-content > .container {
  padding-right: 15px; }

@media (min-width: 992px) {
  .page-section.featured-image-section.image-alignment-right .section-content > .container > .inner {
    padding-right: 640px;
    padding-left: 0; }
  .page-section.featured-image-section.image-alignment-right .section-content > .container .featured-image {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .page-section.content-slider-section .section-title {
    margin-bottom: 40px; } }

.page-section.content-slider-section .section-slider {
  position: relative;
  overflow: visible !important; }
  @media (max-width: 479px) {
    .page-section.content-slider-section .section-slider {
      margin-top: 80px; } }
  @media (min-width: 480px) and (max-width: 1300px) {
    .page-section.content-slider-section .section-slider {
      max-width: calc(100% - 120px);
      margin-left: auto;
      margin-right: auto; } }

.page-section.content-slider-section.text-white .slide-type-news-post {
  color: #2F3233; }
  .page-section.content-slider-section.text-white .slide-type-news-post a {
    color: #006E7C; }
  .page-section.content-slider-section.text-white .slide-type-news-post article.hentry {
    box-shadow: none;
    border: 0; }

@media (min-width: 768px) {
  .page-section.content-slider-section .slide-row {
    margin-left: -15px;
    margin-right: -15px; }
    .page-section.content-slider-section .slide-row:before, .page-section.content-slider-section .slide-row:after {
      content: " ";
      display: table; }
    .page-section.content-slider-section .slide-row:after {
      clear: both; } }

@media (min-width: 768px) {
  .page-section.content-slider-section .column-one,
  .page-section.content-slider-section .column-two {
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 767px) {
  .page-section.content-slider-section .column-one {
    margin-bottom: 20px; } }

.page-section.content-slider-section .flex-prev,
.page-section.content-slider-section .flex-next {
  opacity: 1;
  color: #49113A;
  text-shadow: none;
  height: 80px;
  margin-top: -40px;
  font-size: 80px; }

.page-section.content-slider-section .flex-prev {
  left: -75px; }

.page-section.content-slider-section .flex-next {
  right: -75px; }

@media (max-width: 479px) {
  .page-section.content-slider-section .flex-prev,
  .page-section.content-slider-section .flex-next {
    top: -45px; }
  .page-section.content-slider-section .flex-prev {
    left: -15px; }
  .page-section.content-slider-section .flex-next {
    right: -15px; } }

.page-section.content-slider-section .section-slider-nav {
  overflow: hidden;
  display: inline-block;
  padding: 0;
  margin: 0 0 25px;
  border: 1px solid #333;
  border-radius: 5px; }
  @media (max-width: 767px) {
    .page-section.content-slider-section .section-slider-nav {
      display: none; } }
  @media (max-width: 1300px) {
    .page-section.content-slider-section .section-slider-nav {
      margin-left: 60px; } }
  .page-section.content-slider-section .section-slider-nav li {
    list-style-type: none;
    float: left;
    border-left: 1px solid #333; }
    .page-section.content-slider-section .section-slider-nav li:first-child {
      border-left: 0; }
  .page-section.content-slider-section .section-slider-nav a {
    display: block;
    padding: 10px;
    font-style: normal;
    text-decoration: none;
    color: #333;
    transition: background-color .15s, color .15s; }
    .page-section.content-slider-section .section-slider-nav a.flex-active {
      background-color: rgba(0, 0, 0, 0.07); }

.page-section.content-slider-section.text-white .section-slider-nav, .page-section.content-slider-section.text-white .section-slider-nav li {
  border-color: #fff; }

.page-section.content-slider-section.text-white .section-slider-nav a {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.07); }
  .page-section.content-slider-section.text-white .section-slider-nav a.flex-active {
    color: #49113A;
    background-color: #fff; }

.page-section.file-download-list-section {
  font-weight: 700; }
  .page-section.file-download-list-section:before, .page-section.file-download-list-section:after {
    content: " ";
    display: table; }
  .page-section.file-download-list-section:after {
    clear: both; }

@media (min-width: 768px) {
  .file-lists {
    margin-left: -15px;
    margin-right: -15px; }
    .file-lists:before, .file-lists:after {
      content: " ";
      display: table; }
    .file-lists:after {
      clear: both; } }

.file-lists .file-list {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .file-lists .file-list {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  .file-lists .file-list:nth-child(odd) {
    clear: left; }
  .file-lists .file-list > .inner {
    display: table;
    width: 100%; }

.file-lists .table-row {
  background-color: #fff;
  display: table-row; }
  .file-lists .table-row:nth-child(odd) {
    background-color: #f7f7f7; }

.file-lists .table-cell {
  display: table-cell;
  padding: 10px 20px; }
  .file-lists .table-cell:last-child {
    width: 100px;
    text-align: right; }
  .file-lists .table-cell a {
    text-decoration: none;
    font-style: normal; }

.file-lists .download-cell {
  color: transparent; }

.file-lists .fa {
  font-size: 24px; }

.file-lists .file-list.color-blue .table-row.title-row {
  background-color: #006E7C;
  color: #fff; }

.file-lists .file-list.color-blue .table-row.body-row a {
  color: #006E7C; }

.file-lists .file-list.color-green .table-row.title-row {
  background-color: #728431;
  color: #fff; }

.file-lists .file-list.color-green .table-row.body-row a {
  color: #728431; }

.file-lists .file-list.color-red .table-row.title-row {
  background-color: #7F1C31;
  color: #fff; }

.file-lists .file-list.color-red .table-row.body-row a {
  color: #7F1C31; }

.file-lists .file-list.color-yellow .table-row.title-row {
  background-color: #F6BC33;
  color: #fff; }

.file-lists .file-list.color-yellow .table-row.body-row a {
  color: #F6BC33; }

.file-lists .file-list.color-purple .table-row.title-row {
  background-color: #49113A;
  color: #fff; }

.file-lists .file-list.color-purple .table-row.body-row a {
  color: #49113A; }

.file-lists .file-list.color-white .table-row.title-row {
  background-color: #ddd;
  color: #2F3233; }

.file-lists .file-list.color-white .table-row.body-row a {
  color: #2F3233; }

.file-lists .file-list .table-row.title-row, .file-lists .file-list.color-black .table-row.title-row {
  background-color: #2F3233;
  color: #fff; }

.file-lists .file-list .table-row.body-row a, .file-lists .file-list.color-black .table-row.body-row a {
  color: #2F3233; }

#main .program-teaser-section > .container {
  max-width: none;
  padding: 0; }

.program-teasers {
  padding-bottom: 8px;
  padding-top: 8px;
  padding-left: 8px;
  padding-right: 8px; }
  @media (min-width: 992px) {
    .program-teasers > .inner {
      margin-left: -4px;
      margin-right: -4px; }
      .program-teasers > .inner:before, .program-teasers > .inner:after {
        content: " ";
        display: table; }
      .program-teasers > .inner:after {
        clear: both; } }
  @media (min-width: 992px) {
    .program-teasers .program-teaser {
      float: left;
      width: 33.33%;
      padding-left: 4px;
      padding-right: 4px; } }
  .program-teasers .program-teaser > .inner {
    position: relative;
    overflow: hidden; }
    @media (min-width: 992px) {
      .program-teasers .program-teaser > .inner {
        min-height: 475px;
        height: 0;
        padding-bottom: 75%; } }
    @media (min-width: 1210px) {
      .program-teasers .program-teaser > .inner {
        min-height: 400px; } }
  .program-teasers .program-teaser.program-freshwater .title.lower {
    background-color: #006E7C; }
  .program-teasers .program-teaser.program-freshwater .content {
    background-color: rgba(0, 110, 124, 0.9); }
  .program-teasers .program-teaser.program-pollinators .title.lower {
    background-color: #728431; }
  .program-teasers .program-teaser.program-pollinators .content {
    background-color: rgba(114, 132, 49, 0.9); }
  .program-teasers .program-teaser.program-capacity .title.lower {
    background-color: #7F1C31; }
  .program-teasers .program-teaser.program-capacity .content {
    background-color: rgba(127, 28, 49, 0.9); }
  .program-teasers .program-teaser .thumbnail,
  .program-teasers .program-teaser .title.lower {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none; }
  .program-teasers .program-teaser .thumbnail {
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    transition: filter 0.15s; }
  .program-teasers .program-teaser .title.lower,
  .program-teasers .program-teaser .content {
    padding: 15px 20px; }
    .program-teasers .program-teaser .title.lower, .program-teasers .program-teaser .title.lower a,
    .program-teasers .program-teaser .content,
    .program-teasers .program-teaser .content a {
      color: #fff; }
  .program-teasers .program-teaser .title {
    text-shadow: 0 2px 4px rgba(47, 47, 47, 0.5);
    text-transform: uppercase; }
    .program-teasers .program-teaser .title.lower {
      z-index: 2;
      margin: 0;
      transition: opacity 0.05s; }
  .program-teasers .program-teaser .content {
    display: block;
    font-style: normal;
    font-weight: 300;
    text-decoration: none; }
  @media (min-width: 992px) {
    .program-teasers .program-teaser .thumbnail,
    .program-teasers .program-teaser .title.lower {
      display: block; }
    .program-teasers .program-teaser .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3;
      -ms-transform: translateY(100%);
          transform: translateY(100%);
      transition: transform .2s; }
    .program-teasers .program-teaser:hover .thumbnail {
      filter: grayscale(1);
      transition-delay: .1s; }
    .program-teasers .program-teaser:hover .title.lower {
      opacity: 0;
      transition: opacity 0.15s linear 0.05s; }
    .program-teasers .program-teaser:hover .content {
      -ms-transform: translateY(0);
          transform: translateY(0); } }

@media (min-width: 580px) {
  .board-members > .inner,
  .former-board-members > .inner {
    margin-left: -15px;
    margin-right: -15px; }
    .board-members > .inner:before, .board-members > .inner:after,
    .former-board-members > .inner:before,
    .former-board-members > .inner:after {
      content: " ";
      display: table; }
    .board-members > .inner:after,
    .former-board-members > .inner:after {
      clear: both; } }

.board-members .board-member,
.former-board-members .board-member {
  margin-bottom: 30px; }
  @media (min-width: 580px) {
    .board-members .board-member,
    .former-board-members .board-member {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .board-members .board-member,
    .former-board-members .board-member {
      float: left;
      width: 33.33%;
      padding-left: 15px;
      padding-right: 15px; } }

.board-members {
  margin-top: 40px;
  margin-bottom: -15px; }
  .board-members .thumbnail {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    padding-bottom: 80%; }
  .board-members .three-color-bottom-border {
    margin-bottom: 15px; }
  .board-members .board-member .bio {
    display: none; }
  .board-members .read-bio {
    font-style: normal;
    text-decoration: none; }
  .board-members .title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 3px; }
  .board-members .company,
  .board-members .location {
    margin-bottom: 2px;
    font-style: italic;
    font-size: 16px; }
  .board-members .drawer {
    width: 100%;
    clear: both; }
    .board-members .drawer > .inner {
      height: 0;
      margin-top: -30px; }
    .board-members .drawer .bio {
      margin: 30px 0;
      padding: 40px;
      position: relative;
      background-color: #fff;
      filter: drop-shadow(0 1px 2px #BFBCB8);
      line-height: 1.7; }
      @media (min-width: 580px) {
        .board-members .drawer .bio {
          margin-left: 15px;
          margin-right: 15px; } }
      .board-members .drawer .bio .company-link,
      .board-members .drawer .bio .image-download-link {
        margin: 20px 0 0; }
      .board-members .drawer .bio .company-link a {
        position: relative;
        padding-left: 36px;
        display: inline-block; }
        .board-members .drawer .bio .company-link a:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 23px;
          height: 23px;
          background-image: url(../images/external-link-icon.png); }
      .board-members .drawer .bio .image-download-link {
        font-size: 12px; }
      .board-members .drawer .bio:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -20px;
        border: 13px solid transparent;
        border-left-width: 20px;
        border-right-width: 20px;
        border-bottom: 13px solid #fff; }
      @media (min-width: 580px) {
        .board-members .drawer .bio:before {
          left: 25%; }
        .board-members .drawer .bio[data-col-xs="2"]:before {
          left: 75%; } }
      @media (min-width: 768px) {
        .board-members .drawer .bio[data-col-xs="2"]:before, .board-members .drawer .bio:before {
          left: 16.66%; }
        .board-members .drawer .bio[data-col-sm="2"]:before {
          left: 49.99%; }
        .board-members .drawer .bio[data-col-sm="3"]:before {
          left: 83.32%; } }

body.browser-ie .board-members .drawer .bio {
  box-shadow: 0 1px 2px #BFBCB8; }

.staff-section .content {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25); }
  .staff-section .content > h1, .staff-section .content > h2, .staff-section .content > h3 {
    margin: 0 0 30px !important; }

.staff-members .staff-member {
  margin-bottom: 30px;
  overflow: hidden; }

.staff-members .photo {
  margin-bottom: 30px;
  position: relative; }
  .staff-members .photo .inner,
  .staff-members .photo .inner-secondary {
    height: 0;
    padding-bottom: 85%;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    transition: opacity .15s; }
  .staff-members .photo .inner {
    position: relative;
    z-index: 2; }
  .staff-members .photo .inner-secondary {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .staff-members .photo.has-second-photo:hover .inner {
    opacity: 0; }
  .staff-members .photo.has-second-photo:hover .inner-secondary {
    opacity: 1; }
  .staff-members .photo .three-color-bottom-border {
    z-index: 3; }

.staff-members .details .name,
.staff-members .details .org-location {
  margin-bottom: 10px; }

.staff-members .details .name {
  color: #006E7C;
  margin-top: 0 !important; }

.staff-members .details .org-location {
  font-style: italic;
  font-size: 15px; }

.staff-members .details .bio {
  font-weight: 300; }

@media (min-width: 500px) {
  .staff-members .photo {
    float: left;
    width: calc(33.33% - 10px); }
  .staff-members .details {
    float: right;
    width: calc(66.66% - 10px); } }

@media (min-width: 992px) {
  .staff-members .photo {
    width: 370px; }
  .staff-members .details {
    width: calc(100% - 400px); } }

.former-board-members-section {
  line-height: 1.3; }
  .former-board-members-section.text-white h3 a {
    color: #F6BC33;
    text-decoration: underline; }

@media (min-width: 768px) {
  .former-board-members {
    margin-bottom: -15px; } }

@media (min-width: 992px) {
  .former-board-members .board-member {
    float: left;
    width: 25%;
    padding-left: 15px;
    padding-right: 15px; } }

.former-board-members p {
  margin-bottom: 0; }

.former-board-members .title {
  font-weight: 700;
  font-size: 20px; }

.former-board-members .years-active {
  font-size: 16px;
  color: #F6BC33;
  font-style: italic; }

.former-interns-modal {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
  color: #2F3233;
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); }
  .former-interns-modal > .content {
    background-color: #fff;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 20px;
    right: 20px;
    margin: auto;
    overflow: auto;
    max-width: 1000px;
    padding: 30px; }

body.former-interns-modal-open {
  overflow: hidden; }
  body.former-interns-modal-open .former-interns-modal {
    opacity: 1;
    visibility: visible; }

.program-overview-section {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); }
  .program-overview-section .program-overview-section-heading {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px; }
    .program-overview-section .program-overview-section-heading span {
      font-size: 36px;
      display: block; }
    @media (min-width: 768px) {
      .program-overview-section .program-overview-section-heading {
        padding-left: 255px;
        line-height: 66px;
        margin-bottom: 30px; }
        .program-overview-section .program-overview-section-heading span {
          position: absolute;
          left: 0;
          top: 0;
          padding-right: 45px; }
          .program-overview-section .program-overview-section-heading span:after {
            content: "";
            position: absolute;
            top: 0;
            left: 100%;
            height: 100%;
            width: 1px;
            background-color: #fff;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5); } }
  @media (min-width: 992px) {
    .program-overview-section .content {
      column-count: 2; } }

.program-subpage-teasers {
  padding-top: 15px; }
  @media (min-width: 768px) {
    .program-subpage-teasers > .inner {
      margin-left: -15px;
      margin-right: -15px; }
      .program-subpage-teasers > .inner:before, .program-subpage-teasers > .inner:after {
        content: " ";
        display: table; }
      .program-subpage-teasers > .inner:after {
        clear: both; } }
  .program-subpage-teasers .teaser {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .program-subpage-teasers .teaser {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 768px) {
    .program-subpage-teasers.three-column .teaser {
      float: left;
      width: 33.33%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 1210px) {
    .program-subpage-teasers.four-column .teaser {
      float: left;
      width: 25%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .program-subpage-teasers.four-column .teaser:nth-child(2n+1) {
      clear: left; } }
  @media (min-width: 1210px) {
    .program-subpage-teasers.four-column .teaser:nth-child(2n+1) {
      clear: none; }
    .program-subpage-teasers.four-column .teaser:nth-child(4n+1) {
      clear: left; } }

@media (max-width: 767px) {
  .program-grants.jrs-table, .program-grants.jrs-table .table-row, .program-grants.jrs-table .table-cell {
    display: block;
    padding: 0 !important; }
  .program-grants.jrs-table .table-row {
    margin-top: 30px; }
    .program-grants.jrs-table .table-row.heading-row {
      display: none; }
  .program-grants.jrs-table .table-cell {
    margin: 0 0 5px;
    text-align: left; } }

@media (min-width: 992px) {
  .program-grants.jrs-table .table-cell:first-child {
    width: 400px; }
  .program-grants.jrs-table .table-cell:nth-child(3) {
    width: 220px; }
  .program-grants.jrs-table .table-cell:nth-child(4) {
    width: 120px; } }

.page-section.grants-section:before, .page-section.grants-section:after {
  content: " ";
  display: table; }

.page-section.grants-section:after {
  clear: both; }

.page-section.grants-section .section {
  display: none; }
  .page-section.grants-section .section.active {
    display: block; }

.page-section.grants-section.has-list-view {
  margin: auto;
  max-width: 1320px; }
  @media (min-width: 992px) {
    .page-section.grants-section.has-list-view .filter {
      float: left;
      position: relative; }
    .page-section.grants-section.has-list-view .section.list-view {
      overflow: hidden;
      padding: 80px 40px 40px; } }

@media (min-width: 1210px) {
  .page-section.grants-section .section.list-view .grants {
    padding-left: 60px; } }

.page-section.grants-section .section.list-view .grant:nth-child(2n+1) {
  clear: left; }

@media (max-width: 767px) {
  .page-section.grants-section .section.list-view .grant {
    max-width: 480px;
    margin: 0 auto 30px; } }

@media (max-width: 991px) {
  .page-section.grants-section .section.list-view {
    padding: 15px; } }

@media (min-width: 1210px) {
  .page-section.grants-section .section.list-view {
    padding-left: 80px;
    padding-right: 80px; } }

.page-section.grants-section .grant > .inner {
  background-color: #f7f7f7;
  padding: 15px;
  font-size: 13px;
  color: #414241; }

.page-section.grants-section .grant .thumbnail {
  height: 0;
  padding-bottom: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-bottom: 6px solid #2F3233; }

.page-section.grants-section .grant .thumbnail,
.page-section.grants-section .grant .title,
.page-section.grants-section .grant .organization {
  margin-bottom: 10px; }

.page-section.grants-section .grant .year,
.page-section.grants-section .grant .amount {
  margin-bottom: 2px; }

.page-section.grants-section .grant .title {
  font-size: 20px; }
  .page-section.grants-section .grant .title a {
    font-style: normal;
    text-decoration: none;
    color: #2F3233; }

.page-section.grants-section .grant .organization {
  font-style: italic;
  font-size: 16px; }

.page-section.grants-section .grant.program-freshwater .thumbnail {
  border-bottom-color: #006E7C; }

.page-section.grants-section .grant.program-freshwater .title a {
  color: #006E7C; }

.page-section.grants-section .grant.program-pollinator .thumbnail {
  border-bottom-color: #728431; }

.page-section.grants-section .grant.program-pollinator .title a {
  color: #728431; }

.page-section.grants-section .grant.program-capacity .thumbnail {
  border-bottom-color: #7F1C31; }

.page-section.grants-section .grant.program-capacity .title a {
  color: #7F1C31; }

.page-section.grants-section .section-tabs {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  list-style: none; }
  .page-section.grants-section .section-tabs:before, .page-section.grants-section .section-tabs:after {
    content: " ";
    display: table; }
  .page-section.grants-section .section-tabs:after {
    clear: both; }
  .page-section.grants-section .section-tabs li {
    color: #49113A;
    opacity: 0.4;
    padding: 10px 0;
    margin: 0 25px 0 0;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    transition: background-color .3s, color .3s;
    position: relative;
    padding-left: 40px; }
    .page-section.grants-section .section-tabs li.active {
      opacity: 1; }
    .page-section.grants-section .section-tabs li:before {
      font-family: icomoon;
      position: absolute;
      left: 0;
      top: 3px;
      font-size: 22px; }
    .page-section.grants-section .section-tabs li.map-view {
      padding-left: 40px; }
      .page-section.grants-section .section-tabs li.map-view:before {
        content: "\e903"; }
    .page-section.grants-section .section-tabs li.list-view {
      padding-left: 32px; }
      .page-section.grants-section .section-tabs li.list-view:before {
        content: "\e902"; }

.page-section.grants-section .download-grant-data {
  position: absolute;
  left: 180px;
  top: 60px;
  margin-top: 17px;
  padding-left: 42px;
  padding-top: 1px; }
  @media (max-width: 991px) {
    .page-section.grants-section .download-grant-data {
      left: 195px;
      top: 52px; } }
  .page-section.grants-section .download-grant-data img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px; }
  .page-section.grants-section .download-grant-data a {
    color: #49113A;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    font-style: normal; }

.page-section.grants-section .filter {
  color: #49113A;
  padding: 70px 0 40px;
  width: 300px;
  margin-left: 80px; }
  .page-section.grants-section .filter > .inner {
    box-shadow: 0 2px 4px rgba(154, 154, 154, 0.5);
    position: relative;
    background-color: #f7f7f7;
    padding: 53px 20px 0;
    overflow: hidden;
    clear: left; }
  .page-section.grants-section .filter .clear-filter {
    text-transform: uppercase;
    text-decoration: none;
    font-style: normal;
    color: #49113A;
    display: inline-block;
    padding: 20px 0; }

.page-section.grants-section.has-list-view .filter > .inner {
  box-shadow: none;
  background-color: transparent;
  border-right: 1px solid #D3DBDE; }

.page-section.grants-section.has-list-view .filter .filter-gradient {
  display: none; }

.page-section.grants-section .filter-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: block;
  padding: 10px 20px;
  background-color: #49113A;
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-decoration: none; }
  .page-section.grants-section .filter-toggle:after {
    content: "\e901";
    position: absolute;
    right: 20px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-family: icomoon; }
    @media (min-width: 992px) {
      .page-section.grants-section .filter-toggle:after {
        content: "\e900"; } }

.page-section.grants-section .filter-dropdown {
  max-height: 100%;
  overflow: hidden;
  padding-bottom: 50px; }
  @media (min-width: 992px) {
    .page-section.grants-section .filter-dropdown {
      overflow: auto; } }

.page-section.grants-section .filter-gradient {
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0) 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00F7F7F7', endColorstr='#FFF7F7F7', GradientType=0); }

.page-section.grants-section .filter-section {
  border-bottom: 1px solid #D3DBDE; }
  .page-section.grants-section .filter-section > .title {
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .page-section.grants-section .filter-section > .title:after {
      content: "\f107";
      position: absolute;
      right: 12px;
      font-size: 20px;
      top: 50%;
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      font-family: fontawesome; }
    .page-section.grants-section .filter-section > .title.active:after {
      content: "\f106"; }
    .page-section.grants-section .filter-section > .title.no-arrow {
      -webkit-user-select: text;
         -moz-user-select: text;
          -ms-user-select: text;
              user-select: text;
      cursor: default; }
      .page-section.grants-section .filter-section > .title.no-arrow:after, .page-section.grants-section .filter-section > .title.no-arrow.active:after {
        content: ""; }
  .page-section.grants-section .filter-section .input-wrap,
  .page-section.grants-section .filter-section .terms {
    padding: 0 0 10px; }
  .page-section.grants-section .filter-section .terms {
    font-size: 12px;
    list-style: none;
    margin: 0;
    display: none; }
    .page-section.grants-section .filter-section .terms li {
      margin-bottom: 10px;
      line-height: 1;
      position: relative;
      padding-left: 25px; }
      .page-section.grants-section .filter-section .terms li input {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        min-height: 0; }
        .page-section.grants-section .filter-section .terms li input[type=radio] {
          margin-left: 1px; }
    .page-section.grants-section .filter-section .terms.display-inline-block li {
      display: inline-block;
      margin-left: 30px; }
      .page-section.grants-section .filter-section .terms.display-inline-block li:first-child {
        margin-left: 0; }
  .page-section.grants-section .filter-section .title.always-open + .terms {
    display: block; }

@media (max-width: 991px) {
  .page-section.grants-section:not(.featured-grants-section) {
    padding-top: 106px; }
  .page-section.grants-section .filter {
    background-color: #F3F0ED;
    width: 100%;
    padding: 53px 0 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
    .page-section.grants-section .filter > .inner {
      height: calc(100vh - 53px); }
  .page-section.grants-section .section-tabs {
    padding-left: 20px;
    top: 10px; } }

@media (min-width: 992px) {
  .page-section.grants-section .filter {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    height: 100%; }
    .page-section.grants-section .filter > .inner {
      box-shadow: 0 2px 4px rgba(154, 154, 154, 0.5);
      height: 63px;
      transition: height .2s; } }

body.filter-pos-default .grants-section .filter > .inner {
  height: 63px; }
  body.filter-pos-default .grants-section .filter > .inner .filter-toggle:after {
    content: "\e900"; }
  @media (min-width: 992px) {
    body.filter-pos-default .grants-section .filter > .inner {
      height: 100%; }
      body.filter-pos-default .grants-section .filter > .inner .filter-toggle:after {
        content: "\e901"; } }

@media (max-width: 991px) {
  body.filter-fixed {
    overflow: hidden; }
    body.filter-fixed.filter-pos-default {
      overflow: visible; }
    body.filter-fixed .grants-section .filter {
      position: fixed; }
      body.filter-fixed .grants-section .filter .filter-dropdown {
        overflow: auto; } }

body.browser-ie .grant-map .grant {
  box-shadow: 0 2px 4px #949CA5; }

.grant-map {
  position: relative;
  z-index: 1; }
  .grant-map .infoBox {
    max-width: 100%; }
    .grant-map .infoBox .grant {
      max-width: 100%;
      filter: drop-shadow(0 2px 4px #949CA5); }
      .grant-map .infoBox .grant > .inner {
        width: 400px; }
        @media (max-width: 479px) {
          .grant-map .infoBox .grant > .inner {
            width: calc(100vw - 80px); } }
      .grant-map .infoBox .grant:before {
        content: "";
        border: 10px solid transparent;
        position: absolute;
        right: 100%;
        bottom: 80px;
        border-right-color: #f7f7f7; }

@media (min-width: 992px) {
  .grants-section .section.list-view .grants > .inner {
    margin-left: -15px;
    margin-right: -15px; }
    .grants-section .section.list-view .grants > .inner:before, .grants-section .section.list-view .grants > .inner:after {
      content: " ";
      display: table; }
    .grants-section .section.list-view .grants > .inner:after {
      clear: both; } }

.grants-section .section.list-view .grants .grant {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .grants-section .section.list-view .grants .grant {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  .grants-section .section.list-view .grants .grant > .inner {
    box-shadow: 0 2px 4px #DAD5D0; }

.grants-section .section.list-view .grants .grant-page {
  display: none; }
  .grants-section .section.list-view .grants .grant-page:first-child {
    display: block; }

nav.pagination-grants {
  float: left;
  width: 100%;
  margin: 5px 0 0;
  padding: 15px 0; }
  @media (max-width: 991px) {
    nav.pagination-grants .menu {
      float: none;
      margin: auto; } }

@media (min-width: 992px) {
  body.home .featured-grants-section .grants > .inner {
    margin-left: -15px;
    margin-right: -15px; }
    body.home .featured-grants-section .grants > .inner:before, body.home .featured-grants-section .grants > .inner:after {
      content: " ";
      display: table; }
    body.home .featured-grants-section .grants > .inner:after {
      clear: both; } }

body.home .featured-grants-section .grants .grant {
  margin-bottom: 30px;
  filter: none; }
  @media (min-width: 992px) {
    body.home .featured-grants-section .grants .grant {
      float: left;
      width: 33.33%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 991px) {
    body.home .featured-grants-section .grants .grant {
      max-width: 480px; } }
  body.home .featured-grants-section .grants .grant .title {
    margin-bottom: 4px; }
    body.home .featured-grants-section .grants .grant .title a {
      font-weight: 700; }

@media (min-width: 1210px) {
  body.single-grant #main .hero-heading > .container {
    padding-top: 40px;
    padding-bottom: 40px; } }

body.single-grant .grant-hero-section .hero-image .thumbnail,
body.single-grant .image-gallery .image .thumbnail,
body.single-grant .collapsible-content-sections .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

body.single-grant .grant-hero-section .hero-image {
  overflow: hidden; }
  body.single-grant .grant-hero-section .hero-image .thumbnail {
    height: 0;
    padding-bottom: 33%; }

body.single-grant .overview-section {
  background-color: #2F3233; }
  body.single-grant .overview-section .grant-heading {
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      body.single-grant .overview-section .grant-heading {
        margin-bottom: 40px; } }
    @media (min-width: 1210px) {
      body.single-grant .overview-section .grant-heading {
        margin-bottom: 60px; } }
    body.single-grant .overview-section .grant-heading .title {
      margin: 0;
      text-transform: uppercase; }
    body.single-grant .overview-section .grant-heading .subtitle {
      font-size: 26px;
      font-style: italic;
      font-weight: 300;
      margin-bottom: 0; }
  body.single-grant .overview-section .overview-row {
    position: relative; }
    @media (min-width: 768px) {
      body.single-grant .overview-section .overview-row {
        margin-left: -15px;
        margin-right: -15px; }
        body.single-grant .overview-section .overview-row:before, body.single-grant .overview-section .overview-row:after {
          content: " ";
          display: table; }
        body.single-grant .overview-section .overview-row:after {
          clear: both; } }
  body.single-grant .overview-section .overview-col {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      body.single-grant .overview-section .overview-col {
        float: left;
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; } }
    @media (min-width: 768px) {
      body.single-grant .overview-section .overview-col {
        margin-bottom: 0; } }
    body.single-grant .overview-section .overview-col > .inner {
      background-color: #fff;
      position: relative;
      overflow: hidden; }
    @media (min-width: 768px) {
      body.single-grant .overview-section .overview-col.project-news-col {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%; }
        body.single-grant .overview-section .overview-col.project-news-col > .inner {
          position: relative;
          height: 100%; }
        body.single-grant .overview-section .overview-col.project-news-col .heading {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%; }
        body.single-grant .overview-section .overview-col.project-news-col .details {
          padding-top: 70px;
          height: 100%;
          overflow: auto; } }
  body.single-grant .overview-section .heading {
    padding: 12px 15px;
    color: #fff;
    background-color: #9b9b9b;
    margin: 0; }
  body.single-grant .overview-section .details {
    padding: 25px 15px; }
    @media (min-width: 480px) and (max-width: 767px), (min-width: 992px) {
      body.single-grant .overview-section .details.project-details {
        column-count: 2; } }
  body.single-grant .overview-section .detail {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 100%; }
    @media (min-width: 992px) {
      body.single-grant .overview-section .detail {
        margin-bottom: 30px; } }
    body.single-grant .overview-section .detail .label {
      display: block;
      font-size: 12px;
      line-height: 18px;
      color: #9b9b9b; }
    body.single-grant .overview-section .detail .value {
      line-height: 27px;
      display: block; }
    body.single-grant .overview-section .detail .email {
      font-size: 13px;
      font-weight: 400;
      display: block;
      line-height: 13px; }
    body.single-grant .overview-section .detail a {
      text-decoration: none;
      font-style: normal; }
    body.single-grant .overview-section .detail .social-link {
      display: inline-block;
      margin-right: 15px; }
  body.single-grant .overview-section .project-links {
    margin: 0;
    padding: 0;
    list-style: none; }
    body.single-grant .overview-section .project-links, body.single-grant .overview-section .project-links li {
      display: inline; }
    body.single-grant .overview-section .project-links li {
      margin-top: 5px;
      margin-right: 5px; }
      body.single-grant .overview-section .project-links li:after {
        content: ","; }
      body.single-grant .overview-section .project-links li:last-child:after {
        content: ""; }
  body.single-grant .overview-section .grant-news-posts .post {
    margin-bottom: 20px; }
  body.single-grant .overview-section .grant-news-posts .entry-date {
    font-size: 12px;
    color: #9b9b9b;
    margin-bottom: 0;
    font-weight: 700; }
  body.single-grant .overview-section .grant-news-posts .entry-title {
    line-height: 24px; }
    body.single-grant .overview-section .grant-news-posts .entry-title a {
      font-style: normal;
      text-decoration: none; }

body.single-grant .image-gallery:before, body.single-grant .image-gallery:after {
  content: " ";
  display: table; }

body.single-grant .image-gallery:after {
  clear: both; }

body.single-grant .image-gallery .slides {
  padding: 0;
  margin: 0; }

body.single-grant .image-gallery .image {
  width: 300px;
  height: 300px; }
  body.single-grant .image-gallery .image .thumbnail {
    height: 0;
    padding-bottom: 100%; }

body.single-grant .image-gallery .flex-prev,
body.single-grant .image-gallery .flex-next {
  top: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  width: 88px;
  height: 100%;
  margin: 0;
  color: #fff !important;
  text-shadow: none; }
  body.single-grant .image-gallery .flex-prev:before,
  body.single-grant .image-gallery .flex-next:before {
    height: auto;
    top: 50%;
    margin-top: -30px; }
  @media (max-width: 767px) {
    body.single-grant .image-gallery .flex-prev,
    body.single-grant .image-gallery .flex-next {
      width: 50px; } }

body.single-grant .sidebar-menu > ul {
  box-shadow: 0 1px 4px #d3d3d3; }
  body.single-grant .sidebar-menu > ul > li > a {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    font-weight: 700; }
    body.single-grant .sidebar-menu > ul > li > a.active {
      color: #fff;
      border-bottom: 0; }
  body.single-grant .sidebar-menu > ul > li:last-child > a {
    border-bottom: 0; }

body.single-grant .grant-tags {
  margin-bottom: 20px; }
  body.single-grant .grant-tags .fa {
    margin-right: 6px; }
  body.single-grant .grant-tags a {
    display: inline-block;
    margin: 0 1px 2px 0;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none; }

body.single-grant .date-last-modified {
  color: #8F8F8F;
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  margin-bottom: 20px; }

body.single-grant article.grant_program-freshwater .overview-section,
body.single-grant article.grant_program-freshwater .sidebar-menu > ul > li > a.active {
  background-color: #006E7C; }

body.single-grant article.grant_program-freshwater .image-gallery .flex-prev,
body.single-grant article.grant_program-freshwater .image-gallery .flex-next {
  background-color: rgba(0, 110, 124, 0.2); }
  body.single-grant article.grant_program-freshwater .image-gallery .flex-prev:hover,
  body.single-grant article.grant_program-freshwater .image-gallery .flex-next:hover {
    background-color: rgba(0, 110, 124, 0.4); }

body.single-grant article.grant_program-freshwater .page-section a,
body.single-grant article.grant_program-freshwater .grant-tags,
body.single-grant article.grant_program-freshwater .anchor-content-section .title {
  color: #006E7C; }

body.single-grant article.grant_program-pollinator .overview-section,
body.single-grant article.grant_program-pollinator .sidebar-menu > ul > li > a.active {
  background-color: #728431; }

body.single-grant article.grant_program-pollinator .image-gallery .flex-prev,
body.single-grant article.grant_program-pollinator .image-gallery .flex-next {
  background-color: rgba(114, 132, 49, 0.2); }
  body.single-grant article.grant_program-pollinator .image-gallery .flex-prev:hover,
  body.single-grant article.grant_program-pollinator .image-gallery .flex-next:hover {
    background-color: rgba(114, 132, 49, 0.4); }

body.single-grant article.grant_program-pollinator .page-section a,
body.single-grant article.grant_program-pollinator .grant-tags,
body.single-grant article.grant_program-pollinator .anchor-content-section .title {
  color: #728431; }

body.single-grant article.grant_program-capacity .overview-section,
body.single-grant article.grant_program-capacity .sidebar-menu > ul > li > a.active {
  background-color: #7F1C31; }

body.single-grant article.grant_program-capacity .image-gallery .flex-prev,
body.single-grant article.grant_program-capacity .image-gallery .flex-next {
  background-color: rgba(127, 28, 49, 0.2); }
  body.single-grant article.grant_program-capacity .image-gallery .flex-prev:hover,
  body.single-grant article.grant_program-capacity .image-gallery .flex-next:hover {
    background-color: rgba(127, 28, 49, 0.4); }

body.single-grant article.grant_program-capacity .page-section a,
body.single-grant article.grant_program-capacity .grant-tags,
body.single-grant article.grant_program-capacity .anchor-content-section .title {
  color: #7F1C31; }

body.single-grant .blueimp-gallery .image-info .details {
  float: left;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 13px;
  width: 170px; }
  @media (min-width: 768px) {
    body.single-grant .blueimp-gallery .image-info .details {
      width: 300px; } }

body.single-grant .blueimp-gallery .image-info .description {
  overflow: hidden;
  padding-left: 40px; }

.page-section.document-list-section .document-list {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .page-section.document-list-section .document-list {
      margin-bottom: 100px; } }

.page-section.document-list-section .document-list-header .column,
.page-section.document-list-section .document .column {
  padding: 10px 15px;
  line-height: 1.5; }

@media (min-width: 992px) {
  .page-section.document-list-section .document-list-header,
  .page-section.document-list-section .document {
    display: -ms-flexbox;
    display: flex; }
    .page-section.document-list-section .document-list-header .area-title,
    .page-section.document-list-section .document .area-title {
      width: 180px;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; }
    .page-section.document-list-section .document-list-header .date,
    .page-section.document-list-section .document .date {
      width: 160px;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px; }
    .page-section.document-list-section .document-list-header .files,
    .page-section.document-list-section .document .files {
      width: 140px;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px; }
    .page-section.document-list-section .document-list-header .document-title,
    .page-section.document-list-section .document .document-title {
      width: calc(45% - 240px); }
    .page-section.document-list-section .document-list-header .description,
    .page-section.document-list-section .document .description {
      width: calc(55% - 240px); }
    .page-section.document-list-section .document-list-header .date,
    .page-section.document-list-section .document .date {
      text-align: center; }
    .page-section.document-list-section .document-list-header .files,
    .page-section.document-list-section .document .files {
      text-align: right; }
    .page-section.document-list-section .document-list-header .file-link,
    .page-section.document-list-section .document .file-link {
      margin: 0 0 0 8px; } }

.page-section.document-list-section .document-list-header {
  font-size: 20px;
  font-weight: 700; }
  @media (max-width: 991px) {
    .page-section.document-list-section .document-list-header {
      display: none; } }
  @media (min-width: 992px) {
    .page-section.document-list-section .document-list-header .column {
      white-space: nowrap; } }

.page-section.document-list-section .area-heading {
  display: block;
  padding: 10px 45px 10px 15px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  position: relative; }
  .page-section.document-list-section .area-heading .fa {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 32px; }
  .page-section.document-list-section .area-heading.open .fa {
    -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.page-section.document-list-section .documents {
  display: none; }

.page-section.document-list-section .document {
  background-color: #fff; }
  .page-section.document-list-section .document.even {
    background-color: #f2f1ef; }
  .page-section.document-list-section .document .area-title,
  .page-section.document-list-section .document .document-title {
    font-weight: 700; }
  .page-section.document-list-section .document .description,
  .page-section.document-list-section .document .date {
    font-style: italic;
    color: #606668; }
  .page-section.document-list-section .document .file-link {
    display: inline-block;
    position: relative;
    color: inherit;
    margin-right: 8px; }
    .page-section.document-list-section .document .file-link svg path {
      fill: currentColor; }
    .page-section.document-list-section .document .file-link .extension {
      position: absolute;
      bottom: 10px;
      left: 0;
      font-size: 7px;
      text-transform: uppercase;
      font-style: normal;
      text-decoration: none; }
  @media (max-width: 991px) {
    .page-section.document-list-section .document .area-title {
      display: none; } }
  @media (min-width: 992px) {
    .page-section.document-list-section .document .file-link {
      margin: 0 0 0 8px; } }

.gform_wrapper {
  margin-bottom: 14.5px;
  max-width: 800px; }
  .gform_wrapper:before, .gform_wrapper:after {
    content: " ";
    display: table; }
  .gform_wrapper:after {
    clear: both; }
  @media (min-width: 768px) {
    .gform_wrapper.two-column_wrapper .gform_body {
      margin-left: -15px;
      margin-right: -15px; }
      .gform_wrapper.two-column_wrapper .gform_body:before, .gform_wrapper.two-column_wrapper .gform_body:after {
        content: " ";
        display: table; }
      .gform_wrapper.two-column_wrapper .gform_body:after {
        clear: both; } }
  @media (min-width: 768px) {
    .gform_wrapper.two-column_wrapper .gform_column {
      float: left;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px; } }
  .gform_wrapper.two-column_wrapper .gsection.gfrom_column,
  .gform_wrapper.two-column_wrapper .gsection.empty {
    display: none; }
  .gform_wrapper.two-column_wrapper .gform_footer.left_label {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }

.gform_fields {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield {
      margin-left: -10px;
      margin-right: -10px; }
      .gform_fields.left_label .gfield:before, .gform_fields.left_label .gfield:after {
        content: " ";
        display: table; }
      .gform_fields.left_label .gfield:after {
        clear: both; } }
  .gform_fields.left_label .gfield.gsection {
    margin-left: 0;
    margin-right: 0; }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield_label {
      float: left;
      width: 33.33333%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .gform_fields.left_label .gfield_label {
      float: left;
      width: 25%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield_label {
      text-align: right; } }
  @media (min-width: 768px) {
    .gform_fields.left_label .ginput_container,
    .gform_fields.left_label .gfield_description {
      float: left;
      width: 66.66667%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 992px) {
    .gform_fields.left_label .ginput_container,
    .gform_fields.left_label .gfield_description {
      float: left;
      width: 75%;
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield_description {
      margin-left: 33.33333%; } }
  @media (min-width: 992px) {
    .gform_fields.left_label .gfield_description {
      margin-left: 25%; } }
  @media (min-width: 768px) {
    .gform_fields.left_label .gfield_label,
    .gform_fields.left_label .gfield_radio,
    .gform_fields.left_label .gfield_checkbox {
      padding-top: 7px; } }
  .gform_fields.description_above .gfield_description {
    margin: -5px 0 5px; }
    .gform_fields.description_above .gfield_description.validation_message {
      margin-top: 5px;
      margin-bottom: 10px; }

.gfield .gfield_label {
  font-weight: 300;
  text-transform: uppercase; }

.gfield.gfield_error label,
.gfield.gfield_error .validation_message {
  color: #d9534f; }

.gfield.gfield_error input[type="text"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="text"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="password"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="password"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="datetime"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="datetime"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="datetime-local"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="datetime-local"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="date"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="date"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="month"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="month"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="time"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="time"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="week"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="week"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="number"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="number"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="email"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="email"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="url"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="url"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="search"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="search"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="tel"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="tel"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error input[type="color"] {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error input[type="color"]:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error select {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error select:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.gfield_error textarea {
  border-color: #d9534f;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .gfield.gfield_error textarea:focus {
    border-color: #c9302c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(217, 83, 79, 0.6); }

.gfield.no-label .gfield_label {
  display: none; }

.gfield_required {
  color: #d9534f;
  margin-left: 1px; }

.gform_description {
  display: block;
  margin: 0 0 14.5px; }

.ginput_complex:before, .ginput_complex:after {
  content: " ";
  display: table; }

.ginput_complex:after {
  clear: both; }

.ginput_complex label {
  font-size: 14px;
  font-weight: 300;
  margin: 0; }

.ginput_full,
.ginput_left,
.ginput_right {
  display: block; }

@media (min-width: 768px) {
  .ginput_full {
    clear: both; }
  .ginput_left,
  .ginput_right,
  .gf_left_half,
  .gf_right_half,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_first,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_last {
    width: 50%; }
  .ginput_left,
  .gf_left_half,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_first {
    float: left;
    clear: left;
    padding-right: 10px; }
  .ginput_right,
  .gf_right_half,
  .ginput_complex.has_first_name.no_middle_name.has_last_name.no_suffix > .name_last {
    float: right;
    clear: right;
    padding-left: 10px; }
  .ginput_complex > .address_state,
  .ginput_complex > .address_zip {
    float: left;
    clear: none;
    width: 25%;
    padding-right: 10px;
    padding-left: 10px; }
  .ginput_complex > .address_zip {
    padding-right: 0; } }

.gfield_radio,
.gfield_checkbox {
  list-style: none;
  padding-left: 0;
  margin: 0; }
  .gfield_radio li,
  .gfield_checkbox li {
    margin-top: 0;
    margin-bottom: 5px;
    padding-left: 20px; }
    .gfield_radio li label,
    .gfield_checkbox li label {
      padding-left: 0; }
  .gfield_radio input[type="radio"],
  .gfield_radio input[type="checkbox"],
  .gfield_checkbox input[type="radio"],
  .gfield_checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px; }

.gfield_description + .gfield_description,
.ginput_complex + .gfield_description {
  margin-top: -5px; }

.gsection_title {
  margin-bottom: 29px;
  font-size: 24px;
  line-height: inherit;
  color: #aaa;
  border-bottom: 1px solid #e5e5e5; }

@media (min-width: 768px) {
  .gform_footer.left_label {
    margin-left: -10px;
    margin-right: -10px; }
    .gform_footer.left_label:before, .gform_footer.left_label:after {
      content: " ";
      display: table; }
    .gform_footer.left_label:after {
      clear: both; } }

@media (min-width: 768px) {
  .gform_footer.left_label button[type=submit] {
    margin-left: 33.33333%;
    margin-right: 10px;
    position: relative;
    left: 10px; } }

@media (min-width: 992px) {
  .gform_footer.left_label button[type=submit] {
    margin-left: 25%; } }

.gform_ajax_spinner {
  display: inline-block;
  margin-left: 10px; }

.gform_confirmation_message {
  background-color: #F6BC33;
  border: 1px solid #f5b61f;
  border-radius: 3px;
  padding: 15px 20px;
  font-size: 20px;
  font-weight: 700;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease; }
  .loading .flex-viewport {
    max-height: 300px; }

.flexslider {
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    margin: 0;
    zoom: 1; }
    .flexslider .slides:before, .flexslider .slides:after {
      content: " ";
      display: table; }
    .flexslider .slides:after {
      clear: both; }
    .flexslider .slides > li {
      display: none;
      -webkit-backface-visibility: hidden; }
    .flexslider .slides img {
      width: 100%;
      display: block; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  margin: 0;
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 60px;
    height: 60px;
    font-size: 60px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    text-indent: -99999px;
    opacity: 1;
    cursor: pointer;
    color: #fff;
    line-height: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    transition: all .3s ease; }
    .flexslider:hover .flex-direction-nav a {
      opacity: .7; }
    .flex-direction-nav a:hover {
      opacity: 1 !important; }
    .flex-direction-nav a.flex-prev {
      left: 0; }
      .flex-direction-nav a.flex-prev:before {
        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;
        font-family: FontAwesome;
        content: ""; }
    .flex-direction-nav a.flex-next {
      right: 0; }
      .flex-direction-nav a.flex-next:before {
        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;
        font-family: FontAwesome;
        content: ""; }
    .flex-direction-nav a:before {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      text-align: center;
      text-indent: 0; }
    @media (min-width: 768px) {
      .flex-direction-nav a {
        opacity: 0; } }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:hover {
    opacity: 1; }

.flex-control-nav {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 10; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .flex-control-nav li a {
      width: 12px;
      height: 12px;
      display: block;
      background-color: #ccc;
      background-color: rgba(255, 255, 255, 0.5);
      cursor: pointer;
      text-indent: -9999px;
      border-radius: 20px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
      transition: all .3s ease; }
      .flex-control-nav li a:hover {
        background-color: #eee;
        background-color: rgba(255, 255, 255, 0.7); }
      .flex-control-nav li a.flex-active {
        background-color: #fff;
        cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
    .flex-control-thumbs img.flex-active {
      opacity: 1;
      cursor: default; }

body.blog #main .page-section.blog-categories-section > .container,
body.archive #main .page-section.blog-categories-section > .container,
body.search #main .page-section.blog-categories-section > .container {
  padding-top: 23px;
  padding-bottom: 23px; }

body.blog .page-section.blog-categories-section,
body.archive .page-section.blog-categories-section,
body.search .page-section.blog-categories-section {
  background-color: #49113A; }
  body.blog .page-section.blog-categories-section a,
  body.archive .page-section.blog-categories-section a,
  body.search .page-section.blog-categories-section a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    background-color: rgba(255, 255, 255, 0.07);
    border: 1px solid #fff;
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    padding: 10px;
    margin-left: -5px;
    margin-bottom: -1px;
    transition: color .15s, background-color .15s; }
    body.blog .page-section.blog-categories-section a.active, body.blog .page-section.blog-categories-section a:hover,
    body.archive .page-section.blog-categories-section a.active,
    body.archive .page-section.blog-categories-section a:hover,
    body.search .page-section.blog-categories-section a.active,
    body.search .page-section.blog-categories-section a:hover {
      background-color: #fff;
      color: #49113A; }
  @media (min-width: 768px) {
    body.blog .page-section.blog-categories-section .container .inner,
    body.archive .page-section.blog-categories-section .container .inner,
    body.search .page-section.blog-categories-section .container .inner {
      border-radius: 7px;
      border: 1px solid #fff;
      overflow: hidden;
      display: inline-block;
      vertical-align: top; }
    body.blog .page-section.blog-categories-section a,
    body.archive .page-section.blog-categories-section a,
    body.search .page-section.blog-categories-section a {
      border: 0;
      border-right: 1px solid #fff;
      margin-bottom: 0; }
      body.blog .page-section.blog-categories-section a:last-child,
      body.archive .page-section.blog-categories-section a:last-child,
      body.search .page-section.blog-categories-section a:last-child {
        margin-right: -2px; } }
  @media (min-width: 992px) {
    body.blog .page-section.blog-categories-section a,
    body.archive .page-section.blog-categories-section a,
    body.search .page-section.blog-categories-section a {
      font-size: 16px; } }
  @media (min-width: 1210px) {
    body.blog .page-section.blog-categories-section a,
    body.archive .page-section.blog-categories-section a,
    body.search .page-section.blog-categories-section a {
      font-size: 18px;
      padding-left: 15px;
      padding-right: 15px; } }

body.blog .content-section.primary article.hentry,
body.archive .content-section.primary article.hentry,
body.single-post .previous-articles-section article.hentry,
.program-news-posts article.hentry,
.slide-type-news-post article.hentry {
  padding: 15px;
  background-color: #fff;
  box-shadow: 0 2px 4px #DEDAD6;
  border-bottom: 4px solid #D7D4CF; }
  body.blog .content-section.primary article.hentry .entry-title,
  body.archive .content-section.primary article.hentry .entry-title,
  body.single-post .previous-articles-section article.hentry .entry-title,
  .program-news-posts article.hentry .entry-title,
  .slide-type-news-post article.hentry .entry-title {
    margin-top: 10px; }
  body.blog .content-section.primary article.hentry.has-post-thumbnail:before, body.blog .content-section.primary article.hentry.has-post-thumbnail:after,
  body.archive .content-section.primary article.hentry.has-post-thumbnail:before,
  body.archive .content-section.primary article.hentry.has-post-thumbnail:after,
  body.single-post .previous-articles-section article.hentry.has-post-thumbnail:before,
  body.single-post .previous-articles-section article.hentry.has-post-thumbnail:after,
  .program-news-posts article.hentry.has-post-thumbnail:before,
  .program-news-posts article.hentry.has-post-thumbnail:after,
  .slide-type-news-post article.hentry.has-post-thumbnail:before,
  .slide-type-news-post article.hentry.has-post-thumbnail:after {
    content: " ";
    display: table; }
  body.blog .content-section.primary article.hentry.has-post-thumbnail:after,
  body.archive .content-section.primary article.hentry.has-post-thumbnail:after,
  body.single-post .previous-articles-section article.hentry.has-post-thumbnail:after,
  .program-news-posts article.hentry.has-post-thumbnail:after,
  .slide-type-news-post article.hentry.has-post-thumbnail:after {
    clear: both; }
  body.blog .content-section.primary article.hentry.has-post-thumbnail .post-thumbnail,
  body.archive .content-section.primary article.hentry.has-post-thumbnail .post-thumbnail,
  body.single-post .previous-articles-section article.hentry.has-post-thumbnail .post-thumbnail,
  .program-news-posts article.hentry.has-post-thumbnail .post-thumbnail,
  .slide-type-news-post article.hentry.has-post-thumbnail .post-thumbnail {
    height: 0;
    padding-bottom: 50%;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  @media (min-width: 768px) {
    body.blog .content-section.primary article.hentry.has-post-thumbnail,
    body.archive .content-section.primary article.hentry.has-post-thumbnail,
    body.single-post .previous-articles-section article.hentry.has-post-thumbnail,
    .program-news-posts article.hentry.has-post-thumbnail,
    .slide-type-news-post article.hentry.has-post-thumbnail {
      padding-right: 42%;
      position: relative;
      min-height: 314px; }
      body.blog .content-section.primary article.hentry.has-post-thumbnail .post-link,
      body.archive .content-section.primary article.hentry.has-post-thumbnail .post-link,
      body.single-post .previous-articles-section article.hentry.has-post-thumbnail .post-link,
      .program-news-posts article.hentry.has-post-thumbnail .post-link,
      .slide-type-news-post article.hentry.has-post-thumbnail .post-link {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 42%;
        display: block; }
      body.blog .content-section.primary article.hentry.has-post-thumbnail .post-thumbnail,
      body.archive .content-section.primary article.hentry.has-post-thumbnail .post-thumbnail,
      body.single-post .previous-articles-section article.hentry.has-post-thumbnail .post-thumbnail,
      .program-news-posts article.hentry.has-post-thumbnail .post-thumbnail,
      .slide-type-news-post article.hentry.has-post-thumbnail .post-thumbnail {
        height: auto;
        padding-bottom: 0;
        margin-bottom: 0;
        position: absolute;
        top: 12px;
        bottom: 12px;
        left: 12px;
        right: 12px; }
      body.blog .content-section.primary article.hentry.has-post-thumbnail .post-content,
      body.archive .content-section.primary article.hentry.has-post-thumbnail .post-content,
      body.single-post .previous-articles-section article.hentry.has-post-thumbnail .post-content,
      .program-news-posts article.hentry.has-post-thumbnail .post-content,
      .slide-type-news-post article.hentry.has-post-thumbnail .post-content {
        overflow: hidden;
        padding-right: 12px; } }

body.blog .content-section.primary article.hentry,
body.archive .content-section.primary article.hentry,
body.search .content-section.primary article.hentry,
body.single-post .previous-articles-section article.hentry,
.program-news-posts article.hentry {
  margin-bottom: 58px; }
  body.blog .content-section.primary article.hentry .entry-date,
  body.archive .content-section.primary article.hentry .entry-date,
  body.search .content-section.primary article.hentry .entry-date,
  body.single-post .previous-articles-section article.hentry .entry-date,
  .program-news-posts article.hentry .entry-date {
    color: #606668;
    font-size: 13px;
    margin-bottom: 5px;
    font-weight: 700; }
  body.blog .content-section.primary article.hentry .entry-excerpt,
  body.archive .content-section.primary article.hentry .entry-excerpt,
  body.search .content-section.primary article.hentry .entry-excerpt,
  body.single-post .previous-articles-section article.hentry .entry-excerpt,
  .program-news-posts article.hentry .entry-excerpt {
    color: #606668;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 60px; }
  body.blog .content-section.primary article.hentry .entry-tags,
  body.archive .content-section.primary article.hentry .entry-tags,
  body.search .content-section.primary article.hentry .entry-tags,
  body.single-post .previous-articles-section article.hentry .entry-tags,
  .program-news-posts article.hentry .entry-tags {
    color: #006E7C;
    margin-bottom: 0; }
    body.blog .content-section.primary article.hentry .entry-tags a,
    body.archive .content-section.primary article.hentry .entry-tags a,
    body.search .content-section.primary article.hentry .entry-tags a,
    body.single-post .previous-articles-section article.hentry .entry-tags a,
    .program-news-posts article.hentry .entry-tags a {
      font-style: normal;
      font-size: 13px;
      text-decoration: none; }

body.search #main section.page-section .yoast-breadcrumb .breadcrumb_last {
  text-transform: none; }

body.search .quick-links-heading {
  font-size: 22px;
  color: #49113A;
  margin-top: 0; }

body.search .content-section.primary article.hentry {
  padding-bottom: 43.5px;
  border-bottom: 1px solid #E2E2E2; }
  body.search .content-section.primary article.hentry .entry-title {
    margin: 0 0 8px; }
  body.search .content-section.primary article.hentry .permalink {
    font-size: 13px;
    color: #606668;
    margin-bottom: 25px; }
  body.search .content-section.primary article.hentry.has-post-thumbnail {
    position: relative; }
    body.search .content-section.primary article.hentry.has-post-thumbnail:before, body.search .content-section.primary article.hentry.has-post-thumbnail:after {
      content: " ";
      display: table; }
    body.search .content-section.primary article.hentry.has-post-thumbnail:after {
      clear: both; }
    body.search .content-section.primary article.hentry.has-post-thumbnail .post-thumbnail {
      margin-bottom: 15px;
      max-height: 250px;
      overflow: hidden; }
      body.search .content-section.primary article.hentry.has-post-thumbnail .post-thumbnail .inner {
        height: 0;
        padding-bottom: 85%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
    @media (min-width: 480px) and (max-width: 767px), (min-width: 992px) {
      body.search .content-section.primary article.hentry.has-post-thumbnail {
        padding-left: 170px; }
        body.search .content-section.primary article.hentry.has-post-thumbnail .post-thumbnail {
          width: 170px;
          position: absolute;
          left: 0;
          top: 0; }
        body.search .content-section.primary article.hentry.has-post-thumbnail .post-content {
          overflow: hidden;
          padding-left: 30px; } }

body.single .social-share {
  margin-top: 30px; }
  body.single .social-share .share-heading {
    font-weight: 700; }
  @media (min-width: 1210px) {
    body.single .social-share {
      position: fixed;
      top: 170px;
      left: 0;
      background-color: #fff;
      box-shadow: 0 2px 4px #D0CBC6;
      padding: 12px 15px; }
      body.single .social-share .share-heading {
        font-size: 13px;
        margin: 0 -7px; }
      body.single .social-share .ssba img {
        display: block !important;
        padding: 0;
        margin-top: 12px; } }

body.single .content-section.primary article.hentry .entry-date,
body.single .content-section.primary article.hentry .entry-author,
body.single .content-section.primary article.hentry .entry-tags {
  font-size: 13px; }

body.single .content-section.primary article.hentry .entry-date,
body.single .content-section.primary article.hentry .entry-author {
  color: #606668; }

body.single .content-section.primary article.hentry .entry-date {
  margin-bottom: 20px; }

body.single .content-section.primary article.hentry .entry-author {
  margin-bottom: 5px; }

body.single .content-section.primary article.hentry .entry-tags {
  color: #006E7C; }

body.single .content-section.primary article.hentry .entry-meta a {
  font-style: normal;
  font-size: 13px;
  text-decoration: none; }

body.single .content-section.primary article.hentry .entry-content {
  line-height: 1.5; }
  body.single .content-section.primary article.hentry .entry-content:before, body.single .content-section.primary article.hentry .entry-content:after {
    content: " ";
    display: table; }
  body.single .content-section.primary article.hentry .entry-content:after {
    clear: both; }

body.single .content-section.primary article.hentry footer.entry-meta {
  margin-top: 29px; }

body.single .btn.back-to-news, body.single button.back-to-news, body.single
input.back-to-news[type=button], body.single
input.back-to-news[type=submit] {
  margin-top: 60px; }

@media (min-width: 1210px) {
  body.single #main .page-section.primary > .container {
    padding-bottom: 40px; } }

body.single #main .page-section.primary > .container > .inner {
  border-bottom: 1px solid #D3DBDE;
  padding-bottom: 40px; }

@media (min-width: 1210px) {
  body.single #main .adjacent-posts-section > .container {
    padding-top: 20px; } }

body.single #main .adjacent-posts-section .heading {
  font-size: 17px; }
  body.single #main .adjacent-posts-section .heading a {
    color: #49113A; }

body.single #main .adjacent-posts-section .row .col:nth-child(2) .heading.next {
  text-align: right; }

/*# sourceMappingURL=style.css.map */
