/*!

Theme Name: Smart Energy
Theme URI: http://www.smartenergy.com/
Author: Darwinzone
Author URI: http://darwinzone.com/
Description: SmartEnergy is an independent energy supplier.
Version: 1.0.0

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

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

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

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

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

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

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

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

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

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

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing
 * SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
  width: 100%; }

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  img[src*=".svg"] {
    width: 100%; } }
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

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

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

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

input {
  line-height: normal; }
  input::-moz-focus-inner {
    border: 0;
    padding: 0; }
  input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto; }
  input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    box-sizing: content-box;
    /* 2 */ }
    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

td, th {
  padding: 0; }

*, *:before, *:after {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  -ms-box-sizing: inherit;
  -o-box-sizing: inherit;
  box-sizing: inherit; }

html, body {
  height: 100%; }

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.4; }

.browsehappy {
  margin: 0.2em 0;
  background: #ffff33;
  color: #000;
  padding: 0.2em 0;
  font-size: 14px;
  font-size: 0.875rem; }

@media screen and (min-width: 62em) {
  .wrap {
    width: 95%;
    max-width: 1440px;
    display: block;
    margin-left: auto;
    margin-right: auto; } }

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

a[href^=tel] {
  color: #5d5a55;
  text-decoration: none; }

.error-404 {
  text-align: center;
  width: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 62em) {
    .error-404 {
      width: 400px; } }

.btn-qe {
  background: #db9600;
  color: #fff;
  border: 0;
  padding: 5px 12px;
  font-size: 14px;
  text-decoration: initial;
  border-radius: 4px;
  font-weight: bold; }
  .btn-qe:hover {
    background: #fff;
    color: #db9600; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none; }
  .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed; }

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none; }

