@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #425563;
  background: #fff;
  font: 300 20px/1.6 "Roboto", "Arial", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 67px; }

h2, .h2 {
  font-size: 53px; }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  font-size: 22px; }

h5, .h5 {
  font-size: 18px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #6ba539; }
  a:hover, a:focus {
    text-decoration: none; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

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

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  -webkit-filter: none;
          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; }

.fa-glass:before {
  content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

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

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

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

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

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

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

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

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

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

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

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

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

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

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

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

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

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

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

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

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

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

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

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

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

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

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

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

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

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

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

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

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

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

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

.fa-ticket:before {
  content: "\f145"; }

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

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

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

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

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

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

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

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

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

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

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

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

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

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

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

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

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

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

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

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

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

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

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

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

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

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

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

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

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

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

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

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

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

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

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

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

.fa-pause-circle-o:before {
  content: "\f28c"; }

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

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

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

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

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

.fa-linode:before {
  content: "\f2b8"; }

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

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

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

.fa-user-circle-o:before {
  content: "\f2be"; }

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

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  line-height: 25px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  height: 43px;
  outline: none;
  margin-bottom: 30px;
  color: #3a591f;
  border: 1px solid #003057;
  padding: 8px 10px 8px 22px !important; }
  @media screen and (max-width: 767px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      margin-bottom: 20px; } }
  input[type='text'].input-error,
  input[type='tel'].input-error,
  input[type='email'].input-error,
  input[type='search'].input-error,
  input[type='password'].input-error,
  textarea.input-error {
    border-color: red; }
  .form-dark input[type='text'], .form-dark
  input[type='tel'], .form-dark
  input[type='email'], .form-dark
  input[type='search'], .form-dark
  input[type='password'], .form-dark
  textarea {
    background: transparent;
    border-color: #fff;
    font-style: italic; }
    .form-dark input[type='text']::-webkit-input-placeholder, .form-dark
    input[type='tel']::-webkit-input-placeholder, .form-dark
    input[type='email']::-webkit-input-placeholder, .form-dark
    input[type='search']::-webkit-input-placeholder, .form-dark
    input[type='password']::-webkit-input-placeholder, .form-dark
    textarea::-webkit-input-placeholder {
      color: #fff; }
    .form-dark input[type='text']::-moz-placeholder, .form-dark
    input[type='tel']::-moz-placeholder, .form-dark
    input[type='email']::-moz-placeholder, .form-dark
    input[type='search']::-moz-placeholder, .form-dark
    input[type='password']::-moz-placeholder, .form-dark
    textarea::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .form-dark input[type='text']:-moz-placeholder, .form-dark
    input[type='tel']:-moz-placeholder, .form-dark
    input[type='email']:-moz-placeholder, .form-dark
    input[type='search']:-moz-placeholder, .form-dark
    input[type='password']:-moz-placeholder, .form-dark
    textarea:-moz-placeholder {
      color: #fff; }
    .form-dark input[type='text']:-ms-input-placeholder, .form-dark
    input[type='tel']:-ms-input-placeholder, .form-dark
    input[type='email']:-ms-input-placeholder, .form-dark
    input[type='search']:-ms-input-placeholder, .form-dark
    input[type='password']:-ms-input-placeholder, .form-dark
    textarea:-ms-input-placeholder {
      color: #fff; }
    .form-dark input[type='text'].placeholder, .form-dark
    input[type='tel'].placeholder, .form-dark
    input[type='email'].placeholder, .form-dark
    input[type='search'].placeholder, .form-dark
    input[type='password'].placeholder, .form-dark
    textarea.placeholder {
      color: #fff; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #6ba539;
    outline: none; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #6ba539; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #6ba539; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #6ba539; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #6ba539; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #6ba539; }
  @media screen and (max-width: 1023px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      font-size: 14px;
      height: 35px;
      padding: 4px 10px; } }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 157px;
  max-height: 400px;
  white-space: normal;
  text-overflow: clip; }
  @media screen and (max-width: 767px) {
    textarea {
      height: 70px;
      max-height: 200px; } }

textarea.required {
  font-size: 16px;
  line-height: 18px; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.required {
  display: block;
  padding-bottom: 20px;
  font-size: 12px;
  line-height: 1.33333px; }

.field-required {
  color: #6ba539; }

.form-container {
  padding: 35px 0 0; }

.contact-info {
  padding: 25px 0 0; }
  @media screen and (max-width: 767px) {
    .contact-info {
      padding: 0; } }

legend, .legend {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold; }
  legend:after, .legend:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 87px;
    height: 1px;
    background-color: #6ba539; }

.form-link {
  text-transform: uppercase; }

.dform .dfcolumns .column {
  margin: 0;
  padding: 0;
  min-height: 0; }

.dform .dform_element {
  margin: 0;
  padding: 0 10px;
  position: relative; }

.dform, .dform .dfcolumns {
  margin: 0 -10px; }

.dform .dform_file_upload {
  margin-bottom: 5px; }

form.dark input[type='text'],
form.dark input[type='tel'],
form.dark input[type='email'],
form.dark input[type='search'],
form.dark input[type='password'],
form.dark textarea {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }
  form.dark input[type='text']::-webkit-input-placeholder,
  form.dark input[type='tel']::-webkit-input-placeholder,
  form.dark input[type='email']::-webkit-input-placeholder,
  form.dark input[type='search']::-webkit-input-placeholder,
  form.dark input[type='password']::-webkit-input-placeholder,
  form.dark textarea::-webkit-input-placeholder {
    color: #fff; }
  form.dark input[type='text']::-moz-placeholder,
  form.dark input[type='tel']::-moz-placeholder,
  form.dark input[type='email']::-moz-placeholder,
  form.dark input[type='search']::-moz-placeholder,
  form.dark input[type='password']::-moz-placeholder,
  form.dark textarea::-moz-placeholder {
    opacity: 1;
    color: #fff; }
  form.dark input[type='text']:-moz-placeholder,
  form.dark input[type='tel']:-moz-placeholder,
  form.dark input[type='email']:-moz-placeholder,
  form.dark input[type='search']:-moz-placeholder,
  form.dark input[type='password']:-moz-placeholder,
  form.dark textarea:-moz-placeholder {
    color: #fff; }
  form.dark input[type='text']:-ms-input-placeholder,
  form.dark input[type='tel']:-ms-input-placeholder,
  form.dark input[type='email']:-ms-input-placeholder,
  form.dark input[type='search']:-ms-input-placeholder,
  form.dark input[type='password']:-ms-input-placeholder,
  form.dark textarea:-ms-input-placeholder {
    color: #fff; }
  form.dark input[type='text'].placeholder,
  form.dark input[type='tel'].placeholder,
  form.dark input[type='email'].placeholder,
  form.dark input[type='search'].placeholder,
  form.dark input[type='password'].placeholder,
  form.dark textarea.placeholder {
    color: #fff; }

form.dark .jcf-select {
  background: #25313b;
  border-color: #fff; }
  form.dark .jcf-select .jcf-select-text {
    color: #fff; }
  form.dark .jcf-select:before {
    font-weight: 900; }
  form.dark .jcf-select .jcf-select-drop {
    border-color: #fff;
    border-width: 1px; }
    form.dark .jcf-select .jcf-select-drop .jcf-list {
      background: #25313b; }
      form.dark .jcf-select .jcf-select-drop .jcf-list .jcf-hover, form.dark .jcf-select .jcf-select-drop .jcf-list .jcf-selected {
        background: #fff;
        color: #25313b; }
      form.dark .jcf-select .jcf-select-drop .jcf-list .jcf-option {
        padding-left: 13px;
        padding-right: 13px;
        text-transform: none;
        font-style: italic; }

.form-dark input[type="text"],
.form-dark input[type="tel"],
.form-dark input[type="email"],
.form-dark input[type="search"],
.form-dark input[type="password"],
.form-dark textarea, .form-dark select {
  margin-bottom: 15px;
  height: 43px;
  color: #fff; }
  @media screen and (max-width: 1023px) {
    .form-dark input[type="text"],
    .form-dark input[type="tel"],
    .form-dark input[type="email"],
    .form-dark input[type="search"],
    .form-dark input[type="password"],
    .form-dark textarea, .form-dark select {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

.form-dark .jcf-select {
  border-color: #fff;
  margin-bottom: 15px;
  height: 43px; }
  .form-dark .jcf-select .jcf-select-text {
    color: #fff;
    text-transform: none;
    font-style: italic; }
    @media screen and (max-width: 1023px) {
      .form-dark .jcf-select .jcf-select-text {
        line-height: 33px; } }

.form-dark p {
  text-align: center; }

.form-dark .submit_button {
  text-align: center; }
  .form-dark .submit_button .button-2 {
    margin-left: 8px; }
  .form-dark .submit_button .submit, .form-dark .submit_button .btn, .form-dark .submit_button .dform .submit, .dform .form-dark .submit_button .submit {
    font-size: 14px;
    padding: 15px;
    margin: 0 10px; }
    @media screen and (max-width: 767px) {
      .form-dark .submit_button .submit, .form-dark .submit_button .btn, .form-dark .submit_button .dform .submit, .dform .form-dark .submit_button .submit {
        display: block;
        width: 100%;
        margin: 0 0 15px; } }

.form-dark .dform_element .dform_error {
  position: absolute;
  color: #6ba539;
  font-size: 12px;
  top: -13px;
  line-height: 100%; }
  @media screen and (max-width: 1023px) {
    .form-dark .dform_element .dform_error {
      top: -14px; } }

@media screen and (max-width: 767px) {
  .form-dark .dfcolumns .column {
    width: 100% !important; } }

.grid_field_container input {
  margin: 0; }

.grid_field_container p.sub_filename {
  margin: 0 !important; }

.grid_field_container .remove_file {
  display: none; }

.additional-files table.grid_field {
  border-color: #425563;
  box-shadow: none; }
  .additional-files table.grid_field th {
    background-color: #425563;
    color: white; }
  .additional-files table.grid_field th, .additional-files table.grid_field td {
    border-color: #425563; }
  .additional-files table.grid_field td.grid_handle {
    background-color: #425563; }
  .additional-files table.grid_field .ui-sortable-helper td {
    border-color: #425563; }

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  font-style: normal; }
  [data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.arrow_up:before {
  content: "\21"; }

.arrow_down:before {
  content: "\22"; }

.arrow_left:before {
  content: "\23"; }

.arrow_right:before {
  content: "\24"; }

.arrow_left-up:before {
  content: "\25"; }

.arrow_right-up:before {
  content: "\26"; }

.arrow_right-down:before {
  content: "\27"; }

.arrow_left-down:before {
  content: "\28"; }

.arrow-up-down:before {
  content: "\29"; }

.arrow_up-down_alt:before {
  content: "\2a"; }

.arrow_left-right_alt:before {
  content: "\2b"; }

.arrow_left-right:before {
  content: "\2c"; }

.arrow_expand_alt2:before {
  content: "\2d"; }

.arrow_expand_alt:before {
  content: "\2e"; }

.arrow_condense:before {
  content: "\2f"; }

.arrow_expand:before {
  content: "\30"; }

.arrow_move:before {
  content: "\31"; }

.arrow_carrot-up:before {
  content: "\32"; }

.arrow_carrot-down:before {
  content: "\33"; }

.arrow_carrot-left:before {
  content: "\34"; }

.arrow_carrot-right:before {
  content: "\35"; }

.arrow_carrot-2up:before {
  content: "\36"; }

.arrow_carrot-2down:before {
  content: "\37"; }

.arrow_carrot-2left:before {
  content: "\38"; }

.arrow_carrot-2right:before {
  content: "\39"; }

.arrow_carrot-up_alt2:before {
  content: "\3a"; }

.arrow_carrot-down_alt2:before {
  content: "\3b"; }

.arrow_carrot-left_alt2:before {
  content: "\3c"; }

.arrow_carrot-right_alt2:before {
  content: "\3d"; }

.arrow_carrot-2up_alt2:before {
  content: "\3e"; }

.arrow_carrot-2down_alt2:before {
  content: "\3f"; }

.arrow_carrot-2left_alt2:before {
  content: "\40"; }

.arrow_carrot-2right_alt2:before {
  content: "\41"; }

.arrow_triangle-up:before {
  content: "\42"; }

.arrow_triangle-down:before {
  content: "\43"; }

.arrow_triangle-left:before {
  content: "\44"; }

.arrow_triangle-right:before {
  content: "\45"; }

.arrow_triangle-up_alt2:before {
  content: "\46"; }

.arrow_triangle-down_alt2:before {
  content: "\47"; }

.arrow_triangle-left_alt2:before {
  content: "\48"; }

.arrow_triangle-right_alt2:before {
  content: "\49"; }

.arrow_back:before {
  content: "\4a"; }

.icon_minus-06:before {
  content: "\4b"; }

.icon_plus:before {
  content: "\4c"; }

.icon_close:before {
  content: "\4d"; }

.icon_check:before {
  content: "\4e"; }

.icon_minus_alt2:before {
  content: "\4f"; }

.icon_plus_alt2:before {
  content: "\50"; }

.icon_close_alt2:before {
  content: "\51"; }

.icon_check_alt2:before {
  content: "\52"; }

.icon_zoom-out_alt:before {
  content: "\53"; }

.icon_zoom-in_alt:before {
  content: "\54"; }

.icon_search:before {
  content: "\55"; }

.icon_box-empty:before {
  content: "\56"; }

.icon_box-selected:before {
  content: "\57"; }

.icon_minus-box:before {
  content: "\58"; }

.icon_plus-box:before {
  content: "\59"; }

.icon_box-checked:before {
  content: "\5a"; }

.icon_circle-empty:before {
  content: "\5b"; }

.icon_circle-slelected:before {
  content: "\5c"; }

.icon_stop_alt2:before {
  content: "\5d"; }

.icon_stop:before {
  content: "\5e"; }

.icon_pause_alt2:before {
  content: "\5f"; }

.icon_pause:before {
  content: "\60"; }

.icon_menu:before {
  content: "\61"; }

.icon_menu-square_alt2:before {
  content: "\62"; }

.icon_menu-circle_alt2:before {
  content: "\63"; }

.icon_ul:before {
  content: "\64"; }

.icon_ol:before {
  content: "\65"; }

.icon_adjust-horiz:before {
  content: "\66"; }

.icon_adjust-vert:before {
  content: "\67"; }

.icon_document_alt:before {
  content: "\68"; }

.icon_documents_alt:before {
  content: "\69"; }

.icon_pencil:before {
  content: "\6a"; }

.icon_pencil-edit_alt:before {
  content: "\6b"; }

.icon_pencil-edit:before {
  content: "\6c"; }

.icon_folder-alt:before {
  content: "\6d"; }

.icon_folder-open_alt:before {
  content: "\6e"; }

.icon_folder-add_alt:before {
  content: "\6f"; }

.icon_info_alt:before {
  content: "\70"; }

.icon_error-oct_alt:before {
  content: "\71"; }

.icon_error-circle_alt:before {
  content: "\72"; }

.icon_error-triangle_alt:before {
  content: "\73"; }

.icon_question_alt2:before {
  content: "\74"; }

.icon_question:before {
  content: "\75"; }

.icon_comment_alt:before {
  content: "\76"; }

.icon_chat_alt:before {
  content: "\77"; }

.icon_vol-mute_alt:before {
  content: "\78"; }

.icon_volume-low_alt:before {
  content: "\79"; }

.icon_volume-high_alt:before {
  content: "\7a"; }

.icon_quotations:before {
  content: "\7b"; }

.icon_quotations_alt2:before {
  content: "\7c"; }

.icon_clock_alt:before {
  content: "\7d"; }

.icon_lock_alt:before {
  content: "\7e"; }

.icon_lock-open_alt:before {
  content: "\e000"; }

.icon_key_alt:before {
  content: "\e001"; }

.icon_cloud_alt:before {
  content: "\e002"; }

.icon_cloud-upload_alt:before {
  content: "\e003"; }

.icon_cloud-download_alt:before {
  content: "\e004"; }

.icon_image:before {
  content: "\e005"; }

.icon_images:before {
  content: "\e006"; }

.icon_lightbulb_alt:before {
  content: "\e007"; }

.icon_gift_alt:before {
  content: "\e008"; }

.icon_house_alt:before {
  content: "\e009"; }

.icon_genius:before {
  content: "\e00a"; }

.icon_mobile:before {
  content: "\e00b"; }

.icon_tablet:before {
  content: "\e00c"; }

.icon_laptop:before {
  content: "\e00d"; }

.icon_desktop:before {
  content: "\e00e"; }

.icon_camera_alt:before {
  content: "\e00f"; }

.icon_mail_alt:before {
  content: "\e010"; }

.icon_cone_alt:before {
  content: "\e011"; }

.icon_ribbon_alt:before {
  content: "\e012"; }

.icon_bag_alt:before {
  content: "\e013"; }

.icon_creditcard:before {
  content: "\e014"; }

.icon_cart_alt:before {
  content: "\e015"; }

.icon_paperclip:before {
  content: "\e016"; }

.icon_tag_alt:before {
  content: "\e017"; }

.icon_tags_alt:before {
  content: "\e018"; }

.icon_trash_alt:before {
  content: "\e019"; }

.icon_cursor_alt:before {
  content: "\e01a"; }

.icon_mic_alt:before {
  content: "\e01b"; }

.icon_compass_alt:before {
  content: "\e01c"; }

.icon_pin_alt:before {
  content: "\e01d"; }

.icon_pushpin_alt:before {
  content: "\e01e"; }

.icon_map_alt:before {
  content: "\e01f"; }

.icon_drawer_alt:before {
  content: "\e020"; }

.icon_toolbox_alt:before {
  content: "\e021"; }

.icon_book_alt:before {
  content: "\e022"; }

.icon_calendar:before {
  content: "\e023"; }

.icon_film:before {
  content: "\e024"; }

.icon_table:before {
  content: "\e025"; }

.icon_contacts_alt:before {
  content: "\e026"; }

.icon_headphones:before {
  content: "\e027"; }

.icon_lifesaver:before {
  content: "\e028"; }

.icon_piechart:before {
  content: "\e029"; }

.icon_refresh:before {
  content: "\e02a"; }

.icon_link_alt:before {
  content: "\e02b"; }

.icon_link:before {
  content: "\e02c"; }

.icon_loading:before {
  content: "\e02d"; }

.icon_blocked:before {
  content: "\e02e"; }

.icon_archive_alt:before {
  content: "\e02f"; }

.icon_heart_alt:before {
  content: "\e030"; }

.icon_star_alt:before {
  content: "\e031"; }

.icon_star-half_alt:before {
  content: "\e032"; }

.icon_star:before {
  content: "\e033"; }

.icon_star-half:before {
  content: "\e034"; }

.icon_tools:before {
  content: "\e035"; }

.icon_tool:before {
  content: "\e036"; }

.icon_cog:before {
  content: "\e037"; }

.icon_cogs:before {
  content: "\e038"; }

.arrow_up_alt:before {
  content: "\e039"; }

.arrow_down_alt:before {
  content: "\e03a"; }

.arrow_left_alt:before {
  content: "\e03b"; }

.arrow_right_alt:before {
  content: "\e03c"; }

.arrow_left-up_alt:before {
  content: "\e03d"; }

.arrow_right-up_alt:before {
  content: "\e03e"; }

.arrow_right-down_alt:before {
  content: "\e03f"; }

.arrow_left-down_alt:before {
  content: "\e040"; }

.arrow_condense_alt:before {
  content: "\e041"; }

.arrow_expand_alt3:before {
  content: "\e042"; }

.arrow_carrot_up_alt:before {
  content: "\e043"; }

.arrow_carrot-down_alt:before {
  content: "\e044"; }

.arrow_carrot-left_alt:before {
  content: "\e045"; }

.arrow_carrot-right_alt:before {
  content: "\e046"; }

.arrow_carrot-2up_alt:before {
  content: "\e047"; }

.arrow_carrot-2dwnn_alt:before {
  content: "\e048"; }

.arrow_carrot-2left_alt:before {
  content: "\e049"; }

.arrow_carrot-2right_alt:before {
  content: "\e04a"; }

.arrow_triangle-up_alt:before {
  content: "\e04b"; }

.arrow_triangle-down_alt:before {
  content: "\e04c"; }

.arrow_triangle-left_alt:before {
  content: "\e04d"; }

.arrow_triangle-right_alt:before {
  content: "\e04e"; }

.icon_minus_alt:before {
  content: "\e04f"; }

.icon_plus_alt:before {
  content: "\e050"; }

.icon_close_alt:before {
  content: "\e051"; }

.icon_check_alt:before {
  content: "\e052"; }

.icon_zoom-out:before {
  content: "\e053"; }

.icon_zoom-in:before {
  content: "\e054"; }

.icon_stop_alt:before {
  content: "\e055"; }

.icon_menu-square_alt:before {
  content: "\e056"; }

.icon_menu-circle_alt:before {
  content: "\e057"; }

.icon_document:before {
  content: "\e058"; }

.icon_documents:before {
  content: "\e059"; }

.icon_pencil_alt:before {
  content: "\e05a"; }

.icon_folder:before {
  content: "\e05b"; }

.icon_folder-open:before {
  content: "\e05c"; }

.icon_folder-add:before {
  content: "\e05d"; }

.icon_folder_upload:before {
  content: "\e05e"; }

.icon_folder_download:before {
  content: "\e05f"; }

.icon_info:before {
  content: "\e060"; }

.icon_error-circle:before {
  content: "\e061"; }

.icon_error-oct:before {
  content: "\e062"; }

.icon_error-triangle:before {
  content: "\e063"; }

.icon_question_alt:before {
  content: "\e064"; }

.icon_comment:before {
  content: "\e065"; }

.icon_chat:before {
  content: "\e066"; }

.icon_vol-mute:before {
  content: "\e067"; }

.icon_volume-low:before {
  content: "\e068"; }

.icon_volume-high:before {
  content: "\e069"; }

.icon_quotations_alt:before {
  content: "\e06a"; }

.icon_clock:before {
  content: "\e06b"; }

.icon_lock:before {
  content: "\e06c"; }

.icon_lock-open:before {
  content: "\e06d"; }

.icon_key:before {
  content: "\e06e"; }

.icon_cloud:before {
  content: "\e06f"; }

.icon_cloud-upload:before {
  content: "\e070"; }

.icon_cloud-download:before {
  content: "\e071"; }

.icon_lightbulb:before {
  content: "\e072"; }

.icon_gift:before {
  content: "\e073"; }

.icon_house:before {
  content: "\e074"; }

.icon_camera:before {
  content: "\e075"; }

.icon_mail:before {
  content: "\e076"; }

.icon_cone:before {
  content: "\e077"; }

.icon_ribbon:before {
  content: "\e078"; }

.icon_bag:before {
  content: "\e079"; }

.icon_cart:before {
  content: "\e07a"; }

.icon_tag:before {
  content: "\e07b"; }

.icon_tags:before {
  content: "\e07c"; }

.icon_trash:before {
  content: "\e07d"; }

.icon_cursor:before {
  content: "\e07e"; }

.icon_mic:before {
  content: "\e07f"; }

.icon_compass:before {
  content: "\e080"; }

.icon_pin:before {
  content: "\e081"; }

.icon_pushpin:before {
  content: "\e082"; }

.icon_map:before {
  content: "\e083"; }

.icon_drawer:before {
  content: "\e084"; }

.icon_toolbox:before {
  content: "\e085"; }

.icon_book:before {
  content: "\e086"; }

.icon_contacts:before {
  content: "\e087"; }

.icon_archive:before {
  content: "\e088"; }

.icon_heart:before {
  content: "\e089"; }

.icon_profile:before {
  content: "\e08a"; }

.icon_group:before {
  content: "\e08b"; }

.icon_grid-2x2:before {
  content: "\e08c"; }

.icon_grid-3x3:before {
  content: "\e08d"; }

.icon_music:before {
  content: "\e08e"; }

.icon_pause_alt:before {
  content: "\e08f"; }

.icon_phone:before {
  content: "\e090"; }

.icon_upload:before {
  content: "\e091"; }

.icon_download:before {
  content: "\e092"; }

.social_facebook:before {
  content: "\e093"; }

.social_twitter:before {
  content: "\e094"; }

.social_pinterest:before {
  content: "\e095"; }

.social_googleplus:before {
  content: "\e096"; }

.social_tumblr:before {
  content: "\e097"; }

.social_tumbleupon:before {
  content: "\e098"; }

.social_wordpress:before {
  content: "\e099"; }

.social_instagram:before {
  content: "\e09a"; }

.social_dribbble:before {
  content: "\e09b"; }

.social_vimeo:before {
  content: "\e09c"; }

.social_linkedin:before {
  content: "\e09d"; }

.social_rss:before {
  content: "\e09e"; }

.social_deviantart:before {
  content: "\e09f"; }

.social_share:before {
  content: "\e0a0"; }

.social_myspace:before {
  content: "\e0a1"; }

.social_skype:before {
  content: "\e0a2"; }

.social_youtube:before {
  content: "\e0a3"; }

.social_picassa:before {
  content: "\e0a4"; }

.social_googledrive:before {
  content: "\e0a5"; }

.social_flickr:before {
  content: "\e0a6"; }

.social_blogger:before {
  content: "\e0a7"; }

.social_spotify:before {
  content: "\e0a8"; }

.social_delicious:before {
  content: "\e0a9"; }

.social_facebook_circle:before {
  content: "\e0aa"; }

.social_twitter_circle:before {
  content: "\e0ab"; }

.social_pinterest_circle:before {
  content: "\e0ac"; }

.social_googleplus_circle:before {
  content: "\e0ad"; }

.social_tumblr_circle:before {
  content: "\e0ae"; }

.social_stumbleupon_circle:before {
  content: "\e0af"; }

.social_wordpress_circle:before {
  content: "\e0b0"; }

.social_instagram_circle:before {
  content: "\e0b1"; }

.social_dribbble_circle:before {
  content: "\e0b2"; }

.social_vimeo_circle:before {
  content: "\e0b3"; }

.social_linkedin_circle:before {
  content: "\e0b4"; }

.social_rss_circle:before {
  content: "\e0b5"; }

.social_deviantart_circle:before {
  content: "\e0b6"; }

.social_share_circle:before {
  content: "\e0b7"; }

.social_myspace_circle:before {
  content: "\e0b8"; }

.social_skype_circle:before {
  content: "\e0b9"; }

.social_youtube_circle:before {
  content: "\e0ba"; }

.social_picassa_circle:before {
  content: "\e0bb"; }

.social_googledrive_alt2:before {
  content: "\e0bc"; }

.social_flickr_circle:before {
  content: "\e0bd"; }

.social_blogger_circle:before {
  content: "\e0be"; }

.social_spotify_circle:before {
  content: "\e0bf"; }

.social_delicious_circle:before {
  content: "\e0c0"; }

.social_facebook_square:before {
  content: "\e0c1"; }

.social_twitter_square:before {
  content: "\e0c2"; }

.social_pinterest_square:before {
  content: "\e0c3"; }

.social_googleplus_square:before {
  content: "\e0c4"; }

.social_tumblr_square:before {
  content: "\e0c5"; }

.social_stumbleupon_square:before {
  content: "\e0c6"; }

.social_wordpress_square:before {
  content: "\e0c7"; }

.social_instagram_square:before {
  content: "\e0c8"; }

.social_dribbble_square:before {
  content: "\e0c9"; }

.social_vimeo_square:before {
  content: "\e0ca"; }

.social_linkedin_square:before {
  content: "\e0cb"; }

.social_rss_square:before {
  content: "\e0cc"; }

.social_deviantart_square:before {
  content: "\e0cd"; }

.social_share_square:before {
  content: "\e0ce"; }

.social_myspace_square:before {
  content: "\e0cf"; }

.social_skype_square:before {
  content: "\e0d0"; }

.social_youtube_square:before {
  content: "\e0d1"; }

.social_picassa_square:before {
  content: "\e0d2"; }

.social_googledrive_square:before {
  content: "\e0d3"; }

.social_flickr_square:before {
  content: "\e0d4"; }

.social_blogger_square:before {
  content: "\e0d5"; }

.social_spotify_square:before {
  content: "\e0d6"; }

.social_delicious_square:before {
  content: "\e0d7"; }

.icon_printer:before {
  content: "\e103"; }

.icon_calulator:before {
  content: "\e0ee"; }

.icon_building:before {
  content: "\e0ef"; }

.icon_floppy:before {
  content: "\e0e8"; }

.icon_drive:before {
  content: "\e0ea"; }

.icon_search-2:before {
  content: "\e101"; }

.icon_id:before {
  content: "\e107"; }

.icon_id-2:before {
  content: "\e108"; }

.icon_puzzle:before {
  content: "\e102"; }

.icon_like:before {
  content: "\e106"; }

.icon_dislike:before {
  content: "\e0eb"; }

.icon_mug:before {
  content: "\e105"; }

.icon_currency:before {
  content: "\e0ed"; }

.icon_wallet:before {
  content: "\e100"; }

.icon_pens:before {
  content: "\e104"; }

.icon_easel:before {
  content: "\e0e9"; }

.icon_flowchart:before {
  content: "\e109"; }

.icon_datareport:before {
  content: "\e0ec"; }

.icon_briefcase:before {
  content: "\e0fe"; }

.icon_shield:before {
  content: "\e0f6"; }

.icon_percent:before {
  content: "\e0fb"; }

.icon_globe:before {
  content: "\e0e2"; }

.icon_globe-2:before {
  content: "\e0e3"; }

.icon_target:before {
  content: "\e0f5"; }

.icon_hourglass:before {
  content: "\e0e1"; }

.icon_balance:before {
  content: "\e0ff"; }

.icon_rook:before {
  content: "\e0f8"; }

.icon_printer-alt:before {
  content: "\e0fa"; }

.icon_calculator_alt:before {
  content: "\e0e7"; }

.icon_building_alt:before {
  content: "\e0fd"; }

.icon_floppy_alt:before {
  content: "\e0e4"; }

.icon_drive_alt:before {
  content: "\e0e5"; }

.icon_search_alt:before {
  content: "\e0f7"; }

.icon_id_alt:before {
  content: "\e0e0"; }

.icon_id-2_alt:before {
  content: "\e0fc"; }

.icon_puzzle_alt:before {
  content: "\e0f9"; }

.icon_like_alt:before {
  content: "\e0dd"; }

.icon_dislike_alt:before {
  content: "\e0f1"; }

.icon_mug_alt:before {
  content: "\e0dc"; }

.icon_currency_alt:before {
  content: "\e0f3"; }

.icon_wallet_alt:before {
  content: "\e0d8"; }

.icon_pens_alt:before {
  content: "\e0db"; }

.icon_easel_alt:before {
  content: "\e0f0"; }

.icon_flowchart_alt:before {
  content: "\e0df"; }

.icon_datareport_alt:before {
  content: "\e0f2"; }

.icon_briefcase_alt:before {
  content: "\e0f4"; }

.icon_shield_alt:before {
  content: "\e0d9"; }

.icon_percent_alt:before {
  content: "\e0da"; }

.icon_globe_alt:before {
  content: "\e0de"; }

.icon_clipboard:before {
  content: "\e0e6"; }

.glyph {
  float: left;
  text-align: center;
  padding: .75em;
  margin: .4em 1.5em .75em 0;
  width: 6em;
  text-shadow: none; }

.glyph_big {
  font-size: 128px;
  color: #59c5dc;
  float: left;
  margin-right: 20px; }

.glyph div {
  padding-bottom: 10px; }

.glyph input {
  font-family: consolas, monospace;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: 0 0 0 1px #ccc;
  padding: .2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.glyph .fs1 {
  font-size: 2em; }

/*
* Symbolset
* www.symbolset.com
* Copyright © 2014 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-glyphish-outlined.css" rel="stylesheet" />
*/
@font-face {
  font-family: "SSGlyphish";
  src: url("../fonts/ss-glyphish-outlined.eot");
  src: url("../fonts/ss-glyphish-outlined.eot?#iefix") format("embedded-opentype"), url("../fonts/ss-glyphish-outlined.woff") format("woff"), url("../fonts/ss-glyphish-outlined.ttf") format("truetype"), url("../fonts/ss-glyphish-outlined.svg#SSGlyphishOutlined") format("svg");
  font-weight: 400;
  font-style: normal; }

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"] {
  -ms-zoom: 1; }

.ss-icon, .ss-icon.ss-glyphish-outlined,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-glyphish-outlined:before, [class*=" ss-"].ss-glyphish-outlined:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-glyphish-outined.right:after, [class*=" ss-"].ss-glyphish-outlined.right:after {
  font-family: "SSGlyphish";
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="ss-"].right:before,
[class*=" ss-"].right:before {
  display: none;
  content: ''; }

.ss-cursor:before, .ss-cursor.right:after {
  content: ''; }

.ss-crosshair:before, .ss-crosshair.right:after {
  content: '⌖'; }

.ss-search:before, .ss-search.right:after {
  content: '🔎'; }

.ss-zoomin:before, .ss-zoomin.right:after {
  content: ''; }

.ss-zoomout:before, .ss-zoomout.right:after {
  content: ''; }

.ss-view:before, .ss-view.right:after {
  content: '👁'; }

.ss-binoculars:before, .ss-binoculars.right:after {
  content: ''; }

.ss-incognito:before, .ss-incognito.right:after {
  content: ''; }

.ss-radar:before, .ss-radar.right:after {
  content: ''; }

.ss-attach:before, .ss-attach.right:after {
  content: '📎'; }

.ss-link:before, .ss-link.right:after {
  content: '🔗'; }

.ss-write:before, .ss-write.right:after {
  content: '✎'; }

.ss-compose:before, .ss-compose.right:after {
  content: '📝'; }

.ss-lock:before, .ss-lock.right:after {
  content: '🔒'; }

.ss-unlock:before, .ss-unlock.right:after {
  content: '🔓'; }

.ss-combinationlock:before, .ss-combinationlock.right:after {
  content: ''; }

.ss-key:before, .ss-key.right:after {
  content: '🔑'; }

.ss-keyhole:before, .ss-keyhole.right:after {
  content: ''; }

.ss-vip:before, .ss-vip.right:after {
  content: ''; }

.ss-trash:before, .ss-trash.right:after {
  content: '🗑'; }

.ss-target:before, .ss-target.right:after {
  content: '◎'; }

.ss-bullseye:before, .ss-bullseye.right:after {
  content: '🎯'; }

.ss-lightning:before, .ss-lightning.right:after {
  content: '☇'; }

.ss-radioactive:before, .ss-radioactive.right:after {
  content: '☢'; }

.ss-skull:before, .ss-skull.right:after {
  content: '💀'; }

.ss-skullandcrossbones:before, .ss-skullandcrossbones.right:after {
  content: '☠'; }

.ss-tag:before, .ss-tag.right:after {
  content: '🏷'; }

.ss-tags:before, .ss-tags.right:after {
  content: ''; }

.ss-pricetag:before, .ss-pricetag.right:after {
  content: ''; }

.ss-flag:before, .ss-flag.right:after {
  content: '⚑'; }

.ss-like:before, .ss-like.right:after {
  content: '👍'; }

.ss-dislike:before, .ss-dislike.right:after {
  content: '👎'; }

.ss-heart:before, .ss-heart.right:after {
  content: '♥'; }

.ss-star:before, .ss-star.right:after {
  content: '⋆'; }

.ss-archive:before, .ss-archive.right:after {
  content: '🗃'; }

.ss-badge:before, .ss-badge.right:after {
  content: '📛'; }

.ss-trophy:before, .ss-trophy.right:after {
  content: '🏆'; }

.ss-medal:before, .ss-medal.right:after {
  content: '🎖'; }

.ss-crown:before, .ss-crown.right:after {
  content: '👑'; }

.ss-layers:before, .ss-layers.right:after {
  content: ''; }

.ss-layergroup:before, .ss-layergroup.right:after {
  content: ''; }

.ss-cut:before, .ss-cut.right:after {
  content: '✂'; }

.ss-magicwand:before, .ss-magicwand.right:after {
  content: ''; }

.ss-clipboard:before, .ss-clipboard.right:after {
  content: '📋'; }

.ss-ruler:before, .ss-ruler.right:after {
  content: '📏'; }

.ss-brush:before, .ss-brush.right:after {
  content: ''; }

.ss-paintroller:before, .ss-paintroller.right:after {
  content: ''; }

.ss-rubberstamp:before, .ss-rubberstamp.right:after {
  content: ''; }

.ss-palette:before, .ss-palette.right:after {
  content: '🎨'; }

.ss-phone:before, .ss-phone.right:after {
  content: '📞'; }

.ss-voicemail:before, .ss-voicemail.right:after {
  content: '⌕'; }

.ss-megaphone:before, .ss-megaphone.right:after {
  content: '📢'; }

.ss-at:before, .ss-at.right:after {
  content: '@'; }

.ss-reply:before, .ss-reply.right:after {
  content: '↩'; }

.ss-replyall:before, .ss-replyall.right:after {
  content: ''; }

.ss-mailbox:before, .ss-mailbox.right:after {
  content: '📫'; }

.ss-send:before, .ss-send.right:after {
  content: '🖅'; }

.ss-mail:before, .ss-mail.right:after {
  content: '✉'; }

.ss-inbox:before, .ss-inbox.right:after {
  content: '📥'; }

.ss-stamp:before, .ss-stamp.right:after {
  content: ''; }

.ss-chat:before, .ss-chat.right:after {
  content: '💬'; }

.ss-chats:before, .ss-chats.right:after {
  content: '🗪'; }

.ss-ellipsischat:before, .ss-ellipsischat.right:after {
  content: ''; }

.ss-ellipsis:before, .ss-ellipsis.right:after {
  content: '…'; }

.ss-smile:before, .ss-smile.right:after {
  content: '☻'; }

.ss-user:before, .ss-user.right:after {
  content: '👤'; }

.ss-femaleuser:before, .ss-femaleuser.right:after {
  content: '👧'; }

.ss-users:before, .ss-users.right:after {
  content: '👥'; }

.ss-baby:before, .ss-baby.right:after {
  content: '👶'; }

.ss-alien:before, .ss-alien.right:after {
  content: '👽'; }

.ss-ghost:before, .ss-ghost.right:after {
  content: '👻'; }

.ss-footsteps:before, .ss-footsteps.right:after {
  content: '👣'; }

.ss-usergroup:before, .ss-usergroup.right:after {
  content: ''; }

.ss-contacts:before, .ss-contacts.right:after {
  content: '📇'; }

.ss-userprofile:before, .ss-userprofile.right:after {
  content: ''; }

.ss-cart:before, .ss-cart.right:after {
  content: ''; }

.ss-shoppingbag:before, .ss-shoppingbag.right:after {
  content: '🛍'; }

.ss-gift:before, .ss-gift.right:after {
  content: '🎁'; }

.ss-store:before, .ss-store.right:after {
  content: '🏪'; }

.ss-barcode:before, .ss-barcode.right:after {
  content: ''; }

.ss-creditcard:before, .ss-creditcard.right:after {
  content: '💳'; }

.ss-creditcards:before, .ss-creditcards.right:after {
  content: ''; }

.ss-banknote:before, .ss-banknote.right:after {
  content: '💵'; }

.ss-currency:before, .ss-currency.right:after {
  content: '💱'; }

.ss-piggybank:before, .ss-piggybank.right:after {
  content: ''; }

.ss-calculator:before, .ss-calculator.right:after {
  content: '🖩'; }

.ss-tally:before, .ss-tally.right:after {
  content: ''; }

.ss-bank:before, .ss-bank.right:after {
  content: '🏦'; }

.ss-scales:before, .ss-scales.right:after {
  content: '⚖'; }

.ss-gavel:before, .ss-gavel.right:after {
  content: ''; }

.ss-meeting:before, .ss-meeting.right:after {
  content: ''; }

.ss-presentation:before, .ss-presentation.right:after {
  content: ''; }

.ss-piechart:before, .ss-piechart.right:after {
  content: ''; }

.ss-barchart:before, .ss-barchart.right:after {
  content: '📊'; }

.ss-activity:before, .ss-activity.right:after {
  content: ''; }

.ss-flowchart:before, .ss-flowchart.right:after {
  content: ''; }

.ss-stock:before, .ss-stock.right:after {
  content: '🗠'; }

.ss-box:before, .ss-box.right:after {
  content: '📦'; }

.ss-crate:before, .ss-crate.right:after {
  content: ''; }

.ss-handtruck:before, .ss-handtruck.right:after {
  content: ''; }

.ss-home:before, .ss-home.right:after {
  content: '⌂'; }

.ss-fence:before, .ss-fence.right:after {
  content: ''; }

.ss-buildings:before, .ss-buildings.right:after {
  content: '🏢'; }

.ss-hotel:before, .ss-hotel.right:after {
  content: '🏨'; }

.ss-warehouse:before, .ss-warehouse.right:after {
  content: ''; }

.ss-castle:before, .ss-castle.right:after {
  content: '🏰'; }

.ss-globe:before, .ss-globe.right:after {
  content: '🌐'; }

.ss-earth:before, .ss-earth.right:after {
  content: '🌎'; }

.ss-navigate:before, .ss-navigate.right:after {
  content: ''; }

.ss-compassnavigate:before, .ss-compassnavigate.right:after {
  content: ''; }

.ss-compass:before, .ss-compass.right:after {
  content: ''; }

.ss-signpost:before, .ss-signpost.right:after {
  content: ''; }

.ss-map:before, .ss-map.right:after {
  content: ''; }

.ss-location:before, .ss-location.right:after {
  content: ''; }

.ss-pin:before, .ss-pin.right:after {
  content: '📍'; }

.ss-pushpin:before, .ss-pushpin.right:after {
  content: '📌'; }

.ss-maplocation:before, .ss-maplocation.right:after {
  content: ''; }

.ss-floppydisk:before, .ss-floppydisk.right:after {
  content: '💾'; }

.ss-puzzle:before, .ss-puzzle.right:after {
  content: ''; }

.ss-install:before, .ss-install.right:after {
  content: ''; }

.ss-window:before, .ss-window.right:after {
  content: '🗔'; }

.ss-windows:before, .ss-windows.right:after {
  content: '🗗'; }

.ss-commandline:before, .ss-commandline.right:after {
  content: ''; }

.ss-bug:before, .ss-bug.right:after {
  content: '🐛'; }

.ss-database:before, .ss-database.right:after {
  content: ''; }

.ss-music:before, .ss-music.right:after {
  content: '♫'; }

.ss-eighthnote:before, .ss-eighthnote.right:after {
  content: '♪'; }

.ss-guitar:before, .ss-guitar.right:after {
  content: '🎸'; }

.ss-piano:before, .ss-piano.right:after {
  content: '🎹'; }

.ss-pianokeys:before, .ss-pianokeys.right:after {
  content: ''; }

.ss-trumpet:before, .ss-trumpet.right:after {
  content: '🎺'; }

.ss-mic:before, .ss-mic.right:after {
  content: '🎤'; }

.ss-studiomic:before, .ss-studiomic.right:after {
  content: '🎙'; }

.ss-headphones:before, .ss-headphones.right:after {
  content: '🎧'; }

.ss-mutevolume:before, .ss-mutevolume.right:after {
  content: ''; }

.ss-volume:before, .ss-volume.right:after {
  content: '🔈'; }

.ss-lowvolume:before, .ss-lowvolume.right:after {
  content: '🔉'; }

.ss-highvolume:before, .ss-highvolume.right:after {
  content: '🔊'; }

.ss-ipod:before, .ss-ipod.right:after {
  content: ''; }

.ss-stereo:before, .ss-stereo.right:after {
  content: ''; }

.ss-speaker:before, .ss-speaker.right:after {
  content: ''; }

.ss-vinylrecord:before, .ss-vinylrecord.right:after {
  content: ''; }

.ss-disc:before, .ss-disc.right:after {
  content: '💿'; }

.ss-playlist:before, .ss-playlist.right:after {
  content: ''; }

.ss-airplay:before, .ss-airplay.right:after {
  content: ''; }

.ss-camera:before, .ss-camera.right:after {
  content: '📷'; }

.ss-picture:before, .ss-picture.right:after {
  content: '🌄'; }

.ss-pictures:before, .ss-pictures.right:after {
  content: ''; }

.ss-video:before, .ss-video.right:after {
  content: '📹'; }

.ss-film:before, .ss-film.right:after {
  content: '🎞'; }

.ss-filmroll:before, .ss-filmroll.right:after {
  content: ''; }

.ss-widescreenfilm:before, .ss-widescreenfilm.right:after {
  content: ''; }

.ss-clapboard:before, .ss-clapboard.right:after {
  content: '🎬'; }

.ss-tv:before, .ss-tv.right:after {
  content: '📺'; }

.ss-flatscreen:before, .ss-flatscreen.right:after {
  content: ''; }

.ss-videogame:before, .ss-videogame.right:after {
  content: '🎮'; }

.ss-repeat:before, .ss-repeat.right:after {
  content: '🔁'; }

.ss-replay:before, .ss-replay.right:after {
  content: '↺'; }

.ss-shuffle:before, .ss-shuffle.right:after {
  content: '🔀'; }

.ss-filecabinet:before, .ss-filecabinet.right:after {
  content: '🗄'; }

.ss-storagebox:before, .ss-storagebox.right:after {
  content: ''; }

.ss-index:before, .ss-index.right:after {
  content: '🗂'; }

.ss-page:before, .ss-page.right:after {
  content: '📃'; }

.ss-book:before, .ss-book.right:after {
  content: '📕'; }

.ss-openbook:before, .ss-openbook.right:after {
  content: '📖'; }

.ss-notebook:before, .ss-notebook.right:after {
  content: '📓'; }

.ss-spiralbound:before, .ss-spiralbound.right:after {
  content: '🗒'; }

.ss-newspaper:before, .ss-newspaper.right:after {
  content: '📰'; }

.ss-notepad:before, .ss-notepad.right:after {
  content: ''; }

.ss-cards:before, .ss-cards.right:after {
  content: ''; }

.ss-notice:before, .ss-notice.right:after {
  content: ''; }

.ss-grid:before, .ss-grid.right:after {
  content: ''; }

.ss-rows:before, .ss-rows.right:after {
  content: ''; }

.ss-menu:before, .ss-menu.right:after {
  content: ''; }

.ss-filter:before, .ss-filter.right:after {
  content: ''; }

.ss-ascending:before, .ss-ascending.right:after {
  content: ''; }

.ss-descending:before, .ss-descending.right:after {
  content: ''; }

.ss-desktop:before, .ss-desktop.right:after {
  content: '💻'; }

.ss-laptop:before, .ss-laptop.right:after {
  content: ''; }

.ss-tablet:before, .ss-tablet.right:after {
  content: ''; }

.ss-smartphone:before, .ss-smartphone.right:after {
  content: ''; }

.ss-cell:before, .ss-cell.right:after {
  content: '📱'; }

.ss-battery:before, .ss-battery.right:after {
  content: '🔋'; }

.ss-door:before, .ss-door.right:after {
  content: '🚪'; }

.ss-washer:before, .ss-washer.right:after {
  content: ''; }

.ss-birdhouse:before, .ss-birdhouse.right:after {
  content: ''; }

.ss-doghouse:before, .ss-doghouse.right:after {
  content: ''; }

.ss-lightbulb:before, .ss-lightbulb.right:after {
  content: '💡'; }

.ss-lamp:before, .ss-lamp.right:after {
  content: ''; }

.ss-spraycan:before, .ss-spraycan.right:after {
  content: ''; }

.ss-spraybottle:before, .ss-spraybottle.right:after {
  content: ''; }

.ss-chair:before, .ss-chair.right:after {
  content: ''; }

.ss-frame:before, .ss-frame.right:after {
  content: '🖼'; }

.ss-flowerframe:before, .ss-flowerframe.right:after {
  content: ''; }

.ss-atom:before, .ss-atom.right:after {
  content: '⚛'; }

.ss-telescope:before, .ss-telescope.right:after {
  content: '🔭'; }

.ss-balloon:before, .ss-balloon.right:after {
  content: '🎈'; }

.ss-fuzzydice:before, .ss-fuzzydice.right:after {
  content: ''; }

.ss-magiclamp:before, .ss-magiclamp.right:after {
  content: ''; }

.ss-slingshot:before, .ss-slingshot.right:after {
  content: ''; }

.ss-bomb:before, .ss-bomb.right:after {
  content: '💣'; }

.ss-gun:before, .ss-gun.right:after {
  content: '🔫'; }

.ss-sword:before, .ss-sword.right:after {
  content: ''; }

.ss-swords:before, .ss-swords.right:after {
  content: '⚔'; }

.ss-bowandarrow:before, .ss-bowandarrow.right:after {
  content: ''; }

.ss-targetdummy:before, .ss-targetdummy.right:after {
  content: ''; }

.ss-downloadcloud:before, .ss-downloadcloud.right:after {
  content: ''; }

.ss-download:before, .ss-download.right:after {
  content: ''; }

.ss-downloadbox:before, .ss-downloadbox.right:after {
  content: ''; }

.ss-uploadcloud:before, .ss-uploadcloud.right:after {
  content: ''; }

.ss-upload:before, .ss-upload.right:after {
  content: ''; }

.ss-merge:before, .ss-merge.right:after {
  content: ''; }

.ss-fork:before, .ss-fork.right:after {
  content: ''; }

.ss-joinpath:before, .ss-joinpath.right:after {
  content: ''; }

.ss-splitpath:before, .ss-splitpath.right:after {
  content: ''; }

.ss-forkpath:before, .ss-forkpath.right:after {
  content: ''; }

.ss-refresh:before, .ss-refresh.right:after {
  content: '↻'; }

.ss-sync:before, .ss-sync.right:after {
  content: '🗘'; }

.ss-wifi:before, .ss-wifi.right:after {
  content: ''; }

.ss-connection:before, .ss-connection.right:after {
  content: ''; }

.ss-file:before, .ss-file.right:after {
  content: '📄'; }

.ss-files:before, .ss-files.right:after {
  content: ''; }

.ss-folder:before, .ss-folder.right:after {
  content: '📁'; }

.ss-anchor:before, .ss-anchor.right:after {
  content: '⚓'; }

.ss-print:before, .ss-print.right:after {
  content: '⎙'; }

.ss-list:before, .ss-list.right:after {
  content: ''; }

.ss-starlist:before, .ss-starlist.right:after {
  content: ''; }

.ss-layout:before, .ss-layout.right:after {
  content: ''; }

.ss-twoup:before, .ss-twoup.right:after {
  content: ''; }

.ss-threeup:before, .ss-threeup.right:after {
  content: ''; }

.ss-fourup:before, .ss-fourup.right:after {
  content: ''; }

.ss-action:before, .ss-action.right:after {
  content: ''; }

.ss-expand:before, .ss-expand.right:after {
  content: '⤢'; }

.ss-contract:before, .ss-contract.right:after {
  content: ''; }

.ss-lifepreserver:before, .ss-lifepreserver.right:after {
  content: ''; }

.ss-help:before, .ss-help.right:after {
  content: '❓'; }

.ss-info:before, .ss-info.right:after {
  content: 'ℹ'; }

.ss-alert:before, .ss-alert.right:after {
  content: '⚠'; }

.ss-plus:before, .ss-plus.right:after {
  content: '+'; }

.ss-hyphen:before, .ss-hyphen.right:after {
  content: '-'; }

.ss-check:before, .ss-check.right:after {
  content: '✓'; }

.ss-fish:before, .ss-fish.right:after {
  content: '🐟'; }

.ss-whale:before, .ss-whale.right:after {
  content: '🐋'; }

.ss-bird:before, .ss-bird.right:after {
  content: '🐦'; }

.ss-pawprint:before, .ss-pawprint.right:after {
  content: ''; }

.ss-bone:before, .ss-bone.right:after {
  content: ''; }

.ss-tree:before, .ss-tree.right:after {
  content: '🌲'; }

.ss-flower:before, .ss-flower.right:after {
  content: '⚘'; }

.ss-gem:before, .ss-gem.right:after {
  content: '💎'; }

.ss-mountains:before, .ss-mountains.right:after {
  content: '⛰'; }

.ss-settings:before, .ss-settings.right:after {
  content: '⚙'; }

.ss-dashboard:before, .ss-dashboard.right:after {
  content: ''; }

.ss-dial:before, .ss-dial.right:after {
  content: ''; }

.ss-notifications:before, .ss-notifications.right:after {
  content: '🔔'; }

.ss-toggles:before, .ss-toggles.right:after {
  content: '🎚'; }

.ss-switch:before, .ss-switch.right:after {
  content: ''; }

.ss-brightness:before, .ss-brightness.right:after {
  content: '🔆'; }

.ss-contrast:before, .ss-contrast.right:after {
  content: '◐'; }

.ss-flash:before, .ss-flash.right:after {
  content: '⌁'; }

.ss-magnet:before, .ss-magnet.right:after {
  content: ''; }

.ss-level:before, .ss-level.right:after {
  content: ''; }

.ss-toolbox:before, .ss-toolbox.right:after {
  content: ''; }

.ss-hammer:before, .ss-hammer.right:after {
  content: '🔨'; }

.ss-wrench:before, .ss-wrench.right:after {
  content: '🔧'; }

.ss-nut:before, .ss-nut.right:after {
  content: '🔩'; }

.ss-screw:before, .ss-screw.right:after {
  content: ''; }

.ss-clock:before, .ss-clock.right:after {
  content: '⏲'; }

.ss-stopwatch:before, .ss-stopwatch.right:after {
  content: '⏱'; }

.ss-alarmclock:before, .ss-alarmclock.right:after {
  content: '⏰'; }

.ss-counterclockwise:before, .ss-counterclockwise.right:after {
  content: '⥀'; }

.ss-calendar:before, .ss-calendar.right:after {
  content: '📅'; }

.ss-food:before, .ss-food.right:after {
  content: ''; }

.ss-egg:before, .ss-egg.right:after {
  content: ''; }

.ss-chickenleg:before, .ss-chickenleg.right:after {
  content: '🍗'; }

.ss-pizza:before, .ss-pizza.right:after {
  content: '🍕'; }

.ss-birthdaycake:before, .ss-birthdaycake.right:after {
  content: '🎂'; }

.ss-icecream:before, .ss-icecream.right:after {
  content: '🍨'; }

.ss-popsicle:before, .ss-popsicle.right:after {
  content: ''; }

.ss-coffee:before, .ss-coffee.right:after {
  content: ''; }

.ss-mug:before, .ss-mug.right:after {
  content: '☕'; }

.ss-beer:before, .ss-beer.right:after {
  content: '🍺'; }

.ss-bottle:before, .ss-bottle.right:after {
  content: ''; }

.ss-wineglass:before, .ss-wineglass.right:after {
  content: '🍷'; }

.ss-wine:before, .ss-wine.right:after {
  content: ''; }

.ss-cocktail:before, .ss-cocktail.right:after {
  content: '🍸'; }

.ss-cup:before, .ss-cup.right:after {
  content: ''; }

.ss-waterbottle:before, .ss-waterbottle.right:after {
  content: ''; }

.ss-utensils:before, .ss-utensils.right:after {
  content: '🍴'; }

.ss-measuringcup:before, .ss-measuringcup.right:after {
  content: ''; }

.ss-helmet:before, .ss-helmet.right:after {
  content: ''; }

.ss-graduationcap:before, .ss-graduationcap.right:after {
  content: '🎓'; }

.ss-glasses:before, .ss-glasses.right:after {
  content: '👓'; }

.ss-sunglasses:before, .ss-sunglasses.right:after {
  content: '🕶'; }

.ss-tie:before, .ss-tie.right:after {
  content: ''; }

.ss-bowtie:before, .ss-bowtie.right:after {
  content: ''; }

.ss-tshirt:before, .ss-tshirt.right:after {
  content: '👕'; }

.ss-jersey:before, .ss-jersey.right:after {
  content: ''; }

.ss-sock:before, .ss-sock.right:after {
  content: ''; }

.ss-handbag:before, .ss-handbag.right:after {
  content: '👜'; }

.ss-briefcase:before, .ss-briefcase.right:after {
  content: '💼'; }

.ss-messengerbag:before, .ss-messengerbag.right:after {
  content: ''; }

.ss-hanger:before, .ss-hanger.right:after {
  content: ''; }

.ss-safetypin:before, .ss-safetypin.right:after {
  content: ''; }

.ss-thermometer:before, .ss-thermometer.right:after {
  content: ''; }

.ss-cloud:before, .ss-cloud.right:after {
  content: '☁'; }

.ss-sun:before, .ss-sun.right:after {
  content: '☀'; }

.ss-partlycloudy:before, .ss-partlycloudy.right:after {
  content: '⛅'; }

.ss-rain:before, .ss-rain.right:after {
  content: '🌧'; }

.ss-thunderstorm:before, .ss-thunderstorm.right:after {
  content: '⛈'; }

.ss-snow:before, .ss-snow.right:after {
  content: '🌨'; }

.ss-umbrella:before, .ss-umbrella.right:after {
  content: '☂'; }

.ss-crescentmoon:before, .ss-crescentmoon.right:after {
  content: '🌙'; }

.ss-planet:before, .ss-planet.right:after {
  content: ''; }

.ss-recycle:before, .ss-recycle.right:after {
  content: '♲'; }

.ss-outlet:before, .ss-outlet.right:after {
  content: ''; }

.ss-car:before, .ss-car.right:after {
  content: '🚘'; }

.ss-train:before, .ss-train.right:after {
  content: '🚆'; }

.ss-bus:before, .ss-bus.right:after {
  content: '🚍'; }

.ss-trailer:before, .ss-trailer.right:after {
  content: ''; }

.ss-plane:before, .ss-plane.right:after {
  content: '✈'; }

.ss-boat:before, .ss-boat.right:after {
  content: '🚢'; }

.ss-sailboat:before, .ss-sailboat.right:after {
  content: '⛵'; }

.ss-boat:before, .ss-boat.right:after {
  content: '🚢'; }

.ss-schooner:before, .ss-schooner.right:after {
  content: ''; }

.ss-rocket:before, .ss-rocket.right:after {
  content: '🚀'; }

.ss-satellite:before, .ss-satellite.right:after {
  content: '🛰'; }

.ss-ufo:before, .ss-ufo.right:after {
  content: ''; }

.ss-helm:before, .ss-helm.right:after {
  content: '⎈'; }

.ss-fuel:before, .ss-fuel.right:after {
  content: '⛽'; }

.ss-firehydrant:before, .ss-firehydrant.right:after {
  content: ''; }

.ss-theatre:before, .ss-theatre.right:after {
  content: '🎭'; }

.ss-ticket:before, .ss-ticket.right:after {
  content: '🎫'; }

.ss-golf:before, .ss-golf.right:after {
  content: '⛳'; }

.ss-golfshot:before, .ss-golfshot.right:after {
  content: ''; }

.ss-basketball:before, .ss-basketball.right:after {
  content: '🏀'; }

.ss-hockeymask:before, .ss-hockeymask.right:after {
  content: ''; }

.ss-billiards:before, .ss-billiards.right:after {
  content: '🎱'; }

.ss-baseball:before, .ss-baseball.right:after {
  content: '⚾'; }

.ss-baseballfield:before, .ss-baseballfield.right:after {
  content: ''; }

.ss-tennis:before, .ss-tennis.right:after {
  content: '🎾'; }

.ss-tabletennis:before, .ss-tabletennis.right:after {
  content: ''; }

.ss-boxing:before, .ss-boxing.right:after {
  content: ''; }

.ss-bowling:before, .ss-bowling.right:after {
  content: ''; }

.ss-football:before, .ss-football.right:after {
  content: '🏈'; }

.ss-soccer:before, .ss-soccer.right:after {
  content: '⚽'; }

.ss-dumbbell:before, .ss-dumbbell.right:after {
  content: ''; }

.ss-fishhook:before, .ss-fishhook.right:after {
  content: ''; }

.ss-gameplan:before, .ss-gameplan.right:after {
  content: ''; }

.ss-hiker:before, .ss-hiker.right:after {
  content: ''; }

.ss-runner:before, .ss-runner.right:after {
  content: '🏃'; }

.ss-pedestrian:before, .ss-pedestrian.right:after {
  content: '🚶'; }

.ss-callbell:before, .ss-callbell.right:after {
  content: '🛎'; }

.ss-shower:before, .ss-shower.right:after {
  content: '🚿'; }

.ss-bandage:before, .ss-bandage.right:after {
  content: ''; }

.ss-pill:before, .ss-pill.right:after {
  content: '💊'; }

.ss-flask:before, .ss-flask.right:after {
  content: ''; }

.ss-testtube:before, .ss-testtube.right:after {
  content: ''; }

.ss-pulse:before, .ss-pulse.right:after {
  content: ''; }

.ss-up:before, .ss-up.right:after {
  content: '⬆'; }

.ss-right:before, .ss-right.right:after {
  content: '➡'; }

.ss-down:before, .ss-down.right:after {
  content: '⬇'; }

.ss-left:before, .ss-left.right:after {
  content: '⬅'; }

.ss-rightward:before, .ss-rightward.right:after {
  content: ''; }

.ss-leftward:before, .ss-leftward.right:after {
  content: ''; }

.ss-squiggle:before, .ss-squiggle.right:after {
  content: '⇝'; }

.ss-retweet:before, .ss-retweet.right:after {
  content: ''; }

/* custom select styles */
.jcf-select {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #003057;
  background: #425563;
  max-width: 100%;
  margin-bottom: 30px;
  min-width: 50px;
  width: 100%;
  padding-right: 60px;
  cursor: pointer; }
  @media screen and (max-width: 1023px) {
    .jcf-select {
      padding-right: 30px; } }
  @media screen and (max-width: 767px) {
    .jcf-select {
      margin-bottom: 20px; } }
  .jcf-select:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 17px;
    margin: 2px 0 0;
    color: #fff;
    font-family: "SSGlyphish";
    content: '⬇';
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media screen and (max-width: 1023px) {
      .jcf-select:before {
        right: 5px; } }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 16px;
  line-height: 25px;
  width: 100%;
  text-transform: uppercase;
  color: #6ba539;
  margin: 8px 10px 8px 22px; }
  @media screen and (max-width: 1023px) {
    .jcf-select .jcf-select-text {
      font-size: 14px;
      margin: 4px 10px; } }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 41px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  border: 1px solid #003057;
  border-width: 0 1px 1px;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #003057;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #425563;
  font-size: 16px;
  line-height: 21px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  cursor: pointer;
  display: block;
  padding: 8px 10px 8px 22px;
  color: #fff;
  white-space: normal;
  text-transform: uppercase;
  overflow-wrap: break-all;
  word-wrap: break-all;
  word-break: break-all; }
  @media screen and (max-width: 1023px) {
    .jcf-list .jcf-option {
      padding: 4px 10px; } }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #ccc !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #25313b;
  color: #6ba539; }

.image-links {
  box-sizing: border-box; }
  .image-links .main-holder {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    padding: 35px 20px 85px; }
    @media screen and (max-width: 922px) {
      .image-links .main-holder {
        max-width: 680px; } }
    @media screen and (max-width: 600px) {
      .image-links .main-holder {
        padding: 30px 20px; } }
    @media screen and (max-width: 390px) {
      .image-links .main-holder {
        max-width: 320px; } }
  .image-links a {
    display: inline-block;
    width: 25%;
    padding: 0 15px;
    font-size: 0;
    vertical-align: middle;
    margin-bottom: 12px;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    @media screen and (max-width: 922px) {
      .image-links a {
        width: 50%; } }
    @media screen and (max-width: 390px) {
      .image-links a {
        width: 100%; } }
    .image-links a:hover {
      opacity: 0.6; }
  .image-links img {
    width: 100%; }

.main .main-holder ul, .area ul, .columns-holder ul {
  margin: 0;
  padding: 0; }
  .main .main-holder ul li, .area ul li, .columns-holder ul li {
    position: relative;
    padding: 0 0 14px 21px; }
    .main .main-holder ul li:before, .area ul li:before, .columns-holder ul li:before {
      content: 'N';
      position: absolute;
      top: 4px;
      left: 0;
      font-family: 'ElegantIcons';
      speak: none;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      color: #6ba539;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1280px) {
    .row {
      margin-left: -10px;
      margin-right: -10px; } }
  .row [class^='col-'] {
    float: left;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (max-width: 1280px) {
      .row [class^='col-'] {
        padding-left: 10px;
        padding-right: 10px; } }
  .row .col-2 {
    width: 50%; }
    @media screen and (max-width: 640px) {
      .row .col-2 {
        width: 100%; } }
  .row .col-4 {
    width: 25%; }
    @media screen and (max-width: 767px) {
      .row .col-4 {
        width: 100%; } }
  .row .col-1 {
    width: 100%; }
  .row .col-3 {
    width: 33.3%; }
    @media screen and (max-width: 640px) {
      .row .col-3 {
        width: 100%; } }

.top-row {
  position: relative;
  z-index: 3;
  background: #425563;
  color: #fff;
  overflow: hidden;
  padding: 8px 55px;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  height: 46px;
  font-size: 13px;
  line-height: 18px; }
  @media screen and (max-width: 1023px) {
    .top-row {
      padding: 8px 20px; } }
  .top-row .contact-list {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: -4px;
    white-space: nowrap; }
    .top-row .contact-list li {
      display: inline-block;
      vertical-align: top;
      font-size: 20px;
      letter-spacing: 0;
      white-space: normal; }
    .top-row .contact-list li {
      font-size: 13px;
      line-height: 30px; }
      @media screen and (max-width: 767px) {
        .top-row .contact-list li {
          font-size: 18px; } }
    .top-row .contact-list li + li {
      margin: 0 0 0 20px; }
    .top-row .contact-list i {
      display: inline-block;
      vertical-align: top;
      margin: 0 5px 0 0;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .top-row .contact-list i {
          display: inline-block;
          vertical-align: middle; } }
  .top-row a {
    color: #fff; }
    .top-row a:hover {
      color: #6ba539; }
  .top-row .account-box {
    overflow: hidden;
    text-align: right; }
    .top-row .account-box .text-holder,
    .top-row .account-box .img-holder {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 8px;
      line-height: 30px; }
    .top-row .account-box .img-holder {
      width: 30px;
      height: 30px;
      overflow: hidden;
      border-radius: 30px; }
    .top-row .account-box a {
      font-weight: bold; }
    .top-row .account-box .link-underlined:before {
      top: auto;
      bottom: 5px; }

.header-holder {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  letter-spacing: 0;
  white-space: normal;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear; }

.header {
  position: relative;
  z-index: 3;
  height: 102px;
  background: #eee;
  padding: 23px 53px 23px 30px; }
  @media screen and (max-width: 1023px) {
    .header {
      padding: 15px 20px;
      height: 87px; } }
  @media screen and (max-width: 767px) {
    .header {
      padding: 10px 20px;
      height: 64px; } }
  .header .logo {
    float: left;
    margin: 0 20px 0 0; }
    .header .logo img {
      display: block; }
    @media screen and (max-width: 767px) {
      .header .logo {
        width: 180px;
        height: auto; } }
  .visual .header {
    background: transparent; }

.header-pad {
  padding-top: 148px; }
  @media screen and (max-width: 1023px) {
    .header-pad {
      padding-top: 133px; } }
  @media screen and (max-width: 767px) {
    .header-pad {
      padding-top: 110px; } }

#main .tab-links > li:nth-child(1):before {
  content: url("../images/site/icon-account.png"); }

#main .tab-links > li:nth-child(2):before {
  content: url("../images/site/icon-application.png"); }

#main .tab-links > li:nth-child(3):before {
  content: url("../images/site/icon-recent.png"); }

#main .edit-profile .profile-tab .tab-links > li {
  padding-left: 1.5em; }
  #main .edit-profile .profile-tab .tab-links > li:nth-child(1):before, #main .edit-profile .profile-tab .tab-links > li:nth-child(2):before, #main .edit-profile .profile-tab .tab-links > li:nth-child(3):before {
    display: inline-block;
    vertical-align: -0.41em;
    padding-right: 1.1em;
    margin-bottom: -1.25em; }

.nav {
  overflow: hidden;
  text-align: right; }
  .nav .nav-drop {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    letter-spacing: -4px;
    white-space: nowrap;
    margin: 0 -16px 0 0; }
    .nav .nav-drop li {
      display: inline-block;
      vertical-align: top;
      font-size: 20px;
      letter-spacing: 0;
      white-space: normal; }
    @media screen and (max-width: 767px) {
      .nav .nav-drop {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
        transition: visibility 0.2s linear, opacity 0.2s linear;
        position: absolute;
        top: 100%;
        left: 0;
        margin: 0;
        width: 100%;
        float: none;
        background: #eee; }
        .resize-active .nav .nav-drop {
          -webkit-transition: none 0.2s linear;
          transition: none 0.2s linear; }
        .visual .nav .nav-drop {
          background: rgba(0, 0, 0, 0.7); }
        .nav-active .nav .nav-drop {
          visibility: visible;
          opacity: 1; } }
    @media screen and (max-width: 480px) {
      .nav .nav-drop {
        max-height: 170px;
        overflow: auto; } }
    .nav .nav-drop li {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Montserrat", "Arial", "Helvetica", sans-serif; }
      @media screen and (max-width: 1023px) {
        .nav .nav-drop li {
          font-size: 12px;
          line-height: 24px; } }
      @media screen and (max-width: 767px) {
        .nav .nav-drop li {
          display: block;
          text-align: center; } }
      .nav .nav-drop li a {
        color: #425563;
        display: inline-block;
        vertical-align: top;
        padding: 16px 16px 12px; }
        @media screen and (max-width: 767px) {
          .nav .nav-drop li a {
            padding: 5px 10px;
            display: block;
            -webkit-transition: background 0.2s linear, color 0.2s linear;
            transition: background 0.2s linear, color 0.2s linear; } }
        .visual .nav .nav-drop li a {
          color: #fff; }
      .nav .nav-drop li a:hover,
      .nav .nav-drop li.active a,
      .nav .nav-drop li.parent-active a {
        color: #6ba539; }
        @media screen and (max-width: 767px) {
          .nav .nav-drop li a:hover,
          .nav .nav-drop li.active a,
          .nav .nav-drop li.parent-active a {
            background: #999;
            color: #fff; }
            .visual .nav .nav-drop li a:hover, .visual
            .nav .nav-drop li.active a, .visual
            .nav .nav-drop li.parent-active a {
              color: #6ba539;
              background: #000; } }

/* burger menu style */
.nav-opener {
  margin: 6px 0; }

.subnav-opener,
.nav-opener {
  display: none;
  float: right;
  width: 31px;
  height: 31px;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  text-align: left; }
  .subnav-opener:before, .subnav-opener:after,
  .subnav-opener span,
  .nav-opener:before,
  .nav-opener:after,
  .nav-opener span {
    background: #fff;
    border-radius: 4px;
    position: absolute;
    top: 16px;
    left: 25%;
    right: 25%;
    height: 3px;
    margin-top: -2px;
    /* height/2 */
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .subnav-opener:before, .subnav-opener:after,
  .nav-opener:before,
  .nav-opener:after {
    content: '';
    top: 10px; }
  .subnav-opener:after,
  .nav-opener:after {
    top: 22px; }
  .subnav-opener:hover,
  .nav-opener:hover {
    opacity: .9; }
  @media screen and (max-width: 767px) {
    .subnav-opener,
    .nav-opener {
      display: block; } }

/* close button transition */
.nav-active .nav-opener span {
  opacity: 0; }

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%; }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* close button transition */
.subnav-active .subnav-opener span {
  opacity: 0; }

.subnav-active .subnav-opener:after,
.subnav-active .subnav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%; }

.subnav-active .subnav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.subnav-holder {
  position: relative;
  height: 70px; }
  @media screen and (max-width: 1023px) {
    .subnav-holder {
      height: 46px; } }

.sub-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background: #425563;
  padding: 20px 54px; }
  @media screen and (max-width: 1023px) {
    .sub-nav {
      padding: 10px 20px; } }
  @media screen and (max-width: 767px) {
    .sub-nav .subnav-dropdown {
      clear: both;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      text-align: center;
      background: #425563;
      margin: 0 -20px;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
      transition: visibility 0.2s linear, opacity 0.2s linear; }
      .resize-active .sub-nav .subnav-dropdown {
        -webkit-transition: none 0.2s linear;
        transition: none 0.2s linear; }
      .subnav-active .sub-nav .subnav-dropdown {
        visibility: visible;
        opacity: 1; } }
  @media screen and (max-width: 767px) {
    .sub-nav .subnav-dropdown {
      max-height: calc(100vh - 51px);
      overflow-y: auto; } }
  .sub-nav .subnav-dropdown ul {
    margin: 0 -35px 0 0;
    padding: 0;
    list-style: none;
    white-space: normal;
    font-size: 0;
    letter-spacing: -4px; }
    @media screen and (max-width: 1023px) {
      .sub-nav .subnav-dropdown ul {
        margin: 0 -15px 0 0; } }
    .sub-nav .subnav-dropdown ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 35px 0 0;
      font-size: 14px;
      line-height: 30px;
      font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
      font-weight: bold;
      letter-spacing: 0;
      text-transform: uppercase; }
      @media screen and (max-width: 1023px) {
        .sub-nav .subnav-dropdown ul li {
          font-size: 12px;
          line-height: 24px;
          margin: 0 15px 0 0; } }
      @media screen and (max-width: 767px) {
        .sub-nav .subnav-dropdown ul li {
          display: block;
          font-size: 12px;
          line-height: 24px;
          margin: 0; }
          .sub-nav .subnav-dropdown ul li a {
            padding: 5px 10px;
            display: block;
            -webkit-transition: background 0.2s linear, color 0.2s linear;
            transition: background 0.2s linear, color 0.2s linear; }
          .sub-nav .subnav-dropdown ul li.active a,
          .sub-nav .subnav-dropdown ul li a:hover {
            background: rgba(0, 0, 0, 0.7); } }
      .sub-nav .subnav-dropdown ul li a {
        color: #fff; }
      .sub-nav .subnav-dropdown ul li.active a,
      .sub-nav .subnav-dropdown ul li:hover a {
        color: #6ba539; }

.subnav-active .fixed-container .header-holder {
  opacity: 0;
  visibility: hidden; }

.subnav-active .fixed-container .sub-nav.fixed-position {
  top: 0 !important; }

#footer {
  background: #1d1e20;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif; }
  @media screen and (max-width: 1279px) {
    #footer {
      font-size: 12px;
      line-height: 20px; } }
  #footer a {
    color: #fff; }
    #footer a:hover {
      color: #6ba539; }
  #footer h4 {
    margin: 0 0 42px;
    color: #6ba539;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      #footer h4 {
        font-size: 16px;
        line-height: 24px;
        margin: 0 0 30px; } }
    @media screen and (max-width: 767px) {
      #footer h4 {
        margin: 0 0 10px; } }
  #footer .sub-logo {
    display: block;
    margin: -15px 0 29px; }
    @media screen and (max-width: 767px) {
      #footer .sub-logo {
        margin: 0 0 20px; } }
  #footer .footer-holder {
    background: #1d1e20;
    padding: 115px 0 100px;
    overflow: hidden;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    #footer .footer-holder:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1279px) {
      #footer .footer-holder {
        padding: 65px 0 50px; } }
    @media screen and (max-width: 767px) {
      #footer .footer-holder {
        padding: 30px 0 0; } }
    #footer .footer-holder .column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      #footer .footer-holder .column:last-child {
        margin-right: 0; }
      @media screen and (max-width: 767px) {
        #footer .footer-holder .column {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-bottom: 20px; }
          #footer .footer-holder .column:last-child {
            margin-right: 0; }
          #footer .footer-holder .column:nth-child(2n) {
            margin-right: 0 !important; } }
      @media screen and (max-width: 639px) {
        #footer .footer-holder .column {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%; }
          #footer .footer-holder .column:last-child {
            margin-right: 0; } }
    #footer .footer-holder label {
      display: block;
      padding: 0 0 30px;
      font-size: 13px;
      line-height: 24px; }
    #footer .footer-holder ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 13px;
      line-height: 24px; }
      @media screen and (max-width: 1279px) {
        #footer .footer-holder ul {
          font-size: 12px;
          line-height: 20px; } }
      @media screen and (max-width: 1023px) {
        #footer .footer-holder ul {
          font-size: 11px; } }
      #footer .footer-holder ul li {
        overflow: hidden;
        padding: 0 0 12px; }
      #footer .footer-holder ul li + li {
        padding: 12px 0;
        border-top: 1px solid #474747; }
      #footer .footer-holder ul.social-networks {
        padding: 12px 0;
        display: block;
        border-top: 1px solid #474747;
        font-size: 0;
        letter-spacing: -4px;
        white-space: nowrap; }
        @media screen and (max-width: 767px) {
          #footer .footer-holder ul.social-networks {
            text-align: center;
            padding: 15px 0 0; } }
        #footer .footer-holder ul.social-networks li {
          display: inline-block;
          vertical-align: middle;
          padding: 0;
          font-size: 18px;
          letter-spacing: 0;
          white-space: normal; }
          @media screen and (max-width: 767px) {
            #footer .footer-holder ul.social-networks li {
              margin: 0 20px !important;
              font-size: 28px; } }
          #footer .footer-holder ul.social-networks li a {
            color: #535353; }
            #footer .footer-holder ul.social-networks li a:hover {
              color: #6ba539; }
        #footer .footer-holder ul.social-networks li + li {
          border: 0;
          margin: 0 0 0 15px; }
      #footer .footer-holder ul .icon-holder {
        width: 24px;
        float: left;
        height: 24px;
        font-size: 0;
        letter-spacing: -4px;
        white-space: nowrap; }
        #footer .footer-holder ul .icon-holder:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 1px;
          margin: 0 0 0 -1px;
          height: 100%; }
        #footer .footer-holder ul .icon-holder i {
          font-size: 13px;
          letter-spacing: 0;
          white-space: normal; }
  #footer .footer-frame {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    background: #25313b;
    font-size: 13px;
    line-height: 24px;
    padding: 22px 0;
    color: #bfbfbf; }
    #footer .footer-frame:last-child {
      margin-right: 0; }
    #footer .footer-frame::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 1279px) {
      #footer .footer-frame {
        font-size: 12px;
        line-height: 20px; } }
    @media screen and (max-width: 639px) {
      #footer .footer-frame {
        text-align: center; } }
    #footer .footer-frame ul {
      float: right;
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      letter-spacing: -4px;
      white-space: nowrap; }
      #footer .footer-frame ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        letter-spacing: 0;
        white-space: normal; }
      @media screen and (max-width: 639px) {
        #footer .footer-frame ul {
          float: none;
          display: block;
          text-align: center; } }
      #footer .footer-frame ul li {
        font-size: 13px;
        line-height: 24px;
        margin: 0 0 0 32px; }
        @media screen and (max-width: 1279px) {
          #footer .footer-frame ul li {
            font-size: 12px;
            line-height: 20px; } }
        @media screen and (max-width: 639px) {
          #footer .footer-frame ul li {
            margin: 0 10px 15px; } }
    #footer .footer-frame p {
      margin: 0; }
      #footer .footer-frame p a {
        color: #bfbfbf; }
        #footer .footer-frame p a:hover {
          color: #6ba539; }

