@charset "UTF-8";
/*
Theme Name: DGSD
Theme URI: http://www.ideamktg.com
Author: Idea Marketing Group
Author URI: http://www.ideamktg.com
Description:
Version: 1.3.26
License:
License URI:
Tags:
Text Domain:
*/
/* Global Variables */
/* Colors */
/* Breakpoint Widths */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("library/fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("library/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("library/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("library/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("library/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("library/fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

.fa-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-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-genderless:before,
.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-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-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";
}

/* Global Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
}

html {
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background: #034886;
}

body {
  overflow: visible;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #333;
  background: #ffffff;
  font-family: "Questrial", sans-serif;
  font-size: 17px;
}

/* Globalized elements
-------------------------------------------------------------- */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, dl, blockquote, pre, table, p,
h1, h2, h3, h4, h5, h6, hr {
  margin: 0 0 20px;
}

*, *:before, *:after {
  outline: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* Elements with border-box model
-------------------------------------------------------------- */
input,
textarea,
select,
button,
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Column/Grid Styles
-------------------------------------------------------------- */
.row {
  margin: 0 -1.5%;
  padding: 0;
  clear: both;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row > [class*=col-],
.row > [class*=grid-] {
  float: left;
  clear: none;
  margin: 0 1.5% 3%;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row > [class*=col-] > *:last-child,
.row > [class*=grid-] > *:last-child {
  margin-bottom: 0;
}
.row.no-margin, .row.no-margin > [class*=col-], .row.no-margin > [class*=grid-] {
  margin-bottom: 0;
}

.col-full {
  width: 97%;
}

.col-12 {
  width: 47%;
}

.col-13 {
  width: 30.333%;
}

.col-23 {
  width: 63.666%;
}

.col-14 {
  width: 22%;
}

.col-34 {
  width: 72%;
}

.col-15 {
  width: 17%;
}

.col-25 {
  width: 37%;
}

.col-35 {
  width: 57%;
}

.col-45 {
  width: 77%;
}

.grid-12 {
  width: 97%;
}

.grid-11 {
  width: 88.666%;
}

.grid-10 {
  width: 80.333%;
}

.grid-9 {
  width: 72%;
}

.grid-8 {
  width: 63.666%;
}

.grid-7 {
  width: 55.333%;
}

.grid-6 {
  width: 47%;
}

.grid-5 {
  width: 38.666%;
}

.grid-4 {
  width: 30.333%;
}

.grid-3 {
  width: 22%;
}

.grid-2 {
  width: 13.666%;
}

.grid-1 {
  width: 5.333%;
}

@media (max-width: 640px) {
  .row {
    margin: 0;
  }
  .row > [class*=col-],
  .row > [class*=grid-] {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
}
/* General element styles
-------------------------------------------------------------- */
a {
  color: #034886;
  font-size: inherit;
  font-family: inherit;
}
a:hover {
  color: rgb(4.1167883212, 98.802919708, 183.8832116788);
}
a:active {
  color: rgb(4.1167883212, 98.802919708, 183.8832116788);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e6ec2;
  font-family: "Questrial", sans-serif;
  text-decoration: none;
}

h1 {
  font-size: 2.075em;
}

h2 {
  font-size: 1.97em;
  color: #034886;
  margin-bottom: 5px;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.6em;
  color: #034886;
  margin-bottom: 25px;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.3em;
  color: #034886;
  line-height: 1.35;
}

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

ol,
ul {
  margin-left: 10px;
  padding-left: 10px;
  color: #333333;
}
ol li,
ul li {
  font-size: inherit;
  line-height: 1.5;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dl {
  overflow: hidden;
}
dl dt,
dl dd {
  margin: 0 0 5px;
  padding: 0;
  font-size: inherit;
  line-height: 1.5;
}
dl dt {
  float: left;
  clear: left;
  padding: 0;
  width: 100px;
  text-align: left;
  font-weight: bold;
  color: inherit;
}
dl dt:after {
  content: none;
}
dl dd {
  margin-left: 120px;
}
dl dd:after {
  content: "";
  display: table;
  clear: both;
}

blockquote {
  quotes: none;
  position: relative;
  padding: 20px;
  background: #eee;
  color: #777;
}
blockquote p {
  margin: 0;
  padding: 0;
}
blockquote strong,
blockquote cite {
  display: block;
  margin: 5px 0 0 0;
  color: #333;
  line-height: 1.5;
  font-style: normal;
  font-weight: bold;
  white-space: nowrap;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote,
blockquote > p,
q {
  font-style: italic;
  color: #777;
}

q {
  padding: 0.3em 0.5em;
  background: #fff;
}

p,
address {
  font-size: inherit;
  line-height: 1.4;
  color: #333333;
}

p:empty {
  display: none;
}

hr {
  display: block;
  border: none;
  height: 1px;
  border: none;
  background: #ddd;
}

strong,
em {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

pre,
code {
  font-family: "Consolas", "Courier New", Courier, monospace;
  font-size: inherit;
  font-weight: normal;
}

pre {
  overflow: auto;
  padding: 15px;
  background: #eee;
  color: #333;
  font-size: 12px;
  border-left: 5px solid #00aaff;
  line-height: 1.3;
  text-align: left;
}

code {
  padding: 5px 10px;
  background: #fff;
}

/* Table styles
-------------------------------------------------------------- */
table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
table caption {
  padding: 12px 10px;
  margin: 0 0 -1px;
  background: #444;
  color: #ffffff;
  text-align: left;
  font-size: 1.1em;
  line-height: 1.4;
}
table tr {
  margin: 0;
  padding: 0;
}
table tr th,
table tr td {
  padding: 10px;
  text-align: left;
  font-size: 1em;
  line-height: 1.4;
  border: 1px solid #ddd;
  vertical-align: middle;
}
table tr th.alignleft,
table tr td.alignleft {
  text-align: left;
}
table tr th.aligncenter,
table tr td.aligncenter {
  text-align: center;
}
table tr th.alignright,
table tr td.alignright {
  text-align: right;
}
table tr th {
  color: inherit;
  font-weight: bold;
}
table tr td {
  color: inherit;
}
table thead tr th,
table thead tr td {
  border-top: none;
  border-bottom: none;
}
table thead tr th {
  background: #444;
  border-color: #333;
  color: #ffffff;
}
table tbody tr:nth-child(odd) th {
  background: #fff;
}
table tbody tr:nth-child(odd) td {
  background: #f8f8f8;
}
table tbody tr:nth-child(even) th {
  background: #fff;
}
table tbody tr:nth-child(even) td {
  background: #f4f4f4;
}
/* Center content on page with built in clearfix
-------------------------------------------------------------- */
.ctr {
  position: relative;
  max-width: 1000px;
  padding: 0 2%;
  margin: 0 auto;
}
.ctr:after {
  content: "";
  display: table;
  clear: both;
}

/* General Usage Styles
-------------------------------------------------------------- */
.clr:after,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.border {
  border: 1px solid #ddd;
  background: #eee;
}

img.border {
  padding: 4px;
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline;
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.float-none {
  float: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.alignnone {
  text-align: inherit;
}

.aligncenter {
  text-align: center;
}

img.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.alignright {
  text-align: right;
}

img.alignright,
div.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  text-align: left;
}

img.alignleft,
div.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

/* ==========================================================================
   Accessibility helpers
   ========================================================================== */
:focus-visible,
a:focus-visible,
button:focus-visible,
input:not([type=checkbox]):not([type=radio]):focus-visible,
select:focus-visible,
textarea:focus-visible,
[type=checkbox]:focus-visible + span:after,
[type=radio]:focus-visible + span:after {
  outline: 2px dashed #d5810b;
  outline-offset: 4px;
  transition: none;
}

a.skip-link {
  transition: none;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  line-height: 1.2;
  margin: 0;
  overflow: visible;
  width: fit-content;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10000;
  padding: 10px 15px;
  background: #034886;
  color: #ffffff;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* Form/input/button styles
-------------------------------------------------------------- */
input,
textarea,
select,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.4;
  color: inherit;
  vertical-align: middle;
  border: 1px solid #034886;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=url],
input[type=date],
input[type=time],
input[type=datetime],
input[type=number],
input[type=range],
input[type=tel],
input[type=range],
input[type=file],
textarea,
select {
  padding: 0 10px;
  height: 36px;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

textarea {
  padding: 10px;
  height: auto;
  line-height: 1.2;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
}

input[type=submit],
button,
.btn,
.button {
  display: inline;
  display: inline-block;
  height: 36px;
  padding: 0 20px;
  margin: 2px 0;
  color: #fff;
  background: #d5810b;
  border: none;
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: normal;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
input[type=submit]:hover,
button:hover,
.btn:hover,
.button:hover {
  background-color: rgb(243.4598214286, 155.3348214286, 31.5401785714);
  color: #fff;
  cursor: pointer;
}

a.btn,
a.button,
span.btn {
  line-height: 36px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

input:-moz-placeholder {
  color: #888;
}

.alert {
  margin: 0 0 20px;
  padding: 20px;
  background: #777;
  line-height: 1.3;
  color: #fff;
}
.alert.error {
  background: #f64b2f;
}
.alert.success {
  background: #7eb62e;
}
.alert.warning {
  background: #e1b311;
}
.alert.notice {
  background: #2fa9f6;
}

#hdr {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  text-align: center;
}
#hdr, #hdr * {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#hdr #logo {
  display: block;
  margin: 0 auto;
  padding: 15px;
  width: 236px;
  height: 93px;
}
#hdr #logo img {
  width: 236px;
  height: 93px;
  max-width: none;
  display: block;
  margin: 0 auto 15px;
}
#hdr .mnu-bkg {
  background: #ffffff;
  padding: 5px 0;
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
@media (max-width: 768px) {
  #hdr {
    position: static;
    margin: 0;
    padding: 10px;
    background: #ffffff;
    text-align: left;
  }
  #hdr:after {
    content: "";
    display: table;
    clear: both;
  }
  #hdr #logo {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
  }
  #hdr #logo img {
    float: left;
    width: 118px;
    height: 46.5px;
    margin: 0;
    padding: 0;
  }
  #hdr .mnu-bkg {
    position: fixed;
    z-index: 9999;
    overflow: inherit;
    height: 0;
    width: 0;
    margin: 0;
    padding: 0;
    filter: alpha(opacity=(98.125));
    -moz-opacity: 0.98125;
    -khtml-opacity: 0.98125;
    opacity: 0.98125;
  }
}

body.page-is-scrolled #hdr {
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9675);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.375);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.375);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.375);
}
body.page-is-scrolled #hdr #logo {
  padding: 10px;
}
body.page-is-scrolled #hdr #logo, body.page-is-scrolled #hdr #logo img {
  height: 46.5px;
  width: 118px;
}