a.btn:hover {
  text-decoration: none;
  color: #db9600; }

.btn-qe:hover, .btn-qe:active {
  outline: 0px !important;
  -webkit-appearance: none; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 21, 2015 */
@font-face {
  font-family: 'ralewaybold';
  src: url("fonts/raleway-bold-webfont.eot");
  src: url("fonts/raleway-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-bold-webfont.woff2") format("woff2"), url("fonts/raleway-bold-webfont.woff") format("woff"), url("fonts/raleway-bold-webfont.ttf") format("truetype"), url("fonts/raleway-bold-webfont.svg#ralewaybold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaymedium';
  src: url("fonts/raleway-medium-webfont.eot");
  src: url("fonts/raleway-medium-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-medium-webfont.woff2") format("woff2"), url("fonts/raleway-medium-webfont.woff") format("woff"), url("fonts/raleway-medium-webfont.ttf") format("truetype"), url("fonts/raleway-medium-webfont.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ralewaylight';
  src: url("fonts/raleway-light-webfont.eot");
  src: url("fonts/raleway-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/raleway-light-webfont.woff2") format("woff2"), url("fonts/raleway-light-webfont.woff") format("woff"), url("fonts/raleway-light-webfont.ttf") format("truetype"), url("fonts/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal; }
h1 {
  color: #538312;
  font-family: "ralewaybold";
  margin: 0;
  font-size: 27px;
  font-size: 1.6875rem; }

h1.title-entry {
  font-family: "ralewaylight"; }
  h1.title-entry a {
    color: #538312; }

h1.title-slide--entry {
  text-align: center; }
  h1.title-slide--entry a {
    color: #538312;
    text-decoration: none; }

h3 {
  margin: 0;
  color: #00628b;
  font-family: "ralewaybold"; }

h4.info-promo {
  font-family: "ralewaybold";
  font-weight: normal;
  margin: 0;
  font-size: 34px;
  font-size: 2.125rem;
  color: #ffffff;
  line-height: 0.8;
  position: relative;
  text-transform: uppercase;
  text-align: left;
  top: 30px; }
  @media screen and (min-width: 75em) {
    h4.info-promo {
      font-size: 40px;
      font-size: 2.5rem; } }

@media screen and (min-width: 62em) {
  .es h4.info-promo {
    font-size: 30px;
    font-size: 1.875rem; } }

h5.title__tab {
  font-family: "ralewaymedium";
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0;
  text-align: center; }

h5.title-se {
  color: #00628b;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  margin: 10px 0 0 0; }

h6.promo-number {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 80px;
  font-size: 5rem;
  color: #ffffff;
  letter-spacing: -5px; }
  h6.promo-number span {
    position: relative;
    font-size: 30px;
    font-size: 1.875rem;
    bottom: 36px;
    right: 3px; }
  h6.promo-number small {
    font-size: 12px;
    font-size: 0.75rem; }

h6.copyright {
  text-align: center;
  color: #5d5a55;
  font-weight: normal;
  font-size: 15px;
  font-size: 0.9375rem; }

.t-plans {
  display: block;
  text-align: center;
  font-family: "ralewaymedium";
  font-weight: 700;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px; }

.title-competitor {
  background: #ebebe3;
  color: #5d5a55; }

.t-p-se {
  background: #00628b;
  color: #ffffff; }

/* ==========================================
	Estructure
 ============================================ */
/* Header */
#header {
  background: #f7f7f4;
  height: 45px;
  position: relative;
  width: 100%;
  z-index: 60; }
  @media screen and (min-width: 62em) {
    #header {
      position: relative;
      height: 69px; } }

.es .site-branding {
  float: left;
  width: 85%; }
  @media screen and (min-width: 62em) {
    .es .site-branding {
      width: 43%; } }
  .es .site-branding .logo {
    margin: 0; }
    .es .site-branding .logo img {
      width: 125px;
      height: 25px;
      position: relative;
      top: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 62em) {
        .es .site-branding .logo img {
          width: 250px;
          height: 49px;
          margin-left: 0; } }

.en .site-branding {
  float: left;
  width: 85%; }
  @media screen and (min-width: 62em) {
    .en .site-branding {
      width: 49%; } }
  .en .site-branding .logo {
    margin: 0; }
    .en .site-branding .logo img {
      width: 125px;
      height: 25px;
      position: relative;
      top: 10px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 62em) {
        .en .site-branding .logo img {
          width: 250px;
          height: 49px;
          margin-left: 0; } }

.content__btn-toogle {
  width: 45px;
  height: 45px;
  display: block;
  background-color: #538312;
  float: right; }
  @media screen and (min-width: 62em) {
    .content__btn-toogle {
      display: none; } }
  .content__btn-toogle .inner__btn-toogle {
    border-radius: 50%;
    top: 6px;
    left: 10px;
    background: #ffffff;
    width: 30px;
    position: relative;
    height: 30px; }

.es .content-nav {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #e6e6dc;
  width: 100%; }
  @media screen and (min-width: 62em) {
    .es .content-nav {
      position: relative;
      background-color: transparent;
      width: 57%;
      display: block;
      float: left;
      top: 0; } }

.en .content-nav {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  background-color: #e6e6dc;
  width: 100%; }
  @media screen and (min-width: 62em) {
    .en .content-nav {
      position: relative;
      background-color: transparent;
      width: 51%;
      display: block;
      float: left;
      top: 0; } }

/* Navigation */
.primary-nav {
  position: relative;
  z-index: 11; }
  .primary-nav .menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .primary-nav .menu li {
      border-top: 1px solid #d7d7d7;
      padding: 5% 0;
      position: relative; }
      .primary-nav .menu li:first-child {
        border-top: none; }
      .primary-nav .menu li:last-child {
        border-bottom: 1px solid #d7d7d7; }
        @media screen and (min-width: 62em) {
          .primary-nav .menu li:last-child {
            border: none; } }
      @media screen and (min-width: 35.5em) {
        .primary-nav .menu li {
          padding: 2% 0; } }
      @media screen and (min-width: 62em) {
        .primary-nav .menu li {
          float: left;
          padding: 5% 1.6%;
          border: none; }
          .primary-nav .menu li:last-child {
            box-shadow: none; } }
      @media screen and (min-width: 75em) {
        .primary-nav .menu li {
          padding: 27px 2.6%; } }
    .primary-nav .menu a {
      font-family: "ralewaybold";
      color: #5d5a55;
      text-transform: uppercase;
      text-align: center;
      text-decoration: none;
      display: block;
      transition: background-color 0.25s; }
      @media screen and (min-width: 62em) {
        .primary-nav .menu a {
          font-size: 12px;
          font-size: 0.75rem; } }
      @media screen and (min-width: 62em) {
        .primary-nav .menu a > .shape {
          background-color: #e6e6dc;
          position: absolute;
          right: 0;
          top: 22px;
          width: 1px;
          height: 20px; }
          .primary-nav .menu a > .shape:last-child {
            display: none; } }
    .primary-nav .menu .current_page_item {
      background-color: #538312; }
      .primary-nav .menu .current_page_item a {
        color: #ffffff; }
      .primary-nav .menu .current_page_item .shape {
        visibility: hidden; }
    .primary-nav .menu .menu-item-35, .primary-nav .menu .menu-item-357 {
      background: transparent url("img/assets/bubble.png") no-repeat;
      background-position: 35%; }
      @media screen and (min-width: 35.5em) {
        .primary-nav .menu .menu-item-35, .primary-nav .menu .menu-item-357 {
          background-position: 42%; } }
      @media screen and (min-width: 62em) {
        .primary-nav .menu .menu-item-35, .primary-nav .menu .menu-item-357 {
          background-position: 45% 30%;
          padding-bottom: 29px;
          border-bottom: none; } }
      @media screen and (min-width: 75em) {
        .primary-nav .menu .menu-item-35, .primary-nav .menu .menu-item-357 {
          background-position: 63% 30%;
          padding-bottom: 4.5%;
          padding-left: 6%; } }
      .primary-nav .menu .menu-item-35 a, .primary-nav .menu .menu-item-357 a {
        color: #538312; }
        @media screen and (min-width: 62em) {
          .primary-nav .menu .menu-item-35 a, .primary-nav .menu .menu-item-357 a {
            font-size: 10px;
            font-size: 0.625rem;
            position: relative;
            top: 25px; } }
        .primary-nav .menu .menu-item-35 a > .shape, .primary-nav .menu .menu-item-357 a > .shape {
          display: none; }
  .primary-nav .slide-nav, .primary-nav .sub-menu {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media screen and (min-width: 62em) {
      .primary-nav .slide-nav, .primary-nav .sub-menu {
        position: absolute;
        top: 74px;
        width: 230px;
        background-color: #ffffff;
        left: 0; } }
    @media screen and (min-width: 75em) {
      .primary-nav .slide-nav, .primary-nav .sub-menu {
        top: 79px; } }
    .primary-nav .slide-nav li, .primary-nav .sub-menu li {
      padding: 3%;
      border: none; }
      @media screen and (min-width: 62em) {
        .primary-nav .slide-nav li, .primary-nav .sub-menu li {
          display: block;
          box-shadow: none;
          background-color: transparent;
          width: 100%; }
          .primary-nav .slide-nav li:hover, .primary-nav .sub-menu li:hover {
            background-color: #538312; }
            .primary-nav .slide-nav li:hover a, .primary-nav .sub-menu li:hover a {
              color: #ffffff; } }
      .primary-nav .slide-nav li a, .primary-nav .sub-menu li a {
        color: #5d5a55;
        font-size: 14px;
        font-size: 0.875rem; }
        @media screen and (min-width: 62em) {
          .primary-nav .slide-nav li a, .primary-nav .sub-menu li a {
            text-align: left; }
            .primary-nav .slide-nav li a:hover, .primary-nav .sub-menu li a:hover {
              color: #ffffff; }
            .primary-nav .slide-nav li a .shape, .primary-nav .sub-menu li a .shape {
              display: none; } }
  @media screen and (min-width: 62em) {
    .primary-nav .sub-menu {
      width: 86px; } }

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #eb7514;
  width: 100%;
  height: 40px; }
  @media screen and (min-width: 62em) {
    .select {
      display: none; } }

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ebebe3;
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #eb7514 transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px; }
  .select-styled:hover {
    background-color: #e7e7dd; }
  .select-styled:active, .select-styled.active {
    background-color: #f6f6f2; }
    .select-styled:active:after, .select-styled.active:after {
      top: 9px;
      border-color: transparent transparent #eb7514 transparent; }

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #e0e0d4; }
  .select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #d6d6c5;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .select-options li:hover {
      color: #ebebe3;
      background: #eb7514; }
    .select-options li[rel="hide"] {
      display: none; }

.category-nav {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0 0 80px 0; }
  @media screen and (min-width: 48em) {
    .category-nav {
      display: block; } }
  .category-nav li {
    display: block;
    float: left;
    padding: 1% 2%;
    background: url("img/assets/bullet-nav.png") no-repeat center left; }
  .category-nav a {
    background-color: transparent;
    color: #eb7514;
    font-family: "ralewaybold";
    text-decoration: none; }
    .category-nav a:hover {
      color: #538312; }

@media screen and (min-width: 62em) {
  .footer-nav {
    width: 40%;
    float: right;
    position: relative;
    top: 28px; } }
.footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  @media screen and (min-width: 62em) {
    .footer-nav ul {
      float: right; } }
.footer-nav li {
  display: block;
  float: left; }
  .footer-nav li a {
    border-right: 1px solid #538312;
    padding: 0 6px;
    font-family: "ralewaybold";
    font-size: 12px;
    font-size: 0.75rem;
    color: #5d5a55;
    text-decoration: none; }
.footer-nav #menu-item-90 a {
  border-right: none; }

/* Main */
main {
  position: relative;
  top: 45px; }
  @media screen and (min-width: 62em) {
    main {
      min-height: 585px; } }

main#main-404 {
  height: 100%; }

.content-main {
  padding-top: 5%;
  width: 95%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 62em) {
    .content-main {
      width: 65%;
      float: left;
      margin-right: 3%;
      margin-left: 0;
      padding-bottom: 100px;
      padding-top: 0; } }
  @media screen and (min-width: 75em) {
    .content-main {
      width: 70%; } }
  .content-main a[href^=tel] {
    color: #5d5a55;
    text-decoration: none; }
  .content-main p {
    color: #5d5a55;
    font-size: 15px;
    font-size: 0.9375rem;
    font-family: 'Arial'; }
  .content-main h2 {
    color: #00628b;
    font-family: "ralewaybold";
    margin: 0; }
  .content-main h4 {
    color: #5d5a55;
    margin: 0; }
  .content-main ul {
    padding: 0; }
    .content-main ul li {
      color: #5d5a55;
      font-size: 0.9375rem;
      font-family: 'Arial'; }
  .content-main ul.ul-bullets {
    list-style: disc;
    padding-left: 40px; }
  .content-main .info-contact {
    margin-bottom: 40px; }
    @media screen and (min-width: 48em) {
      .content-main .info-contact {
        margin-bottom: 0;
        width: 40%;
        float: left; } }
    .content-main .info-contact address {
      color: #5d5a55;
      font-size: 15px;
      font-size: 0.9375rem;
      font-family: 'Arial';
      font-style: normal; }
    .content-main .info-contact a {
      color: #eb7514;
      text-decoration: none;
      font-size: 14px;
      font-size: 0.875rem;
      display: block; }
      .content-main .info-contact a span {
        display: block;
        float: left; }

.full-main p {
  color: #5d5a55;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: 'Arial'; }
.full-main h2 {
  color: #00628b;
  font-family: "ralewaybold"; }
.full-main h4 {
  color: #5d5a55;
  margin: 0; }
.full-main ul {
  padding: 0;
  list-style: disc !important; }
  .full-main ul li {
    color: #5d5a55;
    font-size: 16px;
    font-size: 1rem;
    font-family: 'Arial'; }

.box_title img {
  display: block; }
.box_title h1 {
  border-bottom: 1px dotted #000000; }

article {
  margin-bottom: 5%;
  border-bottom: 1px solid #ebebe3;
  padding-bottom: 5%; }
  article time {
    font-family: "ralewaylight";
    font-style: italic;
    color: #5d5a55; }
  article h1 {
    font-family: "ralewaylight";
    text-transform: uppercase; }
    article h1 a {
      color: #538312;
      text-decoration: none; }

@media screen and (min-width: 48em) {
  .header-post {
    float: left;
    width: 40%;
    margin-right: 5%; } }
.header-post figure {
  margin: 0;
  padding: 0; }

@media screen and (min-width: 48em) {
  .content-post {
    width: 50%;
    float: left; }
    .content-post a {
      color: #eb7514;
      font-family: "ralewaybold";
      text-decoration: none; } }
    @media screen and (min-width: 48em) and (min-width: 75em) {
      .content-post a {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .content-post a:hover {
          color: #8d460c; } }

.blog-home {
  clear: both;
  min-height: 100px;
  width: 95%;
  margin: 0 auto; }
  @media screen and (min-width: 62em) {
    .blog-home {
      width: 100%; } }

#renewable {
  width: 100%;
  display: block;
  position: relative; }
  @media screen and (min-width: 62em) {
    #renewable {
      margin: 0px 0px 20px 0px; } }
  #renewable .mouseover {
    display: none; }
    @media screen and (min-width: 62em) {
      #renewable .mouseover {
        display: block;
        opacity: 0; } }
  #renewable h2 {
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    font-size: 1.25rem; }
  #renewable p {
    margin: 0;
    color: #ffffff;
    font-size: 13px;
    font-size: 0.8125rem; }
  #renewable #solar {
    position: absolute;
    top: 28px;
    right: 40px; }
  #renewable #hydro {
    position: absolute;
    left: 245px;
    bottom: 60px; }
  #renewable #geothermal {
    position: absolute;
    right: 28px;
    top: 240px; }
  #renewable #wind {
    position: absolute;
    top: 26px;
    left: 10px; }

.renewable_popup {
  background: rgba(83, 131, 18, 0.7);
  width: 268px;
  padding: 10px;
  border-radius: 10px; }

#content-privacy {
  width: 95%;
  margin: 0 auto; }

#plans {
  margin-top: 23px;
  text-align: center;
  background-color: #F6F6F6; }
  #plans .title {
    text-transform: uppercase;
    color: #fff;
    background-color: #8eac64;
    height: 40px;
    line-height: 36px;
    text-align: center; }
    #plans .title:first-child div:first-child {
      background-color: #B0C494;
      border-right: 1px solid #C9D6B7; }
    #plans .title div {
      float: left;
      height: 100%; }
      #plans .title div:first-child {
        width: 33.3333%; }
      #plans .title div:last-child {
        width: 66.6666%; }
  #plans ul {
    margin: 0;
    border-right: 1px solid #F0F0F0;
    border-left: 1px solid #F0F0F0; }
    #plans ul:after {
      content: " ";
      display: table;
      clear: both; }
    #plans ul li {
      text-align: center;
      width: 33.3333%;
      float: left;
      margin: 8px 0 0;
      height: 259px;
      padding: 12px 12px 0;
      color: #67666A;
      list-style-type: none; }
      #plans ul li span {
        font-size: 28px;
        color: #db9600;
        font-weight: bold;
        display: block; }
      #plans ul li p {
        font-size: 14px; }
      #plans ul li hr {
        border-top: 1px solid #c5c5c5;
        margin-bottom: 18px;
        margin-top: 25px; }
      #plans ul li.competitor--rate {
        border-right: 1px solid #c5c5c5; }
        #plans ul li.competitor--rate span {
          color: #67666A; }
    #plans ul:last-child {
      border-bottom: 1px solid #F0F0F0; }

.sweet-alert .showSweetAlert .visible .congrats {
  font-family: Arial, Helvetica, sans-serif; }

#pdf-viewer-container {
  overflow: hidden; }
  #pdf-viewer-container .box_grey {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
    height: 537px;
    overflow: scroll;
    width: 680px;
    position: relative;
    float: left; }
    #pdf-viewer-container .box_grey .left {
      height: 45px;
      background: #538312;
      font-size: 15px;
      color: white;
      line-height: 2; }
    #pdf-viewer-container .box_grey .button-nav-dark {
      font-size: 15px;
      color: white;
      background: #538312;
      width: 90px;
      height: 45px;
      display: inline-block;
      text-align: center;
      padding-top: 5px; }
    #pdf-viewer-container .box_grey .button-nav-dark:hover {
      color: white;
      background: #263C0A; }
    #pdf-viewer-container .box_grey span.px1 {
      font-size: 15px;
      color: white;
      background: #538312;
      height: 45px;
      text-align: center;
      position: relative;
      margin-left: 50px; }
    #pdf-viewer-container .box_grey .field-dark {
      color: #fff;
      background-color: rgba(0, 0, 0, 0.25);
      border: 1px solid rgba(0, 0, 0, 0.0625);
      border-radius: 3px;
      line-height: 1.75;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 1.75em;
      padding: .25em 1rem;
      -webkit-appearance: none;
      top: 0px;
      position: relative;
      text-align: center;
      width: 6% !important; }
  #pdf-viewer-container table {
    position: relative;
    float: right;
    width: 155px;
    margin-top: 75px;
    margin-bottom: 100px; }
    #pdf-viewer-container table td {
      padding: 8px; }
    #pdf-viewer-container table a {
      text-decoration: underline;
      color: #db9600; }
  #pdf-viewer-container .number {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #db9600;
    color: #fff;
    border: 1px solid #db9600;
    margin-right: 5px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px; }

