/* Minification failed. Returning unminified contents.
(11700,24): run-time error CSS1046: Expect comma, found '112'
(11700,31): run-time error CSS1046: Expect comma, found '/'
 */
/* Oswald - Google Fonts */

/* CeraPRO - MyFonts
 * @license MyFonts Webfont Build ID 3555746, 2018-04-10T12:09:54-0400
 * The fonts listed in this notice are subject to the End User License Agreement(s) entered into by the website owner. All other parties are explicitly restricted from using the Licensed Webfonts(s).
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3555746
*/
@import url("//hello.myfonts.net/count/3641a2");
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,700");

@font-face { font-family: 'CeraPRO'; src: url('/includes/fonts/3641A2_0_0.eot'); src: url('/includes/fonts/3641A2_0_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/3641A2_0_0.woff2') format('woff2'),url('/includes/fonts/3641A2_0_0.woff') format('woff'),url('/includes/fonts/3641A2_0_0.ttf') format('truetype'); font-weight: 300; }
@font-face { font-family: 'CeraPRO'; src: url('/includes/fonts/3641A2_2_0.eot'); src: url('/includes/fonts/3641A2_2_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/3641A2_2_0.woff2') format('woff2'),url('/includes/fonts/3641A2_2_0.woff') format('woff'),url('/includes/fonts/3641A2_2_0.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'CeraPRO'; src: url('/includes/fonts/3641A2_1_0.eot'); src: url('/includes/fonts/3641A2_1_0.eot?#iefix') format('embedded-opentype'),url('/includes/fonts/3641A2_1_0.woff2') format('woff2'),url('/includes/fonts/3641A2_1_0.woff') format('woff'),url('/includes/fonts/3641A2_1_0.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Roboto Slab'; src: url('/includes/fonts/RobotoSlab-Bold.ttf'); font-weight: 700; }
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/includes/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('/includes/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('/includes/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('/includes/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('/includes/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('/includes/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* 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: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-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-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";
}

/* TABLE OF CONTENTS
 * - RESET
 * - BASE STYLES
 * - NAVIGATION
 * - HERO
 * - LOANS
 * - FORM STYLES
 * - ABOUT
 * - BANNERS
 * - CAREERS
 * - SCHOLARSHIP RECIPIENTS
 * - FOOTER
 * - MOBILE CTA SECTION
 * - MEDIA
 * - NEWS
 * - RESOURCES
 * - SECTION-NEWS-DETAIL
 * - ABOUT US
 * - ALERT
 * - HISTORY
 * - CONTACT FORM
 * - LOCATION DETAIL
 * - MAP
 * - Calculator
*/

/* RESET */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

audio, canvas, video {
    display: inline-block;
}

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

[hidden] {
    display: none;
}

p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    max-width: 790px;
    padding: 0 0 .5em 0;
}

a {
    cursor: pointer;
}

    a:focus {
        outline: thin dotted;
    }

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

    a[href^=tel], a[href^=sms], p a[href^=tel], p a[href^=sms] {
        color: inherit !important;
        text-decoration: none !important;
        cursor: default;
    }

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

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

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

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

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;
}

h1, h2, h3, p {
    font-weight: normal;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

img {
    border: 0;
}

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

figure {
    margin: 0;
}

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

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

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

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

input, textarea {
    outline: none;
}

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

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

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

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

textarea {
    overflow: auto;
    vertical-align: top;
}

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

input, textarea, select {
    outline: none;
}

    select::-ms-expand {
        display: none;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        -webkit-appearance: none !important;
        -moz-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

.clear {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.center {
    position: relative;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}

.defaultSimplePageWrap .center {
    max-width: 1100px;
}

.center .center {
    padding: 0;
}

.centerContent {
    text-align: center;
}

.nowrap {
    white-space: nowrap;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

html {
    width: 100%;
    height: 100%;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
    color: #464646;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum" 1;
    -moz-font-feature-settings: "lnum=1";
    -ms-font-feature-settings: "lnum" 1;
    -o-font-feature-settings: "lnum" 1;
    font-feature-settings: "lnum" 1;
}

body {
    width: 100%;
    height: 100%;
}
.body-height { overflow:hidden; height: 100%;  }
.fullWrap {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .fullWrap.adminOpen, .fullWrap.adminCollapsed {
        padding-left: 45px;
    }

.sr-only {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    word-wrap: normal;
}
/* BASE STYLES */
#content {
    position: relative;
    display: block;
}

.fullSiteLink {
    position: absolute;
    display: block;
    width: 10em;
    padding: .5em 1em;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1em;
    line-height: 1.2em;
    color: #41701b;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 1px solid #204105;
    border-top: 0;
    z-index: -1;
}

    .fullSiteLink:focus {
        z-index: 9999;
    }

.defaultWrap {
    position: relative;
    display: block;
    padding: 7em 0;
}

.defaultSimplePageWrap {
    padding: 2em 0 4em 0;
}

.grayBackground .defaultWrap, .defaultWrap.grayBackground {
    background: #f3f3f3;
}

.h1style {
    display: block;
    max-width: 15em;
    padding: 1.1em 0 .25em 0;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 3.89em;
    font-weight: 700;
    line-height: 1.2em;
    color: #41701b;
    text-transform: uppercase;
}

.defaultSimplePageWrap .h1style {
    max-width: 13em;
}

.h2style {
    display: block;
    padding: 1.1em 0 .25em 0;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2em;
    color: #41701b;
    text-transform: uppercase;
}

.insurance .h2style {
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 2.85em;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}

.defaultWrap .center > .h2style:first-child {
    padding-top: 0;
}

.h3style {
    display: block;
    padding: 1.5em 0 .25em 0;
    font-size: 1.3em;
    font-weight: 700;
    line-height: 1.2em;
    color: #464646;
}

.h4style {
    display: block;
    padding: 1.5em 0 .25em 0;
    font-size: .88em;
    font-weight: 700;
    line-height: 1.2em;
    color: #464646;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.h2style + .h3style, .h2style + .h4style {
    padding-top: .5em;
}

ul, ol {
    position: relative;
    display: block;
    margin: 0 0 .75em 1.2em;
    padding: 0;
}

p, li {
    display: block;
    max-width: 38em;
    width: auto;
    padding: 0 0 .75em 0;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.56em;
    color: #464646;
}

    li > p {
        font-size: 1em;
    }

.disclaimer {
    max-width: 48.85em;
    font-size: .78em;
}

.smallText {
    font-size: .78em;
    line-height: 1.42em;
}

li {
    position: relative;
    display: list-item;
    padding: .33em 0 .33em .69em;
    list-style-position: outside;
}

ul li {
    display: block;
    list-style: none;
}

ol li:nth-child(n+10) {
    margin: 0 0 0 .5em;
}

ul li::before, ul li:before {
    content: '\f00c';
    position: absolute;
    display: block;
    top: .7em;
    left: -1.2em;
    font-family: 'FontAwesome';
    font-size: 1em;
    line-height: 1em;
    color: #41701b;
}

.hbspt-form ul li::before, .hbspt-form ul li:before {
    display: none;
}

p a, li a {
    color: #41701b;
    text-decoration: none;
}

a[data-specialaction="true"] {
    display: none !important;
}

.defaultCTA, .hbspt-form input.hs-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 15.5em;
    padding: 1.2em 3.5em 1.2em 1.45em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    background: #41701b;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
}

    .defaultCTA:hover, .defaultCTA:focus {
        background: #234408;
    }

    .hbspt-form input.hs-button:hover, .hbspt-form input.hs-button:focus {
        background: #234408 url(/images/hubspot-arrow.png) no-repeat right center;
        background-size: auto 1.27em;
    }

    .defaultCTA::after, .defaultCTA:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: 50%;
        right: 1.5em;
        margin: -.4em 0 0 0;
        border-top: .4em solid transparent;
        border-left: .4em solid #fff;
        border-bottom: .4em solid transparent;
    }

.smallCTA {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 5em 0 0;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    color: #41701b;
}

    .smallCTA::after, .smallCTA:after {
        content: '';
        position: absolute;
        display: inline-block;
        vertical-align: top;
        margin: .3em 0 0 1.5em;
        width: 1.5em;
        height: .5em;
        background: url(/images/arrowThinRightGreen.png) no-repeat right center;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .smallCTA:hover::after, .smallCTA:hover:after, .smallCTA:focus::after, .smallCTA:focus:after {
        width: 3em;
    }

.defaultWrap img, .defaultWrap iframe {
    max-width: 100%;
}

.slideShowWrap {
    position: relative;
    display: block;
    min-height: 15em;
}

.slick-initialized .slick-slide {
    max-height: 15em;
    height: 15em;
}

.defaultWrap .slick-slide img {
    position: relative;
    height: 100%;
    width: auto;
}

.defaultSectionColumnWrap {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    table-layout: fixed;
}

.defaultSectionColumn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 2em;
    font-size: 1rem;
}

    .defaultSectionColumn:nth-child(odd) {
        padding-left: 0;
    }

.arrow-link a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1em;
    color: #464646;
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .arrow-link a::after, .arrow-link a:after {
        content: '';
        position: relative;
        display: inline-block;
        width: 2em;
        height: .5em;
        top: 50%;
        right: -1em;
        background: url(/images/arrowThinRight.png) no-repeat right center;
        opacity: .2;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .arrow-link a:hover, .arrow-link a:focus {
        color: #000;
    }

        .arrow-link a:hover::after, .arrow-link a:hover:after, .arrow-link a:focus::after, .arrow-link a:focus:after {
            width: 3em;
            right: -1em;
            opacity: .5;
        }

.defaultTable {
    position: relative;
    max-width: 980px;
    width: 100% !important;
    border-color: #c7c7c7;
}

    .defaultTable th, .defaultTable td {
        vertical-align: top;
        padding: .8em 0 .8em 4em;
    }

        .defaultTable th:first-child, .defaultTable td:first-child {
            padding-left: 0;
        }

    .defaultTable th {
        font-size: 1.1em;
        font-weight: 500;
        background-color: #41701b;
        color: #fff;
        border-color: #5e9631;
        text-align: left;
    }

.contentTable {
    position: relative;
    max-width: 980px;
    width: 100%;
    border-color: #c7c7c7;
}

    .contentTable th, .contentTable td {
        padding: 16px 36px;
    }

    .contentTable th {
        font-size: 1.1em;
        font-weight: 500;
        background-color: #41701b;
        color: #fff;
        border-color: #5e9631;
        text-align: left;
    }

.rateTable {
    position: relative;
    max-width: 780px;
    width: 100%;
    margin: 3.44em 0 1em 0;
    border: 1px solid #c7c7c7;
}
.rateTable th, .rateTable td {
    vertical-align: top;
    padding: .4em 1em;
}
.rateTable th {
  padding: 1em 2em;
  font-size: 1.1em;
  line-height: 1em;
  color: #fff;
  background-color: #41701b;
  border: 1px solid #5e9631;
  text-align: left;
  font-weight: 500;
}
.rateTable.lrt-table th {
  font-size: 1em;
}
/*ADDED*/
/*.main {
  counter-reset: div;
  display: flex;
  height: 100%;
  justify-content: space-between;
  max-width: 100vw;
  min-height: 2000px;
  position: relative;
  top: 100px;
  width: 100%;
}*/
/*.child {
  display: table-cell;
  padding: 1rem 0;
  text-indent: 1rem;
  width: 100%;
}*/
/*.parent {
  height: 150px;
  position: relative;
  width: 100%;
}*/
/*.parent:before {
  counter-increment: div;
  content: 'Parent 'counter(div);
  left: 1rem;
  position: absolute;
  top: 1rem;
  z-index: 2;
}
.child.js-is-sticky {
  top: 0;
}
.child.js-is-stuck {
  bottom: 0;
}*/
/*/ADDED*/
.rateTable.lrt-table select {
    font-size: 16px;
    font-weight: 500;
    white-space: normal;
    word-break: break-word;
}

    .rateTable td {
        font-size: 1.4em;
        line-height: 1.8em;
        font-weight: 700;
        color: #464646;
        border: 1px solid #c7c7c7;
    }
    .rateTable.lrt-table td {
        font-size: 1em;
        font-weight: 500;
    }

    .rateTable tr td:first-child {
        color: #5e9631;
        font-weight: 500;
    }
        .rateTable.lrt-table tr td:first-child {
            font-weight: 700;
        }

        .twoColWrap {
            position: relative;
            display: block;
            max-width: 900px;
            width: 100%;
            font-size: 0;
        }

.column {
    position: relative;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    margin: 0 0 2.7em 1.2em;
    vertical-align: top;
}

    .column .h4style {
        padding-bottom: .5em;
    }

.twoColWrap .column {
    width: 34%;
    margin: 0 13% 2.7em 1.2em;
}

.dropDownList {
    background-color: #F3F3F3;
    font-size: 28px;
    text-align: left;
    height: 50px;
    padding-left: 12px;
    background: #F3F3F3 url(/images/selectArrow.png) repeat-y right center;
    margin-bottom: 38px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.footer-news-medium-space {
    height: 40px;
}

.footer-news-big-space {
    height: 120px;
}



/* NAVIGATION */
.navigationWrap {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    z-index: 500;
}

.home .navigationWrap {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
}

.navigationTable {
    position: relative;
    display: table;
    width: auto;
    z-index: 500;
}

.navigationLogo {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: .9em 0;
    color: #464646;
    text-decoration: none;
}

    .navigationLogo img {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        max-width: 17em;
        width: auto;
        max-height: 2.9em;
        height: auto;
    }

.navigationLinkWrap {
    position: relative;
    display: table-cell;
    vertical-align: top;
    height: 100%;
    padding: 0 0 0 2.4em;
    font-size: .89em;
}

.navigationLink {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    min-width: 6em;
    padding: 2.1em 2.4em;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2em;
    color: #464646;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .navigationLink:hover, .navigationLink:focus, .navigationLink.active {
        font-weight: 700;
        color: #41701b;
    }

    .navigationLink::before, 
    .navigationLink:before {
        content: '';
        position: absolute;
        display: block;
        width: auto;
        height: 5px;
        top: 0;
        left: 50%;
        right: 50%;
        margin: 0 auto;
        line-height: 5px;
        background: #41701b;
        overflow: hidden;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
        z-index: 100;
    }

.home .navigationLink::before, .home .navigationLink:before {
    display: none;
}

.navigationLink:hover::before, .navigationLink:hover:before, .navigationLink:focus::before, .navigationLink:focus:before, .navigationLink.active::before, .navigationLink.active:before {
    left: .7em;
    right: .7em;
}

.navigationLinkSearch::after, .navigationLinkSearch:after {
    content: '\f002';
    position: absolute;
    display: block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    top: 50%;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    font-family: 'FontAwesome';
    font-size: 1em;
    line-height: 1em;
    text-align: center;
}

.navigationLinkMobile {
    display: none;
}

.navigationLinkBackground {
    position: absolute;
    display: block;
    width: 100%;
    height: 130%;
    top: -152%;
    left: 0;
    background: transparent;
    /*opacity: .8;*/
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    overflow: hidden;
}

.home .navigationLinkBackground::before, 
.home .navigationLinkBackground:before,
.navigationLinkBackground::before, 
.navigationLinkBackground:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 77%;
    top: 0;
    left: 0;
    background: #fff;
}

.home .navigationLinkBackground::after, 
.home .navigationLinkBackground:after,
.navigationLinkBackground::after,
.navigationLinkBackground:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    margin: -5px auto 0 auto;
    border-top: 2em solid #fff;
    border-left: 6em solid transparent;
    border-right: 6em solid transparent;
}

.navigationLink:hover .navigationLinkBackground, .navigationLink:focus .navigationLinkBackground, .navigationLink.active .navigationLinkBackground {
    top: 0%;
}

.navigationLinkText {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.navigationInfoWrap {
    position: absolute;
    display: block;
    top: 0;
    right: 30px;
    padding: 1.67em;
    color: #fff;
    background: #41701b;
}

.mobileNavInfoWrap, .mobileAddNavLinks {
    display: none;
}

.navigationInfoPhone {
    position: relative;
    display: block;
    padding: 0;
    font-size: 1.11em;
    font-weight: 700;
    line-height: 1.57em;
    color: #fff;
}

.navigationInfoHours {
    position: relative;
    display: block;
    font-size: .78em;
    line-height: 1.57em;
    color: #fff;
    /*opacity: .5;*/
}

.borderTop {
    border-top: solid 1px #B3B3B3;
}

.locationName {
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.2em;
    line-height: 1.4em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

    .locationName:hover, .locationName:focus {
        text-decoration: underline;
    }

.navigationInfoPhone a, .navigationInfoHours a {
    color: #fff;
    text-decoration: none;
}

.navigationInfoButton {
    position: relative;
    display: block;
    min-width: 14em;
    width: 100%;
    margin: 1em 0 0 0;
    padding: 1em 4em 1em 1.4em;
    font-size: .89em;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #315e0b;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .navigationInfoButton::after, .navigationInfoButton:after {
        content: '\f023';
        position: absolute;
        display: block;
        width: 1em;
        height: 1em;
        top: 50%;
        right: 1.5em;
        margin: -.5em 0 0 0;
        font-family: 'FontAwesome';
        font-size: 1em;
        line-height: 1em;
        color: #fff;
        opacity: .5;
    }

.navigationInfoButtonSmall {
    position: relative;
    display: block;
    font-size: .625em;
    font-weight: 500;
    line-height: 1.2em;
    opacity: .5;
}

.mobileNavigationSearchField {
    position: relative;
    display: none;
    width: 100%;
    margin: 2em 0 0 0;
    padding: 1em 2.23em;
    font-size: 1.28em;
}

    .mobileNavigationSearchField label {
        position: absolute;
        display: block;
        top: 1.45em;
        font-size: 1em;
        line-height: 1.2em;
        color: #fff;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .no-js .mobileNavigationSearchField label, .mobileNavigationSearchField.isFocused label, .mobileNavigationSearchField.hasValue label {
        top: 0;
        font-size: .75em;
        line-height: 1.2em;
        text-transform: lowercase;
    }

    .mobileNavigationSearchField input {
        position: relative;
        display: block;
        width: 100%;
        padding: .45em 2.1em .45em 0;
        font-size: 1em;
        line-height: 1.2em;
        color: #fff;
        background: none;
        border: none;
        border-radius: 0;
        border-bottom: 1px solid #96c66e;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .mobileNavigationSearchField button {
        position: absolute;
        display: block;
        width: 2.2em;
        height: 2.2em;
        top: .9em;
        right: 2.23em;
        color: #fff;
        background: url(/images/magW.png) no-repeat right center;
        background-size: auto 1.2em;
        border: none;
        border-radius: 0;
        opacity: .5;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

.navigationLinkWrapClose {
    position: absolute;
    display: none;
    width: 3.8em;
    height: 3.8em;
    top: 0;
    right: 0;
    background: url(/images/close.png) no-repeat center;
    background-size: 1.4em auto;
    text-decoration: none;
}

.hamburgerIcon {
    position: absolute;
    display: none;
    width: 6.6em;
    height: 100%;
    color: #41701b;
    text-decoration: none;
    z-index: 540;
}

    .hamburgerIcon span {
        position: absolute;
        display: block;
        width: 1.7em;
        height: 3px;
        top: 50%;
        left: 0;
        right: 0;
        margin: 0 auto;
        line-height: 2px;
        background: #41701b;
        border-radius: 15px;
        overflow: hidden;
    }

        .hamburgerIcon span:first-child {
            margin-top: -11px;
        }

        .hamburgerIcon span:nth-child(2) {
            margin-top: -1px;
        }

        .hamburgerIcon span:nth-child(3) {
            margin-top: 9px;
        }

.mobileLoginLink {
    position: absolute;
    display: none;
    width: 9.9em;
    height: 100%;
    top: 0;
    right: 0;
    font-size: .67em;
    font-weight: 700;
    line-height: 1.2em;
    color: #41701b;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 530;
    visibility: hidden;
}

.hamburgerOpen .mobileLoginLink {
    z-index: 529;
}

.mobileLoginLink span {
    position: absolute;
    display: block;
    width: 100%;
    top: 50%;
    margin: .6em 0 0 0;
}

.mobileLoginLink::before, .mobileLoginLink:before {
    content: '';
    position: absolute;
    display: block;
    width: 1.9em;
    height: 2em;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: 0 auto -.4em auto;
    background: url(/images/lock.png) no-repeat center;
    background-size: auto 1.9em;
}

.dropdown-about {
    position: absolute;
    display: none; /* TODO: Wire up */
    max-width: 1210px;
    width: 100%;
    top: 75px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    z-index: 503;
}

.dropdown-green-sidebar {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 32%;
    background: #41701b;
}

.dropdown-green-sidebar-inner {
    position: relative;
    display: block;
    height: 100%;
}

.dropdown-green-sidebar-small, .dropdown-green-sidebar-med, .dropdown-green-sidebar-large {
    position: relative;
    display: block;
    padding: 1em;
    vertical-align: top;
    color: #c9dbba;
    text-align: center;
    text-decoration: none;
    border-top: 1px solid #76ac4a;
}

.dropdown-green-sidebar-med {
    padding: 1.5em 1em;
}

.dropdown-green-sidebar-large {
    padding: 3em 1em;
}

    .dropdown-green-sidebar-small:first-child, .dropdown-green-sidebar-med:first-child, .dropdown-green-sidebar-large:first-child {
        border: none;
    }

    .dropdown-green-sidebar-large:hover, .dropdown-green-sidebar-large:focus, .dropdown-green-sidebar-med:hover, .dropdown-green-sidebar-med:focus {
        background: #204105;
        color: #fff;
    }

        .dropdown-green-sidebar-large:hover .dropdown-green-sidebar-heading, .dropdown-green-sidebar-large:hover .dropdown-green-sidebar-heading-large, .dropdown-green-sidebar-large:focus .dropdown-green-sidebar-heading, .dropdown-green-sidebar-large:focus .dropdown-green-sidebar-heading-large, .dropdown-green-sidebar-large:hover .dropdown-green-sidebar-default, .dropdown-green-sidebar-large:focus .dropdown-green-sidebar-default {
            color: #fff;
        }

        .dropdown-green-sidebar-med:hover .dropdown-green-sidebar-heading, .dropdown-green-sidebar-med:focus .dropdown-green-sidebar-heading, .dropdown-green-sidebar-med:hover dropdown-green-sidebar-default, .dropdown-green-sidebar-med:focus dropdown-green-sidebar-default {
            color: #fff;
        }

.dropdown-green-sidebar-small p {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    font-size: .8em;
    font-weight: 700;
    line-height: 1.2em;
    color: #c9dbba;
    text-align: center;
    text-transform: uppercase;
}

.dropdown-green-sidebar-heading, .dropdown-green-sidebar-heading-large {
    position: relative;
    display: block;
    max-width: 16em;
    width: 100%;
    margin: 0 auto;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.67em;
    font-weight: 700;
    line-height: 1.25em;
    color: #c9dbba;
    text-transform: uppercase;
}

.dropdown-green-sidebar-heading-large {
    font-size: 2.56em;
}

.dropdown-green-sidebar-default {
    position: relative;
    display: block;
    max-width: 16em;
    width: 100%;
    margin: 0 auto;
    font-size: .9em;
    line-height: 1.25em;
    color: #c9dbba;
}

.dropdown-link-list {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 42.4%;
    padding: 2.5em 4em;
}

.dropdown-link {
    position: relative;
    display: block;
    width: 100%;
    padding: .725em 2.4em .725em 0;
    font-size: 1.11em;
    font-weight: 300;
    line-height: 1.2em;
    color: #464646;
    text-decoration: none;
}

    .dropdown-link:hover, .dropdown-link:focus {
        color: #41701b;
    }

    .dropdown-link::after, .dropdown-link::after {
        content: '';
        position: absolute;
        display: block;
        width: .7em;
        height: 1em;
        top: 50%;
        right: .7em;
        margin: -.5em 0 0 0;
        background: url(/images/arrowThinRightGreen.png) no-repeat right center;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .dropdown-link:hover::after, .dropdown-link:hover::after, .dropdown-link:focus::after, .dropdown-link:focus::after {
        width: 1.4em;
        right: 0em;
    }

.dropdown-resource-list {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 2.5em 3.33em;
}

    .dropdown-resource-list::before, .dropdown-resource-list:before {
        content: '';
        position: absolute;
        display: block;
        width: 1px;
        top: 3.3em;
        left: 0;
        bottom: 3.3em;
        border-left: 1px solid #dbdbdb;
    }

.dropdown-resource-heading {
    position: relative;
    display: block;
    padding: 1em 0;
    font-size: .72em;
    font-weight: 700;
    line-height: 1.2em;
    color: #464646;
    text-transform: uppercase;
}

.dropdown-resource-link {
    position: relative;
    display: block;
    padding: .57em 0;
    font-size: .8em;
    line-height: 1.42em;
    color: #464646;
    text-decoration: none;
}

    .dropdown-resource-link:hover, .dropdown-resource-link:focus {
        text-decoration: underline;
    }

/*.dropdown-loans {
  position: absolute;
  display: none;
  max-width: 333px;
  width: 100%;
  top: 75px;
  right: 50%;
  margin: 0 200px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px #333;
  -moz-box-shadow: 0 0 10px #333;
  box-shadow: 0 0 10px #333;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
  box-shadow: 0 0 10px rgba(0,0,0,.25);
  z-index: 503;
}*/
.split-dropdown {
    display: none; /*wire up*/
    position: absolute;
    max-width: 586px;
    width: 100%;
    margin: 0 auto;
    top: 75px;
    right: 54%;
    background: #fff;
    font-size: 0;
    -webkit-box-shadow: 0 0 10px #333;
    -moz-box-shadow: 0 0 10px #333;
    box-shadow: 0 0 10px #333;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.25);
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    z-index: 503;
}

    .split-dropdown.nosplit {
        max-width: 296px;
        right: 64%;
        top: 130px;
    }
    .dropdown-about {
      top: 130px;
    }

    .split-dropdown .dropdown, .split-dropdown .dropdown-link-list {
        display: table-cell !important;
        width: 50%;
        font-size: 18px;
        vertical-align: top;
    }

        .split-dropdown .dropdown.dropdown-left {
            padding: 1em 2em;
        }

        .split-dropdown .dropdown.dropdown-right::before, .split-dropdown .dropdown.dropdown-right:before {
            content: '';
            position: absolute;
            display: block;
            width: 1px;
            border-left: 1px solid #dbdbdb;
            top: 2.5em;
            bottom: 2.5em;
            left: 0;
        }

        .split-dropdown .dropdown.dropdown-left a {
            padding: 1.2em 1em 1.25em 1em;
        }

            .split-dropdown .dropdown.dropdown-left a:first-child {
                padding-top: 1em;
            }

    .split-dropdown .dropdown-link-list {
        padding: 2em;
    }

.dropdown-button {
    position: relative;
    display: block;
    padding: 2em 3em;
    color: #464646;
    font-size: 18px;
    text-decoration: none;
    /*border-top: 1px solid #e5e5e5;*/
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .dropdown-button:first-child {
        border: none;
    }

    .dropdown-button:hover, .dropdown-button:focus {
        color: #fff;
        background: #41701b;
    }

.dropdown-button01 {
    position: relative;
    display: block;
    max-width: 5.5em;
    width: 100%;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.67em;
    line-height: 1.2em;
    text-transform: uppercase;
}

.dropdown-button02 {
    position: relative;
    display: block;
    font-size: .89em;
    font-weight: 300;
    line-height: 1.2em;
}
/* HERO */
.mainPageHeroWrap {
    position: relative;
    display: block;
    width: 100%;
    height: 48.33em;
    overflow: hidden;
}

.mainPageHeroBackground {
    position: absolute;
    display: block;
    min-width: 100%;
    width: auto;
    min-height: 100%;
    height: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.heroQuickLinkWrap {
    position: absolute;
    display: block;
    max-width: 80em;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.js .heroQuickLinkWrap {
    transform: translateY(115%);
    transition: all ease-out 0.4s;
}

    .js .heroQuickLinkWrap.animate {
        transform: translate(0, 0);
    }

.heroQuickLinkBackground {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #204105;
    background: -moz-linear-gradient(top, rgba(32,65,5,1) 0%, rgba(49,94,11,1) 100%);
    background: -webkit-linear-gradient(top, rgba(32,65,5,1) 0%,rgba(49,94,11,1) 100%);
    background: linear-gradient(to bottom, rgba(32,65,5,1) 0%,rgba(49,94,11,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF204105', endColorstr='#FF315e0b',GradientType=0 );*/
    opacity: .8;
}

    .heroQuickLinkBackground::before, .heroQuickLinkBackground:before {
        content: '';
        position: absolute;
        display: block;
        width: 11em;
        left: 0;
        right: 0;
        bottom: 100%;
        margin: auto;
        border-left: 2em solid transparent;
        border-right: 2em solid transparent;
        border-bottom: 2.2em solid #204105;
    }

.heroQuickLinkTitle {
    position: absolute;
    display: block;
    max-width: none;
    width: 100%;
    left: 0;
    bottom: 100%;
    margin: 0 0 -.6em 0;
    font-size: .95em;
    font-weight: 700;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.heroQuickLinkTable {
    position: relative;
    display: table;
    width: 100%;
}

.heroQuickLink {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 4.4em 3.7em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

    .heroQuickLink span span {
        position: relative;
        display: block;
        font-family: 'Oswald', Arial, Tahoma, sans-serif;
        font-size: 2.3em;
        font-weight: 500;
        line-height: 1.2;
        text-transform: uppercase;
    }

.js .heroQuickLink > span {
    display: block;
    opacity: 0;
    transform: translateX(-30px);
    transition: all 0.25s
}

    .js .heroQuickLink > span.animate {
        opacity: 1;
        transform: translateX(0);
    }

.heroQuickLink::before, .heroQuickLink:before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    top: 3.3em;
    left: 0;
    bottom: 3.3em;
    background: #fff;
    opacity: .2;
}

.heroQuickLink:first-child::before, .heroQuickLink:first-child:before {
    display: none;
}

.mainPageHeroContent {
    position: absolute;
    display: block;
    vertical-align: middle;
    left: 0;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainPageHeroSubline {
    position: relative;
    display: block;
    max-width: none;
    width: 100%;
    font-size: 1.89em;
    font-weight: 700;
    line-height: 1.2em;
    text-align: left;
    /*text-align: center;*/
    /*color: #406377;*/
    color: #fff;
    /*opacity: .8;*/
}

.mainPageHeroHeadline {
    position: relative;
    display: block;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 4.4em;
    font-weight: 700;
    line-height: 1.1em;
    color: #406377;
    text-transform: uppercase;
}

.mainPageHeroSubline .mainPageHeroHeadline {
    font-size: 2.34em;
    line-height: 1.1em;
}
/* LOANS */
.floatingWrap .center {
    padding-left: 29em;
}

.floatingActionWrap {
    position: absolute;
    display: block;
    width: 23em;
    top: 9.8em;
    left: auto;
    margin: 0 0 0 -30.3em;
    font-size: .9em;
    z-index: 400;
    will-change: transform;
}

.sectionBanner {
    position: relative;
    display: block;
    width: 100%;
    height: 34.5em;
    background: #204105;
    overflow: hidden;
}

    .sectionBanner.sectionResource {
        height: 467px;
    }

        .sectionBanner.sectionResource h1 {
            color: #fff;
            font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
            font-size: 70px;
            line-height: 76px;
            font-weight: 400;
            text-transform: capitalize;
            max-width: 14em;
        }

        .sectionBanner.sectionResource .center, .leadgen .center {
            max-width: 1430px;
        }

.sectionResource .sectionBannerGreen {
    background: #55842d;
}

    .sectionResource.sectionBannerGreen .sectionBannerBackground {
        opacity: .15;
    }

.sectionBannerGreen {
    background: #315e0b;
}

.sectionBanner.about-us {
    height: auto;
}

.sectionBanner .center {
    height: 100%;
}

.sectionBannerBackground {
    position: absolute;
    display: block;
    min-width: 100%;
    width: auto;
    max-height: 120%;
    min-height: 100%;
    height: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.sectionBannerGreen .sectionBannerBackground, .section-banner-green .sectionBannerBackground, .sectionBannerGreen .bg-img {
    opacity: .25;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.sectionBannerYoungFarmers .sectionBannerBackground {
    left: auto;
    right: 0;
}

.sectionBannerContent {
    position: absolute;
    display: block;
    left: auto;
    bottom: 50%;
    padding: 0 2.5em 0 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.breadcrumbs {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
}

    .breadcrumbs a {
        color: #fff;
        text-decoration: none;
    }

.sectionBannerQuote {
    position: relative;
    display: block;
    padding: 0 0 .5em;
    font-size: 3.33em;
    font-weight: 700;
    line-height: 1.06em;
    color: #fff;
}

    .sectionBannerQuote.quoteText {
        font-family: 'Roboto Slab', Georgia, 'Times New Roman', Times, serif;
        max-width: 740px;
    }

    .sectionBannerQuote.caps {
        font-family: 'Oswald', Arial, Tahoma, sans-serif;
        text-transform: uppercase;
        letter-spacing: .015em;
    }

.sectionBannerSource {
    position: relative;
    display: block;
    font-size: 1.11em;
    font-weight: 500;
    line-height: 1.2em;
    color: #fff;
}

    .sectionBannerSource.caps {
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .1em;
        font-size: 1em;
    }

.sectionBannerSourceSmall {
    position: relative;
    display: block;
    font-size: .6em;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5em;
    text-transform: uppercase;
}

.bannerLinkWrap {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    font-size: 0;
}

.bannerLink {
    position: relative;
    display: inline-block;
    max-width: 17%;
    width: auto;
    padding: 0 0 .5em 0;
    margin: 0 8% 0 0;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: 700;
    color: #fff;
    vertical-align: top;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,.4);
    text-decoration: none;
}

.resourceWrap {
    position: relative;
    display: block;
    font-size: 0;
}

.resourceInfoWrap {
    position: relative;
    display: table-cell;
    width: 100%;
    height: auto;
}

.resourceItem {
    position: relative;
    display: inline-block;
    width: 50%;
    padding: 1.72em 6em 1.72em 0;
    font-size: 18px;
    vertical-align: top;
    text-decoration: none;
}

    .resourceItem img {
        position: relative;
        display: table-cell;
        margin: 0 1em 1em 0;
        float: left;
        width: 146px;
        height: auto;
    }

    .resourceItem span.resourceItemTitle {
        position: relative;
        display: block;
        font-size: 1.1em;
        line-height: 1.2em;
        font-weight: 700;
        color: #464646;
        padding: 1em 0 0 0;
    }

    .resourceItem span.resourceItemMore,
    .give-back-link {
        position: relative;
        display: block;
        font-size: .8em;
        line-height: 1.2em;
        font-weight: 500;
        color: #5e9631;
        text-decoration: none;
        padding: 1.89em 0 .66em 0;
    }

        .resourceItem span.resourceItemMore::after, .resourceItem span.resourceItemMore:after,
        .give-back-link::after, .give-back-link:after {
            content: '';
            position: relative;
            display: inline-block;
            width: 1.77em;
            height: 1em;
            margin-left: .88em;
            background: url(/images/arrowThinRightLtGreen.png) no-repeat right center;
            background-size: auto 100%;
            vertical-align: bottom;
            transition: all .25s ease;
        }
         

            .resourceItem:hover span.resourceItemMore::after, .resourceItem:hover span.resourceItemMore:after, .resourceItem:focus span.resourceItemMore::after, .resourceItem:focus span.resourceItemMore:after,
            .give-back-link:hover::after, .give-back-link:hover:after, .give-back-link:focus::after, .give-back-link:focus:after {
                margin-left: 1.2em;
            }

.resourceMore {
    position: relative;
    display: block;
    padding: 1.2em 0;
    font-size: .88em;
    line-height: 1.2em;
    color: #41701b;
    text-decoration: none;
}

    .resourceMore:hover, .resourceMore:focus {
        color: #464646
    }

.js .pageSection + .pageSection {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.75s
}

    .js .pageSection + .pageSection.animate {
        opacity: 1;
        transform: translateY(0);
    }

.whiteStripe, .greyStripe {
    position: relative;
    display: block;
    width: 100%;
    padding: 3em 0;
    background: #fff;
    border-bottom: 7px solid #fff;
}

    .whiteStripe.noBorder, .greyStripe.noBorder {
        border-bottom: 0;
    }

.greyStripe {
    background: #f3f3f3;
    border-bottom: 0;
}

.pageSection iframe {
    position: relative;
    display: block;
    max-width: 800px;
    width: 100%;
    min-height: 25em;
    height: auto;
}

/*FORM STYLES*/
#grant-form {
    margin-bottom: 4em;
}

form .defaultSection, .hbspt-form {
    position: relative;
    display: block;
    max-width: 1115px;
    width: 100%;
    font-size: 0;
    padding: 0 0 20px 0;
    margin-bottom: 34px;
    border-bottom: 1px solid #c7c7c7;
}

    form .defaultSection.noBotPad {
        padding: 0;
    }

.hbspt-form {
    border-bottom: none;
}

form .defaultSection:last-of-type {
    border-bottom: none;
}

.defaultSection p {
    font-size: 18px;
}

    .defaultSection p.h2style {
        font-size: 36px;
    }

    .defaultSection p.h3style {
        font-size: 24px;
    }

.defaultLabel, .hbspt-form label {
    position: relative;
    display: block;
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 4px;
}

.defaultLabelRadio {
    width: 24%;
}

.hbspt-form .hs-error-msgs label {
    color: #A70C0A;
}

.formWrap {
    position: relative;
    max-width: 980px;
    display: block;
    font-size: 0;
}

.formMod, .hbspt-form .hs-form-field, .hbspt-form .hs-submit {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding: .6em 3.2em 1em 0;
    box-sizing: border-box;
}

.scholarship-form .formMod, .scholarship-form .hbspt-form .hs-form-field, .scholarship-form .hbspt-form .hs-submit {
    padding-top: 1em;
}

.rightpad {
    padding-right: 0;
}

.formRow {
    margin: 0 -26px;
    display: flex;
    flex-wrap: wrap;
}

    .formRow .formMod {
        padding-left: 26px;
        padding-right: 26px;
    }

.loanInqSection .formMod {
    padding-top: 0;
    padding-bottom: .3em;
}

    .loanInqSection .formMod.formModLast {
        padding-bottom: .6em;
    }

.formModLast {
    padding-right: 0;
}

.formMod15 {
    width: 15%;
}

.formMod20 {
    width: 20%;
}

.formMod25 {
    width: 25%;
}

.formMod33 {
    width: 33%;
}

.formMod40 {
    width: 40%;
}

.formMod50 {
    width: 50%;
}

.formMod60 {
    width: 60%;
}

.formMod66 {
    width: 66%;
}

.formMod75 {
    width: 75%;
}

.formMod80 {
    width: 80%;
}

.formMod100 {
    width: 100%;
    display: block;
}

.formMod33.formModLast {
    width: 34%;
}
/*.defaultInput { position: relative; display: block; padding: 0 26px;  width: 100%; height: 50px; border: 1px solid #8c8c8c; border-radius: 0; font-size: 16px; background: #f3f3f3; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none;}*/
.hs-form-field {
    max-width: 980px;
    width: 50%;
}

    .hs-form-field.hs-fieldtype-radio, .hbspt-form .hs-submit {
        display: block;
        width: 100%;
    }

.defaultInput, .hbspt-form input {
    position: relative;
    display: block;
    padding: 0 26px;
    width: 100%;
    height: 50px;
    border: 1px solid #8c8c8c;
    font-size: 16px;
    font-weight:bold;
    border-radius: 0;
    background: #f3f3f3;
    color: #434236;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .defaultInput::-webkit-input-placeholder, .defaultTextarea::-webkit-input-placeholder {
        text-transform: lowercase;
    }

    .defaultInput::-moz-placeholder, .defaultTextarea::-moz-placeholder {
        text-transform: lowercase
    }

    .defaultInput:-ms-input-placeholder, .defaultTextarea:-ms-input-placeholder {
        text-transform: lowercase
    }

    .defaultInput:-moz-placeholder, .defaultTextarea:-moz-placeholder {
        text-transform: lowercase
    }

    .hbspt-form input.hs-button {
        max-width: 250px;
        min-width: 0;
        height: 4.22em;
        margin-top: 2em;
        padding: .5em 1em;
        background: #41701b url(/images/hubspot-arrow.png) no-repeat right center;
        background-size: auto 1.27em;
    }

.defaultSelect {
    position: relative;
    display: block;
    padding: 0 26px;
    width: 100%;
    min-height: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 1.4em;
    border: 1px solid #8c8c8c;
    border-radius: 0;
    background: #f3f3f3;
    background: #f3f3f3 url(/images/selectArrow.png) no-repeat 98% center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .defaultSelect option {
        width: 100%;
    }

.defaultTextarea {
    position: relative;
    display: block;
    padding: 26px 26px;
    width: 100%;
    min-height: 100px;
    height: auto;
    font-size: 16px;
    line-height: 1.4em;
    border: 1px solid #8c8c8c;
    border-radius: 0;
    background: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.isFocused .defaultInput, .isFocused .defaultSelect, .isFocused .defaultTextarea, .hasValue .defaultInput, .hasValue .defaultSelect, .hasValue .defaultTextarea {
    background-color: #fff;
}

.hbspt-form ul {
    margin: 0;
}

    .hbspt-form ul li {
        padding: 0;
    }

.defaultLabelCheckbox, .formMod label.defaultLabelCheckbox, .hbspt-form .hs-form-checkbox label, .hbspt-form .hs-fieldtype-radio label.hs-form-radio-display {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    padding: 16px 40px;
    box-sizing: border-box;
    cursor: pointer;
}

    .defaultLabelCheckbox .defaultCheckbox, .hbspt-form input[type="checkbox"], .hbspt-form .hs-fieldtype-radio input {
        position: absolute;
        display: block;
        width: 26px;
        height: 26px;
        top: 18px;
        left: 0;
        background: #fff;
        border: 2px solid #5e9631;
        border-radius: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
    }

.hbspt-form input[type="checkbox"], .hbspt-form .hs-fieldtype-radio input {
    padding: 0;
}

    .defaultLabelCheckbox .defaultCheckbox:checked, .hbspt-form input[type="checkbox"]:checked, .hbspt-form .hs-fieldtype-radio input[type="radio"]:checked {
        background: #fff url(/images/check.png) no-repeat center center;
    }

.overflowWrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.timetableWrap, .budgetSection {
    position: relative;
    display: block;
    font-size: 18px;
    margin-bottom: 2.1em;
}

.timetableWrap {
    margin-top: 2.1em;
}

.timeTableBorder, .budgetSectionBorder {
    border: 1px solid #8c8c8c;
    padding: 2.2em;
}

.tabContent {
    position: relative;
}

.wordCountWrap {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 15px;
    color: #6e6e6e;
}

.field-validation-error, .field-validation-valid, .field-error {
    position: relative;
    display: block;
    padding: .5em 0;
    color: #a70c0a;
}

.timetableWrap.noBorder {
    padding-bottom: .8em;
    border: none;
    margin-bottom: 0;
}

.permPlaceholder {
    position: absolute;
    display: block;
    top: 2.9em;
    right: 4.8em;
    font-size: 1em;
    color: #a3a3a3;
}

.budgetSection {
    max-width: 802px;
}

    .budgetSection.topMarg {
        margin-top: 2.1em;
    }

    .budgetSection p {
        font-weight: 700;
    }

        .budgetSection p span {
            font-weight: 500;
        }

.sectionRow {
    position: relative;
    width: 100%;
    font-size: 0;
}

.sectionCol {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-right: .6em;
    padding-bottom: 1em;
}

.noBorder .sectionCol, .rowTitles .sectionCol {
    padding-bottom: 0;
}

.sectionCol.firstCol {
    width: 16%;
}

.budgetSection .sectionCol.firstCol {
    width: 68%;
}

.sectionCol.midCol {
    width: 54%
}

.sectionCol.lastCol {
    width: 30%;
    padding-right: 0;
}

.budgetSection .sectionCol.midCol {
    width: 68%;
}

.budgetSection .sectionCol.lastCol {
    width: 32%;
}

.budgetSection.threeCol .firstCol, .budgetSection.threeCol .midCol {
    width: 40%;
}

.budgetSection.threeCol .lastCol {
    width: 20%;
}

.addMore {
    position: relative;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 700;
    color: #5e9631;
    text-decoration: none;
    transition: all .25s ease;
}

    .addMore:hover, .addMore:focus {
        color: #464646;
    }

    .addMore::after, .addMore:after {
        content: '';
        position: relative;
        display: inline-block;
        width: 18px;
        height: 18px;
        border: 2px solid #5e9631;
        border-radius: 50%;
        background: url(/images/plus.png) no-repeat 3px 3px;
        background-size: 8px auto;
        margin: 0 0 0 .8em;
        vertical-align: middle;
    }

    .addMore:hover::after, .addMore:hover:after, .addMore:focus::after, .addMore:focus:after {
        display: inline-block;
        border-color: #464646;
    }

    .addMore.removeMore::after, .addMore.removeMore:after {
        background: url(/images/minus.png) no-repeat 3px 3px;
        background-size: 8px auto;
    }

.totalSection {
    display: inline-block;
    float: right;
}

/* full-access */
.full-access {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 330px;
    text-align: center;
    background: #fff;
    position: relative;
    
    z-index: 1;
    box-shadow: 0px 0px 150px rgba(0,0,0,.6);
}
.fullWrap.full-article .full-access {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

.full-access .text {
    width: 350px;
}

    .full-access p {
        margin: 15px 0 10px 0;
        font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
        position: relative;
        font-weight: 700;
        text-decoration: none;
        color: #464646;
        line-height: 34px;
        font-size: 30px;
    }

    .full-access .defaultCTA {
        min-width: 0;
        margin: auto;
        display: block;
        padding: 0;
        line-height: 72px;
        width: 204px;
        height: auto;
        text-align: center;
    }

        .full-access .defaultCTA::after {
            display: none;
        }

.full-access {
}


/* leadgen */
.article-popup {
    z-index: 999;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    transform: translate(0%, -100%);
    transition: all 0.25s ease;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(28,31,33,.91);
}

    .article-popup.active {
        transform: translate(0%, 0%);
    }

    .article-popup .text {
        padding: 0 56px;
        min-width: 300px;
        max-width: 666px;
        min-height: 620px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
    }

    .article-popup .sulg {
        font-size: 22px;
        font-weight: 300;
        line-height: 28px;
    }

    .article-popup form {
        padding: 12px 0;
    }

    .article-popup .hs-form-field {
        padding:0px;
        padding-bottom:20px; 
        width:100%;
    }
    .article-popup label, .article-popup .hs-form-field label {
        display: block;
        padding-bottom: 5px;
    }

    .article-popup .form-field, .article-popup .hs-form-field input[type=text] {
        padding: 10px;
        -webkit-appearance: none;
        -moz-appearance:   none;
        appearance:        none;
        border: 1px solid #8c8c8c;
        min-height: 50px;
        display: block;
        width: 100%;
        background: #f3f3f3;
    }

    .article-popup .form-group {
        padding:0px;
        padding-bottom:20px;
    }

    .article-popup .form-section-content, .article-popup .hs-form-field select {
        background: #f3f3f3 url(/images/selectArrow.png) right center no-repeat;
    }

    .article-popup .defaultCTA, .article-popup input.hs-button {
        background:none;
        min-width: 180px;
        line-height: 66px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 20px;
        background: #315E0B;
        height:auto;
        width:auto;
    }
    .article-popup .actions {
            position:relative;
            width:160px;
            background:none;
        }
        .article-popup .actions:after {
            content: '';
            position: absolute;
            display: block;
            width: 0;
            height: 0;
            top: 50%;
            right:1.5em;
            margin-top: -0.4em;
            border-top: .4em solid transparent;
            border-left: .4em solid #fff;
            border-bottom: .4em solid transparent;
        }
        
        .article-popup .defaultCTA:hover, .article-popup input.hs-button:hover {
            background-color: #224207;
        }

    .article-popup .WrapClose {
        display: block;
        position: absolute;
    
        cursor: pointer;
        width: 36px;
        height: 36px;
        top: 40px;
        right: 40px;
        background: url(/images/close.png) no-repeat center;
        background-size: 100%;
        text-decoration: none;
    }

 

/* leadgen */
.leadgen {
    padding: 0 0 0 0;
}

    .leadgen .whiteStripe {
        padding-bottom: 0;
        border: 0;
        transition: all 0.25s ease;
        margin-bottom: 0;
        height: 550px;
        overflow: hidden;
    }


.fullWrap.full-article .leadgen .whiteStripe {
    height: auto;
}



            .leadgen .whiteStripe.full-article .shade-bg { display: none; }

            .leadgen .leftSide {
                padding-top: 15px;
                height: 500px;
                transition: all 0.25s ease;
                position: relative;
                max-width: 900px;
                padding-right: 40px;
                float: left;
                overflow: hidden;
            }

.fullWrap.full-article .leadgen .whiteStripe .leftSide {
    height: auto;
    padding-bottom: 50px;
}
.fullWrap.full-article .leadgen .shade-bg {

    display: none;

}
.leadgen .leftSide p, .leadgen .leftSide li {
    max-width: none;
}

    .leadgen .rightSide {
        padding-top: 20px;
        width: 335px;
        float: right;
        position: relative;
    }

    .leadgen .leftSide > p:first-child {
        padding-top: 0;
    }

    .leadgen .h3 {
        margin-bottom: 10px;
        color: #464646;
        text-transform: uppercase;
        letter-spacing: 2px;
        border-bottom: 6px solid #517d2b;
        font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
        font-size: 16px;
    }

    .leadgen .block {
        padding: 39px 0;
        border-bottom: 1px solid #e1e1e1;
        overflow: hidden;
    }

    .leadgen .img-border {
        max-width: 146px;
        float: left;
        border-top: 5px solid #8bb775;
    }

    .leadgen .text {
        margin: 15px 0 0 30px;
        float: left;
        width: 47%;
    }

    .leadgen .title {
        font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
        position: relative;
        font-weight: 700;
        text-decoration: none;
        color: #464646;
        line-height: 24px;
        font-size: 20px;
    }

        .leadgen .title strong {
            display: block;
            min-height: 136px;
        }

        .leadgen .title span {
            color: #5e9631;
            font-weight: 300;
            font-size: 16px;
        }

            .leadgen .title span img {
                vertical-align: middle;
                display: inline-block;
                margin-left: 10px;
            }

    .leadgen .shade-bg {
        width: 100%;
        height: 150px;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(255,255,255,0); /* Fallback */
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 78%); /* Old WebKit browsers */
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 78%); /* Standard */
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);*/ /* IE 9 */

    }


/* BANNERS */
.highlightBanner {
    position: relative;
    display: block;
    width: 100%;
    z-index:5;
    background: #5b9230 url(/images/girl-with-cow.jpg) no-repeat center;
    background-size: cover;
}

.highlightBannerContent {
    position: relative;
    display: block;
    max-width: 56em;
    width: 100%;
    margin: 0 auto;
    padding: 5em 0 5em 18em;
}

.highlightBannerHeadline {
    position: relative;
    display: block;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
}

.highlightBannerHeadlineEmp {
    position: relative;
    display: block;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 4.1em;
    letter-spacing: 0;
    line-height: 1em;
}

.highlightBannerText {
    position: relative;
    display: block;
    max-width: 16em;
    font-size: 1.33em;
    font-weight: 500;
    line-height: 1.16em;
    color: #bde2a0;
}

.highlightBannerLogoWrap {
    position: absolute;
    display: block;
    max-width: 98em;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 2.4em;
}

.highlightBannerLogoInner {
    position: relative;
    display: block;
    float: right;
}

.highlightBannerLogoWrap img {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 5em;
    width: auto;
    max-height: 5em;
    height: auto;
    margin: 0 0 0 1em;
}

.statsBanner {
    position: relative;
    display: block;
    padding: 5em;
    background: #f3f1e6 url(/images/wheat.jpg) repeat-x center bottom;
    border-bottom: 7px solid #fff;
}

.statsHeadline {
    position: relative;
    display: block;
    max-width: 10em;
    width: auto;
    margin: 0 auto;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2em;
    color: #41701b;
    text-align: center;
    text-transform: uppercase;
}

    .statsHeadline span {
        position: relative;
        display: block;
        font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
        font-size: .34em;
        line-height: 1.2em;
    }

.statsWrap {
    position: relative;
    display: table;
    max-width: 71em;
    width: 100%;
    margin: 1em auto 0 auto;
}

.stat {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 33.3%;
    padding: .9em 5.7em 2.2em 5.7em;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.3em;
    color: #41701b;
    text-decoration: none;
    border-left: 1px solid #41701b;
}

    .stat:first-child {
        border-left: 0;
    }

    .stat::after, .stat:after {
        content: '';
        position: absolute;
        display: block;
        width: 2.5em;
        height: .8em;
        left: 5.7em;
        bottom: .25em;
        background: url(/images/arrowThinRightGreen.png) no-repeat right center;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .stat:hover::after, .stat:hover:after, .stat:focus::after, .stat:focus:after {
        width: 3.3em;
    }

.js .stat {
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transform: translateY(30px)
}

    .js .stat.animate {
        opacity: 1;
        transform: translate(0);
    }

.statEmp {
    position: relative;
    display: block;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 3.2em;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: uppercase;
}

.mainPageAnnouncement {
    position: relative;
    display: block;
    padding: 2.78em;
    color: #4a4837;
    text-decoration: none;
    /*background: #dddacd url(/images/customer-appreciation.jpg) no-repeat center;*/
    /*background-size: cover;*/
    background: #dddacd;
    border-bottom: 7px solid #fff;
}

.mainPageAnnouncementHeadline {
    position: relative;
    display: block;
    max-width: none;
    width: 100%;
    padding: 0;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 2.4em;
    font-weight: 700;
    line-height: 1.2em;
    color: #4a4837;
    text-align: center;
    text-transform: uppercase;
}

.mainPageAnnouncementContent {
    position: relative;
    display: block;
    max-width: none;
    width: 100%;
    font-size: 1.33em;
    line-height: 1.2em;
    text-align: center;
}
/*CAREERS*/
.employmentWrapper {
    position: relative;
    display: block;
    max-width: 980px;
    width: 100%;
    height: auto;
}

.jobWrap {
    position: relative;
    display: block;
    padding: 0;
    border-bottom: 1px solid #d4d4d4;
}

    .jobWrap:last-child {
        border-bottom: none;
    }
/*.jobTitle, .applyLink {position: relative; display: inline-block; }*/
.jobTitle {
    position: relative;
    display: block;
    padding: .93em 0 .93em 2.5em;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    font-size: 1.5em;
    line-height: 1.2em;
    color: #464646;
    text-decoration: none;
}

    .jobTitle span {
        display: inline-block;
        font-weight: 300;
    }

    .jobTitle::before, .jobTitle:before {
        content: url(/images/plus.png);
        position: absolute;
        display: block;
        color: #41701b;
        top: .93em;
        left: .5em;
    }

    .jobTitle.expanded::before, .jobTitle.expanded:before {
        content: url(/images/minus.png);
    }

.jobDetails {
    display: block;
    position: relative;
    padding: 1em 1em 1em 3.5em;
}
/*SCHOLARSHIP RECIPIENTS*/
.scholarWrap {
    position: relative;
    display: block;
    font-size: 0;
    width: 100%;
    padding: 74px 0 0 0;
}

.scholar-item {
    position: relative;
    display: inline-block;
    width: 20%;
    margin: 0 5% 2em 0;
    vertical-align: top;
    font-size: 18px;
}

    .scholar-item:nth-child(4n+4) {
        margin-right: 0;
    }

.scholar-image {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    font-size: 18px;
    margin-bottom: 1em;
}

    .scholar-image img {
        position: absolute;
        display: block;
        width: auto;
        height: 100%;
        top: 0;
        left: 0;
    }

.scholar-name {
    position: relative;
    display: block;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.2em;
    line-height: 1em;
    margin-bottom: .2em;
    font-weight: 700;
    text-transform: uppercase;
}

.scholar-bio {
    position: relative;
    display: block;
    font-size: .9em;
    line-height: 1.4em;
    padding: 0;
}
/* FOOTER */
.footerWrap {
    position: relative;
    display: block;
    background: #fff;
}

.footerMainWrap {
    position: relative;
    display: block;
    padding: 6em 0 4em 0;
}

.footerMainTable {
    position: relative;
    display: table;
    width: 100%;
}

.footerContactWrap {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 27%;
    padding: 0 5em 0 0;
}

.footerContact {
    position: relative;
    display: block;
    max-width: 20em;
    width: 100%;
    padding: 2em 2.5em;
    font-size: .89em;
    line-height: 1.5em;
    color: #464646;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    border-top: none;
}

    .footerContact:first-child {
        border-top: 1px solid #cdcdcd;
    }

    .footerContact a {
        color: #464646;
        text-decoration: none;
    }

.footerContactBold {
    position: relative;
    display: block;
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.5em;
}

.footerContactLocation .footerContactBold {
    font-size: 1.25em;
}

    .footerContactLocation .footerContactBold::after, .footerContactLocation .footerContactBold:after {
        content: '';
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 0;
        height: 0;
        margin: .6em 0 0 .6em;
        border-top: .4em solid #ccc;
        border-left: .4em solid transparent;
        border-right: .4em solid transparent;
    }

.footerContactFullLocation {
    padding: 0;
}

.footerContactLocationPhoto {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding: 65% 0 0 0;
    overflow: hidden;
}

.footerContactLocationInfo {
    position: relative;
    display: block;
    padding: 1.5em 2.5em 2em 2.5em;
}

.footerContactLocationPhoto img {
    position: absolute;
    display: block;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
    height: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.footerContactLocationName {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 0;
}

.footerArrowLink {
    position: relative;
    display: block;
    width: 100%;
    padding: .3em 5em .3em 0;
    font-size: 1em;
    line-height: 1.25em;
    color: #464646;
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .footerArrowLink:hover, .footerArrowLink:focus {
        color: #000;
    }

    .footerArrowLink::after, .footerArrowLink:after {
        content: '';
        position: absolute;
        display: block;
        width: 2em;
        height: .5em;
        top: 50%;
        right: 2.5em;
        margin: -.25em 0 0 0;
        background: url(/images/arrowThinRight.png) no-repeat right center;
        opacity: .2;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .footerArrowLink:hover::after, .footerArrowLink:hover:after, .footerArrowLink:focus::after, .footerArrowLink:focus:after {
        width: 3em;
        right: 1.5em;
        opacity: .5;
    }

.footerContactDropdown::after, .footerContactDropdown:after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 0;
    height: 0;
    margin: .5em 0 0 .5em;
    border-top: .5em solid #dfdfdf;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
}

.footerLinkWrap {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 40%;
    padding: 0 5em 0 0;
}

.footerLinkColumn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 0 3em 0;
}

    .footerLinkColumn:last-child {
        width: 100%;
        padding: 0;
    }

    .footerLinkColumn a {
        position: relative;
        display: block;
        padding: .45em 0;
        font-size: .89em;
        line-height: 1.25em;
        color: #464646;
        text-decoration: none;
    }

.footerLinkHeader, p.footerLinkHeader, a.footerLinkHeader {
    position: relative;
    display: block;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.25em;
    color: #4f772c;
    text-decoration: none;
}

.footerActionWrap {
    position: relative;
    display: table-cell;
    vertical-align: top;
    max-width: 24em;
    width: 28%;
    padding: 0;
    text-align: right;
}

.footerAction {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 2.5em;
    text-align: left;
    background: #ede7cb;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.footerActionEmp {
    background: #41701b;
}

.footerActionCalc {
    padding: 1.75em 6.1em 1.75em 5em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #fff;
    background: #41701b url(/images/calc.png) no-repeat 1.3em center;
    background-size: 2.4em auto;
    text-decoration: none;
    text-transform: uppercase;
}

    .footerActionCalc:hover, .footerActionCalc:focus {
        background-color: #234408;
    }

    .footerActionCalc::after, .footerActionCalc:after {
        content: '';
        position: absolute;
        display: inline-block;
        vertical-align: top;
        width: 1.23em;
        height: .3em;
        top: auto;
        left: auto;
        margin: .45em 0 0 .5em;
        background: url(/images/arrowThinRightWhite.png) no-repeat right center;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .footerActionCalc:hover::after, .footerActionCalc:hover:after, .footerActionCalc:focus::after, .footerActionCalc:focus:after {
        width: 1.8em;
    }

.footerActionTitle {
    position: relative;
    display: block;
    max-width: 8em;
    width: 100%;
    margin: 0 auto;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.45em;
    line-height: 1.23em;
    color: #434236;
    text-align: center;
    text-transform: uppercase;
}

.footerActionForm {
    position: relative;
    display: block;
    width: 100%;
}

.footerActionLabel {
    position: absolute;
    display: block;
    padding: .75em 3.4em .75em .6em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.no-js .footerActionLabel, .isFocused .footerActionLabel, .hasValue .footerActionLabel {
    padding: .6em 1.2em;
    font-size: .6em;
    font-weight: 500;
    line-height: 1.2em;
}

.footerActionInput {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 4.2em .5em .6em;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.2em;
    color: #464646;
    border: none;
    background: #fff;
}

    .footerActionInput::-webkit-inner-spin-button, .footerActionInput::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.footerActionButton {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    padding: 1em 1.6em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: .78em;
    line-height: 1.2em;
    color: #fff;
    text-transform: uppercase;
    background: #41701b;
    border: none;
    white-space: nowrap;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .footerActionButton:hover, .footerActionButton:focus {
        background: #234408;
    }

    .footerActionButton::after, .footerActionButton:after {
        content: '';
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 0;
        height: 0;
        margin: .2em 0 0 .7em;
        border-top: .4em solid transparent;
        border-left: .5em solid #fff;
        border-bottom: .4em solid transparent;
    }

.footerAction .defaultCTA, .footerMobileCTA {
    position: relative;
    display: block;
    min-width: 0;
    width: 100%;
    padding: 1.2em 3.5em 1.2em 1.45em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.2em;
    line-height: 1.2em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background: #41701b;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .footerAction .defaultCTA:hover, .footerAction .defaultCTA:focus {
        background: #234408;
    }

    .footerAction .defaultCTA::after, .footerAction .defaultCTA:after, .footerMobileCTA::after, .footerMobileCTA:after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        top: 50%;
        right: 1.5em;
        margin: -.4em 0 0 0;
        border-top: .4em solid transparent;
        border-left: .4em solid #fff;
        border-bottom: .4em solid transparent;
    }

.footerMobileWrap {
    position: relative;
    display: none;
    width: 100%;
    padding: 5.3em 0 2em 0;
}

    .footerMobileWrap .center {
        max-width: 35em;
        width: 100%;
        margin: 0 auto;
    }

.footerMobileTopActionWrap {
    position: relative;
    display: table;
    width: 100%;
}

.footerMobileTopAction {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: .6em 1.9em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 1.4em;
    line-height: 1.2em;
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #cdcdcd;
}

    .footerMobileTopAction:first-child {
        border: none;
    }

.footerMobileTopActionCalc {
    padding-left: 2.7em;
    background: url(/images/calcGreen.png) no-repeat .7em center;
    background-size: 1.3em auto;
}

.footerMobileTopAction::after, .footerMobileTopAction:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 1.2em;
    bottom: 1em;
    border-top: .34em solid #41701b;
    border-left: .26em solid transparent;
    border-right: .26em solid transparent;
}

.footerMobileTopActionCalc::after, .footerMobileTopActionCalc:after {
    display: inline-block;
    width: 1.15em;
    height: .4em;
    margin: .4em 0 0 1em;
    right: auto;
    bottom: auto;
    background: url(/images/arrowThinRightGreen.png) no-repeat right center;
    border: none;
}

.footerMobileDivider {
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    margin: 1.8em 0;
    line-height: 1px;
    background: #cdcdcd;
    overflow: hidden;
}

.footerMobileLinkWrap {
    position: relative;
    display: table;
    width: 100%;
}

.footerMobileLinkColumn {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    padding: 3.2em;
    font-size: .89em;
    line-height: 1.5em;
}

.footerMobileHeadline, .footerMobileLinkHeadline {
    font-size: 1.125em;
    font-weight: bold;
}

.footerMobileHeadline {
    padding: 0;
    font-weight: 500;
}

    .footerMobileHeadline.savedLocation {
        padding: 0;
        font-weight: 700;
    }

.footerMobileLinkHeadline {
    color: #41701b;
}

.footerMobileLinkColumn a, .footerMobileLinkColumn p a {
    position: relative;
    display: block;
    font-size: 1em;
    line-height: 1.8em;
    color: #464646;
    text-decoration: none;
}

.footerMobileLinkColumn p.boldPhone {
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
}

.footerMobileArrowLink::after, .footerMobileArrowLink:after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 1.875em;
    height: .4em;
    margin: .8em 0 0 .8em;
    background: url(/images/arrowThinRight.png) no-repeat right center;
    opacity: .25;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.footerMobileArrowLink:hover::after, .footerMobileArrowLink:hover:after, .footerMobileArrowLink:focus::after, .footerMobileArrowLink:focus:after {
    width: 2.5em;
}

.footerMobileDropdown::after, .footerMobileDropdown:after {
    content: '';
    position: absolute;
    display: inline-block;
    vertical-align: top;
    width: 0;
    left: 0;
    top: auto;
    left: auto;
    margin: .7em 0 0 .7em;
    border-top: .375em solid #000;
    border-left: .375em solid transparent;
    border-right: .375em solid transparent;
    opacity: .25;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.footerCopyrightBar {
    position: relative;
    display: block;
    font-size: .72em;
    border-top: 1px solid #cdcdcd;
}

.footerCopyrightTable {
    position: relative;
    display: table;
    width: 100%;
}

.footerCopyrightCell {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

    .footerCopyrightCell:last-child {
        text-align: right;
    }

.footerCopyrightText {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 1.75em 3em 1.75em 0;
    font-size: 1em;
    line-height: 1.5em;
    color: #747474;
}

    a.footerCopyrightText, .footerCopyrightText a {
        color: #747474;
        text-decoration: none;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

        a.footerCopyrightText:hover, a.footerCopyrightText:focus, .footerCopyrightText a:hover, .footerCopyrightText a:focus {
            color: #000;
            text-decoration: underline;
        }

.footerLogoWrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
}

    .footerLogoWrap img {
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
/* MOBILE CTA SECTION */
.mobileCTASection {
    position: relative;
    display: none;
    width: 100%;
    padding: 30px;
}

.center .mobileCTASection {
    padding-left: 0;
    padding-right: 0;
}

.mobileCTATopActionWrap {
    position: relative;
    display: table;
    width: 100%;
}

.mobileCTATopAction {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: .6em 3em .6em 1.9em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: .83em;
    line-height: 1.2em;
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
    border-left: 1px solid #cdcdcd;
}

    .mobileCTATopAction:first-child {
        border: none;
    }

.mobileCTATopActionCalc {
    padding-left: 2.7em;
    background: url(/images/calcGreen.png) no-repeat .7em center;
    background-size: 1.3em auto;
}

.mobileCTATopAction::after, .footerMobileTopAction:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 1.2em;
    bottom: 1.5em;
    border-top: .34em solid #41701b;
    border-left: .26em solid transparent;
    border-right: .26em solid transparent;
    background: none;
}

.mobileCTATopActionCalc::after, .mobileCTATopActionCalc:after {
    display: inline-block;
    width: 1.15em;
    height: .4em;
    margin: .4em 0 0 1em;
    right: auto;
    bottom: auto;
    background: url(/images/arrowThinRightGreen.png) no-repeat right center;
    border: none;
}

.mobileCTA {
    position: relative;
    display: block;
    min-width: 0;
    width: 100%;
    padding: 1.2em 3.5em 1.2em 1.45em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: .89em;
    line-height: 1.2em;
    color: #41701b;
    text-decoration: none;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #b0b0b0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.mobileCTATopActionWrap + .mobileCTA {
    margin: .75em 0 0 0;
}

.mobileCTA:hover, .mobileCTA:focus {
    color: #fff;
    background: #41701b;
}

.mobileCTA::after, .mobileCTA:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 1.5em;
    margin: -.4em 0 0 0;
    border-top: .4em solid transparent;
    border-left: .4em solid #41701b;
    border-bottom: .4em solid transparent;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.mobileCTA:hover::after, .mobileCTA:hover:after, .mobileCTA:focus::after, .mobileCTA:focus:after {
    border-left-color: #fff;
}

.input-imp-long {
    display: block !important;
    height: 1px !important;
    font-size: 0px !important;
    border: none !important;
}

/* I.Maz below */
/*------------------------------------------------FAQs------------------------------------------------*/
#faq {
    margin-left: 70px;
}

.faq-space {
    height: 16px;
}

#menu {
    max-width: 1000px;
    width: 100%;
}

#menu, #menu-fake {
    height: 90px;
}

.faq-categories {
    background-color: white;
    width: 100%;
    border-bottom: solid 1px #D4D4D4;
}

    .faq-categories .faq-category-title {
        margin-right: 30px;
        color: black;
        display: inline-block;
        padding-top: 12px;
        padding-bottom: 12px;
    }

        .faq-categories .faq-category-title:hover, .faq-categories .faq-category-title.active {
            margin-right: 30px;
            color: #5E9730 !important;
            cursor: pointer;
        }

        .faq-categories .faq-category-title:after {
            content: '\f0dd';
            font-family: 'FontAwesome';
            color: #B3B3B3;
            display: inline-block;
            left: 12px;
            position: relative;
            top: -4px;
        }

        .faq-categories .faq-category-title:hover:after {
            color: #5E9730;
        }

.faq-categories-hidden {
    position: absolute;
    background-color: white;
    margin-top: 12px;
    width: 240px;
    border: solid 1px #D4D4D4;
    margin-left: -31px
}

    .faq-categories-hidden .faq-category-title {
        display: block;
        padding: 10px;
        padding-left: 30px;
        font-size: inherit;
    }

        .faq-categories-hidden .faq-category-title:after {
            display: inline-block;
            left: 30px;
            position: absolute;
            top: auto;
            left: auto;
            margin: 0 0 0 15px;
        }

.faq-sticky-menu {
    position: fixed;
    top: 0;
    z-index: 99999;
}

.faq-list {
    width: 100%;
    max-width: 800px;
}

.faq-category-list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.faq-category-title {
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.2em;
    color: #5e9631;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    padding-right: 25px;
}

.faq-question {
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 22px;
    display: inline-block;
    font-size: 1.5em;
    width: 100%;
    margin-left: 46px;
}

    .close.faq-question:before, .faq-question:before {
        color: #5E9730;
        width: 46px;
        display: inline-block;
        margin-left: -46px;
    }

.close.faq-question:before {
    content: url(/images/plus.png);
}

.faq-question:before {
    content: url(/images/minus.png);
}

.faq-answer {
    margin-left: 48px;
    padding-bottom: 20px;
    font-size: 0.85em;
}

.faq-wrap:not(:last-child) {
    border-bottom: solid 1px #D4D4D4;
}

/*------------------------------------------------NEWS------------------------------------------------*/
.section-header {
    margin-bottom: 52px;
}

.section-filter-header-box {
    display: table;
    width: 100%;
    padding-bottom: 52px;
    border-bottom: 1px solid #D4D4D4;
}

.section-header-title {
    position: relative;
    display: inline-block;
    font-family: 'Oswald',Arial,Tahoma,sans-serif;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: -.05em;
    word-spacing: -.1em;
    color: #41701b;
    text-transform: uppercase;
}

.section-filter-header-box .section-header-title,
.section-filter-header-box .header-filter-box {
    display: table-cell;
    vertical-align: middle;
}

.section-filter-header-box .section-header-title {
    width: 375px;
}

.header-filter-box {
}

    .header-filter-box > :last-child {
        margin-right: 0;
    }

.select-box {
    display: inline-block;
    max-width: 334px;
    width: 100%;
    margin-right: 57px;
}

    .select-box.year {
        max-width: 177px;
    }

    .select-box label {
        display: block;
        margin-left: -1px;
        margin-bottom: 4px;
        font-size: .8em;
        font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
        font-weight: 500;
        letter-spacing: -.02em;
    }

.select-wrap {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

    .select-wrap:before {
        position: absolute;
        content: '';
        top: 1px;
        right: 1px;
        width: 59px;
        height: 57px;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        pointer-events: none;
        background-color: #F3F3F3;
    }

    .select-wrap:after {
        position: absolute;
        content: '';
        top: 50%;
        right: 21px;
        margin-top: -4px;
        width: 0;
        height: 0;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        border-top: 9px solid #8B8B8B;
        cursor: pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        pointer-events: none;
    }

select {
    background: url(/images/selectArrow.png) no-repeat right center;
    background-size: 35px auto;
    min-height: 59px;
    width: 100%;
    padding: 10px 36px 10px 24px;
    color: #434236;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    font-size: 18px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: none;
    border: 1px solid #8B8B8B;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    letter-spacing: 0.02em;
    background-color: #F3F3F3;
}

.section-news-list {
    padding-bottom: 80px;
}

.news-list {
    margin: 0 -17px -12px;
    text-align: left;
}

.news-list > li {
    display: inline-block;
    width: 24%;
    /*width: -webkit-calc(25% - 4px);*/
    width: calc(25% - 4px);
    margin-bottom: 40px;
    padding: 0 17px;
    text-align: left;
    vertical-align: top;
}

        .news-list > li:before {
            content: none;
        }

        .news-list > li a {
        }

a.news-link,
.news-link {
    position: relative;
    display: block;
    color: #464646;
}

    a.news-link:after,
    .news-link:after {
        position: absolute;
        z-index: 5;
        content: '';
        width: 32px;
        height: 20px;
        right: 34px;
        bottom: 39px;
        background: url(/images/arrowThinRightGreen.png) no-repeat right center;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    a.news-link:hover:after,
    a.news-link:focus:after,
    .news-link:hover:after,
    .news-link:focus:after {
        right: 26px;
        width: 40px;
    }

    a.news-link:hover,
    a.news-link:focus,
    .news-link:hover,
    .news-link:focus {
        color: #4d8223;
    }

        a.news-link:hover .news-box,
        a.news-link:focus .news-box,
        .news-link:hover .news-box,
        .news-link:focus .news-box {
            -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            -ms-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            -o-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }

.news-box {
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    min-height: 440px;
    padding-bottom: 50px;
    background-color: #ffffff;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    -o-transition: .35s;
    transition: .35s;
}

.js .news-list > li {
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transform: translateY(30px)
}

.js .news-list-noanimate > li {
    opacity: 1;
    transform: none;
}

.js .news-list > li.animate {
    opacity: 1;
    transform: translateY(0)
}

.news-box-type {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: .8em;
    font-weight: 700;
    line-height: 1;
    color: #5e9631;
}

.news-box span {
    display: block;
}

.ebook-category,
.ebook-name,
.ebook-other {
    position: relative;
    z-index: 5;
}

.ebook-category {
    margin-bottom: 4px;
    padding-left: 4px;
    font-size: 0.6em;
    font-weight: 700;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    line-height: 1;
    color: #5f6976;
    text-transform: uppercase;
    opacity: .45;
}

.dark-brown .ebook-category {
    color: #4A361C;
    opacity: .45;
}

.ebook-name {
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 2.5em;
    letter-spacing: -.03em;
    font-weight: 700;
    line-height: 1.1;
    color: #5f6976;
    text-transform: uppercase;
}

.dark-brown .ebook-name {
    color: #513E25;
}

.ebook-other {
    position: absolute;
    z-index: 6;
    width: 170px;
    left: 0;
    bottom: 56px;
    padding: 11px 10px 13px 46px;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.2;
    color: #ffffff;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .24);
}

span.ebook-other {
    display: table;
}

.news-img-wrap {
    overflow: hidden;
    position: relative; /*height: 226px;*/
    padding-bottom: 69.6%;
}

    .news-img-wrap img {
        position: absolute;
        z-index: 3;
        min-height: 0;
        max-width: 100%;
        width: 100%;
        height: auto;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        margin: auto;
    }

.news-desc {
    padding: 32px 30px 10px;
}

.news-img-wrap + .news-desc {
    padding-top: 20px;
}

.news-desc > :last-child {
    margin-bottom: 0;
}

.news-date {
    margin-bottom: 4px;
    font-weight: 500;
    font-size: .8em;
    line-height: 1.2;
    word-spacing: -.1em;
}

.news-title {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 1.33em;
    line-height: 1.2;
    letter-spacing: .01em;
}

.news-desc-content {
    font-size: .9em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .01em;
}

.news-box.updates {
    display: table;
    width: 100%;
    padding-bottom: 0;
    text-align: center;
    background-color: transparent;
}

.news-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.envelope-wrap {
    display: block;
    width: 104px;
    height: 104px;
    margin: 0 auto 26px;
    line-height: 104px;
    text-align: center;
    border: 8px solid #c2c2c2;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
}

    .envelope-wrap .fa {
        font-size: 48px;
        line-height: 1;
        color: #c2c2c2;
    }

.news-box .footerActionTitle {
    margin-bottom: 23px;
    line-height: 1.4;
}

.news-box .defaultCTA {
    min-width: 13.5em;
    font-size: 1em;
    text-align: left;
    letter-spacing: .08em;
}
/*------------------------------------------------RESOURCES------------------------------------------------*/
.resources .section-header-title {
    margin-bottom: 40px;
    letter-spacing: -.05em;
    font-size: 2.9em;
}

.resource-group {
    margin-bottom: 108px;
    padding-bottom: 94px;
    border-bottom: 1px solid #D4D4D4;
}

.resources .center > :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.resource-group-title {
    margin-bottom: 42px;
    font-size: 1.25em;
    letter-spacing: .1em;
    line-height: 1.2;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.resources #menu-fake,
.resources #menu {
    max-width: 100%;
    background-color: #f3f3f3;
}

.faq-category-title {
    text-decoration: none;
}

.resources .faq-sticky-menu {
    left: 0;
}

.resources #menu,
.resources #menu-fake {
    height: initial;
}

    .resources #menu .faq-categories,
    .resources #menu-fake .faq-categories {
        border-bottom: 1px solid #d4d4d4;
    }

    .resources #menu.faq-sticky-menu .center,
    .resources #menu-fake.faq-sticky-menu .center {
    }

.resources .faq-categories {
    padding-bottom: 6px;
    font-size: 1.1em;
    background-color: #f3f3f3;
}

    .resources .faq-categories .faq-category-title {
        margin-right: 42px;
    }

#ebooks.resource-group {
}

#ebooks .news-box {
    min-height: 445px;
}

#ebooks .news-img-wrap {
    height: auto;
    padding: 0 32px 69.6% 42px;
}

#ebooks a.news-link:after,
#ebooks .news-link:after {
    bottom: 22px;
}

#videos .news-box {
    min-height: 360px;
    padding-bottom: 44px;
}

#videos .news-img-wrap {
    padding-bottom: 69.6%;
}

#videos .news-box-type {
    margin-top: 0;
    font-size: .9em;
}

#blog .news-box {
    min-height: 488px;
    padding-bottom: 44px;
}

#blog .news-img-wrap {
    padding-bottom: 69.6%;
}

#blog .news-desc {
}

#blog .news-box-type {
    margin-top: 18px;
    font-size: .9em;
}

#blog a.news-link:after,
#blog .news-link:after {
    bottom: 26px;
}

a.view-all,
.view-all {
    padding: 5px 2px;
    font-size: .9em;
    line-height: 1;
    font-weight: 500;
    text-decoration: none;
    color: #41701b;
}

    a.view-all:hover,
    a.view-all:focus,
    .view-all:hover,
    .view-all:focus {
        color: #464646;
    }
/*------------------------------------------------SECTION-NEWS-DETAIL-------------------------------------------*/
.section-banner {
  background-color: transparent;
  border-radius: 0 0 30px 30px;  
  overflow: hidden;
  position: relative;
}

    .section-banner.section-banner-green {
        background: #315e0b;
    }

    .section-banner .center {
        position: relative;
        z-index: 5;
        display: table;
        max-width: 1416px;
        width: 100%;
        height: 565px;
        padding-top: 60px;
        padding-bottom: 128px;
    }

.banner-cell {
    display: table-cell;
    vertical-align: bottom;
}

.banner-title {
    max-width: 900px;
    margin-bottom: 18px;
    font-size: 4em;
    line-height: 1;
    letter-spacing: -.02em;
    word-spacing: .03em;
    color: #FFFFFF;
}

.banner-info-box {
    max-width: 900px;
    margin: 0 -10px;
    padding-left: 6px;
    font-size: .8em;
    color: #FFFFFF;
}

    .banner-info-box > * {
        position: relative;
        display: inline-block;
        padding: 0 10px;
        line-height: 1;
        vertical-align: top;
    }

        .banner-info-box > *:not(:last-child):before {
            position: absolute;
            content: '';
            top: 2px;
            right: 0;
            width: 1px;
            height: 99%;
            /*height: -webkit-calc(100% - 1px);*/
            height: calc(100% - 1px);
            background-color: #FFFFFF;
        }

    .banner-info-box a {
        color: #FFFFFF;
        text-decoration: none;
    }

        .banner-info-box a:hover,
        .banner-info-box a:focus {
            text-decoration: underline;
        }

.bg-img {
    position: absolute;
    z-index: 3;
    min-height: 100%;
    min-width: 100%;
    width: auto;
    height: auto;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    margin: auto;
}

.section-banner-green .bg-img, .section-banner-green .sectionBannerBackground {
    opacity: .25;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.white-bg {
    background-color: #FFFFFF;
}
/*.white-bg.insurance {
  background-color: #f3f1e6;
}*/

.section-content {
    padding-top: 50px;
    padding-bottom: 120px;
}

    .section-content .center {
        overflow: hidden;
        max-width: 1540px;
    }

.content-wrap {
    float: left;
    /*max-width: -webkit-calc(100% - 392px);*/
    max-width: calc(100% - 392px);
    width: 100%;
    padding-right: 40px;
}

.content-box {
    max-width: 800px;
    margin-left: 64px;
}

.content p,
.content li {
    max-width: 100%;
    padding: 0;
}

.content > * {
    margin-bottom: 28px;
}

.content > :last-child {
    margin-bottom: 0;
}

.content figure {
    display: inline-block;
    padding-top: 31px;
}

    .content figure img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.content figcaption {
    padding-top: 14px;
    padding-bottom: 9px;
    font-size: .8em;
    font-weight: 500;
    line-height: 1.2;
    word-spacing: -.08em;
    text-align: left;
    border-bottom: 1px solid #E5E5E5;
}

.content ol,
.content ul {
    margin-left: 30px;
    max-width: 670px;
}

    .content ul li:not(:last-child),
    .content ul li:not(:last-child) {
        margin-bottom: 12px;
    }

    .content ul li::before,
    .content ul li:before {
        top: 5px;
        left: -30px;
        color: #96BD7E;
    }

.content p + ol,
.content p + ul {
    margin-top: -16px;
}

.content a {
    text-decoration: underline;
}

    .content a:hover,
    .content a:focus {
        text-decoration: none;
    }

.content blockquote {
    display: block;
    max-width: 720px;
    padding-left: 20px;
    margin: 0 auto 28px;
    border-left: 2px solid #41701b;
}

.content h1, .content .h1style,
.content h2, .content .h2style,
.content h3, .content .h3style,
.content h4, .content .h4style,
.content h5, .content .h5style,
.content h6, .content .h6style {
    margin-bottom: 14px;
    font-size: 1.45em;
    font-weight: 700;
    word-spacing: -.04em;
    letter-spacing: -.02em;
}

.content h2, .content .h2style {
    font-size: 1.4em;
}

.content h3, .content .h3style {
    font-size: 1.35em;
    text-transform: uppercase;
}

.content h4, .content .h4style {
    font-size: .88em;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.content h5, .content .h5style {
    font-size: 1.1em;
}

.content h6, .content .h6style {
    font-size: 1.1em;
}

.sidebar {
    float: right;
    width: 392px;
    padding-top: 2px;
}

.widget {
}

.widget-featured {
}

.widget-title {
    margin-bottom: 16px;
    padding-bottom: 14px;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .1em;
    text-transform: uppercase;
    border-bottom: 4px solid #5E9631;
}

.widget-news-list {
    margin: 0;
}

    .widget-news-list > li {
        padding: 0;
        border-bottom: 1px solid #DCDCDC;
    }

        .widget-news-list > li:before {
            content: none;
        }

        .widget-news-list > li a {
            display: block;
            padding: 24px 0 24px;
            font-weight: 700;
            color: #464646;
            line-height: 1.3;
        }

            .widget-news-list > li a:hover,
            .widget-news-list > li a:focus {
                color: #41701b;
            }

    .widget-news-list .date {
        display: block;
        margin-bottom: 2px;
        font-size: .8em;
        font-weight: 500;
        line-height: 1;
    }

.widget-btn-box {
    text-align: right;
    margin-top: 8px;
}

a.widget-btn,
.widget-btn {
    display: inline-block;
    padding: 4px 0;
    font-size: .9em;
    font-weight: 500;
    letter-spacing: .08em;
    color: #464646;
    text-decoration: none;
    text-transform: uppercase;
}

    a.widget-btn:hover,
    a.widget-btn:focus,
    .widget-btn:hover,
    .widget-btn:focus {
        color: #41701b;
    }

.content-bottom-box {
    overflow: hidden;
    margin-top: 145px;
    padding-top: 45px;
    border-top: 1px solid #d2d2d2;
}

    .content-bottom-box .left-box {
        overflow: hidden;
        float: left;
        margin-right: 10px;
    }

    .content-bottom-box .envelope-wrap {
        float: left;
        margin-right: 34px;
    }

    .content-bottom-box .box {
        overflow: hidden;
        padding-top: 10px;
        max-width: 208px;
    }

.box .small-title {
    max-width: 150px;
}

.small-title {
    display: block;
    position: relative;
    margin-bottom: 19px;
    font-family: 'Oswald',Arial,Tahoma,sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: .05em;
    word-spacing: -.1em;
    color: #464646;
    text-transform: uppercase;
}

.content-bottom-box .envelope-wrap {
    width: 60px;
    height: 60px;
    line-height: 54px;
    border-width: 5px;
}

    .content-bottom-box .envelope-wrap .fa {
        font-size: 26px;
    }

a.defaultCTA.small,
.defaultCTA.small {
    min-width: 210px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1.2em;
    font-size: 1em;
    text-align: left;
    letter-spacing: .02em;
}

.content-bottom-box .social-links-box {
    float: right;
    margin-top: 10px;
}

.social-links {
    margin: 0 -6px;
}

    .social-links > li {
        padding: 0 6px;
        display: inline-block;
    }

        .social-links > li:before {
            content: none;
        }

        .social-links > li a {
            overflow: hidden;
            display: block;
            width: 35px;
            height: 35px;
            color: #c2c2c2;
            line-height: 29px;
            text-align: center;
            border: 3px solid #c2c2c2;
            -webkit-border-radius: 50%;
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            -webkit-transition: .25s;
            -moz-transition: .25s;
            transition: .25s;
        }

            .social-links > li a:hover,
            .social-links > li a:focus {
                color: #41701b;
                border-color: #41701b;
            }

    .social-links .fa {
        display: block;
        line-height: 30px;
        font-size: 16px;
    }

    .social-links .fa-linkedin {
        font-size: 16px;
    }

    .social-links .fa-envelope {
        font-size: 15px;
    }

/*------------------------------------------------SECTION-ABOUT-US-------------------------------------------*/
.about-us .statsBanner {
    min-height: 706px;
    padding: 5em 5em 7.5em 5em;
    background-image: url(/images/about_us_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about-us .statsHeadline,
.about-us .stat {
    color: #406377;
}

    .about-us a.stat:after,
    .about-us .stat:after {
        background-image: url(/images/arrowThinRightBlue.png);
    }

.section-about-link {
    padding-top: 90px;
    padding-bottom: 90px;
    border-bottom: 7px solid #ffffff;
}

    .section-about-link .center {
        max-width: 1155px;
        margin: 0 auto;
    }

    .section-about-link .statsHeadline {
        margin-bottom: 60px;
    }

.about-links-list {
    margin: 0 -55px;
}

    .about-links-list > li {
        position: relative;
        display: inline-block;
        width: 32%;
        /*width: -webkit-calc(33.33% - 4px);*/
        width: calc(33.33% - 4px);
        margin-bottom: 24px;
        padding: 0 55px;
        vertical-align: top;
    }

        .about-links-list > li:before {
            content: none;
        }

        .about-links-list > li:nth-child(3n + 1) {
            width: 36%;
            /*width: -webkit-calc(36.8% - 4px);*/
            width: calc(36.8% - 4px);
        }

        .about-links-list > li:nth-child(3n + 2) {
            width: 36%;
            /*width: -webkit-calc(35.5% - 4px);*/
            width: calc(35.5% - 4px);
        }

        .about-links-list > li:nth-child(3n + 3) {
            width: 27%;
            /*width: -webkit-calc(27.7% - 4px);*/
            width: calc(27.7% - 4px);
        }

        .about-links-list > li a {
            position: relative;
            display: block;
            padding-right: 40px;
            font-size: 1.1em;
            font-weight: 500;
            letter-spacing: .015em;
            color: #464646;
            text-decoration: none;
        }

            .about-links-list > li a:after {
                position: absolute;
                content: '';
                top: 50%;
                width: 25px;
                height: 12px;
                right: 0;
                -moz-transform: translate( 0, -50%);
                -ms-transform: translate( 0, -50%);
                -webkit-transform: translate( 0, -50%);
                -o-transform: translate( 0, -50%);
                transform: translate( 0, -50%);
                -webkit-transition: .25s;
                -moz-transition: .25s;
                -o-transition: .25s;
                transition: .25s;
                background-image: url(/images/arrowThinRightGreenBig.png);
                background-position: right center;
                background-repeat: no-repeat;
            }

            .about-links-list > li a:hover,
            .about-links-list > li a:focus {
                color: #41701b;
            }

                .about-links-list > li a:hover:after,
                .about-links-list > li a:focus:after {
                    right: 10px;
                }
/*------------------------------------------------ALERT-------------------------------------------*/
.show-alert .alert-box {
    display: block;
    -webkit-box-shadow: 0 11px 15px 3px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 0 11px 15px 3px rgba(0, 0, 0, 0.21);
    box-shadow: 0 11px 15px 3px rgba(0, 0, 0, 0.21);
}

.alert-box {
    position: relative;
    z-index: 100;
    display: none;
    padding: 36px 80px 44px 30px;
    background-color: #A70C0A;
}

.alert-img-wrap {
    float: left;
    max-width: 40px;
    margin-right: 25px;
    margin-left: 1px;
}

    .alert-img-wrap img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

.alert-content {
    overflow: hidden;
    color: #ffffff;
    max-width: 990px;
    margin-top: 1px;
}

.alert-title {
    display: block;
    margin-bottom: 2px;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.2;
    letter-spacing: .005em;
}

.alert-content * {
    color: #ffffff;
}

.alert-content > :last-child {
    margin-bottom: 0;
}

.alert-content p,
.alert-content li {
    max-width: 100%;
    margin-bottom: 16px;
    padding-bottom: 0;
    font-size: .9em;
    letter-spacing: .01em;
    word-spacing: .02em;
    line-height: 1.8;
}

.alert-content a {
    text-decoration: underline;
}

    .alert-content a:hover,
    .alert-content a:focus {
        text-decoration: none;
    }

a.alert-close,
.alert-close {
    position: absolute;
    top: 27px;
    right: 42px;
    display: block;
    width: 30px;
    height: 30px;
}

    a.alert-close:before,
    a.alert-close:after,
    .alert-close:before,
    .alert-close:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        left: 50%;
        top: 50%;
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        background-color: #ffffff;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        -o-transition: .25s;
        transition: .25s;
    }

    a.alert-close:before,
    .alert-close:before {
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -o-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    a.alert-close:after,
    .alert-close:after {
        -moz-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -o-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    a.alert-close:hover:before,
    a.alert-close:hover:after,
    a.alert-close:focus:before,
    a.alert-close:focus:after,
    .alert-close:hover:before,
    .alert-close:hover:after,
    .alert-close:focus:before,
    .alert-close:focus:after {
        background-color: #000000;
    }
/*----------------------------------------HOW-WE-GIVE-BACK------------------------------------*/
.section-header-title.big {
    margin-bottom: 54px;
    font-size: 4.25em;
    letter-spacing: -.05em;
    word-spacing: -.07em;
}

.section-header-title.small {
    font-size: 2.25em;
    margin-bottom: 54px;
}

.section-news-list .section-header-title {
    width: 100%;
    text-align: center;
}

.white-bg .news-box {
    border: 1px solid #D0D0D0;
}

.news-nav {
    margin-top: 25px;
    text-align: center;
}

.news-nav-link {
    position: relative;
    display: inline-block;
    width: 49%;
    /*width: -webkit-calc(50% - 4px);*/
    width: calc(50% - 4px);
}

    .news-nav-link:after {
        position: absolute;
        content: '';
        top: 2px;
        left: -3px;
        width: 1px;
        height: 15px;
        background-color: #464646;
    }

    .news-nav-link:nth-child(odd) {
        text-align: right;
    }

    .news-nav-link:nth-child(even) {
        text-align: left;
    }

.news-nav a {
    position: relative;
    display: inline-block;
    line-height: 1.2;
    padding: 0 32px;
    font-size: .9em;
    font-weight: 500;
    letter-spacing: .08em;
    color: #464646;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: top;
}

.news-nav > :first-child:after {
    content: none;
}

.news-nav a:hover,
.news-nav a:focus {
    color: #41701b;
}

.section-give-back {
    padding-bottom: 120px;
}

.give-back-box {
    overflow: hidden;
    display: table;
    max-width: 1523px;
    width: 100%;
    margin: 0 auto;
}

    .give-back-box > * {
        display: table-cell;
        vertical-align: top;
    }

.first-coll,
.second-coll,
.third-coll {
    overflow: hidden;
    position: relative; /*float: left;*/
    width: 33.33%;
    background-color: #EDE7CB;
}

.green-bg {
    color: #ffffff;
    background-color: #5E9631;
}

.first-coll {
    width: 42.8%;
    background-color: #55842D;
}

    .first-coll .give-back-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .first-coll .give-back-table {
        padding: 40px 50px 160px 75px;
    }

    .first-coll .logo-box {
        position: absolute;
        z-index: 7;
        left: 76px;
        bottom: 59px;
        margin: 0 -12px;
        opacity: .48;
    }

        .first-coll .logo-box img {
            display: inline-block;
            padding: 0 12px;
            vertical-align: middle;
        }

.second-coll {
    width: 28.8%;
}

    .second-coll .give-back-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .second-coll .give-back-top,
    .second-coll .give-back-bottom {
        overflow: hidden;
        position: relative;
        padding-bottom: 73.5%;
    }

.third-coll {
    width: 28.4%;
    background-color: #E6DEBA;
}

    .third-coll .give-back-top,
    .third-coll .give-back-bottom {
        overflow: hidden;
        position: relative;
    }

    .third-coll .give-back-top {
        padding-bottom: 96.4%;
    }

    .third-coll .give-back-bottom {
        padding-bottom: 52.5%;
    }

.give-back-inner {
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.give-back-table {
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px 30px 20px 50px;
}

.give-back-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

    .give-back-cell > :last-child {
        margin-bottom: 0;
    }

.first-coll .give-back-cell {
    padding: 2.5em 0;
}

.third-coll .give-back-table {
    padding-left: 58px;
    padding-right: 38px;
}

.third-coll .give-back-desc {
    max-width: 260px;
}

.give-back-title {
    display: block;
    margin-bottom: 10px;
    font-size: 3.33em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -.03em;
    color: #5e9631;
    text-transform: uppercase;
}

    .give-back-title span.sub {
        position: relative;
        top: -2px;
        margin-left: -10px;
        font-size: .35em;
    }

    .give-back-title span {
        position: relative;
        top: -2px;
        margin-left: -10px;
        font-size: .35em;
    }

    .give-back-title.small {
        margin-bottom: 16px;
        max-width: 300px;
        font-size: 2.5em;
        line-height: 1.1;
    }

.green-bg .give-back-title {
    color: #FFFFFF;
}

#volunteering {
    font-style: normal;
}

.first-coll .bg-img {
    top: 0;
    bottom: auto;
}

.give-back-desc {
    margin-bottom: 31px;
    line-height: 1.4;
}

.second-coll .give-back-desc,
.third-coll .give-back-desc {
    font-size: .9em;
    letter-spacing: -.01em;
    word-spacing: -.02em;
}

.give-back-desc a {
    color: #464646;
    text-decoration: underline;
}

    .give-back-desc a:hover,
    .give-back-desc a:focus {
        color: #41701b;
        text-decoration: none;
    }

.green-bg a.defaultCTA,
.green-bg .defaultCTA {
    background-color: #315E0B;
}

    .green-bg a.defaultCTA:hover,
    .green-bg a.defaultCTA:focus,
    .green-bg a.defaultCTA:hover,
    .green-bg a.defaultCTA:focus {
        background-color: #234408;
    }

.give-back {
    padding-bottom: 0;
}

/* Give Back version 2 */
.how-we-give .center {
    max-width: 1650px;
}
.how-we-give .section-header-title.big { 
    color: #5e9631;
    font-size: 4em;
}
.giving-halves {
    display: flex;
    justify-content: space-between;
}
.giving-facts {
    flex: 0 0 auto;
    margin-right: 14px;
}
.giving-fact {
    margin-bottom: 40px;
}

.how-we-give .give-back-title {
    color: #41701b;
}
.how-we-give .give-back-desc { 
    max-width: 23em;
    margin-bottom: 20px;
}
.how-we-give .give-back-link {
    display: block;
    font-size: 16px;
    padding: 0 1em 0 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    transition: all .25s ease;
}

    .giving-map {
        position: relative;
        flex: 1;
        margin-right: calc( (1600px - 100vw) / 2 + 50px );
        min-width: 0;
    }
.map-controls {
  position: absolute;
  top: -126px;
  width: 100%;
  text-align: center;
}
.map-controls > div {
    display: inline-block;
    margin: 0 0.5rem;
    text-align: left;
    vertical-align: top;
}
.control-heading {
    display: block;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 0.666rem;
    line-height: 1.2em;
    text-transform: uppercase;
    margin-bottom: 0.2em;
}
.view-by a, .giving-map .dropDownList {
    border: 1px solid #e0e0e0;
    padding: 0.6em 2.5em;
    background-color: #ffffff;
}
.view-by a {
    display: inline-block;
    font-size: 0.7em;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}
.view-by a.on {
    background: #41701b;
    color: white;
}
.giving-map .dropDownList {
    font-size: 0.8em;
    font-weight: normal;
    line-height: 1.354em;
    height: auto;
    min-height: 0;
    margin: 0;
    padding: 0.8em 1.9em;
    background-size: 1.7em;
    background-repeat: no-repeat;
}
.giving-map .dropDownList optgroup {
    color: #41701b;
    font-weight: bold;
    font-size: 1.1em;
    font-style: normal;
    text-transform: uppercase;
}
.giving-map .dropDownList optgroup.optgroup-spacer {
    font-size: 0.5em;
}
.giving-map .dropDownList option {
    color: #434236;
    font-size: 0.9em;
    text-transform: none;
}
.giving-map .dropDownList > option:first-of-type {
    font-size: 1.1em;
}
.styled-scroll::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
.styled-scroll::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid #ffffff;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
}
.styled-scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
.styled-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
}
.giving-map .map-sizer {
    position: relative;
    margin: auto;
    max-width: 100%;
}
.giving-map .map-sizer::before {
    content: '';
    display: block;
    padding-top: 82.9%;
}
.giving-map .map-container {
    height: 100%;
    width: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
}
#infoBoxTemplate { display: none; }
.giving-map .infoBox {
    background: #ffffff;
    transform: translate3d(17px, -50%, 0) !important;
    padding: 10px;
    box-shadow: 0px 4px 12.09px 0.91px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}
.giving-map .infoBox::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 13px solid #fff;
}
.giving-map .infoBox img[title=" Close "] {
    display: none;
}
.giving-map .infoBox h4 {
  font-size: 1.2em;
  font-family: 'Oswald', Arial, Tahoma, sans-serif;
  text-transform: uppercase;
}
.giving-map ul, .giving-map li {
    margin: 0;
    padding: 0;
}
.giving-map ul li::before, .giving-map ul li:before {
    display: none;
}
.infoBox .giftCounts {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 0.7em;
  grid-row-gap: 0.2em;
  margin-top: 0.5em;
  /* IE10/11 */
  /*display: -ms-grid;
  -ms-grid-columns: auto 0.7em 1fr;*/ /* Add space as an extra column */
  /*-ms-grid-rows: auto;*/ /* Define rows if necessary */
  /*margin-top: 0.5em;*/
}
.locationCategoryCount {
    display: inline-block;  
    min-width: 1.4em;
    background: #000000;
    font-size: 0.9em;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    padding: 0.25em 0.25em 0.3em;
}
.infoBox .locationCategoryName {
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    white-space: nowrap;
}
.how-we-give .personPopUp {
    padding: 30px 35px 30px 30px;
    font-size: 16px;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    overflow: auto;
}
.how-we-give .personPopUpWrap .popup-name {
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: rgb(70, 70, 70);
    padding: 0;
}
.how-we-give .personPopUpWrap .popup-name .filterText {
    display: block;
    font-size: 0.5em;
    color: #a0a0a0;
    line-height: normal;
}
.how-we-give .popup-category {
    position: relative;
    padding-left: 30px;
    margin-top: 30px;
}
.how-we-give .popup-category:not(:first-child) {
    padding-top: 30px;
    border-top: 2px solid #e7e7e7;
}
.personPopUp .locationCategoryCount {
    width: auto;
    min-width: 1.7em;
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 12px;
}
.how-we-give .popup-category:not(:first-child) .locationCategoryCount {
    top: 35px;
}
.popup-category-name {
  font-size: 24px;
  font-weight: bold;
  color: rgb(70, 70, 70);
}
.popup-gift-name {
    font-weight: bold;
    margin-top: 0.7em;
}
.how-we-give .personPopUp .defaultCTA.small {
  font-size: 15px;
  min-width: 190px;
  background: #464646;
  margin-top: 1.8em;
}
.how-we-give .popup-info::-webkit-scrollbar, .popup-info-wrap::-webkit-scrollbar {
        width: 7px;
}
.how-we-give .popup-info::-webkit-scrollbar-track, .popup-info-wrap::-webkit-scrollbar-track {
    background-color: #E9E9E9;
    border-radius: 12px;
    margin-top: 75px;
}
.how-we-give .popup-info::-webkit-scrollbar-thumb, .popup-info-wrap::-webkit-scrollbar-thumb {
    background-color: #CECECE;
    border-radius: 12px;
}
.how-we-give .popup-photo { 
    width: calc(50% - 40px)
}
.how-we-give .popup-info { 
    width: calc(50% - 40px)
}
.largeImageWrap {
  display: block;
  height: auto;
  max-height: 90%;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: calc( 80vh - 136px );
  border: 2px solid #e9e9e9;
}

.largeImageWrap::before,.largeImageWrap:before {
  content: '';
  display: block;
  left: 0;
  padding: 100% 0 0 0;
  position: relative;
  right: 0;
  top: 0;
  width: 100%
}

.largeImageWrap::after {
  content: '';
  display: block;
  height: 18em;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.4;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
}

.largeImageWrap.no-images::after {
    background: none;
}

.popup-caption {
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: #fff;
    z-index: 1;
    font-weight: bold;
}

.largeImageWrap img {
  bottom: -999px;
  display: block;
  left: -999px;
  height: 100%;
  margin: auto;
  min-height: 100%;
  min-width: 0;
  position: absolute;
  right: -999px;
  top: -999px;
  width: auto
}

.how-we-give .largeImageWrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-width: 0;
    max-width: none;
}

.morePhotosWrap {
  display: block;
  font-size: 0;
  height: 4.1rem;
  padding: .6rem 0;
  position: relative;
  width: 100%
}

.morePhotosWrap p {
  color: #fff;
  display: inline-block;
  font-family: "Proxima Nova",Tahoma,Arial,sans-serif;
  font-size: .6rem;
  line-height: 1.4em;
  max-width: 11.5em;
  padding: 0 1.8em 0 0;
  position: relative;
  text-transform: uppercase;
  vertical-align: middle
}

.morePhotosSlider {
  display: flex;
  height: 100%;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%
}

.morePhotosSlider .sliderInner {
  display: inline-block;
  flex-grow: 1;
  height: 100%;
  overflow: hidden;
  overflow-x: auto;
  width: 100%
}

.morePhotosSlider .slick-track {
  margin-left: 0;
  margin-right: auto
}

.sliderInner::-webkit-scrollbar {
  display: none
}

.sliderInner {
  -ms-overflow-style: none
}

.slideGalleryPhoto {
  background: #333;
  display: inline-block;
  height: 100%;
  margin-bottom: .5rem;
  margin-right: 12px;
  overflow: hidden;
  position: relative;
  width: 10%
}

.slideGalleryPhoto.active {
  opacity: 1
}

.slideGalleryPhoto.active::before {
  bottom: 0;
  content: '';
  background: #5e9630;
  height: 3px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 2
}
.slideGalleryPhoto img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.morePhotos {
    display: inline-block !important;
    height: 100%;
    width: 42px;
    background: url(/images/whiteArrow.png) #5e9631 center center no-repeat;
    vertical-align: top;
    margin-left: 6px;
    cursor: pointer;
}
.morePhotos:hover:not(.slick-disabled) {
    background-color: #315e0b;
}
.morePhotos.slick-disabled {
    opacity: 0.5;
    cursor: auto;
}
.morePhotos.slick-hidden {
    display: none !important;
}
.morePhotos.prev {
    margin-left: 0;
    margin-right: 12px;
    transform: scaleX(-1);
}
.morePhotosWrap .slick-list, .morePhotosWrap .slick-track {
  height: 100%
}
.morePhotosWrap .slick-initialized .slick-slide {
    height: 100%;
    max-height: none;
    padding: 0;
}

/*----------------------------------------INSURANCE------------------------------------*/
.insurance .section-banner {
    text-align: center;
}

    .insurance .section-banner .center {
        padding-top: 152px;
        padding-bottom: 152px;
    }

.insurance .banner-cell {
    vertical-align: middle;
}

.insurance .banner-title {
    max-width: 100%;
    margin-bottom: 20px;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 3.6em;
    font-weight: 700;
    text-transform: uppercase;
}

.banner-page-nav {
}

    .banner-page-nav a {
        position: relative;
        display: inline-block;
        margin: 0 35px 10px;
        padding: 4px 0;
        font-size: .9em;
        font-weight: 700;
        letter-spacing: .1em;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
    }

        .banner-page-nav a:after {
            position: absolute;
            content: '';
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background-color: #ffffff;
            -webkit-transition: .25s;
            -moz-transition: .25s;
            transition: .25s;
        }

        .banner-page-nav a:hover:after,
        .banner-page-nav a:focus:after {
            background-color: transparent;
        }

.insurance .section-content {
    padding-top: 100px;
    padding-bottom: 130px;
}

.grey-bg {
    background-color: #f3f3f3;
}

.box-title-wrap {
    margin-bottom: 55px;
}

    .box-title-wrap > :last-child {
        margin-bottom: 0;
    }

.insurance table {
    max-width: 980px;
    width: 100% !important;
}

.insurance td {
    vertical-align: top;
}

.box-sub-title {
    display: block;
    max-width: 100%;
    margin-bottom: 8px;
    padding: 0;
    font-size: 1.2em;
    line-height: 1.2;
    word-spacing: .07em;
    color: #5e9631;
}

.insurance .content-box {
    max-width: 936px;
    margin-left: 38px;
}

.insurance .content {
    margin-bottom: 48px;
}

.content.big,
.content.big p,
.content.big li {
    font-size: 1.05em;
    word-spacing: .04em;
}

.two-coll-list {
    margin: 0 -50px 20px;
}

    .two-coll-list .content {
        display: inline-block;
        width: 49%;
        /*width: -webkit-calc(50% - 4px);*/
        width: calc(50% - 4px);
        padding: 0 50px;
    }

        .two-coll-list .content ol,
        .two-coll-list .content ul {
            margin-left: 38px;
        }

.note {
    display: block;
    max-width: 100%;
    padding: 9px 0 0;
    font-size: .8em;
    line-height: 1.5;
    word-spacing: -.07em;
}

.insurance .sidebar {
    position: absolute;
    display: block;
    top: auto;
    right: 0;
    margin: 115px 0 0 0;
    z-index: 1;
}

.sidebar.mobile {
    display: none;
}

.insurance .content-wrap {
    /*max-width: -webkit-calc(100% - 330px);*/
    max-width: calc(100% - 330px);
}

.widget-zip .widget-title {
    max-width: 280px;
    margin-bottom: 8px;
    padding-bottom: 0;
    font-size: 1.3em;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-weight: 400;
    letter-spacing: -.01em;
    word-spacing: .02em;
    text-transform: uppercase;
    border: none;
}

.widget-zip .footerActionForm {
    max-width: 285px;
}

.widget-zip .footerActionInput {
    background-color: #ECECEC;
    border: 1px solid #999892;
}

.mobileWidget {
    display: none;
}
/* SEARCH */
.searchResults {
    position: relative;
    display: block;
    max-width: 900px;
    width: 100%;
}

.searchInput {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: .5em 4.5em .5em 2em;
    font-size: 26px;
    background: #fff url(/images/mag.png) no-repeat .5em center;
    background-size: 1em;
    border: 1px solid #b1b1b1;
}

.searchSubmit {
    position: relative;
    display: block;
    max-width: 100%;
    max-height: 50px;
    min-width: 5.5em;
    min-height: 2.45em;
    font-size: 24px;
    padding: .5em 3.5em .5em 1.5em;
}

    .searchSubmit::before, .searchSubmit:before {
        display: none;
    }
/*.searchSubmit:hover, .searchSubmit:focus {opacity: 1; }*/
.resultItem {
    position: relative;
    display: block;
    padding: 30px 0;
    color: #171717;
    text-decoration: none;
    border-top: 1px solid #b1b1b1;
}

    .resultItem:first-child {
        border-top: none;
    }

.resultTitle {
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 1.5em;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.resultItem:hover .resultTitle, .resultItem:focus .resultTitle {
    color: #41701b;
}

.resultUrl {
    position: relative;
    display: block;
    padding: .5em 0 0 0;
    font-size: 14px;
    line-height: 1.2em;
    color: #6a6a6a;
    word-break: break-all;
}

.resultDesc {
    position: relative;
    display: block;
    padding: .5em 0 0 0;
    font-size: 18px;
    line-height: 1.5em;
    color: #171717;
}

.searchPaging {
    position: relative;
    display: block;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 0;
    letter-spacing: 0;
}

    .searchPaging a {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 30px;
        height: 30px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2em;
        color: #171717;
        text-align: center;
        text-decoration: none;
        border: 2px solid transparent;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

#pagingList {
    display: inline-block;
}

.searchPaging a:hover, .searchPaging a:focus {
    border-color: #171717;
}

.searchPaging a.current {
    color: #fff;
    background: #41701b
}

/*----------------------------------------HISTORY------------------------------------*/
.history-page {
    background-color: #f2f2f2;
}

    .history-page .subtitle {
        font-weight: bold;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .history-page .history-item {
        margin-top: 60px;
        max-width: 600px;
    }

    .history-page .history-year {
        font-weight: bold;
        color: #41701b;
        font-size: 36px;
        font-family: 'Oswald', Arial, Tahoma, sans-serif;
        letter-spacing: -2px;
    }

    .history-page .history-legend {
        padding-top: 12px;
    }

/*----------------------------------------CONTACT FORM------------------------------------*/
#contact-form .title {
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2em;
    color: #41701b;
    text-transform: uppercase;
}

#contact-form-wrap {
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
}

    #contact-form-wrap > div {
        display: inline-block;
        vertical-align: top;
    }

#contact-info {
    width: 300px;
    margin-left: 70px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 1.8em;
}

    #contact-info > div {
        display: inline-block;
        width: 100%;
        padding: 35px;
        border: solid 1px #B3B3B3;
        margin-top: -1px;
    }

.info-bold {
    font-size: 19px;
    font-weight: bold;
}

.arrow {
    display: inline-block;
    border-top: .5em solid #CCCCCC;
    border-left: .5em solid transparent;
    border-right: .5em solid transparent;
    margin-left: 10px;
}

.info-bold a {
    text-decoration: none;
    color: black;
}

    .info-bold a:hover {
        color: #41701b;
    }

        .info-bold a:hover span {
            border-top-color: #41701b;
        }

#contact-form {
    width: 50%;
    margin-left: 70px;
}

    #contact-form > div {
        margin-top: 25px;
    }