#ftr {
  padding: 0;
  margin: 0;
  background: #ebebeb;
}
#ftr .row .col-13 h4 {
  margin: 30px 0 2px 0;
}
#ftr .row .col-13 p {
  color: #034886;
}
#ftr .row .col-13 p a {
  margin-top: 5px;
}
#ftr .row .col-13 p a #social-icon {
  margin-top: 5px;
  display: block;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#ftr .row .col-13 p a #social-icon:hover {
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#ftr .btm-footer {
  background: #034886;
  padding: 15px 0;
}
#ftr .btm-footer p {
  color: #ffffff;
  font-size: 0.85em;
  margin-bottom: 0;
}

#searchform {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

#sections .section.reduce-width .ctr {
  max-width: 850px;
}
#sections .section.reduce-width .ctr h6 {
  font-size: 1.1em;
}

#location h2 {
  margin-bottom: 30px;
}
#location .form {
  border-right: 2px solid #ff9500;
  padding-right: 40px;
}
#location .form #gmap h6 {
  font-size: 1.2em;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  #location .form {
    border-right: none;
  }
}
#location .content {
  padding-left: 20px;
}
#location .content h6 {
  font-size: 1.25em;
  margin: 40px 0 2px;
  font-weight: 500;
}

/* Section styles
-------------------------------------------------------------- */
.yellow-border {
  border: 2px solid #d5810b;
  padding: 5px;
  margin-bottom: 20px;
}

.black-border {
  border: 1px solid #000000;
  padding: 30px;
}

.dos-and-donts {
  text-align: center;
}
.dos-and-donts.section {
  padding: 20px 0 0;
}
.dos-and-donts .content {
  margin: 70px 0 20px;
  border-top: 1px solid rgb(191.25, 191.25, 191.25);
}
.dos-and-donts .content .left-c,
.dos-and-donts .content .right-c {
  text-align: left;
  padding: 20px;
  background: #f4f4f4;
}
.dos-and-donts .content .left-c {
  margin-left: 0;
}
.dos-and-donts .content .right-c {
  width: 41.65%;
  margin-right: 0;
}
@media (max-width: 640px) {
  .dos-and-donts .content .right-c {
    width: 100%;
  }
}
.dos-and-donts .content .icon {
  margin-top: -40px;
  text-align: center;
  padding: 15px;
  background: #034886;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .dos-and-donts .content {
    border-bottom: 1px solid #034886;
    margin-top: 30px;
  }
  .dos-and-donts .content:last-child {
    border-bottom: none;
  }
  .dos-and-donts .content .icon {
    max-width: 100px;
    margin-top: 0;
  }
}

