@import url('https://fonts.googleapis.com/css?family=Montserrat');
/* Fonts */
@font-face {
  font-family: Antonio;
  src: url(../fonts/Antonio-Regular.ttf);
}
/* Media query break-points */
/* Color scheme */
/* Mixins */
/* Import partials */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
 readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before, .fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}
.fa-won:before, .fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before, .fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before, .fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before, .fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
/* # Table of Contents
 - HTML5 Reset
 - Baseline Normalize
 - Box Sizing
 - Float Clearing
 - Defaults
 - Typographical Elements
 - Headings
 - Objects
 - Gallery
 - Forms
 - Tables
 - Screen Reader Text
 - Structure and Layout
 - Site Containers
 - Column Widths and Positions
 - Column Classes
 - Common Classes
 - Avatar
 - Genesis
 - Search Form
 - Titles
 - WordPress
 - Widgets
 - Featured Content
 - Plugins
 - Genesis eNews Extended
 - Jetpack
 - Site Header
 - Title Area
 - Widget Area
 - Site Navigation
 - Accessible Menu
 - Site Header Navigation
 - Primary Navigation
 - Secondary Navigation
 - Skip Links
 - Content Area
 - Entries
 - Entry Meta
 - Pagination
 - Comments
 - Sidebars
 - Footer Widgets
 - Site Footer
 - Media Queries
 - Retina Display
 - Max-width: 1200px
 - Max-width: 960px
 - Max-width: 800px
 - Print Styles
 */
/* # HTML5 Reset
 ---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
 --------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background: 0 0;
}
a:active, a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #333;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/* ## Box Sizing
 --------------------------------------------- */
html, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* ## Float Clearing
 --------------------------------------------- */
.author-box:before, .clearfix:before, .entry:before, .entry-content:before, .footer-widgets:before, .nav-primary:before, .nav-secondary:before, .pagination:before, .site-container:before, .site-footer:before, .site-header:before, .site-inner:before, .wrap:before {
  content: " ";
  display: table;
}
.author-box:after, .clearfix:after, .entry:after, .entry-content:after, .footer-widgets:after, .nav-primary:after, .nav-secondary:after, .pagination:after, .site-container:after, .site-footer:after, .site-header:after, .site-inner:after, .wrap:after {
  clear: both;
  content: " ";
  display: table;
}
/* ## Defaults
 ---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
 --------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}
/* Chrome fix */
body > div {
  font-size: 1.8rem;
}
body {
  background-color: #fff;
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.625;
  margin: 0;
}
.row {
  max-width: 1640px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
a {
  color: #141823;
  text-decoration: none;
}
a:hover, a:focus {
  color: #141823;
  text-decoration: none;
}
p {
  margin: 0 0 20px;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}
b, strong {
  font-weight: 700;
}
blockquote, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 40px;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* ## Headings
 --------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
/* ## Objects
 --------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
.featured-content img, .gallery img {
  width: auto;
}
/* ## Gallery
 --------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}
.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  width: 33%;
}
.gallery-columns-4 .gallery-item {
  width: 25%;
}
.gallery-columns-5 .gallery-item {
  width: 20%;
}
.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
  width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}
.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover, .gallery img:focus {
  border: 1px solid #999;
}
/* ## Forms
 --------------------------------------------- */
input, select, textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 16px;
  width: 100%;
}
input:focus, textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"], input[type="image"], input[type="radio"] {
  width: auto;
}
::-moz-placeholder {
  color: #333;
  font-weight: 300;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .button {
  background-color: #333;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 5px 25px;
  text-transform: uppercase;
  width: auto;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], input:hover[type="submit"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"], input:focus[type="submit"], .button:focus {
  background-color: #c3251d;
  color: #fff;
}
.entry-content .button:hover, .entry-content .button:focus {
  color: #fff;
}
.footer-widgets button, .footer-widgets input[type="button"], .footer-widgets input[type="reset"], .footer-widgets input[type="submit"], .footer-widgets .button {
  background-color: #c3251d;
  color: #fff;
}
.footer-widgets button:hover, .footer-widgets input:hover[type="button"], .footer-widgets input:hover[type="reset"], .footer-widgets input:hover[type="submit"], .footer-widgets .button:hover, .footer-widgets button:focus, .footer-widgets input:focus[type="button"], .footer-widgets input:focus[type="reset"], .footer-widgets input:focus[type="submit"], .footer-widgets .button:focus {
  background-color: #fff;
  color: #333;
}
.button {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button {
  display: none;
}
/* ## Tables
 --------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
}
tbody {
  border-bottom: 1px solid #ddd;
}
td, th {
  text-align: left;
}
td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}
th {
  font-weight: 400;
}
/* ## Screen Reader Text
 --------------------------------------------- */
.screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}
.more-link {
  position: relative;
}
/* # Structure and Layout
 ---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
 --------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
}
.site-inner {
  clear: both;
  padding-top: 0;
}
/* ## Column Widths and Positions
 --------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
  float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
  float: right;
}
/* ### Content */
.content {
  float: left;
  width: 800px;
}
.content-sidebar .content, .content-sidebar-sidebar .content, .sidebar-content-sidebar .content {
  float: left;
}
.content-sidebar-sidebar .content, .sidebar-content-sidebar .content, .sidebar-sidebar-content .content {
  width: 580px;
}
.full-width-content .content {
  width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
  float: right;
  width: 360px;
}
.sidebar-content .sidebar-primary, .sidebar-sidebar-content .sidebar-primary {
  float: left;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
  float: left;
  width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
  float: right;
}
/* ## Column Classes
 --------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
  float: left;
  margin-left: 1.28205%;
  margin-right: 1.28205%;
}
.one-half, .three-sixths, .two-fourths {
  width: 47.436%;
}
.one-third, .two-sixths {
  width: 30.77008%;
}
.four-sixths, .two-thirds {
  width: 64.1%;
}
.one-fourth {
  width: 23.0769230769%;
}
.three-fourths {
  width: 74.358974359%;
}
.one-sixth {
  width: 14.5299145299%;
}
.five-sixths {
  width: 82.905982906%;
}
.first {
  clear: both;
  margin-left: 0;
}
/* # Common Classes
 ---------------------------------------------------------------------------------------------------- */
/* ## Avatar
 --------------------------------------------- */
.avatar {
  float: left;
}
.alignleft .avatar, .author-box .avatar {
  margin-right: 24px;
}
.alignright .avatar {
  margin-left: 24px;
}
.comment .avatar {
  margin: 0 16px 24px 0;
}
/* ## Genesis
 --------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
}
.archive-description, .author-box {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding: 40px;
}
.author-box-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.archive-description p:last-child, .author-box p:last-child {
  margin-bottom: 0;
}
/* ## Search Form
 --------------------------------------------- */
.search-form {
  overflow: hidden;
}
.site-header .search-form {
  float: right;
  margin-top: 12px;
}
.entry-content .search-form, .site-header .search-form {
  width: 50%;
}
.genesis-nav-menu .search input[type="submit"], .widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* ## Titles
 --------------------------------------------- */
.archive-title {
  font-size: 20px;
  font-size: 2rem;
}
.entry-title {
  font-size: 36px;
  font-size: 3.6rem;
}
.entry-title a, .sidebar .widget-title a {
  color: #333;
}
.entry-title a:hover, .entry-title a:focus {
  color: #c3251d;
}
.widget-title {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.footer-widgets .widget-title {
  color: #fff;
}
/* ## WordPress
 --------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone, .alignnone {
  margin-bottom: 12px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
}
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 28px;
}
/* # Widgets
 ---------------------------------------------------------------------------------------------------- */
.widget {
  word-wrap: break-word;
}
.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}
.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar td, .widget_calendar th {
  text-align: center;
}
/* ## Featured Content
 --------------------------------------------- */
.featured-content .entry {
  border-bottom: 2px solid #f5f5f5;
  margin-bottom: 20px;
  padding: 0 0 24px;
}
.footer-widgets .entry {
  border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
  font-size: 20px;
  font-size: 2rem;
}
/* # Plugins
 ---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
 --------------------------------------------- */
.enews-widget, .enews-widget .widget-title {
  color: #fff;
}
.sidebar .widget.enews-widget {
  background-color: #333;
}
.enews-widget input, .enews-widget input:focus {
  border: 1px solid #333;
}
.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
  background-color: #c3251d;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type="submit"], .enews-widget input:focus[type="submit"] {
  background-color: #fff;
  color: #333;
}
.enews form + p {
  margin-top: 24px;
}
/* ## Jetpack
 --------------------------------------------- */