/* Sidebar */
.sidebar {
  width: 95%;
  margin: 45px auto; }
  @media screen and (min-width: 48em) {
    .sidebar {
      margin: 0 auto; } }
  @media screen and (min-width: 62em) {
    .sidebar {
      display: block;
      width: 32%;
      float: left;
      margin-bottom: 0; } }
  @media screen and (min-width: 75em) {
    .sidebar {
      width: 27%; } }
  .sidebar a[href^=tel] {
    color: #eb7514;
    text-decoration: none; }

.content-sidebar {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .content-sidebar:first-child {
    border-top: none; }
  .content-sidebar.spanish .tab-content .inner-tab .info-promo {
    font-size: 1.4em;
    width: 45%; }
  .content-sidebar .call {
    color: #00628b;
    font-family: 'Arial';
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 10px;
    font-size: 18px;
    font-size: 1.125rem; }
    .content-sidebar .call span {
      font-size: 30px;
      font-size: 1.875rem;
      color: #eb7514;
      white-space: nowrap; }

.inner__content-tab {
  margin-top: 20px; }

.tabs {
  width: 100%;
  display: inline-block; }

/*----- Tab Links -----*/
/* Clearfix */
.tab-links {
  padding: 0;
  margin: 0; }
  .tab-links:after {
    display: block;
    clear: both;
    content: ''; }
  .tab-links li {
    width: 50%;
    float: left;
    list-style: none; }
  .tab-links a {
    width: 100%;
    padding: 7px 15px;
    display: inline-block;
    font-family: "ralewaybold";
    font-size: 12px;
    font-size: 0.75rem;
    background: url("img/assets/tab.png") no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #4c4c4c;
    transition: all linear 0.15s;
    text-align: center; }
    @media screen and (min-width: 62em) {
      .tab-links a {
        padding: 4px 15px; } }
    @media screen and (min-width: 75em) {
      .tab-links a {
        padding: 7px 15px; } }

li.active a {
  background: url("img/assets/tab-active.png") no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  color: #ffffff; }

/*----- Content of Tabs -----*/
.tab-content .inner-tab {
  background: #538312;
  overflow: hidden;
  padding: 0 4% 2%;
  font-family: "ralewaymedium";
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  margin: 0;
  text-align: center; }
  .tab-content .inner-tab .box-tab {
    width: 48%;
    float: left;
    margin-right: 2%;
    text-align: center; }
    .tab-content .inner-tab .box-tab small {
      font-size: 10px;
      font-size: 0.625rem;
      position: relative;
      color: #ffffff;
      top: 16px; }
    .tab-content .inner-tab .box-tab:last-child {
      margin-right: 0; }
  .tab-content .inner-tab p {
    margin: 0;
    height: 0; }
  .tab-content .inner-tab .promo {
    padding-top: 18px; }
  .tab-content .inner-tab .promo-number {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    margin: 0 0.1em 0 0;
    display: inline-block;
    font-size: 80px;
    font-size: 5rem;
    color: #ffffff;
    letter-spacing: -5px; }
    .tab-content .inner-tab .promo-number small {
      font-size: 30px;
      font-size: 1.875rem;
      vertical-align: text-top;
      display: inline; }
  .tab-content .inner-tab .info-promo {
    font-family: "ralewaybold";
    font-weight: normal;
    margin: 0;
    display: inline-block;
    font-size: 34px;
    font-size: 2.125rem;
    color: #ffffff;
    line-height: 0.8;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    width: 50%; }
    @media screen and (min-width: 75em) {
      .tab-content .inner-tab .info-promo {
        font-size: 40px;
        font-size: 2.5rem; } }
  .tab-content .inner-tab .restrictions {
    text-align: right; }
    .tab-content .inner-tab .restrictions small {
      font-size: 12px;
      font-size: 0.75rem; }

.es .tab-content .inner-tab .info-promo {
  font-size: 30px;
  font-size: 1.875rem; }
  @media screen and (min-width: 75em) {
    .es .tab-content .inner-tab .info-promo {
      font-size: 30px;
      font-size: 1.875rem; } }

.tab {
  display: none; }
  .tab.active {
    display: block; }

ul.list {
  list-style: none;
  padding-left: 23px; }
  ul.list li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    color: #5d5a55; }
  ul.list li::before {
    background: url("img/assets/check.png") no-repeat;
    width: 18px;
    height: 20px;
    display: inline-block;
    position: relative;
    content: " ";
    margin: 0 5px 0 -23px;
    vertical-align: -5px; }

.plans-box--sidebar {
  height: 210px;
  background: #538312;
  border-radius: 12px; }
  .plans-box--sidebar .t-sideplan {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    position: relative;
    background: #ebebe3;
    color: #5d5a55;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "ralewaymedium";
    padding: 8px; }
    .plans-box--sidebar .t-sideplan a {
      position: absolute;
      right: 5px;
      font-family: "Arial";
      color: #eb7514;
      font-weight: bold;
      width: 55px;
      font-size: 11px;
      font-size: 0.6875rem; }
      .plans-box--sidebar .t-sideplan a span {
        display: block;
        float: left;
        margin-top: 2px; }
      .plans-box--sidebar .t-sideplan a i {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 5px;
        border-color: transparent transparent transparent #eb7514;
        float: right;
        margin-top: 5px; }
  .plans-box--sidebar .b-plans {
    width: 49%;
    float: left;
    position: relative;
    top: 23px;
    border-right: 1px solid #ffffff;
    padding-right: 0.5%; }
    .plans-box--sidebar .b-plans:last-child {
      border-right: 0; }
    .plans-box--sidebar .b-plans .ps-plans {
      font-size: 14px;
      font-size: 0.875rem; }
    .plans-box--sidebar .b-plans p {
      text-align: center;
      color: #ffffff;
      font-weight: bold;
      font-family: 'Arial';
      margin: 0;
      font-size: 40px;
      font-size: 2.5rem; }
      .plans-box--sidebar .b-plans p > i {
        position: relative;
        font-size: 16px;
        font-size: 1rem;
        bottom: 18px;
        font-style: normal;
        right: 8px; }
      .plans-box--sidebar .b-plans p small {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 100; }

/* Footer */
footer {
  margin-top: 69px; }
  footer .inner__footer {
    border-top: 1px solid #e5e4e2;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 62em) {
      footer .inner__footer {
        border-top: none; } }
  footer #call-footer {
    display: block;
    text-align: center;
    margin-bottom: 13px;
    text-decoration: none;
    font-family: arial;
    font-weight: bold;
    color: #eb7514;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem; }
    @media screen and (min-width: 62em) {
      footer #call-footer {
        display: none; } }

ul.social__media {
  padding: 0;
  margin: 20px 0 20px 0; }
  @media screen and (min-width: 62em) {
    ul.social__media {
      width: 50%;
      float: left;
      margin-bottom: 20px; } }
  ul.social__media li {
    width: -webkit-calc(100% / 8);
    width: -moz-calc(100% / 8);
    width: -o-calc(100% / 8);
    width: calc(100% / 8);
    display: block;
    float: left; }
  ul.social__media a {
    width: 42px;
    height: 42px;
    display: block; }

.i-fb {
  background: url("img/assets/icon-fb.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

.i-tw {
  background: url("img/assets/icon-tw.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

.i-pts {
  background: url("img/assets/icon-pts.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

.i-insta {
  background: url("img/assets/icon-insta.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

.i-gp {
  background: url("img/assets/icon-gp.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

.i-ld {
  background: url("img/assets/icon-ld.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

.i-yt {
  background: url("img/assets/icon-yt.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

.i-rss {
  background: url("img/assets/icon-rss.png") no-repeat;
  -webkit-background-size: 65%;
  -moz-background-size: 65%;
  -ms-background-size: 65%;
  -o-background-size: 65%;
  background-size: 65%; }

/* ==========================================
	Modules
 ============================================ */
/* Buttons */
#btn-mobile {
  width: 20px;
  height: 10px;
  position: relative;
  display: block;
  top: 9px;
  left: 8px; }
  #btn-mobile .line {
    display: block;
    background: #538312;
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0;
    border-radius: 1px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
    #btn-mobile .line.line-1 {
      top: 0; }
    #btn-mobile .line.line-2 {
      top: 50%; }
    #btn-mobile .line.line-3 {
      top: 100%; }
  #btn-mobile:hover .line-1, #btn-mobile:focus .line-1 {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px); }
  #btn-mobile:hover .line-3, #btn-mobile:focus .line-3 {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }
  #btn-mobile.active .line-1 {
    -webkit-transform: translateY(5px) translateX(0) rotate(45deg);
    -moz-transform: translateY(5px) translateX(0) rotate(45deg);
    -ms-transform: translateY(5px) translateX(0) rotate(45deg);
    -o-transform: translateY(5px) translateX(0) rotate(45deg);
    transform: translateY(5px) translateX(0) rotate(45deg); }
  #btn-mobile.active .line-2 {
    opacity: 0; }
  #btn-mobile.active .line-3 {
    -webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(-5px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-5px) translateX(0) rotate(-45deg);
    -o-transform: translateY(-5px) translateX(0) rotate(-45deg);
    transform: translateY(-5px) translateX(0) rotate(-45deg); }

.btn-scroll, .btn-zip, .btn__read-more, .btn-plan, .wpcf7-form .wpcf7-submit, #msform .previous, #msform .previous_btn, #msform .next, #msform .submit_sign, #msform .next_btn {
  background: #fac633;
  background: -webkit-linear-gradient(top, #fac633, #eb7514);
  background: linear-gradient(to bottom, #fac633, #eb7514);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  padding: 2%;
  font-family: "ralewaybold";
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: inline-block; }

.btn-scroll {
  width: 60%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 62em) {
    .btn-scroll {
      display: none;
      visibility: hidden; } }

.btn-zip {
  width: 50%;
  display: inline-block; }

.btn__read-more {
  font-size: 14px;
  font-size: 0.875rem; }
  @media screen and (min-width: 62em) {
    .btn__read-more {
      padding: 1%; } }

.btn-return {
  background-color: transparent;
  color: #EB7514;
  font-family: "ralewaybold";
  text-decoration: none;
  overflow: hidden;
  display: block; }
  .btn-return i {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent #EB7514 transparent transparent;
    float: left;
    position: relative;
    top: 5px; }
    @media screen and (min-width: 62em) {
      .btn-return i {
        top: 6px;
        margin-right: 5px;
        margin-bottom: 40px; } }
  .btn-return span {
    float: left; }

.btn-plan {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer; }

.tab-pane h5 {
  color: #5d5a55;
  font-family: "ralewaybold";
  font-size: 18px;
  font-size: 1.125rem; }

.osc-res-tab.osc-tabs-center > div:last-of-type {
  padding-bottom: 15px; }

.osc-res-tab {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px; }
  @media screen and (min-width: 75em) {
    .osc-res-tab {
      width: 75%; } }
  .osc-res-tab .nav.osc-tabs-center-ul {
    left: 0;
    width: 100%; }
    .osc-res-tab .nav.osc-tabs-center-ul li {
      right: 0;
      width: 50%;
      background: transparent; }
    .osc-res-tab .nav.osc-tabs-center-ul a {
      color: #63605b;
      font-family: "ralewaybold";
      text-transform: uppercase;
      font-size: 14px;
      font-size: 0.875rem; }
      @media screen and (min-width: 48em) {
        .osc-res-tab .nav.osc-tabs-center-ul a {
          font-size: 16px;
          font-size: 1rem; } }

.osc-res-tab .nav-tabs > li.active > a {
  background: #00628b;
  color: #ffffff;
  border: none; }
  .osc-res-tab .nav-tabs > li.active > a:hover, .osc-res-tab .nav-tabs > li.active > a:focus {
    background: #00628b;
    color: #ffffff; }

.osc-res-tab .nav > li > a {
  background: #e6e6dc; }
  .osc-res-tab .nav > li > a:hover, .osc-res-tab .nav > li > a:focus {
    background: #e6e6dc;
    color: #63605b; }

.tab-pane img {
  display: block;
  margin-right: 4%;
  float: left;
  width: 25%;
  height: auto;
  margin-bottom: 5px; }
  @media screen and (min-width: 62em) {
    .tab-pane img {
      width: inherit; } }
  .tab-pane img:last-of-type {
    margin-right: 0; }
.tab-pane table {
  width: 100%;
  height: 152px; }
  @media screen and (min-width: 62em) {
    .tab-pane table {
      width: 45%;
      float: left;
      margin-right: 5%; } }
  .tab-pane table td {
    font-size: 15px;
    font-size: 0.9375rem;
    border: 1px solid #cecdcc;
    padding: 4px; }
  .tab-pane table .sky_row {
    background: #e5eff3; }
  .tab-pane table .align__right {
    float: right; }
.tab-pane .box--tab {
  border: 1px solid #00628b;
  margin-top: 15px;
  padding: 1%;
  height: 152px; }
  @media screen and (min-width: 62em) {
    .tab-pane .box--tab {
      margin-top: 0;
      width: 50%;
      float: left; } }
  .tab-pane .box--tab ul {
    list-style: none; }
    @media screen and (min-width: 48em) {
      .tab-pane .box--tab ul {
        list-style: disc;
        padding-left: 20px; } }
  .tab-pane .box--tab .features {
    margin-left: 18px; }

#form__zip__state label.error {
  font-size: 10px;
}

#form__zip {
  margin-top: 5%; }
  #form__zip .error {
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "ralewaymedium";
    color: red;
    display: block;
    border: none; }
  @media screen and (min-width: 62em) {
    #form__zip {
      width: 100%; } }
  #form__zip .f-zip {
    margin-bottom: 10px; }
    @media screen and (min-width: 35.5em) {
      #form__zip .f-zip {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 0; }
        #form__zip .f-zip:last-child {
          margin-right: 0; } }
    #form__zip .f-zip input {
      border: 1px solid #e6e6dc;
      padding: 5% 0 5% 5px;
      font-size: 12px;
      font-size: 0.75rem;
      font-family: Helvetica;
      outline: none;
      width: 100%; }
      #form__zip .f-zip input[type="text"] {
        font-size: 15px;
        font-size: 0.9375rem;
        padding: 4%; }
        #form__zip .f-zip input[type="text"]::-webkit-input-placeholder {
          font-size: 15px;
          font-size: 0.9375rem;
          font-family: Helvetica; }
        #form__zip .f-zip input[type="text"]::-moz-placeholder {
          font-size: 15px;
          font-size: 0.9375rem;
          font-family: Helvetica; }
        #form__zip .f-zip input[type="text"]:-ms-input-placeholder {
          font-size: 15px;
          font-size: 0.9375rem;
          font-family: Helvetica; }
    #form__zip .f-zip .submit {
      font-family: "ralewaybold"; }

@media screen and (min-width: 48em) {
  .wpcf7-form {
    width: 60%;
    float: left; } }
.wpcf7-form select#choose-subject {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 35px;
  background: #f7f7f4 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") 96% no-repeat;
  background-size: 15px 15px; }