.column-section a.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.column-content h4 {
  margin-bottom: 5px;
  font-size: 1.6em;
  color: #034886;
}
.column-content h4:hover {
  color: rgb(4.1167883212, 98.802919708, 183.8832116788);
}

.sewer-problems {
  background: #034886;
  text-align: center;
  padding: 18px 30px;
}
.sewer-problems h3 {
  color: #ffffff;
  line-height: 1.2em;
  margin: 0;
}
.sewer-problems h3 span {
  color: #d5810b;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .sewer-problems {
    padding: 20px;
  }
}

#education .section-bkg {
  position: relative;
  background: #ffffff;
}
#education .section-bkg .bkg-image {
  position: absolute;
  z-index: 0;
  left: 49.5%;
  top: 50%;
  min-height: 100%;
  max-width: none;
  display: block;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#education .section-bkg .ctr .content {
  margin: 0;
  height: 281px;
  padding: 75px 0 0 600px;
  position: relative;
  z-index: 5;
}
#education .section-bkg .ctr .content h2 {
  font-size: 2.3em;
}
#education .section-bkg .ctr .content p {
  color: #034886;
  font-size: 1.1em;
}
#education .section-bkg .ctr .content a {
  display: block;
  line-height: 1.65em;
}

#biosolids .section-bkg {
  position: relative;
  background: #000000;
}
#biosolids .section-bkg .bkg-image {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  min-height: 100%;
  max-width: none;
  display: block;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#biosolids .section-bkg .ctr .content {
  margin: 0;
  height: 307px;
  padding: 80px 0 0 0;
  position: relative;
  width: 450px;
  z-index: 5;
}
#biosolids .section-bkg .ctr .content h2 {
  color: #ffffff;
  font-size: 2.3em;
}
#biosolids .section-bkg .ctr .content p {
  color: #ffffff;
  font-size: 1.1em;
}

#government .section-bkg {
  position: relative;
  background: #034886;
}
#government .section-bkg .bkg-image {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  min-height: 100%;
  max-width: none;
  display: block;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#government .section-bkg .ctr .content {
  margin: 0;
  height: 315px;
  padding: 65px 0 0 0;
  position: relative;
  width: 580px;
  z-index: 5;
}
#government .section-bkg .ctr .content h2 {
  color: #ffffff;
  font-size: 2.3em;
  margin-top: 30px;
}
#government .section-bkg .ctr .content p {
  color: #ffffff;
  font-size: 1.1em;
}

#wastewater .section-bkg {
  position: relative;
  background: #ffffff;
}
#wastewater .section-bkg .bkg-image {
  position: absolute;
  z-index: 0;
  left: 49.5%;
  top: 50%;
  min-height: 100%;
  max-width: none;
  display: block;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#wastewater .section-bkg .ctr .content {
  margin: 0;
  height: 371px;
  padding: 65px 0 0 500px;
  position: relative;
  z-index: 5;
}
#wastewater .section-bkg .ctr .content h2 {
  margin-top: 30px;
}
#wastewater .section-bkg .ctr .content p {
  color: #034886;
  font-size: 1.1em;
}

@media (max-width: 768px) {
  #education .section-bkg,
  #biosolids .section-bkg,
  #government .section-bkg,
  #wastewater .section-bkg {
    overflow: hidden;
  }
  #education .section-bkg .bkg-image,
  #biosolids .section-bkg .bkg-image,
  #government .section-bkg .bkg-image,
  #wastewater .section-bkg .bkg-image {
    width: auto;
    max-width: none;
  }
  #education .section-bkg .ctr .content,
  #biosolids .section-bkg .ctr .content,
  #government .section-bkg .ctr .content,
  #wastewater .section-bkg .ctr .content {
    height: auto;
    width: auto;
    margin: 0;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  #education .section-bkg .bkg-image,
  #wastewater .section-bkg .bkg-image {
    left: auto;
    right: 50%;
  }
}

#featured-blogs {
  background: #ffffff;
  position: relative;
  margin: 50px 0 0;
}
#featured-blogs:after {
  content: "";
  display: table;
  clear: both;
}
#featured-blogs .blog-lg,
#featured-blogs .blog-sm {
  position: relative;
  float: left;
  padding: 0 40px;
  border-right: 2px solid #ebebeb;
}
#featured-blogs .blog-lg .content h4,
#featured-blogs .blog-sm .content h4 {
  color: #034886;
  font-size: 1.8em;
  margin: 0 0 10px;
}
#featured-blogs .blog-lg .content .date,
#featured-blogs .blog-sm .content .date {
  color: #034886;
  font-size: 1em;
}
#featured-blogs .blog-lg .content a:before,
#featured-blogs .blog-sm .content a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#featured-blogs .blog-lg .content p,
#featured-blogs .blog-sm .content p {
  margin-top: 10px;
}
#featured-blogs .blog-lg .content:hover,
#featured-blogs .blog-sm .content:hover {
  filter: alpha(opacity=(95));
  -moz-opacity: 0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
}
#featured-blogs .blog-lg:last-child,
#featured-blogs .blog-sm:last-child {
  border-right: none;
}
#featured-blogs .blog-lg {
  width: 540px;
}
#featured-blogs .blog-lg img {
  float: left;
  border: 1px solid #ebebeb;
  margin: 0 15px 0 0;
  max-width: 240px;
}
#featured-blogs .blog-lg:hover {
  filter: alpha(opacity=(90));
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
#featured-blogs .blog-sm {
  width: 240px;
}
@media (max-width: 640px) {
  #featured-blogs {
    margin: 0;
    padding: 20px;
  }
  #featured-blogs .blog-lg,
  #featured-blogs .blog-sm {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 20px;
    max-height: none;
    border: none;
  }
  #featured-blogs .blog-lg .content h4,
  #featured-blogs .blog-sm .content h4 {
    margin: 0 0 20px;
  }
  #featured-blogs .blog-lg a img,
  #featured-blogs .blog-sm a img {
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 100%;
  }
}

.view-more {
  text-align: center;
  padding: 0;
}
.view-more a {
  margin-top: 35px;
}

#page-slider {
  overflow: hidden;
}
#page-slider .slide {
  position: relative;
  background: #ffffff;
}
#page-slider .slide .slide-image {
  display: block;
  height: 100%;
  margin: 0;
  border: none;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media (max-width: 768px) {
  #page-slider .slide .slide-image {
    height: 300px;
  }
}
#page-slider .slide .content {
  background-color: rgba(3, 72, 134, 0.7);
  bottom: 80px;
  left: 0;
  margin: 280px auto 0 auto;
  max-width: 1100px;
  padding: 20px;
  text-align: center;
}
#page-slider .slide .content h1 {
  color: #ffffff;
  font-size: 2.8em;
}
#page-slider .slide .content p {
  color: #ffffff;
  padding: 0 100px;
  text-align: left;
}
#page-slider .slide .content .btn {
  text-align: center;
}
@media (max-width: 768px) {
  #page-slider .slide .content {
    position: static;
    background: #034886;
    padding: 20px;
  }
  #page-slider .slide .content p {
    padding: 0;
  }
}