#wpstats {
  display: none;
}
/* # Skip Links
 ---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}
/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}
/* # Site Header
 ---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 160px;
}
.site-header .wrap {
  padding: 40px 0;
}
/* ## Title Area
 --------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 360px;
}
.header-full-width .title-area {
  width: 100%;
}
.site-title {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.2;
}
.site-title a, .site-title a:hover, .site-title a:focus {
  color: #333;
}
.header-image .site-title > a {
  background: url(images/logo.png) no-repeat left;
  float: left;
  min-height: 60px;
  width: 100%;
}
.site-description {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
}
.site-description, .site-title {
  margin-bottom: 0;
}
.header-image .site-description, .header-image .site-title {
  display: block;
  text-indent: -9999px;
}
/* ## Widget Area
 --------------------------------------------- */
.site-header .widget-area {
  float: right;
  text-align: right;
  width: 800px;
}
/* # Site Navigation
 ---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  line-height: 0.5;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
}
.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 24px 12px;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:hover, .genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #c3251d;
  text-decoration: underline;
}
.genesis-nav-menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
  position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  color: #fff;
  float: right;
  list-style-type: none;
  padding: 30px 0;
}
.genesis-nav-menu > .right > a {
  display: inline;
  padding: 0;
}
.genesis-nav-menu > .rss > a {
  margin-left: 48px;
}
.genesis-nav-menu > .search {
  padding: 10px 0 0;
}
/* ## Accessible Menu
 --------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu, .menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}
/* ## Site Header Navigation
 --------------------------------------------- */
.site-header .sub-menu {
  border-top: 1px solid #eee;
}
.site-header .sub-menu .sub-menu {
  margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}
/* ## Primary Navigation
 --------------------------------------------- */
.nav-primary {
  text-align: center;
  background: none;
  border: 0px;
  float: left;
  min-width: 440px;
  margin-top: 10px;
  position: absolute;
}
.nav-primary .genesis-nav-menu a {
  color: #ccc;
  text-decoration: none;
}
.nav-primary .genesis-nav-menu a:hover, .nav-primary .genesis-nav-menu a:focus, .nav-primary .genesis-nav-menu .current-menu-item > a {
  color: black;
  font-weight: 500;
  text-decoration: underline;
}
.nav-primary .genesis-nav-menu .sub-menu a {
  color: #333;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover, .nav-primary .genesis-nav-menu .sub-menu a:focus, .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #c3251d;
  text-decoration: underline;
}
/* ## Secondary Navigation
 --------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}
/* # Content Area
 ---------------------------------------------------------------------------------------------------- */
/* ## Entries
 --------------------------------------------- */
