/*
Theme Name:     MediCare
Theme URI:      http://medi-care.cz
Description:    Health assistance
Version:        1.0
Author:         Michal Bounla
Author URI:     http://www.michalbounla.cz
Tags:           health, family, service
*/
/*
===========================
CONTENTS:

01 Variables
02 Functions
02 Sensible defaults
03 Icon fonts
04 Typography
===========================
*/
/*@import "addons/html5-input-types";*/
/*! normalize.css http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none; }

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *  http://clagnut.com/blog/348/#c790
 * 2. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *  www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0; }

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7
 * Addresses font sizes within 'section' and 'article' in FF4+, Chrome, S5
 */
h1 {
  font-size: 2em;
  margin: 0; }

h2 {
  font-size: 1.5em;
  margin: 0; }

h3 {
  font-size: 1.17em;
  margin: 0; }

h4 {
  font-size: 1em;
  margin: 0; }

h5 {
  font-size: 0.83em;
  margin: 0; }

h6 {
  font-size: 0.75em;
  margin: 0; }

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Addresses margins set differently in IE6/7
 */
p,
pre {
  margin: 1em 0; }

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none; }

/* 2 */
q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/*
 * Addresses paddings set differently in IE6/7
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *  code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects text not wrapping in FF3 
 * 3. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
button,
input {
  line-height: normal;
  /* 1 */ }

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *  Known issue: inner spacing remains in IE6
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */ }

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

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 * 3. Removes excess padding in IE7
    Known issue: excess padding remains in IE6
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X
 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/* Variables */
/* Functions */
/* Get width in percentages */
/* Get height in ems */
/* Breakpoints */
/* Retina images */
/* Z-Index Scale */
/* Basic Styles */
div, article, section, header, footer, nav, li {
  position: relative; }

