@charset "UTF-8";
/*!

Theme Name: JennyCraig Blog
Author: ,
Author URI: ,_uri
Version: 2.0.0
Description: ,

@generated

*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

hr[role=presentation] {
  border-top: 1px solid #eee;
  border-top-width: 1px;
  border-top-style: solid;
  height: 1px; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'bebas_neuebold';
  src: url("fonts/bebasneue_bold-webfont.woff2") format("woff2"), url("fonts/bebasneue_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'bebas_neuebook';
  src: url("fonts/bebasneue_book-webfont.woff2") format("woff2"), url("fonts/bebasneue_book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'bebas_neueregular';
  src: url("fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("fonts/bebasneue_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

@font-face {
  font-family: 'helvetica_neueregular';
  src: url("fonts/helveticaneue-roman-webfont.woff2") format("woff2"), url("fonts/helveticaneue-roman-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'helvetica_neue_bold';
  src: url("fonts/helveticaneue-bold-webfont.woff2") format("woff2"), url("fonts/helveticaneue-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

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

.inner_page_navigation ul li a, .inner_page_navigation ul li .dropdown-toggle, .two_column_fullwidth .text_block strong {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif, "helvetica_neueregular", Helvetica, Arial, sans-serif;
  font-weight: normal !important; }

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

[class^="iconmoon-"], [class*=" iconmoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icon-magnifier {
  font-family: 'icomoon' !important; }

.iconmoon-phone:before {
  content: "\e942"; }

.iconmoon-location:before {
  content: "\e947"; }

.iconmoon-search:before, .icon-magnifier:before {
  content: "\e986"; }

.iconmoon-cross:before {
  content: "\ea0f"; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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; }

.icon-dress-icon:before {
  content: "\e997"; }

.icon-centre-outline-thinner:before {
  content: "\e96d";
  color: #0081c6; }

.icon-delivery-blue:before {
  content: "\e96c";
  color: #0074c8; }

.icon-icon:before {
  content: "\e96b"; }

.icon-Food-Menu---Outline:before {
  content: "\e900"; }

.icon-Food-Menu:before {
  content: "\e901"; }

.icon-1 .path1:before {
  content: "\e96f";
  color: #d9e1e2;
  opacity: 0.251; }

.icon-1 .path2:before {
  content: "\e970";
  margin-left: -0.990234375em;
  color: white; }

.icon-1 .path3:before {
  content: "\e971";
  margin-left: -0.990234375em;
  color: #0081c6;
  opacity: 0.1; }

.icon-1 .path4:before {
  content: "\e972";
  margin-left: -0.990234375em;
  color: #0081c6; }

.icon-2 .path1:before {
  content: "\e973";
  color: #d9e1e2;
  opacity: 0.251; }

.icon-2 .path2:before {
  content: "\e974";
  margin-left: -0.990234375em;
  color: white; }

.icon-2 .path3:before {
  content: "\e975";
  margin-left: -0.990234375em;
  color: #0081c6;
  opacity: 0.1; }

.icon-2 .path4:before {
  content: "\e976";
  margin-left: -0.990234375em;
  color: #0081c6; }

.icon-21 .path1:before {
  content: "\e977";
  color: #d9e1e2;
  opacity: 0.251; }

.icon-21 .path2:before {
  content: "\e978";
  margin-left: -1em;
  color: white; }

.icon-21 .path3:before {
  content: "\e979";
  margin-left: -1em;
  color: #0081c6;
  opacity: 0.1; }

.icon-21 .path4:before {
  content: "\e97a";
  margin-left: -1em;
  color: #0081c6; }

.icon-3 .path1:before {
  content: "\e97b";
  color: #d9e1e2;
  opacity: 0.251; }

.icon-3 .path2:before {
  content: "\e97c";
  margin-left: -1em;
  color: white; }

.icon-3 .path3:before {
  content: "\e97d";
  margin-left: -1em;
  color: #0081c6;
  opacity: 0.1; }

.icon-3 .path4:before {
  content: "\e97e";
  margin-left: -1em;
  color: #0081c6; }

.icon-22 .path1:before {
  content: "\e97f";
  color: #d9e1e2;
  opacity: 0.251; }

.icon-22 .path2:before {
  content: "\e980";
  margin-left: -1em;
  color: white; }

.icon-22 .path3:before {
  content: "\e981";
  margin-left: -1em;
  color: #0081c6;
  opacity: 0.1; }

.icon-22 .path4:before {
  content: "\e982";
  margin-left: -1em;
  color: #0081c6; }

.icon-4 .path1:before {
  content: "\e983";
  color: #d9e1e2;
  opacity: 0.251; }

.icon-4 .path2:before {
  content: "\e984";
  margin-left: -0.990234375em;
  color: white; }

.icon-4 .path3:before {
  content: "\e985";
  margin-left: -0.990234375em;
  color: #0081c6;
  opacity: 0.1; }

.icon-4 .path4:before {
  content: "\e987";
  margin-left: -0.990234375em;
  color: #0081c6; }

.icon-23 .path1:before {
  content: "\e988";
  color: #d9e1e2;
  opacity: 0.251; }

.icon-23 .path2:before {
  content: "\e989";
  margin-left: -0.990234375em;
  color: white; }

.icon-23 .path3:before {
  content: "\e98a";
  margin-left: -0.990234375em;
  color: #0081c6;
  opacity: 0.1; }

.icon-23 .path4:before {
  content: "\e98b";
  margin-left: -0.990234375em;
  color: #0081c6; }

.icon-add-photo:before {
  content: "\e98c";
  color: #0081c6; }

.icon-camera:before {
  content: "\e98d";
  color: #0081c6; }

.icon-cash:before {
  content: "\e98e";
  color: #0081c6; }

.icon-floppy .path1:before {
  content: "\e98f";
  color: white; }

.icon-floppy .path2:before {
  content: "\e990";
  margin-left: -0.65234375em;
  color: #0081c6;
  opacity: 0.1; }

.icon-floppy .path3:before {
  content: "\e991";
  margin-left: -0.65234375em;
  color: #0081c6; }

.icon-invalid-name:before {
  content: "\e992";
  color: #b3001b; }

.icon-skinny .path1:before {
  content: "\e993";
  color: white; }

.icon-skinny .path2:before {
  content: "\e994";
  margin-left: -0.65234375em;
  color: #0081c6;
  opacity: 0.1; }

.icon-skinny .path3:before {
  content: "\e995";
  margin-left: -0.65234375em;
  color: #0081c6; }

.icon-tv:before {
  content: "\e996";
  color: #0081c6; }

.icon-pdf:before {
  content: "\e96e";
  color: #0081c6; }

.icon-Dribbble:before {
  content: "\e902";
  color: #0081c6; }

.icon-Facebook:before {
  content: "\e903";
  color: #0081c6; }

.icon-Google-Plus:before {
  content: "\e904";
  color: #0081c6; }

.icon-Instagram:before {
  content: "\e905";
  color: #0081c6; }

.icon-LinkedIn:before {
  content: "\e906";
  color: #0081c6; }

.icon-PayPal:before {
  content: "\e907";
  color: #0081c6; }

.icon-Pinterest:before {
  content: "\e908";
  color: #0081c6; }

.icon-Spotify:before {
  content: "\e909";
  color: #0081c6; }

.icon-Twitter:before {
  content: "\e90a";
  color: #0081c6; }

.icon-Youtube:before {
  content: "\e90b";
  color: #0081c6; }

.icon-Switch---Off:before {
  content: "\e90c"; }

.icon-Switch---On:before {
  content: "\e90d"; }

.icon-Arrow-Big-Down:before {
  content: "\e90e"; }

.icon-Arrow-Big-Left:before {
  content: "\e90f"; }

.icon-Arrow-Big-Right:before {
  content: "\e910"; }

.icon-Arrow-Big-Up:before {
  content: "\e911"; }

.icon-Arrow-Down:before {
  content: "\e912"; }

.icon-Arrow-Left:before {
  content: "\e913"; }

.icon-Arrow-Right:before {
  content: "\e914"; }

.icon-Arrow-Up:before {
  content: "\e915"; }

.icon-At-Home---Outline:before {
  content: "\e916"; }

.icon-At-Home---Solid:before {
  content: "\e917"; }

.icon-Back:before {
  content: "\e918"; }

.icon-Bag:before {
  content: "\e919"; }

.icon-Calendar:before {
  content: "\e91a"; }

.icon-Call---Incoming-Outline:before {
  content: "\e91b"; }

.icon-Call---Incoming-Solid:before {
  content: "\e91c";
  color: #425563; }

.icon-Call---Outgoing-Outline:before {
  content: "\e91d"; }

.icon-Call---Outgoing-Solid:before {
  content: "\e91e"; }

.icon-Cart:before {
  content: "\e91f"; }

.icon-Centre---Outline:before {
  content: "\e920"; }

.icon-Centre---Solid:before {
  content: "\e921"; }

.icon-Chat---Outline:before {
  content: "\e922"; }

.icon-Chat---Solid:before {
  content: "\e923"; }

.icon-Chat---Subscribe---Outline:before {
  content: "\e924"; }

.icon-Chat---Subscribe---Solid:before {
  content: "\e925"; }

.icon-Check:before {
  content: "\e926"; }

.icon-Checkbox---Mixed:before {
  content: "\e927"; }

.icon-Checkbox---Off:before {
  content: "\e928"; }

.icon-Checkbox---On:before {
  content: "\e929"; }

.icon-Close:before {
  content: "\e92a"; }

.icon-Consultant---Outline:before {
  content: "\e92b"; }

.icon-Consultant---Solid:before {
  content: "\e92c"; }

.icon-Creditcard:before {
  content: "\e92d"; }

.icon-Currency:before {
  content: "\e92e"; }

.icon-Delete:before {
  content: "\e92f"; }

.icon-Delivery---Outline:before {
  content: "\e930"; }

.icon-Delivery---Solid:before {
  content: "\e931"; }

.icon-Delivery:before {
  content: "\e932"; }

.icon-Edit:before {
  content: "\e933"; }

.icon-Email:before {
  content: "\e934"; }

.icon-Equals:before {
  content: "\e935"; }

.icon-Error:before {
  content: "\e936"; }

.icon-Filter:before {
  content: "\e937"; }

.icon-FullscreenClose:before {
  content: "\e938"; }

.icon-FullscreenOpen:before {
  content: "\e939"; }

.icon-Gift:before {
  content: "\e93a"; }

.icon-Giftcard:before {
  content: "\e93b"; }

.icon-Help---Outline:before {
  content: "\e93c"; }

.icon-Help---Solid:before {
  content: "\e93d"; }

.icon-Info:before {
  content: "\e93e"; }

.icon-Location:before {
  content: "\e93f"; }

.icon-Lock:before {
  content: "\e940"; }

.icon-Map-Pin---Outline:before {
  content: "\e941"; }

.icon-Map-Pin---Solid:before {
  content: "\e942"; }

.icon-Measure:before {
  content: "\e943"; }

.icon-Menu:before {
  content: "\e944"; }

.icon-Minus:before {
  content: "\e945"; }

.icon-NearMe:before {
  content: "\e946"; }

.icon-Overflow---Horizontal:before {
  content: "\e947"; }

.icon-Overflow---Vertical:before {
  content: "\e948"; }

.icon-Phone---Outline:before {
  content: "\e949"; }

.icon-Phone---Solid:before {
  content: "\e94a"; }

.icon-Plus:before {
  content: "\e94b"; }

.icon-Progress:before {
  content: "\e94c"; }

.icon-Promoflag:before {
  content: "\e94d"; }

.icon-Radio---Off:before {
  content: "\e94e"; }

.icon-Radio---On:before {
  content: "\e94f"; }

.icon-Radio---Pip:before {
  content: "\e950"; }

.icon-Relaxing:before {
  content: "\e951"; }

.icon-Remove:before {
  content: "\e952"; }

.icon-Required:before {
  content: "\e953"; }

.icon-Resizer:before {
  content: "\e954"; }

.icon-Returns:before {
  content: "\e955"; }

.icon-Schedule:before {
  content: "\e956"; }

.icon-Search:before {
  content: "\e957"; }

.icon-Send:before {
  content: "\e958"; }

.icon-Settings:before {
  content: "\e959"; }

.icon-Shipping:before {
  content: "\e95a"; }

.icon-Sleep:before {
  content: "\e95b"; }

.icon-Star---Filled:before {
  content: "\e95c"; }

.icon-Star---Half-Filled:before {
  content: "\e95d"; }

.icon-Star:before {
  content: "\e95e"; }

.icon-Store:before {
  content: "\e95f"; }

.icon-Success:before {
  content: "\e960"; }

.icon-SuccessCircle:before {
  content: "\e961"; }

.icon-Tick---Outline-Thinner:before {
  content: "\e962"; }

.icon-Tick---Outline:before {
  content: "\e963"; }

.icon-Tick---Solid:before {
  content: "\e964"; }

.icon-User:before {
  content: "\e965"; }

.icon-Vegetarian:before {
  content: "\e966"; }

.icon-Walking-Person:before {
  content: "\e967"; }

.icon-World:before {
  content: "\e968"; }

.icon-ZoomIn:before {
  content: "\e969"; }

.icon-ZoomOut:before {
  content: "\e96a"; }

.icon-search:before {
  content: "\e986"; }

.icon-cross:before {
  content: "\ea0f"; }

.icon-linkedin2:before {
  content: "\eaca"; }

.jc-icon:before {
  color: #1581C2; }

.icon-Dietitian:before {
  content: "\e998"; }

.icon-truck:before {
  content: "\e999"; }

.icon-Clickcollect---Reversed:before {
  content: "\e99a"; }

.icon-Home-Delivery---Reversed:before {
  content: "\e99b"; }

.icon-OrderOnline---Classic-JC-Blue:before {
  content: "\e99c"; }

.icon-Phone-support---Reversed:before {
  content: "\e99d"; }

.icon-Visit-a-centre---Reversed:before {
  content: "\e99e"; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: .01px; }

html, body {
  width: 100%;
  height: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%; }

@media all and (-ms-high-contrast: none) {
  html {
    overflow-y: inherit; }
  /* IE10 */
  *::-ms-backdrop, html {
    overflow-y: inherit; }
  /* IE11 */ }

body {
  font-family: Arial;
  font-size: 16px;
  line-height: 1.33333333333333;
  color: #323d48; }
  body.popup_open {
    overflow-y: hidden; }
  body strong {
    font-family: 'HelveticaNeueLTStd-Bd', Helvetica, Arial, sans-serif; }

a:link:hover, a:visited:hover {
  text-decoration: underline; }

@media screen and (max-width: 960px) {
  .container.narrow {
    width: 585px; } }

@media screen and (max-width: 767px) {
  .container.narrow {
    width: 590px; } }

@media screen and (max-width: 640px) {
  .container.narrow {
    width: 440px; } }

@media screen and (max-width: 480px) {
  .container.narrow {
    width: 350px; } }

p {
  font-size: 16px;
  color: rgba(50, 61, 72, 0.74);
  line-height: 1.6;
  margin-bottom: 10px; }
  p.medium {
    font-size: 14px; }
  p.small {
    font-size: 13px; }

h1 {
  font-family: 'Fira Sans',sans-serif;
  font-size: 38px;
  line-height: 1.167;
  color: #3D4D5C;
  margin-bottom: 20px !important;
  text-transform: capitalize; }
  h1::first-letter {
    text-transform: uppercase; }
  h1.black {
    color: rgba(50, 61, 72, 0.74); }
  h1.satisfy {
    font-family: 'Fira Sans',sans-serif;
    color: #1581C2;
    padding-left: 0px; }
  h1.thin {
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif; }
    h1.thin span {
      font-family: 'Fira Sans',sans-serif;
      color: #1581C2;
      padding-left: 0px; }
  h1 span {
    font-family: 'Fira Sans',sans-serif;
    color: #1581C2;
    padding-left: 20px; }
  @media screen and (max-width: 960px) {
    h1 {
      font-size: 36px; } }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 28px; }
      h1.mobile_smalltext {
        font-size: 24px; }
      h1 span {
        padding-left: 0px; } }

.ca-only {
  display: none; }

.firasans {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: normal !important; }

.firasans-extrabold-normal {
  font-family: 'Fira Sans',sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: none; }

.firasans-light-normal {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: none !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px; }

.line-height-18 {
  line-height: 18px; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

h2 {
  font-family: 'Fira Sans',sans-serif;
  font-size: 34px;
  line-height: 1;
  color: #3D4D5C;
  margin-bottom: 20px  !important;
  text-transform: capitalize; }
  h2::first-letter {
    text-transform: uppercase; }
  h2.black {
    color: rgba(50, 61, 72, 0.74); }
  h2.satisfy {
    font-family: 'Fira Sans',sans-serif;
    color: #1581C2;
    padding-left: 0px; }
  h2.thin {
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif; }
  h2.ndis_logo {
    position: relative; }
    @media screen and (max-width: 640px) {
      h2.ndis_logo {
        padding-top: 30px; } }
    h2.ndis_logo:before {
      content: "";
      display: block;
      background: url("./images/NDIS_2020.svg") no-repeat;
      position: absolute;
      left: calc(50% - 255px);
      top: -4px;
      width: 50px;
      height: 50px; }
      @media screen and (max-width: 960px) {
        h2.ndis_logo:before {
          left: calc(50% - 217px);
          top: -12px; } }
      @media screen and (max-width: 640px) {
        h2.ndis_logo:before {
          left: calc(50% - 27px);
          top: -32px; } }
  @media screen and (max-width: 960px) {
    h2 {
      font-size: 28px; } }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 23px; }
      h2.mobile_smalltext {
        font-size: 23px; }
      h2.thin span {
        font-size: 33px;
        line-height: 33px; } }