.entry {
  margin-bottom: 0;
  padding: 0;
}
.content .entry {
  background-color: #fff;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #ddd;
}
/* ## Entry Meta
 --------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
}
.entry-footer .entry-meta {
  border-top: 2px solid #f5f5f5;
  padding-top: 24px;
}
.entry-categories, .entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px;
}
/* ## Pagination
 --------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination li a {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a {
  background-color: #c3251d;
  text-decoration: underline;
}
/* ## Comments
 --------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
}
.comment-respond, .entry-pings {
  padding: 40px 40px 16px;
}
.entry-comments {
  padding: 40px;
}
.comment-header {
  font-size: 16px;
  font-size: 1.6rem;
}
li.comment {
  background-color: #f5f5f5;
  border: 2px solid #fff;
  border-right: 0;
}
.comment-content {
  clear: both;
  word-wrap: break-word;
}
.comment-list li {
  margin-top: 24px;
  padding: 32px;
}
.comment-list li li {
  margin-right: -32px;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.entry-comments .comment-author {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 24px;
}
/* # Sidebars
 ---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
}
.sidebar li {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar p:last-child, .sidebar ul > li:last-child {
  margin-bottom: 0;
}
.sidebar .widget {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 40px;
}
/* # Footer Widgets
 ---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #333;
  clear: both;
  padding-top: 40px;
}
.footer-widgets, .footer-widgets a {
  color: #aaa;
}
.footer-widgets input {
  border: 1px solid #333;
}
.footer-widgets a.button, .footer-widgets a:hover, .footer-widgets a:focus {
  color: #fff;
}
.footer-widgets li {
  border-bottom: 1px dotted #666;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: 340px;
}
.footer-widgets-1 {
  margin-right: 60px;
}
.footer-widgets-1, .footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  float: right;
}
/* # Site Footer
 ---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/* # Media Queries
 ---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner, .wrap {
    max-width: 960px;
  }
  .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content-sidebar-wrap, .sidebar-sidebar-content .content-sidebar-wrap {
    width: 740px;
  }
  .content, .site-header .widget-area {
    width: 620px;
  }
  .sidebar-content-sidebar .content, .sidebar-sidebar-content .content, .content-sidebar-sidebar .content {
    width: 400px;
  }
  .sidebar-primary, .title-area {
    width: 300px;
  }
  .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .title-area {
    width: 300px;
  }
  .footer-widgets-1 {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 960px) {
  .site-inner, .wrap {
    max-width: 800px;
  }
  .content, .content-sidebar-sidebar .content, .content-sidebar-sidebar .content-sidebar-wrap, .sidebar-content-sidebar .content, .sidebar-content-sidebar .content-sidebar-wrap, .footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .sidebar-primary, .sidebar-secondary, .sidebar-sidebar-content .content, .sidebar-sidebar-content .content-sidebar-wrap, .site-header .widget-area, .title-area {
    width: 100%;
  }
  .site-header .wrap {
    padding: 20px 5%;
  }
  .header-image .site-title > a {
    background-position: center top;
  }
  .genesis-nav-menu li, .site-header ul.genesis-nav-menu, .site-header .search-form {
    float: none;
  }
  .genesis-nav-menu, .site-description, .site-header .title-area, .site-header .search-form, .site-title {
    text-align: center;
  }
  .genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {
    padding: 20px 16px;
  }
  .site-header .search-form {
    margin: 16px auto;
  }
  .genesis-nav-menu li.right {
    display: none;
  }
  .footer-widgets-1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  /*
   .site-inner,
   .wrap {
   padding-left: 5%;
   padding-right: 5%;
   }
   */
  body {
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .archive-description, .author-box, .comment-respond, .entry, .entry-comments, .entry-pings, .sidebar .widget, .site-header {
    padding: 0;
  }
  .archive-pagination li a {
    margin-bottom: 4px;
  }
  .five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
    margin: 0;
    width: 100%;
  }
  .sidebar .widget.enews-widget {
    padding: 40px;
  }
}
/* # Print Styles
 ---------------------------------------------------------------------------------------------------- */
@media print {
  *, *:before, *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after, a[href^="#"]:after, .site-title > a:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content, .content-sidebar {
    width: 100%;
  }
  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote, pre, table {
    page-break-inside: avoid;
  }
  dl, ol, ul {
    page-break-before: avoid;
  }
}
.entry-title {
  display: none;
}
.post-edit-link {
  display: none;
}
.content-sidebar-wrap, .sidebar-secondary {
  display: none;
}
a.button {
  font-family: Antonio, sans-serif;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}