.contact-legend {
    width: 80%;
}

.contact-form-wrap form > div {
    display: inline-block;
    margin-top: 20px;
}

    .contact-form-wrap form > div.validation-summary-valid, .contact-form-wrap form > div.defaultSection {
        margin-top: 0;
    }

.contact-form-wrap .form-field input, .contact-form-wrap .form-field select {
    background-color: #F3F3F3;
    border: solid 1px #8c8c8c;
    height: 50px;
    padding: 0px 10px 0px 10px;
    font-size: 18px;
    min-height: unset;
}

.contact-form-wrap .form-textarea textarea {
    border: solid 1px #8c8c8c;
    padding: 10px;
    width: 100%;
    display: block;
}

.contact-form-wrap textarea {
    width: 100%;
}

.contact-form-wrap input[type="radio"] {
    margin-right: 10px;
    cursor: pointer;
}

.contact-form-wrap label.radio-label {
    cursor: pointer;
}
/*.contact-form-wrap input[type='radio']:checked::after, .contact-form-wrap input[type='radio']:checked:after { width: 7px; height: 7px; border-radius: 15px; top: -9px; left: 3px; position: relative; background-color: #41701b; content: ''; display: inline-block; }*/
.form-field {
    width: 49%;
    padding: 2px 40px 2px 0px;
}

    .form-field > * {
        width: 100%;
        display: inline-block;
    }

    .form-field #mail {
        width: 330px;
    }