.sign-up .btn, .sign-up .dform .submit, .dform .sign-up .submit {
  float: right;
  width: 49px;
  height: 46px;
  padding: 0;
  font-size: 0;
  letter-spacing: -4px;
  white-space: nowrap;
  line-height: 1;
  min-width: 0;
  margin-top: 0; }
  .sign-up .btn:before, .sign-up .dform .submit:before, .dform .sign-up .submit:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    margin: 0 0 0 -1px;
    height: 100%; }
  .sign-up .btn i, .sign-up .dform .submit i, .dform .sign-up .submit i {
    font-size: 20px;
    letter-spacing: 0;
    white-space: normal;
    display: inline-block;
    vertical-align: middle; }

.sign-up .input-wrap {
  overflow: hidden; }
  .sign-up .input-wrap input {
    border: 0;
    font-style: italic;
    font-size: 13px;
    line-height: 24px;
    padding: 11px 9px;
    width: 100%;
    height: 46px;
    color: #c9c9c9;
    background: #535353;
    font-weight: normal; }
    .sign-up .input-wrap input::-webkit-input-placeholder {
      color: #c9c9c9;
      font-weight: normal; }
    .sign-up .input-wrap input::-moz-placeholder {
      opacity: 1;
      color: #c9c9c9;
      font-weight: normal; }
    .sign-up .input-wrap input:-moz-placeholder {
      color: #c9c9c9;
      font-weight: normal; }
    .sign-up .input-wrap input:-ms-input-placeholder {
      color: #c9c9c9;
      font-weight: normal; }
    .sign-up .input-wrap input.placeholder {
      color: #c9c9c9;
      font-weight: normal; }

