@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
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 {
  -moz-box-sizing: content-box;
  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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* fonts */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url("fonts/opensans-light-webfont.eot");
  src: url("fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-light-webfont.svg#open_sanslight") format("svg"), url("fonts/opensans-light-webfont.woff") format("woff"), url("fonts/opensans-light-webfont.ttf") format("truetype"); }

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

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

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

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url("fonts/opensans-lightitalic-webfont.eot");
  src: url("fonts/opensans-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-lightitalic-webfont.svg#open_sanslight_italic") format("svg"), url("fonts/opensans-lightitalic-webfont.woff") format("woff"), url("fonts/opensans-lightitalic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url("fonts/opensans-italic-webfont.eot");
  src: url("fonts/opensans-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-italic-webfont.svg#open_sansitalic") format("svg"), url("fonts/opensans-italic-webfont.woff") format("woff"), url("fonts/opensans-italic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url("fonts/opensans-semibolditalic-webfont.eot");
  src: url("fonts/opensans-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-semibolditalic-webfont.svg#open_sanssemibold_italic") format("svg"), url("fonts/opensans-semibolditalic-webfont.woff") format("woff"), url("fonts/opensans-semibolditalic-webfont.ttf") format("truetype"); }

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url("fonts/opensans-bolditalic-webfont.eot");
  src: url("fonts/opensans-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/opensans-bolditalic-webfont.svg#open_sansbold_italic") format("svg"), url("fonts/opensans-bolditalic-webfont.woff") format("woff"), url("fonts/opensans-bolditalic-webfont.ttf") format("truetype"); }

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

/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/*

  Helps create a typographical baseline grid.
  Also allows for specifying different line heights or bottom margins if you need to.

  Specifiy the font size in PX and it will calculate the EM based on your $doc-font-size & $doc-line-height variables.

  	-- @include font-size(24); -------------------

  It will also create a bottom margin based on the $doc-font-size & $doc-line-height variables unless you specify that it shouldn't have one -

  	-- @include font-size(24, no); -------------------

  Or if you want to specify a different bottom margin to be generated -

  	-- @include font-size(24,32); -------------------

  Also generates a pixel-less line height by default unless you specify that you either don't want one where I'd suggest declaring 1 within the mixin -

  	-- @include font-size(24, yes, 1); -------------------

  Also the option to specify a different line-height for it to generate to, where you would specify the line-height in (effectively) it's pixel value -

  	-- @include font-size(24, yes, 40); -------------------

*/
/*

  Sometimes you would only want to define the fonts' size on an element.
  Rather than make the vertical rhythm mixin more convoluted here is a separate mixin
  to be used to give EMs for modern browsers and PX for OldIE and Opera mini

*/
.header_menu > ul, .header_menu > ul > li ul, .footer_menu ul, .homepage .rp-right, .homepage .benefits ul, .breadcrumb ul, .benefits_details_col2 ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.login_form h2, .homepage .intro-text h2, .homepage .rp-left h2, .homepage .benefits h3, .homepage .join-us h4, .homepage .free-trial h4, .homepage .customers-say h2, .homepage .customers-say .testimonials__by, .benefits_banner p, .benefits_banner_col1 h2, .benefits_pods_holder h2, .benefits_details h3, .benefits_details h4, .benefits_details_col2 ul li, .prevention_banner_txt h2, .recovery_banner_txt h2, .prevention_pod_txt h3, .recovery_pod_txt h3, .banner_txt h2, .contact_details .info h5, .join_side_top h3, .join_side2_top h3, .testimonials_side h3, .members_side h3, .calculator_side h3, .trial_side h3, .question_side h3, .debts_side h3, .prevention_side h3, .inner_text h1, .inner_editable h1, .cke_text h1, .cke_editable h1, .inner_text h2, .inner_editable h2, .cke_text h2, .cke_editable h2, .calc_banner_txt h2 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #000;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #000; }

.header_menu > ul > li > ul:before {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, .main_form .formlabel, .main_form .arealabel, .main_form .squaredTwo label, .header_menu > ul > li ul.green-menu > li:first-child a, .header_menu > ul > li ul.red-menu > li:first-child a, .homepage .intro-text h3, .homepage .calculators h4, .homepage .rp-left h3, .homepage .benefits ul li, .benefits_banner h3, .prevention_banner_txt h3, .recovery_banner_txt h3, .payment-histories .notes-cell, .payment-histories .sub-notes-cell, .payment-histories .plus-button, .payment-histories .minus-button, .banner_txt h3, .join_side_top p, .join_side2_top p, .testimonials_side p, .members_side p, .calculator_side p, .trial_side p, .question_side p, .debts_side p, .prevention_side p, .inner_text h3, .inner_editable h3, .cke_text h3, .cke_editable h3, .inner_text h4, .inner_editable h4, .cke_text h4, .cke_editable h4 {
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  color: #000;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

@media (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
  #foo {
    content: 'Device Pixel Ratio of at least 1.5'; } }

@media (max-resolution: 143dpi), (-webkit-max-device-pixel-ratio: 1.4895833333), (max--moz-device-pixel-ratio: 1.4895833333) {
  #foo {
    content: 'Cross Browser Resolution Query'; } }

