@charset "UTF-8";
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
ul li,
ol li {
  margin-bottom: 10px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  color: #4b626e !important;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  box-shadow: 0px 1px 3px rgba(68, 68, 68, 0.65);
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
[data-mobile] {
  display: none !important;
}
.grid-row {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  *zoom: 1;
}
.grid-row .grid-unit {
  width: 25%;
  float: left;
  display: inline;
  position: relative;
}
.grid-row .grid-unit.col-2 {
  width: 50%;
}
.grid-row .grid-unit.col-3 {
  width: 66.66%;
}
.grid-row .grid-unit.col-4 {
  width: 100%;
}
.grid-row.row-3 .grid-unit {
  width: 33.3336%;
}
.grid-row.row-3 .grid-unit.col-2 {
  width: 66.6667%;
}
.grid-row.row-3 .grid-unit.col-3 {
  width: 100%;
}
.grid-row.row-2 .grid-unit {
  width: 25%;
  float: left;
  display: inline;
  position: relative;
}
.grid-row.row-2 .grid-unit.col-2 {
  width: 50%;
}
.grid-row.row-2 .grid-unit.col-3 {
  width: 75%;
}
.grid-row.row-2 .grid-unit.col-4 {
  width: 100%;
}
.grid-row.width-96 {
  width: 96%;
}
.grid-row.full-width {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  [data-mobile] {
    display: block !important;
  }
  [data-desktop] {
    display: none !important;
  }
  .grid-row {
    width: 98%;
  }
  .grid-row .grid-unit {
    width: 100%;
  }
  .grid-row .grid-unit.col-2,
  .grid-row .grid-unit.col-3,
  .grid-row .grid-unit.col-4 {
    width: 100%;
  }
  .grid-row.row-3 .grid-unit {
    width: 100%;
  }
  .grid-row.row-3 .grid-unit.col-2,
  .grid-row.row-3 .grid-unit.col-3 {
    width: 100%;
  }
}
@font-face {
  font-family: 'brandon_grotesquemedium';
  src: url('/wp-content/themes/cfh/webfonts/brandon_med-webfont.eot');
  src: url('/wp-content/themes/cfh/webfonts/brandon_med-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/cfh/webfonts/brandon_med-webfont.woff') format('woff'), url('/wp-content/themes/cfh/webfonts/brandon_med-webfont.ttf') format('truetype'), url('/wp-content/themes/cfh/webfonts/brandon_med-webfont.svg#brandon_grotesquemedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesque_black';
  src: url('/wp-content/themes/cfh/webfonts/Brandon_blk.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesque_regular';
  src: url('/wp-content/themes/cfh/webfonts/Brandon_reg.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'brandon_grotesquebold';
  src: url('/wp-content/themes/cfh/webfonts/brandon_bld-webfont.eot');
  src: url('/wp-content/themes/cfh/webfonts/brandon_bld-webfont.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/cfh/webfonts/brandon_bld-webfont.woff') format('woff'), url('/wp-content/themes/cfh/webfonts/brandon_bld-webfont.ttf') format('truetype'), url('/wp-content/themes/cfh/webfonts/brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SSSocialCircle";
  src: url('/wp-content/themes/cfh/webfonts/ss-social-circle.eot');
  src: url('/wp-content/themes/cfh/webfonts/ss-social-circle.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/cfh/webfonts/ss-social-circle.woff') format('woff'), url('/wp-content/themes/cfh/webfonts/ss-social-circle.ttf') format('truetype'), url('/wp-content/themes/cfh/webfonts/ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SSStandard";
  src: url('/wp-content/themes/cfh/webfonts/ss-standard.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SSStandard-regular";
  src: url('/wp-content/themes/cfh/webfonts/ss-social-regular.otf');
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
.oldie:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-icon,
.ss-icon.ss-social-circle,
[class^="ss-"]:before,
[class*=" ss-"]:before,
[class^="ss-"].ss-social-circle:before,
[class*=" ss-"].ss-social-circle:before,
[class^="ss-"].right:after,
[class*=" ss-"].right:after,
[class^="ss-"].ss-social-circle.right:after,
[class*=" ss-"].ss-social-circle.right:after {
  font-family: "SSSocialCircle";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.ss-icon a,
.ss-icon.ss-social-circle a,
[class^="ss-"]:before a,
[class*=" ss-"]:before a,
[class^="ss-"].ss-social-circle:before a,
[class*=" ss-"].ss-social-circle:before a,
[class^="ss-"].right:after a,
[class*=" ss-"].right:after a,
[class^="ss-"].ss-social-circle.right:after a,
[class*=" ss-"].ss-social-circle.right:after a {
  font-family: "SSSocialCircle";
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-facebook:before,
.ss-facebook.right:after {
  content: '';
}
.ss-twitter:before,
.ss-twitter.right:after {
  content: '';
}
.ss-linkedin:before,
.ss-linkedin.right:after {
  content: '';
}
.ss-googleplus:before,
.ss-googleplus.right:after {
  content: '';
}
.ss-appdotnet:before,
.ss-appdotnet.right:after {
  content: '';
}
.ss-zerply:before,
.ss-zerply.right:after {
  content: '';
}
.ss-reddit:before,
.ss-reddit.right:after {
  content: '';
}
.ss-steam:before,
.ss-steam.right:after {
  content: '';
}
.ss-tumblr:before,
.ss-tumblr.right:after {
  content: '';
}
.ss-wordpress:before,
.ss-wordpress.right:after {
  content: '';
}
.ss-blogger:before,
.ss-blogger.right:after {
  content: '';
}
.ss-posterous:before,
.ss-posterous.right:after {
  content: '';
}
.ss-quora:before,
.ss-quora.right:after {
  content: '';
}
.ss-youtube:before,
.ss-youtube.right:after {
  content: '';
}
.ss-vimeo:before,
.ss-vimeo.right:after {
  content: '';
}
.ss-vine:before,
.ss-vine.right:after {
  content: '';
}
.ss-letterboxd:before,
.ss-letterboxd.right:after {
  content: '';
}
.ss-flickr:before,
.ss-flickr.right:after {
  content: '';
}
.ss-instagram:before,
.ss-instagram.right:after {
  content: '';
}
.ss-500px:before,
.ss-500px.right:after {
  content: '';
}
.ss-etsy:before,
.ss-etsy.right:after {
  content: '';
}
.ss-pinterest:before,
.ss-pinterest.right:after {
  content: '';
}
.ss-svpply:before,
.ss-svpply.right:after {
  content: '';
}
.ss-readmill:before,
.ss-readmill.right:after {
  content: '';
}
.ss-dropbox:before,
.ss-dropbox.right:after {
  content: '';
}
.ss-pinboard:before,
.ss-pinboard.right:after {
  content: '';
}
.ss-delicious:before,
.ss-delicious.right:after {
  content: '';
}
.ss-dribbble:before,
.ss-dribbble.right:after {
  content: '';
}
.ss-behance:before,
.ss-behance.right:after {
  content: '';
}
.ss-github:before,
.ss-github.right:after {
  content: '';
}
.ss-octocat:before,
.ss-octocat.right:after {
  content: '';
}
.ss-stackoverflow:before,
.ss-stackoverflow.right:after {
  content: '';
}
.ss-paypal:before,
.ss-paypal.right:after {
  content: '';
}
.ss-kickstarter:before,
.ss-kickstarter.right:after {
  content: '';
}
.ss-foursquare:before,
.ss-foursquare.right:after {
  content: '';
}
.ss-yelp:before,
.ss-yelp.right:after {
  content: '';
}
.ss-skype:before,
.ss-skype.right:after {
  content: '';
}
.ss-rdio:before,
.ss-rdio.right:after {
  content: '';
}
.ss-spotify:before,
.ss-spotify.right:after {
  content: '';
}
.ss-lastfm:before,
.ss-lastfm.right:after {
  content: '';
}
.ss-soundcloud:before,
.ss-soundcloud.right:after {
  content: '';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
.ss-share:before,
.ss-share.right:after {
  content: '';
}
.ss-apple:before,
.ss-apple.right:after {
  content: '';
}
.ss-microsoft:before,
.ss-microsoft.right:after {
  content: '';
}
.ss-windows:before,
.ss-windows.right:after {
  content: '';
}
.ss-android:before,
.ss-android.right:after {
  content: '';
}
.ss-blackberry:before,
.ss-blackberry.right:after {
  content: '';
}
/* Legacy */
.ss-fivehundredpx:before,
.ss-fivehundredpx.right:after {
  content: '';
}
@font-face {
  font-family: "SSSymbolicons";
  src: url('/wp-content/themes/cfh/webfonts/ss-symbolicons-block.eot');
  src: url('/wp-content/themes/cfh/webfonts/ss-symbolicons-block.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/cfh/webfonts/ss-symbolicons-block.woff') format('woff'), url('/wp-content/themes/cfh/webfonts/ss-symbolicons-block.ttf') format('truetype'), url('/wp-content/themes/cfh/webfonts/ss-symbolicons-block.svg#SSSymboliconsBlock') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1;
}
.ss-symbolicons-block,
[class^="ss-"].ss-symbolicons-block:before,
[class*=" ss-"].ss-symbolicons-block:before,
[class^="ss-"].ss-symbolicons-block.right:after,
[class*=" ss-"].ss-symbolicons-block.right:after {
  font-family: "SSSymbolicons";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.ss-symbolicons-blocka,
[class^="ss-"].ss-symbolicons-block:beforea,
[class*=" ss-"].ss-symbolicons-block:beforea,
[class^="ss-"].ss-symbolicons-block.right:aftera,
[class*=" ss-"].ss-symbolicons-block.right:aftera {
  text-decoration: none;
}
a .ss-symbolicons-block {
  text-decoration: none;
}
[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: '';
}
.ss-crosshair:before,
.ss-crosshair.right:after {
  content: '⌖';
}
.ss-search:before,
.ss-search.right:after {
  content: '🔍';
}
.ss-zoomin:before,
.ss-zoomin.right:after {
  content: '';
}
.ss-zoomout:before,
.ss-zoomout.right:after {
  content: '';
}
.ss-binoculars:before,
.ss-binoculars.right:after {
  content: '';
}
.ss-raisedhand:before,
.ss-raisedhand.right:after {
  content: '✋';
}
.ss-link:before,
.ss-link.right:after {
  content: '🔗';
}
.ss-write:before,
.ss-write.right:after {
  content: '✎';
}
.ss-compose:before,
.ss-compose.right:after {
  content: '📝';
}
.ss-lock:before,
.ss-lock.right:after {
  content: '🔒';
}
.ss-unlock:before,
.ss-unlock.right:after {
  content: '🔓';
}
.ss-key:before,
.ss-key.right:after {
  content: '🔑';
}
.ss-backspace:before,
.ss-backspace.right:after {
  content: '⌫';
}
.ss-ban:before,
.ss-ban.right:after {
  content: '🚫';
}
.ss-nosmoking:before,
.ss-nosmoking.right:after {
  content: '🚭';
}
.ss-trash:before,
.ss-trash.right:after {
  content: '';
}
.ss-target:before,
.ss-target.right:after {
  content: '◎';
}
.ss-stopsign:before,
.ss-stopsign.right:after {
  content: '';
}
.ss-radioactive:before,
.ss-radioactive.right:after {
  content: '☢';
}
.ss-skull:before,
.ss-skull.right:after {
  content: '💀';
}
.ss-lightning:before,
.ss-lightning.right:after {
  content: '☇';
}
.ss-tag:before,
.ss-tag.right:after {
  content: '';
}
.ss-newtag:before,
.ss-newtag.right:after {
  content: '';
}
.ss-flag:before,
.ss-flag.right:after {
  content: '⚑';
}
.ss-like:before,
.ss-like.right:after {
  content: '👍';
}
.ss-dislike:before,
.ss-dislike.right:after {
  content: '👎';
}
.ss-heart:before,
.ss-heart.right:after {
  content: '♥';
}
.ss-addheart:before,
.ss-addheart.right:after {
  content: '';
}
.ss-deleteheart:before,
.ss-deleteheart.right:after {
  content: '💔';
}
.ss-star:before,
.ss-star.right:after {
  content: '⋆';
}
.ss-trophy:before,
.ss-trophy.right:after {
  content: '🏆';
}
.ss-award:before,
.ss-award.right:after {
  content: '';
}
.ss-medal:before,
.ss-medal.right:after {
  content: '';
}
.ss-badge:before,
.ss-badge.right:after {
  content: '📛';
}
.ss-crown:before,
.ss-crown.right:after {
  content: '👑';
}
.ss-bullseye:before,
.ss-bullseye.right:after {
  content: '🎯';
}
.ss-sample:before,
.ss-sample.right:after {
  content: '';
}
.ss-crop:before,
.ss-crop.right:after {
  content: '';
}
.ss-layers:before,
.ss-layers.right:after {
  content: '';
}
.ss-magicwand:before,
.ss-magicwand.right:after {
  content: '';
}
.ss-cut:before,
.ss-cut.right:after {
  content: '✂';
}
.ss-cutpaste:before,
.ss-cutpaste.right:after {
  content: '';
}
.ss-clipboard:before,
.ss-clipboard.right:after {
  content: '📋';
}
.ss-rules:before,
.ss-rules.right:after {
  content: '📏';
}
.ss-rulerpencil:before,
.ss-rulerpencil.right:after {
  content: '';
}
.ss-gridlines:before,
.ss-gridlines.right:after {
  content: '';
}
.ss-pen:before,
.ss-pen.right:after {
  content: '✒';
}
.ss-pencilbrush:before,
.ss-pencilbrush.right:after {
  content: '';
}
.ss-pencilbrushpen:before,
.ss-pencilbrushpen.right:after {
  content: '';
}
.ss-brush:before,
.ss-brush.right:after {
  content: '';
}
.ss-paintroller:before,
.ss-paintroller.right:after {
  content: '';
}
.ss-fill:before,
.ss-fill.right:after {
  content: '';
}
.ss-stroke:before,
.ss-stroke.right:after {
  content: '';
}
.ss-crayons:before,
.ss-crayons.right:after {
  content: '';
}
.ss-palette:before,
.ss-palette.right:after {
  content: '🎨';
}
.ss-fliphorizontally:before,
.ss-fliphorizontally.right:after {
  content: '';
}
.ss-flipvertically:before,
.ss-flipvertically.right:after {
  content: '';
}
.ss-effects:before,
.ss-effects.right:after {
  content: '';
}
.ss-bezier:before,
.ss-bezier.right:after {
  content: '';
}
.ss-pixels:before,
.ss-pixels.right:after {
  content: '';
}
.ss-phone:before,
.ss-phone.right:after {
  content: '📞';
}
.ss-rotaryphone:before,
.ss-rotaryphone.right:after {
  content: '☎';
}
.ss-touchtonephone:before,
.ss-touchtonephone.right:after {
  content: '☏';
}
.ss-phonebook:before,
.ss-phonebook.right:after {
  content: '';
}
.ss-voicemail:before,
.ss-voicemail.right:after {
  content: '⌕';
}
.ss-megaphone:before,
.ss-megaphone.right:after {
  content: '📢';
}
.ss-rss:before,
.ss-rss.right:after {
  content: '';
}
.ss-podcast:before,
.ss-podcast.right:after {
  content: '';
}
.ss-mailbox:before,
.ss-mailbox.right:after {
  content: '📫';
}
.ss-send:before,
.ss-send.right:after {
  content: '';
}
.ss-mail:before,
.ss-mail.right:after {
  content: '✉';
}
.ss-incomingmail:before,
.ss-incomingmail.right:after {
  content: '📩';
}
.ss-inbox:before,
.ss-inbox.right:after {
  content: '📥';
}
.ss-outbox:before,
.ss-outbox.right:after {
  content: '📤';
}
.ss-stamp:before,
.ss-stamp.right:after {
  content: '';
}
.ss-chat:before,
.ss-chat.right:after {
  content: '💬';
}
.ss-chats:before,
.ss-chats.right:after {
  content: '';
}
.ss-textchat:before,
.ss-textchat.right:after {
  content: '';
}
.ss-exclamationchat:before,
.ss-exclamationchat.right:after {
  content: '';
}
.ss-questionchat:before,
.ss-questionchat.right:after {
  content: '';
}
.ss-ellipsischat:before,
.ss-ellipsischat.right:after {
  content: '';
}
.ss-smile:before,
.ss-smile.right:after {
  content: '☻';
}
.ss-frown:before,
.ss-frown.right:after {
  content: '☹';
}
.ss-toothsmile:before,
.ss-toothsmile.right:after {
  content: '😃';
}
.ss-toothlesssmile:before,
.ss-toothlesssmile.right:after {
  content: '😀';
}
.ss-user:before,
.ss-user.right:after {
  content: '👤';
}
.ss-users:before,
.ss-users.right:after {
  content: '👥';
}
.ss-adduser:before,
.ss-adduser.right:after {
  content: '';
}
.ss-removeuser:before,
.ss-removeuser.right:after {
  content: '';
}
.ss-deleteuser:before,
.ss-deleteuser.right:after {
  content: '';
}
.ss-heartuser:before,
.ss-heartuser.right:after {
  content: '';
}
.ss-males:before,
.ss-males.right:after {
  content: '👬';
}
.ss-females:before,
.ss-females.right:after {
  content: '👭';
}
.ss-malefemale:before,
.ss-malefemale.right:after {
  content: '👫';
}
.ss-userportrait:before,
.ss-userportrait.right:after {
  content: '';
}
.ss-userframe:before,
.ss-userframe.right:after {
  content: '';
}
.ss-usersframe:before,
.ss-usersframe.right:after {
  content: '';
}
.ss-baby:before,
.ss-baby.right:after {
  content: '👶';
}
.ss-swaddledbaby:before,
.ss-swaddledbaby.right:after {
  content: '';
}
.ss-robot:before,
.ss-robot.right:after {
  content: '';
}
.ss-happyrobot:before,
.ss-happyrobot.right:after {
  content: '';
}
.ss-alien:before,
.ss-alien.right:after {
  content: '👽';
}
.ss-ghost:before,
.ss-ghost.right:after {
  content: '👻';
}
.ss-contacts:before,
.ss-contacts.right:after {
  content: '📇';
}
.ss-addressbook:before,
.ss-addressbook.right:after {
  content: '📑';
}
.ss-footsteps:before,
.ss-footsteps.right:after {
  content: '👣';
}
.ss-cart:before,
.ss-cart.right:after {
  content: '';
}
.ss-shoppingbag:before,
.ss-shoppingbag.right:after {
  content: '';
}
.ss-gift:before,
.ss-gift.right:after {
  content: '🎁';
}
.ss-store:before,
.ss-store.right:after {
  content: '🏪';
}
.ss-safe:before,
.ss-safe.right:after {
  content: '';
}
.ss-bill:before,
.ss-bill.right:after {
  content: '';
}
.ss-creditcard:before,
.ss-creditcard.right:after {
  content: '💳';
}
.ss-banknote:before,
.ss-banknote.right:after {
  content: '💵';
}
.ss-moneybag:before,
.ss-moneybag.right:after {
  content: '💰';
}
.ss-calculator:before,
.ss-calculator.right:after {
  content: '';
}
.ss-bank:before,
.ss-bank.right:after {
  content: '🏦';
}
.ss-gavel:before,
.ss-gavel.right:after {
  content: '🔨';
}
.ss-meeting:before,
.ss-meeting.right:after {
  content: '';
}
.ss-barchart:before,
.ss-barchart.right:after {
  content: '📊';
}
.ss-piechart:before,
.ss-piechart.right:after {
  content: '';
}
.ss-activity:before,
.ss-activity.right:after {
  content: '📈';
}
.ss-flowchart:before,
.ss-flowchart.right:after {
  content: '';
}
.ss-box:before,
.ss-box.right:after {
  content: '📦';
}
.ss-crate:before,
.ss-crate.right:after {
  content: '';
}
.ss-home:before,
.ss-home.right:after {
  content: '⌂';
}
.ss-fence:before,
.ss-fence.right:after {
  content: '';
}
.ss-buildings:before,
.ss-buildings.right:after {
  content: '🏢';
}
.ss-bridge:before,
.ss-bridge.right:after {
  content: '';
}
.ss-barn:before,
.ss-barn.right:after {
  content: '';
}
.ss-lodging:before,
.ss-lodging.right:after {
  content: '🏨';
}
.ss-earth:before,
.ss-earth.right:after {
  content: '🌎';
}
.ss-globe:before,
.ss-globe.right:after {
  content: '🌐';
}
.ss-compass:before,
.ss-compass.right:after {
  content: '';
}
.ss-signpost:before,
.ss-signpost.right:after {
  content: '';
}
.ss-map:before,
.ss-map.right:after {
  content: '';
}
.ss-location:before,
.ss-location.right:after {
  content: '';
}
.ss-pushpin:before,
.ss-pushpin.right:after {
  content: '📌';
}
.ss-script:before,
.ss-script.right:after {
  content: '';
}
.ss-playscript:before,
.ss-playscript.right:after {
  content: '';
}
.ss-stopscript:before,
.ss-stopscript.right:after {
  content: '';
}
.ss-recordscript:before,
.ss-recordscript.right:after {
  content: '';
}
.ss-bug:before,
.ss-bug.right:after {
  content: '🐛';
}
.ss-puzzle:before,
.ss-puzzle.right:after {
  content: '';
}
.ss-window:before,
.ss-window.right:after {
  content: '';
}
.ss-database:before,
.ss-database.right:after {
  content: '';
}
.ss-adddatabase:before,
.ss-adddatabase.right:after {
  content: '';
}
.ss-deletedatabase:before,
.ss-deletedatabase.right:after {
  content: '';
}
.ss-hdd:before,
.ss-hdd.right:after {
  content: '';
}
.ss-networkhdd:before,
.ss-networkhdd.right:after {
  content: '';
}
.ss-downloadhdd:before,
.ss-downloadhdd.right:after {
  content: '';
}
.ss-airplay:before,
.ss-airplay.right:after {
  content: '';
}
.ss-music:before,
.ss-music.right:after {
  content: '♫';
}
.ss-mic:before,
.ss-mic.right:after {
  content: '🎤';
}
.ss-headphones:before,
.ss-headphones.right:after {
  content: '🎧';
}
.ss-volume:before,
.ss-volume.right:after {
  content: '🔈';
}
.ss-radio:before,
.ss-radio.right:after {
  content: '📻';
}
.ss-phonograph:before,
.ss-phonograph.right:after {
  content: '';
}
.ss-disc:before,
.ss-disc.right:after {
  content: '💿';
}
.ss-discs:before,
.ss-discs.right:after {
  content: '';
}
.ss-playlist:before,
.ss-playlist.right:after {
  content: '';
}
.ss-musichome:before,
.ss-musichome.right:after {
  content: '';
}
.ss-itunes:before,
.ss-itunes.right:after {
  content: '';
}
.ss-camera:before,
.ss-camera.right:after {
  content: '📷';
}
.ss-picture:before,
.ss-picture.right:after {
  content: '🌄';
}
.ss-pictures:before,
.ss-pictures.right:after {
  content: '';
}
.ss-searchpicture:before,
.ss-searchpicture.right:after {
  content: '';
}
.ss-video:before,
.ss-video.right:after {
  content: '📹';
}
.ss-clapboard:before,
.ss-clapboard.right:after {
  content: '🎬';
}
.ss-film:before,
.ss-film.right:after {
  content: '';
}
.ss-playfilm:before,
.ss-playfilm.right:after {
  content: '';
}
.ss-tv:before,
.ss-tv.right:after {
  content: '📺';
}
.ss-flatscreen:before,
.ss-flatscreen.right:after {
  content: '';
}
.ss-projector:before,
.ss-projector.right:after {
  content: '';
}
.ss-videogame:before,
.ss-videogame.right:after {
  content: '🎮';
}
.ss-play:before,
.ss-play.right:after {
  content: '▶';
}
.ss-pause:before,
.ss-pause.right:after {
  content: '';
}
.ss-stop:before,
.ss-stop.right:after {
  content: '■';
}
.ss-record:before,
.ss-record.right:after {
  content: '●';
}
.ss-rewind:before,
.ss-rewind.right:after {
  content: '⏪';
}
.ss-fastforward:before,
.ss-fastforward.right:after {
  content: '⏩';
}
.ss-skipback:before,
.ss-skipback.right:after {
  content: '⏮';
}
.ss-skipforward:before,
.ss-skipforward.right:after {
  content: '⏭';
}
.ss-eject:before,
.ss-eject.right:after {
  content: '⏏';
}
.ss-shuffle:before,
.ss-shuffle.right:after {
  content: '🔀';
}
.ss-filecabinet:before,
.ss-filecabinet.right:after {
  content: '';
}
.ss-storagebox:before,
.ss-storagebox.right:after {
  content: '';
}
.ss-books:before,
.ss-books.right:after {
  content: '📚';
}
.ss-bookspencil:before,
.ss-bookspencil.right:after {
  content: '';
}
.ss-openbook:before,
.ss-openbook.right:after {
  content: '📖';
}
.ss-bookinsert:before,
.ss-bookinsert.right:after {
  content: '';
}
.ss-notebook:before,
.ss-notebook.right:after {
  content: '📓';
}
.ss-ledger:before,
.ss-ledger.right:after {
  content: '📒';
}
.ss-album:before,
.ss-album.right:after {
  content: '';
}
.ss-newspaper:before,
.ss-newspaper.right:after {
  content: '📰';
}
.ss-spiralbound:before,
.ss-spiralbound.right:after {
  content: '';
}
.ss-notepad:before,
.ss-notepad.right:after {
  content: '';
}
.ss-notice:before,
.ss-notice.right:after {
  content: '';
}
.ss-grid:before,
.ss-grid.right:after {
  content: '';
}
.ss-thumbnails:before,
.ss-thumbnails.right:after {
  content: '';
}
.ss-filter:before,
.ss-filter.right:after {
  content: '';
}
.ss-desktop:before,
.ss-desktop.right:after {
  content: '💻';
}
.ss-laptop:before,
.ss-laptop.right:after {
  content: '';
}
.ss-tablet:before,
.ss-tablet.right:after {
  content: '';
}
.ss-cell:before,
.ss-cell.right:after {
  content: '📱';
}
.ss-cellbars:before,
.ss-cellbars.right:after {
  content: '📶';
}
.ss-battery:before,
.ss-battery.right:after {
  content: '🔋';
}
.ss-mediumbattery:before,
.ss-mediumbattery.right:after {
  content: '';
}
.ss-emptybattery:before,
.ss-emptybattery.right:after {
  content: '';
}
.ss-chargingbattery:before,
.ss-chargingbattery.right:after {
  content: '';
}
.ss-screwdrivermobile:before,
.ss-screwdrivermobile.right:after {
  content: '';
}
.ss-brushmobile:before,
.ss-brushmobile.right:after {
  content: '';
}
.ss-pencilmobile:before,
.ss-pencilmobile.right:after {
  content: '';
}
.ss-door:before,
.ss-door.right:after {
  content: '🚪';
}
.ss-washer:before,
.ss-washer.right:after {
  content: '';
}
.ss-dryer:before,
.ss-dryer.right:after {
  content: '';
}
.ss-fireplace:before,
.ss-fireplace.right:after {
  content: '';
}
.ss-toilet:before,
.ss-toilet.right:after {
  content: '🚽';
}
.ss-toiletpaper:before,
.ss-toiletpaper.right:after {
  content: '';
}
.ss-lightbulb:before,
.ss-lightbulb.right:after {
  content: '💡';
}
.ss-cfl:before,
.ss-cfl.right:after {
  content: '';
}
.ss-flashlight:before,
.ss-flashlight.right:after {
  content: '🔦';
}
.ss-candle:before,
.ss-candle.right:after {
  content: '';
}
.ss-campfire:before,
.ss-campfire.right:after {
  content: '🔥';
}
.ss-picnictable:before,
.ss-picnictable.right:after {
  content: '';
}
.ss-frame:before,
.ss-frame.right:after {
  content: '';
}
.ss-heartframe:before,
.ss-heartframe.right:after {
  content: '💟';
}
.ss-starframe:before,
.ss-starframe.right:after {
  content: '';
}
.ss-treeframe:before,
.ss-treeframe.right:after {
  content: '';
}
.ss-flowerframe:before,
.ss-flowerframe.right:after {
  content: '';
}
.ss-questionframe:before,
.ss-questionframe.right:after {
  content: '';
}
.ss-utensilsframe:before,
.ss-utensilsframe.right:after {
  content: '';
}
.ss-atom:before,
.ss-atom.right:after {
  content: '⚛';
}
.ss-fluxcapacitor:before,
.ss-fluxcapacitor.right:after {
  content: '';
}
.ss-rings:before,
.ss-rings.right:after {
  content: '💍';
}
.ss-balloons:before,
.ss-balloons.right:after {
  content: '🎈';
}
.ss-easteregg:before,
.ss-easteregg.right:after {
  content: '';
}
.ss-jackolantern:before,
.ss-jackolantern.right:after {
  content: '🎃';
}
.ss-menorah:before,
.ss-menorah.right:after {
  content: '';
}
.ss-christmastree:before,
.ss-christmastree.right:after {
  content: '🎄';
}
.ss-teddy:before,
.ss-teddy.right:after {
  content: '';
}
.ss-blocks:before,
.ss-blocks.right:after {
  content: '';
}
.ss-rattle:before,
.ss-rattle.right:after {
  content: '';
}
.ss-diaper:before,
.ss-diaper.right:after {
  content: '';
}
.ss-pailshovel:before,
.ss-pailshovel.right:after {
  content: '';
}
.ss-sweep:before,
.ss-sweep.right:after {
  content: '';
}
.ss-headstone:before,
.ss-headstone.right:after {
  content: '⛼';
}
.ss-onedie:before,
.ss-onedie.right:after {
  content: '⚀';
}
.ss-twodie:before,
.ss-twodie.right:after {
  content: '⚁';
}
.ss-threedie:before,
.ss-threedie.right:after {
  content: '⚂';
}
.ss-fourdie:before,
.ss-fourdie.right:after {
  content: '⚃';
}
.ss-fivedie:before,
.ss-fivedie.right:after {
  content: '⚄';
}
.ss-sixdie:before,
.ss-sixdie.right:after {
  content: '⚅';
}
.ss-fuzzydice:before,
.ss-fuzzydice.right:after {
  content: '';
}
.ss-download:before,
.ss-download.right:after {
  content: '';
}
.ss-downloadbox:before,
.ss-downloadbox.right:after {
  content: '';
}
.ss-downloadcrate:before,
.ss-downloadcrate.right:after {
  content: '';
}
.ss-upload:before,
.ss-upload.right:after {
  content: '';
}
.ss-uploadbox:before,
.ss-uploadbox.right:after {
  content: '';
}
.ss-uploadcrate:before,
.ss-uploadcrate.right:after {
  content: '';
}
.ss-transfer:before,
.ss-transfer.right:after {
  content: '⇆';
}
.ss-refresh:before,
.ss-refresh.right:after {
  content: '↻';
}
.ss-sync:before,
.ss-sync.right:after {
  content: '';
}
.ss-wifi:before,
.ss-wifi.right:after {
  content: '';
}
.ss-connection:before,
.ss-connection.right:after {
  content: '';
}
.ss-usb:before,
.ss-usb.right:after {
  content: '';
}
.ss-files:before,
.ss-files.right:after {
  content: '';
}
.ss-addfile:before,
.ss-addfile.right:after {
  content: '';
}
.ss-removefile:before,
.ss-removefile.right:after {
  content: '';
}
.ss-deletefile:before,
.ss-deletefile.right:after {
  content: '';
}
.ss-searchfile:before,
.ss-searchfile.right:after {
  content: '';
}
.ss-folder:before,
.ss-folder.right:after {
  content: '📁';
}
.ss-addfolder:before,
.ss-addfolder.right:after {
  content: '';
}
.ss-removefolder:before,
.ss-removefolder.right:after {
  content: '';
}
.ss-deletefolder:before,
.ss-deletefolder.right:after {
  content: '';
}
.ss-downloadfolder:before,
.ss-downloadfolder.right:after {
  content: '';
}
.ss-uploadfolder:before,
.ss-uploadfolder.right:after {
  content: '';
}
.ss-undo:before,
.ss-undo.right:after {
  content: '↩';
}
.ss-redo:before,
.ss-redo.right:after {
  content: '↪';
}
.ss-quote:before,
.ss-quote.right:after {
  content: '“';
}
.ss-font:before,
.ss-font.right:after {
  content: '';
}
.ss-anchor:before,
.ss-anchor.right:after {
  content: '';
}
.ss-print:before,
.ss-print.right:after {
  content: '⎙';
}
.ss-fax:before,
.ss-fax.right:after {
  content: '📠';
}
.ss-shredder:before,
.ss-shredder.right:after {
  content: '';
}
.ss-typewriter:before,
.ss-typewriter.right:after {
  content: '';
}
.ss-list:before,
.ss-list.right:after {
  content: '';
}
.ss-action:before,
.ss-action.right:after {
  content: '';
}
.ss-redirect:before,
.ss-redirect.right:after {
  content: '↗';
}
.ss-expand:before,
.ss-expand.right:after {
  content: '⤢';
}
.ss-contract:before,
.ss-contract.right:after {
  content: '';
}
.ss-scaleup:before,
.ss-scaleup.right:after {
  content: '';
}
.ss-scaledown:before,
.ss-scaledown.right:after {
  content: '';
}
.ss-power:before,
.ss-power.right:after {
  content: '';
}
.ss-lifepreserver:before,
.ss-lifepreserver.right:after {
  content: '';
}
.ss-help:before,
.ss-help.right:after {
  content: '❓';
}
.ss-info:before,
.ss-info.right:after {
  content: 'ℹ';
}
.ss-alert:before,
.ss-alert.right:after {
  content: '⚠';
}
.ss-caution:before,
.ss-caution.right:after {
  content: '⛔';
}
.ss-plus:before,
.ss-plus.right:after {
  content: '+';
}
.ss-hyphen:before,
.ss-hyphen.right:after {
  content: '-';
}
.ss-check:before,
.ss-check.right:after {
  content: '✓';
}
.ss-delete:before,
.ss-delete.right:after {
  content: '␡';
}
.ss-dogface:before,
.ss-dogface.right:after {
  content: '🐶';
}
.ss-catface:before,
.ss-catface.right:after {
  content: '🐱';
}
.ss-bearface:before,
.ss-bearface.right:after {
  content: '🐻';
}
.ss-bird:before,
.ss-bird.right:after {
  content: '🐦';
}
.ss-dog:before,
.ss-dog.right:after {
  content: '🐕';
}
.ss-sheep:before,
.ss-sheep.right:after {
  content: '🐑';
}
.ss-pig:before,
.ss-pig.right:after {
  content: '🐖';
}
.ss-bone:before,
.ss-bone.right:after {
  content: '';
}
.ss-tooth:before,
.ss-tooth.right:after {
  content: '';
}
.ss-palmtree:before,
.ss-palmtree.right:after {
  content: '🌴';
}
.ss-tree:before,
.ss-tree.right:after {
  content: '🌲';
}
.ss-leaf:before,
.ss-leaf.right:after {
  content: '🍂';
}
.ss-flower:before,
.ss-flower.right:after {
  content: '⚘';
}
.ss-settings:before,
.ss-settings.right:after {
  content: '⚙';
}
.ss-dashboard:before,
.ss-dashboard.right:after {
  content: '';
}
.ss-notifications:before,
.ss-notifications.right:after {
  content: '🔔';
}
.ss-toggles:before,
.ss-toggles.right:after {
  content: '';
}
.ss-switch:before,
.ss-switch.right:after {
  content: '';
}
.ss-switchoff:before,
.ss-switchoff.right:after {
  content: '';
}
.ss-brightness:before,
.ss-brightness.right:after {
  content: '🔆';
}
.ss-flashoff:before,
.ss-flashoff.right:after {
  content: '';
}
.ss-toolbox:before,
.ss-toolbox.right:after {
  content: '';
}
.ss-tools:before,
.ss-tools.right:after {
  content: '';
}
.ss-wrench:before,
.ss-wrench.right:after {
  content: '🔧';
}
.ss-wrenches:before,
.ss-wrenches.right:after {
  content: '';
}
.ss-wrenchpencil:before,
.ss-wrenchpencil.right:after {
  content: '';
}
.ss-screwdriverpencil:before,
.ss-screwdriverpencil.right:after {
  content: '';
}
.ss-hammerscrewdriver:before,
.ss-hammerscrewdriver.right:after {
  content: '';
}
.ss-tapemeasure:before,
.ss-tapemeasure.right:after {
  content: '';
}
.ss-hourglass:before,
.ss-hourglass.right:after {
  content: '⏳';
}
.ss-clock:before,
.ss-clock.right:after {
  content: '⏲';
}
.ss-stopwatch:before,
.ss-stopwatch.right:after {
  content: '⏱';
}
.ss-alarmclock:before,
.ss-alarmclock.right:after {
  content: '⏰';
}
.ss-calendar:before,
.ss-calendar.right:after {
  content: '📅';
}
.ss-keyboardup:before,
.ss-keyboardup.right:after {
  content: '';
}
.ss-keyboarddown:before,
.ss-keyboarddown.right:after {
  content: '';
}
.ss-heavyasterisk:before,
.ss-heavyasterisk.right:after {
  content: '✱';
}
.ss-egg:before,
.ss-egg.right:after {
  content: '';
}
.ss-cheese:before,
.ss-cheese.right:after {
  content: '';
}
.ss-hotdog:before,
.ss-hotdog.right:after {
  content: '';
}
.ss-burger:before,
.ss-burger.right:after {
  content: '🍔';
}
.ss-birthdaycake:before,
.ss-birthdaycake.right:after {
  content: '🎂';
}
.ss-pancakes:before,
.ss-pancakes.right:after {
  content: '';
}
.ss-pizza:before,
.ss-pizza.right:after {
  content: '🍕';
}
.ss-frenchfries:before,
.ss-frenchfries.right:after {
  content: '🍟';
}
.ss-apple:before,
.ss-apple.right:after {
  content: '🍏';
}
.ss-mug:before,
.ss-mug.right:after {
  content: '☕';
}
.ss-coffee:before,
.ss-coffee.right:after {
  content: '';
}
.ss-growler:before,
.ss-growler.right:after {
  content: '';
}
.ss-beer:before,
.ss-beer.right:after {
  content: '🍺';
}
.ss-bottle:before,
.ss-bottle.right:after {
  content: '';
}
.ss-wine:before,
.ss-wine.right:after {
  content: '';
}
.ss-wineglass:before,
.ss-wineglass.right:after {
  content: '🍷';
}
.ss-cocktail:before,
.ss-cocktail.right:after {
  content: '🍸';
}
.ss-soda:before,
.ss-soda.right:after {
  content: '';
}
.ss-cup:before,
.ss-cup.right:after {
  content: '';
}
.ss-babybottle:before,
.ss-babybottle.right:after {
  content: '🍼';
}
.ss-jug:before,
.ss-jug.right:after {
  content: '';
}
.ss-oven:before,
.ss-oven.right:after {
  content: '';
}
.ss-takeout:before,
.ss-takeout.right:after {
  content: '';
}
.ss-paperbag:before,
.ss-paperbag.right:after {
  content: '';
}
.ss-utensils:before,
.ss-utensils.right:after {
  content: '🍴';
}
.ss-tshirt:before,
.ss-tshirt.right:after {
  content: '👕';
}
.ss-graduationcap:before,
.ss-graduationcap.right:after {
  content: '🎓';
}
.ss-fabric:before,
.ss-fabric.right:after {
  content: '';
}
.ss-swatch:before,
.ss-swatch.right:after {
  content: '';
}
.ss-weave:before,
.ss-weave.right:after {
  content: '';
}
.ss-thread:before,
.ss-thread.right:after {
  content: '';
}
.ss-yarn:before,
.ss-yarn.right:after {
  content: '';
}
.ss-crochet:before,
.ss-crochet.right:after {
  content: '';
}
.ss-needles:before,
.ss-needles.right:after {
  content: '';
}
.ss-scissorsneedles:before,
.ss-scissorsneedles.right:after {
  content: '';
}
.ss-button:before,
.ss-button.right:after {
  content: '';
}
.ss-zipper:before,
.ss-zipper.right:after {
  content: '';
}
.ss-sun:before,
.ss-sun.right:after {
  content: '☀';
}
.ss-partlycloudy:before,
.ss-partlycloudy.right:after {
  content: '⛅';
}
.ss-rainbow:before,
.ss-rainbow.right:after {
  content: '🌈';
}
.ss-umbrella:before,
.ss-umbrella.right:after {
  content: '☂';
}
.ss-crescentmoon:before,
.ss-crescentmoon.right:after {
  content: '🌙';
}
.ss-newmoon:before,
.ss-newmoon.right:after {
  content: '🌑';
}
.ss-waxingcrescentmoon:before,
.ss-waxingcrescentmoon.right:after {
  content: '🌒';
}
.ss-firstquartermoon:before,
.ss-firstquartermoon.right:after {
  content: '🌓';
}
.ss-waxinggibbousmoon:before,
.ss-waxinggibbousmoon.right:after {
  content: '🌔';
}
.ss-fullmoon:before,
.ss-fullmoon.right:after {
  content: '🌕';
}
.ss-waninggibbousmoon:before,
.ss-waninggibbousmoon.right:after {
  content: '🌖';
}
.ss-lastquartermoon:before,
.ss-lastquartermoon.right:after {
  content: '🌗';
}
.ss-waningcrescentmoon:before,
.ss-waningcrescentmoon.right:after {
  content: '🌘';
}
.ss-car:before,
.ss-car.right:after {
  content: '🚘';
}
.ss-carrepair:before,
.ss-carrepair.right:after {
  content: '';
}
.ss-taxi:before,
.ss-taxi.right:after {
  content: '🚖';
}
.ss-train:before,
.ss-train.right:after {
  content: '🚆';
}
.ss-bus:before,
.ss-bus.right:after {
  content: '🚍';
}
.ss-truck:before,
.ss-truck.right:after {
  content: '🚚';
}
.ss-trailer:before,
.ss-trailer.right:after {
  content: '';
}
.ss-trailerdump:before,
.ss-trailerdump.right:after {
  content: '';
}
.ss-plane:before,
.ss-plane.right:after {
  content: '✈';
}
.ss-bike:before,
.ss-bike.right:after {
  content: '🚲';
}
.ss-motorcycle:before,
.ss-motorcycle.right:after {
  content: '';
}
.ss-boat:before,
.ss-boat.right:after {
  content: '🚢';
}
.ss-rocket:before,
.ss-rocket.right:after {
  content: '🚀';
}
.ss-ufo:before,
.ss-ufo.right:after {
  content: '';
}
.ss-squarekey:before,
.ss-squarekey.right:after {
  content: '';
}
.ss-tire:before,
.ss-tire.right:after {
  content: '';
}
.ss-fuel:before,
.ss-fuel.right:after {
  content: '⛽';
}
.ss-parking:before,
.ss-parking.right:after {
  content: '';
}
.ss-wheelchair:before,
.ss-wheelchair.right:after {
  content: '♿';
}
.ss-restroom:before,
.ss-restroom.right:after {
  content: '🚻';
}
.ss-elevator:before,
.ss-elevator.right:after {
  content: '';
}
.ss-briefcase:before,
.ss-briefcase.right:after {
  content: '💼';
}
.ss-theatre:before,
.ss-theatre.right:after {
  content: '🎭';
}
.ss-ticket:before,
.ss-ticket.right:after {
  content: '🎫';
}
.ss-golf:before,
.ss-golf.right:after {
  content: '';
}
.ss-billiards:before,
.ss-billiards.right:after {
  content: '🎱';
}
.ss-baseball:before,
.ss-baseball.right:after {
  content: '⚾';
}
.ss-tennis:before,
.ss-tennis.right:after {
  content: '🎾';
}
.ss-basketball:before,
.ss-basketball.right:after {
  content: '🏀';
}
.ss-football:before,
.ss-football.right:after {
  content: '🏈';
}
.ss-soccer:before,
.ss-soccer.right:after {
  content: '⚽';
}
.ss-flaginhole:before,
.ss-flaginhole.right:after {
  content: '⛳';
}
.ss-paddles:before,
.ss-paddles.right:after {
  content: '';
}
.ss-skiboot:before,
.ss-skiboot.right:after {
  content: '';
}
.ss-skis:before,
.ss-skis.right:after {
  content: '🎿';
}
.ss-hiker:before,
.ss-hiker.right:after {
  content: '';
}
.ss-runner:before,
.ss-runner.right:after {
  content: '🏃';
}
.ss-hottub:before,
.ss-hottub.right:after {
  content: '';
}
.ss-exercise:before,
.ss-exercise.right:after {
  content: '';
}
.ss-hospital:before,
.ss-hospital.right:after {
  content: '⛨';
}
.ss-medicalcross:before,
.ss-medicalcross.right:after {
  content: '';
}
.ss-medicalbag:before,
.ss-medicalbag.right:after {
  content: '';
}
.ss-bandage:before,
.ss-bandage.right:after {
  content: '';
}
.ss-flask:before,
.ss-flask.right:after {
  content: '';
}
.ss-testtube:before,
.ss-testtube.right:after {
  content: '';
}
.ss-up:before,
.ss-up.right:after {
  content: '⬆';
}
.ss-right:before,
.ss-right.right:after {
  content: '➡';
}
.ss-down:before,
.ss-down.right:after {
  content: '⬇';
}
.ss-left:before,
.ss-left.right:after {
  content: '⬅';
}
.ss-navigateup:before,
.ss-navigateup.right:after {
  content: '';
}
.ss-navigateright:before,
.ss-navigateright.right:after {
  content: '▻';
}
.ss-navigatedown:before,
.ss-navigatedown.right:after {
  content: '';
}
.ss-navigateleft:before,
.ss-navigateleft.right:after {
  content: '◅';
}
.ss-share:before,
.ss-share.right:after {
  content: '';
}
body {
  color: #000000;
  font-family: 'PT Serif', serif;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
::-moz-selection {
  background: #1e2a30;
  color: #ffffff;
  text-shadow: none;
}
::selection {
  background: #1e2a30;
  color: #ffffff;
  text-shadow: none;
}
.center-text {
  text-align: center;
}
.uppercase-text {
  text-transform: uppercase;
}
.italic-text {
  font-style: oblique;
}
.white-text {
  color: #ffffff;
}
.white-text a {
  color: #ffffff !important;
}
.red-text {
  color: #b50007;
}
.green-text {
  color: #1e2a30;
}
.grey-text {
  color: #c6c6c6;
}
.sans-serif {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.sans-serif-bold {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-weight: normal;
  line-height: 1.4;
  margin: 20px 0;
  text-rendering: optimizeLegibility;
}
h1 {
  font-size: 52px;
  font-size: 5.2rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  h1 {
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: normal;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
  }
}
h2 {
  color: #1e2a30;
  line-height: 1.4;
  font-size: 1.95em;
}
h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
h4 {
  color: #4b626e;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 32px;
}
h5 {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5em;
  color: #4b626e;
  padding-top: 15px;
}
h5:first-child {
  padding-top: 0;
}
h5 a {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
h6 {
  font-size: 17px;
}
a,
a:visited {
  color: #4b626e;
  text-decoration: underline;
  font-family: 'brandon_grotesque_regular';
}
a:hover,
a:visited:hover {
  color: #4b626e;
}
a:active,
a:visited:active,
a:focus,
a:visited:focus {
  color: #4b626e;
  outline: none;
}
a.nounderline,
a:visited.nounderline {
  text-decoration: none;
}
h4 a,
h5 a,
h4 a:visited,
h5 a:visited {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
hr {
  border-left: none;
  border-right: none;
  border-top: none;
}
hr.green {
  border-bottom: 1px solid #1e2a30;
}
hr.blue {
  border-bottom: 1px solid #26353c;
}
hr.small {
  margin: 50px auto;
  width: 70px;
}
p.the-latest {
  padding: 70px 30px;
  width: 75%;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
p a,
ol a,
ul a,
.entry-content a {
  color: #4b626e;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-decoration: underline;
}
p a:hover,
ol a:hover,
ul a:hover,
.entry-content a:hover {
  color: #4b626e;
  text-decoration: none;
}
p .ss-icon a,
ol .ss-icon a,
ul .ss-icon a,
.entry-content .ss-icon a {
  font-family: "SSSocialCircle";
}
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
abbr,
acronym {
  border-bottom: 1px dotted #f7f6f0;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 12.75px;
}
hgroup {
  margin-bottom: 12.75px;
}
del {
  color: #262626;
}
blockquote {
  background-color: #f8f6f0;
  color: #262626;
  margin: 25.5px 0;
  padding: 25px;
}
cite {
  color: #404040;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}
.green-button,
a.green-button {
  text-align: center;
  background: #4b626e;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  padding: 10px 35px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(49, 49, 49, 0.24) !important;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-transition: background 0.8ms ease-in;
  -moz-transition: background 0.8ms ease-in;
  -o-transition: background 0.8ms ease-in;
  transition: background 0.8ms ease-in;
}
.green-button:hover:before,
a.green-button:hover:before {
  opacity: 1;
  left: 17px;
}
.green-button:hover,
a.green-button:hover {
  background-color: #4b626e;
  color: #ffffff;
}
.blue-button,
a.blue-button {
  background: #1e2a30;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  padding: 10px 35px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(49, 49, 49, 0.24) !important;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-transition: background 0.8ms ease-in;
  -moz-transition: background 0.8ms ease-in;
  -o-transition: background 0.8ms ease-in;
  transition: background 0.8ms ease-in;
}
.blue-button:hover:before,
a.blue-button:hover:before {
  opacity: 1;
  left: 17px;
}
.blue-button:hover,
a.blue-button:hover {
  background-color: #1e2a30;
  color: #ffffff;
}
@media (max-width: 992px) {
  [data-page=state-of-the-homeless] .blue-button,
  [data-page=state-of-the-homeless] a.blue-button {
    font-size: 16px !important;
    padding: 10px 15px;
  }
}
.red-button,
a.red-button {
  background: #b50007;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  padding: 10px 35px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(49, 49, 49, 0.24) !important;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  -webkit-transition: background 0.8ms ease-in;
  -moz-transition: background 0.8ms ease-in;
  -o-transition: background 0.8ms ease-in;
  transition: background 0.8ms ease-in;
}
.red-button:hover:before,
a.red-button:hover:before {
  opacity: 1;
  left: 17px;
}
.red-button:hover,
a.red-button:hover {
  background-color: #b50007;
  color: #ffffff;
}
.entry-meta {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.entry-meta a,
.entry-meta a:active,
.entry-meta a:visited {
  color: #1e2a30;
}
a.blue-link {
  color: #4b626e;
}
a.blue-link:hover {
  color: #2c3941;
}
a.red-link {
  color: #b50007;
}
a.red-link:hover {
  color: #690004;
}
fieldset {
  background: #ffffff;
  border: 1px solid #f7f6f0;
  margin: 0 0 12.75px 0;
  padding: 25.5px;
}
input,
label,
select {
  display: block;
  font-family: 'PT Serif', serif;
  font-size: 17px;
}
label {
  font-weight: bold;
  margin-bottom: 6.375px;
}
label.required:after {
  content: "*";
}
label abbr {
  display: none;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
textarea,
select[multiple=multiple] {
  -webkit-transition: border-color;
  -moz-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #f7f6f0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  font-family: 'PT Serif', serif;
  font-size: 17px;
  margin-bottom: 12.75px;
  padding: 8.5px 8.5px;
  width: 100%;
}
textarea:hover,
select[multiple=multiple]:hover {
  border-color: #e5e2cf;
}
textarea:focus,
select[multiple=multiple]:focus {
  border-color: #4b626e;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  outline: none;
}
textarea {
  resize: vertical;
}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 6.375px;
}
input[type="file"] {
  width: 100%;
}
select {
  width: auto;
  margin-bottom: 25.5px;
}
button,
input[type="submit"] {
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
dl {
  line-height: 25.5px;
  margin-bottom: 12.75px;
}
dl dt {
  font-weight: bold;
  margin-top: 12.75px;
}
dl dd {
  margin: 0;
}
table {
  border-collapse: collapse;
  margin: 12.75px 0;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 768px) {
  table {
    table-layout: auto;
  }
}
th {
  border-bottom: 1px solid #dcd8be;
  font-weight: bold;
  padding: 12.75px 0;
  text-align: left;
}
td {
  border-bottom: 1px solid #f7f6f0;
  padding: 12.75px 0;
}
tr,
td,
th {
  vertical-align: middle;
}
header,
nav,
main,
section,
article,
aside,
footer {
  display: block;
}
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 768px) {
  html {
    height: auto;
  }
}
html a:focus {
  border: dashed !important;
}
body {
  background-color: #fff;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}
.flexible {
  font-size: 0.1px;
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
.flexible > * {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  float: none;
}
.flexible:after {
  content: '';
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .mobile-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
.aligncenter,
dl.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .aligncenter,
  dl.aligncenter {
    width: 100% !important;
  }
}
.alignright {
  float: right;
  margin: 0 0 0 10px;
}
.alignleft {
  float: left;
  margin: 0 10px 0 0;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.bkrnd-darkgreen {
  background: #26353c;
}
.bkrnd-lightgreen {
  background: #4b626e;
}
.bkrnd-white {
  background-color: #ffffff;
}
.bkrnd-beige {
  background: #f7f6f0;
}
.top-margin-ten {
  margin-top: 10px;
}
.top-margin-twenty {
  margin-top: 20px;
}
.top-margin-thirty {
  margin-top: 30px;
}
.top-margin-forty {
  margin-top: 40px;
}
.top-margin-fifty {
  margin-top: 50px;
}
.top-margin-sixty {
  margin-top: 60px;
}
.top-margin-seventy {
  margin-top: 70px;
}
.top-margin-eighty {
  margin-top: 80px;
}
.right-padding-ten {
  padding-right: 10px;
}
.right-padding-twenty {
  padding-right: 20px;
}
.right-padding-thirty {
  padding-right: 30px;
}
.right-padding-forty {
  padding-right: 40px;
}
.right-padding-fifty {
  padding-right: 50px;
}
.right-padding-sixty {
  padding-right: 60px;
}
.left-padding-ten {
  padding-left: 10px;
}
.left-padding-twenty {
  padding-left: 20px;
}
.left-padding-thirty {
  padding-left: 30px;
}
.left-padding-forty {
  padding-left: 40px;
}
.left-padding-fifty {
  padding-left: 50px;
}
.left-padding-sixty {
  padding-left: 60px;
}
.bottom-margin-ten {
  margin-bottom: 10px;
}
.bottom-margin-twenty {
  margin-bottom: 20px;
}
.bottom-margin-thirty {
  margin-bottom: 30px;
}
.bottom-margin-forty {
  margin-bottom: 40px;
}
.bottom-margin-fifty {
  margin-bottom: 50px;
}
.bottom-margin-sixty {
  margin-bottom: 60px;
}
.margin-auto {
  margin: auto !important;
}
.dynamic-height-25 {
  height: 0;
  padding-bottom: 25%;
}
@media only screen and (max-width: 768px) {
  .dynamic-height-25 {
    height: auto;
    padding-bottom: 0;
  }
}
.dynamic-height-25 iframe,
.dynamic-height-25 img {
  height: 300px;
  width: 100%;
}
.hero {
  background-color: #1e2a30;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
  height: auto;
  width: 100%;
  z-index: 1;
}
.hero.tall {
  min-height: 410px;
}
.hero.tall iframe {
  width: 100%;
  height: 410px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero.tall iframe ~ article {
  bottom: 20px;
  text-shadow: 0px 1px 0px rgba(150, 150, 150, 0.84);
}
.hero.inline {
  background-color: #f7f6f0;
  padding: 35px 0 80px;
  z-index: 1;
  width: auto;
  margin: 0 -98px;
}
.hero.inline.bkrnd-white {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .hero.inline h2 {
    text-transform: capitalize;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero.inline {
    margin: 0 -20px;
    padding: 35px 2.5% 0;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hero.inline {
    margin-left: -5.5%;
    padding: 0 4% 0 0;
    width: 111%;
  }
}
.hero.flush {
  background-color: #ffffff;
  margin: 0 0 0 -3%;
  max-width: 1000px;
  padding: 35px 0;
  width: 106%;
}
.hero.flush.no-pad {
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero.flush {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hero.flush {
    margin: 0 0 0 -2%;
    width: 104%;
  }
}
.hero .mobile-hero {
  display: none;
}
@media only screen and (max-width: 768px) {
  .hero .mobile-hero {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .hero .desktop-hero {
    display: none;
  }
}
.hero.white {
  background-color: #ffffff;
}
.hero.dark {
  background-color: #1e2a30;
}
.hero.title {
  height: 225px;
  min-height: 225px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero #breadcrumbs,
  .hero #breadcrumbs_mobile {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero #breadcrumbs,
  .hero #breadcrumbs_mobile {
    display: none;
  }
}
.hero article.highlight {
  margin-left: 90px;
  position: absolute;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hero article.highlight {
    margin-left: 25px;
  }
}
#breadcrumbs,
#breadcrumbs_mobile {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  display: block;
  padding: 35px 0 20px 50px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  z-index: 3;
  margin-top: 0 !important;
  font-size: 14px;
}
@media (max-width: 992px) {
  #breadcrumbs,
  #breadcrumbs_mobile {
    padding: 25px 0 25px 15px;
    margin-top: 0;
  }
}
#breadcrumbs span,
#breadcrumbs_mobile span {
  color: #4B626E;
}
#breadcrumbs li,
#breadcrumbs_mobile li {
  display: inline;
}
#breadcrumbs a,
#breadcrumbs_mobile a,
#breadcrumbs a:visited,
#breadcrumbs_mobile a:visited {
  color: #4B626E;
  text-decoration: none;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
#breadcrumbs a:hover,
#breadcrumbs_mobile a:hover,
#breadcrumbs a:visited:hover,
#breadcrumbs_mobile a:visited:hover {
  text-decoration: underline;
  color: #4B626E;
}
#breadcrumbs.white-text span,
#breadcrumbs_mobile.white-text span {
  color: #ffffff;
}
#breadcrumbs.white-text a,
#breadcrumbs_mobile.white-text a,
#breadcrumbs.white-text a:visited,
#breadcrumbs_mobile.white-text a:visited {
  color: #ffffff !important;
}
#breadcrumbs.white-text a:hover,
#breadcrumbs_mobile.white-text a:hover,
#breadcrumbs.white-text a:visited:hover,
#breadcrumbs_mobile.white-text a:visited:hover {
  color: #ffffff;
  text-decoration: underline;
}
#breadcrumbs .separator,
#breadcrumbs_mobile .separator {
  padding: 0 4px;
  font-family: 'FontAwesome';
}
@media (max-width: 992px) {
  #breadcrumbs,
  #breadcrumbs_mobile {
    display: none;
  }
}
[data-page=state-of-the-homeless] .hero #breadcrumbs,
[data-page=state-of-the-homeless] .hero #breadcrumbs,
#breadcrumbs_mobile {
  position: absolute;
  padding: 0;
  top: 35px;
  left: 20px;
}
[data-page=AboutHomelessness] .hero #breadcrumbs,
[data-page=AboutHomelessness] .hero #breadcrumbs,
#breadcrumbs_mobile {
  position: relative;
  padding: 0;
  margin: 10px 0 40px !important;
}
.cfh-page-map #breadcrumbs,
.cfh-page-map #breadcrumbs_mobile {
  position: relative;
}
#main {
  background-color: #ffffff;
  min-height: 500px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  #main {
    width: 100%;
  }
}
.flush {
  padding-bottom: 0;
}
.overlap {
  background-color: #ffffff;
  margin-top: -50px;
  position: relative;
  z-index: 20;
  width: auto;
  margin: 0 -20px;
}
.overlap .page-header {
  padding: 50px 0;
}
.entry-content {
  text-align: left;
}
.entry-content p:first-child {
  margin-top: 0;
}
.entry-content ul {
  list-style-type: disc;
  margin-left: 40px;
  margin-bottom: 20px;
}
.entry-content ol {
  list-style-type: decimal;
  margin-left: 40px;
  margin-bottom: 20px;
}
.entry-content .half {
  display: inline-block;
  width: 50%;
}
@media (max-width: 992px) {
  .entry-content .half {
    width: 100%;
  }
}
.entry-content .half + p {
  clear: both;
}
.entry-content .pad-left {
  float: right;
  padding-left: 10px;
}
.entry-content .pad-right {
  float: left;
  padding-right: 10px;
}
article {
  text-align: left;
}
.icon {
  margin: auto;
}
.full-width-main {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 0 1%;
}
@media only screen and (max-width: 768px) {
  .full-width-main {
    width: 100%;
  }
}
.no-pad {
  padding: 0;
}
.block {
  display: block;
}
blockquote,
.blockquote {
  width: 80%;
  margin: 0 auto;
  padding: 20px !important;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}
blockquote a,
.blockquote a {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #4b626e;
}
@media only screen and (max-width: 768px) {
  blockquote,
  .blockquote {
    width: 114%;
    position: relative;
    left: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  aside.sidebar-wrapper {
    padding: 0;
  }
}
.category .sidebar .left-text,
.archive .sidebar .left-text {
  display: block;
}
.category .sidebar .widget_archive .widget-title,
.archive .sidebar .widget_archive .widget-title {
  display: none;
}
.sidebar {
  background-color: #f7f6f0;
  padding: 10px;
}
.sidebar .left-text {
  font-family: brandon_grotesquebold;
  font-size: 28.51px;
  color: #1E2A30;
  text-align: left;
  margin: 0 0 40px 0;
  position: relative;
  display: none;
  line-height: 33.26px;
}
.sidebar .left-text:before {
  content: '';
  width: 26px;
  height: 4px;
  background-color: #4B626E;
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.sidebar hr {
  margin: 5px 0;
}
.sidebar p:first-child {
  margin-top: 0;
}
.sidebar ul {
  padding: 0;
  list-style-type: disc;
  margin: 0 0 0 20px;
}
.sidebar ul li {
  text-align: left;
}
.sidebar.white {
  background-color: #ffffff;
}
.sidebar.no-shadow {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sidebar.no-pad {
  padding: 0px;
}
.sidebar .widget ul {
  list-style-type: none;
  margin-left: 0px;
}
.inline-block {
  display: inline-block;
}
.desktop {
  display: block;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .overlap {
    width: auto;
  }
  .overlap hr:nth-last-of-type(2) {
    display: none;
  }
  .hero article.highlight {
    width: 86%;
    margin-left: 20px;
    margin-top: 50px;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #main {
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .hero.inline {
    margin-left: 0;
    padding: 0;
    width: auto;
    margin: 0;
  }
  .right-padding-twenty {
    padding-right: 0;
  }
  article .entry-content a {
    word-wrap: break-word;
  }
  article .entry-content h3 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #4b626e;
  }
  article .entry-content .entry-meta {
    color: #4b626e;
  }
  article .entry-content .entry-meta a {
    color: #4b626e;
  }
  .press .row-3 article {
    padding-left: 20px;
    padding-right: 20px;
    height: auto !important;
  }
  .mobile_full {
    margin: 0 -10px;
  }
}
@media only screen and (min-width: 1025px) {
  a:empty:not([href]) {
    display: block;
    height: 200px;
    /*same height as header*/
    margin-top: -200px;
    /*same height as header*/
    visibility: hidden;
  }
}
@media screen {
  .sr-only {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
}
input[type=submit],
input[type=reset],
button,
.button {
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  margin: 0;
  padding: 0 15px;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  white-space: nowrap;
  text-shadow: none;
  font-size: 20px;
  border-radius: 30px;
  transition: background 100ms ease-in;
}
@media (max-width: 992px) {
  input[type=submit],
  input[type=reset],
  button,
  .button {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
}
input[type=submit]:visited,
input[type=reset]:visited,
button:visited,
.button:visited {
  color: #ffffff;
}
input[type=submit]:visited:before,
input[type=reset]:visited:before,
button:visited:before,
.button:visited:before {
  color: #ffffff;
}
input[type=submit].white:visited,
input[type=reset].white:visited,
button.white:visited,
.button.white:visited {
  color: #b50007;
}
input[type=submit].white:visited:before,
input[type=reset].white:visited:before,
button.white:visited:before,
.button.white:visited:before {
  color: #b50007;
}
input[type=submit]:hover,
input[type=reset]:hover,
button:hover,
.button:hover {
  color: #ffffff;
}
input[type=submit]:hover:before,
input[type=reset]:hover:before,
button:hover:before,
.button:hover:before {
  opacity: 1;
  left: 17px;
}
input[type=submit].circle,
input[type=reset].circle,
button.circle,
.button.circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
}
input[type=submit].square,
input[type=reset].square,
button.square,
.button.square {
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
input[type=submit].green,
input[type=reset].green,
button.green,
.button.green {
  background: #4b626e;
}
input[type=submit].blue,
input[type=reset].blue,
button.blue,
.button.blue {
  background: #1e2a30;
}
input[type=submit].red,
input[type=reset].red,
button.red,
.button.red {
  background: #b50007;
}
input[type=submit].white,
input[type=reset].white,
button.white,
.button.white {
  color: #b50007;
  background: #ffffff;
}
input[type=submit].white:hover,
input[type=reset].white:hover,
button.white:hover,
.button.white:hover {
  color: #b50007;
}
@media only screen and (max-width: 768px) {
  input[type=submit]:before,
  input[type=reset]:before,
  button:before,
  .button:before {
    opacity: 1;
    left: 17px;
  }
}
header[role=banner],
footer[role=contentinfo] {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 13px;
}
header[role=banner] a,
footer[role=contentinfo] a,
header[role=banner] a:visited,
footer[role=contentinfo] a:visited {
  color: #ffffff;
  text-decoration: none;
}
header[role=banner] a:hover,
footer[role=contentinfo] a:hover,
header[role=banner] a:visited:hover,
footer[role=contentinfo] a:visited:hover {
  color: #ffffff;
}
header[role=banner] a:active,
footer[role=contentinfo] a:active,
header[role=banner] a:visited:active,
footer[role=contentinfo] a:visited:active,
header[role=banner] a:focus,
footer[role=contentinfo] a:focus,
header[role=banner] a:visited:focus,
footer[role=contentinfo] a:visited:focus {
  color: #ffffff;
  outline: none;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  header[role=banner],
  footer[role=contentinfo] {
    font-size: 11px;
  }
}
.header {
  position: relative;
  z-index: 99;
}
@media (min-width: 1281px) {
  .header {
    height: 202px;
  }
}
@media (max-width: 1280px) {
  .header {
    height: 183px;
  }
}
@media (max-width: 1000px) {
  .header {
    height: 96px;
  }
}
@media (max-width: 480px) {
  .header {
    height: 90px;
  }
}
#mobile-menu-toggle {
  display: none;
}
#mobile-menu-toggle + label {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
  z-index: 500;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
}
#mobile-menu-toggle:checked + label {
  display: block;
}
#mobile-menu-toggle:checked ~ header[role=banner] .logo-row {
  background-color: #f7f6f0;
  color: #1e2a30;
}
#mobile-menu-toggle:checked ~ header[role=banner] .logo-row a.logo {
  display: none;
}
#mobile-menu-toggle:checked ~ header[role=banner] .logo-row .mobile-icons {
  float: left;
  text-align: center;
}
#mobile-menu-toggle:checked ~ header[role=banner] .logo-row .mobile-icons label:first-child {
  display: none;
}
#mobile-menu-toggle:checked ~ header[role=banner] .logo-row .mobile-icons .fa-bars {
  text-align: left;
}
#mobile-menu-toggle:checked ~ header[role=banner] .logo-row label[for=search-toggle] {
  display: none;
}
#mobile-menu-toggle:checked ~ header[role=banner] .mobile-nav {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
body.mobile-nav-open {
  position: fixed;
  overflow: hidden;
}
#search-toggle {
  display: none;
}
#search-toggle:checked ~ header[role=banner] form[role=search] input[type=search] {
  width: 250px;
}
#search-nav .active {
  width: 250px;
}
header[role=banner] {
  position: relative;
  background: #f7f6f0;
  text-align: left;
}
header[role=banner] ul[id] > li {
  display: inline-block;
  position: relative;
  vertical-align: top;
  z-index: 999;
}
header[role=banner] ul[id] > li:hover {
  z-index: 1000;
}
header[role=banner] ul[id] > li:hover .sub-menu {
  visibility: visible;
  z-index: 10;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
header[role=banner] .sub-menu {
  background: #1e2a30;
  position: absolute;
  top: 100%;
}
@media only screen and (min-width: 768px) {
  header[role=banner] .sub-menu {
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform 400ms;
    -moz-transition: -moz-transform 400ms;
    -o-transition: -o-transform 400ms;
    transition: -webkit-transform 400ms,-moz-transform 400ms,-o-transform 400ms,transform 400ms;
  }
  header[role=banner] .sub-menu li {
    position: relative;
  }
  header[role=banner] .sub-menu li a {
    display: block;
    padding: 5px;
    line-height: normal;
    text-align: center;
  }
  header[role=banner] .sub-menu li a:hover {
    background: #4b626e;
  }
  header[role=banner] .sub-menu li .sub-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 135px;
  }
  header[role=banner] .sub-menu li:hover .sub-menu {
    display: block;
  }
}
header[role=banner] .primary-nav {
  background-color: #1e2a30;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
header[role=banner] .primary-nav #menu-primary-nav {
  display: inline-block;
  width: 83%;
}
header[role=banner] .primary-nav #menu-primary-nav > li {
  width: 100px;
  text-align: center;
  line-height: 38px;
  z-index: 1000;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header[role=banner] .primary-nav #menu-primary-nav > li {
    width: 95px;
  }
}
header[role=banner] .primary-nav #menu-primary-nav > li > a {
  white-space: nowrap;
  display: block;
}
header[role=banner] .primary-nav #menu-primary-nav > li > a:hover {
  background: #4b626e;
}
header[role=banner] .primary-nav #menu-primary-nav .sub-menu .sub-menu {
  margin: 0;
}
header[role=banner] .primary-nav #menu-social {
  float: right;
}
header[role=banner] .primary-nav #menu-social li {
  line-height: 44px;
  margin-right: 8px;
  font-size: 23.04px;
  font-size: 2.304rem;
  font-weight: normal;
}
header[role=banner] .logo-row {
  height: 97px;
  padding-top: 26px;
}
header[role=banner] .logo-row a.logo {
  display: inline-block;
  background: url(/wp-content/themes/cfh/img/CFHVector-master-updated.png) no-repeat;
  background-size: auto 100%;
  width: 295px;
  height: 55px;
  margin-top: 0;
  visibility: visible;
}
header[role=banner] .logo-row .buttons {
  float: right;
  position: relative;
  top: -4px;
}
header[role=banner] .logo-row .buttons .button:first-child {
  margin-right: 20px;
}
header[role=banner] .secondary-nav {
  background: #1e2a30;
  position: relative;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
header[role=banner] .secondary-nav #menu-hero {
  display: table;
  margin-right: 61px;
  background: #4b626e;
  width: 94%;
}
header[role=banner] .secondary-nav #menu-hero > li {
  width: 25%;
  float: left;
}
header[role=banner] .secondary-nav #menu-hero > li:hover {
  background: #26353c;
}
header[role=banner] .secondary-nav #menu-hero > li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
  width: 25%;
  height: 57px;
  line-height: 1.2em;
}
header[role=banner] .secondary-nav #menu-hero > li a:hover {
  background: #4b626e;
}
header[role=banner] .secondary-nav #menu-hero > li:first-child {
  background: #b50007 !important;
  text-transform: uppercase;
}
header[role=banner] .secondary-nav #menu-hero > li:first-child a:hover {
  background: #b50007 !important;
}
header[role=banner] .secondary-nav #menu-hero > li .sub-menu {
  width: 100%;
  background: #26353c;
}
header[role=banner] .secondary-nav #menu-hero > li .sub-menu li {
  display: table;
  width: 100%;
  height: 57px;
}
header[role=banner] .secondary-nav #menu-hero > li .sub-menu li a {
  display: table-cell;
  vertical-align: middle;
}
header[role=banner] .secondary-nav form[role=search] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
header[role=banner] .secondary-nav form[role=search] input[type=search] {
  color: #ffffff;
  background: #1e2a30;
  position: absolute;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  right: 57px;
  border: none;
  text-transform: none;
  text-indent: 10px;
  padding: 0;
  width: 0px;
  height: 100%;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
header[role=banner] .secondary-nav form[role=search] input[type=search]::-webkit-input-placeholder {
  color: #ffffff;
}
header[role=banner] .secondary-nav form[role=search] input[type=search]:-moz-placeholder {
  color: #ffffff;
}
header[role=banner] .secondary-nav form[role=search] input[type=search]::-moz-placeholder {
  color: #ffffff;
}
header[role=banner] .secondary-nav form[role=search] input[type=search]:-ms-input-placeholder {
  color: #ffffff;
}
header[role=banner] .secondary-nav form[role=search] input[type=submit] {
  display: none;
}
header[role=banner] .secondary-nav form[role=search] label {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 57px;
  height: 57px;
}
header[role=banner] .secondary-nav .mobile-donate {
  display: none;
}
header[role=banner] .mobile-nav {
  display: none;
}
@media only screen and (min-width: 1025px) {
  header[role=banner] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
  header[role=banner].sticky .logo-row {
    height: 57px;
    padding-top: 12px;
  }
  header[role=banner].sticky .logo-row a.logo {
    height: 35px;
    background-size: auto 35px;
  }
  header[role=banner] ~ #primary,
  header[role=banner] ~ #page-home {
    margin-top: 192px;
  }
}
@media only screen and (max-width: 768px) {
  header[role=banner] {
    z-index: 501;
  }
  header[role=banner] .grid-row {
    width: 100%;
  }
  header[role=banner] .logo-row {
    height: 50px;
    padding: 14px 10px 0;
  }
  header[role=banner] .logo-row a.logo {
    float: left;
    background-size: auto 100%;
    width: 150px;
    height: 22px;
  }
  header[role=banner] .logo-row .mobile-icons {
    float: right;
  }
  header[role=banner] .logo-row .mobile-icons .fa-bars {
    width: 44px;
    text-align: center;
  }
  header[role=banner] .logo-row .mobile-icons label {
    display: inline-block;
    margin-right: 25px;
  }
  header[role=banner] .logo-row .mobile-icons label:last-child {
    margin-right: 0;
  }
  header[role=banner] .logo-row .mobile-icons form[role=search] {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  header[role=banner] .logo-row .mobile-icons form[role=search] input[type=search] {
    border: none;
    text-transform: none;
    text-indent: 10px;
    background: #f7f6f0;
    padding: 0;
    font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
    width: 0px;
    height: 100%;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
  }
  header[role=banner] .logo-row .mobile-icons form[role=search] input[type=search]::-webkit-input-placeholder {
    color: #1e2a30;
  }
  header[role=banner] .logo-row .mobile-icons form[role=search] input[type=search]:-moz-placeholder {
    color: #1e2a30;
  }
  header[role=banner] .logo-row .mobile-icons form[role=search] input[type=search]::-moz-placeholder {
    color: #1e2a30;
  }
  header[role=banner] .logo-row .mobile-icons form[role=search] input[type=search]:-ms-input-placeholder {
    color: #1e2a30;
  }
  header[role=banner] .logo-row .mobile-icons form[role=search] input[type=submit] {
    display: none;
  }
  header[role=banner] .secondary-nav {
    *zoom: 1;
  }
  header[role=banner] .secondary-nav #menu-hero {
    width: 67%;
    float: left;
    margin: 0;
  }
  header[role=banner] .secondary-nav #menu-hero li {
    height: 50px;
    display: none;
  }
  header[role=banner] .secondary-nav #menu-hero li:first-child {
    width: 100%;
    display: table-cell;
  }
  header[role=banner] .secondary-nav form[role=search] {
    display: none;
  }
  header[role=banner] .secondary-nav .mobile-donate {
    display: inline-block;
    width: 33%;
    height: 50px;
    line-height: 50px;
    padding: 0;
  }
  header[role=banner] .secondary-nav .mobile-donate:before {
    display: none;
  }
  header[role=banner] .mobile-nav {
    display: block;
    position: absolute;
    width: 90%;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 480px;
    overflow: scroll;
    position: fixed;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 300ms;
    -moz-transition: -moz-transform 300ms;
    -o-transition: -o-transform 300ms;
    transition: -webkit-transform 300ms,-moz-transform 300ms,-o-transform 300ms,transform 300ms;
  }
  header[role=banner] .mobile-nav .buttons {
    *zoom: 1;
  }
  header[role=banner] .mobile-nav .buttons .button {
    float: left;
    width: 50%;
    height: 50px;
    line-height: 50px;
  }
  header[role=banner] .mobile-nav .buttons .button:first-child {
    border-bottom: 1px solid #667984;
  }
  header[role=banner] .mobile-nav #menu-hero-1 {
    background: #4b626e;
    margin-top: 50px;
  }
  header[role=banner] .mobile-nav #menu-hero-1 > li:first-child {
    display: none;
  }
  header[role=banner] .mobile-nav #menu-hero-1 li {
    display: block;
    border-bottom: 1px solid #667984;
  }
  header[role=banner] .mobile-nav #menu-hero-1 li .sub-menu .sub-menu {
    display: none;
  }
  header[role=banner] .mobile-nav #menu-hero-1 li a {
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: normal;
  }
  header[role=banner] .mobile-nav #menu-primary-nav-1 {
    background: #1e2a30;
  }
  header[role=banner] .mobile-nav #menu-primary-nav-1 li {
    display: block;
  }
  header[role=banner] .mobile-nav #menu-primary-nav-1 li .sub-menu .sub-menu {
    display: none;
  }
  header[role=banner] .mobile-nav #menu-primary-nav-1 li a {
    display: block;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  header[role=banner] .mobile-nav #menu-primary-nav-1 li > .sub-menu,
  header[role=banner] .mobile-nav #menu-hero-1 li > .sub-menu {
    display: none;
    width: 100%;
    position: relative;
    background: #f8f6f0;
    border: none;
    padding: 20px 0;
  }
  header[role=banner] .mobile-nav #menu-primary-nav-1 li > .sub-menu li,
  header[role=banner] .mobile-nav #menu-hero-1 li > .sub-menu li {
    border: none;
  }
  header[role=banner] .mobile-nav #menu-primary-nav-1 li > .sub-menu li a,
  header[role=banner] .mobile-nav #menu-hero-1 li > .sub-menu li a {
    color: #1e2a30;
    text-transform: none;
    font-size: 1.7rem;
  }
  header[role=banner] .mobile-nav .menu > .menu-item-has-children .toggle {
    content: '';
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
    text-decoration: none!important;
    line-height: 28px;
    vertical-align: top;
    position: absolute;
    right: -16px;
    width: 40px;
    height: 50px;
    padding-top: 11px;
    color: white;
    cursor: pointer;
  }
  header[role=banner] .mobile-nav .menu > .menu-item-has-children.open .toggle {
    content: '';
  }
}
@media only screen and (min-width: 1025px) {
  .admin-bar header[role="banner"] {
    top: 32px;
  }
}
.oldie header[role=banner] .logo-row a.logo {
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/cfh/img/CFHVector-master-updated.png', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content/themes/cfh/img/CFHVector-master-updated.png',sizingMethod='scale')";
}
.oldie header[role=banner] ul[id] > li:hover .sub-menu {
  visibility: visible;
}
.oldie header[role=banner] ul[id] > li .sub-menu {
  visibility: hidden;
}
.content-area {
  background-size: 100vw;
  background-repeat: no-repeat;
}
footer[role=contentinfo] .cfh-footer-row {
  background-color: #1e2a30;
}
footer[role=contentinfo] .cfh-footer-row:first-child {
  background-color: #4B626E;
}
footer[role=contentinfo] #menu-footer-nav {
  padding: 0;
  margin: 0;
  display: inline-block;
}
footer[role=contentinfo] #menu-footer-nav.centered {
  display: block;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  footer[role=contentinfo] #menu-footer-nav.centered {
    width: 100%;
  }
}
footer[role=contentinfo] #menu-footer-nav li {
  display: inline-block;
  line-height: 38px;
  margin-right: 20px;
  vertical-align: top;
}
footer[role=contentinfo] #menu-footer-nav li:last-child {
  margin-right: 0;
}
footer[role=contentinfo] #cheatsheet-toggle {
  display: none;
}
footer[role=contentinfo] #cheatsheet-toggle .cheatsheet.active {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
footer[role=contentinfo] .cheatsheet {
  position: absolute;
  visibility: hidden;
  background: #ffffff;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 315px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -o-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: -webkit-transform 300ms;
  -moz-transition: -moz-transform 300ms;
  -o-transition: -o-transform 300ms;
  transition: -webkit-transform 300ms,-moz-transform 300ms,-o-transform 300ms,transform 300ms;
}
footer[role=contentinfo] .cheatsheet i {
  color: #ffffff;
  padding: 5px;
  font-family: brandon_grotesquebold;
  text-transform: uppercase;
  background-color: #b50007;
}
footer[role=contentinfo] .cheatsheet.active {
  visibility: visible;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
footer[role=contentinfo] .cheatsheet.hide {
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
footer[role=contentinfo] .cheatsheet a {
  font-size: 17px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #4b626e;
  text-decoration: underline;
}
footer[role=contentinfo] .cheatsheet a.green-button {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  footer[role=contentinfo] .cheatsheet a.green-button {
    text-align: center;
    display: block;
    margin: auto;
  }
}
footer[role=contentinfo] .cheatsheet label[for=cheatsheet-toggle] {
  position: relative;
}
footer[role=contentinfo] .cheatsheet .context {
  padding: 15px;
  width: 315px;
}
footer[role=contentinfo] .cheatsheet .context ul {
  list-style-type: disc;
  margin-left: 30px;
  padding: 13px 0;
}
footer[role=contentinfo] .cheatsheet .context ol {
  list-style-type: decimal;
  margin-left: 30px;
  padding: 13px 0;
}
footer[role=contentinfo] .cheatsheet .context .center {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  footer[role=contentinfo] .cheatsheet .context {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  footer[role=contentinfo] .cheatsheet {
    width: 250px;
  }
  footer[role=contentinfo] .cheatsheet .context {
    width: 250px;
  }
}
footer[role=contentinfo] .contact-info {
  color: #ffffff;
  background: #1E2A30;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  footer[role=contentinfo] .contact-info .cfh-copyright {
    margin-bottom: 30px;
  }
}
footer[role=contentinfo] .contact-info .cfh-copyright p:first-child {
  display: block;
}
footer[role=contentinfo] .contact-info .cfh-copyright p,
footer[role=contentinfo] .contact-info .cfh-copyright a {
  font-family: PTSerif-Regular;
  font-size: 14px;
  color: #fff;
  margin: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  footer[role=contentinfo] .contact-info .cfh-copyright p,
  footer[role=contentinfo] .contact-info .cfh-copyright a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  footer[role=contentinfo] .contact-info .cfh-copyright p {
    display: block;
  }
  footer[role=contentinfo] .contact-info .cfh-copyright p:first-child {
    margin-bottom: 15px;
  }
}
footer[role=contentinfo] .contact-info .cfh-copyright a {
  text-decoration: underline;
}
footer[role=contentinfo] .contact-info a,
footer[role=contentinfo] .contact-info a:visited,
footer[role=contentinfo] .contact-info .gc-cs-link {
  color: #ffffff;
}
footer[role=contentinfo] .contact-info #menu-social-1 li {
  display: inline-block;
  margin-right: 10px;
  font-size: 23.04px;
  font-size: 2.304rem;
  font-weight: normal;
}
footer[role=contentinfo] .contact-info #menu-social-1 li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  footer[role=contentinfo] .cfh-footer-social {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
footer[role=contentinfo] .cfh-footer-social ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style-type: none;
  justify-content: space-between;
}
footer[role=contentinfo] .cfh-footer-social ul li {
  margin-right: 15px;
}
footer[role=contentinfo] .cfh-footer-social ul li a {
  font-size: 27px;
}
footer[role=contentinfo] .cfh-footer-social ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  footer[role=contentinfo] .grid-row {
    width: 100%;
  }
  footer[role=contentinfo] .cheatsheet {
    width: 100%;
    bottom: 100%;
    margin-bottom: -50px;
  }
  footer[role=contentinfo] .cheatsheet + #footer-search form[role=search] {
    padding-top: 70px;
  }
  footer[role=contentinfo] form[role=search] {
    position: relative;
    padding-top: 10px;
  }
  footer[role=contentinfo] form[role=search] input[type=submit] {
    display: none;
  }
  footer[role=contentinfo] form[role=search] input[type=search] {
    background: #ffffff;
    border: none;
    margin: 0 auto;
    padding: 0;
    text-transform: none;
    text-indent: 35px;
    width: 90%;
    height: 50px;
    -webkit-border-radius: 50px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50px;
    -moz-background-clip: padding;
    border-radius: 50px;
    background-clip: padding-box;
  }
  footer[role=contentinfo] form[role=search] label {
    color: #1e2a30;
    position: absolute;
    top: 86px;
    left: 7%;
  }
  footer[role=contentinfo] label[for=cheatsheet-toggle] {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}