.form-radio {
    margin-top: 0px;
}

    .form-radio b {
        display: block;
        padding-bottom: 20px;
    }

    .form-radio label {
        padding-right: 27px;
        display: inline-block;
        vertical-align: top;
        width: 24%;
    }

        .form-radio label.checked {
            font-weight: bold;
        }

#submit {
    min-width: 220px;
}

.form-recaptcha {
    display: block !important;
}

.form-textarea {
    width: 95%;
}

.wrap-arrow-link a {
    line-height: 20px;
    margin-top: 10px;
}

/*----------------------------------------LOCATION DETAIL------------------------------------*/
.cleaner {
    clear: both;
}

.bodyNoScroll {
    overflow: hidden;
}

#location-details {
    margin-left: 70px;
}

.location-image-mobile {
    display: none;
}

.location-image-desktop {
    display: block;
}

.locationSection {
    padding-bottom: 80px;
    border-bottom: solid 1px #e3e3e3;
}

    .locationSection > div {
        display: inline-block;
        vertical-align: top;
    }

    .locationSection .location-info-wrap {
        width: 410px;
    }

.location-title {
    font: bold 12px 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 2.5em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #5e9631;
}

.main-info, .sec-info {
    font: normal 12px 'CeraPRO', Arial, Tahoma, sans-serif;
}

