* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.animated:nth-child(1n) {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important; }

.animated:nth-child(2n) {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important; }

.animated:nth-child(3n) {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important; }

.animated:nth-child(5) {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

.tns-outer {
  padding: 0 !important; }

.tns-outer [hidden] {
  display: none !important; }

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer; }

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%); }

.tns-slider {
  -webkit-transition: all 0s;
  transition: all 0s; }

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.tns-horizontal.tns-subpixel {
  white-space: nowrap; }

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal; }

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both; }

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%; }

.tns-no-calc {
  position: relative;
  left: 0; }

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px; }

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -webkit-transition: opacity 0s, -webkit-transform 0s;
  transition: opacity 0s, -webkit-transform 0s;
  transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s, -webkit-transform 0s; }

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6; }

.tns-lazy-img.loaded {
  opacity: 1; }

.tns-ah {
  -webkit-transition: height 0s;
  transition: height 0s; }

.tns-ovh {
  overflow: hidden; }

.tns-hdx {
  overflow-x: hidden; }

.tns-hdy {
  overflow-y: hidden; }

.tns-visually-hidden {
  position: absolute;
  left: -10000em; }

.tns-transparent {
  opacity: 0;
  visibility: hidden; }

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0; }

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1; }

.hero-banner, .hero-banner .slogan, .hero-banner .desc, .header .logo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  color: #2B2D3A;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin: 0 0 20px; }