#page-scroller {
  position: relative;
  height: 0;
  width: 100%;
  overflow: visible;
}
#page-scroller a {
  margin: 0 0 10px -33px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  z-index: 150;
}
@media (max-width: 768px) {
  #page-scroller {
    display: none;
  }
}

#page-title {
  overflow: hidden;
}
#page-title .hdr-bkg-img {
  position: relative;
  background: #ffffff;
}
#page-title .hdr-bkg-img .bkg-image {
  position: absolute;
  z-index: 0;
  width: auto;
  max-width: none;
  min-height: 100%;
  left: 50%;
  top: 50%;
  display: block;
  margin: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#page-title .hdr-bkg-img .ctr {
  margin: 0 auto;
  padding-top: 270px;
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 1100px;
  padding-bottom: 90px;
}
#page-title .hdr-bkg-img .ctr h1 {
  background-color: rgba(3, 72, 134, 0.7);
  color: #ffffff;
  display: inline-block;
  font-size: 2.5em;
  margin: 0;
  padding: 20px;
  text-shadow: 3px 3px 3px #494949;
}
@media (max-width: 768px) {
  #page-title .hdr-bkg-img .ctr {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.section {
  padding: 50px 0 30px;
}

h2 a {
  color: #d5810b;
  font-size: 0.55em;
}
h2 a:hover {
  color: rgb(243.4598214286, 155.3348214286, 31.5401785714);
}
h2 .name {
  color: #034886;
  font-size: 1em;
}
h2 .name:hover {
  color: #034886;
}
h2 .btn {
  font-size: 0.55em;
  margin-left: 15px;
}

.gray-bkg {
  background: #f4f4f4;
}

.paperless-bkg {
  background: #f4f4f4;
  padding: 20px;
  margin-top: 35px;
}

#contact .form {
  border-right: 2px solid #d5810b;
  padding-right: 40px;
}
#contact .content {
  padding-left: 20px;
}
#contact .content h5 {
  margin: 25px 0 5px;
}
@media (max-width: 640px) {
  #contact .form,
  #contact .content {
    border: none;
    padding: 0;
  }
  #contact .form h5,
  #contact .content h5 {
    margin: 0 0 20px;
  }
}

.accordion {
  border: 1px solid #d5810b;
  padding: 8px;
  margin-bottom: 75px;
}
.accordion .item {
  margin: 0;
}
.accordion .item h4 {
  background-color: #0e6ec2;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #ffffff;
}
.accordion .item h4:after {
  content: "";
  display: table;
  clear: both;
}
.accordion .item h4 a {
  display: block;
  padding: 20px;
  color: #ffffff;
  text-decoration: none;
}
.accordion .item h4 a:after {
  content: "\f107";
  display: inline-block;
  margin: 0 0 5px;
  padding: 0;
  float: right;
  font-family: "FontAwesome";
  color: #ffffff;
  height: 30px;
  width: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.accordion .item.current h4 a:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .item .content {
  padding: 40px;
  margin: 0;
  background: #f4f4f4;
}
.accordion .item .content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .accordion {
    padding: 0;
    margin: 0 0 20px;
    border: none;
  }
  .accordion .item .content {
    padding: 10px;
  }
}

.member-list {
  padding: 30px 0;
}
.member-list .name {
  margin: 0;
}
.member-list .title {
  margin: 0;
}
.member-list p {
  margin-bottom: 0;
}

.section.gallery {
  background: #f4f4f4;
  padding: 65px 0;
}
.section.gallery h2 a {
  margin-bottom: 20px;
  font-size: 1em;
  color: #034886;
}
.section.gallery .photo-gallery {
  border: 1px solid #d5810b;
  padding: 8px;
  overflow: hidden;
}
.section.gallery .photo-gallery .gallery-image {
  position: relative;
}
.section.gallery .photo-gallery .gallery-image .content {
  position: absolute;
  background: rgba(199, 199, 199, 0.8);
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 15px;
  padding: 35px 85px 10px;
}
.section.gallery .photo-gallery .gallery-image .content p {
  font-size: 1.2em;
}
.section.gallery .photo-gallery .gallery-image .content p a {
  text-decoration: underline;
  color: #034886;
}
@media (max-width: 640px) {
  .section.gallery .photo-gallery .gallery-image .content {
    position: static;
    padding: 20px;
  }
  .section.gallery .photo-gallery .gallery-image .content p {
    font-size: 1em;
  }
}
.section.gallery .photo-gallery .slick-prev,
.section.gallery .photo-gallery .slick-next {
  filter: alpha(opacity=(80));
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  bottom: 35px;
  top: auto;
  background: none;
  border: 1px solid white;
  height: 35px;
  width: 35px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.section.gallery .photo-gallery .slick-prev:before,
.section.gallery .photo-gallery .slick-next:before {
  color: #ffffff;
  line-height: 35px;
  position: relative;
  top: -2px;
}
.section.gallery .photo-gallery .slick-prev:hover,
.section.gallery .photo-gallery .slick-next:hover {
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (max-width: 640px) {
  .section.gallery .photo-gallery .slick-prev,
  .section.gallery .photo-gallery .slick-next {
    position: absolute;
    bottom: auto;
    top: 30%;
  }
}
.section.gallery .photo-gallery .slick-prev {
  left: 30px;
}
.section.gallery .photo-gallery .slick-next {
  right: 30px;
}
@media (max-width: 640px) {
  .section.gallery .photo-gallery {
    border: none;
  }
  .section.gallery .photo-gallery img {
    padding: 8px;
    border: 1px solid #d5810b;
  }
}
@media (max-width: 480px) {
  .section.gallery {
    width: 99%;
  }
}

#page {
  padding: 35px 0;
}
@media (max-width: 640px) {
  #page {
    padding: 0;
    margin: 0 0 20px;
  }
}

.callout {
  background: #034886;
  padding: 20px !important;
}
.callout h4 {
  font-size: 1.35em;
  line-height: 1.2;
  margin-bottom: 10px;
  color: #ffffff;
}
.callout ul {
  margin-bottom: 10px;
  color: #ffffff;
}
.callout p {
  color: #ffffff;
}

/* Navigation Expand Menu
-------------------------------------------------------------- */
#nav-expand {
  display: none;
  float: right;
  height: 48px;
  width: 48px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #034886;
  color: #ffffff;
  line-height: 48px;
  font-size: 1.2em;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#nav-expand:hover, #nav-expand:focus {
  background: rgb(1.8832116788, 45.197080292, 84.1167883212);
}