.wpcf7-form #ajaxMessage {
  display: none;
  padding-left: 10px; }
.wpcf7-form .space {
  margin: 5px 0; }
.wpcf7-form textarea, .wpcf7-form input, .wpcf7-form select {
  border: 1px solid #e6e6dc;
  outline: none;
  padding-left: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Helvetica; }
.wpcf7-form textarea {
  width: 100%;
  height: 230px; }
.wpcf7-form .wpcf7-text {
  width: 100%;
  height: 35px; }
.wpcf7-form input[name="your-zipcode"] {
  height: 35px;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .wpcf7-form input[name="your-zipcode"] {
      width: 64%;
      margin-right: 5%; } }
.wpcf7-form .wpcf7-submit {
  border: none;
  width: 100%;
  border-radius: 6px;
  margin-top: 20px;
  padding: 1.5%;
  height: 35px; }
  @media screen and (min-width: 48em) {
    .wpcf7-form .wpcf7-submit {
      width: 29%;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media screen and (min-width: 62em) {
    .wpcf7-form .wpcf7-submit {
      width: 31%; } }

#msform {
  position: relative; }
  #msform .error {
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "ralewaymedium";
    color: red;
    border: 1px solid red !important; }
  #msform fieldset {
    width: 100%;
    border: none;
    padding: 0; }
    @media screen and (min-width: 62em) {
      #msform fieldset {
        position: absolute; } }
    #msform fieldset:not(:first-of-type) {
      display: none; }
    #msform fieldset .all-box {
      background: #f6f6f2;
      background: -webkit-linear-gradient(top, #f6f6f2, #FFFFFF);
      background: linear-gradient(to bottom, #f6f6f2, #FFFFFF); }
      @media screen and (min-width: 48em) {
        #msform fieldset .all-box {
          padding-top: 35px;
          padding-bottom: 10%;
          height: 300px; } }
      #msform fieldset .all-box p {
        font-size: 14px;
        font-size: 0.875rem;
        text-align: center;
        color: #5d5a55;
        font-family: "ralewaymedium";
        padding: 0 10px; }
      #msform fieldset .all-box .p-competitor {
        color: #5d5a55; }
    #msform fieldset .price {
      font-family: 'Arial';
      font-weight: 700;
      text-align: center;
      font-size: 24px;
      font-size: 1.5rem;
      color: #00628b; }
      #msform fieldset .price > span {
        position: relative;
        bottom: 10px;
        font-size: 12px;
        font-size: 0.75rem; }
      #msform fieldset .price small {
        font-size: 10px;
        font-size: 0.625rem;
        display: block;
        font-family: "ralewaymedium";
        font-weight: 300; }
    @media screen and (min-width: 48em) {
      #msform fieldset .competitor-box {
        width: 40%;
        float: left;
        height: 400px; } }
    @media screen and (min-width: 48em) {
      #msform fieldset .plans-box {
        width: 60%;
        float: left;
        height: 400px; }
        #msform fieldset .plans-box .inner-plans {
          width: 50%;
          float: left;
          margin-bottom: 15px; } }
  #msform #step3 label {
    color: #5d5a55;
    font-family: 'Arial'; }
  @media screen and (min-width: 62em) {
    #msform #step3 #firstName_sign3 {
      width: 35%;
      display: block; } }
  #msform #step3 > h3 {
    font-size: 14px;
    font-size: 0.875rem; }
    #msform #step3 > h3:first-of-type {
      margin-top: 5%; }
  #msform #step3 .bill {
    appearance: initial; }
    @media screen and (min-width: 62em) {
      #msform #step3 .bill {
        display: block; } }
    #msform #step3 .bill span {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 80%;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      text-align: center;
      text-transform: uppercase;
      color: #00628b;
      font-family: "ralewaymedium";
      font-size: 14px;
      font-size: 0.875rem; }
  #msform #step3 #message_confirmation {
    display: none; }
    #msform #step3 #message_confirmation .plan_details {
      background: #e6e6dc;
      border-radius: 4px;
      border: 1px solid #dbdbcd; }
      #msform #step3 #message_confirmation .plan_details .details {
        padding: 10px; }
        #msform #step3 #message_confirmation .plan_details .details h3 {
          position: relative;
          border-bottom: 1px solid #dbdbcd;
          font-size: 14px;
          font-size: 0.875rem; }
          @media screen and (min-width: 62em) {
            #msform #step3 #message_confirmation .plan_details .details h3 {
              font-size: 16px;
              font-size: 1rem; } }
          #msform #step3 #message_confirmation .plan_details .details h3 a {
            position: absolute;
            right: 0;
            font-size: 11px;
            font-size: 0.6875rem;
            font-family: "ralewaybold";
            color: #eb7514;
            text-transform: uppercase;
            text-decoration: none;
            width: 135px; }
            @media screen and (min-width: 62em) {
              #msform #step3 #message_confirmation .plan_details .details h3 a {
                right: 25px; } }
            #msform #step3 #message_confirmation .plan_details .details h3 a span {
              display: block;
              float: left; }
            #msform #step3 #message_confirmation .plan_details .details h3 a i {
              content: "";
              display: block;
              width: 0;
              height: 0;
              border: solid 5px;
              border-color: #eb7514 transparent transparent transparent;
              float: right;
              margin-top: 5px; }
  #msform input, #msform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: "ralewaybold";
    color: #2C3E50;
    font-size: 13px; }
  #msform .previous, #msform .previous_btn, #msform .next, #msform .submit_sign, #msform .next_btn {
    width: 48%;
    border: none;
    border-radius: 0px;
    margin: 30px 0; }
    @media screen and (min-width: 62em) {
      #msform .previous, #msform .previous_btn, #msform .next, #msform .submit_sign, #msform .next_btn {
        width: 30%;
        padding: 1%; } }
  #msform .next, #msform .next_btn, #msform .submit_sign {
    border: 1px solid #f9ab01; }
  #msform .previous_btn, #msform .previous {
    background: #bfbfbf;
    background: -webkit-linear-gradient(top, #bfbfbf, #868380);
    background: linear-gradient(to bottom, #bfbfbf, #868380);
    border: 1px solid #c4c4c4; }
  #msform .box-sign {
    /* One radio button per line */ }
    #msform .box-sign input {
      font-family: Helvetica;
      outline: none; }
      @media screen and (min-width: 48em) {
        #msform .box-sign input {
          width: 45%; } }
    @media screen and (min-width: 48em) {
      #msform .box-sign .divide3 {
        width: 29.8%; } }
    #msform .box-sign [type="radio"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    #msform .box-sign label {
      display: block;
      line-height: 2.5;
      font-size: 12px;
      font-size: 0.75rem;
      font-family: "ralewaymedium";
      color: #5d5a55; }
      #msform .box-sign label[for="igree_sign"] a {
        color: #00628b; }
    #msform .box-sign [type="radio"] + span {
      display: inline-block; }
      #msform .box-sign [type="radio"] + span a {
        color: #00628b; }
      #msform .box-sign [type="radio"] + span:before {
        content: '';
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: -0.25em;
        border-radius: 1em;
        border: 0.125em solid #fff;
        box-shadow: 0 0 0 0.15em #6c93b1;
        margin-right: 0.75em;
        transition: 0.5s ease all; }
    #msform .box-sign [type="radio"]:checked + span:before {
      background: #264964;
      box-shadow: 0 0 0 0.25em #6c93b1; }
    #msform .box-sign [type="radio"]:focus + span:after {
      content: '';
      font-size: 1.5em;
      line-height: 1;
      vertical-align: -0.125em; }