.main-info {
    padding-top: .5em;
    font-size: 26px;
    padding-right: 30px;
}

    .main-info div {
        margin-top: -4px;
    }

.sec-info {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.image-legend-wrap div {
    display: inline-block;
    vertical-align: middle;
}

.image-legend-wrap a {
    text-decoration: none;
    color: initial;
}

.image-legend-wrap .link {
    width: 100px;
    font-weight: bold;
    line-height: 21px;
    font-size: 16px;
    color: #464646;
    padding-left: 10px;
}

    .image-legend-wrap .link:hover, .image-legend-wrap .link:focus {
        color: #5e9631;
    }

.simple-link {
    font-size: 13px;
    text-decoration: none;
    color: #464646;
    color: initial;
}

    .simple-link:hover, .simple-link:focus {
        color: #5e9631;
    }

.image-legend-wrap {
    margin-bottom: 15px;
}

.location-photo {
    margin-top: 15px;
}

#location-details #people-news-wrap {
    margin-top: 80px;
}

#people-news-wrap > div {
    display: inline-block;
    vertical-align: top;
}

    #people-news-wrap > div.clear {
        display: block;
    }

.people {
    float: left;
    width: 100%;
    max-width: 870px;
}

    .people.peopleDefaultPage {
        max-width: 1100px;
    }

.people-filter {
    margin-bottom: 20px;
}

    .people-filter > div {
        display: inline-block;
        vertical-align: top;
    }

.people-filter-menu > div {
    display: inline-block;
    vertical-align: top;
}

.people-filter-menu-mobile {
    display: none;
}

.filter-title {
    padding: 10px 40px 10px 0;
    font: bold 32px 'Oswald', Arial, Tahoma, sans-serif;
    color: #5e9631;
    letter-spacing: -1px;
}

.filter-option {
    display: inline-block;
    padding: 20px 30px 10px 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #464646;
}

    .filter-option:hover, .filter-option.selected {
        color: #5e9631;
    }

    .filter-option:after {
        content: '';
        width: 0;
        margin-left: -16px;
        margin-top: 9px;
        height: 3px;
        display: block;
        -webkit-transition: width 0.25s;
        transition: width 0.25s;
        background-color: #5e9631;
    }

    .filter-option:hover:after, .filter-option.selected:after {
        width: calc(100% + 32px);
        margin-left: -16px;
        height: 3px;
        background-color: #5e9631;
    }

.people-list {
    font-size: 0;
}

    .people-list > div {
        display: inline-block;
        width: 50%;
        vertical-align: top;
        font-size: 18px;
    }

.peopleDefaultPage .people-list > div {
    font-size: 0;
    width: 100%;
    display: block;
}

    .peopleDefaultPage .people-list > div p {
        font-size: 18px;
    }

    .peopleDefaultPage .people-list > div .h2style {
        padding: 1.1em 0;
    }

.person-item {
    min-width: 385px;
    margin-bottom: 70px;
    cursor: pointer;
}

.peopleDefaultPage .person-item {
    min-width: 24%;
    width: 25%;
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
}

.person-info {
    margin: 10px 0 0 20px;
    max-width: 80%;
    width: 100%;
}

.person-item .name {
    font: bold 26px 'Oswald', Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    letter-spacing: -1px;
}

.person-item .title {
    font-size: .89em;
    line-height: 1.2em;
}

.person-item .description {
    padding: 12px 0 12px 0;
    line-height: 22px;
}

    .person-item .description:not(:last-child) {
        border-bottom: solid 1px #D2D2D2;
    }

.news {
    float: right;
    width: 392px;
}

.news-section-title {
    font: normal 19px 'CeraPRO', Arial, Tahoma, sans-serif;
    letter-spacing: 2px;
    padding: 13px 0 10px 0;
    border-bottom: solid 4px #5e9631;
}

.news-list {
    margin-bottom: 40px;
    margin: 0;
}

    .news-list .news-item {
        border-bottom: solid 1px #e3e3e3;
    }

        .news-list .news-item a {
            padding: 30px 0 20px 0;
            min-height: 145px;
        }

    .news-list .news-info {
        width: 236px;
        padding-left: 21px;
    }

        .news-list .news-info.no-image {
            width: 100%;
        }

    .news-list .news-item a > span {
        display: inline-block;
        vertical-align: top;
    }

    .news-list .news-item a:hover {
        color: #5e9631;
    }

    .news-list .news-item .news-info > span {
        display: block;
    }

    .news-list .arrow-link a::after, .news-list .arrow-link a:after {
        background: url(/images/arrowThinRightGreen.png) no-repeat right center;
        opacity: unset;
        margin-left: calc(100% - 73px);
        position: relative;
        top: -10px;
        display: block;
    }

    .news-list .news-title {
        font-size: 20px;
        padding-bottom: 15px;
        min-height: 59px;
    }

.news-adds-wrap {
    margin-top: 40px;
}

.news .news-adds {
    font: normal 14px 'CeraPRO', Arial, Tahoma, sans-serif;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
}

    .news .news-adds a {
        color: #464646;
        text-decoration: none;
    }

        .news .news-adds a:hover, .news .news-adds a:focus {
            color: #41701b;
        }

/*popup*/
.personPopUpWrap {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.75);
    z-index: 600;
}

.personPopUp.hidden {
    display: none;
}

.personPopUp {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 65px 35px 65px 65px;
    background: #fff;
    overflow: hidden;
    max-width: 1400px;
    width: 90%;
    max-height: 740px;
    height: 80%;
}

    .personPopUp .popup-info-wrap > div {
        display: inline-block;
        vertical-align: top;
    }

    .personPopUp .popup-info-wrap {
        display: inline;
    }

    .personPopUp .close {
        position: absolute;
        right: 40px;
        top: 35px;
        cursor: pointer;
    }

.popup-photo {
    width: 440px;
}

.popup-info {
    width: calc(100% - 515px);
    height: 100%;
    overflow-y: scroll;
    margin-left: 62px;
    padding-right: 80px;
}

    .popup-info::-webkit-scrollbar, .popup-info-wrap::-webkit-scrollbar {
        width: 7px;
    }

    .popup-info::-webkit-scrollbar-track, .popup-info-wrap::-webkit-scrollbar-track {
        background-color: #E9E9E9;
        border-radius: 12px;
        margin-top: 25px;
    }

    .popup-info::-webkit-scrollbar-thumb, .popup-info-wrap::-webkit-scrollbar-thumb {
        background-color: #CECECE;
        border-radius: 12px;
    }

.popup-name {
    padding: 0 0 .3em 0;
    font: bold 12px 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 2.5em;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #5e9631;
}

.popup-title {
    margin-top: -11px;
    margin-bottom: 21px;
}

.popup-data {
    margin-bottom: 22px;
}

    .popup-data.location {
        display: inline-block;
        margin-right: 40px;
    }

    .popup-data.phone {
        display: inline-block;
    }

.popup-subtitle {
    font-size: 12px;
    color: #9c9c9c;
}

.popup-field {
    margin-top: -8px;
}

.popup-data.phone .popup-field {
    white-space: nowrap;
}

.popup-field a {
    text-decoration: none;
    color: #464646;
}

.popup-desc-list {
    border-top: solid 1px #E3E3E3;
    margin-top: 47px;
    padding-top: 32px;
}

.popup-desc {
    font-size: 24px;
    margin-bottom: 15px;
}

.popup-bio {
    margin-top: 50px;
    font-size: 18px;
}

/*----------------------------------------MAP------------------------------------*/
.section-map {
    position: relative;
    overflow: hidden;
    height: 100%;
}

#divMap {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 700px;
}

.js .person-item {
    transition: all 0.25s ease-in-out;
    opacity: 0;
    transform: translateY(30px)
}

    .js .person-item.animate {
        opacity: 1;
        transform: translateY(0)
    }

.no-js .section-map, .no-js .find-view-select {
    display: none;
}

.map-shadow {
    position: absolute;
    box-shadow: #5e5e5e 0 4px 14px -6px inset;
    width: 100%;
    height: 7px;
    z-index: 50;
}

.map-header {
    margin: 42px 0 38px 70px;
}

    .map-header > div {
        display: inline-block;
        vertical-align: middle;
    }

/* Search Box */
.find-box {
    height: 62px;
}

    .find-box form {
        height: 100%
    }

        .find-box form > div {
            display: inline-block;
            vertical-align: top;
            height: 100%
        }

.find-box-text {
    width: 80px;
    font-size: 22px;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    line-height: 32px;
    text-transform: uppercase;
    margin-right: 35px;
}

.find-box-button {
    width: 80px;
    height: 100%;
    margin-left: -5px;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 14px;
    border: solid 1px #315E0B;
    background-color: #41701b;
    color: white;
    cursor: pointer;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .find-box-button:hover {
        background-color: #315e0b;
    }

    .find-box-button span::after {
        font-family: 'FontAwesome';
        content: '\f0da';
        margin-left: 8px;
        font-size: 17px;
    }

.find-box-input {
    width: 220px;
    font-size: 12px;
    border: solid 1px #AEAEAE;
    background-color: #F3F3F3;
    padding: 6px 16px 0 10px
}

.find-box-zipcode {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    font-size: 22px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    margin: -27px 5px;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
}

.find-box-input label {
    display: block;
    padding: .45em 3.4em .75em .6em;
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.find-box-input.isFocused label,
.find-box-input.hasValue label,
.no-js .find-box-input label {
    font-size: 12px;
    font-weight: 500;
    margin-top: -8px;
}

/* Type of view */
.find-view-select {
    height: 62px;
    padding: 5px 20px;
}

    .find-view-select > div {
        display: inline-block;
        vertical-align: middle;
        padding: 12px 38px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 1px;
        color: #747474;
    }

        .find-view-select > div:hover,
        .find-view-select > div.active,
        .find-view-select > div.active:before {
            color: #5E9730 !important;
            cursor: pointer;
            margin-right: 0px;
        }

        .find-view-select > div:before {
            content: '\f0dd';
            font-family: 'FontAwesome';
            color: #B3B3B3;
            display: inline-block;
            left: -10px;
            position: relative;
            top: -3px;
        }

        .find-view-select > div:first-child {
            border-right: 1px solid #B3B3B3;
        }

.no-js .map-view {
    display: none;
}

/* PopUp inside map */
.mapPopUp {
    position: absolute;
    display: none;
}

    .mapPopUp .popup-anchor {
        position: absolute;
    }

        .mapPopUp .popup-anchor::after, .mapPopUp .popup-anchor:after {
            content: "";
            position: absolute;
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-right: 18px solid white;
            margin-top: -54px;
            margin-left: 13px;
        }

    .mapPopUp.list .popup-anchor::after, .mapPopUp.list .popup-anchor:after {
        display: none;
    }

    .mapPopUp .popup-content {
        min-width: 350px;
        position: absolute;
        padding-bottom: 20px;
        background-color: white;
        box-shadow: 0px 0px 23px -3px;
        top: -110px;
        left: 31px;
        font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    }

        .mapPopUp .popup-content > * {
            margin-bottom: 11px;
        }

        .mapPopUp .popup-content .location-link {
            position: relative;
            display: block;
            padding: 20px 40px;
            text-decoration: none;
        }

    .mapPopUp .popup-anchor .close {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
        transition: all .25s ease;
        cursor: pointer;
        z-index: 300;
    }
    /*.mapPopUp .popup-anchor .close:hover img, .mapPopUp .popup-anchor .close:focus img {transform: rotate('360deg');}*/
    .mapPopUp .popup-content .Name {
        font-size: 28px;
        color: #5E9631;
        font-family: 'Oswald', Arial, Tahoma, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        margin-top: 8px;
        margin-bottom: 4px;
    }

    .mapPopUp .popup-content .main-info {
        font-size: 20px;
        color: black;
    }

    .mapPopUp .popup-content .sec-info {
        font-size: 16px;
        margin-bottom: 3px;
    }

        .mapPopUp .popup-content .sec-info a {
            text-decoration: none;
            color: #464646;
            padding-top: 6px;
            padding-bottom: 6px;
        }

    .mapPopUp .popup-content .popup-link {
        margin-top: 23px;
    }

        .mapPopUp .popup-content .popup-link a {
            text-decoration: none;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            word-spacing: 2px;
            color: #5E9631;
        }

    .mapPopUp .popup-content hr {
        border: solid 0.3px #dddddd;
        margin-top: 15px;
        margin-bottom: 20px;
    }

.desktopMapInfo {
    display: block;
    padding: 0 40px;
}

.mobileMapInfo {
    display: none;
}

.sec-info a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.25em;
    color: #464646;
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

    .sec-info a::after,
    .sec-info a:after {
        content: '';
        position: relative;
        display: inline-block;
        width: 2em;
        height: .5em;
        top: 50%;
        right: -1em;
        background: url(/images/arrowThinRight.png) no-repeat right center;
        opacity: .2;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
    }

    .sec-info a:hover,
    .sec-info a:focus {
        color: #000;
    }

        .sec-info a:hover::after,
        .sec-info a:hover:after,
        .sec-info a:focus::after,
        .sec-info a:focus:after {
            width: 3em;
            right: -1em;
            opacity: .5;
        }

.mapPopUp.mobile {
    position: absolute;
    display: block;
    width: 100%;
    height: 38%;
    top: 62%;
    left: 0;
    background: #fff;
    overflow: auto;
    z-index: 9;
}

    .mapPopUp.mobile .popup-anchor {
        position: relative;
        width: 100%;
        height: 100%;
        padding-top: 20px;
    }

        .mapPopUp.mobile .popup-anchor::after {
            border: unset
        }

    .mapPopUp.mobile .popup-content {
        box-shadow: none;
        top: 10px;
        left: 0;
        right: 0;
        margin: auto;
        padding: unset;
    }

        .mapPopUp.mobile .popup-content div {
            padding-bottom: unset;
            padding-left: 20px;
        }

    .mapPopUp.mobile .popup-anchor .close {
        position: absolute;
        right: 0;
        top: -2px;
        padding: 12px;
        display: block;
        z-index: 50;
        cursor: pointer;
    }

    .mapPopUp.mobile .popup-content .Name {
        font-size: 20px;
        width: 90%;
    }

    .mapPopUp.mobile .popup-content .main-info {
        font-size: 16px;
    }

    .mapPopUp.mobile .popup-content hr {
        margin: 20px;
        margin-left: 20px;
        height: 1px;
        margin-top: 20px;
        margin-bottom: 20px !important;
    }

    .mapPopUp.mobile .mobileMapInfo {
        padding-left: 40px !important;
    }

/* Section List */
.section-list {
    margin-top: 20px;
    margin-left: 70px;
    margin-bottom: 80px;
}

    .section-list > div {
        display: inline-block;
        min-width: 310px;
        width: calc(25% - 50px);
        vertical-align: top;
    }

.mapPopUp.list {
    position: relative;
    margin-top: 30px;
    margin-right: 45px;
    top: auto;
    left: auto;
}

    .mapPopUp.list .popup-anchor {
        position: relative;
        vertical-align: top;
    }

    .mapPopUp.list .popup-content {
        position: relative;
        display: block;
        min-width: 100%;
        top: auto;
        left: auto;
        box-shadow: none;
        border: solid 1px #AEAEAE;
    }


/*----------------------------------------Calculator------------------------------------*/
.calc-wrap .dropDownList {
    font-weight: 500;
}

.calc .calc-wrap, .calc h1 {
    margin-left: 70px;
    margin-top: 25px;
}

.calc .h2style.calc {
    font-size: 2.9em;
    letter-spacing: -2px;
}

/* Calculator Vars */
#base-calculator {
    width: 440px;
    max-width: 440px;
    min-width: 300px;
    padding-right: 50px;
    display: inline-block;
    vertical-align: top;
}

    #base-calculator input {
        background-color: #F3F3F3;
        color: #464646;
        font-size: 25px;
        text-align: right;
        height: 50px;
        padding-right: 13px;
        padding-left: 13px;
        font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
        border: solid 1px #8C8C8C;
        margin-bottom: 33px;
    }

#purchase, #interestRate, #years, #frecuency {
    width: 100%;
}

.calc-title {
    margin-bottom: 4px;
}

#downPaymentValue {
    width: 55%;
    display: inline-block;
}

#equal {
    width: 11%;
    display: block;
    display: inline-block;
    text-align: center;
}

#downPaymentPercentage {
    width: 30%;
    display: inline-block;
}

#base-calculator .calc-title a {
    color: #325E09;
}

/* Calc Results */
.calc-container {
    margin-left: 78px;
    display: inline-block;
    vertical-align: top;
    width: 830px;
    padding-top: 23px;
}

.calc-legend {
    width: 76%;
    padding-bottom: 90px;
}

#calc-results-wrap {
    position: relative;
    width: 100%;
    padding: 60px;
    background-color: #ECECEC;
}

#calc-results {
    display: none;
    position: relative;
    width: 100%;
    height: 50%;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: solid 1px #B3B3B3;
}

#calc-info {
    position: relative;
    width: 100%;
    height: calc(50% - 60px);
    padding-top: 0px;
}

#calc-talk {
    position: relative;
    width: calc(50% - 30px);
    height: 100%;
    padding-right: 30px;
}

#calc-getrate {
    position: absolute;
    width: 50%;
    height: calc(100%);
    left: 50%;
    top: 0px;
    padding-left: 60px;
    border-left: solid 1px #B3B3B3;
    text-align: right;
}

.number {
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
}

.calc-number1 {
    font-size: 60px;
}

.calc-number2 {
    font-size: 40px;
    margin-top: 6px;
}

.calc-title1 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 16px;
    letter-spacing: 0.05em;
}

.calc-title2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.calc-title3 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}

.calc-link a {
    font-size: 14px;
    color: black;
    vertical-align: bottom;
}

.col {
    display: inline-block;
    margin-right: calc(5% + 5px);
}

.averagePayment-wrap {
    height: 50px;
    margin-bottom: 50px;
    margin-top: 10px;
}

    .averagePayment-wrap > div {
        display: inline-block;
        vertical-align: bottom;
        margin-left: -4px;
    }

    .averagePayment-wrap .full-height {
        height: 100%;
    }
.effective-date {
  display: block;
  font-size: .85em;
  padding: 0 0 2em 0;
  position: relative;
  width: 100%;
}
.sliding-table {
    width: 100%;
    margin-bottom: 40px;
    padding: 4px 4px 4px 4px;
    margin-top: -30px;
}

    .sliding-table tr > *:not(:last-child) {
        border-right: solid 1px grey;
    }

    .sliding-table tr > * {
        padding: 10px 20px 10px 20px;
    }

    .sliding-table th {
        border-bottom: solid 3px #9B9B9B;
        height: 50px;
        text-align: left;
    }

    .sliding-table td {
        border-bottom: solid 1px #9B9B9B;
        height: 45px;
    }

tr.amortization-row:nth-child(even) {
    background-color: #ECECEC;
}

tr.amortization-row:nth-child(odd) {
    background-color: #F1F1F1;
}

.sliding-table .number {
    font-size: 15px;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
}

#calc-getrate a {
    min-width: 260px;
    background-color: transparent;
    color: #315E0B;
    border: solid 2px #315E0B;
    top: 25%;
}

    #calc-getrate a:after, #calc-getrate a::after {
        border-left-color: #315E0B;
    }

    #calc-getrate a:hover {
        background-color: #315E0B;
        color: #ECECEC;
    }

        #calc-getrate a:hover:after, #calc-getrate a:hover::after {
            border-left-color: white;
        }

.mobile-link {
    display: none;
}

/* Search Box */
.find-box {
    font-size: 0; /*width:100%;*/
    min-width: 340px;
    height: 58px; /*margin-bottom:20px;*/
    display: inline-block;
}

    .find-box > div {
        display: inline-block;
        height: 100%;
        vertical-align: top;
    }

.find-legend {
    padding-top: 5px;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.find-input {
    width: calc(100% - 150px);
    font-size: 12px;
    border: solid 1px #AEAEAE;
    background-color: #F3F3F3;
    padding: 4px 16px 0 10px
}

#find-form label {
    display: block;
    padding: .45em 3.4em .75em .6em;
    font-size: 22px;
    font-weight: 700;
    z-index: 1;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
}

.find-input.isFocused #find-form label, #find-form.hasValue label {
    font-size: 11px;
    font-weight: 500;
    margin-top: -10px;
}

.find-input input {
    position: relative;
    display: block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    background-color: transparent;
    border: none;
    margin: -10px 5px;
}

.find-button {
    width: 70px;
    padding: 16px 0px 16px 20px;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    font-size: 14px;
    border: solid 1px #315E0B;
    background-color: #41701B;
    color: white;
    cursor: pointer;
    transition: width 0.45s;
    -webkit-transition: background 0.45s;
}

    .find-button div {
        display: inline-block;
        height: 100%
    }

    .find-button div::after {
        font-family: 'FontAwesome';
        content: '\f0da';
        margin-left: 8px;
        font-size: 17px;
    }

    .find-button:hover {
        background-color: #234408;
    }
    .lrt-content {
        margin-bottom: 1rem;
    }
    .lrt-content p {
        max-width: 95%;
    }
    .lrt-content p.intro-text {
      font-size: 1.15em;
    }