#mce-responses {
  margin-bottom: 1em;
  line-height: 16px; }
  #mce-responses .mce-success-response {
    color: #6ba539; }
  #mce-responses .mce-error-response {
    padding: 5px 10px;
    background-color: #6b0505; }

#pricing {
  display: block;
  position: relative;
  top: -200px;
  visibility: hidden; }

.table-pricing {
  position: relative;
  margin-bottom: 30px;
  padding: 20px 65px 24px; }
  .table-pricing::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 1024px) {
    .table-pricing {
      padding: 20px 0 44px; } }
  @media screen and (min-width: 768px) {
    .table-pricing {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
  .table-pricing .pricing-box {
    float: left;
    width: 25.4%;
    margin: 0 -1px 0 0;
    border: 1px solid #e3e3e3;
    position: relative;
    padding-bottom: 76px; }
    @media screen and (max-width: 768px) {
      .table-pricing .pricing-box {
        float: none;
        width: 100%;
        margin: 0 0 -1px; } }
    @media screen and (min-width: 769px) {
      .table-pricing .pricing-box:first-child {
        margin-left: 10.5%; } }
    .table-pricing .pricing-box.active {
      position: relative;
      top: -20px;
      width: 28.4%;
      margin: 0 -1px -44px 0;
      padding-bottom: 104px; }
      @media screen and (max-width: 768px) {
        .table-pricing .pricing-box.active {
          top: 0;
          width: 100%;
          margin: 0 0 -1px; } }
      .table-pricing .pricing-box.active .pricing-head {
        color: #fff;
        background: #6ba539;
        padding: 31px 25px 12px; }
        @media screen and (max-width: 1024px) {
          .table-pricing .pricing-box.active .pricing-head {
            padding: 21px 10px 12px; } }
        .table-pricing .pricing-box.active .pricing-head .price {
          color: #fff; }
      .table-pricing .pricing-box.active .pricing-body {
        padding: 19px 37px 0 27px; }
        @media screen and (max-width: 1024px) {
          .table-pricing .pricing-box.active .pricing-body {
            padding: 19px 15px 0; } }
        .table-pricing .pricing-box.active .pricing-body .btn, .table-pricing .pricing-box.active .pricing-body .dform .submit, .dform .table-pricing .pricing-box.active .pricing-body .submit {
          bottom: 45px;
          padding: 17px; }
          @media screen and (max-width: 1279px) {
            .table-pricing .pricing-box.active .pricing-body .btn, .table-pricing .pricing-box.active .pricing-body .dform .submit, .dform .table-pricing .pricing-box.active .pricing-body .submit {
              padding: 17px 10px; } }
          @media screen and (max-width: 1024px) {
            .table-pricing .pricing-box.active .pricing-body .btn, .table-pricing .pricing-box.active .pricing-body .dform .submit, .dform .table-pricing .pricing-box.active .pricing-body .submit {
              padding: 10px; } }
    .table-pricing .pricing-box .pricing-head {
      background: #ebebeb;
      color: #6ba539;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 23px;
      border-bottom: 1px solid #e3e3e3;
      padding: 25px 25px 7px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        .table-pricing .pricing-box .pricing-head {
          font-size: 12px;
          line-height: 16px;
          padding: 25px 10px 7px; } }
      .table-pricing .pricing-box .pricing-head p {
        margin: 0 0 10px; }
        .table-pricing .pricing-box .pricing-head p strong {
          display: block; }
      .table-pricing .pricing-box .pricing-head .price {
        display: block;
        padding-bottom: 5px;
        color: #425563;
        font-size: 50px;
        line-height: 56px;
        font-weight: 800; }
        @media screen and (max-width: 1024px) {
          .table-pricing .pricing-box .pricing-head .price {
            font-size: 24px;
            line-height: 24px; } }
      .table-pricing .pricing-box .pricing-head .popular {
        font-size: 18px;
        line-height: 23px;
        font-weight: 300;
        font-style: italic;
        text-transform: none; }
    .table-pricing .pricing-box .pricing-body {
      padding: 15px 27px 0;
      font-size: 14px;
      line-height: 16px;
      color: #fff; }
      @media screen and (max-width: 1024px) {
        .table-pricing .pricing-box .pricing-body {
          padding: 15px 10px 0;
          font-size: 11px;
          line-height: 14px; } }
      .table-pricing .pricing-box .pricing-body .btn, .table-pricing .pricing-box .pricing-body .dform .submit, .dform .table-pricing .pricing-box .pricing-body .submit {
        position: absolute;
        bottom: 25px;
        left: 0;
        right: 0;
        min-width: 0;
        margin: 0 auto;
        padding: 13px; }
        @media screen and (max-width: 1279px) {
          .table-pricing .pricing-box .pricing-body .btn, .table-pricing .pricing-box .pricing-body .dform .submit, .dform .table-pricing .pricing-box .pricing-body .submit {
            padding: 13px 10px; } }
        @media screen and (max-width: 1024px) {
          .table-pricing .pricing-box .pricing-body .btn, .table-pricing .pricing-box .pricing-body .dform .submit, .dform .table-pricing .pricing-box .pricing-body .submit {
            font-size: 11px;
            line-height: 14px;
            letter-spacing: 0;
            padding: 10px 5px; } }
    .table-pricing .pricing-box .pricing-list ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      @media screen and (max-width: 1024px) {
        .table-pricing .pricing-box .pricing-list ul {
          margin: 0; } }
      .table-pricing .pricing-box .pricing-list ul li {
        padding: 0 0 14px 21px;
        position: relative; }
        .table-pricing .pricing-box .pricing-list ul li:before {
          content: 'N';
          position: absolute;
          top: 0;
          left: 0;
          font-family: 'ElegantIcons';
          speak: none;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          color: #6ba539;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale; }

.cart {
  width: 100%; }
  .cart .quantity,
  .cart .remove,
  .cart .price {
    text-align: center;
    width: 75px; }
  .cart thead {
    border-bottom: 1px solid #6ba539; }
  .cart tbody td {
    padding: 10px 0; }

.purchases-table-container {
  padding-left: 1px;
  padding-right: 1px; }

table.purchases {
  width: 100%; }
  table.purchases thead th {
    padding-bottom: 1.25em; }
  table.purchases td, table.purchases th {
    padding: 10px 20px; }
  table.purchases .item-header td {
    padding: 10px 20px 0; }
  table.purchases .item td {
    padding: 0 20px; }
  table.purchases .item.last td {
    padding-bottom: 10px; }
  table.purchases td.first, table.purchases td.last {
    border: 1px solid #eee;
    border-top: none;
    border-bottom: none;
    color: #555; }
  table.purchases td.first {
    border-right: none; }
  table.purchases td.last {
    border-left: none; }
    table.purchases td.last.form-complete {
      color: #fff; }
  table.purchases .item.last td {
    border-bottom: 1px solid #eee;
    color: #fff; }
  table.purchases .pad td {
    padding: 10px 0 0 0; }
  table.purchases th {
    text-align: left;
    font-weight: bold; }
  table.purchases a {
    color: #425563;
    text-decoration: underline; }
    table.purchases a:hover {
      color: #6ba539;
      text-decoration: none; }
  table.purchases .order {
    background-color: #eee; }
  table.purchases .order, table.purchases .item-header, table.purchases .form-complete {
    font-weight: bold; }
  table.purchases .complete {
    color: #6ba539; }

.radios input[type='radio'] {
  display: inline; }

.submit-container {
  text-align: center; }
  .submit-container button {
    display: inline-block; }

@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

a {
  text-decoration: none;
  color: #6ba539; }
  a:hover {
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
  a.link-underlined {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
    a.link-underlined:before {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      height: 1px;
      background-color: #fff;
      width: 100%;
      margin: -1px 0 0;
      -webkit-transition: left 0.2s linear, background 0.2s linear;
      transition: left 0.2s linear, background 0.2s linear; }
    a.link-underlined:hover:before {
      left: 100%;
      background-color: #6ba539; }

dl {
  margin-bottom: 25px; }
  dl dt {
    float: left;
    color: #6ba539;
    width: 25px;
    font-weight: bold;
    margin-right: 5px; }
  dl dd {
    margin: 0;
    overflow: hidden; }
    dl dd a {
      color: #425563; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none; }
  .btn-holder {
    text-align: center; } }

.btn, .dform .submit,
button, input[type="button"], input[type="reset"], input[type="submit"] {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  border: 2px solid #6ba539;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
  padding: 15px;
  background-color: transparent; }
  @media screen and (max-width: 767px) {
    .btn, .dform .submit,
    button, input[type="button"], input[type="reset"], input[type="submit"] {
      font-size: 12px;
      letter-spacing: 0;
      min-width: 140px;
      padding: 5px 10px; } }
  .btn.btn-primary, .dform .submit,
  button.btn-primary,
  .dform button.submit, input[type="button"].btn-primary, .dform input[type="button"].submit, input[type="reset"].btn-primary, .dform input[type="reset"].submit, input[type="submit"].btn-primary, .dform input[type="submit"].submit {
    color: #fff;
    background: #6ba539;
    border-color: #6ba539;
    -webkit-transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear; }
  .btn.btn-default, .dform .btn-default.submit,
  button.btn-default, input[type="button"].btn-default, input[type="reset"].btn-default, input[type="submit"].btn-default {
    color: #fff;
    border-color: #fff;
    -webkit-transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear; }
  .btn.btn-blue, .dform .btn-blue.submit,
  button.btn-blue, input[type="button"].btn-blue, input[type="reset"].btn-blue, input[type="submit"].btn-blue {
    color: #425563;
    border-color: #425563;
    -webkit-transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear;
    transition: color 0.2s linear, border-color 0.2s linear, background-color 0.2s linear; }

.btn:hover, .dform .submit:hover,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
  color: #fff;
  border-color: #fff; }
  .btn:hover.btn-primary, .dform .submit:hover,
  button:hover.btn-primary,
  .dform button.submit:hover, input[type="button"]:hover.btn-primary, .dform input[type="button"].submit:hover, input[type="reset"]:hover.btn-primary, .dform input[type="reset"].submit:hover, input[type="submit"]:hover.btn-primary, .dform input[type="submit"].submit:hover {
    background-color: #527f2c;
    border-color: #527f2c; }
  .btn:hover.btn-default, .dform .submit:hover.btn-default,
  button:hover.btn-default, input[type="button"]:hover.btn-default, input[type="reset"]:hover.btn-default, input[type="submit"]:hover.btn-default {
    color: #6ba539;
    border-color: #6ba539; }
  .btn:hover.btn-blue, .dform .submit:hover.btn-blue,
  button:hover.btn-blue, input[type="button"]:hover.btn-blue, input[type="reset"]:hover.btn-blue, input[type="submit"]:hover.btn-blue {
    color: #6ba539;
    border-color: #6ba539; }

.btn:focus, .dform .submit:focus,
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
  color: #fff;
  border-color: #6ba539; }
  .btn:focus.btn-default, .dform .submit:focus.btn-default,
  button:focus.btn-default, input[type="button"]:focus.btn-default, input[type="reset"]:focus.btn-default, input[type="submit"]:focus.btn-default {
    border-color: #6ba539; }
  .btn:focus.btn-primary, .dform .submit:focus,
  button:focus.btn-primary,
  .dform button.submit:focus, input[type="button"]:focus.btn-primary, .dform input[type="button"].submit:focus, input[type="reset"]:focus.btn-primary, .dform input[type="reset"].submit:focus, input[type="submit"]:focus.btn-primary, .dform input[type="submit"].submit:focus {
    background-color: #3a591f;
    border-color: #3a591f; }
  .btn:focus.btn-blue, .dform .submit:focus.btn-blue,
  button:focus.btn-blue, input[type="button"]:focus.btn-blue, input[type="reset"]:focus.btn-blue, input[type="submit"]:focus.btn-blue {
    color: #6ba539; }

html, body {
  height: 100%; }

@media screen and (max-width: 1023px) {
  body {
    font-size: 18px;
    line-height: 26px; }
    body p {
      margin-bottom: 26px; } }

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px; }
    body p {
      margin-bottom: 24px; } }

#wrapper {
  overflow: hidden;
  min-height: 100%; }

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px; }
  .container::after {
    clear: both;
    content: "";
    display: table; }

.hidden {
  display: none; }

.heading-holder {
  position: relative;
  padding-bottom: 34px;
  margin-bottom: 44px;
  text-align: center; }
  .heading-holder.style01 {
    padding-bottom: 24px;
    margin-top: -20px; }
    @media screen and (max-width: 1023px) {
      .heading-holder.style01 {
        margin-top: 0;
        padding-bottom: 24px;
        margin-bottom: 34px; } }
    @media screen and (max-width: 767px) {
      .heading-holder.style01 {
        padding-bottom: 18px;
        margin-bottom: 24px; } }
  @media screen and (max-width: 1023px) {
    .heading-holder {
      padding-bottom: 24px;
      margin-bottom: 34px; } }
  @media screen and (max-width: 767px) {
    .heading-holder {
      padding-bottom: 18px;
      margin-bottom: 24px; } }
  .heading-holder h2 {
    margin: 0;
    font-weight: 300; }
    @media screen and (max-width: 1023px) {
      .heading-holder h2 {
        font-size: 46px;
        line-height: 52px; } }
    @media screen and (max-width: 767px) {
      .heading-holder h2 {
        font-size: 34px;
        line-height: 42px; } }
  .heading-holder:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 88px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #6ba539; }

/* slideshow basic styles */
div.slideshow {
  position: relative;
  height: calc(100vh);
  min-height: 480px; }
  div.slideshow .pagination {
    position: absolute;
    bottom: 25px;
    left: 55px;
    z-index: 11; }
    @media screen and (max-width: 767px) {
      div.slideshow .pagination {
        left: 0;
        bottom: 10px;
        width: 100%;
        text-align: center; } }
    div.slideshow .pagination ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 0;
      letter-spacing: -4px;
      white-space: nowrap; }
      div.slideshow .pagination ul li {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        letter-spacing: 0;
        white-space: normal; }
    div.slideshow .pagination li {
      margin: 0 9px 10px 0; }
      @media screen and (max-width: 767px) {
        div.slideshow .pagination li {
          margin: 0 5px 10px; } }
    div.slideshow .pagination a {
      display: block;
      overflow: hidden;
      text-indent: 101%;
      white-space: nowrap;
      width: 18px;
      height: 18px;
      overflow: hidden;
      border-radius: 18px;
      border: 3px solid #86888b; }
    div.slideshow .pagination .active a {
      border-color: #fff; }
  div.slideshow .slide {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    div.slideshow .slide.active {
      z-index: 2; }
    div.slideshow .slide:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      background: rgba(0, 0, 0, 0.5); }

.visual {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center; }
  .visual .top-row {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .visual .header {
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    padding: 25px 55px; }
    @media screen and (max-width: 1023px) {
      .visual .header {
        padding: 15px 20px; } }
  .visual .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    max-width: 9999px; }
  .visual .btn, .visual .dform .submit, .dform .visual .submit {
    line-height: 24px;
    border-width: 1px; }
  .visual .visual-holder {
    position: relative;
    z-index: 11;
    white-space: nowrap;
    font-size: 0;
    letter-spacing: -4px;
    padding: 152px 0 0;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .visual .visual-holder {
        padding: 130px 0 40px;
        min-height: 480px; } }
    .visual .visual-holder:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      margin: 0 0 0 -1px;
      height: 100%; }
  .visual .visual-frame {
    position: relative;
    z-index: 3;
    white-space: normal;
    letter-spacing: 0;
    font-size: 18px;
    line-height: 1.7222;
    max-width: 610px;
    padding: 20px 30px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 767px) {
      .visual .visual-frame {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 15px; } }
    .visual .visual-frame .heading {
      text-transform: uppercase;
      display: block;
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
      letter-spacing: 1px;
      padding-bottom: 34px; }
      @media screen and (max-width: 767px) {
        .visual .visual-frame .heading {
          font-size: 18px;
          line-height: 24px;
          padding-bottom: 20px; } }
    .visual .visual-frame h1 {
      margin-bottom: 27px;
      line-height: 1;
      letter-spacing: 2px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .visual .visual-frame h1 {
          font-size: 44px;
          line-height: 50px;
          letter-spacing: 0;
          margin-bottom: 20px; } }
    .visual .visual-frame p {
      margin-bottom: 89px; }
      @media screen and (max-width: 767px) {
        .visual .visual-frame p {
          margin-bottom: 25px; } }

.btn-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  letter-spacing: -4px;
  white-space: nowrap;
  margin: 0 -10px; }
  .btn-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    letter-spacing: 0;
    white-space: normal; }
  @media screen and (max-width: 767px) {
    .btn-list {
      white-space: normal; } }
  .btn-list li {
    margin: 0 15px 15px; }
    @media screen and (max-width: 767px) {
      .btn-list li {
        margin: 0 10px 10px;
        min-width: 100px; } }
    .btn-list li .btn, .btn-list li .dform .submit, .dform .btn-list li .submit {
      min-width: 187px; }
      @media screen and (max-width: 767px) {
        .btn-list li .btn, .btn-list li .dform .submit, .dform .btn-list li .submit {
          min-width: 100px; } }

#main {
  position: relative; }
  .header-double #main {
    padding-top: 152px; }
    @media screen and (max-width: 767px) {
      .header-double #main {
        padding-top: 123px; } }
  #main .edit-profile .profile-tab ul {
    padding-left: 0;
    background: #354550;
    margin: 0 auto 5px;
    text-align: left;
    line-height: 3.5;
    padding-left: 30px; }
    @media screen and (max-width: 767px) {
      #main .edit-profile .profile-tab ul {
        padding-left: 20px;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      #main .edit-profile .profile-tab ul {
        padding-left: 0;
        line-height: 3; } }
    #main .edit-profile .profile-tab ul li {
      display: inline-block;
      -webkit-transition: .3s;
              transition: .3s;
      cursor: pointer;
      text-transform: uppercase;
      color: #fff;
      font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
      font-size: 14px;
      font-weight: bold;
      padding: 0 30px; }
      @media screen and (max-width: 767px) {
        #main .edit-profile .profile-tab ul li {
          font-size: 18px;
          text-align: left;
          padding-left: 30px !important; }
          #main .edit-profile .profile-tab ul li > p, #main .edit-profile .profile-tab ul li:before {
            display: block; } }
      #main .edit-profile .profile-tab ul li:first-child {
        padding-left: 0; }
      #main .edit-profile .profile-tab ul li:hover {
        color: #6ba539;
        opacity: .8; }
      #main .edit-profile .profile-tab ul li.active {
        color: #6ba539; }
      @media screen and (max-width: 640px) {
        #main .edit-profile .profile-tab ul li:hover, #main .edit-profile .profile-tab ul li:active {
          background: #eee; } }
      #main .edit-profile .profile-tab ul li p {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: 4px; }
      @media screen and (max-width: 640px) {
        #main .edit-profile .profile-tab ul li {
          display: block;
          padding: 0;
          -webkit-transition: background 0.2s linear, color 0.2s linear;
          transition: background 0.2s linear, color 0.2s linear; } }
  #main .edit-profile .profile-tab .profile-tab-content {
    display: none; }
  #main .edit-profile .profile-tab .current-content {
    display: block;
    color: #fff; }

.main {
  background: #fff;
  text-align: center;
  padding: 35px 0 10px; }
  .main.style01 {
    padding: 0; }
    .main.style01 .btn-primary, .main.style01 .dform .submit, .dform .main.style01 .submit {
      font-size: 14px;
      padding: 15px;
      font-family: "Montserrat", "Arial", "Helvetica", sans-serif; }
  .main.edit-profile, .main.registration-form {
    background: #425563; }
    .main.edit-profile .columns-holder .column, .main.registration-form .columns-holder .column {
      width: 0;
      margin-left: 0;
      max-width: 72%; }
    .main.edit-profile .heading-area h2, .main.registration-form .heading-area h2 {
      color: #fff; }
    .main.edit-profile legend, .main.edit-profile .legend, .main.registration-form legend, .main.registration-form .legend {
      color: #fff;
      margin-bottom: 60px; }
    .main.edit-profile .purchases thead, .main.registration-form .purchases thead {
      color: #fff;
      font-size: 27px; }
    .main.edit-profile .purchases .order, .main.registration-form .purchases .order {
      font-size: 20px; }
      @media screen and (max-width: 600px) {
        .main.edit-profile .purchases .order, .main.registration-form .purchases .order {
          font-size: 18px; } }
    .main.edit-profile .purchases .item-header, .main.edit-profile .purchases .item, .main.edit-profile .purchases a, .main.registration-form .purchases .item-header, .main.registration-form .purchases .item, .main.registration-form .purchases a {
      color: #6ba539;
      text-decoration: none; }
    .main.edit-profile .purchases .item-header td, .main.registration-form .purchases .item-header td {
      padding: 40px 20px 0; }
    .main.edit-profile .purchases .item.last td, .main.registration-form .purchases .item.last td {
      padding-bottom: 40px; }
    .main.edit-profile .purchases .pad td, .main.registration-form .purchases .pad td {
      padding: 0; }
    .main.edit-profile .company_info, .main.edit-profile .user_info, .main.edit-profile .billing, .main.edit-profile .payment, .main.edit-profile #register, .main.registration-form .company_info, .main.registration-form .user_info, .main.registration-form .billing, .main.registration-form .payment, .main.registration-form #register {
      color: #fff; }
      .main.edit-profile .company_info label, .main.edit-profile .user_info label, .main.edit-profile .billing label, .main.edit-profile .payment label, .main.edit-profile #register label, .main.registration-form .company_info label, .main.registration-form .user_info label, .main.registration-form .billing label, .main.registration-form .payment label, .main.registration-form #register label {
        font-size: 20px; }
    .main.edit-profile .required, .main.edit-profile .file_set, .main.registration-form .required, .main.registration-form .file_set {
      color: #fff; }
    .main.edit-profile input[type='text'],
    .main.edit-profile input[type='tel'],
    .main.edit-profile input[type='email'],
    .main.edit-profile input[type='search'],
    .main.edit-profile input[type='password'],
    .main.edit-profile select,
    .main.edit-profile textarea,
    .main.edit-profile .jcf-select, .main.registration-form input[type='text'],
    .main.registration-form input[type='tel'],
    .main.registration-form input[type='email'],
    .main.registration-form input[type='search'],
    .main.registration-form input[type='password'],
    .main.registration-form select,
    .main.registration-form textarea,
    .main.registration-form .jcf-select {
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      box-sizing: border-box;
      line-height: 25px;
      font-size: 18px;
      font-weight: 300;
      width: 100%;
      height: 43px;
      outline: none;
      margin-bottom: 30px;
      color: #cccccc;
      background: transparent;
      font-style: italic;
      border: 1px solid #fff;
      margin: 20px auto 40px;
      padding: 8px 10px 8px 22px !important; }
      @media screen and (max-width: 767px) {
        .main.edit-profile input[type='text'],
        .main.edit-profile input[type='tel'],
        .main.edit-profile input[type='email'],
        .main.edit-profile input[type='search'],
        .main.edit-profile input[type='password'],
        .main.edit-profile select,
        .main.edit-profile textarea,
        .main.edit-profile .jcf-select, .main.registration-form input[type='text'],
        .main.registration-form input[type='tel'],
        .main.registration-form input[type='email'],
        .main.registration-form input[type='search'],
        .main.registration-form input[type='password'],
        .main.registration-form select,
        .main.registration-form textarea,
        .main.registration-form .jcf-select {
          margin-bottom: 20px; } }
      .main.edit-profile input[type='text'].input-error,
      .main.edit-profile input[type='tel'].input-error,
      .main.edit-profile input[type='email'].input-error,
      .main.edit-profile input[type='search'].input-error,
      .main.edit-profile input[type='password'].input-error,
      .main.edit-profile select.input-error,
      .main.edit-profile textarea.input-error,
      .main.edit-profile .jcf-select.input-error, .main.registration-form input[type='text'].input-error,
      .main.registration-form input[type='tel'].input-error,
      .main.registration-form input[type='email'].input-error,
      .main.registration-form input[type='search'].input-error,
      .main.registration-form input[type='password'].input-error,
      .main.registration-form select.input-error,
      .main.registration-form textarea.input-error,
      .main.registration-form .jcf-select.input-error {
        border-color: red; }
      .main.edit-profile input[type='text']:focus,
      .main.edit-profile input[type='tel']:focus,
      .main.edit-profile input[type='email']:focus,
      .main.edit-profile input[type='search']:focus,
      .main.edit-profile input[type='password']:focus,
      .main.edit-profile select:focus,
      .main.edit-profile textarea:focus,
      .main.edit-profile .jcf-select:focus, .main.registration-form input[type='text']:focus,
      .main.registration-form input[type='tel']:focus,
      .main.registration-form input[type='email']:focus,
      .main.registration-form input[type='search']:focus,
      .main.registration-form input[type='password']:focus,
      .main.registration-form select:focus,
      .main.registration-form textarea:focus,
      .main.registration-form .jcf-select:focus {
        border-color: #6ba539;
        color: #6ba539;
        outline: none; }
      .main.edit-profile input[type='text']::-webkit-input-placeholder,
      .main.edit-profile input[type='tel']::-webkit-input-placeholder,
      .main.edit-profile input[type='email']::-webkit-input-placeholder,
      .main.edit-profile input[type='search']::-webkit-input-placeholder,
      .main.edit-profile input[type='password']::-webkit-input-placeholder,
      .main.edit-profile select::-webkit-input-placeholder,
      .main.edit-profile textarea::-webkit-input-placeholder,
      .main.edit-profile .jcf-select::-webkit-input-placeholder, .main.registration-form input[type='text']::-webkit-input-placeholder,
      .main.registration-form input[type='tel']::-webkit-input-placeholder,
      .main.registration-form input[type='email']::-webkit-input-placeholder,
      .main.registration-form input[type='search']::-webkit-input-placeholder,
      .main.registration-form input[type='password']::-webkit-input-placeholder,
      .main.registration-form select::-webkit-input-placeholder,
      .main.registration-form textarea::-webkit-input-placeholder,
      .main.registration-form .jcf-select::-webkit-input-placeholder {
        color: #6ba539; }
      .main.edit-profile input[type='text']::-moz-placeholder,
      .main.edit-profile input[type='tel']::-moz-placeholder,
      .main.edit-profile input[type='email']::-moz-placeholder,
      .main.edit-profile input[type='search']::-moz-placeholder,
      .main.edit-profile input[type='password']::-moz-placeholder,
      .main.edit-profile select::-moz-placeholder,
      .main.edit-profile textarea::-moz-placeholder,
      .main.edit-profile .jcf-select::-moz-placeholder, .main.registration-form input[type='text']::-moz-placeholder,
      .main.registration-form input[type='tel']::-moz-placeholder,
      .main.registration-form input[type='email']::-moz-placeholder,
      .main.registration-form input[type='search']::-moz-placeholder,
      .main.registration-form input[type='password']::-moz-placeholder,
      .main.registration-form select::-moz-placeholder,
      .main.registration-form textarea::-moz-placeholder,
      .main.registration-form .jcf-select::-moz-placeholder {
        opacity: 1;
        color: #6ba539; }
      .main.edit-profile input[type='text']:-moz-placeholder,
      .main.edit-profile input[type='tel']:-moz-placeholder,
      .main.edit-profile input[type='email']:-moz-placeholder,
      .main.edit-profile input[type='search']:-moz-placeholder,
      .main.edit-profile input[type='password']:-moz-placeholder,
      .main.edit-profile select:-moz-placeholder,
      .main.edit-profile textarea:-moz-placeholder,
      .main.edit-profile .jcf-select:-moz-placeholder, .main.registration-form input[type='text']:-moz-placeholder,
      .main.registration-form input[type='tel']:-moz-placeholder,
      .main.registration-form input[type='email']:-moz-placeholder,
      .main.registration-form input[type='search']:-moz-placeholder,
      .main.registration-form input[type='password']:-moz-placeholder,
      .main.registration-form select:-moz-placeholder,
      .main.registration-form textarea:-moz-placeholder,
      .main.registration-form .jcf-select:-moz-placeholder {
        color: #6ba539; }
      .main.edit-profile input[type='text']:-ms-input-placeholder,
      .main.edit-profile input[type='tel']:-ms-input-placeholder,
      .main.edit-profile input[type='email']:-ms-input-placeholder,
      .main.edit-profile input[type='search']:-ms-input-placeholder,
      .main.edit-profile input[type='password']:-ms-input-placeholder,
      .main.edit-profile select:-ms-input-placeholder,
      .main.edit-profile textarea:-ms-input-placeholder,
      .main.edit-profile .jcf-select:-ms-input-placeholder, .main.registration-form input[type='text']:-ms-input-placeholder,
      .main.registration-form input[type='tel']:-ms-input-placeholder,
      .main.registration-form input[type='email']:-ms-input-placeholder,
      .main.registration-form input[type='search']:-ms-input-placeholder,
      .main.registration-form input[type='password']:-ms-input-placeholder,
      .main.registration-form select:-ms-input-placeholder,
      .main.registration-form textarea:-ms-input-placeholder,
      .main.registration-form .jcf-select:-ms-input-placeholder {
        color: #6ba539; }
      .main.edit-profile input[type='text'].placeholder,
      .main.edit-profile input[type='tel'].placeholder,
      .main.edit-profile input[type='email'].placeholder,
      .main.edit-profile input[type='search'].placeholder,
      .main.edit-profile input[type='password'].placeholder,
      .main.edit-profile select.placeholder,
      .main.edit-profile textarea.placeholder,
      .main.edit-profile .jcf-select.placeholder, .main.registration-form input[type='text'].placeholder,
      .main.registration-form input[type='tel'].placeholder,
      .main.registration-form input[type='email'].placeholder,
      .main.registration-form input[type='search'].placeholder,
      .main.registration-form input[type='password'].placeholder,
      .main.registration-form select.placeholder,
      .main.registration-form textarea.placeholder,
      .main.registration-form .jcf-select.placeholder {
        color: #6ba539; }
      @media screen and (max-width: 1023px) {
        .main.edit-profile input[type='text'],
        .main.edit-profile input[type='tel'],
        .main.edit-profile input[type='email'],
        .main.edit-profile input[type='search'],
        .main.edit-profile input[type='password'],
        .main.edit-profile select,
        .main.edit-profile textarea,
        .main.edit-profile .jcf-select, .main.registration-form input[type='text'],
        .main.registration-form input[type='tel'],
        .main.registration-form input[type='email'],
        .main.registration-form input[type='search'],
        .main.registration-form input[type='password'],
        .main.registration-form select,
        .main.registration-form textarea,
        .main.registration-form .jcf-select {
          font-size: 14px;
          height: 35px;
          padding: 4px 10px; } }
      .main.edit-profile input[type='text'] .jcf-select-text,
      .main.edit-profile input[type='tel'] .jcf-select-text,
      .main.edit-profile input[type='email'] .jcf-select-text,
      .main.edit-profile input[type='search'] .jcf-select-text,
      .main.edit-profile input[type='password'] .jcf-select-text,
      .main.edit-profile select .jcf-select-text,
      .main.edit-profile textarea .jcf-select-text,
      .main.edit-profile .jcf-select .jcf-select-text, .main.registration-form input[type='text'] .jcf-select-text,
      .main.registration-form input[type='tel'] .jcf-select-text,
      .main.registration-form input[type='email'] .jcf-select-text,
      .main.registration-form input[type='search'] .jcf-select-text,
      .main.registration-form input[type='password'] .jcf-select-text,
      .main.registration-form select .jcf-select-text,
      .main.registration-form textarea .jcf-select-text,
      .main.registration-form .jcf-select .jcf-select-text {
        margin: auto;
        line-height: 25px;
        /*@include media(max-width 768px) {
					line-height: 25px;
				}*/ }
        @media screen and (max-width: 1023px) {
          .main.edit-profile input[type='text'] .jcf-select-text,
          .main.edit-profile input[type='tel'] .jcf-select-text,
          .main.edit-profile input[type='email'] .jcf-select-text,
          .main.edit-profile input[type='search'] .jcf-select-text,
          .main.edit-profile input[type='password'] .jcf-select-text,
          .main.edit-profile select .jcf-select-text,
          .main.edit-profile textarea .jcf-select-text,
          .main.edit-profile .jcf-select .jcf-select-text, .main.registration-form input[type='text'] .jcf-select-text,
          .main.registration-form input[type='tel'] .jcf-select-text,
          .main.registration-form input[type='email'] .jcf-select-text,
          .main.registration-form input[type='search'] .jcf-select-text,
          .main.registration-form input[type='password'] .jcf-select-text,
          .main.registration-form select .jcf-select-text,
          .main.registration-form textarea .jcf-select-text,
          .main.registration-form .jcf-select .jcf-select-text {
            line-height: 25px; } }
    .main.edit-profile .jcf-select, .main.registration-form .jcf-select {
      /*background: $white;*/
      /*&:before {
				@include media(max-width 768px) {
					margin: 20px 0 0;
				}
			} */ }
      .main.edit-profile .jcf-select .jcf-select-text, .main.registration-form .jcf-select .jcf-select-text {
        color: #fff; }
    .main.edit-profile.registration-form span, .main.registration-form.registration-form span {
      color: #fff; }
  .main .main-holder {
    padding: 35px 0 85px; }
    @media screen and (max-width: 1023px) {
      .main .main-holder {
        padding: 20px 0; } }
    @media screen and (max-width: 767px) {
      .main .main-holder {
        padding: 0; } }
  .main .main-frame {
    padding: 15px 0 60px; }
    @media screen and (max-width: 1023px) {
      .main .main-frame {
        padding: 20px 0 40px; } }
    @media screen and (max-width: 767px) {
      .main .main-frame {
        padding: 0; } }
  .main .main-wrap {
    padding: 14px 0 27px; }
    @media screen and (max-width: 1023px) {
      .main .main-wrap {
        padding: 20px 0 40px; } }
    @media screen and (max-width: 767px) {
      .main .main-wrap {
        padding: 0; } }
  @media screen and (max-width: 1023px) {
    .main {
      padding: 40px 0 55px; } }
  @media screen and (max-width: 767px) {
    .main {
      padding: 30px 0 10px; } }
  .main .btn-holder {
    padding-top: 20px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .main .btn-holder {
        padding: 22px 0 20px; } }
  .main .btn, .main .dform .submit, .dform .main .submit {
    min-width: 200px; }
    @media screen and (max-width: 767px) {
      .main .btn, .main .dform .submit, .dform .main .submit {
        min-width: 140px; } }
  .main p {
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .main p {
        margin-bottom: 25px; } }
  .main .text-frame {
    padding: 11px 0 6px;
    font-size: 17px;
    line-height: 26px; }
    .main .text-frame p {
      margin-bottom: 26px; }

.text-block {
  display: inline-block;
  vertical-align: top;
  max-width: 945px;
  padding: 0 30px 10px; }
  @media screen and (max-width: 767px) {
    .text-block {
      padding: 0 20px 10px; } }
  .text-block .left-align {
    text-align: left; }

.twocolumns {
  overflow: hidden;
  background: #425563;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .twocolumns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .twocolumns.right-side {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  .twocolumns.style01 {
    background: #f4f4f4;
    color: #425563; }
    .twocolumns.style01 h3 {
      color: #000; }
  @media screen and (max-width: 767px) {
    .twocolumns {
      font-size: 12px;
      line-height: 16px; } }
  .twocolumns .column {
    overflow: hidden;
    position: relative;
    float: left;
    width: 50%; }
    .twocolumns .column.pull-right {
      float: right; }
    @media screen and (max-width: 767px) {
      .twocolumns .column {
        float: none;
        width: auto;
        height: auto !important;
        min-height: 200px; } }
    .twocolumns .column .bg-stretch {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      max-width: 9999px; }

.text-box {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  max-width: 770px;
  padding: 100px 20px;
  font-size: 16px;
  line-height: 25px; }
  @media screen and (max-width: 1279px) {
    .text-box {
      padding: 60px 20px; } }
  @media screen and (max-width: 1023px) {
    .text-box {
      padding: 50px 20px;
      font-size: 13px;
      line-height: 22px; } }
  .style01 .text-box {
    padding: 120px 20px 75px; }
    @media screen and (max-width: 1279px) {
      .style01 .text-box {
        padding: 60px 20px; } }
    @media screen and (max-width: 1023px) {
      .style01 .text-box {
        padding: 50px 20px; } }
  .text-box .img-holder {
    margin-bottom: 46px; }
    @media screen and (max-width: 1023px) {
      .text-box .img-holder {
        margin-bottom: 35px; } }
    .text-box .img-holder img {
      vertical-align: top; }
  .text-box .heading-holder {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 31px; }
    @media screen and (max-width: 1023px) {
      .text-box .heading-holder {
        padding-bottom: 25px;
        margin-bottom: 20px; } }
    .text-box .heading-holder h3 {
      margin: 0;
      font-weight: 800;
      font-family: "Roboto", "Arial", "Helvetica", sans-serif;
      text-transform: uppercase;
      line-height: 1.2;
      letter-spacing: 2px; }
      @media screen and (max-width: 1023px) {
        .text-box .heading-holder h3 {
          font-size: 24px;
          letter-spacing: 0; } }
    .text-box .heading-holder:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      height: 3px;
      width: 70px;
      background: #6ba539;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .text-box .btn-holder {
    padding: 10px 0 0; }
  .text-box .btn, .text-box .dform .submit, .dform .text-box .submit {
    min-width: 200px;
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .text-box .btn, .text-box .dform .submit, .dform .text-box .submit {
        min-width: 140px; } }
  .text-box p {
    margin-bottom: 25px; }

.area {
  background: #425563;
  color: #fff;
  padding: 60px 0 115px; }
  .area.style01 {
    padding: 0; }
    .area.style01 .btn-primary, .area.style01 .dform .submit, .dform .area.style01 .submit {
      font-size: 14px;
      padding: 15px;
      font-family: "Montserrat", "Arial", "Helvetica", sans-serif; }
  @media screen and (max-width: 1279px) {
    .area {
      padding: 60px 0; } }
  @media screen and (max-width: 1023px) {
    .area {
      padding: 40px 0 20px; } }
  @media screen and (max-width: 767px) {
    .area {
      padding: 30px 0 10px; } }
  .area h3 {
    margin-bottom: 4px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 500; }
    .area h3 a {
      color: #fff; }
      .area h3 a:hover {
        color: #6ba539; }
    @media screen and (max-width: 1023px) {
      .area h3 {
        font-size: 16px;
        line-height: 24px; } }
  .area .align-center {
    text-align: center; }
  .area .btn-holder {
    padding-top: 20px; }
  .area .btn, .area .dform .submit, .dform .area .submit {
    min-width: 200px; }
    @media screen and (max-width: 767px) {
      .area .btn, .area .dform .submit, .dform .area .submit {
        min-width: 140px; } }

.treecolumns {
  overflow: hidden;
  font-size: 17px;
  line-height: 26px;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  padding-top: 5px; }
  .treecolumns:last-child {
    margin-right: 0; }
  @media screen and (max-width: 1279px) {
    .treecolumns {
      padding-top: 0;
      font-size: 14px;
      line-height: 24px; } }
  @media screen and (max-width: 1023px) {
    .treecolumns {
      padding-top: 0;
      font-size: 12px;
      line-height: 24px; } }
  .treecolumns .column {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .treecolumns .column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 767px) {
      .treecolumns .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-bottom: 10px; }
        .treecolumns .column:last-child {
          margin-right: 0; } }
  .treecolumns p {
    margin-bottom: 26px; }
  .treecolumns .btn-holder {
    padding: 30px 4px 0; }
    @media screen and (max-width: 1279px) {
      .treecolumns .btn-holder {
        padding: 0 4px; } }
  .treecolumns .btn, .treecolumns .dform .submit, .dform .treecolumns .submit {
    margin-bottom: 20px;
    min-width: 200px; }
    @media screen and (max-width: 767px) {
      .treecolumns .btn, .treecolumns .dform .submit, .dform .treecolumns .submit {
        min-width: 140px; } }

.post .text-holder {
  overflow: hidden;
  min-height: 250px; }
  @media screen and (max-width: 767px) {
    .post .text-holder {
      min-height: 0; } }

.block {
  overflow: hidden;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  padding: 0 0 15px; }
  @media screen and (max-width: 767px) {
    .block {
      padding: 0;
      font-size: 14px;
      line-height: 20px; }
      .block p {
        margin: 0 0 20px; } }
  .block .img-holder {
    float: left;
    width: 70px;
    margin: 3px 26px 26px 0; }
    .block .img-holder img {
      display: block;
      width: 100%; }
  .block .text-holder {
    overflow: hidden; }
    .block .text-holder h3 {
      margin: 0 0 1px;
      font-size: 20px;
      line-height: 26px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px; }
      .block .text-holder h3 a:hover {
        color: #527f2c; }
    .block .text-holder p {
      margin: 0 0 25px; }

.visual-container {
  overflow: hidden;
  position: relative;
  color: #fff;
  text-align: center; }
  .visual-container .visual-frame {
    padding-top: 152px;
    font-size: 0;
    letter-spacing: -4px;
    white-space: nowrap; }
    .visual-container .visual-frame:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 1px;
      margin: 0 0 0 -1px;
      height: 648px; }
      @media screen and (max-width: 1280px) {
        .visual-container .visual-frame:before {
          height: 548px; } }
      @media screen and (max-width: 1024px) {
        .visual-container .visual-frame:before {
          height: 400px; } }
      @media screen and (max-width: 767px) {
        .visual-container .visual-frame:before {
          height: 200px; } }
    @media screen and (max-width: 767px) {
      .visual-container .visual-frame {
        padding-top: 123px; } }
  .visual-container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4); }
  .visual-container h1 {
    margin-bottom: 64px;
    font-size: 54px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    @media screen and (max-width: 1024px) {
      .visual-container h1 {
        font-size: 44px;
        line-height: 50px;
        letter-spacing: 0;
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .visual-container h1 {
        font-size: 30px;
        line-height: 34px; } }
  .visual-container p {
    margin-bottom: 13px; }
  .visual-container .container {
    position: relative;
    z-index: 4;
    letter-spacing: 1px;
    white-space: normal;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px; }
    @media screen and (max-width: 1024px) {
      .visual-container .container {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .visual-container .container {
        font-size: 14px; } }
  .visual-container .bg-stretch {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 9999px; }

.columns-holder {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  text-align: left;
  font-size: 16px;
  line-height: 1.5625; }
  .columns-holder:last-child {
    margin-right: 0; }
  .columns-holder.style01 {
    margin-bottom: 0; }
  .columns-holder p {
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .columns-holder p {
        margin-bottom: 10px; } }
  @media screen and (max-width: 1024px) {
    .columns-holder {
      font-size: 14px;
      padding-bottom: 20px;
      margin-bottom: 30px; }
      .columns-holder.container-holder .column-wide {
        overflow: hidden; } }
  @media screen and (max-width: 767px) {
    .columns-holder.container-holder .column-wide {
      overflow: hidden; }
    .columns-holder.container-holder .column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      float: none !important;
      width: auto !important;
      margin: 0 0 20px !important; }
      .columns-holder.container-holder .column:last-child {
        margin-right: 0; }
      .columns-holder.container-holder .column .img-holder {
        margin: 0 -20px !important; } }
  .columns-holder .column-wide {
    overflow: hidden;
    padding: 76px 0 63px; }
    @media screen and (max-width: 1279px) {
      .columns-holder .column-wide {
        padding: 46px 0 43px; } }
    @media screen and (max-width: 1024px) {
      .columns-holder .column-wide {
        overflow: visible;
        padding: 25px 0 20px; } }
    @media screen and (max-width: 767px) {
      .columns-holder .column-wide {
        overflow: visible;
        padding: 25px 0 0; } }
  .columns-holder .column {
    padding: 0 68px 0 0;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .columns-holder .column:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1280px) {
      .columns-holder .column {
        padding: 0; } }
    @media screen and (max-width: 1024px) {
      .columns-holder .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%; }
        .columns-holder .column:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .columns-holder .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin: 0 30px 0 0; }
        .columns-holder .column:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .columns-holder .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-bottom: 20px; }
        .columns-holder .column:last-child {
          margin-right: 0; } }
    .columns-holder .column .img-holder {
      width: 683px;
      margin-left: -390px; }
      @media screen and (max-width: 1280px) {
        .columns-holder .column .img-holder {
          width: auto;
          margin: 0 0 10px -20px; } }
      @media screen and (max-width: 480px) {
        .columns-holder .column .img-holder {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          width: auto;
          float: none;
          margin: 0 -20px 20px !important; }
          .columns-holder .column .img-holder:last-child {
            margin-right: 0; } }
      .columns-holder .column .img-holder img {
        display: block;
        width: 100%; }
    .columns-holder .column.pull-right {
      margin-right: 0;
      padding: 0 0 0 68px;
      float: right;
      margin-left: 30px; }
      @media screen and (max-width: 1280px) {
        .columns-holder .column.pull-right {
          padding: 0; } }
      @media screen and (max-width: 480px) {
        .columns-holder .column.pull-right {
          margin: 0 0 20px; } }
      .columns-holder .column.pull-right .img-holder {
        margin: 0 -390px 0 0; }
        .columns-holder .column.pull-right .img-holder img {
          width: 100%; }
        @media screen and (max-width: 1280px) {
          .columns-holder .column.pull-right .img-holder {
            width: auto;
            margin: 0 -60px 25px 0; } }
        @media screen and (max-width: 1279px) {
          .columns-holder .column.pull-right .img-holder {
            width: auto;
            margin: 0 -20px 25px 0; } }
        @media screen and (max-width: 480px) {
          .columns-holder .column.pull-right .img-holder {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            width: auto;
            float: none;
            margin: 0 -20px 20px !important; }
            .columns-holder .column.pull-right .img-holder:last-child {
              margin-right: 0; } }
  .columns-holder .btn-holder {
    padding: 22px 0 20px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .columns-holder .btn-holder:last-child {
      margin-right: 0; }

.col-frame {
  padding: 20px 0 15px; }
  .col-frame::after {
    clear: both;
    content: "";
    display: table; }
  .col-frame + .btn-holder {
    margin: 0 0 10px; }
  @media screen and (max-width: 1024px) {
    .col-frame {
      padding: 20px 0 0; }
      .col-frame + .btn-holder {
        margin: 0; } }

.col-holder {
  overflow: hidden;
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%; }
  .col-holder:last-child {
    margin-right: 0; }
  .col-holder .col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 48.821174201%; }
    .col-holder .col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1024px) {
      .col-holder .col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        .col-holder .col:last-child {
          margin-right: 0; } }
  @media screen and (max-width: 1024px) {
    .col-holder {
      float: none;
      margin: 0;
      width: auto;
      overflow: visible; }
      .col-holder .col {
        float: none;
        margin: 0;
        width: auto; } }

.icon-block .col {
  margin-right: 0px; }

.heading-area {
  position: relative;
  padding-bottom: 15px;
  margin: -13px 0 31px;
  overflow: hidden; }
  @media screen and (max-width: 1279px) {
    .heading-area {
      margin: 0 0 25px; } }
  @media screen and (max-width: 1023px) {
    .heading-area {
      padding: 0;
      margin-bottom: 10px; } }
  .heading-area:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 87px;
    background: #6ba539; }
  .heading-area h2 {
    margin: 0 0 33px;
    font-size: 53px;
    line-height: 56px;
    font-weight: 300; }
    @media screen and (max-width: 1279px) {
      .heading-area h2 {
        font-size: 43px;
        line-height: 46px;
        margin: 0 0 30px; } }
    @media screen and (max-width: 1023px) {
      .heading-area h2 {
        font-size: 33px;
        line-height: 36px;
        margin: 0 0 25px; } }
    @media screen and (max-width: 767px) {
      .heading-area h2 {
        font-size: 32px;
        line-height: 36px;
        margin: 0 0 20px; } }

.heading-box {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 31px;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .heading-box {
      padding: 0;
      margin-bottom: 25px; } }
  .heading-box h1 {
    margin: 0 0 33px;
    font-size: 53px;
    line-height: 56px;
    font-weight: 300; }
  .heading-box h2 {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: 800; }
  .heading-box:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -4px;
    height: 3px;
    width: 87px;
    background: #6ba539; }

@media screen and (max-width: 1023px) {
  .columns-holder .column.left-image {
    margin-right: 30px; } }

@media screen and (max-width: 769px) {
  .columns-holder .column.left-image {
    display: none; } }

@media screen and (max-width: 480px) {
  .columns-holder .column.left-image {
    display: block; } }

.columns-holder ul.accordion li {
  padding: 0; }
  .columns-holder ul.accordion li:before {
    content: ''; }

.accordion {
  margin: 0;
  padding: 18px 0 0;
  list-style: none; }
  .accordion li {
    padding: 0;
    padding-bottom: 64px; }
    @media screen and (max-width: 1279px) {
      .accordion li {
        padding-bottom: 39px; } }
    @media screen and (max-width: 1023px) {
      .accordion li {
        padding-bottom: 19px; } }
    @media screen and (max-width: 767px) {
      .accordion li {
        padding-bottom: 0; } }
    .accordion li .opener {
      position: relative;
      display: block;
      font-weight: 800;
      color: #425563;
      text-transform: uppercase;
      font-size: 30px;
      line-height: 35px;
      letter-spacing: 2px;
      word-spacing: 2px;
      outline: none;
      padding-bottom: 24px;
      padding-right: 225px;
      margin-bottom: 21px; }
      @media screen and (max-width: 1279px) {
        .accordion li .opener {
          padding-right: 125px;
          font-size: 22px;
          line-height: 28px;
          letter-spacing: 0;
          letter-spacing: 0; } }
      @media screen and (max-width: 1023px) {
        .accordion li .opener {
          font-size: 16px;
          line-height: 25px;
          padding-right: 55px; } }
      .accordion li .opener:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 70px;
        height: 3px;
        background: #6ba539; }
      .accordion li .opener .icon-opener {
        width: 66px;
        height: 66px;
        overflow: hidden;
        border-radius: 66px;
        position: absolute;
        top: 50%;
        text-align: center;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 18px;
        margin: -12px 0 0;
        color: #6ba539;
        border: 1px solid #6ba539;
        text-align: center;
        font-size: 0;
        letter-spacing: -4px;
        white-space: nowrap;
        -webkit-transition: color 0.2s linear, background 0.2s linear;
        transition: color 0.2s linear, background 0.2s linear; }
        @media screen and (max-width: 1023px) {
          .accordion li .opener .icon-opener {
            width: 50px;
            height: 50px;
            overflow: hidden;
            border-radius: 50px; } }
        .accordion li .opener .icon-opener:before {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 1px;
          height: 64px;
          margin: 0 0 0 -1px; }
          @media screen and (max-width: 1023px) {
            .accordion li .opener .icon-opener:before {
              height: 48px; } }
        .accordion li .opener .icon-opener i {
          display: inline-block;
          vertical-align: middle;
          font-size: 28px;
          letter-spacing: 0;
          position: relative;
          top: 2px;
          left: 3px;
          white-space: normal; }
          @media screen and (max-width: 1023px) {
            .accordion li .opener .icon-opener i {
              font-size: 16px; } }
    .accordion li.active .icon-opener {
      border-color: #6ba539;
      background: #6ba539;
      color: #fff; }
      .accordion li.active .icon-opener i {
        top: 5px;
        left: 0; }
        .accordion li.active .icon-opener i:before {
          content: '⬇'; }
  .accordion p {
    margin-bottom: 25px; }

.dform_container input[type="file"] {
  margin: 1em 0; }

/*.dform_container input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.dform_container input[type="file"]::before {
  color: #222;
  content: 'Choose file';
  display: inline-block;
  background: #eee;
  padding: 10px 25px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-size: 1.1em;
}
.dform_container input[type="file"]:hover::before {
  border-color: black;
}
.dform_container input[type="file"]:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}*/
.edit-profile .dform_container .dfinput_full {
  display: none; }

.current-content .row.form-buttons {
  margin-top: 3em;
  width: 100%;
  text-align: center; }
  .current-content .row.form-buttons input {
    display: inline-block;
    margin-top: .5em;
    padding: 1.5em 2em;
    background: #6ba539;
    border-color: #6ba539;
    min-width: 200px;
    -webkit-transition: .2s ease all;
            transition: .2s ease all; }
    .current-content .row.form-buttons input:hover {
      background: #527f2c;
      border-color: #527f2c; }

.form-error {
  color: #ffc000;
  padding: 1em;
  border: 1px solid #ffc000; }
  .refer .form-error {
    margin-top: 1em; }

.failed-required {
  border: 1px solid #ffc000 !important; }

.form-thanks {
  font-size: 1.2em;
  color: #fff;
  padding: 1em;
  border: 1px solid #fff;
  margin-bottom: 30px; }

#main .edit-profile .profile-tab ul.radios {
  margin-left: 0em; }

.dform_container input[type="radio"] {
  margin: 1em 0 0em 0em;
  color: red; }

.dform_container li:before {
  display: none; }

.radios {
  margin-left: 5px; }

.radios > li {
  display: inline-block !important;
  margin-right: .5em;
  padding: 0 5px !important;
  font-size: 14px !important; }
  @media screen and (min-width: 767px) {
    .radios > li {
      padding: 0 20px !important;
      font-size: 14px; } }
  .radios > li:last-child {
    margin-right: 0; }

.edit-profile .lender-match-refinancing legend {
  margin-bottom: .5em; }

.lender-match-refinancing .column.column-last.sortable.noborder {
  display: block; }

.dform_desc {
  display: none; }

.current-content .row {
  margin: 0 auto; }

.form-container .profile-tab-content > .row h3 {
  display: inline-block;
  position: relative;
  padding-left: 80px;
  margin-bottom: 60px;
  font-size: 1.5em;
  width: 100%; }
  .form-container .profile-tab-content > .row h3:before {
    content: url("/images/site/company.svg");
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 60px;
    opacity: 0.40; }
  .form-container .profile-tab-content > .row h3:after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #6ba539; }

#directors {
  display: block;
  border: 1px solid #fff;
  min-height: 170px;
  clear: both;
  margin-bottom: 1.5em; }

.login-form {
  color: #fff;
  background: #425563; }
  .login-form input {
    background: transparent;
    color: #fff;
    border: 1px solid #fff; }

.registration-form label {
  color: #fff; }

.register-button {
  text-align: center;
  width: 100%; }
  .register-button input {
    display: inline-block; }
  .register-button a {
    color: #eee;
    margin-top: .75em;
    display: inline-block; }

.dform_element .dform_label {
  max-width: 85%; }

.registration-form .heading-area:before {
  display: none; }

.registration-form .heading-area h2,
.main .registration-form .company_info legend {
  position: relative;
  font-size: 24px;
  padding-left: 80px;
  font-weight: bold; }
  .registration-form .heading-area h2:before,
  .main .registration-form .company_info legend:before {
    content: url("/images/site/company.svg");
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 60px;
    opacity: 0.5; }
  .registration-form .heading-area h2:after,
  .main .registration-form .company_info legend:after {
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    display: block;
    width: 100px;
    height: 2px;
    background-color: #6ba539; }

.form-container .profile-tab-content > .row h3.loan:before {
  content: url("/images/site/loan-information.png");
  opacity: 1; }

.embedded-form .col-2 {
  margin: 0 10px 50px;
  padding-top: 15px;
  width: 95%; }
  @media screen and (min-width: 767px) {
    .embedded-form .col-2 {
      width: 45%; } }

.border {
  border: 1px solid #fff;
  border-top: 60px solid #fff;
  padding: 1.5em; }
  .second .border {
    border-color: #6ba542; }

@media screen and (max-width: 767px) {
  .row > .col-3 {
    width: 100%; } }

.general-message {
  margin-left: 20px;
  padding: 10px;
  border: 1px solid #fff;
  width: 90%;
  margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .table.align-left {
    width: 47%;
    margin-right: 6%;
    float: left; } }

@media screen and (min-width: 768px) {
  .table.align-right {
    width: 47%;
    margin-left: 6%;
    float: right; } }

.table.border-bottom thead tr th, .table.border-bottom thead tr td, .table.border-bottom tbody tr th, .table.border-bottom tbody tr td, .table.border-bottom tfoot tr th, .table.border-bottom tfoot tr td {
  border-top: none; }

.table.border-bottom thead tr:not(:last-child), .table.border-bottom tbody tr:not(:last-child), .table.border-bottom tfoot tr:not(:last-child) {
  border-bottom: 1px solid #ddd; }

.news .news-body {
  padding: 50px 0;
  background: #eee; }
  .news .news-body.news-article {
    padding-top: 0; }

.news .subnav-holder {
  height: 52px; }
  .news .subnav-holder .sub-nav {
    padding: 11px 54px; }
    @media screen and (max-width: 767px) {
      .news .subnav-holder .sub-nav {
        padding: 10px 20px; } }
    .news .subnav-holder .sub-nav .subnav-dropdown ul {
      text-align: center; }
      .news .subnav-holder .sub-nav .subnav-dropdown ul.align-left {
        text-align: left; }
      @media screen and (min-width: 768px) {
        .news .subnav-holder .sub-nav .subnav-dropdown ul li {
          font-size: 18px;
          font-weight: normal;
          font-family: inherit; } }
      .news .subnav-holder .sub-nav .subnav-dropdown ul li a.active {
        color: #6ba539; }

.news .news-sm {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%; }
  .news .news-sm:last-child {
    margin-right: 0; }
  .news .news-sm:nth-child(3n) {
    margin-right: 0; }
  .news .news-sm:nth-child(3n+1) {
    clear: left; }

.news .news-item {
  border: 1px solid #98a1a8;
  display: inline-block;
  margin-bottom: 30px;
  background: #fff; }
  .news .news-item .feat-img {
    position: relative;
    display: block;
    height: 200px;
    overflow: hidden;
    cursor: pointer; }
    .news .news-item .feat-img img {
      min-width: 100%;
      min-height: 100%;
      max-width: none;
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%; }
    .news .news-item .feat-img .read-m {
      position: absolute;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      opacity: 0;
      z-index: 2;
      font-size: 20px; }
    .news .news-item .feat-img::after {
      opacity: 0;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(107, 165, 57, 0.9);
      -webkit-transition: .2s opacity ease-in-out;
      transition: .2s opacity ease-in-out;
      z-index: 1; }
  .news .news-item .article-info {
    line-height: 25px;
    padding: 0 50px 0 20px; }
    .news .news-item .article-info .title {
      text-transform: uppercase;
      margin: 0;
      font-size: 18px;
      font-weight: bold;
      margin: 5px 0 28px;
      line-height: 110%;
      -webkit-transition: .2s color ease-in-out;
      transition: .2s color ease-in-out; }
      .news .news-item .article-info .title a {
        color: #425563; }
    .news .news-item .article-info p {
      line-height: 120%; }
      .news .news-item .article-info p:first-child {
        margin: 20px 0 10px; }
      .news .news-item .article-info p.excerpt {
        font-size: 16px;
        color: #1d1e20;
        margin-bottom: 45px;
        line-height: 25px; }
      .news .news-item .article-info p.date {
        font-size: 17px;
        color: #acb1b6;
        margin-bottom: 10px; }
      .news .news-item .article-info p.category {
        text-transform: uppercase;
        font-size: 15px;
        color: #425563;
        margin-bottom: 20px; }
        .news .news-item .article-info p.category a {
          color: #425563; }
          .news .news-item .article-info p.category a:not(:last-child)::after {
            content: ' /'; }
  .news .news-item:hover .feat-img::after, .news .news-item:hover .read-m {
    opacity: 1; }
  .news .news-item:hover .title a {
    color: #6ba539; }

.news .featured {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px; }
  .news .featured:last-child {
    margin-right: 0; }
  .news .featured .feat-img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    .news .featured .feat-img:last-child {
      margin-right: 0; }
    .news .featured .feat-img a {
      display: block;
      height: 100%;
      background: no-repeat center center;
      background-size: cover; }
  .news .featured .article-info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%;
    padding-right: 20px; }
    .news .featured .article-info:last-child {
      margin-right: 0; }
    .news .featured .article-info .title {
      margin-right: 20px;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .news .featured .article-info .title {
          margin-bottom: 15px;
          font-size: 20px; } }
    .news .featured .article-info p:first-child {
      margin: 45px 0 0 0;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: normal; }
      @media screen and (max-width: 767px) {
        .news .featured .article-info p:first-child {
          margin-top: 25px; } }
    .news .featured .article-info p.date {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-bottom: 45px; }
      .news .featured .article-info p.date:last-child {
        margin-right: 0; }
    .news .featured .article-info p.category {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%;
      margin-bottom: 45px;
      line-height: 140%; }
      .news .featured .article-info p.category:last-child {
        margin-right: 0; }
    .news .featured .article-info .excerpt {
      margin-right: 20px; }
      .news .featured .article-info .excerpt p {
        text-transform: none;
        color: #000;
        font-size: 16px;
        font-weight: 200;
        line-height: 150%;
        margin: 0 0 40px; }
        @media screen and (max-width: 767px) {
          .news .featured .article-info .excerpt p {
            margin-bottom: 25px; } }

@media screen and (max-width: 991px) {
  .news .featured .feat-img {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%; }
    .news .featured .feat-img:last-child {
      margin-right: 0; }
  .news .featured .article-info {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%; }
    .news .featured .article-info:last-child {
      margin-right: 0; } }

@media screen and (max-width: 991px) and (max-width: 767px) {
  .news .news-item {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .news .news-item:last-child {
      margin-right: 0; }
    .news .news-item .feat-img {
      height: 55vw !important; }
    .news .news-item.featured .feat-img, .news .news-item.featured .article-info {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .news .news-item.featured .feat-img:last-child, .news .news-item.featured .article-info:last-child {
        margin-right: 0; }
    .news .news-item.featured .article-info p.date, .news .news-item.featured .article-info p.category {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-bottom: 25px; }
      .news .news-item.featured .article-info p.date:last-child, .news .news-item.featured .article-info p.category:last-child {
        margin-right: 0; } }

.news .news-article #news-banner {
  height: 29vw;
  max-height: 400px;
  background: no-repeat center center;
  background-size: cover;
  position: relative; }
  .news .news-article #news-banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }
  .news .news-article #news-banner .banner-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    max-width: 850px;
    z-index: 2; }
    .news .news-article #news-banner .banner-text .category {
      font-weight: 500;
      font-size: 23px;
      line-height: 120%;
      margin: 0 0 5px;
      text-transform: uppercase; }
      .news .news-article #news-banner .banner-text .category a {
        color: #fff; }
        .news .news-article #news-banner .banner-text .category a:not(:last-child)::after {
          content: ' /'; }
    .news .news-article #news-banner .banner-text h1 {
      font-size: 53px;
      line-height: 105%;
      margin: 0 0 11px;
      text-transform: uppercase; }
    .news .news-article #news-banner .banner-text .date {
      font-weight: normal;
      font-size: 23px;
      margin: 0; }

.news .news-article .news-content {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%;
  margin-top: 30px;
  background: #fff;
  padding: 40px 55px 50px; }
  .news .news-article .news-content:last-child {
    margin-right: 0; }
  .news .news-article .news-content p, .news .news-article .news-content li {
    font-size: 16px;
    line-height: 25px;
    color: #1d1e20; }
  .news .news-article .news-content a {
    text-decoration: underline; }
    .news .news-article .news-content a:hover {
      text-decoration: none; }
  .news .news-article .news-content .social-share {
    font-weight: 900;
    font-size: 16px;
    font-size: 0;
    margin-top: 40px; }
    .news .news-article .news-content .social-share ul {
      padding: 0;
      margin: 0; }
      .news .news-article .news-content .social-share ul li {
        display: inline-block;
        color: #666;
        margin-right: 5px; }
        .news .news-article .news-content .social-share ul li:first-child {
          margin-right: 10px; }
        .news .news-article .news-content .social-share ul li a {
          display: inline-block;
          width: 35px;
          height: 35px;
          border-radius: 50%;
          background: #eee;
          color: #666;
          line-height: 35px;
          text-align: center;
          font-size: 13px; }
          .news .news-article .news-content .social-share ul li a:hover {
            background: #666;
            color: #fff; }
        .news .news-article .news-content .social-share ul li:focus, .news .news-article .news-content .social-share ul li:active {
          outline: none; }

.news .news-article .news-sidebar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  margin-top: 30px; }
  .news .news-article .news-sidebar:last-child {
    margin-right: 0; }
  .news .news-article .news-sidebar #ad {
    background: url("/images/site/bg-sidebar_ad.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 15px 40px;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .news .news-article .news-sidebar #ad:hover .btn-primary, .news .news-article .news-sidebar #ad:hover .dform .submit, .dform .news .news-article .news-sidebar #ad:hover .submit {
      background-color: #527f2c;
      border-color: #527f2c; }
    .news .news-article .news-sidebar #ad h3 {
      margin: 0 auto;
      font-size: 30px;
      line-height: 50px;
      font-weight: 200;
      font-style: italic;
      max-width: 190px; }
    .news .news-article .news-sidebar #ad p {
      margin: 85px 0 115px;
      font-size: 14px;
      line-height: 110%;
      font-style: italic; }
    .news .news-article .news-sidebar #ad .btn-primary, .news .news-article .news-sidebar #ad .dform .submit, .dform .news .news-article .news-sidebar #ad .submit {
      padding: 3px 5px 4px;
      display: block;
      font-weight: 900;
      font-size: 13px;
      width: 100%; }
  .news .news-article .news-sidebar #sidebar-signup {
    background: #1d1e20;
    padding: 20px 15px 17px;
    color: #fff;
    margin-top: 15px;
    font-size: 13px;
    font-weight: normal;
    text-align: center; }
    .news .news-article .news-sidebar #sidebar-signup .btn-blue {
      display: block;
      width: 100%;
      background: #425563;
      color: #fff;
      font-weight: 900;
      font-size: 13px;
      letter-spacing: normal;
      padding: 9px 12px 9px !important;
      height: auto;
      margin-bottom: 8px; }
      .news .news-article .news-sidebar #sidebar-signup .btn-blue:hover {
        background: #6ba539; }
    .news .news-article .news-sidebar #sidebar-signup .email {
      margin: 17px 0 8px;
      padding: 5px 12px 6px !important;
      height: auto; }

@media screen and (max-width: 1200px) {
  .news .news-article #news-banner .banner-text {
    margin: 0 55px; }
    .news .news-article #news-banner .banner-text h1 {
      font-size: 5vw; }
    .news .news-article #news-banner .banner-text .category {
      font-size: 2vw; }
    .news .news-article #news-banner .banner-text .date {
      font-size: 1.8vw; } }

@media screen and (max-width: 767px) {
  .news .news-article #news-banner {
    height: 45vw; }
    .news .news-article #news-banner .banner-text {
      margin: 0; }
      .news .news-article #news-banner .banner-text h1 {
        font-size: 6vw; }
      .news .news-article #news-banner .banner-text .category {
        font-size: 3vw; }
      .news .news-article #news-banner .banner-text .date {
        font-size: 2.8vw; }
  .news .news-article .news-sidebar, .news .news-article .news-content {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%; }
    .news .news-article .news-sidebar:last-child, .news .news-article .news-content:last-child {
      margin-right: 0; }
  .news .news-article .news-sidebar #ad h3 {
    max-width: none;
    margin: 0 20px;
    line-height: 125%; }
  .news .news-article .news-sidebar #ad p {
    margin: 30px 0 45px; }
    .news .news-article .news-sidebar #ad p br {
      display: none; }
  .news .news-article .news-sidebar #ad .btn-primary, .news .news-article .news-sidebar #ad .dform .submit, .dform .news .news-article .news-sidebar #ad .submit {
    width: auto;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px; }
  .news .news-article .news-content {
    padding-left: 40px;
    padding-right: 40px; }
  .news .news-article .sub-nav {
    padding: 10px 0px !important; }
    .news .news-article .sub-nav .subnav-dropdown {
      overflow: visible;
      margin: 0 auto;
      opacity: 1;
      position: relative;
      visibility: visible; }
      .news .news-article .sub-nav .subnav-dropdown ul li a {
        padding: 0; }
        .news .news-article .sub-nav .subnav-dropdown ul li a:hover {
          background: transparent; } }

@media screen and (max-width: 500px) {
  .news .news-article #news-banner {
    height: 55vw; }
    .news .news-article #news-banner .banner-text h1 {
      font-size: 7vw; }
    .news .news-article #news-banner .banner-text .category {
      font-size: 4vw; }
    .news .news-article #news-banner .banner-text .date {
      font-size: 3.8vw; } }