.fs-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #2C3E50;
  margin-bottom: 10px; }

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px; }

/*progressbar*/
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0;
  /*CSS counters to number the steps*/
  counter-reset: step; }
  #progressbar li {
    list-style-type: none;
    color: #00628b;
    font-family: "ralewaymedium";
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    width: 33.33%;
    text-align: center;
    float: left;
    position: relative; }
    #progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 30px;
      height: 30px;
      display: block;
      color: #333;
      background: #ebebe3;
      border-radius: 50%;
      margin: 0 auto 5px auto;
      text-align: center;
      line-height: 30px;
      font-family: "ralewaymedium";
      font-size: 13px;
      font-size: 0.8125rem; }
    #progressbar li:after {
      content: '';
      width: 100%;
      height: 4px;
      background: #ebebe3;
      position: absolute;
      left: -50%;
      top: 15px;
      z-index: -1;
      /*put it behind the numbers*/ }
    #progressbar li:first-child:after {
      /*connector not needed before the first step*/
      content: none; }
    #progressbar li.active:before, #progressbar li.active:after {
      background: #00628b;
      color: white; }

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel {
  border: 1px solid #e6e6dc;
  width: 90%;
  padding: 5%;
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y; }
  .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
    .owl-carousel .owl-wrapper:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
    .owl-carousel .owl-wrapper-outer.autoHeight {
      -webkit-transition: height 500ms ease-in-out;
      -moz-transition: height 500ms ease-in-out;
      -ms-transition: height 500ms ease-in-out;
      -o-transition: height 500ms ease-in-out;
      transition: height 500ms ease-in-out; }
  .owl-carousel .owl-item {
    float: left;
    margin-bottom: 15px; }
    @media screen and (min-width: 62em) {
      .owl-carousel .owl-item {
        margin: 1px; } }
    .owl-carousel .owl-item .item {
      background-color: #ebebe3;
      padding: 15px; }
      .owl-carousel .owl-item .item .inner-item {
        overflow: hidden;
        background-color: #dbdbd3; }
      @media screen and (min-width: 62em) {
        .owl-carousel .owl-item .item {
          padding: 5px; } }
      .owl-carousel .owl-item .item p {
        color: #5d5a55;
        text-align: center;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 0.875rem; }
      .owl-carousel .owl-item .item figure {
        margin: 0;
        padding: 0; }
        @media screen and (min-width: 48em) {
          .owl-carousel .owl-item .item figure {
            width: 40%;
            float: left; } }
        @media screen and (min-width: 62em) {
          .owl-carousel .owl-item .item figure {
            width: 30%; } }
        @media screen and (min-width: 75em) {
          .owl-carousel .owl-item .item figure {
            width: 50%; } }
        .owl-carousel .owl-item .item figure img {
          -webkit-background-size: contain;
          -moz-background-size: contain;
          -ms-background-size: contain;
          -o-background-size: contain;
          background-size: contain; }
          @media screen and (min-width: 35.5em) {
            .owl-carousel .owl-item .item figure img {
              width: 100%;
              height: 300px; } }
          @media screen and (min-width: 48em) {
            .owl-carousel .owl-item .item figure img {
              height: auto;
              max-width: 100%; } }
      @media screen and (min-width: 48em) {
        .owl-carousel .owl-item .item .content-slide--home {
          width: 60%;
          float: right;
          position: relative;
          top: 40px;
          padding: 0 2%; } }
      @media screen and (min-width: 62em) {
        .owl-carousel .owl-item .item .content-slide--home {
          top: 34px;
          width: 70%; } }
      @media screen and (min-width: 75em) {
        .owl-carousel .owl-item .item .content-slide--home {
          width: 50%; } }

/* display none until init */
.owl-controls {
  width: 100px;
  margin: 15px auto 0 auto;
  overflow: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    float: left;
    text-indent: -999999px; }
  .owl-controls .owl-prev {
    background: url("img/assets/icon-prev.png") no-repeat;
    width: 41px;
    height: 41px; }
  .owl-controls .owl-next {
    background: url("img/assets/icon-next.png") no-repeat;
    width: 41px;
    height: 41px;
    margin-left: 10px; }

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.alignnone {
  margin: 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }
@media screen and (min-width: 62em) {
  a img.alignnone {
    margin: 5px 20px 20px 0; } }
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

::-webkit-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "ralewaymedium";
  padding-left: 5px; }