.lrt-content ul {
    margin-bottom: 1.15em;
}
.lrt-content ul li {
    padding: 0 0 0 .69em;
}
.lrt-content ul li::before,
.lrt-content ul li:before {
    font-size: .8em;
    top: .45em;
}
.lrt-content .disclaimer {
    max-width: 100%;
}
/* HOME PAGE REFRESH */
.navigation-refresh-wrap {
  display: none;
}
.im-refresh-outer .navigation-refresh-wrap {
  /*background: #41701b;*/
  color: #fff;
  display: block;
  padding: 2.17em;
  position: absolute;
  right: -4em;
  top: 0;
}
.im-refresh-outer .navigation-refresh-wrap .navigation-refresh-inner {
  align-items: center;
  display: flex;
  gap: .3em;
  justify-content: center;
  position: relative;
}
.nav-refresh-item, 
.nav-refresh-item.loan-officer-cta {
  background: #41701b;
  border-radius: 100px;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-family: 'Oswald';
  font-size: .88em;
  font-weight: 500;
  line-height: 1.1em;
  padding: 1em 2em 1em 2em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: .25s;
}
.nav-refresh-item.loan-officer-cta {
  display: none;
}
.home .nav-refresh-item.loan-officer-cta {
  display: inline-block;
}
.nav-refresh-item.loan-officer-cta {
  margin-top: 0;
  padding: 1em 2em 1em 2em;
}
.nav-refresh-item.item-dark {
  background: #434236;
  padding: 1em 3.5em 1em 1.7em; 
}
.nav-refresh-item span {
  display: inline-block;
  position: relative;
}
.nav-refresh-item.item-dark::after, 
.nav-refresh-item.item-dark:after {
  background: url(/images/lock-icon.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 1.08em;
  position: absolute;
  right: 1.3em;
  top: 1em;
  width: 1.08em;
}
.im-refresh-outer .center {
    max-width: 1495px;
}
.im-refresh.mainPageHeroWrap {
    display: flex;
    height: 53.73em;
}
.im-refresh .mainPageHeroWrap-cutout {
    clip-path: polygon(0% 0%, 100.104% 0%, 100.104% 78.636%, 100.104% 78.636%, 100.086% 79.178%, 100.033% 79.696%, 99.947% 80.182%, 99.832% 80.63%, 99.69% 81.034%, 99.523% 81.387%, 99.335% 81.683%, 99.128% 81.915%, 98.904% 82.077%, 98.666% 82.162%, 1.69% 99.926%, 1.69% 99.926%, 1.422% 99.924%, 1.165% 99.822%, 0.924% 99.629%, 0.702% 99.352%, 0.504% 99.001%, 0.333% 98.582%, 0.193% 98.105%, 0.088% 97.576%, 0.023% 97.005%, 0% 96.4%, 0% 0%);
    border-bottom-left-radius: 28px 28px;
    border-bottom-right-radius: 28px 28px;
    display: block;
    height: 52.93em;
    position: relative;
    overflow: hidden;
    width: 100%;
}
.im-refresh .mainPage-hero-back {
    display: block;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    width: auto;
}
.im-refresh .mainPage-hero-back.mobile-only {
    display: none;
}
.im-refresh .mainPageHeroContent {
    bottom: unset;
    margin: auto;
    max-width: 79.6em;
    padding-top: 11.5em;
    transform: unset;
}
.im-refresh .mainPageHeroSubline {
    color: #fff;  
    font-size: 1em;
    text-transform: uppercase;
}
.im-refresh .mainPageHeroSubline .mainPageHeroHeadline {
    color: #fff;  
    font-size: 5.22em;
    line-height: 1em;
    max-width: 7.4em;
    padding-top: .7rem;
}
.loan-officer-cta {
    border-radius: 100px;
    border: 1px solid transparent;
    background: #41701b;
    color: #fff;
    display: inline-block;
    font-family: 'Oswald';
    font-size: .89em;
    font-weight: 500;
    line-height: 1.1em;
    margin-top: 2.3rem;
    padding: 1em 4.32em 1em 1.8em;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    transition: .25s;
}
.loan-officer-cta:hover {
    background: #fff;
    border: 1px solid #999893;
    color: #41701b;
}
.im-refresh-outer .navigationTable {
    padding: 1.1em 0 0 0;
}
.im-refresh-outer .navigationLink {
    padding: 2.1em 1em;
}
.im-refresh-outer .navigationInfoWrap {
    display: none;
}
.im-refresh .heroQuickLinkTitle {
  font-size: .78em;
  padding-left: 3.7em;
  text-align: left;
}
.im-refresh .heroQuickLinkBackground {
    background: transparent;
}
.im-refresh .heroQuickLinkBackground::before,
.im-refresh .heroQuickLinkBackground:before {
    display: none;
}
.im-refresh .heroQuickLinkWrap {
  bottom: 6.85em;
  max-width: 84.5em;
  transition: unset;
  transform: unset !important;
}
.im-refresh .heroQuickLink:first-of-type {
  padding: 2em 3.6em 4.4em 2.5em;
}
.im-refresh .heroQuickLink {
  padding: 2em 3.6em 4.4em 2em;
  text-align: left;
  z-index: 0;
}
.im-refresh .heroQuickIcon {
  display: block;
  height: 1.88em;
  left: 0;
  position: absolute;
  top: -2.4em;
  width: 1.88em;
}
.im-refresh .heroQuickLink::before,
.im-refresh .heroQuickLink:before {
    bottom: 3.5em;
    top: 2.6em;
}
.im-refresh .loan-officer-cta .loan-officer-cta-txt {
  display: inline-block;
  position: relative;
}
.im-refresh .loan-officer-cta .dark-arrow {
    display: inline-block;
    height: 0.82em;
    right: -2.1em;
    position: absolute;
    top: .2em;
    width: 1.488em;
}
.im-refresh .loan-officer-cta .dark-arrow::before,
.im-refresh .loan-officer-cta .dark-arrow:before {
    background: url(/images/dark-arrow.svg) no-repeat center;
    content: '';
    display: block;
    height: 100%;
    object-fit: contain;
    position: absolute;
    width: 100%;
}
.im-refresh .heroQuickLink span span {
    font-size: 2.11em;
    font-weight: 700;
}
.im-refresh .heroQuickLink .animate::after, 
.im-refresh .heroQuickLink .animate:after {
    background: url(/images/white-arrow.svg) no-repeat center;
    content: '';
    bottom: -1.8em;
    display: block;
    height: .6em;
    left: .1em;
    object-fit: contain;
    position: absolute;
    transition: .25s;
    width: 1.167em;
}
.im-refresh .heroQuickLink:hover .animate::after,
.im-refresh .heroQuickLink:hover .animate:after {
    left: 1.4em;
}
.im-refresh .heroQuickLink:hover .animate::before,
.im-refresh .heroQuickLink:hover .animate:before {
    background: #000;
    border-radius: 100px;
    content: '';
    display: block;
    height: 2.46em;
    left: -.1em;
    bottom: -2.7em;
    opacity: 0.2;
    position: absolute;
    width: 4.06em;
}
.im-refresh .heroQuickLink:hover::after,
.im-refresh .heroQuickLink:hover:after,
.im-refresh .heroQuickLink:focus::after,
.im-refresh .heroQuickLink:focus:after {
  background: linear-gradient(180deg, #447026 38.09%, #2E5315 99.85%);
  border-radius: 30px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
  content: '';
  display: block;
  height: 18.32em;
  left: 0;
  position: absolute;
  top: -2.6em;
  width: 17.43em;
  z-index: -1;
}
.im-refresh .heroQuickLink:hover .animate svg rect,
.im-refresh .heroQuickLink:hover .animate svg mask, 
.im-refresh .heroQuickLink:hover .animate svg path {
  fill: #000 !important;
}
.im-refresh .mainPage-img-caption {
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  display: block;
  position: absolute;
  right: 5.2em;
  bottom: 2.9em;
  height: auto;
  width: 12.11em;
}
.im-refresh .mainPage-caption-inner {
  display: inline-block;
  padding: 1.12em 1.13em 1.12em 1.33em;
  position: relative;
}
.im-refresh .mainPage-caption-inner::after, 
.im-refresh .mainPage-caption-inner:after {
  background: url(/images/circle-check.svg) no-repeat center;
  content: '';
  display: block;
  height: 1.83em;
  left: -.7em;
  object-fit: contain;
  position: absolute;
  top: -.7em;
  width: 1.83em
}
.im-refresh .mainPage-caption-inner p {
  color: #fff;
  display: block;
  font-size: .78em;
  font-weight: 300;
  line-height: 1.25em;
  position: relative;
}
.im-refresh .mainPage-caption-inner p b {
  font-weight: 700;
}
.im-refresh .lender-understanding {
  display: block;
  position: relative;
}
.im-refresh .lender-understand-inner {
  display: block;
  margin: auto;
  max-width: 62.74em;
  padding: 6em .6em 3em;
  position: relative;
  width: 100%;
}
.lender-understand-headline {
  background: linear-gradient(0deg, #2F5416 0%, #4D7D2C 100%);
  background-clip: text;
  display: block;
  font-family: 'Oswald';
  font-size: 4.67em;
  font-weight: 700;
  line-height: 1.15em;
  margin: auto;
  max-width: 49rem;
  padding-bottom: .4em;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.lender-understand-subheadline {
  color: #464646;
  display: block;
  font-size: .88em;
  font-weight: 700;
  line-height: 1.2em;
  max-width: unset;
  padding-bottom: 2.45em;
  position: relative;
  text-align: center;
  width: 100%;
}
.lender-understand-flex,
.we-know-flex,
.just-financing-flex,
.lenders-flex,
.farm-flex,
.committed-flex {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.45em;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}
.lender-item {
  border-radius: 20px;
  border: 1px solid #E3E3E3;
  display: inline-block;
  max-width: 13.45em;
  padding: 3.7em 1.3em .7em;
  position: relative;
  width: 100%;
}
.lender-item.deactive p {
  color: #464646;
  font-size: .88em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.35em;
}
.lender-item.active p,
.just-financing-more-item.active p {
  color: #464646;
  font-size: .88em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33em;
}
.lender-item.deactive::after,
.lender-item.deactive:after {
  background: url(/images/circle-x.svg) no-repeat center;
  border-radius: 100px;
  content: '';
  display: block;
  height: 1.56em;
  left: 1.1em;
  object-fit: contain;
  position: absolute;
  top: 1.1em;
  width: 1.56em;
}
.lender-item.active::after,
.lender-item.active:after,
.just-financing-more-item.active::after, 
.just-financing-more-item.active:after {
  background: url(/images/circle-check.svg) no-repeat center;
  border-radius: 100px;
  content: '';
  display: block;
  height: 1.56em;
  left: 1.1em;
  object-fit: contain;
  position: absolute;
  top: 1.1em;
  width: 1.56em;
}
.im-refresh.we-know,
.im-refresh.just-financing,
.im-refresh.lenders-section,
.im-refresh.farm-section,
.im-refresh.committed-section,
.im-refresh.line-spacer,
.im-refresh.points-section {
  display: block;
  position: relative;
  width: 100%;
}
.we-know-inner,
.just-financing-inner,
.lenders-inner,
.farm-inner,
.committed-inner {
  display: block;
  margin: auto;
  max-width: 94.4em;
  padding: 6em .6em 10em;
  position: relative;
  width: 100%;
}
.we-know-flex {
  gap: 4.65em;
}
.we-know-item:first-of-type {
  max-width: 52.86em;
}
.we-know-item {
  display: inline-block;
  max-width: 29.089em;
  position: relative;
  width: 100%;
}
.we-know-item.we-know-content {
  padding-top: 6.4em;
}
.we-know-clipping {
  clip-path: polygon( 98.731% 90.045%,3.672% 99.974%,3.672% 99.974%,3.306% 99.999%,2.871% 99.951%,2.393% 99.825%,1.898% 99.615%,1.412% 99.316%,0.959% 98.923%,0.566% 98.429%,0.259% 97.83%,0.062% 97.119%,0.001% 96.292%,0.055% 12.294%,0.055% 12.294%,0.072% 12.045%,0.12% 11.807%,0.197% 11.586%,0.301% 11.383%,0.428% 11.203%,0.576% 11.048%,0.742% 10.922%,0.924% 10.828%,1.119% 10.77%,1.324% 10.749%,96.688% 0.042%,96.688% 0.042%,97.305% 0.006%,97.847% 0.116%,98.315% 0.345%,98.713% 0.665%,99.043% 1.05%,99.306% 1.472%,99.507% 1.904%,99.648% 2.319%,99.73% 2.69%,99.757% 2.99%,100% 88.501%,100% 88.501%,99.983% 88.751%,99.935% 88.988%,99.858% 89.21%,99.754% 89.412%,99.627% 89.593%,99.479% 89.747%,99.313% 89.873%,99.131% 89.967%,98.936% 90.026%,98.731% 90.046% );
  display: block;
  overflow: hidden;
  position: relative;
  width: 52.556em;
}
.we-know-clipping img {
  display: block;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.we-know-item .section-subhead,
.section-subhead {
  color: #41701b;
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 1.8px;
  padding: 0 0 .6em 0;
  position: relative;
  text-transform: uppercase;
}
.we-know-item .section-subhead::before, 
.we-know-item .section-subhead:before,
.section-subhead::before,
.section-subhead:before {
  background: #6cb92d;
  border-radius: 12px;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: -1.3em;
  width: 34px;
}
.we-know-item .section-head, 
.section-head {
  color: #41701b;
  display: block;
  font-family: 'Oswald';
  font-size: 4.055em;
  font-weight: 700;
  line-height: 1em;
  padding: 0 0 .4em 0;
  position: relative;
  text-transform: uppercase;
}
.we-know-item ul li {
  line-height: 1.4em;
  padding: .33em 0 0 1.19em;
}
.we-know-item ul li::before, 
.we-know-item ul li:before {
  left: -.9em;
}
.we-know-item .loan-officer-cta,
.just-financing-item .loan-officer-cta {
  margin-top: .9em;
}
.im-refresh.we-know .mainPage-img-caption {
  background: rgba(0, 0, 0, 0.30);
  bottom: -0.2em;
  right: 2.9em;
}
.just-financing-inner {
    max-width: 79.6em;
    padding: 4.2em 0 4.2em;
}
.just-financing-item,
.lenders-item {
  display: inline-block;
  position: relative;
}
.just-financing-item:first-of-type {
  max-width: 34.164em;
  width: 100%;
}
.just-financing-more-flex {
  align-items: stretch;
  display: flex;
  gap: 1.3em;
  justify-content: flex-start;
  padding-top: 2em;
  position: relative;
}
.just-financing-more-flex .loan-officer-cta {
  display: none;
}
.just-financing-more-item.active {
  align-items: flex-end;
  border-radius: 20px;
  background: rgba(65, 112, 27, .2);
  display: inline-flex;
  justify-content: flex-start;
  max-width: 13.45em;
  min-height: 15.11em;
  padding: 5em 1.3em 1.8em 1.8em;
  position: relative;
  width: 100%;
}
.just-financing-more-item.active p {
  font-weight: 300;
  line-height: 1.4em;
  padding: 0;
}
.just-financing-more-item.active p b {
  font-weight: 700;
}
.just-financing-item .section-head {
  max-width: 6.9em;
  padding: 0 0 .45em 0;
  width: 100%;
}
.just-financing-more-item.active::after, 
.just-financing-more-item.active:after {
  height: 2.15em;
  left: 1.8em;
  top: 1.45em;
  width: 2.15em;
}
.im-refresh.lenders-section,
.im-refresh.farm-section {
  clip-path: polygon( -0.026% 15.881%,-0.026% 15.881%,-0.007% 15.474%,0.05% 15.083%,0.141% 14.715%,0.263% 14.374%,0.414% 14.066%,0.589% 13.795%,0.788% 13.568%,1.005% 13.389%,1.239% 13.265%,1.486% 13.199%,98.358% 0.048%,98.358% 0.048%,98.617% 0.048%,98.863% 0.115%,99.094% 0.245%,99.304% 0.432%,99.492% 0.67%,99.654% 0.956%,99.785% 1.283%,99.883% 1.647%,99.945% 2.042%,99.966% 2.463%,99.966% 84.203%,99.966% 84.203%,99.947% 84.611%,99.89% 85.001%,99.799% 85.37%,99.676% 85.711%,99.526% 86.019%,99.35% 86.289%,99.152% 86.516%,98.934% 86.695%,98.7% 86.82%,98.453% 86.885%,1.581% 99.983%,1.581% 99.983%,1.322% 99.983%,1.076% 99.916%,0.846% 99.786%,0.635% 99.599%,0.447% 99.36%,0.286% 99.074%,0.154% 98.747%,0.056% 98.383%,-0.005% 97.989%,-0.026% 97.568%,-0.026% 15.881% );
  background: url(/images/lenders-back-2.png) no-repeat center;
}
.im-refresh.lenders-section::before,
.im-refresh.lenders-section:before {
  content: '';
  background: url(/images/lenders-blocks-back.png) no-repeat center;
  display: none;
  height: 100%;
  max-width: 76em;
  object-fit: cover;
  position: absolute;
  right: -4.4em;
  top: 1em;
  width: 100%;
}
.lenders-inner {
  max-width: 74.9em;
  padding: 15.7em 0 9.3em 0;
}
.lenders-flex {
  justify-content: space-between;
  max-width: 84em;
  top: 1.6em;
}
.lenders-item:first-of-type {
  max-width: 25.43em;
  padding-top: 2.4em;
  width: 100%;
}
.lenders-item.stats-item {
  max-width: 37.4em;
  width: 100%;
}
.lenders-item.stats-item .loan-officer-cta {
  display: none;
}
.lenders-item .statsBanner {
  background: none;
  border-bottom: none;
  display: block;
  padding: 0;
}
.lenders-item .statsHeadline {
  display: none;
}
.lenders-item .statsWrap {
  align-items: stretch;
  display: inline-flex;
  flex: 0 1 38.6em;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  gap: 1.2em;
  justify-content: space-between;
  max-width: 38.6em;
  padding: 0;
  position: relative;
  vertical-align: middle;
}
.lenders-item .section-subhead,
.lenders-item .section-head,
.lenders-item .section-desc,
.lenders-item .statEmp,
.lenders-item .stat {
  color: #fff;
}
.lenders-item .section-subhead {
  padding: 0 0 1.3em 0;
}
.lenders-item .section-head {
  padding: 0 0 .5em 0;
}
.lenders-item .section-desc {
  line-height: 1.5em;
}
.lenders-item .load-officer-cta {
  margin-top: 1.6rem;
}
.lenders-item .stat {
  background: #447026;
  border-radius: 1.12em;
  box-shadow: 0px 2.006px 20px 12px rgba(0, 0, 0, 0.14);
  display: inline-block;
  flex-basis: calc(50% - .65em);
  flex-grow: 0;
  flex-shrink: 0;
  min-height: 18.85em;
  overflow: hidden;
  padding: 2.5em 2.25em 2.7em;
  position: relative;
  width: calc(50% - .65em);
}
.lenders-item .stat:nth-child(even) {
  transform: translateY(6em);
}
.lenders-item .stat:nth-child(odd) {
  transform: translateY(-8.5em);
}
.im-refresh.testimonial-wrap {
  display: block;
  margin: 0 0 12.8rem 0;
  overflow: visible;
  position: relative;
  width: 100%;
}
.testimonial-center {
  display: block;
  margin: 0 auto;
  max-width: 77.3em;
  padding: 0 .9em 2em .9em;
  pointer-events: none;
  position: relative;
  width: 100%;
}
.testimonial-information {
  display: block;
  max-width: 24.5em;
  padding: 16.5em 0 0 0;
  pointer-events: all;
  position: relative;
  width: 50%;
}
.testimonial-information::before,
.testimonial-information:before {
  background: url(/images/quote-deco.png) no-repeat center;
  content: '';
  display: block;
  height: 11.945em;
  object-fit: contain;
  position: absolute;
  right: .6em;
  bottom: 9.9em;
  width: 14.5em;
}
.testimonial-information-title {
  color: #41701B;
  display: block;
  font-family: Oswald;
  font-size: 4.11em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase;
  padding-bottom: .3em;
  position: relative;
}
.testimonial-information-title::before,
.testimonial-information-title:before {
  background: #6cb92d;
  border-radius: 12px;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: -.35em;
  width: 34px;
}
.testimonial-information-desc {
  color: #464646;
  display: block;
  font-size: .88em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.45em;
  position: relative;
}
.testimonial-slide-wrap {
  display: block;
  position: absolute;
  right: -14.55em;
  /*right: 0;*/
  top: 11.8em;
  width: calc(50% + 20.25em);
}
.testimonial-tile-slick {
  display: block;
  position: relative;
  width: 100%;
}
.testimonial-tile-slick .slick-list, 
.testimonial-tile-slick .slick-track {
  height: 100%;
}
.testimonial-tile-slick .slick-track {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 2em;
}
.testimonial-tile {
  background: #FFF;
  border: 1px solid #E3E3E3;
  border-radius: 20px;
  box-shadow: 0px 2.006px 18px 6px rgba(0, 0, 0, 0.08);
  color: #464646;
  display: inline-block;
  opacity: 0;
  padding: .5em;
  position: relative;
  text-decoration: none;
  transition: .25s;
  vertical-align: top;
  width: 13.4em;
}
.slick-initialized .testimonial-tile.slick-slide {
    height: auto;
    /*max-height: 18.5em;*/
    max-height: 19.5em;
    width: 21em !important;
}
.testimonial-tile.slick-active, 
.testimonial-tile.slick-active + .testimonial-tile {
  opacity: 1;
}
.news-box span.testimonial-info-wrap,
.testimonial-info-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 1em;
  /*gap: 2em;*/
  justify-content: flex-start;
  position: relative;
}
.testimonial-info-wrap .testimonial-author-wrap,
.testimonial-info-wrap .news-img-wrap {
  display: inline-block;
  position: relative;
}
.testimonial-info-wrap .news-img-wrap {
  border-radius: 100px;
  height: 4em;
  /*height: 40px;*/
  margin-right: .5em;
  overflow: hidden;
  padding: 0;
  width: 4em;
  /*width: 40px;*/
}
.testimonial-tile.slick-current .testimonial-info-wrap .news-img-wrap {
  height: 5.25em;
  width: 5.25em;
}
.testimonial-info-wrap .news-img-wrap img {
  bottom: unset;
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: unset;
  width: 100%;
}
.testimonial-info-wrap .news-title {
  color: #464646;
  display: block;
  font-size: .78em;
  font-weight: 700;
  line-height: 1.2em;
  position: relative;
}
.testimonial-info-wrap .news-city {
  color: #464646;
  display: block;
  font-size: .66em;
  font-weight: 300;
  line-height: 1.2em;
  position: relative;
}
.testimonial-tile .news-box {
  align-items: flex-start;
  background: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
  height: 100%;
  justify-content: space-between;
  min-height: unset;
  padding: 1em .7em 1.6em;
}
.testimonial-tile .news-desc,
.testimonial-tile .news-desc span {
  display: inline-block;
  padding: 0;
}
.testimonial-tile .news-box .news-desc .news-box-type {
  color: #464646;
  display: block;
  font-size: .834em;
  font-weight: 300;
  line-height: 1.75em;
  position: relative;
}
.testimonial-tile-slick .slick-prev, 
.testimonial-tile-slick .slick-next {
  background: #41701b;
  border-radius: 100px;
  height: 3.054rem;
  left: 6.5rem;
  /*left: 3.1rem;*/
  top: 29.5rem;
  width: 3.054rem;
}
.testimonial-tile-slick .slick-prev:before,
.testimonial-tile-slick .slick-next:before {
  background: url(/images/slick-arrows-next.svg) no-repeat center;
  content: '';
  color: #fff;
  height: 20px;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
}
.testimonial-tile-slick .slick-prev:before {
  background: url(/images/slick-arrows-prev.svg) no-repeat center;
}
.testimonial-tile-slick .slick-prev:hover, 
.testimonial-tile-slick .slick-prev:focus, 
.testimonial-tile-slick .slick-next:hover, 
.testimonial-tile-slick .slick-next:focus {
  color: unset;
  outline: none;
  background: #41701b;
}
.testimonial-tile-slick .slick-prev {
  left: 2.9rem;
  /*left: -.7rem;*/
}
.slick-initialized .testimonial-tile.slick-slide.slick-current {
  /*height: 23.9em;*/
  height: auto;
  max-height: 27.9em;
  width: 21em !important;
}
.slick-initialized .testimonial-tile.slick-slide.slick-current .news-box-type {
  font-size: 1.12em;
}
.slick-initialized .testimonial-tile.slick-slide.slick-current .news-title {
  font-size: 1em;
}
.slick-initialized .testimonial-tile.slick-slide.slick-current .news-city {
  font-size: .88em;
}
.im-refresh.farm-section {
  background: url(/images/young-farmers-levels.png) no-repeat center;
  background-size: cover;
  clip-path: polygon( 97.952% 84.219%,2.344% 100%,2.344% 100%,1.965% 99.938%,1.605% 99.76%,1.269% 99.475%,0.962% 99.093%,0.689% 98.625%,0.454% 98.078%,0.263% 97.465%,0.12% 96.793%,0.031% 96.074%,0% 95.317%,0% 20.729%,0% 20.729%,0.031% 19.972%,0.12% 19.253%,0.263% 18.582%,0.454% 17.968%,0.689% 17.422%,0.962% 16.953%,1.269% 16.571%,1.605% 16.286%,1.965% 16.108%,2.344% 16.046%,98.351% 0%,98.351% 0%,98.71% 0.052%,99.017% 0.206%,99.276% 0.454%,99.488% 0.792%,99.659% 1.213%,99.791% 1.711%,99.887% 2.28%,99.952% 2.915%,99.989% 3.609%,100% 4.357%,100% 81.349%,100% 81.349%,99.978% 82.048%,99.912% 82.611%,99.804% 83.054%,99.654% 83.395%,99.465% 83.65%,99.236% 83.835%,98.969% 83.968%,98.665% 84.065%,98.326% 84.143%,97.952% 84.218% );
}
.farm-flex {
  gap: 4em;
  max-width: 40em;
  padding: 4.8em 0 0 0;
}
.farm-item {
  display: inline-block;
  max-width: 10.11em;
  opacity: 0;
  padding: 0 0 0 .9em;
  position: relative;
  transform: translateX(-30px);
  transition: all .25s;
  width: 100%;
}
.farm-item.animate {
  opacity: 1;
  transform: translateX(0);
}
.farm-item-number1::before, 
.farm-item-number1:before {
  background: url(/images/circle-1.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 2.389em;
  left: 0;
  position: absolute;
  top: -3.2em;
  width: 3.054em;
}
.farm-item-number1::after,
.farm-item-number1:after, 
.farm-item-number2::after,
.farm-item-number2:after {
  background: url(/images/dotted-lines.svg) no-repeat center;
  content: '';
  display: block;
  height: 8px;
  left: 2.8em;
  position: absolute;
  top: -2.2em;
  width: 196px;
}
.farm-item-number2::before, 
.farm-item-number2:before {
  background: url(/images/circle-2.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 2.389em;
  left: 0;
  position: absolute;
  top: -3.2em;
  width: 3.054em;
}
.farm-item-number3::before, 
.farm-item-number3:before {
  background: url(/images/circle-3.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: block;
  height: 2.389em;
  left: 0;
  position: absolute;
  top: -3.2em;
  width: 3.054em;
}
.farm-item .section-desc {
  color: #fff;
  display: block;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}
.farm-inner {
  max-width: 79.6em;
  padding: 19.8em 0 12.4em 0;
  /*padding: 19.8em 0 22.7em 0;*/
}
.farm-inner .section-subhead {
  color: #fff;
  padding: 0 0 .9em 0;
}
.farm-inner .section-head {
  color: #fff;
  padding: 0 0 .35em 0;
}
.farm-inner .section-subhead::before, 
.farm-inner .section-subhead:before {
  top: -2.8em;
}
.farm-inner .section-subhead.no-deco:before,
.farm-inner .section-subhead.no-deco:before {
  display: none;
}
.committed-inner {
  max-width: 77.2em;
  padding: 10em .6em 9.3em;
}
.committed-flex {
  align-items: center;  
  justify-content: space-between;
}
.committed-item {
  display: inline-block;
  max-width: 19em;
  position: relative;
  width: 100%;
}
.committed-item:first-of-type {
  margin-top: -1.3em;
}
.committed-item .section-head {
  padding: .7em 0 .4em 0;
}
.committed-item .section-desc {
  line-height: 1.5em;
}
.committed-item .loan-officer-cta {
  margin-top: 0;
}
.committed-item .section-head::before,
.committed-item .section-head:before {
  background: #6cb92d;
  border-radius: 12px;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: .3em;
  width: 34px;
}
.committed-speach-wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 2.5em;
  justify-content: flex-start;
  margin: -2.9em 0 0 -.4em;
  position: relative;
}
.committed-speach-item {
  background: #447026;
  border-radius: 20px;
  display: inline-block;
  max-width: 18.668em;
  opacity: 0;
  padding: 1em 1.4em .5em 1.5em;
  position: relative;
  transform: translateX(-30px);
  transition: all .3s;
  width: 100%;
}
.committed-speach-item.animate {
  opacity: 1;
  transform: translateX(0);
}
.committed-speach-item.double-speach-item + .committed-speach-item {
  border-radius: 100px;
  margin-top: -2.2em;
  padding: .65em 1.4em .1em 1.5em;
}
.committed-speach-item::after, 
.committed-speach-item:after {
  background: url(/images/green-arrow.svg) no-repeat center;
  bottom: -1.5em;
  content: '';
  display: block;
  height: 2.946em;
  position: absolute;
  right: 1.5em;
  width: 1.77em;
}
.committed-speach-item.double-speach-item::after, 
.committed-speach-item.double-speach-item:after {
  display: none;
}
.committed-speach-item.committed-gray {
  background: #d9d9d9;
  margin-left: -10.7em;
}
.committed-speach-item.committed-gray::after, 
.committed-speach-item.committed-gray:after {
  background: url(/images/gray-arrow.svg) no-repeat center;
  bottom: -1.5em;
  content: '';
  display: block;
  height: 2.946em;
  left: 1.6em;
  position: absolute;
  width: 1.77em;
}
.committed-speach-item .section-desc b {
  font-weight: 700;
}
.committed-speach-item .section-desc {
  color: #fff;
  font-size: .88em;
  font-weight: 300;
  position: relative;
}
.committed-speach-item.committed-gray .section-desc {
  color: #464646;
}
.im-refresh-outer .highlightBanner {
  display: none;
}
.points-inner {
  display: block;
  margin: auto;
  max-width: 81.2em;
  padding: 4.7em .6em 1.8em;
  position: relative;
}
.points-flex {
  align-items: flex-start;
  display: flex;
  gap: 5.2em;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.points-item {
  display: inline-block;
  position: relative;
  max-width: 46.164em;
  width: 100%;
}
.points-item.graphic-item {
  height: 22.32em;
  max-width: 23rem;
  width: 100%;
}
.points-item.graphic-item img{
  display: block;
  height: 100%;
  object-fit: contain;
  position: relative;
  width: 100%;
}
.points-form-element-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: .7em;
  justify-content: flex-start;
  position: relative;
}
.points-form-item {
  display: inline-block;
  position: relative;
}
.points-header {
  color: #41701b;
  display: block;
  font-family: 'Oswald';
  font-size: 2.35em;
  font-weight: 700;
  line-height: 1.2em;
  max-width: 28rem;
  padding: 0 0 .45em 0;
  /*padding: .7em 0 .45em 0;*/
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.points-item .section-desc {
  padding-bottom: 2em;
}
.points-form-item label {
  color: #464646;
  display: block;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.2em;
  padding-bottom: .5em;
  position: relative;
}
.points-form-element-wrap .hs-form-private {
  align-items: flex-start;
  display: flex;
  gap: .5rem;
  justify-content: flex-start;
  position: relative;
}
.points-input {
  display: block;
  border-radius: 200px;
  border: 1px solid #999893;
  background: #f8f8f8;
  color: #757575;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em;
  padding: .8em 1.4em;
  position: relative;
  width: 17rem;
}
.points-form-element-wrap .hbspt-form .hs-form-private .hs-submit input.hs-button {
  margin-top: 0;
}
.refresh-submit-cta,
.points-form-element-wrap .hbspt-form .hs-form-private .hs-submit input.hs-button {
  background: #41701b url(/images/download-icon.svg) no-repeat center;
  background-size: 80% 63%;
  background-position-x: 4.1em;
  /*background: #41701b;*/
  border: 1px solid transparent;
  border-radius: 200px;
  color: #fff;
  display: block;
  font-family: 'Oswald';
  font-size: 1rem;
  font-weight: 500;
  height: auto;/*SJK added for hbspt form*/
  line-height: 1.2em;
  margin-top: 1.6em;
  max-width: 10.721rem;
  outline: none;
  padding: .8em 5.3em .8em 1.5em;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.refresh-submit-cta span {
  display: inline-block;
  position: relative;
}
.refresh-submit-cta span::after, 
.refresh-submit-cta span:after,
.points-form-element-wrap .hbspt-form .hs-form-private .hs-submit .actions input.hs-button::after, 
.points-form-element-wrap .hbspt-form .hs-form-private .hs-submit .actions input.hs-button:after {
  background: url(/images/download-icon.svg) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1.44em;
  position: absolute;
  right: -3.8em;
  top: 0;
  width: 1.44em;
  z-index: 1;
}
.points-form-element-wrap .hbspt-form .hs-form-private .form-columns-2 .hs-error-msg {
  font-size: .75rem;
  text-align: center;
}
.refresh-submit-cta:hover,
.points-form-element-wrap .hbspt-form .hs-form-private .hs-submit .actions input.hs-button:hover {
  background: #fff url(/images/download-icon.svg) no-repeat center;
  background-size: 80% 63%;
  background-position-x: 4.1em;
  border: 1px solid #999893;
  color: #223813;
  /*color: #999893;*/
}
.points-form-element-wrap .hs-form-private .form-columns-2 {
  align-items: flex-start;
  display: inline-flex;
  font-size: 20px;
  justify-content: flex-start;
  max-width: 31.3rem;
  position: relative;
  width: 100%;
}
.points-form-element-wrap .hs-form-private .hs-form-field {
  display: inline-block;
  float: unset !important;
  padding: 0;
  width: 50%;
}
.points-form-element-wrap .hs-form-private .hs-form-field .input input {
  background: #F8F8F8;
  border: 1px solid #999893;
  border-radius: 200px;
}
.points-form-element-wrap .hbspt-form .hs-form-private .hs-submit {
  display: inline-block;
  font-size: 20px;
  max-width: 193px;
  padding: 0;
  position: relative;
}

/* REUSEABLE STYLES */
.section-desc {
  color: #464646;
  display: block;
  font-size: .88em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  padding-bottom: .7em;
  position: relative;
}
.section-desc b {
  font-weight: 700;
}
.just-financing-item .section-desc {
  max-width: 27em;
  width: 100%;
}
.section-subhead.no-deco::before,
.section-subhead.no-deco:before {
  display: none;
  content: '';
}
#Talk-loanofficer {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.75);
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  padding: 2em 0 0 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 501;
}
.talk-open #Talk-loanofficer {
  display: block;
}
#Talk-loanofficer .contact-form-wrap {
  background: #fff;
  border-radius: 30px;
  border-top: 3px solid #41701b;
  display: block;
  height: auto;
  height: calc(100vh - 4em);
  margin: 0 auto;
  max-width: 60.3em;
  overflow: auto;
  overflow-x: hidden;
  padding: 0 3em;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
}
#Talk-loanofficer .contact-form-wrap::-webkit-scrollbar {
  display: none;
}
.simplebar-track.simplebar-vertical {
  margin: 1em;
}
.talk-loan-form-wrap {
  align-items: flex-start;
  display: flex !important;
  flex-wrap: nowrap;
  gap: 1.2em;
  justify-content: flex-start;
  margin-top: 1.7em !important;
  max-width: 60.278em;
  position: relative;
  width: 100%;
}
.talk-loan-form-wrap .form-wrap-item {
  display: inline-block;
  padding-bottom: 2.6em;
  position: relative;
}
.talk-loan-form-wrap .section-head {
  color: #434336;
  display: block;
  font-family: 'Oswald';
  font-size: 1.56em;
  font-weight: 500;
  line-height: 1.2em;
  max-width: 8.34em;
  padding: .4em 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.talk-loan-form-wrap .section-desc {
  line-height: 1.5em;
}
.talk-loan-form-wrap .form-items-wrap .formMod50 {
  padding: .6em .7em .7em 0;
  width: 49%;
}
.loanofficer-close-overlay {
  background: url(/images/overlay-close.svg) no-repeat center;
  display: block;
  height: 2.723em;
  object-fit: contain;
  position: absolute;
  right: 1.7em;
  top: 1.4em;
  width: 2.723em;
}
.talk-loan-form-wrap .defaultLabel {
  font-weight: 700;
  padding-bottom: .3em;
}
.talk-loan-form-wrap .defaultInput,
.talk-loan-form-wrap .defaultSelect {
  height: 58px;
}
.talk-loan-form-wrap .formMod-half-padd {
  padding: .4em 3.2em 1em 0;
}
.talk-loan-form-wrap #submit.defaultCTA {
  border-radius: 100px;
  min-width: 228px;
  padding: .8em 3.5em .7em 1.45em;
}
.talk-loan-form-wrap #submit.defaultCTA::after, 
.talk-loan-form-wrap #submit.defaultCTA:after {
  right: .8em;
}
.mobile-only {
  display: none;
}
.points-mobile-item.graphic-item {
  display: none;
}
.navigationInfoWrap {
  background: linear-gradient(180deg, #447026 38.09%, #2E5315 99.85%);
  border-radius: 20px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
}
.navigationInfoButton {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100px;
}
.footerAction:last-of-type {
  background: #EDE7CB;
  border-radius: 0px 0px 20px 20px;
}
.footerAction.footerActionCalc {
  background: #41701b url(/images/calc.png) no-repeat 1.3em center;
  border-radius: 20px 20px 0px 0px;
}
.footerAction .defaultCTA, 
.footerMobileCTA {
  background: #41701B;
  border-radius: 100px;
}
.footerActionLabel {
  padding: .75em 3.4em .75em 1em;
}
.footerActionInput {
  background: #FFF;
  border-radius: 100px;
  padding: 1em 4.2em .5em 1em;
}
.no-js .footerActionLabel, 
.isFocused .footerActionLabel, 
.hasValue .footerActionLabel {
  font-size: .6em;
  font-weight: 500;
  line-height: 1.2em;
  padding: .6em 2em;
}
.footerActionButton {
  background: #41701B;
  border-radius: 100px;
}
.sectionBannerGreen,
.sectionBanner,
.section-banner {
  border-radius: 0px 0px 30px 30px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* HOME PAGE REFRESH FORM*/
.points-form-element-wrap .hbspt-form {
  /*background: #eee;*/
  display: block;
  max-width: 830px;
  width: 100%;
}
.points-form-element-wrap .hs-form-7654e41d-b079-4bc0-b275-30a504088ea7_144398ea-ea69-4c2c-94f7-03fa61770359.hs-form {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.hs-form-7654e41d-b079-4bc0-b275-30a504088ea7_e59bae66-a7dd-4526-b015-ff69585a78b8 .hs-button {
  background: #315e0b;
  border-color: #315e0b;
}
.submitted-message a {
  color: #41701b;
}
.defaultSelect.error,
.defaultSelect.error option {
  color: #434236;
}
.error {
  color: #ff0000;
  font-size: .8em;
}
.hero-video-link {
    bottom: 14.2%;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    font-size: 0.89em;
    font-weight: 700;
    font-family: 'Oswald', Arial, Tahoma, sans-serif;
    line-height: 1.2em;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    max-width: 91.9em;
    padding: 0 1em;
    width: 100%;
    margin: auto;
    left: 0;
}
.hero-video-button {
    width: 4.6em;
}
.hero-video-link-button {
    align-items: center;
    border-radius: 50%;
    background: linear-gradient(180deg, #447026 38.09%, #2E5315 99.85%);
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    font-size: 1rem;
    height: 3.778em;
    justify-content: center;
    margin: 0.34em auto -1.35em auto;
    overflow: hidden;
    position: relative;
    width: 3.778em;
}
.careerPageWrap .section-desc {
    font-size: 1em;
}
.careerPageWrap .lender-understand-inner .section-desc {
    margin: auto;
    max-width: 44em;
    text-align: center;
}
.careerPageWrap .farm-inner .section-head {
    max-width: 11em;
}
.careerPageWrap .farm-inner .section-desc {
    color: #fff;
    max-width: 27.25em;
}
.careerPageWrap .loan-officer-cta {
    max-width: 15.107em;
    padding: 0.886em 1.6854em;
    width: 100%;
}
.careerPageWrap .loan-officer-cta .loan-officer-cta-txt {
    display: block;
    width: 100%;
}
.careerPageWrap .loan-officer-cta .loan-officer-cta-txt .dark-arrow {
    right: 0;
}
.join-our-team-item-flex {
    gap: 0.9em;
}
.join-our-team-item.active {
    align-items: flex-start;
    background: #FFF;
    box-shadow: 0px 3.391px 22.213px -1.696px rgba(0, 0, 0, 0.20);
    gap: 3.5em;
    flex-direction: column;
    justify-content: space-between;
    max-width: 14.15em;
    padding: 1.667em 1.56em !important;
    text-decoration: none;
}
.join-our-team-item.active::after {
    display: none;
}
.join-our-team-heading {
    color: #41701B;
    font-family: 'Oswald';
    font-size: 1.444444em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25em;
    text-transform: uppercase;
}
.join-our-team-item .section-desc,
.join-our-team-item.active p {
    font-size: 0.834em !important;
    margin-bottom: 1em;
}
.careerPageWrap .lender-understand-inner {
    padding: 0 .6em 6em;
}
.careerPageWrap .im-refresh.mainPageHeroWrap {
    border: 0;
    height: 41.43em;
}
.careerPageWrap .im-refresh .mainPageHeroWrap-cutout {
    height: 41.43em;
}
.bannerShadow {
    bottom: -0.4em;
    position: absolute;
    width: 100%;
}
.careerPageWrap .farm-section {
    margin-bottom: 5em;
}
.careerPageWrap .im-refresh.farm-section {
    background: url(/images/young-farmers-levels-02.png) no-repeat center;
    background-size: cover;
}
.careerPageWrap .im-refresh.testimonial-wrap .testimonial-information::before {
    display: none;
}
.team-card {
    border-radius: 20px;
    height: 19.167em !important;
    max-height: 19.167em !important;
    padding: 0 !important;
    position: relative;
    overflow: hidden;
    width: 285px;
}
.team-card img {
    height: 100%;
    object-fit: cover;
    object-position: center top;
    width: 100%;
}
.team-member-content {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.87) 100%);
    position: absolute;
    bottom: -0.2px;
    width: 100%;
    height: 80%;
    display: flex;
    align-items: flex-end;
    color: #fff;
    padding: 1.11111em;
}
.team-member-content a {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    width: 100%;
}
.team-member-content h6 {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 14.068px;
}
.team-member-content p {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    font-weight: 300;
    line-height: 14.068px;
    margin: 0;
    padding: 0;
}
.careerPageWrap .testimonial-center {
    max-width: 81em;
    padding: 0 0.9em 2em;
    z-index: 2;
}
.careerPageWrap .testimonial-information {
    padding: 8em 0 0 0;
}
.careerPageWrap .testimonial-slide-wrap {
    top: auto;
    bottom: 2.8em;
}
.careerPageWrap .testimonial-tile-slick .slick-track {
    gap: 12px;
}
.careerPageWrap .testimonial-tile-slick .slick-prev, 
.careerPageWrap .testimonial-tile-slick .slick-next {
    bottom: 0;
    left: 0;
    top: auto;
    transform: translate(0, 200%);
}
.careerPageWrap .testimonial-tile-slick .slick-next {
    transform: translate(130%, 200%);
}
.careerPageWrap .testimonial-tile-slick .slick-prev.slick-disabled:before, 
.careerPageWrap .testimonial-tile-slick .slick-next.slick-disabled:before {
    opacity: 1;
}
.careerPageWrap .testimonial-tile-slick .slick-prev.slick-disabled, 
.careerPageWrap .testimonial-tile-slick .slick-next.slick-disabled {
    background: rgb(65 112 27 / 20%);
}
.careerPageWrap .im-refresh.testimonial-wrap:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    background: #fff;
    width: calc(50% - 6.3em);
    z-index: 1;
}
.careerPageWrap .mainPageHeroWrap .mainPageHeroContent .loan-officer-cta {
    position: relative;
    z-index: 2;
}
.careerPageWrap .lenders-item {
    width: 100%;
}
.careerPageWrap .lenders-item .statsWrap {
    max-width: 100%;
}
.careerPageWrap .lenders-item .statsWrap .stat {
    gap: 1.5em;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.careerPageWrap .lenders-item .statsWrap .stat .box-arrow {
    margin-top: 1em;
}
.careerPageWrap .lenders-item .statsWrap .statEmp  {
    font-size: 2.6em;
}
.careerPageWrap .just-financing-inner {
    padding-bottom: 0;
}
.careerPageWrap .farm-inner .loan-officer-cta {
    background: #fff;
    border: 1px solid #999893;
    color: #41701b;
}
.careerPageWrap .farm-inner .loan-officer-cta:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: transparent;
}
.careerPageWrap .farm-inner .loan-officer-cta:hover .dark-arrow {
    filter: brightness(10) invert(0);
}


/* MEDIA */
@media screen and (max-width: 1681px) {
    /* NAVIGATION */
    .dropdown-loans {
        left: 267px;
        right: auto;
        margin: 0;
    }
    .how-we-give .giving-facts {
        font-size: 0.89em;
    }
    .how-we-give .give-back-desc {
        max-width: 22.3em;
    }
    .giving-map {
        margin-right: -30px;
    }
    .im-refresh-outer .navigation-refresh-wrap {
      right: -1.5em;
    }
    .testimonial-tile-slick .slick-prev {
      left: 1.7rem;
    }
    .testimonial-tile-slick .slick-next {
      left: 5.5rem;
    }
}

@media screen and (min-width: 1600px) {
    .insurance .sidebar {
        left: 50%;
        right: auto;
        margin-left: 410px;
    }
}

@media screen and (max-width: 1582px) {
    .section-list > div {
        width: calc(33% - 50px);
    }
}

@media screen and (max-width: 1500px) {
    /* NAVIGATION */
    .navigationLogo {
        font-size: .9em;
    }

    .navigationLinkWrap {
        font-size: .78em;
    }

    .navigationInfoWrap {
        font-size: .86em;
    }

    .dropdown-loans {
        left: 278px;
        max-width: 400px;
    }

    .dropdown-button {
        padding: 1em 1.5em;
    }

    .home .dropdown-button:first-child {
        padding-top: 2em;
    }

    .dropdown-button01 {
        font-size: 1.26em;
    }

    .dropdown-button02 {
        font-size: .67em;
    }

    .dropdown-green-sidebar-small, .dropdown-green-idebar-med, .dropdown-green-sidebar-large {
        padding: 1em;
    }

    .dropdown-link-list {
        padding: 1.88em 3em;
    }

    .dropdown-link {
        font-size: 1em;
        padding: .6em 2.4em .6em 0
    }

    .dropdown-resource-heading {
        padding: .75em 0;
    }

    .dropdown-resource-link {
        padding: .47em 0;
        font-size: .75em;
    }
    /* HERO */
    .mainPageHeroWrap {
        height: 33.33em;
    }

    .mainPageHeroContent {
        font-size: .56em;
    }

    .mainPageHeroHeadline {
        font-size: 5.27em;
    }

    .mainPageHeroSubline .mainPageHeroHeadline {
        font-size: 2.79em;
    }

    .heroQuickLinkWrap {
        font-size: .76em;
    }
    /* LOANS */
    .floatingActionWrap {
        margin-left: -25em;
        width: 21em;
    }

    .footerAction {
        padding: 1.5em;
    }

    .footerActionCalc {
        padding: 1.5em 3.1em 1.5em 5em;
    }

    .floatingWrap .center {
        padding-left: 25em;
    }

    .bannerLinkWrap {
        max-width: 700px;
    }

    .bannerLink {
        margin-right: 4%;
        max-width: 22%;
    }

    .twoColWrap .column {
        width: 42%;
        margin: 0 5% 1.7em 1.2em;
    }

    .rateTable {
        margin: 1.72em 0 1em 0;
    }

        .rateTable th, .rateTable td {
            padding: .5em 1em;
            font-size: 1em;
        }
    /* FORMS */
    .formModMob100 {
        width: 100%;
        padding-right: 0;
    }
    /* FOOTER */
    .footerContactWrap {
        width: 29%;
        padding-right: 2.9em;
    }

    .footerLinkWrap {
        width: 36%;
        padding-right: 2.9em;
    }
    /* OTHER */
    #faq {
        margin-left: 60px;
    }

    .section-banner .center {
        max-width: 1500px;
    }

    .content-box {
        margin-left: 0;
    }

    #ebooks .news-box {
        min-height: 305px;
    }

    .second-coll .give-back-top, .second-coll .give-back-bottom {
        padding-bottom: 80%;
    }

    .third-coll .give-back-top {
        padding-bottom: 110%;
    }

    .give-back-table {
        padding-left: 40px;
    }

    .first-coll .give-back-table {
        padding-left: 50px;
    }

    .third-coll .give-back-table {
        padding-left: 40px;
        padding-right: 30px;
    }

    .give-back-title.small {
        font-size: 2.2em;
    }

    .give-back-desc {
        margin-bottom: 20px;
    }

    .insurance table {
        max-width: 780px;
    }

    .insurance .content-box {
        margin-left: 0;
    }

    .insurance .sidebar {
        right: -60px;
    }

    .widget-zip .widget-title, .widget-zip .footerActionForm {
        max-width: 230px;
    }

    .people {
        max-width: calc(100% - 360px);
    }

    .person-item {
        width: 50%;
        max-width: 385px;
        min-width: 320px;
    }

    .news {
        width: 320px;
    }

    .news-list .news-info {
        width: 164px;
    }

    .news-list .news-title {
        font-size: 17px;
    }

    .map-header {
        margin: 32px 0 27px 62px;
    }

    .section-list {
        margin-left: 60px !important;
    }

    .mapPopUp.list {
        margin-right: 41px !important;
    }

    #calc-results-wrap {
        width: 100%;
    }

    .calc-container {
        width: 590px;
        margin-left: 18px;
    }

    .col.calc-link {
        margin-right: unset;
    }

        .col.calc-link a {
            font-size: 11px;
        }

    .find-box {
        min-width: 270px;
    }

    #calc-getrate {
        padding-left: calc(20px + 1%);
    }

        #calc-getrate a {
            width: 200px;
            font-size: 16px;
            min-width: unset;
        }

    .find-legend {
        font-size: 14px;
        word-spacing: 2px;
        letter-spacing: 0px;
    }

    .find-call {
        font-size: 15px;
    }

    .calc-legend {
        padding-bottom: 100px;
    }
    /* HOME PAGE REFRESH */
    .im-refresh .mainPageHeroWrap-cutout {
      clip-path: unset;
      height: 49.93em;
    }
    .im-refresh .mainPageHeroContent {
      font-size: unset;
      max-width: 60.6em;
      padding-top: 12.7em;
      top: 0;
    }
    .im-refresh .heroQuickLinkWrap {
      bottom: 2.85em;
    }
    .im-refresh-outer .heroQuickLinkWrap::before, 
    .im-refresh-outer .heroQuickLinkWrap:before {
      display: none;
    }
    .im-refresh .mainPageHeroSubline {
      font-size: .9em;
    }
    .im-refresh .mainPageHeroSubline .mainPageHeroHeadline {
      font-size: 4.61em;
    }
    .im-refresh .lender-understand-inner {
      max-width: 53.74em;
      padding: 4em .6em 3em;
    }
    .lender-understand-headline {
      font-size: 4.11em;
    }
    .lender-understand-subheadline,
    .lender-item.deactive p {
      font-size: .78em;
    }
    .we-know-item .section-head, 
    .section-head,
    .testimonial-information-title {
      font-size: 3.46em;
    }
    .we-know-item ul li {
      font-size: .88em;
    }
    .we-know-inner,
    .just-financing-inner,
    .lenders-inner,
    .farm-inner,
    .committed-inner {
      padding: 4em .6em 8em;
      max-width: 71.7em;
    }
    .we-know-item .section-subhead, 
    .section-subhead {
      font-size: .88em;
    }
    .lenders-inner {
      padding: 15.7em .6em 9.3em;
    }
    .farm-inner {
      max-width: 65.6em;
      padding: 17.8em .6em 10.4em;
    }
    .im-refresh.lenders-section {
      background-position: 48% 100%;
    }
    .lenders-item .stat:nth-child(even) {
      transform: translateY(5.5em);
    }
    .lenders-item .stat:nth-child(odd) {
      transform: translateY(-9em);
    }
    .committed-inner {
      max-width: 66.2em;
      padding: 8em .6em 7.3em;
    }
    .points-flex {
      gap: 2.2em;
    }
    .points-inner {
      max-width: 73.2em;
    }
    .points-header {
      font-size: 2em;
    }
    .points-item {
      max-width: 46.164em;
    }
    .points-item.graphic-item {
      height: 14.32em;
      max-width: 15rem;
    }
    .points-form-element-wrap {
      flex-wrap: wrap;
    }
    .testimonial-information::before, 
    .testimonial-information:before {
      background-size: contain;
      height: 9.945em;
      right: 2.6em;
      width: 12.5em;
    }
    .im-refresh .heroQuickLink .animate::after, 
    .im-refresh .heroQuickLink .animate:after {
      background-size: contain;
    }
    .we-know-clipping {
      width: 42.556em;
    }
    .just-financing-more-item.active {
      padding: 5em 1em 1.8em 1em;
    }
    .join-our-team-item.active {
        gap: 1.5em;
    }
    .just-financing-more-item.active::after, 
    .just-financing-more-item.active:after {
      left: 1em;
    }
    .just-financing-item:first-of-type {
      max-width: 27.164em;
    }
    .lenders-inner {
      max-width: 77.7em;
    }
    .im-refresh .mainPage-hero-back {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }
    .im-refresh-outer .navigation-refresh-wrap {
      right: 0;
    }
    .split-dropdown.nosplit,
    .dropdown-about {
      top: 120px;
    }
    .testimonial-info-wrap .news-img-wrap {
      height: 4.2em;
      width: 4.2em;
    }
    .slick-initialized .testimonial-tile.slick-slide {
      height: auto;
      max-height: 19.5em;
    }
    .bannerShadow {
        bottom: -6.4em;
    }
    .hero-video-link {
        bottom: 7%;
    }
    .careerPageWrap .lenders-item .statsWrap .statEmp {
        font-size: 2.01em;
    }
    .careerPageWrap .im-refresh.mainPageHeroWrap {
        height: 35em;
    }
    .careerPageWrap .im-refresh .mainPageHeroWrap-cutout {
        height: 35em;
    }
    .careerPageWrap .just-financing-inner {
        margin-top: 6em;
    }
}