.news #pagination {
  clear: both;
  text-align: left;
  font-size: 0; }
  .news #pagination strong, .news #pagination a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #fff;
    color: #879198;
    border: 1px solid #98a1a8;
    font-size: 18px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 5px 5px 0; }
  .news #pagination strong, .news #pagination a:hover {
    border-color: #75838c; }

.news .related-posts {
  background: #eee;
  padding-bottom: 20px; }

.news h4 {
  font-size: 19px;
  font-weight: 500;
  color: #6ba539;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 15px; }

.calculator {
  background: #25313b;
  color: #fff;
  text-align: center; }
  .calculator h1, .calculator h3 {
    font-size: 33px;
    text-transform: uppercase;
    line-height: 120%; }
    @media screen and (max-width: 767px) {
      .calculator h1, .calculator h3 {
        font-size: 20px; } }
  .calculator#calculator-cta {
    padding: 90px 0; }
    .calculator#calculator-cta h3 {
      margin-bottom: 33px; }
    .calculator#calculator-cta form {
      max-width: 1125px;
      margin: 0 auto; }
  .calculator#calculator-page {
    padding: 115px 0 250px; }
    .calculator#calculator-page h1 {
      margin-bottom: 95px; }
    .calculator#calculator-page #summary {
      max-width: 800px;
      margin: 0 auto 100px;
      font-size: 16px; }
      @media screen and (min-width: 480px) {
        .calculator#calculator-page #summary {
          text-align: left; } }
      .calculator#calculator-page #summary .column {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        position: relative; }
        .calculator#calculator-page #summary .column:last-child {
          margin-right: 0; }
        .calculator#calculator-page #summary .column:nth-child(2n) {
          margin-right: 0; }
        .calculator#calculator-page #summary .column:nth-child(2n+1) {
          clear: left; }
        @media screen and (max-width: 767px) {
          .calculator#calculator-page #summary .column {
            float: left;
            display: block;
            margin-right: 2.3576515979%;
            width: 100%;
            line-height: 135%; }
            .calculator#calculator-page #summary .column:last-child {
              margin-right: 0; } }
        .calculator#calculator-page #summary .column label {
          font-weight: 600;
          font-size: 17px;
          letter-spacing: 0.05em;
          display: inline-block;
          width: 52%;
          vertical-align: top; }
          @media screen and (max-width: 480px) {
            .calculator#calculator-page #summary .column label {
              width: 100%; } }
        .calculator#calculator-page #summary .column span {
          display: inline-block;
          vertical-align: top; }
        @media screen and (max-width: 767px) {
          .calculator#calculator-page #summary .column label, .calculator#calculator-page #summary .column span {
            margin-bottom: 12px; } }
        @media screen and (min-width: 769px) {
          .calculator#calculator-page #summary .column:nth-child(2n) {
            padding-left: 65px; } }
  .calculator .clear {
    height: 100px;
    clear: both; }
  .calculator p {
    font-size: 22px;
    line-height: 120%;
    margin-bottom: 55px; }
    @media screen and (max-width: 767px) {
      .calculator p br {
        display: none; } }