::-moz-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "ralewaymedium";
  padding-left: 5px; }

:-ms-input-placeholder {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "ralewaymedium";
  padding-left: 5px; }

.shadow-text {
  box-shadow: 0 4px 2px -2px #cccccc;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 13px;
  position: relative;
  bottom: 10px; }

.panel-body ul {
  padding: 0; }
  @media screen and (min-width: 48em) {
    .panel-body ul {
      padding-left: 40px; } }

.spinner {
  width: 16px;
  height: 16px;
  margin: 50px auto;
  background-image: url("img/ajax-loader.gif"); }

#selectMultipleC {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px;
  width: 70%;
  height: 35px;
  margin-top: 10px;
  background: #f7f7f4 url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='50px' height='50px'><polyline points='46.139,15.518 25.166,36.49 4.193,15.519'/></svg>") 96% no-repeat;
  background-size: 15px 15px; }

.pagination a {
  text-decoration: none;
  font-family: "ralewaymedium";
  color: #538312;
  text-align: center; }
.pagination .current {
  font-family: "ralewaybold";
  color: #538312;
  text-decoration: underline; }

ul.planDetailsUl {
  text-align: left;
  list-style: disc; }

body.stop-scrolling {
  height: 100%;
  overflow: hidden; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder, .sweet-alert input:focus:-ms-input-placeholder, .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder, .sweet-alert input:-ms-input-placeholder, .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #eb7514;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.04706) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 0;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px; } }
/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }
.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }
.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }
.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }
.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }
.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }
.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }
  .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg) \9; }
  .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg) \9; }