@media screen and (max-width: 1309px) {
    .people-filter-menu {
        width: 61.5%;
    }

    .filter-option {
        padding: 20px 16px 10px 16px;
    }

    .give-back-title {
        font-size: 3em;
    }
}

@media screen and (max-width: 1200px) {
    /* BASE STYLES */
    .defaultWrap {
        padding: 4.5em 0;
    }

    ul, ol {
        margin-bottom: 1.35em;
    }

    .defaultSimplePageWrap .center {
        max-width: 980px;
    }

    .defaultSimplePageWrap .h1style, .defaultWrap .h1style {
        padding-top: 0;
    }
    /* NAVIGATION */
    .navigationTable {
        display: block;
        width: 100%;
        z-index: 530;
    }

    .navigationWrap, .home .navigationWrap {
        position: relative;
        display: block;
        text-align: center;
        background: #fff;
    }

    .navigationLogo {
        display: inline-block;
        margin: 0 auto;
        padding: 1.2em 1em;
    }

        .navigationLogo img {
            max-width: 19em;
            max-height: 3.2em;
        }

    .navigationLinkWrap {
        position: fixed;
        display: block;
        max-width: 600px;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        background: #41701b;
        padding: 4em 0;
        -webkit-transition: .25s;
        -moz-transition: .25s;
        transition: .25s;
        z-index: 600;
    }

    .hamburgerOpen .navigationLinkWrap {
        left: 0%;
        overflow-y: scroll;
    }

    .navigationLink {
        display: block;
        width: 100%;
        padding: .41em 1.75em !important;
        font-family: 'Oswald', Arial, Tahoma, sans-serif;
        font-size: 1.65em;
        line-height: 1.2em;
        color: #fff;
        text-align: left;
    }

    .navigationLinkSearch {
        display: none;
    }

    .navigationLink, .navigationLink:hover, .navigationLink:focus {
        font-weight: 400;
        color: #fff;
    }

    .mobileNavInner {
        position: relative;
        display: none;
        padding: 0 2.75em;
        width: 100%;
        height: auto;
    }
        .mobileNavInner .navigationLink {
            position: relative;
            display: block;
            font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
            font-size: 1.3em;
            line-height: 1.5em;
            font-weight: 500;
            padding: .5em 1em;
            text-transform: none;
        }

    .navigationLinkMobile.hasInner .navigationLink::after, .navigationLinkMobile.hasInner .navigationLink:after {
        content: '';
        position: absolute;
        display: block;
        width: 12px;
        height: 24px;
        background: url(/images/downArrow.png) no-repeat center bottom;
        background-size: 100% auto;
        top: .61em;
        right: 2em;
        transition: all .25s ease;
    }

    .navigationLinkMobile.hasInner.open .navigationLink::after, .navigationLinkMobile.hasInner.open .navigationLink:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .hasInner .mobileNavInner .navigationLink::after, .hasInner .mobileNavInner .navigationLink:after {
        display: none;
    }

    .navigationLink::before, .navigationLink:before {
        display: none;
    }

    .navigationLinkBackground, .navigationLink.desktopLink {
        display: none;
    }

    .navigationLinkMobile, .mobileNavInfoWrap {
        display: block;
    }

    .navigationInfoWrap {
        display: none;
    }

    .mobileNavInfoWrap {
        padding: .75em 2.75em;
        text-align: left;
    }

        .mobileNavInfoWrap .navigationInfoHours {
            padding: 0;
            font-size: .98em;
        }

        .mobileNavInfoWrap .navigationInfoButton {
            margin: 0;
            padding: .5em 0 .5em 1.3em;
            font-size: 1em;
            background: none;
        }

            .mobileNavInfoWrap .navigationInfoButton::after, .mobileNavInfoWrap .navigationInfoButton:after {
                left: 0;
                right: auto;
                opacity: 1;
            }

        .mobileNavInfoWrap .navigationInfoButtonSmall {
            display: none;
        }

    .mobileNavigationSearchField {
        display: block;
        margin: 1em 0 0 0;
    }

    .mobileAddNavLinks {
        display: block;
        padding: 2em;
        text-align: left;
        color: #fff;
        font-size: 18px;
    }

        .mobileAddNavLinks .navLinkHeadline {
            font-family: 'Oswald', Arial, Tahoma, sans-serif;
            padding-bottom: .25em;
            font-size: 1.25em;
            line-height: 1.2em;
            color: #fff;
        }

        .mobileAddNavLinks a {
            display: block;
            color: #fff;
            font-size: .85em;
            padding: .25em 0;
            text-decoration: none;
        }

    .navigationLinkWrapClose {
        display: block;
    }

    .hamburgerIcon {
        display: block;
        visibility: visible;
    }

    .mobileLoginLink {
        display: block;
        visibility: visible;
    }

    .hamburgerOpen .hamburgerIcon {
        display: none;
    }

    .dropdown {
        display: none;
    }
    /*.borderTop { border-top: unset; }*/
    /* HERO */
    .mainPageHeroWrap {
        height: 52em;
        background: #2a5109;
        border-bottom: 7px solid #fff;
    }

    .heroQuickLinkWrap::before, .heroQuickLinkWrap:before {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        background: #204105; /* Fallback for very old browsers */
        background: -moz-linear-gradient(top, rgba(32,65,5,0) 0%, rgba(32,65,5,1) 50%, rgba(32,65,5,1) 100%);
        background: -webkit-linear-gradient(top, rgba(32,65,5,0) 0%, rgba(32,65,5,1) 50%, rgba(32,65,5,1) 100%);
        background: linear-gradient(to bottom, rgba(32,65,5,0) 0%, rgba(32,65,5,1) 50%, rgba(32,65,5,1) 100%);
        /* IE9 or older */
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00204105', endColorstr='#FF204105', GradientType=0);*/

    }

    .mainPageHeroBackground {
        min-height: 0;
        height: 82%;
        top: 0;
        bottom: auto;
    }

    .mainPageHeroContent {
        top: 23%;
        bottom: auto;
    }

    .mainPageHeroSubline {
        padding: 0 3em;
        font-size: 2.5em;
    }

    .heroQuickLinkTable {
        display: block;
        max-width: 45rem;
        width: 100%;
        margin: 0 auto;
        font-size: 0;
    }

    .heroQuickLink {
        display: inline-block;
        width: 50%;
        padding: 3.2em 5em;
        font-size: 1rem;
    }

        .heroQuickLink::before, .heroQuickLink:before {
            height: 8.8em;
            top: 50%;
            bottom: auto;
            margin: -4.4em 0 0 0;
        }

        .heroQuickLink:nth-child(odd)::before, .heroQuickLink:nth-child(odd):before {
            display: none;
        }

    .heroQuickLinkBackground::before, .heroQuickLinkBackground:before {
        width: 18.8em;
        border-left-width: 2.8em;
        border-right-width: 2.8em;
        border-bottom-width: 2.8em;
    }

    .heroQuickLinkTitle {
        margin: 0 0 -.9em 0;
        font-size: 1.2em;
    }
    /* BANNERS */
    .highlightBanner {
        background-position: 15% center;
    }

    .highlightBannerContent {
        padding: 4em 2em 0 2em;
    }

    .highlightBannerHeadline {
        margin: 0 auto;
        text-align: center;
    }

    .highlightBannerText {
        margin: 0 auto;
        text-align: center;
    }

    .highlightBannerLogoWrap {
        position: relative;
        display: block;
        padding: 2em;
    }

    .highlightBannerLogoInner {
        float: none;
        text-align: center;
    }

    .highlightBannerLogoWrap img:first-child {
        margin-left: 0;
    }

    .statsBanner {
        padding: 3.4em;
    }

    .statsWrap {
        display: block;
    }

    .statsHeadline {
        padding: 0;
    }

    .stat {
        display: block;
        width: 100%;
        padding: 1.6em;
        text-align: center;
        border: none;
    }

        .stat::after, .stat:after {
            display: none;
        }

        .stat span {
            display: block;
            max-width: 12em;
            margin: 0 auto;
        }
    /* LOANS */
    .breadcrumbs {
        font-size: .88em;
    }

    .sectionBannerQuote {
        font-size: 2.5em;
    }

    .sectionBannerSource {
        font-size: 1em;
        line-height: 1.5em;
    }

    .defaultSectionColumn {
        width: 100%;
        padding: 0;
    }

    .pageSection iframe {
        min-height: 21em;
    }

    .bannerLinkWrap {
        max-width: 500px;
    }

    .bannerLink {
        max-width: 32%;
        margin-right: 17%;
        margin-bottom: 5%;
    }

    .twoColWrap .column {
        margin: 0 3% 2.7em 1em;
    }
    /*FORM STYLES*/
    .formMod {
        padding-right: 1.6em;
    }
    /*LOCATIONS*/
    .mapPopUp .popup-content {
        min-width: 270px;
        padding: 0 0 15px 0;
    }

    .floatingActionWrap {
        width: 20em;
        margin-left: -24em;
    }

    .footerAction {
        padding: 1em;
        font-size: 1.2em;
    }

    .footerActionCalc {
        padding: 1em 2.1em 1em 4em;
        background-size: 1.2em auto;
    }

    .footerActionTitle {
        font-size: 1em;
    }

    .footerAction .defaultCTA {
        padding: 1em 3.5em 1em 1.45em;
        font-size: 1em;
    }

    .floatingWrap .center {
        padding-left: 23em;
    }

    .footerActionLabel {
        font-size: 1em;
    }

    .footerActionInput {
        padding-top: .5em;
    }
    /* FOOTER */
    .footerMainWrap {
        display: none;
    }

    .footerMobileWrap {
        display: block;
    }

        .footerMobileWrap .defaultCTA, .mobileCTASection .defaultCTA {
            display: block;
            margin: 0 auto;
        }

    .mobileCTASection {
        max-width: 20em;
        margin: 0 auto;
    }

        .mobileCTASection .defaultCTA {
            margin-top: 1em;
            font-size: 1em;
        }

    .footerCopyrightBar {
        padding: 3.2em;
    }

        .footerCopyrightBar .center {
            max-width: 48em;
            padding: 0;
        }

    .footerCopyrightTable, .footerCopyrightCell {
        display: block;
    }

    .footerCopyrightText {
        display: block;
        max-width: 100%;
        padding: .7em 0;
        font-size: 1.2em;
        text-align: center;
    }

    .footerLogoWrap {
        display: block;
        width: 100%;
        text-align: center;
    }
    /* OTHER */
    #faq {
        margin-left: 1em;
    }

    .faq-categories .faq-category-title, .faq-categories .faq-category-title:hover, .faq-categories .faq-category-title.active {
        margin-right: 25px;
    }

    .section-header {
        padding-top: 60px;
    }

    .select-box {
        max-width: 280px;
        margin-right: 30px;
    }

        .select-box.year {
            max-width: 140px;
        }

    .news-list > li {
        width: 48%;
        /*width: -webkit-calc(50% - 4px);*/
        width: calc(50% - 4px);
    }

    #ebooks.resource-group {
        margin-top: 32px;
    }

    .resource-group {
        padding-bottom: 70px;
        margin-bottom: 80px;
    }

    .defaultWrap.resources {
        padding-top: 36px;
        padding-bottom: 60px;
    }

    .sidebar {
        width: 280px;
    }

    .content-wrap {
        max-width: 100%;
    }

    .give-back {
        padding-bottom: 80px;
    }

    .give-back-box {
        display: block;
    }

        .give-back-box > * {
            display: block;
        }

    .first-coll {
        width: 100%;
        padding-bottom: 60%;
    }

        .first-coll .bg-img {
            top: -999px;
            bottom: -999px;
            margin: auto;
        }

    .second-coll,
    .third-coll {
        width: 50%;
        float: left;
    }

        .third-coll .give-back-top {
            padding-bottom: 107.5%;
        }

        .third-coll .give-back-table,
        .give-back-table {
            padding-left: 50px;
        }

    .section-give-back {
        padding-top: 24px;
    }

    .about-links-list {
        margin: 0 -30px;
    }

        .about-links-list > li,
        .about-links-list > li:nth-child(3n + 1),
        .about-links-list > li:nth-child(3n + 2),
        .about-links-list > li:nth-child(3n + 3) {
            padding: 0 30px;
            width: 32%;
            /*width: -webkit-calc(33.33% - 4px);*/
            width: calc(33.33% - 4px);
        }

    .insurance table, .insurance p {
        max-width: 600px;
    }

    .insurance ul {
        max-width: 580px;
    }

    .insurance .sidebar,
    .sidebar {
        width: 280px;
    }

    .insurance .sidebar {
        right: -30px;
    }

    .insurance .content-wrap,
    .content-wrap {
        max-width: 100%;
    }

    .news-content-wrap {
        float: left;
        width: 70%;
        padding-right: 60px;
    }

    .news-sidebar {
        float: right;
        width: 30%;
    }

    .two-coll-list {
        margin: 0 -25px;
    }

        .two-coll-list .content {
            padding: 0 25px;
        }

    #contact-form-wrap {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #contact-info {
        margin-left: 15px;
    }

    #contact-form {
        margin-left: 30px;
    }

    .form-field {
        width: 100%;
    }

    .form-radio label {
        width: 45%;
    }

    #location-details {
        margin-left: 14px;
    }

    .locationSection .location-info-wrap {
        width: 340px;
    }

    .locationSection .location-photo {
        height: 360px;
    }

    .people {
        float: none;
        width: 100%;
        max-width: 870px;
    }

    .people-filter-menu {
        width: unset;
    }

    .filter-option {
        padding: 20px 30px 10px 30px;
    }

    .news {
        float: none;
        width: 392px;
        margin: 0px;
        margin-bottom: 80px;
    }

    .news-list .news-info {
        width: 236px;
    }

    .news-list .news-title {
        font-size: 20px;
    }

    .popup-photo, .popup-photo img {
        width: 270px;
    }

    .popup-info {
        width: calc(100% - 345px);
    }

    .map-header {
        margin: 21px 0 16px 17px;
    }

    .find-view-select > div {
        padding: 12px 35px;
    }

    .section-list {
        margin-left: 15px !important;
    }

    .mapPopUp .popup-content {
        min-width: 280px;
        top: 0;
        left: -120px;
    }

    .mapPopUp .popup-anchor::after, .mapPopUp .popup-anchor:after {
        border-top: 0;
        border-bottom: 18px solid #fff;
        border-left: 18px solid transparent;
        border-right: 18px solid transparent;
        margin-top: -18px;
        margin-left: -18px;
    }

    .mapPopUp .popup-content .sec-info {
        margin-top: 12px;
        margin-bottom: 0;
    }

    .mapPopUp .popup-content .main-info {
        padding-top: 0;
    }

    .desktopMapInfo {
        display: none;
    }

    .mapPopUp .popup-content .location-link {
        padding: 20px 20px 0 20px;
    }

    .mobileMapInfo {
        display: block;
        padding: 0 20px;
    }

    .defaultWrap.borderTop {
        padding-bottom: 0px;
    }

    .base-calculator-wrap {
        display: unset;
    }

    .calc-container {
        width: 100%;
        margin-left: unset;
    }

    .center.calc {
        padding: unset;
    }

    #base-calculator {
        width: 100%;
        max-width: unset;
        padding-right: 45px;
    }

    .calc .calc-wrap, .calc h1 {
        margin-left: 45px;
    }

    #calc-results-wrap {
        padding: 40px 25px 60px 25px;
        margin-left: -45px;
        width: calc(100% + 45px);
    }

    .find-legend {
        font-size: 18px;
        word-spacing: unset;
    }

    .calc-number1 {
        padding-bottom: 30px;
    }

    .calc-title2 {
        font-size: 10px;
    }

    .calc-number2 {
        font-size: 26px;
    }

    .col.calc-link a {
        font-size: 14px;
    }

    .calc-legend {
        padding-bottom: 85px;
        width: 100%;
        padding-right: 20px;
    }

    #calc-talk {
        width: 100%;
        padding-right: unset;
    }

    #calc-getrate {
        width: 100%;
        position: static;
        text-align: left;
        padding-left: unset;
        padding-top: 20px;
        border-left: unset;
    }
    /*.calc-call { display: none; }*/
    .sliding-table-wrap {
        width: calc(100% + 25px);
        overflow: hidden;
    }

    .sliding-table-overflow {
        overflow-x: auto;
        width: 100%;
    }

    .sliding-table {
        min-width: 520px;
        margin-top: 0;
    }

        .sliding-table .calc-title2 {
            font-size: 17px;
        }

        .sliding-table .number {
            font-size: 17px;
        }

    .mobile-link {
        display: block;
    }

    .averagePayment-wrap .calc-link a {
        display: none;
    }

    .sliding-table-wrap::after, .sliding-table-wrap:after {
        background: -moz-linear-gradient(left, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
        background: -webkit-linear-gradient(left, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
        background: linear-gradient(to right, rgba(241,241,241,0) 0%, rgba(241,241,241,1) 100%);
        content: '';
        display: block;
        /* IE9 or older */
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00F1F1F1', endColorstr='#FFF1F1F1', GradientType=1);*/
        height: 100%;
        position: absolute;
        right: -25px;
        top: 0;
        width: 25px;
        z-index: 100;

    }

    .sliding-table {
        display: inline-table;
        margin-right: 25px;
    }
    .how-we-give .slideGalleryPhoto img {
        width: 100%;
        min-width: 0;
        max-width: none;
    }
    /* REFRESH HOME PAGE */
    .points-flex {
        flex-wrap: nowrap;
    }
    .points-inner {
      max-width: 57.2em;
    }
    .im-refresh.mainPageHeroWrap {
      background: transparent;
      height: 50.73em;
    }
    .im-refresh.mainPageHeroWrap-cutout {
      height: 47.93em;
      background-size: contain;
    }
    .im-refresh.mainPge-hero-back {
      height: 100%;
      object-fit: cover;
      width: 100%;
    }
    .im-refresh.mainPageHeroContent {
      top: 10%;
    }
    .im-refresh.mainPageHeroContent .loan-officer-cta {
      margin-left: 3em;
    }
    .im-refresh.lender-understand-inner {
      max-width: 58.74em;
    }
    .we-know-clipping {
      width: 35.556em;
    }
    .we-know-inner, 
    .just-financing-inner, 
    .lenders-inner, 
    .farm-inner, 
    .committed-inner {
        padding: 4em .6em 8em;
        max-width: 59.7em;
    }
    .just-financing-item:first-of-type {
      max-width: 25.164em;
    }
    .we-know-flex {
      align-items: flex-start;
    }
    .we-know-inner, 
    .just-financing-inner, 
    .lenders-inner, 
    .farm-inner, 
    .committed-inner {
      max-width: 55.7em;
    }
    .we-know-clipping {
        width: 29.556em;
    }
    .just-financing-item:first-of-type {
      max-width: 23.164em;
    }
    .just-financing-more-item.active {
      min-height: 10.11em;
      padding: 4em 1em 1.8em 1em;
    }
    .farm-inner {
      padding: 10em .6em 6em;
    }
    .im-refresh .mainPageHeroContent {
      /*padding-top: 18.7em;*/
      padding-top: 5.7em;
    }
    .im-refresh .mainPageHeroContent .loan-officer-cta {
      margin-left: 3em;
    }
    .lenders-inner {
      padding: 11em .6em 4em;
    }
    .lenders-item .stat.animate {
      min-height: 15em;
      padding: 2.1em 1em 2.3em;
      /*padding: 2.1em 1.85em 2.3em;*/
    }
    .lenders-item .statEmp {
      font-size: 2.57em;
    }
    .im-refresh.lenders-section {
      background: #223F0E;
    }
    .im-refresh.lenders-section::before,
    .im-refresh.lenders-section:before {
      /*display: block;*/
      display: none;
      content: '';
      background: url(/images/lenders-back-2.png);
      background-size: cover;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
    }
    .testimonial-tile .news-box {
      padding: 1em 0 1.6em;
    }
    .testimonial-tile .news-box .news-desc .news-box-type {
      font-size: .734em;
    }
    .testimonial-info-wrap .news-title {
      font-size: .68em;
    }
    .testimonial-info-wrap .news-city {
      font-size: .56em;
    }
    .committed-inner {
      max-width: 51.7em;
    }
    .committed-flex {
      gap: 1em;
    }
    .committed-speach-item.committed-gray {
      margin-left: -6.7em;
    }
    .im-refresh .heroQuickLink:hover::after, 
    .im-refresh .heroQuickLink:hover:after, 
    .im-refresh .heroQuickLink:focus::after, 
    .im-refresh .heroQuickLink:focus:after {
      height: 14.12em;
    }
    .im-refresh .heroQuickLinkWrap {
      max-width: 45rem;
    }
    .testimonial-center {
      max-width: 58.3em;
    }
    .testimonial-slide-wrap {
      right: -18.55em;
        width: calc(50% + 24.75em);
    }
    .committed-inner {
      max-width: 53.7em;
    }
    .im-refresh .heroQuickLink::before, 
    .im-refresh .heroQuickLink:before {
      display: none;
    }
    .im-refresh-outer .navigation-refresh-wrap {
      display: none;
    }
    .footerAction.footerActionCalc {
      background: #41701b url(/images/calc.png) no-repeat 1.1em .4em;
      background-size: contain;
    }
    .we-know-flex {
      gap: 2.65em;
    }
    .testimonial-tile-slick .slick-prev {
      left: .3rem;
    }
    .testimonial-tile-slick .slick-next {
      left: 4.2rem;
    }
    .slick-initialized .testimonial-tile.slick-slide, 
    .slick-initialized .testimonial-tile.slick-slide.slick-current {
      width: 19em !important;
    }
    .testimonial-information {
      max-width: 22.5em;
      width: 45%;
    }
    .careerPageWrap .testimonial-information {
        max-width: 18.5em;
    }
    .points-form-element-wrap .hs-form-private {
      flex-wrap: wrap;
    }
    .join-our-team-item.active {
        gap: 2em;
        padding: 1.8em 1em 1.8em 1em;
    }
    .join-our-team-heading {
        font-size: 1em; 
    }
    .careerPageWrap .lenders-item .statsWrap .statEmp {
        font-size: 1.41em;
    }
}

@media screen and (max-width: 1155px) {
    .section-list > div {
        width: calc(50% - 50px);
    }
    .giving-halves {
        display: block;
    }
    .giving-facts {  
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }
    .giving-fact {
        flex: 1 0 50%;
        padding: 0 36px;
    }
    .giving-map {
        display: block;
        margin: 0 -10px;
    }
    .map-controls {
        position: static;
        margin-bottom: 2rem;
    }
    .map-controls > .view-by {
        margin-bottom: 1rem;
    }
    /*.im-refresh .mainPageHeroWrap-cutout {
      height: 49.93em;
    }*/
}
@media screen and (max-width:1100px) {
  #Talk-loanofficer .contact-form-wrap {
    max-width: 40.3em;
  }
  .talk-loan-form-wrap {
    flex-wrap: wrap;
  }
  .talk-loan-form-wrap .form-wrap-item {
    padding-bottom: .5em;
  }
  .talk-loan-form-wrap .defaultLabel {
    font-size: .88em;
  }
  
}
@media screen and (max-width: 900px) {
    /* article popup  */
    .article-popup .text {
        padding: 0 30px;
    }

    /* NAVIGATION */
    .hamburgerIcon {
        width: 6.3em;
    }

    .mobileLoginLink {
        width: 9.4em;
    }
    /* HERO */
    .mainPageHeroBackground {
        height: 74%;
    }

    .heroQuickLinkTable {
        padding: 1rem 0;
    }

    .heroQuickLink {
        padding: 2.5em 4.1em;
    }

    .mainPageAnnouncement {
        padding: 2.78em 0;
    }

    .mainPageAnnouncementContent {
        max-width: 18em;
        margin: 0 auto;
    }
    /*BANNERS*/
    .breadcrumbs {
        font-size: .78em;
        max-width: 16em;
        margin: 0 auto;
    }

    .sectionBannerContent {
        padding: 0;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    .bannerLinkWrap {
        max-width: 600px;
        margin: 0 auto;
    }

    .bannerLink {
        margin: 15px 7%;
        max-width: 50%;
        width: 36%;
        font-size: 14px;
        border-bottom: 1px solid #fff;
        border-bottom: 1px solid rgba(255,255,255,.4);
        text-align: center;
    }
    /* LOANS */
    .defaultTable ul, .defaultTable ol {
        margin-bottom: 0;
    }

    .floatingActionWrap {
        display: none;
    }

    .floatingWrap .center {
        padding: 0 30px;
    }

    .sectionBanner {
        height: 18.9em;
    }

    .sectionBannerQuote {
        font-size: 1.89em;
    }

        .sectionBannerQuote.quoteText {
            max-width: 100%;
        }

    .sectionBannerSource, .sectionBannerSource.caps {
        max-width: 100%;
        font-size: .7em;
    }

    .sectionBannerSourceSmall {
        font-size: 1.2em;
    }

    .twoColWrap {
        max-width: 100%;
    }

        .twoColWrap .column {
            width: 37%;
            margin-right: 8%;
        }

    .whiteStripe, .greyStripe {
        padding: 1.5em 0;
    }

    .pageSection iframe {
        min-height: 24.5em;
    }

    .sectionBanner .sectionBannerBackground, .section-banner img, .sectionBannerYoungFarmers .sectionBannerBackground {
        left: auto;
        right: -15%;
    }
    /*FORM STYLES*/
    .overflowWrap {
        width: calc(100% + 2.5em);
        font-size: 18px;
        overflow: hidden;
    }

        .overflowWrap::before, .overflowWrap:before {
            content: '';
            position: absolute;
            display: block;
            width: 1em;
            height: 100%;
            top: 0;
            right: -.1em;
            background: #fff;
            z-index: 100;
            pointer-events: none;
        }

        .overflowWrap::after, .overflowWrap:after {
            content: '';
            position: absolute;
            display: block;
            width: 3em;
            height: 100%;
            top: 0;
            right: .5em;
            background: -moz-linear-gradient(left,rgba(246,243,239,0) 0%,rgba(255,255,255,1) 100%);
            background: -webkit-linear-gradient(left,rgba(246,243,239,0) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(to right,rgba(246,243,239,0) 0%,rgba(255,255,255,1) 100%);
            /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f6f3ef',endColorstr='#00f6f3ef',GradientType=1);*/
            z-index: 100;
            pointer-events: none;
        }

    .timetableWrap, .budgetSection {
        display: block;
        min-width: 100%;
        width: auto;
        overflow: auto;
        white-space: nowrap;
        padding: 2.2em 0;
    }

    .budgetSection {
        padding-top: 0;
    }

        .timetableWrap .timeTableBorder, .budgetSection .budgetSectionBorder {
            position: relative;
            display: inline-block;
            min-width: 750px;
            width: auto;
            padding: 20px;
            border: 1px solid #8c8c8c;
            white-space: normal;
        }

        .timetableWrap::after, .budgetSection::after {
            content: '';
            position: relative;
            display: inline-block;
            width: 2.5em;
            height: 2.5em;
            vertical-align: top;
        }

    .timetableWrap .sectionCol {
        min-width: 100px;
    }

    .formMod, .formMod.formModLast {
        width: 100%;
        padding-right: 0;
    }

    .hbspt-form .hs-form-field, .hbspt-form .hs-submit {
        display: block;
        width: 100%;
        padding-right: 0;
    }
    /* MOBILE CTA SECTION */
    .mobileCTASection {
        display: block;
    }

    .scholar-item, .scholar-item:nth-child(4n+4) {
        position: relative;
        display: inline-block;
        width: 30%;
        margin: 0 3% 2em 0;
        vertical-align: top;
        font-size: 18px;
    }

        .scholar-item:nth-child(3n+3) {
            margin-right: 0;
        }
    /* OTHER */
    #faq {
        margin-left: 0.8em;
    }

    #menu {
        height: 140px;
    }

    #menu-fake {
        height: 0;
    }

    .faq-categories {
        width: unset;
        margin-right: unset;
        border-bottom: solid 1px white;
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -o-column-count: 2;
    }

    .faq-sticky-menu {
        position: unset;
        top: unset;
    }

    .faq-categories .faq-category-title {
        width: 100%;
    }

    .resources .faq-categories {
        border-bottom-color: #d4d4d4;
    }

    .section-header {
        border-bottom: 1px solid #D4D4D4;
    }

    .section-filter-header-box {
        padding-bottom: 30px;
        border: none;
    }

        .section-filter-header-box .section-header-title {
            margin-bottom: 20px;
        }

        .section-filter-header-box .section-header-title,
        .section-filter-header-box .header-filter-box {
            display: block;
        }

    .select-box {
        max-width: 335px;
    }

        .select-box.year {
            max-width: 214px;
        }

    .select-box {
        margin-bottom: 19px;
    }

        .select-box label {
            margin-bottom: 5px;
        }

    .news-list > li {
        width: 49%;
        /*width: -webkit-calc(50% - 4px);*/
        width: calc(50% - 4px);
    }

    .resources .faq-categories > :last-child {
        margin-right: 0;
    }

    .resources .faq-categories {
        column-count: initial;
        -webkit-column-count: initial;
        -moz-column-count: initial;
        -o-column-count: initial;
    }

        .resources .faq-categories .faq-category-title {
            width: initial;
        }

    .resources #menu {
        height: initial;
    }

    .resource-group {
        margin-bottom: 60px;
        padding-bottom: 50px;
    }

    .resource-group-title {
        margin-bottom: 28px;
    }

    .content-wrap {
        float: none;
        max-width: 100%;
        padding: 0;
    }

    .content-bottom-box {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .sidebar {
        float: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .section-banner .center {
        padding-top: 60px;
        padding-bottom: 60px;
        height: 400px;
    }

    .banner-title {
        font-size: 3em;
    }

    .banner-cell {
        vertical-align: middle;
    }

    .resources #menu.faq-sticky-menu .center,
    .resources #menu-fake.faq-sticky-menu .center,
    .resources #menu .center,
    .resources #menu-fake .center {
        padding: 0;
    }

    .alert-box {
        padding-right: 70px;
    }

    a.alert-close,
    .alert-close {
        right: 30px;
    }

    .section-about-link .center {
        max-width: 680px;
    }

    .about-us .statsBanner {
        padding: 4em 2em 6.5em 2em;
        min-height: 500px;
    }

    .section-about-link {
        padding: 45px 0;
    }

    .about-links-list {
        margin: 0 -40px;
    }

        .about-links-list > li,
        .about-links-list > li:nth-child(odd) {
            padding: 0 40px;
            width: 59%;
            /*width: -webkit-calc(60% - 4px);*/
            width: calc(60% - 4px);
        }

            .about-links-list > li:nth-child(even) {
                padding: 0 40px;
                width: 39%;
                /*width: -webkit-calc(40% - 4px);*/
                width: calc(40% - 4px);
            }

    .first-coll {
        padding-bottom: 80%;
    }

        .first-coll .logo-box {
            bottom: 20px;
            left: 50px;
        }

    .third-coll .give-back-table,
    .give-back-table {
        padding: 30px 25px;
    }

    .first-coll .bg-img {
        min-width: 100%;
        max-width: 115%;
    }

    .second-coll .give-back-top,
    .second-coll .give-back-bottom {
        padding-bottom: 100%;
    }

    .third-coll .give-back-top {
        padding-bottom: 147.5%;
    }

    .give-back-title {
        margin-bottom: 4px;
        font-size: 3em;
    }

        .give-back-title.small {
            font-size: 1.9em;
            line-height: 1.1;
        }

        .give-back-title span.sub {
            top: 0;
            margin-left: -4px;
            font-size: .4em;
            letter-spacing: -.02em;
        }

        .give-back-title span {
            top: 0;
            margin-left: -4px;
            font-size: .4em;
            letter-spacing: -.02em;
        }

    .insurance .content-wrap {
        float: none;
        max-width: 100%;
        padding: 0;
    }

    .insurance .sidebar {
        display: none;
    }

    .sidebar.mobile {
        display: block;
    }

    .mobileWidget {
        display: block;
        margin-top: 1em;
    }

    .widget-zip .widget-title, .widget-zip .footerActionForm {
        max-width: 50%;
    }

    .news-content-wrap, .news-sidebar {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .news-sidebar {
        padding-top: 50px;
    }

    .content-bottom-box {
        margin-top: 45px;
    }

    #contact-form {
        margin-left: 10px;
    }

    #contact-form-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

        #contact-form-wrap > div {
            width: calc(100% - 25px);
        }

    #contact-info {
        margin-left: 10px;
        margin-top: 40px;
    }

    .form-field {
        padding-right: 0px;
    }

    .form-textarea {
        width: 100%;
    }
    /* Location Details */
    #location-details {
        margin-left: 10px;
    }

    .location-image-mobile {
        display: block;
        text-align: center;
    }

        .location-image-mobile img {
            display: inline-block;
            margin-top: -50px;
        }

    .location-image-desktop {
        display: none !important;
    }

    .location-title {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .main-info {
        margin-bottom: 20px;
    }

    .sec-info {
        margin-bottom: 30px;
    }

    .locationSection {
        padding-bottom: 30px;
    }

    #location-details #people-news-wrap {
        margin-top: 35px;
    }

    .filter-option {
        padding: 20px 9px 10px 10px;
        font-size: 12px;
    }

        .filter-option:after {
            margin-left: -5px;
            margin-top: 0px;
        }

        .filter-option:hover:after, .filter-option.selected:after {
            width: calc(100% + 10px);
            margin-left: -5px;
        }

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

    .person-item {
        min-width: unset;
        margin-bottom: 35px;
        width: 46.16%;
    }

        .person-item img {
            width: 100%;
        }

    .people-filter-menu {
        text-align: left;
    }

    .people-filter-menu-mobile {
        display: block;
        background: #f3f3f3 url(/images/selectArrow.png) no-repeat right center;
    }

    .people-filter > div {
        display: none;
    }

    .people-list > div {
        width: 48%;
    }

    .peopleDefaultPage .person-item {
        width: auto;
        max-width: 48%;
    }

    .person-item:nth-child(odd) {
        margin-right: 2%;
    }

    .person-item:nth-child(even) {
        margin-left: 2%;
    }

    .peopleDefaultPage .person-item:nth-child(odd) {
        margin-left: 2%;
        margin-right: 0;
    }

    .peopleDefaultPage .person-item:nth-child(even) {
        margin-right: 2%;
        margin-left: 0;
    }

    .person-info {
        margin: 5px 0 0 0;
        max-width: 90%;
    }

    .person-item .name {
        font-size: 18px;
    }

    .person-item .title {
        margin-top: 8px;
        text-align: left;
    }

    .person-item .title, .person-info .description {
        font-size: 16px;
        width: 100%;
        line-height: 19px;
        text-align: left;
    }

    .person-item .description:not(:last-child) {
        border-bottom-width: 0;
        padding-bottom: 0;
    }

    .news {
        width: calc(100% - 20px);
        border-top: solid 1px #E3E3E3;
        padding-top: 40px;
    }

    .personPopUp {
        width: 100%;
        max-height: unset;
        height: 100%;
        padding: 65px 20px 30px 30px;
    }

    .popup-name {
        line-height: 1.2em;
        margin-top: 0;
    }

    .popup-title {
        margin-top: 0;
    }

    .mail .popup-field {
        font-size: .85em;
    }

    .popup-photo, .popup-photo img {
        width: calc(100% - 20px);
        min-width: 190px;
        max-width: 440px;
    }

    .popup-info {
        display: block;
        margin-left: 0px;
        width: 100%;
        padding-right: 20px;
        margin-top: 50px;
        overflow-x: hidden;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

    .popup-data.phone {
        margin-left: unset;
    }

    .popup-info-wrap {
        display: block !important;
        margin-left: 0px;
        width: 100%;
        overflow-x: hidden;
        overflow-y: visible;
        -webkit-overflow-scrolling: touch;
    }

        .popup-info-wrap .popup-info {
            overflow-x: visible;
        }
    /* Map */
    .map-header {
        margin: 21px 0 0px 14px;
    }

        .map-header > div {
            display: block;
        }

    .find-view-select {
        width: 100%;
        border-top: solid 1px #B3B3B3;
        margin-top: 20px;
        height: 50px;
        padding: 5px 0px;
    }

        .find-view-select > div {
            width: 49%;
            padding: 6px 0px;
            text-align: center;
        }

    .find-box-input {
        width: 306px;
    }

    .find-box-text {
        font-size: 18px;
        line-height: 26px;
        padding-top: 5px;
    }

    .no-js .map-header {
        margin: 21px 0 16px 17px;
    }

    .mapPopUp .popup-content {
        min-width: 100%;
    }

    .mapPopUp.mobile .popup-content div.sec-info {
        padding-left: 0;
    }
    .how-we-give .popup-info-wrap {
        display: flex !important;
        flex-direction: column-reverse;
    }
    .how-we-give .popup-photo {
        width: 100%;
        max-width: none;
        margin-top: 6em;
    }
    .how-we-give .popup-info-wrap .popup-info {
        width: 100%;
        padding-right: 0;
    }
    .checkmark-flex-wrap {
      gap: .5em;
    }
    /* Talk Loan Officer Form */
    #Talk-loanofficer {
        padding: 1.9em 0 0 0;
    }
    #Talk-loanofficer .contact-form-wrap {
      max-width: 30.3em;
      padding: 0 1.5em;
    }
    .talk-loan-form-wrap .section-desc {
      font-size: .78em;
    }
    .talk-loan-form-wrap .form-items-wrap .formMod50 {
      width: 100%;
    }
    .talk-loan-form-wrap {
      overflow: auto;
      margin-top: 0 !important;
    }
    .talk-loan-form-wrap .defaultInput, 
    .talk-loan-form-wrap .defaultSelect {
      height: 48px;
    }
    .loanofficer-close-overlay {
      border-radius: 100px;
      height: 1.89em;
      width: 1.89em;
    }
    .talk-loan-form-wrap .section-head {
      font-size: 1.33em;
    }
    .talk-loan-form-wrap #submit.defaultCTA {
      font-size: 1em;
    }
    .mainPage-hero-back {
      display: none;
    }
    .im-refresh .mainPage-hero-back.mobile-only {
      display: block;
    }
    .im-refresh.farm-section {
      background: url(/images/mobile-young-farmers.png) no-repeat center;
      background-size: cover;
    }
    .im-refresh .mainPageHeroWrap-cutout {
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      height: 48.93em;
    }
    .lender-understand-flex {
      flex-wrap: wrap;
      margin: auto;
      max-width: 30em;
    }
    .lender-item, 
    .we-know-item, 
    .just-financing-more-item.active {
      max-width: 100%;
    }
    .we-know-flex {
      flex-wrap: wrap;
      gap: 2em;
    }
    .we-know-inner, 
    .just-financing-inner, 
    .lenders-inner, 
    .farm-inner, 
    .committed-inner {
      max-width: 30em;
    }
    .just-financing-flex, 
    .just-financing-more-flex {
      flex-wrap: wrap;
    }
    .just-financing-more-item.active {
      align-items: flex-start;
      /*min-height: 9.11em;*/
      min-height: unset;
      padding: 1em 1em 1.8em 4em;
    }
    .just-financing-more-item.active::after, 
    .just-financing-more-item.active:after {
      top: .7em;
    }
    .just-financing-item .loan-officer-cta {
      display: none;
    }
    .just-financing-more-flex .loan-officer-cta {
      display: block;
    }
    .im-refresh.lenders-section,
    .im-refresh.farm-section {
      border-radius: 12px;
      clip-path: unset;
    }
    .lenders-item .loan-officer-cta {
      display: none;
    }
    .lenders-item.stats-item .loan-officer-cta {
      display: block;
      text-align: center;
    }
    .lenders-item:first-of-type {
      max-width: 100%;
    }
    .testimonial-slide-wrap {
      position: relative;
      right: -3em;
      top: 0;
    }
    .farm-item {
      max-width: 100%;
      padding: 0 0 0 3em;
    }
    .farm-item-number1::before, 
    .farm-item-number1:before,
    .farm-item-number2::before, 
    .farm-item-number2:before,
    .farm-item-number3::before, 
    .farm-item-number3:before {
      top: -.4em;
      height: 2.089em;
      width: 2.654em;
    }
    .farm-item-number1::after, 
    .farm-item-number1:after, 
    .farm-item-number2::after, 
    .farm-item-number2:after {
      background: url(/images/mobile-financing-dots-deco.svg) no-repeat center;
      height: 50px;
      left: .8em;
      top: 2.1em;
      width: 8px;
    }
    .committed-inner, 
    .points-inner {
      max-width: 30em;
    }
    .committed-flex {
      flex-wrap: wrap;
    }
    .committed-item {
      max-width: 100%;
    }
    .points-mobile-wrap {
      align-items: center;
      display: flex;
      position: relative;
    }
    .points-mobile-item {
      display: inline-block;
      position: relative;
    }
    .points-item.graphic-item, 
    .committed-item .loan-officer-cta {
      display: none;
    }
    .points-mobile-item.graphic-item {
      flex: 0 0 7.167rem;
      height: 7rem;
      /*width: 9.367rem;*/
    }
    .points-mobile-item.graphic-item img {
      width: 100%;
    }
    .committed-speach-wrap {
      gap: 1.6em;
      margin: 0 0 0 4.3em;
    }
    .farm-flex {
      flex-wrap: wrap;
      gap: 2.8em;
      max-width: 20em;
      padding: 1.9em 0 0 0;
    }
    .testimonial-tile-slick .slick-prev {
      left: 41%;
    } 
    .testimonial-tile-slick .slick-next {
      left: 50%;
    }
    .lenders-flex {
      flex-wrap: wrap;
    }
    .lenders-item .stat:nth-child(odd) {
      /*transform: translateY(-2em);*/
      transform: unset;
    }
    .lenders-item .stat:nth-child(even) {
      /*transform: translateY(9.5em);*/
      transform: unset;
    }
    .we-know-clipping {
      clip-path: unset;
      border-radius: 12px;
      width: 100%;
    }
    .mainPage-img-caption {
      display: none;
    }
    .im-refresh .heroQuickLink:hover::after, 
    .im-refresh .heroQuickLink:hover:after, 
    .im-refresh .heroQuickLink:focus::after, 
    .im-refresh .heroQuickLink:focus:after {
      display: none;
    }
    .im-refresh .mainPageHeroSubline {
      padding: 0 1em;
    }
    .im-refresh .mainPageHeroSubline, 
    .loan-officer-cta {
      font-size: .88em;
    }
    .im-refresh .mainPageHeroSubline .mainPageHeroHeadline {
      font-size: 3.09em;
      line-height: 1.1em;
    }
    .im-refresh .heroQuickLinkTitle {
      font-size: .8em;
    }
    .lender-understand-headline {
      font-size: 1.77em;
      max-width: 30rem;
    }
    .lender-understand-subheadline, 
    .lender-item.deactive p {
      font-size: .88em;
    }
    .we-know-item .section-head, 
    .section-head, 
    .testimonial-information-title {
      font-size: 2.89em;
    }
    .we-know-item .loan-officer-cta, 
    .just-financing-item .loan-officer-cta {
      width: 100%;
    }
    .we-know-item .loan-officer-cta {
      text-align: center;
    }
    .im-refresh .loan-officer-cta .dark-arrow {
      right: -2.8em;
      top: .1em;
      width: 2.07em;
    }
    .im-refresh .loan-officer-cta .dark-arrow::before,
    .im-refresh .loan-officer-cta .dark-arrow:before {
      background: url(/images/mobile-dark-arrow.svg) no-repeat center;
    }
    .just-financing-item .section-head,
    .lenders-item .section-head,
    .testimonial-information-title, 
    .farm-inner .section-head, 
    .section-head {
      font-size: 2.65em;
    }
    .lenders-item .statsWrap .stats.animate span {
      font-size: .78em;
    }
    .lenders-item .statEmp {
      font-size: 1.56em;
    }
    .farm-item .section-desc {
      font-size: .87em;
      line-height: 1.4em;
    }
    .im-refresh .line-spacer {
      border: 1px solid #E3E3E3;
    }
    .lenders-item .stat.animate {
      flex-basis: calc(100% - .65em);
      min-height: unset;
      padding: 3em 1.85em 2.3em;
      /*padding: 2.1em 1.85em 2.3em;*/
      width: calc(100% - .65em);
    }
    .im-refresh .mainPage-img-caption {
      display: none;
    }
    .im-refresh .mainPageHeroContent .loan-officer-cta {
      margin-left: 1em;
      margin-top: 1.8rem;
      text-align: center;
      width: calc(100% - 1.85em);
    }
    .points-form-item {
      width: 100%;
    }
    .points-input {
      width: 100%;
    }
    .refresh-submit-cta {
      font-size: .88em;
      margin-top: .6em;
      max-width: 100%;
      padding: 1em 3em .9em 1.5em;
      text-align: center;
    }
    .points-mobile-item.graphic-item {
      display: inline-block;
      margin: -1.7em 0 0 -1em;
    }
    .im-refresh.line-spacer {
      border-top: 1px solid #E3E3E3;
    }
    .im-refresh.line-spacer img {
      display: none;
    }
    .im-refresh .mainPageHeroContent {
      max-width: 43em;
    }
    .we-know-inner, 
    .just-financing-inner, 
    .lenders-inner, 
    .farm-inner, 
    .committed-inner,
    .im-refresh .lender-understand-inner {
      padding: 1.4em .9em 1.4em;
    }
    .we-know-inner {
      padding: 2.9em .9em 3.25em;
    }
    .just-financing-inner {
      padding: 1.4em .9em 4.7em;
    }
    .lenders-inner {
      padding: 1.4em .9em 3.3em;
    }
    .farm-inner {
      padding: 4em .9em 16.2em;
    }
    .lender-understand-headline {
      padding-bottom: .6em;
    }
    .lender-understand-subheadline, 
    .lender-item.deactive p {
      line-height: 1.35em;
    }
    .lender-understand-subheadline {
      padding-bottom: 1.45em;
    }
    .lender-understand-flex {
      gap: .45em;
    }
    .lender-item {
      border-radius: 12px;
      padding: .8em 1.3em .3em 3em;
    }
    .lender-item.deactive::after, 
    .lender-item.deactive:after {
      height: 1.26em;
      left: .7em;
      top: .7em;
      width: 1.26em;
    }
    .lender-item.active::after, 
    .lender-item.active:after, 
    .just-financing-more-item.active::after, 
    .just-financing-more-item.active:after {
      background-size: contain;
      height: 1.26em;
      left: .7em;
      top: .7em;
      width: 1.26em;
    }
    .just-financing-more-item.active::after, 
    .just-financing-more-item.active:after {
      left: 1.2em;
      top: 1.1em;
    }
    .im-refresh.we-know .mainPage-img-caption {
      display: block;
      bottom: -3.7em;
      right: 1.4em;
      width: 11.61em;
    }
    .im-refresh.we-know .mainPage-caption-inner {
      padding: .82em 1.13em .32em 1.33em;
    }
    .im-refresh .mainPage-caption-inner::after, 
    .im-refresh .mainPage-caption-inner:after {
      background-size: contain;
      height: 1.26em;
      left: -.6em;
      top: -.6em;
      width: 1.26em;
    }
    .we-know-item.we-know-content {
      padding-top: 3em;
    }
    .we-know-item ul li {
      padding: 0.23em 0 .2em 0.69em;
    }
    .we-know-item ul {
      margin-bottom: .75em;
    }
    .we-know-item ul li::before, 
    .we-know-item ul li:before {
      left: -1.4em;
      top: .4em;
    }
    .lenders-flex {
      top: .9em;
    }
    .lenders-item .section-subhead {
      padding: 0 0 .6em 0;
    }
    .lenders-item .section-head {
      line-height: 1.03em;
      padding: 0 0 .4em 0;
    }
    .lenders-item.stats-item {
      margin-top: -.9em;
    }
    .testimonial-information {
      max-width: 100%;
      padding: 6em 0 0 0;
      width: 100%;
    }
    .just-financing-more-flex {
      padding-top: 2em;
    }
    .just-financing-item .loan-officer-cta {
      text-align: center;
    }
    .testimonial-slide-wrap {
      right: .4em;
    }
    .farm-inner .section-subhead::before, 
    .farm-inner .section-subhead:before {
      top: -1.1em;
    }
    .farm-inner .section-head {
      padding: 0 0 0.25em 0;
    }
    .committed-inner {
      padding: 5em .9em 1.4em;
    }
    .committed-item .section-head::before, 
    .committed-item .section-head:before {
      top: .1em;
    }
    .committed-speach-item {
      border-radius: 12px;
      max-width: 14.668em;
      padding: 1em 1.4em .3em 1.1em;
    }
    .committed-speach-item .section-desc {
      line-height: 1.3em;
    }
    .committed-speach-item::after, 
    .committed-speach-item:after {
      bottom: -1.4em;
      height: 3.246em;
      right: 1em;
      width: 1.17em;
    }
    .committed-speach-item.committed-gray {
      margin-left: -4.4em;
      padding: .6em 1.4em .3em 1.1em;
    }
    .im-refresh.committed-section {
      margin-bottom: 4.7em;
    }
    .testimonial-information::before, 
    .testimonial-information:before {
      bottom: 7.7em;
      right: 1.6em;
    }
    .points-inner {
      padding: 3.2em .9em 1.8em;
    }
    .points-header {
      font-size: 1.277em;
    }
    .points-item .section-desc {
      padding-bottom: .7em;
    }
    .points-form-element-wrap {
      gap: .9em;
    }
    .refresh-submit-cta span::after, 
    .refresh-submit-cta span:after {
      height: 1.94em;
      right: -2.6em;
      top: -.5em;
      width: 1.94em;
    }
    .im-refresh.points-section {
      margin-bottom: 2.8em;
    }
    .im-refresh .heroQuickLink:hover .animate svg rect, 
    .im-refresh .heroQuickLink:hover .animate svg mask, 
    .im-refresh .heroQuickLink:hover .animate svg path {
      fill: #fff !important;
    }
    .committed-speach-item.double-speach-item+.committed-speach-item {
      margin-top: -1.1em;
    }
    .sectionBannerGreen,
    .section-banner,
    .sectionBanner {
      border-radius: 0px 0px 12px 12px;
    }
    .checkmark-flex-wrap {
      gap: .5em;
    }
    .simplebar-track.simplebar-vertical {
      margin: 1em .5em;
    }
    .join-our-team-item.active {
        padding: 1em 1em 1.8em 1em;
    }
    .hero-video-link-button {
        height: 3em;
        width: 3em;
    }
    .careerPageWrap .loan-officer-cta {
        max-width: inherit;
    }
    .careerPageWrap .loan-officer-cta .loan-officer-cta-txt {
        display: inline-block;
        width: auto;
    }
    .careerPageWrap .loan-officer-cta .loan-officer-cta-txt .dark-arrow {
        right: -2.8em;
    }
    .careerPageWrap .just-financing-inner {
        margin-top: 0;
        padding: 4.7em .9em 4.7em;
    }
    .careerPageWrap .testimonial-information {
        padding: 5em 0 0 0;
    }
    .careerPageWrap .im-refresh.testimonial-wrap:before {
        display: none;
    }
    .careerPageWrap .testimonial-center {
        padding: 0 0.9em 2em;
    }
    .careerPageWrap .testimonial-slide-wrap {
        padding: 2em 0.9em 0;
        right: 0;
        width: 100%;
    }
    .careerPageWrap .testimonial-tile-slick .slick-track {
        gap: 10px;
    }
    .careerPageWrap .im-refresh.mainPageHeroWrap {
        height: 30em;
    }
    .careerPageWrap .im-refresh .mainPageHeroWrap-cutout {
        height: 30em;
    }
    .careerPageWrap .farm-inner .loan-officer-cta {
        text-align: center;
    }
}