h3 {
  color: #3D4D5C;
  font-family: 'Fira Sans',sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: capitalize; }
  h3::first-letter {
    text-transform: uppercase; }
  h3.black {
    color: #323d48; }
  h3.grey {
    color: rgba(50, 61, 72, 0.74); }
  h3.thin {
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 640px) {
    h3 {
      font-size: 20px; } }

h4 {
  color: #3D4D5C;
  font-family: 'Fira Sans',sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize; }
  h4::first-letter {
    text-transform: uppercase; }
  h4.black {
    color: #323d48; }
  h4.grey {
    color: rgba(50, 61, 72, 0.74); }
  @media screen and (max-width: 640px) {
    h4 {
      font-size: 18px; } }
  h4 a {
    text-decoration: none; }
    h4 a:hover {
      color: #1f8ccd;
      text-decoration: none !important; }

a.blue {
  color: #1581C2;
  text-decoration: underline; }
  a.blue:hover {
    color: #1f8ccd; }

a.popovertext {
  text-decoration: underline; }
  a.popovertext:hover {
    color: #1581C2 !important; }

a.track:hover {
  text-decoration: none; }

.loadmore_btn .loader {
  display: none; }

.loadmore_btn.loading {
  color: transparent;
  position: relative; }
  .loadmore_btn.loading .loader {
    border: 3px solid transparent;
    border-top: 3px solid #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 1.2s linear infinite;
    animation: spin 1.2s linear infinite;
    display: block;
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    opacity: 0.5; }

.loadmore_btn#be_cool_loading, .loadmore_btn#centre_deliver_loading, .loadmore_btn#cart_loading {
  display: none;
  float: left;
  margin: 20px 0 20px 10px; }
  .loadmore_btn#be_cool_loading .loader, .loadmore_btn#centre_deliver_loading .loader, .loadmore_btn#cart_loading .loader {
    border: 3px solid #4587b9;
    border-top: 3px solid transparent; }

.loadmore_btn#cart_loading {
  display: block;
  float: none; }

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

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

a.button {
  font-family: 'Fira Sans', sans-serif;
  display: table;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  padding: 11px 38px;
  background: none;
  text-align: center;
  background-color: #1581C2;
  cursor: pointer;
  border-radius: 7px;
  text-transform: capitalize; }
  a.button:hover {
    text-decoration: none !important;
    background-color: #1f8ccd;
    color: #ffffff; }
  a.button:active, a.button:foucus {
    outline: 0 !important; }
  a.button.center {
    margin: 0 auto; }
  a.button.button--orange, a.button.gform_button {
    background-color: #1581C2; }
    a.button.button--orange:hover, a.button.gform_button:hover {
      background-color: #1f8ccd; }
  a.button.login {
    margin: 0;
    padding: 0;
    min-width: inherit;
    padding: 2px 10px 2px 10px;
    line-height: 23px;
    font-size: 17px; }
    a.button.login:hover {
      background-color: #fff; }
    a.button.login span {
      vertical-align: middle;
      line-height: 23px; }
    a.button.login.outline {
      border: none; }
    a.button.login:before {
      font-family: 'icomoon';
      content: "\e965";
      margin-right: 3px;
      font-size: 20px;
      vertical-align: middle; }
  a.button.outline {
    background-color: #fff;
    border: 1.5px solid #1581C2;
    color: #1581C2; }
    a.button.outline.arrow:after {
      color: #1581C2; }
    a.button.outline:hover {
      background-color: #1581C2;
      color: #fff; }
      a.button.outline:hover.arrow:after {
        color: #fff; }
  a.button.button--grey, a.button.gform_previous_button {
    background-color: #DFEBF0;
    color: rgba(50, 61, 72, 0.74); }
    a.button.button--grey:hover, a.button.gform_previous_button:hover {
      background-color: #b7dee5; }
  a.button.white-border {
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
    background: none;
    border: 1px solid #fff;
    color: #fff;
    font-size: 20px; }
    @media screen and (max-width: 640px) {
      a.button.white-border {
        text-align: center;
        margin: 0; } }
    a.button.white-border:hover {
      background-color: #fff;
      color: #1581C2; }
  a.button.white-bg {
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
    background: #fff;
    border: 1px solid #fff;
    color: #1581C2 !important;
    font-size: 20px; }
    @media screen and (max-width: 640px) {
      a.button.white-bg {
        text-align: center;
        margin: 0; } }
    a.button.white-bg:hover {
      background-color: #1581C2;
      color: #fff !important; }
  a.button.arrow {
    position: relative;
    padding-right: 30px; }
    a.button.arrow:after {
      font-family: 'icomoon' !important;
      content: "\e914";
      color: #fff;
      position: absolute;
      right: 0px;
      font-size: 27px; }
  @media screen and (max-width: 640px) {
    a.button {
      text-align: center;
      margin: 0 auto; } }

.bigIcon {
  color: #1581C2;
  text-align: center;
  font-size: 60px;
  display: block;
  margin-bottom: 20px;
  cursor: pointer; }
  .bigIcon:hover {
    color: #1f8ccd; }
  .bigIcon.left {
    text-align: left; }
    .bigIcon.left:before {
      position: absolute;
      left: 0;
      top: 0; }

.clear {
  clear: both; }

p, .single_blog ul li {
  color: #323d48;
  line-height: 1.6; }

.entry-content ul li {
  color: rgba(50, 61, 72, 0.74);
  margin-bottom: 10px;
  line-height: 1.6; }

.entry-content ol {
  padding-left: 0;
  margin-bottom: 10px;
  margin-left: 0; }
  .entry-content ol li {
    color: rgba(50, 61, 72, 0.74);
    margin-bottom: 10px;
    line-height: 1.6; }

input {
  border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 1px solid #DFEBF0; }

.sharethis-block .sharethis-buttons {
  text-align: center; }

.sharethis-block .sharethis-wrapper ul {
  margin: 0;
  padding: 0; }
  .sharethis-block .sharethis-wrapper ul li {
    list-style: none;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 8px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .sharethis-block .sharethis-wrapper ul li {
        display: inline-block; } }
    .sharethis-block .sharethis-wrapper ul li.facebook {
      background: #3b5998; }
    .sharethis-block .sharethis-wrapper ul li.twitter {
      background: #1da1f2; }
    .sharethis-block .sharethis-wrapper ul li.email {
      background: #425563; }
      .sharethis-block .sharethis-wrapper ul li.email:before {
        left: 9.5px; }
    .sharethis-block .sharethis-wrapper ul li:before {
      font-size: 21px;
      text-indent: inherit;
      color: #fff;
      position: absolute;
      left: 11px;
      top: 10px;
      display: block; }
    .sharethis-block .sharethis-wrapper ul li:hover {
      color: #1f8ccd;
      opacity: 0.8; }

.sharethis-block .sharethis-wrapper a {
  font-size: 0;
  text-indent: -9999px;
  text-decoration: none;
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }

.firasans {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: 400 !important; }

.firasans-bold-normal {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: none !important; }

.firasans-med-normal {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: none !important; }

.firasans-semibold-normal {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: none !important; }

.firasans-light-normal {
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  text-transform: none !important; }

.opensans-bold-normal {
  font-family: 'Open Sans',sans-serif !important;
  font-style: normal;
  font-weight: 700 !important;
  text-transform: none !important; }

.opensans-semibold-normal {
  font-family: 'Open Sans',sans-serif !important;
  font-style: normal;
  font-weight: 600 !important;
  text-transform: none !important; }

.opensans {
  font-family: 'Open Sans',sans-serif !important;
  font-style: normal;
  font-weight: 400 !important; }

.font-size-36 {
  font-size: 36px; }

.font-size-12 {
  font-size: 12px; }

.font-size-11 {
  font-size: 11px; }

.bold {
  font-weight: 700; }

.line-height-18 {
  line-height: 18px; }

.margin-bottom-0 {
  margin-bottom: 0 !important; }

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

.margin-top-100 {
  margin-top: 100px; }

.float-right {
  float: right; }

.font-italic {
  font-style: italic !important; }

.tabs-content div.tab-card:not(:first-child) {
  display: none; }

.royal-cta-fira-sans a.button, button.royal-cta-fira-sans {
  background: none;
  background-color: #1581C2;
  font-family: 'Fira Sans',sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  text-transform: none !important;
  color: #ffffff !important;
  border: 1px solid #1581C2;
  border-radius: 7px; }

.jc-blue {
  color: #1581C2; }

.container {
  padding-left: 15px;
  padding-right: 15px; }

ul {
  list-style-type: disc;
  padding-left: 1.5em; }
  ul.nav li {
    list-style-type: none; }

@media (min-width: 768px) {
  h2, .header-level-2 {
    font-size: 30px;
    margin: 0 0 .76em 0; } }

.main-container, .iziToast-wrapper {
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  /* flickity on by default */ }
  .main-container .container, .iziToast-wrapper .container {
    padding-left: 15px;
    padding-right: 15px; }
  .main-container.container-fluid, .iziToast-wrapper.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .main-container .jc-blue, .iziToast-wrapper .jc-blue {
    color: #1581C2; }
  .main-container .jc-white, .main-container a.jc-white, .main-container .white, .main-container a.white, .iziToast-wrapper .jc-white, .iziToast-wrapper a.jc-white, .iziToast-wrapper .white, .iziToast-wrapper a.white {
    color: #FFF !important; }
    .main-container .jc-white:hover, .main-container a.jc-white:hover, .main-container .white:hover, .main-container a.white:hover, .iziToast-wrapper .jc-white:hover, .iziToast-wrapper a.jc-white:hover, .iziToast-wrapper .white:hover, .iziToast-wrapper a.white:hover {
      color: #FFF !important; }
  .main-container .h1, .main-container .h2, .main-container .h3, .main-container h1, .main-container h2, .main-container h3, .iziToast-wrapper .h1, .iziToast-wrapper .h2, .iziToast-wrapper .h3, .iziToast-wrapper h1, .iziToast-wrapper h2, .iziToast-wrapper h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
  .main-container .text-left, .iziToast-wrapper .text-left {
    text-align: left; }
  .main-container ol.flickity-page-dots, .iziToast-wrapper ol.flickity-page-dots {
    margin-top: 20px;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .main-container .col-sm-3, .iziToast-wrapper .col-sm-3 {
      width: 25%;
      float: left; }
    .main-container .col-sm-4, .iziToast-wrapper .col-sm-4 {
      width: 33.33333333%;
      float: left; }
    .main-container .col-sm-5, .iziToast-wrapper .col-sm-5 {
      width: 41.66666667%;
      float: left; }
    .main-container .col-sm-6, .iziToast-wrapper .col-sm-6 {
      width: 50%;
      float: left; }
    .main-container .col-sm-7, .iziToast-wrapper .col-sm-7 {
      width: 58.33333333%;
      float: left; }
    .main-container .col-sm-8, .iziToast-wrapper .col-sm-8 {
      width: 66.66666667%;
      float: left; }
    .main-container .col-sm-push-8, .iziToast-wrapper .col-sm-push-8 {
      left: 66.66666667%; }
    .main-container .col-sm-pull-8, .iziToast-wrapper .col-sm-pull-8 {
      right: 66.66666667%; }
    .main-container h4, .main-container .header-level-4, .iziToast-wrapper h4, .iziToast-wrapper .header-level-4 {
      font-size: 20px;
      margin: 0 0 .76em 0; } }
  @media (min-width: 992px) {
    .main-container .col-md-3, .iziToast-wrapper .col-md-3 {
      width: 25%;
      float: left; } }
  @media (min-width: 1200px) {
    .main-container .col-lg-4, .iziToast-wrapper .col-lg-4 {
      width: 33.33333333%; }
    .main-container .col-lg-5, .iziToast-wrapper .col-lg-5 {
      width: 41.66666667%; }
    .main-container .col-lg-8, .iziToast-wrapper .col-lg-8 {
      width: 66.66666667%; } }
  .main-container .col-xs-12, .iziToast-wrapper .col-xs-12 {
    float: left; }
  .main-container .container-fluid, .iziToast-wrapper .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .main-container .no-horz-padding, .iziToast-wrapper .no-horz-padding {
    padding-left: 0;
    padding-right: 0; }
  .main-container .padding-horz-0, .iziToast-wrapper .padding-horz-0 {
    padding-left: 0;
    padding-right: 0; }
  .main-container .underline, .iziToast-wrapper .underline {
    text-decoration: underline; }
  .main-container .us-hide, .main-container .us-show, .main-container .ca-hide, .main-container .ca-show, .main-container .ca-only, .main-container .pr-hide, .main-container .pr-show, .main-container .pr-only, .iziToast-wrapper .us-hide, .iziToast-wrapper .us-show, .iziToast-wrapper .ca-hide, .iziToast-wrapper .ca-show, .iziToast-wrapper .ca-only, .iziToast-wrapper .pr-hide, .iziToast-wrapper .pr-show, .iziToast-wrapper .pr-only {
    display: none; }
  .main-container .display-inline-block, .iziToast-wrapper .display-inline-block {
    display: inline-block; }
  .main-container sup, .iziToast-wrapper sup {
    font-family: helvetica,arial;
    top: -0.7em; }
  .main-container sub, .main-container sup, .iziToast-wrapper sub, .iziToast-wrapper sup {
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .main-container .carousel, .iziToast-wrapper .carousel {
    background: none;
    opacity: 1; }
  .main-container .carousel:after, .iziToast-wrapper .carousel:after {
    content: 'flickity';
    display: none; }
  .main-container .flickity-viewport .item, .iziToast-wrapper .flickity-viewport .item {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .main-container, .iziToast-wrapper {
      /* disable Flickity for large devices */ }
      .main-container .carousel:after, .iziToast-wrapper .carousel:after {
        content: ''; } }
  @media only screen and (max-width: 479px) {
    .main-container .container, .iziToast-wrapper .container {
      width: 100%; } }
  @media screen and (max-width: 370px) {
    .main-container #block-rechargebarintro, .iziToast-wrapper #block-rechargebarintro {
      margin-top: 80px; } }

.row {
  margin-bottom: 20px; }

.text ul, .app ul {
  list-style-type: disc;
  text-align: left;
  padding-left: 1.5em; }
  .text ul li, .app ul li {
    list-style-type: disc; }

.hide {
  display: none !important; }

.mobile-only {
  display: block; }

.tablet-desktop {
  display: none; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.img-center {
  margin: 0px auto;
  display: block;
  text-align: center; }

@media (min-width: 768px) {
  .mobile-only {
    display: none; }
  .tablet-desktop {
    display: block; }
  p, .paragraph {
    font-size: 16px;
    line-height: 1.55; } }

.us-hide, .us-show, .ca-hide, .ca-show, .ca-only, .pr-hide, .pr-show, .pr-only {
  display: none; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto; }

img {
  vertical-align: middle; }
  img.hidden-xs {
    margin: 0 auto; }

.visible-lg, .visible-md, .visible-sm, .visible-xs {
  display: none; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.royal-cta-fira-sans a.button:active, .royal-cta-fira-sans a.button:hover, .royal-cta-fira-sans a.button:focus, button.royal-cta-fira-sans:active, button.royal-cta-fira-sans:hover, button.royal-cta-fira-sans:focus {
  background-color: #1f8ccd !important; }

@media screen and (min-width: 767px) {
  .col-sm-offset-6 {
    margin-left: 50%; } }

.header .menu_main {
  text-align: left;
  width: 50%; }
  @media screen and (max-width: 1280px) {
    .header .menu_main {
      padding-left: 10px; } }
  @media only screen and (max-width: 1000px) {
    .header .menu_main {
      width: 40px !important;
      padding-left: 0;
      display: block !important; } }
  .header .menu_main .navbar-nav > li > a {
    font-family: 'Fira Sans',sans-serif;
    font-weight: bold;
    color: #3D4D5C;
    line-height: 1.64;
    font-size: 1rem;
    text-transform: capitalize;
    padding-left: 30px;
    padding-right: 20px; }
    .header .menu_main .navbar-nav > li > a:hover {
      color: #323d48 !important; }
    @media screen and (max-width: 1280px) {
      .header .menu_main .navbar-nav > li > a {
        font-size: 0.875rem;
        padding-right: 20px;
        padding-left: 15px; } }
  .header .menu_main .navbar-nav > li.menu-item-has-children {
    position: relative; }
    .header .menu_main .navbar-nav > li.menu-item-has-children a {
      padding-right: 24px;
      padding-left: 18px; }
      @media screen and (max-width: 1170px) {
        .header .menu_main .navbar-nav > li.menu-item-has-children a {
          padding-right: 20px;
          padding-left: 15px; } }
    .header .menu_main .navbar-nav > li.menu-item-has-children:after {
      font-family: 'icomoon' !important;
      content: "\e912";
      position: absolute;
      width: 24px;
      height: 24px;
      right: 0;
      top: 14px;
      font-size: 24px;
      color: #1581C2; }
    .header .menu_main .navbar-nav > li.menu-item-has-children li a:hover {
      color: #fff;
      background: #1581C2; }
  .header .menu_main .navbar-nav li.current-menu-parent > a {
    color: #323d48; }
    .header .menu_main .navbar-nav li.current-menu-parent > a:hover {
      color: #323d48; }
  .header .menu_main .navbar-default .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    @media only screen and (max-width: 1000px) {
      .header .menu_main .navbar-default .navbar-collapse.pull-left {
        width: 265px !important;
        left: 0px;
        right: inherit;
        -webkit-transform: translate3d(-265px, 0, 0);
        transform: translate3d(-265px, 0, 0); }
        .menu-active .header .menu_main .navbar-default .navbar-collapse.pull-left {
          left: 0;
          right: inherit; } }
  .header .menu_main .navbar-toggle {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0; }
  .header .menu_main .navbar-default .navbar-toggle i {
    color: #1581C2;
    font-size: 30px; }
    @media screen and (max-width: 640px) {
      .header .menu_main .navbar-default .navbar-toggle i {
        font-size: 26px; } }

.menu-active.slide-menu #logo.mobile {
  padding-left: 15px;
  padding-right: 8px;
  margin-top: 6px;
  min-height: 41px; }
  .menu-active.slide-menu #logo.mobile img {
    max-height: 35px; }

.menu-active.slide-menu .slide-menu-close {
  -webkit-transition: none;
  transition: none;
  border: none;
  cursor: pointer;
  font-family: 'icomoon' !important;
  top: 0px;
  right: 0;
  margin-top: 0; }
  .menu-active.slide-menu .slide-menu-close:before {
    content: "\e92a";
    font-size: 16px; }

.menu-active.slide-menu #searchform {
  max-width: 100%;
  padding-left: 8px;
  padding-right: 8px; }
  .menu-active.slide-menu #searchform #s {
    width: 100%; }
  .menu-active.slide-menu #searchform input[type="text"] {
    width: 100%; }
  .menu-active.slide-menu #searchform input[type="submit"] {
    position: absolute;
    right: 8px;
    top: 0;
    margin: 0;
    width: 40px !important;
    height: 35px;
    font-size: 0;
    background: none;
    background-color: inherit !important;
    text-indent: -9999px; }

.menu-active.slide-menu .formClose {
  display: none; }

.menu-active.slide-menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0; }

.menu-active.slide-menu nav {
  width: 100%; }
  .menu-active.slide-menu nav .navbar-nav {
    width: 100%; }
    .menu-active.slide-menu nav .navbar-nav li.menu-item {
      background: #ffffff;
      border-bottom: 1px solid #d9e1e2; }
      .menu-active.slide-menu nav .navbar-nav li.menu-item a {
        color: rgba(50, 61, 72, 0.74);
        font-weight: normal !important;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 14px;
        padding-bottom: 14px;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        -webkit-animation: none !important;
        animation: none !important;
        -webkit-transform: none !important;
        transform: none !important; }
      .menu-active.slide-menu nav .navbar-nav li.menu-item ul li a {
        padding-top: 10px !important;
        padding-bottom: 10px !important; }
      .menu-active.slide-menu nav .navbar-nav li.menu-item.open {
        border-bottom: none; }
        .menu-active.slide-menu nav .navbar-nav li.menu-item.open a {
          color: #fff !important;
          background: #1581C2; }
          .menu-active.slide-menu nav .navbar-nav li.menu-item.open a:after {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            right: 11px;
            top: 10px;
            color: #fff; }
        .menu-active.slide-menu nav .navbar-nav li.menu-item.open:after {
          color: #fff;
          top: 5px;
          content: "\e915"; }
        .menu-active.slide-menu nav .navbar-nav li.menu-item.open ul {
          background: rgba(217, 225, 226, 0.2); }
          .menu-active.slide-menu nav .navbar-nav li.menu-item.open ul:after {
            top: 7px;
            color: #fff; }
          .menu-active.slide-menu nav .navbar-nav li.menu-item.open ul li {
            border-bottom: 1px solid #fff; }
            .menu-active.slide-menu nav .navbar-nav li.menu-item.open ul li:before {
              top: 7px;
              background: none;
              content: ""; }
            .menu-active.slide-menu nav .navbar-nav li.menu-item.open ul li a {
              color: rgba(50, 61, 72, 0.74) !important;
              padding-top: 12px;
              padding-bottom: 12px;
              background: rgba(217, 225, 226, 0.2);
              text-shadow: none !important;
              -webkit-box-shadow: none !important;
              box-shadow: none !important; }
              .menu-active.slide-menu nav .navbar-nav li.menu-item.open ul li a:hover, .menu-active.slide-menu nav .navbar-nav li.menu-item.open ul li a:active {
                color: #1581C2 !important; }
      .menu-active.slide-menu nav .navbar-nav li.menu-item.menu-item-has-children:after {
        pointer-events: none;
        right: 11px;
        top: 11px; }
      .menu-active.slide-menu nav .navbar-nav li.menu-item ul li {
        background: rgba(217, 225, 226, 0.2);
        position: relative; }
        .menu-active.slide-menu nav .navbar-nav li.menu-item ul li:before {
          content: "";
          position: absolute;
          width: 24px;
          height: 24px;
          background: url(./images/arrow-down.svg) no-repeat top center;
          left: 0;
          top: 17px;
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.menu-active.slide-menu .help_buttons.mobile {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px; }
  .menu-active.slide-menu .help_buttons.mobile li {
    width: 100%;
    margin-top: 7px;
    margin-bottom: 7px;
    position: relative;
    padding-left: 0px; }
    .menu-active.slide-menu .help_buttons.mobile li:before {
      position: absolute;
      top: 7px;
      left: 0px; }
    .menu-active.slide-menu .help_buttons.mobile li a {
      padding-left: 0px;
      color: rgba(50, 61, 72, 0.74); }
      .menu-active.slide-menu .help_buttons.mobile li a.login span {
        font-size: inherit;
        text-indent: inherit; }
    .menu-active.slide-menu .help_buttons.mobile li:last-child {
      margin-left: 0; }

img {
  image-rendering: auto; }

.header {
  background: #ffffff;
  height: 90px;
  padding-top: 14px;
  border-bottom: none;
  z-index: 10; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 480px) {
      .header .container {
        padding-left: 0;
        padding-right: 0; } }
  .header.compact .header {
    background: #ffffff;
    height: 90px;
    padding-top: 14px; }
  @media only screen and (max-width: 1169px) and (min-width: 1000px) {
    .header {
      height: 80px !important;
      padding-top: 11px; } }
  @media only screen and (max-width: 999px) {
    .header {
      height: 60px !important;
      padding-top: 10px;
      padding-bottom: 5px; } }
  .header .logo {
    width: 10%;
    margin-top: 0; }
    @media only screen and (max-width: 1200px) {
      .header .logo {
        margin-top: 0;
        z-index: 1; } }
  @media screen and (max-width: 767px) {
    .header .navbar-header {
      margin-left: -7px; } }
  .header .desktop_logo {
    width: 103px;
    height: 59.1px;
    background-size: contain;
    background-image: url("./images/jenny-craig1.svg");
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 1200px) {
      .header .desktop_logo {
        width: 86px;
        height: 60px;
        background-position: center; } }
    @media only screen and (max-width: 1000px) {
      .header .desktop_logo {
        margin-left: 54px;
        width: 68px;
        height: 38px; }
        .header .desktop_logo.mobile {
          text-align: left;
          margin-left: 12px;
          width: 59px;
          height: 34px;
          margin: 8px 0 8px 12px; } }
    @media screen and (max-width: 767px) {
      .header .desktop_logo {
        width: 68px;
        margin-left: 37px; } }
  .header .help_buttons {
    text-align: right;
    margin: 0;
    margin-left: auto;
    padding-left: 0; }
    .header .help_buttons.mobile {
      text-align: left; }
    .header .help_buttons.nz-site .findCenter span {
      display: none; }
    .header .help_buttons li {
      display: inline-block;
      color: #323d48;
      line-height: 23px;
      font-size: 0.875rem;
      margin-right: 10px;
      vertical-align: middle; }
      .header .help_buttons li a {
        font-family: 'Fira Sans',sans-serif !important; }
      .header .help_buttons li:first-child {
        margin-right: 14px; }
      .header .help_buttons li.start-now .button {
        float: left;
        color: #ffffff !important;
        font-size: 14px !important;
        padding: 0 21px !important; }
      .header .help_buttons li.phone-mobile {
        margin-right: 5px; }
        @media screen and (max-width: 960px) {
          .header .help_buttons li.phone-mobile {
            margin-left: 0;
            margin-right: 0;
            height: 34px;
            overflow: hidden; }
            .header .help_buttons li.phone-mobile a#GlobalHeader-CTA-ClickToCall {
              display: table;
              border: none;
              color: #ffffff;
              line-height: 18px;
              background: none;
              text-align: center;
              background-color: #0081c6;
              cursor: pointer;
              min-width: 0;
              line-height: 34px;
              height: 34px;
              padding: 0 14px; }
              .header .help_buttons li.phone-mobile a#GlobalHeader-CTA-ClickToCall:before {
                font-size: 14px;
                line-height: 34px;
                color: white;
                padding-right: 6px;
                height: 34px;
                display: inline-block;
                float: left; }
              .header .help_buttons li.phone-mobile a#GlobalHeader-CTA-ClickToCall:after {
                content: "Call Now";
                color: white;
                font-family: 'Fira Sans',sans-serif;
                font-weight: bold;
                font-size: 15px; }
              .header .help_buttons li.phone-mobile a#GlobalHeader-CTA-ClickToCall:hover {
                background-color: #1f8ccd; }
              .header .help_buttons li.phone-mobile a#GlobalHeader-CTA-ClickToCall span {
                line-height: 19px; } }
      .header .help_buttons li.findCenter {
        padding-right: 5px;
        font-weight: bold; }
        .header .help_buttons li.findCenter span {
          line-height: 19px;
          color: inherit;
          font-size: 15px; }
        .header .help_buttons li.findCenter:hover {
          color: #1f8ccd; }
        @media only screen and (max-width: 1000px) {
          .header .help_buttons li.findCenter {
            display: none; } }
      .header .help_buttons li.phone {
        display: none; }
        @media only screen and (max-width: 1000px) {
          .header .help_buttons li.phone {
            margin-right: 5px;
            margin-left: 0;
            margin-right: 0;
            height: 34px;
            overflow: hidden;
            display: inline-block; }
            .header .help_buttons li.phone a#GlobalHeader-CTA-ClickToCall {
              display: table;
              border: 0 none;
              color: #ffffff;
              line-height: 18px;
              background: none;
              text-align: center;
              background-color: #0081c6;
              cursor: pointer;
              min-width: 0;
              line-height: 34px;
              height: 34px;
              padding: 0 13px; }
              .header .help_buttons li.phone a#GlobalHeader-CTA-ClickToCall:before {
                font-size: 14px;
                line-height: 36px;
                color: white;
                padding-right: 7px;
                height: 34px;
                display: inline-block;
                float: left; }
              .header .help_buttons li.phone a#GlobalHeader-CTA-ClickToCall:after {
                content: "Call Now";
                color: white;
                font-family: 'Fira Sans',sans-serif;
                font-size: 15px;
                font-weight: bold; }
              .header .help_buttons li.phone a#GlobalHeader-CTA-ClickToCall:hover {
                background-color: #1f8ccd; }
              .header .help_buttons li.phone a#GlobalHeader-CTA-ClickToCall span {
                line-height: 19px; } }
      .header .help_buttons li.login {
        margin-right: 5px; }
        .header .help_buttons li.login a {
          color: #1581C2; }
          @media screen and (max-width: 1280px) {
            .header .help_buttons li.login a {
              padding: 11px 18px;
              min-width: 60px; } }
        @media only screen and (max-width: 1000px) {
          .header .help_buttons li.login {
            display: none; } }
      @media screen and (max-width: 767px) {
        .header .help_buttons li.findCenter {
          text-align: left; }
        .header .help_buttons li.mobile {
          text-align: center; }
        .header .help_buttons li.icon-Phone---Solid {
          text-align: right; } }
      .header .help_buttons li:last-child {
        margin-left: 0px;
        margin-right: 0; }
      @media (max-width: 1000px) {
        .header .help_buttons li.search-nav {
          display: none; } }
      .header .help_buttons li.search-nav .icon-Search {
        position: relative;
        font-size: 0;
        line-height: 0;
        vertical-align: top; }
        .header .help_buttons li.search-nav .icon-Search span {
          font-size: 0;
          text-indent: -9999px; }
        .header .help_buttons li.search-nav .icon-Search:before {
          font-size: 21px;
          text-indent: inherit;
          color: #1581C2;
          line-height: 23px;
          position: absolute;
          top: 1px;
          left: -17px; }
      .header .help_buttons li.search-nav.open {
        width: calc(100% - 436px);
        position: relative;
        padding-left: 0px; }
        @media only screen and (max-width: 1200px) {
          .header .help_buttons li.search-nav.open {
            width: calc(100% - 350px); } }
        .header .help_buttons li.search-nav.open:before {
          content: "\e957";
          font-size: 20px;
          text-indent: inherit;
          color: #1581C2;
          line-height: 17px;
          position: absolute;
          top: 5px;
          left: -2px;
          font-family: 'icomoon' !important; }
        .header .help_buttons li.search-nav.open .icon-Search {
          display: none; }
        .header .help_buttons li.search-nav.open .icon-Search:before {
          top: 0px;
          left: 0px;
          display: none; }
      .header .help_buttons li:before, .header .help_buttons li .icon-Map-Pin---Solid:before, .header .help_buttons li .icon-Phone---Solid:before, .header .help_buttons li .icon-User:before {
        color: #1581C2;
        font-size: 20px;
        vertical-align: middle;
        padding-right: 5px;
        line-height: 23px; }
        @media screen and (max-width: 767px) {
          .header .help_buttons li:before, .header .help_buttons li .icon-Map-Pin---Solid:before, .header .help_buttons li .icon-Phone---Solid:before, .header .help_buttons li .icon-User:before {
            font-size: 24px; } }
      .header .help_buttons li .icon-Map-Pin---Solid:before, .header .help_buttons li .icon-Phone---Solid:before, .header .help_buttons li .icon-Search:before, .header .help_buttons li .icon-User:before {
        font-family: 'icomoon' !important; }
      @media screen and (max-width: 1280px) {
        .header .help_buttons li a.button#GlobalHeader-CTA-StartNowOrange {
          padding: 11px 18px;
          min-width: 60px; } }
      @media only screen and (max-width: 1000px) {
        .header .help_buttons li a.button#GlobalHeader-CTA-StartNowOrange {
          font-size: 15px;
          height: 34px;
          line-height: 34px;
          padding: 0 13px;
          border: 0 none;
          border-radius: 0; } }
      .header .help_buttons li a:not(.button) {
        color: #323d48;
        line-height: 23px;
        display: inline-block;
        vertical-align: middle; }
        .header .help_buttons li a:not(.button):hover {
          text-decoration: none; }
        @media screen and (max-width: 767px) {
          .header .help_buttons li a:not(.button) {
            line-height: 18px; } }
        .header .help_buttons li a:not(.button) span {
          line-height: 23px;
          vertical-align: middle; }
        .header .help_buttons li a:not(.button)#phone-number {
          margin-top: -24px;
          text-align: right;
          display: block;
          padding-right: 5px;
          font-weight: bold; }
          .header .help_buttons li a:not(.button)#phone-number span {
            line-height: 19px;
            color: inherit;
            font-size: 15px; }
          .header .help_buttons li a:not(.button)#phone-number:hover {
            color: #1f8ccd; }
          @media screen and (max-width: 1080px) {
            .header .help_buttons li a:not(.button)#phone-number {
              display: none; } }
        @media screen and (max-width: 1080px) {
          .header .help_buttons li a:not(.button)#GlobalHeader-CTA-ClickToCall span {
            font-size: 0;
            text-indent: -999px; } }
    @media only screen and (max-width: 1200px) {
      .header .help_buttons li {
        margin-right: 4px; }
        .header .help_buttons li:first-child {
          margin-right: 9px; } }
    @media only screen and (max-width: 1000px) {
      .header .help_buttons.pull-right {
        width: calc(100% - 100px);
        text-align: right; }
      .header .help_buttons li {
        margin-right: 20px; }
        .header .help_buttons li:first-child {
          margin-right: 20px; } }
  .header .searchForm {
    display: none;
    margin-bottom: 0; }
    .header .searchForm li {
      width: 100%; }
    .header .searchForm.hidden-md {
      clear: both;
      padding: 0; }
      .header .searchForm.hidden-md #s {
        float: none !important; }
      .header .searchForm.hidden-md li {
        width: 100%;
        display: block;
        position: relative; }
        .header .searchForm.hidden-md li:before {
          content: "\e957";
          font-size: 20px;
          text-indent: inherit;
          color: #1581C2;
          line-height: 17px;
          position: absolute;
          top: 10px;
          right: 16px;
          font-family: 'icomoon' !important; }
  .header .searchOpen {
    width: calc(90% - 20px);
    position: relative; }
    .header .searchOpen .search-nav {
      position: relative; }
      .header .searchOpen .search-nav:after {
        content: "";
        position: absolute;
        width: calc(100% - 0px);
        height: 2px;
        display: block;
        bottom: -5px;
        left: 0px;
        background: #1581C2; }
      .header .searchOpen .search-nav ul {
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        display: inline-block; }
        .header .searchOpen .search-nav ul #searchform {
          max-width: 100%; }
          .header .searchOpen .search-nav ul #searchform li {
            width: 100%;
            vertical-align: bottom; }
          .header .searchOpen .search-nav ul #searchform input#s {
            border: none;
            width: 100%;
            padding-bottom: 0;
            float: none;
            height: inherit;
            padding: 0 10px 0 24px; }
          .header .searchOpen .search-nav ul #searchform input[type="submit"] {
            display: none !important; }
          .header .searchOpen .search-nav ul #searchform label {
            display: none; }
    .header .searchOpen .formClose {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 6px; }
      .header .searchOpen .formClose:before {
        color: rgba(50, 61, 72, 0.4); }

@media screen and (max-width: 640px) {
  .page-content {
    font-size: 13px; }
    .page-content ul, .page-content li, .page-content p {
      font-size: 13px;
      line-height: 21px; } }

.page-content .fav-block {
  display: none; }

.menu-active .site_wrapper {
  height: 100%;
  overflow: hidden; }

.specialOffer {
  background-color: #0081c6;
  display: block;
  position: fixed;
  z-index: 8000 !important;
  top: 90px;
  left: 0;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 1169px) {
    .specialOffer {
      top: 80px; } }
  @media only screen and (max-width: 999px) {
    .specialOffer {
      top: 60px; } }
  @media screen and (max-width: 640px) {
    .specialOffer {
      top: 55px; } }
  .specialOffer .offer_wrap {
    text-align: center; }
  .specialOffer .offer {
    font-family: 'Fira Sans',sans-serif;
    text-align: center;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    padding: 7px 0 8px 0;
    width: 100%; }
    .specialOffer .offer strong {
      font-family: 'Fira Sans',sans-serif;
      font-weight: bold; }
    .specialOffer .offer span {
      font-family: 'Fira Sans',sans-serif; }
      .specialOffer .offer span.bold_on_mobile {
        font-family: 'Fira Sans',sans-serif;
        font-weight: bold; }
        @media screen and (max-width: 480px) {
          .specialOffer .offer span.bold_on_mobile {
            font-weight: bold; } }
    .specialOffer .offer:last-child {
      margin-right: 0; }
  .specialOffer .offer__description {
    text-align: center;
    color: #ffffff;
    font-size: 0; }
    .specialOffer .offer__description:last-child {
      margin-right: 0; }
    .specialOffer .offer__description ul {
      margin: 0;
      text-align: center;
      line-height: 12px;
      padding-top: 5px; }
      .specialOffer .offer__description ul li {
        position: relative;
        padding: 0 5px;
        line-height: 12px;
        vertical-align: middle;
        display: inline-block; }
        .specialOffer .offer__description ul li a {
          font-family: 'Fira Sans',sans-serif;
          color: white;
          letter-spacing: 0.5px;
          text-decoration: none;
          font-size: 12px;
          position: relative;
          line-height: 12px;
          display: block;
          vertical-align: middle;
          text-transform: capitalize; }
          .specialOffer .offer__description ul li a:after {
            content: "";
            width: 1px;
            height: 12px;
            background: #ffffff;
            opacity: 0.7;
            display: block;
            position: absolute;
            right: -6px;
            top: 0px; }
        .specialOffer .offer__description ul li:last-child a:after {
          display: none; }
  @media screen and (max-width: 960px) {
    .specialOffer .offer {
      font-size: 20px;
      line-height: 20px;
      padding-top: 8px;
      padding-bottom: 8px; }
      .specialOffer .offer__description {
        padding-top: 0px; } }
  @media screen and (max-width: 480px) {
    .specialOffer .offer {
      font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
      font-size: 20px;
      line-height: 20px;
      padding-top: 9px;
      padding-bottom: 10px; }
      .specialOffer .offer__description {
        padding-top: 4px; } }

.margin_bottom11 {
  margin-bottom: 83px; }

.forcefullwidth_wrapper_tp_banner {
  margin-bottom: 23px !important; }

@media screen and (max-width: 960px) {
  .resp_margin_bottom68 {
    margin-bottom: 58px !important; } }

@-webkit-keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@keyframes slideInFromLeft {
  0% {
    -webkit-transform: translateX(-70px);
    transform: translateX(-70px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

.hero-slider {
  padding-bottom: 0;
  margin-bottom: 40px; }
  .hero-slider.no-margin {
    margin-bottom: 0;
    padding-bottom: 0; }
  @media screen and (max-width: 767px) {
    .hero-slider {
      margin-bottom: 20px; }
      .hero-slider.no-margin {
        margin-bottom: 0px; } }
  .hero-slider .container {
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .hero-slider .container {
        height: auto;
        display: block;
        width: 100% !important; } }
  .hero-slider .wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    @media screen and (max-width: 767px) {
      .hero-slider .wrapper {
        height: auto;
        display: block;
        position: relative; } }
  .hero-slider .carousel-cell {
    width: 100%;
    background-size: 50% 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 0;
    padding-top: 28.92%;
    opacity: 1;
    position: relative; }
    @media screen and (max-width: 767px) {
      .hero-slider .carousel-cell {
        padding-top: 0;
        height: auto;
        min-height: 200px;
        background-image: none !important; } }
    .hero-slider .carousel-cell.online-resources {
      padding-top: 20%; }
      @media screen and (max-width: 1400px) {
        .hero-slider .carousel-cell.online-resources {
          padding-top: 25%; } }
      @media screen and (max-width: 767px) {
        .hero-slider .carousel-cell.online-resources {
          padding-top: 0; } }
    .hero-slider .carousel-cell.menu-banner {
      padding-top: 20%;
      background-color: #f7f6f4; }
      @media screen and (max-width: 1400px) {
        .hero-slider .carousel-cell.menu-banner {
          padding-top: 25%; } }
      @media screen and (max-width: 767px) {
        .hero-slider .carousel-cell.menu-banner {
          padding-top: 0; } }
    @media screen and (max-width: 960px) {
      .hero-slider .carousel-cell.ndis {
        padding-top: 30%; }
        .hero-slider .carousel-cell.ndis .button {
          width: 125px !important;
          padding: 7px 10px;
          font-size: 16px;
          margin-top: 0 !important;
          margin-bottom: 10px; }
        .hero-slider .carousel-cell.ndis .button--orange {
          width: 160px !important;
          padding: 7px 10px; } }
    @media screen and (max-width: 767px) {
      .hero-slider .carousel-cell.ndis {
        padding-top: 0; }
        .hero-slider .carousel-cell.ndis .button {
          display: block !important;
          margin-bottom: 10px !important; } }
    .hero-slider .carousel-cell .text_block {
      width: 50%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      padding: 0 20px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .hero-slider .carousel-cell .text_block {
          display: block;
          width: 100%;
          height: auto;
          position: relative;
          text-align: center;
          padding: 30px 20px 20px 20px; } }
      .hero-slider .carousel-cell .text_block.rapid_results h1 {
        font-size: 34px;
        color: rgba(50, 61, 72, 0.74);
        margin-bottom: 0px !important; }
        .hero-slider .carousel-cell .text_block.rapid_results h1 .thin {
          padding: 0;
          color: rgba(50, 61, 72, 0.74); }
        @media screen and (max-width: 960px) {
          .hero-slider .carousel-cell .text_block.rapid_results h1 {
            display: none; } }
      .hero-slider .carousel-cell .text_block.rapid_results h2 {
        font-size: 48px;
        color: #1581C2;
        opacity: 0;
        -webkit-animation: slideInFromLeft 1.5s ease-out 0.3s 1;
        animation: slideInFromLeft 1.5s ease-out 0.3s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        margin-bottom: 10px !important; }
        .hero-slider .carousel-cell .text_block.rapid_results h2 .thin {
          padding: 0;
          font-size: 48px;
          line-height: 48px; }
        @media screen and (max-width: 1170px) {
          .hero-slider .carousel-cell .text_block.rapid_results h2 {
            font-size: 35px;
            line-height: 35px; }
            .hero-slider .carousel-cell .text_block.rapid_results h2 .thin {
              font-size: 35px;
              line-height: 35px; } }
        @media screen and (max-width: 960px) {
          .hero-slider .carousel-cell .text_block.rapid_results h2 {
            font-size: 32px;
            line-height: 32px;
            margin-bottom: 5px !important; }
            .hero-slider .carousel-cell .text_block.rapid_results h2 .thin {
              font-size: 32px;
              line-height: 32px; } }
        @media screen and (max-width: 767px) {
          .hero-slider .carousel-cell .text_block.rapid_results h2 {
            font-size: 36px;
            line-height: 36px;
            margin-bottom: 15px !important; }
            .hero-slider .carousel-cell .text_block.rapid_results h2 .thin {
              font-size: 36px;
              line-height: 36px; } }
      .hero-slider .carousel-cell .text_block.rapid_results h3 {
        font-size: 30px;
        opacity: 0;
        -webkit-animation: slideInFromLeft 1.5s ease-out 0.4s 1;
        animation: slideInFromLeft 1.5s ease-out 0.4s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        color: rgba(50, 61, 72, 0.74); }
        .hero-slider .carousel-cell .text_block.rapid_results h3 .thin {
          font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
          padding: 0;
          color: rgba(50, 61, 72, 0.74); }
        .hero-slider .carousel-cell .text_block.rapid_results h3 sup {
          font-size: 60%;
          line-height: 0;
          position: relative;
          vertical-align: baseline; }
        @media screen and (max-width: 960px) {
          .hero-slider .carousel-cell .text_block.rapid_results h3 {
            font-size: 24px;
            margin-bottom: 5px; } }
        @media screen and (max-width: 767px) {
          .hero-slider .carousel-cell .text_block.rapid_results h3 {
            margin-bottom: 10px; } }
      .hero-slider .carousel-cell .text_block.rapid_results p {
        max-width: 410px; }
        .hero-slider .carousel-cell .text_block.rapid_results p:after {
          display: none; }
        @media screen and (max-width: 767px) {
          .hero-slider .carousel-cell .text_block.rapid_results p {
            max-width: 100%; } }
      .hero-slider .carousel-cell .text_block h1 {
        text-align: left;
        opacity: 0;
        -webkit-animation: slideInFromLeft 1.5s ease-out 0.2s 1;
        animation: slideInFromLeft 1.5s ease-out 0.2s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        margin-top: 0; }
        @media screen and (max-width: 1600px) {
          .hero-slider .carousel-cell .text_block h1 {
            font-size: 36px;
            margin-bottom: 10px !important; } }
        @media screen and (max-width: 1170px) {
          .hero-slider .carousel-cell .text_block h1 {
            font-size: 36px;
            margin-bottom: 15px; } }
        @media screen and (max-width: 1080px) {
          .hero-slider .carousel-cell .text_block h1 {
            font-size: 32px;
            margin-bottom: 15px; } }
        @media screen and (max-width: 960px) {
          .hero-slider .carousel-cell .text_block h1 {
            font-size: 25px;
            margin-bottom: 10px !important; } }
        @media screen and (max-width: 767px) {
          .hero-slider .carousel-cell .text_block h1 {
            text-align: center; } }
      .hero-slider .carousel-cell .text_block h4 {
        font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
        font-size: 26px;
        opacity: 0;
        -webkit-animation: slideInFromLeft 1.5s ease-out 0.5s 1;
        animation: slideInFromLeft 1.5s ease-out 0.5s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        color: rgba(50, 61, 72, 0.74);
        margin: -15px 0 25px 0; }
      .hero-slider .carousel-cell .text_block a.button {
        opacity: 0;
        -webkit-animation: slideInFromLeft 1.5s ease-out 1.2s 1;
        animation: slideInFromLeft 1.5s ease-out 1.2s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .hero-slider .carousel-cell .text_block a.button {
            margin: 10px auto 0 auto; } }
      .hero-slider .carousel-cell .text_block p {
        opacity: 0;
        position: relative;
        -webkit-animation: slideInFromLeft 1.5s ease-out 0.7s 1;
        animation: slideInFromLeft 1.5s ease-out 0.7s 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards; }
        .hero-slider .carousel-cell .text_block p.no_underline:after {
          background: none; }
        .hero-slider .carousel-cell .text_block p:after {
          opacity: 0;
          content: "";
          width: 118px;
          height: 4px;
          display: block;
          position: absolute;
          bottom: -25px;
          background: #1581C2;
          -webkit-animation: slideInFromLeft 1.5s ease-out 1.2s 1;
          animation: slideInFromLeft 1.5s ease-out 1.2s 1;
          -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }
          @media screen and (max-width: 960px) {
            .hero-slider .carousel-cell .text_block p:after {
              display: none; } }
          @media screen and (max-width: 480px) {
            .hero-slider .carousel-cell .text_block p:after {
              display: none; } }
        @media screen and (max-width: 1080px) {
          .hero-slider .carousel-cell .text_block p {
            font-size: 14px; } }
        @media screen and (max-width: 960px) {
          .hero-slider .carousel-cell .text_block p {
            font-size: 13px; } }
      .hero-slider .carousel-cell .text_block.no-border p:after {
        display: none; }
    .hero-slider .carousel-cell .image_block {
      display: none; }
      @media screen and (max-width: 767px) {
        .hero-slider .carousel-cell .image_block {
          display: block; } }
      .hero-slider .carousel-cell .image_block img {
        width: 100%; }

body .section {
  margin: 23px 0 !important; }
  @media screen and (max-width: 767px) {
    body .section {
      margin: 15px 0 !important; } }
  @media screen and (max-width: 480px) {
    body .section {
      padding-left: 15px;
      padding-right: 15px; }
      body .section.fullwidth {
        padding-left: 0px;
        padding-right: 0px; }
      body .section .container {
        max-width: 100%; } }
  body .section.no-margin-bottom {
    margin-bottom: 0 !important; }
  body .section.no-margin-top {
    margin-top: 0 !important; }
  body .section.double-margin-top {
    margin-top: 30px !important; }
  body .section.double-margin-bottom {
    margin-bottom: 30px !important; }
  body .section.triple-margin-bottom {
    margin-bottom: 45px !important; }
    @media screen and (max-width: 767px) {
      body .section.triple-margin-bottom {
        margin-bottom: 30px !important; } }
  body .section.grey_bg {
    padding: 46px 0;
    background: rgba(223, 235, 240, 0.2); }
    @media screen and (max-width: 480px) {
      body .section.grey_bg {
        padding-left: 0px;
        padding-right: 0px; }
        body .section.grey_bg .container {
          max-width: 100%; } }
  body .section.grey_bg2 {
    padding: 10px 0;
    background: #f2f2f2; }
    @media screen and (max-width: 480px) {
      body .section.grey_bg2 {
        padding-left: 15px;
        padding-right: 15px; }
        body .section.grey_bg2 .container {
          max-width: 100%; } }
  body .section.blue_bg {
    padding: 20px 0;
    background: #ebf8fc; }
    @media screen and (max-width: 480px) {
      body .section.blue_bg {
        padding-left: 0px;
        padding-right: 0px; }
        body .section.blue_bg .container {
          max-width: 100%; } }

.section_title {
  margin-bottom: 23px !important; }
  .section_title p {
    font-size: 20px; }
  .section_title.medium {
    padding-left: 80px;
    padding-right: 80px; }
    @media screen and (max-width: 1080px) {
      .section_title.medium {
        padding-left: 0px;
        padding-right: 0px; } }
  .section_title.narrow {
    padding-left: 200px;
    padding-right: 200px; }
    @media screen and (max-width: 1080px) {
      .section_title.narrow {
        padding-left: 80px;
        padding-right: 80px; } }
    @media screen and (max-width: 960px) {
      .section_title.narrow {
        padding-left: 0px;
        padding-right: 0px; } }
  @media screen and (max-width: 960px) {
    .section_title p {
      font-size: 16px; } }
  .section_title.center {
    text-align: center; }

.jc-hide {
  display: none; }

.hide_on_mobile {
  display: block;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .hide_on_mobile {
      display: none; } }

.show_on_mobile {
  display: none;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 767px) {
    .show_on_mobile {
      display: block; } }

.show_only_on_mobile {
  display: none !important;
  width: 100%;
  height: auto; }
  @media screen and (max-width: 640px) {
    .show_only_on_mobile {
      display: block !important; } }

#primary.site-content {
  padding-top: 0;
  padding-bottom: 0; }

.inner_page_navigation {
  text-align: center; }
  .inner_page_navigation ul {
    margin: 0; }
    .inner_page_navigation ul li {
      display: inline-block;
      position: relative;
      padding: 0 5px;
      margin-bottom: 0; }
      .inner_page_navigation ul li:last-child:after {
        display: none; }
      .inner_page_navigation ul li a {
        font-size: 16px;
        line-height: 50px;
        color: rgba(50, 61, 72, 0.74);
        margin: 0 16px;
        padding: 0; }
        @media screen and (max-width: 640px) {
          .inner_page_navigation ul li a {
            line-height: 41px; } }
        .inner_page_navigation ul li a:hover, .inner_page_navigation ul li a.active {
          color: #323d48;
          text-decoration: none;
          position: relative; }
        .no-touchevents .inner_page_navigation ul li a:hover:after, .no-touchevents .inner_page_navigation ul li a.active:after {
          content: "";
          width: 100%;
          height: 2px;
          background: #1581C2;
          display: block;
          position: absolute;
          right: 0;
          top: 33px;
          opacity: 1; }
        .inner_page_navigation ul li a.vegetarian_filter.active:after {
          opacity: 0; }
        .inner_page_navigation ul li a.vegetarian_filter, .inner_page_navigation ul li a.favourite_filter {
          font-family: "helvetica_neueregular" !important;
          padding: 6px 27px 7px 13px;
          background: rgba(223, 235, 240, 0.5);
          border-radius: 20px;
          position: relative;
          margin-right: 0;
          cursor: pointer;
          font-size: 14px; }
          .inner_page_navigation ul li a.vegetarian_filter.active, .inner_page_navigation ul li a.favourite_filter.active {
            color: inherit; }
          .inner_page_navigation ul li a.vegetarian_filter:before, .inner_page_navigation ul li a.favourite_filter:before {
            font-family: 'icomoon' !important;
            position: absolute;
            right: 8px;
            top: -9px; }
            @media screen and (max-width: 767px) {
              .inner_page_navigation ul li a.vegetarian_filter:before, .inner_page_navigation ul li a.favourite_filter:before {
                top: -11px; } }
            @media screen and (max-width: 640px) {
              .inner_page_navigation ul li a.vegetarian_filter:before, .inner_page_navigation ul li a.favourite_filter:before {
                top: -6px; } }
          .inner_page_navigation ul li a.vegetarian_filter.fileter_on, .inner_page_navigation ul li a.favourite_filter.fileter_on {
            background: #92bf1e;
            color: #fff;
            text-decoration: none;
            position: relative; }
            .inner_page_navigation ul li a.vegetarian_filter.fileter_on:before, .inner_page_navigation ul li a.favourite_filter.fileter_on:before {
              font-family: 'icomoon' !important;
              content: "\e966";
              position: absolute; }
          .inner_page_navigation ul li a.vegetarian_filter:after, .inner_page_navigation ul li a.favourite_filter:after {
            background: none !important; }
        .inner_page_navigation ul li a.vegetarian_filter:hover, .inner_page_navigation ul li a.favourite_filter:hover {
          text-decoration: none; }
          .inner_page_navigation ul li a.vegetarian_filter:hover:after, .inner_page_navigation ul li a.favourite_filter:hover:after {
            opacity: 0; }
        .inner_page_navigation ul li a.favourite_filter {
          margin-left: 0; }
          .inner_page_navigation ul li a.favourite_filter.fileter_on {
            background: #f4734b; }
            .inner_page_navigation ul li a.favourite_filter.fileter_on:before {
              content: "\e95c";
              top: -10px;
              font-size: 15px; }
              @media screen and (max-width: 767px) {
                .inner_page_navigation ul li a.favourite_filter.fileter_on:before {
                  top: -11px; } }
              @media screen and (max-width: 640px) {
                .inner_page_navigation ul li a.favourite_filter.fileter_on:before {
                  top: -6px; } }
      .inner_page_navigation ul li .dropdown-toggle {
        cursor: pointer;
        font-size: 16px;
        line-height: 50px;
        color: rgba(50, 61, 72, 0.4);
        margin: 0 16px;
        position: relative;
        padding: 0; }
        @media screen and (max-width: 640px) {
          .inner_page_navigation ul li .dropdown-toggle {
            margin: 0; } }
      .inner_page_navigation ul li.dropdown a:hover:after, .inner_page_navigation ul li.dropdown a.active:after {
        width: 0; }
      .inner_page_navigation ul li.dropdown:hover ul.dropdown-menu {
        display: block; }
      .inner_page_navigation ul li.dropdown:hover .icon-Arrow-Down.hasChild:before {
        content: "\e915"; }
      .inner_page_navigation ul li .icon-Arrow-Down {
        color: #1581C2;
        font-size: 0px; }
      .inner_page_navigation ul li .dropdown-menu {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        text-align: left;
        background-color: #F7F9F9;
        min-width: 155px;
        -webkit-box-shadow: 1px 1px 10px 0 rgba(66, 85, 99, 0.1);
        box-shadow: 1px 1px 10px 0 rgba(66, 85, 99, 0.1); }
        .inner_page_navigation ul li .dropdown-menu li {
          width: 100%;
          text-align: left;
          padding: 0;
          margin: 0; }
          .inner_page_navigation ul li .dropdown-menu li a {
            width: 100%;
            text-align: left;
            line-height: 40px;
            font-size: 14px;
            font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
            margin: 0;
            padding: 0 14px 0 16px !important;
            border-bottom: none; }
            .inner_page_navigation ul li .dropdown-menu li a:hover {
              text-decoration: none;
              color: #fff !important;
              background: #1581C2; }
            .inner_page_navigation ul li .dropdown-menu li a:hover:after {
              opacity: 0; }
      @media screen and (max-width: 767px) {
        .inner_page_navigation ul li .dropdown-toggle {
          font-size: 14px;
          margin: 0 15px; }
          .inner_page_navigation ul li .dropdown-toggle:last-child {
            display: inherit; }
        .inner_page_navigation ul li a {
          font-size: 14px;
          margin: 0 0px; }
          .inner_page_navigation ul li a:hover:after, .inner_page_navigation ul li a.active:after {
            top: 30px; } }
      @media screen and (max-width: 640px) {
        .inner_page_navigation ul li {
          padding: 0 10px; }
          .inner_page_navigation ul li.newline {
            display: none; }
          .inner_page_navigation ul li a {
            margin: 0 0px; }
            .inner_page_navigation ul li a:hover:after, .inner_page_navigation ul li a.active:after {
              top: 20px; }
          .inner_page_navigation ul li.dropdown a {
            height: 50px;
            text-align: left;
            padding-left: 16px;
            border-bottom: 1px solid rgba(223, 235, 240, 0.5); }
          .inner_page_navigation ul li.dropdown.open ul.dropdown-menu {
            display: block; } }
      @media screen and (max-width: 480px) {
        .inner_page_navigation ul li {
          padding: 0 8px; } }
  .inner_page_navigation.blog {
    height: inherit; }
    .inner_page_navigation.blog .jennyhub_logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
      font-size: 20px;
      color: rgba(50, 61, 72, 0.4); }
      .inner_page_navigation.blog .jennyhub_logo img {
        width: 192px;
        height: 80px;
        margin: 21px 5px 9px 5px; }
    .inner_page_navigation.blog ul.category-list a {
      display: block;
      position: relative;
      color: rgba(50, 61, 72, 0.4); }
      .inner_page_navigation.blog ul.category-list a.active {
        color: #323d48; }
        @media screen and (max-width: 640px) {
          .inner_page_navigation.blog ul.category-list a.active {
            background: #1581C2;
            color: white; } }
      .inner_page_navigation.blog ul.category-list a.active:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #1581C2;
        display: block;
        position: absolute;
        right: 0;
        top: 47px;
        opacity: 1; }
        @media screen and (max-width: 640px) {
          .inner_page_navigation.blog ul.category-list a.active:after {
            display: none; } }
      .inner_page_navigation.blog ul.category-list a:hover:after {
        content: "";
        width: 0; }
      @media screen and (max-width: 640px) {
        .inner_page_navigation.blog ul.category-list a {
          color: #323d48; } }
    .inner_page_navigation.blog ul.category-list .dropdown-menu a {
      color: #323d48; }
      .inner_page_navigation.blog ul.category-list .dropdown-menu a.active:after, .inner_page_navigation.blog ul.category-list .dropdown-menu a:hover:after {
        content: "";
        width: 0; }
    .inner_page_navigation.blog ul span.mobile_filter {
      cursor: pointer;
      display: none;
      font-family: "HelveticaNeueLTStd-Bd" !important;
      font-size: 14px;
      color: rgba(50, 61, 72, 0.74);
      line-height: 50px;
      padding-left: 23px;
      position: relative;
      width: 440px;
      margin: 0 auto !important;
      text-align: center; }
      .inner_page_navigation.blog ul span.mobile_filter:before {
        font-family: 'icomoon' !important;
        color: #1581C2;
        position: absolute;
        left: calc(50% - 73px);
        font-size: 17px; }
      .inner_page_navigation.blog ul span.mobile_filter span {
        color: #323d48; }
      @media screen and (max-width: 640px) {
        .inner_page_navigation.blog ul span.mobile_filter {
          display: block; } }
      @media screen and (max-width: 480px) {
        .inner_page_navigation.blog ul span.mobile_filter {
          width: 100%;
          padding-left: 38px;
          padding-right: 15px; } }
    .inner_page_navigation.blog ul span.close_filter {
      cursor: pointer;
      display: none;
      position: absolute;
      right: 4px;
      top: 20px;
      font-weight: normal;
      font-size: 0; }
      .inner_page_navigation.blog ul span.close_filter:before {
        content: "\e92a";
        font-size: 16px;
        text-indent: inherit;
        font-weight: normal;
        color: rgba(50, 61, 72, 0.74); }
      @media screen and (max-width: 480px) {
        .inner_page_navigation.blog ul span.close_filter {
          right: 19px; } }
    .inner_page_navigation.blog ul .dropdown {
      padding: 0; }
    .inner_page_navigation.blog ul .dropdown-arrow {
      content: " ";
      position: absolute;
      border-left: 1px solid #d6dee2;
      right: 0;
      top: 0px;
      z-index: 6;
      width: 50px;
      line-height: 50px;
      font-size: 24px;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s;
      color: #0081c6;
      cursor: pointer;
      font-style: normal;
      text-align: center; }
      .inner_page_navigation.blog ul .dropdown-arrow:after {
        font-family: 'icomoon' !important;
        content: "\e912";
        margin: auto; }
      .inner_page_navigation.blog ul .dropdown-arrow.mobile {
        display: none; }
        @media screen and (max-width: 640px) {
          .inner_page_navigation.blog ul .dropdown-arrow.mobile {
            display: block; } }
        .inner_page_navigation.blog ul .dropdown-arrow.mobile.active {
          border-left: 1px solid white;
          color: #fff; }
    @media screen and (max-width: 640px) {
      .inner_page_navigation.blog ul .dropdown-toggle {
        font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
        color: rgba(50, 61, 72, 0.74);
        font-size: 14px;
        font-weight: normal;
        border-bottom: 1px solid rgba(223, 235, 240, 0.5);
        margin: 0 auto !important;
        position: relative;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; }
        .inner_page_navigation.blog ul .dropdown-toggle:after {
          right: 15px; } }
    .inner_page_navigation.blog ul .dropdown-toggle.desktop {
      display: block; }
    @media screen and (max-width: 640px) {
      .inner_page_navigation.blog {
        height: auto;
        min-height: 50px;
        text-align: left;
        vertical-align: middle; }
        .inner_page_navigation.blog .category {
          padding: 0px;
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          font-size: 14px; }
        .inner_page_navigation.blog li {
          display: none; }
        .inner_page_navigation.blog ul.menu_open {
          position: relative; }
          .inner_page_navigation.blog ul.menu_open li.dropdown {
            display: block;
            background: #fff; }
          .inner_page_navigation.blog ul.menu_open li.dropdown.open {
            background: #1581C2; }
            .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu {
              width: 100%;
              position: relative;
              float: none;
              left: inherit;
              top: inherit; }
              .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu li {
                display: block;
                background: #F7F9F9; }
                .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu li a {
                  color: rgba(50, 61, 72, 0.74);
                  position: relative;
                  padding: 0 25px !important;
                  border-bottom: 1px solid #fff;
                  height: 40px;
                  line-height: 40px;
                  width: 440px;
                  margin: 0 auto; } }
            @media screen and (max-width: 640px) and (max-width: 640px) {
              .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu li a {
                width: 90%; } }
    @media screen and (max-width: 640px) {
                  .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu li a:hover {
                    background: none;
                    color: #323d48 !important; }
                  .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu li a:before {
                    font-family: 'icomoon' !important;
                    content: "\e912";
                    position: absolute;
                    width: 24px;
                    height: 24px;
                    left: -13px;
                    top: 6px;
                    font-size: 20px;
                    color: #0081c6;
                    -webkit-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
            .inner_page_navigation.blog ul.menu_open li.dropdown.open .dropdown-toggle {
              color: white; }
            .inner_page_navigation.blog ul.menu_open li.dropdown.open .dropdown-toggle.mobile {
              display: block;
              border: none;
              color: #fff; }
              .inner_page_navigation.blog ul.menu_open li.dropdown.open .dropdown-toggle.mobile:after {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                color: #fff;
                top: 23px; }
            .inner_page_navigation.blog ul.menu_open li.dropdown.open .dropdown-arrow.mobile {
              border-right: 1px solid white;
              color: #fff;
              -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
          .inner_page_navigation.blog ul.menu_open span.close_filter {
            display: block; }
          .inner_page_navigation.blog ul.menu_open .dropdown-toggle.mobile {
            display: block; }
          .inner_page_navigation.blog ul.menu_open .dropdown-toggle.desktop {
            display: none; } }
    @media screen and (max-width: 480px) {
      .inner_page_navigation.blog {
        padding-left: 0px;
        padding-right: 0px; }
        .inner_page_navigation.blog ul.menu_open li.dropdown.open {
          background: #1581C2; }
          .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu li a {
            padding: 0 25px 0 40px !important;
            width: 100%; }
            .inner_page_navigation.blog ul.menu_open li.dropdown.open ul.dropdown-menu li a:before {
              left: 2px; } }
  .inner_page_navigation.author {
    position: relative;
    padding-bottom: 112px;
    margin-bottom: 100px !important; }
    .inner_page_navigation.author .author_image {
      position: absolute;
      left: calc(50% - 96px);
      bottom: -96px; }
      .inner_page_navigation.author .author_image img {
        width: 192px;
        height: 192px;
        display: block;
        border-radius: 192px; }

.footer .disclaimers {
  margin: 30px 0;
  padding: 0 15px; }
  @media screen and (min-width: 767px) {
    .footer .disclaimers {
      padding: 0; } }
  .footer .disclaimers p {
    font-size: 12px;
    line-height: 22px; }
  .footer .disclaimers sup {
    left: -2px;
    font-size: 100%;
    font-size: 14px;
    top: 1px; }

.footer .share_journey {
  background: #d9e1e2;
  text-align: center;
  padding: 30px 24px 24px 24px; }
  .footer .share_journey h1 {
    text-align: center; }
  .footer .share_journey h3 {
    font-size: 26px;
    text-align: center; }
  .footer .share_journey ul.social {
    padding-top: 15px; }
    .footer .share_journey ul.social li {
      display: inline-block;
      padding: 8px; }
      .footer .share_journey ul.social li a {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 40px;
        position: relative;
        text-decoration: none;
        background: #1581C2;
        text-align: center; }
        .footer .share_journey ul.social li a i {
          position: absolute;
          font-size: 24px;
          text-align: center;
          line-height: 40px;
          width: 40px;
          left: 0; }
          .footer .share_journey ul.social li a i:before {
            color: #fff;
            font-size: 24px; }
        .footer .share_journey ul.social li a:hover {
          background: #fff; }
          .footer .share_journey ul.social li a:hover i:before {
            color: #1581C2; }

.footer .newsletter {
  background: #DFEBF0;
  padding: 20px 0; }
  .footer .newsletter__image {
    margin-top: 24px; }
    .footer .newsletter__image img {
      display: block;
      width: 100%;
      max-width: 188px; }
      @media screen and (max-width: 960px) {
        .footer .newsletter__image img {
          margin: 0 auto 20px auto; } }
    .footer .newsletter__image h3.mobile {
      display: none;
      text-align: center;
      font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: rgba(50, 61, 72, 0.74); }
      .footer .newsletter__image h3.mobile span {
        font-family: 'Fira Sans',sans-serif;
        font-weight: normal;
        color: #1581C2;
        font-size: 37px; }
      .footer .newsletter__image h3.mobile strong {
        font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
        display: inline-block; }
        .footer .newsletter__image h3.mobile strong span {
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          color: #1581C2;
          font-weight: normal;
          color: #1581C2;
          font-size: inherit; }
      @media screen and (max-width: 640px) {
        .footer .newsletter__image h3.mobile {
          font-size: 26px;
          display: block; }
          .footer .newsletter__image h3.mobile span {
            display: block; } }
  .footer .newsletter__form {
    text-align: left; }
    .footer .newsletter__form h3.desktop {
      font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: rgba(50, 61, 72, 0.74); }
      .footer .newsletter__form h3.desktop span {
        font-family: 'Fira Sans',sans-serif;
        font-weight: normal;
        color: #1581C2;
        font-size: 37px; }
      .footer .newsletter__form h3.desktop strong {
        font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif; }
        .footer .newsletter__form h3.desktop strong span {
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          color: #1581C2;
          font-weight: normal;
          color: #1581C2;
          font-size: inherit; }
      @media screen and (max-width: 960px) {
        .footer .newsletter__form h3.desktop {
          text-align: center; } }
      @media screen and (max-width: 640px) {
        .footer .newsletter__form h3.desktop {
          display: none; } }
    .footer .newsletter__form h3.mobile {
      display: none;
      text-align: center; }
      .footer .newsletter__form h3.mobile span {
        font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 14px;
        color: rgba(50, 61, 72, 0.74);
        margin-top: 10px; }
        .footer .newsletter__form h3.mobile span span {
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          color: #1581C2;
          font-weight: normal;
          color: #1581C2;
          font-size: inherit; }
      @media screen and (max-width: 640px) {
        .footer .newsletter__form h3.mobile {
          font-size: 26px;
          display: block; }
          .footer .newsletter__form h3.mobile span {
            display: block; } }
    .footer .newsletter__form form {
      max-width: 500px;
      position: relative;
      padding-bottom: 37px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
      @media screen and (max-width: 960px) {
        .footer .newsletter__form form {
          max-width: 100%; } }
      .footer .newsletter__form form.hs-form .input .hs-form-booleancheckbox label span:before {
        top: -4px; }
      .footer .newsletter__form form .hs-error-msgs {
        margin-top: 10px;
        margin-bottom: 0;
        font-size: 13px;
        text-align: left; }
      .footer .newsletter__form form .input input {
        margin-bottom: 0; }
      .footer .newsletter__form form .hs-form-field {
        margin-bottom: -5px; }
      .footer .newsletter__form form .one_half, .footer .newsletter__form form .hs_firstname {
        width: calc(50% - 5px);
        margin-right: 10px; }
        @media screen and (max-width: 640px) {
          .footer .newsletter__form form .one_half, .footer .newsletter__form form .hs_firstname {
            width: 100% !important;
            margin-right: 0px;
            margin-bottom: -5px; } }
      .footer .newsletter__form form .hs_lastname {
        width: calc(50% - 5px);
        margin-right: 0px; }
        @media screen and (max-width: 640px) {
          .footer .newsletter__form form .hs_lastname {
            width: 100% !important;
            margin-right: 0px;
            margin-bottom: -5px; } }
      .footer .newsletter__form form .two_third, .footer .newsletter__form form .hs_email {
        width: calc(50% - 5px);
        margin-right: 10px; }
        @media screen and (max-width: 640px) {
          .footer .newsletter__form form .two_third, .footer .newsletter__form form .hs_email {
            width: 100% !important;
            margin-right: 0px;
            margin-bottom: -5px; } }
      .footer .newsletter__form form .one_third, .footer .newsletter__form form .hs_submit {
        width: calc(50% - 5px);
        margin-right: 0px;
        display: inline-block;
        margin-bottom: 10px; }
        @media screen and (max-width: 640px) {
          .footer .newsletter__form form .one_third, .footer .newsletter__form form .hs_submit {
            width: 100% !important;
            margin-right: 0px;
            margin-bottom: 10px; } }
      .footer .newsletter__form form .hs-fieldtype-booleancheckbox {
        bottom: 0px;
        position: absolute;
        width: 100%;
        left: 0;
        color: rgba(0, 25, 39, 0.74); }
        @media screen and (max-width: 640px) {
          .footer .newsletter__form form .hs-fieldtype-booleancheckbox {
            bottom: 7px; } }
        @media screen and (max-width: 480px) {
          .footer .newsletter__form form .hs-fieldtype-booleancheckbox {
            top: 435px; } }
        .footer .newsletter__form form .hs-fieldtype-booleancheckbox ul {
          margin: 0; }
        .footer .newsletter__form form .hs-fieldtype-booleancheckbox label {
          font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif; }
          .footer .newsletter__form form .hs-fieldtype-booleancheckbox label span {
            padding-bottom: 0 !important; }
            @media screen and (max-width: 480px) {
              .footer .newsletter__form form .hs-fieldtype-booleancheckbox label span {
                font-size: 12px; } }
    .footer .newsletter__form input[type='text'] {
      border: none;
      padding: 9px 16px;
      color: rgba(50, 61, 72, 0.74);
      font-size: 14px;
      line-height: 1.64;
      margin-bottom: 0px; }
    .footer .newsletter__form input[type='submit'] {
      background: #1581C2;
      font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: none;
      font-size: 20px;
      color: #fff;
      padding: 4px 16px 4px 16px;
      line-height: 1.64;
      margin-bottom: 0px; }
      @media screen and (max-width: 480px) {
        .footer .newsletter__form input[type='submit'] {
          padding: 4px 8px 4px 8px;
          font-size: 20px;
          height: 40px; } }
      .footer .newsletter__form input[type='submit']:hover {
        background: #1f8ccd; }
    .footer .newsletter__form .checkbox {
      display: block;
      position: relative;
      float: left;
      margin: 0;
      font-size: 13px;
      color: rgba(50, 61, 72, 0.74);
      padding-left: 35px;
      line-height: 25px;
      cursor: pointer; }
      @media screen and (max-width: 480px) {
        .footer .newsletter__form .checkbox {
          font-size: 11px; } }
      .footer .newsletter__form .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer; }

.footer .delivery {
  background: rgba(0, 30, 46, 0.7);
  text-align: center; }
  .footer .delivery h3 {
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #fff;
    margin: 0 auto;
    padding: 36px 0 29px 0; }
    .footer .delivery h3 a {
      font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
      font-weight: normal;
      color: #fff;
      position: relative;
      padding-right: 80px;
      padding-left: 10px;
      cursor: pointer;
      text-decoration: none; }
      .footer .delivery h3 a:after {
        font-family: 'icomoon' !important;
        content: "\e931";
        color: #fff;
        font-size: 70px;
        position: absolute;
        right: -7px;
        top: -40px; }
      .no-touchevents .footer .delivery h3 a:hover:after {
        content: "\e930"; }
    @media screen and (max-width: 480px) {
      .footer .delivery h3 {
        font-size: 20px;
        padding-top: 30px; } }

.footer .secarea {
  background: #DFEBF0;
  padding-top: 40px;
  padding-bottom: 15px;
  text-align: left; }
  @media screen and (max-width: 480px) {
    .footer .secarea {
      padding-top: 0px;
      padding-bottom: 0px; }
      .footer .secarea .container {
        width: 100%; } }
  .footer .secarea h3 {
    font-family: 'Fira Sans',sans-serif;
    font-weight: bold;
    text-align: left;
    color: #16384e; }
    .footer .secarea h3.widget-title {
      color: #16384e; }
  .footer .secarea .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; }
  @media only screen and (max-width: 767px) and (min-width: 480px) {
    .footer .secarea .one_fourth:nth-child(3) {
      clear: both; } }
  @media screen and (max-width: 480px) {
    .footer .secarea .one_fourth {
      margin: 0;
      padding: 11px 20px 5px 20px;
      border-bottom: 1px solid #fff; }
      .footer .secarea .one_fourth .widget-area {
        display: block;
        height: auto; }
      .footer .secarea .one_fourth.last {
        padding: 4px 0px 7px 0px; }
        .footer .secarea .one_fourth.last .widget {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
        .footer .secarea .one_fourth.last #execphp-54 {
          padding-left: 20px;
          padding-right: 15px;
          padding-bottom: 0px;
          border-bottom: 1px solid #fff; }
        .footer .secarea .one_fourth.last .ndis_footer_logo {
          padding-left: 20px;
          padding-right: 15px; }
        .footer .secarea .one_fourth.last .language-swicher {
          padding-left: 0px;
          padding-right: 0px;
          width: 100% !important; }
          .footer .secarea .one_fourth.last .language-swicher .btn-group {
            width: 100% !important;
            padding-left: 20px;
            padding-right: 15px; }
            .footer .secarea .one_fourth.last .language-swicher .btn-group button {
              width: 100%; }
              .footer .secarea .one_fourth.last .language-swicher .btn-group button .filter-option {
                width: 100%; }
              .footer .secarea .one_fourth.last .language-swicher .btn-group button .bs-caret {
                left: inherit;
                right: -3px; }
      .footer .secarea .one_fourth .widget {
        margin: 0;
        width: 100%; }
        .footer .secarea .one_fourth .widget h3 {
          margin: 0;
          line-height: 20px;
          cursor: pointer;
          padding: 10px 0; }
          .footer .secarea .one_fourth .widget h3:after {
            position: absolute;
            content: "\e94b";
            font-family: 'icomoon' !important;
            right: 20px;
            top: 20px; }
          .footer .secarea .one_fourth .widget h3.menu_open:after {
            content: "\e945"; }
      .footer .secarea .one_fourth .execphpwidget.menu_open ul {
        margin-top: 10px; }
        .footer .secarea .one_fourth .execphpwidget.menu_open ul li {
          display: block; }
      .footer .secarea .one_fourth.last .widget-title {
        width: 45%;
        float: left; }
        .footer .secarea .one_fourth.last .widget-title:after {
          content: "" !important; }
      .footer .secarea .one_fourth.last .execphpwidget {
        width: 55%;
        float: right; }
        .footer .secarea .one_fourth.last .execphpwidget ul {
          margin: 0;
          text-align: right; }
          .footer .secarea .one_fourth.last .execphpwidget ul li {
            margin-right: 5px; }
            .footer .secarea .one_fourth.last .execphpwidget ul li.last-child {
              margin-right: 0px; } }
  .footer .secarea .execphpwidget {
    text-align: left; }
  .footer .secarea #footer_column-4 .widget {
    width: 250px;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .footer .secarea #footer_column-4 .widget {
        width: 100%; } }
  .footer .secarea #footer_column-4 aside.widget {
    margin-bottom: 10px; }
    @media only screen and (max-width: 999px) and (min-width: 768px) {
      .footer .secarea #footer_column-4 aside.widget {
        float: left;
        margin-right: 4%;
        margin-top: 30px;
        text-align: left;
        width: 29%; } }
  .footer .secarea #footer_column-4 .language-swicher {
    display: inline-block;
    text-align: left; }
    @media only screen and (max-width: 999px) and (min-width: 768px) {
      .footer .secarea #footer_column-4 .language-swicher {
        float: left;
        margin-right: 4%;
        margin-top: 30px;
        text-align: left;
        width: 29%; } }
  .footer .secarea #footer_column-4 .feedback-button {
    display: inline-block;
    margin-top: 20px; }
    @media only screen and (max-width: 999px) and (min-width: 768px) {
      .footer .secarea #footer_column-4 .feedback-button {
        float: left;
        margin-top: 30px; } }
    @media screen and (max-width: 480px) {
      .footer .secarea #footer_column-4 .feedback-button {
        margin-top: 10px;
        border-top: 1px solid #fff;
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 12px; } }
  .footer .secarea #footer_column-4 .hubspot_email_signup {
    display: inline-block;
    margin-top: 20px; }
    @media only screen and (max-width: 999px) and (min-width: 768px) {
      .footer .secarea #footer_column-4 .hubspot_email_signup {
        float: left;
        margin-right: 0;
        margin-top: 30px;
        text-align: left;
        width: 29%; } }
    @media screen and (max-width: 480px) {
      .footer .secarea #footer_column-4 .hubspot_email_signup {
        margin-top: 8px;
        border-top: 1px solid #fff;
        padding-left: 20px;
        padding-right: 15px;
        padding-top: 5px; } }
    .footer .secarea #footer_column-4 .hubspot_email_signup h3 {
      margin-bottom: 13px; }
      @media screen and (max-width: 640px) {
        .footer .secarea #footer_column-4 .hubspot_email_signup h3 {
          width: 100%;
          display: block; } }
    .footer .secarea #footer_column-4 .hubspot_email_signup p {
      font-family: 'Fira Sans',sans-serif;
      font-size: 12px;
      line-height: 1.4;
      text-decoration: none;
      padding-left: 0;
      text-align: left; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_email {
      width: 100%; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .input input {
      min-height: 0 !important;
      padding: 5px 16px; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_lastname, .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_firstname {
      width: 48% !important;
      float: left; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_lastname {
      float: right; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_submit {
      width: 50%; }
      .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_submit input[type="submit"] {
        background-color: #eef0f2;
        font-family: 'Fira Sans',sans-serif !important;
        font-style: normal;
        font-weight: bold;
        text-transform: none !important;
        -webkit-box-sizing: border-box !important;
        box-sizing: border-box !important;
        -webkit-box-shadow: 0 0 0.2em rgba(50, 61, 72, 0.74);
        box-shadow: 0 0 0.2em rgba(50, 61, 72, 0.74);
        border-radius: 5px !important;
        color: #79909e;
        font-size: 15px;
        padding: 8px 10px;
        text-align: center !important;
        text-decoration: none !important; }
        .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_submit input[type="submit"]:hover {
          background-color: white; }
        @media screen and (max-width: 480px) {
          .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs_submit input[type="submit"] {
            margin-bottom: 0px !important; } }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .hs-error-msg {
      text-align: left; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form ul.hs-error-msgs label.hs-main-font-element {
      display: none !important; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form ul.hs-error-msgs li:before {
      display: none; }
    .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .submitted-message {
      overflow: inherit;
      text-align: left; }
      .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .submitted-message p {
        font-family: 'Fira Sans',sans-serif;
        color: #fff;
        font-size: 14px;
        line-height: 1.64;
        text-decoration: none; }
      @media screen and (max-width: 480px) {
        .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .submitted-message {
          float: left; }
          .footer .secarea #footer_column-4 .hubspot_email_signup .hbspt-form .submitted-message p {
            margin-bottom: 0; } }
  .footer .secarea ul.foolist li {
    padding: 4px 0px; }
    .footer .secarea ul.foolist li a {
      font-family: 'Fira Sans',sans-serif;
      color: #16384e;
      font-size: 14px;
      line-height: 1.64;
      text-decoration: none; }
      .footer .secarea ul.foolist li a:hover {
        text-decoration: none; }
    @media screen and (max-width: 480px) {
      .footer .secarea ul.foolist li {
        display: none;
        padding: 7px 0px; } }
  .footer .secarea ul.foolist.social {
    display: block;
    text-align: left;
    margin-bottom: 0px; }
    .footer .secarea ul.foolist.social li {
      display: inline-block;
      margin-right: 12px; }
      .footer .secarea ul.foolist.social li a {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 40px;
        position: relative;
        text-decoration: none;
        background: white;
        text-align: center; }
        .footer .secarea ul.foolist.social li a i {
          position: absolute;
          font-size: 24px;
          text-align: center;
          line-height: 40px;
          width: 40px;
          left: 0; }
        .footer .secarea ul.foolist.social li a:hover i:before {
          color: #1f8ccd; }
  .footer .secarea .bootstrap-select {
    background: none; }
    .footer .secarea .bootstrap-select .filter-option {
      padding-left: 0;
      left: 0 !important; }
      .footer .secarea .bootstrap-select .filter-option .flag-icon {
        margin-right: 13px; }
    .footer .secarea .bootstrap-select select {
      cursor: pointer; }
    .footer .secarea .bootstrap-select .dropdown-toggle:focus {
      outline: none !important; }
    .footer .secarea .bootstrap-select.open button .caret:before {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .footer .secarea .bootstrap-select button {
      background: none;
      border: none;
      padding-left: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      cursor: pointer;
      z-index: 1000;
      font-size: 0; }
      .footer .secarea .bootstrap-select button .filter-option {
        width: 165px; }
      .footer .secarea .bootstrap-select button .bs-caret {
        position: absolute;
        left: 138px;
        top: 7px; }
      .footer .secarea .bootstrap-select button .caret {
        border: none; }
        .footer .secarea .bootstrap-select button .caret:before {
          font-family: 'icomoon' !important;
          content: "\e912";
          color: #1581C2;
          position: absolute;
          left: 0;
          top: -5px;
          font-size: 24px; }
      .footer .secarea .bootstrap-select button span {
        font-family: 'Fira Sans',sans-serif;
        color: rgba(50, 61, 72, 0.74);
        font-size: 20px;
        padding-left: 15px; }
      .footer .secarea .bootstrap-select button .filter-option-inner-inner {
        font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
        color: #fff;
        font-size: 20px;
        letter-spacing: 1px; }
      .footer .secarea .bootstrap-select button .flag-icon {
        font-size: 25px;
        border-radius: 25px; }
    .footer .secarea .bootstrap-select .dropdown-menu li a {
      font-size: 14px;
      color: rgba(50, 61, 72, 0.74);
      -webkit-transition: none;
      transition: none;
      padding: 8px 20px !important;
      border-bottom: 1px solid #eee; }
      .footer .secarea .bootstrap-select .dropdown-menu li a .flag-icon {
        font-size: 18px;
        margin-right: 10px; }
      .footer .secarea .bootstrap-select .dropdown-menu li a:hover {
        padding: 8px 20px !important;
        border-bottom: 1px solid #eee; }
    .footer .secarea .bootstrap-select .dropdown-menu li.active a span {
      color: #fff; }
  .footer .secarea .termsandconditions {
    padding-top: 30px; }
    .footer .secarea .termsandconditions p {
      font-size: 12px;
      line-height: 15px;
      margin-bottom: 10px; }
    @media screen and (max-width: 480px) {
      .footer .secarea .termsandconditions {
        padding: 15px 20px; } }

.footer .copyrights {
  background: #DFEBF0;
  font-size: 12px;
  line-height: 15px;
  padding: 10px 0;
  letter-spacing: 0.5px;
  text-align: left;
  font-family: 'Fira Sans',sans-serif; }
  @media only screen and (max-width: 1350px) {
    .footer .copyrights .one {
      padding-bottom: 90px; } }
  .footer .copyrights a {
    color: rgba(50, 61, 72, 0.74); }
  @media screen and (max-width: 480px) {
    .footer .copyrights {
      font-size: 15px;
      line-height: 20px; }
      .footer .copyrights .container {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }

.jc-white, a.jc-white, .white, a.white {
  color: #fff !important; }
  .jc-white:hover, a.jc-white:hover, .white:hover, a.white:hover {
    color: #FFF !important; }

#bv_back_to_top {
  cursor: pointer;
  background: url(./images/back-to-top-sm-3.png) no-repeat top left transparent;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 185px;
  z-index: 1000;
  right: -81px;
  transition: right 0.5s ease-in, background 0.3s ease-in-out;
  -webkit-transition: right 0.5s ease-in, background 0.3s ease-in-out; }
  #bv_back_to_top.show-back-btn {
    right: 0; }
  #bv_back_to_top:hover {
    background-position: top right; }

@media (min-width: 993px) {
  #bv_back_to_top {
    bottom: 185px; } }

body.compact .header {
  background: #ffffff;
  height: 90px;
  padding-top: 14px; }

.scrollup {
  display: none !important; }

.youtube .wpb_raw_code .wpb_wrapper {
  width: 100%;
  height: 0;
  padding-top: 56.2%;
  display: block;
  position: relative; }
  .youtube .wpb_raw_code .wpb_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.touchevents #livechat-compact-container {
  display: none; }

body {
  overflow-x: hidden; }

.margin_bottom10 {
  margin-bottom: 10px !important; }

::-webkit-scrollbar {
  z-index: 9999; }

::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  background: rgba(210, 210, 210, 0.4);
  box-shadow: none;
  z-index: 9999; }

::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, 0.8);
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.5); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(210, 210, 210, 0.4);
  z-index: 9999; }

/* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
a {
  color: #1581C2; }
  a.disabled {
    pointer-events: none;
    cursor: default; }
  a:hover {
    color: #1581C2;
    text-decoration: underline; }

.wpb_accordion ul {
  list-style: disc inside; }
  .wpb_accordion ul li {
    padding-left: 0px;
    margin-bottom: 10px;
    list-style: inherit; }
  .wpb_accordion ul ol {
    padding-top: 10px;
    padding-left: 20px; }
    .wpb_accordion ul ol li {
      padding-left: 0px;
      list-style: inherit; }

.wpb_accordion ol li {
  padding-left: 0px;
  margin-bottom: 10px; }

.wpb_accordion ol ul {
  list-style: disc inside;
  padding-top: 10px;
  padding-left: 20px; }
  .wpb_accordion ol ul li {
    padding-left: 0px;
    list-style: inherit; }

@media screen and (max-width: 767px) {
  .no-margin-bottom-mobile {
    margin-bottom: 0 !important; } }

.popover {
  z-index: 9999; }

.body-offer-strip {
  background: #1581C2;
  text-align: center;
  color: #fff;
  font-family: 'bebas_neueregular';
  font-size: 31px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 2px; }
  @media screen and (max-width: 767px) {
    .body-offer-strip {
      font-size: 26px; } }
  @media screen and (max-width: 640px) {
    .body-offer-strip {
      font-size: 22px; } }
  .body-offer-strip a {
    color: #fff;
    text-decoration: none; }
    .body-offer-strip a:hover {
      text-decoration: none; }
  .body-offer-strip strong {
    font-family: 'bebas_neuebold'; }

.number_list {
  padding: 0; }
  .number_list ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0; }
  .number_list li {
    position: relative;
    padding-left: 53px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 39px; }
    .number_list li strong {
      font-family: 'helvetica_neue_bold', Helvetica, Arial, sans-serif;
      text-decoration: underline; }
  .number_list li:before {
    content: "";
    width: 39px;
    height: 39px;
    border-radius: 39px;
    background: #1581C2;
    position: absolute;
    display: block;
    left: 0;
    top: 3px;
    opacity: 1; }
  .number_list li:after {
    content: counter(item);
    counter-increment: item;
    position: absolute;
    padding-right: 0.6em;
    margin-bottom: 0.6em;
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.77;
    letter-spacing: 0.94px;
    color: #ffffff;
    left: 14px;
    top: 0px;
    display: block;
    opacity: 1; }
  @media screen and (max-width: 640px) {
    .number_list li {
      line-height: 24px;
      min-height: 45px; } }
  @media screen and (max-width: 480px) {
    .number_list ol {
      text-align: left; }
    .number_list li {
      line-height: 20px;
      padding-right: 25px; }
      .number_list li:before {
        top: 1px; }
      .number_list li:after {
        top: -2px; } }

.iziToast.redirect_popup {
  padding: 0 !important;
  margin: 0; }
  .iziToast.redirect_popup .iziToast-body {
    padding: 0 !important;
    margin: 0;
    text-align: center !important; }
  .iziToast.redirect_popup .iziToast-texts {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important; }
  .iziToast.redirect_popup .iziToast-title {
    background: #1581C2;
    padding: 15px 0 !important;
    color: #fff !important;
    display: block;
    text-align: center !important;
    float: none !important; }
  .iziToast.redirect_popup .iziToast-message {
    text-align: center !important;
    padding: 30px 15px 20px 15px !important;
    font-family: sans-serif;
    font-size: 20px;
    color: #333;
    line-height: normal;
    -webkit-font-smoothing: antialiased; }
    .iziToast.redirect_popup .iziToast-message h3 {
      margin-top: 20px; }
  .iziToast.redirect_popup #spicegems_cr_mod_sitelogo {
    margin-bottom: 20px; }
  .iziToast.redirect_popup .iziToast-buttons {
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 10px 0; }
    .iziToast.redirect_popup .iziToast-buttons .iziToast-buttons-child {
      min-width: 100px;
      color: #fff;
      background: #3D9AD1;
      font-family: sans-serif;
      font-size: 16px;
      line-height: normal;
      padding: 10px 15px;
      font-weight: normal;
      margin: 6px 5px;
      border-radius: 2px;
      display: inline-block;
      text-decoration: none;
      font-family: 'Open Sans', sans-serif; }
      .iziToast.redirect_popup .iziToast-buttons .iziToast-buttons-child:hover {
        opacity: 0.9;
        background: #3D9AD1; }
      .iziToast.redirect_popup .iziToast-buttons .iziToast-buttons-child:last-child {
        background: #1581C2; }
        .iziToast.redirect_popup .iziToast-buttons .iziToast-buttons-child:last-child:hover {
          opacity: 0.9;
          ackground: #1f8ccd; }

body .iziToast {
  max-width: 900px;
  background: #fff;
  border-radius: 0px;
  padding: 0; }
  body .iziToast .iziToast-body {
    margin: 0;
    padding: 0; }
  body .iziToast .iziToast-texts {
    margin: 0 !important;
    padding: 0; }
  body .iziToast .iziToast-close {
    background: url("./images/close.png") no-repeat center;
    height: 47px;
    width: 47px;
    top: 20px;
    right: 30px;
    opacity: 1; }
    @media screen and (max-width: 767px) {
      body .iziToast .iziToast-close {
        height: 21px;
        width: 20px; } }

.iziToast-wrapper {
  overflow: auto;
  pointer-events: all !important; }

.iziToast-wrapper-topCenter, .iziToast-wrapper-center {
  overflow-y: auto;
  overflow-x: hidden; }

.popup_open .iziToast-wrapper-topCenter, .popup_open .iziToast-wrapper-center {
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden; }

@media screen and (max-width: 960px) {
  .halfwidthFields {
    float: left; } }

@media screen and (max-width: 767px) {
  .halfwidthFields {
    margin-top: 30px; } }

.halfwidthFields h2 {
  font-size: 35px;
  line-height: 35px !important; }

.gform_body label.gfield_label {
  font-family: Arial;
  font-size: 14px;
  font-weight: normal; }

.gform_body li {
  display: inline-block;
  width: 100%; }
  .gform_body li.half {
    width: calc(50% - 8px) !important;
    margin-right: 16px;
    vertical-align: top; }
  .gform_body li.half.no-margin {
    margin-right: 0px; }
  .gform_body li.gfield {
    margin-top: 0 !important; }
  .gform_body li.gform_confirm_info {
    padding-bottom: 20px;
    border-bottom: 1px solid #d9e1e2; }
    @media screen and (max-width: 640px) {
      .gform_body li.gform_confirm_info {
        border: 0 none;
        padding: 0; } }
  .gform_body li .general_error_messages .additional_message {
    margin-top: 5px;
    font-size: 13px;
    font-weight: bold; }
  .gform_body li .general_error_message, .gform_body li .be_cool_info {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: red;
    padding: 5px 10px;
    border-radius: 7px;
    position: relative;
    width: auto;
    font-weight: normal;
    margin-top: 15px; }
    .gform_body li .general_error_message:before, .gform_body li .be_cool_info:before {
      content: "" !important;
      position: absolute;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 9px !important;
      top: -4px !important;
      display: block;
      background: red; }
  .gform_body li.be_cool_select_div {
    margin-top: -10px !important; }
    .gform_body li.be_cool_select_div.greyed-out {
      opacity: 0.6; }
    .gform_body li.be_cool_select_div label {
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 5px; }
  .gform_body li .be_cool_info {
    background: #4587b9; }
    .gform_body li .be_cool_info:before {
      background: #4587b9; }
  .gform_body li.gfield_error {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: inherit !important;
    padding-top: 0 !important; }
    .gform_body li.gfield_error input {
      border: none !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
    .gform_body li.gfield_error .gfield_label {
      color: inherit !important; }
    .gform_body li.gfield_error .general_error_message, .gform_body li.gfield_error .be_cool_info {
      margin-top: 0; }
    .gform_body li.gfield_error .validation_message {
      display: inline-block;
      color: #fff;
      background: red;
      padding: 5px 10px;
      border-radius: 7px;
      position: relative;
      width: auto;
      font-weight: normal; }
      .gform_body li.gfield_error .validation_message:before {
        content: "" !important;
        position: absolute;
        width: 10px;
        height: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 9px !important;
        top: -4px !important;
        display: block;
        background: red; }
  .gform_body li .privacy_link {
    font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-style: italic;
    margin-bottom: 15px !important;
    text-align: left !important;
    line-height: 1.58; }
    .gform_body li .privacy_link a {
      color: #1581C2;
      text-decoration: underline; }
  .gform_body li.privacy_field {
    margin-top: 60px !important;
    font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    font-style: italic;
    margin-bottom: 0px !important;
    text-align: left !important;
    line-height: 1.58; }
    .gform_body li.privacy_field a {
      color: #1581C2;
      text-decoration: underline; }
  .gform_body li.last-field input, .gform_body li.last-field select, .gform_body li.last-field textarea, .gform_body li.be_cool input {
    margin-bottom: 0px !important; }
  .gform_body li.last-field.gfield_error input, .gform_body li.last-field.gfield_error textarea {
    margin-bottom: 15px !important; }
  .gform_body li.last-field.gfield_error select, .gform_body li.be_cool.gfield_error input {
    margin-bottom: 15px !important; }
  .gform_body li.last-field .gfield_checkbox li {
    margin-bottom: 0px !important; }
  @media screen and (max-width: 640px) {
    .gform_body li {
      text-align: left; } }

.gform_body .gform_page li.privacy_field {
  margin-top: 10px !important; }

.gform_body .ginput_container {
  margin-top: 0 !important; }
  .gform_body .ginput_container input, .gform_body .ginput_container select, .gform_body .ginput_container textarea {
    width: 100%;
    height: inherit !important;
    padding: 9px 16px;
    color: rgba(50, 61, 72, 0.74);
    font-size: 14px !important;
    line-height: 1.64 !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    padding-left: 9px !important;
    margin-right: 0px;
    min-height: 40px !important; }
  .gform_body .ginput_container textarea {
    border: 0 none;
    max-height: 120px; }
  .gform_body .ginput_container select {
    width: 100%;
    height: inherit !important;
    min-height: 40px;
    background-image: url(./images/arrow-down-grey.png);
    background-size: 24px 24px;
    background-position: right center;
    background-color: #fff;
    background-repeat: no-repeat; }
    .gform_body .ginput_container select [disabled] {
      color: rgba(27, 33, 45, 0.4); }
  .gform_body .ginput_container .gfield_checkbox {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    cursor: pointer;
    padding-left: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* Create a custom checkbox */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .gform_body .ginput_container .gfield_checkbox:before {
      content: "" !important;
      display: none !important; }
    @media screen and (max-width: 480px) {
      .gform_body .ginput_container .gfield_checkbox {
        font-size: 11px; } }
    .gform_body .ginput_container .gfield_checkbox li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 0px;
      width: 100%;
      margin-bottom: 15px;
      margin-top: 0 !important; }
    .gform_body .ginput_container .gfield_checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
    .gform_body .ginput_container .gfield_checkbox label {
      font-family: Arial;
      font-size: 14px;
      position: relative;
      padding-left: 37px;
      margin-left: 0;
      font-size: 13px;
      line-height: 24px;
      margin-right: 0px;
      max-width: 100%;
      width: 100% !important;
      white-space: pre-wrap;
      color: rgba(50, 61, 72, 0.74);
      font-weight: normal !important;
      cursor: pointer; }
      .gform_body .ginput_container .gfield_checkbox label span {
        padding: 0; }
        .gform_body .ginput_container .gfield_checkbox label span:before {
          display: none; }
      .gform_body .ginput_container .gfield_checkbox label:before {
        content: "";
        height: 24px;
        width: 24px !important;
        background-color: #fff;
        position: absolute;
        left: 0;
        top: 0px;
        display: block; }
    .gform_body .ginput_container .gfield_checkbox:hover input + label:before {
      background-color: #fff; }
    .gform_body .ginput_container .gfield_checkbox input:checked + label:before {
      background-color: #1581C2;
      border: none; }
    .gform_body .ginput_container .gfield_checkbox label:after {
      content: "";
      position: absolute;
      display: none; }
    .gform_body .ginput_container .gfield_checkbox input:checked + label:after {
      display: block; }
    .gform_body .ginput_container .gfield_checkbox label:after {
      font-family: 'icomoon' !important;
      content: "\e960";
      position: absolute;
      left: 2px;
      top: 0px;
      width: 5px;
      height: 10px;
      color: #fff;
      font-size: 20px;
      line-height: 24px; }
  .gform_body .ginput_container .gfield_radio {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    cursor: pointer;
    padding-left: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Style the checkmark/indicator */ }
    .gform_body .ginput_container .gfield_radio:before {
      content: "" !important;
      display: none !important; }
    @media screen and (max-width: 480px) {
      .gform_body .ginput_container .gfield_radio {
        font-size: 11px;
        margin-bottom: 0; } }
    .gform_body .ginput_container .gfield_radio li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 10px;
      width: auto;
      margin-bottom: 15px; }
    .gform_body .ginput_container .gfield_radio input {
      display: inline-block;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      margin-bottom: 0 !important; }
    .gform_body .ginput_container .gfield_radio label {
      font-family: Arial;
      font-size: 14px;
      display: inline-block;
      position: relative;
      padding-left: 37px;
      margin-left: 0;
      font-size: 13px;
      margin-right: 10px;
      line-height: 27px;
      color: rgba(50, 61, 72, 0.74);
      font-weight: normal !important;
      cursor: pointer; }
      .gform_body .ginput_container .gfield_radio label:before {
        content: "";
        height: 24px;
        width: 24px !important;
        background-color: #fff;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 1px;
        display: block; }
    .gform_body .ginput_container .gfield_radio:hover input + label:before {
      background-color: #fff; }
    .gform_body .ginput_container .gfield_radio input:checked ~ label:after {
      background-color: #1581C2;
      display: block; }
    .gform_body .ginput_container .gfield_radio label:after {
      content: "";
      position: absolute;
      display: none; }
    .gform_body .ginput_container .gfield_radio label:after {
      position: absolute;
      top: 5px;
      left: 4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: white; }
  .gform_body .ginput_container ::-webkit-input-placeholder {
    color: rgba(27, 33, 45, 0.4); }
  .gform_body .ginput_container :-ms-input-placeholder {
    color: rgba(27, 33, 45, 0.4); }
  .gform_body .ginput_container ::-ms-input-placeholder {
    color: rgba(27, 33, 45, 0.4); }
  .gform_body .ginput_container ::placeholder {
    color: rgba(27, 33, 45, 0.4); }

.checkoutForm_wrapper {
  padding: 0 115px; }
  @media screen and (max-width: 1280px) {
    .checkoutForm_wrapper {
      padding: 0 70px; } }
  @media screen and (max-width: 767px) {
    .checkoutForm_wrapper {
      padding: 0 0px; } }
  .checkoutForm_wrapper label {
    font-family: 'helvetica_neue_bold', Helvetica, Arial, sans-serif;
    font-size: 13px !important;
    letter-spacing: 0; }
  .checkoutForm_wrapper div.validation_error {
    border: none; }
  .checkoutForm_wrapper .gform_page_footer {
    text-align: right; }
    .checkoutForm_wrapper .gform_page_footer input {
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .checkoutForm_wrapper .gform_page_footer input.button {
          font-size: 1.4em; } }
  .checkoutForm_wrapper .gform_body, .checkoutForm_wrapper .gform_page .gform_page_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media screen and (max-width: 960px) {
      .checkoutForm_wrapper .gform_body, .checkoutForm_wrapper .gform_page .gform_page_fields {
        display: block; } }
    @media screen and (max-width: 640px) {
      .checkoutForm_wrapper .gform_body, .checkoutForm_wrapper .gform_page .gform_page_fields {
        padding: 16px 0 0; } }
    .checkoutForm_wrapper .gform_body div.border-top, .checkoutForm_wrapper .gform_page .gform_page_fields div.border-top {
      border-top: 1px dotted #ccc;
      margin-bottom: 20px; }
    .checkoutForm_wrapper .gform_body .ginput_container input, .checkoutForm_wrapper .gform_body .ginput_container select, .checkoutForm_wrapper .gform_page .gform_page_fields .ginput_container input, .checkoutForm_wrapper .gform_page .gform_page_fields .ginput_container select {
      border: none; }
    .checkoutForm_wrapper .gform_body .ginput_container span, .checkoutForm_wrapper .gform_page .gform_page_fields .ginput_container span {
      margin-bottom: 0 !important; }
    .checkoutForm_wrapper .gform_body ul.gform_fields, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields {
      width: calc(50% + 37px);
      padding-right: 37px; }
      .checkoutForm_wrapper .gform_body ul.gform_fields.right, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.right {
        padding: 0 0 30px;
        width: calc(50% - 37px);
        margin-left: 37px; }
        @media screen and (max-width: 960px) {
          .checkoutForm_wrapper .gform_body ul.gform_fields.right, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.right {
            width: 100%;
            margin: 20px 0 0 !important; } }
      .checkoutForm_wrapper .gform_body ul.gform_fields.full, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.full {
        width: 100%;
        padding: 0; }
      @media screen and (max-width: 960px) {
        .checkoutForm_wrapper .gform_body ul.gform_fields, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields {
          width: 100%;
          margin: 0;
          padding-right: 0; } }
      @media screen and (max-width: 640px) {
        .checkoutForm_wrapper .gform_body ul.gform_fields P, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields P {
          text-align: center;
          font-size: 15px; }
          .checkoutForm_wrapper .gform_body ul.gform_fields P.mobile_small, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields P.mobile_small {
            font-size: 13px; } }
      .checkoutForm_wrapper .gform_body ul.gform_fields li.gfield, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields li.gfield {
        padding-right: 0;
        margin-bottom: 0; }
      .checkoutForm_wrapper .gform_body ul.gform_fields h2, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields h2 {
        margin-top: 40px; }
        @media screen and (max-width: 960px) {
          .checkoutForm_wrapper .gform_body ul.gform_fields h2, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields h2 {
            margin-top: 0; } }
        @media screen and (max-width: 640px) {
          .checkoutForm_wrapper .gform_body ul.gform_fields h2, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields h2 {
            font-size: 36px;
            text-align: center;
            margin-top: 0px; } }
      .checkoutForm_wrapper .gform_body ul.gform_fields h4, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields h4 {
        font-size: 26px;
        color: #323d48;
        margin-top: 25px; }
      .checkoutForm_wrapper .gform_body ul.gform_fields .card_icon, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .card_icon {
        max-height: 30px; }
      .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth {
        padding-top: 20px; }
      .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 {
        width: 100%;
        padding-right: 0; }
        .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type li, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth li, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 li, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type li, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth li, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 li {
          position: relative; }
        .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type .gsection, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth .gsection, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 .gsection, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type .gsection, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth .gsection, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 .gsection {
          border-bottom: 3px solid #1581C2 !important;
          margin-right: 0 !important;
          margin-bottom: 3px !important; }
          @media screen and (max-width: 767px) {
            .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type .gsection:before, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth .gsection:before, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 .gsection:before, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type .gsection:before, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth .gsection:before, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 .gsection:before {
              content: "";
              width: 90px;
              height: 50px;
              display: block;
              position: absolute;
              left: calc(50% - 45px);
              top: -8px;
              background: #fff; } }
        .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type .gsection_title, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth .gsection_title, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 .gsection_title, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type .gsection_title, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth .gsection_title, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 .gsection_title {
          position: absolute;
          left: -77px;
          top: -8px;
          font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
          font-size: 26px;
          color: #fff;
          width: 36px;
          height: 36px;
          background: #1581C2;
          line-height: 36px;
          text-align: center;
          border-radius: 36px;
          font-weight: normal; }
          .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type .gsection_title:before, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth .gsection_title:before, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 .gsection_title:before, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type .gsection_title:before, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth .gsection_title:before, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 .gsection_title:before {
            content: " / ";
            font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
            font-size: 18px;
            color: rgba(66, 85, 99, 0.4);
            position: absolute;
            left: 44px; }
          .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type .gsection_title:after, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth .gsection_title:after, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 .gsection_title:after, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type .gsection_title:after, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth .gsection_title:after, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 .gsection_title:after {
            content: "3";
            font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
            font-size: 18px;
            color: #1581C2;
            position: absolute;
            left: 59px; }
          @media screen and (max-width: 767px) {
            .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type .gsection_title, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth .gsection_title, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 .gsection_title, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type .gsection_title, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth .gsection_title, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 .gsection_title {
              left: calc(50% - 32px); } }
        .checkoutForm_wrapper .gform_body ul.gform_fields:first-of-type .gsection.free .gsection_title:after, .checkoutForm_wrapper .gform_body ul.gform_fields.fullwidth .gsection.free .gsection_title:after, .checkoutForm_wrapper .gform_body ul.gform_fields#gform_fields_4 .gsection.free .gsection_title:after, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields:first-of-type .gsection.free .gsection_title:after, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.fullwidth .gsection.free .gsection_title:after, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields#gform_fields_4 .gsection.free .gsection_title:after {
          content: "1"; }
      .checkoutForm_wrapper .gform_body ul.gform_fields.form_fields, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.form_fields {
        background: #ECF0F0;
        padding: 40px;
        width: calc(50% - 37px);
        margin-left: 37px;
        padding-right: 40px; }
        .checkoutForm_wrapper .gform_body ul.gform_fields.form_fields h2, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.form_fields h2 {
          text-align: center;
          margin-top: 0px; }
        .checkoutForm_wrapper .gform_body ul.gform_fields.form_fields.credit-cards, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.form_fields.credit-cards {
          padding-top: 25px; }
        .checkoutForm_wrapper .gform_body ul.gform_fields.form_fields.no-padding-bottom, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.form_fields.no-padding-bottom {
          padding-bottom: 0; }
        @media screen and (max-width: 960px) {
          .checkoutForm_wrapper .gform_body ul.gform_fields.form_fields, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.form_fields {
            width: 100%;
            margin: 30px 0 10px 0 !important; } }
        @media screen and (max-width: 640px) {
          .checkoutForm_wrapper .gform_body ul.gform_fields.form_fields, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields.form_fields {
            padding: 30px 16px 30px 16px; } }
      .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary {
        margin: 0;
        padding-top: 20px; }
        .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
          .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description {
            width: 60%;
            text-align: left;
            font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
            color: rgba(50, 61, 72, 0.74);
            font-size: 13px;
            margin-bottom: 0; }
            @media screen and (max-width: 640px) {
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description {
                width: 64%;
                padding-right: 0; } }
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul {
              margin-left: 0; }
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                border: none;
                margin: 0;
                padding: 0;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start; }
                .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .left, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .left {
                  width: 60px;
                  text-align: center; }
                  @media screen and (max-width: 640px) {
                    .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .left, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .left {
                      width: 54px; } }
                  .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .left a, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .left a {
                    font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
                    color: rgba(50, 61, 72, 0.4);
                    font-size: 12px; }
                  .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .left img, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .left img {
                    width: 100%;
                    display: block;
                    margin-bottom: 5px; }
                .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .right, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .right {
                  width: calc(100% - 60px);
                  padding-left: 14px;
                  font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
                  color: rgba(50, 61, 72, 0.74);
                  font-size: 14px;
                  line-height: 18px; }
                  @media screen and (max-width: 640px) {
                    .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .right, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .right {
                      width: 100%; } }
                  .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .right p, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .right p {
                    font-size: 14px;
                    text-align: left; }
                  @media screen and (max-width: 640px) {
                    .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .right, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .right {
                      width: calc(100% - 54px);
                      padding-left: 8px; } }
                  .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .right.price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .right.price {
                    color: #323d48;
                    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
                    font-size: 18px;
                    line-height: 18px;
                    text-align: left; }
                    @media screen and (max-width: 640px) {
                      .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .right.price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .right.price {
                        display: none; } }
                  .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .description ul li .right h3, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .description ul li .right h3 {
                    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
                    font-size: 20px;
                    color: #1581C2;
                    margin-top: 5px;
                    margin-bottom: 9px; }
          .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .qty, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .qty {
            width: 20%;
            text-align: right;
            font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
            color: rgba(50, 61, 72, 0.4);
            font-size: 12px; }
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .qty.confirm, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .qty.confirm {
              color: black;
              font-size: 1.3em; }
            @media screen and (max-width: 640px) {
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .qty, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .qty {
                width: 18%; } }
          .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .price {
            width: 20%;
            text-align: right;
            font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
            color: #323d48;
            font-size: 26px;
            text-transform: uppercase; }
            @media screen and (max-width: 640px) {
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .price {
                font-size: 18px;
                width: 18%; }
                .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .price.alignleft, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .price.alignleft {
                  text-align: left; } }
          .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .total_price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .total_price {
            width: 50%;
            margin-left: 50%;
            text-align: right;
            font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
            color: rgba(50, 61, 72, 0.4);
            font-size: 18px;
            margin-top: 20px;
            border-top: 1px solid #d9e1e2;
            padding-top: 20px; }
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .total_price .button, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .total_price .button {
              float: left;
              margin-top: 24px; }
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .total_price h2, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .total_price h2 {
              display: block;
              margin-bottom: 0 !important;
              margin-top: 0px; }
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li .total_price .small, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li .total_price .small {
              font-size: 12px;
              text-transform: inherit;
              font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif; }
          .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:first-child, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:first-child {
            padding-bottom: 10px;
            line-height: 40px; }
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:first-child .description, .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:first-child .qty, .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:first-child .price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:first-child .description, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:first-child .qty, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:first-child .price {
              font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
              color: rgba(50, 61, 72, 0.3);
              font-size: 18px;
              text-transform: uppercase;
              border-bottom: 1px solid #d9e1e2; }
          .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:nth-child(2), .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li.underline, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:nth-child(2), .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li.underline {
            border-bottom: 1px solid #d9e1e2;
            margin-bottom: 20px;
            padding-bottom: 10px; }
            @media screen and (max-width: 640px) {
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:nth-child(2), .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li.underline, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:nth-child(2), .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li.underline {
                margin-bottom: 10px;
                border: none;
                border-bottom: 1px solid #d9e1e2; } }
          @media screen and (max-width: 640px) {
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:nth-last-child(2), .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:nth-last-child(2) {
              margin-bottom: 0; } }
          .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0; }
            .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .qty, .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .qty, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .price {
              line-height: 26px; }
            @media screen and (max-width: 640px) {
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .description, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .description {
                width: 100%;
                -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                order: 4;
                border-top: 1px solid #d9e1e2;
                padding-top: 20px;
                font-size: 13px; }
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .qty, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .qty {
                width: calc(25% - 15px);
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1;
                padding-top: 16px; }
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .price {
                width: calc(25% + 15px);
                -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                order: 2;
                padding-right: 30px;
                padding-top: 16px; }
              .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .total_price, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .total_price {
                border-top: 1px solid #1581C2;
                border-bottom: 1px solid #1581C2;
                width: 50%;
                -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                order: 3;
                margin-left: 0;
                margin-top: 0;
                background: #1581C2;
                color: #fff;
                padding-right: 17px;
                padding-top: 16px;
                padding-bottom: 16px; }
                .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .total_price h2, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .total_price h2 {
                  color: #fff;
                  text-align: right; }
                .checkoutForm_wrapper .gform_body ul.gform_fields .order_summary li:last-child .total_price span, .checkoutForm_wrapper .gform_page .gform_page_fields ul.gform_fields .order_summary li:last-child .total_price span {
                  color: #fff; } }
    .checkoutForm_wrapper .gform_body .ginput_complex .ginput_left, .checkoutForm_wrapper .gform_body .ginput_complex .ginput_right, .checkoutForm_wrapper .gform_page .gform_page_fields .ginput_complex .ginput_left, .checkoutForm_wrapper .gform_page .gform_page_fields .ginput_complex .ginput_right {
      padding: 0;
      width: 100%; }
  .checkoutForm_wrapper.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important; }
  .checkoutForm_wrapper.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning, .checkoutForm_wrapper.gform_wrapper li.gfield.gfield_creditcard_warning {
    padding: 0 !important;
    width: calc(100% - 0px) !important; }
  @media only screen and (max-width: 641px) {
    .checkoutForm_wrapper.gform_wrapper .ginput_container span.gfield_required {
      display: inline-block; } }
  .checkoutForm_wrapper .gform_card_icon_container, .checkoutForm_wrapper .charleft {
    display: none; }
  .checkoutForm_wrapper.gform_wrapper .ginput_container_creditcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .checkoutForm_wrapper.gform_wrapper .ginput_container_creditcard span.ginput_full {
      width: 100%;
      display: block; }
      .checkoutForm_wrapper.gform_wrapper .ginput_container_creditcard span.ginput_full:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2; }
      .checkoutForm_wrapper.gform_wrapper .ginput_container_creditcard span.ginput_full:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; }
      .checkoutForm_wrapper.gform_wrapper .ginput_container_creditcard span.ginput_full:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; }
  .checkoutForm_wrapper.gform_wrapper li.hidden_label input {
    margin-top: 2px; }
  .checkoutForm_wrapper.gform_wrapper .ginput_cardextras {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_left {
    width: calc(50% - 0px);
    margin-right: 14px; }
    @media screen and (max-width: 1280px) {
      .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_left {
        width: calc(50% + 40px);
        margin-right: 10px; } }
    @media screen and (max-width: 640px) {
      .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_left {
        width: calc(66.66% + 0px);
        margin-right: 0;
        margin-bottom: 0 !important; }
        .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_left span.ginput_card_expiration_container {
          min-width: inherit !important; }
        .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_left select {
          width: calc(50% - 10px) !important;
          margin-right: 5px;
          display: inline-block;
          margin-left: 0 !important; } }
  .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_right {
    width: calc(50% - 14px);
    margin-right: 0px; }
    .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_right input.ginput_card_security_code {
      width: 100%;
      margin-top: 2px;
      max-width: 100% !important; }
    .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_right .ginput_card_security_code_icon {
      display: none !important; }
    @media screen and (max-width: 1280px) {
      .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_right {
        width: calc(50% - 50px); } }
    @media screen and (max-width: 640px) {
      .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_right {
        width: calc(33.33% - 0px);
        min-width: inherit !important; }
        .checkoutForm_wrapper.gform_wrapper .ginput_cardinfo_right input.ginput_card_security_code {
          line-height: 1;
          min-height: 40px; } }
  .checkoutForm_wrapper.gform_wrapper .gform_footer {
    background: #ECF0F0;
    width: calc(50% - 37px);
    padding: 0 40px 40px 40px;
    margin-left: calc(50% + 37px);
    margin-right: 0;
    margin-top: -110px;
    margin-bottom: 80px; }
    .checkoutForm_wrapper.gform_wrapper .gform_footer input[type="submit"] {
      width: 100%;
      background: #1581C2;
      font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      letter-spacing: 1px;
      border: none;
      font-size: 20px;
      color: #fff;
      padding: 4px 16px 4px 16px;
      line-height: 1.64;
      margin-bottom: 0px; }
      .checkoutForm_wrapper.gform_wrapper .gform_footer input[type="submit"]:hover {
        background: #1f8ccd;
        color: #fff; }
    @media screen and (max-width: 960px) {
      .checkoutForm_wrapper.gform_wrapper .gform_footer {
        margin-top: -113px;
        width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 640px) {
      .checkoutForm_wrapper.gform_wrapper .gform_footer {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 16px;
        padding-right: 16px;
        width: calc(100% - 32px); } }
  .checkoutForm_wrapper.gform_wrapper .free .gform_footer {
    margin-top: -120px;
    margin-bottom: 80px; }
    @media screen and (max-width: 960px) {
      .checkoutForm_wrapper.gform_wrapper .free .gform_footer.centres_open {
        margin-top: 0px; } }
    @media screen and (max-width: 640px) {
      .checkoutForm_wrapper.gform_wrapper .free .gform_footer input {
        line-height: 1.64 !important; } }
  .checkoutForm_wrapper.gform_wrapper .gform_ajax_spinner {
    padding-left: 0px;
    display: block;
    max-width: 130px;
    margin: 20px auto 0 auto; }

.hubspot_form {
  background: rgba(223, 235, 240, 0.5);
  padding: 60px 20px; }
  .hubspot_form .hbspt-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .hubspot_form form {
    margin-top: 25px;
    max-width: 420px; }
  .hubspot_form .submitted-message p {
    font-size: 25px; }

.hbspt-form label {
  font-weight: normal; }

.hbspt-form .hs_crm_centre_id, .hbspt-form .hs_crm_centre_name, .hbspt-form .hs_crm_centre_email, .hbspt-form .hs_crm_centre_phone_number, .hbspt-form .hs_crm_centre_address, .hbspt-form .hs_country {
  display: none; }

.hbspt-form .hs-fieldtype-text label, .hbspt-form .hs-fieldtype-select label, .hbspt-form .hs-fieldtype-textarea label, .hbspt-form .hs_jenny_craig_centres_nz label {
  display: none; }

.hbspt-form .hs-fieldtype-text ul.hs-error-msgs label, .hbspt-form .hs-fieldtype-select ul.hs-error-msgs label, .hbspt-form .hs-fieldtype-textarea ul.hs-error-msgs label, .hbspt-form .hs_jenny_craig_centres_nz ul.hs-error-msgs label {
  display: block; }

.hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb label {
  display: block;
  margin-bottom: 5px; }

.hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_nsw label, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_nt label, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_wa label, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_sa label, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_qld label, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_act label, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_vic_centres label, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_tas label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_nsw label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_nt label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_wa label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_sa label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_qld label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_act label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_vic_centres label, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_tas label {
  display: none; }

.hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_nsw label.hs-error-msg, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_nt label.hs-error-msg, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_wa label.hs-error-msg, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_sa label.hs-error-msg, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_qld label.hs-error-msg, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_act label.hs-error-msg, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_vic_centres label.hs-error-msg, .hbspt-form #hsForm_6e793b53-ef4b-4ef1-ad07-d4d8e5f2ba95 .hs_jenny_craig_centres_tas label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_nsw label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_nt label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_wa label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_sa label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_qld label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_act label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_vic_centres label.hs-error-msg, .hbspt-form #hsForm_2290e297-ebbf-4785-99da-30174617cacb .hs_jenny_craig_centres_tas label.hs-error-msg {
  display: block; }

.hbspt-form .hs_consultant_photo label {
  display: block; }

.hbspt-form ul.inputs-list.multi-container {
  margin-top: 10px; }

.hbspt-form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 10px) !important; }
  @media screen and (max-width: 480px) {
    .hbspt-form fieldset.form-columns-2 .hs-form-field {
      width: 100% !important; }
      .hbspt-form fieldset.form-columns-2 .hs-form-field.hs_firstname {
        margin-right: 0; } }
  .hbspt-form fieldset.form-columns-2 .hs-form-field.hs_firstname {
    margin-right: 20px; }

.hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de, .hbspt-form .success-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_nsw label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_nt label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_wa label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_sa label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_qld label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_act label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_vic_centres label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_tas label, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_nz label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_nsw label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_nt label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_wa label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_sa label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_qld label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_act label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_vic_centres label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_tas label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_nz label, .hbspt-form .success-story .hs_jenny_craig_centres_nsw label, .hbspt-form .success-story .hs_jenny_craig_centres_nt label, .hbspt-form .success-story .hs_jenny_craig_centres_wa label, .hbspt-form .success-story .hs_jenny_craig_centres_sa label, .hbspt-form .success-story .hs_jenny_craig_centres_qld label, .hbspt-form .success-story .hs_jenny_craig_centres_act label, .hbspt-form .success-story .hs_vic_centres label, .hbspt-form .success-story .hs_jenny_craig_centres_tas label, .hbspt-form .success-story .hs_jenny_craig_centres_nz label {
    display: none; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_nsw label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_nt label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_wa label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_sa label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_qld label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_act label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_vic_centres label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_tas label.hs-error-msg, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_jenny_craig_centres_nz label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_nsw label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_nt label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_wa label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_sa label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_qld label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_act label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_vic_centres label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_tas label.hs-error-msg, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_jenny_craig_centres_nz label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_nsw label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_nt label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_wa label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_sa label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_qld label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_act label.hs-error-msg, .hbspt-form .success-story .hs_vic_centres label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_tas label.hs-error-msg, .hbspt-form .success-story .hs_jenny_craig_centres_nz label.hs-error-msg {
    display: block; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de label, .hbspt-form .success-story label {
    display: block;
    font-family: 'helvetica_neue_bold', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 2px; }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 label .hs-form-required, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de label .hs-form-required, .hbspt-form .success-story label .hs-form-required {
      margin-left: 3px;
      color: #b3001b; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 legend, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de legend, .hbspt-form .success-story legend {
    font-size: 13px; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 ul.hs-error-msgs label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de ul.hs-error-msgs label, .hbspt-form .success-story ul.hs-error-msgs label {
    font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_submit, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_submit, .hbspt-form .success-story fieldset, .hbspt-form .success-story .hs_submit {
    width: 100%; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-2 .hs-form-field, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-2 .hs-form-field, .hbspt-form .success-story fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 10px);
    float: left; }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-2 .hs-form-field.hs_phone, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-2 .hs-form-field.hs_time_frame, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-2 .hs-form-field.hs_phone, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-2 .hs-form-field.hs_time_frame, .hbspt-form .success-story fieldset.form-columns-2 .hs-form-field.hs_phone, .hbspt-form .success-story fieldset.form-columns-2 .hs-form-field.hs_time_frame {
      margin-right: 20px; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(6), .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(6), .hbspt-form .success-story fieldset:nth-child(6) {
    width: calc(50% - 10px); }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(6) .hs-form-field, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(6) .hs-form-field, .hbspt-form .success-story fieldset:nth-child(6) .hs-form-field {
      width: 100% !important; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(7), .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(7), .hbspt-form .success-story fieldset:nth-child(7) {
    width: calc(50% - 10px);
    margin-left: 20px; }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(7) .hs-form-field, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(7) .hs-form-field, .hbspt-form .success-story fieldset:nth-child(7) .hs-form-field {
      width: 100% !important; }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(7) .hs_crm_kilos_lost, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(7) .hs_crm_kilos_lost, .hbspt-form .success-story fieldset:nth-child(7) .hs_crm_kilos_lost {
      background: rgba(223, 235, 240, 0.5);
      height: 121px;
      text-align: center;
      margin-top: 23px;
      padding-top: 20px; }
      .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(7) .hs_crm_kilos_lost label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(7) .hs_crm_kilos_lost label, .hbspt-form .success-story fieldset:nth-child(7) .hs_crm_kilos_lost label {
        font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
        color: #323d48;
        font-size: 26px;
        font-weight: normal;
        line-height: 1.35;
        letter-spacing: 1px; }
        .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(7) .hs_crm_kilos_lost label span, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(7) .hs_crm_kilos_lost label span, .hbspt-form .success-story fieldset:nth-child(7) .hs_crm_kilos_lost label span {
          text-align: center; }
      .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset:nth-child(7) .hs_crm_kilos_lost input, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset:nth-child(7) .hs_crm_kilos_lost input, .hbspt-form .success-story fieldset:nth-child(7) .hs_crm_kilos_lost input {
        font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
        color: #1581C2;
        font-size: 42px;
        font-weight: normal;
        line-height: 20px !important;
        text-align: center;
        background: none;
        padding: 0 !important; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-3, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-3, .hbspt-form .success-story fieldset.form-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 150px; }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-3 .hs-form-field, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-3 .hs-form-field, .hbspt-form .success-story fieldset.form-columns-3 .hs-form-field {
      float: none;
      width: calc(50% - 10px);
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-3 .hs_crm_kilos_lost, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-3 .hs_crm_kilos_lost, .hbspt-form .success-story fieldset.form-columns-3 .hs_crm_kilos_lost {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      background: rgba(223, 235, 240, 0.5);
      height: 120px;
      text-align: center;
      margin-top: 23px;
      padding-top: 20px; }
      .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-3 .hs_crm_kilos_lost label, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-3 .hs_crm_kilos_lost label, .hbspt-form .success-story fieldset.form-columns-3 .hs_crm_kilos_lost label {
        font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
        color: #323d48;
        font-size: 26px;
        font-weight: normal;
        line-height: 1.35;
        letter-spacing: 1px; }
        .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-3 .hs_crm_kilos_lost label span, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-3 .hs_crm_kilos_lost label span, .hbspt-form .success-story fieldset.form-columns-3 .hs_crm_kilos_lost label span {
          text-align: center; }
      .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 fieldset.form-columns-3 .hs_crm_kilos_lost input, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de fieldset.form-columns-3 .hs_crm_kilos_lost input, .hbspt-form .success-story fieldset.form-columns-3 .hs_crm_kilos_lost input {
        font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
        color: #1581C2;
        font-size: 42px;
        font-weight: normal;
        line-height: 20px !important;
        text-align: center;
        background: none;
        padding: 0 !important; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 textarea, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de textarea, .hbspt-form .success-story textarea {
    width: 100%;
    resize: none;
    overflow: auto;
    height: 117px;
    border: none;
    padding: 9px 16px; }
  .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_after_photo .input, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_before_photo .input, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_after_photo .input, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_before_photo .input, .hbspt-form .success-story .hs_after_photo .input, .hbspt-form .success-story .hs_before_photo .input {
    position: relative; }
    .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_after_photo .input:after, .hbspt-form #hsForm_46fe2147-39b0-46a1-8c88-850bba39f598 .hs_before_photo .input:after, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_after_photo .input:after, .hbspt-form #hsForm_9252fbe7-3259-4e0d-aee4-a16fda6e32de .hs_before_photo .input:after, .hbspt-form .success-story .hs_after_photo .input:after, .hbspt-form .success-story .hs_before_photo .input:after {
      font-family: 'icomoon' !important;
      content: "\e98c";
      color: #0081c6;
      position: absolute;
      right: 11px;
      top: 7px;
      font-size: 24px;
      color: rgba(50, 61, 72, 0.7); }

.hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 ul.multi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 15px; }
  .hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 ul.multi-container li {
    width: 33% !important; }
  @media screen and (max-width: 640px) {
    .hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 ul.multi-container li {
      width: 50% !important;
      margin-bottom: 5px !important; } }

.hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 .hs-richtext {
  margin-bottom: 24px; }
  @media screen and (max-width: 640px) {
    .hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 .hs-richtext {
      text-align: center;
      margin-top: 10px; }
      .hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 .hs-richtext p {
        font-size: 14px; } }

@media screen and (max-width: 640px) {
  .hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 .hs_wb_e_book_choice {
    text-align: center; }
    .hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 .hs_wb_e_book_choice span {
      font-size: 14px;
      text-align: center; }
    .hbspt-form #hsForm_240dc83e-2ef0-40a1-b5a8-c5516a60b342 .hs_wb_e_book_choice .input span {
      text-align: left; } }

.hbspt-form fieldset {
  max-width: 100% !important; }

.hbspt-form legend {
  font-size: inherit;
  margin-bottom: 10px; }

.hbspt-form ul.hs-error-msgs {
  list-style: none;
  font-size: 14px; }
  .hbspt-form ul.hs-error-msgs li {
    padding-left: 0 !important;
    position: relative;
    width: auto !important;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 15px !important; }
    @media screen and (max-width: 640px) {
      .hbspt-form ul.hs-error-msgs li {
        width: 100% !important;
        display: block; } }
    .hbspt-form ul.hs-error-msgs li:before {
      content: "" !important;
      position: absolute;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      left: 9px !important;
      top: -4px !important;
      display: block;
      background: red; }
  .hbspt-form ul.hs-error-msgs label {
    display: inline-block;
    color: #fff;
    background: red;
    padding: 5px 10px;
    border-radius: 7px;
    width: 100%; }

.hbspt-form .hs-richtext {
  font-size: 12px;
  margin-bottom: 10px; }

.hbspt-form .legal-consent-container .hs-richtext:first-of-type {
  display: none; }

.hbspt-form ul.inputs-list {
  padding: 0;
  margin: 0; }

.hbspt-form input[type="submit"] {
  width: 100%;
  background: #1581C2;
  font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 20px;
  color: white;
  padding: 4px 16px 4px 16px;
  line-height: 1.64;
  border: 0 none; }
  .hbspt-form input[type="submit"]:hover {
    background: #1f8ccd; }

@media screen and (max-width: 480px) {
  .hbspt-form .hs_wb_been_to_jc_before, .hbspt-form .hs_are_you_interested_in_home_delivery, .hbspt-form .hs_wb_jcah_interest {
    width: 100% !important; }
    .hbspt-form .hs_wb_been_to_jc_before ul, .hbspt-form .hs_are_you_interested_in_home_delivery ul, .hbspt-form .hs_wb_jcah_interest ul {
      margin-bottom: 10px !important; }
      .hbspt-form .hs_wb_been_to_jc_before ul li, .hbspt-form .hs_are_you_interested_in_home_delivery ul li, .hbspt-form .hs_wb_jcah_interest ul li {
        margin-bottom: 0 !important; } }

.hbspt-form .hs_wb_been_to_jc_before ul, .hbspt-form .hs_are_you_interested_in_home_delivery ul, .hbspt-form .hs_wb_jcah_interest ul {
  margin-bottom: 5px !important; }

.hbspt-form .hs_wb_been_to_jc_before label span, .hbspt-form .hs_are_you_interested_in_home_delivery label span, .hbspt-form .hs_wb_jcah_interest label span {
  font-size: 14px; }

@media screen and (max-width: 480px) {
  .hbspt-form .hs_are_you_interested_in_home_delivery ul.multi-container {
    margin-bottom: 10px !important; } }

.hbspt-form .input {
  margin-right: 0 !important; }
  .hbspt-form .input input, .hbspt-form .input select, .hbspt-form .input textarea {
    width: 100% !important;
    height: inherit !important;
    padding: 9px 16px;
    color: rgba(50, 61, 72, 0.74);
    font-size: 14px;
    line-height: 1.64 !important;
    margin-bottom: 15px !important;
    border: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #fff;
    padding-left: 9px !important;
    margin-right: 0px;
    min-height: 40px !important; }
  .hbspt-form .input select::-ms-expand {
    display: none; }
  .hbspt-form .input textarea {
    min-height: 117px !important; }
  .hbspt-form .input select {
    width: 100%;
    height: inherit !important;
    min-height: 40px;
    background-image: url(./images/arrow-down-grey.png);
    background-size: 24px 24px;
    background-position: right center;
    background-color: #fff;
    background-repeat: no-repeat; }
    .hbspt-form .input select [disabled] {
      color: rgba(27, 33, 45, 0.4); }
  .hbspt-form .input .hs-form-booleancheckbox, .hbspt-form .input .hs-form-checkbox {
    width: 100% !important;
    display: block;
    margin: 0 0 15px 0 !important;
    cursor: pointer;
    padding-left: 0 !important;
    /* Create a custom checkbox */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .hbspt-form .input .hs-form-booleancheckbox:before, .hbspt-form .input .hs-form-checkbox:before {
      content: "" !important; }
    @media screen and (max-width: 480px) {
      .hbspt-form .input .hs-form-booleancheckbox, .hbspt-form .input .hs-form-checkbox {
        font-size: 11px; } }
    .hbspt-form .input .hs-form-booleancheckbox input, .hbspt-form .input .hs-form-checkbox input {
      width: inherit !important;
      position: absolute;
      opacity: 0;
      cursor: pointer;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;
      border-radius: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0; }
    .hbspt-form .input .hs-form-booleancheckbox label, .hbspt-form .input .hs-form-checkbox label {
      display: block; }
      .hbspt-form .input .hs-form-booleancheckbox label span:not(.hs-form-required), .hbspt-form .input .hs-form-checkbox label span:not(.hs-form-required) {
        display: block;
        position: relative;
        padding-left: 37px;
        margin-left: 0;
        font-size: 13px;
        margin-right: 0px;
        color: rgba(50, 61, 72, 0.74);
        font-weight: normal;
        cursor: pointer; }
        .hbspt-form .input .hs-form-booleancheckbox label span:not(.hs-form-required) span, .hbspt-form .input .hs-form-checkbox label span:not(.hs-form-required) span {
          padding: 0; }
          .hbspt-form .input .hs-form-booleancheckbox label span:not(.hs-form-required) span:before, .hbspt-form .input .hs-form-checkbox label span:not(.hs-form-required) span:before {
            display: none; }
        @media screen and (max-width: 480px) {
          .hbspt-form .input .hs-form-booleancheckbox label span:not(.hs-form-required), .hbspt-form .input .hs-form-checkbox label span:not(.hs-form-required) {
            padding-bottom: 11px; } }
        .hbspt-form .input .hs-form-booleancheckbox label span:not(.hs-form-required):before, .hbspt-form .input .hs-form-checkbox label span:not(.hs-form-required):before {
          content: "";
          height: 24px;
          width: 24px !important;
          background-color: #fff;
          position: absolute;
          left: 0;
          top: -2px;
          display: block; }
      .hbspt-form .input .hs-form-booleancheckbox label span.hs-form-required, .hbspt-form .input .hs-form-checkbox label span.hs-form-required {
        display: none; }
    .hbspt-form .input .hs-form-booleancheckbox:hover input + span:before, .hbspt-form .input .hs-form-checkbox:hover input + span:before {
      background-color: #fff; }
    .hbspt-form .input .hs-form-booleancheckbox input:checked + span:before, .hbspt-form .input .hs-form-checkbox input:checked + span:before {
      background-color: #1581C2; }
    .hbspt-form .input .hs-form-booleancheckbox span:after, .hbspt-form .input .hs-form-checkbox span:after {
      content: "";
      position: absolute;
      display: none; }
    .hbspt-form .input .hs-form-booleancheckbox input:checked + span:after, .hbspt-form .input .hs-form-checkbox input:checked + span:after {
      display: block; }
    .hbspt-form .input .hs-form-booleancheckbox span:after, .hbspt-form .input .hs-form-checkbox span:after {
      font-family: 'icomoon' !important;
      content: "\e960";
      position: absolute;
      left: 2px;
      top: -3px;
      width: 5px;
      height: 10px;
      color: #fff;
      font-size: 20px;
      line-height: 24px; }
  .hbspt-form .input .hs-form-radio {
    width: auto !important;
    display: inline-block;
    margin: 0 10px 15px 0;
    cursor: pointer;
    padding-left: 0 !important;
    /* Create a custom checkbox */
    /* On mouse-over, add a grey background color */
    /* When the checkbox is checked, add a blue background */
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */ }
    .hbspt-form .input .hs-form-radio:before {
      content: "" !important; }
    @media screen and (max-width: 480px) {
      .hbspt-form .input .hs-form-radio {
        font-size: 11px;
        margin-bottom: 0; } }
    .hbspt-form .input .hs-form-radio input {
      width: inherit !important;
      display: inline-block;
      position: absolute;
      opacity: 0;
      cursor: pointer; }
    .hbspt-form .input .hs-form-radio label {
      display: block; }
      .hbspt-form .input .hs-form-radio label span {
        display: inline-block;
        position: relative;
        padding-left: 37px;
        margin-left: 0;
        font-size: 13px;
        margin-right: 10px;
        color: rgba(50, 61, 72, 0.74);
        font-weight: normal;
        cursor: pointer; }
        @media screen and (max-width: 480px) {
          .hbspt-form .input .hs-form-radio label span {
            padding-bottom: 11px; } }
        .hbspt-form .input .hs-form-radio label span:before {
          content: "";
          height: 24px;
          width: 24px !important;
          background-color: #fff;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: -2px;
          display: block; }
    .hbspt-form .input .hs-form-radio:hover input + span:before {
      background-color: #fff; }
    .hbspt-form .input .hs-form-radio input:checked + span:after {
      background-color: #1581C2; }
    .hbspt-form .input .hs-form-radio span:after {
      content: "";
      position: absolute;
      display: none; }
    .hbspt-form .input .hs-form-radio input:checked + span:after {
      display: block; }
    .hbspt-form .input .hs-form-radio span:after {
      position: absolute;
      top: 2px;
      left: 4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: white; }
  .hbspt-form .input ::-webkit-input-placeholder {
    color: rgba(27, 33, 45, 0.4); }
  .hbspt-form .input :-ms-input-placeholder {
    color: rgba(27, 33, 45, 0.4); }
  .hbspt-form .input ::-ms-input-placeholder {
    color: rgba(27, 33, 45, 0.4); }
  .hbspt-form .input ::placeholder {
    color: rgba(27, 33, 45, 0.4); }

.signupform {
  text-align: left;
  margin-top: 20px; }
  .signupform h3.desktop {
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(50, 61, 72, 0.74); }
    .signupform h3.desktop span {
      font-family: 'Fira Sans',sans-serif;
      font-weight: normal;
      color: #1581C2;
      font-size: 37px; }
    @media screen and (max-width: 960px) {
      .signupform h3.desktop {
        text-align: center; } }
  .signupform h3.mobile {
    display: none;
    text-align: center; }
    .signupform h3.mobile span {
      font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
      color: #fff;
      font-size: 14px;
      color: rgba(50, 61, 72, 0.74);
      margin-top: 10px; }
    @media screen and (max-width: 640px) {
      .signupform h3.mobile {
        display: block; }
        .signupform h3.mobile span {
          display: block; } }
  .signupform form {
    max-width: 500px;
    position: relative;
    padding-bottom: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    @media screen and (max-width: 960px) {
      .signupform form {
        max-width: 100%; } }
    .signupform form.hs-form .input .hs-form-booleancheckbox label span:before {
      top: -4px; }
    .signupform form .hs-error-msgs {
      margin-top: 10px;
      margin-bottom: 0;
      font-size: 13px; }
    .signupform form .input input {
      margin-bottom: 0;
      border: 1px solid #DFEBF0 !important; }
    .signupform form .inputs-list {
      padding-left: 0 !important; }
    .signupform form .hs-form-field {
      margin-bottom: -5px; }
    .signupform form .one_half, .signupform form .hs_firstname {
      width: calc(50% - 5px);
      margin-right: 10px; }
    .signupform form .hs_lastname {
      width: calc(50% - 5px);
      margin-right: 0px; }
    .signupform form .two_third, .signupform form .hs_email {
      width: calc(66.6% - 5px);
      margin-right: 10px; }
      @media screen and (max-width: 640px) {
        .signupform form .two_third, .signupform form .hs_email {
          width: 100% !important;
          margin-right: 0px;
          margin-bottom: -5px; } }
    .signupform form .one_third, .signupform form .hs_submit {
      width: calc(33.3% - 5px);
      margin-right: 0px;
      display: inline-block;
      margin-bottom: 10px; }
      @media screen and (max-width: 640px) {
        .signupform form .one_third, .signupform form .hs_submit {
          width: 100% !important;
          margin-right: 0px;
          margin-bottom: 10px; } }
    .signupform form .hs-fieldtype-booleancheckbox {
      bottom: 0px;
      position: absolute;
      width: 100%;
      left: 0;
      color: rgba(0, 25, 39, 0.74); }
      @media screen and (max-width: 480px) {
        .signupform form .hs-fieldtype-booleancheckbox {
          bottom: 3px; } }
      .signupform form .hs-fieldtype-booleancheckbox ul {
        margin: 0;
        padding-left: 0; }
      .signupform form .hs-fieldtype-booleancheckbox label {
        font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif; }
        .signupform form .hs-fieldtype-booleancheckbox label span {
          padding-bottom: 0 !important; }
          @media screen and (max-width: 480px) {
            .signupform form .hs-fieldtype-booleancheckbox label span {
              font-size: 12px; } }
  .signupform input[type='text'] {
    border: none;
    padding: 9px 16px;
    color: rgba(50, 61, 72, 0.74);
    font-size: 14px;
    line-height: 1.64;
    margin-bottom: 0px; }
  .signupform input[type='submit'] {
    background: #1581C2;
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    font-size: 20px;
    color: #fff;
    padding: 4px 16px 4px 16px;
    line-height: 1.64;
    margin-bottom: 0px; }
    @media screen and (max-width: 480px) {
      .signupform input[type='submit'] {
        padding: 4px 8px 4px 8px;
        font-size: 20px;
        height: 40px; } }
    .signupform input[type='submit']:hover {
      background: #1f8ccd; }
  .signupform .checkbox {
    display: block;
    position: relative;
    float: left;
    margin: 0;
    font-size: 13px;
    color: rgba(50, 61, 72, 0.74);
    padding-left: 35px;
    line-height: 25px;
    cursor: pointer; }
    @media screen and (max-width: 480px) {
      .signupform .checkbox {
        font-size: 11px; } }
    .signupform .checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer; }

.gfield_creditcard_warning_message {
  display: none; }

.gform_wrapper li.gfield.gfield_error.gfield_creditcard_warning, .gform_wrapper li.gfield.gfield_creditcard_warning {
  padding: 0 !important;
  border: none !important;
  background: none; }

#memAgreementWrap {
  font-size: 14px; }
  #memAgreementWrap p {
    font-size: 14px; }
  #memAgreementWrap ol {
    list-style-position: outside;
    padding-left: 20px; }
    #memAgreementWrap ol li {
      margin-bottom: 5px; }
      #memAgreementWrap ol li ul {
        padding-left: 26px; }
        #memAgreementWrap ol li ul li {
          list-style: none;
          padding-left: 20px;
          position: relative; }
          #memAgreementWrap ol li ul li:before {
            content: " - ";
            position: absolute;
            left: 0; }
          #memAgreementWrap ol li ul li.noindex {
            padding-left: 0px; }
            #memAgreementWrap ol li ul li.noindex:before {
              content: ""; }
      #memAgreementWrap ol li ol {
        list-style-type: lower-alpha;
        padding-left: 17px; }

form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] ul.multi-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 15px; }
  form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] ul.multi-container li.hs-form-checkbox {
    width: 33% !important; }
  @media screen and (max-width: 640px) {
    form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] ul.multi-container li.hs-form-checkbox {
      width: 50% !important;
      margin-bottom: 5px !important; } }

form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] .hs-richtext {
  margin-bottom: 24px; }
  @media screen and (max-width: 640px) {
    form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] .hs-richtext {
      text-align: center;
      margin-top: 10px; }
      form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] .hs-richtext p {
        font-size: 14px; } }

@media screen and (max-width: 640px) {
  form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] .hs_wb_e_book_choice {
    text-align: center; }
    form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] .hs_wb_e_book_choice span {
      font-size: 14px;
      text-align: center; }
    form[data-form-id="240dc83e-2ef0-40a1-b5a8-c5516a60b342"] .hs_wb_e_book_choice .input span {
      text-align: left; } }

.gform_wrapper .gform_ajax_spinner {
  padding-left: 0px;
  display: block;
  max-width: 130px;
  margin: 20px auto 0 auto; }

.returning_member .gfield_label {
  margin-bottom: 10px; }

.returning_member .gfield_checkbox label:before {
  border-radius: 2px;
  border: 2px solid #c1c1c1; }

.html_banner {
  margin-top: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #01A6C4;
  font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
  font-size: 65px;
  color: #fff; }
  .html_banner a {
    text-decoration: none;
    color: inherit;
    text-align: center; }
    .html_banner a:hover {
      text-decoration: none; }
  .html_banner .line1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .html_banner .first_letter {
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif; }
  .html_banner .mobile_only {
    display: none; }
  .html_banner span {
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
    font-size: 150px;
    padding: 0 20px; }
    .html_banner span:first-of-type {
      padding-left: 5px; }
  .html_banner sup {
    font-size: 31px;
    top: -25px; }
  .html_banner .button {
    background: #1581C2;
    color: #fff;
    padding: 15px 53px;
    font-size: 30px;
    margin-left: 60px; }
    .html_banner .button:hover {
      background: #fff;
      color: #1f8ccd; }
  .html_banner.spring_1 {
    background: #5bc3ac; }
    .html_banner.spring_1 .line2 {
      line-height: 60px;
      text-align: center;
      max-width: 265px; }
    .html_banner.spring_1 .free_delivery {
      background: url("./images/banners/signpost.svg") no-repeat center;
      color: #5bc3ac;
      width: 375px;
      font-size: 60px;
      background-size: 100% auto;
      padding-left: 15px;
      margin-left: 20px; }
      .html_banner.spring_1 .free_delivery strong {
        font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif; }
      .html_banner.spring_1 .free_delivery sup {
        margin-left: -8px; }
    .html_banner.spring_1 .button {
      padding: 18px 15px;
      font-size: 30px;
      margin-left: 30px; }
  @media screen and (max-width: 1280px) {
    .html_banner.spring_1 {
      font-size: 55px; } }
  @media screen and (max-width: 1170px) {
    .html_banner {
      font-size: 50px; }
      .html_banner span {
        font-size: 122px;
        padding: 0 15px; }
      .html_banner .button {
        font-size: 26px;
        padding: 10px 35px; }
      .html_banner sup {
        font-size: 25px;
        top: -21px; }
      .html_banner.spring_1 .line2 {
        line-height: 47px; }
      .html_banner.spring_1 .free_delivery {
        width: 305px;
        font-size: 45px; }
      .html_banner.spring_1 .button {
        padding: 12px 10px;
        font-size: 23px;
        margin-left: 20px; } }
  @media screen and (max-width: 960px) {
    .html_banner {
      font-size: 38px; }
      .html_banner span {
        font-size: 93px;
        padding: 0 15px; }
      .html_banner .button {
        font-size: 20px;
        padding: 10px 20px;
        margin-left: 40px; }
      .html_banner sup {
        font-size: 20px;
        top: -15px; }
      .html_banner.spring_1 .line2 {
        line-height: 37px;
        font-size: 40px;
        max-width: 160px; }
      .html_banner.spring_1 .free_delivery {
        width: 195px;
        font-size: 30px; }
        .html_banner.spring_1 .free_delivery sup {
          margin-left: -4px;
          font-size: 15px; }
      .html_banner.spring_1 .button {
        font-size: 20px;
        padding: 10px 15px; } }
  @media screen and (max-width: 767px) {
    .html_banner {
      font-size: 30px; }
      .html_banner span {
        font-size: 80px;
        padding: 0 10px; }
      .html_banner .button {
        font-size: 20px;
        padding: 10px 20px;
        margin-left: 40px; }
      .html_banner sup {
        font-size: 16px;
        top: -13px; }
      .html_banner.spring_1 .line2 {
        line-height: 33px;
        font-size: 35px;
        max-width: 140px; }
      .html_banner.spring_1 .free_delivery {
        width: 145px;
        font-size: 24px;
        margin-left: 10px;
        padding-left: 5px; }
        .html_banner.spring_1 .free_delivery sup {
          margin-left: -3px;
          font-size: 16px;
          top: -7px; }
      .html_banner.spring_1 .button {
        font-size: 20px;
        padding: 10px 10px;
        min-width: 86px;
        margin-left: 10px; } }
  @media screen and (max-width: 640px) {
    .html_banner {
      font-size: 74px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .html_banner div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .html_banner span {
        font-size: 220px;
        padding: 0 10px; }
      .html_banner .line1 {
        width: 100%;
        text-align: center;
        font-size: 65px;
        line-height: 65px;
        padding-top: 80px; }
        .html_banner .line1 .first_letter {
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          font-size: 110px; }
        .html_banner .line1 .mobile_only {
          display: block; }
        .html_banner .line1 span {
          line-height: 200px; }
      .html_banner .line2 {
        width: 100%;
        text-align: center;
        line-height: 65px;
        position: relative; }
        .html_banner .line2 sup {
          font-size: 30px;
          position: absolute;
          right: 43px;
          bottom: 48px;
          top: inherit; }
      .html_banner .button {
        padding: 15px 53px;
        font-size: 30px;
        margin: 85px auto 45px auto; }
      .html_banner.spring_1 span {
        font-size: 138px;
        padding: 0 10px; }
      .html_banner.spring_1 .line1 {
        font-size: 65px;
        padding-top: 70px; }
        .html_banner.spring_1 .line1 span {
          line-height: 110px; }
      .html_banner.spring_1 .line2 {
        line-height: 66px;
        font-size: 78px;
        max-width: inherit; }
        .html_banner.spring_1 .line2 sup {
          right: 37px;
          bottom: 51px; }
      .html_banner.spring_1 .free_delivery {
        width: 78%;
        font-size: 50px;
        margin-left: 0px;
        padding-left: 15px;
        margin-top: 20px;
        margin-bottom: 20px; }
        .html_banner.spring_1 .free_delivery sup {
          margin-left: -6px;
          font-size: 27px;
          top: -16px; }
      .html_banner.spring_1 .button {
        padding: 15px 53px;
        font-size: 30px;
        margin: 127px auto 45px auto;
        min-width: inherit;
        position: relative; }
        .html_banner.spring_1 .button:after {
          font-family: 'icomoon' !important;
          content: "\e96c";
          color: #fff;
          font-size: 100px;
          position: absolute;
          left: calc(50% - 93px);
          top: -88px; } }
  @media screen and (max-width: 480px) {
    .html_banner {
      font-size: 48px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .html_banner span {
        font-size: 150px;
        padding: 0 10px; }
      .html_banner div.line1 {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
        padding-top: 60px; }
        .html_banner div.line1 .first_letter {
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          font-size: 68px; }
        .html_banner div.line1 span {
          line-height: 122px; }
      .html_banner .line2 {
        width: 100%;
        text-align: center;
        line-height: 40px;
        position: relative;
        padding: 0 20px; }
        .html_banner .line2 sup {
          font-size: 28px;
          position: absolute;
          left: calc(50% + 93px);
          right: inherit;
          bottom: 29px;
          top: inherit; }
      .html_banner .button {
        font-size: 20px;
        padding: 10px 42px;
        margin: 55px auto 35px auto; }
      .html_banner.spring_1 span {
        font-size: 100px;
        padding: 0 10px; }
      .html_banner.spring_1 .line1 {
        font-size: 65px;
        padding-top: 70px; }
        .html_banner.spring_1 .line1 span {
          line-height: 79px; }
      .html_banner.spring_1 .line2 {
        line-height: 47px;
        font-size: 56px; }
        .html_banner.spring_1 .line2 sup {
          right: 13px;
          bottom: 33px; }
      .html_banner.spring_1 .free_delivery {
        width: 90%;
        font-size: 42px; }
        .html_banner.spring_1 .free_delivery sup {
          font-size: 23px;
          top: -16px; }
      .html_banner.spring_1 .button:after {
        font-size: 90px; } }
  @media screen and (max-width: 374px) {
    .html_banner.spring_1 .line2 sup {
      right: -14px; }
    .html_banner.spring_1 .free_delivery {
      width: 90%;
      font-size: 35px; }
      .html_banner.spring_1 .free_delivery sup {
        font-size: 19px;
        top: -13px; } }

.spring_1 .free_delivery {
  display: inline-block;
  width: 30%; }
  .spring_1 .free_delivery svg {
    width: 100%; }

.jc-popup-container {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: fixed;
  vertical-align: middle;
  z-index: 999910;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0 auto;
  overflow: hidden;
  max-width: 90%; }
  .jc-popup-container a.jc-popup-link {
    text-decoration: none; }
  .jc-popup-container.jc-popup-mobile {
    width: 320px; }
  .jc-popup-container.jc-popup-desktop {
    width: 760px; }
  .jc-popup-container.bottom-left {
    bottom: 0;
    left: 0;
    top: initial;
    -webkit-transform: none;
    transform: none; }
  .jc-popup-container.bottom-right {
    bottom: 0;
    left: initial;
    right: 0;
    top: initial;
    -webkit-transform: none;
    transform: none; }
  .jc-popup-container.custom-width {
    width: auto; }

.jc-popup-close-btn {
  background-color: rgba(255, 255, 255, 0.6);
  border: 0;
  border-radius: 50%;
  color: #525151;
  cursor: pointer;
  font-family: Arial,sans-serif;
  font-size: 20px;
  height: 20px;
  line-height: 1;
  outline: none;
  padding: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  -webkit-transition: background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out,background-color .2s ease-in-out;
  transition: transform .2s ease-in-out,background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
  width: 20px;
  z-index: 1; }

.jc-popup-overlay {
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%; }

.jc-popup-close-btn:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

@media screen and (max-width: 480px) {
  .jc-popup-container.bottom-left {
    width: 100%;
    max-width: 100%; } }

.email-sign-up-form.thankyou {
  background: #e9ebed !important; }
  .email-sign-up-form.thankyou .popup-right h4 {
    display: none; }
  .email-sign-up-form.thankyou .submitted-message p {
    color: #2f3941 !important; }
    @media screen and (max-width: 480px) {
      .email-sign-up-form.thankyou .submitted-message p {
        text-align: center;
        margin-top: 10px; } }

@media screen and (max-width: 640px) {
  .email-sign-up-form {
    margin-bottom: 78px; } }

@media screen and (max-width: 480px) {
  .email-sign-up-form {
    padding: 30px 20px !important;
    width: 100% !important; } }

@media screen and (max-width: 480px) {
  .email-sign-up-form .popup-left {
    width: 100% !important;
    margin-right: 0 !important; }
    .email-sign-up-form .popup-left img {
      width: 150px; } }

.email-sign-up-form .popup-right {
  text-align: left; }
  .email-sign-up-form .popup-right h4 {
    font-family: 'helvetica_neueregular';
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-align: left;
    letter-spacing: inherit; }
    @media screen and (max-width: 640px) {
      .email-sign-up-form .popup-right h4 {
        text-align: left; } }
    @media screen and (max-width: 480px) {
      .email-sign-up-form .popup-right h4 {
        margin-top: 10px;
        text-align: center; } }
  @media screen and (max-width: 480px) {
    .email-sign-up-form .popup-right {
      width: 100% !important; } }

.email-sign-up-form .jc-popup-link {
  margin-top: 20px;
  padding: 8px 15px;
  font-family: 'helvetica_neueregular';
  letter-spacing: inherit;
  background: #1581C2;
  color: #fff; }
  .email-sign-up-form .jc-popup-link:hover {
    background: #fff;
    color: #1f8ccd; }
  @media screen and (max-width: 480px) {
    .email-sign-up-form .jc-popup-link {
      width: 100% !important; } }

.email-sign-up-form .hbspt-form input[type="text"] {
  min-height: 35px !important;
  margin-bottom: 10px !important;
  padding: 6px 15px; }

.email-sign-up-form .hbspt-form .hs-button {
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    .email-sign-up-form .hbspt-form .hs-button {
      margin-bottom: 0; } }
  .email-sign-up-form .hbspt-form .hs-button:hover {
    background: #fff;
    color: #1581C2; }

.email-sign-up-form .hbspt-form .submitted-message p {
  color: #fff; }

.cta-solid-blue-rounded:focus, .cta-solid-lightblue-rounded:focus, .cta-solid-yellow-rounded:focus, .cta-solid-lightyellow-rounded:focus {
  outline: none !important; }

.cta-solid-white-rounded {
  border: 0;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ffffff;
  height: 8vw;
  max-height: 52px;
  color: #1B82C2;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  line-height: 20px; }

.cta-solid-white-rounded:hover {
  background-color: #ffffff; }

.cta-solid-blue-rounded {
  border: 0;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #1581C2;
  height: 8vw;
  max-height: 52px;
  color: #ffffff;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  line-height: 20px; }

.cta-solid-blue-rounded:hover {
  background-color: #1f8ccd; }

.cta-solid-lightblue-rounded {
  border: 0;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #DFEBF0;
  height: 8vw;
  max-height: 52px;
  color: #16384E;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  line-height: 20px; }

.cta-solid-lightblue-rounded:hover {
  background-color: #b7dee5; }

.cta-solid-lightyellow-rounded {
  border: 0;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FBE9C1;
  height: 8vw;
  max-height: 52px;
  color: #16384E;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  line-height: 20px; }

.cta-solid-yellow-rounded:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fed45b), color-stop(45%, #fecb4f), to(#fdbc49));
  background: linear-gradient(to bottom, #fed45b 0, #fecb4f 45%, #fdbc49 100%); }

.cta-solid-yellow-rounded {
  border: 0;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f6c049;
  height: 42px;
  color: #16384e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px; }

.cta-solid-lightblue-rounded:hover {
  background-color: #b7dee5; }

.cta-solid-lightyellow-rounded {
  border: 0;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #FBE9C1;
  height: 8vw;
  max-height: 52px;
  color: #16384E;
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  font-size: 20px;
  line-height: 20px; }

/* squared buttons */
.cta-outline-navy-sq {
  border: 2px solid #16384e;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  height: 42px;
  color: #16384e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px; }

.cta-outline-blue-sq {
  border: 2px solid #007fc9;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  height: 42px;
  color: #007fc9;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px; }

.cta-outline-white-sq {
  border: 2px solid #ffffff;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  height: 42px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px; }

.cta-solid-blue-sq {
  border: 0;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #007fc9;
  height: 42px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px; }

.cta-solid-yellow-sq:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fed45b), color-stop(45%, #fecb4f), to(#fdbc49));
  background: linear-gradient(to bottom, #fed45b 0, #fecb4f 45%, #fdbc49 100%); }

.cta-solid-yellow-sq {
  border: 0;
  border-radius: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f6c049;
  height: 42px;
  color: #16384e;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px; }

/* //////////////////////////////////////////////////////// */
/* button style  ========================================== */
/* //////////////////////////////////////////////////////// */
/* primary button - yellow gradient =====================*/
.btn-jc-yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdc523), color-stop(45%, #fdbb16), to(#fca50c));
  background: linear-gradient(to bottom, #fdc523 0, #fdbb16 45%, #fca50c 100%);
  border: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #323d48;
  outline: none !important;
  text-align: center; }

.btn-jc-yellow:hover, .btn-jc-yellow:focus {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fed45b), color-stop(45%, #fecb4f), to(#fdbc49));
  background: linear-gradient(to bottom, #fed45b 0, #fecb4f 45%, #fdbc49 100%);
  color: #54616e;
  outline: none !important; }

/* secondary button - blue outline =====================*/
.btn-jc-blue-outline {
  background-color: transparent;
  border: 2px #007fc9 solid;
  border-radius: 0px;
  color: #007fc9;
  outline: none !important;
  text-align: center; }

.btn-jc-blue-outline:hover, .btn-jc-blue-outline:focus {
  background-color: #007fc9;
  color: #fff;
  outline: none !important; }

.btn-jc-white-outline {
  background-color: transparent;
  border: 2px #fff solid;
  border-radius: 0px;
  color: #fff;
  outline: none !important;
  text-align: center; }

.btn-jc-white-outline:hover, .btn-jc-white-outline:focus {
  background-color: #fff;
  color: #323d48;
  outline: none !important; }

/* //////////////////////////////////////////////////////// */
/* button font and size =================================== */
/* //////////////////////////////////////////////////////// */
/* 54px height */
.btn-large-knockout {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  height: 40px;
  line-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }

/* 34px height */
.btn-medium-knockout {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  height: 34px;
  line-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }

/* 30px height */
.btn-small-knockout {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  height: 30px;
  line-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase; }

.btn-large-helvetica {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  height: 40px;
  line-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: normal; }

.btn-medium-helvetica {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  height: 34px;
  line-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: normal; }

.btn-small-helvetica {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  height: 30px;
  line-height: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: normal; }

@media only screen and (max-width: 767px) {
  .btn-block-mobile {
    display: block !important;
    margin: 0 auto !important;
    width: 73vw !important; }
  /* replace btn-block-mobile with btn-xs-block */
  .btn-xs-block {
    display: block !important;
    margin: 0 auto !important;
    width: 73vw !important; }
  .btn-xs-center {
    margin: 0 auto !important; } }

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat; }

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em; }

.flag-icon:before {
  content: "\00a0"; }

.flag-icon.flag-icon-squared {
  width: 1em; }

.flag-icon-ad {
  background-image: url(./images/flags/4x3/ad.svg); }

.flag-icon-ad.flag-icon-squared {
  background-image: url(./images/flags/1x1/ad.svg); }

.flag-icon-ae {
  background-image: url(./images/flags/4x3/ae.svg); }

.flag-icon-ae.flag-icon-squared {
  background-image: url(./images/flags/1x1/ae.svg); }

.flag-icon-af {
  background-image: url(./images/flags/4x3/af.svg); }

.flag-icon-af.flag-icon-squared {
  background-image: url(./images/flags/1x1/af.svg); }

.flag-icon-ag {
  background-image: url(./images/flags/4x3/ag.svg); }

.flag-icon-ag.flag-icon-squared {
  background-image: url(./images/flags/1x1/ag.svg); }

.flag-icon-ai {
  background-image: url(./images/flags/4x3/ai.svg); }

.flag-icon-ai.flag-icon-squared {
  background-image: url(./images/flags/1x1/ai.svg); }

.flag-icon-al {
  background-image: url(./images/flags/4x3/al.svg); }

.flag-icon-al.flag-icon-squared {
  background-image: url(./images/flags/1x1/al.svg); }

.flag-icon-am {
  background-image: url(./images/flags/4x3/am.svg); }

.flag-icon-am.flag-icon-squared {
  background-image: url(./images/flags/1x1/am.svg); }

.flag-icon-ao {
  background-image: url(./images/flags/4x3/ao.svg); }

.flag-icon-ao.flag-icon-squared {
  background-image: url(./images/flags/1x1/ao.svg); }

.flag-icon-aq {
  background-image: url(./images/flags/4x3/aq.svg); }

.flag-icon-aq.flag-icon-squared {
  background-image: url(./images/flags/1x1/aq.svg); }

.flag-icon-ar {
  background-image: url(./images/flags/4x3/ar.svg); }

.flag-icon-ar.flag-icon-squared {
  background-image: url(./images/flags/1x1/ar.svg); }

.flag-icon-as {
  background-image: url(./images/flags/4x3/as.svg); }

.flag-icon-as.flag-icon-squared {
  background-image: url(./images/flags/1x1/as.svg); }

.flag-icon-at {
  background-image: url(./images/flags/4x3/at.svg); }

.flag-icon-at.flag-icon-squared {
  background-image: url(./images/flags/1x1/at.svg); }

.flag-icon-au {
  background-image: url(./images/flags/4x3/au.svg); }

.flag-icon-au.flag-icon-squared {
  background-image: url(./images/flags/1x1/au.svg); }

.flag-icon-aw {
  background-image: url(./images/flags/4x3/aw.svg); }

.flag-icon-aw.flag-icon-squared {
  background-image: url(./images/flags/1x1/aw.svg); }

.flag-icon-ax {
  background-image: url(./images/flags/4x3/ax.svg); }

.flag-icon-ax.flag-icon-squared {
  background-image: url(./images/flags/1x1/ax.svg); }

.flag-icon-az {
  background-image: url(./images/flags/4x3/az.svg); }

.flag-icon-az.flag-icon-squared {
  background-image: url(./images/flags/1x1/az.svg); }

.flag-icon-ba {
  background-image: url(./images/flags/4x3/ba.svg); }

.flag-icon-ba.flag-icon-squared {
  background-image: url(./images/flags/1x1/ba.svg); }

.flag-icon-bb {
  background-image: url(./images/flags/4x3/bb.svg); }

.flag-icon-bb.flag-icon-squared {
  background-image: url(./images/flags/1x1/bb.svg); }

.flag-icon-bd {
  background-image: url(./images/flags/4x3/bd.svg); }

.flag-icon-bd.flag-icon-squared {
  background-image: url(./images/flags/1x1/bd.svg); }

.flag-icon-be {
  background-image: url(./images/flags/4x3/be.svg); }

.flag-icon-be.flag-icon-squared {
  background-image: url(./images/flags/1x1/be.svg); }

.flag-icon-bf {
  background-image: url(./images/flags/4x3/bf.svg); }

.flag-icon-bf.flag-icon-squared {
  background-image: url(./images/flags/1x1/bf.svg); }

.flag-icon-bg {
  background-image: url(./images/flags/4x3/bg.svg); }

.flag-icon-bg.flag-icon-squared {
  background-image: url(./images/flags/1x1/bg.svg); }

.flag-icon-bh {
  background-image: url(./images/flags/4x3/bh.svg); }

.flag-icon-bh.flag-icon-squared {
  background-image: url(./images/flags/1x1/bh.svg); }

.flag-icon-bi {
  background-image: url(./images/flags/4x3/bi.svg); }

.flag-icon-bi.flag-icon-squared {
  background-image: url(./images/flags/1x1/bi.svg); }

.flag-icon-bj {
  background-image: url(./images/flags/4x3/bj.svg); }

.flag-icon-bj.flag-icon-squared {
  background-image: url(./images/flags/1x1/bj.svg); }

.flag-icon-bl {
  background-image: url(./images/flags/4x3/bl.svg); }

.flag-icon-bl.flag-icon-squared {
  background-image: url(./images/flags/1x1/bl.svg); }

.flag-icon-bm {
  background-image: url(./images/flags/4x3/bm.svg); }

.flag-icon-bm.flag-icon-squared {
  background-image: url(./images/flags/1x1/bm.svg); }

.flag-icon-bn {
  background-image: url(./images/flags/4x3/bn.svg); }

.flag-icon-bn.flag-icon-squared {
  background-image: url(./images/flags/1x1/bn.svg); }

.flag-icon-bo {
  background-image: url(./images/flags/4x3/bo.svg); }

.flag-icon-bo.flag-icon-squared {
  background-image: url(./images/flags/1x1/bo.svg); }

.flag-icon-bq {
  background-image: url(./images/flags/4x3/bq.svg); }

.flag-icon-bq.flag-icon-squared {
  background-image: url(./images/flags/1x1/bq.svg); }

.flag-icon-br {
  background-image: url(./images/flags/4x3/br.svg); }

.flag-icon-br.flag-icon-squared {
  background-image: url(./images/flags/1x1/br.svg); }

.flag-icon-bs {
  background-image: url(./images/flags/4x3/bs.svg); }

.flag-icon-bs.flag-icon-squared {
  background-image: url(./images/flags/1x1/bs.svg); }

.flag-icon-bt {
  background-image: url(./images/flags/4x3/bt.svg); }

.flag-icon-bt.flag-icon-squared {
  background-image: url(./images/flags/1x1/bt.svg); }

.flag-icon-bv {
  background-image: url(./images/flags/4x3/bv.svg); }

.flag-icon-bv.flag-icon-squared {
  background-image: url(./images/flags/1x1/bv.svg); }

.flag-icon-bw {
  background-image: url(./images/flags/4x3/bw.svg); }

.flag-icon-bw.flag-icon-squared {
  background-image: url(./images/flags/1x1/bw.svg); }

.flag-icon-by {
  background-image: url(./images/flags/4x3/by.svg); }

.flag-icon-by.flag-icon-squared {
  background-image: url(./images/flags/1x1/by.svg); }

.flag-icon-bz {
  background-image: url(./images/flags/4x3/bz.svg); }

.flag-icon-bz.flag-icon-squared {
  background-image: url(./images/flags/1x1/bz.svg); }

.flag-icon-ca {
  background-image: url(./images/flags/4x3/ca.svg); }

.flag-icon-ca.flag-icon-squared {
  background-image: url(./images/flags/1x1/ca.svg); }

.flag-icon-cc {
  background-image: url(./images/flags/4x3/cc.svg); }

.flag-icon-cc.flag-icon-squared {
  background-image: url(./images/flags/1x1/cc.svg); }

.flag-icon-cd {
  background-image: url(./images/flags/4x3/cd.svg); }

.flag-icon-cd.flag-icon-squared {
  background-image: url(./images/flags/1x1/cd.svg); }

.flag-icon-cf {
  background-image: url(./images/flags/4x3/cf.svg); }

.flag-icon-cf.flag-icon-squared {
  background-image: url(./images/flags/1x1/cf.svg); }

.flag-icon-cg {
  background-image: url(./images/flags/4x3/cg.svg); }

.flag-icon-cg.flag-icon-squared {
  background-image: url(./images/flags/1x1/cg.svg); }

.flag-icon-ch {
  background-image: url(./images/flags/4x3/ch.svg); }

.flag-icon-ch.flag-icon-squared {
  background-image: url(./images/flags/1x1/ch.svg); }

.flag-icon-ci {
  background-image: url(./images/flags/4x3/ci.svg); }

.flag-icon-ci.flag-icon-squared {
  background-image: url(./images/flags/1x1/ci.svg); }

.flag-icon-ck {
  background-image: url(./images/flags/4x3/ck.svg); }

.flag-icon-ck.flag-icon-squared {
  background-image: url(./images/flags/1x1/ck.svg); }

.flag-icon-cl {
  background-image: url(./images/flags/4x3/cl.svg); }

.flag-icon-cl.flag-icon-squared {
  background-image: url(./images/flags/1x1/cl.svg); }

.flag-icon-cm {
  background-image: url(./images/flags/4x3/cm.svg); }

.flag-icon-cm.flag-icon-squared {
  background-image: url(./images/flags/1x1/cm.svg); }

.flag-icon-cn {
  background-image: url(./images/flags/4x3/cn.svg); }

.flag-icon-cn.flag-icon-squared {
  background-image: url(./images/flags/1x1/cn.svg); }

.flag-icon-co {
  background-image: url(./images/flags/4x3/co.svg); }

.flag-icon-co.flag-icon-squared {
  background-image: url(./images/flags/1x1/co.svg); }

.flag-icon-cr {
  background-image: url(./images/flags/4x3/cr.svg); }

.flag-icon-cr.flag-icon-squared {
  background-image: url(./images/flags/1x1/cr.svg); }

.flag-icon-cu {
  background-image: url(./images/flags/4x3/cu.svg); }

.flag-icon-cu.flag-icon-squared {
  background-image: url(./images/flags/1x1/cu.svg); }

.flag-icon-cv {
  background-image: url(./images/flags/4x3/cv.svg); }

.flag-icon-cv.flag-icon-squared {
  background-image: url(./images/flags/1x1/cv.svg); }

.flag-icon-cw {
  background-image: url(./images/flags/4x3/cw.svg); }

.flag-icon-cw.flag-icon-squared {
  background-image: url(./images/flags/1x1/cw.svg); }

.flag-icon-cx {
  background-image: url(./images/flags/4x3/cx.svg); }

.flag-icon-cx.flag-icon-squared {
  background-image: url(./images/flags/1x1/cx.svg); }

.flag-icon-cy {
  background-image: url(./images/flags/4x3/cy.svg); }

.flag-icon-cy.flag-icon-squared {
  background-image: url(./images/flags/1x1/cy.svg); }

.flag-icon-cz {
  background-image: url(./images/flags/4x3/cz.svg); }

.flag-icon-cz.flag-icon-squared {
  background-image: url(./images/flags/1x1/cz.svg); }

.flag-icon-de {
  background-image: url(./images/flags/4x3/de.svg); }

.flag-icon-de.flag-icon-squared {
  background-image: url(./images/flags/1x1/de.svg); }

.flag-icon-dj {
  background-image: url(./images/flags/4x3/dj.svg); }

.flag-icon-dj.flag-icon-squared {
  background-image: url(./images/flags/1x1/dj.svg); }

.flag-icon-dk {
  background-image: url(./images/flags/4x3/dk.svg); }

.flag-icon-dk.flag-icon-squared {
  background-image: url(./images/flags/1x1/dk.svg); }

.flag-icon-dm {
  background-image: url(./images/flags/4x3/dm.svg); }

.flag-icon-dm.flag-icon-squared {
  background-image: url(./images/flags/1x1/dm.svg); }

.flag-icon-do {
  background-image: url(./images/flags/4x3/do.svg); }

.flag-icon-do.flag-icon-squared {
  background-image: url(./images/flags/1x1/do.svg); }

.flag-icon-dz {
  background-image: url(./images/flags/4x3/dz.svg); }

.flag-icon-dz.flag-icon-squared {
  background-image: url(./images/flags/1x1/dz.svg); }

.flag-icon-ec {
  background-image: url(./images/flags/4x3/ec.svg); }

.flag-icon-ec.flag-icon-squared {
  background-image: url(./images/flags/1x1/ec.svg); }

.flag-icon-ee {
  background-image: url(./images/flags/4x3/ee.svg); }

.flag-icon-ee.flag-icon-squared {
  background-image: url(./images/flags/1x1/ee.svg); }

.flag-icon-eg {
  background-image: url(./images/flags/4x3/eg.svg); }

.flag-icon-eg.flag-icon-squared {
  background-image: url(./images/flags/1x1/eg.svg); }

.flag-icon-eh {
  background-image: url(./images/flags/4x3/eh.svg); }

.flag-icon-eh.flag-icon-squared {
  background-image: url(./images/flags/1x1/eh.svg); }

.flag-icon-er {
  background-image: url(./images/flags/4x3/er.svg); }

.flag-icon-er.flag-icon-squared {
  background-image: url(./images/flags/1x1/er.svg); }

.flag-icon-es {
  background-image: url(./images/flags/4x3/es.svg); }

.flag-icon-es.flag-icon-squared {
  background-image: url(./images/flags/1x1/es.svg); }

.flag-icon-et {
  background-image: url(./images/flags/4x3/et.svg); }

.flag-icon-et.flag-icon-squared {
  background-image: url(./images/flags/1x1/et.svg); }

.flag-icon-fi {
  background-image: url(./images/flags/4x3/fi.svg); }

.flag-icon-fi.flag-icon-squared {
  background-image: url(./images/flags/1x1/fi.svg); }

.flag-icon-fj {
  background-image: url(./images/flags/4x3/fj.svg); }

.flag-icon-fj.flag-icon-squared {
  background-image: url(./images/flags/1x1/fj.svg); }

.flag-icon-fk {
  background-image: url(./images/flags/4x3/fk.svg); }

.flag-icon-fk.flag-icon-squared {
  background-image: url(./images/flags/1x1/fk.svg); }

.flag-icon-fm {
  background-image: url(./images/flags/4x3/fm.svg); }

.flag-icon-fm.flag-icon-squared {
  background-image: url(./images/flags/1x1/fm.svg); }

.flag-icon-fo {
  background-image: url(./images/flags/4x3/fo.svg); }

.flag-icon-fo.flag-icon-squared {
  background-image: url(./images/flags/1x1/fo.svg); }

.flag-icon-fr {
  background-image: url(./images/flags/4x3/fr.svg); }

.flag-icon-fr.flag-icon-squared {
  background-image: url(./images/flags/1x1/fr.svg); }

.flag-icon-ga {
  background-image: url(./images/flags/4x3/ga.svg); }

.flag-icon-ga.flag-icon-squared {
  background-image: url(./images/flags/1x1/ga.svg); }

.flag-icon-gb {
  background-image: url(./images/flags/4x3/gb.svg); }

.flag-icon-gb.flag-icon-squared {
  background-image: url(./images/flags/1x1/gb.svg); }

.flag-icon-gd {
  background-image: url(./images/flags/4x3/gd.svg); }

.flag-icon-gd.flag-icon-squared {
  background-image: url(./images/flags/1x1/gd.svg); }

.flag-icon-ge {
  background-image: url(./images/flags/4x3/ge.svg); }

.flag-icon-ge.flag-icon-squared {
  background-image: url(./images/flags/1x1/ge.svg); }

.flag-icon-gf {
  background-image: url(./images/flags/4x3/gf.svg); }

.flag-icon-gf.flag-icon-squared {
  background-image: url(./images/flags/1x1/gf.svg); }

.flag-icon-gg {
  background-image: url(./images/flags/4x3/gg.svg); }

.flag-icon-gg.flag-icon-squared {
  background-image: url(./images/flags/1x1/gg.svg); }

.flag-icon-gh {
  background-image: url(./images/flags/4x3/gh.svg); }

.flag-icon-gh.flag-icon-squared {
  background-image: url(./images/flags/1x1/gh.svg); }

.flag-icon-gi {
  background-image: url(./images/flags/4x3/gi.svg); }

.flag-icon-gi.flag-icon-squared {
  background-image: url(./images/flags/1x1/gi.svg); }

.flag-icon-gl {
  background-image: url(./images/flags/4x3/gl.svg); }

.flag-icon-gl.flag-icon-squared {
  background-image: url(./images/flags/1x1/gl.svg); }

.flag-icon-gm {
  background-image: url(./images/flags/4x3/gm.svg); }

.flag-icon-gm.flag-icon-squared {
  background-image: url(./images/flags/1x1/gm.svg); }

.flag-icon-gn {
  background-image: url(./images/flags/4x3/gn.svg); }

.flag-icon-gn.flag-icon-squared {
  background-image: url(./images/flags/1x1/gn.svg); }

.flag-icon-gp {
  background-image: url(./images/flags/4x3/gp.svg); }

.flag-icon-gp.flag-icon-squared {
  background-image: url(./images/flags/1x1/gp.svg); }

.flag-icon-gq {
  background-image: url(./images/flags/4x3/gq.svg); }

.flag-icon-gq.flag-icon-squared {
  background-image: url(./images/flags/1x1/gq.svg); }

.flag-icon-gr {
  background-image: url(./images/flags/4x3/gr.svg); }

.flag-icon-gr.flag-icon-squared {
  background-image: url(./images/flags/1x1/gr.svg); }

.flag-icon-gs {
  background-image: url(./images/flags/4x3/gs.svg); }

.flag-icon-gs.flag-icon-squared {
  background-image: url(./images/flags/1x1/gs.svg); }

.flag-icon-gt {
  background-image: url(./images/flags/4x3/gt.svg); }

.flag-icon-gt.flag-icon-squared {
  background-image: url(./images/flags/1x1/gt.svg); }

.flag-icon-gu {
  background-image: url(./images/flags/4x3/gu.svg); }

.flag-icon-gu.flag-icon-squared {
  background-image: url(./images/flags/1x1/gu.svg); }

.flag-icon-gw {
  background-image: url(./images/flags/4x3/gw.svg); }

.flag-icon-gw.flag-icon-squared {
  background-image: url(./images/flags/1x1/gw.svg); }

.flag-icon-gy {
  background-image: url(./images/flags/4x3/gy.svg); }

.flag-icon-gy.flag-icon-squared {
  background-image: url(./images/flags/1x1/gy.svg); }

.flag-icon-hk {
  background-image: url(./images/flags/4x3/hk.svg); }

.flag-icon-hk.flag-icon-squared {
  background-image: url(./images/flags/1x1/hk.svg); }

.flag-icon-hm {
  background-image: url(./images/flags/4x3/hm.svg); }

.flag-icon-hm.flag-icon-squared {
  background-image: url(./images/flags/1x1/hm.svg); }

.flag-icon-hn {
  background-image: url(./images/flags/4x3/hn.svg); }

.flag-icon-hn.flag-icon-squared {
  background-image: url(./images/flags/1x1/hn.svg); }

.flag-icon-hr {
  background-image: url(./images/flags/4x3/hr.svg); }

.flag-icon-hr.flag-icon-squared {
  background-image: url(./images/flags/1x1/hr.svg); }

.flag-icon-ht {
  background-image: url(./images/flags/4x3/ht.svg); }

.flag-icon-ht.flag-icon-squared {
  background-image: url(./images/flags/1x1/ht.svg); }

.flag-icon-hu {
  background-image: url(./images/flags/4x3/hu.svg); }

.flag-icon-hu.flag-icon-squared {
  background-image: url(./images/flags/1x1/hu.svg); }

.flag-icon-id {
  background-image: url(./images/flags/4x3/id.svg); }

.flag-icon-id.flag-icon-squared {
  background-image: url(./images/flags/1x1/id.svg); }

.flag-icon-ie {
  background-image: url(./images/flags/4x3/ie.svg); }

.flag-icon-ie.flag-icon-squared {
  background-image: url(./images/flags/1x1/ie.svg); }

.flag-icon-il {
  background-image: url(./images/flags/4x3/il.svg); }

.flag-icon-il.flag-icon-squared {
  background-image: url(./images/flags/1x1/il.svg); }

.flag-icon-im {
  background-image: url(./images/flags/4x3/im.svg); }

.flag-icon-im.flag-icon-squared {
  background-image: url(./images/flags/1x1/im.svg); }

.flag-icon-in {
  background-image: url(./images/flags/4x3/in.svg); }

.flag-icon-in.flag-icon-squared {
  background-image: url(./images/flags/1x1/in.svg); }

.flag-icon-io {
  background-image: url(./images/flags/4x3/io.svg); }

.flag-icon-io.flag-icon-squared {
  background-image: url(./images/flags/1x1/io.svg); }

.flag-icon-iq {
  background-image: url(./images/flags/4x3/iq.svg); }

.flag-icon-iq.flag-icon-squared {
  background-image: url(./images/flags/1x1/iq.svg); }

.flag-icon-ir {
  background-image: url(./images/flags/4x3/ir.svg); }

.flag-icon-ir.flag-icon-squared {
  background-image: url(./images/flags/1x1/ir.svg); }

.flag-icon-is {
  background-image: url(./images/flags/4x3/is.svg); }

.flag-icon-is.flag-icon-squared {
  background-image: url(./images/flags/1x1/is.svg); }

.flag-icon-it {
  background-image: url(./images/flags/4x3/it.svg); }

.flag-icon-it.flag-icon-squared {
  background-image: url(./images/flags/1x1/it.svg); }

.flag-icon-je {
  background-image: url(./images/flags/4x3/je.svg); }

.flag-icon-je.flag-icon-squared {
  background-image: url(./images/flags/1x1/je.svg); }

.flag-icon-jm {
  background-image: url(./images/flags/4x3/jm.svg); }

.flag-icon-jm.flag-icon-squared {
  background-image: url(./images/flags/1x1/jm.svg); }

.flag-icon-jo {
  background-image: url(./images/flags/4x3/jo.svg); }

.flag-icon-jo.flag-icon-squared {
  background-image: url(./images/flags/1x1/jo.svg); }

.flag-icon-jp {
  background-image: url(./images/flags/4x3/jp.svg); }

.flag-icon-jp.flag-icon-squared {
  background-image: url(./images/flags/1x1/jp.svg); }

.flag-icon-ke {
  background-image: url(./images/flags/4x3/ke.svg); }

.flag-icon-ke.flag-icon-squared {
  background-image: url(./images/flags/1x1/ke.svg); }

.flag-icon-kg {
  background-image: url(./images/flags/4x3/kg.svg); }

.flag-icon-kg.flag-icon-squared {
  background-image: url(./images/flags/1x1/kg.svg); }

.flag-icon-kh {
  background-image: url(./images/flags/4x3/kh.svg); }

.flag-icon-kh.flag-icon-squared {
  background-image: url(./images/flags/1x1/kh.svg); }

.flag-icon-ki {
  background-image: url(./images/flags/4x3/ki.svg); }

.flag-icon-ki.flag-icon-squared {
  background-image: url(./images/flags/1x1/ki.svg); }

.flag-icon-km {
  background-image: url(./images/flags/4x3/km.svg); }

.flag-icon-km.flag-icon-squared {
  background-image: url(./images/flags/1x1/km.svg); }

.flag-icon-kn {
  background-image: url(./images/flags/4x3/kn.svg); }

.flag-icon-kn.flag-icon-squared {
  background-image: url(./images/flags/1x1/kn.svg); }

.flag-icon-kp {
  background-image: url(./images/flags/4x3/kp.svg); }

.flag-icon-kp.flag-icon-squared {
  background-image: url(./images/flags/1x1/kp.svg); }

.flag-icon-kr {
  background-image: url(./images/flags/4x3/kr.svg); }

.flag-icon-kr.flag-icon-squared {
  background-image: url(./images/flags/1x1/kr.svg); }

.flag-icon-kw {
  background-image: url(./images/flags/4x3/kw.svg); }

.flag-icon-kw.flag-icon-squared {
  background-image: url(./images/flags/1x1/kw.svg); }

.flag-icon-ky {
  background-image: url(./images/flags/4x3/ky.svg); }

.flag-icon-ky.flag-icon-squared {
  background-image: url(./images/flags/1x1/ky.svg); }

.flag-icon-kz {
  background-image: url(./images/flags/4x3/kz.svg); }

.flag-icon-kz.flag-icon-squared {
  background-image: url(./images/flags/1x1/kz.svg); }

.flag-icon-la {
  background-image: url(./images/flags/4x3/la.svg); }

.flag-icon-la.flag-icon-squared {
  background-image: url(./images/flags/1x1/la.svg); }

.flag-icon-lb {
  background-image: url(./images/flags/4x3/lb.svg); }

.flag-icon-lb.flag-icon-squared {
  background-image: url(./images/flags/1x1/lb.svg); }

.flag-icon-lc {
  background-image: url(./images/flags/4x3/lc.svg); }

.flag-icon-lc.flag-icon-squared {
  background-image: url(./images/flags/1x1/lc.svg); }

.flag-icon-li {
  background-image: url(./images/flags/4x3/li.svg); }

.flag-icon-li.flag-icon-squared {
  background-image: url(./images/flags/1x1/li.svg); }

.flag-icon-lk {
  background-image: url(./images/flags/4x3/lk.svg); }

.flag-icon-lk.flag-icon-squared {
  background-image: url(./images/flags/1x1/lk.svg); }

.flag-icon-lr {
  background-image: url(./images/flags/4x3/lr.svg); }

.flag-icon-lr.flag-icon-squared {
  background-image: url(./images/flags/1x1/lr.svg); }

.flag-icon-ls {
  background-image: url(./images/flags/4x3/ls.svg); }

.flag-icon-ls.flag-icon-squared {
  background-image: url(./images/flags/1x1/ls.svg); }

.flag-icon-lt {
  background-image: url(./images/flags/4x3/lt.svg); }

.flag-icon-lt.flag-icon-squared {
  background-image: url(./images/flags/1x1/lt.svg); }

.flag-icon-lu {
  background-image: url(./images/flags/4x3/lu.svg); }

.flag-icon-lu.flag-icon-squared {
  background-image: url(./images/flags/1x1/lu.svg); }

.flag-icon-lv {
  background-image: url(./images/flags/4x3/lv.svg); }

.flag-icon-lv.flag-icon-squared {
  background-image: url(./images/flags/1x1/lv.svg); }

.flag-icon-ly {
  background-image: url(./images/flags/4x3/ly.svg); }

.flag-icon-ly.flag-icon-squared {
  background-image: url(./images/flags/1x1/ly.svg); }

.flag-icon-ma {
  background-image: url(./images/flags/4x3/ma.svg); }

.flag-icon-ma.flag-icon-squared {
  background-image: url(./images/flags/1x1/ma.svg); }

.flag-icon-mc {
  background-image: url(./images/flags/4x3/mc.svg); }

.flag-icon-mc.flag-icon-squared {
  background-image: url(./images/flags/1x1/mc.svg); }

.flag-icon-md {
  background-image: url(./images/flags/4x3/md.svg); }

.flag-icon-md.flag-icon-squared {
  background-image: url(./images/flags/1x1/md.svg); }

.flag-icon-me {
  background-image: url(./images/flags/4x3/me.svg); }

.flag-icon-me.flag-icon-squared {
  background-image: url(./images/flags/1x1/me.svg); }

.flag-icon-mf {
  background-image: url(./images/flags/4x3/mf.svg); }

.flag-icon-mf.flag-icon-squared {
  background-image: url(./images/flags/1x1/mf.svg); }

.flag-icon-mg {
  background-image: url(./images/flags/4x3/mg.svg); }

.flag-icon-mg.flag-icon-squared {
  background-image: url(./images/flags/1x1/mg.svg); }

.flag-icon-mh {
  background-image: url(./images/flags/4x3/mh.svg); }

.flag-icon-mh.flag-icon-squared {
  background-image: url(./images/flags/1x1/mh.svg); }

.flag-icon-mk {
  background-image: url(./images/flags/4x3/mk.svg); }

.flag-icon-mk.flag-icon-squared {
  background-image: url(./images/flags/1x1/mk.svg); }

.flag-icon-ml {
  background-image: url(./images/flags/4x3/ml.svg); }

.flag-icon-ml.flag-icon-squared {
  background-image: url(./images/flags/1x1/ml.svg); }

.flag-icon-mm {
  background-image: url(./images/flags/4x3/mm.svg); }

.flag-icon-mm.flag-icon-squared {
  background-image: url(./images/flags/1x1/mm.svg); }

.flag-icon-mn {
  background-image: url(./images/flags/4x3/mn.svg); }

.flag-icon-mn.flag-icon-squared {
  background-image: url(./images/flags/1x1/mn.svg); }

.flag-icon-mo {
  background-image: url(./images/flags/4x3/mo.svg); }

.flag-icon-mo.flag-icon-squared {
  background-image: url(./images/flags/1x1/mo.svg); }

.flag-icon-mp {
  background-image: url(./images/flags/4x3/mp.svg); }

.flag-icon-mp.flag-icon-squared {
  background-image: url(./images/flags/1x1/mp.svg); }

.flag-icon-mq {
  background-image: url(./images/flags/4x3/mq.svg); }

.flag-icon-mq.flag-icon-squared {
  background-image: url(./images/flags/1x1/mq.svg); }

.flag-icon-mr {
  background-image: url(./images/flags/4x3/mr.svg); }

.flag-icon-mr.flag-icon-squared {
  background-image: url(./images/flags/1x1/mr.svg); }

.flag-icon-ms {
  background-image: url(./images/flags/4x3/ms.svg); }

.flag-icon-ms.flag-icon-squared {
  background-image: url(./images/flags/1x1/ms.svg); }

.flag-icon-mt {
  background-image: url(./images/flags/4x3/mt.svg); }

.flag-icon-mt.flag-icon-squared {
  background-image: url(./images/flags/1x1/mt.svg); }

.flag-icon-mu {
  background-image: url(./images/flags/4x3/mu.svg); }

.flag-icon-mu.flag-icon-squared {
  background-image: url(./images/flags/1x1/mu.svg); }

.flag-icon-mv {
  background-image: url(./images/flags/4x3/mv.svg); }

.flag-icon-mv.flag-icon-squared {
  background-image: url(./images/flags/1x1/mv.svg); }

.flag-icon-mw {
  background-image: url(./images/flags/4x3/mw.svg); }

.flag-icon-mw.flag-icon-squared {
  background-image: url(./images/flags/1x1/mw.svg); }

.flag-icon-mx {
  background-image: url(./images/flags/4x3/mx.svg); }

.flag-icon-mx.flag-icon-squared {
  background-image: url(./images/flags/1x1/mx.svg); }

.flag-icon-my {
  background-image: url(./images/flags/4x3/my.svg); }

.flag-icon-my.flag-icon-squared {
  background-image: url(./images/flags/1x1/my.svg); }

.flag-icon-mz {
  background-image: url(./images/flags/4x3/mz.svg); }

.flag-icon-mz.flag-icon-squared {
  background-image: url(./images/flags/1x1/mz.svg); }

.flag-icon-na {
  background-image: url(./images/flags/4x3/na.svg); }

.flag-icon-na.flag-icon-squared {
  background-image: url(./images/flags/1x1/na.svg); }

.flag-icon-nc {
  background-image: url(./images/flags/4x3/nc.svg); }

.flag-icon-nc.flag-icon-squared {
  background-image: url(./images/flags/1x1/nc.svg); }

.flag-icon-ne {
  background-image: url(./images/flags/4x3/ne.svg); }

.flag-icon-ne.flag-icon-squared {
  background-image: url(./images/flags/1x1/ne.svg); }

.flag-icon-nf {
  background-image: url(./images/flags/4x3/nf.svg); }

.flag-icon-nf.flag-icon-squared {
  background-image: url(./images/flags/1x1/nf.svg); }

.flag-icon-ng {
  background-image: url(./images/flags/4x3/ng.svg); }

.flag-icon-ng.flag-icon-squared {
  background-image: url(./images/flags/1x1/ng.svg); }

.flag-icon-ni {
  background-image: url(./images/flags/4x3/ni.svg); }

.flag-icon-ni.flag-icon-squared {
  background-image: url(./images/flags/1x1/ni.svg); }

.flag-icon-nl {
  background-image: url(./images/flags/4x3/nl.svg); }

.flag-icon-nl.flag-icon-squared {
  background-image: url(./images/flags/1x1/nl.svg); }

.flag-icon-no {
  background-image: url(./images/flags/4x3/no.svg); }

.flag-icon-no.flag-icon-squared {
  background-image: url(./images/flags/1x1/no.svg); }

.flag-icon-np {
  background-image: url(./images/flags/4x3/np.svg); }

.flag-icon-np.flag-icon-squared {
  background-image: url(./images/flags/1x1/np.svg); }

.flag-icon-nr {
  background-image: url(./images/flags/4x3/nr.svg); }

.flag-icon-nr.flag-icon-squared {
  background-image: url(./images/flags/1x1/nr.svg); }

.flag-icon-nu {
  background-image: url(./images/flags/4x3/nu.svg); }

.flag-icon-nu.flag-icon-squared {
  background-image: url(./images/flags/1x1/nu.svg); }

.flag-icon-nz {
  background-image: url(./images/flags/4x3/nz.svg); }

.flag-icon-nz.flag-icon-squared {
  background-image: url(./images/flags/1x1/nz.svg); }

.flag-icon-om {
  background-image: url(./images/flags/4x3/om.svg); }

.flag-icon-om.flag-icon-squared {
  background-image: url(./images/flags/1x1/om.svg); }

.flag-icon-pa {
  background-image: url(./images/flags/4x3/pa.svg); }

.flag-icon-pa.flag-icon-squared {
  background-image: url(./images/flags/1x1/pa.svg); }

.flag-icon-pe {
  background-image: url(./images/flags/4x3/pe.svg); }

.flag-icon-pe.flag-icon-squared {
  background-image: url(./images/flags/1x1/pe.svg); }

.flag-icon-pf {
  background-image: url(./images/flags/4x3/pf.svg); }

.flag-icon-pf.flag-icon-squared {
  background-image: url(./images/flags/1x1/pf.svg); }

.flag-icon-pg {
  background-image: url(./images/flags/4x3/pg.svg); }

.flag-icon-pg.flag-icon-squared {
  background-image: url(./images/flags/1x1/pg.svg); }

.flag-icon-ph {
  background-image: url(./images/flags/4x3/ph.svg); }

.flag-icon-ph.flag-icon-squared {
  background-image: url(./images/flags/1x1/ph.svg); }

.flag-icon-pk {
  background-image: url(./images/flags/4x3/pk.svg); }

.flag-icon-pk.flag-icon-squared {
  background-image: url(./images/flags/1x1/pk.svg); }

.flag-icon-pl {
  background-image: url(./images/flags/4x3/pl.svg); }

.flag-icon-pl.flag-icon-squared {
  background-image: url(./images/flags/1x1/pl.svg); }

.flag-icon-pm {
  background-image: url(./images/flags/4x3/pm.svg); }

.flag-icon-pm.flag-icon-squared {
  background-image: url(./images/flags/1x1/pm.svg); }

.flag-icon-pn {
  background-image: url(./images/flags/4x3/pn.svg); }

.flag-icon-pn.flag-icon-squared {
  background-image: url(./images/flags/1x1/pn.svg); }

.flag-icon-pr {
  background-image: url(./images/flags/4x3/pr.svg); }

.flag-icon-pr.flag-icon-squared {
  background-image: url(./images/flags/1x1/pr.svg); }

.flag-icon-ps {
  background-image: url(./images/flags/4x3/ps.svg); }

.flag-icon-ps.flag-icon-squared {
  background-image: url(./images/flags/1x1/ps.svg); }

.flag-icon-pt {
  background-image: url(./images/flags/4x3/pt.svg); }

.flag-icon-pt.flag-icon-squared {
  background-image: url(./images/flags/1x1/pt.svg); }

.flag-icon-pw {
  background-image: url(./images/flags/4x3/pw.svg); }

.flag-icon-pw.flag-icon-squared {
  background-image: url(./images/flags/1x1/pw.svg); }

.flag-icon-py {
  background-image: url(./images/flags/4x3/py.svg); }

.flag-icon-py.flag-icon-squared {
  background-image: url(./images/flags/1x1/py.svg); }

.flag-icon-qa {
  background-image: url(./images/flags/4x3/qa.svg); }

.flag-icon-qa.flag-icon-squared {
  background-image: url(./images/flags/1x1/qa.svg); }

.flag-icon-re {
  background-image: url(./images/flags/4x3/re.svg); }

.flag-icon-re.flag-icon-squared {
  background-image: url(./images/flags/1x1/re.svg); }

.flag-icon-ro {
  background-image: url(./images/flags/4x3/ro.svg); }

.flag-icon-ro.flag-icon-squared {
  background-image: url(./images/flags/1x1/ro.svg); }

.flag-icon-rs {
  background-image: url(./images/flags/4x3/rs.svg); }

.flag-icon-rs.flag-icon-squared {
  background-image: url(./images/flags/1x1/rs.svg); }

.flag-icon-ru {
  background-image: url(./images/flags/4x3/ru.svg); }

.flag-icon-ru.flag-icon-squared {
  background-image: url(./images/flags/1x1/ru.svg); }

.flag-icon-rw {
  background-image: url(./images/flags/4x3/rw.svg); }

.flag-icon-rw.flag-icon-squared {
  background-image: url(./images/flags/1x1/rw.svg); }

.flag-icon-sa {
  background-image: url(./images/flags/4x3/sa.svg); }

.flag-icon-sa.flag-icon-squared {
  background-image: url(./images/flags/1x1/sa.svg); }

.flag-icon-sb {
  background-image: url(./images/flags/4x3/sb.svg); }

.flag-icon-sb.flag-icon-squared {
  background-image: url(./images/flags/1x1/sb.svg); }

.flag-icon-sc {
  background-image: url(./images/flags/4x3/sc.svg); }

.flag-icon-sc.flag-icon-squared {
  background-image: url(./images/flags/1x1/sc.svg); }

.flag-icon-sd {
  background-image: url(./images/flags/4x3/sd.svg); }

.flag-icon-sd.flag-icon-squared {
  background-image: url(./images/flags/1x1/sd.svg); }

.flag-icon-se {
  background-image: url(./images/flags/4x3/se.svg); }

.flag-icon-se.flag-icon-squared {
  background-image: url(./images/flags/1x1/se.svg); }

.flag-icon-sg {
  background-image: url(./images/flags/4x3/sg.svg); }

.flag-icon-sg.flag-icon-squared {
  background-image: url(./images/flags/1x1/sg.svg); }

.flag-icon-sh {
  background-image: url(./images/flags/4x3/sh.svg); }

.flag-icon-sh.flag-icon-squared {
  background-image: url(./images/flags/1x1/sh.svg); }

.flag-icon-si {
  background-image: url(./images/flags/4x3/si.svg); }

.flag-icon-si.flag-icon-squared {
  background-image: url(./images/flags/1x1/si.svg); }

.flag-icon-sj {
  background-image: url(./images/flags/4x3/sj.svg); }

.flag-icon-sj.flag-icon-squared {
  background-image: url(./images/flags/1x1/sj.svg); }

.flag-icon-sk {
  background-image: url(./images/flags/4x3/sk.svg); }

.flag-icon-sk.flag-icon-squared {
  background-image: url(./images/flags/1x1/sk.svg); }

.flag-icon-sl {
  background-image: url(./images/flags/4x3/sl.svg); }

.flag-icon-sl.flag-icon-squared {
  background-image: url(./images/flags/1x1/sl.svg); }

.flag-icon-sm {
  background-image: url(./images/flags/4x3/sm.svg); }

.flag-icon-sm.flag-icon-squared {
  background-image: url(./images/flags/1x1/sm.svg); }

.flag-icon-sn {
  background-image: url(./images/flags/4x3/sn.svg); }

.flag-icon-sn.flag-icon-squared {
  background-image: url(./images/flags/1x1/sn.svg); }

.flag-icon-so {
  background-image: url(./images/flags/4x3/so.svg); }

.flag-icon-so.flag-icon-squared {
  background-image: url(./images/flags/1x1/so.svg); }

.flag-icon-sr {
  background-image: url(./images/flags/4x3/sr.svg); }

.flag-icon-sr.flag-icon-squared {
  background-image: url(./images/flags/1x1/sr.svg); }

.flag-icon-ss {
  background-image: url(./images/flags/4x3/ss.svg); }

.flag-icon-ss.flag-icon-squared {
  background-image: url(./images/flags/1x1/ss.svg); }

.flag-icon-st {
  background-image: url(./images/flags/4x3/st.svg); }

.flag-icon-st.flag-icon-squared {
  background-image: url(./images/flags/1x1/st.svg); }

.flag-icon-sv {
  background-image: url(./images/flags/4x3/sv.svg); }

.flag-icon-sv.flag-icon-squared {
  background-image: url(./images/flags/1x1/sv.svg); }

.flag-icon-sx {
  background-image: url(./images/flags/4x3/sx.svg); }

.flag-icon-sx.flag-icon-squared {
  background-image: url(./images/flags/1x1/sx.svg); }

.flag-icon-sy {
  background-image: url(./images/flags/4x3/sy.svg); }

.flag-icon-sy.flag-icon-squared {
  background-image: url(./images/flags/1x1/sy.svg); }

.flag-icon-sz {
  background-image: url(./images/flags/4x3/sz.svg); }

.flag-icon-sz.flag-icon-squared {
  background-image: url(./images/flags/1x1/sz.svg); }

.flag-icon-tc {
  background-image: url(./images/flags/4x3/tc.svg); }

.flag-icon-tc.flag-icon-squared {
  background-image: url(./images/flags/1x1/tc.svg); }

.flag-icon-td {
  background-image: url(./images/flags/4x3/td.svg); }

.flag-icon-td.flag-icon-squared {
  background-image: url(./images/flags/1x1/td.svg); }

.flag-icon-tf {
  background-image: url(./images/flags/4x3/tf.svg); }

.flag-icon-tf.flag-icon-squared {
  background-image: url(./images/flags/1x1/tf.svg); }

.flag-icon-tg {
  background-image: url(./images/flags/4x3/tg.svg); }

.flag-icon-tg.flag-icon-squared {
  background-image: url(./images/flags/1x1/tg.svg); }

.flag-icon-th {
  background-image: url(./images/flags/4x3/th.svg); }

.flag-icon-th.flag-icon-squared {
  background-image: url(./images/flags/1x1/th.svg); }

.flag-icon-tj {
  background-image: url(./images/flags/4x3/tj.svg); }

.flag-icon-tj.flag-icon-squared {
  background-image: url(./images/flags/1x1/tj.svg); }

.flag-icon-tk {
  background-image: url(./images/flags/4x3/tk.svg); }

.flag-icon-tk.flag-icon-squared {
  background-image: url(./images/flags/1x1/tk.svg); }

.flag-icon-tl {
  background-image: url(./images/flags/4x3/tl.svg); }

.flag-icon-tl.flag-icon-squared {
  background-image: url(./images/flags/1x1/tl.svg); }

.flag-icon-tm {
  background-image: url(./images/flags/4x3/tm.svg); }

.flag-icon-tm.flag-icon-squared {
  background-image: url(./images/flags/1x1/tm.svg); }

.flag-icon-tn {
  background-image: url(./images/flags/4x3/tn.svg); }

.flag-icon-tn.flag-icon-squared {
  background-image: url(./images/flags/1x1/tn.svg); }

.flag-icon-to {
  background-image: url(./images/flags/4x3/to.svg); }

.flag-icon-to.flag-icon-squared {
  background-image: url(./images/flags/1x1/to.svg); }

.flag-icon-tr {
  background-image: url(./images/flags/4x3/tr.svg); }

.flag-icon-tr.flag-icon-squared {
  background-image: url(./images/flags/1x1/tr.svg); }

.flag-icon-tt {
  background-image: url(./images/flags/4x3/tt.svg); }

.flag-icon-tt.flag-icon-squared {
  background-image: url(./images/flags/1x1/tt.svg); }

.flag-icon-tv {
  background-image: url(./images/flags/4x3/tv.svg); }

.flag-icon-tv.flag-icon-squared {
  background-image: url(./images/flags/1x1/tv.svg); }

.flag-icon-tw {
  background-image: url(./images/flags/4x3/tw.svg); }

.flag-icon-tw.flag-icon-squared {
  background-image: url(./images/flags/1x1/tw.svg); }

.flag-icon-tz {
  background-image: url(./images/flags/4x3/tz.svg); }

.flag-icon-tz.flag-icon-squared {
  background-image: url(./images/flags/1x1/tz.svg); }

.flag-icon-ua {
  background-image: url(./images/flags/4x3/ua.svg); }

.flag-icon-ua.flag-icon-squared {
  background-image: url(./images/flags/1x1/ua.svg); }

.flag-icon-ug {
  background-image: url(./images/flags/4x3/ug.svg); }

.flag-icon-ug.flag-icon-squared {
  background-image: url(./images/flags/1x1/ug.svg); }

.flag-icon-um {
  background-image: url(./images/flags/4x3/um.svg); }

.flag-icon-um.flag-icon-squared {
  background-image: url(./images/flags/1x1/um.svg); }

.flag-icon-us {
  background-image: url(./images/flags/4x3/us.svg); }

.flag-icon-us.flag-icon-squared {
  background-image: url(./images/flags/1x1/us.svg); }

.flag-icon-uy {
  background-image: url(./images/flags/4x3/uy.svg); }

.flag-icon-uy.flag-icon-squared {
  background-image: url(./images/flags/1x1/uy.svg); }

.flag-icon-uz {
  background-image: url(./images/flags/4x3/uz.svg); }

.flag-icon-uz.flag-icon-squared {
  background-image: url(./images/flags/1x1/uz.svg); }

.flag-icon-va {
  background-image: url(./images/flags/4x3/va.svg); }

.flag-icon-va.flag-icon-squared {
  background-image: url(./images/flags/1x1/va.svg); }

.flag-icon-vc {
  background-image: url(./images/flags/4x3/vc.svg); }

.flag-icon-vc.flag-icon-squared {
  background-image: url(./images/flags/1x1/vc.svg); }

.flag-icon-ve {
  background-image: url(./images/flags/4x3/ve.svg); }

.flag-icon-ve.flag-icon-squared {
  background-image: url(./images/flags/1x1/ve.svg); }

.flag-icon-vg {
  background-image: url(./images/flags/4x3/vg.svg); }

.flag-icon-vg.flag-icon-squared {
  background-image: url(./images/flags/1x1/vg.svg); }

.flag-icon-vi {
  background-image: url(./images/flags/4x3/vi.svg); }

.flag-icon-vi.flag-icon-squared {
  background-image: url(./images/flags/1x1/vi.svg); }

.flag-icon-vn {
  background-image: url(./images/flags/4x3/vn.svg); }

.flag-icon-vn.flag-icon-squared {
  background-image: url(./images/flags/1x1/vn.svg); }

.flag-icon-vu {
  background-image: url(./images/flags/4x3/vu.svg); }

.flag-icon-vu.flag-icon-squared {
  background-image: url(./images/flags/1x1/vu.svg); }

.flag-icon-wf {
  background-image: url(./images/flags/4x3/wf.svg); }

.flag-icon-wf.flag-icon-squared {
  background-image: url(./images/flags/1x1/wf.svg); }

.flag-icon-ws {
  background-image: url(./images/flags/4x3/ws.svg); }

.flag-icon-ws.flag-icon-squared {
  background-image: url(./images/flags/1x1/ws.svg); }

.flag-icon-ye {
  background-image: url(./images/flags/4x3/ye.svg); }

.flag-icon-ye.flag-icon-squared {
  background-image: url(./images/flags/1x1/ye.svg); }

.flag-icon-yt {
  background-image: url(./images/flags/4x3/yt.svg); }

.flag-icon-yt.flag-icon-squared {
  background-image: url(./images/flags/1x1/yt.svg); }

.flag-icon-za {
  background-image: url(./images/flags/4x3/za.svg); }

.flag-icon-za.flag-icon-squared {
  background-image: url(./images/flags/1x1/za.svg); }

.flag-icon-zm {
  background-image: url(./images/flags/4x3/zm.svg); }

.flag-icon-zm.flag-icon-squared {
  background-image: url(./images/flags/1x1/zm.svg); }

.flag-icon-zw {
  background-image: url(./images/flags/4x3/zw.svg); }

.flag-icon-zw.flag-icon-squared {
  background-image: url(./images/flags/1x1/zw.svg); }

.flag-icon-es-ct {
  background-image: url(./images/flags/4x3/es-ct.svg); }

.flag-icon-es-ct.flag-icon-squared {
  background-image: url(./images/flags/1x1/es-ct.svg); }

.flag-icon-eu {
  background-image: url(./images/flags/4x3/eu.svg); }

.flag-icon-eu.flag-icon-squared {
  background-image: url(./images/flags/1x1/eu.svg); }

.flag-icon-gb-eng {
  background-image: url(./images/flags/4x3/gb-eng.svg); }

.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(./images/flags/1x1/gb-eng.svg); }

.flag-icon-gb-nir {
  background-image: url(./images/flags/4x3/gb-nir.svg); }

.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(./images/flags/1x1/gb-nir.svg); }

.flag-icon-gb-sct {
  background-image: url(./images/flags/4x3/gb-sct.svg); }

.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(./images/flags/1x1/gb-sct.svg); }

.flag-icon-gb-wls {
  background-image: url(./images/flags/4x3/gb-wls.svg); }

.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(./images/flags/1x1/gb-wls.svg); }

.flag-icon-un {
  background-image: url(./images/flags/4x3/un.svg); }

.flag-icon-un.flag-icon-squared {
  background-image: url(./images/flags/1x1/un.svg); }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden; }

.featherlight {
  display: none;
  /* dimensions: spanning the background from edge to edge */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  /* z-index needs to be >= elements on the site. */
  /* position: centering content */
  text-align: center;
  /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
  white-space: nowrap;
  /* styling */
  cursor: pointer;
  background: #333; }

/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.8); }

.featherlight:before {
  /* position: trick to center content vertically */
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.featherlight .featherlight-content {
  /* make content container for positioned elements (close button) */
  position: relative;
  /* position: centering vertical and horizontal */
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  /* dimensions: cut off images */
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  /* dimensions: handling large content */
  margin-left: auto;
  margin-right: auto;
  max-height: 95%;
  max-width: 960px;
  /* styling */
  background: #fff;
  cursor: auto;
  /* reset white-space wrapping */
  white-space: normal; }

/* contains the content */
.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block; }

/* don't show these though */
.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none; }

.featherlight .featherlight-close-icon {
  /* position: centering vertical and horizontal */
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  /* dimensions: 25px x 25px */
  line-height: 25px;
  width: 25px;
  /* styling */
  cursor: pointer;
  text-align: center;
  font-family: Arial, sans-serif;
  background: #fff;
  /* Set the background in case it overlaps the content */
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  border: none;
  padding: 0; }

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0; }

.featherlight .featherlight-image {
  /* styling */
  width: 100%; }

.featherlight-iframe .featherlight-content {
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch; }

.featherlight iframe {
  /* styling */
  border: none; }

.featherlight * {
  /* See https://github.com/noelboss/featherlight/issues/42 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

@media all {
  .lightbox {
    display: none; }
  .fl-page h1,
  .fl-page h3,
  .fl-page h4 {
    font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-weight: 100;
    letter-spacing: 1px; }
  .fl-page h1 {
    font-size: 110px;
    margin-bottom: 0.5em; }
  .fl-page h1 i {
    font-style: normal;
    color: #ddd; }
  .fl-page h1 span {
    font-size: 30px;
    color: #333; }
  .fl-page h3 {
    text-align: right; }
  .fl-page h3 {
    font-size: 15px; }
  .fl-page h4 {
    font-size: 2em; }
  .fl-page .jumbotron {
    margin-top: 2em; }
  .fl-page .doc {
    margin: 2em 0; }
  .fl-page .btn-download {
    float: right; }
  .fl-page .btn-default {
    vertical-align: bottom; }
  .fl-page .btn-lg span {
    font-size: 0.7em; }
  .fl-page .footer {
    margin-top: 3em;
    color: #aaa;
    font-size: 0.9em; }
  .fl-page .footer a {
    color: #999;
    text-decoration: none;
    margin-right: 0.75em; }
  .fl-page .github {
    margin: 2em 0; }
  .fl-page .github a {
    vertical-align: top; }
  .fl-page .marketing a {
    color: #999; }
  /* override default feather style... */
  .fixwidth {
    background: rgba(255, 255, 255, 0.8); }
  .fixwidth .featherlight-content {
    width: 500px;
    padding: 25px;
    color: #fff;
    background: #111; }
  .fixwidth .featherlight-close {
    color: #fff;
    background: #333; } }

#privacy_content {
  padding: 30px 30px; }

@media (max-width: 768px) {
  .fl-page h1 span {
    display: block; }
  .fl-page .btn-download {
    float: none;
    margin-bottom: 1em; } }

.home-banner {
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  position: relative;
  min-height: 800px; }
  @media screen and (max-width: 1450px) {
    .home-banner {
      min-height: 688px; } }
  @media screen and (max-width: 1280px) {
    .home-banner {
      min-height: 600px; } }
  @media screen and (max-width: 1080px) {
    .home-banner {
      min-height: 450px; } }
  @media screen and (max-width: 767px) {
    .home-banner {
      min-height: 300px;
      padding-bottom: 20%; } }
  .home-banner .dot-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10; }
  .home-banner video {
    width: 100%;
    min-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    min-height: 400px; }

.how_it_works_home .vc_single_image-wrapper {
  width: 100%; }
  .how_it_works_home .vc_single_image-wrapper img {
    width: 100%; }

.how_it_works_home .wpb_wrapper .bigIcon {
  color: #1581C2;
  cursor: pointer; }
  .how_it_works_home .wpb_wrapper .bigIcon:hover {
    color: #1f8ccd; }

.how_it_works_home .wpb_wrapper h1 span {
  font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
  display: block;
  color: rgba(50, 61, 72, 0.74);
  padding: 0;
  text-transform: capitalize;
  font-size: 27px; }

.home_html_banner {
  margin-top: 0px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #01A6C4;
  font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
  font-size: 65px;
  color: #fff; }
  .home_html_banner .line1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .home_html_banner .first_letter {
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif; }
  .home_html_banner .mobile_only {
    display: none; }
  .home_html_banner span {
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
    font-size: 150px;
    padding: 0 20px; }
    .home_html_banner span:first-of-type {
      padding-left: 5px; }
  .home_html_banner sup {
    font-size: 31px;
    top: -25px; }
  .home_html_banner .button {
    background: #1581C2;
    color: #fff;
    padding: 15px 53px;
    font-size: 30px;
    margin-left: 60px; }
    .home_html_banner .button:hover {
      background: #fff;
      color: #1f8ccd; }
  @media screen and (max-width: 1170px) {
    .home_html_banner {
      font-size: 50px; }
      .home_html_banner span {
        font-size: 122px;
        padding: 0 15px; }
      .home_html_banner .button {
        font-size: 26px;
        padding: 10px 35px; }
      .home_html_banner sup {
        font-size: 25px;
        top: -21px; } }
  @media screen and (max-width: 960px) {
    .home_html_banner {
      font-size: 38px; }
      .home_html_banner span {
        font-size: 93px;
        padding: 0 15px; }
      .home_html_banner .button {
        font-size: 20px;
        padding: 10px 20px;
        margin-left: 40px; }
      .home_html_banner sup {
        font-size: 20px;
        top: -15px; } }
  @media screen and (max-width: 767px) {
    .home_html_banner {
      font-size: 30px; }
      .home_html_banner span {
        font-size: 80px;
        padding: 0 10px; }
      .home_html_banner .button {
        font-size: 20px;
        padding: 10px 20px;
        margin-left: 40px; }
      .home_html_banner sup {
        font-size: 16px;
        top: -13px; } }
  @media screen and (max-width: 640px) {
    .home_html_banner {
      font-size: 74px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .home_html_banner div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .home_html_banner span {
        font-size: 220px;
        padding: 0 10px; }
      .home_html_banner .line1 {
        width: 100%;
        text-align: center;
        font-size: 65px;
        line-height: 65px;
        padding-top: 80px; }
        .home_html_banner .line1 .first_letter {
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          font-size: 110px; }
        .home_html_banner .line1 .mobile_only {
          display: block; }
        .home_html_banner .line1 span {
          line-height: 200px; }
      .home_html_banner .line2 {
        width: 100%;
        text-align: center;
        line-height: 65px;
        position: relative; }
        .home_html_banner .line2 sup {
          font-size: 30px;
          position: absolute;
          right: 43px;
          bottom: 48px;
          top: inherit; }
      .home_html_banner .button {
        padding: 15px 53px;
        font-size: 30px;
        margin: 85px auto 45px auto; } }
  @media screen and (max-width: 480px) {
    .home_html_banner {
      font-size: 48px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .home_html_banner span {
        font-size: 150px;
        padding: 0 10px; }
      .home_html_banner div.line1 {
        text-align: center;
        font-size: 40px;
        line-height: 40px;
        padding-top: 60px; }
        .home_html_banner div.line1 .first_letter {
          font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
          font-size: 68px; }
        .home_html_banner div.line1 span {
          line-height: 122px; }
      .home_html_banner .line2 {
        width: 100%;
        text-align: center;
        line-height: 40px;
        position: relative;
        padding: 0 20px; }
        .home_html_banner .line2 sup {
          font-size: 28px;
          position: absolute;
          left: calc(50% + 93px);
          right: inherit;
          bottom: 29px;
          top: inherit; }
      .home_html_banner .button {
        font-size: 20px;
        padding: 10px 42px;
        margin: 55px auto 35px auto; } }

.home-delivery .wpb_column {
  padding: 33px 20px 20px 20px;
  text-align: center; }
  @media screen and (max-width: 640px) {
    .home-delivery .wpb_column {
      padding: 25px 15px 20px 15px; } }

.home-delivery .wpb_wrapper {
  text-align: center; }

.home-delivery h2 {
  font-size: 72px;
  color: #1581C2;
  display: block;
  text-align: right;
  margin: 0 auto;
  width: 100%; }
  .home-delivery h2 a {
    width: 100%;
    padding-right: 50%;
    position: relative;
    text-align: right;
    display: block;
    text-decoration: none; }
    .home-delivery h2 a:hover {
      color: #1581C2;
      text-decoration: none; }
    .home-delivery h2 a:after {
      font-family: 'icomoon' !important;
      content: "\e96c";
      color: #1581C2;
      font-size: 120px;
      position: absolute;
      left: calc(50% - -30px);
      top: -2px; }
    .home-delivery h2 a:hover:after {
      color: #1f8ccd;
      text-decoration: none; }
    .home-delivery h2 a span {
      font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
      display: block;
      line-height: 1;
      letter-spacing: 1px;
      font-size: 42px;
      color: #1581C2; }

.home-delivery .button {
  margin: 35px auto 0 auto; }

@media screen and (max-width: 960px) {
  .home-delivery h2 a span {
    font-size: 33px; } }

@media screen and (max-width: 767px) {
  .home-delivery {
    padding: 36px 0 29px 0; }
    .home-delivery h2 {
      width: 100%; }
      .home-delivery h2 a {
        width: 100%;
        font-size: 26px;
        padding-right: 50%; }
        .home-delivery h2 a:after {
          font-size: 46px;
          position: absolute;
          left: calc(50% + 20px);
          top: 0px; }
        .home-delivery h2 a span {
          font-size: 20px; } }

@media screen and (max-width: 640px) {
  .home-delivery {
    padding: 0px 0 10px 0; }
    .home-delivery h2 {
      padding-bottom: 0; }
      .home-delivery h2 a {
        width: 100%;
        font-size: 48px;
        padding-right: 0px;
        text-align: center;
        padding-top: 68px; }
        .home-delivery h2 a:after {
          font-size: 52px;
          position: absolute;
          left: calc(50% + -42px);
          top: 0px; }
      .home-delivery h2 span {
        font-size: 26px; } }

@media screen and (max-width: 480px) {
  .home-delivery h2 {
    padding-right: 0;
    text-align: center;
    padding-bottom: 0px; }
    .home-delivery h2:after {
      left: calc(50% - 43px);
      top: 13px; }
    .home-delivery h2 span {
      font-size: 20px; } }

.home_stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .home_stories:before {
    display: none; }
  .home_stories:after {
    display: none; }
  .home_stories .image img {
    width: 100%; }
  .home_stories .image .wpb_wrapper p {
    font-size: 14px;
    margin-top: 5px; }
    @media screen and (max-width: 767px) {
      .home_stories .image .wpb_wrapper p {
        text-align: center; } }
  .home_stories .description .wpb_wrapper {
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .home_stories .description .wpb_wrapper h2 {
      font-size: 42px; }
      .home_stories .description .wpb_wrapper h2 sup:nth-of-type(2) {
        font-size: 16px;
        top: -29px; }
        @media screen and (max-width: 960px) {
          .home_stories .description .wpb_wrapper h2 sup:nth-of-type(2) {
            font-size: 13px;
            top: -20px; } }
      .home_stories .description .wpb_wrapper h2 sup.tall {
        font-size: 12px;
        top: -32px; }
        @media screen and (max-width: 960px) {
          .home_stories .description .wpb_wrapper h2 sup.tall {
            font-size: 11px;
            top: -21px; } }
        @media screen and (max-width: 767px) {
          .home_stories .description .wpb_wrapper h2 sup.tall {
            top: -25px; } }
        @media screen and (max-width: 640px) {
          .home_stories .description .wpb_wrapper h2 sup.tall {
            top: -26px; } }
      @media screen and (max-width: 960px) {
        .home_stories .description .wpb_wrapper h2 {
          font-size: 30px; } }
    .home_stories .description .wpb_wrapper .button {
      margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .home_stories .description {
      margin-top: 20px; }
      .home_stories .description .wpb_wrapper h2 {
        font-size: 36px; } }

.disclaimer {
  clear: both; }
  .disclaimer p {
    font-size: 14px;
    padding-top: 35px; }
    @media screen and (max-width: 767px) {
      .disclaimer p {
        text-align: center !important;
        padding-top: 20px; } }

.home_image_tiles {
  padding: 0 50px; }
  @media screen and (max-width: 767px) {
    .home_image_tiles {
      padding: 0 0px; } }
  .home_image_tiles .two_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .home_image_tiles .two_columns .wpb_column {
      margin-right: 20px;
      margin-bottom: 20px;
      width: calc(50% - 10px); }
      .home_image_tiles .two_columns .wpb_column:nth-child(2n) {
        margin-right: 0; }
      .home_image_tiles .two_columns .wpb_column img {
        display: block;
        width: 100%; }
      @media screen and (max-width: 480px) {
        .home_image_tiles .two_columns .wpb_column {
          width: 100%;
          margin: 0 0 20px 0; } }

.questions_home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .questions_home h2 {
    font-size: 52px; }
    @media screen and (max-width: 960px) {
      .questions_home h2 {
        font-size: 26px; } }
  .questions_home div a {
    min-width: 250px !important; }
    @media screen and (max-width: 960px) {
      .questions_home div a {
        min-width: 220px !important; } }

.twoColumnsWithBorders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .twoColumnsWithBorders:before {
    display: none; }
  .twoColumnsWithBorders:after {
    display: none; }
  @media screen and (max-width: 767px) {
    .twoColumnsWithBorders {
      display: block; } }
  .twoColumnsWithBorders .wpb_wrapper {
    height: 100%; }
  .twoColumnsWithBorders .wpb_column {
    background: rgba(223, 235, 240, 0.2);
    width: calc(50% - 23px);
    margin-right: 46px; }
    .twoColumnsWithBorders .wpb_column p {
      font-size: 20px; }
    @media screen and (max-width: 960px) {
      .twoColumnsWithBorders .wpb_column {
        width: calc(50% - 8px);
        margin-right: 16px; } }
    @media screen and (max-width: 767px) {
      .twoColumnsWithBorders .wpb_column {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px; }
        .twoColumnsWithBorders .wpb_column:nth-child(3n) {
          margin-bottom: 0px; } }
    @media screen and (max-width: 640px) {
      .twoColumnsWithBorders .wpb_column p {
        font-size: 16px; } }
    .twoColumnsWithBorders .wpb_column:nth-child(2n) {
      margin-right: 0; }
  .twoColumnsWithBorders.how-it-works .wpb_content_element {
    height: 100%;
    padding: 35px 20px 35px 20px;
    border-top: 4px solid #1581C2; }
    .twoColumnsWithBorders.how-it-works .wpb_content_element .wpb_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .twoColumnsWithBorders.how-it-works .wpb_content_element .wpb_wrapper h3 {
        font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif; }
    .twoColumnsWithBorders.how-it-works .wpb_content_element .button {
      margin: 0 auto;
      margin-top: auto; }
    @media screen and (max-width: 640px) {
      .twoColumnsWithBorders.how-it-works .wpb_content_element {
        padding: 20px; } }

.two_column_fullwidth {
  background: rgba(223, 235, 240, 0.2);
  float: none !important; }
  @media screen and (max-width: 960px) {
    .two_column_fullwidth {
      width: 585px !important;
      margin: 0 auto 35px auto !important; }
      .two_column_fullwidth .col-xs-push-6 {
        left: 0%; }
      .two_column_fullwidth .col-xs-pull-6 {
        right: 0%; } }
  @media screen and (max-width: 767px) {
    .two_column_fullwidth {
      -webkit-box-orient: horizontal !important;
      -webkit-box-direction: normal !important;
      -ms-flex-flow: row wrap !important;
      flex-flow: row wrap !important;
      width: 590px !important; } }
  @media screen and (max-width: 640px) {
    .two_column_fullwidth {
      width: 440px !important; } }
  @media screen and (max-width: 480px) {
    .two_column_fullwidth {
      width: 100% !important; } }
  .two_column_fullwidth.rapid_results {
    background: none; }
    .two_column_fullwidth.rapid_results .vc_single_image-wrapper img {
      width: 100%;
      max-width: 475px; }
    .two_column_fullwidth.rapid_results .text_block {
      padding: 0; }
      .two_column_fullwidth.rapid_results .text_block ol {
        list-style-type: none;
        counter-reset: item;
        margin: 0;
        padding: 0; }
      .two_column_fullwidth.rapid_results .text_block li {
        position: relative;
        padding-left: 53px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 39px; }
        .two_column_fullwidth.rapid_results .text_block li strong {
          font-family: 'helvetica_neue_bold', Helvetica, Arial, sans-serif;
          text-decoration: underline; }
      .two_column_fullwidth.rapid_results .text_block li:before {
        content: "";
        width: 39px;
        height: 39px;
        border-radius: 39px;
        background: #1581C2;
        position: absolute;
        display: block;
        left: 0;
        top: 3px;
        opacity: 0.74; }
      .two_column_fullwidth.rapid_results .text_block li:after {
        content: counter(item);
        counter-increment: item;
        position: absolute;
        padding-right: 0.6em;
        margin-bottom: 0.6em;
        font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
        font-size: 26px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.77;
        letter-spacing: 0.94px;
        color: #ffffff;
        left: 14px;
        top: 0px;
        display: block;
        opacity: 0.74; }
      @media screen and (max-width: 480px) {
        .two_column_fullwidth.rapid_results .text_block ol {
          text-align: left; }
        .two_column_fullwidth.rapid_results .text_block li {
          line-height: 20px;
          padding-right: 25px; }
          .two_column_fullwidth.rapid_results .text_block li:before {
            top: 1px; }
          .two_column_fullwidth.rapid_results .text_block li:after {
            top: -2px; } }
  .two_column_fullwidth .text_block {
    padding: 30px 50px;
    line-height: 1.64;
    letter-spacing: 0px; }
    @media screen and (max-width: 767px) {
      .two_column_fullwidth .text_block {
        padding: 0px 20px 30px 20px; } }
    .two_column_fullwidth .text_block.left div {
      max-width: 580px;
      margin-left: calc(100% - 580px); }
      @media screen and (max-width: 1280px) {
        .two_column_fullwidth .text_block.left div {
          max-width: 100%;
          margin-left: 0; } }
    .two_column_fullwidth .text_block div {
      max-width: 554px; }
      @media screen and (max-width: 1280px) {
        .two_column_fullwidth .text_block div {
          max-width: 100%; } }
    .two_column_fullwidth .text_block p {
      margin-bottom: 20px;
      font-size: 14px; }
    .two_column_fullwidth .text_block .button {
      display: inline-block;
      margin-top: 20px;
      margin-right: 20px; }
  .two_column_fullwidth .wpb_column .vc_single_image-wrapper {
    width: 100%; }
    .two_column_fullwidth .wpb_column .vc_single_image-wrapper img {
      width: 100%; }
  @media screen and (max-width: 960px) {
    .two_column_fullwidth .wpb_column {
      width: 100%;
      margin-right: 0px; } }
  @media screen and (max-width: 767px) {
    .two_column_fullwidth .wpb_column:nth-child(2n) {
      margin-top: 30px; } }

.two_column_sidebar_right .wpb_column:nth-child(1n) {
  width: calc(66.66% - 27px);
  margin-right: 54px; }

.two_column_sidebar_right .wpb_column:nth-child(2n) {
  width: calc(33.33% - 27px);
  margin-right: 0; }
  .two_column_sidebar_right .wpb_column:nth-child(2n) h2 {
    color: rgba(50, 61, 72, 0.74); }
  .two_column_sidebar_right .wpb_column:nth-child(2n) ul {
    margin: 0 0 25px 0 !important;
    padding: 0; }
    .two_column_sidebar_right .wpb_column:nth-child(2n) ul li {
      list-style: none;
      margin-bottom: 15px; }
      .two_column_sidebar_right .wpb_column:nth-child(2n) ul li a {
        text-decoration: underline;
        cursor: pointer;
        color: #1581C2; }
        .two_column_sidebar_right .wpb_column:nth-child(2n) ul li a:hover {
          color: #1f8ccd; }
  .two_column_sidebar_right .wpb_column:nth-child(2n) .wpb_single_image {
    margin-top: 50px; }
  .two_column_sidebar_right .wpb_column:nth-child(2n) img {
    max-width: 100%; }

@media screen and (max-width: 767px) {
  .two_column_sidebar_right .wpb_column:nth-child(1n) {
    width: 100%;
    margin-right: 0px; }
  .two_column_sidebar_right .wpb_column:nth-child(2n) {
    width: 100%;
    margin-right: 0px;
    margin-top: 30px; } }

.icon_block ul {
  padding-top: 0px; }
  .icon_block ul li {
    padding-left: 86px;
    position: relative;
    margin-bottom: 30px !important; }
    .icon_block ul li:before {
      color: #1581C2; }
      @media screen and (max-width: 640px) {
        .icon_block ul li:before {
          display: block;
          position: inherit !important;
          text-align: center;
          font-size: 56px !important;
          margin-bottom: 8px;
          line-height: 56px; } }
    .icon_block ul li:hover:before {
      color: #1f8ccd; }
    @media screen and (max-width: 640px) {
      .icon_block ul li h4.black {
        text-align: center; } }
    .icon_block ul li h3 {
      font-size: 26px; }
    @media screen and (max-width: 640px) {
      .icon_block ul li {
        padding-left: 0;
        padding-top: 0 !important;
        margin-bottom: 20px !important;
        text-align: center !important; } }

.two_column_video {
  clear: both; }
  .two_column_video .wpb_column {
    width: calc(50% - 15px);
    margin-right: 30px; }
    .two_column_video .wpb_column .wpb_raw_code .wpb_wrapper {
      width: 100%;
      height: 0;
      padding-top: 56.2%;
      display: block;
      position: relative; }
      .two_column_video .wpb_column .wpb_raw_code .wpb_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .two_column_video .wpb_column.text_block .wpb_text_column {
      max-width: 470px; }
      @media screen and (max-width: 960px) {
        .two_column_video .wpb_column.text_block .wpb_text_column {
          max-width: 100%; } }
    .two_column_video .wpb_column:nth-child(2n) {
      margin-right: 0; }
      .two_column_video .wpb_column:nth-child(2n) .wpb_raw_code .wpb_wrapper {
        width: 100%;
        height: 0;
        padding-top: 56.2%;
        display: block;
        position: relative; }
        .two_column_video .wpb_column:nth-child(2n) .wpb_raw_code .wpb_wrapper iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
    .two_column_video .wpb_column p {
      font-size: 14px; }
      @media screen and (max-width: 640px) {
        .two_column_video .wpb_column p {
          font-size: 13px;
          text-align: center; } }
    .two_column_video .wpb_column ul {
      padding-top: 0px; }
      .two_column_video .wpb_column ul li {
        padding-left: 86px;
        position: relative;
        margin-bottom: 30px !important; }
        .two_column_video .wpb_column ul li:before {
          color: #1581C2; }
        .two_column_video .wpb_column ul li:hover:before {
          color: #1f8ccd; }
        .two_column_video .wpb_column ul li h3 {
          font-size: 26px; }
    .two_column_video .wpb_column .video_info {
      line-height: 1.64;
      background-color: rgba(223, 235, 240, 0.2);
      padding: 24px; }
      .two_column_video .wpb_column .video_info h4 {
        color: rgba(50, 61, 72, 0.74); }
      .two_column_video .wpb_column .video_info p {
        letter-spacing: 0.5px; }
    @media screen and (max-width: 960px) {
      .two_column_video .wpb_column {
        width: 100%;
        margin-right: 0px; }
        .two_column_video .wpb_column:nth-child(2n) {
          margin-top: 30px; } }
    @media screen and (max-width: 640px) {
      .two_column_video .wpb_column h3 {
        text-align: center; }
      .two_column_video .wpb_column ul li {
        padding-top: 0px !important;
        padding-left: 0; }
        .two_column_video .wpb_column ul li:before {
          display: block;
          vertical-align: top;
          position: inherit;
          text-align: center;
          margin: 0 auto 10px 0;
          text-align: center;
          left: inherit !important; }
        .two_column_video .wpb_column ul li h4 {
          font-size: 20px;
          text-align: center; } }
  .two_column_video.text_center_large p {
    font-size: 16px; }
  @media screen and (max-width: 960px) {
    .two_column_video.text_center_large {
      text-align: center; } }
  @media screen and (max-width: 640px) {
    .two_column_video.text_center_large p {
      font-size: 13px; } }
  .two_column_video.careers .wpb_column:nth-child(1) .wpb_content_element h4 {
    font-family: 'bebas_neuebold', Helvetica, Arial, sans-serif;
    margin-top: 10px;
    margin-bottom: 5px; }

.threeColumns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .threeColumns:before {
    display: none; }
  .threeColumns:after {
    display: none; }
  @media screen and (max-width: 767px) {
    .threeColumns {
      display: block; } }
  .threeColumns .wpb_wrapper {
    height: 100%; }
  .threeColumns .wpb_column {
    background: rgba(223, 235, 240, 0.2);
    width: calc(33.33% - 30.67px);
    margin-right: 46px; }
    .threeColumns .wpb_column p {
      font-size: 20px; }
    @media screen and (max-width: 960px) {
      .threeColumns .wpb_column {
        width: calc(33.33% - 10px);
        margin-right: 15px; } }
    @media screen and (max-width: 767px) {
      .threeColumns .wpb_column {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px; }
        .threeColumns .wpb_column:nth-child(3n) {
          margin-bottom: 0px; } }
    @media screen and (max-width: 640px) {
      .threeColumns .wpb_column p {
        font-size: 16px; } }
    .threeColumns .wpb_column:nth-child(3n) {
      margin-right: 0; }
  .threeColumns.how-it-works .wpb_content_element {
    height: 100%;
    padding: 35px 20px 35px 20px;
    border-top: 4px solid #1581C2; }
    .threeColumns.how-it-works .wpb_content_element .wpb_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .threeColumns.how-it-works .wpb_content_element .wpb_wrapper h3 {
        font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif; }
    .threeColumns.how-it-works .wpb_content_element .button {
      margin: 0 auto;
      margin-top: auto; }
    @media screen and (max-width: 640px) {
      .threeColumns.how-it-works .wpb_content_element {
        padding: 20px; } }
  .threeColumns.careers .wpb_column {
    width: calc(33.33% - 16px);
    margin-right: 24px; }
    .threeColumns.careers .wpb_column:nth-child(3n) {
      margin-right: 0; }
    .threeColumns.careers .wpb_column .wpb_content_element {
      border: none;
      padding: 60px 23px; }
      .threeColumns.careers .wpb_column .wpb_content_element h4 {
        font-size: 26px;
        color: #1581C2; }
      .threeColumns.careers .wpb_column .wpb_content_element p {
        font-size: 16px; }
    @media screen and (max-width: 767px) {
      .threeColumns.careers .wpb_column {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px; }
        .threeColumns.careers .wpb_column:nth-child(3n) {
          margin-bottom: 0px; } }
  .threeColumns.home {
    padding-top: 30px;
    float: none;
    width: 77%;
    margin: 0 auto; }
    @media screen and (max-width: 960px) {
      .threeColumns.home {
        width: 100%; } }
    .threeColumns.home.bmi {
      padding-top: 0px; }
    .threeColumns.home .wpb_column {
      background: none;
      position: relative; }
      .threeColumns.home .wpb_column .wpb_content_element {
        height: 100%;
        padding: 35px 20px 35px 20px;
        border-top: 4px solid #1581C2; }
        .threeColumns.home .wpb_column .wpb_content_element .wpb_wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap; }
        .threeColumns.home .wpb_column .wpb_content_element .button {
          margin: 0 auto;
          margin-top: auto; }
        @media screen and (max-width: 640px) {
          .threeColumns.home .wpb_column .wpb_content_element {
            padding-top: 0;
            padding-bottom: 0; }
            .threeColumns.home .wpb_column .wpb_content_element .wpb_wrapper {
              display: block; } }
      .threeColumns.home .wpb_column:first-child:after {
        content: "\e94b";
        font-family: 'icomoon' !important;
        font-size: 23px;
        line-height: 44px;
        color: #fff;
        width: 44px;
        height: 44px;
        display: block;
        border-radius: 44px;
        background: #425563;
        position: absolute;
        right: -22px;
        top: calc(50% - 22px);
        text-align: center; }
        @media screen and (max-width: 640px) {
          .threeColumns.home .wpb_column:first-child:after {
            display: none; } }
      .threeColumns.home .wpb_column:nth-child(2):after {
        content: "\e94b";
        font-family: 'icomoon' !important;
        font-size: 23px;
        line-height: 44px;
        color: #fff;
        width: 44px;
        height: 44px;
        display: block;
        border-radius: 44px;
        background: #425563;
        position: absolute;
        right: -22px;
        top: calc(50% - 22px);
        text-align: center; }
        @media screen and (max-width: 640px) {
          .threeColumns.home .wpb_column:nth-child(2):after {
            display: none; } }
      .threeColumns.home .wpb_column:nth-child(2).equal:after {
        content: "\e935"; }
      .threeColumns.home .wpb_column .wpb_content_element {
        border-top: none; }
        .threeColumns.home .wpb_column .wpb_content_element .bigIcon {
          font-size: 110px; }
          @media screen and (max-width: 960px) {
            .threeColumns.home .wpb_column .wpb_content_element .bigIcon {
              font-size: 70px; } }
          @media screen and (max-width: 640px) {
            .threeColumns.home .wpb_column .wpb_content_element .bigIcon {
              font-size: 70px;
              margin-bottom: 8px; } }
        .threeColumns.home .wpb_column .wpb_content_element a {
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s;
          text-decoration: none; }
          .threeColumns.home .wpb_column .wpb_content_element a:hover {
            text-decoration: none; }
        .threeColumns.home .wpb_column .wpb_content_element h3 {
          font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
          font-size: 29px; }
          @media screen and (max-width: 1170px) {
            .threeColumns.home .wpb_column .wpb_content_element h3 {
              font-size: 22px; } }
          @media screen and (max-width: 960px) {
            .threeColumns.home .wpb_column .wpb_content_element h3 {
              font-size: 20px; } }
          @media screen and (max-width: 640px) {
            .threeColumns.home .wpb_column .wpb_content_element h3 {
              font-size: 20px; } }

.fourColumns {
  margin-bottom: 28px !important; }
  .fourColumns:before {
    display: none; }
  .fourColumns:after {
    display: none; }
  @media screen and (max-width: 960px) {
    .fourColumns.menus {
      margin-bottom: 0px !important; } }
  .fourColumns.menus:not(.carousel) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .fourColumns.menus:not(.carousel) .wpb_column {
      margin-bottom: 50px; }
      .fourColumns.menus:not(.carousel) .wpb_column .short_description {
        display: block;
        width: 100%;
        padding: 4px 0;
        text-align: center;
        background: rgba(0, 30, 46, 0.05);
        font-size: 12px;
        margin: 10px 0 10px 0; }
      .fourColumns.menus:not(.carousel) .wpb_column .description {
        padding: 0 7px; }
      @media screen and (max-width: 480px) {
        .fourColumns.menus:not(.carousel) .wpb_column {
          margin-bottom: 20px; }
          .fourColumns.menus:not(.carousel) .wpb_column:nth-child(2n) {
            margin-right: 0; }
          .fourColumns.menus:not(.carousel) .wpb_column h4 {
            font-size: 16px;
            line-height: 18px;
            min-height: 36px;
            margin-bottom: 0px;
            margin-top: -12px; }
          .fourColumns.menus:not(.carousel) .wpb_column .short_description {
            margin: 5px 0; }
          .fourColumns.menus:not(.carousel) .wpb_column .description {
            padding: 0; }
            .fourColumns.menus:not(.carousel) .wpb_column .description P {
              font-size: 12px; } }
  .fourColumns.menus:before {
    display: none; }
  .fourColumns.menus:after {
    display: none; }
  @media screen and (max-width: 960px) {
    .fourColumns.recipes .wpb_column {
      width: calc(25% - 9px);
      margin-right: 12px; }
      .fourColumns.recipes .wpb_column:nth-child(4n) {
        margin-right: 0px; }
      .fourColumns.recipes .wpb_column:nth-child(3n) {
        margin-right: 12px; } }
  @media screen and (max-width: 767px) {
    .fourColumns.recipes .wpb_column {
      width: calc(50% - 10px);
      margin-right: 20px;
      float: left;
      margin-bottom: 25px; }
      .fourColumns.recipes .wpb_column:nth-child(4n) {
        margin-right: 0px; }
      .fourColumns.recipes .wpb_column:nth-child(3n) {
        margin-right: 20px; }
      .fourColumns.recipes .wpb_column:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .fourColumns.recipes .wpb_column {
      width: calc(50% - 5px);
      margin-right: 10px; }
      .fourColumns.recipes .wpb_column:nth-child(3n) {
        margin-right: 10px; }
      .fourColumns.recipes .wpb_column:nth-child(2n) {
        margin-right: 0; } }
  .fourColumns.rapid_results_benefits .wpb_column {
    min-height: 250px;
    padding: 23px 34px; }
    @media screen and (max-width: 1280px) {
      .fourColumns.rapid_results_benefits .wpb_column {
        padding: 15px 20px; } }
    @media screen and (max-width: 1280px) {
      .fourColumns.rapid_results_benefits .wpb_column {
        min-height: 290px; } }
    @media screen and (max-width: 960px) {
      .fourColumns.rapid_results_benefits .wpb_column {
        width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 20px;
        min-height: 220px; }
        .fourColumns.rapid_results_benefits .wpb_column:nth-child(2n) {
          margin-right: 0; }
        .fourColumns.rapid_results_benefits .wpb_column:nth-child(3n) {
          margin-right: 20px; } }
    @media screen and (max-width: 480px) {
      .fourColumns.rapid_results_benefits .wpb_column {
        width: calc(100% - 0px);
        margin-right: 0px;
        margin-bottom: 20px;
        min-height: inherit; }
        .fourColumns.rapid_results_benefits .wpb_column p {
          font-size: 14px !important; } }
    .fourColumns.rapid_results_benefits .wpb_column:first-child {
      border: solid 3px #f5b702; }
      .fourColumns.rapid_results_benefits .wpb_column:first-child h3 {
        color: #f5b702; }
    .fourColumns.rapid_results_benefits .wpb_column:nth-of-type(2) {
      border: solid 3px #7ac143; }
      .fourColumns.rapid_results_benefits .wpb_column:nth-of-type(2) h3 {
        color: #7ac143; }
    .fourColumns.rapid_results_benefits .wpb_column:nth-of-type(3) {
      border: solid 3px #9e2885; }
      .fourColumns.rapid_results_benefits .wpb_column:nth-of-type(3) h3 {
        color: #9e2885; }
    .fourColumns.rapid_results_benefits .wpb_column:nth-of-type(4) {
      border: solid 3px #0081c6; }
      .fourColumns.rapid_results_benefits .wpb_column:nth-of-type(4) h3 {
        color: #0081c6; }
  .fourColumns.ndis {
    padding-top: 30px;
    float: none;
    margin: 0 auto;
    margin-bottom: 0 !important; }
    @media screen and (max-width: 960px) {
      .fourColumns.ndis {
        width: 100%; } }
    .fourColumns.ndis .wpb_column {
      background: none;
      position: relative; }
      @media screen and (max-width: 960px) {
        .fourColumns.ndis .wpb_column.carousel-cell {
          width: calc(25% - 17.3px);
          margin-right: 23px; } }
      @media screen and (max-width: 640px) {
        .fourColumns.ndis .wpb_column.carousel-cell {
          width: 100%; } }
      .fourColumns.ndis .wpb_column .wpb_content_element {
        height: 100%;
        padding: 35px 20px 35px 20px; }
        .fourColumns.ndis .wpb_column .wpb_content_element .wpb_wrapper {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column wrap;
          flex-flow: column wrap; }
        .fourColumns.ndis .wpb_column .wpb_content_element .button {
          margin: 0 auto;
          margin-top: auto; }
        .fourColumns.ndis .wpb_column .wpb_content_element .bigIcon {
          font-size: 110px; }
          @media screen and (max-width: 960px) {
            .fourColumns.ndis .wpb_column .wpb_content_element .bigIcon {
              font-size: 70px; } }
          @media screen and (max-width: 640px) {
            .fourColumns.ndis .wpb_column .wpb_content_element .bigIcon {
              font-size: 70px;
              margin-bottom: 8px; } }
        .fourColumns.ndis .wpb_column .wpb_content_element a {
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s;
          text-decoration: none; }
          .fourColumns.ndis .wpb_column .wpb_content_element a:hover {
            text-decoration: none; }
        .fourColumns.ndis .wpb_column .wpb_content_element h3 {
          font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif;
          font-size: 29px; }
          @media screen and (max-width: 1280px) {
            .fourColumns.ndis .wpb_column .wpb_content_element h3 {
              font-size: 24px; } }
          @media screen and (max-width: 1170px) {
            .fourColumns.ndis .wpb_column .wpb_content_element h3 {
              font-size: 22px; } }
          @media screen and (max-width: 960px) {
            .fourColumns.ndis .wpb_column .wpb_content_element h3 {
              font-size: 20px; } }
          @media screen and (max-width: 640px) {
            .fourColumns.ndis .wpb_column .wpb_content_element h3 {
              font-size: 20px; } }
        @media screen and (max-width: 640px) {
          .fourColumns.ndis .wpb_column .wpb_content_element {
            padding-top: 0;
            padding-bottom: 0; }
            .fourColumns.ndis .wpb_column .wpb_content_element .wpb_wrapper {
              display: block; } }
  .fourColumns .wpb_column {
    width: calc(25% - 17.3px);
    margin-right: 23px; }
    .fourColumns .wpb_column:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .fourColumns .wpb_column.carousel-cell {
        width: calc(50% - 10px);
        margin-right: 20px; }
        .fourColumns .wpb_column.carousel-cell:nth-child(3n) {
          margin-right: 20px; }
        .fourColumns .wpb_column.carousel-cell:nth-child(4n) {
          margin-right: 20px; } }
    @media screen and (max-width: 480px) {
      .fourColumns .wpb_column.carousel-cell {
        width: calc(50% - 5px);
        margin-right: 10px; }
        .fourColumns .wpb_column.carousel-cell:nth-child(2n) {
          margin-right: 10px; }
        .fourColumns .wpb_column.carousel-cell:nth-child(3n) {
          margin-right: 10px; }
        .fourColumns .wpb_column.carousel-cell:nth-child(4n) {
          margin-right: 10px; } }
    @media screen and (max-width: 960px) {
      .fourColumns .wpb_column {
        width: calc(33.33% - 10px);
        margin-right: 15px; }
        .fourColumns .wpb_column:nth-child(4n) {
          margin-right: 15px; }
        .fourColumns .wpb_column:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .fourColumns .wpb_column {
        width: calc(50% - 10px);
        margin-right: 20px;
        float: left;
        margin-bottom: 25px; }
        .fourColumns .wpb_column:nth-child(4n) {
          margin-right: 0px; }
        .fourColumns .wpb_column:nth-child(3n) {
          margin-right: 20px; }
        .fourColumns .wpb_column:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .fourColumns .wpb_column {
        width: calc(50% - 5px);
        margin-right: 10px; }
        .fourColumns .wpb_column:nth-child(3n) {
          margin-right: 10px; }
        .fourColumns .wpb_column:nth-child(2n) {
          margin-right: 0; }
        .fourColumns .wpb_column h4 {
          font-size: 16px;
          line-height: 18px;
          min-height: 36px;
          margin-bottom: 0px; } }
    .fourColumns .wpb_column .wpb_content_element .wpb_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .fourColumns .wpb_column .wpb_content_element .wpb_wrapper img {
        margin-bottom: 20px;
        width: 100%;
        height: auto; }
      .fourColumns .wpb_column .wpb_content_element .wpb_wrapper p {
        font-size: 14px; }
      @media screen and (max-width: 480px) {
        .fourColumns .wpb_column .wpb_content_element .wpb_wrapper P {
          font-size: 12px; } }
    .fourColumns .wpb_column .wpb_content_element.vege {
      position: relative; }
      .fourColumns .wpb_column .wpb_content_element.vege:before {
        content: "\e966";
        font-family: 'icomoon' !important;
        font-size: 12px;
        position: absolute;
        color: #fff;
        left: calc(50% - 54px);
        bottom: 21px;
        z-index: 20; }
      .fourColumns .wpb_column .wpb_content_element.vege:after {
        content: "VEGETARIAN";
        background: #92bf1e;
        width: 120px;
        height: 20px;
        position: absolute;
        padding: 0 0 0 14px;
        color: #fff;
        display: block;
        bottom: 20px;
        left: calc(50% - 60px);
        font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        text-align: center; }
    .fourColumns .wpb_column .wpb_content_element span.fav {
      position: absolute;
      display: block;
      background: #1581C2;
      width: 120px;
      height: 20px;
      margin: 0 auto;
      color: white;
      padding: 0 0 0 14px;
      text-align: center;
      left: calc(50% - 60px);
      font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 20px; }
      .fourColumns .wpb_column .wpb_content_element span.fav:before {
        content: "\e95c";
        font-family: 'icomoon' !important;
        font-size: 15px;
        position: absolute;
        color: #fff;
        left: calc(50% - 56px);
        z-index: 20; }
    .fourColumns .wpb_column .wpb_content_element .new {
      position: relative; }
      .fourColumns .wpb_column .wpb_content_element .new:before {
        content: "NEW";
        background: #1581C2;
        width: 50px;
        height: 24px;
        position: absolute;
        padding: 0 0 0 0px;
        color: #fff;
        display: block;
        top: 20px;
        left: 0;
        font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        text-align: center; }
  .fourColumns.jennyGuide .wpb_column .wpb_content_element .wpb_wrapper img {
    margin-bottom: 0; }
  .fourColumns.jennyGuide h4 {
    padding: 20px 12px;
    margin-bottom: 0; }
    .fourColumns.jennyGuide h4 a {
      position: relative;
      width: 100%;
      display: block;
      font-size: 26px;
      font-family: "bebas_neueregular" !important; }
      .fourColumns.jennyGuide h4 a:before {
        position: absolute;
        font-family: 'icomoon' !important;
        right: 0;
        top: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .fourColumns.jennyGuide h4.jc_guide_toogle a {
      position: relative; }
      .fourColumns.jennyGuide h4.jc_guide_toogle a:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .guidehOpen .fourColumns.jennyGuide h4.jc_guide_toogle {
      background: rgba(223, 235, 240, 0.2); }
      .guidehOpen .fourColumns.jennyGuide h4.jc_guide_toogle a:before {
        content: "\e94b"; }
  @media screen and (max-width: 960px) {
    .fourColumns.jennyGuide .wpb_column {
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 20px; }
      .fourColumns.jennyGuide .wpb_column:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .fourColumns.jennyGuide .wpb_column h4 a {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .fourColumns.jennyGuide .wpb_column {
      width: calc(100% - 0px);
      margin-right: 0px;
      margin-bottom: 10; }
      .fourColumns.jennyGuide .wpb_column:nth-child(2n) {
        margin-right: 0; }
      .fourColumns.jennyGuide .wpb_column h4 {
        font-size: 18px;
        line-height: 18px;
        min-height: 36px;
        margin-bottom: 0px; } }

.fiveColumns {
  margin-bottom: 28px !important; }
  .fiveColumns:before {
    display: none; }
  .fiveColumns:after {
    display: none; }
  .fiveColumns.how_we_connect {
    margin-bottom: 10px !important; }
    @media screen and (max-width: 640px) {
      .fiveColumns.how_we_connect {
        margin-bottom: 30px !important; } }
    .fiveColumns.how_we_connect .vc_single_image-wrapper {
      width: 100%; }
      .fiveColumns.how_we_connect .vc_single_image-wrapper img {
        width: 100%; }
    .fiveColumns.how_we_connect .carousel-cell {
      height: 200px; }
      @media screen and (max-width: 960px) {
        .fiveColumns.how_we_connect .carousel-cell {
          width: calc(20% - 16px) !important;
          margin-right: 20px !important;
          height: 140px; } }
      @media screen and (max-width: 640px) {
        .fiveColumns.how_we_connect .carousel-cell {
          width: 100% !important;
          margin-right: 0px !important; } }
    .fiveColumns.how_we_connect .wpb_wrapper .bigIcon {
      color: #1581C2;
      cursor: pointer;
      font-size: 200px;
      position: relative; }
      .fiveColumns.how_we_connect .wpb_wrapper .bigIcon:before {
        position: absolute;
        left: -55px; }
      .fiveColumns.how_we_connect .wpb_wrapper .bigIcon:hover {
        color: #1f8ccd;
        text-decoration: none; }
      @media screen and (max-width: 960px) {
        .fiveColumns.how_we_connect .wpb_wrapper .bigIcon {
          font-size: 130px; }
          .fiveColumns.how_we_connect .wpb_wrapper .bigIcon:before {
            left: -50px; } }
      @media screen and (max-width: 640px) {
        .fiveColumns.how_we_connect .wpb_wrapper .bigIcon {
          font-size: 200px; }
          .fiveColumns.how_we_connect .wpb_wrapper .bigIcon:before {
            left: 46px;
            top: -20px; } }
      @media screen and (max-width: 480px) {
        .fiveColumns.how_we_connect .wpb_wrapper .bigIcon:before {
          left: calc(50% - 169px); } }
    .fiveColumns.how_we_connect .wpb_wrapper h1 span {
      font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
      display: block;
      color: rgba(50, 61, 72, 0.74);
      padding: 0;
      text-transform: capitalize;
      font-size: 27px; }
  @media screen and (max-width: 960px) {
    .fiveColumns.menus {
      margin-bottom: 0px !important; } }
  .fiveColumns.menus:not(.carousel) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    .fiveColumns.menus:not(.carousel) .wpb_column {
      margin-bottom: 50px; }
      .fiveColumns.menus:not(.carousel) .wpb_column .short_description {
        display: block;
        width: 100%;
        padding: 4px 0;
        text-align: center;
        background: rgba(0, 30, 46, 0.05);
        font-size: 12px;
        margin: 10px 0 10px 0; }
      .fiveColumns.menus:not(.carousel) .wpb_column .description {
        padding: 0 7px; }
      @media screen and (max-width: 480px) {
        .fiveColumns.menus:not(.carousel) .wpb_column {
          margin-bottom: 20px; }
          .fiveColumns.menus:not(.carousel) .wpb_column:nth-child(2n) {
            margin-right: 0; }
          .fiveColumns.menus:not(.carousel) .wpb_column h4 {
            font-size: 16px;
            line-height: 18px;
            min-height: 36px;
            margin-bottom: 0px;
            margin-top: -12px; }
          .fiveColumns.menus:not(.carousel) .wpb_column .short_description {
            margin: 5px 0; }
          .fiveColumns.menus:not(.carousel) .wpb_column .description {
            padding: 0; }
            .fiveColumns.menus:not(.carousel) .wpb_column .description P {
              font-size: 12px; } }
  .fiveColumns.menus:before {
    display: none; }
  .fiveColumns.menus:after {
    display: none; }
  .fiveColumns .wpb_column {
    width: calc(20% - 16px);
    margin-right: 20px; }
    .fiveColumns .wpb_column:nth-child(5n) {
      margin-right: 0; }
    @media screen and (max-width: 960px) {
      .fiveColumns .wpb_column.carousel-cell {
        width: calc(50% - 10px);
        margin-right: 20px; }
        .fiveColumns .wpb_column.carousel-cell:nth-child(3n) {
          margin-right: 20px; }
        .fiveColumns .wpb_column.carousel-cell:nth-child(4n) {
          margin-right: 20px; } }
    @media screen and (max-width: 480px) {
      .fiveColumns .wpb_column.carousel-cell {
        width: calc(50% - 5px);
        margin-right: 10px; }
        .fiveColumns .wpb_column.carousel-cell:nth-child(2n) {
          margin-right: 10px; }
        .fiveColumns .wpb_column.carousel-cell:nth-child(3n) {
          margin-right: 10px; }
        .fiveColumns .wpb_column.carousel-cell:nth-child(4n) {
          margin-right: 10px; } }
    @media screen and (max-width: 960px) {
      .fiveColumns .wpb_column {
        width: calc(33.33% - 10px);
        margin-right: 15px; }
        .fiveColumns .wpb_column:nth-child(4n) {
          margin-right: 15px; }
        .fiveColumns .wpb_column:nth-child(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 767px) {
      .fiveColumns .wpb_column {
        width: calc(50% - 10px);
        margin-right: 20px;
        float: left;
        margin-bottom: 25px; }
        .fiveColumns .wpb_column:nth-child(4n) {
          margin-right: 0px; }
        .fiveColumns .wpb_column:nth-child(3n) {
          margin-right: 20px; }
        .fiveColumns .wpb_column:nth-child(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .fiveColumns .wpb_column {
        width: calc(50% - 5px);
        margin-right: 10px; }
        .fiveColumns .wpb_column:nth-child(3n) {
          margin-right: 10px; }
        .fiveColumns .wpb_column:nth-child(2n) {
          margin-right: 0; }
        .fiveColumns .wpb_column h4 {
          font-size: 16px;
          line-height: 18px;
          min-height: 36px;
          margin-bottom: 0px; } }
    .fiveColumns .wpb_column .wpb_content_element .wpb_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap; }
      .fiveColumns .wpb_column .wpb_content_element .wpb_wrapper img {
        margin-bottom: 20px;
        width: 100%;
        height: auto; }
      .fiveColumns .wpb_column .wpb_content_element .wpb_wrapper p {
        font-size: 14px; }
      @media screen and (max-width: 480px) {
        .fiveColumns .wpb_column .wpb_content_element .wpb_wrapper P {
          font-size: 12px; } }
    .fiveColumns .wpb_column .wpb_content_element.vege {
      position: relative; }
      .fiveColumns .wpb_column .wpb_content_element.vege:before {
        content: "\e966";
        font-family: 'icomoon' !important;
        font-size: 12px;
        position: absolute;
        color: #fff;
        left: calc(50% - 54px);
        bottom: 21px;
        z-index: 20; }
      .fiveColumns .wpb_column .wpb_content_element.vege:after {
        content: "VEGETARIAN";
        background: #92bf1e;
        width: 120px;
        height: 20px;
        position: absolute;
        padding: 0 0 0 14px;
        color: #fff;
        display: block;
        bottom: 20px;
        left: calc(50% - 60px);
        font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
        font-size: 12px;
        line-height: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        text-align: center; }
    .fiveColumns .wpb_column .wpb_content_element .new {
      position: relative; }
      .fiveColumns .wpb_column .wpb_content_element .new:before {
        content: "NEW";
        background: #1581C2;
        width: 50px;
        height: 24px;
        position: absolute;
        padding: 0 0 0 0px;
        color: #fff;
        display: block;
        top: 20px;
        left: 0;
        font-family: 'helvetica_neueregular', Helvetica, Arial, sans-serif;
        font-size: 13px;
        line-height: 24px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 1px;
        text-align: center; }
  .fiveColumns.jennyGuide .wpb_column .wpb_content_element .wpb_wrapper img {
    margin-bottom: 0; }
  .fiveColumns.jennyGuide h4 {
    padding: 20px 12px;
    margin-bottom: 0; }
    .fiveColumns.jennyGuide h4 a {
      position: relative;
      width: 100%;
      display: block;
      font-size: 26px;
      font-family: "bebas_neueregular" !important; }
      .fiveColumns.jennyGuide h4 a:before {
        position: absolute;
        font-family: 'icomoon' !important;
        right: 0;
        top: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    .fiveColumns.jennyGuide h4.jc_guide_toogle a {
      position: relative; }
      .fiveColumns.jennyGuide h4.jc_guide_toogle a:before {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    .guidehOpen .fiveColumns.jennyGuide h4.jc_guide_toogle {
      background: rgba(223, 235, 240, 0.2); }
      .guidehOpen .fiveColumns.jennyGuide h4.jc_guide_toogle a:before {
        content: "\e94b"; }
  @media screen and (max-width: 960px) {
    .fiveColumns.jennyGuide .wpb_column {
      width: calc(50% - 10px);
      margin-right: 20px;
      margin-bottom: 20px; }
      .fiveColumns.jennyGuide .wpb_column:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .fiveColumns.jennyGuide .wpb_column h4 a {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .fiveColumns.jennyGuide .wpb_column {
      width: calc(100% - 0px);
      margin-right: 0px;
      margin-bottom: 10; }
      .fiveColumns.jennyGuide .wpb_column:nth-child(2n) {
        margin-right: 0; }
      .fiveColumns.jennyGuide .wpb_column h4 {
        font-size: 18px;
        line-height: 18px;
        min-height: 36px;
        margin-bottom: 0px; } }

.faq .accordion {
  padding: 0 244px; }
  @media screen and (max-width: 1170px) {
    .faq .accordion {
      padding: 0 15px; } }
  @media screen and (max-width: 767px) {
    .faq .accordion {
      padding: 0; } }

.faq .wpb_column .king-spoiler {
  border: none; }

.faq .wpb_column .ui-accordion-header {
  background: rgba(223, 235, 240, 0.2);
  border: none;
  margin-bottom: 8px; }
  .faq .wpb_column .ui-accordion-header a {
    font-family: 'Fira Sans',sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #323d48;
    line-height: 22px;
    text-decoration: none;
    position: relative;
    padding: 13px 58px 13px 25px; }
    .faq .wpb_column .ui-accordion-header a .king-spoiler-icon {
      display: none; }
    .faq .wpb_column .ui-accordion-header a:before {
      content: "";
      width: 50px;
      height: 100%;
      position: absolute;
      background: rgba(223, 235, 240, 0.5);
      display: block;
      right: 0;
      top: 0; }
    .faq .wpb_column .ui-accordion-header a:after {
      font-family: 'icomoon';
      content: "\e954";
      position: absolute;
      color: #425563;
      right: 15px;
      top: calc(50% - 18px);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    @media screen and (max-width: 640px) {
      .faq .wpb_column .ui-accordion-header a {
        font-size: 16px;
        line-height: 1.13; }
        .faq .wpb_column .ui-accordion-header a:after {
          top: calc(50% - 13px); } }

.faq .wpb_column .ui-accordion-header-active a:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: calc(50% - 5px); }

.faq .wpb_column .ui-accordion-content {
  padding: 20px 40px; }
  @media screen and (max-width: 767px) {
    .faq .wpb_column .ui-accordion-content {
      padding: 10px 20px; } }

.questions {
  text-align: center; }
  .questions h2 {
    font-family: 'bebas_neueregular', Helvetica, Arial, sans-serif; }
  @media screen and (max-width: 640px) {
    .questions h2 span {
      display: block;
      padding-top: 10px; } }
  .questions div {
    text-align: center; }
    .questions div a {
      display: inline-block;
      min-width: 280px;
      margin: 0 10px 15px 0px; }
      .questions div a.button--grey {
        color: rgba(50, 61, 72, 0.74); }
      .questions div a:nth-child(2n) {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        .questions div a {
          min-width: 180px; } }
      @media screen and (max-width: 480px) {
        .questions div a {
          min-width: 0px;
          width: 100%; }
          .questions div a.button--grey {
            min-width: 0px; } }
  .questions .icon-Phone---Solid {
    font-family: "bebas_neuebold" !important;
    font-size: 26px;
    margin-top: 25px;
    color: rgba(50, 61, 72, 0.74);
    position: relative; }
    .questions .icon-Phone---Solid:hover {
      text-decoration: none; }
    .questions .icon-Phone---Solid:before {
      font-family: 'icomoon' !important;
      color: #1581C2;
      position: absolute;
      left: -33px;
      top: 2px; }

.wpb_wrapper .questions a.button--orange, .success_stories__buttons a.button--orange {
  background-color: #DFEBF0;
  color: rgba(50, 61, 72, 0.74); }
  .wpb_wrapper .questions a.button--orange:hover, .success_stories__buttons a.button--orange:hover {
    background-color: #b7dee5; }

.success_stories__buttons {
  width: 50%;
  display: block;
  margin-left: 548px;
  margin-top: -48px;
  position: absolute; }
  .success_stories__buttons a {
    display: inline-block;
    margin-right: 5px; }
  @media screen and (max-width: 1170px) {
    .success_stories__buttons {
      position: inherit;
      width: 100%;
      display: block;
      margin: 0 auto 0px auto;
      text-align: center; }
      .success_stories__buttons a {
        margin-bottom: 10px;
        width: 275px;
        max-width: 50%; } }
  @media screen and (max-width: 640px) {
    .success_stories__buttons a {
      max-width: 100%; } }

.search_results h1 {
  margin-top: 40px;
  text-align: center;
  padding-bottom: 20px; }
  .search_results h1 span {
    font-family: 'Fira Sans',sans-serif;
    font-weight: bold;
    color: #323d48;
    padding: 0; }

.search_results.haveresults .container {
  border-top: 1px solid #d9e1e2;
  padding-top: 30px; }

.search_results__form {
  text-align: center;
  text-align: center;
  clear: both;
  margin-bottom: 0px; }
  .search_results__form .form_container {
    padding-bottom: 50px; }
  .search_results__form form#searchform {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    display: block; }
    .search_results__form form#searchform input#s {
      height: 41px; }
    .search_results__form form#searchform input[type="submit"] {
      text-transform: uppercase;
      font-family: 'Fira Sans',sans-serif;
      color: #fff;
      letter-spacing: 1px;
      font-size: 20px; }
      .search_results__form form#searchform input[type="submit"]:hover {
        background-color: #b7dee5; }

.search_results__body {
  padding-bottom: 20px; }
  .search_results__body ul li {
    border-bottom: 1px solid #DFEBF0;
    padding-bottom: 15px;
    margin-bottom: 20px; }
    .search_results__body ul li h3 {
      margin-bottom: 10px; }
      .search_results__body ul li h3 a:hover {
        color: #1581C2;
        text-decoration: none; }
    .search_results__body ul li .h-readmore {
      display: inline-block; }
    .search_results__body ul li .link {
      font-family: "Fira Sans", sans-serif !important;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 12px;
      margin: 10px auto;
      color: #1581C2;
      position: relative;
      display: inline-block; }
      .search_results__body ul li .link:before {
        font-family: 'icomoon';
        right: -24px;
        top: -5px;
        position: absolute;
        font-size: 20px;
        font-weight: normal; }

.search_results__sidebar img {
  display: block;
  width: 100%; }

.search_results.fullwidth {
  text-align: center;
  background: rgba(223, 235, 240, 0.2);
  padding: 40px 0 30px 0; }
  .search_results.fullwidth .link {
    font-family: "HelveticaNeueLTStd-Bd" !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    margin: 10px auto;
    padding-left: 20px;
    color: #1581C2;
    position: relative;
    display: inline-block; }
    .search_results.fullwidth .link:before {
      font-family: 'icomoon';
      right: inherit;
      top: -4px;
      left: -4px;
      position: absolute;
      font-size: 20px;
      font-weight: normal;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }

.single_blog {
  padding-top: 0px; }
  @media screen and (max-width: 767px) {
    .single_blog {
      padding-top: 0px; } }
  .single_blog.section.grey_bg {
    padding: 0; }
  .single_blog .blog_heading {
    text-align: center; }
    .single_blog .blog_heading h1 {
      margin-bottom: 10px; }
    .single_blog .blog_heading h4 {
      color: rgba(0, 25, 39, 0.3);
      margin-bottom: 30px; }
    .single_blog .blog_heading .author {
      font-family: 'bebas_neueregular';
      font-size: 20px;
      line-height: 20px;
      color: #1581C2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      letter-spacing: 0.9px;
      margin-bottom: 15px;
      margin-top: -10px;
      text-decoration: none; }
      .single_blog .blog_heading .author:hover {
        text-decoration: none;
        color: #1f8ccd; }
        .single_blog .blog_heading .author:hover .by {
          color: #323d48; }
      .single_blog .blog_heading .author .by {
        color: #323d48; }
      .single_blog .blog_heading .author img {
        width: 32px;
        height: 32px;
        border-radius: 32px;
        margin: 0 5px;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none; }
  .single_blog .page-content {
    padding-left: 88px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .single_blog .page-content {
        padding-left: 15px; } }
    .single_blog .page-content article {
      position: relative; }
      .single_blog .page-content article ul {
        padding-left: 20px; }
        .single_blog .page-content article ul li {
          list-style: disc; }
      .single_blog .page-content article .article_author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        padding: 36px 32px;
        margin: 20px 0;
        background: rgba(223, 235, 240, 0.2); }
        @media screen and (max-width: 640px) {
          .single_blog .page-content article .article_author {
            padding: 25px 20px;
            margin-left: -15px;
            margin-right: -15px; } }
        .single_blog .page-content article .article_author__image {
          width: 84px;
          padding-right: 20px; }
          @media screen and (max-width: 640px) {
            .single_blog .page-content article .article_author__image {
              width: 74px;
              padding-right: 10px; } }
          .single_blog .page-content article .article_author__image img {
            width: 64px;
            height: 64px;
            border-radius: 64px; }
        .single_blog .page-content article .article_author__info {
          width: calc(100% - 184px);
          padding-right: 0px;
          font-family: 'bebas_neueregular';
          font-size: 18px; }
          .single_blog .page-content article .article_author__info h3 {
            margin-bottom: 5px; }
            .single_blog .page-content article .article_author__info h3 a {
              font-family: 'bebas_neuebold';
              font-size: 26px;
              text-decoration: none;
              color: #1581C2; }
          @media screen and (max-width: 640px) {
            .single_blog .page-content article .article_author__info {
              width: calc(100% - 174px); }
              .single_blog .page-content article .article_author__info h3 a {
                font-size: 20px; } }
        .single_blog .page-content article .article_author__profilelink {
          width: 100px;
          padding-right: 0px; }
          .single_blog .page-content article .article_author__profilelink.button {
            min-width: 100px;
            text-align: center;
            padding-left: 0;
            padding-right: 0;
            height: 20px; }
        .single_blog .page-content article .article_author__bio {
          margin-top: 5px;
          width: 100%;
          padding-left: 84px;
          font-size: 14px; }
          @media screen and (max-width: 640px) {
            .single_blog .page-content article .article_author__bio {
              padding-left: 0px;
              text-align: center; } }
      @media screen and (max-width: 767px) {
        .single_blog .page-content article {
          padding-bottom: 40px; } }
    .single_blog .page-content iframe {
      width: 100% !important;
      margin: 15px 0; }
    .single_blog .page-content .sharethis-bottom {
      position: absolute;
      display: block;
      left: -88px;
      top: .5em; }
      @media screen and (max-width: 767px) {
        .single_blog .page-content .sharethis-bottom {
          bottom: 0;
          top: inherit;
          left: 0; } }
    .single_blog .page-content .sharethis-block .sharethis-buttons {
      float: left; }
    .single_blog .page-content .sharethis-block .sharethis-wrapper ul {
      margin: 0;
      padding: 0; }
      .single_blog .page-content .sharethis-block .sharethis-wrapper ul li {
        list-style: none;
        width: 40px;
        height: 40px;
        display: block;
        margin-bottom: 8px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .single_blog .page-content .sharethis-block .sharethis-wrapper ul li {
            display: inline-block; } }
        .single_blog .page-content .sharethis-block .sharethis-wrapper ul li.facebook {
          background: #3b5998; }
        .single_blog .page-content .sharethis-block .sharethis-wrapper ul li.twitter {
          background: #1da1f2; }
        .single_blog .page-content .sharethis-block .sharethis-wrapper ul li.email {
          background: #425563; }
          .single_blog .page-content .sharethis-block .sharethis-wrapper ul li.email:before {
            left: 9.5px; }
        .single_blog .page-content .sharethis-block .sharethis-wrapper ul li:before {
          font-size: 21px;
          text-indent: inherit;
          color: #fff;
          position: absolute;
          left: 11px;
          top: 3px;
          display: block; }
        .single_blog .page-content .sharethis-block .sharethis-wrapper ul li:hover {
          color: #1f8ccd;
          opacity: 0.8; }
    .single_blog .page-content .sharethis-block .sharethis-wrapper a {
      font-size: 0;
      text-indent: -9999px;
      text-decoration: none;
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
  .single_blog .get-started {
    margin-top: 20px;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .single_blog .get-started {
        margin-left: 0; } }
  .single_blog__sidebar {
    padding-top: 8px;
    padding-left: 38px; }
    .single_blog__sidebar h3 {
      color: rgba(50, 61, 72, 0.74); }
    .single_blog__sidebar ul {
      margin-top: 10px;
      margin-bottom: 30px; }
      .single_blog__sidebar ul li {
        margin-bottom: 15px; }
        .single_blog__sidebar ul li a {
          text-decoration: underline;
          display: block;
          font-size: 16px; }
          .single_blog__sidebar ul li a:hover {
            color: #1f8ccd; }
  .single_blog .other_blogs {
    padding: 20px 0;
    margin-top: 15px; }
    .single_blog .other_blogs h2 {
      text-align: center;
      margin: 0 auto 10px auto; }
    .single_blog .other_blogs ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      font-size: 13px;
      margin-bottom: 0;
      margin-left: -10px;
      margin-right: -10px; }
    .single_blog .other_blogs li {
      width: 33.33%;
      padding: 21px; }
      .single_blog .other_blogs li h4 {
        margin-top: 22px; }
        @media screen and (max-width: 767px) {
          .single_blog .other_blogs li h4 {
            text-align: left; } }
      .single_blog .other_blogs li .author {
        font-family: 'bebas_neueregular';
        font-size: 16px;
        line-height: 18px;
        color: #1581C2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        letter-spacing: 0.9px;
        margin-bottom: 15px;
        text-decoration: none; }
        .single_blog .other_blogs li .author:hover {
          text-decoration: none;
          color: #1f8ccd; }
          .single_blog .other_blogs li .author:hover .by {
            color: rgba(50, 61, 72, 0.3); }
        .single_blog .other_blogs li .author .by {
          color: rgba(50, 61, 72, 0.3); }
        .single_blog .other_blogs li .author img {
          width: 18px;
          height: 18px;
          border-radius: 18px;
          margin: 0 5px;
          -webkit-transition: none;
          transition: none;
          -webkit-transform: none;
          transform: none; }
      .single_blog .other_blogs li .description {
        padding: 0 0px;
        font-size: 14px; }
        .single_blog .other_blogs li .description p {
          font-size: 14px; }
        .single_blog .other_blogs li .description a {
          color: rgba(50, 61, 72, 0.74);
          font-size: 11px;
          font-family: "HelveticaNeueLTStd-Bd" !important;
          text-transform: uppercase;
          position: relative;
          padding-right: 20px; }
          .single_blog .other_blogs li .description a:before {
            font-family: 'icomoon' !important;
            right: 0px;
            color: #0081c6;
            position: absolute;
            font-size: 20px;
            top: -4px; }
      .single_blog .other_blogs li .wpb_single_image img {
        width: 100%; }
      .single_blog .other_blogs li p {
        line-height: 18px;
        font-size: 14px; }
      .single_blog .other_blogs li a.read-more {
        margin: 0 auto;
        display: block;
        text-align: center; }
      @media screen and (max-width: 767px) {
        .single_blog .other_blogs li {
          width: 50%; } }
      @media screen and (max-width: 480px) {
        .single_blog .other_blogs li {
          width: 100%; } }

#comments {
  border-top: none; }
  #comments #wait_approval {
    color: #1581C2; }
  #comments #comments-title {
    font-family: 'bebas_neuebold';
    font-size: 26px;
    text-transform: uppercase;
    color: #1581C2;
    padding-bottom: 10px; }
  #comments .comment-respond {
    border-top: 1px solid #eee; }
    #comments .comment-respond h4#reply-title {
      font-family: 'bebas_neuebold';
      font-size: 26px; }
      @media screen and (max-width: 767px) {
        #comments .comment-respond h4#reply-title {
          padding-top: 20px;
          text-align: left; } }
  #comments .comment_wrap {
    border-bottom: none;
    padding: 10px 0; }
    #comments .comment_wrap article {
      border-top: 1px solid #eee;
      border-bottom: none; }
  #comments .commentlist li {
    padding-top: 0;
    padding-bottom: 0; }
  #comments .commentlist article {
    padding-bottom: 0; }
  #comments .commentlist .gravatar img {
    border-radius: 100%; }
  #comments .commentlist .children .comment:last-of-type article {
    border-bottom: none; }
  #comments .commentlist .children .comment {
    padding: 10px 0 0 0; }
  #comments .commentlist .children article {
    padding: 0; }
  #comments .commentlist .comment_author {
    font-family: 'HelveticaNeueLTStd-Bd';
    font-size: 16px;
    color: #323d48; }
    #comments .commentlist .comment_author a {
      color: #323d48;
      text-decoration: none; }
    #comments .commentlist .comment_author i {
      font-family: 'helvetica_neueregular';
      color: rgba(50, 61, 72, 0.74);
      font-size: 11px;
      font-style: normal;
      display: block;
      padding: 5px 0; }
  #comments .commentlist .comment_text {
    font-size: 14px;
    position: relative;
    overflow: visible; }
    #comments .commentlist .comment_text .comment-reply-link {
      position: absolute;
      right: 0;
      top: -70px;
      font-family: 'HelveticaNeueLTStd-Bd';
      color: rgba(50, 61, 72, 0.74);
      font-size: 11px;
      display: block;
      text-transform: uppercase; }
      #comments .commentlist .comment_text .comment-reply-link:hover {
        color: #1581C2;
        text-decoration: none; }
      #comments .commentlist .comment_text .comment-reply-link span {
        display: none; }
  #comments .commentlist > li > ul.children {
    margin-left: 100px; }
    #comments .commentlist > li > ul.children .comment_wrap {
      padding-right: 0; }
  #comments .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
    #comments .comment-form label {
      font-family: 'HelveticaNeueLTStd-Bd';
      font-size: 13px;
      margin: 0;
      float: none;
      height: auto;
      padding: 5px 0; }
      #comments .comment-form label .require {
        color: red; }
      #comments .comment-form label .optional {
        font-family: 'helvetica_neueregular';
        font-size: 12px;
        color: rgba(50, 61, 72, 0.4); }
      #comments .comment-form label .error {
        display: block;
        color: 1px solid #f99; }
    #comments .comment-form input, #comments .comment-form textarea {
      height: 40px;
      padding: 5px 16px;
      border-radius: 0;
      border: solid 1px #d9e1e2;
      background: none; }
      #comments .comment-form input.error, #comments .comment-form textarea.error {
        border: 1px solid #f99; }
    #comments .comment-form textarea {
      height: 135px;
      margin-bottom: 0;
      padding: 10px 16px; }
  #comments .comment-form-comment {
    width: 100%; }
  #comments .comment-form-author {
    width: calc(33.33% - 18px);
    margin-right: 27px; }
    @media screen and (max-width: 767px) {
      #comments .comment-form-author {
        width: 100%;
        margin-right: 0; } }
  #comments .comment-form-email {
    width: calc(33.33% - 18px);
    margin-right: 27px; }
    @media screen and (max-width: 767px) {
      #comments .comment-form-email {
        width: 100%;
        margin-right: 0; } }
  #comments .comment-form-url {
    width: calc(33.33% - 18px);
    margin-right: 0px; }
    @media screen and (max-width: 767px) {
      #comments .comment-form-url {
        width: 100%;
        margin-right: 0; } }
  #comments .form-submit input {
    font-family: 'bebas_neueregular';
    display: table;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 40px;
    background: none;
    letter-spacing: 1px;
    text-align: center;
    background-color: #1581C2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    border-radius: 0;
    margin-top: 20px; }
    #comments .form-submit input:hover {
      text-decoration: none !important;
      background-color: #1f8ccd;
      color: #ffffff; }
  #comments .error {
    color: #f99; }

.blog_filter {
  font-size: 20px;
  width: 100%;
  margin-bottom: 15px;
  text-align: center; }
  .blog_filter h4 {
    color: rgba(50, 61, 72, 0.74);
    display: inline-block; }
    @media screen and (max-width: 480px) {
      .blog_filter h4 {
        display: none; } }
  .blog_filter li {
    display: inline-block; }
    .blog_filter li a {
      color: rgba(50, 61, 72, 0.74);
      padding: 9px 12px;
      text-decoration: none;
      border: solid 1px rgba(27, 33, 45, 0.25);
      border-radius: 100px;
      margin-left: 8px;
      font-size: 14px;
      margin-bottom: 5px;
      display: inline-block;
      vertical-align: middle;
      font-family: 'helvetica_neueregular'; }
      .blog_filter li a:hover, .blog_filter li a.active {
        border: solid 1px #1581C2;
        background: #1581C2;
        color: #fff;
        text-decoration: none; }
      @media screen and (max-width: 480px) {
        .blog_filter li a {
          padding: 9px 8px;
          margin-left: 5px; } }
    .blog_filter li:first-of-type a {
      padding: 9px 16px; }

.blog_body {
  clear: both; }
  .blog_body .ads {
    margin-bottom: 40px; }
  .blog_body .category_description {
    text-align: center;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .blog_body .category_description {
        font-size: 14px; } }

.threeColumns.blogs, .threeColumns.bmi_blogs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 10px; }
  .threeColumns.blogs:before, .threeColumns.bmi_blogs:before {
    display: none; }
  .threeColumns.blogs:after, .threeColumns.bmi_blogs:after {
    display: none; }
  .threeColumns.blogs.carousel, .threeColumns.bmi_blogs.carousel {
    width: calc(100% - 125px);
    margin: 0 auto;
    float: inherit; }
    @media screen and (max-width: 640px) {
      .threeColumns.blogs.carousel, .threeColumns.bmi_blogs.carousel {
        width: calc(100% - 50px); } }
  .threeColumns.blogs .wpb_column, .threeColumns.bmi_blogs .wpb_column {
    margin-bottom: 40px;
    width: calc(33.33% - 28px);
    margin-right: 42px;
    background: none; }
    .threeColumns.blogs .wpb_column figure a, .threeColumns.bmi_blogs .wpb_column figure a {
      width: 100%;
      height: auto;
      overflow: hidden;
      display: block; }
    .threeColumns.blogs .wpb_column .video_wrapper, .threeColumns.bmi_blogs .wpb_column .video_wrapper {
      width: 100%;
      height: 0;
      padding-top: 60.38%;
      display: block;
      position: relative; }
      .threeColumns.blogs .wpb_column .video_wrapper iframe, .threeColumns.bmi_blogs .wpb_column .video_wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .threeColumns.blogs .wpb_column img, .threeColumns.bmi_blogs .wpb_column img {
      width: 100%;
      height: 100%;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s;
      display: block; }
      .threeColumns.blogs .wpb_column img:hover, .threeColumns.bmi_blogs .wpb_column img:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .threeColumns.blogs .wpb_column.menu_b, .threeColumns.bmi_blogs .wpb_column.menu_b {
      width: calc(33.33% - 16px);
      margin-right: 24px;
      background-color: rgba(217, 225, 226, 0.2);
      padding-bottom: 25px;
      margin-bottom: 24px; }
      .threeColumns.blogs .wpb_column.menu_b .wpb_text_column, .threeColumns.bmi_blogs .wpb_column.menu_b .wpb_text_column {
        padding-left: 16px;
        padding-right: 16px; }
      @media screen and (max-width: 960px) {
        .threeColumns.blogs .wpb_column.menu_b, .threeColumns.bmi_blogs .wpb_column.menu_b {
          width: calc(33.33% - 8px);
          margin-right: 12px;
          margin-bottom: 12px; } }
      @media screen and (max-width: 767px) {
        .threeColumns.blogs .wpb_column.menu_b, .threeColumns.bmi_blogs .wpb_column.menu_b {
          width: 100%;
          margin: 0 0 25px 0; } }
    @media screen and (max-width: 960px) {
      .threeColumns.blogs .wpb_column, .threeColumns.bmi_blogs .wpb_column {
        width: calc(33.33% - 8px);
        margin-right: 12px; } }
    @media screen and (max-width: 767px) {
      .threeColumns.blogs .wpb_column, .threeColumns.bmi_blogs .wpb_column {
        width: 100%;
        margin: 0 0 25px 0; } }
    .threeColumns.blogs .wpb_column:nth-child(3n), .threeColumns.bmi_blogs .wpb_column:nth-child(3n) {
      margin-right: 0; }
    .threeColumns.blogs .wpb_column.carousel-cell, .threeColumns.bmi_blogs .wpb_column.carousel-cell {
      opacity: 1; }
      .threeColumns.blogs .wpb_column.carousel-cell:nth-child(3n), .threeColumns.bmi_blogs .wpb_column.carousel-cell:nth-child(3n) {
        margin-right: 42px; }
    @media screen and (max-width: 480px) {
      .threeColumns.blogs .wpb_column, .threeColumns.bmi_blogs .wpb_column {
        margin-bottom: 35px; } }
    .threeColumns.blogs .wpb_column .wpb_content_element, .threeColumns.bmi_blogs .wpb_column .wpb_content_element {
      height: auto;
      padding: 0;
      border-top: none;
      text-align: left; }
    .threeColumns.blogs .wpb_column h4, .threeColumns.bmi_blogs .wpb_column h4 {
      margin-top: 22px;
      margin-bottom: 7px; }
      @media screen and (max-width: 767px) {
        .threeColumns.blogs .wpb_column h4, .threeColumns.bmi_blogs .wpb_column h4 {
          text-align: left; } }
    .threeColumns.blogs .wpb_column .author, .threeColumns.bmi_blogs .wpb_column .author {
      font-family: 'bebas_neueregular';
      font-size: 16px;
      line-height: 18px;
      color: #1581C2;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      letter-spacing: 0.9px;
      margin-bottom: 10px;
      text-decoration: none; }
      .threeColumns.blogs .wpb_column .author:hover, .threeColumns.bmi_blogs .wpb_column .author:hover {
        text-decoration: none;
        color: #1f8ccd; }
        .threeColumns.blogs .wpb_column .author:hover .by, .threeColumns.bmi_blogs .wpb_column .author:hover .by {
          color: rgba(50, 61, 72, 0.3); }
      .threeColumns.blogs .wpb_column .author.nolink:hover, .threeColumns.bmi_blogs .wpb_column .author.nolink:hover {
        text-decoration: none;
        color: #1581C2; }
        .threeColumns.blogs .wpb_column .author.nolink:hover .by, .threeColumns.bmi_blogs .wpb_column .author.nolink:hover .by {
          color: rgba(50, 61, 72, 0.3); }
      .threeColumns.blogs .wpb_column .author .by, .threeColumns.bmi_blogs .wpb_column .author .by {
        color: rgba(50, 61, 72, 0.3); }
      .threeColumns.blogs .wpb_column .author img, .threeColumns.bmi_blogs .wpb_column .author img {
        width: 18px;
        height: 18px;
        border-radius: 18px;
        margin: 0 5px;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none; }
    .threeColumns.blogs .wpb_column .description, .threeColumns.bmi_blogs .wpb_column .description {
      padding: 0 0px;
      font-size: 14px; }
      .threeColumns.blogs .wpb_column .description p, .threeColumns.bmi_blogs .wpb_column .description p {
        font-size: 14px; }
      .threeColumns.blogs .wpb_column .description a, .threeColumns.bmi_blogs .wpb_column .description a {
        color: rgba(50, 61, 72, 0.74);
        font-size: 11px;
        font-family: "helvetica_neue_bold" !important;
        text-transform: uppercase;
        position: relative;
        padding-right: 20px;
        line-height: 14px; }
        .threeColumns.blogs .wpb_column .description a:before, .threeColumns.bmi_blogs .wpb_column .description a:before {
          font-family: 'icomoon' !important;
          right: 0px;
          color: #0081c6;
          position: absolute;
          font-size: 20px;
          top: 0px; }

.threeColumns.bmi_blogs .wpb_column:nth-child(3n) {
  margin-right: 42px; }

.promo .wpb_column {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .promo .wpb_column {
      margin-bottom: 20px; } }

.blog_bt {
  min-width: 266px;
  margin: 0 auto; }

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

.instagram {
  text-align: center; }
  .instagram h3 {
    text-align: center;
    font-family: 'bebas_neueregular';
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.35;
    letter-spacing: 1px;
    text-align: center;
    display: inline-block;
    color: rgba(50, 61, 72, 0.74);
    position: relative;
    margin-bottom: 50px; }
    .instagram h3:after {
      content: "";
      width: 60px;
      height: 2px;
      background: #1581C2;
      display: block;
      position: absolute;
      left: calc(50% - 30px);
      bottom: -20px;
      opacity: 1; }
  .instagram #sb_instagram #sbi_load .sbi_load_btn {
    font-family: 'bebas_neueregular';
    display: table;
    border: none;
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px 20px;
    background: none;
    letter-spacing: 1px;
    text-align: center;
    background-color: #1581C2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    min-width: 266px;
    margin: 0 auto;
    border-radius: 0;
    margin-top: 20px; }
    .instagram #sb_instagram #sbi_load .sbi_load_btn:hover {
      text-decoration: none !important;
      background-color: #1f8ccd;
      color: #ffffff; }

.twocolumns_thankyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  .twocolumns_thankyou:before {
    display: none; }
  .twocolumns_thankyou:after {
    display: none; }
  .twocolumns_thankyou .wpb_column:nth-child(1) {
    padding: 48px;
    background: rgba(223, 235, 240, 0.2); }
    @media screen and (max-width: 767px) {
      .twocolumns_thankyou .wpb_column:nth-child(1) {
        margin-bottom: 0px; } }
    @media screen and (max-width: 640px) {
      .twocolumns_thankyou .wpb_column:nth-child(1) {
        padding: 24px 20px; }
        .twocolumns_thankyou .wpb_column:nth-child(1) h2 {
          font-size: 26px; } }

.author_bio {
  max-width: 573px;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px; }
  .author_bio .social_links {
    margin-bottom: 53px; }
    .author_bio .social_links ul {
      margin: 0;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .author_bio .social_links ul li {
        list-style: none;
        width: 40px;
        height: 40px;
        margin-bottom: 8px;
        position: relative;
        margin-top: 20px;
        margin-left: 2px;
        margin-right: 3px; }
        @media screen and (max-width: 767px) {
          .author_bio .social_links ul li {
            display: inline-block; } }
        .author_bio .social_links ul li.facebook {
          background: #1581C2; }
        .author_bio .social_links ul li.twitter {
          background: #1581C2; }
        .author_bio .social_links ul li.instagram {
          background: #1581C2; }
        .author_bio .social_links ul li.linkedin {
          background: #1581C2; }
          .author_bio .social_links ul li.linkedin:before {
            left: 10px; }
        .author_bio .social_links ul li.pinterest {
          background: #1581C2; }
        .author_bio .social_links ul li.email {
          background: #425563; }
          .author_bio .social_links ul li.email:before {
            left: 9.5px; }
        .author_bio .social_links ul li:before {
          font-size: 20px;
          text-indent: inherit;
          color: #fff;
          position: absolute;
          left: 11px;
          top: 11px;
          display: block; }
        .author_bio .social_links ul li:hover {
          color: #1f8ccd;
          opacity: 0.8; }
    .author_bio .social_links a {
      font-size: 0;
      text-indent: -9999px;
      text-decoration: none;
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
  .author_bio .authored_articles {
    margin-bottom: 20px; }

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