/* Success icon */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  color: #fff;
  width: 54px;
  height: 18px; }
  .la-ball-fall > div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .la-ball-fall.la-dark {
    color: #333; }
  .la-ball-fall > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite; }
    .la-ball-fall > div:nth-child(1) {
      -webkit-animation-delay: -200ms;
      -moz-animation-delay: -200ms;
      -o-animation-delay: -200ms;
      animation-delay: -200ms; }
    .la-ball-fall > div:nth-child(2) {
      -webkit-animation-delay: -100ms;
      -moz-animation-delay: -100ms;
      -o-animation-delay: -100ms;
      animation-delay: -100ms; }
    .la-ball-fall > div:nth-child(3) {
      -webkit-animation-delay: 0ms;
      -moz-animation-delay: 0ms;
      -o-animation-delay: 0ms;
      animation-delay: 0ms; }
  .la-ball-fall.la-sm {
    width: 26px;
    height: 8px; }
    .la-ball-fall.la-sm > div {
      width: 4px;
      height: 4px;
      margin: 2px; }
  .la-ball-fall.la-2x {
    width: 108px;
    height: 36px; }
    .la-ball-fall.la-2x > div {
      width: 20px;
      height: 20px;
      margin: 8px; }
  .la-ball-fall.la-3x {
    width: 162px;
    height: 54px; }
    .la-ball-fall.la-3x > div {
      width: 30px;
      height: 30px;
      margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 * http://juicystudio.com/article/screen-readers-display-none.php
 */
.is-hidden {
  display: none !important;
  visibility: hidden; }

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

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

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

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

#power_choice {
  width: 75%;
  margin: 0 auto; }