@media screen and (max-width: 799px) {
    .section-list > div {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    /* article popup  */
    .article-popup .text {
        padding: 0 15px;
    }
    /* BASE STYLES */
    .defaultWrap {
        padding: 2.5em 0;
    }

    .h1style {
        padding-top: .5em;
        font-size: 3em;
    }

    .h2style, .insurance .h2style {
        font-size: 1.67em;
    }

    .h3style {
        font-size: .89em;
        text-transform: uppercase;
    }

    .h4style {
        font-size: .834em;
    }

    p, li {
        font-size: .834em;
    }

    .disclaimer {
        font-size: .6em;
    }

    .defaultTable th, .defaultTable td {
        display: block;
        width: 100%;
        padding: .5em 0;
    }
    /* NAVIGATION */
    .hamburgerIcon {
        width: 3em;
    }

        .hamburgerIcon span {
            width: 1.25em;
            height: 2px;
        }

            .hamburgerIcon span:first-child {
                margin-top: -8px;
            }

            .hamburgerIcon span:nth-child(2) {
                margin-top: -1px;
            }

            .hamburgerIcon span:nth-child(3) {
                margin-top: 6px;
            }

    .navigationLogo {
        padding: .7em 1em;
    }

        .navigationLogo img {
            max-width: 11em;
            max-height: 2em;
        }

    .hamburgerOpen .mobileLoginLink {
        display: none;
    }

    .mobileLoginLink {
        width: 6.5em;
        font-size: .5em;
    }
    /* HERO */
    .mainPageHeroWrap {
        height: 28em;
    }

    .mainPageHeroBackground {
        height: 80%;
    }

    .mainPageHeroSubline {
        font-size: 1.3em;
        font-weight: 700;
    }

        .mainPageHeroSubline .mainPageHeroHeadline {
            font-size: 2.57em;
        }

    .heroQuickLinkWrap::before, .heroQuickLinkWrap:before {
        height: 90%;
        top: auto;
        bottom: 0;
    }

    .heroQuickLinkTable {
        padding: .6rem 0;
    }

    .heroQuickLinkTitle {
        margin: 0 0 -.6em 0;
    }

    .heroQuickLink {
        padding: 1.2em 3em;
        font-size: .6rem;
        font-weight: 700;
    }

        .heroQuickLink span span {
            max-width: 5em;
            margin: 0 auto;
            font-size: 1.92em;
        }

        .heroQuickLink::before, .heroQuickLink:before {
            height: 6em;
            margin: -3em 0 0 0;
        }
    /* BANNERS */
    .highlightBanner {
        font-size: .5em;
    }

    .highlightBannerHeadline {
        font-size: 1.3em;
    }

    .highlightBannerHeadlineEmp {
        font-size: 2.46em;
        line-height: 1em;
    }

    .highlightBannerText {
        font-size: 1.5em;
        font-weight: 700;
    }

    .statsBanner {
        padding: 2em 1em 4em 1em;
        background-size: auto 10em;
    }

    .statsHeadline {
        font-size: 1.56em;
    }

        .statsHeadline span {
            font-size: .45em;
        }

    .stat {
        padding: 1em;
        font-size: .9em;
    }

    .statEmp {
        font-size: 1.82em;
    }

    .mainPageAnnouncement {
        padding: 1.2em 0;
    }

    .mainPageAnnouncementHeadline {
        max-width: 10em;
        margin: 0 auto;
        font-size: 1.4em;
    }

    .mainPageAnnouncementContent {
        font-size: .89em;
    }
    /*LOANS*/
    .twoColWrap .column {
        width: 90%;
        margin: 0 0 0 1.2em;
    }

    .resourceItem {
        width: 100%;
        display: block;
        padding: 1.22em 0;
    }

        .resourceItem img {
            width: 40%;
            max-height: 100%;
        }

        .resourceItem span.resourceItemTitle {
            font-size: .9em;
        }

    .pageSection iframe {
        min-height: 14em;
    }

    .rateTable td {
        font-size: .8em;
    }

    .defaultLabelRadio {
        width: 50%;
    }

    .mobileCTASection {
        max-width: 100%;
    }

    .mobileCTATopActionWrap {
        display: block;
    }
    /*.mobileCTATopAction {display: block; width: 100%; border: none;} removed per bug#14157 */
    .scholar-item, .scholar-item:nth-child(4n+4), .scholar-item:nth-child(3n+3) {
        position: relative;
        display: inline-block;
        width: 47%;
        margin: 0 3% 2em 0;
        vertical-align: top;
        font-size: 18px;
    }

        .scholar-item:nth-child(2n+2) {
            margin-right: 0;
            margin-left: 3%
        }
    /* FOOTER */
    .footerWrap {
        font-size: .6em
    }

    .footerAction .defaultCTA, .footerMobileCTA {
        font-size: 1.5em;
    }

    .footerMobileLinkColumn {
        padding: 2em;
        padding-right: 0;
    }

        .footerMobileLinkColumn:first-child {
            padding-left: 0;
        }

    .footerMobileLinkColumn {
        font-size: 1.3em;
        line-height: 1.2em;
    }

        .footerMobileLinkColumn p {
            font-size: 1em;
        }

            .footerMobileLinkColumn a, .footerMobileLinkColumn p a {
                padding: .3em 0;
                line-height: 1.2em;
            }

                .footerMobileLinkColumn a.footerMobileArrowLink, .footerMobileLinkColumn p a.footerMobileArrowLink {
                    padding-right: 2em;
                }

    .footerMobileDropdown::after, .footerMobileDropdown:after {
        margin-top: .45em;
    }

    .footerMobileArrowLink::after, .footerMobileArrowLink:after {
        margin-top: .5em;
    }

    .footerCopyrightBar {
        font-size: .9em;
    }

    .footerMobileTopAction {
        padding: .6em 1.5em;
    }

    .footerMobileTopActionCalc {
        padding-left: 2em;
        background-position: left center;
    }
    /* OTHER */
    #faq {
        margin-left: -0.7em;
    }

    .faq-categories .faq-category-title {
        width: 105%;
        padding-right: 30px;
    }

    .faq-categories-hidden {
        width: 50%;
        border: solid 1px #D4D4D4;
    }

    .faq-list {
        padding-right: 10%;
    }

    .faq-question {
        margin-left: 23px;
    }

        .faq-question:before, .close.faq-question:before {
            width: 23px;
            margin-left: -23px;
            vertical-align: text-top;
            margin-top: 1px;
        }

    .close.faq-question:before {
        content: url(/images/plusMobile.png);
    }

    .faq-question:before {
        content: url(/images/minusMobile.png);
    }

    .faq-answer {
        margin-left: 24px;
        font-size: 1.05em;
    }

    .center.mob-limitation {
        max-width: 367px;
        padding: 0 15px;
    }

    .section-header {
        margin-bottom: 36px;
        padding-top: 36px;
    }

    .section-filter-header-box {
        padding-bottom: 18px;
    }

    .section-header-title {
        font-size: 1.8em;
        letter-spacing: -.04em;
    }

    .section-filter-header-box .section-header-title,
    .section-filter-header-box .header-filter-box {
        max-width: 367px;
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }

    .section-filter-header-box .section-header-title {
        margin-bottom: 20px;
    }

    .section-header .center {
        padding: 0;
    }

    .section-news-list .center {
        max-width: 367px;
        margin: 0 auto;
    }

    .news-list {
        margin: 0 auto;
    }

        .news-list > li {
            width: 100%;
            margin-bottom: 20px;
            padding: 0;
        }

    #videos .news-box, #blog .news-box, .news-box.updates, .news-box {
        min-height: 15px;
        text-align: left;
    }

    #videos .news-img-wrap, #blog .news-img-wrap, .news-img-wrap {
        display: block;
    }

        .news-img-wrap img {
            width: 100%;
            height: auto;
        }

    .news-desc {
        padding: 15px 15px 0 15px;
    }

    .news-img-wrap + .news-desc {
        padding: 15px 15px 0 15px;
    }

    .news-date {
        font-size: 0.9em;
        letter-spacing: .04em;
    }

    .news-title {
        font-size: 1.6em;
        letter-spacing: .02em;
        line-height: 1.05;
    }

    #blog .news-box-type {
        margin-top: 0;
    }

    .news-img-wrap + .news-desc .news-title {
        height: auto;
        font-size: 1.33em;
        line-height: 1.1;
        letter-spacing: .01em;
    }

    .news-desc-content {
        display: none !important;
    }

    #ebooks a.news-link:after,
    #ebooks .news-link:after,
    #blog a.news-link:after,
    #blog .news-link:after,
    a.news-link:after,
    .news-link:after {
        right: 20px;
        bottom: 12px;
        width: 35px;
    }

    #ebooks a.news-link:hover:after,
    #ebooks .news-link:focus:after,
    #blog a.news-link:hover:after,
    #blog .news-link:focus:after,
    a.news-link:hover:after,
    a.news-link:focus:after,
    .news-link:hover:after,
    .news-link:focus:after {
        right: 12px;
    }

    .news-box.updates {
        overflow: visible;
        position: relative;
        display: block;
        padding: 46px 0;
        margin-top: 24px;
        margin-bottom: 24px;
    }

        .news-box.updates:before,
        .news-box.updates:after {
            position: absolute;
            content: '';
            width: 300%;
            left: -100%;
            height: 1px;
            background-color: #d4d4d4;
        }

        .news-box.updates:before {
            top: 0;
        }

        .news-box.updates:after {
            bottom: 0;
        }

    .news-box .footerActionTitle {
        overflow: hidden;
        max-width: 260px;
        text-align: left;
        margin: 0 0 28px;
        font-size: 1.75em;
        line-height: 1.1;
        letter-spacing: .03em;
    }

    .envelope-wrap {
        float: left;
        width: 52px;
        height: 52px;
        line-height: 48px;
        margin-right: 17px;
        border-width: 4px;
    }

        .envelope-wrap .fa {
            font-size: 20px;
        }

    .news-box .defaultCTA {
        overflow: hidden;
        margin-left: 70px;
        padding-top: 1em;
        padding-bottom: 1em;
        width: 100%;
        max-width: 248px;
        letter-spacing: .06em;
    }

    a.defaultCTA.small, .defaultCTA.small {
        padding-top: 1em;
        padding-bottom: 1em;
        width: 100%;
        max-width: 248px;
        font-size: .8em;
        letter-spacing: .06em;
    }

    #ebooks .news-box {
        min-height: 305px;
        padding: 0;
    }

    #ebooks .news-img-wrap {
        width: 100%;
        margin-right: 0;
        height: auto;
    }

    #ebooks .news-desc {
        overflow: hidden;
        padding: 5px 20px 30px;
    }

    #ebooks .news-img-wrap + .news-desc .news-title {
        height: initial;
    }

    .content-bottom-box .left-box,
    .content-bottom-box .social-links-box {
        float: none;
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
    }

    .section-banner .center,
    .section-content .center {
        max-width: 367px;
        padding: 0 15px;
    }

    .content-bottom-box .left-box {
        margin-bottom: 40px;
    }

    .banner-title {
        font-size: 2em;
    }

    .resources .faq-categories .faq-category-title {
        margin-right: 10px;
    }

    .alert-box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .alert-img-wrap {
        margin-right: 15px;
    }

    .alert-content {
        overflow: visible;
        padding-left: 56px;
    }

    .alert-title {
        overflow: hidden;
        padding-right: 40px;
    }

    a.alert-close,
    .alert-close {
        right: 15px;
    }

    .section-about-link .center {
        max-width: 367px;
    }

    .about-links-list {
        margin: 0;
    }

        .about-links-list > li,
        .about-links-list > li:nth-child(even),
        .about-links-list > li:nth-child(odd) {
            padding: 0;
            width: 100%;
        }

    .section-about-link .statsHeadline {
        margin-bottom: 40px;
    }

    .give-back-box {
        max-width: 326px;
    }

    .first-coll {
    }

        .first-coll .bg-img {
            min-width: 100%;
            max-width: 123%;
        }

        .first-coll .give-back-table {
            min-height: 322px;
        }

        .first-coll .give-back-table {
            padding: 30px 38px 80px 38px;
        }

        .first-coll .give-back-title {
            margin-bottom: 0;
            font-size: 2.4em;
        }

    .give-back-desc {
        margin-bottom: 17px;
        font-size: .8em;
        word-spacing: -.04em;
        line-height: 1.3;
    }

    .third-coll .give-back-table,
    .give-back-table {
        padding: 34px 30px;
    }

    .give-back-box a.defaultCTA.small,
    .give-back-box .defaultCTA.small {
        padding-top: .5em;
        padding-left: .9em;
        padding-bottom: .5em;
        max-width: initial;
        width: initial;
        min-width: 130px;
    }

        .give-back-box a.defaultCTA.small:after,
        .give-back-box .defaultCTA.small:after {
            right: 1em;
        }

    .first-coll .logo-box img {
        padding: 0 9px;
    }

    .first-coll .logo-box {
        left: 26px;
        bottom: 29px;
    }

    .logo-box .logo-4h {
        width: 58px;
    }

    .logo-box .logo-ffa {
        width: 52px;
    }

    .logo-box .logo-afa {
        width: 68px;
    }

    .second-coll,
    .third-coll {
        width: 100%;
        float: none;
    }

    .give-back-inner {
        position: inherit !important;
    }

    .second-coll .give-back-top,
    .second-coll .give-back-bottom,
    .third-coll .give-back-top,
    .first-coll {
        padding-bottom: 0;
    }

    .give-back-cell {
        vertical-align: top;
    }

    .give-back-title.small {
        font-size: 2.3em;
    }

    .second-coll .give-back-desc,
    .third-coll .give-back-desc {
        font-size: .8em;
        line-height: 1.1;
    }

    .third-coll .give-back-desc {
        max-width: 220px;
    }

    .give-back-desc a {
        padding-top: 10px;
        display: inline-block;
    }

    .section-header-title.big {
        margin-bottom: 30px;
        font-size: 1.9em;
        letter-spacing: -.06em;
    }

    .section-header-title.small {
        font-size: 1.8em;
        line-height: 1.1em;
    }

    .section-give-back {
        padding-bottom: 68px;
    }

    .section-news-list .section-header-title {
        display: block;
        max-width: 260px;
        margin: 0 auto 40px;
    }

    .two-coll-list {
        margin: 0 auto;
    }

        .two-coll-list .content {
            width: 100%;
            padding: 0;
        }

    .insurance .section-content {
        padding-top: 46px;
        padding-bottom: 70px;
    }

    .insurance .section-banner .center {
        height: 280px;
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .insurance .banner-title {
        margin-bottom: 47px;
        font-size: 2.4em;
        line-height: 1.2;
        letter-spacing: -.03em;
        word-spacing: -.1em;
    }

    .banner-page-nav a {
        padding: 5px 0;
        font-size: .8em;
        max-width: 80px;
        margin: 0 14px 10px;
        line-height: 1;
        letter-spacing: 0;
    }

    .box-title-wrap {
        margin-bottom: 30px;
    }

    .box-title {
        margin-bottom: 4px;
        font-size: 1.8em;
    }

    .box-sub-title {
        font-size: .95em;
        letter-spacing: -.02em;
        word-spacing: -.1em;
    }

    .insurance .content {
        margin-bottom: 28px;
    }

    .content,
    .content p,
    .content li {
        line-height: 1.56em;
        font-size: .95em;
    }

        .content.big,
        .content.big p,
        .content.big li {
            font-size: .95em;
            line-height: 1.2;
        }

        .content h1, .content .h1style,
        .content h2, .content .h2style,
        .content h3, .content .h3style,
        .content h4, .content .h4style,
        .content h5, .content .h5style,
        .content h6, .content .h6style {
            margin-bottom: 8px;
            line-height: 1.2;
            letter-spacing: -.03em;
            word-spacing: -.1em;
        }

    .two-coll-list .content ol,
    .two-coll-list .content ul {
        margin-left: 22px;
    }

    .note {
        font-size: .7em;
        line-height: 1.3;
    }

    .insurance .sidebar {
        width: 100%;
        margin-top: 44px;
    }

    .widget-zip .widget-title {
        margin-bottom: 15px;
        max-width: 100%;
        font-size: 1.1em;
    }

    .widget-zip .footerActionForm {
        max-width: 100%;
    }

    .news-nav-link {
        width: 100%;
    }

        .news-nav-link:nth-child(odd),
        .news-nav-link:nth-child(even) {
            text-align: center;
        }

        .news-nav-link:after {
            content: none;
        }

    #contact-form-wrap > div {
        width: 100%;
    }

    #contact-form-wrap {
        margin-top: 40px;
    }

    #contact-form, #contact-info {
        margin-left: 0px;
    }

    #contact-info {
        width: 100%;
    }

    .contact-legend {
        width: 100%;
    }

    #contact-form .formMod {
        padding-right: 0;
    }

    #contact-form .form-radio label {
        width: 100%;
        display: block;
    }

    .form-field, .form-textarea, .form-radio {
        width: 100%;
    }

        .form-radio label {
            width: 49%;
        }

    #location-details {
        margin-left: -15px;
    }

    .news-list .news-title {
        padding-bottom: 0;
    }

    .map-header {
        margin: 21px 0 0px -12px;
    }

    .find-box-text {
        margin-right: 0px;
    }

    .find-box-input {
        width: calc(100% - 166px);
    }

    .find-view-select > div {
        font-size: 14px;
        width: 48%;
    }

    .mapPopUp .popup-content > * {
        margin-bottom: unset !important;
    }

    .mapPopUp.mobile .popup-content div {
        padding-bottom: 0;
    }

    .section-list {
        margin-left: -13px !important;
    }

        .section-list > div {
            width: 100% !important;
            min-width: 262px !important;
        }

    .section-map {
        min-height: 0;
    }

    .mapPopUp.mobile {
        min-height: 120px;
        height: 35%;
        position: absolute;
        top: auto !important;
        bottom: 0 !important;
        overflow: hidden;
    }

        .mapPopUp.mobile .popup-anchor {
            padding: 10px 0;
        }

        .mapPopUp.mobile .popup-content .Name {
            width: 80%;
        }

    .calc .calc-wrap, .calc h1 {
        margin-left: 20px;
    }

    #base-calculator {
        padding-right: 20px;
    }

    #calc-results-wrap {
        margin-left: -20px;
        width: calc(100% + 20px);
    }

    .h1style.smallTitle {
        font-size: 2.75em
    }
    .giving-map .dropDownList {
        width: 14.5em;
    }
    .giving-map .map-sizer {
        min-width: 100%;
        max-width: none;
    }
    /* IM REFRESH */
    .im-refresh.mainPageHeroWrap {
      height: 40.93em;
    }
    .im-refresh .mainPageHeroWrap-cutout {
      height: 40.53em;
    }
    .im-refresh .mainPageHeroContent {
      padding-top: 8.7em;
    }
    .im-refresh .heroQuickLink:first-of-type {
      padding: 2em 3.6em 2.4em 2.5em;
    }
    .im-refresh .heroQuickLinkWrap {
      bottom: 0;
    }
    .im-refresh .heroQuickLinkTable {
      padding: 0 0 .6em;
    }
    .lender-understand-flex {
      flex-wrap: wrap;
      margin: 0 auto 0 0;
      max-width: 19.1em;
    }
    .im-refresh.testimonial-wrap {
      margin: 0 0 7.6rem 0;
    }
    .slick-initialized .testimonial-tile.slick-slide.slick-current {
      max-height: 21.9em;
      /*max-height: 17.9em;*/
      /*height: 17.9em;*/
      width: 16.6em !important;
    }
    .slick-initialized .testimonial-tile.slick-slide {
      /*height: 16.4em;*/
      max-height: 16.4em;
    }
    .testimonial-tile-slick .slick-prev, 
    .testimonial-tile-slick .slick-next {
      bottom: -6rem;
      height: 2.754rem;
      top: auto;
      /*top: 21.2rem;*/
      width: 2.754rem;
    }
    .testimonial-center {
      padding: 0 .9em .9em .9em;
    }
    .testimonial-slide-wrap {
      right: -.5em;
    }
    .testimonial-tile-slick .slick-track {
      gap: .7em;
    }
    .slick-initialized .testimonial-tile.slick-slide.slick-current .news-box-type,
    .slick-initialized .testimonial-tile.slick-slide.slick-current .news-title {
      font-size: .88em;
    }
    .slick-initialized .testimonial-tile.slick-slide.slick-current .news-city {
      font-size: .78em;
    }
    .testimonial-tile-slick .slick-prev {
      left: 22.9%;
    }
    .testimonial-tile-slick .slick-next {
      left: 33.4%;
    }
    .farm-flex {
      flex-wrap: wrap;
      gap: 2.8em;
      padding: 1.9em 0 0 0;
    }
    .points-form-element-wrap .hs-form-private .hs-form-field,
    .points-form-element-wrap .hbspt-form .hs-form-private .hs-submit {
      display: block !important;
      max-width: 100% !important;
      width: 100% !important;
    }
    .points-form-element-wrap .hs-form-private .form-columns-2 {
      flex-wrap: wrap;
    }
    .points-form-element-wrap .hbspt-form .hs-form-private .hs-submit input.hs-button {
      background: #41701b url(/images/download-icon.svg) no-repeat right;
      background-position: 95% 50%;
      max-width: 100%;
    }
    .points-form-element-wrap .hbspt-form .hs-form-private .hs-submit .actions input.hs-button:hover {
      background: #fff url(/images/download-icon.svg) no-repeat right;
      background-position: 95% 50%;
    }
    .careerPageWrap .im-refresh.mainPageHeroWrap {
        height: 40.93em;
    }
    .careerPageWrap .im-refresh .mainPageHeroWrap-cutout {
        height: 40.53em;
    }
}