h1,
.alpha {
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.2;
  color: #2B2D3A; }

h2,
.beta {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5; }

h3,
.gamma {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.71429; }

h4,
.delta {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.14286; }

h5,
.epsilon {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333; }

h6,
.zeta {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

* {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: "Lato", sans-serif;
  font-size: 0.8em;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  overflow-y: scroll;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

@media screen and (min-width: 80em) {
  html {
    font-size: 1em; } }

hr {
  border: none;
  border-bottom: 1px solid #626574;
  margin-bottom: 23px; }

blockquote {
  margin: 0 2.5em;
  font-style: italic;
  color: #626574; }

abbr {
  cursor: help; }

acronym {
  text-transform: uppercase;
  border-bottom: 1px dashed #666;
  cursor: help; }

/* Delete and insert */
ins, dfn {
  font-style: italic;
  text-decoration: none;
  border-bottom: 1px solid #666; }

a {
  -webkit-transition: all 0.2s 0.05s linear;
  transition: all 0.2s 0.05s linear;
  color: #2B2D3A;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:active, a:focus {
    text-decoration: underline; }

.container {
  width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.hero-banner {
  background-image: url("../img/comex_mob_bg.jpg");
  width: 100%;
  min-height: 100vh;
  position: relative; }
  @media (min-width: 768px) {
    .hero-banner {
      background-image: url("../img/comex_bg.jpg");
      min-height: 700px; } }
  .hero-banner .caption {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .hero-banner .slogan {
    background-image: url("../img/comex_mob_txt1.png");
    margin-bottom: 30px;
    width: 320px;
    height: 125px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .hero-banner .slogan {
        background-image: url("../img/comex_txt1.png");
        width: 600px;
        height: 234px;
        margin-bottom: 60px; } }
    @media (min-width: 992px) {
      .hero-banner .slogan {
        width: 725px;
        height: 284px; } }
  .hero-banner .desc {
    background-image: url("../img/comex_mob_txt2.png");
    width: 320px;
    height: 140px; }
    @media (min-width: 768px) {
      .hero-banner .desc {
        background-image: url("../img/comex_txt2.png");
        width: 600px;
        height: 88px; } }
    @media (min-width: 992px) {
      .hero-banner .desc {
        width: 874px;
        height: 128px; } }

.content {
  padding: 50px 0; }
  @media (min-width: 768px) {
    .content {
      padding: 100px 0; } }

.section-title {
  text-align: center;
  padding: 0 15px 30px;
  color: #2B2D3A;
  font-size: 2.25em;
  line-height: 1.25em;
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold; }
  .section-title--hasSub {
    padding-bottom: 10px; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 3em; } }

.section-subtitle {
  text-align: center;
  color: #626574;
  font-size: 1.125em;
  padding: 0 15px;
  line-height: 1.25em; }
  @media (min-width: 768px) {
    .section-subtitle {
      font-size: 2em; } }

.plan-section {
  position: relative;
  margin: 50px 15px 50px;
  background: #303442;
  padding: 50px 20px 60px 20px; }
  @media (min-width: 768px) {
    .plan-section {
      padding: 100px 100px 60px 100px;
      margin: 100px 0 100px; } }
  .plan-section__title {
    position: absolute;
    top: 0;
    left: 50%;
    background: #E5D4C2;
    color: #2B2D3A;
    font-size: 1.5em;
    padding: 20px 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    white-space: nowrap;
    font-weight: bold; }
    @media (min-width: 768px) {
      .plan-section__title {
        font-size: 1.5em; } }
    @media (min-width: 992px) {
      .plan-section__title {
        font-size: 1.875em; } }
  .plan-section__price {
    white-space: nowrap;
    color: #FAA31A;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px; }
    .plan-section__price span {
      font-size: 4.5em; }
      .plan-section__price span:last-child {
        font-size: 1.875em;
        color: #E5D4C2; }
      @media (min-width: 768px) {
        .plan-section__price span {
          font-size: 7.5em; } }
  .plan-section .plan-introduce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .plan-section .plan-introduce__item {
      color: #FAA31A;
      margin-bottom: 30px; }
      .plan-section .plan-introduce__item p {
        font-size: 2.375em;
        font-weight: bold;
        text-align: center; }
        .plan-section .plan-introduce__item p:first-child {
          font-size: 1.275em;
          color: #E5D4C2;
          line-height: 0.75; }
    @media (min-width: 768px) {
      .plan-section .plan-introduce {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-bottom: 30px; }
        .plan-section .plan-introduce p {
          font-size: 3.375em; }
          .plan-section .plan-introduce p:first-child {
            font-size: 1.875em; } }
  .plan-section .plan-notice {
    text-align: center;
    color: #E5D4C2;
    font-size: 1em; }
    @media (min-width: 768px) {
      .plan-section .plan-notice {
        font-size: 1.5em; } }

.form-general {
  margin-top: 40px;
  padding: 0 15px; }
  @media (min-width: 768px) {
    .form-general {
      padding: 0;
      margin-top: 80px; } }
  .form-general .form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .form-general .form-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .form-general .form-label {
    color: #2B2D3A;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: bold;
    padding: 0;
    width: 100%;
    min-width: 250px; }
    .form-general .form-label span {
      font-size: 0.675em;
      color: #626574;
      margin: 0 5px; }
    @media (min-width: 768px) {
      .form-general .form-label {
        padding: 15px 0;
        width: 30%; } }
  .form-general .form-field {
    width: 100%; }
    @media (min-width: 768px) {
      .form-general .form-field {
        width: 70%; } }
  .form-general .form-input {
    border: none;
    border-bottom: 1px solid #D5D6E2;
    width: 100%;
    padding: 15px 0 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .form-general .form-input:focus {
      outline: none;
      border-color: #2B2D3A; }
    .form-general .form-input.js-input-error, .form-general .form-input.js-email-error {
      border-color: red; }
    @media (min-width: 768px) {
      .form-general .form-input {
        width: 100%;
        padding: 15px 0; } }
  .form-general .custom-radio {
    position: relative;
    color: #626574;
    vertical-align: top;
    margin-right: 55px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    font-size: 1em;
    line-height: 28px;
    padding: 15px 0; }
    .form-general .custom-radio input {
      opacity: 0;
      filter: alpha(opacity=0);
      width: 0;
      height: 0;
      position: absolute; }
      .form-general .custom-radio input:checked + span:before {
        background: #29AAE1; }
      .form-general .custom-radio input:checked + span {
        border-color: #29AAE1; }
    .form-general .custom-radio > span {
      display: inline-block;
      width: 30px;
      height: 30px;
      background: #eeeeee;
      border: 1px solid #dcdcdc;
      margin-right: 10px;
      position: relative;
      border-radius: 50%;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      float: left; }
      .form-general .custom-radio > span:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        background: white;
        border-radius: 50%;
        top: 4px;
        left: 4px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
    .form-general .custom-radio:last-child {
      margin-right: 0; }
  .form-general .btn-default {
    width: 100%;
    display: block;
    background: #7BACD5;
    display: block;
    text-align: center;
    padding: 15px;
    font-size: 1.5em;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .form-general .btn-default:hover, .form-general .btn-default:active, .form-general .btn-default:focus {
      background: #29AAE1;
      text-decoration: none; }
  .form-general .error-msg {
    position: fixed;
    display: none;
    background: rgba(255, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 15px;
    color: white;
    font-weight: bold; }
    .form-general .error-msg .close {
      cursor: pointer;
      position: absolute;
      right: 0;
      top: 50%;
      width: 32px;
      height: 32px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .form-general .error-msg .close:before, .form-general .error-msg .close:after {
        position: absolute;
        left: 15px;
        content: ' ';
        height: 33px;
        width: 2px;
        background-color: white; }
      .form-general .error-msg .close:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .form-general .error-msg .close:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.thankyou_message {
  text-align: center;
  max-width: 800px;
  margin: 0 auto; }

.header {
  padding: 25px 0;
  overflow: hidden;
  text-align: right; }
  .header .logo {
    width: 300px;
    height: 27px;
    background-image: url(../img/logo.png);
    float: left; }
  .header .actions {
    display: none;
    font-size: 1.125em;
    color: #626574;
    margin-top: 12px; }
    .header .actions a {
      color: #7BACD5;
      display: inline-block;
      margin: 0 5px; }
      .header .actions a:last-child {
        margin-left: 15px;
        padding-left: 15px;
        position: relative; }
        .header .actions a:last-child:before {
          content: '';
          position: absolute;
          left: 0;
          top: 5px;
          bottom: 5px;
          border-left: 1px solid #7BACD5; }
  @media (min-width: 768px) {
    .header .logo {
      width: 380px;
      height: 35px; }
    .header .actions {
      display: inline-block; } }

.footer {
  border-top: 1px solid #D5D6E2;
  padding: 25px 15px;
  text-align: center;
  font-size: 0.875em; }
  @media (min-width: 768px) {
    .footer {
      padding: 45px 15px;
      font-size: 1.125em; } }