nav {
  clear: both;
  display: inline-block;
}
nav a {
  text-decoration: none !important;
  text-align: center;
  font-size: 16px;
}
.sub-menu-toggle, .menu-toggle {
  display: none;
  visibility: hidden;
}
@media only screen and (max-width: 1023px) {
  .sub-menu-toggle, .menu-toggle {
    display: inline-block;
    font-size: 28px;
    font-weight: 400;
    float: right;
    overflow: hidden;
    padding: 6px 10px 2px 10px;
    text-align: center;
    visibility: visible;
  }
}
@media only screen and (max-width: 1023px) {
  .menu-toggle:before {
    content: "\f333";
  }
  .menu-toggle .activated:before {
    content: "\f333";
  }
}
@media only screen and (max-width: 1023px) {
  .sub-menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sub-menu-toggle:before {
    content: "+";
  }
  .sub-menu-toggle .activated:before {
    content: "-";
  }
}
button.menu-toggle {
  margin-top: 1px;
}
@media only screen and (max-width: 1023px) {
  button.menu-toggle, button.sub-menu-toggle {
    background-color: transparent;
    color: #ed1c24;
    font-family: dashicons;
  }
}
.nav-primary {
  text-align: center;
  background: none;
  border: 0px;
  float: left;
  min-width: 600px;
  margin-top: 10px;
  position: absolute;
  left: 44%;
  width: 30%;
}
@media only screen and (max-width: 1023px) {
  .nav-primary {
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    float: none;
    position: relative;
    min-width: auto;
  }
  .nav-primary a:hover, .nav-primary .current-menu-item > a {
    color: #333;
  }
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu .menu-item {
    background-color: transparent;
    display: block;
    position: relative;
    text-align: left;
  }
  .genesis-nav-menu .menu-item:hover {
    position: relative;
  }
  .genesis-nav-menu .sub-menu {
    clear: both;
    display: none;
    opacity: 1;
    position: static;
    width: 100%;
  }
  .genesis-nav-menu .sub-menu a {
    border-left: 0;
    position: relative;
    width: auto;
  }
  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }
  .genesis-nav-menu .sub-menu .sub-menu a {
    background-color: transparent;
    padding-left: 30px;
  }
  .genesis-nav-menu .sub-menu .sub-menu .sub-menu a {
    background-color: #fff;
    padding-left: 40px;
  }
}
.gform_wrapper {
  margin: 0 !important;
}
.gform_wrapper form div.gform_footer.top_label {
  max-width: 33% !important;
}
.gform_wrapper input[type="submit"] {
  background: #ed1c24;
  color: #fff;
  font-family: Antonio, sans-serif;
  width: 100% !important;
  font-size: 22px;
  letter-spacing: 1px;
  max-width: none !important;
}
.gform_wrapper input[type="submit"]:hover {
  background: #af0e14;
}
.gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
.gform_wrapper li.gfield {
  margin-top: 0 !important;
}
.gform_wrapper div.ginput_container {
  margin-top: 0 !important;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.gform_wrapper .gform_footer input[type=submit] {
  margin: 0 !important;
}
.home-page > .site-container header .cta .house-msg-wrap {
  margin-left: 4%;
  margin-right: 4%;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container header .cta .house-msg-wrap {
    display: none;
  }
}
.home-page > .site-container header .cta .house-msg-wrap .house-msg {
  color: white;
  margin: auto;
  text-align: center;
  padding-top: 10px;
  max-width: 1000px;
}
.home-page > .site-container > .house-msg-wrap {
  margin-left: 15%;
  margin-right: 15%;
  display: none;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .house-msg-wrap {
    display: block;
  }
}
@media only screen and (max-width: 500px) {
  .home-page > .site-container > .house-msg-wrap {
    margin-left: 6%;
    margin-right: 6%;
  }
}
.home-page > .site-container > .house-msg-wrap .house-msg {
  margin: auto;
  text-align: center;
  padding-top: 26px;
  max-width: 1000px;
  font-weight: 600;
}
@media only screen and (max-width: 500px) {
  .home-page > .site-container > .house-msg-wrap .house-msg {
    font-size: 16px;
    padding-top: 16px;
  }
}
.home-page > .site-container a.button, .home-page > .site-container input[type="submit"].button {
  color: #fff;
}
.home-page > .site-container a.button.primary, .home-page > .site-container input[type="submit"].button.primary {
  background: #ed1c24;
}
.home-page > .site-container a.button.primary:hover, .home-page > .site-container input[type="submit"].button.primary:hover {
  background: #c61017;
}
.home-page > .site-container a.button.secondary, .home-page > .site-container input[type="submit"].button.secondary {
  background: #243a5e;
}
.home-page > .site-container a.button.secondary:hover, .home-page > .site-container input[type="submit"].button.secondary:hover {
  background: #162339;
}
.home-page > .site-container a.button.transparent, .home-page > .site-container input[type="submit"].button.transparent {
  background: transparent;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
}
.home-page > .site-container a.button.transparent:hover, .home-page > .site-container input[type="submit"].button.transparent:hover {
  background: #fff;
  color: #141823;
}
.home-page > .site-container a.button.round, .home-page > .site-container input[type="submit"].button.round {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
}
.home-page > .site-container .cta-alert {
  text-align: center;
  z-index: 999;
  position: relative;
  padding: 10px;
  -webkit-box-shadow: 0px 6px 16px -3px rgba(183, 183, 183, 1);
  -moz-box-shadow: 0px 6px 16px -3px rgba(183, 183, 183, 1);
  box-shadow: 0px 6px 16px -3px rgba(183, 183, 183, 1);
}
.home-page > .site-container .cta-alert a.button {
  font-size: 14px;
  margin-left: 14px;
}
@media only screen and (max-width: 1023px) {
  .home-page > .site-container .cta-alert a.button {
    font-size: 10px;
    margin-left: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-page > .site-container .cta-alert {
    font-size: 12px;
  }
}
.home-page > .site-container > .action-center {
  font-family: Antonio, Sans;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  color: #141823;
}
.home-page > .site-container > .action-center .title {
  font-size: 36px;
  font-family: Antonio, Sans-Serif;
  padding-top: 24px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .action-center .title {
    font-size: 30px;
  }
}
.home-page > .site-container > .action-center .cta {
  width: 50%;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 1023px) {
  .home-page > .site-container > .action-center .cta {
    display: block;
    width: 90%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .action-center .cta {
    padding-bottom: 20px;
  }
}
.home-page > .site-container > .action-center .cta > a > .message {
  font-size: 32px;
  border-left: 1px solid #c8c5bd;
  border-right: 1px solid #c8c5bd;
  border-bottom: 1px solid #c8c5bd;
  background: #dfded9;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .action-center .cta > a > .message {
    font-size: 24px;
  }
}
.home-page > .site-container > .action-center .cta .img-wrap {
  height: 100%;
  max-height: 250px;
  overflow: hidden;
}
.home-page > .site-container > .action-center .cta .img-wrap .message {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding-left: 18%;
  padding-right: 18%;
  text-align: center;
  color: #fff;
  z-index: 999;
  font-family: Montserrat, sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 28px;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .action-center .cta .img-wrap .message {
    font-size: 22px;
  }
}
.home-page > .site-container > .action-center .cta .img-wrap.overlay.primary:hover:after {
  background: rgba(151, 12, 17, 0.67);
}
.home-page > .site-container > .action-center .cta .img-wrap.overlay.secondary:hover:after {
  background: rgba(6, 12, 22, 0.67);
}
.home-page > .site-container > .action-center .cta img {
  display: block;
  vertical-align: bottom;
  height: 250px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .action-center .cta img {
    height: 200px;
  }
}
@media only screen and (max-width: 500px) {
  .home-page > .site-container > .action-center .cta img {
    height: 160px;
  }
}
.home-page > .site-container > .blog > .title {
  font-size: 36px;
  font-family: Antonio, sans-serif;
  padding-top: 36px;
  padding-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #141823;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .blog > .title {
    font-size: 30px;
  }
}
.home-page > .site-container > .blog > .wrap {
  max-width: 1200px;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .blog > .wrap {
    width: 370px;
  }
}
@media only screen and (max-width: 500px) {
  .home-page > .site-container > .blog > .wrap {
    max-width: 90%;
  }
}
.home-page > .site-container > .blog .preview {
  margin-bottom: 30px;
  margin-left: 1.28205%;
  margin-right: 1.28205%;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .blog .preview {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 500px) {
  .home-page > .site-container > .blog .preview {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-page > .site-container > .blog .preview .title a {
  color: #ed1c24;
}
.home-page > .site-container > .blog .preview .featured-image {
  overflow: hidden;
  max-height: 200px;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .blog .preview .featured-image {
    max-height: none;
  }
}
.home-page > .site-container > .blog .preview .featured-image iframe, .home-page > .site-container > .blog .preview .featured-image img {
  height: 200px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .home-page > .site-container > .blog .preview .featured-image iframe, .home-page > .site-container > .blog .preview .featured-image img {
    height: auto;
  }
}
.home-page > .site-container > .blog .preview .title {
  text-align: center;
  font-weight: 600;
  font-family: Antonio, sans-serif;
  letter-spacing: 1px;
  font-size: 22px;
}
.home-page > .site-container > .blog .preview .date {
  text-align: center;
  font-size: 14px;
}
.home-page > .site-container > .blog .preview .author {
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}
.home-page > .site-container > .blog .more {
  text-align: center;
  text-transform: uppercase;
  padding-top: 20px;
  font-size: 28px;
  padding-bottom: 36px;
  clear: both;
}
.home-page > .site-container > .blog .more a {
  color: black;
  text-decoration: underline;
}
.home-page > .site-container > .blog .more a:hover {
  color: #ed1c24;
}
.press-update > .site-container header {
  padding-bottom: 28px;
}
@media only screen and (max-width: 800px) {
  .press-update > .site-container header {
    padding-bottom: 0px;
  }
}
.press-update > .site-container header .cta .message {
  padding-top: 28px;
}
@media only screen and (max-width: 1023px) {
  .press-update > .site-container header .cta .message {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .press-update > .site-container header .cta .message {
    font-size: 36px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
.press-update > .site-container header .cta .message a {
  color: white;
}
.press-update > .site-container > .wrap {
  max-width: 800px;
}
@media only screen and (max-width: 1023px) {
  .press-update > .site-container > .wrap {
    max-width: 90%;
  }
}
.press-update > .site-container > .wrap > .title {
  font-size: 36px;
  font-family: Antonio, sans-serif;
  font-weight: 600;
  color: #ed1c24;
  letter-spacing: 1px;
  padding-top: 14px;
}
@media only screen and (max-width: 800px) {
  .press-update > .site-container > .wrap > .title {
    font-size: 28px;
  }
}
.press-update > .site-container > .wrap > .meta {
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 28px;
}
@media only screen and (max-width: 800px) {
  .press-update > .site-container > .wrap > .meta {
    font-size: 18px;
  }
}
.press-update > .site-container > .wrap ul, .press-update > .site-container > .wrap ol {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
}
.press-update > .site-container > .wrap ul li, .press-update > .site-container > .wrap ol li {
  list-style-type: disc;
}
.press-update > .site-container > .wrap .update-content a {
  color: #2a3693;
}
.press-update > .site-container > .wrap .suggested {
  padding-top: 40px;
}
.press-update > .site-container > .wrap .suggested > .title {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 27px;
  font-family: Antonio, sans-serif;
  letter-spacing: 1.2px;
  padding-bottom: 10px;
}
.press-update > .site-container > .wrap .suggested img {
  vertical-align: bottom;
}
.press-update > .site-container > .wrap .suggested .preview {
  text-align: center;
  padding-bottom: 20px;
}
.press-update > .site-container > .wrap .suggested .preview .title {
  padding-top: 6px;
  line-height: 30px;
  font-family: antonio;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 21px;
}
.press-update > .site-container > .wrap .suggested .preview .title a {
  color: #ed1c24;
}
.press-update > .site-container > .wrap .suggested .preview .date {
  font-size: 16px;
  padding-top: 7px;
  font-weight: 600;
}
.press-update > .site-container > .wrap .suggested .preview .author {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
}
.press-update > .site-container > .wrap .suggested .preview .featured-image {
  max-height: 150px;
  overflow: hidden;
}
.press-update > .site-container > .wrap .suggested .preview .featured-image img {
  min-height: 150px;
}
.press-update > .site-container > .wrap .suggested .preview .featured-image iframe {
  height: 150px;
}
@media only screen and (max-width: 800px) {
  .press-update > .site-container > .wrap .suggested .preview .featured-image iframe {
    height: auto;
    min-height: 250px;
  }
}
@media only screen and (max-width: 800px) {
  .press-update > .site-container > .wrap .suggested .preview .featured-image {
    max-height: none;
  }
}
.press-update > .site-container > #footer {
  margin-top: 75px;
}
.press-update > .site-container > #subscribe {
  margin-top: 20px;
}
.press-update > .site-container .back {
  text-decoration: underline;
  color: #2a3693;
  display: block;
  margin-top: 10px;
}
.press-updates > .site-container > header {
  padding-bottom: 28px;
}
.press-updates > .site-container > .wrap {
  max-width: 1200px;
  padding-top: 40px;
}
@media only screen and (max-width: 1023px) {
  .press-updates > .site-container > .wrap {
    max-width: 1000px;
  }
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container > .wrap {
    max-width: 90%;
    margin: auto;
    padding-top: 20px;
  }
}
.press-updates > .site-container > .wrap .search-query {
  padding-bottom: 26px;
  font-size: 22px;
}
.press-updates > .site-container > .wrap .top-section {
  margin-bottom: 30px;
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap {
  position: relative;
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap .img-wrap {
  height: 350px;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container > .wrap .top-section .featured > a .wrap .img-wrap {
    height: auto;
  }
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap .img-wrap img {
  width: 100%;
  max-height: 380px;
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap .img-wrap:hover::after {
  background: rgba(198, 16, 23, 0.67);
  cursor: pointer;
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap .img-wrap a:last-child {
  position: absolute;
  display: block;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap .img-wrap .breaking {
  text-transform: uppercase;
  font-size: 14px;
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap .img-wrap .breaking > .news {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 12;
  color: white;
  background: #eabab5;
  padding: 6px;
}
.press-updates > .site-container > .wrap .top-section .featured > a .wrap .title {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding-left: 18%;
  padding-right: 18%;
  text-align: center;
  color: #fff;
  z-index: 999;
  font-family: Montserrat, sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 28px;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container > .wrap .top-section .featured > a .wrap .title {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 22px;
  }
}
.press-updates > .site-container > .wrap .top-section .featured .cta {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  background: #dfded9;
  font-family: Antonio, sans-serif;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.press-updates > .site-container > .wrap .top-section .poster-1 img {
  height: 400px;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container > .wrap .top-section .poster-1 img {
    display: none;
  }
}
.press-updates > .site-container > .wrap .post iframe {
  width: 100%;
  vertical-align: bottom;
  height: 280px;
}
.press-updates > .site-container > .wrap .post.featured iframe {
  height: 350px;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container > .wrap .post.featured iframe {
    height: 280px;
  }
}
.press-updates > .site-container > .wrap .post.recent {
  margin-bottom: 50px;
}
.press-updates > .site-container > .wrap .post.recent > .wrap {
  overflow: hidden;
  max-height: 280px;
}
.press-updates > .site-container > .wrap .post.recent img {
  vertical-align: bottom;
  min-height: 280px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container > .wrap .post.recent img {
    min-height: 0px;
  }
}
.press-updates > .site-container > .wrap .post.recent iframe {
  width: 100%;
  vertical-align: bottom;
}
.press-updates > .site-container > .wrap .post.recent .title {
  font-family: Antonio, sans-serif;
  font-size: 28px;
  color: #ed1c24;
  font-weight: bold;
}
.press-updates > .site-container > .wrap .post.recent .meta {
  padding-bottom: 12px;
}
.press-updates > .site-container .cta-subscribe .form-wrap {
  background: #dfded9;
  height: 410px;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container .cta-subscribe .form-wrap {
    height: 300px;
  }
}
.press-updates > .site-container .cta-subscribe .form-wrap .form-header {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 20px;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container .cta-subscribe .form-wrap .form-header {
    font-size: 22px;
  }
}
.press-updates > .site-container .cta-subscribe .form-wrap .form-header i {
  color: #ed1c24;
  font-size: 3em;
  padding-bottom: 24px;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container .cta-subscribe .form-wrap .form-header i {
    display: none;
  }
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper {
  max-width: 86%;
  margin: auto !important;
  padding-top: 24px;
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper li {
  padding-right: 0 !important;
  padding-bottom: 10px;
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input {
  width: 100% !important;
  border-radius: 8px;
  font-size: 28px !important;
  /* Chrome/Opera/Safari */
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input::-webkit-input-placeholder {
  color: '#999';
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input::-moz-placeholder {
  /* Firefox 19+ */
  color: '#999';
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input:-ms-input-placeholder {
  /* IE 10+ */
  color: '#999';
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input:-moz-placeholder {
  /* Firefox 18- */
  color: '#999';
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input {
    font-size: 20px !important;
  }
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input.gform_button {
  font-size: 32px !important;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper input.gform_button {
    font-size: 24px !important;
  }
}
.press-updates > .site-container .cta-subscribe .form-wrap .gform_wrapper .gform_footer {
  margin: auto !important;
  max-width: 60% !important;
  padding-bottom: 10px !important;
  position: relative;
}
.press-updates > .site-container .view-all {
  text-align: center;
  font-size: 28px;
  padding-bottom: 50px;
  display: inline-block;
  width: 100%;
}
.press-updates > .site-container .view-all a {
  text-decoration: underline;
}
.press-updates > .site-container .view-all a:hover {
  color: #ed1c24;
}
.press-updates > .site-container #subscribe {
  margin-top: 0px;
  margin-bottom: 30px;
  margin-left: 1.28205%;
  margin-right: 1.28205%;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container #subscribe {
    margin-left: 0;
    margin-right: 0;
  }
}
.press-updates > .site-container .poster-2 {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.press-updates > .site-container .search-form {
  z-index: 11;
  position: relative;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.press-updates > .site-container .search-form > input[type="search"] {
  padding: 10px;
  display: inline-block;
  width: 65%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  font-size: 16px;
  padding-left: 12px;
}
.press-updates > .site-container .search-form > input[type="submit"] {
  display: inline-block;
  padding: 6px 14px;
  width: 33%;
  border-radius: 16px;
  font-family: Antonio, sans-serif;
  vertical-align: bottom;
  letter-spacing: 1px;
  font-size: 20px;
  margin-left: 2%;
  background: #ed1c24;
}
.press-updates > .site-container .search-form > input[type="submit"]:hover {
  background: #c61017;
}
.press-updates > .site-container .back {
  text-decoration: underline;
  color: #ed1c24;
  margin-bottom: 20px;
  display: block;
}
.press-updates > .site-container .categories {
  margin-left: 1.28205%;
  margin-right: 1.28205%;
  padding-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container .categories {
    font-size: 14px;
  }
}
.press-updates > .site-container .categories a {
  color: #ed1c24;
}
.press-updates > .site-container .categories p {
  display: inline;
}
.press-updates > .site-container .categories p.title {
  display: block;
  margin-bottom: 0px;
  font-size: 22px;
}
@media only screen and (max-width: 800px) {
  .press-updates > .site-container .categories p.title {
    font-size: 16px;
  }
}
.press-updates > .site-container #more_posts {
  text-align: center;
  font-size: 28px;
  padding-bottom: 42px;
}
.press-updates > .site-container #more_posts p {
  display: inline;
  text-decoration: underline;
}
.press-updates > .site-container #more_posts p:hover {
  color: #ed1c24;
  cursor: pointer;
}
.default-page > .site-container header {
  padding-bottom: 28px;
}
@media only screen and (max-width: 800px) {
  .default-page > .site-container header {
    padding-bottom: 0px;
  }
}
.default-page > .site-container header .message {
  padding-top: 0px !important;
}
@media only screen and (max-width: 1023px) {
  .default-page > .site-container header .message {
    padding-top: 0px !important;
  }
}
.default-page > .site-container > .wrap {
  max-width: 900px;
}
@media only screen and (max-width: 1023px) {
  .default-page > .site-container > .wrap {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.default-page > .site-container > .wrap > .title {
  font-size: 56px;
  color: #ed1c24;
  font-family: Antonio, sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 1023px) {
  .default-page > .site-container > .wrap > .title {
    font-size: 50px;
  }
}
@media only screen and (max-width: 800px) {
  .default-page > .site-container > .wrap > .title {
    font-size: 36px;
  }
}
.default-page > .site-container > .wrap > .body {
  font-size: 20px;
}
@media only screen and (max-width: 800px) {
  .default-page > .site-container > .wrap > .body {
    font-size: 16px;
  }
}
.default-page > .site-container > .wrap > .body ol, .default-page > .site-container > .wrap > .body ul {
  margin: 0px;
  padding: 0px;
  padding-left: 40px;
  margin-bottom: 16px;
}
.default-page > .site-container > .wrap > .body li {
  list-style-type: inherit;
}
.default-page > .site-container > .wrap > .body a {
  color: #ed1c24;
}
.default-page > .site-container .back {
  text-decoration: underline;
  color: #ed1c24;
  margin-top: 10px;
  display: block;
}
body div.site-container header .logo {
  padding-top: 80px;
  text-align: center;
  z-index: 999;
  position: relative;
  padding-left: 6px;
}
body div.site-container header .logo a {
  display: inline-block;
}
body div.site-container header .logo img {
  width: 270px;
  vertical-align: bottom;
}
@media only screen and (max-width: 1023px) {
  body div.site-container header .logo {
    float: left;
    display: inline-block;
    padding-top: 1px;
  }
  body div.site-container header .logo img {
    width: auto;
    max-height: 50px;
  }
}
body div.site-container header button.menu-toggle:before {
  position: relative;
  z-index: 999;
}
body div.site-container header button.menu-toggle {
  position: relative;
  z-index: 999;
}
body div.site-container header .nav-primary {
  position: relative;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  left: inherit;
  z-index: 999;
  position: relative;
}
body div.site-container header .nav-primary .menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
body div.site-container header .nav-primary .menu-item a:hover {
  color: #d9d9d9;
}
@media only screen and (max-width: 1023px) {
  body div.site-container header .nav-primary {
    display: none;
  }
  body div.site-container header .nav-primary.displayNone {
    display: none;
  }
  body div.site-container header .nav-primary.displayBlock {
    display: inline-block;
  }
}
body div.site-container header .cta {
  z-index: 998;
  position: relative;
}
body div.site-container header .cta .message {
  padding-top: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-family: Antonio;
  letter-spacing: 0.7px;
  font-size: 54px;
}
@media only screen and (max-width: 1023px) {
  body div.site-container header .cta .message {
    padding-top: 120px;
    font-size: 46px;
  }
}
@media only screen and (max-width: 800px) {
  body div.site-container header .cta .message {
    font-size: 40px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (max-width: 500px) {
  body div.site-container header .cta .message {
    padding-top: 80px;
    font-size: 32px;
  }
}
body div.site-container header .cta .action-buttons {
  padding-top: 60px;
  padding-bottom: 90px;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  body div.site-container header .cta .action-buttons {
    padding-top: 40px;
  }
}
body div.site-container header .cta .action-buttons .button {
  font-size: 22px;
  margin: 0 4px 0 4px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 230px;
  border-radius: 20px;
  letter-spacing: 1px;
  font-weight: 400;
}
@media only screen and (max-width: 800px) {
  body div.site-container header .cta .action-buttons .button {
    width: 260px;
    margin-bottom: 7px;
  }
}
@media only screen and (max-width: 800px) {
  body div.site-container header .cta .action-buttons {
    padding-bottom: 10px;
  }
}
body div.site-container header .social {
  position: absolute;
  z-index: 999;
  bottom: 0;
  right: 0;
  padding: 0 20px 20px 0;
}
@media only screen and (max-width: 800px) {
  body div.site-container header .social {
    position: relative;
    padding-right: 0;
    text-align: center;
    padding-bottom: 10px;
  }
}
body div.site-container header .social a {
  text-decoration: none;
  display: block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 10px;
}
@media only screen and (max-width: 800px) {
  body div.site-container header .social a {
    display: inline-block;
  }
}
body div.site-container header .social i {
  display: block;
  color: #fff;
}
body div.site-container header .social i:hover {
  color: #ed1c24;
}
body div.site-container .overlay {
  position: relative;
}
body div.site-container .overlay:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
body div.site-container .overlay.primary:after {
  background: rgba(237, 28, 36, 0.67);
}
body div.site-container .overlay.secondary:after {
  background: rgba(26, 56, 104, 0.67);
}
body div.site-container .overlay img {
  vertical-align: bottom;
}
body div.site-container #donate {
  background: #ed1c24;
}
body div.site-container #donate .radio-buttons {
  list-style-type: none;
  margin: 0;
  padding: 40px 0 30px 0;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 500px) {
  body div.site-container #donate .radio-buttons {
    max-width: 300px;
  }
}
body div.site-container #donate .radio-buttons li {
  margin: 0 5px 0 0;
  width: 120px;
  height: 40px;
  position: relative;
  display: inline-block;
}
body div.site-container #donate .radio-buttons li.li1 {
  width: 50px;
}
@media only screen and (max-width: 500px) {
  body div.site-container #donate .radio-buttons li.li1 {
    width: 23%;
  }
}
body div.site-container #donate .radio-buttons li.li2, body div.site-container #donate .radio-buttons li.li3 {
  width: 70px;
}
@media only screen and (max-width: 500px) {
  body div.site-container #donate .radio-buttons li.li2, body div.site-container #donate .radio-buttons li.li3 {
    width: 23%;
  }
}
body div.site-container #donate .radio-buttons li.li4 {
  width: 90px;
}
@media only screen and (max-width: 500px) {
  body div.site-container #donate .radio-buttons li.li4 {
    width: 23%;
  }
}
@media only screen and (max-width: 800px) {
  body div.site-container #donate .radio-buttons li.li5 {
    width: 100px;
  }
}
body div.site-container #donate .radio-buttons li.li6 {
  display: none;
}
body div.site-container #donate .radio-buttons li.li7 {
  width: 160px;
}
@media only screen and (max-width: 800px) {
  body div.site-container #donate .radio-buttons li.li7 {
    width: 130px;
  }
}
body div.site-container #donate .radio-buttons li.li7 input {
  border-radius: 20px;
  width: 160px;
  font-family: Antonio, sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 800px) {
  body div.site-container #donate .radio-buttons li.li7 input {
    width: 130px;
  }
}
body div.site-container #donate .radio-buttons label, body div.site-container #donate .radio-buttons input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body div.site-container #donate .radio-buttons input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
body div.site-container #donate .radio-buttons input[type="radio"]:checked + label {
  border: 2px #fff solid;
  background: transparent;
  color: #fff;
  line-height: 26px;
}
body div.site-container #donate .radio-buttons input[type="text"] {
  max-height: 40px;
  padding: 7.8px;
}
body div.site-container #donate .radio-buttons label {
  padding: 5px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 90;
  text-align: center;
  background: #fff;
}
body div.site-container #donate .radio-buttons label:hover {
  background: #ddd;
}
body div.site-container #footer {
  background: #9d9f9e;
  color: #fff;
}
body div.site-container #footer > .wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 800px) {
  body div.site-container #footer .one-third {
    width: 33%;
  }
}
body div.site-container #footer .one-third .title {
  text-transform: uppercase;
  font-weight: 900;
  color: white;
  font-size: 22px;
}
@media only screen and (max-width: 800px) {
  body div.site-container #footer .one-third .title {
    font-size: 9px;
  }
}
body div.site-container #footer .one-third .wrap {
  padding-top: 30px;
  padding-left: 30%;
}
@media only screen and (max-width: 800px) {
  body div.site-container #footer .one-third .wrap {
    font-size: 10px;
  }
}
@media only screen and (max-width: 500px) {
  body div.site-container #footer .one-third .wrap {
    padding-left: 20%;
  }
}
body div.site-container #footer .one-third .wrap a {
  color: #fff;
}
body div.site-container #footer .legal {
  padding-left: 5%;
  padding-right: 5%;
}
body div.site-container #footer .legal .disclaimer {
  text-align: center;
  color: #fff;
  clear: both;
  padding-top: 30px;
}
@media only screen and (max-width: 800px) {
  body div.site-container #footer .legal .disclaimer {
    font-size: 12px;
  }
}
body div.site-container #footer .legal .privacy {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  padding: 5px;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  body div.site-container #footer .legal .privacy {
    font-size: 12px;
  }
}
body div.site-container #subscribe {
  background: #dfded9;
  margin-top: 60px;
  padding-top: 24px;
  padding-bottom: 36px;
}
body div.site-container #subscribe.follow {
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (max-width: 800px) {
  body div.site-container #subscribe {
    margin-top: 40px;
  }
}
body div.site-container #subscribe .title {
  text-align: center;
  font-family: Antonio, sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #141823;
}
@media only screen and (max-width: 500px) {
  body div.site-container #subscribe .title {
    font-size: 28px;
  }
}
body div.site-container #subscribe form {
  width: 40%;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 1023px) {
  body div.site-container #subscribe form {
    width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  body div.site-container #subscribe form {
    width: 94%;
  }
}
body div.site-container #subscribe form input[type="submit"] {
  padding: 5px 18px !important;
  border-radius: 20px;
  font-size: 22px;
}
@media only screen and (max-width: 800px) {
  body div.site-container #subscribe form input[type="submit"] {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 22px;
  }
}
body div.site-container #subscribe form .gform_body {
  display: inline-block !important;
  width: 65% !important;
}
@media only screen and (max-width: 500px) {
  body div.site-container #subscribe form .gform_body {
    display: block !important;
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body div.site-container #subscribe form .gform_footer {
  display: inline-block !important;
  width: 32% !important;
}
@media only screen and (max-width: 500px) {
  body div.site-container #subscribe form .gform_footer {
    display: block !important;
    width: 80% !important;
    max-width: none !important;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px !important;
  }
}
body div.site-container #subscribe form .ginput_container_email input {
  border-radius: 20px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 12px !important;
}
@media only screen and (max-width: 800px) {
  body div.site-container #subscribe form .ginput_container_email input {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
}
body div.site-container #subscribe form div.gform_footer.top_label {
  max-width: 33% !important;
}
@media only screen and (max-width: 800px) {
  body div.site-container #subscribe form div.gform_footer.top_label {
    max-width: none !important;
    text-align: center;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
body div.site-container #subscribe .follow-wrap {
  display: table;
  margin: auto;
}
body div.site-container #subscribe .follow-wrap i {
  padding-left: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 500px) {
  body div.site-container #subscribe .follow-wrap i {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 3em;
  }
}
body div.site-container #subscribe .follow-wrap i.fa-facebook-square {
  color: #3b5998;
}
body div.site-container #subscribe .follow-wrap i.fa-facebook-square:hover {
  color: #1e2e4f;
}
body div.site-container #subscribe .follow-wrap i.fa-twitter-square {
  color: #0084b4;
}
body div.site-container #subscribe .follow-wrap i.fa-twitter-square:hover {
  color: #00394e;
}
body div.site-container #subscribe .follow-wrap i.fa-youtube-square {
  color: #c4302b;
}
body div.site-container #subscribe .follow-wrap i.fa-youtube-square:hover {
  color: #701c19;
}
@media only screen and (max-width: 800px) {
  body div.site-container .hide-mobile {
    display: none;
  }
}
@media only screen and (min-width: 800px) {
  body div.site-container .hide-desktop {
    display: none;
  }
}
body div.site-container .read-more {
  color: #2a3693;
  text-transform: uppercase;
  text-decoration: underline;
}