footer[role=contentinfo] .cfh-footer-nav {
  width: 40%;
}
@media (max-width: 1200px) {
  footer[role=contentinfo] .cfh-footer-nav {
    width: 35%;
  }
}
footer[role=contentinfo] .cfh-footer-nav > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}
footer[role=contentinfo] .cfh-footer-nav > ul li {
  display: block;
  margin: 0;
  line-height: 40px;
  min-width: 130px;
  text-align: left;
  width: calc(33.33% - 25px);
}
@media (max-width: 992px) {
  footer[role=contentinfo] .cfh-footer-nav > ul li {
    width: 40%;
  }
}
footer[role=contentinfo] .cfh-footer-nav > ul li a {
  text-decoration: none;
  font-family: brandon_grotesque_regular;
  font-size: 18px;
  color: #fff;
  line-height: 26px;
}
footer[role=contentinfo] .cfh-footer-nav.-mobile {
  margin-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (min-width: 993px) {
  footer[role=contentinfo] .cfh-footer-nav.-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  footer[role=contentinfo] .cfh-footer-nav.-mobile {
    margin-top: 20px;
  }
}
footer[role=contentinfo] .cfh-footer-nav.-mobile > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  footer[role=contentinfo] .cfh-footer-nav.-mobile > ul {
    width: 100%;
  }
}
footer[role=contentinfo] .cfh-footer-nav.-mobile > ul li {
  min-width: auto;
  width: auto;
  text-align: center;
}
@media (max-width: 992px) {
  footer[role=contentinfo] .cfh-footer-nav.-mobile > ul li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  footer[role=contentinfo] .cfh-footer-nav.-mobile > ul li {
    text-align: left;
  }
}
@media (max-width: 992px) {
  footer[role=contentinfo] .cfh-footer-nav.-desktop {
    display: none;
  }
}
footer[role=contentinfo] .contact-info {
  background-color: #1e2a30;
  padding: 30px 55px 10px 55px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  footer[role=contentinfo] .contact-info {
    padding: 20px 15px;
    flex-wrap: wrap;
  }
}
footer[role=contentinfo] .cheatsheet-toggle {
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  padding: 5px;
  background-color: #B50006;
  color: #fff;
}
footer[role=contentinfo] .footer-nav {
  background-color: #4B626E;
  padding: 40px 55px;
  position: relative;
}
@media (min-width: 993px) {
  footer[role=contentinfo] .footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  footer[role=contentinfo] .footer-nav {
    padding: 20px 15px;
  }
}
footer[role=contentinfo] .footer-nav .-green {
  color: #1E2A30 !important;
}
footer[role=contentinfo] .footer-nav .-red {
  color: #B50006 !important;
}
footer[role=contentinfo] .footer-nav .cfh-footer-btn {
  display: flex;
}
@media (max-width: 992px) {
  footer[role=contentinfo] .footer-nav .cfh-footer-btn {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  footer[role=contentinfo] .footer-nav .cfh-footer-btn {
    flex-wrap: wrap;
  }
}
footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn {
  margin-right: 30px;
  height: 52px;
  font-family: brandon_grotesquebold;
  font-size: 16px;
  margin-bottom: 0;
  padding: 0 27px;
  color: #1E2A30;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 27.22px;
  font-weight: 400;
  background: #fff;
  border-radius: 30px;
}
footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn span {
  line-height: 52px;
}
@media (max-width: 1200px) {
  footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn {
    font-size: 14px;
    padding: 0 25px;
    line-height: 25px;
    margin-right: 20px;
  }
}
@media (max-width: 768px) {
  footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
    height: 37px;
    font-size: 12px;
    line-height: 19px;
  }
  footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn span {
    height: 37px;
    line-height: 37px;
  }
  footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn:last-child {
    margin-bottom: 0;
  }
  footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn i {
    font-size: 16px !important;
  }
}
footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn:last-child {
  margin-right: 0;
}
footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn i {
  margin-right: 8px;
  font-size: 22px;
}
footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn:nth-child(2) {
  padding-left: 20px;
}
footer[role=contentinfo] .footer-nav .cfh-footer-btn .cfh-btn:nth-child(2) i {
  margin-right: 5px;
}
@media (min-width: 769px) {
  .nav-search-active .cfh-header-nav.is-sticky .cfh-search-button,
  .nav-search-active .cfh-header-nav.is-sticky .button {
    opacity: 0;
  }
  .nav-search-active .cfh-header-nav.is-sticky .cfh-nav {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1000px) {
  .admin-bar .cfh-header-nav.is-static.active {
    top: calc(98px + 32px);
  }
  .admin-bar .cfh-header-nav.is-sticky.active {
    top: calc(98px + 32px);
  }
}
@media (max-width: 768px) {
  .admin-bar .cfh-header-nav.is-static.active {
    top: calc(98px + 45px);
  }
  .admin-bar .cfh-header-nav.is-sticky.active {
    top: calc(98px + 45px);
  }
}
@media (max-width: 480px) {
  .admin-bar .cfh-header-nav.is-static.active {
    top: calc(90px + 45px);
  }
  .admin-bar .cfh-header-nav.is-sticky.active {
    top: calc(90px + 45px);
  }
}
@media (min-width: 1001px) {
  .admin-bar .cfh-header-nav.is-sticky {
    top: 32px;
  }
  .cfh-header-nav.is-sticky {
    top: 0;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav {
    -ms-overflow-style: none;
  }
  .cfh-header-nav {
    overflow: -moz-scrollbars-none;
  }
  .cfh-header-nav::-webkit-scrollbar {
    width: 0;
  }
}
@media (max-width: 600px) {
  .admin-bar .cfh-header-nav.active.sticky {
    top: 98px;
  }
}
@media (max-width: 320px) {
  .admin-bar .cfh-header-nav.active.sticky {
    top: 90px;
  }
}
.cfh-header-nav {
  justify-content: space-between;
  display: flex;
  left: 0;
  right: 0;
  z-index: 90;
  transition: .3s;
}
.cfh-header-nav .wp-megamenu-sub-menu .widget-title {
  margin: 0;
}
@media (max-width: 1024px) {
  .cfh-header-nav .cfh-nav .cfh-container {
    position: initial;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu li {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .cfh-header-nav {
    height: calc(100% - 140px);
    overflow-y: scroll;
    top: -200%;
    position: fixed;
  }
  .cfh-header-nav.hide {
    top: -200%;
  }
  .cfh-header-nav.active {
    top: 98px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .buttons {
    display: none;
  }
}
.cfh-header-nav .buttons .button {
  border-radius: 30px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 1;
  padding: 0 15px;
}
@media (max-width: 1280px) {
  .cfh-header-nav .buttons .button {
    font-size: 13px;
  }
}
.cfh-header-nav .buttons .button:first-child {
  margin-right: 10px;
}
.cfh-header-nav .buttons .button:before {
  content: none;
}
.cfh-header-nav .cfh-nav-logo {
  position: absolute;
}
.cfh-header-nav .buttons,
.cfh-header-nav .cfh-nav-logo {
  transition-delay: 1s;
  transition: .3s;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav-logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  @keyframes nav_in_anim {
    0% {
      transform: translateY(-710px);
    }
    50% {
      transform: translateY(-250px);
    }
    100% {
      transform: translateY(80px);
    }
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .wp-megamenu > li:last-child .wpmm-strees-row-container {
    min-height: 386px;
  }
  .cfh-header-nav.is-default {
    transform: translateY(0px);
  }
  .cfh-header-nav.is-static .buttons,
  .cfh-header-nav.is-static .cfh-nav-logo {
    position: absolute;
  }
  .cfh-header-nav.is-static:not(.is-default) {
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: nav_in_anim;
    animation-name: nav_in_anim;
  }
  @keyframes nav_in_anim {
    0% {
      -webkit-transform: translateY(-710px);
      transform: translateY(-710px);
    }
    50% {
      -webkit-transform: translateY(-250px);
      transform: translateY(-250px);
    }
    90% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
    100% {
      -webkit-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  .cfh-header-nav.is-static .buttons,
  .cfh-header-nav.is-static .cfh-nav-logo {
    top: -1000px;
  }
  .cfh-header-nav.is-static .cfh-nav {
    width: 100%;
    background-color: #1e2a30;
  }
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li > a {
    padding: 0 50px 0 30px;
    width: 100%;
    max-width: 100%;
    min-height: 93px;
    font-size: 19.8px;
  }
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li > a .wpmm-selected-icon {
    position: absolute !important;
    right: 20px;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li > a .wpmm-selected-icon i {
    font-size: 30px;
  }
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li .wpmm-strees-row-container {
    left: auto;
    transform: translateX(0);
  }
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li:last-child .wpmm-strees-row-container,
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li:nth-last-child(2) .wpmm-strees-row-container {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li > a {
    font-size: 15px;
    padding: 0 50px 0 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {
  .cfh-header-nav.is-static .cfh-nav .wp-megamenu > li .wpmm-strees-row-container {
    left: 0;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > li {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > li > a {
    font-size: 19.8px;
  }
}
@media (max-width: 1074px) and (min-width: 769px) {
  .cfh-header-nav .cfh-nav {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .grid-row {
    width: 100% !important;
    margin: 0 !important;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav.is-sticky {
    animation-fill-mode: forwards;
    animation-duration: .3s;
    animation-name: nav_anim_out;
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
  }
  .cfh-header-nav.is-sticky .grid-row {
    max-width: auto !important;
    width: auto !important;
    margin: 0 !important;
  }
  .cfh-header-nav.is-sticky .wp-megamenu {
    position: initial !important;
  }
  .cfh-header-nav.is-sticky .wp-megamenu > .menu-item > a {
    max-width: 240px;
  }
  .cfh-header-nav.is-sticky .wp-megamenu > li {
    width: auto;
  }
  .cfh-header-nav.is-sticky .cfh-nav,
  .cfh-header-nav.is-sticky .cfh-search-button,
  .cfh-header-nav.is-sticky .button {
    transition: .2s;
  }
  .cfh-header-nav.is-sticky .cfh-nav-logo {
    left: 30px;
  }
  .cfh-header-nav.is-sticky .buttons {
    display: flex;
    align-items: center;
    padding: 0 20px 0 15px;
  }
  .cfh-header-nav.is-sticky .buttons .cfh-search-button {
    cursor: pointer;
    margin-top: 5px;
    margin-left: 15px;
    font-size: 27px;
    color: #4B626E;
  }
  @keyframes nav_anim_out {
    0% {
      transform: translateY(-600px);
    }
    50% {
      z-index: 90;
      transform: translateY(-250px);
    }
    95% {
      z-index: 100;
      transform: translateY(0px);
    }
    100% {
      z-index: 100;
      transform: translateY(0px);
    }
  }
}
@media (min-width: 1001px) and (min-width: 769px) {
  .cfh-header-nav.is-sticky {
    border-bottom: 1px solid #D9D8D2;
  }
  .cfh-header-nav.is-sticky .grid-row {
    max-width: none;
    width: auto;
    margin: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .cfh-header-nav.is-sticky .cfh-nav-logo {
    width: 105px;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {
  .cfh-header-nav.is-sticky .cfh-nav-logo {
    left: 20px;
  }
}
@media (min-width: 1001px) and (max-width: 1080px) {
  .cfh-header-nav.is-sticky .cfh-nav-logo {
    width: 70px;
  }
}
@media (min-width: 1001px) and (max-width: 1040px) {
  .cfh-header-nav.is-sticky .cfh-nav-logo {
    display: none;
  }
}
@media (min-width: 1001px) and (max-width: 1280px) {
  .cfh-header-nav.is-sticky .buttons .cfh-search-button {
    font-size: 18px;
  }
}
.cfh-header-nav .cfh-nav a {
  text-decoration: none;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a {
  font-family: 'brandon_grotesque_black';
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: .3s;
  display: flex;
  position: relative;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a:after,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a:after {
  content: '\f105';
  font-family: 'fontello';
  color: #5797C2;
  font-size: 20px;
  opacity: 0;
  transform: translateX(15px);
  transition: .3s;
  display: block;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a.-active,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a.-active:after,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a.-active:after {
  opacity: 1;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a:hover,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a:hover {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a:hover:after,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a:hover:after {
  opacity: 1;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a,
  .cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a {
    font-size: 14px;
    letter-spacing: 0.2px;
    padding: 0 0 15px 0;
  }
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a:after,
  .cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a:after {
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a,
  .cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a {
    font-family: 'brandon_grotesque_black';
    font-size: 12px;
    color: #1E2A30;
    padding: 15px 0;
    position: relative;
  }
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a:before,
  .cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a:before {
    content: '';
    top: 0;
    position: absolute;
    left: -30px;
    right: -30px;
    height: 100%;
    border-top: 2px solid #4B626E;
    border-bottom: 2px solid #4B626E;
    display: block;
  }
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a .menu-icon,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a .menu-icon {
  border-color: #4B626E;
  right: -30px;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget > .widget-title a .menu-icon i,
.cfh-header-nav .cfh-nav .cfh_event_widget > .widget-title a .menu-icon i {
  color: #4B626E;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post {
  margin-top: 25px;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post,
  .cfh-header-nav .cfh-nav .cfh_event_widget .latest-post {
    display: none;
    padding-bottom: 20px;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post,
  .cfh-header-nav .cfh-nav .cfh_event_widget .latest-post {
    margin-top: 15px;
    display: block !important;
    border-left: 4px solid #4B626E;
    padding: 10px 0 0 15px;
  }
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-image a,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-image a {
  padding: 0;
  width: 70px;
  height: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text {
  width: calc(100% - 80px);
  padding-left: 10px;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text .widget-title,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text .widget-title {
  opacity: 0.8;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  text-align: left;
  text-transform: none;
  letter-spacing: 0.27px;
  line-height: 20px;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text .widget-title a,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text .widget-title a {
  color: #fff;
  padding: 0;
  transition: .3s;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text .widget-title a.-active,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text .widget-title a.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text .widget-title a:hover,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text .widget-title a:hover {
  color: #5797C2;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text .widget-title,
  .cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text .widget-title {
    font-size: 14px;
    letter-spacing: 0.23px;
  }
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text .widget-title a,
  .cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text .widget-title a {
    color: #1E2A30;
  }
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li .post-item-text .post-meta,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li .post-item-text .post-meta {
  display: none;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .latest-post li:last-child,
.cfh-header-nav .cfh-nav .cfh_event_widget .latest-post li:last-child {
  margin-bottom: 0;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap {
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap,
  .cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap {
    display: none;
  }
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button {
  opacity: 0.8;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  transition: .3s;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button,
  .cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button {
    font-size: 14px;
  }
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button:before,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button:before {
  content: none;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button .wpmm-selected-icon,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button .wpmm-selected-icon {
  margin: 0;
  color: #fff;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button .wpmm-selected-icon i,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button .wpmm-selected-icon i {
  font-size: 17px;
  line-height: 15px;
  display: inline-block;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button .wpmm-selected-icon i,
  .cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button .wpmm-selected-icon i {
    line-height: 20px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button .wpmm-selected-icon i,
  .cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button .wpmm-selected-icon i {
    font-size: 15px;
    line-height: 18px;
  }
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button.-active,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button.-active .wpmm-selected-icon,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button.-active .wpmm-selected-icon {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button:hover,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button:hover {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .cfh_latest_posts_widget .button-wrap .cfh-button:hover .wpmm-selected-icon,
.cfh-header-nav .cfh-nav .cfh_event_widget .button-wrap .cfh-button:hover .wpmm-selected-icon {
  color: #5797C2;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav {
    width: 100%;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: flex-end;
    transition: .3s;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item {
  background-color: #4B626E;
  position: initial;
  border-right: 1px solid #fff;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.-focused {
  background-color: #1E2A30;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:hover {
  background-color: #1E2A30;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:last-child {
  border-right: none;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item > a {
  padding: 0 15px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  width: 100%;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.23px;
  text-align: left;
  position: relative;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item > a {
    font-size: 13px;
    letter-spacing: normal;
    padding: 0 10px;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 69px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item > a {
    padding: 15px;
    border-bottom: 2px solid #fff;
    font-size: 12px;
    line-height: 18px;
    font-family: 'brandon_grotesque_black';
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children .menu-icon {
  display: none;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children {
    position: relative;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children .menu-icon {
    width: 60px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    justify-content: center;
    z-index: 99;
    border-left: 2px solid #fff;
    display: flex;
    align-items: center;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children .menu-icon i {
    display: block;
    color: #fff;
    margin-right: 5px;
    font-size: 22px;
    line-height: 18px;
    perspective: none;
    transform-style: preserve-3d;
    transform: rotateX(180deg);
    transition: .3s;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children .menu-icon.active i {
    transform: rotateX(0deg);
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children > a > .wpmm-selected-icon {
  position: relative;
  margin: 0 0 0 5px;
  overflow: hidden;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children > a > .wpmm-selected-icon i {
  perspective: none;
  transform-style: preserve-3d;
  transform: rotateX(130deg);
  width: auto;
  height: auto;
  transition: .3s;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children > a > .wpmm-selected-icon {
    display: none;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    background-color: #1E2A30;
    height: 2px;
    left: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    display: block;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children:hover > a:before {
    opacity: 1;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children:hover > a > .wpmm-selected-icon i {
  transform: rotateX(40deg);
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.menu-item-has-children.-focused > a > .wpmm-selected-icon i {
  transform: rotateX(40deg);
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item {
    display: block;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:last-child > a {
    border-bottom: 2px solid #fff;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item.-focused .wpmm-strees-row-container {
    display: block !important;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-strees-row-container {
  padding: 30px;
  text-align: left;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-strees-row-container {
    padding: 20px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-strees-row-container {
    display: none;
    background-color: #1E2A30;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-strees-row-container {
    border-top: 1px solid #fff;
    display: none !important;
    background-color: #1E2A30;
    max-width: 1005px;
    position: absolute;
    width: 1005px;
    left: 50%;
    transform: translateX(-50%);
    transition: .3s;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:hover .wpmm-strees-row-container {
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:not(:first-child) {
    background-color: #4B626E;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child {
  background: #B50006;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child > a:before {
  background-color: #B50006;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container > .wp-megamenu-sub-menu > .wpmm-submenu-right > .wp-megamenu-sub-menu > .wpmm-submenu-right {
    padding: 0 5px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container {
    padding: 30px;
    background-color: #F7F6F0;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container {
    background-color: #B50006;
    padding: 30px 25px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-col {
    width: 100%;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-col:last-child {
    margin-bottom: 0;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item {
  width: 100%;
  display: block;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a {
  line-height: 18px;
  font-family: 'brandon_grotesque_black';
  font-size: 12px;
  color: #B50006;
  text-transform: uppercase;
  letter-spacing: .2px;
  text-align: left;
  position: relative;
  transition: .3s;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a {
    font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
    background: #fff;
    border-radius: 30px;
    line-height: 1;
    display: flex;
    padding: 10px;
    font-size: 14px;
    color: #B50006;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 55px;
  }
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a {
    font-size: 12px;
    min-height: 45px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a .wpmm-selected-icon {
  opacity: 0;
  margin: 0 10px 2px 0;
  display: flex;
  visibility: hidden;
  transition: .3s;
  color: #1E2A30;
  position: relative;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a .wpmm-selected-icon i {
  position: absolute;
  top: -8px;
  line-height: 1;
  margin-top: 0;
  transform: translateX(-15px);
  left: 0;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a .wpmm-selected-icon {
    display: none;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a.-active {
  color: #1E2A30;
  background-color: #F7F6F0;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a.-active .wpmm-selected-icon {
  opacity: 1;
  visibility: visible;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a:hover {
  color: #1E2A30;
  background-color: #F7F6F0;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:first-child .wp-megamenu-sub-menu .wpmm-submenu-right .menu-item a:hover .wpmm-selected-icon {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child {
    margin-top: 30px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child {
    margin-top: 10px;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item {
    margin-bottom: 0;
    padding: 0 16px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a {
  display: flex;
  align-items: center;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #f0cccd;
  line-height: 23px;
  text-transform: none;
  letter-spacing: 0.27px;
  transition: .3s;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a .wpmm-selected-icon {
  opacity: 0;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a .wpmm-selected-icon i {
  font-size: 22px;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a .wpmm-selected-icon {
    color: #B50006;
    margin-right: 10px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a.-active {
  color: #fff;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a.-active .wpmm-selected-icon {
  opacity: 1;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a:hover {
  color: #fff;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a:hover .wpmm-selected-icon {
  opacity: 1;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item a {
    color: #B50006;
    font-size: 12px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item:not(:first-child) a .wpmm-selected-icon {
  transform: rotate(270deg);
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:first-child.menu-item-has-children .wpmm-strees-row-container .wpmm-row:last-child .wp-megamenu-sub-menu .wpmm-col .wp-megamenu-sub-menu .menu-item:last-child {
    padding-bottom: 15px;
    margin-bottom: 0 !important;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container {
  padding-bottom: 90px;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container {
    padding-bottom: 0;
    background-color: #F7F6F0;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col {
    width: calc(33% - 10px);
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col {
    width: 100%;
    margin-bottom: 30px;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:last-child {
    margin-bottom: 0;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a {
  font-family: 'brandon_grotesque_black';
  font-size: 18px;
  color: #fff;
  line-height: 26px;
  display: flex;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: .3s;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a {
    font-size: 12px;
    color: #1E2A30;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a.-active .wpmm-selected-icon {
  opacity: 1;
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a:hover {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a:hover .wpmm-selected-icon {
  opacity: 1;
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon {
  opacity: 0;
  transition: .3s;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon i {
  font-size: 17px;
  line-height: 15px;
  display: inline-block;
  transition: .3s;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon i {
    line-height: 20px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon i {
    font-size: 15px;
    line-height: 18px;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu {
    margin-top: 15px;
    border-left: 4px solid #4B626E;
    padding-left: 15px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item {
  display: block;
  width: 100%;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a {
  opacity: 0.8;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 23px;
  letter-spacing: 0.27px;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a {
    font-size: 14px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a:hover {
  color: #5797C2;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item {
    margin-bottom: 10px;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) {
    margin-bottom: 0;
    position: relative;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) .menu-icon {
    border-color: #4B626E;
    right: -30px;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) .menu-icon i {
    color: #4B626E;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item {
  margin-bottom: 0 !important;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item > a {
    position: relative;
    padding: 15px 0;
    display: block;
    margin-bottom: 0;
    line-height: 1;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item > a:before {
    content: '';
    top: 0;
    position: absolute;
    left: -30px;
    right: -30px;
    height: calc(100% + 2px);
    border-top: 2px solid #4B626E;
    border-bottom: 2px solid #4B626E;
    display: block;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:last-child a {
  opacity: 0.8;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.27px;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:last-child a.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:last-child a.-active .wpmm-selected-icon {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:last-child a:hover {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:last-child a:hover .wpmm-selected-icon {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:last-child a .wpmm-selected-icon {
  color: #fff;
  transition: .0s;
  opacity: .8;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:last-child {
    display: none;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu {
    display: block !important;
    margin-top: 15px;
    border-left: 4px solid #4B626E;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item {
  display: block;
  width: 100%;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a {
  opacity: 0.8;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  display: block;
  line-height: 23px;
  letter-spacing: 0.27px;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a {
    font-size: 14px;
    color: #1E2A30;
    letter-spacing: 0.23px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a:hover {
  color: #5797C2;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item {
    margin-bottom: 5px;
    padding: 0;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(3) {
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(3) .wpmm-strees-row-container .wpmm-row > .wp-megamenu-sub-menu > .wpmm-col:nth-child(3) .menu-item:first-child {
    margin-bottom: 0 !important;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-strees-row-container {
  padding: 30px;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-strees-row-container {
    background-color: #F7F6F0;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-strees-row-container {
    border-top: 1px solid #fff;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item {
    margin-bottom: 0 !important;
    position: relative;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a {
  font-family: 'brandon_grotesque_black';
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-align: left;
  position: relative;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a {
    font-size: 12px;
    color: #1E2A30;
    display: block;
    line-height: 18px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon {
  opacity: 0;
  color: #5797C2;
  transition: 0.3s;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon i {
  font-size: 17px;
  display: inline-block;
  line-height: 15px;
  transition: 0.3s;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon i {
    line-height: 20px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a .wpmm-selected-icon i {
    font-size: 15px;
    line-height: 18px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a.-active .wpmm-selected-icon {
  opacity: 1;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a:hover {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item > a:hover .wpmm-selected-icon {
  opacity: 1;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .menu-icon {
  border-color: #4B626E;
  right: -30px;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .menu-icon i {
  color: #4B626E;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item {
    margin-bottom: 15px !important;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu {
    border-left: 4px solid #4B626E;
    margin-top: 15px;
    padding-left: 15px;
    display: block !important;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu {
    margin: 0 !important;
    padding: 15px 0;
    display: none;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a {
  opacity: 0.8;
  padding: 5px 0;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  text-align: left;
  letter-spacing: 0.27px;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a.-active {
  color: #5797C2;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a:hover {
  color: #5797C2;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item a {
    font-size: 14px;
    color: #1E2A30;
    letter-spacing: 0.23px;
  }
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item {
    margin-bottom: 10px;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item .wpmm-row > .wp-megamenu-sub-menu .wpmm-col > .wp-megamenu-sub-menu > .menu-item .wp-megamenu-sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-strees-row-container {
  padding: 30px 30px 50px 30px;
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:first-child a {
  font-size: 24px;
  letter-spacing: 0.4px;
  text-align: left;
}
@media (max-width: 1280px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:first-child a {
    font-size: 18px;
    letter-spacing: .3px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:first-child a:hover {
  color: #fff;
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:first-child a {
    font-size: 12px;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 30px;
    line-height: 18px;
    letter-spacing: 0.2px;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:first-child a:hover {
    color: #1E2A30;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:first-child a:before {
    content: '';
    width: 26px;
    height: 4px;
    background-color: #4B626E;
    position: absolute;
    display: block;
    left: 0;
    top: -15px;
  }
}
.cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(2) > .wp-megamenu-sub-menu > .menu-item:first-child .menu-icon {
  display: none;
}
@media (min-width: 1001px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:nth-child(3) {
    margin-top: 47px;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:not(:first-child) > .wp-megamenu-sub-menu > .menu-item {
    margin-bottom: 0 !important;
    position: relative;
  }
}
@media (max-width: 1000px) {
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:not(:first-child) > .wp-megamenu-sub-menu > .menu-item > a {
    padding: 15px 0;
    position: relative;
  }
  .cfh-header-nav .cfh-nav .wp-megamenu > .menu-item:nth-child(2) .wpmm-row > .wp-megamenu-sub-menu .wpmm-col:not(:first-child) > .wp-megamenu-sub-menu > .menu-item > a:before {
    content: '';
    top: 0;
    position: absolute;
    left: -30px;
    right: -30px;
    height: calc(100% + 2px);
    border-top: 2px solid #4B626E;
    border-bottom: 2px solid #4B626E;
    display: block;
    transition: .3s;
  }
}
.cfh-header-nav .cfh-nav-logo .logo {
  display: flex;
}
@media (min-width: 1001px) {
  .cfh-top-bar .cfh-mobile-content {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .cfh-top-bar .cfh-desktop-content {
    display: none !important;
  }
  .admin-bar .cfh-top-bar {
    top: 32px;
  }
}
@media (max-width: 783px) {
  .admin-bar .cfh-top-bar {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .admin-bar .cfh-top-bar.sticky {
    top: 0 !important;
  }
}
.cfh-top-bar {
  padding: 20px 30px;
  max-height: 110px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  transition: .3s;
}
@media (max-width: 1280px) {
  .cfh-top-bar {
    padding: 10px 20px;
  }
}
@media (max-width: 1000px) {
  .cfh-top-bar {
    padding: 0;
    position: fixed;
  }
}
.cfh-top-bar .cfh-desktop-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.cfh-top-bar .cfh-desktop-content .cfh-logo {
  width: 350px;
  height: 70px;
  transition: .3s;
  transform: translateX(0);
}
@media (max-width: 1280px) {
  .cfh-top-bar .cfh-desktop-content .cfh-logo {
    width: 300px;
  }
}
@media (max-width: 1000px) {
  .cfh-top-bar .cfh-desktop-content .cfh-logo {
    width: 250px;
    margin-left: 15px;
    height: 40px;
  }
}
.cfh-top-bar .cfh-desktop-content .cfh-logo a {
  display: block;
  background: url(/wp-content/themes/cfh/img/CFHVector-master-updated.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.cfh-top-bar .cfh-desktop-content .buttons {
  display: flex;
  align-items: center;
  transition: .3s;
  transform: translateX(0);
}
.cfh-top-bar .cfh-desktop-content .buttons .button {
  border-radius: 90px;
  padding: 0 35px;
  height: 50px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 1;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  transition: 0.2s ease-in;
}
@media (max-width: 1280px) {
  .cfh-top-bar .cfh-desktop-content .buttons .button {
    height: 40px;
    padding: 0 25px;
    font-size: 16px;
  }
}
.cfh-top-bar .cfh-desktop-content .buttons .button:before {
  content: none;
}
.cfh-top-bar .cfh-desktop-content .buttons .button:first-child {
  margin-right: 20px;
}
.cfh-top-bar .cfh-desktop-content .buttons .button:nth-child(2) {
  padding: 0 30px;
}
.cfh-top-bar .cfh-desktop-content .buttons .cfh-search-button {
  cursor: pointer;
  position: relative;
  font-size: 26.88px;
  margin: 0 25px 0 35px;
  opacity: 1;
  color: #4B626E;
  visibility: visible;
  transform: scale(1);
  transition: 0.2s ease-in;
}
@media (max-width: 1280px) {
  .cfh-top-bar .cfh-desktop-content .buttons .cfh-search-button {
    font-size: 18px;
    margin: 0 25px;
  }
}
.cfh-top-bar .cfh-desktop-content .buttons.active .cfh-search-button,
.cfh-top-bar .cfh-desktop-content .buttons.active .button {
  opacity: 0;
  visibility: none;
  transform: scale(0.1);
}
.cfh-top-bar .cfh-mobile-content {
  padding: 10px 0 0 0;
}
.cfh-top-bar .cfh-mobile-content .cfh-row:first-child {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 5px;
}
.cfh-top-bar .cfh-mobile-content .cfh-row:first-child .cfh-logo {
  width: 250px;
  height: 40px;
  transition: .3s;
}
@media (max-width: 600px) {
  .cfh-top-bar .cfh-mobile-content .cfh-row:first-child .cfh-logo {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  .cfh-top-bar .cfh-mobile-content .cfh-row:first-child .cfh-logo {
    height: 30px;
  }
}
.cfh-top-bar .cfh-mobile-content .cfh-row:first-child .cfh-logo a {
  display: block;
  background: url(/wp-content/themes/cfh/img/CFHVector-master-updated.png) no-repeat;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) {
  display: flex;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-search-button {
  font-size: 15.86px;
  cursor: pointer;
  color: #1E2A30;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
  padding: 5px 0 5px 5px;
  margin: 0 2px 0 12px;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button span {
  width: 16px;
  height: 2px;
  position: relative;
  background-color: #1E2A30;
  transition: .3s;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button span:before,
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button span:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 16px;
  height: 2px;
  transition: .3s;
  background-color: #1E2A30;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button span:before {
  transform: rotate(0deg) translateY(-5px);
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button span:after {
  transform: rotate(0deg) translateY(5px);
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button.active span {
  background-color: #fff;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button.active span:before {
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-name: nav_button_top_element;
}
@keyframes nav_button_top_element {
  0% {
    transform: rotate(0deg) translateY(-5px);
  }
  40% {
    transform: rotate(0deg) translateY(0px);
  }
  60% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(45deg) translateY(0px);
  }
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button.active span:after {
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-name: nav_button_bottom_element;
}
@keyframes nav_button_bottom_element {
  0% {
    transform: rotate(0deg) translateY(5px);
  }
  40% {
    transform: rotate(0deg) translateY(0px);
  }
  60% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(-45deg) translateY(0px);
  }
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button.hide span:before {
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-name: nav_button_top_element_hide;
}
@keyframes nav_button_top_element_hide {
  0% {
    transform: rotate(45deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(0px);
  }
  60% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(-5px);
  }
}
.cfh-top-bar .cfh-mobile-content .cfh-row .cfh-column:not(:first-child) .cfh-menu-button.hide span:after {
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-name: nav_button_bottom_element_hide;
}
@keyframes nav_button_bottom_element_hide {
  0% {
    transform: rotate(-45deg) translateY(0px);
  }
  40% {
    transform: rotate(0deg) translateY(0px);
  }
  60% {
    transform: rotate(0deg) translateY(0px);
  }
  100% {
    transform: rotate(0deg) translateY(5px);
  }
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 1px solid #fff;
  transition: .3s;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile.active {
  transform: translateX(-50%);
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile.active a {
  width: 50% !important;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile.active a.donate-btn {
  background-color: #1E2A30;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile.hide {
  transform: translateX(0%);
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile.hide a {
  width: 45%;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile.hide a.donate-btn {
  background-color: #4b626e;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile .hide-btn {
  border-left: 1px solid #fff;
  width: 50%;
  position: absolute;
  right: 0;
  transform: translateX(100%);
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile a {
  font-family: brandon_grotesque_black;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  letter-spacing: 0.14px;
  justify-content: center;
  height: 52px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #4b626e;
  width: 45%;
  transition: .3s;
}
@media (max-width: 768px) {
  .cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile a {
    font-size: 14px;
  }
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile a:first-child {
  width: 55%;
  background-color: #b50007;
  border-right: 1px solid #fff;
}
@media (max-width: 480px) {
  .cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile a {
    height: 44px;
    font-size: 12px;
  }
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile a:before {
  content: '\f105';
  font: normal 150%/42px FontAwesome;
  opacity: 0;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  transition: .3s;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile a:hover {
  color: #fff;
}
.cfh-top-bar .cfh-mobile-content .cfh-row .buttons-mobile a:hover:before {
  opacity: 1;
  left: 17px;
}
@media (min-width: 1001px) {
  .cfh-top-bar.hide {
    max-height: 69px;
  }
  .cfh-top-bar.hide .cfh-logo,
  .cfh-top-bar.hide .buttons {
    transform: translateY(-300px);
  }
}
@media (min-width: 1281px) {
  .admin-bar .cfh-search-form-wrap {
    top: calc(35px + 32px);
  }
}
@media (max-width: 1280px) {
  .admin-bar .cfh-search-form-wrap {
    top: 55px;
  }
}
@media (max-width: 782px) {
  .admin-bar .cfh-search-form-wrap {
    top: 48px;
  }
}
.admin-bar .cfh-search-form-wrap.is-sticky {
  top: 67px;
}
.cfh-search-form-wrap {
  position: fixed;
  display: flex;
  top: 35px;
  right: -600px;
  opacity: 0;
  z-index: 999;
  transform: translateY(-25px);
  transition: .3s;
  align-items: center;
}
@media (max-width: 1000px) {
  .cfh-search-form-wrap {
    top: 3px;
    transform: translateY(0);
  }
}
@media (min-width: 1001px) {
  .cfh-search-form-wrap.is-static {
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-name: static_search;
    -o-animation-name: static_search;
    animation-name: static_search;
  }
  @keyframes static_search {
    0% {
      -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      -o-transform: translateY(-25px);
      transform: translateY(-25px);
    }
    100% {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
    }
  }
  .cfh-search-form-wrap.is-sticky {
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-name: sticky_search;
    -o-animation-name: sticky_search;
    animation-name: sticky_search;
  }
  @keyframes sticky_search {
    0% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
    20% {
      -webkit-transform: translateY(-650px);
      -ms-transform: translateY(-650px);
      -o-transform: translateY(-650px);
      transform: translateY(-650px);
    }
    50% {
      -webkit-transform: translateY(-650px);
      -ms-transform: translateY(-650px);
      -o-transform: translateY(-650px);
      transform: translateY(-650px);
    }
    100% {
      -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      -o-transform: translateY(-25px);
      transform: translateY(-25px);
    }
  }
}
.cfh-search-form-wrap .searchKey {
  display: none;
  opacity: 0.8;
  font-family: brandon_grotesquebold;
  text-decoration: none;
  font-size: 16px;
  bottom: 20px;
  flex-direction: row-reverse;
  left: 40px;
  justify-content: flex-end;
  width: 200px;
  color: #4B626E;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 0.27px;
  position: absolute;
  z-index: 9999999;
  padding: 0;
  line-height: 1;
}
@media (max-width: 480px) {
  .cfh-search-form-wrap .searchKey {
    font-size: 14px;
  }
}
.cfh-search-form-wrap .searchKey:before {
  font-size: 17px;
  transform: translateX(2px);
  transition: .3s;
}
.cfh-search-form-wrap .searchKey:hover:before {
  transform: translateX(10px);
}
.cfh-search-form-wrap .searchKey:hover,
.cfh-search-form-wrap .searchKey:active,
.cfh-search-form-wrap .searchKey:focus {
  color: #4B626E;
}
.cfh-search-form-wrap #nav_header_search .searchKey {
  display: flex;
}
@media (max-width: 768px) {
  .cfh-search-form-wrap {
    width: 80%;
  }
}
@media (max-width: 488px) {
  .cfh-search-form-wrap {
    width: 65%;
  }
}
.cfh-search-form-wrap > form {
  width: 530px;
  position: relative;
}
@media (max-width: 1280px) {
  .cfh-search-form-wrap > form {
    width: 430px;
  }
  .cfh-search-form-wrap > form input[type="search"] {
    font-size: 18px;
  }
}
@media (min-width: 1001px) {
  .cfh-search-form-wrap > form input[type="search"] {
    padding: 0 40px;
    background: #F7F6F0;
    border: 2px solid #747474;
    border-radius: 32.51px;
    line-height: 44px;
    display: block;
    text-transform: none;
    width: calc(100% - 80px);
    font-family: brandon_grotesque_regular;
    font-size: 21.14px;
    color: #000;
  }
}
@media (max-width: 1000px) {
  .cfh-search-form-wrap > form input[type="search"] {
    padding: 0;
    border: none;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    font-family: brandon_grotesque_regular;
    font-size: 16.91px;
    color: #000;
    width: 100%;
    padding-left: 15px;
    text-transform: none;
    display: block;
    border-radius: 0;
  }
}
.cfh-search-form-wrap > form input[type="submit"] {
  background-color: transparent;
  font-size: 14px;
  color: #1E2A30;
  line-height: 27.22px;
  border: none;
  outline: none;
  font-family: brandon_grotesquebold;
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  height: 40px;
  padding: 0 5px;
  right: 25px;
}
@media (max-width: 1000px) {
  .cfh-search-form-wrap > form input[type="submit"] {
    display: none;
  }
}
.cfh-search-form-wrap.active {
  opacity: 1;
  right: 25px;
}
@media (max-width: 1000px) {
  .cfh-search-form-wrap.active {
    left: 0;
    right: initial;
  }
}
.cfh-search-form-wrap.active .cfh-search-close {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.cfh-search-form-wrap.active .cfh-search-close:before {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .8s;
  -o-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-name: show_anim_before;
  -o-animation-name: show_anim_before;
  animation-name: show_anim_before;
}
.cfh-search-form-wrap.active .cfh-search-close:after {
  -webkit-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-name: show_anim_after;
  -o-animation-name: show_anim_after;
  animation-name: show_anim_after;
}
@media (max-width: 1000px) {
  .cfh-search-form-wrap.active .cfh-search-close {
    display: none;
  }
}
.cfh-search-form-wrap .cfh-search-close {
  margin-left: 17px;
  position: relative;
  width: 20px;
  height: 20px;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
  display: block;
  visibility: hidden;
  transform: translateX(200px);
  transition: .5s;
}
.cfh-search-form-wrap .cfh-search-close:before,
.cfh-search-form-wrap .cfh-search-close:after {
  content: '';
  width: 20px;
  height: 2px;
  top: 10px;
  position: absolute;
  display: block;
  background-color: #1E2A30;
}
@keyframes show_anim_before {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  65% {
    -webkit-transform: rotate(-55deg);
    -ms-transform: rotate(-55deg);
    -o-transform: rotate(-55deg);
    transform: rotate(-55deg);
  }
  100% {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@keyframes show_anim_after {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  65% {
    -webkit-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -o-transform: rotate(55deg);
    transform: rotate(55deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
#accordion,
#accordion_collapsed,
#accordion_collapsed_multi_open {
  margin-bottom: 80px;
}
#accordion .ui-accordion-header:hover,
#accordion_collapsed .ui-accordion-header:hover,
#accordion_collapsed_multi_open .ui-accordion-header:hover {
  text-decoration: underline;
}
#accordion .ui-accordion-content,
#accordion_collapsed .ui-accordion-content,
#accordion_collapsed_multi_open .ui-accordion-content {
  background-color: #f7f6f0;
  padding: 10px;
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #accordion .ui-accordion-content,
  #accordion_collapsed .ui-accordion-content,
  #accordion_collapsed_multi_open .ui-accordion-content {
    padding: 0;
  }
}
#accordion .ui-accordion-content .close-tab,
#accordion_collapsed .ui-accordion-content .close-tab,
#accordion_collapsed_multi_open .ui-accordion-content .close-tab {
  content: 'CLOSE TAB x';
  margin-left: auto;
  margin-right: auto;
  background: #f7f6f0;
  color: #1e2a30;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 13px;
  padding: 5px 5px 5px 10px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  cursor: pointer;
  width: 100px;
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  #accordion .ui-accordion-content .close-tab,
  #accordion_collapsed .ui-accordion-content .close-tab,
  #accordion_collapsed_multi_open .ui-accordion-content .close-tab {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #accordion,
  #accordion_collapsed,
  #accordion_collapsed_multi_open {
    margin-bottom: 0;
  }
  #accordion h3 a,
  #accordion_collapsed h3 a,
  #accordion_collapsed_multi_open h3 a {
    width: 100% !important;
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    border-bottom: 1px solid #1e2a30;
    background-color: #4b626e;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
    position: relative;
  }
  #accordion h3 a:after,
  #accordion_collapsed h3 a:after,
  #accordion_collapsed_multi_open h3 a:after {
    content: '';
    font-family: 'FontAwesome';
    position: absolute;
    right: 20px;
    color: #fff;
  }
  #accordion h3 a.external,
  #accordion_collapsed h3 a.external,
  #accordion_collapsed_multi_open h3 a.external {
    background-color: #1e2a30;
  }
  #accordion h3 a.external:after,
  #accordion_collapsed h3 a.external:after,
  #accordion_collapsed_multi_open h3 a.external:after {
    content: '';
  }
  #accordion h3 a.large_tab,
  #accordion_collapsed h3 a.large_tab,
  #accordion_collapsed_multi_open h3 a.large_tab {
    line-height: 60px;
    background-color: #26353c;
  }
  #accordion .ui-accordion-header-active a,
  #accordion_collapsed .ui-accordion-header-active a,
  #accordion_collapsed_multi_open .ui-accordion-header-active a {
    background-color: #5c7683;
  }
  #accordion .ui-accordion-header-active a:after,
  #accordion_collapsed .ui-accordion-header-active a:after,
  #accordion_collapsed_multi_open .ui-accordion-header-active a:after {
    content: '';
  }
  #accordion .accordion_content h1,
  #accordion_collapsed .accordion_content h1,
  #accordion_collapsed_multi_open .accordion_content h1,
  #accordion .accordion_content h2,
  #accordion_collapsed .accordion_content h2,
  #accordion_collapsed_multi_open .accordion_content h2,
  #accordion .accordion_content h3,
  #accordion_collapsed .accordion_content h3,
  #accordion_collapsed_multi_open .accordion_content h3,
  #accordion .accordion_content h4,
  #accordion_collapsed .accordion_content h4,
  #accordion_collapsed_multi_open .accordion_content h4,
  #accordion .accordion_content h5,
  #accordion_collapsed .accordion_content h5,
  #accordion_collapsed_multi_open .accordion_content h5,
  #accordion .accordion_content p,
  #accordion_collapsed .accordion_content p,
  #accordion_collapsed_multi_open .accordion_content p,
  #accordion .accordion_content .title,
  #accordion_collapsed .accordion_content .title,
  #accordion_collapsed_multi_open .accordion_content .title {
    padding-left: 10px;
    padding-right: 10px;
  }
  #accordion .accordion_content .title,
  #accordion_collapsed .accordion_content .title,
  #accordion_collapsed_multi_open .accordion_content .title {
    font-size: 25px;
    color: #26353c;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 560px) and (max-width: 786px) {
  #accordion,
  #accordion_collapsed,
  #accordion_collapsed_multi_open {
    max-width: 768px;
    overflow: hidden;
  }
}
.slider-box {
  width: 300px;
  position: relative;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .slider-box {
    width: 100%;
  }
}
.slider-box label {
  background-color: #b50007;
  color: #ffffff;
  display: inline-block;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  margin: 0;
  min-height: 57px;
  padding: 5% 10%;
  width: 100%;
  -webkit-box-shadow: 0.5px 0.866px 1px #313131;
  -moz-box-shadow: 0.5px 0.866px 1px #313131;
  box-shadow: 0.5px 0.866px 1px #313131;
  font-size: 17.06px;
  font-size: 1.706rem;
  font-weight: normal;
}
.slider-box label i {
  margin-right: 60px;
}
.slider-box .cheatsheet-menu {
  background-color: #ffffff;
  display: none;
  padding-bottom: 15px;
  width: 100%;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition-duration: 1s, 0;
  -moz-transition-duration: 1s, 0;
  -o-transition-duration: 1s, 0;
  transition-duration: 1s, 0;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0, 4s;
  -moz-transition-delay: 0, 4s;
  -o-transition-delay: 0, 4s;
  transition-delay: 0, 4s;
}
.slider-box .cheatsheet-menu p {
  font-family: 'PT Serif', serif;
}
.slider-box .cheatsheet-menu p,
.slider-box .cheatsheet-menu h5,
.slider-box .cheatsheet-menu a {
  margin: 5px 15px;
}
.slider-box #cheatsheet {
  display: none;
}
.slider-box #cheatsheet:checked ~ .cheatsheet-menu {
  display: inline-block;
  height: auto;
  min-height: 500px;
  position: absolute;
  bottom: 0;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition-duration: 0, 1s;
  -moz-transition-duration: 0, 1s;
  -o-transition-duration: 0, 1s;
  transition-duration: 0, 1s;
  -webkit-transition-property: visibility, opacity;
  -moz-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
.cheatsheet p,
.cheatsheet ul,
.cheatsheet ol {
  font-family: 'PT Serif', serif;
  font-size: 14px;
}
.cheatsheet .button {
  width: 100%;
}
.cheatsheet ul,
.cheatsheet ol {
  margin-left: 10px;
}
#main .info,
.home .info {
  background-color: #ffffff;
  color: #1e2a30;
  max-height: 533px;
  padding: 10px;
  position: relative;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
@media only screen and (max-width: 768px) {
  #main .info,
  .home .info {
    max-height: none;
  }
}
#main .info #menu-get-help,
.home .info #menu-get-help {
  padding-left: 0;
}
#main .info h3,
.home .info h3 {
  margin-bottom: 15px;
}
#main .info h3 a,
.home .info h3 a {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  #main .info h3,
  .home .info h3 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
  }
}
#main .info.help,
.home .info.help {
  background-color: #b50007;
  color: #ffffff;
}
#main .info.help li,
.home .info.help li {
  background-color: #ffffff;
  color: #1e2a30;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 2.2rem;
  margin: 0 0 2% 0;
  min-height: 130px;
  padding: 20px 10px;
  text-align: center;
  width: 49%;
  height: 100px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
#main .info.help li a,
.home .info.help li a,
#main .info.help li a:visited,
.home .info.help li a:visited {
  color: #b50007;
  text-decoration: none;
}
#main .info.help li:nth-child(even),
.home .info.help li:nth-child(even) {
  margin-left: 1%;
}
#main .info.help li:nth-child(odd),
.home .info.help li:nth-child(odd) {
  margin-right: 1%;
}
#main .info.help-page,
.home .info.help-page {
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#main .info.help-page ul,
.home .info.help-page ul {
  margin: 0;
}
#main .info.help-page li,
.home .info.help-page li {
  background-color: #f7f6f0;
  color: #b50007;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 1.8rem;
  margin: 0 0 2% 0;
  min-height: 100px;
  padding: 15px;
  text-align: center;
  width: 48%;
  height: 100px;
  font-size: 18px;
  display: inline-table;
  -ms-text-justify: auto;
  text-justify: auto;
}
#main .info.help-page li:hover,
.home .info.help-page li:hover {
  background-color: #b50007;
}
#main .info.help-page li:hover a,
.home .info.help-page li:hover a {
  color: #fff;
}
#main .info.help-page li a,
.home .info.help-page li a {
  color: #b50007;
  text-decoration: none;
  display: table-cell;
  width: 100%;
  height: 100px;
  vertical-align: middle;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-word;
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
  #main .info.help-page li a,
  .home .info.help-page li a {
    font-size: 14px;
  }
}
#main .info.help-page li a:hover,
.home .info.help-page li a:hover {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #main .info.help-page li,
  .home .info.help-page li {
    margin-right: 0px;
  }
}
#main .info.help-landing,
.home .info.help-landing {
  background-color: #ffffff;
  padding: 0;
  width: 100%;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
}
#main .info.help-landing ul,
.home .info.help-landing ul {
  margin: 0;
  padding: 0;
}
#main .info.help-landing li,
.home .info.help-landing li {
  background-color: #f7f6f0;
  color: #b50007;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 1.8rem;
  margin: 0 0 1% 0;
  text-align: center;
  width: 23.9%;
  height: 150px;
  font-size: 28px;
  line-height: 3.4rem;
  display: inline-table;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -ms-text-justify: auto;
  text-justify: auto;
}
@media only screen and (max-width: 768px) {
  #main .info.help-landing li,
  .home .info.help-landing li {
    line-height: 2.4rem;
    margin: 0 2% 4%;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: normal;
    width: 46%;
    height: 125px;
  }
  #main .info.help-landing li:nth-child(2n),
  .home .info.help-landing li:nth-child(2n) {
    margin-right: 0;
  }
}
#main .info.help-landing li a,
.home .info.help-landing li a {
  color: #b50007;
  text-decoration: none;
  display: table-cell;
  padding: 5px 15px;
  height: 150px;
  vertical-align: middle;
  line-height: 34px;
}
@media only screen and (max-width: 768px) {
  #main .info.help-landing li a,
  .home .info.help-landing li a {
    padding: 5px;
  }
}
#main .info.help-landing li:hover,
.home .info.help-landing li:hover {
  background-color: #b50007;
}
#main .info.help-landing li:hover a,
.home .info.help-landing li:hover a {
  color: #ffffff;
}
#main .info.help-landing li:nth-child(4n),
.home .info.help-landing li:nth-child(4n) {
  margin-right: 0;
}
#main .info.cfh-news,
.home .info.cfh-news {
  padding-bottom: 60px;
}
#main .info.cfh-news:last-child h4,
.home .info.cfh-news:last-child h4 {
  margin-bottom: 0;
}
#main .info.cfh-news .news-item,
.home .info.cfh-news .news-item {
  background-color: #f8f6f0;
  margin: 0 0 2% 0;
  text-align: left;
}
#main .info.cfh-news .news-item a,
.home .info.cfh-news .news-item a,
#main .info.cfh-news .news-item a:active,
.home .info.cfh-news .news-item a:active,
#main .info.cfh-news .news-item a:visited,
.home .info.cfh-news .news-item a:visited,
#main .info.cfh-news .news-item a:hover,
.home .info.cfh-news .news-item a:hover {
  color: #4b626e;
  text-decoration: none;
}
#main .info.cfh-news .news-item a:hover,
.home .info.cfh-news .news-item a:hover {
  text-decoration: underline;
}
#main .info.cfh-news .news-item .button,
.home .info.cfh-news .news-item .button {
  margin-top: 15px;
}
#main .info.cfh-news .news-item.newsfeed,
.home .info.cfh-news .news-item.newsfeed {
  min-height: 175px;
}
#main .info.cfh-news p,
.home .info.cfh-news p {
  line-height: 20px;
  margin: -4px 0 0 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  display: inline-block;
  width: 148px;
  vertical-align: bottom;
}
#main .info.cfh-news p a,
.home .info.cfh-news p a,
#main .info.cfh-news p a:active,
.home .info.cfh-news p a:active,
#main .info.cfh-news p a:visited,
.home .info.cfh-news p a:visited,
#main .info.cfh-news p a:link,
.home .info.cfh-news p a:link,
#main .info.cfh-news p a:hover,
.home .info.cfh-news p a:hover {
  color: #4b626e;
  display: inline-block;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  margin: 5px 0 0 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #main .info.cfh-news p,
  .home .info.cfh-news p {
    width: 65%;
  }
}
#main .info.cfh-news .news-lead,
.home .info.cfh-news .news-lead {
  margin-bottom: 5px;
  min-height: 120px;
  padding: 10px;
  position: relative;
}
#main .info.cfh-news .news-lead:before,
.home .info.cfh-news .news-lead:before {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all .5s;
}
#main .info.cfh-news .news-lead a,
.home .info.cfh-news .news-lead a,
#main .info.cfh-news .news-lead a:active,
.home .info.cfh-news .news-lead a:active,
#main .info.cfh-news .news-lead a:visited,
.home .info.cfh-news .news-lead a:visited,
#main .info.cfh-news .news-lead a:hover,
.home .info.cfh-news .news-lead a:hover {
  color: #ffffff;
  text-decoration: none;
}
#main .info.cfh-news .news-lead a:hover,
.home .info.cfh-news .news-lead a:hover {
  text-decoration: underline;
}
#main .info.cfh-news .news-lead h5,
.home .info.cfh-news .news-lead h5 {
  position: absolute;
  bottom: 5px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 32px;
  left: 10px;
  right: 10px;
}
#main .info.cfh-news .thumb,
.home .info.cfh-news .thumb {
  background-color: #1e2a30;
  float: left;
  margin: 0 10px 0 0;
  width: 102px;
  height: 62px;
}
#main .info.cfh-news h4,
.home .info.cfh-news h4 {
  font-size: 26px;
  margin-bottom: 5px;
}
#main .info.cfh-news .tmb-link,
.home .info.cfh-news .tmb-link {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  #main .info.cfh-news .tmb-link,
  .home .info.cfh-news .tmb-link {
    width: 30%;
  }
  #main .info.cfh-news .tmb-link img,
  .home .info.cfh-news .tmb-link img {
    width: 100%;
    height: auto;
  }
}
#main .info.cfh-news .news-exp,
.home .info.cfh-news .news-exp {
  vertical-align: middle;
}
#main .info.cfh-news .green-button,
.home .info.cfh-news .green-button {
  position: absolute;
  bottom: 10px;
  left: 5px;
  width: 280px;
  margin: auto;
  right: 5px;
}
@media only screen and (max-width: 768px) {
  #main .info.cfh-news .green-button,
  .home .info.cfh-news .green-button {
    position: relative;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #main .info.cfh-news,
  .home .info.cfh-news {
    padding-bottom: 10px;
  }
}
#main .info.cfh-latest .news-item,
.home .info.cfh-latest .news-item {
  padding-top: 21px;
  padding-bottom: 21px;
}
.oldie #main .info.help-page li a {
  font-size: 12px;
}
.page-the-latest #main .info.cfh-news {
  height: 700px;
}
.page-the-latest #main .info.cfh-news h4 a,
.page-the-latest #main .info.cfh-news h5 a {
  font-size: 26px;
  line-height: 32px;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.page-the-latest #main .info.cfh-news h3 {
  font-size: 26px;
  line-height: 33px;
}
.page-the-latest #main .info.cfh-news .green-button {
  width: 80%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page-the-latest #main .info.cfh-news .green-button {
    position: relative;
    margin: 30px auto 0 auto;
    display: block;
  }
}
.photo-grid * {
  float: left;
  height: 260px;
}
.photo-grid img,
.photo-grid .img {
  width: 49%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .photo-grid img,
  .photo-grid .img {
    width: 100%;
  }
}
.photo-grid iframe {
  width: 50.5%;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .photo-grid iframe {
    width: 100%;
  }
}
.photo-grid .img {
  position: relative;
}
.photo-grid .img img {
  width: 100%;
}
.photo-grid .img .caption {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-style: italic;
}
.photo-grid .img .caption a {
  font-style: normal;
  text-decoration: underline;
  color: #fff;
  float: none;
  height: auto;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
.photo-grid .pull-quote {
  background-color: #f7f6f0;
  background-image: url('/wp-content/themes/cfh/img/quote.png');
  background-size: cover;
  width: 33.33333333%;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  padding-top: 85px;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .photo-grid .pull-quote {
    width: 100%;
  }
  .photo-grid .pull-quote a {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }
}
.photo-grid .pull-quote h4 {
  padding-left: 0;
}
.photo-grid .grid-center {
  width: 33.33333333%;
}
@media only screen and (max-width: 768px) {
  .photo-grid .grid-center {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.photo-grid .pad-left {
  padding-left: 5px;
}
.photo-grid .pad-right {
  padding-right: 5px;
}
.white-border .photo-tile .photo {
  border: 2px solid #fff;
}
.photo-tile {
  background: #fff;
}
.photo-tile .photo {
  border: 2px solid #26353c;
  float: left;
  position: relative;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo-tile .photo:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.45);
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 0.5s;
}
.photo-tile .photo:hover:after {
  opacity: 1;
}
.photo-tile .photo p {
  font-family: 'PT Serif', serif;
}
.photo-tile .half {
  float: left;
  width: 50%;
}
.photo-tile .pad-bottom {
  padding-bottom: 5px;
}
.photo-tile .pad-left {
  padding-left: 2.5px;
}
.photo-tile .pad-right {
  padding-right: 2.5px;
}
.photo-tile .tallest {
  height: 500px;
}
.photo-tile .shortest {
  height: 250px;
  margin-top: -25%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .photo-tile .shortest {
    margin-top: -26%;
  }
}
@media only screen and (max-width: 768px) {
  .photo-tile {
    width: 100%;
  }
}
.photo-tile .half-height {
  height: 375px;
}
.photo-tile div.text {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.photo-tile h3 {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
}
.photo-tile .event_date {
  margin: 0 0 10px 0;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.media_grid .element {
  float: left;
  margin: 0;
  padding: 0;
  margin: .5% .5% 0 0;
  position: relative;
}
.media_grid .element:nth-child(3),
.media_grid .element:nth-child(6) {
  clear: left;
}
.media_grid .element:nth-child(1),
.media_grid .element:nth-child(2),
.media_grid .element:nth-child(6),
.media_grid .element:nth-child(7) {
  width: 49.7%;
}
.media_grid .element:nth-child(1):before,
.media_grid .element:nth-child(2):before,
.media_grid .element:nth-child(6):before,
.media_grid .element:nth-child(7):before {
  padding-top: 52%;
  content: "";
  display: block;
}
.media_grid .element:nth-child(3),
.media_grid .element:nth-child(4),
.media_grid .element:nth-child(5) {
  width: 33%;
}
.media_grid .element:nth-child(3):before,
.media_grid .element:nth-child(4):before,
.media_grid .element:nth-child(5):before {
  padding-top: 78%;
  content: "";
  display: block;
}
.media_grid .element:nth-child(2),
.media_grid .element:nth-child(5),
.media_grid .element:nth-child(7) {
  margin-right: 0;
}
.media_grid .element img,
.media_grid .element iframe {
  width: 100%;
  height: 100%;
}
.media_grid .element > a,
.media_grid .element span,
.media_grid .element iframe {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media_grid .element .caption {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  padding: 12px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-style: italic;
  font-family: 'PT Serif', serif;
}
.media_grid .element .caption a {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #fff;
  font-style: normal;
}
.media_grid .element .pull-quote {
  display: table;
  background-color: #f7f6f0;
  background-image: url('/wp-content/themes/cfh/img/quote.png');
  background-size: cover;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .media_grid .element .pull-quote {
    width: 100%;
  }
  .media_grid .element .pull-quote a {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 60px;
  }
}
.media_grid .element .pull-quote h4 {
  padding-left: 0;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .media_grid .element {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: .5% 0 0 0;
  }
}
form[role='search']#search-page {
  display: inline-block;
  padding: 20px 0;
  width: 100%;
}
form[role='search']#search-page input[type="search"] {
  color: #26353c;
  float: left;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 40px;
  text-transform: none;
  width: 79%;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
}
@media only screen and (max-width: 768px) {
  form[role='search']#search-page input[type="search"] {
    width: 89%;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
form[role='search']#search-page .button {
  margin-left: 2%;
  width: 16%;
}
@media only screen and (max-width: 768px) {
  form[role='search']#search-page .button {
    width: 280px;
    float: none;
    margin: 10px auto 0 auto;
    display: block;
  }
}
form[role='search']#search-page input[type='submit'] {
  border: none;
  background: transparent;
  padding: 0;
}
.search #breadcrumbs,
.search #breadcrumbs_mobile {
  padding-top: 30px;
}
.search .grid-unit .more {
  width: 50%;
  margin: auto;
}
.search .grid-unit .more hr {
  margin: 40px auto 20px;
}
.search #infscr-loading {
  left: 115px;
}
.search h4 {
  margin-bottom: 15px;
  color: #26353c;
}
.search h4 a {
  color: #4b626e;
  text-decoration: none;
}
.search h4 a:hover {
  text-decoration: underline;
  color: #4b626e;
}
@media only screen and (max-width: 768px) {
  .search h4 a {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: normal;
    line-height: 34px;
  }
}
.search .entry-meta {
  color: #26353c;
}
.search #paged-content .entry-content {
  margin-top: 10px;
}
.search #paged-content article {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .search #paged-content article {
    margin-bottom: 65px;
  }
}
.search .no-results-content {
  margin-top: 120px;
}
.search .gray-text h4,
.search .gray-text .fa {
  color: #c6c6c6;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
.search .sort {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  text-align: center;
  color: #000;
  font-size: 14px;
  margin-bottom: 60px;
}
.search .sort a {
  color: #000;
  text-decoration: underline;
}
.search .sort a:hover,
.search .sort a.active {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .error404 form[role='search']#search-page input[type="search"] {
    width: 89%;
    margin: 0 auto;
    display: block;
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  .error404 form[role='search']#search-page .button {
    width: 96%;
    margin: 10px auto 0 auto;
    float: none;
    display: block;
  }
}
.error404 footer[role=contentinfo] #menu-footer-nav.centered {
  width: auto;
}
.searchwp-live-search-instructions {
  display: none;
}
.searchwp-live-search-wrap.hide .searchKey {
  display: none !important;
}
.searchwp-live-search-result a {
  white-space: normal !important;
}
.searchwp-live-search-results {
  max-height: none !important;
  border-radius: 0px !important;
  border: 1px solid #D9D8D2;
  position: relative !important;
  padding: 30px 40px 40px 40px;
  box-shadow: none !important;
  min-height: 290px !important;
}
.searchwp-live-search-results form {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.searchwp-live-search-results form:before {
  margin-left: 5px;
  display: inline-block;
  font-size: 22px;
  color: #4B626E;
}
.searchwp-live-search-results .searchwp-live-search-title {
  font-family: brandon_grotesque_black;
  font-size: 18px;
  color: #1E2A30;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .searchwp-live-search-results .searchwp-live-search-title {
    font-size: 14px;
  }
}
.searchwp-live-search-results .searchwp-live-search-list {
  border-left: 4px solid #F7F6F0;
  padding-left: 22px;
}
.searchwp-live-search-results .searchwp-live-search-result p {
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
.searchwp-live-search-results .searchwp-live-search-result p a {
  display: block;
  text-decoration: none;
  opacity: 0.8;
  font-family: brandon_grotesquebold;
  font-size: 16px;
  color: #1E2A30;
  letter-spacing: 0.27px;
  line-height: 20px;
}
#nav_header_search {
  position: absolute;
  transform: translateY(60%);
}
@media (max-width: 1278px) {
  #nav_header_search {
    transform: translateY(167px);
  }
}
#nav_header_search .searchwp-live-search-results {
  left: 0 !important;
  top: 0 !important;
}
@media (max-width: 320px) {
  #nav_header_search .searchwp-live-search-results {
    width: 320px;
  }
}
.share-menu {
  clear: both;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
.share-menu a {
  color: #ffffff;
  line-height: 25px;
  text-decoration: none;
}
.share-menu span {
  display: inline-block;
}
.share-menu span.follow {
  color: white;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
.share-menu .share-circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 25px;
  height: 25px;
}
.share-menu .share-circle.facebook {
  background-color: #3b5998;
}
.share-menu .share-circle.twitter {
  background-color: #00aced;
}
.share-menu .share-circle.instagram {
  background-color: #517fa4;
}
.share-menu .share-circle.tumblr {
  background-color: #32506d;
}
#side_share {
  position: absolute;
  top: 270px;
  left: -70px;
  width: 70px;
  text-align: center;
  font-size: 11px;
  z-index: 100;
}
#side_share.long {
  top: 450px;
}
#side_share span {
  display: inline-block;
  margin-bottom: 10px;
}
#side_share span.follow {
  line-height: 100%;
  width: 100%;
}
#side_share .share-circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
#side_share .share-circle a {
  color: #fff!important;
}
#side_share .follow {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #side_share {
    display: none;
  }
}
.rotator {
  margin: auto;
  overflow: hidden;
  padding-bottom: 20px;
  width: 150px;
  height: 150px;
}
.rotator .slide-circle {
  background-color: #1e2a30;
  background-position: center center;
  margin: auto;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.rotator#proven-solutions {
  width: 575px;
  height: 350px;
}
.rotator#proven-solutions .slide-circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
}
.rotator#our-programs {
  width: 200px;
  height: 400px;
}
.rotator#our-programs .slide-circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
}
.rotator#advocacy {
  width: 300px;
  height: 400px;
}
.rotator label {
  color: #3b5998;
  font-size: 40px;
  font-size: 4rem;
  font-weight: normal;
}
.rotator input[type=radio] {
  display: none;
}
.rotator input[type=radio] + label {
  display: none;
}
.rotator input[type=radio] + label + label {
  display: none;
}
.rotator input[type=radio]:checked + label {
  display: block;
}
.rotator input[type=radio]:checked + label + label {
  display: block;
}
.rotator input[type=radio]#slide10:checked ~ .slides {
  margin-left: -1000%;
}
.rotator input[type=radio]#slide9:checked ~ .slides {
  margin-left: -900%;
}
.rotator input[type=radio]#slide8:checked ~ .slides {
  margin-left: -800%;
}
.rotator input[type=radio]#slide7:checked ~ .slides {
  margin-left: -700%;
}
.rotator input[type=radio]#slide6:checked ~ .slides {
  margin-left: -600%;
}
.rotator input[type=radio]#slide5:checked ~ .slides {
  margin-left: -500%;
}
.rotator input[type=radio]#slide4:checked ~ .slides {
  margin-left: -400%;
}
.rotator input[type=radio]#slide3:checked ~ .slides {
  margin-left: -300%;
}
.rotator input[type=radio]#slide2:checked ~ .slides {
  margin-left: -200%;
}
.rotator input[type=radio]#slide1:checked ~ .slides {
  margin-left: -100%;
}
.rotator input[type=radio]#slide0:checked ~ .slides {
  margin-left: 0%;
}
.rotator .slides {
  -webkit-transition: margin 750ms ease-in-out;
  -moz-transition: margin 750ms ease-in-out;
  -o-transition: margin 750ms ease-in-out;
  transition: margin 750ms ease-in-out;
  white-space: nowrap;
}
.rotator .slides > * {
  display: inline-block;
  position: relative;
  vertical-align: top;
}
.rotator p {
  margin: auto;
  max-width: 200px;
  text-align: center;
  white-space: normal;
  width: 200px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
.rotator ul {
  margin: auto;
  width: 100%;
}
.rotator ul li {
  display: inline-block;
  margin: 0 10px;
}
.rotator a {
  text-decoration: none;
}
.bx-wrapper {
  margin: auto;
  padding-bottom: 30px;
  position: relative;
}
.bx-wrapper .bxslider-programs {
  width: 200px;
  height: 283px;
  position: relative;
  margin: auto;
}
.bx-wrapper .bxslider-programs li {
  height: 300px;
  text-align: center;
}
.bx-wrapper .bxslider-programs li img {
  width: 90px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
@media only screen and (max-width: 768px) {
  .bx-wrapper .bxslider-programs li img {
    width: 120px;
    opacity: 1;
  }
}
.bx-wrapper .bxslider-programs li h4,
.bx-wrapper .bxslider-programs li p {
  display: none;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .bx-wrapper .bxslider-programs li h4,
  .bx-wrapper .bxslider-programs li p {
    display: block;
    width: 100%;
  }
}
.bx-wrapper .bxslider-programs li > a {
  text-decoration: none;
}
.bx-wrapper .bxslider-programs li > a p {
  color: #1e2a30;
  margin-top: 0;
  font-family: 'PT Serif', serif;
}
.bx-wrapper .bxslider-programs li.active img {
  width: 120px;
  opacity: 1;
}
.bx-wrapper .bxslider-programs li.active h4,
.bx-wrapper .bxslider-programs li.active p {
  display: block;
  width: 380px;
  margin-left: -131px;
}
@media only screen and (max-width: 768px) {
  .bx-wrapper .bxslider-programs li.active h4,
  .bx-wrapper .bxslider-programs li.active p {
    margin-left: 0;
    width: 100%;
  }
}
.bx-wrapper .bx-pager {
  text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item:last-child {
  margin-right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #8999A6;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #1e2a30;
}
.bx-wrapper .bxslider-advocacy {
  height: 283px;
}
.bx-wrapper .bxslider-advocacy li > a {
  text-decoration: none;
}
.bx-wrapper .bxslider-advocacy li a.underline {
  text-decoration: underline;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 0;
  left: 275px;
  width: 90px;
  height: 90px;
  text-indent: -9999px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  left: 13px;
}
@media only screen and (max-width: 768px) {
  .bx-wrapper {
    width: 100%;
  }
}
.bxslider-solutions-wrap {
  position: relative;
}
.bxslider-solutions-wrap .rotator-item .slide-circle {
  background-color: #1e2a30;
  background-position: center center;
  background-size: cover;
  margin: auto;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 150px;
  height: 150px;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.bxslider-solutions-wrap .rotator-item.active .slide-circle {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .bxslider-solutions-wrap .rotator-item.active .slide-circle {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .bxslider-solutions-wrap .rotator-item {
    opacity: 1;
    height: 300px;
  }
  .bxslider-solutions-wrap .rotator-item .slide-circle {
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    width: 200px;
    height: 200px;
    opacity: 1;
  }
  .bxslider-solutions-wrap .rotator-item h4 {
    display: block;
  }
}
.bxslider-solutions-wrap .bx-controls-direction a {
  width: 175px;
  height: 250px;
  left: 0;
}
.bxslider-solutions-wrap .bx-controls-direction a.bx-next {
  left: 535px;
}
@media only screen and (max-width: 768px) {
  .bxslider-solutions-wrap .bx-viewport {
    height: 300px !important;
  }
}
.programs-slider h4 a,
.advocacy-slider h4 a {
  color: #1e2a30;
  text-decoration: none;
}
#tabs,
#tabs_collapsed {
  margin-top: -37px;
  position: relative;
  z-index: 1;
  width: 100%;
}
#tabs .ui-tabs-nav,
#tabs_collapsed .ui-tabs-nav {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#tabs .ui-tabs-nav li.ui-state-default,
#tabs_collapsed .ui-tabs-nav li.ui-state-default {
  background-color: #4b626e;
  color: #ffffff;
  float: left;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 5px;
  -moz-background-clip: padding;
  border-top-right-radius: 5px;
  background-clip: padding-box;
  font-size: 18px;
}
#tabs .ui-tabs-nav li.ui-state-default:hover,
#tabs_collapsed .ui-tabs-nav li.ui-state-default:hover,
#tabs .ui-tabs-nav li.ui-state-default.ui-state-active,
#tabs_collapsed .ui-tabs-nav li.ui-state-default.ui-state-active {
  padding-bottom: 5px;
  margin-top: -5px;
}
#tabs .ui-tabs-nav li.ui-state-default.ui-state-active,
#tabs_collapsed .ui-tabs-nav li.ui-state-default.ui-state-active {
  background: #ffffff;
}
#tabs .ui-tabs-nav li.ui-state-default.ui-state-active a,
#tabs_collapsed .ui-tabs-nav li.ui-state-default.ui-state-active a {
  color: #4b626e;
}
#tabs .ui-tabs-nav.initial li.ui-state-active,
#tabs_collapsed .ui-tabs-nav.initial li.ui-state-active {
  padding-bottom: 0;
  margin-top: 0;
  background-color: #4b626e;
}
#tabs .ui-tabs-nav.initial li.ui-state-active a,
#tabs_collapsed .ui-tabs-nav.initial li.ui-state-active a {
  color: #ffffff;
}
#tabs .ui-tabs-nav.initial li.ui-state-active:hover,
#tabs_collapsed .ui-tabs-nav.initial li.ui-state-active:hover {
  padding-bottom: 5px;
  margin-top: -5px;
}
#tabs .ui-tabs-nav li.external,
#tabs_collapsed .ui-tabs-nav li.external {
  background-color: #1e2a30;
}
#tabs .ui-tabs-nav li a,
#tabs_collapsed .ui-tabs-nav li a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 16px 0;
}
#tabs ul.ui-tabs-nav li,
#tabs_collapsed ul.ui-tabs-nav li {
  width: 20%;
}
#tabs.our-programs ul li,
#tabs_collapsed.our-programs ul li,
#tabs ul.tabs-6 li,
#tabs_collapsed ul.tabs-6 li {
  width: 16.66666667%;
}
#tabs ul.tabs-4 li,
#tabs_collapsed ul.tabs-4 li {
  width: 25%;
}
#tabs ul.tabs-3 li,
#tabs_collapsed ul.tabs-3 li {
  width: 33.33333333%;
}
#tabs ul.tabs-2 li,
#tabs_collapsed ul.tabs-2 li {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #tabs,
  #tabs_collapsed {
    margin-top: 0;
  }
}
#timeline {
  list-style: none;
  margin: 120px 0 0;
  padding: 0;
  border-top: 8px solid #1e2a30;
  display: table;
  border-spacing: 30px 0;
}
#timeline li {
  display: table-cell;
}
#timeline li .relative {
  position: relative;
}
#timeline p {
  margin: 0 0 15px;
}
.date {
  text-align: center;
  top: -55px;
  left: 0;
  right: 0;
  font-size: 0.95em;
  line-height: 20px;
  position: absolute;
}
body.date {
  position: static;
}
.circle {
  margin: 0 auto;
  top: -14px;
  left: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: #1e2a30;
  border: 5px solid #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
}
.content {
  width: 200px;
  max-height: 0;
  margin-top: 40px;
  vertical-align: top;
  padding: 50px 15px 15px;
  transition: width 0.4s linear, max-height 0.4s linear;
  border-width: 2px;
  border-style: solid;
  border-radius: 0.5em;
  position: relative;
}
.content:before,
.content:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent;
  position: absolute;
  pointer-events: none;
  bottom: 100%;
}
.content:before {
  border-bottom-color: inherit;
  border-width: 15px;
  left: 50%;
  margin-left: -15px;
}
.content:after {
  border-bottom-color: #1e2a30;
  border-width: 12px;
  left: 50%;
  margin-left: -12px;
}
.content p {
  max-height: 0;
  color: transparent;
  text-align: justify;
  word-break: break-word;
  hyphens: auto;
  overflow: hidden;
}
label.timeline {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 1.3em;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  top: 60px;
  left: 15px;
}
.radio {
  display: none;
}
.radio:checked + .relative label.timeline {
  cursor: auto;
  width: 400px;
  transition: width 0.3s linear 0.2s;
}
.radio:checked + .relative .circle {
  background: #ffdb4c;
}
.radio:checked ~ .content {
  max-height: 180px;
  border-color: #ffffff;
  width: 400px;
}
.radio:checked p {
  max-height: 200px;
  color: #1e2a30;
  transition: color 0.3s linear 0.3s;
}
.bar-graph {
  font-size: 0;
  padding-left: 50px;
  position: relative;
}
.bar-graph.mini {
  background-size: 40px 40px;
}
.bar-graph.mini ul.legend {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .bar-graph.mini ul.legend {
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: normal;
  }
}
.bar-graph.no-legend {
  padding-left: 0;
  background: none;
}
.bar-graph.no-legend ul.legend {
  display: none;
}
.bar-graph.no-legend .bar.selected,
.bar-graph.no-legend .bar:hover {
  background: #4b626e;
}
.bar-graph.no-legend .bar.selected:before,
.bar-graph.no-legend .bar:hover:before,
.bar-graph.no-legend .bar.selected:after,
.bar-graph.no-legend .bar:hover:after {
  display: none;
}
.bar-graph:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
}
.bar-graph.loading:before {
  background: url(/wp-content/themes/cfh/img/throbber.gif) no-repeat center center;
  width: 100%;
}
.bar-graph .graph-years {
  color: #1e2a30;
  padding-left: 50px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
.bar-graph .graph-years div {
  position: absolute;
  top: 15px;
}
.bar-graph .graph-years div:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 100%;
  border-left: 1px dotted #1e2a30;
  height: 10px;
}
.bar-graph .bar {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  background: #4b626e;
  z-index: 5;
}
.bar-graph .bar.selected,
.bar-graph .bar:hover {
  background: #b50007;
}
.bar-graph .bar.selected:before,
.bar-graph .bar:hover:before,
.bar-graph .bar.selected:after,
.bar-graph .bar:hover:after {
  display: block;
}
.bar-graph .bar:before {
  content: attr(data-month);
  white-space: nowrap;
  color: #ffffff;
  background: #b50007;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  right: 100%;
  margin-right: 10px;
  display: none;
  z-index: 5;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  line-height: 26px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 700;
}
.bar-graph .bar:after {
  content: '';
  display: none;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: transparent transparent transparent #b50007;
  top: -4px;
  right: 100%;
  margin-right: -2px;
  width: 0px;
  height: 0px;
}
.bar-graph .bar.bar-none {
  background: white;
}
.bar-graph ul.legend {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  left: 0;
  z-index: 1;
  display: table;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  width: 100%;
  height: 100%;
  background-size: 50px 50px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoNzUsIDk4LCAxMTApIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0icmdiKDc1LCA5OCwgMTEwKSIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYig3NSwgOTgsIDExMCkiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSJyZ2IoNzUsIDk4LCAxMTApIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==),url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMjUlIiBzdG9wLWNvbG9yPSJyZ2IoNzUsIDk4LCAxMTApIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48c3RvcCBvZmZzZXQ9IjI2JSIgc3RvcC1jb2xvcj0icmdiKDc1LCA5OCwgMTEwKSIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9InJnYig3NSwgOTgsIDExMCkiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPjxzdG9wIG9mZnNldD0iNzYlIiBzdG9wLWNvbG9yPSJyZ2IoNzUsIDk4LCAxMTApIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(90deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent), -webkit-linear-gradient(0deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent);
  background-image: -moz-linear-gradient(90deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent), -moz-linear-gradient(0deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent);
  background-image: -o-linear-gradient(90deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent), -o-linear-gradient(0deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent);
  background-image: linear-gradient(0deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, rgba(75, 98, 110, 0.05) 25%, rgba(75, 98, 110, 0.05) 26%, transparent 27%, transparent 74%, rgba(75, 98, 110, 0.05) 75%, rgba(75, 98, 110, 0.05) 76%, transparent 77%, transparent);
}
.bar-graph ul.legend li {
  color: #4b626e;
  display: table-row;
  position: relative;
}
.bar-graph ul.legend li .line {
  position: relative;
}
.bar-graph ul.legend li .line:after {
  content: '';
  display: block;
  width: 99%;
  position: absolute;
  top: 8px;
  left: 50px;
  border-top: 1px dotted #4b626e;
}
.bar-graph.top-graph ul.legend {
  bottom: -31px;
}
.bar-graph.top-graph .bar:hover {
  cursor: pointer;
}
.tab-display .bar-graph ul.legend li:last-child {
  color: transparent;
}
.home .cfh-page-map {
  display: none;
}
.page-get-help {
  background-color: #F7F6F0;
}
.page-get-help #cfh-gutentberg .cfh-get-help-blocks:last-child {
  padding-bottom: 102px;
}
@media (max-width: 768px) {
  .page-get-help #cfh-gutentberg .cfh-get-help-blocks:last-child {
    padding-bottom: 60px;
  }
}
.page-the-latest {
  background-color: #F7F6F0;
}
.page-faqs-and-myths {
  background-color: #F7F6F0;
}
.page-faqs-and-myths #cfh-gutentberg {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  .page-faqs-and-myths #cfh-gutentberg {
    margin-bottom: 50px;
  }
}
.page-how-kids-and-teens-can-help {
  background-color: #F7F6F0;
}
.page-about-us #cfh-gutentberg .cfh-container #breadcrumbs {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 35px;
  left: 55px;
}
.page-about-the-coalition {
  background-color: #F7F6F0;
}
.page-about-the-coalition #cfh-gutentberg {
  padding-bottom: 110px;
}
@media (max-width: 480px) {
  .page-about-the-coalition #cfh-gutentberg {
    padding-bottom: 30px;
  }
}
#page-home .hero-title {
  line-height: 40px;
}
#page-home .hero {
  position: relative;
  height: 430px;
}
#page-home .hero .message {
  width: 100%;
  max-width: 625px;
  position: absolute;
}
#page-home .hero .message .home-cta {
  margin-top: 15px;
}
#page-home .row-3.media {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-home .row-3.media {
    left: 0;
  }
}
#page-home #menu-get-help {
  padding-left: 0;
}
#page-home #menu-get-help li {
  padding: 0 10px;
  display: inline-table;
}
#page-home #menu-get-help li a {
  display: table-cell;
  padding-top: 0;
  margin-top: 0;
  vertical-align: middle;
  height: 130px;
  position: relative;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  #page-home .cfh-news:nth-of-type(1) {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #page-home .cfh-news:nth-of-type(2) .news-lead {
    width: 104%;
  }
}
#page-home .hero.video h3 {
  font-family: 'PT Serif', serif;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 30px;
}
@media only screen and (min-width: 1025px) {
  #page-home .hero-box-mobile {
    display: none !important;
  }
  #page-home .message {
    bottom: 25px;
    left: 0;
  }
  #page-home h1.advocacy {
    text-transform: uppercase;
  }
  #page-home .media {
    margin: 60px auto 65px;
  }
  #page-home .media .info-row .grid-unit {
    display: inline-block;
    float: none;
    margin-right: 1%;
    width: 32%;
    vertical-align: top;
  }
  #page-home .media .info-row .grid-unit:last-child {
    margin-right: 0;
  }
  #page-home .media .info-row .grid-unit.help .button.white {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -107.5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #page-home .hero-box-mobile {
    display: none;
  }
  #page-home .message {
    top: 230px;
    width: 20%;
  }
}
@media only screen and (max-width: 768px) {
  #page-home .hero-box-mobile-wrap {
    padding-bottom: 10px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: black;
  }
  #page-home .hero-box-mobile {
    display: block;
    margin: 22px auto;
    padding: 0 10px;
    height: auto;
  }
  #page-home .media .info-row .grid-unit {
    height: auto !important;
  }
  #page-home .hero-box-desktop {
    display: none;
  }
  #page-home .home-cta {
    text-align: center;
  }
  #page-home .message {
    bottom: -415px;
    padding: 180px 10px 0 10px;
    width: 100%;
  }
  #page-home .message h4 {
    font-family: 'PT Serif', serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  #page-home .button {
    width: 95%;
  }
  #page-home h1.advocacy {
    font-size: 3.8rem;
    text-transform: capitalize;
  }
  #page-home .info {
    width: 100%;
    margin-bottom: 22px;
  }
  #page-home .info.help {
    margin-top: 22px;
  }
  #page-home .hero.video {
    width: 100% !important;
    margin-left: 0 !important;
  }
  #page-home .hero.video h2 {
    text-transform: uppercase;
    padding: 0 10px;
  }
  #page-home .hero.video h3 {
    font-family: 'PT Serif', serif;
    font-size: 15px;
    padding: 10px;
    line-height: 20px;
  }
}
#page-home .rotator-item.active {
  top: 30px;
}
@media (max-width: 768px) {
  .cfh-page-template {
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  .cfh-page-template {
    margin-top: 25px;
  }
}
.cfh-index-template {
  background-color: #F7F6F0;
}
.cfh-col-9 {
  max-width: 820px;
  width: 820px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cfh-col-9 {
    width: 100%;
    max-width: 100%;
  }
}
.cfh-col-3 {
  max-width: 150px;
  width: 150px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cfh-col-3 {
    width: 100%;
    max-width: 100%;
  }
}
.cfh-index-template {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 992px) {
  .cfh-index-template {
    justify-content: flex-start;
    padding-bottom: 40px;
  }
}
@media (min-width: 993px) {
  .cfh-index-template .cfh-col-9 {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .cfh-index-template .entry-header {
    display: none;
  }
}
.cfh-index-template .cfh-col-9,
.cfh-index-template .cfh-col-3 {
  margin: 0;
}
@media (max-width: 992px) {
  .sidebar {
    padding: 0 15px !important;
  }
}
.sidebar .widget .widget-title {
  font-family: brandon_grotesquebold;
  font-size: 28.51px;
  color: #1E2A30;
  text-align: left;
  margin: 0 0 40px 0;
  position: relative;
  line-height: 33.26px;
}
.sidebar .widget .widget-title:before {
  content: '';
  width: 26px;
  height: 4px;
  background-color: #4B626E;
  display: block;
  position: absolute;
  left: 0;
  bottom: -15px;
}
.sidebar .widget.widget_archive ul li {
  margin-bottom: 20px;
}
.sidebar .widget.widget_archive ul li .jaw_years {
  text-decoration: none;
  font-family: brandon_grotesque_regular;
  font-size: 18px;
  color: #4B626E;
  line-height: 21px;
  transition: .3s;
}
.sidebar .widget.widget_archive ul li .jaw_years .arrow {
  display: none;
}
.sidebar .widget.widget_archive ul li ul {
  margin-top: 10px;
}
.sidebar .widget.widget_archive ul li ul li.jaw_months {
  margin-bottom: 10px;
}
.sidebar .widget.widget_archive ul li ul li.jaw_months a {
  text-decoration: none;
}
.sidebar .widget.widget_archive ul li:hover .jaw_years {
  font-family: brandon_grotesquebold;
  color: #1E2A30;
}
.cfh-index-template .sidebar {
  padding: 0;
  margin-top: 45px;
}
@media (max-width: 992px) {
  .cfh-index-template .sidebar {
    margin-top: 50px;
  }
}
@media (min-width: 993px) {
  .cfh-index-template .sidebar {
    margin-left: 35px;
    min-width: 120px;
  }
}
.video {
  position: relative;
}
.video iframe {
  display: block;
  height: 430px;
  width: 100%;
  z-index: -99;
}
.video .grid-row {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  .video .grid-row {
    left: 5px;
    margin-left: 0;
  }
}
.hero-box {
  height: 420px;
  padding: 5px;
  width: 310px;
  position: relative;
  z-index: 2;
}
.hero-box .box-1 {
  background-color: #1e2a30;
  float: left;
  height: 120px;
  width: 53%;
}
.hero-box .box-2 {
  background-color: #1e2a30;
  float: left;
  height: 120px;
  width: 44.5%;
}
.hero-box .small-box + .small-box {
  margin-left: 2.5%;
}
.hero-box .large-box {
  height: 135px;
  margin: 4.5% 0;
  width: 100%;
}
.hero-box .medium-box {
  height: 130px;
  width: 100%;
}
.hero {
  position: relative;
}
.hero a {
  color: #FFF;
}
.hero .highlight {
  position: relative;
}
.hero h1 {
  margin-bottom: 7px;
}
.hero .entry-meta {
  color: #1e2a30;
}
.hero .white-text {
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .hero {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: auto !important;
  }
}
.hero .hero_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.hero .hero_link img {
  width: 100%;
}
.hero-box-mobile-wrap .hero_link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 500px;
  width: 100%;
  z-index: 1;
}
.hero-box-mobile-wrap .hero_link img {
  width: 100%;
}
.hero.white-background a {
  color: #4b626e;
}
.press {
  color: #000;
}
.press a {
  color: #4b626e !important;
}
.press .hero a {
  color: #fff !important;
}
.press #main {
  padding-bottom: 0;
}
.press h2 {
  color: #26353c;
}
.press h3 a,
.press h4 a {
  color: #4b626e;
  font-size: 28px;
  text-decoration: none;
}
.press .entry-meta {
  color: #4b626e;
  margin-top: 20px;
}
.press .entry-meta a {
  color: #4b626e;
}
.press .load-more hr.blue {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .press .load-more hr.blue {
    width: 100%;
  }
}
.press .row-3 {
  width: 98%;
  margin-left: 10px;
}
.press .row-3 article {
  padding-right: 10px;
  padding-left: 10px;
}
.press .row-3 article:nth-of-type(3n+1) {
  clear: left;
}
@media only screen and (max-width: 768px) {
  .press .row-3 article {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .press .row-3 {
    margin-right: 10px;
    width: auto;
  }
}
.press article.grid-unit img {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .press .hero {
    height: 350px;
  }
  .press .mobile img,
  .press article img {
    padding-left: 0;
  }
  .press .entry-content.right-padding-twenty {
    padding-right: 10px;
  }
  .press .entry-content.left-padding-twenty {
    padding-left: 10px;
  }
  .press #paged-content article {
    margin-top: 30px;
  }
}
.tree {
  /*We will use :before and :after to draw the connectors*/
  /*We need to remove left-right connectors from elements without
any siblings*/
  /*Remove space from the top of single children*/
  /*Remove left connector from first child and
right connector from last child*/
  /*Adding back the vertical connector to the last nodes*/
  /*Time to add downward connectors from parents*/
}
.tree ul {
  padding-top: 20px;
  position: relative;
}
.tree li:before,
.tree li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}
.tree li:after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}
.tree li:only-child:after,
.tree li:only-child:before {
  display: none;
}
.tree li:only-child {
  padding-top: 0;
}
.tree li:first-child:before,
.tree li:last-child:after {
  border: 0 none;
}
.tree li:last-child:before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.tree li:first-child:after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.tree ul ul:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}
.tree li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
#paged {
  display: none;
}
.load-more,
.load-more:hover,
.load-more:active,
.load-more:focus {
  text-align: center;
  padding-bottom: 90px;
  text-decoration: none;
  color: #4b626e !important;
  font-size: 15px;
  cursor: pointer;
}
.load-more span,
.load-more:hover span,
.load-more:active span,
.load-more:focus span {
  font-family: FontAwesome;
}
.newsletter #main h1 {
  padding-bottom: 60px !important;
}
.newsletter .posted-on,
.newsletter .author,
.newsletter .byline {
  display: none;
}
body .newsletter #main {
  padding-bottom: 100px !important;
}
body #main {
  padding: 0px 20px;
}
body #main #breadcrumbs,
body #main #breadcrumbs_mobile {
  margin-top: 40px;
}
body #main .hero #breadcrumbs,
body #main .hero #breadcrumbs_mobile {
  margin-top: 0;
  margin-left: 0;
}
body #main ol {
  list-style-type: decimal;
  margin: 0 0 0 30px;
}
body #main .col-2 ul {
  list-style-type: disc;
  margin-left: 30px;
}
body #main h4 {
  margin: 40px 0 10px;
}
body #main h4:first-child {
  margin-top: 0;
}
body #main .grid-unit a + h4,
body #main .grid-unit iframe + h4 {
  margin-top: 0;
}
.blog .grid-row .grid-unit.col-3 {
  width: 66.66%;
}
.blog #breadcrumbs,
.blog #breadcrumbs_mobile {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 0 !important;
}
@media only screen and (max-width: 768px) {
  .blog #breadcrumbs,
  .blog #breadcrumbs_mobile {
    display: none;
    margin-top: 0;
  }
}
.blog #main {
  padding: 0 20px 60px 20px;
}
@media only screen and (max-width: 768px) {
  .blog #main {
    padding-bottom: 0;
  }
}
.blog .entry-meta {
  padding-top: 20px;
  padding-bottom: 30px;
  color: #26353c;
}
.blog h4 {
  margin-top: 40px;
  padding-bottom: 30px;
  font-size: 28px;
}
.blog .col-2 {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .blog .col-2 {
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .blog .sidebar {
    position: relative;
    left: -20px;
    width: 114% !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog .sidebar h3 {
  color: #1e2a30;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 5px;
}
.blog .sidebar li {
  display: block;
  color: #1e2a30;
  padding-bottom: 30px;
}
.blog .sidebar hr {
  margin-bottom: 30px;
}
.blog .sidebar a {
  color: #4b626e;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-weight: 400;
}
.news .hero a {
  color: #4b626e;
}
@media only screen and (max-width: 768px) {
  .news .hero {
    margin-left: -20px;
    width: 112%;
  }
  .news .hero img {
    width: 115%;
    margin-left: -25px;
    margin-right: -25px;
    max-width: auto;
  }
  .news .hero p {
    width: 92%;
  }
}
.featured-newsletter #breadcrumbs,
.newsletter #breadcrumbs,
.featured-newsletter #breadcrumbs_mobile,
.newsletter #breadcrumbs_mobile {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0 !important;
}
@media only screen and (max-width: 768px) {
  .featured-newsletter #breadcrumbs,
  .newsletter #breadcrumbs,
  .featured-newsletter #breadcrumbs_mobile,
  .newsletter #breadcrumbs_mobile {
    display: block;
    margin-top: 0;
  }
}
.featured-newsletter #main,
.newsletter #main {
  padding: 20px;
}
.featured-newsletter h1,
.newsletter h1 {
  color: #1e2a30;
}
.featured-newsletter .posted-on,
.newsletter .posted-on,
.featured-newsletter .byline,
.newsletter .byline {
  color: #4b626e;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
}
.featured-newsletter p:nth-of-type(1),
.newsletter p:nth-of-type(1) {
  padding-top: 40px;
}
.featured-newsletter .toc,
.newsletter .toc {
  max-width: 350px;
  float: left;
}
.featured-newsletter .toc a,
.newsletter .toc a {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 17px;
}
.featured-newsletter p h4,
.newsletter p h4 {
  margin-top: 40px;
  padding-bottom: 30px;
  font-size: 28px;
}
.featured-newsletter .thumb,
.newsletter .thumb {
  float: left;
  margin-right: 30px;
}
.featured-newsletter .thumb img,
.newsletter .thumb img {
  width: 350px;
  height: 453px;
}
@media only screen and (max-width: 768px) {
  .featured-newsletter .thumb img,
  .newsletter .thumb img {
    width: 100%;
    height: auto;
  }
}
.featured-newsletter #disqus_thread,
.newsletter #disqus_thread {
  padding-top: 30px;
}
.featured-newsletter li,
.newsletter li {
  list-style-type: disc;
}
.featured-newsletter li a,
.newsletter li a {
  color: #4b626e;
}
.featured-newsletter h4,
.newsletter h4 {
  padding-bottom: 20px;
}
.featured-newsletter .green,
.newsletter .green {
  margin-top: 40px;
}
.featured-newsletter .toc li,
.newsletter .toc li {
  position: relative;
  left: 20px;
  width: 95%;
}
.featured-newsletter .the-content,
.newsletter .the-content {
  width: 66.66%;
}
@media only screen and (max-width: 768px) {
  .featured-newsletter .the-content,
  .newsletter .the-content {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .videos .hero article {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.videos article iframe {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .videos .hero {
    padding-bottom: 40px;
  }
  .videos .hero h2 {
    padding-top: 0;
  }
  .videos .hero article {
    margin-left: -20px;
    margin-right: -20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .videos .hero .entry-content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .videos .hero .dynamic-height-25 {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .videos article iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .videos .sidebar,
  .archive .sidebar {
    width: auto !important;
    margin-left: -20px;
    margin-right: -20px;
    display: block;
    float: none;
    clear: both;
  }
}
.blogs .hero {
  height: 410px;
}
@media only screen and (max-width: 768px) {
  .blogs .hero {
    height: auto;
  }
  .blogs .hero img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    max-width: none !important;
  }
}
.blogs .hero .entry-content {
  padding-left: 25px !important;
}
.blogs .hero .entry-meta {
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blogs .hero p {
    width: 92%;
  }
}
.blogs .hero .mobile_full {
  margin: 0 -30px;
}
@media only screen and (max-width: 768px) {
  .blogs .grid-unit.sidebar-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin: 0 -20px;
    float: none;
    clear: both;
    display: block;
  }
}
.blogs .entry-meta {
  color: #26353c;
}
.blogs #paged-content {
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .blogs #paged-content {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .blogs #paged-content .mobile_full {
    margin: 0 -20px;
  }
  .blogs #paged-content .mobile_full img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .blogs .right-padding-ten {
    padding-right: 0;
  }
}
.blogs .col-2 article {
  width: 50%;
  float: left;
}
.blogs .col-2 article a {
  color: #4b626e;
}
@media only screen and (max-width: 768px) {
  .blogs .col-2 article {
    width: 100%;
    height: auto;
  }
}
.blogs .col-2 article h4 {
  padding-bottom: 15px;
  font-size: 28px;
}
.blogs .col-2 article h4 a {
  text-decoration: none;
}
.blogs .col-2 article .entry-meta {
  padding-bottom: 20px;
}
.blogs .col-2 article img {
  width: 75%;
  height: auto;
}
.blogs .col-2 article:nth-of-type(odd) {
  padding-right: 10px;
  padding-left: 10px;
  clear: left;
}
@media only screen and (max-width: 768px) {
  .blogs .col-2 article:nth-of-type(odd) {
    padding-right: 0;
    padding-left: 0;
  }
}
.blogs .col-2 article:nth-child(even) {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .blogs .col-2 article:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .blogs .col-2 article:nth-child(1),
  .blogs .col-2 article:nth-child(2),
  .blogs .col-2 article:nth-child(3) {
    display: block;
  }
}
.blogs .row-3 {
  margin-top: 30px;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .blogs .row-3 {
    display: block;
  }
}
.blogs h2 {
  margin-top: 10px;
}
.blogs .grid-row {
  width: auto;
}
.blogs .sidebar h4 {
  font-weight: bolder;
  font-size: 30px;
  padding-top: 20px;
  color: #1e2a30;
}
.blogs .sidebar h1 {
  display: none;
}
.blogs .widget_jal_widget {
  color: #1e2a30;
}
.blogs .widget_jal_widget a {
  color: #1e2a30;
  text-decoration: none;
  font-weight: bold;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.blogs .widget_jal_widget a:hover {
  color: #4b626e;
  text-decoration: underline;
}
.blogs .widget_jal_widget li.jaw_years {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 22px;
  text-align: left;
}
.blogs .widget_jal_widget li.jaw_years span {
  font-family: FontAwesome;
  float: right;
  padding-right: 20px;
}
.blogs .widget_jal_widget li.jaw_years:nth-last-of-type(1) {
  border-bottom: 0 !important;
}
.blogs .widget_jal_widget .jaw_years:nth-last-of-type {
  border-bottom: 0;
}
.blogs .widget_jal_widget .jaw_widget {
  padding-left: 10px;
}
.blogs .widget_jal_widget li.jaw_months {
  padding-left: 20px;
}
.blogs .widget_jal_widget li.jaw_months a {
  font-weight: normal;
  font-size: 22px;
}
.frontline hero p {
  padding-top: 80px;
}
.frontline a {
  color: #4b626e;
}
.frontline h2.page-header {
  clear: both;
  padding-bottom: 0;
}
.frontline h4 a {
  text-decoration: none;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.frontline .subhead {
  line-height: 30pt;
}
@media only screen and (max-width: 768px) {
  .frontline .subhead {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.frontline .overlap {
  margin-left: -20px;
  margin-right: -20px;
}
@media only screen and (max-width: 768px) {
  .frontline .grid-row {
    width: 88%;
  }
}
.frontline .grid-row.row-3 {
  width: 100%;
  padding-left: 20px;
}
.frontline .grid-row.row-3 article {
  padding-right: 10px;
  margin-bottom: 20px;
}
.frontline .grid-row.row-3 article h4 {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .frontline .grid-row.row-3 article {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .frontline .grid-row.row-3 {
    padding-left: 0;
  }
}
.frontline #paged-content article:nth-of-type(3n+1) {
  clear: left;
}
@media only screen and (max-width: 768px) {
  .frontline hr {
    width: 90% !important;
    padding-top: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .frontline div.load-more {
    padding-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter-landing .hero {
    padding-bottom: 40px;
  }
  .newsletter-landing .hero .grid-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .newsletter-landing .hero .grid-row .entry-content {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .newsletter-landing .hero .grid-row .featured-image {
    padding: 0 !important;
    height: auto !important;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.newsletter-landing .hero a {
  color: #4b626e;
}
@media only screen and (max-width: 768px) {
  .newsletter-landing .hero .entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.newsletter-landing .hero .featured-image {
  text-align: center;
}
.newsletter-landing .hero .featured-image img {
  max-height: 290px;
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .newsletter-landing .hero .featured-image img {
    margin-left: -20px;
    width: 112% !important;
    height: auto;
    max-height: none;
    max-width: none;
  }
}
.newsletter-landing article {
  height: auto !important;
}
@media only screen and (max-width: 768px) {
  .newsletter-landing article {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 768px) {
  .newsletter-landing div.load-more {
    padding-bottom: 70px !important;
  }
}
.newsletter-landing hr.blue {
  padding-top: 40px !important;
}
.proven-solutions .hero h1 {
  padding-top: 45px;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: normal;
  line-height: 72px;
}
@media only screen and (max-width: 768px) {
  .proven-solutions .hero h1 {
    padding-top: 40%;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 38px;
  }
}
@media only screen and (max-width: 768px) {
  .proven-solutions .overlap {
    margin-right: -20px;
  }
}
.proven-solutions .overlap .page-header {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .proven-solutions .overlap .page-header {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 34px;
  }
}
.proven-solutions .page-header {
  color: #26353c;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 54px;
  padding-left: 20px;
  padding-right: 20px;
}
.proven-solutions h3.page-header {
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
  line-height: 54px;
}
.proven-solutions .subhead {
  padding-left: 40px;
  padding-right: 40px;
  font-family: 'PT serif', serif;
  font-size: 22px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .proven-solutions .subhead {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 28px;
  }
}
.proven-solutions article .grid-unit.col-3 {
  padding-left: 20px;
}
.proven-solutions .entry-content {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .proven-solutions .entry-content {
    width: 100% !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  .proven-solutions .entry-content li {
    margin-left: 10px;
  }
}
.proven-solutions .top-margin-sixty h2 {
  margin-bottom: 30px;
}
.proven-solutions .top-margin-sixty p {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  line-height: 30pt;
}
@media only screen and (max-width: 768px) {
  .proven-solutions .top-margin-sixty p {
    width: 80%;
  }
}
.proven-solutions .top-margin-sixty a.green-button {
  margin-top: 30px;
}
.proven-solutions .solution_panel {
  display: none;
}
.proven-solutions .solution_panel.active {
  display: block;
}
.today .main-text {
  font-size: 23px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .today .main-text {
    font-size: 18px;
    line-height: 28px;
  }
}
.today .hero h1 {
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: normal;
}
.today .hero p {
  color: #fff;
  font-style: italic;
  text-align: center;
  width: 90%;
  margin: auto;
  line-height: 40px;
  font-size: 23px;
}
@media only screen and (max-width: 768px) {
  .today .hero p {
    font-size: 18px;
    line-height: 28pt;
  }
}
@media only screen and (max-width: 768px) {
  .today .hero [data-mobile] {
    display: none !important;
  }
}
.today h3 {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.today .overlap {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .today .overlap {
    width: 112%;
  }
}
.today .green-button {
  margin-top: 30px;
  margin-bottom: 40px;
}
.today .other {
  background-color: #f7f6f0;
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.today .other h2 {
  margin-bottom: 30px;
}
.today .other h3 {
  font-weight: normal;
  color: #4b626e;
}
.today .other p,
.today .other ul,
.today .other ol {
  margin-bottom: 40px;
  width: 66.6%;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .today .other p,
  .today .other ul,
  .today .other ol {
    width: auto;
  }
}
.today .other ul,
.today .other ol {
  list-style: disc;
  margin-left: 50px;
}
.today .other ul li,
.today .other ol li {
  margin-bottom: 15px;
}
.today .other .sixty-six {
  width: 66.66%;
}
@media only screen and (max-width: 768px) {
  .today .other .sixty-six {
    width: 100%;
  }
}
.today main {
  padding-bottom: 0;
}
.today .social-share {
  margin-top: 25px;
  text-align: center;
}
.today .social-share > * {
  margin: 0 7.5px;
}
.today .social-share span {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #4b626e;
}
.today .social-share a,
.today .social-share a:visited {
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}
.today .social-share a i.ss-facebook,
.today .social-share a:visited i.ss-facebook {
  color: #3b5998;
}
.today .social-share a i.ss-twitter,
.today .social-share a:visited i.ss-twitter {
  color: #00aced;
}
.date.category {
  font-size: 1.5em;
}
#infscr-loading {
  clear: both;
  margin: auto 0;
  text-align: center;
  position: relative;
  top: 90px;
}
.entry-meta {
  color: #4b626e;
}
.take-action .hero {
  max-height: 535px;
}
.take-action .hero h1 {
  margin-top: 44px;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .take-action .hero h1 {
    margin: auto;
    margin-top: 130px;
    width: 75%;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
    line-height: 38px;
  }
}
.take-action .overlap {
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .take-action .overlap {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 40px;
  }
}
.take-action .hero-subhead {
  padding-left: 20px;
  padding-right: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .take-action center img {
    display: none;
  }
}
.take-action .what-you-can-do-grid {
  text-align: center;
}
.take-action .what-you-can-do-grid div {
  width: 33%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .take-action .what-you-can-do-grid div {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    float: none;
  }
}
.take-action .what-you-can-do-grid div h4 a {
  padding-bottom: 20px;
  position: relative;
  display: block;
  color: #4b626e;
  text-decoration: none;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .take-action .what-you-can-do-grid div h4 a {
    top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .take-action .what-you-can-do-grid div img {
    position: relative;
    top: -40px;
  }
}
.take-action .what-you-can-do-grid div a {
  border: none;
  padding: 0;
  text-decoration: underline;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #4b626e;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}
.take-action .what-you-can-do-grid div a:hover {
  text-decoration: none;
}
.take-action .second-hero {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .take-action .second-hero {
    height: 670px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .take-action .second-hero img {
    display: none !important;
  }
}
.take-action .second-hero h2 {
  padding-top: 250px;
  padding-bottom: 20px;
}
.take-action .second-hero .subhead {
  color: #fff;
  line-height: 28px;
  font-size: 22px;
  padding-top: 20px;
  width: 75%;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .take-action .second-hero .subhead {
    width: 90%;
    font-size: 18px;
    padding-top: 8px;
  }
}
.take-action .green-button {
  margin-bottom: 40px;
}
.take-action .age-group-wrapper {
  margin-left: 80px;
  margin-right: 70px;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .take-action .age-group-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 20px;
  }
}
.take-action .age-group-wrapper .age_group {
  float: left;
  width: 31%;
  margin-right: 10px;
  background: #fff;
  padding: 20px;
  text-align: center;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  min-height: 125px;
  border-radius: 7px;
  /* future proofing */
  -khtml-border-radius: 7px;
  /* for old Konqueror browsers */
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .take-action .age-group-wrapper .age_group {
    float: none;
    width: 100%;
    min-height: 20px;
    padding: 10px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    /* future proofing */
    -khtml-border-radius: 25px;
    /* for old Konqueror browsers */
  }
  .take-action .age-group-wrapper .age_group p {
    display: none;
  }
}
.take-action .age-group-wrapper .age_group h4 {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}
.take-action .age-group-wrapper .age_group h4:before {
  content: "\f105";
  font-family: 'FontAwesome';
  font-style: normal;
  font-size: 120%;
  padding-right: 5px;
  font-weight: 700;
}
.take-action .age-group-wrapper .age_group p {
  margin-top: 10px;
  margin-bottom: 0;
}
.take-action .age-group-wrapper .age_group:hover {
  background-color: #F5CB0F;
}
.take-action .get-involved h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.take-action .get-involved h4 a {
  text-decoration: none;
}
.take-action .get-involved a.light-green {
  color: #4b626e;
  font-weight: bold;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.take-action .get-involved a.light-green:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .take-action .get-involved div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .take-action .get-involved h4,
  .take-action .get-involved .entry-meta,
  .take-action .get-involved .light-green {
    margin-left: 10px;
    margin-right: 10px;
  }
  .take-action .get-involved .green-button {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    text-align: center;
    display: block;
    margin-bottom: 0;
  }
  .take-action .get-involved .light-green {
    padding-bottom: 20px;
    display: block;
  }
  .take-action .get-involved img:nth-of-type(2) {
    margin-top: 20px;
  }
}
.take-action .featured-sponsor p {
  width: 90%;
  margin: auto;
}
.take-action h2 a {
  text-decoration: none;
  color: inherit;
}
[id^="example1a-"],
[id^="example1b-"],
[id^="example101b-"],
[id^="example2-"],
[id^="example3a-"],
[id^="example3b-"],
[id^="example3d-"],
[id^="example3f-"],
[id^="example4a-"],
[id^="example4b-"],
[id^="example7a-"],
.example7a-inside,
[id^="example7b-"],
.example8a-inside,
[id^="example8b-"],
[id^="example9-"],
[id^="example10-"],
[id^="example11-"],
[id^="example12-"],
[id^="example13-"],
[id^="example14-"],
[id^="example15-"] {
  font-family: sans-serif;
  color: #3c3c3c;
  border-radius: 15px;
  text-decoration: none;
  width: 450px;
  height: 150px;
  margin: 10px;
  font-size: 20px;
}
[id^="example1b-"],
[id^="example101b-"],
[id^="example3b-"],
[id^="example3d-"],
[id^="example3f-"],
[id^="example7b-"],
[id^="example8b-"],
#example2-click-prev,
#example2-click-next,
#example7a-click-prev,
#example7a-click-next,
#example9-click-prev,
#example9-click-next,
[id^="example12-"],
[id^="example13-"],
[id^="example14-"],
[id^="example15-"] {
  text-decoration: none;
  display: block;
  position: relative;
  float: left;
  width: 36px;
  height: 16px;
  font-size: 12px;
  margin: 5px;
}
[id^="example4a-"],
[id^="example4b-"] {
  display: block;
  position: relative;
  float: left;
  width: 45px;
  height: 55px;
}
[id^="example9-"],
[id^="example11-"] {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
[id^="example10-"] {
  display: block;
  position: absolute;
  width: 100px;
  height: 150px;
}
#example10 {
  display: block;
  position: absolute;
  width: 560px;
  height: 230px;
}
[id^="example12-"] {
  width: 500px;
  height: 16px;
  margin: 0px;
  clear: both;
  overflow: hidden;
  margin-top: -1px;
  border-radius: 0px;
}
[id^="example13-"] {
  width: 440px;
  height: auto;
  clear: both;
  margin: 10px;
  border-radius: 0px;
}
[id^="example1a-"],
[id^="example2-"],
[id^="example3a-"],
[id^="example3b-item-"],
[id^="example3d-item-"],
[id^="example3f-item-"] {
  display: block;
  position: absolute;
}
.example8a-inside {
  display: block;
  position: relative;
  float: left;
}
.example7a-inside {
  display: block;
  position: relative;
  float: left;
  clear: both;
}
[id^="example7a-"],
[id^="example8a-"] {
  display: block;
  position: absolute;
}
[id^="example2-"],
[id^="example3a-"] {
  margin-left: -150px;
}
[id^="example3b-item-"],
[id^="example3d-item-"],
[id^="example3f-item-"] {
  margin-left: 100px;
}
#example3b-click-prev,
#example3b-click-next,
#example3d-click-prev,
#example3d-click-next,
#example3f-click-prev,
#example3f-click-next {
  display: block;
  position: relative;
  float: left;
  margin-top: 40px;
  top: 10px;
  left: 190px;
}
#example2-click-prev,
#example2-click-next {
  top: 210px;
  left: 200px;
}
#example7a-click-prev,
#example7a-click-next {
  top: 389px;
}
#example9-click-prev,
#example9-click-next {
  top: 210px;
}
#mycounter {
  text-decoration: none;
  display: block;
  position: relative;
  float: left;
  font-size: 12px;
  padding: 5px 0px 5px 10px;
  margin: 6px 0px;
}
/* scrolls */
#example10-click-scrollOut,
#example9-click-scrollOut,
#example7a-click-scrollOut {
  color: #3c3c3c;
  top: 222px;
  display: block;
  position: relative;
  float: left;
  width: 370px;
  height: 19px;
  background: #e2e2e2;
  margin: 0px 10px;
  padding: 0px;
  border: 0px solid #3c3c3c;
}
#example7a-click-scrollOut {
  top: 400px;
}
#example10-click-scrollIn,
#example9-click-scrollIn,
#example7a-click-scrollIn {
  color: #3c3c3c;
  display: block;
  position: absolute;
  width: 60px;
  height: 15px;
  margin: 0px;
  padding: 0px;
}
.no-touch #example10-click-scrollIn:hover,
#example10-click-scrollIn.active,
.no-touch #example9-click-scrollIn:hover,
#example9-click-scrollIn.active,
.no-touch #example7a-click-scrollIn:hover,
#example7a-click-scrollIn.active {
  background: #92e8ff;
}
#example10-click-scrollOut {
  z-index: 999;
  margin-top: -206px;
  margin-left: 500px;
  width: 19px;
  height: 200px;
}
#example10-click-scrollIn {
  width: 15px;
  height: 60px;
}
/* drags */
#example7a-click-dragOut,
#example8a-click-dragOut,
#example9-click-dragOut,
#example10-click-dragOut {
  border-radius: 20px;
  overflow: hidden;
  float: left;
  width: 490px;
  height: 190px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}
#example7a-click-dragIn,
#example8a-click-dragIn,
#example9-click-dragIn,
#example10-click-dragIn {
  display: block;
  position: absolute;
  width: 1200px;
  height: 190px;
  margin: 0px;
  padding: 0px;
}
#example10-click-dragIn {
  width: 2400px;
}
#example9-click-dragOut {
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0px;
  width: 520px;
  height: 210px;
}
#example9-click-dragIn {
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0px;
  height: 210px;
}
#example10-click-dragOut {
  z-index: 900;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0px;
  width: 480px;
  height: 230px;
}
#example10-click-dragIn {
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 0px;
  height: 210px;
}
#example7a-click-dragOut {
  height: 378px;
  background: transparent;
}
#example7a-click-dragIn {
  border: 0px solid #3c3c3c;
  border-radius: 0px;
  background: transparent;
}
.rotator-item.active,
.dot.active {
  opacity: 1;
}
.rotator-item,
.dot {
  opacity: .5;
}
.rotator-item.active .slide-circle {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .rotator-item.active h4 {
    display: block;
  }
}
.page-template-template-featured-image-php #breadcrumbs,
.page-template-template-featured-image-php #breadcrumbs_mobile {
  margin: 0 0 25px;
}
.page-template-template-featured-image-sidebar-php .ft-img {
  vertical-align: middle;
  line-height: 500px;
  height: 300px;
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .page-template-template-featured-image-sidebar-php .ft-img {
    height: auto;
    line-height: 100%;
  }
}
.page-template-template-hero-php .hero.flush.no-pad {
  margin-left: -20px;
}
.page-template-template-hero-php #breadcrumbs,
.page-template-template-hero-php #breadcrumbs_mobile {
  margin-top: 30px;
}
.error404 #main {
  min-height: 0;
  padding-bottom: 30px;
}
.get-help .buttons .red-button:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .get-help .buttons .red-button:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .get-help .buttons .red-button {
    background: none;
    color: #b50007 !important;
    text-decoration: underline;
  }
  .get-help .buttons .red-button:hover {
    text-decoration: none;
    background: none;
    color: #b50007;
  }
  .get-help .buttons .red-button:before {
    display: none;
  }
}
.get-help .red-button {
  text-shadow: none;
}
.get-help .subhead {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .get-help .subhead {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    line-height: 26px;
  }
}
.get-help-ind .ui-accordion-header,
.page-faqs-and-myths .ui-accordion-header,
.page-what-should-i-do-if .ui-accordion-header {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 28px;
  color: #4b626e;
  cursor: pointer;
  margin: 30px 0;
}
.get-help-ind .ui-accordion-header.ui-accordion-header-active:after,
.page-faqs-and-myths .ui-accordion-header.ui-accordion-header-active:after,
.page-what-should-i-do-if .ui-accordion-header.ui-accordion-header-active:after {
  content: '';
}
.get-help-ind .ui-accordion-header:after,
.page-faqs-and-myths .ui-accordion-header:after,
.page-what-should-i-do-if .ui-accordion-header:after {
  content: '';
  font-family: FontAwesome;
  margin-left: 10px;
  font-size: 18px;
  display: inline-block;
  text-decoration: none !important;
  line-height: 28px;
  vertical-align: top;
}
.get-help-ind .sidebar ~ .red-button,
.page-faqs-and-myths .sidebar ~ .red-button,
.page-what-should-i-do-if .sidebar ~ .red-button {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .get-help-ind aside,
  .page-faqs-and-myths aside,
  .page-what-should-i-do-if aside,
  .get-help-ind .sidebar,
  .page-faqs-and-myths .sidebar,
  .page-what-should-i-do-if .sidebar {
    padding: 0;
  }
}
.tickercontainer {
  /* the outer div with the black border */
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  padding-top: 5px;
  padding-bottom: 5px;
  left: 10px;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .tickercontainer {
    height: 150px;
  }
}
.tickercontainer .mask {
  /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 10px;
  width: 100%;
  overflow: hidden;
}
ul.newsticker {
  /* that's your list */
  position: relative;
  left: 750px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  ul.newsticker {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 140px;
  }
}
ul.newsticker li {
  float: left;
  /* important: display inline gives incorrect results when you check for elem's width */
  margin: 0;
  padding: 0;
  padding-right: 70px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  ul.newsticker li {
    width: 300px;
    min-width: 300px;
  }
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  margin: 0 50px 0 0;
}
ul.newsticker span {
  margin: 0 10px 0 0;
}
.our-program .hero {
  color: #fff;
  background-size: cover;
  background-color: #fff;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .our-program .hero {
    margin-bottom: 0;
  }
}
.our-program .metric {
  color: #b50007;
  font-style: normal;
  font-weight: bold;
}
.our-program h2.entry-title {
  margin-bottom: 30px;
}
.our-program .ticket_stats {
  padding-top: 15px;
}
.our-program .ticket_stats .mask {
  padding-top: 20px;
}
.our-program .intro {
  width: 85%;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .our-program .intro {
    width: 100%;
    line-height: 26px;
    font-size: 18px;
  }
}
.our-program h4 {
  margin-top: 70px;
  color: #1e2a30;
}
.our-program h4 a {
  text-decoration: none;
}
.our-program a,
.our-program a:visited {
  color: #4b626e;
}
.our-program ul.ui-tabs-nav {
  height: 55px;
  background-color: #000;
}
.our-program ul.newsticker li .metric {
  font-family: 'brandon_grotesquebold';
  color: #b50007;
}
.our-program h4 {
  font-size: 28px;
  color: #26353c;
}
.our-program #main {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .our-program #main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  .our-program .left-padding-twenty {
    padding-left: 10px;
  }
  .our-program .right-padding-twenty {
    padding-right: 10px;
  }
  .our-program .half {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    float: none;
    clear: both;
    height: auto;
  }
  .our-program h4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .our-program .overlap {
    margin-left: 0;
    margin-right: 0;
  }
  .our-program .overlap #tabs {
    display: none;
  }
}
.our-program .ui-accordion-content {
  background-color: #fff !important;
}
.catastrophe .hero h1 {
  margin-top: 30px !important;
  padding-bottom: 50px;
  width: 650px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .catastrophe .hero h1 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .catastrophe .hero p {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'PT Serif', serif;
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catastrophe .hero {
    width: auto !important;
    margin: 0 -20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .catastrophe .hero {
    padding-top: 40px;
  }
}
.catastrophe .overlap {
  width: 106% !important;
  max-width: 1000px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catastrophe .overlap {
    width: 106.6% !important;
    margin-left: -24px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .catastrophe .overlap {
    width: auto !important;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.catastrophe .photo-tile div.text {
  bottom: 5px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .catastrophe .shortest {
    background-size: cover;
  }
}
.catastrophe #main {
  padding-bottom: 0;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .catastrophe {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .catastrophe .hero {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .catastrophe h1 {
    width: 100% !important;
  }
  .catastrophe p {
    width: 100% !important;
  }
  .catastrophe .half {
    width: 100% !important;
  }
  .catastrophe .shortest,
  .catastrophe .tallest {
    height: 375px !important;
    margin-top: 0 !important;
  }
  .catastrophe h3 {
    font-size: 28px;
    line-height: 24px;
  }
}
.latest a {
  color: #4b626e;
}
@media only screen and (max-width: 768px) {
  .latest .mobile-margin {
    margin-left: 10px;
    margin-right: 10px;
  }
  .latest .row-3 .grid-unit,
  .latest .cfh-news {
    height: auto !important;
  }
  .latest #main {
    padding: 0 !important;
  }
  .latest .bottom-margin-sixty article h2 {
    width: 95%;
  }
}
.latest .hero {
  padding-bottom: 100px;
}
.latest .hero h2 {
  margin-top: 0;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .latest .hero h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .latest .hero {
    padding-left: 10px;
    padding-bottom: 30px;
    width: auto !important;
    margin-right: 0;
  }
}
.latest p.the-latest {
  padding-left: 50px;
  padding-right: 50px;
  line-height: 30px;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .latest p.the-latest {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.latest .news-item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 114px;
}
@media only screen and (max-width: 768px) {
  .latest .news-item {
    height: auto !important;
  }
}
.latest .info {
  max-height: none !important;
}
.latest .info h3 a {
  text-decoration: none;
  color: #1e2a30;
}
.latest .info h4 {
  font-size: 2.3rem;
}
@media only screen and (max-width: 768px) {
  .latest .green-button {
    width: 92%;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  }
  .latest .clearfix.bottom-margin-sixty {
    margin-bottom: 30px;
  }
  .latest .top-margin-fifty {
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }
  .latest .cfh-news,
  .latest .news-item {
    width: 100%;
  }
  .latest .cfh-news {
    margin-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .latest .margin-top-twenty {
    position: initial !important;
  }
  .latest #main .clearfix {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .latest #main .clearfix article {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .latest #main .clearfix img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.margin-top-twenty {
  margin-top: 15px;
}
#page-home h1.advocacy {
  font-size: 4.2rem;
}
#page-home .rotator-item.active p {
  position: relative;
  left: -150px;
  width: 500px !important;
  max-width: 500px;
  font-size: 1.2em;
  display: block;
}
#page-home .rotator-item.active h4 {
  display: block;
  font-size: 2.4em;
  width: 500px;
  max-width: 500px;
  position: relative;
  left: -150px;
}
#page-home .rotator-item p,
#page-home .rotator-item h4 {
  display: none;
}
#page-home .rotator {
  height: 300px;
}
#page-home .rotator a {
  color: #4b626e;
  text-decoration: underline;
}
#page-home .rotator ul {
  position: relative;
  top: 20px;
}
#page-home .rotator ul li {
  margin: 0 5px;
}
#page-home .rotator ul li label {
  color: #3c3c3c;
  opacity: 0.85;
}
#page-home .info {
  max-height: none;
}
#page-home .info li {
  font-size: 1.8rem !important;
}
#page-home .cfh-news:nth-of-type(1) .green-button {
  position: relative;
  top: 155px;
}
#page-home .rotator-buttons {
  width: 80% !important;
}
@media only screen and (max-width: 768px) {
  #page-home .rotator-buttons {
    width: 100% !important;
  }
}
#page-home #advocacy,
#page-home .advocacy-title {
  color: #1e2a30 !important;
  line-height: 40pt !important;
}
@media only screen and (max-width: 768px) {
  #page-home #advocacy,
  #page-home .advocacy-title {
    left: 0 !important;
  }
}
#page-home #advocacy h4,
#page-home .advocacy-title h4,
#page-home #advocacy h3,
#page-home .advocacy-title h3 {
  color: #1e2a30 !important;
  line-height: 30pt !important;
}
#page-home #advocacy h3:nth-of-type(2),
#page-home .advocacy-title h3:nth-of-type(2),
#page-home #advocacy h3:nth-of-type(4),
#page-home .advocacy-title h3:nth-of-type(4) {
  font-size: 1.5rem;
}
#page-home #advocacy li > a,
#page-home .advocacy-title li > a {
  text-align: center;
  display: block;
}
#page-home .advocacy-title {
  left: 120px !important;
}
@media only screen and (max-width: 768px) {
  #page-home .advocacy-title {
    left: 10px !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 786px) {
  #page-home .message {
    padding-top: 580px;
  }
  #page-home .hero-box {
    margin-top: 122px;
  }
}
p.the-latest {
  text-shadow: none !important;
}
.button-green a,
.button.green a,
.button-green a:hover,
.button.green a:hover,
.button-green a:active,
.button.green a:active,
.button-green a:visited,
.button.green a:visited {
  color: #fff !important;
}
.button.green,
.button.green:hover,
.button.green:active,
.button.green:visited {
  color: #fff !important;
}
.single-video iframe {
  width: 100%;
  height: 350px;
}
.single-video h1 {
  padding-bottom: 60px;
}
.single-blog .sidebar h5 {
  font-size: 22px;
}
.sidebar h5 {
  font-size: 22px;
  line-height: 1.25em;
  padding-bottom: 5px;
}
.photo h3,
.photo p {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .green-button {
    width: 280px !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .green-button:before {
    opacity: 1 !important;
    left: 17px !important;
  }
}
.page-template-template-hero-sidebar-php .hero.flush,
.drive .hero.flush {
  margin: 0 0 0 -20px;
  width: 105%;
  max-width: 1000px;
}
.page-template-template-hero-sidebar-php .hero.flush .abs-breadcrumb,
.drive .hero.flush .abs-breadcrumb {
  position: absolute;
  top: 35px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-hero-sidebar-php .sidebar,
  .drive .sidebar {
    width: auto;
    margin: 0 -20px;
  }
}
.ending-homelessness .photo-tile .photo {
  border: 2px solid #fff;
}
.info #main {
  padding-bottom: 30px;
}
.info #main h4 {
  margin: 40px 0 10px 0;
}
.info #main h4:first-child {
  margin-top: 0;
}
.info #main .sidebar h4 {
  padding: 10px 0 5px 0;
  color: #1e2a30;
  font-size: 30px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .info #main {
    padding-bottom: 0;
  }
}
.info .wp-caption-text {
  font-size: 16px;
  font-style: italic;
  color: #4b626e;
  line-height: 22px;
  margin-top: 0;
}
.info ol {
  list-style-type: decimal;
}
.info ol,
.info ul {
  padding-left: 20px;
}
.info #breadcrumbs,
.info #breadcrumbs_mobile {
  padding-left: 0;
}
.info .entry-header h2 {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .info .entry-header h2 {
    padding-bottom: 30px;
    margin-top: 0;
  }
}
.info .entry-header h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 32px;
}
.info .entry-header ul {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .info .green-button {
    display: block;
  }
}
.three-col h2 {
  padding-bottom: 60px;
}
.three-col main {
  padding-bottom: 60px;
}
.three-col .grid-unit {
  padding-right: 20px;
}
.three-col p {
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin: 0;
  line-height: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .three-col p {
    text-indent: 0;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .three-col aside {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.featured-image-sidebar .hero,
.video-sidebar .hero,
.featured-image-full .hero,
.video-full .hero {
  background-color: #f7f6f0;
  height: 410px;
  margin-left: -20px;
  margin-bottom: 60px;
}
.featured-image-sidebar .hero h2,
.video-sidebar .hero h2,
.featured-image-full .hero h2,
.video-full .hero h2 {
  margin-bottom: 20px;
}
.featured-image-sidebar .hero .ft-img,
.video-sidebar .hero .ft-img,
.featured-image-full .hero .ft-img,
.video-full .hero .ft-img {
  float: right;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .featured-image-sidebar .hero .ft-img,
  .video-sidebar .hero .ft-img,
  .featured-image-full .hero .ft-img,
  .video-full .hero .ft-img {
    margin-top: 0;
  }
}
.featured-image-sidebar .hero img,
.video-sidebar .hero img,
.featured-image-full .hero img,
.video-full .hero img {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .featured-image-sidebar .hero img,
  .video-sidebar .hero img,
  .featured-image-full .hero img,
  .video-full .hero img {
    max-width: none;
    width: 116%;
    margin-left: -30px;
    margin-top: -18px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .featured-image-sidebar .hero,
  .video-sidebar .hero,
  .featured-image-full .hero,
  .video-full .hero {
    width: 105%;
  }
}
@media only screen and (max-width: 768px) {
  .featured-image-sidebar .hero,
  .video-sidebar .hero,
  .featured-image-full .hero,
  .video-full .hero {
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .featured-image-sidebar .hero .left-padding-twenty,
  .video-sidebar .hero .left-padding-twenty,
  .featured-image-full .hero .left-padding-twenty,
  .video-full .hero .left-padding-twenty {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .featured-image-sidebar .hero .ft-img,
  .video-sidebar .hero .ft-img,
  .featured-image-full .hero .ft-img,
  .video-full .hero .ft-img {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.featured-image-sidebar .sidebar h4,
.video-sidebar .sidebar h4,
.featured-image-full .sidebar h4,
.video-full .sidebar h4 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #26353c;
  padding: 10px 0 5px 0;
}
.featured-image-sidebar .sidebar hr,
.video-sidebar .sidebar hr,
.featured-image-full .sidebar hr,
.video-full .sidebar hr {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .featured-image-sidebar .sidebar,
  .video-sidebar .sidebar,
  .featured-image-full .sidebar,
  .video-full .sidebar {
    width: auto;
    margin: 0 -30px;
  }
}
.featured-image-sidebar main,
.video-sidebar main,
.featured-image-full main,
.video-full main {
  padding-bottom: 60px;
}
.video-sidebar .bkrnd-beige,
.video-full .bkrnd-beige {
  margin-left: -20px;
  width: 104.2%;
  background-color: #f7f6f0;
  margin-bottom: 60px;
}
.video-sidebar .bkrnd-beige iframe.col-2,
.video-full .bkrnd-beige iframe.col-2 {
  margin-top: 40px;
  float: right;
}
@media only screen and (max-width: 768px) {
  .video-sidebar .bkrnd-beige iframe.col-2,
  .video-full .bkrnd-beige iframe.col-2 {
    margin-top: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .video-sidebar .bkrnd-beige,
  .video-full .bkrnd-beige {
    display: block;
    margin: 0 -20px;
  }
}
.video-sidebar .bkrnd-beige img,
.video-full .bkrnd-beige img {
  max-height: 200px;
}
@media only screen and (max-width: 768px) {
  .video-sidebar .bkrnd-beige,
  .video-full .bkrnd-beige {
    height: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding-top: 0;
    width: auto !important;
  }
}
.video-sidebar aside h4,
.video-full aside h4 {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 30px;
  padding-top: 37px;
  color: #26353c;
}
.video-sidebar main,
.video-full main {
  padding-bottom: 60px;
}
.home .hero h4 {
  font-family: 'PT serif';
  font-size: 17px;
  line-height: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .hero h4 {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .hero h2 {
    width: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .home .dot {
    left: -15px !important;
  }
}
.home .rotator-item p {
  font-family: 'PT serif';
  font-size: 27px !important;
  line-height: 40px !important;
}
.home .rotator .slides div {
  width: 100%;
}
.home .news-lead {
  width: auto;
  margin-right: -20px;
}
.home .news-lead h5 {
  text-shadow: 2px 2px #000;
}
.home .news-item {
  padding: 15px;
}
.home #menu-get-help li {
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .home .info-row {
    padding-bottom: 40px;
  }
  .home .info-row .grid-unit {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    float: none;
    display: block;
    margin-top: 40px;
  }
  .home .news-lead {
    width: auto;
    margin-right: -20px;
  }
}
.single-voices #breadcrumb {
  margin-bottom: 40px;
}
.single-voices .voice-video {
  width: 80%;
  margin: 20px auto;
}
.single-voices h1 {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .single-voices h1 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-voices-from-the-frontline .hero {
  display: block;
}
@media only screen and (max-width: 768px) {
  .page-voices-from-the-frontline .hero article.highlight {
    margin-top: 175px;
  }
}
.page-template-template-sidebar-php .sidebar h4 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #26353c;
}
.page-template-template-sidebar-php .sidebar hr {
  margin-bottom: 30px;
}
.page-template-template-sidebar-php #main {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-template-sidebar-php #main aside {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}
.button-row .hotline-number,
.buttons .hotline-number {
  display: inline-block;
  width: 280px;
  margin-right: 50px;
  color: #b50007 !important;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
  vertical-align: top;
  font-size: 17px;
  text-align: center;
}
@media only screen and (min-width: 560px) and (max-width: 786px) {
  .button-row .hotline-number,
  .buttons .hotline-number {
    display: block !important;
  }
  .button-row .hotline-number[data-desktop],
  .buttons .hotline-number[data-desktop] {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .button-row .hotline-number,
  .buttons .hotline-number {
    display: block;
    margin: 0 auto 20px auto;
  }
}
.page-template-template-our-programs-tab-php .entry-meta {
  margin: 20px 0 30px;
}
@media only screen and (max-width: 768px) {
  .page-the-latest .hero {
    margin: 0 !important;
    padding: 0;
  }
}
.page-the-latest .news-item.news-lead {
  height: 200px !important;
}
@media only screen and (max-width: 768px) {
  p iframe {
    width: 100%;
  }
}
.page-advocacy-library .loading,
.page-resource-guide .loading {
  background: url(/wp-content/themes/cfh/img/throbber.gif) no-repeat center center;
  width: 100%;
  height: 66px;
  position: absolute;
  display: none;
}
.page-advocacy-library .loading.show,
.page-resource-guide .loading.show {
  display: block;
}
.page-todays-action .other,
.single-today-action .other {
  background: white;
}
.search {
  background-color: #f7f6f0;
}
.search .cfh-search-result-page {
  padding: 65px 50px 105px 50px;
}
@media (max-width: 768px) {
  .search .cfh-search-result-page {
    padding: 50px;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page {
    padding: 30px 15px 70px 15px;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap {
    margin-bottom: 42px;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap .cfh-search-label {
  font-family: brandon_grotesque_black;
  font-size: 36px;
  color: #000;
  text-transform: uppercase;
  line-height: 42px;
}
@media (max-width: 1024px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap .cfh-search-label {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap .cfh-search-label {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap .cfh-search-key {
  font-family: brandon_grotesquemedium;
  font-size: 36px;
  color: #4B626E;
  text-transform: uppercase;
  line-height: 42px;
}
@media (max-width: 1024px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap .cfh-search-key {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap .cfh-search-key {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 1024px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-title-wrap {
    text-align: left;
    margin-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-result-settings {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-result-settings {
    justify-content: space-between;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-result-settings .cfh-filter-label {
  font-family: brandon_grotesquebold;
  font-size: 24px;
  color: #000;
  width: 100%;
  line-height: 42px;
}
@media (max-width: 1024px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-result-settings .cfh-filter-label {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-result-settings .cfh-filter-label {
    font-size: 12px;
    color: #4B626E;
    text-transform: uppercase;
    line-height: 27.22px;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group {
    margin-right: 50px;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group {
    margin-right: 0;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters {
  display: none;
}
@media (max-width: 768px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters {
    display: block;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li {
  display: flex;
  background: #fff;
  height: 52px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #949494;
  border-bottom: none;
  border-radius: 2px;
  min-width: 135px;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li.current {
  border-radius: 3px;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li {
    height: 36px;
    overflow: hidden;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li .filter {
  background: #fff;
  border: none;
  border-radius: 0px;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  font-family: brandon_grotesquebold;
  font-size: 12px;
  color: #4B626E;
  line-height: 27.22px;
}
@media (max-width: 768px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li .filter {
    padding: 5px 0 5px 15px;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li .filter {
    padding: 0 0 0 15px;
    height: 35px;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li i {
  background-color: #fff;
  width: 35px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #4B626E;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li i {
    height: 35px;
    line-height: 35px;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li.current {
  border-bottom: 1px solid #949494;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul li:last-child {
  border-bottom: 1px solid #949494;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul ul.hide {
  display: none;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul ul.hide li form {
  width: 100%;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-mobile-filters ul ul.hide li:first-child {
  border-top: none;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-desktop-filters {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
@media (max-width: 769px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-desktop-filters {
    display: none;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-desktop-filters form {
  margin-right: 20px;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-desktop-filters form .filter {
  cursor: pointer;
  background: #fff;
  height: 50px;
  display: flex;
  padding: 0 20px;
  border: 1px solid #747474;
  align-items: center;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: brandon_grotesquebold;
  font-size: 16px;
  color: #747474;
  line-height: 27.22px;
  transition: .3s;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-desktop-filters form .filter.is-checked {
  background-color: #1E2A30;
  color: #fff;
  border-color: #1E2A30;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-desktop-filters form:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-filter-group .cfh-desktop-filters {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-desktop-search-sort {
  flex-wrap: wrap;
  display: none;
}
@media (min-width: 769px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-desktop-search-sort {
    display: flex;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-desktop-search-sort a {
  margin-right: 25px;
  cursor: pointer;
  background: #fff;
  height: 50px;
  display: flex;
  padding: 0 20px;
  border: 1px solid #747474;
  align-items: center;
  border-radius: 25px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: brandon_grotesquebold;
  font-size: 16px;
  color: #747474;
  line-height: 27.22px;
  transition: .3s;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-desktop-search-sort a.is-checked {
  background-color: #1E2A30;
  color: #fff;
  border-color: #1E2A30;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-desktop-search-sort a:last-child {
  margin-right: 0;
}
@media (max-width: 1024px) and (min-width: 769px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-desktop-search-sort {
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort {
  display: none;
}
@media (max-width: 768px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort {
    display: block;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li {
  display: flex;
  background: #fff;
  height: 52px;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid #949494;
  border-radius: 2px;
  min-width: 135px;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li.current {
  border-radius: 3px;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li {
    height: 36px;
    overflow: hidden;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li a {
  background: #fff;
  border: none;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 10px 20px;
  text-transform: uppercase;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  font-family: brandon_grotesquebold;
  font-size: 12px;
  color: #4B626E;
  line-height: 27.22px;
}
@media (max-width: 768px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li a {
    padding: 5px 0 5px 15px;
  }
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li a {
    padding: 0 0 0 15px;
    height: 35px;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li i {
  background-color: #fff;
  width: 35px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #4B626E;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li i {
    height: 35px;
    line-height: 35px;
  }
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul li:last-child {
  border-top: none;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul.hide {
  display: none;
}
.search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul.hide li a {
  width: 100%;
  line-height: 51px;
  padding: 0 0 0 15px;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-search-header-wrap .cfh-search-sort-wrap .cfh-mobile-search-sort ul.hide li a {
    line-height: 35px;
  }
}
.search .cfh-search-result-page .cfh-result-list {
  width: 80%;
  max-width: 666px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .search .cfh-search-result-page .cfh-result-list {
    width: 100%;
    max-width: none;
  }
}
.search .cfh-search-result-page .cfh-result-list .item {
  margin-bottom: 15px;
}
@media (min-width: 481px) {
  .search .cfh-search-result-page .cfh-result-list .item {
    border: 1px solid #949494;
    background-color: #fff;
    position: relative;
    padding: 10px 20px 40px 20px;
  }
}
@media (min-width: 993px) {
  .search .cfh-search-result-page .cfh-result-list .item {
    min-height: 122px;
  }
}
.search .cfh-search-result-page .cfh-result-list .item .item-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
}
.search .cfh-search-result-page .cfh-result-list .item .item-meta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 26px;
  justify-content: space-between;
}
.search .cfh-search-result-page .cfh-result-list .item .item-meta .item-date {
  font-family: brandon_grotesque_regular;
  font-size: 12px;
  color: #4B626E;
  text-transform: uppercase;
}
.search .cfh-search-result-page .cfh-result-list .item .item-meta .item-categories-wrap {
  margin-right: 10px;
  font-size: 12px;
  color: #4B626E;
  letter-spacing: 0.86px;
  text-transform: uppercase;
}
.search .cfh-search-result-page .cfh-result-list .item .item-meta .item-categories-wrap .post-categories {
  display: flex;
  margin: 0;
  position: relative;
  list-style: none;
  padding: 0;
}
.search .cfh-search-result-page .cfh-result-list .item .item-meta .item-categories-wrap .post-categories li {
  margin: 0 5px 5px 0;
}
.search .cfh-search-result-page .cfh-result-list .item .item-meta .item-categories-wrap .post-categories li a {
  font-family: brandon_grotesque_black;
  text-decoration: none !important;
}
.search .cfh-search-result-page .cfh-result-list .item .item-meta .item-categories-wrap .post-categories:after {
  content: '';
  width: 26px;
  height: 4px;
  background-color: #4B626E;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-result-list .item .item-meta {
    display: none;
  }
}
.search .cfh-search-result-page .cfh-result-list .item .item-title {
  display: flex;
  font-size: 20px;
  color: #1E2A30;
  margin: 0;
  font-family: brandon_grotesquebold;
  line-height: 24px;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .cfh-result-list .item .item-title {
    opacity: 0.8;
    font-size: 16px;
    color: #1E2A30;
    letter-spacing: 0.27px;
    line-height: 20px;
  }
}
.search .cfh-search-result-page .cfh-result-list .item .item-title i {
  font-size: 23px;
  margin-right: 8px;
  color: #4B626E;
}
.search .cfh-search-result-page .cfh-result-list .item .item-title i:before {
  margin: 0;
}
.search .cfh-search-result-page .cfh-result-list .item .item-title i.icon-pdf {
  width: 20px;
  height: 20px;
  background-image: url(../../img/icon-pdf.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.search .cfh-search-result-page .cfh-result-list .item .item-title a {
  text-decoration: none;
  font-family: brandon_grotesquebold;
}
.search .cfh-search-result-page .cfh-result-list .item:before {
  content: '\e805';
  font-family: 'fontello';
  font-size: 15px;
  color: #4B626E;
  opacity: 0;
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  transition: 0.3s;
}
.search .cfh-search-result-page .cfh-result-list .item:hover:before {
  opacity: 1;
}
.search .cfh-search-result-page .cfh-no-found {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 666px;
  margin: 0 auto;
  border: 1px solid #949494;
  background-color: #fff;
  margin-bottom: 15px;
  position: relative;
  padding: 50px 20px;
  text-transform: uppercase;
  font-size: 20px;
  color: #1E2A30;
  font-family: brandon_grotesquebold;
  line-height: 24px;
}
.search .cfh-search-result-page .navigation {
  width: 80%;
  max-width: 530px;
  margin: 50px auto 0 auto;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .navigation {
    width: calc(70%);
    margin-top: 30px;
    max-width: none;
  }
}
.search .cfh-search-result-page .navigation .screen-reader-text {
  display: none;
}
.search .cfh-search-result-page .navigation .nav-links {
  display: flex;
  justify-content: center;
}
.search .cfh-search-result-page .navigation .nav-links .page-numbers {
  height: 48px;
  min-width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: brandon_grotesquebold;
  font-size: 19.2px;
  border: 1px solid #949494;
  border-right: 1px solid transparent;
  color: #000;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 28.8px;
  transition: .3s;
}
@media (max-width: 480px) {
  .search .cfh-search-result-page .navigation .nav-links .page-numbers {
    height: 38px;
    min-width: 38px;
    font-size: 15px;
    line-height: 23px;
  }
}
.search .cfh-search-result-page .navigation .nav-links .page-numbers.next {
  color: #4B626E;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.search .cfh-search-result-page .navigation .nav-links .page-numbers.prev {
  color: #4B626E;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.search .cfh-search-result-page .navigation .nav-links .page-numbers:last-child {
  border-right: 1px solid #949494;
}
.search .cfh-search-result-page .navigation .nav-links .page-numbers.current {
  background-color: #4B626E;
  border-color: #4B626E;
  color: #fff;
}
[data-page=AboutHomelessness] .ui-accordion-header {
  margin: 0;
}
[data-page=AboutHomelessness] h1 {
  font-size: 42px;
  margin-bottom: 24px;
  color: #26353c;
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] h1 {
    font-size: 28px;
    line-height: 34px;
    padding-top: 30px;
  }
}
[data-page=AboutHomelessness] .subtitle {
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .hero .sub-title {
    display: none;
  }
}
[data-page=AboutHomelessness] .info-text {
  font-size: 14px;
}
[data-page=AboutHomelessness] .info-text:last-child {
  margin-bottom: 30px;
}
[data-page=AboutHomelessness] .current-total {
  position: absolute;
  z-index: 5;
  line-height: normal;
  top: 0;
  left: 50%;
}
[data-page=AboutHomelessness] .current-total.large {
  margin-left: -155px;
  line-height: 110px;
  font-size: 110px;
  font-size: 11rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .current-total.large {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    margin-left: -50px;
  }
}
[data-page=AboutHomelessness] .current-total.small {
  margin-left: -118px;
  font-size: 78px;
  font-size: 7.8rem;
  font-weight: 700;
}
[data-page=AboutHomelessness] .current-total.dna {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}
[data-page=AboutHomelessness] .social-share {
  margin-top: 25px;
  text-align: center;
  color: #26353c;
}
[data-page=AboutHomelessness] .social-share > * {
  margin: 0 7.5px;
}
[data-page=AboutHomelessness] .social-share span {
  line-height: 35px;
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: normal;
}
[data-page=AboutHomelessness] .social-share a,
[data-page=AboutHomelessness] .social-share a:visited {
  text-decoration: none;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
}
[data-page=AboutHomelessness] .social-share a i.ss-facebook,
[data-page=AboutHomelessness] .social-share a:visited i.ss-facebook {
  color: #3b5998;
}
[data-page=AboutHomelessness] .social-share a i.ss-twitter,
[data-page=AboutHomelessness] .social-share a:visited i.ss-twitter {
  color: #00aced;
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .social-share {
    margin: 30px auto;
  }
}
[data-page=AboutHomelessness] .bar-graph {
  height: 450px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .bar-graph {
    height: 120px;
  }
}
@media only screen and (min-width: 1224px) {
  [data-page=AboutHomelessness] .bar-graph.safari .bar:nth-of-type(2n+10) {
    min-width: 2px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page=AboutHomelessness] .bar-graph.safari .bar {
    min-width: 2px;
  }
  [data-page=AboutHomelessness] .bar-graph.safari .bar:nth-of-type(4n),
  [data-page=AboutHomelessness] .bar-graph.safari .bar:nth-of-type(41n) {
    min-width: 1px;
    max-width: 1px;
  }
}
[data-page=AboutHomelessness] .bar-graph.safari.mini .bar {
  min-width: 2px;
}
[data-page=AboutHomelessness] .bar-graph.safari.mini .bar:nth-of-type(3n) {
  min-width: 1px;
  max-width: 1px;
}
[data-page=AboutHomelessness] .mini-bar-graph {
  margin-bottom: 30px;
}
[data-page=AboutHomelessness] .overlap {
  background-color: #f7f6f0;
  background-repeat: no-repeat;
  background-size: contain;
}
[data-page=AboutHomelessness] .overlap header {
  padding-top: 100px;
  text-shadow: 2px 3px 5px #000;
}
[data-page=AboutHomelessness] .overlap header .large-text {
  color: #ffffff;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 700;
}
[data-page=AboutHomelessness] .overlap header .large-text p {
  margin: 0;
}
[data-page=AboutHomelessness] .overlap header .large-text strong {
  color: #b50007;
  font-weight: normal;
}
[data-page=AboutHomelessness] .overlap header div:last-child {
  margin-top: 10px;
  position: relative;
  font-family: 'PT Serif', serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
[data-page=AboutHomelessness] .overlap header div:last-child:after {
  content: '';
  border-left: 1px dotted #ffffff;
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 0px;
  height: 30px;
}
[data-page=AboutHomelessness] .overlap input[type=radio] {
  display: none;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#large-1-content:checked ~ .tab-row .tab-container:first-child {
  color: #000000;
  background: #f7f6f0;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#large-1-content:checked ~ .tab-display .large-1 {
  display: block;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#large-2-content:checked ~ .tab-row .tab-container:last-child {
  color: #000000;
  background: #f7f6f0;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#large-2-content:checked ~ .tab-display .large-2 {
  display: block;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-1-content:checked ~ .tab-row label[for='tab-1-content'] {
  color: #000000;
  padding: 15px 0;
  background: #f7f6f0;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-1-content:checked ~ .tab-display .tab-1 {
  display: block;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-2-content:checked ~ .tab-row label[for='tab-2-content'] {
  color: #000000;
  padding: 15px 0;
  background: #f7f6f0;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-2-content:checked ~ .tab-display .tab-2 {
  display: block;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-3-content:checked ~ .tab-row label[for='tab-3-content'] {
  color: #000000;
  padding: 15px 0;
  background: #f7f6f0;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-3-content:checked ~ .tab-display .tab-3 {
  display: block;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-4-content:checked ~ .tab-row label[for='tab-4-content'] {
  color: #000000;
  padding: 15px 0;
  background: #f7f6f0;
}
[data-page=AboutHomelessness] .overlap input[type=radio]#tab-4-content:checked ~ .tab-display .tab-4 {
  display: block;
}
[data-page=AboutHomelessness] .overlap .mini-graph {
  max-width: 765px;
  margin: 0 auto;
  padding-top: 45px;
}
[data-page=AboutHomelessness] .overlap .mini-graph .tab-content {
  display: none;
}
[data-page=AboutHomelessness] .overlap .mini-graph .title {
  font-weight: 700;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
[data-page=AboutHomelessness] .overlap .mini-graph p {
  margin: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
[data-page=AboutHomelessness] .overlap .mini-graph .mini-bar-graph {
  height: 285px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .overlap .mini-graph .mini-bar-graph {
    height: 120px;
  }
}
[data-page=AboutHomelessness] .overlap .footer {
  padding: 110px 50px;
}
[data-page=AboutHomelessness] .overlap .footer .text p:first-child {
  color: #1e2a30;
  font-family: 'PT Serif', serif;
  line-height: 46px;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .overlap .footer .text p:first-child {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    font-family: 'PT Serif', serif;
  }
}
[data-page=AboutHomelessness] .overlap .footer .button-row {
  margin-top: 70px;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page=AboutHomelessness] .overlap .footer .button-row .button {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .overlap .footer .button-row {
    margin-top: 40px;
  }
  [data-page=AboutHomelessness] .overlap .footer .button-row .button {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .overlap .footer {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=AboutHomelessness] .overlap {
    background: transparent !important;
  }
}
[data-page=AboutHomelessness] .tab-row {
  margin-top: 80px;
  position: relative;
}
[data-page=AboutHomelessness] .tab-row:before {
  content: '';
  position: absolute;
  border-top: 1px dotted #ffffff;
  top: -40px;
  left: 50%;
  margin-left: -187.5px;
  width: 375px;
  height: 0px;
}
[data-page=AboutHomelessness] .tab-row .tab-container {
  color: #ffffff;
  display: inline-block;
  background: #1e2a30;
  margin: 0 0.5%;
  position: relative;
  padding: 20px 20px 0;
  width: 48%;
  max-width: 360px;
  height: 150px;
  *zoom: 1;
  -webkit-border-radius: 5px 5px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px 5px 0 0;
  -moz-background-clip: padding;
  border-radius: 5px 5px 0 0;
  background-clip: padding-box;
}
[data-page=AboutHomelessness] .tab-row .tab-container:before {
  content: '';
  border-left: 1px dotted #ffffff;
  position: absolute;
  top: -40px;
  left: 50%;
  width: 0px;
  height: 40px;
}
[data-page=AboutHomelessness] .tab-row .tab-container div:first-child {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
[data-page=AboutHomelessness] .tab-row .tab-container .tabs {
  padding: 0;
  margin: 0;
  width: 320px;
  position: absolute;
  bottom: 0;
}
[data-page=AboutHomelessness] .tab-row .tab-container .tabs:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 100%;
}
[data-page=AboutHomelessness] .tab-row .tab-container .tabs li {
  margin-bottom: 0;
  width: 48%;
  display: inline-block;
  vertical-align: bottom;
}
[data-page=AboutHomelessness] .tab-row .tab-container .tabs li label {
  display: block;
  padding: 10px 0;
  margin-bottom: 0;
  background: #4b626e;
  border-radius: 5px 5px 0 0;
  -webkit-transition: padding 150ms;
  -moz-transition: padding 150ms;
  -o-transition: padding 150ms;
  transition: padding 150ms;
}
[data-page=AboutHomelessness] .tab-row .tab-container .tabs li label:hover {
  padding: 15px 0;
}
[data-page=AboutHomelessness] .tab-row .tab-container .tabs li label div:first-child {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
[data-page=AboutHomelessness] .tab-row .tab-container .tabs li label div:last-child {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: normal;
}
.graph-data {
  display: none;
  padding: 30px 40px;
  width: 700px;
  text-decoration: none;
  *zoom: 1;
}
.graph-data .left-col,
.graph-data .right-col {
  float: left;
  width: 50%;
}
.graph-data .left-col .average {
  color: #1e2a30;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
}
.graph-data .left-col .average div {
  color: #b50007;
}
.graph-data .right-col .pie-chart {
  float: left;
}
.graph-data .right-col .legend {
  float: right;
}
.graph-data .right-col .legend li {
  color: #1e2a30;
  position: relative;
  line-height: 20px;
  margin-bottom: 20px;
}
.graph-data .right-col .legend li:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: -33px;
  width: 23px;
  height: 23px;
}
.graph-data .right-col .legend li.children:before {
  background: #485c63;
}
.graph-data .right-col .legend li.adults:before {
  background: #9cb460;
}
.graph-data .right-col .legend li.single_adults:before {
  background: #7e1b20;
}
.graph-data .breakdown {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  *zoom: 1;
}
.graph-data .breakdown > div {
  color: #4b626e;
  float: left;
  cursor: pointer;
  text-decoration: underline;
}
.graph-data .breakdown > div:hover {
  text-decoration: none;
}
.fancybox-skin .graph-data {
  display: block;
}
@media only screen and (max-width: 768px) {
  .fancybox-skin .fancybox-inner,
  .fancybox-skin .graph-data,
  .fancybox-skin .left-col,
  .fancybox-skin .right-col {
    width: 100% !important;
  }
  .fancybox-skin .graph-data {
    padding: 30px 20px;
  }
  .fancybox-skin .graph-data .left-col .average {
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 34px;
    margin-bottom: 50px;
  }
}
.fancybox-skin .print {
  color: #4b626e;
  float: right;
  cursor: pointer;
  text-decoration: underline;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10000;
}
.fancybox-skin .print:hover {
  text-decoration: none;
}
[data-page=state-of-the-homeless] .hero {
  text-align: center;
  position: relative;
  background-color: transparent;
  padding: 0;
}
[data-page=state-of-the-homeless] .hero h1 {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 68px;
  text-transform: uppercase;
  line-height: 410px;
}
[data-page=state-of-the-homeless] .hero img {
  display: block;
  margin: auto;
  max-width: 1156px;
}
@media (max-width: 992px) {
  [data-page=state-of-the-homeless] .hero img {
    width: 100%;
  }
  [data-page=state-of-the-homeless] .hero h1 {
    line-height: 120%;
    font-size: 34px;
    top: 50%;
    margin-top: -50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page=state-of-the-homeless] .hero.inline {
    margin: 0 -60px;
  }
}
[data-page=state-of-the-homeless] h2 {
  margin: 40px 0 60px;
}
@media only screen and (max-width: 768px) {
  [data-page=state-of-the-homeless] h2 {
    line-height: 120%;
  }
}
[data-page=state-of-the-homeless] .main-content p,
[data-page=state-of-the-homeless] .main-content h1,
[data-page=state-of-the-homeless] .main-content h2,
[data-page=state-of-the-homeless] .main-content h3 {
  margin: 0 0 1em 0;
}
[data-page=state-of-the-homeless] .main-content ul {
  list-style-type: disc;
  margin: 0 0 0 30px;
}
[data-page=state-of-the-homeless] .main-content ul li {
  margin-bottom: 20px;
}
[data-page=state-of-the-homeless] .sidebar iframe {
  width: 100%;
}
[data-page=state-of-the-homeless] .sidebar a {
  color: #4b626e;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 20px;
}
[data-page=state-of-the-homeless] .pad-l-20 {
  padding-left: 20px;
}
[data-page=state-of-the-homeless] .clearfix {
  clear: left;
}
[data-page=state-of-the-homeless] .featured_graphs {
  text-align: justify;
  text-align-last: justify;
}
[data-page=state-of-the-homeless] .featured_graphs h3 {
  text-align: center;
  text-align-last: center;
}
[data-page=state-of-the-homeless] .featured_graphs:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
[data-page=state-of-the-homeless] .featured_graphs h3 {
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 768px) {
  [data-page=state-of-the-homeless] .featured_graphs h3 {
    display: none;
  }
}
[data-page=state-of-the-homeless] .featured_graphs a {
  position: relative;
  display: inline-block;
  width: 32%;
  margin: 0 1.25% 1.25% 0;
  height: auto;
}
[data-page=state-of-the-homeless] .featured_graphs a:nth-child(3n+1) {
  margin-right: 0;
}
[data-page=state-of-the-homeless] .featured_graphs a img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  [data-page=state-of-the-homeless] .featured_graphs a {
    padding: 15px 0 0 0;
    margin: 0;
    width: 100%;
    background: #fff;
  }
  [data-page=state-of-the-homeless] .featured_graphs a:last-child {
    padding-bottom: 15px;
  }
}
[data-page=state-of-the-homeless] .featured_graphs a:after {
  content: '\A';
  font-family: SSBlock;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all .1s;
  -webkit-transition: all .1s;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: auto;
  background-image: url('../../img/icon_magnify.png');
  background-repeat: no-repeat;
  background-position: center center;
}
[data-page=state-of-the-homeless] .featured_graphs a:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  [data-page=state-of-the-homeless] .featured_graphs a:hover:after {
    opacity: 0;
  }
}
[data-page=state-of-the-homeless] .animated_graph {
  padding: 2.5em 0;
}
[data-page=state-of-the-homeless] .animated_graph img {
  width: 100%;
}
[data-page=state-of-the-homeless] .mobile_graph img {
  width: 100%;
  height: auto;
}
[data-page=state-of-the-homeless] .get_report {
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  [data-page=state-of-the-homeless] .get_report {
    margin-top: 40px;
  }
}
[data-page=state-of-the-homeless] .get_report .button {
  width: 240px;
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 30px;
  text-shadow: none;
}
[data-page=state-of-the-homeless] .get_report .button:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  [data-page=state-of-the-homeless] .get_report .button {
    margin-right: 0;
    width: 90%;
  }
  [data-page=state-of-the-homeless] .get_report .button:before {
    opacity: 1;
    left: 20px;
  }
}
[data-page=state-of-the-homeless] .sidebar-wrapper {
  padding-right: 0;
  padding-left: 20px;
}
[data-page=state-of-the-homeless] .sidebar-wrapper .get_report {
  padding-top: 0;
}
[data-page=state-of-the-homeless] .sidebar-wrapper .get_report .button {
  margin: auto;
  width: 240px;
  display: inline-block;
  margin-bottom: 25px;
  margin-right: 0;
}
@media (max-width: 992px) {
  [data-page=state-of-the-homeless] .sidebar-wrapper .get_report .button {
    width: 220px;
  }
}
[data-page=state-of-the-homeless] .sidebar[data-mobile=true] {
  clear: left;
}
@media only screen and (max-width: 768px) {
  [data-page=state-of-the-homeless] #main {
    padding: 0 10px;
  }
}
[data-page=WhySoManyHomeless] .hero {
  height: 415px;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .hero .grid-row {
    display: table;
    height: 100%;
  }
  [data-page=WhySoManyHomeless] .hero .grid-row h1 {
    display: table-cell;
    vertical-align: middle;
  }
}
[data-page=WhySoManyHomeless] .hero #breadcrumbs,
[data-page=WhySoManyHomeless] .hero #breadcrumbs_mobile {
  color: #ffffff;
}
[data-page=WhySoManyHomeless] .hero h1 {
  padding: 20px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .hero {
    height: 350px;
  }
  [data-page=WhySoManyHomeless] .hero h1 {
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: normal;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio] {
  display: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_10:checked ~ .homeless-data label[for="show_10"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_10:checked ~ .homeless-data label[for="show_10"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_10:checked ~ .homeless-data label[for="show_10"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_10:checked ~ .homeless-data label[for="show_10"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_10:checked ~ .homeless-data #data_10 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_9:checked ~ .homeless-data label[for="show_9"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_9:checked ~ .homeless-data label[for="show_9"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_9:checked ~ .homeless-data label[for="show_9"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_9:checked ~ .homeless-data label[for="show_9"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_9:checked ~ .homeless-data #data_9 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_8:checked ~ .homeless-data label[for="show_8"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_8:checked ~ .homeless-data label[for="show_8"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_8:checked ~ .homeless-data label[for="show_8"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_8:checked ~ .homeless-data label[for="show_8"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_8:checked ~ .homeless-data #data_8 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_7:checked ~ .homeless-data label[for="show_7"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_7:checked ~ .homeless-data label[for="show_7"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_7:checked ~ .homeless-data label[for="show_7"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_7:checked ~ .homeless-data label[for="show_7"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_7:checked ~ .homeless-data #data_7 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_6:checked ~ .homeless-data label[for="show_6"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_6:checked ~ .homeless-data label[for="show_6"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_6:checked ~ .homeless-data label[for="show_6"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_6:checked ~ .homeless-data label[for="show_6"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_6:checked ~ .homeless-data #data_6 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_5:checked ~ .homeless-data label[for="show_5"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_5:checked ~ .homeless-data label[for="show_5"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_5:checked ~ .homeless-data label[for="show_5"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_5:checked ~ .homeless-data label[for="show_5"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_5:checked ~ .homeless-data #data_5 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_4:checked ~ .homeless-data label[for="show_4"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_4:checked ~ .homeless-data label[for="show_4"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_4:checked ~ .homeless-data label[for="show_4"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_4:checked ~ .homeless-data label[for="show_4"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_4:checked ~ .homeless-data #data_4 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_3:checked ~ .homeless-data label[for="show_3"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_3:checked ~ .homeless-data label[for="show_3"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_3:checked ~ .homeless-data label[for="show_3"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_3:checked ~ .homeless-data label[for="show_3"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_3:checked ~ .homeless-data #data_3 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_2:checked ~ .homeless-data label[for="show_2"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_2:checked ~ .homeless-data label[for="show_2"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_2:checked ~ .homeless-data label[for="show_2"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_2:checked ~ .homeless-data label[for="show_2"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_2:checked ~ .homeless-data #data_2 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_1:checked ~ .homeless-data label[for="show_1"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_1:checked ~ .homeless-data label[for="show_1"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_1:checked ~ .homeless-data label[for="show_1"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_1:checked ~ .homeless-data label[for="show_1"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_1:checked ~ .homeless-data #data_1 {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_0:checked ~ .homeless-data label[for="show_0"] {
  color: #000000;
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
  border: none;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_0:checked ~ .homeless-data label[for="show_0"]:before {
  display: block;
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_0:checked ~ .homeless-data label[for="show_0"]:hover::before {
  background: white !important;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .overlap input[type=radio]#show_0:checked ~ .homeless-data label[for="show_0"] {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .overlap input[type=radio]#show_0:checked ~ .homeless-data #data_0 {
  display: block;
}
[data-page=WhySoManyHomeless] .homeless-years {
  color: #ffffff;
  height: 250px;
  font-weight: 700;
  position: relative;
}
[data-page=WhySoManyHomeless] .homeless-years .bar-graph {
  position: absolute;
  bottom: 0;
  left: -2px;
  padding-left: 100px;
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .homeless-years .bar-graph {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1224px) {
  [data-page=WhySoManyHomeless] .homeless-years .bar-graph.safari .bar:nth-of-type(2n+85) {
    min-width: 3px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  [data-page=WhySoManyHomeless] .homeless-years .bar-graph.safari .bar:nth-of-type(-n+100) {
    min-width: 3px;
  }
}
[data-page=WhySoManyHomeless] .homeless-years .bar-graph .bar {
  background: #2e3c44;
}
[data-page=WhySoManyHomeless] .homeless-years .bar-graph .bar.on {
  background: #ffdb4c;
  color: #394b55;
}
[data-page=WhySoManyHomeless] .homeless-years > label,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan {
  float: left;
  position: relative;
  z-index: 6;
  height: 100%;
}
[data-page=WhySoManyHomeless] .homeless-years > label:before,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan:before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: #4c626f;
  width: 100%;
  height: 15px;
}
[data-page=WhySoManyHomeless] .homeless-years > label:after,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: #26353c;
  width: 1px;
  height: 100%;
}
[data-page=WhySoManyHomeless] .homeless-years > label:hover,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan:hover {
  height: 104%;
  margin-top: -10px;
  background: none;
  border-radius: 10px 10px 0 0;
}
[data-page=WhySoManyHomeless] .homeless-years > label:hover:before,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan:hover:before {
  display: block;
  background: #3d4e59;
}
[data-page=WhySoManyHomeless] .homeless-years > label:hover + .label-year-bg,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan:hover + .label-year-bg {
  background: #3d4e59;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .homeless-years > label,
  [data-page=WhySoManyHomeless] .homeless-years > .pre-callahan {
    border-radius: 0;
  }
  [data-page=WhySoManyHomeless] .homeless-years > label span,
  [data-page=WhySoManyHomeless] .homeless-years > .pre-callahan span {
    display: none;
  }
  [data-page=WhySoManyHomeless] .homeless-years > label.selected,
  [data-page=WhySoManyHomeless] .homeless-years > .pre-callahan.selected {
    margin-top: 0;
  }
}
[data-page=WhySoManyHomeless] .homeless-years > label span,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan span {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  position: absolute;
  text-align: center;
  padding-top: 90px;
  word-wrap: break-word;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  width: 100%;
  height: 100%;
}
[data-page=WhySoManyHomeless] .homeless-years > label + .label-year-bg,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan + .label-year-bg {
  background: #4c626f;
  z-index: 4;
  height: 100%;
  position: absolute;
}
[data-page=WhySoManyHomeless] .homeless-years > label.on:before,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan.on:before,
[data-page=WhySoManyHomeless] .homeless-years > label.on:hover,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan.on:hover {
  display: block;
  background-color: transparent !important;
}
[data-page=WhySoManyHomeless] .homeless-years > label.on + .label-year-bg,
[data-page=WhySoManyHomeless] .homeless-years > .pre-callahan.on + .label-year-bg {
  background: white;
}
[data-page=WhySoManyHomeless] .homeless-years .pre-callahan {
  width: 100px;
  background: #4c626f;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9InJnYigyNTUsIDI1NSwgMjU1KSIgc3RvcC1vcGFjaXR5PSIwLjIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0icmdiKDI1NSwgMjU1LCAyNTUpIiBzdG9wLW9wYWNpdHk9IjAuMiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSJyZ2IoMjU1LCAyNTUsIDI1NSkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
}
[data-page=WhySoManyHomeless] .homeless-years .pre-callahan:before {
  background: white;
}
[data-page=WhySoManyHomeless] .homeless-years .pre-callahan span {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-weight: 400;
}
[data-page=WhySoManyHomeless] .homeless-years .pre-callahan:hover {
  background: #3d4e59;
}
[data-page=WhySoManyHomeless] .homeless-years .pre-callahan:hover:before {
  background: #3d4e59;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .homeless-years .pre-callahan {
    width: 50px;
  }
}
[data-page=WhySoManyHomeless] .homeless-events {
  position: relative;
}
[data-page=WhySoManyHomeless] .homeless-events .mobile-controls .prev,
[data-page=WhySoManyHomeless] .homeless-events .mobile-controls .next {
  color: #ffffff;
  position: absolute;
  background: #1e2a30;
  top: 70px;
  text-align: center;
  width: 30px;
  height: 30px;
}
[data-page=WhySoManyHomeless] .homeless-events .mobile-controls .prev i,
[data-page=WhySoManyHomeless] .homeless-events .mobile-controls .next i {
  line-height: 30px;
}
[data-page=WhySoManyHomeless] .homeless-events .mobile-controls .prev {
  left: 0;
}
[data-page=WhySoManyHomeless] .homeless-events .mobile-controls .next {
  right: 0;
}
[data-page=WhySoManyHomeless] .homeless-events li {
  display: none;
}
[data-page=WhySoManyHomeless] .homeless-events .year-span {
  margin-top: 75px;
  text-align: center;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .homeless-events .year-span {
    margin-top: 55px;
  }
}
[data-page=WhySoManyHomeless] .homeless-events .title {
  line-height: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
[data-page=WhySoManyHomeless] .homeless-events hr {
  height: 80px;
  width: 0;
  margin: 35px auto 55px;
  border-left: 1px dotted #000000;
}
[data-page=WhySoManyHomeless] .homeless-events .body {
  padding-left: 20px;
  width: 655px;
  max-width: 100%;
}
[data-page=WhySoManyHomeless] .homeless-events .body h4 {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 32px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
[data-page=WhySoManyHomeless] .homeless-events .body img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .homeless-events .body {
    padding: 0 20px;
  }
}
[data-page=WhySoManyHomeless] .footer {
  text-align: center;
  padding-bottom: 80px;
}
[data-page=WhySoManyHomeless] .footer .title {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #1e2a30;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: normal;
}
[data-page=WhySoManyHomeless] .footer .button-row {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  [data-page=WhySoManyHomeless] .footer .button-row .button {
    width: 280px;
  }
}
[data-page=Donate] {
  background-color: #26353c;
}
[data-page=Donate] #primary,
[data-page=Donate] footer[role=contentinfo] .contact-info {
  background-color: #26353c;
}
[data-page=Donate] .bg_img img {
  width: 100%;
}
[data-page=Donate] footer[role=contentinfo] .contact-info {
  position: relative;
  text-align: center;
}
[data-page=Donate] footer[role=contentinfo] .contact-info .textwidget p {
  font-weight: 700;
}
[data-page=Donate] footer[role=contentinfo] .contact-info .textwidget p:not(:first-child) {
  margin-top: 0;
  display: inline-block;
}
[data-page=Donate] header[role=banner] ~ #primary {
  margin-top: 0;
}
[data-page=Donate] #primary {
  z-index: 0;
  background-attachment: fixed;
  background-position: center 65px;
  background-repeat: no-repeat;
  background-size: 100%;
}
[data-page=Donate] #main {
  background: transparent;
  padding-top: 70px;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] #main {
    padding: 0;
    background-color: #f5f6f0;
  }
}
[data-page=Donate] #main .mobile_donate_links {
  background: #26353c;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
[data-page=Donate] #main .mobile_donate_links a {
  color: white;
  text-align: center;
  display: block;
  text-decoration: none;
}
[data-page=Donate] #main .mobile_donate_links ul {
  display: none;
  margin: 0;
}
[data-page=Donate] #main .mobile_donate_links ul li {
  list-style: none;
  padding: 0 10px 20px 10px;
  text-align: center;
}
[data-page=Donate] #main .mobile_donate_links .more:before {
  content: 'More ';
  display: inline;
}
[data-page=Donate] #main .mobile_donate_links .more:after {
  font-family: FontAwesome;
  content: ' ';
}
[data-page=Donate] #main .mobile_donate_links.active .more:before {
  content: 'Less ';
}
[data-page=Donate] #main .mobile_donate_links.active .more:after {
  content: ' ';
}
[data-page=Donate] footer {
  z-index: 100;
  background-color: #26353c;
}
[data-page=Donate] h1 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 35px 0;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] h1 {
    padding: 20px 0;
    background-color: #26353c;
    width: 100%;
  }
}
[data-page=Donate] h2 {
  font-size: 28px;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  text-align: center;
}
[data-page=Donate] .bg_img {
  position: fixed;
  right: 0;
  left: 0;
  margin: 65px auto 0 auto;
  width: 100%;
  max-width: 2560px;
  text-align: center;
}
[data-page=Donate] .bg_img img {
  height: auto;
}
[data-page=Donate] #menu-donate-links a {
  text-transform: none;
  font-size: 13px;
}
[data-page=Donate] #actionpages_iframe {
  width: 100% !important;
  background: transparent;
}
[data-page=Donate] #actionpages_iframe iframe {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] #actionpages_iframe {
    order: 2;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .buy-tix #actionpages_iframe {
    padding-top: 40px;
  }
}
[data-page=Donate] a[href="http://www.breakeveninc.com"] {
  display: none;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .paypal {
    text-align: center;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    flex: 1 100%;
    order: 1;
  }
}
[data-page=Donate] .paypal_lbl {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 22px;
  margin-right: 18px;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .paypal_lbl {
    color: #000000;
    margin-bottom: 15px;
  }
}
[data-page=Donate] .paypal_btn {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}
[data-page=Donate] .paypal hr {
  border-bottom: 1px solid #c8c9c3;
  width: 80px;
  margin: 30px auto;
}
[data-page=Donate] header[role=banner] {
  position: fixed;
  left: 0;
  right: 0;
  top: auto;
  background: #1e2a30;
  height: 65px;
  z-index: 999;
}
[data-page=Donate] header[role=banner] .logo-row {
  height: 43px;
  padding-top: 10px;
}
[data-page=Donate] header[role=banner] #logo {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 20%;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] header[role=banner] #logo {
    margin-top: 11px;
    width: auto;
  }
}
[data-page=Donate] header[role=banner] #logo img {
  width: 100%;
}
[data-page=Donate] header[role=banner] .header {
  padding: 0;
}
[data-page=Donate] header[role=banner].sticky {
  height: auto;
}
[data-page=Donate] header[role=banner].sticky .primary-nav {
  display: block;
}
[data-page=Donate] header[role=banner].sticky ~ #primary {
  margin-top: 0;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] header[role=banner] {
    background: #f7f6f0;
    position: relative;
    text-align: left;
    height: auto;
  }
}
[data-page=Donate] header.sticky {
  z-index: 999;
}
[data-page=Donate] #mobile-menu-toggle:checked ~ header[role=banner] .logo-row .mobile-icons {
  margin-left: -12px;
  height: 50px;
  background-color: #f7f6f0;
}
[data-page=Donate] #mobile-menu-toggle:checked ~ header[role=banner] .logo-row .mobile-icons .fa-bars {
  color: #1e2a30;
  line-height: 30px;
}
[data-page=Donate] .primary-nav ul {
  text-align: right;
}
[data-page=Donate] .primary-nav li {
  line-height: 1.3em;
  border-right: 1px solid white;
  padding-right: 8px;
  margin-right: 4px;
}
[data-page=Donate] .primary-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
[data-page=Donate] .donate_nav {
  float: right;
  margin-top: 7px;
}
[data-page=Donate] header[role=banner] .primary-nav {
  padding: 20px 0 8px 0;
}
[data-page=Donate] .disclaimer {
  background: #f8f6f0;
  padding: 20px;
  font-size: 15px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .disclaimer {
    display: none;
  }
}
[data-page=Donate] .badges {
  text-align: center;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .grid-row {
    width: 100%;
  }
}
[data-page=Donate] .content-beige {
  background: #f8f6f0;
  padding: 20px;
}
[data-page=Donate] .content-white {
  background: #fff;
  padding: 30px 35px;
  margin: 10px 45px;
  border-radius: 3px;
  font-size: 16px;
}
[data-page=Donate] .content-white a {
  color: #1e2a30;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .content-white {
    margin: 40px -20px 10px -20px;
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    padding: 20px;
  }
}
[data-page=Donate] .share {
  text-align: center;
  margin: 50px auto 25px 0;
}
[data-page=Donate] .share label {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  text-transform: uppercase;
  color: #4b626e;
  margin-right: 5px;
  cursor: default;
}
[data-page=Donate] .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
[data-page=Donate] .vid iframe {
  margin: auto;
  display: block;
  width: 100%;
}
[data-page=Donate] .bubble {
  position: relative;
  background: #FFFFFF;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .bubble {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    word-wrap: break-word;
  }
}
[data-page=Donate] .bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #FFFFFF transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -15px;
  left: 48%;
}
[data-page=Donate] .margin-l-20 {
  margin-left: 20px;
}
[data-page=Donate] .center {
  text-align: center;
}
[data-page=Donate] .levels h4 {
  font-size: 20px;
  margin-top: 27px;
  margin-bottom: 10px;
}
[data-page=Donate] .levels {
  font-size: 14px;
  padding: 20px 15px;
  margin-top: 144px;
}
[data-page=Donate] .levels h5 {
  display: inline-block;
}
[data-page=Donate] .levels h5:after {
  content: ' - ';
  display: inline-block;
}
[data-page=Donate] .levels h5:first-of-type {
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .levels {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page=Donate] .buy-tix h1 {
    padding-bottom: 10px;
  }
}
[data-page=Donate] .buy-tix h2 {
  font-size: 22px;
  color: white;
  text-transform: uppercase;
  padding: 0 0 45px 0;
  line-height: 100%;
}
[data-page=Donate] .buy-tix h2 a {
  color: white;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .buy-tix h2 {
    background-color: #26353c;
    width: 100%;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .buy-tix-nav {
    text-align: center;
    margin-top: 40px;
  }
}
[data-page=Donate] .buy-tix-nav li {
  border-right: none;
  text-transform: none;
  color: #fff;
  font-size: 14px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .buy-tix-nav li {
    color: #26353c;
    display: inline-block;
  }
}
@media only screen and (min-width: 1025px) {
  [data-page=Donate] .buy-tix-nav li {
    font-size: 18px;
  }
}
[data-page=Donate] .buy-tix-nav li a {
  text-transform: uppercase;
}
[data-page=Donate] .buy-tix-nav li a:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  [data-page=Donate] .buy-tix-nav li a {
    color: #26353c;
  }
}
[data-page=Donate] .logo-row .mobile-icons {
  background-color: #f7f6f0;
  padding: 10px 15px;
  margin-top: -10px;
  margin-right: -10px;
}
[data-page=Donate] .logo-row .mobile-icons label {
  margin-bottom: 0;
}
[data-page=Donate] .logo-row .mobile-icons label .fa-bars {
  font-size: 20px;
  color: #1e2a30;
}
[data-page=Donate] .logo-row .mobile-icons label[for="search-toggle"] {
  display: none;
}
[data-page=Donate] .add_to_cal {
  text-align: center;
}
[data-page=Donate] .add_to_cal .addthisevent-drop {
  background-image: url(../../img/icon_cal.png);
  background-color: transparent;
  border: none;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  color: #4b626e !important;
  font-size: 16px;
  text-decoration: underline !important;
}
[data-page=Donate] .add_to_cal .addthisevent-drop .addthisevent_dropdown span {
  color: #4b626e !important;
}
[data-page=Donate] .event_info {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.oldie [data-page=Donate] #menu-donate-links a {
  font-size: 11px;
}
.oldie [data-page=Donate] .logo {
  width: 18%;
}
.page-template-page-donate-thank-you-php #main,
.page-template-page-buy-tickets-thank-you-php #main {
  padding-bottom: 100px;
}
.page-id-2969 #primary {
  background-position: center -55px;
}
.page-template-page-buy-tickets-php .donate_nav {
  margin-top: -3px;
}
.page-template-page-buy-tickets-php header[role=banner] .primary-nav {
  padding: 15px 0 8px 0;
}
#donation-form {
  background-color: transparent;
}
/* THESE EDITS ARE FOR NEW DONATE FORM WHEN PUBLISHED 
#donation-form{
    background-color: transparent;
    max-width: none !important;
}
.paypal-well{
    max-width: 1100px;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;    
}*/
[data-page=AdvocacyLibrary] .hero {
  min-height: 410px;
}
[data-page=AdvocacyLibrary] .hero h1 {
  margin-top: 90px;
}
[data-page=AdvocacyLibrary] .hero a,
[data-page=AdvocacyLibrary] .hero a:visited {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] .hero {
    padding: 0 10px;
  }
  [data-page=AdvocacyLibrary] .hero h1 {
    margin-top: 200px;
  }
}
[data-page=AdvocacyLibrary] h2 {
  text-align: center;
  padding-top: 60px;
}
[data-page=AdvocacyLibrary] h2.results {
  line-height: normal;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] h2.recommended {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] h2 {
    font-size: 30px;
    font-size: 3rem;
    font-weight: normal;
  }
}
[data-page=AdvocacyLibrary] .description {
  font-family: 'PT Serif', serif;
  text-align: center;
  width: 870px;
  max-width: 100%;
  margin: 0 auto;
  line-height: 40px;
  margin-bottom: 50px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] .description {
    line-height: 26px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
  }
}
[data-page=AdvocacyLibrary] form.search-bar {
  width: 100%;
  padding: 26px;
  background: #4b626e;
}
[data-page=AdvocacyLibrary] form.search-bar input[type=submit] {
  display: none;
}
[data-page=AdvocacyLibrary] form.search-bar input[type=search] {
  border: none;
  width: 60%;
  padding: 12px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
[data-page=AdvocacyLibrary] form.search-bar select {
  display: inline-block;
  float: right;
  margin: 0;
  width: 35%;
  height: 46px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
[data-page=AdvocacyLibrary] .featured_files {
  padding: 40px 0 60px;
}
[data-page=AdvocacyLibrary] .featured_files li {
  width: 48%;
  padding: 0 50px 0 15px;
  margin-bottom: 65px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] .featured_files li {
    padding: 0 10px;
  }
}
[data-page=AdvocacyLibrary] .featured_files li .file-title {
  color: #4b626e;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  text-decoration: none;
}
[data-page=AdvocacyLibrary] .featured_files li .file-date {
  color: #4b626e;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .featured_files li .file-excerpt a,
[data-page=AdvocacyLibrary] .featured_files li .file-excerpt a:visited {
  color: #4b626e;
}
[data-page=AdvocacyLibrary] .filter-search {
  color: #1e2a30;
  text-align: center;
  margin-bottom: 50px;
  display: none;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .filter-search input[type=radio] {
  display: none;
}
[data-page=AdvocacyLibrary] .filter-search input[type=radio]:checked + label {
  text-decoration: none;
}
[data-page=AdvocacyLibrary] .filter-search label {
  color: #1e2a30;
  display: inline;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .advocacy-file {
  width: 650px;
  max-width: 100%;
  padding: 0 50px 0 15px;
  margin-bottom: 65px;
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] .advocacy-file {
    padding: 0 15px;
  }
}
[data-page=AdvocacyLibrary] .advocacy-file a,
[data-page=AdvocacyLibrary] .advocacy-file a:visited {
  text-decoration: none;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 34px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .advocacy-file .file-title {
  color: #4b626e;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] .advocacy-file .file-title {
    font-size: 25px;
    line-height: 34px;
  }
}
[data-page=AdvocacyLibrary] .advocacy-file .file-date {
  color: #4b626e;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .advocacy-file .file-excerpt a,
[data-page=AdvocacyLibrary] .advocacy-file .file-excerpt a:visited {
  color: #4b626e;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .no-results {
  color: #c6c6c6;
  display: none;
  margin: 150px 0;
  text-align: center;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 34px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .no-results div:last-child {
  color: #1e2a30;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=AdvocacyLibrary] .no-results a:hover {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  [data-page=AdvocacyLibrary] .featured_files li {
    display: block;
    width: 100%;
  }
  [data-page=AdvocacyLibrary] .featured_files li .file-title {
    font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: normal;
  }
  [data-page=AdvocacyLibrary] form.search-bar input[type=search] {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  [data-page=AdvocacyLibrary] form.search-bar select {
    float: none;
    width: 100%;
  }
}
[data-page=ResourceGuide] h1 {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  [data-page=ResourceGuide] h1 {
    margin-top: 20px;
  }
}
[data-page=ResourceGuide] .sub-title {
  line-height: 40px;
  margin: 30px auto 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
[data-page=ResourceGuide] .sub-title a,
[data-page=ResourceGuide] .sub-title a:visited {
  color: #4b626e;
}
@media only screen and (max-width: 768px) {
  [data-page=ResourceGuide] .sub-title {
    margin: 0;
    padding: 10px;
    line-height: 28px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
  }
}
[data-page=ResourceGuide] .button-row {
  max-width: 750px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  [data-page=ResourceGuide] .button-row {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=ResourceGuide] .button-row {
    margin: 0;
    padding: 20px;
  }
  [data-page=ResourceGuide] .button-row .button {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
  }
  [data-page=ResourceGuide] .button-row .button:last-child {
    margin-bottom: none;
  }
}
[data-page=ResourceGuide] .overlap {
  margin-top: 0;
}
[data-page=ResourceGuide] form.search-bar {
  width: 100%;
  padding: 26px;
  background: #4b626e;
}
[data-page=ResourceGuide] form.search-bar input[type=submit] {
  display: none;
}
[data-page=ResourceGuide] form.search-bar input[type=search] {
  border: none;
  padding: 12px;
  width: 60%;
  display: inline-block;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  [data-page=ResourceGuide] form.search-bar input[type=search] {
    width: 100%;
    margin-bottom: 20px;
  }
}
[data-page=ResourceGuide] form.search-bar select {
  display: inline-block;
  float: right;
  margin: 0;
  width: 35%;
  height: 46px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
@media only screen and (max-width: 768px) {
  [data-page=ResourceGuide] form.search-bar select {
    width: 100%;
  }
}
[data-page=ResourceGuide] .resources {
  margin: 0 -16px 0 0;
}
@media only screen and (max-width: 768px) {
  [data-page=ResourceGuide] .resources {
    position: relative;
    padding-top: 200px;
    margin: 0;
  }
}
[data-page=ResourceGuide] .resources > div {
  display: inline-block;
  vertical-align: top;
  overflow-y: auto;
  width: 49%;
  height: 540px;
}
[data-page=ResourceGuide] .resources > div.results {
  padding: 20px;
}
[data-page=ResourceGuide] .resources > div.resources-map img {
  max-width: none !important;
}
@media only screen and (max-width: 768px) {
  [data-page=ResourceGuide] .resources > div {
    display: block;
    width: 100%;
    height: auto;
  }
  [data-page=ResourceGuide] .resources > div.resources-map {
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
[data-page=ResourceGuide] .resources > div .title {
  color: #1e2a30;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 30px;
}
[data-page=ResourceGuide] .resources > div .filter-search {
  color: #1e2a30;
  text-align: center;
  margin-bottom: 45px;
}
[data-page=ResourceGuide] .resources > div .filter-search input[type=radio] {
  display: none;
}
[data-page=ResourceGuide] .resources > div .filter-search input[type=radio]:checked + label {
  text-decoration: none;
}
[data-page=ResourceGuide] .resources > div .filter-search label {
  color: #1e2a30;
  display: inline;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  text-decoration: underline;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=ResourceGuide] .resources > div .resource-results li {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  margin-bottom: 30px;
  *zoom: 1;
}
[data-page=ResourceGuide] .resources > div .resource-results li .marker {
  color: #ffffff;
  float: left;
  width: 30px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  background: #1e2a30;
  line-height: 30px;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
  cursor: pointer;
}
[data-page=ResourceGuide] .resources > div .resource-results li .marker:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 3px;
  border-style: solid;
  border-width: 12px;
  border-color: #1e2a30 transparent transparent;
  width: 0px;
  height: 0px;
}
[data-page=ResourceGuide] .resources > div .resource-results li .entry {
  margin-left: 40px;
}
[data-page=ResourceGuide] .resources > div .resource-results li .entry .entry-title a,
[data-page=ResourceGuide] .resources > div .resource-results li .entry .entry-title a:visited {
  color: #4b626e;
  text-decoration: none;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 400;
}
[data-page=ResourceGuide] .resources > div .resource-results li .entry .address {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=ResourceGuide] .resources > div .resource-results li .restrictions {
  color: #b50007;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  margin-top: 10px;
}
[data-page=ResourceGuide] .no-results {
  color: #c6c6c6;
  display: none;
  margin: 150px 0;
  text-align: center;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  line-height: 34px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
[data-page=ResourceGuide] .no-results div:last-child {
  color: #1e2a30;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
}
[data-page=ResourceGuide] .no-results a:hover {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-decoration: none;
}
[data-page=ResourceGuide] .loading {
  width: 50%;
  margin-top: 43px;
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] #main {
    padding: 20px 10px 0;
  }
}
[data-page=Resource] .grid-row {
  padding-bottom: 200px;
}
[data-page=Resource] h1 {
  margin-bottom: 20px;
}
[data-page=Resource] a,
[data-page=Resource] a:visited {
  color: #4b626e;
}
[data-page=Resource] a:hover {
  text-decoration: none;
}
[data-page=Resource] .restrictions {
  color: #b50007;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .restrictions {
    margin-bottom: 30px;
  }
}
[data-page=Resource] .information {
  position: relative;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
@media only screen and (min-width: 1025px) {
  [data-page=Resource] .information > .grid-unit:first-child {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .information {
    padding-top: 300px;
  }
}
[data-page=Resource] .information .phone-numbers span {
  font-weight: 700;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
[data-page=Resource] .information .contacts span:first-child {
  font-weight: 700;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
[data-page=Resource] .information .info-right {
  margin-bottom: 30px;
}
[data-page=Resource] .information .info-right .resource-map {
  width: 100%;
  height: 300px;
}
[data-page=Resource] .information .info-right .resource-map img {
  max-width: none !important;
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .information .info-right .resource-map {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .information .info-right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
  }
  [data-page=Resource] .information .info-right .resource-map {
    height: 200px;
  }
}
[data-page=Resource] .information .info-center,
[data-page=Resource] .information .info-left {
  width: 48%;
  margin-right: 1%;
  margin-bottom: 30px;
  display: inline-block;
  vertical-align: top;
}
[data-page=Resource] .information .info-center > div,
[data-page=Resource] .information .info-left > div {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .information .info-center,
  [data-page=Resource] .information .info-left {
    width: 100%;
  }
}
[data-page=Resource] .information .info-bottom {
  width: 100%;
  font-family: 'PT Serif', serif;
  font-size: 17px;
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .description {
    width: auto;
  }
}
[data-page=Resource] .back {
  margin: 60px 0;
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .back .button {
    width: 280px;
  }
}
[data-page=Resource] .map_links {
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  [data-page=Resource] .map_links a[rel="sidebar"],
  [data-page=Resource] .map_links a[href="javascript:window.print();"] {
    display: none;
  }
}
[data-page=Resource] .map_links a {
  text-decoration: none;
}
[data-page=Resource] .map_links a span {
  text-decoration: underline;
}
[data-page=Resource] .map_links a span:hover {
  text-decoration: none;
}
.resource-tooltip div:first-child {
  color: #4b626e;
  width: 230px;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}
.resource-tooltip a,
.resource-tooltip a:visited {
  color: #4b626e;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.map-marker {
  color: #ffffff;
  float: left;
  width: 30px;
  position: relative;
  text-align: center;
  border-radius: 50%;
  background: #1e2a30;
  line-height: 30px;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal;
}
.map-marker:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 3px;
  border-style: solid;
  border-width: 12px;
  border-color: #1e2a30 transparent transparent;
  width: 0px;
  height: 0px;
}
.gm-style div {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.our-impact #main {
  background-color: transparent;
}
.our-impact h1 {
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .our-impact h1 {
    font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
    font-size: 34px;
    line-height: 38px;
    margin-top: 0;
    font-weight: 400;
  }
}
.our-impact .hero {
  min-height: 410px;
}
@media only screen and (max-width: 768px) {
  .our-impact .hero {
    min-height: 0;
  }
}
.our-impact .intro-text {
  padding: 60px;
  line-height: 40px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .our-impact .intro-text {
    font-size: 18px;
    line-height: 28px;
    padding: 40px 20px;
  }
}
.our-impact .mobile-instr {
  font-size: 15px;
  text-align: center;
  padding: 20px 20px 0 20px;
  display: block;
}
.our-impact .timeline-wrap {
  height: 600px;
  overflow: hidden;
  overflow-x: scroll;
  position: relative;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .our-impact .timeline-wrap {
    height: 350px;
  }
}
.our-impact .timeline-nav {
  position: absolute;
  top: 63.5%;
  width: 26px;
  height: 30px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  background-image: url('../../js/fancybox/fancybox_sprite2.png');
}
.our-impact .timeline-nav.disabled {
  opacity: 0.8;
}
.our-impact .timeline-nav.prev {
  left: 0px;
  background-position: 4px -30px;
}
.our-impact .timeline-nav.next {
  right: 0px;
  background-position: 0 -60px;
}
@media only screen and (max-width: 768px) {
  .our-impact .timeline-nav {
    top: 80%;
  }
}
.our-impact .timeline {
  background: #1e2a30;
  white-space: nowrap;
  line-height: 0;
  height: 2px;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  padding-right: 300px;
}
.our-impact .timeline li {
  position: relative;
  display: inline-block;
  margin: 0 32.5px;
}
.our-impact .timeline li label.entry:hover {
  opacity: 1;
}
.our-impact .timeline li input[type=radio] {
  display: none;
}
.our-impact .timeline li input[type=radio]:checked + label {
  background: #1e2a30;
}
.our-impact .timeline li input[type=radio]:checked + label + label {
  opacity: 1;
}
.our-impact .timeline li input[type=radio] + label {
  display: block;
  margin-top: -4px;
  background: #ffffff;
  border: 2px solid #1e2a30;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
.our-impact .timeline li input[type=radio] + label:after {
  content: '';
  position: absolute;
  left: 4px;
  border-left: 1px dashed #1e2a30;
}
.our-impact .timeline li input[type=radio] + label.top_1:after {
  top: -118px;
  height: 112px;
}
.our-impact .timeline li input[type=radio] + label.top_2:after {
  top: -178px;
  height: 172px;
}
.our-impact .timeline li input[type=radio] + label.top_3:after {
  top: -248px;
  height: 245px;
}
.our-impact .timeline li input[type=radio] + label.bottom_1:after {
  top: 8px;
  height: 44px;
}
.our-impact .timeline li input[type=radio] + label.bottom_2:after {
  top: 8px;
  height: 126px;
}
.our-impact .timeline li input[type=radio] + label.bottom_3:after {
  top: 8px;
  height: 178px;
}
@media only screen and (max-width: 768px) {
  .our-impact .timeline li input[type=radio] + label.top_1:after,
  .our-impact .timeline li input[type=radio] + label.top_2:after,
  .our-impact .timeline li input[type=radio] + label.top_3:after {
    top: -118px;
    height: 112px;
  }
  .our-impact .timeline li input[type=radio] + label.bottom_1:after,
  .our-impact .timeline li input[type=radio] + label.bottom_2:after,
  .our-impact .timeline li input[type=radio] + label.bottom_3:after {
    top: 8px;
    height: 44px;
  }
}
.our-impact .timeline li .entry {
  display: block;
  position: absolute;
  top: 35px;
  left: 12px;
  width: 140px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #1e2a30;
  opacity: .52;
  z-index: 2;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  *zoom: 1;
}
.our-impact .timeline li .entry:before,
.our-impact .timeline li .entry:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
  width: 0px;
  height: 0px;
}
.our-impact .timeline li .entry:before {
  top: 9px;
  left: -18px;
  border-width: 9px;
  border-color: transparent #1e2a30 transparent transparent;
}
.our-impact .timeline li .entry:after {
  top: 10px;
  left: -16px;
  border-width: 8px;
  border-color: transparent #ffffff transparent transparent;
}
.our-impact .timeline li .entry.top_1 {
  top: -140px;
}
.our-impact .timeline li .entry.top_2 {
  top: -200px;
}
.our-impact .timeline li .entry.top_3 {
  top: -270px;
}
.our-impact .timeline li .entry.bottom_1 {
  top: 35px;
}
.our-impact .timeline li .entry.bottom_2 {
  top: 120px;
}
.our-impact .timeline li .entry.bottom_3 {
  top: 170px;
}
.our-impact .timeline li .entry * {
  color: #1e2a30;
  line-height: normal;
  white-space: pre-line;
  word-break: break-word;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
.our-impact .timeline li .entry * span {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
}
.our-impact .timeline li .entry img {
  float: left;
  margin-right: 5px;
}
.our-impact .timeline li .entry p {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .our-impact .timeline li .entry.top_1,
  .our-impact .timeline li .entry.top_2,
  .our-impact .timeline li .entry.top_3 {
    top: -140px;
  }
  .our-impact .timeline li .entry.bottom_1,
  .our-impact .timeline li .entry.bottom_2,
  .our-impact .timeline li .entry.bottom_3 {
    top: 35px;
  }
}
.our-impact .timeline li .date {
  color: #1e2a30;
  position: absolute;
  top: 8px;
  left: -8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .our-impact .timeline {
    top: 54%;
  }
}
.our-impact .hero.secondary {
  padding-top: 115px;
}
@media only screen and (max-width: 768px) {
  .our-impact .hero.secondary {
    font-size: 28px;
  }
}
.our-impact .hero.secondary p {
  font-size: 22px;
  line-height: 40px;
}
@media only screen and (max-width: 768px) {
  .our-impact .hero.secondary p {
    font-size: 18px;
    line-height: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .our-impact .hero.secondary .grid-row {
    position: static;
  }
}
.our-impact .hero.secondary h1 {
  font-size: 42px;
  line-height: 50px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .our-impact .hero .mobile-hero img {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .our-impact .hero .grid-row {
    position: absolute;
    top: 40%;
  }
}
.our-impact .overlap {
  background: none;
  background-color: #fff;
}
.our-impact .overlap input[type=radio] {
  display: none;
}
.our-impact .overlap input[type=radio]#show_10:checked ~ .tab-row label[for="show_10"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_10:checked ~ .secondary-data .secondary_10 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_9:checked ~ .tab-row label[for="show_9"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_9:checked ~ .secondary-data .secondary_9 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_8:checked ~ .tab-row label[for="show_8"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_8:checked ~ .secondary-data .secondary_8 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_7:checked ~ .tab-row label[for="show_7"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_7:checked ~ .secondary-data .secondary_7 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_6:checked ~ .tab-row label[for="show_6"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_6:checked ~ .secondary-data .secondary_6 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_5:checked ~ .tab-row label[for="show_5"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_5:checked ~ .secondary-data .secondary_5 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_4:checked ~ .tab-row label[for="show_4"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_4:checked ~ .secondary-data .secondary_4 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_3:checked ~ .tab-row label[for="show_3"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_3:checked ~ .secondary-data .secondary_3 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_2:checked ~ .tab-row label[for="show_2"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_2:checked ~ .secondary-data .secondary_2 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_1:checked ~ .tab-row label[for="show_1"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_1:checked ~ .secondary-data .secondary_1 {
  display: block;
}
.our-impact .overlap input[type=radio]#show_0:checked ~ .tab-row label[for="show_0"] {
  color: #4b626e;
  background: #ffffff;
  position: static !important;
  top: 0 !important;
  padding-bottom: 0 !important;
}
.our-impact .overlap input[type=radio]#show_0:checked ~ .secondary-data .secondary_0 {
  display: block;
}
.our-impact .overlap .tab-row {
  display: table;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(50%, transparent), color-stop(50%, #4b626e), color-stop(100%, #4b626e));
  /*background-image: -webkit-linear-gradient(
            left,
            #eee,
            #eee 20%,
            #ccc 20%,
            #ccc 40%,
            #eee 40%,
            #eee 60%,
            #ccc 60%,
            #ccc 80%,
            #eee 80%,
            #eee 100%
    );
    background-image: -moz-linear-gradient(
            left,
            #eee,
            #eee 20%,
            #ccc 20%,
            #ccc 40%,
            #eee 40%,
            #eee 60%,
            #ccc 60%,
            #ccc 80%,
            #eee 80%,
            #eee 100%
    );
    background-image: -ms-linear-gradient(
            left,
            #eee,
            #eee 20%,
            #ccc 20%,
            #ccc 40%,
            #eee 40%,
            #eee 60%,
            #ccc 60%,
            #ccc 80%,
            #eee 80%,
            #eee 100%
    );
    background-image: -o-linear-gradient(
            left,
            #eee,
            #eee 20%,
            #ccc 20%,
            #ccc 40%,
            #eee 40%,
            #eee 60%,
            #ccc 60%,
            #ccc 80%,
            #eee 80%,
            #eee 100%
    );*/
}
.our-impact .overlap .tab-row label {
  color: #ffffff;
  height: 85px;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  background: #4b626e;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  -webkit-border-radius: 10px 10px 0 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  border-radius: 10px 10px 0 0;
  background-clip: padding-box;
  position: relative;
}
.our-impact .overlap .tab-row label:hover {
  top: -10px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .our-impact .overlap .tab-row {
    display: none;
  }
}
.our-impact .overlap .secondary-data > div {
  display: none;
  padding: 50px 20px 75px;
}
@media only screen and (max-width: 768px) {
  .our-impact .overlap .secondary-data {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .our-impact .overlap {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 0;
  }
}
.our-impact #accordion_collapsed .accordion_content {
  background: #fff;
}
.our-impact #accordion_collapsed .accordion_content p {
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .our-impact #accordion_collapsed {
    margin-bottom: 0;
  }
}
.page-our-impact .fancybox-wrap {
  width: auto !important;
}
.page-our-impact .fancybox-wrap .fancybox-skin {
  height: auto !important;
  margin: auto;
}
@media only screen and (min-width: 1025px) {
  .page-our-impact .fancybox-wrap .fancybox-skin {
    width: 66% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .page-our-impact .fancybox-wrap .fancybox-skin .fancybox-inner {
    width: 100% !important;
    height: auto !important;
    padding: 10px 30px;
  }
}
[data-page=event] #main {
  padding: 0 0% 5.5%;
}
[data-page=event] h4 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: normal;
}
[data-page=event] a {
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #4b626e;
}
[data-page=event].light {
  background-color: #f7f6f0;
}
[data-page=event].dark {
  background-color: #1e2a30;
}
[data-page=event] .hero {
  position: relative;
  height: 280px;
  padding: 0;
  margin-left: -74px;
}
[data-page=event] .hero .desktop-hero {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
[data-page=event] .hero .mobile-hero {
  position: relative;
  width: 100%;
  height: auto;
}
[data-page=event] .hero #breadcrumbs,
[data-page=event] .hero #breadcrumbs_mobile {
  position: relative;
  z-index: 1;
  margin-top: 35px !important;
  margin-left: 8%;
}
@media only screen and (max-width: 768px) {
  [data-page=event] .hero {
    height: auto;
    width: 100% !important;
    margin-left: 0 !important;
  }
}
[data-page=event] .tab_content {
  display: none;
}
[data-page=event] .tab_content .row-3 .grid-unit:nth-child(3n+1) {
  clear: left;
}
[data-page=event] #Sponsors .intro {
  padding-top: 0;
}
[data-page=event] #Sponsors .three-col p {
  padding-bottom: 0;
  padding-top: 0;
  line-height: 1.5em;
}
[data-page=event] .intro {
  font-size: 23px;
  line-height: 200%;
  text-align: center;
  padding: 20px 50px 30px 50px;
}
@media only screen and (max-width: 768px) {
  [data-page=event] .intro {
    font-size: 18px;
    line-height: 180%;
    padding: 30px 15px 30px;
  }
}
[data-page=event] .share-menu {
  margin-top: 50px;
}
[data-page=event] .share-menu .follow {
  margin-right: 10px;
  font-size: 1.5rem;
}
[data-page=event] .share-menu .share-circle {
  font-size: 1.6rem;
  margin-left: 5px;
  width: 32px;
  height: 32px;
}
[data-page=event] .share-menu a {
  line-height: 32px;
  color: #fff;
}
[data-page=event] .sidebar h4 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: normal;
  font-family: 'brandon_grotesquebold', 'Helvetica', Arial, sans-serif;
  color: #26353c;
  margin: 10px 0;
}
[data-page=event] .sidebar a {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: normal;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  margin-top: 20px;
  color: #26353c;
  display: block;
  text-decoration: none;
}
[data-page=event] .sidebar a:hover {
  text-decoration: underline;
}
[data-page=event] .auction_nav a {
  color: #1e2a30;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  display: inline-block;
}
[data-page=event] .auction_nav a:first-child {
  border-right: 1px solid #1e2a30;
  padding-right: 10px;
  margin-right: 10px;
}
[data-page=event] .auction_nav a:hover {
  text-decoration: underline;
}
[data-page=event] .gallery-thumbs .grid-unit {
  margin-bottom: 50px;
  width: 32%;
  margin-right: 2%;
}
[data-page=event] .gallery-thumbs .grid-unit img {
  display: block;
  width: 100%;
}
[data-page=event] .gallery-thumbs .grid-unit:nth-child(3n+1) {
  clear: left;
}
[data-page=event] .gallery-thumbs .grid-unit:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  [data-page=event] .gallery-thumbs .grid-unit {
    width: 100%;
  }
}
[data-page=event] #Press .row-3 .grid-unit {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 60px;
}
[data-page=event] #Press .row-3 .grid-unit:nth-child(3n+1) {
  clear: left;
}
[data-page=event] #Press .row-3 .grid-unit:nth-child(3n) {
  margin-right: 0;
}
[data-page=event] #Press h4 a {
  font-weight: normal;
  text-decoration: none;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
@media only screen and (max-width: 768px) {
  [data-page=event] .press .entry-content {
    margin-top: 50px;
  }
  [data-page=event] .press .entry-content:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  [data-page=event] .press .entry-content img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
[data-page=event] .press .entry-content .pub_date,
[data-page=event] .press .entry-content .author,
[data-page=event] .press .entry-content .source {
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  color: #26353c;
}
[data-page=event] .press .entry-content .pub_date a,
[data-page=event] .press .entry-content .author a,
[data-page=event] .press .entry-content .source a {
  color: #26353c;
  text-decoration: underline;
  font-family: 'brandon_grotesquemedium', 'Helvetica', Arial, sans-serif;
}
[data-page=event] .press .entry-content .pub_date {
  display: block;
}
@media only screen and (max-width: 768px) {
  [data-page=event] .default-content {
    padding: 0 10px;
  }
}
.single-event .gallery_slide {
  margin: auto;
  max-width: 620px;
}
.single-event .fancybox-next {
  right: -15px;
}
.single-event .fancybox-prev {
  left: -15px;
}
@media only screen and (max-width: 768px) {
  .single-event .fancybox-skin {
    padding-top: 40px !important;
  }
}
.single-event #accordion_collapsed .ui-accordion-content {
  background: transparent;
}
@media only screen and (max-width: 768px) {
  .single-event #accordion_collapsed .entry-content p,
  .single-event #accordion_collapsed .entry-content h1,
  .single-event #accordion_collapsed .entry-content h2,
  .single-event #accordion_collapsed .entry-content h3,
  .single-event #accordion_collapsed .entry-content h4,
  .single-event #accordion_collapsed .entry-content ul,
  .single-event #accordion_collapsed .entry-content ol {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .single-event #accordion_collapsed h2.top-margin-fifty,
  .single-event #accordion_collapsed h2.top-margin-thirty {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .single-event .width-96 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .single-event .artist {
    padding-left: 10px;
  }
}
.page-events .hero h1,
.page-drives .hero h1 {
  font-size: 68px;
  font-size: 6.8rem;
  font-weight: normal;
  line-height: 72px;
}
@media print {
  .primary-nav,
  .header .buttons,
  .secondary-nav,
  footer,
  #side_share,
  header[role=banner],
  .map_links,
  .back {
    display: none;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  body,
  #primary {
    background: white;
  }
  a:link:after {
    content: " (" attr(href) ") ";
    font-size: 12px;
  }
  #breadcrumbs a:link:after,
  #breadcrumbs_mobile a:link:after,
  .posted-on a:link:after,
  .single-resources a:link:after {
    content: "";
  }
  .page-facts-about-homelessness {
    max-height: 1000px;
  }
  .page-facts-about-homelessness .fancybox-nav,
  .page-facts-about-homelessness .fancybox-close,
  .page-facts-about-homelessness .print {
    display: none;
  }
  .page-facts-about-homelessness .fancybox-overlay {
    background: white;
    width: 100%!important;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    position: absolute!important;
  }
  .page-facts-about-homelessness a:link:after {
    content: "";
  }
  .page-facts-about-homelessness .fancybox-skin {
    box-shadow: none;
    background: white;
  }
  .page-facts-about-homelessness .fancybox-wrap {
    width: auto !important;
    position: relative!important;
    margin: auto;
    left: 0!important;
  }
}
