/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=012be235-0f72-4950-b4e3-6d1c4429e7ed");
@font-face {
  font-family: 'FontAwesome';
  src: url('../vendor/fontawesome/fonts/fontawesome-webfont.eot?v=4.0.3');
  src: url('../vendor/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../vendor/fontawesome/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../vendor/fontawesome/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../vendor/fontawesome/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.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-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-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 {
  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: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-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-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc: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-reply-all:before {
  content: "\f122";
}
.fa-mail-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 {
  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";
}
/* Functions */
@font-face {
  font-family: "Calibri Light";
  src: url("fonts.com/5a9b0b34-ed8d-4401-a5a3-58a142c626ec.eot?#iefix");
  src: url("fonts.com/5a9b0b34-ed8d-4401-a5a3-58a142c626ec.eot?#iefix") format("eot"), url("fonts.com/20685c06-277c-434c-9362-96bd3446e057.woff2") format("woff2"), url("fonts.com/c107f5db-1c4f-46e7-9a18-36ab736d2d6e.woff") format("woff"), url("fonts.com/ac18e6c2-1d34-49b8-8acb-0251e41d546f.ttf") format("truetype"), url("fonts.com/b38eac92-b4a9-486a-8248-635d0e7742a6.svg#b38eac92-b4a9-486a-8248-635d0e7742a6") format("svg");
}
/*
  font-family:'Calibri Light';
*/
/* Colors */
/* /Colors */
/* Screen sizes */
/* /Screen sizes */
/* Header image sizes */
/* /Header image sizes */
a {
  text-decoration: none;
  color: #8DC640;
}
a:hover {
  text-decoration: underline;
}
strong {
  font-family: "gibsonregular";
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  font-weight: 400;
}
body {
  font: normal 16px/1.4 "gibsonlight", 'Calibri Light', Arial, sans-serif;
  text-align: center;
  font-style: normal;
  color: #393939;
}
form .text input,
form .password input {
  border: 1px solid #393939;
}
.clear-both {
  clear: both;
}
.error-message {
  color: #E47967;
}
.confirm-message {
  color: #8DC640;
}
.wrapper {
  max-width: 100%;
  overflow: hidden;
  min-width: 960px;
}
@media (max-width: 960px) {
  .wrapper {
    min-width: inherit;
  }
}
.alignleft {
  float: left;
  padding-right: 10px;
}
.alignright {
  float: right;
}
.footer-inner,
.header-inner,
.main-inner {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  text-align: left;
  position: relative;
}
@media (max-width: 960px) {
  .footer-inner,
  .header-inner,
  .main-inner {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .header-inner {
    width: 100%;
  }
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
a.green,
.green {
  color: #8DC640;
}
.button-grey,
.button-green {
  background-color: #8DC640;
  color: #FFFFFF !important;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
  /* if issue, try "block" */
  padding: 0 10px;
}
.button-grey:hover,
.button-green:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.button-grey.huge,
.button-green.huge {
  font-size: 21px;
  line-height: 35px;
}
.button-grey {
  background-color: #c8c8c8;
}
.share {
  clear: both;
  position: relative;
}
.share ul {
  display: none;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 30px;
  left: 0px;
  width: 135px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.share:hover ul {
  display: block;
}
.share .share-button {
  margin-top: 10px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAYCAYAAAAMAljuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDY4MDExNzQwNzIwNjgxMThDMTQ5RkU3MEFDNEM1NUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUYwQjhEQjk1QzBBMTFFMzgyNzdCRUIxMUI5MTQ4MzciIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUYwQjhEQjg1QzBBMTFFMzgyNzdCRUIxMUI5MTQ4MzciIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkU4MUQzMTY3QTQyMDY4MTE4MjJBREEzMEZCMzVG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") top center no-repeat;
  background-size: 100px 24px;
  width: 100px;
  height: 24px;
  text-indent: -9999px;
}
.share li {
  text-align: center;
  padding: 10px;
  list-style-type: none;
  float: left;
}
.share li a {
  line-height: 54px;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0 auto;
  display: block;
  line-height: 25px;
  font-size: 10px;
  color: #FFFFFF;
}
.share li a span {
  display: block;
  height: 54px;
  width: 54px;
  line-height: 54px;
  font-size: 18px;
  text-decoration: none !important;
  line-height: 25px;
  height: 25px;
  width: 25px;
  font-size: 15px;
  text-indent: 0px;
  float: left;
}
.share li a:hover span {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.share .icon-facebook {
  background-color: #1A4E95;
}
.share .icon-twitter {
  background-color: #4FC4F6;
}
.share .icon-weibo,
.share .icon-pinterest {
  background-color: #CB2027;
}
.share .icon-linkedin {
  background-color: #0073B2;
}
.share .icon-envelope {
  background-color: #EA7F0C;
}
.share .icon-google-plus {
  background-color: #272624;
}
.header {
  padding-bottom: 50px !important;
  background-repeat: no-repeat !important;
  position: relative !important;
  background-position: center top !important;
  background: #f8f8f8;
}
.header.high-bandwidth {
  height: 380px;
}
@media (max-width: 768px) {
  .header {
    background-size: 768px 214.58823529px !important;
    background-position: center 90px !important;
  }
  .header.high-bandwidth {
    height: 304.58823529px !important;
  }
}
@media (max-width: 480px) {
  .header {
    background-size: 480px 134.11764706px !important;
    background-position: center 90px !important;
  }
  .header.high-bandwidth {
    height: 224.11764706px !important;
  }
}
.header .button-green.toggle-image {
  position: absolute;
  bottom: -37px;
  right: 0px;
}
@media (max-width: 768px) {
  .header .button-green.toggle-image {
    right: 2.5%;
    z-index: 1;
  }
}
.header .jcarousel-pagination {
  position: absolute;
  bottom: -37px;
  text-align: center;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  margin-right: -20px;
}
@media (max-width: 768px) {
  .header .jcarousel-pagination {
    display: none;
  }
}
.header .jcarousel-pagination a {
  text-decoration: none !important;
  margin-right: 20px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.header .jcarousel-pagination a:hover,
.header .jcarousel-pagination a.active {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.header.high-bandwidth .jcarousel-header {
  height: 380px;
}
@media (max-width: 768px) {
  .header.high-bandwidth .jcarousel-header {
    width: 768px;
    margin-left: -384px;
    height: 214.58823529px;
    top: 90px;
  }
}
@media (max-width: 480px) {
  .header.high-bandwidth .jcarousel-header {
    width: 480px;
    margin-left: -240px;
    height: 135.11764706px;
  }
}
.header .jcarousel-header {
  width: 1360px;
  margin-left: -680px;
  position: absolute;
  top: 0px;
  left: 50%;
  overflow: hidden;
  display: none;
  height: auto;
}
.header .jcarousel-header ul {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20000em;
  display: block;
  /* Optional, required in this case since it's a <ul> element */
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .jcarousel-header ul li {
  display: inline-block;
  background-position: top center;
  background-repeat: no-repeat;
  height: 380px;
  width: 1360px;
}
@media (max-width: 768px) {
  .header .jcarousel-header ul li {
    width: 768px;
    height: 214.58823529px;
    background-size: 768px 214.58823529px;
  }
}
@media (max-width: 480px) {
  .header .jcarousel-header ul li {
    width: 480px;
    height: 134.11764706px;
    background-size: 480px 134.11764706px;
  }
}
.header .toggle-nav {
  right: 15px;
  position: absolute;
  top: 25px;
  margin: 10px 0;
  z-index: 10;
  text-transform: uppercase;
  display: none;
}
.header .toggle-nav.active {
  background-color: #393939;
}
@media (max-width: 960px) {
  .header .toggle-nav {
    display: block;
  }
}
.header .toggle-nav:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
}
.header .search-box .search-button,
.header .language-box .search-button,
.header .login-box .search-button,
.header .search-box .login-button,
.header .language-box .login-button,
.header .login-box .login-button,
.header .search-box .language-button,
.header .language-box .language-button,
.header .login-box .language-button {
  margin-bottom: 10px;
  display: block;
}
.header .search-box .search-form,
.header .language-box .search-form,
.header .login-box .search-form,
.header .search-box .language-list,
.header .language-box .language-list,
.header .login-box .language-list,
.header .search-box .login-form,
.header .language-box .login-form,
.header .login-box .login-form {
  display: none;
  position: absolute;
  right: 0px;
  top: 28px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.header .search-box {
  right: 55px;
  position: absolute;
  top: 35px;
  z-index: 10;
  text-decoration: none;
}
@media (max-width: 960px) {
  .header .search-box {
    right: 114px;
  }
}
@media (max-width: 768px) {
  .header .search-box {
    right: auto;
    left: 82px;
    z-index: 1;
  }
}
.header .search-box .search-form {
  line-height: 15px;
  font-size: 15px;
}
.header .search-box .search-form .box-inner {
  padding: 15px;
  padding-right: 35px;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .header .search-box .search-form {
    left: -82px;
  }
}
.header .search-box .search-form .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
}
.header .search-box .search-form form .text input {
  width: 250px;
  margin: 0px;
  padding: 0px;
  height: 20px;
}
.header .search-box .search-form form .text label {
  width: 70px;
  padding-top: 3px;
}
.header .search-box .search-form form button {
  display: block;
  margin: 0px;
  padding: 0px;
  width: auto;
  background-color: #8DC640;
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 12px;
  height: 22px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 35px;
  left: 270px;
  width: 25px;
  line-height: 20px;
  text-align: center;
}
.header .search-box .search-form form button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.header .search-box .search-form .search_results {
  list-style-type: none;
  margin-right: -20px;
}
.header .search-box .search-form .search_results li {
  padding: 0 5px;
}
.header .search-box .search-form .search_results li:hover {
  cursor: pointer;
  background-color: #f8f8f8;
}
.header .search-box .search-form .search_results li p {
  margin-bottom: 5px;
}
.header .search-box .search-form .search_results li .excerpt {
  margin: 0px;
}
.header .search-box .search-form .search_results .search_footer {
  padding: 0 5px;
}
.header .login-box {
  right: 91px;
  position: absolute;
  top: 35px;
  z-index: 10;
}
@media (max-width: 960px) {
  .header .login-box {
    right: 150px;
  }
}
@media (max-width: 768px) {
  .header .login-box {
    right: auto;
    left: 10px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .header .login-box .login-button.login {
    padding: 0 15px;
  }
}
.header .login-box .login-form {
  line-height: 15px;
  font-size: 15px;
}
.header .login-box .login-form .box-inner {
  padding: 15px;
  padding-top: 35px;
}
@media (max-width: 768px) {
  .header .login-box .login-form {
    left: -10px;
  }
}
.header .login-box .login-form .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 12px;
}
.header .login-box .login-form .lost-password {
  margin-left: 75px;
}
.header .login-box .login-form form .text input,
.header .login-box .login-form form .password input {
  width: 150px;
  margin-left: 75px;
}
.header .login-box .login-form form .text label,
.header .login-box .login-form form .password label {
  width: 70px;
  padding-top: 3px;
}
.header .login-box .login-form form .checkbox {
  padding-left: 75px;
}
.header .login-box .login-form form .checkbox label {
  position: relative;
  top: -1px;
  margin-left: 20px;
}
.header .login-box .login-form form .checkbox input {
  width: auto;
}
.header .login-box .login-form form .submit {
  padding-left: 75px;
}
.header .login-box .login-form form .submit input {
  margin: 0px;
  width: auto;
  background-color: #8DC640;
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  border: none;
  cursor: pointer;
}
.header .login-box .login-form form .submit input:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.header .language-box {
  right: 15px;
  position: absolute;
  top: 35px;
  z-index: 10;
}
@media (max-width: 960px) {
  .header .language-box {
    right: 74px;
  }
}
@media (max-width: 768px) {
  .header .language-box {
    right: auto;
    left: 120px;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .header .language-box .language-list {
    left: -120px;
  }
}
.header .language-box .language-list ul {
  list-style-type: none;
  margin: 15px 10px;
  border-bottom: 1px dotted #6EADD7;
}
.header .language-box .language-list ul li {
  padding: 5px 0;
  border-top: 1px dotted #6EADD7;
  cursor: pointer;
}
.header .language-box .language-list ul li:hover {
  background-color: #f8f8f8;
}
.header .language-box .language-list ul li a {
  display: block;
  white-space: nowrap;
  line-height: 25px;
  vertical-align: middle;
  padding-right: 15px;
  color: #393939;
}
.header .language-box .language-list ul li a span {
  font-size: 20px;
  color: #6EADD7;
  display: inline-block;
  width: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .header .search-box,
  .header .language-box,
  .header .login-box {
    top: auto;
    bottom: -46px;
    width: 100%;
  }
  .header .search-box .language-button,
  .header .language-box .language-button,
  .header .login-box .language-button,
  .header .search-box .search-button,
  .header .language-box .search-button,
  .header .login-box .search-button,
  .header .search-box .login-button,
  .header .language-box .login-button,
  .header .login-box .login-button {
    display: inline-block;
  }
  .header .search-box .search-form,
  .header .language-box .search-form,
  .header .login-box .search-form,
  .header .search-box .language-list,
  .header .language-box .language-list,
  .header .login-box .language-list,
  .header .search-box .login-form,
  .header .language-box .login-form,
  .header .login-box .login-form {
    right: auto;
    top: 30px;
    width: 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.25);
  }
}
.header .bread_crumb-bg {
  background-color: #f8f8f8;
  height: 50px;
  max-width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.header .header-inner {
  position: relative;
  height: 100%;
}
.header .header-inner .header-bg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 90px;
  z-index: 0;
  background-color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.header .header-inner .site-title {
  position: absolute;
  left: 15px;
  top: 16px;
  z-index: 5;
  margin: 0px;
}
.header .header-inner .site-title a {
  display: block;
  background-image: url("data:image/png;base64,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");
  background-size: 168px 54px;
  height: 54px;
  width: 173px;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
.header .header-inner #nav-main {
  position: relative;
  left: 200px;
  font-family: 'gibsonregular';
  z-index: 10;
  height: 90px;
}
.header .header-inner #nav-main ul.nav-menu {
  margin: 0px;
  z-index: 100;
}
.header .header-inner #nav-main ul.nav-menu li ul li.menu-item-has-children > a:before {
  content: '» ';
}
@media (min-width: 960px) {
  .header .header-inner #nav-main ul.nav-menu > li.current_page_ancestor > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_item > a {
    color: #8DC640;
  }
  .header .header-inner #nav-main ul.nav-menu > li.current_page_ancestor > ul > li.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_parent > ul > li.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_item > ul > li.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_ancestor > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_item > ul > li.current_page_item > a {
    color: #8DC640;
  }
  .header .header-inner #nav-main ul.nav-menu > li.current_page_ancestor > ul > li.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_parent > ul > li.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_item > ul > li.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_ancestor > ul > li.current_page_item > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_parent > ul > li.current_page_item > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.current_page_item > ul > li.current_page_item > ul > li.current_page_item > a {
    color: #8DC640;
  }
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children:hover {
    background-color: #FFFFFF;
    -webkit-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 2px -2px 2px 0px rgba(0, 0, 0, 0.15);
  }
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children:hover > .sub-menu li:hover .sub-menu {
    display: block;
  }
  .header .header-inner #nav-main ul.nav-menu > li > a {
    z-index: 10000;
  }
  .header .header-inner #nav-main ul.nav-menu > li > ul {
    z-index: -1;
  }
  .header .header-inner #nav-main ul.nav-menu li {
    float: left;
    display: block;
    padding: 0;
    position: relative;
    margin-top: 30px;
    height: 60px;
    padding-right: 10px;
    margin-right: 20px;
  }
  .header .header-inner #nav-main ul.nav-menu li li {
    background-color: transparent;
  }
  .header .header-inner #nav-main ul.nav-menu li a {
    color: #393939;
    vertical-align: middle;
  }
  .header .header-inner #nav-main ul.nav-menu li a:hover {
    text-decoration: none;
    color: #8DC640;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu {
    display: block;
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    left: 0px;
    top: 60px;
    width: 250px;
    -webkit-box-shadow: 2px 0px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 2px 0px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 0px 2px 1px rgba(0, 0, 0, 0.15);
    padding: 10px 0;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .top-box-shadow,
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .top-box {
    border: none;
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    transform: skewX(10deg);
    position: absolute;
    top: -60px;
    height: 60%;
    padding-top: 60px;
    max-height: 130%;
    width: 35px;
    left: -5px;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .top-box-shadow {
    -webkit-box-shadow: -2px -2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px -2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px -2px 2px 0px rgba(0, 0, 0, 0.15);
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .bottom-box,
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .top-box {
    background-color: #FFFFFF;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .bottom-box-shadow,
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .bottom-box {
    border: none;
    -webkit-transform: skewX(-6deg);
    -moz-transform: skewX(-6deg);
    -o-transform: skewX(-6deg);
    -ms-transform: skewX(-6deg);
    transform: skewX(-6deg);
    position: absolute;
    bottom: 0px;
    height: 80%;
    width: 30px;
    left: -2px;
    padding-top: 60px;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu .bottom-box-shadow {
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.15);
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu li {
    float: none;
    height: auto;
    margin: 0px;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu li:last-child a {
    border-bottom: 1px dotted #393939;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu li a {
    border-top: 1px dotted #393939;
    display: block;
    margin-right: 10px;
    padding-top: 5px;
    margin-top: 5px;
    margin-left: 10px;
    padding-left: 5px;
  }
  .header .header-inner #nav-main ul.nav-menu li .sub-menu li .sub-menu {
    left: 250px;
    top: -15px;
  }
}
@media (max-width: 960px) {
  .header .header-inner #nav-main ul.nav-menu {
    display: none;
    font-family: 'gibsonlight';
    position: absolute;
    top: 90px;
    left: -200px;
    background-color: #FFFFFF;
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
    border-top: 1px solid #d6d6d6;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  }
  .header .header-inner #nav-main ul.nav-menu > li {
    padding: 15px;
  }
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > a {
    font-family: 'gibsonregular';
  }
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_parent > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_item > a {
    font-family: 'gibsonregular';
  }
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_parent > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_item > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_item > ul > li.current_page_item > a,
  .header .header-inner #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_item > ul > li.current_page_item > a {
    font-family: 'gibsonsemibold';
  }
  .header .header-inner #nav-main ul.nav-menu li {
    display: block;
    float: none;
    font-size: 30px;
    line-height: 30px;
    padding-left: 10px;
    padding-bottom: 0px;
  }
  .header .header-inner #nav-main ul.nav-menu li a {
    margin-bottom: 15px;
    display: inline-block;
    color: #393939;
  }
  .header .header-inner #nav-main ul.nav-menu li ul {
    margin: 0px;
    padding: 0px;
    display: none;
  }
  .header .header-inner #nav-main ul.nav-menu li ul li {
    font-size: 20px;
  }
  .header .header-inner #nav-main ul.nav-menu li ul li a {
    color: #8DC640;
  }
  .header .header-inner #nav-main ul.nav-menu li ul li li {
    font-size: 15px;
  }
  .header .header-inner #nav-main ul.nav-menu li ul li li a {
    color: #0E76BC;
  }
  .header .header-inner #nav-main ul.nav-menu .top-box-shadow,
  .header .header-inner #nav-main ul.nav-menu .bottom-box-shadow,
  .header .header-inner #nav-main ul.nav-menu .top-box,
  .header .header-inner #nav-main ul.nav-menu .bottom-box {
    display: none;
  }
}
.header .header-inner .site-description {
  display: none;
}
.header .header-inner .bread_crumb {
  position: absolute;
  bottom: -55px;
  left: 0px;
  width: 100%;
  line-height: 30px;
}
@media (max-width: 768px) {
  .header .header-inner .bread_crumb {
    display: none;
  }
}
.header .header-inner .bread_crumb .level-1.top {
  display: none;
}
.header .header-inner .bread_crumb .current {
  text-decoration: none;
}
.header .header-inner .bread_crumb li {
  display: inline;
}
.header .header-inner .bread_crumb li:after {
  content: '>';
  padding-left: .5em;
}
.header .header-inner .bread_crumb li.tail {
  color: #8DC640;
}
.header .header-inner .bread_crumb li.tail:after {
  content: '';
  padding-left: 0;
}
.header .header-inner .bread_crumb li.prepend:after {
  content: '';
  padding: 0px;
}
.header .header-inner .bread_crumb li a {
  color: #393939;
}
.header-two {
  background-color: #d6d6d6;
  text-align: left;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .header-two .post-marquee {
    padding: 0 15px;
  }
}
.header-two .post-marquee h3 a {
  color: #E1AC3C;
}
.header-two .post-marquee a {
  color: #000000;
}
.header-two .post-marquee h3 {
  display: inline-box;
  height: 50px;
  line-height: 50px;
  float: left;
  padding-right: 15px;
}
.header-two .post-marquee .items {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
}
.header-two .post-marquee .items .item {
  display: inline;
  padding-right: 8px;
}
.header-two .post-marquee .items .item .arrow {
  padding-right: 8px;
  color: #E1AC3C;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
}
.header-two .post-marquee .items:after {
  content: '...';
}
.desktop .language-box:hover .language-list {
  display: block !important;
}
#main {
  padding-bottom: 40px;
  background-color: #FFFFFF;
}
#main #content {
  padding-top: 25px;
}
#main #content iframe {
  max-width: 100%;
}
#main #content img {
  max-width: 100%;
  height: auto;
}
#main #content a {
  color: #0E76BC;
}
#main #content .column {
  width: 49% !important;
}
#main #content .column.first {
  padding-right: 2%;
}
@media (max-width: 768px) {
  #main #content .column {
    width: 100% !important;
    padding-right: 0px;
  }
}
#main #content code,
#main #content blockquote {
  background-color: #ECF0F1;
}
#main #content code {
  display: block;
  font-size: 14px;
  padding: 5px;
}
#main #content h1 {
  color: #8DC640;
}
#main #content ul {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
}
#main #content ul li {
  padding-left: 23px;
  position: relative;
  left: -10px;
  text-indent: -7px;
}
#main #content ul li:before {
  content: '»';
  position: relative;
  left: -5px;
}
#main #content .prev-next-nav {
  position: absolute;
}
#main #content .prev-next-nav a {
  font-size: 34px;
  color: #6EADD7;
  margin-left: 15px;
  opacity: 0.8;
}
#main #content .prev-next-nav a:hover {
  text-decoration: none;
  opacity: 1.0;
}
#main #content .prev-next-nav.top {
  right: 0px;
  top: 20px;
}
#main #content .prev-next-nav.bottom {
  right: 0px;
  bottom: 0px;
}
#main #content .reset-password-form form .submit input {
  margin: 0px;
  width: auto;
  background-color: #8DC640;
  color: #FFFFFF;
  opacity: 0.9;
  filter: alpha(opacity=90);
  font-size: 12px;
  line-height: 20px;
  height: 20px;
  padding: 0 10px;
  border: none;
  cursor: pointer;
}
#main #content .reset-password-form form .submit input:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
#main #content .sitemap ul ul {
  margin-bottom: 0px;
}
#main #content .sitemap ul li.menu-item-has-children {
  border-bottom: 1px solid #0E76BC;
  margin-right: 80px;
  margin-bottom: 15px;
}
#main #content .sitemap ul li.menu-item-has-children li {
  border: none;
  margin-bottom: 0px;
  margin-right: 0px;
}
#main #content .sitemap ul li.menu-item-has-children > a {
  font-family: 'gibsonregular';
}
#main #content .sitemap ul li.menu-item-has-children .sub-menu {
  padding-top: 10px;
}
#main #content .sitemap .menu-language-menu-container li a span {
  padding-right: 5px;
}
#main #content .sitemap .menu-language-menu-container li a span:after {
  content: '-';
  padding-left: 5px;
}
#main #content .report-map-wrapper,
#main #content .member-map-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #d6d6d6;
  font-size: 13px;
}
#main #content .report-map-wrapper .keymap,
#main #content .member-map-wrapper .keymap {
  position: absolute;
  right: 10px;
  top: 10px;
}
#main #content .report-map-wrapper .keymap > span,
#main #content .member-map-wrapper .keymap > span {
  position: relative;
}
#main #content .report-map-wrapper .keymap > span .color,
#main #content .member-map-wrapper .keymap > span .color {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  left: -15px;
  top: 2px;
}
#main #content .report-map-wrapper #report-map,
#main #content .member-map-wrapper #report-map,
#main #content .report-map-wrapper #member-map,
#main #content .member-map-wrapper #member-map {
  display: block;
  height: 800px;
  width: 100%;
}
#main #content .report-map-wrapper #report-map img,
#main #content .member-map-wrapper #report-map img,
#main #content .report-map-wrapper #member-map img,
#main #content .member-map-wrapper #member-map img {
  max-width: none;
}
#main #content .report-map-wrapper #report-map .content-wrapper,
#main #content .member-map-wrapper #report-map .content-wrapper,
#main #content .report-map-wrapper #member-map .content-wrapper,
#main #content .member-map-wrapper #member-map .content-wrapper {
  height: 340px !important;
  max-height: 340px !important;
  width: 525px !important;
  overflow: hidden !important;
}
#main #content .report-map-wrapper #report-map .content-wrapper .col,
#main #content .member-map-wrapper #report-map .content-wrapper .col,
#main #content .report-map-wrapper #member-map .content-wrapper .col,
#main #content .member-map-wrapper #member-map .content-wrapper .col {
  float: left;
}
#main #content .report-map-wrapper #report-map .content-wrapper .col.info,
#main #content .member-map-wrapper #report-map .content-wrapper .col.info,
#main #content .report-map-wrapper #member-map .content-wrapper .col.info,
#main #content .member-map-wrapper #member-map .content-wrapper .col.info {
  width: 180px;
  border-right: 1px solid #d6d6d6;
  padding-left: 10px;
  height: 320px;
  overflow-y: auto !important;
}
#main #content .report-map-wrapper #report-map .content-wrapper .col.info .image-box img,
#main #content .member-map-wrapper #report-map .content-wrapper .col.info .image-box img,
#main #content .report-map-wrapper #member-map .content-wrapper .col.info .image-box img,
#main #content .member-map-wrapper #member-map .content-wrapper .col.info .image-box img {
  margin-bottom: 10px;
}
#main #content .report-map-wrapper #report-map .content-wrapper .col.cnt,
#main #content .member-map-wrapper #report-map .content-wrapper .col.cnt,
#main #content .report-map-wrapper #member-map .content-wrapper .col.cnt,
#main #content .member-map-wrapper #member-map .content-wrapper .col.cnt {
  width: 320px;
  padding-left: 10px;
  height: 320px;
  overflow-y: auto !important;
}
#main #content .report-map-wrapper #report-map,
#main #content .member-map-wrapper #report-map {
  height: 500px;
}
#main #content .report-map-wrapper #report-data,
#main #content .member-map-wrapper #report-data {
  display: none;
}
#main #content .report-map-wrapper .info-bubble,
#main #content .member-map-wrapper .info-bubble,
#main #content .report-map-wrapper .info-window,
#main #content .member-map-wrapper .info-window {
  font: normal 14px/1.4 "gibsonlight", 'Calibri Light', Arial, sans-serif;
  padding: 0;
  position: relative;
}
#main #content .report-map-wrapper #close-info-window,
#main #content .member-map-wrapper #close-info-window {
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  line-height: 25px;
}
#main #content .report-map-wrapper #close-info-window:hover,
#main #content .member-map-wrapper #close-info-window:hover {
  text-decoration: none;
  color: #393939;
}
#main #content .report-map-wrapper #member-data,
#main #content .member-map-wrapper #member-data {
  font-size: 14px;
  display: none;
  margin-top: 220px;
}
#main #content .report-map-wrapper #member-data .content-wrapper,
#main #content .member-map-wrapper #member-data .content-wrapper {
  border-top: 1px solid #d6d6d6;
  margin: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}