.yellow-strip {
  height: 5px;
  background-color: #ffd300; }

.l-wrapper {
  margin: 0 auto;
  min-width: 320px; }

.l-content {
  clear: both;
  padding-bottom: 40px; }
  .l-content:before,
  .l-content:after {
    content: "";
    display: table; }
  .l-content:after {
    clear: both; }

.l-grid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px; }
  .l-grid:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 620px) {
    .l-grid {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 780px) {
    .l-grid {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; }
      .l-grid:after {
        content: " ";
        display: block;
        clear: both; } }
  @media (max-width: 620px) {
    .l-grid {
      max-width: 1170px;
      margin-left: auto;
      margin-right: auto; }
      .l-grid:after {
        content: " ";
        display: block;
        clear: both; } }

.l-full {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0; }

.l-span-3 {
  width: 23.1707317073%;
  float: left;
  margin-right: 2.4390243902%; }
  @media (max-width: 780px) {
    .l-span-3 {
      width: 35.1851851852%;
      float: left;
      margin-right: 3.7037037037%; } }
  @media (max-width: 620px) {
    .l-span-3 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.l-span-4 {
  width: 31.7073170732%;
  float: left;
  margin-right: 2.4390243902%; }
  @media (max-width: 620px) {
    .l-span-4 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.l-span-6 {
  width: 48.7804878049%;
  float: left;
  margin-right: 2.4390243902%; }
  @media (max-width: 780px) {
    .l-span-6 {
      width: 48.1481481481%;
      float: left;
      margin-right: 3.7037037037%; } }
  @media (max-width: 620px) {
    .l-span-6 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.l-span-8 {
  width: 65.8536585366%;
  float: left;
  margin-right: 2.4390243902%; }
  @media (max-width: 620px) {
    .l-span-8 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.l-span-9 {
  width: 74.3902439024%;
  float: left;
  margin-right: 2.4390243902%; }
  @media (max-width: 780px) {
    .l-span-9 {
      width: 61.1111111111%;
      float: left;
      margin-right: 3.7037037037%; } }
  @media (max-width: 620px) {
    .l-span-9 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 780px) {
    .l-span-9 .l-span-8 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 780px) {
    .l-span-9 .l-span-4 {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }

.l-last {
  float: right;
  margin-right: 0; }

.l-first {
  margin-left: 0; }

@media (max-width: 780px) {
  .l-3-col .l-span-3.l-last,
  .page-home .l-span-3.l-last {
    width: 35.1851851852%;
    float: right;
    margin-right: 0; } }

@media (max-width: 620px) {
  .l-3-col .l-span-3.l-last,
  .page-home .l-span-3.l-last {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.intro-top > p {
  margin-top: 0; }

body {
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5; }
  @media (max-width: 620px) {
    body {
      font-size: 14px;
      font-size: 0.875em; } }

h1, h2, h3, h4, h5 {
  line-height: 1.3; }

h1 {
  line-height: 1.1;
  margin-top: 0; }

h2 {
  font-size: 21px;
  font-size: 1.3125em; }

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

.btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link, a.btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link {
  font-size: 14px;
  font-size: 0.875em;
  display: inline-block;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 10px; }
  @media (max-width: 1080px) {
    .btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link, a.btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link {
      height: auto;
      padding-bottom: 10px; } }
  @media (max-width: 780px) {
    .btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link, a.btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link {
      font-size: 12px;
      font-size: 0.75em; } }

.yellow-btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link, a.yellow-btn, .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link {
  color: black;
  background-color: #ffd300; }

.black-btn, a.black-btn {
  color: white;
  background-color: black; }

.white-btn, a.white-btn {
  color: black;
  background-color: white; }

.black-yell-btn, a.black-yell-btn {
  color: #ffd300;
  background-color: black; }

.arrow-btn, a.arrow-btn {
  position: relative; }
  .arrow-btn:after, a.arrow-btn:after {
    font-size: 30px;
    font-size: 1.875em;
    font-family: "FontAwesome";
    content: "";
    margin-left: 10px;
    position: absolute;
    top: 0; }

.icon-bars:before {
  font-family: "FontAwesome";
  content: "";
  font-style: normal;
  font-size: 28px;
  font-size: 1.75em;
  color: black; }

@media (max-width: 620px) {
  .is-hidden-mobile {
    display: none; } }

@media (max-width: 620px) {
  .is-hidden-desktop {
    display: block; } }

@media (min-width: 620px) {
  .is-hidden-desktop {
    display: none; } }

.page-heading {
  font-size: 30px;
  font-size: 1.875em; }
  @media (max-width: 620px) {
    .page-heading {
      font-size: 20px;
      font-size: 1.25em; } }
  .page-heading + p {
    font-weight: 700; }

img.left-margin,
.left-margin img {
  margin: 0 10px 5px 0; }

img.right-margin,
.right-margin img {
  margin: 0 0 5px 10px; }

textarea,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-transition: border-color 0.2s ease-in-out;
  -khtml-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  -ms-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  font-size: 14px;
  font-size: 0.875em;
  background: white;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 10px;
  text-align: left;
  width: 100%;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  textarea:hover,
  input[type="date"]:hover,
  input[type="datetime"]:hover,
  input[type="datetime-local"]:hover,
  input[type="email"]:hover,
  input[type="month"]:hover,
  input[type="number"]:hover,
  input[type="password"]:hover,
  input[type="search"]:hover,
  input[type="tel"]:hover,
  input[type="text"]:hover,
  input[type="time"]:hover,
  input[type="url"]:hover,
  input[type="week"]:hover {
    border-color: #808080; }
  textarea:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="email"]:focus,
  input[type="month"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="text"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="week"]:focus {
    border-color: #4d4d4d; }

input[type="submit"] {
  border: 0;
  padding-top: 2px; }

::-webkit-input-placeholder {
  color: black;
  font-weight: 600; }

:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  font-weight: 600; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  font-weight: 600; }

:-ms-input-placeholder {
  color: black;
  font-weight: 600; }

.placeholder {
  color: black;
  font-weight: 600; }

.form_wrapper {
  padding: 20px;
  background-color: #ccc; }
  .form_wrapper h6 {
    font-size: 16px;
    font-size: 1em;
    margin: 0 0 15px 0; }
  .form_wrapper input[type="search"]::-webkit-search-decoration {
    display: none; }
  .form_wrapper .field {
    padding: 10px 0; }
    .form_wrapper .field:before,
    .form_wrapper .field:after {
      content: "";
      display: table; }
    .form_wrapper .field:after {
      clear: both; }
    .form_wrapper .field_select label {
      width: 46.9696969697%;
      float: left;
      margin-right: 6.0606060606%; }
      @media (max-width: 620px) {
        .form_wrapper .field_select label {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }
    .form_wrapper .field_select select {
      width: 46.9696969697%;
      float: right;
      margin-right: 0; }
      @media (max-width: 620px) {
        .form_wrapper .field_select select {
          width: 100%;
          float: left;
          margin-left: 0;
          margin-right: 0; } }

.login_form {
  padding: 30px;
  background-color: #ffd300;
  background-image: url(../img/login-lock.png);
  background-repeat: no-repeat;
  background-position: 90% 50%; }
  .login_form h2 {
    font-size: 28px;
    font-size: 1.75em;
    margin-top: 0; }
  .login_form input[type="password"],
  .login_form input[type="text"] {
    font-size: 18px;
    font-size: 1.125em; }
  .login_form .login:before,
  .login_form .login:after {
    content: "";
    display: table; }
  .login_form .login:after {
    clear: both; }
  .login_form .u-login, .login_form .p-login {
    width: 55%;
    margin-bottom: 40px; }
  .login_form .loginbutton, .login_form .f-pass {
    float: left; }
  .login_form .f-pass {
    margin-left: 10%; }
    .login_form .f-pass a {
      font-size: 14px;
      font-size: 0.875em;
      color: #000; }

.main_form {
  /* SQUARED TWO */ }
  .main_form .field:before,
  .main_form .field:after {
    content: "";
    display: table; }
  .main_form .field:after {
    clear: both; }
  .main_form .formlabel, .main_form .arealabel {
    width: 31.1475409836%;
    float: left;
    margin-right: 3.2786885246%;
    padding: 10px 0;
    margin-bottom: 15px; }
    @media (max-width: 620px) {
      .main_form .formlabel, .main_form .arealabel {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 5px; } }
  .main_form textarea,
  .main_form input[type="email"],
  .main_form input[type="text"],
  .main_form input[type="password"],
  .main_form .submit-holder,
  .main_form .radio-holder {
    width: 65.5737704918%;
    float: right;
    margin-right: 0; }
    @media (max-width: 620px) {
      .main_form textarea,
      .main_form input[type="email"],
      .main_form input[type="text"],
      .main_form input[type="password"],
      .main_form .submit-holder,
      .main_form .radio-holder {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .main_form textarea,
  .main_form input[type="email"],
  .main_form input[type="password"],
  .main_form input[type="text"] {
    border: solid 2px #ccc;
    margin-bottom: 15px; }
    @media (max-width: 620px) {
      .main_form textarea,
      .main_form input[type="email"],
      .main_form input[type="password"],
      .main_form input[type="text"] {
        margin-bottom: 5px; } }
  .main_form input[type=radio] {
    visibility: hidden; }
  .main_form .squaredTwo {
    width: 100px;
    height: 28px;
    /*background-color: palette(grey);*/
    margin: 20px auto;
    position: relative;
    display: inline-block; }
    @media (max-width: 780px) {
      .main_form .squaredTwo {
        margin: 5px auto; } }
  .main_form .squaredTwo label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    background-color: white;
    border: solid 3px #808080;
    text-indent: 30px; }
  .main_form .squaredTwo label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background: transparent;
    top: 2px;
    left: 1px;
    border: 3px solid black;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .main_form .squaredTwo label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; }
  .main_form .squaredTwo input[type=radio]:checked + label {
    background-color: #ffd300;
    border-color: #ffd300; }
  .main_form .squaredTwo input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }

.form-popup {
  padding: 10px 30px; }
  .form-popup h6 {
    font-size: 16px;
    font-size: 1em; }

.header {
  position: relative;
  padding-top: 10px;
  padding-bottom: 20px; }
  .header:before,
  .header:after {
    content: "";
    display: table; }
  .header:after {
    clear: both; }
  .header .nav-toggle {
    position: absolute;
    top: 10px;
    right: 0px; }
  .header_branding {
    width: 40.243902439%;
    float: left;
    margin-right: 2.4390243902%;
    padding-top: 20px; }
    @media (max-width: 1080px) {
      .header_branding {
        width: 31.7073170732%;
        float: left;
        margin-right: 2.4390243902%; } }
    @media (max-width: 620px) {
      .header_branding {
        width: 65.8536585366%;
        float: left;
        margin-right: 2.4390243902%; } }
  .header_details {
    width: 57.3170731707%;
    float: right;
    margin-right: 0;
    padding-top: 20px; }
    @media (max-width: 1080px) {
      .header_details {
        width: 65.8536585366%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 620px) {
      .header_details {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        background-color: #4d4d4d;
        padding: 5px 10px 10px 10px; } }
  .header_telephone,
  .header_email,
  .header_login {
    font-size: 18px;
    font-size: 1.125em;
    font-weight: 700;
    height: 35px;
    margin-top: 10px; }
    .header_telephone a,
    .header_email a,
    .header_login a {
      height: 35px;
      display: block;
      color: black;
      text-decoration: none;
      position: relative; }
    @media (max-width: 1080px) {
      .header_telephone,
      .header_email,
      .header_login {
        font-size: 16px;
        font-size: 1em; } }
    @media (max-width: 620px) {
      .header_telephone,
      .header_email,
      .header_login {
        margin-top: 0; }
        .header_telephone a,
        .header_email a,
        .header_login a {
          font-weight: 600;
          font-size: 1px;
          letter-spacing: -1px;
          color: transparent; }
          .header_telephone a:after,
          .header_email a:after,
          .header_login a:after {
            color: white;
            position: absolute;
            top: 10px;
            left: 50px;
            font-size: 16px; } }
    @media (max-width: 480px) {
      .header_telephone a:after,
      .header_email a:after,
      .header_login a:after {
        left: 40px; } }
  .header_email {
    width: 48.7804878049%;
    float: left;
    margin-right: 2.4390243902%;
    margin-left: -1%; }
    .header_email a {
      padding-left: 46px;
      background-image: url(../img/header-email-icon.png);
      background-repeat: no-repeat; }
    @media (max-width: 780px) {
      .header_email {
        width: 40.243902439%;
        float: left;
        margin-right: 2.4390243902%; } }
    @media (max-width: 780px) {
      .header_email {
        margin-left: 0; } }
    @media (max-width: 620px) {
      .header_email {
        width: 31.7073170732%;
        float: left;
        margin-right: 2.4390243902%; }
        .header_email a {
          background-image: url(../img/mobile-icon-email.png);
          padding-left: 36px; }
          .header_email a:after {
            content: 'Email'; } }
  .header_telephone {
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%; }
    .header_telephone a {
      background-image: url(../img/header-phone-icon.png);
      background-repeat: no-repeat;
      padding-left: 39px; }
    @media (max-width: 620px) {
      .header_telephone {
        width: 31.7073170732%;
        float: left;
        margin-right: 2.4390243902%; }
        .header_telephone a {
          background-image: url(../img/mobile-icon-phone.png);
          padding-left: 29px; }
          .header_telephone a:after {
            content: 'Phone'; } }
  .header_login {
    width: 14.6341463415%;
    float: right;
    margin-right: 0; }
    .header_login a {
      padding-left: 40px;
      background-image: url(../img/header-login-icon.png);
      background-repeat: no-repeat; }
    @media (max-width: 780px) {
      .header_login {
        width: 23.1707317073%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 620px) {
      .header_login {
        width: 31.7073170732%;
        float: right;
        margin-right: 0; }
        .header_login a {
          background-image: url(../img/mobile-icon-login.png);
          padding-left: 30px; }
          .header_login a:after {
            content: 'Login'; } }
  .header_menu_bar {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
    background-color: #4d4d4d; }
    @media (max-width: 940px) {
      .header_menu_bar {
        background-color: white; } }
    @media (max-width: 620px) {
      .header_menu_bar {
        margin-bottom: 15px; } }
  .header_menu {
    width: 65.8536585366%;
    float: left;
    margin-right: 2.4390243902%; }
    @media (max-width: 1080px) {
      .header_menu {
        font-size: 15px;
        font-size: 0.9375em; } }
    @media (max-width: 940px) {
      .header_menu {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        background-color: #4d4d4d; } }
    .header_menu > ul:before,
    .header_menu > ul:after {
      content: "";
      display: table; }
    .header_menu > ul:after {
      clear: both; }
    .header_menu > ul > li {
      position: relative;
      float: left;
      border-right: solid 1px white; }
      .header_menu > ul > li:last-child {
        border-right: 0; }
      .header_menu > ul > li a {
        display: block;
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-size: 0.875em;
        font-weight: 600;
        padding: 10px 10px; }
        .header_menu > ul > li a:hover {
          color: black;
          background-color: #ffd300; }
      .header_menu > ul > li.selected a, .header_menu > ul > li:hover a {
        color: black;
        background-color: #ffd300; }
      @media (max-width: 620px) {
        .header_menu > ul > li.selected ul, .header_menu > ul > li:hover ul {
          display: inline-block !important;
          width: 100%; } }
      .header_menu > ul > li:hover ul, .header_menu > ul > li:focus ul {
        display: inline-block !important; }
      .header_menu > ul > li > ul {
        position: absolute;
        top: 39px;
        left: -62px;
        display: none;
        border-bottom: solid 1px white;
        z-index: 1000; }
        @media (max-width: 620px) {
          .header_menu > ul > li > ul {
            position: static;
            border-top: solid 2px black; } }
        .header_menu > ul > li > ul:before {
          font-size: 30px;
          font-size: 1.875em;
          content: "";
          color: #ffd300;
          background-color: transparent;
          display: block;
          text-align: center;
          line-height: 0.4; }
          @media (max-width: 620px) {
            .header_menu > ul > li > ul:before {
              content: ''; } }
        .header_menu > ul > li > ul > li {
          border-left: solid 1px white;
          border-right: solid 1px white; }
        .header_menu > ul > li > ul li .menu-item {
          padding: 0 15px;
          width: 220px;
          background-color: #ffd300; }
          @media (max-width: 620px) {
            .header_menu > ul > li > ul li .menu-item {
              width: 100%; } }
        .header_menu > ul > li > ul li a {
          display: block;
          padding: 10px 20px 10px 0;
          border-bottom: solid 1px black;
          color: black;
          font-weight: 400; }
        .header_menu > ul > li > ul li:last-child a {
          border-bottom: 0; }
      .header_menu > ul > li ul.green-menu, .header_menu > ul > li ul.red-menu {
        color: white; }
        @media (max-width: 620px) {
          .header_menu > ul > li ul.green-menu, .header_menu > ul > li ul.red-menu {
            width: 50%;
            vertical-align: top;
            border-top: solid 2px white; } }
        .header_menu > ul > li ul.green-menu:before, .header_menu > ul > li ul.red-menu:before {
          border-bottom: solid 8px #ffd300;
          border-right: 0; }
          @media (max-width: 620px) {
            .header_menu > ul > li ul.green-menu:before, .header_menu > ul > li ul.red-menu:before {
              border-bottom: none; } }
        .header_menu > ul > li ul.green-menu > li:first-child a, .header_menu > ul > li ul.red-menu > li:first-child a {
          color: white; }
        .header_menu > ul > li ul.green-menu > li:first-child > a, .header_menu > ul > li ul.red-menu > li:first-child > a {
          border-bottom: 0; }
        .header_menu > ul > li ul.green-menu > li:first-child > ul a, .header_menu > ul > li ul.red-menu > li:first-child > ul a {
          font-weight: 400;
          border-bottom: solid 1px white; }
        .header_menu > ul > li ul.green-menu > li:first-child > ul li:last-child a, .header_menu > ul > li ul.red-menu > li:first-child > ul li:last-child a {
          border: 0; }
        .header_menu > ul > li ul.green-menu > li a, .header_menu > ul > li ul.red-menu > li a {
          color: white; }
        .header_menu > ul > li ul.green-menu > li:last-child > a, .header_menu > ul > li ul.red-menu > li:last-child > a {
          border-bottom: 0; }
      .header_menu > ul > li > ul.green-menu > li .menu-item {
        background-color: #289664; }
      .header_menu > ul > li > ul.green-menu > li a {
        background-color: #289664; }
        .header_menu > ul > li > ul.green-menu > li a:hover {
          background-color: #289664; }
      .header_menu > ul > li > ul.green-menu > li > ul .menu-item {
        background-color: #34b67a; }
      .header_menu > ul > li > ul.green-menu > li > ul > li a {
        background-color: #34b67a; }
        .header_menu > ul > li > ul.green-menu > li > ul > li a:hover {
          background-color: #34b67a; }
      .header_menu > ul > li > ul.red-menu {
        left: 155px;
        color: white; }
        .header_menu > ul > li > ul.red-menu:before {
          content: "\00a0"; }
          @media (max-width: 620px) {
            .header_menu > ul > li > ul.red-menu:before {
              content: ''; } }
        .header_menu > ul > li > ul.red-menu > li .menu-item {
          background-color: #b6382b; }
        .header_menu > ul > li > ul.red-menu > li a {
          background-color: #b6382b; }
          .header_menu > ul > li > ul.red-menu > li a:hover {
            background-color: #b6382b; }
        .header_menu > ul > li > ul.red-menu > li > ul .menu-item {
          background-color: #dc4437; }
        .header_menu > ul > li > ul.red-menu > li > ul > li a {
          background-color: #dc4437; }
          .header_menu > ul > li > ul.red-menu > li > ul > li a:hover {
            background-color: #dc4437; }
    @media (max-width: 620px) {
      .header_menu {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        .header_menu ul > li {
          border-right: 0; } }
  .header_strap_line {
    width: 31.7073170732%;
    float: right;
    margin-right: 0;
    font-size: 13px;
    font-size: 0.8125em;
    color: #ffd300;
    font-weight: 300;
    vertical-align: middle;
    padding-top: 10px;
    padding-right: 25px;
    text-align: right; }
    @media (max-width: 1080px) {
      .header_strap_line {
        font-size: 12px;
        font-size: 0.75em;
        padding-right: 10px; } }
    @media (max-width: 940px) {
      .header_strap_line {
        background-color: white;
        color: #4d4d4d;
        text-align: right;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    @media (max-width: 620px) {
      .header_strap_line {
        display: none; } }
  .header .nav-desktop {
    display: block; }
    @media (max-width: 620px) {
      .header .nav-desktop {
        display: none; } }
  .header .nav-mobile {
    display: none; }
    @media (max-width: 620px) {
      .header .nav-mobile {
        display: block; } }
  @media (max-width: 620px) {
    .header {
      padding-bottom: 0; } }

.footer {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-size: 0.875em;
  clear: both;
  background-image: url(../img/footer-image.jpg);
  background-repeat: no-repeat;
  margin-top: 25px;
  padding: 60px 45px 20px 45px; }
  .footer:before,
  .footer:after {
    content: "";
    display: table; }
  .footer:after {
    clear: both; }
  @media (max-width: 620px) {
    .footer {
      padding-bottom: 10px; } }
  .footer_contact {
    width: 31.7073170732%;
    float: left;
    margin-right: 2.4390243902%; }
    @media (max-width: 620px) {
      .footer_contact {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .footer_telephone, .footer_email {
    margin-bottom: 15px; }
    .footer_telephone a, .footer_email a {
      color: #ffd300;
      text-decoration: none; }
  .footer_address {
    color: white;
    line-height: 1.4; }
  .footer_menu {
    width: 65.8536585366%;
    float: right;
    margin-right: 0; }
    .footer_menu ul li {
      margin-bottom: 10px; }
      .footer_menu ul li:last-child {
        margin-bottom: 0; }
      .footer_menu ul li a {
        color: white;
        text-decoration: none; }
    @media (max-width: 620px) {
      .footer_menu {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .footer_menu_left {
    width: 41.6666666667%;
    float: left;
    margin-right: 16.6666666667%; }
    @media (max-width: 620px) {
      .footer_menu_left {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 80px; } }
  .footer_menu_right {
    width: 41.6666666667%;
    float: right;
    margin-right: 0; }
    @media (max-width: 620px) {
      .footer_menu_right {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px; } }
  .footer_copyright {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    color: white;
    font-size: 10px;
    font-size: 0.625em;
    text-align: right; }
  .footer .zulu-link {
    color: #d9d9d9;
    font-size: 10px;
    font-weight: 300;
    text-decoration: none;
    margin-top: 30px;
    display: block; }
    @media (max-width: 620px) {
      .footer .zulu-link {
        margin-top: 10px; } }

.slideshow {
  position: relative;
  /*
	.dots-background {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 140px;
		height: 50px;
		background: rgba(palette(black), .8);
		z-index: 10;
	}
	*/ }
  .slideshow img {
    width: 100%; }
  .slideshow .slick-dots {
    position: absolute;
    bottom: 15px;
    right: 10px;
    text-align: right;
    margin: 0;
    line-height: 1;
    z-index: 999; }
    .slideshow .slick-dots li {
      margin: 0 6px; }
  .slideshow__txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 37%;
    background: rgba(0, 0, 0, 0.8);
    padding: 40px;
    display: inline-block;
    height: 100%; }
    @media (max-width: 780px) {
      .slideshow__txt {
        position: relative;
        width: 100%;
        padding: 15px; } }
  .slideshow h2 {
    font-size: 35px;
    font-size: 2.1875em;
    line-height: 1.2;
    margin: 0;
    color: #ffd300; }
    @media (max-width: 880px) {
      .slideshow h2 {
        font-size: 26px;
        font-size: 1.625em; } }
  .slideshow h3 {
    font-size: 21px;
    font-size: 1.3125em;
    line-height: 1.2;
    margin: 0;
    color: white;
    font-weight: 600;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 25px; }
    @media (max-width: 880px) {
      .slideshow h3 {
        font-size: 18px;
        font-size: 1.125em; } }
  .slideshow p {
    font-size: 14px;
    font-size: 0.875em;
    margin-top: 10px;
    margin-bottom: 0;
    color: white;
    font-weight: 300;
    padding-bottom: 20px; }
    @media (max-width: 1080px) {
      .slideshow p {
        display: none; } }
  .slideshow a {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 700;
    color: #ffd300;
    position: absolute;
    bottom: 40px; }
    @media (max-width: 780px) {
      .slideshow a {
        bottom: 15px; } }

.homepage .intro-text {
  background-image: url(../img/home-helmet.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding-left: 160px; }
  @media (max-width: 780px) {
    .homepage .intro-text {
      background-image: none;
      padding-left: 0; } }
  .homepage .intro-text h2 {
    font-size: 28px;
    font-size: 1.75em;
    margin: 0; }
  .homepage .intro-text h3 {
    font-size: 18px;
    font-size: 1.125em;
    margin: 10px 0; }
  .homepage .intro-text p {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 300;
    padding-bottom: 20px; }

.homepage .calculators {
  padding-right: 50px; }
  @media (max-width: 880px) {
    .homepage .calculators {
      padding-right: 0; } }
  @media (max-width: 620px) {
    .homepage .calculators {
      border-top: solid 1px #808080;
      padding: 20px; } }
  .homepage .calculators h4 {
    font-size: 18px;
    font-size: 1.125em;
    margin-top: 0; }
  .homepage .calculators p {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 300; }
  .homepage .calculators_button {
    background-image: url(../img/home-calculator.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    height: 40px;
    padding-left: 45px; }

.homepage .prevention, .homepage .recovery {
  width: 48.7804878049%;
  float: left;
  margin-right: 2.4390243902%;
  margin-top: 25px;
  padding: 40px;
  min-height: 400px;
  position: relative; }
  @media (max-width: 780px) {
    .homepage .prevention, .homepage .recovery {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 620px) {
    .homepage .prevention, .homepage .recovery {
      padding: 20px; } }

.homepage .prevention {
  background-color: #34b67a; }

.homepage .recovery {
  float: right;
  margin-right: 0;
  background-color: #dc4437; }

.homepage .rp-left {
  width: 41.6666666667%;
  float: left;
  margin-right: 16.6666666667%; }
  @media (max-width: 620px) {
    .homepage .rp-left {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .homepage .rp-left h2 {
    font-size: 28px;
    font-size: 1.75em;
    margin: 0;
    color: white; }
  .homepage .rp-left h3 {
    font-size: 18px;
    font-size: 1.125em;
    margin: 10px 0;
    color: white; }
  .homepage .rp-left p {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 300;
    color: white;
    line-height: 1.3;
    padding-bottom: 50px; }
    @media (max-width: 620px) {
      .homepage .rp-left p {
        padding-bottom: 20px; } }
  .homepage .rp-left a.btn, .homepage .rp-left .inner_text a.anchor-link, .inner_text .homepage .rp-left a.anchor-link, .homepage .rp-left .inner_editable a.anchor-link, .inner_editable .homepage .rp-left a.anchor-link, .homepage .rp-left .cke_text a.anchor-link, .cke_text .homepage .rp-left a.anchor-link, .homepage .rp-left .cke_editable a.anchor-link, .cke_editable .homepage .rp-left a.anchor-link {
    position: absolute;
    bottom: 40px;
    left: 40px; }
    @media (max-width: 620px) {
      .homepage .rp-left a.btn, .homepage .rp-left .inner_text a.anchor-link, .inner_text .homepage .rp-left a.anchor-link, .homepage .rp-left .inner_editable a.anchor-link, .inner_editable .homepage .rp-left a.anchor-link, .homepage .rp-left .cke_text a.anchor-link, .cke_text .homepage .rp-left a.anchor-link, .homepage .rp-left .cke_editable a.anchor-link, .cke_editable .homepage .rp-left a.anchor-link {
        bottom: 20px;
        left: 20px; } }

.homepage .rp-right {
  width: 41.6666666667%;
  float: right;
  margin-right: 0; }
  @media (max-width: 620px) {
    .homepage .rp-right {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 60px; } }
  .homepage .rp-right li {
    border-top: solid 2px white;
    height: 80px;
    padding-top: 15px; }
    .homepage .rp-right li a {
      display: block;
      text-decoration: none;
      color: white;
      font-weight: 600;
      padding-left: 60px;
      background-repeat: no-repeat;
      background-position: 5% 50%;
      line-height: 1.3;
      min-height: 30px; }
      @media (max-width: 780px) {
        .homepage .rp-right li a {
          margin-top: 10px; } }
    .homepage .rp-right li:last-child {
      border-bottom: solid 2px white; }
    .homepage .rp-right li .te {
      background-image: url(../img/home-prev-trading-experiences.png); }
    .homepage .rp-right li .ci {
      background-image: url(../img/home-prev-credit-information.png); }
    .homepage .rp-right li .cm {
      background-image: url(../img/home-prev-company-monitoring.png); }
    .homepage .rp-right li .dm {
      background-image: url(../img/home-prev-director-monitoring.png); }
    .homepage .rp-right li .cl {
      background-image: url(../img/home-recovery-chasing-letters.png); }
    .homepage .rp-right li .dr {
      background-image: url(../img/home-recovery-debt-recovery.png);
      margin-top: 10px; }
    .homepage .rp-right li .pl {
      background-image: url(../img/home-recovery-litigation.png);
      margin-top: 10px; }
    .homepage .rp-right li .rc {
      background-image: url(../img/home-recovery-retention-collection.png); }

.homepage .benefits {
  margin-top: 25px;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  padding: 40px 200px 40px 40px;
  position: relative;
  background-image: url(../img/home-coins.png);
  background-repeat: no-repeat;
  background-position: 90% 110%;
  min-height: 333px; }
  @media (max-width: 780px) {
    .homepage .benefits {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 620px) {
    .homepage .benefits {
      background-image: none;
      padding: 20px; } }
  .homepage .benefits h3 {
    font-size: 28px;
    font-size: 1.75em;
    margin: 0; }
  .homepage .benefits p {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.3; }
  .homepage .benefits ul {
    list-style-image: url(../img/member-tick.png);
    margin-left: 40px; }
    .homepage .benefits ul li {
      font-size: 18px;
      font-size: 1.125em; }
  .homepage .benefits a.btn, .homepage .benefits .inner_text a.anchor-link, .inner_text .homepage .benefits a.anchor-link, .homepage .benefits .inner_editable a.anchor-link, .inner_editable .homepage .benefits a.anchor-link, .homepage .benefits .cke_text a.anchor-link, .cke_text .homepage .benefits a.anchor-link, .homepage .benefits .cke_editable a.anchor-link, .cke_editable .homepage .benefits a.anchor-link {
    position: absolute;
    top: 80px;
    right: 40px; }
    @media (max-width: 620px) {
      .homepage .benefits a.btn, .homepage .benefits .inner_text a.anchor-link, .inner_text .homepage .benefits a.anchor-link, .homepage .benefits .inner_editable a.anchor-link, .inner_editable .homepage .benefits a.anchor-link, .homepage .benefits .cke_text a.anchor-link, .cke_text .homepage .benefits a.anchor-link, .homepage .benefits .cke_editable a.anchor-link, .cke_editable .homepage .benefits a.anchor-link {
        position: static;
        margin-top: 20px; } }

@media (max-width: 780px) {
  .homepage .actions {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0; } }

.homepage .join-us, .homepage .free-trial {
  width: 47.5%;
  float: left;
  margin-right: 5%;
  margin-top: 25px;
  padding: 40px;
  background-color: #ffd300;
  text-align: center;
  min-height: 333px; }
  @media (max-width: 620px) {
    .homepage .join-us, .homepage .free-trial {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  .homepage .join-us h4, .homepage .free-trial h4 {
    font-size: 28px;
    font-size: 1.75em;
    margin: 0; }

.homepage .free-trial {
  float: right;
  margin-right: 0; }

.homepage .customers-say {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  margin-top: 25px;
  background-color: #4d4d4d;
  padding: 40px;
  text-align: center; }
  .homepage .customers-say:before,
  .homepage .customers-say:after {
    content: "";
    display: table; }
  .homepage .customers-say:after {
    clear: both; }
  .homepage .customers-say h2 {
    font-size: 28px;
    font-size: 1.75em;
    color: #ffd300;
    margin: 0; }
  .homepage .customers-say .testimonials {
    padding: 0 100px;
    font-size: 18px;
    font-size: 1.125em;
    margin-bottom: 0; }
    @media (max-width: 620px) {
      .homepage .customers-say .testimonials {
        padding: 0 0 50px 0; } }
    .homepage .customers-say .testimonials__txt {
      color: white;
      font-weight: 300;
      line-height: 1.3; }
    .homepage .customers-say .testimonials__by {
      color: white; }
  .homepage .customers-say .slick-prev {
    top: 30px;
    left: -20px;
    width: 50px;
    height: 70px; }
    @media (max-width: 620px) {
      .homepage .customers-say .slick-prev {
        top: auto;
        bottom: 20px; } }
    .homepage .customers-say .slick-prev::before {
      font-family: "FontAwesome";
      font-size: 60px;
      content: "";
      color: #808080; }
  .homepage .customers-say .slick-next {
    top: 30px;
    right: -20px;
    width: 50px;
    height: 70px; }
    @media (max-width: 620px) {
      .homepage .customers-say .slick-next {
        top: auto;
        bottom: 20px; } }
    .homepage .customers-say .slick-next::before {
      font-family: "FontAwesome";
      font-size: 60px;
      content: "";
      color: #808080; }

.homepage .accred-logos {
  clear: both;
  padding: 0 25px; }
  .homepage .accred-logos:before,
  .homepage .accred-logos:after {
    content: "";
    display: table; }
  .homepage .accred-logos:after {
    clear: both; }
  .homepage .accred-logos h6 {
    font-size: 12px;
    font-size: 0.75em;
    font-weight: 400;
    text-align: center; }
  .homepage .accred-logos a {
    width: 14.6341463415%;
    float: left;
    margin-right: 2.4390243902%; }
    .homepage .accred-logos a:last-child {
      float: right;
      margin-right: 0;
      text-align: right; }

.breadcrumb {
  padding-left: 40px;
  margin-bottom: 25px; }
  .breadcrumb ul:before,
  .breadcrumb ul:after {
    content: "";
    display: table; }
  .breadcrumb ul:after {
    clear: both; }
  .breadcrumb ul li {
    float: left;
    color: #4d4d4d;
    font-size: 12px;
    font-size: 0.75em;
    margin-right: 5px; }
    .breadcrumb ul li a {
      color: #4d4d4d;
      text-decoration: none; }
    .breadcrumb ul li:last-child {
      color: black; }

.benefits_banner {
  padding: 40px;
  background-color: #ffd300; }
  .benefits_banner h3 {
    font-size: 18px;
    font-size: 1.125em;
    margin: 10px 0; }
  .benefits_banner p {
    font-size: 14px;
    font-size: 0.875em; }
  .benefits_banner_col1 {
    width: 30%;
    float: left;
    margin-right: 5%; }
    @media (max-width: 780px) {
      .benefits_banner_col1 {
        width: 47.5%;
        float: left;
        margin-right: 5%; } }
    @media (max-width: 620px) {
      .benefits_banner_col1 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
    .benefits_banner_col1 h2 {
      font-size: 28px;
      font-size: 1.75em;
      margin: 0; }
  .benefits_banner_col2 {
    width: 30%;
    float: left;
    margin-right: 5%; }
    @media (max-width: 780px) {
      .benefits_banner_col2 {
        display: none; } }
  .benefits_banner_col3 {
    width: 30%;
    float: right;
    margin-right: 0; }
    @media (max-width: 780px) {
      .benefits_banner_col3 {
        width: 47.5%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 620px) {
      .benefits_banner_col3 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }

.benefits_pods_holder {
  padding: 40px;
  text-align: center; }
  .benefits_pods_holder h2 {
    font-size: 24px;
    font-size: 1.5em;
    margin: 0; }
  @media (max-width: 320px) {
    .benefits_pods_holder {
      padding-bottom: 0; } }

.benefits_pod {
  width: 26.3157894737%;
  float: left;
  margin-right: 10.5263157895%; }
  @media (max-width: 620px) {
    .benefits_pod {
      width: 41.6666666667%;
      float: left;
      margin-right: 16.6666666667%;
      min-height: 235px; } }
  .benefits_pod:nth-child(3n+0) {
    float: right;
    margin-right: 0; }
    @media (max-width: 620px) {
      .benefits_pod:nth-child(3n+0) {
        float: left; } }
  @media (max-width: 620px) {
    .benefits_pod:nth-child(2n+0) {
      float: right;
      margin-right: 0; } }

.benefits_details {
  background-color: #f2f2f2;
  padding: 40px; }
  .benefits_details h3 {
    font-size: 24px;
    font-size: 1.5em;
    margin: 0; }
  .benefits_details p {
    font-size: 14px;
    font-size: 0.875em;
    font-weight: 300; }
  .benefits_details h4 {
    font-size: 16px;
    font-size: 1em;
    margin-bottom: 0; }
  .benefits_details_col1 {
    width: 30%;
    float: left;
    margin-right: 5%; }
    @media (max-width: 780px) {
      .benefits_details_col1 {
        width: 47.5%;
        float: left;
        margin-right: 5%; } }
    @media (max-width: 620px) {
      .benefits_details_col1 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; } }
  .benefits_details_col2 {
    width: 30%;
    float: left;
    margin-right: 5%;
    padding: 0 15px; }
    @media (max-width: 780px) {
      .benefits_details_col2 {
        width: 47.5%;
        float: right;
        margin-right: 0; } }
    @media (max-width: 620px) {
      .benefits_details_col2 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        margin: 20px 0; } }
    .benefits_details_col2 ul li {
      font-size: 18px;
      font-size: 1.125em;
      border-top: solid 1px #808080;
      background-image: url(../img/member-tick-large.png);
      background-repeat: no-repeat;
      background-position: 0 50%;
      padding: 17px 0 17px 50px; }
      .benefits_details_col2 ul li:last-child {
        border-bottom: solid 1px #808080; }
  .benefits_details_col3 {
    width: 30%;
    float: right;
    margin-right: 0;
    text-align: right; }
    @media (max-width: 780px) {
      .benefits_details_col3 {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        text-align: left; } }
    .benefits_details_col3 a.btn, .benefits_details_col3 .inner_text a.anchor-link, .inner_text .benefits_details_col3 a.anchor-link, .benefits_details_col3 .inner_editable a.anchor-link, .inner_editable .benefits_details_col3 a.anchor-link, .benefits_details_col3 .cke_text a.anchor-link, .cke_text .benefits_details_col3 a.anchor-link, .benefits_details_col3 .cke_editable a.anchor-link, .cke_editable .benefits_details_col3 a.anchor-link {
      margin-right: 30px; }
    .benefits_details_col3 img {
      padding-top: 40px; }
      @media (max-width: 780px) {
        .benefits_details_col3 img {
          display: none; } }

.prevention_banner, .recovery_banner {
  padding: 40px;
  background-color: #34b67a; }
  @media (max-width: 480px) {
    .prevention_banner, .recovery_banner {
      padding: 20px; } }
  .prevention_banner_txt, .recovery_banner_txt {
    width: 40.243902439%;
    float: left;
    margin-right: 2.4390243902%;
    padding-right: 40px; }
    .prevention_banner_txt h2, .recovery_banner_txt h2 {
      font-size: 28px;
      font-size: 1.75em;
      margin: 0;
      color: white; }
    .prevention_banner_txt h3, .recovery_banner_txt h3 {
      font-size: 18px;
      font-size: 1.125em;
      margin: 10px 0;
      color: white; }
    .prevention_banner_txt p, .recovery_banner_txt p {
      font-size: 14px;
      font-size: 0.875em;
      font-weight: 300;
      color: white;
      line-height: 1.3; }
    @media (max-width: 620px) {
      .prevention_banner_txt, .recovery_banner_txt {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0;
        padding-right: 0; } }
  .prevention_banner_img, .recovery_banner_img {
    width: 57.3170731707%;
    float: right;
    margin-right: 0;
    padding-top: 40px; }
    @media (max-width: 620px) {
      .prevention_banner_img, .recovery_banner_img {
        display: none; } }

.prevention_pod, .recovery_pod {
  width: 48.7804878049%;
  float: left;
  margin-right: 2.4390243902%;
  min-height: 300px;
  margin-top: 40px;
  border-top: solid 1px #ccc;
  padding-top: 40px; }
  .prevention_pod:nth-child(2n), .recovery_pod:nth-child(2n) {
    float: right;
    margin-right: 0; }
  .prevention_pod_txt, .recovery_pod_txt {
    width: 47.5%;
    float: left;
    margin-right: 5%;
    padding-left: 40px; }
    .prevention_pod_txt h3, .recovery_pod_txt h3 {
      font-size: 28px;
      font-size: 1.75em;
      margin: 0;
      color: #34b67a;
      line-height: 1.1; }
    .prevention_pod_txt p, .recovery_pod_txt p {
      font-size: 14px;
      font-size: 0.875em;
      font-weight: 300;
      line-height: 1.3; }
    @media (min-width: 620px) and (max-width: 780px) {
      .prevention_pod_txt, .recovery_pod_txt {
        padding-left: 10px; } }
    @media (max-width: 480px) {
      .prevention_pod_txt, .recovery_pod_txt {
        padding-left: 10px; } }
  .prevention_pod_img, .recovery_pod_img {
    width: 47.5%;
    float: right;
    margin-right: 0;
    padding-right: 40px; }
    @media (min-width: 620px) and (max-width: 780px) {
      .prevention_pod_img, .recovery_pod_img {
        padding-right: 0; } }
    @media (max-width: 480px) {
      .prevention_pod_img, .recovery_pod_img {
        padding-right: 0; } }
  .prevention_pod_more, .recovery_pod_more {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    height: 40px;
    background-color: #ffd300;
    padding-left: 25px; }
    .prevention_pod_more .arrow-btn, .recovery_pod_more .arrow-btn {
      height: 40px; }
  @media (max-width: 620px) {
    .prevention_pod, .recovery_pod {
      width: 100%;
      float: left;
      margin-left: 0;
      margin-right: 0;
      min-height: 200px; } }

.prevention_banner {
  background-color: #34b67a; }

.prevention_pod_txt h3 {
  color: #34b67a; }

.recovery_banner {
  background-color: #dc4437; }
  .recovery_banner_img {
    padding-top: 0; }

.recovery_pod_txt h3 {
  color: #dc4437; }

.payment-histories {
  border-top: 1px solid #ccc; }
  .payment-histories .note-table {
    margin: 0; }
  .payment-histories .notes-cell, .payment-histories .sub-notes-cell {
    font-size: 14px;
    font-size: 0.875em;
    padding: 10px 25px; }
  .payment-histories .notes-cell-border {
    border-bottom: 1px solid #ccc;
    padding-top: 0; }
  .payment-histories .plus-button, .payment-histories .minus-button {
    color: #fff;
    border: 0;
    font-size: 25px;
    font-size: 1.5625em;
    cursor: pointer;
    padding: 0;
    height: 30px;
    width: 30px; }
  .payment-histories .plus-button {
    background-image: url("../img/down-arrow.png"); }
  .payment-histories .minus-button {
    background-image: url("../img/up-arrow.png"); }
  .payment-histories .tborder {
    padding-top: 0;
    border-top: 1px solid #ccc; }
    .payment-histories .tborder .notes-cell {
      border-bottom: 0;
      background-color: #cdcdcc; }
  .payment-histories .sub-note-pad {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #e6e6e5;
    display: none; }
  .payment-histories .prev-experience {
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 15px;
    text-align: center; }
  .payment-histories .sub-notes-cell {
    border-top: 1px dashed #ccc;
    background-color: #e6e6e5; }
  .payment-histories .sub-notes-cell-left {
    padding-left: 0; }

.banner {
  position: relative; }
  .banner_txt {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background: rgba(255, 211, 0, 0.8);
    width: 48%;
    padding: 40px; }
    .banner_txt h2 {
      font-size: 28px;
      font-size: 1.75em;
      margin: 0; }
    .banner_txt h3 {
      font-size: 18px;
      font-size: 1.125em;
      margin: 10px 0; }
      @media (max-width: 620px) {
        .banner_txt h3 {
          display: none; } }
    .banner_txt p {
      font-size: 14px;
      font-size: 0.875em;
      line-height: 1.3; }
      @media (max-width: 880px) {
        .banner_txt p {
          display: none; } }
    @media (max-width: 620px) {
      .banner_txt {
        width: 100%;
        padding: 10px;
        background: #ffd300;
        position: relative; } }
  @media (max-width: 620px) {
    .banner_img {
      display: none; } }

.contact_details {
  margin-top: 40px;
  padding: 40px; }
  @media (max-width: 620px) {
    .contact_details {
      margin-top: 0; } }
  .contact_details .info {
    padding-left: 70px;
    background-repeat: no-repeat;
    margin-bottom: 40px; }
    .contact_details .info h5 {
      font-size: 18px;
      font-size: 1.125em;
      margin: 0; }
    .contact_details .info p {
      font-size: 16px;
      font-size: 1em;
      margin: 0; }
    .contact_details .info a {
      color: #000;
      text-decoration: none; }
    .contact_details .info:last-child {
      margin-bottom: 0; }
  .contact_details .open {
    background-image: url(../img/contact-opening.png); }
  .contact_details .email {
    background-image: url(../img/contact-email.png); }
  .contact_details .new {
    background-image: url(../img/contact-new.png); }
    @media (max-width: 620px) {
      .contact_details .new {
        margin-bottom: 40px; } }
  .contact_details .phone {
    background-image: url(../img/contact-phone.png); }
  .contact_details .fax {
    background-image: url(../img/contact-fax.png); }
  .contact_details .address {
    background-image: url(../img/contact-post.png); }

.map:before,
.map:after {
  content: "";
  display: table; }

.map:after {
  clear: both; }

.sidebar div:first-child {
  margin-top: 0; }

.sidebar .form_wrapper {
  margin-top: 30px; }

@media (max-width: 620px) {
  .sidebar div:first-child {
    margin-top: 30px; }
  .sidebar div:first-child.fc-calendar, .sidebar div:first-child.fc-row {
    margin-top: 0; } }

.join_side, .join_side2 {
  margin-top: 30px; }
  .join_side_top, .join_side2_top {
    padding: 40px 20px;
    background-color: #ffd300;
    text-align: center; }
    .join_side_top h3, .join_side2_top h3 {
      font-size: 28px;
      font-size: 1.75em;
      margin: 0; }
    .join_side_top p, .join_side2_top p {
      padding: 0 50px;
      line-height: 1.3; }
      @media (min-width: 620px) and (max-width: 780px) {
        .join_side_top p, .join_side2_top p {
          padding: 0; } }
  .join_side_bottom, .join_side2_bottom {
    padding: 20px;
    background-color: black;
    color: white; }
    .join_side_bottom:before,
    .join_side_bottom:after, .join_side2_bottom:before,
    .join_side2_bottom:after {
      content: "";
      display: table; }
    .join_side_bottom:after, .join_side2_bottom:after {
      clear: both; }
    .join_side_bottom p, .join_side2_bottom p {
      width: 50%;
      float: left;
      margin-top: 10px; }
    .join_side_bottom .btn, .join_side_bottom .inner_text a.anchor-link, .inner_text .join_side_bottom a.anchor-link, .join_side_bottom .inner_editable a.anchor-link, .inner_editable .join_side_bottom a.anchor-link, .join_side_bottom .cke_text a.anchor-link, .cke_text .join_side_bottom a.anchor-link, .join_side_bottom .cke_editable a.anchor-link, .cke_editable .join_side_bottom a.anchor-link, .join_side2_bottom .btn, .join_side2_bottom .inner_text a.anchor-link, .inner_text .join_side2_bottom a.anchor-link, .join_side2_bottom .inner_editable a.anchor-link, .inner_editable .join_side2_bottom a.anchor-link, .join_side2_bottom .cke_text a.anchor-link, .cke_text .join_side2_bottom a.anchor-link, .join_side2_bottom .cke_editable a.anchor-link, .cke_editable .join_side2_bottom a.anchor-link {
      float: right;
      margin-top: 10px; }

.join_side2_top p {
  padding: 0 40px; }

.testimonials_side {
  margin-top: 30px;
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  padding: 40px 20px;
  text-align: center; }
  .testimonials_side h3 {
    font-size: 28px;
    font-size: 1.75em;
    margin: 0;
    padding: 0 20px; }
    @media (min-width: 620px) and (max-width: 780px) {
      .testimonials_side h3 {
        padding: 0; } }
  .testimonials_side p {
    padding: 0 50px;
    line-height: 1.3; }
    @media (min-width: 620px) and (max-width: 780px) {
      .testimonials_side p {
        padding: 0; } }
  .testimonials_side .stars {
    margin-top: 20px;
    margin-bottom: 40px; }

.members_side, .calculator_side {
  margin-top: 30px;
  padding: 40px 20px;
  text-align: center;
  background-color: #4d4d4d; }
  .members_side h3, .calculator_side h3 {
    font-size: 28px;
    font-size: 1.75em;
    color: white;
    margin: 0; }
  .members_side p, .calculator_side p {
    color: white;
    padding: 0 50px; }
    @media (min-width: 620px) and (max-width: 780px) {
      .members_side p, .calculator_side p {
        padding: 0; } }

.trial_side, .question_side {
  margin-top: 30px;
  padding: 40px 20px;
  text-align: center;
  background-color: #ffd300; }
  .trial_side h3, .question_side h3 {
    font-size: 28px;
    font-size: 1.75em;
    margin: 0 40px; }
    @media (min-width: 620px) and (max-width: 780px) {
      .trial_side h3, .question_side h3 {
        padding: 0; } }
  .trial_side p, .question_side p {
    padding: 0 50px; }
    @media (min-width: 620px) and (max-width: 780px) {
      .trial_side p, .question_side p {
        padding: 0; } }

.debts_side {
  margin-top: 30px;
  padding: 40px 20px;
  text-align: center;
  background-color: #dc4437; }
  .debts_side h3 {
    font-size: 28px;
    font-size: 1.75em;
    color: white;
    margin: 0; }
  .debts_side p {
    color: white;
    padding: 0 50px; }
    @media (min-width: 620px) and (max-width: 780px) {
      .debts_side p {
        padding: 0; } }

.prevention_side {
  margin-top: 30px;
  padding: 40px 20px;
  text-align: center;
  background-color: #34b67a; }
  .prevention_side h3 {
    font-size: 28px;
    font-size: 1.75em;
    color: white;
    margin: 0; }
  .prevention_side p {
    color: white;
    padding: 0 50px; }
    @media (min-width: 620px) and (max-width: 780px) {
      .prevention_side p {
        padding: 0; } }

.trial_details {
  margin-top: 40px; }
  .trial_details_col1 {
    padding-right: 40px; }
    .trial_details_col1 h2 {
      margin-top: 0; }
  .trial_details_col2 {
    padding-left: 40px; }
  .trial_details_icon {
    margin-bottom: 40px; }

h1.page-title {
  padding-left: 40px;
  margin-bottom: 30px; }
  @media (max-width: 620px) {
    h1.page-title {
      padding-left: 0; } }

.inner_text, .inner_editable, .cke_text, .cke_editable {
  padding: 0 40px;
  font-size: 14px;
  font-size: 0.875em; }
  @media (max-width: 620px) {
    .inner_text, .inner_editable, .cke_text, .cke_editable {
      padding: 0; } }
  .inner_text h1, .inner_editable h1, .cke_text h1, .cke_editable h1 {
    font-size: 28px;
    font-size: 1.75em; }
  .inner_text h2, .inner_editable h2, .cke_text h2, .cke_editable h2 {
    font-size: 21px;
    font-size: 1.3125em; }
  .inner_text h3, .inner_editable h3, .cke_text h3, .cke_editable h3 {
    font-size: 18px;
    font-size: 1.125em;
    margin: 10px 0; }
  .inner_text h4, .inner_editable h4, .cke_text h4, .cke_editable h4 {
    font-size: 16px;
    font-size: 1em; }
  .inner_text p, .inner_editable p, .cke_text p, .cke_editable p {
    margin-top: 0; }
  .inner_text a, .inner_editable a, .cke_text a, .cke_editable a {
    color: #000; }
  .inner_text a.anchor-link, .inner_editable a.anchor-link, .cke_text a.anchor-link, .cke_editable a.anchor-link {
    height: auto;
    padding-bottom: 10px;
    margin-bottom: 5px; }
  .inner_text a.back-link, .inner_editable a.back-link, .cke_text a.back-link, .cke_editable a.back-link {
    font-size: 16px;
    font-size: 1em;
    text-decoration: none;
    text-transform: uppercase; }
    .inner_text a.back-link:after, .inner_editable a.back-link:after, .cke_text a.back-link:after, .cke_editable a.back-link:after {
      font-family: "FontAwesome";
      content: "";
      color: #ffd300;
      margin-left: 10px; }
  .inner_text table, .inner_editable table, .cke_text table, .cke_editable table {
    width: 100%;
    margin: 1em 0; }
    .inner_text table th, .inner_text table td, .inner_editable table th, .inner_editable table td, .cke_text table th, .cke_text table td, .cke_editable table th, .cke_editable table td {
      padding: 5px; }

.login_content {
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
  background-image: url(../img/login-screen.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 325px; }
  .login_content_txt {
    width: 70%; }
    .login_content_txt h2 {
      font-size: 28px;
      font-size: 1.75em;
      margin-top: 0; }
    .login_content_txt p {
      line-height: 1.3; }

.calc_banner {
  padding: 40px;
  background-color: #ffd300;
  background-image: url(../img/calculators-main.png);
  background-repeat: no-repeat;
  background-position: 90% 100%; }
  .calc_banner_txt {
    width: 60%;
    min-height: 240px; }
    .calc_banner_txt h2 {
      font-size: 28px;
      font-size: 1.75em;
      margin: 0; }
    .calc_banner_txt h3 {
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125em;
      margin: 10px 0; }
      @media (max-width: 620px) {
        .calc_banner_txt h3 {
          display: none; } }
    .calc_banner_txt p {
      font-size: 14px;
      font-size: 0.875em;
      line-height: 1.3; }
      @media (max-width: 620px) {
        .calc_banner_txt p {
          display: none; } }
    @media (max-width: 620px) {
      .calc_banner_txt {
        min-height: 0; } }
  @media (max-width: 880px) {
    .calc_banner {
      background-image: none; } }
  @media (max-width: 620px) {
    .calc_banner {
      padding: 10px; } }

.control-label, .control-label-on {
  margin-bottom: 5px;
  margin-left: 5px;
  display: inline-block;
  padding: 2px;
  font-weight: 700;
  margin-right: 15px; }

.control-label-on {
  /*background-color: palette(yellow);*/ }

.calc-title {
  width: 50%;
  font-weight: 700;
  text-align: right;
  font-size: 16px;
  font-size: 1em; }

.calc-title-bigger {
  font-size: 16px;
  font-size: 1em; }

.calc-title-biggest, .text-input-biggest {
  font-size: 25px;
  font-size: 1.5625em; }

.text-input-yel {
  background-color: #ffec9f; }

.big-yellow-button {
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ffd300;
  width: 210px;
  height: 52px;
  border: 0; }
  @media (max-width: 620px) {
    .big-yellow-button {
      width: auto; } }

.big-yellow-button:hover {
  color: #ffd300;
  background-color: black; }

.calc-intro-text, .calc-footer-text {
  padding-top: 20px;
  padding-bottom: 20px; }

.top-calc-bit {
  border-top: 1px solid #808080;
  padding-top: 20px;
  padding-bottom: 20px; }

.bot-calc-bit {
  background-color: #f2f2f2;
  padding-top: 20px;
  padding-bottom: 20px; }

.calc-vat-main {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding-top: 20px;
  padding-bottom: 20px; }

.calc-vat-header p {
  color: #808080;
  margin-bottom: 20px;
  margin-top: 20px; }

.calc-vat-header label {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 5px;
  padding: 2px; }

.calc-vat-header input[type=radio]:checked + label {
  background-color: #FED940; }

.calc-swap {
  padding: 0 40px;
  font-size: 14px;
  font-size: 0.875em;
  /* SQUARED TWO */ }
  .calc-swap a {
    color: #000; }
  .calc-swap h2 {
    margin-top: 40px; }
    @media (max-width: 620px) {
      .calc-swap h2 {
        margin-top: 20px; } }
  .calc-swap table tr td {
    padding: 10px;
    width: 50%; }
  .calc-swap input[type="text"] {
    width: 70%; }
    .calc-swap input[type="text"].text-input-big {
      font-weight: 700;
      font-size: 16px;
      font-size: 1em;
      border: 3px solid #ccc;
      padding: 5px; }
    .calc-swap input[type="text"].text-input-b {
      font-weight: 700;
      font-size: 16px;
      font-size: 1em; }
  .calc-swap input[type=checkbox] {
    visibility: hidden; }
  .calc-swap .select {
    display: inline-block; }
    @media (max-width: 780px) {
      .calc-swap .select {
        display: block; } }
  .calc-swap .squaredTwo {
    width: 28px;
    height: 28px;
    /*background-color: palette(grey);*/
    margin: 20px auto;
    position: relative;
    display: inline-block; }
    @media (max-width: 780px) {
      .calc-swap .squaredTwo {
        margin: 5px auto; } }
  .calc-swap .squaredTwo label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: 4px;
    background-color: white;
    border: solid 3px #808080; }
  .calc-swap .squaredTwo label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 15px;
    height: 8px;
    background: transparent;
    top: 2px;
    left: 1px;
    border: 3px solid black;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .calc-swap .squaredTwo label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3; }
  .calc-swap .squaredTwo input[type=checkbox]:checked + label {
    background-color: #ffd300;
    border-color: #ffd300; }
  .calc-swap .squaredTwo input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1; }
  @media (max-width: 780px) {
    .calc-swap {
      padding: 0 5px; } }
  @media (max-width: 620px) {
    .calc-swap {
      padding: 0; } }

.post {
  margin-bottom: 35px; }
  .post img {
    border: 1px solid #808080; }
  .post h2 {
    color: #4d4d4d;
    font-size: 24px;
    font-size: 1.5em; }
    .post h2 a {
      color: #4d4d4d;
      text-decoration: none; }
  .post h3 {
    font-size: 16px;
    font-size: 1em; }
  .post .alignleft, .post .news-thumb {
    float: left; }
  .post .alignright {
    float: right; }
  .post .news-thumb {
    margin: 0 10px 10px 0; }

.news-widget {
  margin-bottom: 35px; }
  .news-widget:before,
  .news-widget:after {
    content: "";
    display: table; }
  .news-widget:after {
    clear: both; }
  .news-widget h2 {
    margin-top: 0;
    border-bottom: 1px solid #808080;
    padding-bottom: 10px; }
  .news-widget .bullet-list {
    font-size: 15px;
    font-size: 0.9375em; }

.custom-calendar-wrap h3 {
  font-size: 15px;
  font-size: 0.9375em;
  margin: -5px 0 5px 0;
  text-align: center; }

.custom-calendar-wrap .calendar-control {
  -webkit-transition: background-color 0.2s ease-in-out;
  -khtml-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 50%;
  float: left;
  margin-right: 2.4390243902%;
  font-size: 13px;
  font-size: 0.8125em;
  margin: 1px 0 0 0;
  cursor: pointer;
  display: block;
  text-align: center;
  background: black;
  color: #ffd300;
  padding: 5px; }
  .custom-calendar-wrap .calendar-control.calendar-control--next {
    border-left: 1px solid white; }
  .custom-calendar-wrap .calendar-control:hover {
    background: black; }

/*! responsive-nav.js 1.0.32 by @viljamis */
.nav-toggle {
  display: none; }

@media (max-width: 620px) {
  .nav-collapse {
    padding: 0; }
  .nav-collapse > ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
    float: left; }
  .nav-collapse li {
    width: 100%;
    display: block; }
  .js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; }
  .nav-collapse.opened {
    max-height: 9999px; }
  .js .mobile-nav .nav-collapse.max-height {
    max-height: 9999px !important; }
  .disable-pointer-events {
    pointer-events: none !important; }
  .nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none; }
  .nav-toggle {
    color: #808080;
    text-decoration: none;
    display: block;
    float: right; }
    .nav-toggle span {
      position: relative;
      top: -8px;
      padding-right: 5px; }
    .nav-toggle i {
      font-size: 30px; }
    .nav-toggle:focus {
      outline: 0; }
    .nav-toggle:hover,
    .nav-toggle.active {
      color: #808080; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before, .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 2px solid #4d4d4d;
      border-radius: 10px;
      background: transparent;
      display: block;
      height: 15px;
      width: 15px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        border-color: white;
        background-color: #ffd300;
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 15px;
        height: 15px;
        font-family: "slick";
        font-size: 16px;
        line-height: 15px;
        text-align: center;
        color: #289664;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button {
      border-color: white;
      background-color: #ffd300; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

.fc-calendar-container {
  position: relative;
  width: auto;
  height: 200px; }

.fc-calendar {
  width: 100%;
  height: 100%; }

.fc-calendar .fc-head {
  height: 30px;
  line-height: 30px;
  color: #000;
  background: #eef8f9;
  font-size: 12px; }

.fc-calendar .fc-body {
  position: relative;
  width: 100%;
  height: 100%;
  height: -moz-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px); }

.fc-calendar .fc-row {
  width: 100%; }

.fc-four-rows .fc-row {
  height: 25%; }

.fc-five-rows .fc-row {
  height: 20%; }

.fc-six-rows .fc-row {
  height: 16.66%;
  height: -moz-calc(100%/6);
  height: -webkit-calc(100%/6);
  height: calc(100%/6); }

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
  float: left;
  height: 100%;
  width: 14.28%;
  /* 100% / 7 */
  width: -moz-calc(100%/7);
  width: -webkit-calc(100%/7);
  /* width: calc(100%/7); */
  position: relative;
  margin-top: 0; }

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
  width: 14.2%; }

.fc-calendar .fc-row > div {
  padding: 4px;
  overflow: hidden;
  position: relative; }

.fc-calendar .fc-head > div {
  text-align: center;
  background-color: #ffd300;
  margin-top: 0; }

.fc-calendar .fc-row > div > span.fc-date {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 14px;
  line-height: 14px;
  color: #4d4d4d;
  bottom: 5px;
  left: 0px;
  text-align: center; }

.fc-calendar .fc-row > div time {
  display: none; }

.fc-calendar .fc-row > div > span.fc-weekday {
  padding-left: 5px;
  display: none; }

.fc-calendar .fc-row > div.fc-today {
  background: #ccc; }

.fc-calendar .fc-row > div.fc-out {
  opacity: 0.6; }

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
  border-right: none; }

.fc-calendar .fc-row:last-child {
  border-bottom: none; }

.fc-calendar .fc-row > div.fc-content {
  -webkit-transition: background-color 0.2s ease-in-out;
  -khtml-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  background: #ffd300;
  cursor: pointer; }

.fc-calendar .fc-row > div.fc-content .fc-date {
  color: #fff; }

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
  display: none; }

.fc-calendar-events {
  display: none; }

@media screen and (max-width: 400px) {
  .fc-calendar-container {
    height: 300px; }
  .fc-calendar .fc-row > div > span.fc-date {
    font-size: 15px; } }

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