form .column {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 48.821174201%;
  position: relative; }
  form .column:last-child {
    margin-right: 0; }
  form .column:nth-child(2n) {
    margin-right: 0; }
  form .column:nth-child(2n+1) {
    clear: left; }
  @media screen and (max-width: 767px) {
    form .column {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      form .column:last-child {
        margin-right: 0; } }
  form .column .form-control {
    position: relative; }
  form .column input[type='text'],
  form .column select, form .column .jcf-select {
    font-style: italic;
    padding-left: 13px !important;
    padding-right: 13px !important;
    text-align: left;
    margin-bottom: 15px; }
    @media screen and (max-width: 1023px) {
      form .column input[type='text'],
      form .column select, form .column .jcf-select {
        height: 43px; } }
  form .column .jcf-select .jcf-select-text {
    margin: 8px 13px 8px 0;
    text-transform: none; }
  @media screen and (max-width: 1023px) {
    form .column .jcf-select::before {
      right: 13px; } }
  form .column .ico-tooltip {
    width: 21px;
    height: 21px;
    background: url("/images/site/icon-tooltip.png") no-repeat center center;
    background-size: cover;
    display: block;
    z-index: 2;
    cursor: pointer;
    position: absolute;
    right: -39px;
    top: 10px; }
    @media screen and (max-width: 1240px) {
      form .column .ico-tooltip {
        right: 13px; } }
    @media screen and (max-width: 767px) {
      form .column .ico-tooltip {
        width: 18px;
        height: 18px;
        top: 1px;
        right: 0;
        background-size: 18px 18px;
        padding: 20px; } }
  form .column .info-tooltip {
    position: absolute;
    font-size: 12px;
    background: #fff;
    border-radius: 2px;
    color: #000;
    line-height: 120%;
    padding: 16px 18px 17px;
    z-index: 3;
    top: 50px;
    right: -42px;
    max-width: 250px;
    text-align: left;
    display: block; }
    @media screen and (min-width: 1600px) {
      form .column .info-tooltip {
        width: 170px;
        right: -240px;
        top: 2px; } }
    @media screen and (max-width: 1240px) {
      form .column .info-tooltip {
        right: 0; } }
    @media screen and (max-width: 767px) {
      form .column .info-tooltip {
        width: 100%;
        max-width: none;
        position: relative;
        top: 8px;
        right: auto;
        margin-bottom: 30px; } }
    form .column .info-tooltip::after {
      top: -25px;
      right: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-bottom-color: #fff;
      border-width: 13px;
      margin-left: -13px; }
      @media screen and (min-width: 1600px) {
        form .column .info-tooltip::after {
          top: 8px;
          right: 100%;
          border: solid transparent;
          content: '';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-color: rgba(136, 183, 213, 0);
          border-right-color: #fff;
          border-width: 13px; } }
      @media screen and (max-width: 1240px) {
        form .column .info-tooltip::after {
          right: 11px; } }
      @media screen and (max-width: 767px) {
        form .column .info-tooltip::after {
          right: 7px; } }
  form .column .error {
    color: red;
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 13px;
    font-weight: 600;
    line-height: 170%;
    background: #25313b;
    padding: 0 0 0 10px; }
    @media screen and (max-width: 1240px) {
      form .column .error {
        right: 47px; } }

form .btn-primary, form .dform .submit, .dform form .submit {
  margin-top: 22px;
  font-size: 21px;
  padding: 20px 40px 19px;
  font-family: "Roboto", "Arial", "Helvetica", sans-serif;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    form .btn-primary, form .dform .submit, .dform form .submit {
      font-size: 17px;
      padding: 10px 5px 9px;
      width: 100%; } }
  #calculator-page form .btn-primary, #calculator-page form .dform .submit, .dform #calculator-page form .submit {
    margin-top: 55px; }