#main #content .report-map-wrapper #member-data .content-wrapper .col,
#main #content .member-map-wrapper #member-data .content-wrapper .col {
  float: left;
}
#main #content .report-map-wrapper #member-data .content-wrapper .col.info,
#main #content .member-map-wrapper #member-data .content-wrapper .col.info {
  width: 60%;
}
#main #content .report-map-wrapper #member-data .content-wrapper .col.info .box,
#main #content .member-map-wrapper #member-data .content-wrapper .col.info .box {
  width: 33%;
  float: left;
}
#main #content .report-map-wrapper #member-data .content-wrapper .col.info .box h3,
#main #content .member-map-wrapper #member-data .content-wrapper .col.info .box h3 {
  font-family: 'gibsonregular';
  font-size: 14px;
  margin-bottom: 15px;
}
#main #content .report-map-wrapper #member-data .content-wrapper .col.cnt,
#main #content .member-map-wrapper #member-data .content-wrapper .col.cnt {
  width: 40%;
}
#main #content .report-map-wrapper #filter,
#main #content .member-map-wrapper #filter {
  display: none;
  font-size: 13px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #FFFFFF;
  width: 100%;
  opacity: 0.95;
  -webkit-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px 0px rgba(0, 0, 0, 0.25);
}
#main #content .report-map-wrapper #filter .col,
#main #content .member-map-wrapper #filter .col {
  width: 20%;
  float: left;
}
#main #content .report-map-wrapper #filter .col .col-inner,
#main #content .member-map-wrapper #filter .col .col-inner {
  margin: 10px 5px;
  min-height: 165px;
  white-space: nowrap;
}
#main #content .report-map-wrapper #filter .col.col-1 .col-inner,
#main #content .member-map-wrapper #filter .col.col-1 .col-inner,
#main #content .report-map-wrapper #filter .col.col-2 .col-inner,
#main #content .member-map-wrapper #filter .col.col-2 .col-inner {
  border-right: 1px solid #393939;
}
#main #content .report-map-wrapper #filter .col.col-1 .col-inner,
#main #content .member-map-wrapper #filter .col.col-1 .col-inner {
  padding-left: 10px;
  padding-right: 20px;
}
#main #content .report-map-wrapper #filter .col h3,
#main #content .member-map-wrapper #filter .col h3 {
  font-size: 14px;
  font-family: 'gibsonregular';
}
#main #content .report-map-wrapper #filter .col .level-2,
#main #content .member-map-wrapper #filter .col .level-2,
#main #content .report-map-wrapper #filter .col .level-3,
#main #content .member-map-wrapper #filter .col .level-3 {
  display: none;
}
#main #content .report-map-wrapper #filter .col select,
#main #content .member-map-wrapper #filter .col select,
#main #content .report-map-wrapper #filter .col .text input,
#main #content .member-map-wrapper #filter .col .text input {
  margin: 0px;
  width: 100%;
  border: none;
  border: 1px solid #8DC640;
}
#main #content .report-map-wrapper #filter .col div.radio,
#main #content .member-map-wrapper #filter .col div.radio,
#main #content .report-map-wrapper #filter .col div.checkbox,
#main #content .member-map-wrapper #filter .col div.checkbox {
  padding: 0px;
}
#main #content .report-map-wrapper #filter .col div.checkbox label,
#main #content .member-map-wrapper #filter .col div.checkbox label {
  margin-left: 17px;
}
#main #content .report-map-wrapper #filter .col div.radio input,
#main #content .member-map-wrapper #filter .col div.radio input {
  margin-bottom: 10px;
  margin-right: 2px;
}
#main #content .report-map-wrapper #filter .col.col-1 .radio input + input,
#main #content .member-map-wrapper #filter .col.col-1 .radio input + input {
  margin-left: 15px;
}
#main #content .report-map-wrapper #filter .col.col-1 .search-box,
#main #content .member-map-wrapper #filter .col.col-1 .search-box {
  position: relative;
  padding-bottom: 12px;
}
#main #content .report-map-wrapper #filter .col.col-1 .search-box .text input,
#main #content .member-map-wrapper #filter .col.col-1 .search-box .text input {
  margin: 0px;
}
#main #content .report-map-wrapper #filter .col.col-1 .search-box .text input::-ms-clear,
#main #content .member-map-wrapper #filter .col.col-1 .search-box .text input::-ms-clear {
  width: 0;
  height: 0;
}
#main #content .report-map-wrapper #filter .col.col-1 .search-box button,
#main #content .member-map-wrapper #filter .col.col-1 .search-box button {
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  border: none;
  border-left: 1px solid #8DC640;
  background-color: transparent;
  height: 20px;
  width: 20px;
  color: #8DC640;
}
#main #content .report-map-wrapper #filter .col.col-1 .search-box button:hover,
#main #content .member-map-wrapper #filter .col.col-1 .search-box button:hover {
  color: #393939;
}
#main #content .report-map-wrapper #filter .col.col-1 .input.select,
#main #content .member-map-wrapper #filter .col.col-1 .input.select {
  margin: 0px;
  padding-bottom: 15px;
}
#main #content .report-map-wrapper #filter .col.col-1 .input.select select,
#main #content .member-map-wrapper #filter .col.col-1 .input.select select {
  margin-bottom: 10px;
}
#main #content .report-map-wrapper #filter .col #filter-fit-the-bounds,
#main #content .member-map-wrapper #filter .col #filter-fit-the-bounds,
#main #content .report-map-wrapper #filter .col #filter-reset,
#main #content .member-map-wrapper #filter .col #filter-reset {
  color: #FFFFFF;
  padding: 0 10px;
  display: inline-block;
  font-size: 11px;
}
#main #content .report-map-wrapper #filter .col #filter-fit-the-bounds,
#main #content .member-map-wrapper #filter .col #filter-fit-the-bounds {
  float: right;
}
#main #content .report-map-wrapper #filter .col #filter-reset,
#main #content .member-map-wrapper #filter .col #filter-reset {
  float: left;
}
#main #content .report-item {
  display: none;
}
#main .slide-items {
  margin-bottom: 40px;
}
#main .slide-items .item {
  padding: 5px 25px;
  margin-bottom: 5px;
  background-color: #f8f8f8;
}
#main .slide-items .item .cnt {
  padding-right: 30px;
  padding-bottom: 30px;
}
#main .collapseomatic,
#main .slide-items .slide-link {
  color: #393939;
  display: block;
  position: relative;
  padding: 8px 50px 8px 0;
  vertical-align: middle;
  text-decoration: none;
  font-family: 'gibsonregular';
}
#main .collapseomatic span.plus,
#main .slide-items .slide-link span.plus {
  position: absolute;
  left: auto;
  right: 0px;
  border-bottom: 2px solid #8DC640;
  width: 26px;
  top: 18px;
}
#main .collapseomatic span.plus span,
#main .slide-items .slide-link span.plus span {
  position: absolute;
  left: auto;
  right: 12px;
  top: -12px;
  border-left: 2px solid #8DC640;
  height: 26px;
}
#main .collapseomatic {
  padding: 13px 75px 13px 25px;
  background-color: #f8f8f8;
  position: relative;
  background-image: none;
  color: #0E76BC;
  margin-bottom: -5px;
}
#main .collapseomatic:before {
  content: ' ';
  position: absolute;
  right: 25px;
  border-bottom: 2px solid #8DC640;
  width: 26px;
  top: 22px;
}
#main .collapseomatic:after {
  content: ' ';
  position: absolute;
  right: 37px;
  top: 10px;
  border-left: 2px solid #8DC640;
  height: 26px;
}
#main .collapseomatic.colomat-close:after {
  display: none;
}
#main .collapseomatic_content {
  background-color: #f8f8f8;
  margin: 0px;
  padding: 5px 25px;
  margin-top: -16px !important;
  position: relative;
  display: block;
  margin-bottom: 11px;
}
#main #content .resources-content ul {
  list-style-type: none;
  overflow: visible;
  margin: 0 -15px;
}
@media (max-width: 480px) {
  #main #content .resources-content ul {
    margin: 0 -5px;
  }
}
#main #content .resources-content ul li:before {
  content: '';
}
#main #content .resources-content ul li {
  padding: 0px;
  display: block;
  float: left;
  width: 25%;
  position: relative;
  text-indent: 0px;
  left: 0px;
}
@media (max-width: 960px) {
  #main #content .resources-content ul li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  #main #content .resources-content ul li {
    width: 33%;
  }
}
@media (max-width: 480px) {
  #main #content .resources-content ul li {
    width: 50%;
  }
}
#main #content .resources-content ul li > .li-inner {
  position: relative;
  margin: 0 15px 30px;
}
@media (max-width: 480px) {
  #main #content .resources-content ul li > .li-inner {
    margin: 0 5px 10px;
  }
}
#main #content .resources-content ul li img {
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  #main #content .resources-content ul li img {
    position: absolute;
    height: 100%;
  }
}
#main #content .resources-content ul li .overlayer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 25px;
  background-color: #FFFFFF;
  opacity: 0.9;
  width: 100%;
  max-height: 25px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #393939;
  font-family: "gibsonregular";
  font-size: 16px;
  overflow: hidden;
}
#main #content .resources-content ul li .overlayer p {
  margin: 0px;
}
@media (max-width: 768px) {
  #main #content .resources-content ul li .overlayer {
    height: 100% !important;
    max-height: 300px;
    overflow: hidden;
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  #main #content .resources-content ul li .overlayer {
    position: relative;
    height: 100px !important;
  }
}
#main #content .resources-content ul li .overlayer .inner {
  padding: 10px;
}
@media (max-width: 768px) {
  #main #content .resources-content ul li .overlayer .inner {
    padding: 5px 10px;
  }
}
#main #content .resources-content ul li .overlayer .title {
  line-height: 25px;
  top: -10px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-left: 25px;
}
@media (max-width: 768px) {
  #main #content .resources-content ul li .overlayer .title {
    top: 0px;
    padding-bottom: 5px;
  }
}
@media (max-width: 480px) {
  #main #content .resources-content ul li .overlayer .title {
    line-height: 20px;
    padding-bottom: 3px;
  }
}
#main #content .resources-content ul li .overlayer .title i {
  line-height: 25px;
  padding-top: 1px;
  position: absolute;
  left: 5px;
  top: 0px;
  color: #E1AC3C;
}
#main #content .resources-content ul li .overlayer .content {
  position: relative;
}
#main #content .resources-content ul li .public-link .title {
  padding-left: 0px;
}
#main #content .resources-content ul li .public-link .title i {
  display: none;
}
#main #content .resources-content ul li a {
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  #main #content .resources-content ul li a:hover {
    -webkit-box-shadow: 0px 0px 4px #8DC640;
    -moz-box-shadow: 0px 0px 4px #8DC640;
    box-shadow: 0px 0px 4px #8DC640;
  }
  #main #content .resources-content ul li a:hover .overlayer {
    height: 100%;
    max-height: 300px;
    overflow: hidden;
  }
  #main #content .resources-content ul li a:hover .overlayer .title {
    opacity: 0;
    margin-bottom: -25px;
  }
}
#main #content .resources-content.public-resources {
  margin-bottom: 30px;
}
#main .team-content .slide-link.button-green {
  display: inline-block;
}
#main .team-content .item {
  width: 30%;
  padding: 1.5%;
  float: left;
  text-align: center;
  position: relative;
}
#main .team-content .item h2 {
  min-height: 58px;
}
@media (max-width: 768px) {
  #main .team-content .item {
    width: 90%;
    padding: 0 5%;
    float: none;
  }
}
#main .team-content .round-image {
  display: block;
  margin: 0 auto;
  width: 600px;
  max-width: 60%;
  position: relative;
  height: 0;
  padding-bottom: 60%;
  border-radius: 50%;
  overflow: hidden;
  background: center no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-size: cover;
}
#main .team-content .cnt {
  padding-bottom: 20px;
}
#main .team-content .cnt-hidden {
  display: none;
}
#main .team-content .tools a {
  float: left;
  font-size: 15px;
  padding: 3px 15px;
}
#main .team-content .tools a + a {
  float: right;
}
.hidden {
  display: none;
}
form input {
  width: 320px;
}
form input.wpcf7-submit {
  width: 80px;
}
form input.wpcf7-captchar {
  width: 100px;
}
form textarea {
  width: 550px;
  max-width: 90%;
  height: 150px;
}
.footer h3 {
  font-size: 21px;
}
.footer .carousel {
  position: relative;
  padding-left: 200px;
}
@media (max-width: 960px) {
  .footer .carousel {
    padding-left: 0px;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .footer .carousel {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .footer .carousel {
    width: 100%;
    max-width: 100%;
  }
}
.footer .carousel h3 {
  margin: 0px;
  position: absolute;
  left: 0px;
  top: 40px;
}
@media (max-width: 960px) {
  .footer .carousel h3 {
    padding-top: 15px;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 480px) {
}
.footer .carousel .jcarousel2,
.footer .carousel .jcarousel {
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .footer .carousel .jcarousel2,
  .footer .carousel .jcarousel {
    max-width: 100%;
  }
}
.footer .carousel .jcarousel2 ul,
.footer .carousel .jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .carousel .jcarousel2 ul li,
.footer .carousel .jcarousel ul li {
  float: left;
  width: 130px;
  display: block;
  text-align: center;
  line-height: 110px;
  vertical-align: middle;
  padding: 0px;
}
.footer .carousel .jcarousel2 ul li img,
.footer .carousel .jcarousel ul li img {
  max-width: 80%;
  height: auto;
}
.footer .carousel .jcarousel-control-prev,
.footer .carousel .jcarousel-control-next {
  font-size: 30px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
  position: absolute;
  top: 40px;
  left: 210px;
}
@media (max-width: 960px) {
  .footer .carousel .jcarousel-control-prev,
  .footer .carousel .jcarousel-control-next {
    left: -40px;
    top: 80px;
  }
}
@media (max-width: 480px) {
  .footer .carousel .jcarousel-control-prev,
  .footer .carousel .jcarousel-control-next {
    left: -30px;
  }
}
.footer .carousel .jcarousel-control-prev:hover,
.footer .carousel .jcarousel-control-next:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}
.footer .carousel .jcarousel-control-next {
  left: auto;
  right: 0px;
}
@media (max-width: 960px) {
  .footer .carousel .jcarousel-control-next {
    right: -40px;
  }
}
@media (max-width: 480px) {
  .footer .carousel .jcarousel-control-next {
    right: -30px;
  }
}
.footer .carousel.our-member {
  color: #8DC640;
}
.footer .carousel.our-member h3 {
  top: 30px;
  text-align: center;
}
@media (max-width: 960px) {
  .footer .carousel.our-member h3 {
    text-align: left;
    top: 0px;
  }
  .footer .carousel.our-member h3 br {
    display: none;
  }
}
.footer .carousel.our-member .jcarousel-control-prev,
.footer .carousel.our-member .jcarousel-control-next {
  color: #8DC640;
}
.footer .carousel.our-funding-partners {
  color: #0E76BC;
}
.footer .carousel.our-funding-partners .jcarousel-control-prev,
.footer .carousel.our-funding-partners .jcarousel-control-next {
  color: #0E76BC;
}
.footer .footer-one {
  height: 50px;
  position: relative;
  background-color: #f8f8f8;
}
@media (max-width: 768px) {
  .footer .footer-one {
    height: 90px;
  }
}
.footer .footer-one .tags-post {
  line-height: 50px;
  font-size: 14px;
}
.footer .footer-one .share {
  position: absolute;
  top: 3px;
  left: 50%;
}
@media (max-width: 768px) {
  .footer .footer-one .share {
    left: 0px;
    top: 43px;
  }
  .footer .footer-one .share a {
    padding: 0px;
  }
}
.footer .footer-one .button-green {
  position: absolute;
  top: 14px;
  right: 0px;
}
@media (max-width: 768px) {
  .footer .footer-one .button-green {
    top: 54px;
  }
}
.footer .footer-two {
  background-color: #e4e4e4;
}
.footer .footer-three {
  background-color: #d6d6d6;
}
.footer .footer-four {
  background-color: #c8c8c8;
}
.footer .footer-four h3,
.footer .footer-four h3 a {
  color: #0E76BC;
}
.footer .footer-four .box {
  width: 48%;
  padding: 10px 0 30px;
  float: left;
}
@media (max-width: 768px) {
  .footer .footer-four .box {
    width: 100%;
    float: none;
    margin-right: 0px !important;
  }
}
.footer .footer-four .box.post-box {
  margin-right: 4%;
}
.footer .footer-four .box.post-box .item a {
  position: relative;
  left: 10px;
}
.footer .footer-four .box.post-box .item a:before {
  content: '»';
  position: absolute;
  left: -10px;
}
.footer .footer-four .box.tag-box .items {
  font-family: 'gibsonsemibold';
  text-align: justify;
  text-align-last: justify;
}
.footer .footer-four .box.tag-box .items:after {
  content: "";
  display: inline-block;
  width: 100%;
}
.footer .footer-four .box.tag-box .items a {
  color: #767676;
}
.footer .footer-four .box.inner-tag .items {
  margin-top: -10px;
}
.footer .footer-four .box .items a {
  color: #393939;
}
.footer .footer-five {
  background-color: #767676;
  line-height: 60px;
  vertical-align: middle;
}
.footer .footer-five .clear-both {
  display: none;
}
.footer .footer-five,
.footer .footer-five a {
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .footer .footer-five .clear-both {
    display: block;
  }
}
.footer .footer-five #nav-footer-left,
.footer .footer-five #nav-footer-middle {
  float: left;
}
@media (max-width: 960px) {
  .footer .footer-five #nav-footer-left,
  .footer .footer-five #nav-footer-middle {
    width: 50%;
  }
}
.footer .footer-five .copy {
  display: none;
}
.footer .footer-five .by {
  float: right;
}
@media (max-width: 960px) {
  .footer .footer-five .by {
    float: none;
    display: block;
  }
}
.footer .footer-five ul {
  margin: 0px;
  margin-right: 30px;
}
@media (max-width: 960px) {
  .footer .footer-five ul {
    padding-top: 25px;
  }
}
.footer .footer-five ul li {
  display: block;
  float: left;
  padding: 0px;
  margin-right: 10px;
}
@media (max-width: 960px) {
  .footer .footer-five ul li {
    float: none;
    display: block;
  }
}
.footer .footer-five ul li a {
  line-height: 60px;
  vertical-align: middle;
}
@media (max-width: 960px) {
  .footer .footer-five ul li a {
    line-height: 25px;
  }
}
.home .footer .footer-four .box {
  width: auto;
}
.home #content {
  margin: 0 auto;
  max-width: 700px;
}
.homepage-boxes .col {
  width: 32%;
  float: left;
}
@media (max-width: 768px) {
  .homepage-boxes .col {
    width: auto;
    float: none;
  }
}
.homepage-boxes .col h1,
.homepage-boxes .col h2,
.homepage-boxes .col h3,
.homepage-boxes .col h4,
.homepage-boxes .col h5 {
  font-family: 'gibsonregular';
}
.homepage-boxes .col h2 {
  font-size: 16px;
  padding-bottom: 3px;
  border-bottom: 3px solid #e4e4e4;
  margin-bottom: 15px;
}
.homepage-boxes .col h3,
.homepage-boxes .col h4,
.homepage-boxes .col h5 {
  font-size: 1em;
}
.homepage-boxes .col + .col {
  padding-left: 2%;
}
@media (max-width: 768px) {
  .homepage-boxes .col + .col {
    padding-left: 0%;
  }
}
.homepage-boxes .small {
  font-size: 0.9em;
  padding-bottom: 5px;
}
.homepage-boxes .box {
  background: #f8f8f8;
  position: relative;
  padding-bottom: 71%;
  /* 16/9 ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
.homepage-boxes .box .box-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homepage-boxes .twitter-preheader {
  position: relative;
}
.homepage-boxes .twitter-flag {
  height: 34px;
  width: 34px;
  top: 0px;
  right: -17px;
  position: absolute;
  z-index: 10;
  color: #FFFFFF;
  font-size: 23px;
  text-align: center;
  line-height: 34px;
  background-color: #E1AC3C;
  z-index: 1;
}
.homepage-boxes .twitter-flag2 {
  content: ' ';
  position: absolute;
  top: 17px;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #767676;
}
.homepage-boxes .news h1,
.homepage-boxes .news h2,
.homepage-boxes .news h3,
.homepage-boxes .news h4,
.homepage-boxes .news h5,
.homepage-boxes .news a {
  color: #E1AC3C;
}
.homepage-boxes .box-inner.twitter {
  overflow-y: scroll !important;
}
.homepage-boxes .stories h1,
.homepage-boxes .stories h2,
.homepage-boxes .stories h3,
.homepage-boxes .stories h4,
.homepage-boxes .stories h5,
.homepage-boxes .stories a {
  color: #8DC640;
}
.homepage-boxes .events h1,
.homepage-boxes .events h2,
.homepage-boxes .events h3,
.homepage-boxes .events h4,
.homepage-boxes .events h5,
.homepage-boxes .events a {
  color: #0E76BC;
}
.homepage-boxes .box-content {
  padding: 15px;
}
.homepage-boxes img {
  width: 100%;
}
.homepage-boxes .iframe-wrapper {
  padding-bottom: 65%;
}
.ie8 .button-grey,
.ie8 .button-green {
  display: block;
}
.ie8 .share ul {
  border: 1px solid #e4e4e4;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > a {
  color: #8DC640;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_parent > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_parent > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_parent > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_item > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_item > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_item > a {
  color: #8DC640;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_parent > ul > li.current_page_item > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_parent > ul > li.current_page_item > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_parent > ul > li.current_page_item > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_ancestor > ul > li.current_page_item > ul > li.current_page_item > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_parent > ul > li.current_page_item > ul > li.current_page_item > a,
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children.current_page_item > ul > li.current_page_item > ul > li.current_page_item > a {
  color: #8DC640;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children:hover {
  background-color: #FFFFFF;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #d6d6d6;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children:hover > .sub-menu li:hover .sub-menu {
  display: block;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #d6d6d6;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children > a {
  z-index: 10000;
}
.ie8 #nav-main ul.nav-menu > li.menu-item-has-children > ul {
  z-index: -1;
}
.ie8 #nav-main li {
  float: left;
  display: block;
  padding: 0;
  position: relative;
  margin-top: 30px;
  height: 60px;
  padding: 0 10px;
  margin-right: 10px;
}
.ie8 #nav-main li:hover {
  padding-right: 9px;
  border-right: 1px solid #e4e4e4;
}
.ie8 #nav-main li:hover li {
  border: none;
}
.ie8 #nav-main li li {
  background-color: transparent;
}
.ie8 #nav-main li a {
  color: #393939;
  vertical-align: middle;
}
.ie8 #nav-main li a:hover {
  text-decoration: none;
  color: #8DC640;
}
.ie8 #nav-main li .sub-menu {
  display: block;
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  left: 0px;
  top: 60px;
  width: 250px;
  padding: 10px 0;
}
.ie8 #nav-main li .sub-menu li {
  float: none;
  height: auto;
  margin: 0px;
}
.ie8 #nav-main li .sub-menu li:last-child a {
  border-bottom: 1px dotted #393939;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ie8 #nav-main li .sub-menu li a {
  border-top: 1px dotted #393939;
  display: block;
  margin-right: 10px;
  padding-top: 5px;
  margin-top: 5px;
  margin-left: 10px;
  padding-left: 5px;
}
.ie8 #nav-main li .sub-menu li .sub-menu {
  left: 250px;
  top: -15px;
}
.ie8 .footer-three .jcarousel ul li,
.ie8 .footer-two .jcarousel ul li {
  height: 100%;
  margin-top: 0px;
}