/* Main navigation styles
-------------------------------------------------------------- */
#main-menu {
  margin: 0;
  padding: 0;
}
#main-menu:after {
  content: "";
  display: table;
  clear: both;
}
#main-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-menu li a {
  color: #034886;
  font-size: 1.05em;
  text-decoration: none;
}
#main-menu li a:hover {
  color: rgb(1.8832116788, 45.197080292, 84.1167883212);
}
#main-menu li:first-child a {
  border-right: 2px solid #ebebeb;
}
#main-menu li.mobile-only {
  position: fixed;
  visibility: hidden;
  left: -9999em;
  height: 0;
  width: 0;
  overflow: hidden;
}
#main-menu > li {
  position: relative;
  display: inline;
  display: inline-block;
  list-style: none;
}
#main-menu > li > a {
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 12px 19px 10px;
}
#main-menu > li.has-sub-menu > a::after {
  content: " ▼";
  font-size: 0.7em;
  margin-left: 5px;
  display: inline-block;
  transition: transform 0.2s;
  transform-origin: 50% 30%;
}
#main-menu > li.has-sub-menu.open > a::after {
  transform: rotate(180deg);
}
#main-menu > li > ul {
  visibility: hidden;
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 100%;
  left: 0;
  width: auto;
  margin: 0 0 0 10px;
  padding: 0;
  background: #eee;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0 3px 5px -4px rgba(0, 0, 0, 0.75);
}
#main-menu > li > ul:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 20px;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
#main-menu > li > ul > li {
  display: block;
}
#main-menu > li > ul > li > a {
  display: block;
  min-width: 180px;
  margin: 0;
  padding: 10px 15px;
  white-space: nowrap;
  text-align: left;
}
#main-menu > li:hover > ul, #main-menu > li.open > ul {
  visibility: visible;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#main-menu > li:last-child > ul {
  left: auto;
  right: 0;
}
#main-menu > li:last-child > ul > li > a {
  text-align: right;
}

#footer-menu {
  margin: 0;
  padding: 0;
}
#footer-menu:after {
  content: "";
  display: table;
  clear: both;
}
#footer-menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-menu li a {
  color: #034886;
}
#footer-menu li.mobile-only {
  position: fixed;
  visibility: hidden;
  left: -9999em;
  height: 0;
  width: 0;
  overflow: hidden;
}
#footer-menu > li {
  position: relative;
  display: block;
  list-style: none;
}
#footer-menu > li > a {
  display: inline;
  display: inline-block;
  margin: 0;
  padding: 10px 0;
}
#footer-menu > li > a:hover {
  color: rgb(4.1167883212, 98.802919708, 183.8832116788);
}

/* Pager styles
-------------------------------------------------------------- */
.pager {
  margin: 0 0 20px;
  padding: 0;
}
.pager:after {
  content: "";
  display: table;
  clear: both;
}
.pager li {
  float: left;
  margin: 0 3px 3px 0;
  padding: 0;
  list-style: none;
}
.pager li a,
.pager li span {
  display: block;
  padding: 10px 14px;
  line-height: 1;
  color: #ffffff;
  background: #d5810b;
  -webkit-border-radius: 8%;
  -moz-border-radius: 8%;
  border-radius: 8%;
}
/* Breadcrumb styles
-------------------------------------------------------------- */
.breadcrumbs {
  margin: 0 0 20px;
  padding: 0;
}
.breadcrumbs:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumbs li {
  float: left;
  margin: 40px 10px 0 0;
  padding: 0;
  list-style: none;
  color: #0e6ec2;
}
.breadcrumbs li a {
  display: inline;
  display: inline-block;
  padding-right: 20px;
  color: #0e6ec2;
  background: url(library/img/breadcrumb-arrow.png) no-repeat 100% 50%;
}
.breadcrumbs li,
.breadcrumbs li a {
  line-height: 1.4;
}

#post .post,
#posts .post {
  margin: 0 0 20px;
  padding: 0;
}
#post .post:after,
#posts .post:after {
  content: "";
  display: table;
  clear: both;
}
#post .post .post-meta,
#posts .post .post-meta {
  margin-top: -13.3333333333px;
  font-size: 0.8675em;
  font-style: italic;
}

#post .post .date {
  margin: 0 0 15px;
}

#posts .post {
  border-bottom: 1px solid #E5E7E6;
  padding: 50px 0;
}
#posts .post.has-post-thumbnail {
  padding-left: 260px;
}
#posts .post.has-post-thumbnail .post-thumbnail {
  float: left;
  display: block;
  margin: 0 0 20px;
  margin-left: -260px;
  width: 240px;
  height: auto;
  border: 1px solid #E5E7E6;
}
#posts .post h2 {
  margin-bottom: 15px;
}
#posts .post h2 a {
  color: #034886;
}
#posts .post .date {
  margin: 0 0 10px;
  color: #034886;
}
#posts .post a {
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#posts .post a:hover {
  filter: alpha(opacity=(75));
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
}
#posts .post:first-child {
  padding-top: 0;
}
#posts .post:last-child {
  border-bottom: none;
}
@media (max-width: 640px) {
  #posts .post {
    padding: 0;
    margin: 0 0 20px;
  }
  #posts .post.has-post-thumbnail {
    padding: 0;
  }
  #posts .post.has-post-thumbnail .post-thumbnail {
    float: none;
    display: block;
    margin: 0 auto 20px;
    width: auto;
  }
}