.blue_title {
  background-color: #00628B;
  color: #FFF;
  text-align: center;
  padding: 5px;
  text-transform: uppercase; }

.border_block {
  border: 1px solid #E1E1E1;
  border-top: 0 none;
  padding: 10px; }
  .border_block td {
    color: #5D5A55;
    font-size: 14px;
    font-size: 0.875rem; }
  .border_block .table {
    display: flex;
    flex-flow: column;
    align-items: stretch; }
    .border_block .table .column {
      text-align: center;
      color: #5D5A55;
      font-size: 14px;
      font-size: 0.875rem;
      flex-grow: 1; }
      .border_block .table .column .img__container {
        height: 85px;
        position: relative; }
        .border_block .table .column .img__container img {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
        .border_block .table .column .img__container.blue__arrow {
          height: auto;
          padding-top: 20px; }
          .border_block .table .column .img__container.blue__arrow img {
            transform-origin: 50% 50%;
            transform: rotate(90deg);
            position: relative; }
    @media screen and (min-width: 48em) {
      .border_block .table {
        flex-flow: row; }
        .border_block .table .column .img__container.blue__arrow {
          transform: translate(0%, 130%);
          padding-top: 0; }
          .border_block .table .column .img__container.blue__arrow img {
            transform: rotate(0deg); } }

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