input, textarea, select, button {
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-size: 100%;
  height: 100%;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

::-moz-selection {
  background: #E73037;
  color: #fff; }

::selection {
  background: #E73037;
  color: #fff; }

.clear {
  clear: both; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.hidden {
  opacity: 0;
  display: none; }

.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

.wf-loading {
  opacity: 0;
  visibility: hidden; }

.ie.wf-loading {
  visibility: hidden; }

.ie.wf-active {
  visibility: visible; }

.wf-active {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity, 0.3s, linear;
  -moz-transition: opacity, 0.3s, linear;
  transition: opacity, 0.3s, linear; }

.error-message {
  display: block;
  background-color: #E73037;
  color: #FFFFFF; }

.dropdown {
  display: none; }

.page-wrap {
  width: 90%;
  max-width: 1070px;
  padding: 0 10px;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .page-wrap.tablet-only {
      width: 100%;
      max-width: none;
      padding: 0; } }
  @media screen and (max-width: 640px) {
    .page-wrap.tablet-only {
      width: 90%;
      padding: 0 10px; } }

.page-wrapper {
  width: 99.16667%;
  max-width: 1190px;
  margin: 0 auto; }
  @media screen and (max-width: 960px) {
    .page-wrapper {
      width: 92.1875%; } }
  @media screen and (max-width: 640px) {
    .page-wrapper {
      width: 93.75%; } }

.default-popup {
  position: relative;
  padding: 60px;
  width: auto;
  max-width: 800px;
  border-radius: 3px;
  margin: auto auto; }

.tooltip-container {
  position: relative;
  display: inline-block;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */ }
  .tooltip-container .tooltip {
    background: #FFFFFF;
    bottom: 100%;
    color: #1E242D;
    display: block;
    left: -170px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    width: 360px;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    @media screen and (max-width: 640px) {
      .tooltip-container .tooltip {
        left: -55px; } }
    .tooltip-container .tooltip::before {
      bottom: -20px;
      content: " ";
      display: block;
      height: 20px;
      left: 0;
      position: absolute;
      width: 100%; }
    .tooltip-container .tooltip::after {
      border-left: solid transparent 10px;
      border-right: solid transparent 10px;
      border-top: solid #fff 10px;
      bottom: -10px;
      content: " ";
      height: 0;
      left: 50%;
      margin-left: -13px;
      position: absolute;
      width: 0; }
    .tooltip-container .tooltip h4 {
      font-size: 12px;
      margin-bottom: 6px; }
    .tooltip-container .tooltip p {
      color: #1E242D;
      font-size: 12px;
      font-weight: 300;
      text-transform: none;
      margin: 0 0 10px 0; }
    .tooltip-container .tooltip img {
      max-width: 100%; }
  .tooltip-container:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

/* Typography */
html > body {
  font-size: 1em;
  font-family: "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3D434A; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #1E242D; }

p {
  font-size: 1em;
  line-height: 1.5em; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/autocare.eot?dx7dr9");
  src: url("../fonts/autocare.eot?dx7dr9#iefix") format("embedded-opentype"), url("../fonts/autocare.ttf?dx7dr9") format("truetype"), url("../fonts/autocare.woff?dx7dr9") format("woff"), url("../fonts/autocare.svg?dx7dr9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], .selectbox-container:after, .hp-services .services-item::before, header .menu-link::before, .order-downloads .buttons a::before, .hp-advantages .advantages li::before, .hp-advantages .buttons .popup-vimeo::before, .hp-comparison .comparison-table .order li::before, .download-materials .buttons a::before, [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-play::before {
  content: "\e900"; }

.icon-menu::before {
  content: "\e90b"; }

.icon-arrow-bottom::before {
  content: "\e929"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Buttons */
/* ----------------------------------------------------------------------------------------------------------
Form elements  ----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* Inputs */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="url"],
input[type="password"] {
  border-radius: 3px;
  background: #FFFFFF;
  border: 1px solid rgba(61, 67, 74, 0.3);
  box-shadow: inset 0px 1px 1px 0px rgba(126, 133, 142, 0.27); }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  input[type="number"]::-webkit-input-placeholder,
  input[type="url"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder {
    color: #3D434A; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  input[type="number"]:-moz-placeholder,
  input[type="url"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder {
    color: #3D434A; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  input[type="number"]::-moz-placeholder,
  input[type="url"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder {
    color: #3D434A; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  input[type="number"]:-ms-input-placeholder,
  input[type="url"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder {
    color: #3D434A; }

input[type="submit"].primary-btn {
  border: none; }

input.error {
  border-color: #E73037;
  border-radius: 3px 3px 0 0;
  color: #E73037; }

.selectbox-container {
  border-radius: 3px;
  border: 1px solid rgba(61, 67, 74, 0.3);
  position: relative;
  background-color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #FAFCFD));
  background-image: -webkit-linear-gradient(-91deg, #FFFFFF 0%, #FAFCFD 100%);
  background-image: linear-gradient(-179deg,#FFFFFF 0%, #FAFCFD 100%); }
  .selectbox-container:after {
    position: absolute;
    right: 15px;
    content: "\e929";
    font-size: 0.375em;
    top: 50%;
    margin-top: -3px;
    color: #3D434A; }
  .selectbox-container select {
    outline: none;
    display: block;
    background-color: transparent;
    width: 100%;
    border: none;
    color: rgba(61, 67, 74, 0.7);
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }

label {
  color: #1E242D;
  font-weight: 600; }

input[type="checkbox"] {
  border-color: #7F9EC9;
  padding: 0.625em;
  background: #FFFFFF; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #343941;
  opacity: 0.9;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*!
 * Datepicker v0.5.0
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-02-11T13:41:05.813Z
 */
.datepicker-container {
  font-size: 12px;
  line-height: 30px;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 210px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  direction: ltr !important;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.datepicker-container:before,
.datepicker-container:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  content: ' ';
  border: 5px solid transparent; }

.datepicker-dropdown {
  position: absolute;
  z-index: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc; }

.datepicker-inline {
  position: static; }

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left:before,
.datepicker-top-left:after,
.datepicker-top-right:before,
.datepicker-top-right:after {
  top: -5px;
  left: 10px;
  border-top: 0; }

.datepicker-top-left:before,
.datepicker-top-right:before {
  border-bottom-color: #39f; }

.datepicker-top-left:after,
.datepicker-top-right:after {
  top: -4px;
  border-bottom-color: #fff; }

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left:before,
.datepicker-bottom-left:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  bottom: -5px;
  left: 10px;
  border-bottom: 0; }

.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
  border-top-color: #39f; }

.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
  bottom: -4px;
  border-top-color: #fff; }

.datepicker-top-right:before,
.datepicker-top-right:after,
.datepicker-bottom-right:before,
.datepicker-bottom-right:after {
  right: 10px;
  left: auto; }

.datepicker-panel > ul:before,
.datepicker-panel > ul:after {
  display: table;
  content: ' '; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul {
  width: 102%;
  margin: 0;
  padding: 0; }

.datepicker-panel > ul > li {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: pointer;
  text-align: center;
  background-color: #fff; }

.datepicker-panel > ul > li:hover {
  background-color: #e6f2ff; }

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted {
  background-color: #e6f2ff; }

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce6ff; }

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  cursor: default;
  color: #ccc;
  background-color: #fff; }

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e6f2ff; }

.datepicker-panel > ul > li[data-view='years prev'],
.datepicker-panel > ul > li[data-view='year prev'],
.datepicker-panel > ul > li[data-view='month prev'],
.datepicker-panel > ul > li[data-view='years next'],
.datepicker-panel > ul > li[data-view='year next'],
.datepicker-panel > ul > li[data-view='month next'],
.datepicker-panel > ul > li[data-view='next'] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view='years current'],
.datepicker-panel > ul > li[data-view='year current'],
.datepicker-panel > ul > li[data-view='month current'] {
  width: 150px; }

.datepicker-panel > ul[data-view='years'] > li,
.datepicker-panel > ul[data-view='months'] > li {
  line-height: 52.5px;
  width: 52.5px;
  height: 52.5px; }

.datepicker-panel > ul[data-view='week'] > li,
.datepicker-panel > ul[data-view='week'] > li:hover {
  cursor: default;
  background-color: #fff; }

.datepicker-hide {
  display: none; }

/* ----------------------------------------------------------------------------------------------------------
Footer ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
footer {
  background-color: #064096;
  padding: 3.75em 0 1.875em 0;
  position: relative;
  *zoom: 1; }
  footer:before, footer:after {
    content: " ";
    display: table; }
  footer:after {
    clear: both; }
  @media screen and (max-width: 640px) {
    footer {
      padding: 1.875em 0 0.9375em 0; } }
  footer > .page-wrap {
    *zoom: 1; }
    footer > .page-wrap:before, footer > .page-wrap:after {
      content: " ";
      display: table; }
    footer > .page-wrap:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      footer > .page-wrap {
        padding-bottom: 1.875em; } }
    @media screen and (max-width: 768px) {
      footer > .page-wrap {
        padding-bottom: 0; } }

.footer-logo {
  float: left;
  margin-right: 40px; }
  @media screen and (max-width: 768px) {
    .footer-logo {
      float: none;
      display: block;
      width: 80px;
      margin: 0 auto 1.25em auto; } }
  @media screen and (max-width: 768px) {
    .footer-logo img {
      width: 80px; } }

.footer-about {
  float: left;
  width: 36.97479%;
  margin-bottom: 2.5em; }
  @media screen and (max-width: 1024px) {
    .footer-about {
      float: right;
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .footer-about {
      width: 100%; } }
  .footer-about h2 {
    color: #FFFFFF;
    font-size: 1em;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .footer-about h2 {
        text-align: center; } }
  .footer-about p {
    font-weight: 300;
    font-size: 0.875em;
    color: #FFFFFF; }
    @media screen and (max-width: 768px) {
      .footer-about p {
        text-align: center; } }

.footer-sitemap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: right;
  *zoom: 1; }
  .footer-sitemap:before, .footer-sitemap:after {
    content: " ";
    display: table; }
  .footer-sitemap:after {
    clear: both; }
  @media screen and (max-width: 1024px) {
    .footer-sitemap {
      float: right;
      width: 70%; } }
  @media screen and (max-width: 768px) {
    .footer-sitemap {
      float: none;
      width: auto;
      text-align: center;
      margin-bottom: 1.875em; } }
  .footer-sitemap > li {
    float: left; }
    @media screen and (max-width: 768px) {
      .footer-sitemap > li {
        float: none;
        display: inline-block; } }
    @media screen and (max-width: 640px) {
      .footer-sitemap > li {
        width: 100%; } }
  .footer-sitemap ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer-sitemap ul li {
      margin-bottom: 0.625em; }
  .footer-sitemap .insurance-info {
    margin-right: 60px; }
    @media screen and (max-width: 768px) {
      .footer-sitemap .insurance-info {
        margin-right: 0; } }
    @media screen and (max-width: 640px) {
      .footer-sitemap .insurance-info {
        margin-bottom: 1.875em; } }
  .footer-sitemap h3 {
    color: #FFFFFF;
    font-size: 1em;
    text-transform: uppercase; }
  .footer-sitemap a {
    font-size: 0.875em;
    color: #FFFFFF;
    font-weight: 300;
    text-decoration: none; }
    .footer-sitemap a:hover {
      text-decoration: underline; }

.footer-divider {
  clear: both;
  border: none;
  display: block;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1); }
  @media screen and (max-width: 1024px) {
    .footer-divider {
      clear: initial;
      display: none; } }
  @media screen and (max-width: 768px) {
    .footer-divider {
      clear: both;
      display: block; } }

.footer-socials {
  list-style-type: none;
  margin: 3.125em 0;
  padding: 0;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .footer-socials {
      float: left; } }
  @media screen and (max-width: 768px) {
    .footer-socials {
      float: none; } }
  .footer-socials li {
    display: inline-block;
    margin-right: 30px; }
    .footer-socials li:last-child {
      margin-right: 0; }
  .footer-socials a {
    font-size: 1.5em;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out; }
    .footer-socials a:hover {
      color: #FFFFFF; }

.footer-copyright {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75em;
  line-height: 1em;
  padding: 1.16667em 0; }
  .footer-copyright a {
    color: rgba(255, 255, 255, 0.5); }
    .footer-copyright a:hover {
      color: #FFFFFF; }

/* ----------------------------------------------------------------------------------------------------------
Header ------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
header {
  background: #FFFFFF;
  margin: 0;
  *zoom: 1; }
  header:before, header:after {
    content: " ";
    display: table; }
  header:after {
    clear: both; }
  header > .page-wrap {
    padding: 0.625em 0; }
  header nav[role=navigation] {
    float: right;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    @media screen and (max-width: 1024px) {
      header nav[role=navigation] {
        width: 100%; } }
    header nav[role=navigation].active {
      max-height: 44em; }
  header .main-nav {
    float: right;
    list-style-type: none;
    margin: 0.625em 0;
    padding: 0;
    *zoom: 1; }
    header .main-nav:before, header .main-nav:after {
      content: " ";
      display: table; }
    header .main-nav:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      header .main-nav {
        float: none;
        width: 100%;
        padding: 0 1.875em 1.875em 1.875em; } }
    @media screen and (max-width: 640px) {
      header .main-nav {
        padding: 0 0.9375em 0.9375em 0.9375em; } }
    header .main-nav li {
      float: left;
      position: relative; }
      @media screen and (max-width: 1024px) {
        header .main-nav li {
          width: 100%;
          float: none;
          text-align: center; } }
      header .main-nav li .dropdown {
        position: absolute;
        top: 28px;
        left: -20px;
        background-color: #FFFFFF;
        width: 300px;
        padding: 1.25em;
        border-radius: 0 0 3px 3px;
        z-index: 900; }
        @media screen and (max-width: 1024px) {
          header .main-nav li .dropdown {
            position: static;
            top: inherit;
            left: inherit;
            width: 100%; } }
        header .main-nav li .dropdown li {
          display: block;
          width: 100%; }
        @media screen and (max-width: 1024px) {
          header .main-nav li .dropdown.expanded {
            display: block; } }
      header .main-nav li:hover .dropdown {
        display: block; }
        @media screen and (max-width: 1024px) {
          header .main-nav li:hover .dropdown {
            display: none; } }
        @media screen and (max-width: 1024px) {
          header .main-nav li:hover .dropdown.expanded {
            display: block; } }
    header .main-nav a {
      border: 2px solid transparent;
      font-size: 0.875em;
      line-height: 1em;
      padding: 0.92857em 10px;
      display: block;
      text-transform: uppercase;
      text-decoration: none;
      font-weight: 600;
      color: #1E242D;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      @media screen and (max-width: 1024px) {
        header .main-nav a {
          padding: 1.64286em 0; } }
      header .main-nav a:hover {
        background-color: rgba(231, 48, 55, 0.05); }
    header .main-nav .primary-btn {
      margin-left: 20px;
      border: 2px solid #E73037;
      padding: 0.92857em 30px;
      color: #CC1A42;
      -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
      -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out; }
      header .main-nav .primary-btn:hover {
        background-color: #E73037;
        color: #FFFFFF; }
      @media screen and (max-width: 1024px) {
        header .main-nav .primary-btn {
          margin-left: 0;
          padding: 1.64286em 0; } }
  header .menu-link {
    float: right;
    display: none;
    font-size: 0.875em;
    margin: 0.71429em 0;
    padding: 0.92857em 10px 0.92857em 30px;
    color: rgba(231, 48, 55, 0.7);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    position: relative; }
    header .menu-link::before {
      position: absolute;
      top: 50%;
      left: 5px;
      margin-top: -5px;
      display: block;
      font-size: 0.85714em;
      color: #E73037;
      content: "\e90b"; }
    @media screen and (max-width: 1024px) {
      header .menu-link {
        display: block; } }

.js nav[role=navigation] {
  max-height: none; }
  @media screen and (max-width: 1024px) {
    .js nav[role=navigation] {
      overflow: hidden;
      max-height: 0; } }

/* ===========================
HOMEPAGE
=========================== */
.hp-cover {
  background: url(../images/hp-cover.jpg) center center no-repeat;
  background-size: cover;
  padding: 7.5em 0;
  height: 38.5em; }
  @media screen and (max-width: 1024px) {
    .hp-cover {
      background-position: center right;
      height: 29.375em;
      padding: 2.5em 0; } }
  @media screen and (max-width: 640px) {
    .hp-cover {
      background: url(../images/hp-cover-mobile.jpg) center center no-repeat;
      background-size: cover;
      height: 27.5em;
      padding: 2.5em 0 1.25em 0; } }
  @media screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (min-resolution: 1.3dppx) {
    .hp-cover {
      background-image: url("../images/hp-cover-mobile@2x.jpg"); } }

  .hp-cover h1 {
    color: #FFFFFF;
    font-size: 4.25em;
    line-height: 1.17647em;
    margin: 0 0 0.26471em 0;
    text-transform: uppercase; }
    @media screen and (max-width: 768px) {
      .hp-cover h1 {
        font-size: 3.5em;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .hp-cover h1 {
        font-size: 2.25em; } }
  .hp-cover p {
    font-size: 1.5em;
    line-height: 1.41667em;
    font-weight: 300;
    margin: 0 0 2.33333em 0;
    color: #FFFFFF;
    width: 49.57983%; }
    @media screen and (max-width: 768px) {
      .hp-cover p {
        width: 80%;
        margin: 1.25em auto 1.875em auto;
        font-size: 1.25em;
        text-align: center; } }
    @media screen and (max-width: 640px) {
      .hp-cover p {
        margin: 0 auto 1.77778em auto;
        width: 100%;
        font-size: 1.125em; } }
  .hp-cover .buttons {
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .hp-cover .buttons:before, .hp-cover .buttons:after {
      content: " ";
      display: table; }
    .hp-cover .buttons:after {
      clear: both; }
    @media screen and (max-width: 768px) {
      .hp-cover .buttons {
        width: 260px;
        margin: 0 auto; } }
    .hp-cover .buttons li {
      float: left; }
      @media screen and (max-width: 768px) {
        .hp-cover .buttons li {
          width: 100%;
          text-align: center; } }
    .hp-cover .buttons a {
      color: #FFFFFF;
      display: block;
      padding: 1.375em 0; }
      .hp-cover .buttons a:hover {
        text-decoration: none; }
    .hp-cover .buttons .primary-btn {
      display: block;
      width: 260px;
      background-color: #E73037;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
      padding: 1.375em 0;
      margin-right: 60px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .hp-cover .buttons .primary-btn:hover {
        background-color: #F65050; }

.header-box {
  margin-top: -4em;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .header-box {
      margin-top: -0.5em; } }
  @media screen and (max-width: 640px) {
    .header-box {
      margin-top: -4em; } }
  .header-box .services-list {
    width: 100%;
    padding: 2em 0;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(6, 64, 150, 0.1);
    list-style-type: none;
    margin: 0;
    *zoom: 1; }
    .header-box .services-list:before, .header-box .services-list:after {
      content: " ";
      display: table; }
    .header-box .services-list:after {
      clear: both; }
    @media screen and (max-width: 1024px) {
      .header-box .services-list {
        border-radius: 0; } }
    @media screen and (max-width: 640px) {
      .header-box .services-list {
        border-radius: 6px; } }
  .header-box .services-item {
    float: left;
    width: 33.3333%;
    text-align: center;
    margin: 0 auto;
    border-right: 1px solid #F7F9FA; }
    .header-box .services-item:last-of-type {
      border-right: none; }
    @media screen and (max-width: 1024px) {
      .header-box .services-item {
        padding: 0 0.625em; } }
    @media screen and (max-width: 640px) {
      .header-box .services-item {
        float: none;
        width: 100%;
        border-right: none;
        padding: 0 1.5em;
        margin: 0 auto 2em auto; }
        .header-box .services-item:last-of-type {
          margin: 0 auto; } }
    .header-box .services-item h4 {
      width: 100%;
      max-width: 16em;
      font-size: 1em;
      color: #E73037;
      text-transform: uppercase;
      margin: 0 auto 0.5em auto; }
    .header-box .services-item p {
      width: 100%;
      max-width: 18.28571em;
      font-size: 0.875em;
      line-height: 1.28571em;
      color: #3D434A;
      font-weight: 300;
      margin: 0 auto; }

.hp-intro-info {
  background-size: cover;
  margin: 1.25em 0 0 0;
  padding: 3.75em 0 0 0; }
  @media screen and (max-width: 1024px) {
    .hp-intro-info {
      padding: 2.5em 0 0 0; } }
  @media screen and (max-width: 640px) {
    .hp-intro-info {
      margin: 1.25em 0 0 0; } }
  .hp-intro-info h2 {
    font-size: 2.25em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.66667em; }
    @media screen and (max-width: 768px) {
      .hp-intro-info h2 {
        font-size: 1.75em; } }
    @media screen and (max-width: 640px) {
      .hp-intro-info h2 {
        font-size: 1.5em; } }
  .hp-intro-info .desc {
    width: 57.98319%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.44444em;
    font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .hp-intro-info .desc {
        width: 67.22689%; } }
    @media screen and (max-width: 768px) {
      .hp-intro-info .desc {
        width: 90%;
        font-size: 1em; } }

.hp-services {
  background: url(../images/hp-services-bg-desktop.jpg) center left no-repeat;
  background-size: 50%;
  height: 42.25em;
  margin: 3.75em auto 0 auto;
  padding: 5.625em 0 0 50%;
  text-align: left; }
  @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
    .hp-services {
      background-image: url("../images/hp-services-bg-desktop@2x.jpg"); } }
  @media screen and (max-width: 1024px) {
    .hp-services {
      background: url(../images/hp-services-bg-tablet.jpg) center left no-repeat;
      background-size: 36.375em 42.25em;
      margin: 3.75em auto 0 auto;
      text-align: center;
      padding: 5.625em 8.40336%; } }
  @media screen and (max-width: 1024px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 1024px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 1024px) and (min-resolution: 1.3dppx) {
    .hp-services {
      background-image: url("../images/hp-services-bg-tablet@2x.jpg"); } }

  @media screen and (max-width: 640px) {
    .hp-services {
      background: url(../images/hp-services-bg-mobile.jpg) center center no-repeat;
      background-size: cover;
      height: auto;
      margin: 1.5em 0 0 0;
      padding: 2.5em 0; } }
  @media screen and (max-width: 640px) and (min--moz-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (-o-min-device-pixel-ratio: 2.6 / 2), screen and (max-width: 640px) and (-webkit-min-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (min-device-pixel-ratio: 1.3), screen and (max-width: 640px) and (min-resolution: 1.3dppx) {
    .hp-services {
      background-image: url("../images/hp-services-bg-mobile@2x.jpg"); } }

  .hp-services h2 {
    font-size: 1.75em;
    font-weight: 400;
    margin: 0 0 1.07143em 0;
    max-width: 18.92857em; }
    @media screen and (max-width: 1024px) {
      .hp-services h2 {
        margin: 0 auto 1.07143em auto; } }
    @media screen and (max-width: 768px) {
      .hp-services h2 {
        font-size: 1.75em; } }
    @media screen and (max-width: 640px) {
      .hp-services h2 {
        font-size: 1.5em; } }
  .hp-services .desc {
    font-size: 1.125em;
    line-height: 1.44444em;
    font-weight: 300;
    max-width: 29.44444em;
    margin: 0 0 2.5em 0; }
    @media screen and (max-width: 1024px) {
      .hp-services .desc {
        width: 67.22689%;
        margin: 0 auto 2.5em auto; } }
    @media screen and (max-width: 768px) {
      .hp-services .desc {
        width: 90%;
        font-size: 1em; } }
  .hp-services .services-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .hp-services .services-list {
        max-width: 30em;
        text-align: left;
        margin: 0 auto; } }
    @media screen and (max-width: 640px) {
      .hp-services .services-list {
        max-width: 25em; } }
  .hp-services .services-item {
    padding: 0 0 0 1.625em;
    margin: 0 0 1.375em 0; }
    @media screen and (max-width: 640px) {
      .hp-services .services-item {
        font-size: 0.875em; } }
    .hp-services .services-item::before {
      position: absolute;
      left: 0;
      top: 6px;
      font-size: 0.75em;
      color: #1BBF2D;
      content: "\e937"; }
    .hp-services .services-item strong {
      font-weight: 600; }

.hp-report-info {
  margin: 9em 0 0 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .hp-report-info {
      margin: 5.5em 0 0 0; } }
  .hp-report-info .big-copy {
    font-size: 9em;
    color: rgba(6, 64, 150, 0.05);
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    z-index: 100;
    top: -120px;
    text-align: center;
    display: block;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .hp-report-info .big-copy {
        font-size: 7.5em;
        top: -100px; } }
    @media screen and (max-width: 768px) {
      .hp-report-info .big-copy {
        font-size: 2.75em;
        top: -40px; } }
  .hp-report-info .report-table {
    position: relative;
    width: 73.10924%;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(6, 64, 150, 0.1);
    border-radius: 8px;
    padding: 2.5em;
    margin: 0 auto 2.5em auto;
    list-style-type: none;
    z-index: 200; }
    @media screen and (max-width: 1024px) {
      .hp-report-info .report-table {
        width: 100%; } }
    @media screen and (max-width: 768px) {
      .hp-report-info .report-table {
        padding: 1.25em; } }
    .hp-report-info .report-table h2 {
      font-size: 1.25em;
      text-align: center;
      margin-bottom: 1em; }
    .hp-report-info .report-table .table-header {
      list-style-type: none;
      margin: 0;
      padding: 0.55556em 2.8169%;
      background-color: rgba(231, 48, 55, 0.05);
      border-radius: 3px;
      color: #1E242D;
      font-size: 1.125em;
      font-weight: 600;
      *zoom: 1; }
      .hp-report-info .report-table .table-header:before, .hp-report-info .report-table .table-header:after {
        content: " ";
        display: table; }
      .hp-report-info .report-table .table-header:after {
        clear: both; }
      .hp-report-info .report-table .table-header li {
        float: left; }
        .hp-report-info .report-table .table-header li:nth-child(1) {
          width: 73.52941%; }
          @media screen and (max-width: 640px) {
            .hp-report-info .report-table .table-header li:nth-child(1) {
              text-align: center;
              width: 100%; } }
        .hp-report-info .report-table .table-header li:nth-child(2) {
          width: 26.47059%;
          text-align: center; }
          @media screen and (max-width: 640px) {
            .hp-report-info .report-table .table-header li:nth-child(2) {
              display: none; } }
        .hp-report-info .report-table .table-header li .tooltip-container {
          font-size: 0.88889em; }
          .hp-report-info .report-table .table-header li .tooltip-container .icon-question {
            position: relative;
            top: 1px;
            color: rgba(127, 158, 201, 0.5); }
    .hp-report-info .report-table .item {
      list-style-type: none;
      margin: 0;
      font-weight: 600;
      padding: 0.7em 2.8169%;
      border-bottom: 1px solid #E5F1F7;
      *zoom: 1; }
      .hp-report-info .report-table .item:before, .hp-report-info .report-table .item:after {
        content: " ";
        display: table; }
      .hp-report-info .report-table .item:after {
        clear: both; }
      .hp-report-info .report-table .item.last {
        border-bottom: none; }
      .hp-report-info .report-table .item li {
        float: left;
        position: relative; }
        .hp-report-info .report-table .item li:nth-child(1) {
          font-size: 0.875em;
          width: 73.52941%; }
          @media screen and (max-width: 640px) {
            .hp-report-info .report-table .item li:nth-child(1) {
              width: 100%; } }
        .hp-report-info .report-table .item li:nth-child(3) {
          width: 26.47059%;
          text-align: center; }
          @media screen and (max-width: 640px) {
            .hp-report-info .report-table .item li:nth-child(3) {
              width: 50%;
              text-align: left; } }
      .hp-report-info .report-table .item li > p {
        font-size: 0.875em;
        font-weight: 300;
        margin: 0; }
      .hp-report-info .report-table .item .price-desc {
        display: none; }
        @media screen and (max-width: 640px) {
          .hp-report-info .report-table .item .price-desc {
            display: inline-block;
            font-size: 0.875em;
            color: rgba(231, 48, 55, 0.5);
            margin: 0.64286em 0.5em 0 0; } }
      .hp-report-info .report-table .item .price {
        font-size: 1.25em;
        color: #1E242D;
        font-weight: 600; }
        @media screen and (max-width: 640px) {
          .hp-report-info .report-table .item .price {
            font-size: 1em;
            line-height: 1.25em;
            margin-top: 0.5em; } }
      .hp-report-info .report-table .item .icon-question {
        position: relative;
        top: 2px;
        color: rgba(127, 158, 201, 0.5); }
    .hp-report-info .report-table .order {
      position: relative;
      list-style-type: none;
      margin: 1.875em 0 0 0;
      padding: 0;
      border: 1px solid #E8EBED;
      border-radius: 3px; }
      @media screen and (max-width: 768px) {
        .hp-report-info .report-table .order {
          padding-bottom: 1.25em; } }
      .hp-report-info .report-table .order li {
        padding: 1.25em; }
        @media screen and (max-width: 768px) {
          .hp-report-info .report-table .order li {
            padding: 1.25em 1.25em 1em 1.25em; } }
      .hp-report-info .report-table .order h3 {
        font-size: 1em;
        text-transform: uppercase;
        color: #1E242D;
        margin-bottom: 0.375em;
        padding: 0 15.625em 0 0; }
        @media screen and (max-width: 768px) {
          .hp-report-info .report-table .order h3 {
            text-align: center;
            padding: 0; } }
      .hp-report-info .report-table .order p {
        font-size: 0.875em;
        font-weight: 300;
        margin: 0;
        max-width: 44.28571em;
        padding: 0 17.85714em 0 0; }
        @media screen and (max-width: 768px) {
          .hp-report-info .report-table .order p {
            text-align: center;
            padding: 0; } }
      .hp-report-info .report-table .order strong {
        color: #E73037;
        font-weight: 600;
        white-space: nowrap; }
      .hp-report-info .report-table .order .order-btn {
        position: absolute;
        right: 1.875em;
        top: 50%;
        margin-top: -1.5625em;
        height: 3.125em;
        width: 12.5em;
        padding: 0; }
        @media screen and (max-width: 768px) {
          .hp-report-info .report-table .order .order-btn {
            position: static;
            width: 100%;
            margin: 0 auto;
            padding: 0 1.25em; } }
        .hp-report-info .report-table .order .order-btn a {
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          font-size: 0.875em;
          line-height: 0.875em;
          font-weight: 600;
          background-color: #E73037;
          color: #FFFFFF;
          padding: 1.35714em 0;
          width: 200px;
          text-transform: uppercase;
          text-align: center;
          text-decoration: none;
          -webkit-transition: background-color 0.2s ease-in-out;
          -moz-transition: background-color 0.2s ease-in-out;
          transition: background-color 0.2s ease-in-out; }
          @media screen and (max-width: 768px) {
            .hp-report-info .report-table .order .order-btn a {
              position: static;
              width: 100%; } }
          .hp-report-info .report-table .order .order-btn a:hover {
            background-color: #F65050; }
  .hp-report-info .call-us {
    font-size: 1.25em;
    font-weight: 600;
    color: #1E242D;
    text-align: center;
    margin-bottom: 2.5em; }
    @media screen and (max-width: 640px) {
      .hp-report-info .call-us {
        font-size: 1em; } }
    .hp-report-info .call-us .contact-options {
      list-style-type: none;
      margin: 1.25em 0 0 0;
      padding: 0;
      text-align: center; }
      .hp-report-info .call-us .contact-options li {
        display: inline-block;
        padding: 0 20px; }
        .hp-report-info .call-us .contact-options li:first-child {
          border-right: 1px solid #E5F1F7; }
        @media screen and (max-width: 768px) {
          .hp-report-info .call-us .contact-options li {
            display: block; }
            .hp-report-info .call-us .contact-options li:first-child {
              border-right: none; } }
    .hp-report-info .call-us strong, .hp-report-info .call-us a {
      display: block;
      font-size: 1.5em;
      white-space: nowrap;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      @media screen and (max-width: 640px) {
        .hp-report-info .call-us strong, .hp-report-info .call-us a {
          font-size: 28px; } }
    .hp-report-info .call-us a {
      color: #E73037;
      text-decoration: none; }
      .hp-report-info .call-us a:hover {
        text-decoration: underline; }

.download-materials {
  background-color: #E8EBED;
  padding: 0.9375em 0; }
  .download-materials .page-wrap {
    *zoom: 1; }
    .download-materials .page-wrap:before, .download-materials .page-wrap:after {
      content: " ";
      display: table; }
    .download-materials .page-wrap:after {
      clear: both; }
  .download-materials h3 {
    font-size: 1.125em;
    color: #1E242D;
    float: left;
    line-height: 2.33333em; }
    @media screen and (max-width: 768px) {
      .download-materials h3 {
        float: none;
        width: 100%;
        text-align: center; } }
  .download-materials .buttons {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .download-materials .buttons:before, .download-materials .buttons:after {
      content: " ";
      display: table; }
    .download-materials .buttons:after {
      clear: both; }
    @media screen and (max-width: 768px) {
      .download-materials .buttons {
        float: none;
        text-align: center;
        width: 100%; } }
    .download-materials .buttons li {
      float: left;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .download-materials .buttons li {
          display: inline-block;
          float: none; } }
      @media screen and (max-width: 640px) {
        .download-materials .buttons li {
          margin-right: 0;
          margin-bottom: 0.625em; } }
      .download-materials .buttons li:last-child {
        margin-right: 0; }
    .download-materials .buttons a {
      background-color: #FFFFFF;
      width: 240px;
      display: block;
      text-align: center;
      color: #E73037;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.875em;
      padding: 0.92857em 0;
      -webkit-transition: box-shadow 0.2s ease-in-out;
      -moz-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out; }
      .download-materials .buttons a::before {
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -8px;
        display: block;
        font-size: 1.25em;
        color: #E73037;
        content: "\e934"; }
      .download-materials .buttons a:hover {
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.heading-cover {
  background-color: #70408A;
  padding: 3.125em 0; }
  .heading-cover h1 {
    color: #FFFFFF;
    max-width: 60%;
    text-align: center;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .heading-cover h1 {
        font-size: 1.75em;
        max-width: 80%; } }
    @media screen and (max-width: 640px) {
      .heading-cover h1 {
        font-size: 1.5em; } }

.order-service {
  padding: 3.75em 0; }
  @media screen and (max-width: 768px) {
    .order-service {
      padding: 3.75em 0 3.75em 0; } }
  .order-service h2 {
    font-size: 2.25em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0.66667em; }
    @media screen and (max-width: 768px) {
      .order-service h2 {
        font-size: 1.75em; } }
  .order-service .desc {
    width: 57.98319%;
    margin: 0 auto 2.5em auto;
    text-align: center;
    font-size: 1.125em;
    line-height: 1.44444em;
    font-weight: 300; }
    @media screen and (max-width: 1024px) {
      .order-service .desc {
        width: 67.22689%; } }
    @media screen and (max-width: 768px) {
      .order-service .desc {
        width: 90%;
        font-size: 1em; } }
  .order-service .order-table {
    position: relative;
    width: 50.42017%;
    background-color: #FFFFFF;
    box-shadow: 0 0 30px 0 rgba(6, 64, 150, 0.1);
    border-radius: 8px;
    margin: 0 auto 2.5em auto;
    list-style-type: none;
    z-index: 200; }
    @media screen and (max-width: 1024px) {
      .order-service .order-table {
        width: 100%; } }
  .order-service .order-table-content {
    list-style-type: none;
    margin: 0;
    padding: 3.75em 3.75em 2.5em 3.75em;
    border-bottom: 1px solid #E8EBED; }
    @media screen and (max-width: 640px) {
      .order-service .order-table-content {
        padding: 1.25em 1.25em 0.625em 1.25em; } }
    .order-service .order-table-content input {
      width: 100%;
      font-size: 0.875em;
      padding: 0.85714em;
      font-weight: 600; }
      .order-service .order-table-content input.error {
        color: #CC1A42; }
    .order-service .order-table-content select {
      padding: 0.875em;
      font-size: 0.875em; }
    .order-service .order-table-content label {
      display: block;
      font-size: 0.8125em;
      text-transform: uppercase;
      margin-bottom: 0.46154em;
      *zoom: 1; }
      .order-service .order-table-content label:before, .order-service .order-table-content label:after {
        content: " ";
        display: table; }
      .order-service .order-table-content label:after {
        clear: both; }
    .order-service .order-table-content .item {
      margin-bottom: 1.5625em;
      *zoom: 1; }
      .order-service .order-table-content .item:before, .order-service .order-table-content .item:after {
        content: " ";
        display: table; }
      .order-service .order-table-content .item:after {
        clear: both; }
    .order-service .order-table-content .subitem {
      width: 49%;
      float: left;
      margin-right: 2%; }
      .order-service .order-table-content .subitem.last {
        margin-right: 0; }
    .order-service .order-table-content .error-message {
      font-size: 0.75em;
      border-radius: 0 0 3px 3px;
      padding: 0.5em 1em;
      clear: both;}
    .order-service .order-table-content .registration-date,
    .order-service .order-table-content .validity {
      *zoom: 1; }
      .order-service .order-table-content .registration-date:before, .order-service .order-table-content .registration-date:after,
      .order-service .order-table-content .validity:before,
      .order-service .order-table-content .validity:after {
        content: " ";
        display: table; }
      .order-service .order-table-content .registration-date:after,
      .order-service .order-table-content .validity:after {
        clear: both; }
      .order-service .order-table-content .registration-date .selectbox-container,
      .order-service .order-table-content .validity .selectbox-container {
        width: 32%;
        margin-right: 2%;
        float: left; }
        .order-service .order-table-content .registration-date .selectbox-container.last,
        .order-service .order-table-content .validity .selectbox-container.last {
          margin-right: 0; }
    .order-service .order-table-content .discount-code-container {
      margin-top: 20px; }
  .order-service .partner-info label {
    font-size: 0.875em;
    font-weight: 400;
    text-transform: none;
    *zoom: 1; }
    .order-service .partner-info label:before, .order-service .partner-info label:after {
      content: " ";
      display: table; }
    .order-service .partner-info label:after {
      clear: both; }
    .order-service .partner-info label.partner-checkbox {
      margin: 0 0 1.875em 0; }
  .order-service .partner-info span.checkbox-label {
    float: right;
    width: 90%;
    color: #3D434A; }
  .order-service .partner-info strong {
    display: block;
    color: #1E242D; }
  .order-service .partner-info input[type="checkbox"] {
    width: auto; }
  .order-service .submit-container {
    padding: 2.5em 3.75em; }
    @media screen and (max-width: 640px) {
      .order-service .submit-container {
        padding: 1.25em; } }
    .order-service .submit-container input[type="submit"] {
      width: 100%;
      display: block;
      padding: 1.3125em 0;
      background-color: #E73037;
      border: none;
      border-radius: 0;
      color: #FFFFFF;
      text-transform: uppercase;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out; }
      .order-service .submit-container input[type="submit"]:hover {
        background-color: #F65050; }
  .order-service .call-us {
    font-size: 1.25em;
    font-weight: 600;
    color: #1E242D;
    text-align: center;
    margin-bottom: 2.5em; }
    @media screen and (max-width: 640px) {
      .order-service .call-us {
        font-size: 1em; } }
    .order-service .call-us .contact-options {
      list-style-type: none;
      margin: 1.25em 0 0 0;
      padding: 0;
      text-align: center; }
      .order-service .call-us .contact-options li {
        display: inline-block;
        padding: 0 20px; }
        .order-service .call-us .contact-options li:first-child {
          border-right: 1px solid #E5F1F7; }
        @media screen and (max-width: 768px) {
          .order-service .call-us .contact-options li {
            display: block; }
            .order-service .call-us .contact-options li:first-child {
              border-right: none; } }
    .order-service .call-us strong, .order-service .call-us a {
      display: block;
      font-size: 1.5em;
      white-space: nowrap;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none; }
      @media screen and (max-width: 640px) {
        .order-service .call-us strong, .order-service .call-us a {
          font-size: 28px; } }
    .order-service .call-us a {
      color: #E73037;
      text-decoration: none; }
      .order-service .call-us a:hover {
        text-decoration: underline; }

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

.order-cover {
  background-color: #70408A;
  padding: 3.75em 0 2.5em 0; }
.order-cover h1 {
  color: #FFFFFF;
  font-size: 2.25em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0.27778em; }
@media screen and (max-width: 768px) {
  .order-cover h1 {
    font-size: 1.75em; } }
.order-cover p {
  font-size: 1em;
  font-weight: 300;
  text-align: center;
  width: 40.33613%;
  margin: 0 auto;
  color: #FFFFFF; }
@media screen and (max-width: 1024px) {
  .order-cover p {
    width: 67.22689%; } }
@media screen and (max-width: 768px) {
  .order-cover p {
    width: 90%;
    font-size: 1em; } }
.order-cover .basic-settings {
  list-style-type: none;
  margin: 2.5em auto 0 auto;
  padding: 0;
  text-align: center; }
.order-cover .basic-settings li {
  display: inline-block;
  width: 235px;
  margin-right: 10px; }
@media screen and (max-width: 640px) {
  .order-cover .basic-settings li {
    margin-right: 0;
    margin-bottom: 0.625em;
    width: 100%; } }
.order-cover .basic-settings li:last-child {
  margin-right: 0; }
.order-cover label {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 0.8125em;
  text-align: left;
  margin-bottom: 0.46154em; }
.order-cover .selectbox-container {
  border: 1px solid #FFFFFF; }
.order-cover select {
  padding: 0.875em;
  font-size: 0.875em; }
.order-cover .icon-question {
  color: rgba(255, 255, 255, 0.5); }


.order-step-2 {
  padding: 2.5em 0 5em 0; }
.order-step-2 .order-table-container {
  position: relative;
  width: 50.42017%;
  background-color: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(6, 64, 150, 0.1);
  border-radius: 8px;
  margin: 0 auto 2.5em auto;
  padding: 2.5em; }
@media screen and (max-width: 1024px) {
  .order-step-2 .order-table-container {
    width: 100%; } }
@media screen and (max-width: 640px) {
  .order-step-2 .order-table-container {
    padding: 1.25em; } }
.order-step-2 .order-table-header {
  background-color: #E5F1F7;
  margin: 0 0 1.25em 0;
  text-align: center;
  border-radius: 6px;
  font-size: 1.125em;
  font-weight: 600;
  color: #1E242D;
  padding: 0.77778em 0; }
.order-step-2 .order-table-header .price {
  display: block;
  color: #70408A;
  font-size: 0.77778em; }
.order-step-2 .order-table {
  font-size: 0.875em;
  width: 100%; }
.order-step-2 .order-table tr {
  border-bottom: 1px solid #E5F1F7; }
.order-step-2 .order-table tr:last-child {
  border-bottom: none; }
.order-step-2 .order-table td {
  padding: 0.625em 0; }
.order-step-2 .order-table td:first-child {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.92857em; }
.order-step-2 .order-table td:last-child {
  text-align: right;
  font-weight: 600; }
.order-step-2 .order-confirm-container {
  list-style-type: none;
  margin: 0;
  padding: 2.5em 0 0 0; }
.order-step-2 .order-confirm-container a {
  text-decoration: none;
  margin-top: 20px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: black;}
.order-step-2 .order-confirm-container button {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  text-align: center;
  color: rgba(6, 64, 150, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  padding: 1.25em 0;
  border: 2px solid #7F9EC9;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out; }
.order-step-2 .order-confirm-container .primary-btn {
  background-color: #CC1A42;
  color: #FFFFFF;
  border: 2px solid #CC1A42;
  margin-bottom: 0.625em; }
.order-step-2 .order-confirm-container .primary-btn:hover {
  background-color: #D81440;
  border-color: #D81440; }

.order-step-2 .call-us {
  font-size: 1.25em;
  font-weight: 600;
  color: #1E242D;
  text-align: center;
  margin-bottom: 2.5em; }
@media screen and (max-width: 640px) {
  .order-step-2 .call-us {
    font-size: 1em; } }
.order-step-2 .call-us .contact-options {
  list-style-type: none;
  margin: 1.25em 0 0 0;
  padding: 0;
  text-align: center; }
.order-step-2 .call-us .contact-options li {
  display: inline-block;
  padding: 0 20px; }
.order-step-2 .call-us .contact-options li:first-child {
  border-right: 1px solid #E5F1F7; }
.order-step-2 .call-us strong, .order-step-2 .call-us a {
  display: block;
  font-size: 1.5em; }
@media screen and (max-width: 640px) {
  .order-step-2 .call-us strong, .order-step-2 .call-us a {
    font-size: 2.125em; } }
.order-step-2 .call-us a {
  color: #CC1A42;
  text-decoration: none; }
.order-step-2 .call-us a:hover {
  text-decoration: underline; }

.order-step-3 {
  padding: 2.5em 0 3.75em 0; }
.order-step-3 h2 {
  font-size: 2.25em;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0.44444em; }
@media screen and (max-width: 768px) {
  .order-step-3 h2 {
    font-size: 1.75em; } }
.order-step-3 p {
  font-size: 1.125em;
  width: 57.98319%;
  font-weight: 300;
  text-align: center;
  margin: 0 auto 0 auto; }
@media screen and (max-width: 768px) {
  .order-step-3 p {
    width: 100%; } }

.order-downloads {
  background-color: #E5F1F7;
  padding: 0.9375em 0;
  *zoom: 1; }
.order-downloads:before, .order-downloads:after {
  content: " ";
  display: table; }
.order-downloads:after {
  clear: both; }
.order-downloads .buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  *zoom: 1; }
.order-downloads .buttons:before, .order-downloads .buttons:after {
  content: " ";
  display: table; }
.order-downloads .buttons:after {
  clear: both; }
@media screen and (max-width: 768px) {
  .order-downloads .buttons {
    float: none;
    text-align: center;
    width: 100%; } }
.order-downloads .buttons li {
  display: inline-block;
  margin-right: 10px; }
@media screen and (max-width: 768px) {
  .order-downloads .buttons li {
    display: inline-block;
    float: none; } }
@media screen and (max-width: 640px) {
  .order-downloads .buttons li {
    margin-right: 0;
    margin-bottom: 0.625em; } }
.order-downloads .buttons li:last-child {
  margin-right: 0; }
.order-downloads .buttons a {
  background-color: #FFFFFF;
  width: 240px;
  display: block;
  text-align: center;
  color: rgba(6, 64, 150, 0.7);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.875em;
  padding: 0.92857em 0 0.92857em 10px;
  -webkit-transition: box-shadow 0.2s ease-in-out;
  -moz-transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out; }
.order-downloads .buttons a::before {
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -8px;
  display: block;
  font-size: 1.25em;
  color: #CC1A42;
  content: "\e934"; }
.order-downloads .buttons a:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }

.others-products-container {
  padding: 2.5em 0 3.75em 0; }
.others-products-container h2 {
  text-align: center;
  font-size: 1.75em;
  font-weight: 400;
  margin-bottom: 1.07143em; }
@media screen and (max-width: 768px) {
  .others-products-container h2 {
    font-size: 1.25em; } }
.others-products-container .call-us {
  font-size: 1.25em;
  font-weight: 600;
  color: #1E242D;
  text-align: center;
  margin-bottom: 2.5em; }
@media screen and (max-width: 640px) {
  .others-products-container .call-us {
    font-size: 1em; } }
.others-products-container .call-us .contact-options {
  list-style-type: none;
  margin: 1.25em 0 0 0;
  padding: 0;
  text-align: center; }
.others-products-container .call-us .contact-options li {
  display: inline-block;
  padding: 0 20px; }
.others-products-container .call-us .contact-options li:first-child {
  border-right: 1px solid #E5F1F7; }
.others-products-container .call-us strong, .others-products-container .call-us a {
  display: block;
  font-size: 1.5em; }
@media screen and (max-width: 640px) {
  .others-products-container .call-us strong, .others-products-container .call-us a {
    font-size: 2.125em; } }
.others-products-container .call-us a {
  color: #CC1A42;
  text-decoration: none; }
.others-products-container .call-us a:hover {
  text-decoration: underline; }

.others-products {
  list-style-type: none;
  max-width: 600px;
  margin: 0 auto 3.75em auto;
  padding: 0; }
.others-products li {
  background: #FFFFFF;
  box-shadow: 0 0 30px 0 rgba(6, 64, 150, 0.1);
  border-radius: 8px;
  margin-bottom: 0.625em;
  padding: 10px 45px 10px 10px;
  *zoom: 1; }
.others-products li:before, .others-products li:after {
  content: " ";
  display: table; }
.others-products li:after {
  clear: both; }
.others-products img {
  float: left;
  margin-right: 25px; }
@media screen and (max-width: 640px) {
  .others-products img {
    display: none; } }
.others-products h3 {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 10px; }
@media screen and (max-width: 640px) {
  .others-products h3 {
    font-size: 1.125em; } }
.others-products p {
  font-size: 0.875em;
  color: #3D434A;
  margin-bottom: 0.71429em; }
.others-products p strong {
  font-weight: 600;
  color: #70408A; }
.others-products a {
  color: #CC1A42;
  font-weight: 600;
  font-size: 0.875em;
  text-decoration: none; }
.others-products a:hover {
  text-decoration: underline; }

.discount-info {
  background: #e5f1f7 none repeat scroll 0 0;
  border-radius: 3px;
  font-weight: 600;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}

.form-error {
  padding-top: 15px;
  font-weight: bold !important;
  color: red !important;
  margin-bottom: -20px !important;
}