@media screen and (max-width: 518px) {
    .news-list .news-image {
        width: 117px;
    }

    .news-list .news-info {
        width: calc(100% - 135px) !important
    }

        .news-list .news-info.no-image {
            width: 100% !important;
        }
}

@media screen and (max-width: 420px) {
    .find-input {
        width: 48% !important;
    }
}

@media screen and (max-width: 400px) {
    .main-info {
        margin-bottom: 5px;
    }

    .mapPopUp.mobile .popup-content .location-link {
        padding: 5px 20px 0 5px;
    }

    .mapPopUp.mobile .sec-info.Hours {
        margin-top: -5px;
    }

    .mapPopUp.mobile .mobileMapInfo {
        padding-left: 25px !important;
    }
    /* Talk Loan Officer Form */
    .talk-loan-form-wrap {
      gap: 0;
    }
    #Talk-loanofficer {
      padding: 0;
    }
    .talk-loan-form-wrap .defaultInput, 
    .talk-loan-form-wrap .defaultSelect {
      height: 38px;
    }
}

@media screen and (max-width: 380px) {
    .alert-title {
        overflow: visible;
    }

    .defaultCTA {
        min-width: initial;
        width: 100%;
    }
}

@media screen and (max-width: 374px) {
    .filter-option {
        padding: 20px 2px 10px 3px;
    }
}

@media screen and (max-width: 300px) {
    .find-box-text {
        display: none !important;
    }

    .find-box-input {
        width: calc(100% - 81px);
    }
}

@media print {
    p {
        padding: 0;
    }
    img {
        display: block;
        max-width: 100%;
        float: none;
    }
    .center {
        padding: 0;
    }
    .navigationWrap, .footerWrap, .navigationLinkWrap, .fullSiteLink, .hamburgerIcon, .mobileLoginLink, .floatingActionWrap, .adminNavWrapCollapsed, .highlightBanner {
        display: none !important;
    }
}

/** Scholarship Form **/
.form-section-title {
    cursor: pointer;
}

    .form-section-title:before {
        content: url(/images/plus.png);
        color: #5E9730;
        width: 46px;
        display: inline-block;
        margin-left: -46px;
    }

    .form-section-title.close:before {
        content: url(/images/minus.png);
    }

.progress-label {
    font-size: 15px;
    position: absolute;
    right: 0;
    font-weight: 700;
    top: 36px;
    color: #5e9631;
    text-transform: uppercase;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
}

.progress-label.incomplete {
    color: #c8c8c8;
}

.section-disabled, .section-disabled input, .section-disabled select {
    color: lightgray;
}

.deleteExperience {
    position: absolute;
    font-size: 20px;
    right: 0;
    font-weight: bold;
    color: green;
    cursor: pointer;
    z-index: 1;
}

.scholarship-form .field-validation-valid {
    display: none;
}

.scholarship-form .field-validation-error {
    display: none;
}

.scholarship-form .showDetailedErrors .field-validation-error {
    display: block;
}

.scholarship-form input.input-validation-error, textarea.input-validation-error {
    border: 1px solid #a70c0a;
}

.scholarship-form .scholarship-form-space {
    height: 20px;
}

.scholarship-form .wordCountContainer {
    font-size: 14px;
}

.scholarship-form .defaultSection p.h2style {
    width: 75%;
}

.scholarship-form .defaultSection .form-section-title.close {
    color: #464646;
    font-weight: 700;
}

.scholarship-form .defaultSection .form-section-title {
    padding-top: 0;
    padding-left: 56px;
    color: #a3a3a3;
    font-size: 28px;
    text-transform: none;
    font-family: 'CeraPRO', Arial, Tahoma, sans-serif;
    font-weight: 300;
}

.scholarship-form form .defaultSection {
    margin-bottom: 0;
    padding: 24px 0;
}

.scholarship-form .form-section-title:before {
    margin-left: 0;
    position: absolute;
    left: 10px;
    top: 24px;
}

.scholarship-form .defaultTextarea {
    height: 164px;
}

.scholarship-form .pdf {
    padding-left: 30px;
    display: inline-block;
    font-weight: 700;
    color: #464646;
    line-height: 28px;
    background: url(/images/pdf.png) left top no-repeat;
}

.scholarship-form .btn-size {
    margin-right: 30px;
    line-height: 66px;
    padding-top: 0;
    padding-bottom: 0;
    min-width: 0;
    width: 242px;
}

    .scholarship-form .btn-size.last-btn {
        margin-right: 0;
    }

.scholarship-form .default-btn {
    color: #446e23;
    border: 1px solid #b0b0b0;
    background-color: #fff;
}

.scholarship-form .default-btn:hover {
    color: #fff;
    border: 1px solid #446e23;
    background-color: #446e23;
}

.scholarship-form .default-btn:after {
    border-left-color: #446e23;
}

.scholarship-form .default-btn:hover:after {
    border-left-color: #fff;
}

.scholarship-form .progress-label {
    top: 26px;
}

.scholarship-form .defaultInput {
    padding: 0 18px;
}

.scholarship-form .line {
    padding-top: 20px;
    padding-bottom: 15px;
}

.scholarship-form .line span {
    display: block;
    width: 100%;
    height: 1px;
    background: #c7c7c7;
}

.scholarship-form .deleteExperience {
    margin-top: 35px;
}
/* The container */ 
.checkmark-flex-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
.check-label {
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    line-height: 1.3em;
    max-width: 9.49em;
    position: relative;
    line-height: 1.3em;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
    /* Hide the browser's default checkbox */
    .check-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    .check-label
    /* Create a custom checkbox */
    .checkmark {
        position: relative;
        padding-left: 35px;
    }

.checkmark:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 26px;
    width: 26px;
    border: 3px solid #5e9631;
}

.section-disabled .checkmark:before {
    border-color: lightgray;
}

.section-disabled .form-section-title:before {
    opacity: .5;
}
/* On mouse-over, add a grey background color */
.check-label:hover input ~ .checkmark {
    background-color: #fff;
}
/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .checkmark {
    background-color: #fff;
    font-weight: bold;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.check-label input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.check-label .checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid #5e9631;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media print {
    .scholarship-form button, .scholarship-form .hpi, .scholarship-form .field-validation-error {
        display: none !important;
    }

    .scholarship-form .form-section-content {
        display: block !important;
    }

    .scholarship-form .defaultSimplePageWrap, .scholarship-form .h1style {
        padding: 0 0 0 0;
    }

    .scholarship-form .h1style {
        font-size: 3em;
    }

    .scholarship-form .defaultSection p.h2style {
        font-size: 28px;
    }

    .scholarship-form .progress-label {
        font-size: 17px;
        right: 60px;
        top: 35px;
    }

    .scholarship-form .defaultSection p, .scholarship-form p, .scholarship-form .defaultLabel, .scholarship-form .defaultInput, .scholarship-form .defaultSelect, .scholarship-form .defaultTextarea {
        font-size: 0.85em;
        font-weight: normal;
    }

    .scholarship-form .defaultLabel, .scholarship-form .defaultSection p, .scholarship-form p {font-weight: bold;}
    .scholarship-form .defaultLabel.check-label, .defaultInput, .printArea, .scholarship-form .field-validation-valid {font-weight: normal !important;}
    /*.scholarship-form .field-validation-valid {display: block; font-weight: normal;}*/
    .scholarship-form .defaultInput, .scholarship-form .defaultSelect, select {
        height: 42px;
    }

    .scholarship-form #awards-section {
        page-break-before: always;
    }

    .scholarship-form textarea, .scholarship-form .defaultInput {
        display: none;
    }

    .scholarship-form .printArea {
        display: block;
        position: relative;
        width: 100%;
        padding: 16px 16px 12px 11px;
        border: 2px solid #c5c5c5;
        height: auto;
        font-size: 16px;
        line-height: 20px;
        font-weight: 700;
        page-break-inside: avoid;
    }

    .scholarship-form .special-print > div:nth-child(1) {
        width: 18%;
    }

    .scholarship-form .special-print > div:nth-child(2) {
        width: 28%;
    }

    .scholarship-form .special-print > div:nth-child(3) {
        width: 53%;
    }
    .scholarship-form .formRow .formMod {
        display: block !important; 
        width: 100% !important;
    }
	
}

@media screen and (max-width: 880px) {
    .scholarship-form .btn-size {
        margin-top: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 599px) {
    .scholarship-form .btn-size {
        width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 540px) {
    .scholarship-form .defaultSection p.h2style {
        width: 100%;
    }

    .scholarship-form .progress-label {
        top: 0;
    }

    .scholarship-form .defaultSection .form-section-title {
        padding-left: 42px;
    }

    .scholarship-form .defaultCTA {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 1349px) {
    .leadgen .leftSide {
        max-width: none;
        width: 65%;
    }

    .leadgen .rightSide {
        max-width: none;
        width: 30%;
    }
}

@media screen and (max-width: 1199px) {
    .leadgen {
        padding: 0;
    }

        .leadgen .img-border {
            max-width: 120px;
        }

        .leadgen .text {
            margin: 5px 0 0 15px;
        }
}
@media screen and (max-width: 960px) {
       .sectionBanner.sectionResource h1 { padding: 0 20px; max-width: 100%;  }
}

@media screen and (max-width: 999px) {
    .sectionBanner.sectionResource h1 { font-size: 2.5em; line-height: 1.06em; }
    .full-access p { font-size: 22px; line-height: 26px; }
    .full-access { height: 300px; }

    .leadgen {

        padding: 0;
    }

        .leadgen .img-border {
            max-width: 100px;
        }

        .leadgen .text {
            margin: 5px 0 0 15px;
        }

        .leadgen .title {
            font-size: 18px;
            line-height: 22px;
        }

        .leadgen .text {
            width: 52%;
        }

        .leadgen .rightSide {
            width: 35%;
        }
}

@media screen and (max-width: 767px) {
    .sectionBanner.sectionResource { height: 18.9em; }
    .sectionBanner.sectionResource h1 {
        font-size: 1.89em;
        line-height: 1.06em;
    }
  
    .article-popup { padding: 20px 0;        }
        .article-popup .text { margin: 50px 0; }
        .leadgen .leftSide {
            width: 100%;
            padding-right: 0;
        }
    .full-access { height: 250px; }
    .article-popup .WrapClose {
        height: 20px;
        width: 20px;
        top: 15px;
        right: 10px;
    }
    .full-access .defaultCTA { font-size: 1em;  }
        .full-access .defaultCTA { line-height: 50px; height: auto; }
        .leadgen .rightSide {
            width: 100%;
        }
    .article-popup .text {
        transform: translate(0%, 0%);
        position: static;
        margin: 80px auto;
        max-width: 400px;
        width: 90%;
        float: none;
    }
}

@media screen and (max-height: 700px) {

    .article-popup .text {
        transform: translate(0%, 0%);
        position: static;
        margin: 80px auto;
 
 
        float: none;
    }
}

 


.imlbWrap {
  position: fixed;
  display: none;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 0 0 0;
  z-index: 9998;
  text-align: center;
  background: rgba(28,31,33,0.91);
  box-sizing: border-box;
}
.imlbWrap a {
    text-decoration:none;
}
.imlbWrap::before, .imlbWrap:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.imlbContent {
    position:absolute;
    top:0px;
    vertical-align: middle;
    width:100%;
    height:100%;
}

.imlbDisplay {
    position:relative;
    padding:35px 100px;
    box-sizing:border-box;
    z-index:100;
}
.imlbDisplay div {
    position:relative;
}
.imlbDisplay div img {
    display:block;
    width:auto;
    max-height: 100%;
    height:auto;
    object-fit:contain;
}
.imlbDisplay .video {
    cursor:pointer;
}

.imlbDisplay img {
    display:block;
    margin:auto;
    width:auto;
    height:auto;
    max-height:100%;
    max-width:100%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    object-fit:cover;
}
.imlbControls {
    position:fixed;
    top: 50%;
    width:100%;
    margin: -30px 0 0 0;
    z-index: 900;
}
.imlbPrev, .imlbNext, .slidePrev, .slideNext {
   font-family: "MrEavesModOT", Arial, Verdana, Tahoma, sans-serif;
   font-size: 0;
   font-weight: normal;
   padding: 0 10px;
   letter-spacing: .25em;
   text-transform: uppercase;
   color: #fff;
   height: auto;
   width: auto;
   background: #5e9631;
   display:inline-block;
   line-height:29px;
   vertical-align:middle;
}

.imlbPrev, .slidePrev {
    position:absolute; left:0px; /*margin-left:25px;*/-webkit-transition: .25s ease;-moz-transition: .25s ease;transition: .25s ease;
}
.imlbPrev:hover, .imlbPrev:focus, .slidePrev:hover, .slidePrev:focus {margin-left: 10px;}
.imlbNext, .slideNext {
    position:absolute; right:0px; /*margin-right:25px;*/-webkit-transition: .25s ease;-moz-transition: .25s ease;transition: .25s ease;
}
.imlbNext:hover, .imlbNext:focus, .slideNext:hover, .slideNext:focus {margin-right: 10px;}
.slidePrev, .slideNext {top: 32%;}
.imlbPrev::before, .imlbPrev:before,
.imlbNext::after, .imlbNext:after, .slidePrev::before, .slidePrev:before,
.slideNext::after, .slideNext:after {
    position:relative;
        display: inline-block;
        content: '';
        width: 24px;
        height: 26px;
        vertical-align: middle;
        margin: 28px 2px;
        top:-2px;
    }
.imlbPrev::before, .imlbPrev:before, .slidePrev::before, .slideNext:before {
     margin-right: 5px; 
     background: url("/images/banner-arrow-sprite.png") no-repeat 0 -27px;
     background-size: 100% auto;
}

.imlbNext::after, .imlbNext:after, .slideNext::after, .slideNext:after {
    margin-left: 5px; 
    background: url("/images/banner-arrow-sprite.png") no-repeat 0 5px;
    background-size: 100%;
}
.imlbCaption {
    /*padding:0px 25px 15px 25px;*/
    color:#fff;
    text-align:center;
    margin:0 auto;
    width:100%;
    position:fixed;
    font-size: 20px;
    line-height: 1.4em;
    bottom:0px;
    width:100%;
    padding:15px 250px;
    min-height: 120px;
    height:auto;
    max-height:10%;
    overflow-y:auto;
}
.imlbClose {
    position:absolute;
    display:block;
    height: 120px;
    width: 120px;
    top: 0;
    right: 0;
    background: url(/includes/imlightbox/images/close.png) no-repeat center;
    background-size: 35px auto;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    transition: .25s;
    z-index:999;
}
.imlbClose:hover, .imlbClose:focus { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); transform: rotate(180deg); }

.imlbNoScroll {overflow:hidden; height: 100%;}
.imlbHidden {display:none;}

@media screen and (max-width: 767px) {

    .imlbWrap .imlbClose {
        height: 65px;
        width: 65px;
        background-size: 15px auto;
    }
    .imlbWrap .imlbDisplay {padding:65px 20px;}
    .imlbWrap .imlbControls {
        max-height:30%;
        top: auto;
        bottom: 0;
        margin: 0;
        height: 60px;
    }
    .imlbWrap .imlbCaption {font-size:12px;line-height:20px; padding: 15px 50px;}
  /*.imlbPrev::before, .imlbPrev:before, .imlbNext::after, .imlbNext:after { width: 13px; height: 30px; }*/
  .imlbNext { margin-right: 15px;}
  .imlbPrev { margin-left: 15px;}
  .imlbPrev::before, .imlbPrev:before, .imlbNext::after, .imlbNext:after {width: 20px; height: 23px; }
  .imlbPrev::before, .imlbPrev:before {background-size: 100% auto; background-position: 0 -24px;}
  .imlbNext::after, .imlbNext:after {background-size: 100% auto;}
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    /*overflow: hidden;*/

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;

    padding: 0px 15px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