/* WordPress Core
-------------------------------------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0 0 20px;
  background: #fff;
  border: 2px solid #f0f0f0;
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wp-caption img {
  display: block;
  margin: 0 0 20px;
}
.wp-caption .wp-caption-text {
  margin: 0;
  padding: 0 0 10px;
  font-size: 0.8675em;
  font-style: italic;
}

#comments .comments-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
#comments .comments-list .comment {
  margin: 0 0 5px;
  padding: 0;
  list-style: none;
}
#widgets {
  margin: 0;
  padding: 0;
}
#widgets .widget {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
#widgets .widget .widgettitle {
  font-size: 1.5em;
}

/* Gravity Form Styles */
body .gform_wrapper {
  margin: 0 0 20px;
}
body .gform_wrapper .gform_body .gform_fields {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields:after {
  content: "";
  display: table;
  clear: both;
}
body .gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=email],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=password],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=search],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=url],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=date],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=time],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=datetime],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=range],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=tel],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=range],
body .gform_wrapper .gform_body .gform_fields .gfield input[type=file],
body .gform_wrapper .gform_body .gform_fields .gfield textarea, body .gform_wrapper .gform_body .gform_fields .gfield select {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
body .gform_wrapper .gform_body .gform_fields .gfield input:focus + label,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus + label,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus + label {
  font-weight: bold;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gsection_title {
  font-family: "Questrial", sans-serif;
  font-size: 1.675em;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gsection_description {
  padding: 5px 0;
  line-height: 1.3;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: block;
  margin: 0 0 10px;
  font-size: 1.2em;
  font-weight: bold;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  margin-left: 5px;
  color: red;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  padding: 5px 0;
  font-size: 0.9em;
  line-height: 1.3;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container ul.gfield_radio,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container ul.gfield_checkbox {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container ul.gfield_radio li,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container ul.gfield_checkbox li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container ul.gfield_radio li label,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container ul.gfield_checkbox li label {
  font-size: 0.9em;
  vertical-align: middle;
  padding: 10px 8px 8px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex:after {
  content: "";
  display: table;
  clear: both;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex > *:last-child {
  margin-bottom: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_left,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_right,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_left,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_right {
  float: left;
  width: 49%;
  margin: 0 0 10px;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_left,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_left {
  margin-right: 1%;
  clear: left;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_right,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_cardinfo_right {
  margin-left: 1%;
  clear: right;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_full {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex label {
  display: block;
  font-size: 0.9em;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month,
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  float: left;
  width: 49%;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_month {
  margin-right: 1%;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex select.ginput_card_expiration.ginput_card_expiration_year {
  margin-left: 1%;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container {
  margin: 0;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container:after {
  content: "";
  display: table;
  clear: both;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container .gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(../../../wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_visa {
  background-position: 0 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_visa.gform_card_icon_selected {
  background-position: 0 -32px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -64px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_mastercard {
  background-position: -36px 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -32px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -64px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_amex {
  background-position: -72px 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -32px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -64px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_discover {
  background-position: -108px 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -32px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -64px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_maestro {
  background-position: -144px 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -32px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -64px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_jcb {
  background-position: -180px 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -32px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style1 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -64px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_visa {
  background-position: 0 -192px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_visa {
  background-position: 0 -224px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_visa {
  background-position: 0 -256px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_mastercard {
  background-position: -36px -192px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_mastercard {
  background-position: -36px -224px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_mastercard {
  background-position: -36px -256px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_amex {
  background-position: -72px -192px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_amex {
  background-position: -72px -224px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_amex {
  background-position: -72px -256px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_discover {
  background-position: -108px -192px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_discover {
  background-position: -108px -224px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_discover {
  background-position: -108px -256px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_maestro {
  background-position: -144px -192px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_maestro {
  background-position: -144px -224px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_maestro {
  background-position: -144px -256px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_jcb {
  background-position: -180px -192px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_selected.gform_card_icon_jcb {
  background-position: -180px -224px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .gform_card_icon_container.gform_card_icon_style2 .gform_card_icon_inactive.gform_card_icon_jcb {
  background-position: -180px -256px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(../../../wp-content/plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px;
  display: -moz-inline-stack;
  display: inline-block;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_card_security_code {
  max-width: 50%;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_left,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container.ginput_complex .ginput_right {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small {
  width: 20%;
  max-width: 120px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium {
  width: 70%;
  max-width: 400px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {
  width: 100%;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .textarea {
  min-height: 160px;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .small,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .medium,
  body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container .large {
    width: 100%;
    max-width: 100%;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14 {
  float: left;
  margin-right: 1%;
  padding: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.last, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13.last, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14.last {
  margin-right: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12 {
  width: 49%;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.left {
  margin-left: 0;
  margin-right: 1%;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.right {
  margin-left: 1%;
  margin-right: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13 {
  width: 32.333%;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14 {
  width: 24%;
}
body .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container {
  position: fixed;
  top: 0;
  left: -999em;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body .gform_wrapper .gform_body .gform_fields .gfield.field_sublabel_above .ginput_container label {
  padding: 10px 0 5px;
}
body .gform_wrapper .gform_body .gform_fields .gfield.field_sublabel_below .ginput_container label {
  padding: 5px 0 10px;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.left, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_12.right, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_13, body .gform_wrapper .gform_body .gform_fields .gfield.gf_column_14 {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
body .gform_wrapper .gform_body .gform_fields .gfield.hide_label .gfield_label {
  display: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error {
  color: red;
}
body .gform_wrapper .gform_body .gform_fields.left_label .gfield .gfield_label, body .gform_wrapper .gform_body .gform_fields.right_label .gfield .gfield_label {
  width: 130px;
  margin: 0;
  padding: 10px 0;
  font-size: 1em;
}
body .gform_wrapper .gform_body .gform_fields.left_label .gfield {
  padding-left: 150px;
}
body .gform_wrapper .gform_body .gform_fields.left_label .gfield .gfield_label {
  float: left;
  margin-left: -150px;
  font-weight: 400;
  font-size: 1.2em;
}
body .gform_wrapper .gform_body .gform_fields.right_label .gfield {
  padding-right: 150px;
}
body .gform_wrapper .gform_body .gform_fields.right_label .gfield .gfield_label {
  float: right;
  margin-right: -150px;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_body .gform_fields.left_label .gfield, body .gform_wrapper .gform_body .gform_fields.right_label .gfield {
    padding: 0;
  }
  body .gform_wrapper .gform_body .gform_fields.left_label .gfield .gfield_label, body .gform_wrapper .gform_body .gform_fields.right_label .gfield .gfield_label {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
  }
}
body .gform_wrapper .gform_body .gform_fields.description_above .gsection_description {
  margin: 0 0 10px;
}
body .gform_wrapper .gform_body .gform_fields.description_below .gsection_description {
  margin: 10px 0 0;
}
body .gform_wrapper .gform_footer.left_label {
  padding-left: 150px;
}
body .gform_wrapper .gform_footer.right_label {
  padding-right: 150px;
}
@media (max-width: 640px) {
  body .gform_wrapper .gform_footer.left_label, body .gform_wrapper .gform_footer.right_label {
    padding: 0;
  }
}
body .gform_wrapper .validation_error {
  margin: 0 0 20px;
  color: red;
}
body .gform_wrapper .gf_progressbar_wrapper {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}
body .gform_wrapper .gf_progressbar_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar {
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  background-color: #333;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage {
  height: 20px;
  text-align: center;
  background: #555;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage span {
  float: right;
  line-height: 20px;
  font-size: 12px;
  margin-right: 5px;
  margin-left: 5px;
  color: #fff;
}
body .gform_wrapper .gf_progressbar_wrapper .gf_progressbar_percentage.percentbar_0 span {
  color: #999;
}
body .gform_wrapper .gfield_creditcard_warning_message {
  margin: 0 0 20px;
  padding: 20px;
  background: red;
  color: white;
}
body .gform_wrapper .gfield_password_strength {
  width: 200px;
  padding: 5px;
  background-color: #eee;
}
body .gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
}
body .gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
}
body .gform_wrapper .gfield_password_strength.short, body .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-color: #f04040;
}
body .gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
}
body .gform_wrapper .charleft {
  color: #bbb;
  white-space: nowrap;
}
body .gform_wrapper .gf_clear,
body .gform_wrapper .gf_step_clear {
  display: block;
  width: 100%;
  clear: both;
}

.ui-datepicker {
  width: 350px;
  padding: 5px;
  background: #eee;
  border: 1px solid #ddd;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 0;
  background: #333333;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 10px;
  width: 32px;
  height: 32px;
  background: #666666;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  content: "";
  font-size: 16px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
}
.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  cursor: pointer;
  background: rgb(127.5, 127.5, 127.5);
}
.ui-datepicker .ui-datepicker-prev {
  left: 10px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "<";
}
.ui-datepicker .ui-datepicker-next {
  right: 10px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: ">";
}
.ui-datepicker .ui-datepicker-title {
  margin: 0;
  padding: 0 40px;
  line-height: 1.3em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  height: 32px;
  font-size: 1em;
  margin: 0 1px;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0;
}
.ui-datepicker table tr th {
  margin: 0;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  color: #333;
  border: none;
}
.ui-datepicker table tr td {
  margin: 0;
  padding: 0;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
}
.ui-datepicker table tr td span,
.ui-datepicker table tr td a {
  display: block;
  padding: 8px 5px;
  text-align: center;
  text-decoration: none;
}
.ui-datepicker table tr:nth-child(odd) td {
  background: #f6f6f6;
}
.ui-datepicker table tr:nth-child(even) td {
  background: #f0f0f0;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker-trigger {
  margin-left: 10px;
}
.ui-datepicker-trigger:hover {
  cursor: pointer;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("library/img/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("library/img/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("library/img/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("library/img/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("library/img/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("library/img/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-slider .slick-track:after {
  content: "";
  display: table;
  clear: both;
}
.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}
.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
  display: block;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:after {
  content: "";
  display: table;
  clear: both;
}
.slick-list:hover {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #ffffff url("library/img/ajax-loader.gif") center center no-repeat;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide.slick-loading {
  display: none;
}
.slick-slide {
  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;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 100;
  display: none;
  height: 48px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #ffffff;
  color: transparent;
  top: 50%;
  margin-top: -24px;
  padding: 0;
  border: none;
  outline: none;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.375);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.375);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.375);
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.slick-prev:before,
.slick-next:before {
  position: relative;
  font-family: "FontAwesome";
  font-size: 32px;
  line-height: 48px;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0;
  filter: alpha(opacity=(80));
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.slick-prev:hover,
.slick-next:hover {
  outline: none;
  background: #ffffff;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  filter: alpha(opacity=(25));
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}

.slick-prev {
  left: 10px;
}
.slick-prev:before {
  content: "\f104";
  left: -2px;
}

.slick-next {
  right: 10px;
}
.slick-next:before {
  content: "\f105";
  right: -2px;
}

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 99;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  height: 14px;
  width: 14px;
  margin: 0 2px;
  padding: 0;
  border: 0;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.slick-dots li button:hover {
  outline: none;
}
.slick-dots li button:hover:before {
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 14px;
  height: 14px;
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: alpha(opacity=(25));
  -moz-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
}
.slick-dots li.slick-active button:before {
  color: #ffffff;
  filter: alpha(opacity=(80));
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

html {
  scroll-behavior: smooth;
}

#scroll-to-top {
  visibility: hidden;
  position: fixed;
  bottom: 10px;
  right: -120px;
  height: 48px;
  width: 48px;
  text-align: center;
  line-height: 48px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  filter: alpha(opacity=(0));
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

body.page-is-scrolled #scroll-to-top {
  right: 10px;
  visibility: visible;
  filter: alpha(opacity=(100));
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.mobile-scroll {
  width: 100%;
  overflow: auto;
  margin: 0;
  padding: 0;
}

#gmaps-main {
  height: 350px;
  width: 450px;
  float: left;
  margin-right: 40px;
}
#gmaps-main.map-large {
  height: 600px;
  width: 100%;
  float: none;
  margin-right: 0;
}
@media (max-width: 480px) {
  #gmaps-main.map-large {
    height: 300px;
  }
}
#gmaps-main.linkto:hover {
  cursor: pointer !important;
}
@media (max-width: 640px) {
  #gmaps-main, #gmaps-main.map-large {
    width: 100%;
    height: 400px;
    float: none;
    margin: 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.remove-spacing {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#sample-bill {
  margin: 0 0 20px;
  padding: 0;
}
#sample-bill:after {
  content: "";
  display: table;
  clear: both;
}
#sample-bill #sample-bill-img {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  padding: 0;
  border: 1px solid #000;
}
#sample-bill #sample-bill-img img {
  display: block;
  margin: 0;
}
#sample-bill #sample-bill-img a,
#sample-bill #sample-bill-img span {
  position: absolute;
  margin: 0;
  padding: 0;
  font-family: "Courier New", Courier, "Lucida Sans Typewriter", "Lucida Typewriter", monospace;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  white-space: pre;
  color: #000;
}
#sample-bill #sample-bill-img a.service-address,
#sample-bill #sample-bill-img span.service-address {
  top: 12%;
  left: 46%;
}
#sample-bill #sample-bill-img a.account-number.first-position,
#sample-bill #sample-bill-img span.account-number.first-position {
  top: 17.5%;
  left: 46%;
}
#sample-bill #sample-bill-img a.account-number.second-position,
#sample-bill #sample-bill-img span.account-number.second-position {
  top: 92.5%;
  left: 14%;
}
#sample-bill #sample-bill-img a.period,
#sample-bill #sample-bill-img span.period {
  top: 24%;
  left: 22%;
}
#sample-bill #sample-bill-img a.readings,
#sample-bill #sample-bill-img span.readings {
  top: 24%;
  left: 60%;
}
#sample-bill #sample-bill-img a.usage,
#sample-bill #sample-bill-img span.usage {
  top: 29.5%;
  left: 26.675%;
}
#sample-bill #sample-bill-img a.rate-per-unit,
#sample-bill #sample-bill-img span.rate-per-unit {
  top: 29.5%;
  left: 64%;
}
#sample-bill #sample-bill-img a.sewer-charge,
#sample-bill #sample-bill-img span.sewer-charge {
  top: 35.5%;
  left: 30%;
}
#sample-bill #sample-bill-img a.monthly-fees,
#sample-bill #sample-bill-img span.monthly-fees {
  top: 35.5%;
  left: 66.5%;
}
#sample-bill #sample-bill-img a.surcharge,
#sample-bill #sample-bill-img span.surcharge {
  top: 41%;
  left: 31.2125%;
}
#sample-bill #sample-bill-img a.credit,
#sample-bill #sample-bill-img span.credit {
  top: 41%;
  left: 68.75%;
}
#sample-bill #sample-bill-img a.total-due-now.first-position,
#sample-bill #sample-bill-img span.total-due-now.first-position {
  top: 52%;
  left: 12%;
}
#sample-bill #sample-bill-img a.total-due-now.second-position,
#sample-bill #sample-bill-img span.total-due-now.second-position {
  top: 92.5%;
  left: 46%;
}
#sample-bill #sample-bill-img a.gross-due-after.first-position,
#sample-bill #sample-bill-img span.gross-due-after.first-position {
  top: 52%;
  left: 32%;
}
#sample-bill #sample-bill-img a.gross-due-after.second-position,
#sample-bill #sample-bill-img span.gross-due-after.second-position {
  top: 92.5%;
  left: 60%;
}
#sample-bill a:hover {
  cursor: pointer;
}
#sample-bill a:hover:before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 3px solid #e89b2f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#sample-bill #sample-bill-annotations {
  font-size: 0.9125em;
  margin-top: 15px;
}
#sample-bill #sample-bill-annotations .default {
  font-size: 1.3em;
  font-weight: 600;
}
#sample-bill #sample-bill-annotations > p {
  display: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  #sample-bill #sample-bill-img {
    float: none;
    margin: 0;
  }
}
@media (max-width: 640px) {
  #sample-bill #sample-bill-img a,
  #sample-bill #sample-bill-img span {
    font-size: 10px;
  }
}
@media (max-width: 480px) {
  #sample-bill #sample-bill-img a,
  #sample-bill #sample-bill-img span {
    font-size: 8px;
  }
}

/* Search Results
-------------------------------------------------------------- */
#search-results .search-result {
  margin: 0 0 20px;
  padding: 20px;
  border: 1px solid #ddd;
}
#search-results .search-result .title {
  margin: 0;
  font-size: 1.375em;
}
#search-results .search-result .link {
  margin: 0 0 10px;
  font-size: 0.8675em;
}
#search-results .search-result .link a {
  color: #999;
}
#search-results .search-result .link a:hover {
  color: #555;
}
#search-results .search-result > *:last-child {
  margin-bottom: 0;
}

/* Custom gallery styles
-------------------------------------------------------------- */
.wp-gallery {
  display: block;
  margin: 0 -0.5% 20px;
  padding: 0;
}
.wp-gallery:after {
  content: "";
  display: table;
  clear: both;
}
.wp-gallery > a {
  float: left;
  width: 32.333%;
  margin: 0 0.5% 1%;
}
.wp-gallery > a img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  border: 1px solid #e5e7e6;
}
.wp-gallery br {
  display: none;
}
.wp-gallery.columns-1 > a {
  width: 99%;
}
.wp-gallery.columns-2 > a {
  width: 49%;
}
.wp-gallery.columns-3 > a {
  width: 32.333%;
}
.wp-gallery.columns-4 > a {
  width: 24%;
}
.wp-gallery.columns-5 > a {
  width: 19%;
}
.wp-gallery.columns-6 > a {
  width: 16.666%;
}
.wp-gallery.columns-7 > a {
  width: 13.285%;
}
.wp-gallery.columns-8 > a {
  width: 11.5%;
}
.wp-gallery.columns-9 > a {
  width: 10.111%;
}
@media (max-width: 1180px) {
  .wp-gallery[class*=columns-] > a {
    width: 16.666%;
  }
}
@media (max-width: 1040px) {
  .wp-gallery[class*=columns-] > a {
    width: 19%;
  }
}
@media (max-width: 900px) {
  .wp-gallery[class*=columns-] > a {
    width: 24%;
  }
}
@media (max-width: 760px) {
  .wp-gallery[class*=columns-] > a {
    width: 32.333%;
  }
}
@media (max-width: 640px) {
  .wp-gallery[class*=columns-] > a {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .wp-gallery[class*=columns-] > a {
    width: 99%;
  }
}

/* Flipping Gray & White Sections
-------------------------------------------------------------- */
body.page-id-18,
body.page-id-16,
body.page-id-1112 {
  background: #f4f4f4;
}
body.page-id-18 .gray-bkg,
body.page-id-16 .gray-bkg,
body.page-id-1112 .gray-bkg {
  background: #ffffff;
}

#wpadminbar {
  top: auto !important;
  bottom: 0 !important;
}

#wpadminbar .menupop .ab-sub-wrapper,
#wpadminbar .shortlink-input {
  bottom: 32px !important;
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
@media screen and (max-width: 782px) {
  #wpadminbar .menupop .ab-sub-wrapper,
  #wpadminbar .shortlink-input {
    bottom: 46px !important;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar.masthead-fixed .site-header {
    top: 0 !important;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  #nav-expand {
    display: block;
  }
  html.mobile-nav-menu-active, html.mobile-nav-menu-active body {
    overflow: hidden;
  }
  html.mobile-nav-menu-active #main-menu {
    visibility: visible;
    left: 0;
  }
  html.mobile-nav-menu-active #nav-expand {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 999999;
    background-color: transparent;
  }
  #main-menu {
    overflow-y: scroll;
    visibility: hidden;
    position: fixed;
    z-index: 999998;
    top: 0;
    left: 100%;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 20px 10px;
    height: 100%;
    width: 100%;
    background: #034886;
    font-size: 0.9125em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #main-menu, #main-menu * {
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
  }
  #main-menu li {
    position: relative !important;
    float: none !important;
    display: block !important;
    clear: both !important;
    background: none !important;
  }
  #main-menu li a {
    display: block !important;
    margin: 0 !important;
    padding: 10px 10px 0 !important;
    background: none !important;
    font-size: 1.6em !important;
    text-align: left !important;
    text-transform: none !important;
    color: #ffffff !important;
  }
  #main-menu li.mobile-only {
    position: relative;
    visibility: visible;
    left: 0;
    height: auto;
    width: auto;
    overflow: auto;
  }
  #main-menu li ul {
    position: static !important;
    visibility: visible !important;
    padding: 0 0 0 10px !important;
    margin: 0 !important;
    background: none !important;
    filter: alpha(opacity=(100));
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  #main-menu > li > a {
    padding-bottom: 5px !important;
    margin: 10px 0 !important;
  }
  #main-menu > li:last-child {
    padding-bottom: 30px;
  }
  .ctr {
    padding: 0 20px;
  }
}
@media (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .alignleft,
  img.alignleft,
  div.alignleft,
  .alignright,
  img.alignright,
  div.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
}

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