.partners .border.blue {
  border-color: #425563; }

.partners .border.green {
  border-color: #6ba539; }

.partners.portal {
  padding: 60px 0;
  text-align: left; }
  .partners.portal .buttons {
    margin-bottom: 30px; }
  .partners.portal tbody tr {
    cursor: pointer; }

.partners.aside {
  margin-top: 50px; }
  @media (min-width: 768px) {
    .partners.aside {
      margin-top: 200px; } }
  .partners.aside .btn, .partners.aside .dform .submit, .dform .partners.aside .submit {
    margin-bottom: 10px; }

.partners.refer {
  padding-top: 0; }
  .partners.refer .disabled {
    opacity: 0.5;
    pointer-events: none; }
  .partners.refer .error-message {
    color: #a00; }
  .partners.refer .submitted-warning {
    border: 1px solid #6ba539;
    padding: 5px 10px;
    background: #eef7e6;
    text-align: center; }

/* Table styles*/
table {
  max-width: 100%; }

th {
  text-align: left; }

.table {
  width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #eaeaea; }

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5; }

.tab {
  list-style-type: none;
  display: inline-block;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 45px;
  width: 115px;
  text-align: center;
  padding-top: 5px;
  background-color: #EEEEEE;
  cursor: pointer; }

.tab.active {
  background-color: #425563;
  color: white; }

li#links-tab {
  margin-left: -5px; }

.tab-content {
  margin-left: 45px; }

button#btn-copy {
  padding: 9px; }

input.input-withdraw {
  width: 10%; }

ul {
  list-style: none; }
/*# sourceMappingURL=main.css.map */