@import url(http://fonts.googleapis.com/css?family=Exo:300,600|Titillium+Web:600,400|Open+Sans);
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
/* line 5, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*
* Skeleton-SASS V1.0
* Copyright 2012 by Michael Lazer-Walker
* https://github.com/lazerwalker/Skeleton-Sass
*
* customized with centered classes
*
*
* Based off of Skeleton v1.1:
* https://github.com/dhgamache/Skeleton
*
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
*/
/* #Variable Definitions
================================================== */
/* line 31, ../../../_/sass/_skeleton.scss */
.container {
  transition: all .2s linear; }

/* Grid
================================================== */
/* centered columns */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, ../../../_/sass/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

/* line 19, ../../../_/sass/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* FlexSlider Necessary Styles
*********************************/
/* line 39, ../../../_/sass/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0; }

/* line 40, ../../../_/sass/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  height: auto; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 41, ../../../_/sass/_flexslider.scss */
.flexslider .slides img {
  max-width: 100%;
  height: auto;
  display: block; }

/* line 42, ../../../_/sass/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
/* line 45, ../../../_/sass/_flexslider.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

/* line 46, ../../../_/sass/_flexslider.scss */
html[xmlns] .slides {
  display: block; }

/* line 47, ../../../_/sass/_flexslider.scss */
* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
/* line 52, ../../../_/sass/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
/* line 56, ../../../_/sass/_flexslider.scss */
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

/* line 57, ../../../_/sass/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

/* line 58, ../../../_/sass/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px; }

/* line 59, ../../../_/sass/_flexslider.scss */
.flexslider .slides {
  zoom: 1; }

/* line 60, ../../../_/sass/_flexslider.scss */
.carousel li {
  margin-right: 5px; }

/* Direction Nav */
/* line 63, ../../../_/sass/_flexslider.scss */
.flex-direction-nav {
  *height: 0; }

/* line 64, ../../../_/sass/_flexslider.scss */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

/* line 65, ../../../_/sass/_flexslider.scss */
.flex-direction-nav .flex-prev {
  left: -50px; }

/* line 66, ../../../_/sass/_flexslider.scss */
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

/* line 67, ../../../_/sass/_flexslider.scss */
.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

/* line 68, ../../../_/sass/_flexslider.scss */
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

/* line 69, ../../../_/sass/_flexslider.scss */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

/* line 70, ../../../_/sass/_flexslider.scss */
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

/* line 71, ../../../_/sass/_flexslider.scss */
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001'; }

/* line 72, ../../../_/sass/_flexslider.scss */
.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
/* line 75, ../../../_/sass/_flexslider.scss */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

/* line 76, ../../../_/sass/_flexslider.scss */
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

/* line 77, ../../../_/sass/_flexslider.scss */
.flex-pauseplay a:hover {
  opacity: 1; }

/* line 78, ../../../_/sass/_flexslider.scss */
.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
/* line 81, ../../../_/sass/_flexslider.scss */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

/* line 82, ../../../_/sass/_flexslider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

/* line 83, ../../../_/sass/_flexslider.scss */
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

/* line 84, ../../../_/sass/_flexslider.scss */
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

/* line 85, ../../../_/sass/_flexslider.scss */
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

/* line 87, ../../../_/sass/_flexslider.scss */
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

/* line 88, ../../../_/sass/_flexslider.scss */
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

/* line 89, ../../../_/sass/_flexslider.scss */
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

/* line 90, ../../../_/sass/_flexslider.scss */
.flex-control-thumbs img:hover {
  opacity: 1; }

/* line 91, ../../../_/sass/_flexslider.scss */
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  /* line 94, ../../../_/sass/_flexslider.scss */
  .flex-direction-nav .flex-prev {
    display: none;
    left: 10px; }

  /* line 95, ../../../_/sass/_flexslider.scss */
  .flex-direction-nav .flex-next {
    display: none;
    right: 10px; } }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
/* line 2, ../../../_/sass/_fancybox.scss */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

/* line 20, ../../../_/sass/_fancybox.scss */
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

/* line 27, ../../../_/sass/_fancybox.scss */
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

/* line 37, ../../../_/sass/_fancybox.scss */
.fancybox-opened {
  z-index: 8030; }

/* line 41, ../../../_/sass/_fancybox.scss */
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

/* line 47, ../../../_/sass/_fancybox.scss */
.fancybox-outer, .fancybox-inner {
  position: relative; }

/* line 51, ../../../_/sass/_fancybox.scss */
.fancybox-inner {
  overflow: hidden; }

/* line 55, ../../../_/sass/_fancybox.scss */
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

/* line 59, ../../../_/sass/_fancybox.scss */
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

/* line 67, ../../../_/sass/_fancybox.scss */
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

/* line 73, ../../../_/sass/_fancybox.scss */
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

/* line 78, ../../../_/sass/_fancybox.scss */
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("fancybox_sprite.png"); }

/* line 82, ../../../_/sass/_fancybox.scss */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

/* line 94, ../../../_/sass/_fancybox.scss */
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat; }

/* line 100, ../../../_/sass/_fancybox.scss */
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

/* line 110, ../../../_/sass/_fancybox.scss */
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

/* line 122, ../../../_/sass/_fancybox.scss */
.fancybox-prev {
  left: 0; }

/* line 126, ../../../_/sass/_fancybox.scss */
.fancybox-next {
  right: 0; }

/* line 130, ../../../_/sass/_fancybox.scss */
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

/* line 141, ../../../_/sass/_fancybox.scss */
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

/* line 146, ../../../_/sass/_fancybox.scss */
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

/* line 151, ../../../_/sass/_fancybox.scss */
.fancybox-nav:hover span {
  visibility: visible; }

/* line 155, ../../../_/sass/_fancybox.scss */
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
/* line 167, ../../../_/sass/_fancybox.scss */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

/* line 172, ../../../_/sass/_fancybox.scss */
.fancybox-lock body {
  overflow: hidden !important; }

/* line 176, ../../../_/sass/_fancybox.scss */
.fancybox-lock-test {
  overflow-y: hidden !important; }

/* line 180, ../../../_/sass/_fancybox.scss */
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("fancybox_overlay.png"); }

/* line 190, ../../../_/sass/_fancybox.scss */
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

/* line 196, ../../../_/sass/_fancybox.scss */
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
/* line 203, ../../../_/sass/_fancybox.scss */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

/* line 211, ../../../_/sass/_fancybox.scss */
.fancybox-opened .fancybox-title {
  visibility: visible; }

/* line 215, ../../../_/sass/_fancybox.scss */
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

/* line 224, ../../../_/sass/_fancybox.scss */
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

/* line 240, ../../../_/sass/_fancybox.scss */
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

/* line 246, ../../../_/sass/_fancybox.scss */
.fancybox-title-inside-wrap {
  padding-top: 10px; }

/* line 250, ../../../_/sass/_fancybox.scss */
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 265, ../../../_/sass/_fancybox.scss */
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }

  /* line 270, ../../../_/sass/_fancybox.scss */
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
/* line 1, ../../../_/sass/_base.scss */
html {
  overflow-x: hidden; }

/* line 2, ../../../_/sass/_base.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 1.375em;
  line-height: 160%;
  color: #363636;
  overflow-x: hidden; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 2, ../../../_/sass/_base.scss */
    body {
      font-size: 1.25em; } }
  @media only screen and (max-width: 767px) {
    /* line 2, ../../../_/sass/_base.scss */
    body {
      font-size: 1em; } }

/* line 12, ../../../_/sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  font-weight: normal;
  color: #cf102d; }

/* line 18, ../../../_/sass/_base.scss */
h1, h2 {
  font-size: 4em;
  margin-bottom: .4rem;
  padding-top: 10px;
  line-height: 1em;
  color: #cf102d; }

/* line 27, ../../../_/sass/_base.scss */
h2 {
  font-size: 2.25em; }

/* line 31, ../../../_/sass/_base.scss */
h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2em;
  color: #244c5a;
  line-height: 1.2em; }

/* line 38, ../../../_/sass/_base.scss */
h4 {
  font-family: "Exo", sans-serif;
  font-size: 1.6em;
  color: #37b0c9;
  font-weight: 600; }

/* line 45, ../../../_/sass/_base.scss */
h5 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1em;
  font-weight: 700;
  color: #37b0c9;
  margin-bottom: 12px; }

/* line 53, ../../../_/sass/_base.scss */
h6 {
  font-family: "Titillium Web", sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  color: #cf102d;
  margin-bottom: 8px; }

/* line 61, ../../../_/sass/_base.scss */
a {
  text-decoration: none;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

/* line 66, ../../../_/sass/_base.scss */
a.fa {
  color: #FFFFFF; }

/* line 69, ../../../_/sass/_base.scss */
a.fa:hover {
  color: #37b0c9; }

/* line 72, ../../../_/sass/_base.scss */
p {
  margin-bottom: 24px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #244c5a; }

/* line 80, ../../../_/sass/_base.scss */
sup {
  position: relative;
  font-size: .7em;
  bottom: .5em; }

/* line 86, ../../../_/sass/_base.scss */
.intro {
  font-size: 1.7em;
  line-height: 1.4em;
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  color: #244c5a;
  margin-top: 40px; }

/* line 1, ../../../_/sass/_modules.scss */
.flexslider {
  box-shadow: none; }

/* line 2, ../../../_/sass/_modules.scss */
.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 0 0 30px 0; }
  /* line 49, ../../../_/sass/_skeleton.scss */
  .container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 1280px) {
    /* line 2, ../../../_/sass/_modules.scss */
    .container {
      width: 1180px; } }
  @media only screen and (min-width: 768px) and (max-width: 961px) {
    /* line 2, ../../../_/sass/_modules.scss */
    .container {
      width: 728px; } }
  @media only screen and (max-width: 767px) {
    /* line 2, ../../../_/sass/_modules.scss */
    .container {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 2, ../../../_/sass/_modules.scss */
    .container {
      width: 420px; } }

/* line 7, ../../../_/sass/_modules.scss */
.blue-panel {
  display: block;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  background: #244c5a; }

/* line 15, ../../../_/sass/_modules.scss */
.grey-panel, .white-panel {
  display: block;
  width: 100%;
  margin: 0;
  padding: 35px 0;
  background-color: #ebebeb; }
  /* line 21, ../../../_/sass/_modules.scss */
  .grey-panel p, .white-panel p {
    text-align: left;
    font-size: .72em;
    line-height: 1.4em;
    margin-top: 15px; }
  /* line 27, ../../../_/sass/_modules.scss */
  .grey-panel h2, .white-panel h2 {
    margin-bottom: 40px; }

/* line 30, ../../../_/sass/_modules.scss */
.white-panel {
  background-color: transparent; }
  /* line 32, ../../../_/sass/_modules.scss */
  .white-panel p {
    color: #363636; }
  /* line 33, ../../../_/sass/_modules.scss */
  .white-panel input[type=input], .white-panel input[type=email] {
    display: block;
    border: 1px solid #cf102d;
    border-width: 1px 0 1px 1px;
    background: transparent;
    font-size: 1.25em;
    padding: 7px 21px;
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 450px;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
    height: 65px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      /* line 33, ../../../_/sass/_modules.scss */
      .white-panel input[type=input], .white-panel input[type=email] {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 33, ../../../_/sass/_modules.scss */
      .white-panel input[type=input], .white-panel input[type=email] {
        width: 560px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 33, ../../../_/sass/_modules.scss */
      .white-panel input[type=input], .white-panel input[type=email] {
        width: 334px; } }
    @media only screen and (max-width: 767px) {
      /* line 33, ../../../_/sass/_modules.scss */
      .white-panel input[type=input], .white-panel input[type=email] {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 33, ../../../_/sass/_modules.scss */
      .white-panel input[type=input], .white-panel input[type=email] {
        width: 420px; } }
  /* line 47, ../../../_/sass/_modules.scss */
  .white-panel a, .white-panel input[type=submit] {
    display: inline-block;
    font-family: "Titillium Web", sans-serif;
    text-transform: uppercase;
    color: #cf102d;
    background-color: transparent;
    border: 1px solid #cf102d;
    height: 65px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 26px;
    cursor: pointer; }
    /* line 58, ../../../_/sass/_modules.scss */
    .white-panel a:hover, .white-panel input[type=submit]:hover {
      background-color: #cf102d;
      color: #FFFFFF; }
  /* line 63, ../../../_/sass/_modules.scss */
  .white-panel .submit-button {
    margin: 0;
    font-size: 100%; }
  /* line 67, ../../../_/sass/_modules.scss */
  .white-panel h2 {
    margin-bottom: 20px; }

/* line 70, ../../../_/sass/_modules.scss */
.red-btn {
  display: inline-block;
  margin-top: 12px;
  border: 1px solid #cf102d;
  padding: 7px 12px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  color: #cf102d;
  width: auto; }
  /* line 81, ../../../_/sass/_modules.scss */
  .red-btn:hover {
    background-color: #cf102d;
    color: #FFFFFF; }

/* line 87, ../../../_/sass/_modules.scss */
.blue-btn {
  border: 1px solid #37b0c9;
  padding: 7px 12px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #37b0c9;
  width: auto; }
  /* line 96, ../../../_/sass/_modules.scss */
  .blue-btn:hover {
    background-color: #37b0c9;
    color: #FFFFFF; }

/* line 102, ../../../_/sass/_modules.scss */
.grey-btn {
  display: block;
  border: 1px solid #363636;
  padding: 7px 12px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #363636;
  width: auto;
  overflow: hidden;
  *zoom: 1; }
  /* line 111, ../../../_/sass/_modules.scss */
  .grey-btn:hover {
    background-color: #363636;
    color: #FFFFFF; }

/* line 118, ../../../_/sass/_modules.scss */
.white-btn {
  display: block;
  border: 1px solid #FFFFFF;
  padding: 7px 12px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  width: auto;
  overflow: hidden;
  *zoom: 1; }
  /* line 127, ../../../_/sass/_modules.scss */
  .white-btn:hover {
    background-color: #37b0c9;
    color: #FFFFFF; }

/* line 134, ../../../_/sass/_modules.scss */
.top-bnr {
  background-image: url('../images/about-bg.jpg?1411953093');
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  height: 350px;
  display: block;
  overflow: hidden;
  *zoom: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 40px; }
  /* line 145, ../../../_/sass/_modules.scss */
  .top-bnr h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    margin-top: 70px;
    margin-bottom: 40px;
    line-height: .9em; }
    /* line 49, ../../../_/sass/_skeleton.scss */
    .top-bnr h1:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media only screen and (min-width: 1280px) {
      /* line 145, ../../../_/sass/_modules.scss */
      .top-bnr h1 {
        width: 1180px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 145, ../../../_/sass/_modules.scss */
      .top-bnr h1 {
        width: 728px; } }
    @media only screen and (max-width: 767px) {
      /* line 145, ../../../_/sass/_modules.scss */
      .top-bnr h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 145, ../../../_/sass/_modules.scss */
      .top-bnr h1 {
        width: 420px; } }

/* line 157, ../../../_/sass/_modules.scss */
header {
  display: block;
  width: 100%; }
  /* line 160, ../../../_/sass/_modules.scss */
  header a {
    color: #FFFFFF; }
  /* line 161, ../../../_/sass/_modules.scss */
  header a:hover {
    color: #37b0c9; }

/* line 164, ../../../_/sass/_modules.scss */
.above-nav {
  display: block;
  width: 100%;
  background-color: #636363;
  text-align: right;
  font-size: .7em; }
  /* line 170, ../../../_/sass/_modules.scss */
  .above-nav .call-login {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    display: block;
    list-style: none;
    text-align: right;
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif; }
    /* line 49, ../../../_/sass/_skeleton.scss */
    .above-nav .call-login:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media only screen and (min-width: 1280px) {
      /* line 170, ../../../_/sass/_modules.scss */
      .above-nav .call-login {
        width: 1180px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 170, ../../../_/sass/_modules.scss */
      .above-nav .call-login {
        width: 728px; } }
    @media only screen and (max-width: 767px) {
      /* line 170, ../../../_/sass/_modules.scss */
      .above-nav .call-login {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 170, ../../../_/sass/_modules.scss */
      .above-nav .call-login {
        width: 420px; } }
    /* line 177, ../../../_/sass/_modules.scss */
    .above-nav .call-login li {
      display: inline-block;
      margin-left: 12px; }
      /* line 180, ../../../_/sass/_modules.scss */
      .above-nav .call-login li .sm-icon {
        width: 20px;
        position: relative;
        top: 4px; }

/* line 189, ../../../_/sass/_modules.scss */
.main-nav {
  display: block;
  width: 100%;
  background-color: #ebebeb;
  padding: 12px 0; }
  /* line 194, ../../../_/sass/_modules.scss */
  .main-nav .container {
    padding: 0; }

/* line 196, ../../../_/sass/_modules.scss */
.main-logo {
  padding-top: 15px;
  float: left;
  position: relative;
  /* for centered class */
  margin-left: 15px;
  margin-right: 15px;
  *display: inline;
  width: 120px;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    /* line 196, ../../../_/sass/_modules.scss */
    .main-logo {
      margin: 0; } }
  @media only screen and (min-width: 1280px) {
    /* line 196, ../../../_/sass/_modules.scss */
    .main-logo {
      width: 154.375px; } }
  @media only screen and (min-width: 768px) and (max-width: 961px) {
    /* line 196, ../../../_/sass/_modules.scss */
    .main-logo {
      width: 83.75px; } }
  @media only screen and (max-width: 767px) {
    /* line 196, ../../../_/sass/_modules.scss */
    .main-logo {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 196, ../../../_/sass/_modules.scss */
    .main-logo {
      width: 420px; } }
  /* line 199, ../../../_/sass/_modules.scss */
  .main-logo img {
    width: 100%; }

/* line 202, ../../../_/sass/_modules.scss */
nav {
  float: left;
  position: relative;
  /* for centered class */
  margin-left: 15px;
  margin-right: 15px;
  *display: inline;
  width: 720px;
  margin-right: 0; }
  @media only screen and (max-width: 767px) {
    /* line 202, ../../../_/sass/_modules.scss */
    nav {
      margin: 0; } }
  @media only screen and (min-width: 1280px) {
    /* line 202, ../../../_/sass/_modules.scss */
    nav {
      width: 891.875px; } }
  @media only screen and (min-width: 768px) and (max-width: 961px) {
    /* line 202, ../../../_/sass/_modules.scss */
    nav {
      width: 538.75px; } }
  @media only screen and (max-width: 767px) {
    /* line 202, ../../../_/sass/_modules.scss */
    nav {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 202, ../../../_/sass/_modules.scss */
    nav {
      width: 420px; } }
  /* line 205, ../../../_/sass/_modules.scss */
  nav .main-menu {
    display: block;
    list-style: none;
    width: 100%;
    text-align: left;
    margin-top: 15px; }
    /* line 211, ../../../_/sass/_modules.scss */
    nav .main-menu li {
      display: inline-block;
      font-family: "Titillium Web", sans-serif; }
      /* line 214, ../../../_/sass/_modules.scss */
      nav .main-menu li a {
        display: block;
        padding: 7px 12px;
        font-size: 0.8em;
        color: #363636;
        font-weight: 600; }
        /* line 220, ../../../_/sass/_modules.scss */
        nav .main-menu li a:hover, nav .main-menu li a.active {
          color: #FFFFFF;
          background-color: #37b0c9;
          text-decoration: none; }

/* line 232, ../../../_/sass/_modules.scss */
footer {
  background-color: #363636;
  padding: 35px 0 15px 0; }
  /* line 235, ../../../_/sass/_modules.scss */
  footer img {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 60px; }
    @media only screen and (max-width: 767px) {
      /* line 235, ../../../_/sass/_modules.scss */
      footer img {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 235, ../../../_/sass/_modules.scss */
      footer img {
        width: 80.625px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 235, ../../../_/sass/_modules.scss */
      footer img {
        width: 38.25px; } }
    @media only screen and (max-width: 767px) {
      /* line 235, ../../../_/sass/_modules.scss */
      footer img {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 235, ../../../_/sass/_modules.scss */
      footer img {
        width: 420px; } }
  /* line 237, ../../../_/sass/_modules.scss */
  footer p {
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif;
    font-size: .8em;
    line-height: 1.4em; }
  /* line 244, ../../../_/sass/_modules.scss */
  footer .address {
    margin-left: 0;
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 150px; }
    /* line 245, ../../../_/sass/_modules.scss */
    footer .address strong {
      font-weight: 600; }
    @media only screen and (max-width: 767px) {
      /* line 244, ../../../_/sass/_modules.scss */
      footer .address {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 244, ../../../_/sass/_modules.scss */
      footer .address {
        width: 191.25px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 244, ../../../_/sass/_modules.scss */
      footer .address {
        width: 106.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 244, ../../../_/sass/_modules.scss */
      footer .address {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 244, ../../../_/sass/_modules.scss */
      footer .address {
        width: 420px; } }
  /* line 250, ../../../_/sass/_modules.scss */
  footer .footer-menu {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 150px;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.9em;
    line-height: 1em; }
    @media only screen and (max-width: 767px) {
      /* line 250, ../../../_/sass/_modules.scss */
      footer .footer-menu {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 250, ../../../_/sass/_modules.scss */
      footer .footer-menu {
        width: 191.25px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 250, ../../../_/sass/_modules.scss */
      footer .footer-menu {
        width: 106.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 250, ../../../_/sass/_modules.scss */
      footer .footer-menu {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 250, ../../../_/sass/_modules.scss */
      footer .footer-menu {
        width: 420px; } }
    /* line 255, ../../../_/sass/_modules.scss */
    footer .footer-menu li {
      margin-bottom: 8px; }
    /* line 258, ../../../_/sass/_modules.scss */
    footer .footer-menu a {
      color: #FFFFFF; }
      /* line 260, ../../../_/sass/_modules.scss */
      footer .footer-menu a:hover {
        color: #37b0c9; }
  /* line 266, ../../../_/sass/_modules.scss */
  footer .account {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 150px;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-size: .8em; }
    /* line 267, ../../../_/sass/_modules.scss */
    footer .account img {
      position: relative;
      width: 22px;
      margin: 0 4px 0 0;
      top: 7px; }
    @media only screen and (max-width: 767px) {
      /* line 266, ../../../_/sass/_modules.scss */
      footer .account {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 266, ../../../_/sass/_modules.scss */
      footer .account {
        width: 191.25px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 266, ../../../_/sass/_modules.scss */
      footer .account {
        width: 106.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 266, ../../../_/sass/_modules.scss */
      footer .account {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 266, ../../../_/sass/_modules.scss */
      footer .account {
        width: 420px; } }
    /* line 277, ../../../_/sass/_modules.scss */
    footer .account a {
      color: #FFFFFF; }
      /* line 279, ../../../_/sass/_modules.scss */
      footer .account a:hover {
        color: #37b0c9; }
  /* line 283, ../../../_/sass/_modules.scss */
  footer .pricing {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 120px;
    padding-left: 60px;
    color: #37b0c9;
    font-family: "Titillium Web", sans-serif; }
    @media only screen and (max-width: 767px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        width: 154.375px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        width: 83.75px; } }
    @media only screen and (max-width: 767px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        width: 420px; } }
    @media only screen and (min-width: 1280px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        padding-left: 73.75px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        padding-left: 45.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 283, ../../../_/sass/_modules.scss */
      footer .pricing {
        padding-left: 0; } }
    /* line 288, ../../../_/sass/_modules.scss */
    footer .pricing .blue-btn {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 120px;
      padding: 4px 12px;
      text-align: center;
      margin-left: 0;
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        /* line 288, ../../../_/sass/_modules.scss */
        footer .pricing .blue-btn {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 288, ../../../_/sass/_modules.scss */
        footer .pricing .blue-btn {
          width: 154.375px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 288, ../../../_/sass/_modules.scss */
        footer .pricing .blue-btn {
          width: 83.75px; } }
      @media only screen and (max-width: 767px) {
        /* line 288, ../../../_/sass/_modules.scss */
        footer .pricing .blue-btn {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 288, ../../../_/sass/_modules.scss */
        footer .pricing .blue-btn {
          width: 420px; } }
      @media only screen and (max-width: 767px) {
        /* line 288, ../../../_/sass/_modules.scss */
        footer .pricing .blue-btn {
          margin: 1em 0; } }
  /* line 300, ../../../_/sass/_modules.scss */
  footer .copyright {
    color: #FFFFFF;
    display: inline-block;
    margin: 21px auto 0 auto;
    font-size: .6em;
    font-family: "Titillium Web", sans-serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 309, ../../../_/sass/_modules.scss */
  footer .row {
    margin-top: 24px; }
    /* line 312, ../../../_/sass/_modules.scss */
    footer .row img {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 90px;
      margin-left: 0; }
      @media only screen and (max-width: 767px) {
        /* line 312, ../../../_/sass/_modules.scss */
        footer .row img {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 312, ../../../_/sass/_modules.scss */
        footer .row img {
          width: 117.5px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 312, ../../../_/sass/_modules.scss */
        footer .row img {
          width: 61px; } }
      @media only screen and (max-width: 767px) {
        /* line 312, ../../../_/sass/_modules.scss */
        footer .row img {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 312, ../../../_/sass/_modules.scss */
        footer .row img {
          width: 420px; } }
      @media only screen and (max-width: 767px) {
        /* line 312, ../../../_/sass/_modules.scss */
        footer .row img {
          clear: both; } }
    /* line 320, ../../../_/sass/_modules.scss */
    footer .row .copyright-container {
      width: 49%;
      float: left; }
      @media only screen and (max-width: 767px) {
        /* line 320, ../../../_/sass/_modules.scss */
        footer .row .copyright-container {
          width: 100%;
          clear: both;
          margin: 1em 0; } }
    /* line 329, ../../../_/sass/_modules.scss */
    footer .row ul {
      width: 50%;
      float: right;
      text-align: right;
      color: #FFFFFF; }
      @media only screen and (max-width: 767px) {
        /* line 329, ../../../_/sass/_modules.scss */
        footer .row ul {
          width: 100%;
          clear: both;
          margin: 1em 0;
          text-align: left; } }
      /* line 342, ../../../_/sass/_modules.scss */
      footer .row ul li {
        font-size: .6em;
        display: inline-block; }
        /* line 345, ../../../_/sass/_modules.scss */
        footer .row ul li span {
          position: relative;
          top: 10px;
          margin-right: 7px; }
      /* line 351, ../../../_/sass/_modules.scss */
      footer .row ul .social {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-image: url('../images/social-icons.svg?1410234942');
        background-repeat: no-repeat;
        background-position: left top;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%; }
        /* line 361, ../../../_/sass/_modules.scss */
        footer .row ul .social:hover {
          opacity: .5; }
        /* line 363, ../../../_/sass/_modules.scss */
        footer .row ul .social a {
          display: block; }
      /* line 365, ../../../_/sass/_modules.scss */
      footer .row ul #twitter {
        background-position: -40px top; }
      /* line 366, ../../../_/sass/_modules.scss */
      footer .row ul #linkedin {
        background-position: -80px top; }
      /* line 367, ../../../_/sass/_modules.scss */
      footer .row ul #plus {
        background-position: -120px top; }

/* ============ HOMEPAGE =============== */
/* line 3, ../../../_/sass/_layout.scss */
.hero {
  display: block;
  width: 100%;
  position: relative;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  *zoom: 1;
  padding: 0;
  font-family: "Titillium Web", sans-serif; }
  /* line 8, ../../../_/sass/_layout.scss */
  .hero .hero-slider {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    border: none;
    background: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }
    /* line 16, ../../../_/sass/_layout.scss */
    .hero .hero-slider .flex-direction-nav li {
      position: static; }
    /* line 17, ../../../_/sass/_layout.scss */
    .hero .hero-slider .flex-direction-nav a {
      display: block;
      width: 40px;
      height: 40px;
      text-align: center; }
    /* line 25, ../../../_/sass/_layout.scss */
    .hero .hero-slider .flex-direction-nav a:before {
      font-size: 37px;
      position: relative; }
    /* line 34, ../../../_/sass/_layout.scss */
    .hero .hero-slider .flexslider:hover .flex-next {
      opacity: 0.7;
      right: 20px; }
    /* line 38, ../../../_/sass/_layout.scss */
    .hero .hero-slider .flexslider:hover .flex-prev {
      opacity: 0.7;
      left: 20px; }
    /* line 42, ../../../_/sass/_layout.scss */
    .hero .hero-slider ul {
      display: block;
      margin: 0;
      padding: 0;
      width: 100%; }
      /* line 47, ../../../_/sass/_layout.scss */
      .hero .hero-slider ul li {
        display: block;
        position: relative;
        padding: 0;
        margin: 0; }
        /* line 52, ../../../_/sass/_layout.scss */
        .hero .hero-slider ul li img {
          width: 100%;
          height: 100%; }
        /* line 56, ../../../_/sass/_layout.scss */
        .hero .hero-slider ul li .text-over {
          display: block;
          position: absolute;
          width: 100%;
          top: 90px;
          /* ADDED */ }
          @media only screen and (min-width: 768px) and (max-width: 1199px) {
            /* line 56, ../../../_/sass/_layout.scss */
            .hero .hero-slider ul li .text-over {
              top: 0; } }
          @media only screen and (max-width: 767px) {
            /* line 56, ../../../_/sass/_layout.scss */
            .hero .hero-slider ul li .text-over {
              top: 30px;
              font-size: 75%; } }
          /* line 69, ../../../_/sass/_layout.scss */
          .hero .hero-slider ul li .text-over h1 {
            font-size: 3em;
            margin-left: 15px; }
            @media only screen and (min-width: 768px) and (max-width: 1199px) {
              /* line 69, ../../../_/sass/_layout.scss */
              .hero .hero-slider ul li .text-over h1 {
                font-size: 2em; } }
            @media only screen and (max-width: 767px) {
              /* line 69, ../../../_/sass/_layout.scss */
              .hero .hero-slider ul li .text-over h1 {
                font-size: 2em; } }
          /* line 79, ../../../_/sass/_layout.scss */
          .hero .hero-slider ul li .text-over p {
            width: 48%; }
            @media only screen and (min-width: 768px) and (max-width: 1199px) {
              /* line 79, ../../../_/sass/_layout.scss */
              .hero .hero-slider ul li .text-over p {
                font-size: 1em; } }
            @media only screen and (max-width: 767px) {
              /* line 79, ../../../_/sass/_layout.scss */
              .hero .hero-slider ul li .text-over p {
                font-size: 1.2em;
                margin: 1em 0; } }
      /* line 91, ../../../_/sass/_layout.scss */
      .hero .hero-slider ul li#item02 h1 {
        font-size: 3em; }
        @media only screen and (min-width: 768px) and (max-width: 1199px) {
          /* line 91, ../../../_/sass/_layout.scss */
          .hero .hero-slider ul li#item02 h1 {
            font-size: 2em; } }
        @media only screen and (max-width: 767px) {
          /* line 91, ../../../_/sass/_layout.scss */
          .hero .hero-slider ul li#item02 h1 {
            font-size: 2em; } }
  /* line 107, ../../../_/sass/_layout.scss */
  .hero header {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
      /* line 107, ../../../_/sass/_layout.scss */
      .hero header {
        background-color: #ebebeb;
        position: relative; } }
    @media only screen and (max-width: 767px) {
      /* line 107, ../../../_/sass/_layout.scss */
      .hero header {
        background-color: #ebebeb;
        position: relative; } }
    /* line 124, ../../../_/sass/_layout.scss */
    .hero header a {
      color: #363636; }
    /* line 125, ../../../_/sass/_layout.scss */
    .hero header a:hover {
      color: #FFFFFF;
      font-weight: 600; }
    /* line 127, ../../../_/sass/_layout.scss */
    .hero header .header-logo {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 150px;
      margin-left: 0;
      padding: 58px 0 0 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        /* line 127, ../../../_/sass/_layout.scss */
        .hero header .header-logo {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 127, ../../../_/sass/_layout.scss */
        .hero header .header-logo {
          width: 191.25px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 127, ../../../_/sass/_layout.scss */
        .hero header .header-logo {
          width: 106.5px; } }
      @media only screen and (max-width: 767px) {
        /* line 127, ../../../_/sass/_layout.scss */
        .hero header .header-logo {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 127, ../../../_/sass/_layout.scss */
        .hero header .header-logo {
          width: 420px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        /* line 127, ../../../_/sass/_layout.scss */
        .hero header .header-logo {
          width: 150px; } }
      /* line 135, ../../../_/sass/_layout.scss */
      .hero header .header-logo img {
        width: 100%; }
    /* line 141, ../../../_/sass/_layout.scss */
    .hero header .top-right {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 750px;
      margin-right: 0;
      text-align: right;
      font-size: 0.7em;
      margin-top: 10px; }
      @media only screen and (max-width: 767px) {
        /* line 141, ../../../_/sass/_layout.scss */
        .hero header .top-right {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 141, ../../../_/sass/_layout.scss */
        .hero header .top-right {
          width: 928.75px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 141, ../../../_/sass/_layout.scss */
        .hero header .top-right {
          width: 561.5px; } }
      @media only screen and (max-width: 767px) {
        /* line 141, ../../../_/sass/_layout.scss */
        .hero header .top-right {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 141, ../../../_/sass/_layout.scss */
        .hero header .top-right {
          width: 420px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        /* line 141, ../../../_/sass/_layout.scss */
        .hero header .top-right {
          float: right;
          width: 75%; } }
      @media only screen and (max-width: 767px) {
        /* line 141, ../../../_/sass/_layout.scss */
        .hero header .top-right {
          clear: both;
          width: 100%;
          text-align: center; } }
      /* line 156, ../../../_/sass/_layout.scss */
      .hero header .top-right ul {
        display: block;
        list-style: none;
        text-align: right;
        width: 100%;
        font-weight: 700;
        overflow: hidden;
        *zoom: 1; }
        @media only screen and (max-width: 767px) {
          /* line 156, ../../../_/sass/_layout.scss */
          .hero header .top-right ul {
            text-align: center; } }
        /* line 166, ../../../_/sass/_layout.scss */
        .hero header .top-right ul li {
          display: inline-block;
          margin-left: 12px; }
          /* line 169, ../../../_/sass/_layout.scss */
          .hero header .top-right ul li .sm-icon {
            position: relative;
            top: 4px; }
          /* line 173, ../../../_/sass/_layout.scss */
          .hero header .top-right ul li a:hover {
            color: #37b0c9; }
    /* line 180, ../../../_/sass/_layout.scss */
    .hero header nav {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 750px;
      margin-left: 0; }
      @media only screen and (max-width: 767px) {
        /* line 180, ../../../_/sass/_layout.scss */
        .hero header nav {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 180, ../../../_/sass/_layout.scss */
        .hero header nav {
          width: 928.75px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 180, ../../../_/sass/_layout.scss */
        .hero header nav {
          width: 561.5px; } }
      @media only screen and (max-width: 767px) {
        /* line 180, ../../../_/sass/_layout.scss */
        .hero header nav {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 180, ../../../_/sass/_layout.scss */
        .hero header nav {
          width: 420px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        /* line 180, ../../../_/sass/_layout.scss */
        .hero header nav {
          width: 75%;
          float: right; } }
      /* line 187, ../../../_/sass/_layout.scss */
      .hero header nav ul {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 3.2%; }
        /* line 193, ../../../_/sass/_layout.scss */
        .hero header nav ul li {
          display: inline-block; }
          /* line 195, ../../../_/sass/_layout.scss */
          .hero header nav ul li a {
            display: block;
            padding: 7px 18px 12px 18px;
            font-size: 1em; }
            /* line 199, ../../../_/sass/_layout.scss */
            .hero header nav ul li a:hover {
              background-color: #37b0c9;
              font-weight: 700; }
    /* line 208, ../../../_/sass/_layout.scss */
    .hero header .search {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 210px;
      margin-right: 0;
      margin-top: 3%; }
      @media only screen and (max-width: 767px) {
        /* line 208, ../../../_/sass/_layout.scss */
        .hero header .search {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 208, ../../../_/sass/_layout.scss */
        .hero header .search {
          width: 265px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 208, ../../../_/sass/_layout.scss */
        .hero header .search {
          width: 152px; } }
      @media only screen and (max-width: 767px) {
        /* line 208, ../../../_/sass/_layout.scss */
        .hero header .search {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 208, ../../../_/sass/_layout.scss */
        .hero header .search {
          width: 420px; } }
      /* line 212, ../../../_/sass/_layout.scss */
      .hero header .search input[type=search] {
        display: block;
        width: 100%;
        -moz-border-radius: none;
        -webkit-border-radius: none;
        border-radius: none;
        color: #cf102d;
        font-family: "Titillium Web", sans-serif;
        background-color: rgba(0, 0, 0, 0.2);
        border: 1px solid #cf102d;
        font-size: .75em;
        font-weight: 600;
        padding: 7px; }
        /* line 61, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
        .hero header .search input[type=search]:-moz-placeholder {
          color: #cf102d;
          font-weight: 600;
          font-family: "Titillium Web", sans-serif; }
        /* line 64, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
        .hero header .search input[type=search]::-moz-placeholder {
          color: #cf102d;
          font-weight: 600;
          font-family: "Titillium Web", sans-serif; }
        /* line 67, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
        .hero header .search input[type=search]:-ms-input-placeholder {
          color: #cf102d;
          font-weight: 600;
          font-family: "Titillium Web", sans-serif; }
        /* line 56, ../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
        .hero header .search input[type=search]::-webkit-input-placeholder {
          color: #cf102d;
          font-weight: 600;
          font-family: "Titillium Web", sans-serif; }
  /* line 233, ../../../_/sass/_layout.scss */
  .hero h1 {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 570px;
    margin-left: 0;
    margin-top: 70px;
    line-height: .9em; }
    @media only screen and (max-width: 767px) {
      /* line 233, ../../../_/sass/_layout.scss */
      .hero h1 {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 233, ../../../_/sass/_layout.scss */
      .hero h1 {
        width: 707.5px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 233, ../../../_/sass/_layout.scss */
      .hero h1 {
        width: 425px; } }
    @media only screen and (max-width: 767px) {
      /* line 233, ../../../_/sass/_layout.scss */
      .hero h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 233, ../../../_/sass/_layout.scss */
      .hero h1 {
        width: 420px; } }
  /* line 239, ../../../_/sass/_layout.scss */
  .hero p {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 330px;
    margin-top: 15px;
    clear: left;
    color: #244c5a;
    font-size: 1.4em; }
    @media only screen and (max-width: 767px) {
      /* line 239, ../../../_/sass/_layout.scss */
      .hero p {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 239, ../../../_/sass/_layout.scss */
      .hero p {
        width: 412.5px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 239, ../../../_/sass/_layout.scss */
      .hero p {
        width: 243px; } }
    @media only screen and (max-width: 767px) {
      /* line 239, ../../../_/sass/_layout.scss */
      .hero p {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 239, ../../../_/sass/_layout.scss */
      .hero p {
        width: 420px; } }
  /* line 247, ../../../_/sass/_layout.scss */
  .hero .red-btn {
    float: left;
    clear: both;
    margin-left: 10px; }
    @media only screen and (max-width: 767px) {
      /* line 247, ../../../_/sass/_layout.scss */
      .hero .red-btn {
        margin-left: 0;
        font-size: 1em; } }

/* line 258, ../../../_/sass/_layout.scss */
.overview {
  text-align: center; }
  /* line 260, ../../../_/sass/_layout.scss */
  .overview p {
    text-align: left;
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.3em; }
    /* line 265, ../../../_/sass/_layout.scss */
    .overview p.intro {
      font-size: 1.7em;
      line-height: 1.2em; }
  /* line 270, ../../../_/sass/_layout.scss */
  .overview .blue-btn {
    display: inline-block;
    font-size: 1.3em;
    text-transform: none;
    margin: 20px auto 0 auto; }

/* line 278, ../../../_/sass/_layout.scss */
.home-benefit {
  padding: 50px 0 70px 0; }
  /* line 280, ../../../_/sass/_layout.scss */
  .home-benefit ul {
    display: block;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0;
    overflow: hidden;
    *zoom: 1; }
    /* line 286, ../../../_/sass/_layout.scss */
    .home-benefit ul li {
      /*      
            width:21%;
            padding:0 2%;
            float:left;
      */
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 210px;
      text-align: center;
      height: 320px; }
      @media only screen and (max-width: 767px) {
        /* line 286, ../../../_/sass/_layout.scss */
        .home-benefit ul li {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 286, ../../../_/sass/_layout.scss */
        .home-benefit ul li {
          width: 265px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 286, ../../../_/sass/_layout.scss */
        .home-benefit ul li {
          width: 152px; } }
      @media only screen and (max-width: 767px) {
        /* line 286, ../../../_/sass/_layout.scss */
        .home-benefit ul li {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 286, ../../../_/sass/_layout.scss */
        .home-benefit ul li {
          width: 420px; } }
      /* line 293, ../../../_/sass/_layout.scss */
      .home-benefit ul li:nth-child(4n+1) {
        margin-left: 0; }
      /* line 294, ../../../_/sass/_layout.scss */
      .home-benefit ul li:nth-child(4n) {
        margin-right: 0; }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
        /* line 286, ../../../_/sass/_layout.scss */
        .home-benefit ul li {
          float: left;
          position: relative;
          /* for centered class */
          margin-left: 15px;
          margin-right: 15px;
          *display: inline;
          width: 450px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
    /* line 286, ../../../_/sass/_layout.scss */
    .home-benefit ul li {
      margin: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 1280px) {
    /* line 286, ../../../_/sass/_layout.scss */
    .home-benefit ul li {
      width: 560px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 768px) and (max-width: 961px) {
    /* line 286, ../../../_/sass/_layout.scss */
    .home-benefit ul li {
      width: 334px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) and (max-width: 767px) {
    /* line 286, ../../../_/sass/_layout.scss */
    .home-benefit ul li {
      width: 300px; } }
  @media only screen and (min-width: 768px) and (max-width: 1199px) and (min-width: 480px) and (max-width: 767px) {
    /* line 286, ../../../_/sass/_layout.scss */
    .home-benefit ul li {
      width: 420px; } }
      @media only screen and (min-width: 768px) and (max-width: 1199px) {
          /* line 297, ../../../_/sass/_layout.scss */
          .home-benefit ul li:nth-child(8n+1) {
            margin-left: 0; }
          /* line 298, ../../../_/sass/_layout.scss */
          .home-benefit ul li:nth-child(8n) {
            margin-right: 0; } }
      /* line 302, ../../../_/sass/_layout.scss */
      .home-benefit ul li p {
        text-align: left;
        font-size: .72em;
        line-height: 1.4em;
        margin-top: 15px; }
      @media only screen and (max-width: 767px) {
        /* line 286, ../../../_/sass/_layout.scss */
        .home-benefit ul li {
          height: auto; }
          /* line 310, ../../../_/sass/_layout.scss */
          .home-benefit ul li p {
            font-size: 1em; } }

/* line 318, ../../../_/sass/_layout.scss */
.stats {
  display: block;
  width: 100%;
  background-image: url('../images/stat-bg.jpg?1409496112');
  background-repeat: no-repeat;
  background-position: center 20%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  *zoom: 1;
  padding: 50px 0 70px 0; }
  /* line 329, ../../../_/sass/_layout.scss */
  .stats ul {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif; }
    /* line 49, ../../../_/sass/_skeleton.scss */
    .stats ul:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media only screen and (min-width: 1280px) {
      /* line 329, ../../../_/sass/_layout.scss */
      .stats ul {
        width: 1180px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 329, ../../../_/sass/_layout.scss */
      .stats ul {
        width: 728px; } }
    @media only screen and (max-width: 767px) {
      /* line 329, ../../../_/sass/_layout.scss */
      .stats ul {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 329, ../../../_/sass/_layout.scss */
      .stats ul {
        width: 420px; } }
    /* line 333, ../../../_/sass/_layout.scss */
    .stats ul li {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 290px;
      overflow: hidden;
      *zoom: 1;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        /* line 333, ../../../_/sass/_layout.scss */
        .stats ul li {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 333, ../../../_/sass/_layout.scss */
        .stats ul li {
          width: 363.33333px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 333, ../../../_/sass/_layout.scss */
        .stats ul li {
          width: 212.66667px; } }
      @media only screen and (max-width: 767px) {
        /* line 333, ../../../_/sass/_layout.scss */
        .stats ul li {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 333, ../../../_/sass/_layout.scss */
        .stats ul li {
          width: 420px; } }
      /* line 337, ../../../_/sass/_layout.scss */
      .stats ul li span {
        font-family: "Exo", sans-serif;
        display: block; }
      /* line 341, ../../../_/sass/_layout.scss */
      .stats ul li .num-one {
        font-size: 4em;
        line-height: 1.05em;
        color: #FFFFFF; }
        /* line 345, ../../../_/sass/_layout.scss */
        .stats ul li .num-one em {
          color: #37b0c9; }
      /* line 347, ../../../_/sass/_layout.scss */
      .stats ul li .num-two {
        font-size: 5.5em;
        line-height: 1.24em;
        color: #FFFFFF; }
        /* line 351, ../../../_/sass/_layout.scss */
        .stats ul li .num-two em {
          color: #37b0c9; }
      /* line 353, ../../../_/sass/_layout.scss */
      .stats ul li .num-three {
        font-size: 4.8em;
        line-height: 1.3em;
        color: #FFFFFF; }
        /* line 357, ../../../_/sass/_layout.scss */
        .stats ul li .num-three em {
          color: #37b0c9; }
      /* line 359, ../../../_/sass/_layout.scss */
      .stats ul li p {
        line-height: 1.2em;
        margin: 0;
        color: #FFFFFF; }

/* line 364, ../../../_/sass/_layout.scss */
.home-options {
  padding: 50px 0 70px 0; }
  /* line 366, ../../../_/sass/_layout.scss */
  .home-options ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 40px 0 0 0;
    overflow: hidden;
    *zoom: 1;
    text-align: center; }
    /* line 373, ../../../_/sass/_layout.scss */
    .home-options ul li {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 290px;
      border: 1px solid #244c5a;
      padding: 45px 25px; }
      @media only screen and (max-width: 767px) {
        /* line 373, ../../../_/sass/_layout.scss */
        .home-options ul li {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 373, ../../../_/sass/_layout.scss */
        .home-options ul li {
          width: 363.33333px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 373, ../../../_/sass/_layout.scss */
        .home-options ul li {
          width: 212.66667px; } }
      @media only screen and (max-width: 767px) {
        /* line 373, ../../../_/sass/_layout.scss */
        .home-options ul li {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 373, ../../../_/sass/_layout.scss */
        .home-options ul li {
          width: 420px; } }
      /* line 378, ../../../_/sass/_layout.scss */
      .home-options ul li:first-child {
        margin-left: 0; }
      /* line 379, ../../../_/sass/_layout.scss */
      .home-options ul li h4 {
        margin: 0 0 10px 0;
        color: #244c5a; }
      @media only screen and (max-width: 767px) {
        /* line 373, ../../../_/sass/_layout.scss */
        .home-options ul li {
          margin-bottom: 30px; } }
      /* line 386, ../../../_/sass/_layout.scss */
      .home-options ul li .price {
        font-family: "Exo", sans-serif;
        font-size: 3em;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 1em;
        color: #244c5a; }
        /* line 394, ../../../_/sass/_layout.scss */
        .home-options ul li .price em {
          color: #37b0c9; }
      /* line 396, ../../../_/sass/_layout.scss */
      .home-options ul li strong {
        font-family: "Titillium Web", sans-serif;
        display: block;
        width: 100%;
        text-align: center;
        font-weight: 600;
        font-size: 1.2em;
        margin-bottom: 15px; }
      /* line 405, ../../../_/sass/_layout.scss */
      .home-options ul li p, .home-options ul li .starts {
        font-size: .75em;
        line-height: 1.4em;
        color: #363636;
        margin-bottom: 20px; }
      /* line 411, ../../../_/sass/_layout.scss */
      .home-options ul li .starts {
        margin-bottom: 0; }

/* line 421, ../../../_/sass/_layout.scss */
.slider {
  border: none;
  padding: 0px 0 0px 0;
  position: relative;
  margin: 0;
  background-color: transparent;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }
  /* line 426, ../../../_/sass/_layout.scss */
  .slider .flex-control-nav {
    bottom: -50px; }
  /* line 431, ../../../_/sass/_layout.scss */
  .slider .flex-direction-nav a:before {
    font-size: 37px; }
  /* line 435, ../../../_/sass/_layout.scss */
  .slider .testimonial-panel {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px; }
    /* line 49, ../../../_/sass/_skeleton.scss */
    .slider .testimonial-panel:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media only screen and (min-width: 1280px) {
      /* line 435, ../../../_/sass/_layout.scss */
      .slider .testimonial-panel {
        width: 1180px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 435, ../../../_/sass/_layout.scss */
      .slider .testimonial-panel {
        width: 728px; } }
    @media only screen and (max-width: 767px) {
      /* line 435, ../../../_/sass/_layout.scss */
      .slider .testimonial-panel {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 435, ../../../_/sass/_layout.scss */
      .slider .testimonial-panel {
        width: 420px; } }
    /* line 437, ../../../_/sass/_layout.scss */
    .slider .testimonial-panel li {
      position: relative;
      margin: 0 auto;
      padding: 0;
      width: 960px;
      display: none; }
      /* line 49, ../../../_/sass/_skeleton.scss */
      .slider .testimonial-panel li:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
      @media only screen and (min-width: 1280px) {
        /* line 437, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li {
          width: 1180px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 437, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li {
          width: 728px; } }
      @media only screen and (max-width: 767px) {
        /* line 437, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 437, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li {
          width: 420px; } }
      /* line 442, ../../../_/sass/_layout.scss */
      .slider .testimonial-panel li img {
        float: left;
        position: relative;
        /* for centered class */
        margin-left: 15px;
        margin-right: 15px;
        *display: inline;
        width: 120px;
        padding-left: 60px; }
        @media only screen and (max-width: 767px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            margin: 0; } }
        @media only screen and (min-width: 1280px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            width: 154.375px; } }
        @media only screen and (min-width: 768px) and (max-width: 961px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            width: 83.75px; } }
        @media only screen and (max-width: 767px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            width: 300px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            width: 420px; } }
        @media only screen and (min-width: 1280px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            padding-left: 73.75px; } }
        @media only screen and (min-width: 768px) and (max-width: 961px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            padding-left: 45.5px; } }
        @media only screen and (max-width: 767px) {
          /* line 442, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li img {
            padding-left: 0; } }
      /* line 446, ../../../_/sass/_layout.scss */
      .slider .testimonial-panel li blockquote {
        float: left;
        position: relative;
        /* for centered class */
        margin-left: 15px;
        margin-right: 15px;
        *display: inline;
        width: 810px;
        padding-left: 60px;
        font-family: "Titillium Web", sans-serif;
        font-size: 1.5em;
        line-height: 1.2em; }
        @media only screen and (max-width: 767px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            margin: 0; } }
        @media only screen and (min-width: 1280px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            width: 1002.5px; } }
        @media only screen and (min-width: 768px) and (max-width: 961px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            width: 607px; } }
        @media only screen and (max-width: 767px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            width: 300px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            width: 420px; } }
        @media only screen and (min-width: 1280px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            padding-left: 73.75px; } }
        @media only screen and (min-width: 768px) and (max-width: 961px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            padding-left: 45.5px; } }
        @media only screen and (max-width: 767px) {
          /* line 446, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote {
            padding-left: 0; } }
        /* line 452, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li blockquote p {
          position: relative;
          margin-bottom: 15px; }
          /* line 455, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote p:before {
            font-family: LatoItalic, sans-serif;
            color: #555555;
            content: "\201C";
            position: absolute;
            left: -45px;
            top: 15px;
            font-size: 4em; }
          /* line 464, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li blockquote p:after {
            font-family: LatoItalic, sans-serif;
            color: #555555;
            content: "\201D";
            position: absolute;
            right: -10px;
            bottom: -25px;
            font-size: 4em; }
        /* line 474, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li blockquote cite {
          font-family: "Titillium Web", sans-serif;
          font-weight: 600;
          font-size: 24px;
          color: #555555; }
      /* line 481, ../../../_/sass/_layout.scss */
      .slider .testimonial-panel li ul {
        float: left;
        position: relative;
        /* for centered class */
        margin-left: 15px;
        margin-right: 15px;
        *display: inline;
        width: 270px;
        padding-left: 26px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
        *zoom: 1;
        list-style-type: disc;
        list-style-position: outside; }
        @media only screen and (max-width: 767px) {
          /* line 481, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li ul {
            margin: 0; } }
        @media only screen and (min-width: 1280px) {
          /* line 481, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li ul {
            width: 338.75px; } }
        @media only screen and (min-width: 768px) and (max-width: 961px) {
          /* line 481, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li ul {
            width: 197.5px; } }
        @media only screen and (max-width: 767px) {
          /* line 481, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li ul {
            width: 300px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          /* line 481, ../../../_/sass/_layout.scss */
          .slider .testimonial-panel li ul {
            width: 420px; } }
        /* line 485, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li ul:first-child {
          float: left;
          position: relative;
          /* for centered class */
          margin-left: 15px;
          margin-right: 15px;
          *display: inline;
          width: 330px;
          padding-left: 60px; }
          @media only screen and (max-width: 767px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              margin: 0; } }
          @media only screen and (min-width: 1280px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              width: 412.5px; } }
          @media only screen and (min-width: 768px) and (max-width: 961px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              width: 243px; } }
          @media only screen and (max-width: 767px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              width: 300px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              width: 420px; } }
          @media only screen and (min-width: 1280px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              padding-left: 73.75px; } }
          @media only screen and (min-width: 768px) and (max-width: 961px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              padding-left: 45.5px; } }
          @media only screen and (max-width: 767px) {
            /* line 485, ../../../_/sass/_layout.scss */
            .slider .testimonial-panel li ul:first-child {
              padding-left: 0; } }
        /* line 492, ../../../_/sass/_layout.scss */
        .slider .testimonial-panel li ul li {
          clear: none;
          display: list-item;
          width: 100%;
          margin: 0 2% 12px 0;
          list-style-type: disc;
          list-style-position: outside;
          line-height: 1.2em; }

/* line 506, ../../../_/sass/_layout.scss */
.reseller {
  background-image: url('../images/dark-mosaic-blue.jpg?1412034164');
  background-repeat: no-repeat;
  background-position: center 40%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
  *zoom: 1; }
  /* line 514, ../../../_/sass/_layout.scss */
  .reseller .reseller-panel {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    float: none;
    text-align: center;
    padding-top: 30px;
    list-style: none; }
    /* line 49, ../../../_/sass/_skeleton.scss */
    .reseller .reseller-panel:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media only screen and (min-width: 1280px) {
      /* line 514, ../../../_/sass/_layout.scss */
      .reseller .reseller-panel {
        width: 1180px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 514, ../../../_/sass/_layout.scss */
      .reseller .reseller-panel {
        width: 728px; } }
    @media only screen and (max-width: 767px) {
      /* line 514, ../../../_/sass/_layout.scss */
      .reseller .reseller-panel {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 514, ../../../_/sass/_layout.scss */
      .reseller .reseller-panel {
        width: 420px; } }
    /* line 521, ../../../_/sass/_layout.scss */
    .reseller .reseller-panel li {
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 450px;
      display: block;
      padding: 0;
      line-height: 1.2em; }
      @media only screen and (max-width: 767px) {
        /* line 521, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel li {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 521, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel li {
          width: 560px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 521, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel li {
          width: 334px; } }
      @media only screen and (max-width: 767px) {
        /* line 521, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel li {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 521, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel li {
          width: 420px; } }
      /* line 526, ../../../_/sass/_layout.scss */
      .reseller .reseller-panel li:before {
        display: none; }
    /* line 528, ../../../_/sass/_layout.scss */
    .reseller .reseller-panel a {
      color: #FFFFFF;
      line-height: normal;
      vertical-align: middle;
      font-family: "Titillium Web", sans-serif;
      width: 90%;
      border: 1px solid #FFFFFF;
      display: block;
      text-transform: uppercase;
      margin: 0 auto 15px auto;
      padding: 14px;
      -moz-box-sizing: box-sizing;
      -webkit-box-sizing: box-sizing;
      box-sizing: box-sizing; }
    /* line 541, ../../../_/sass/_layout.scss */
    .reseller .reseller-panel a:hover {
      border: 1px solid #37b0c9;
      background-color: #37b0c9; }
    /* line 546, ../../../_/sass/_layout.scss */
    .reseller .reseller-panel span {
      display: block;
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 330px;
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      @media only screen and (max-width: 767px) {
        /* line 546, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel span {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 546, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel span {
          width: 412.5px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 546, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel span {
          width: 243px; } }
      @media only screen and (max-width: 767px) {
        /* line 546, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel span {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 546, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel span {
          width: 420px; } }
      @media only screen and (max-width: 767px) {
        /* line 546, ../../../_/sass/_layout.scss */
        .reseller .reseller-panel span {
          margin: 0; } }

/* ============ ABOUT =============== */
/* line 556, ../../../_/sass/_layout.scss */
.about-bnr {
  background-image: url('../images/about-bg.jpg?1411953093');
  display: block;
  overflow: hidden;
  *zoom: 1;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 40px; }
  /* line 560, ../../../_/sass/_layout.scss */
  .about-bnr h1 {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    margin-top: 70px;
    margin-bottom: 40px; }
    /* line 49, ../../../_/sass/_skeleton.scss */
    .about-bnr h1:after {
      content: "\0020";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    @media only screen and (min-width: 1280px) {
      /* line 560, ../../../_/sass/_layout.scss */
      .about-bnr h1 {
        width: 1180px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 560, ../../../_/sass/_layout.scss */
      .about-bnr h1 {
        width: 728px; } }
    @media only screen and (max-width: 767px) {
      /* line 560, ../../../_/sass/_layout.scss */
      .about-bnr h1 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 560, ../../../_/sass/_layout.scss */
      .about-bnr h1 {
        width: 420px; } }

/* line 570, ../../../_/sass/_layout.scss */
.about-overview h2 {
  margin-bottom: 20px; }
/* line 571, ../../../_/sass/_layout.scss */
.about-overview .blue-panel {
  padding-bottom: 50px; }
  /* line 573, ../../../_/sass/_layout.scss */
  .about-overview .blue-panel h2 {
    color: #FFFFFF; }
  /* line 574, ../../../_/sass/_layout.scss */
  .about-overview .blue-panel p {
    color: #FFFFFF; }
  /* line 576, ../../../_/sass/_layout.scss */
  .about-overview .blue-panel .blue-btn {
    display: inline-block;
    font-size: 1.3em;
    text-transform: none;
    margin-top: 8px; }
/* line 584, ../../../_/sass/_layout.scss */
.about-overview .careers {
  background-image: url('../images/careers-bg.jpg?1411956108');
  background-repeat: no-repeat;
  background-position: center 15%;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
/* line 594, ../../../_/sass/_layout.scss */
.about-overview .grey-panel p {
  color: #363636; }
/* line 595, ../../../_/sass/_layout.scss */
.about-overview .grey-panel input[type=input] {
  border: 1px solid #cf102d;
  border-right: 0;
  background: transparent;
  font-size: 1.25em;
  padding: 7px 21px;
  float: left;
  position: relative;
  /* for centered class */
  margin-left: 15px;
  margin-right: 15px;
  *display: inline;
  width: 450px;
  margin-left: 0;
  margin: 0;
  height: 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    /* line 595, ../../../_/sass/_layout.scss */
    .about-overview .grey-panel input[type=input] {
      margin: 0; } }
  @media only screen and (min-width: 1280px) {
    /* line 595, ../../../_/sass/_layout.scss */
    .about-overview .grey-panel input[type=input] {
      width: 560px; } }
  @media only screen and (min-width: 768px) and (max-width: 961px) {
    /* line 595, ../../../_/sass/_layout.scss */
    .about-overview .grey-panel input[type=input] {
      width: 334px; } }
  @media only screen and (max-width: 767px) {
    /* line 595, ../../../_/sass/_layout.scss */
    .about-overview .grey-panel input[type=input] {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 595, ../../../_/sass/_layout.scss */
    .about-overview .grey-panel input[type=input] {
      width: 420px; } }
/* line 607, ../../../_/sass/_layout.scss */
.about-overview .grey-panel a {
  display: inline-block;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  color: #cf102d;
  background-color: transparent;
  border: 1px solid #cf102d;
  height: 65px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 26px;
  cursor: pointer; }
  /* line 618, ../../../_/sass/_layout.scss */
  .about-overview .grey-panel a:hover {
    background-color: #cf102d;
    color: #FFFFFF; }

/* line 626, ../../../_/sass/_layout.scss */
.grey-panel.bg-white {
  background-color: #FFFFFF; }

/* line 630, ../../../_/sass/_layout.scss */
.newsletter p {
  margin-bottom: 24px;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #244c5a;
  margin-top: 0; }

/* ============ FEATURES =============== */
/* line 641, ../../../_/sass/_layout.scss */
.features-bnr {
  background-image: url('../images/features-bg.jpg?1411952790'); }

/* line 642, ../../../_/sass/_layout.scss */
.features-overview .container .white-panel {
  padding: 0; }

/* line 643, ../../../_/sass/_layout.scss */
.features-overview {
  padding: 0;
  /* UPDATED 
    .blue-panel {
      margin-top:10px;
      float:right;
      width:20%;
      padding:2.5%;
      background: {
        image: image-url("dot-matrix-background.jpg");
        repeat: no-repeat;
        position: center center;
      }; // background  width:20%;
      @include background-size(cover);
      h2 {
        color:$white;
        font-size:1.2em;
      }
      ul {
          list-style: none;
          padding: 0;
          font-family: $header-font;
          color: $white;     
          margin-bottom:3%; 
          li {
          margin: 12% 0 0 0;
          padding-left: 1.2em;
          text-indent: -.9em;
          font-size:1.1em;
          line-height:1.2em;
          &:before {
            content: "\2022  ";
            color: $light-blue;
          } //:before
        }
      } // ul
    }// .blue-panel
  */ }
  /* line 645, ../../../_/sass/_layout.scss */
  .features-overview h2 {
    margin-bottom: 10px; }
  /* line 648, ../../../_/sass/_layout.scss */
  .features-overview .row {
    border: 1px solid #244c5a;
    width: 100%;
    padding: 0 0 0 15px; }
    /* line 652, ../../../_/sass/_layout.scss */
    .features-overview .row img {
      display: block;
      float: left;
      position: relative;
      /* for centered class */
      margin-left: 15px;
      margin-right: 15px;
      *display: inline;
      width: 390px;
      margin-right: 0;
      float: right; }
      @media only screen and (max-width: 767px) {
        /* line 652, ../../../_/sass/_layout.scss */
        .features-overview .row img {
          margin: 0; } }
      @media only screen and (min-width: 1280px) {
        /* line 652, ../../../_/sass/_layout.scss */
        .features-overview .row img {
          width: 486.25px; } }
      @media only screen and (min-width: 768px) and (max-width: 961px) {
        /* line 652, ../../../_/sass/_layout.scss */
        .features-overview .row img {
          width: 288.5px; } }
      @media only screen and (max-width: 767px) {
        /* line 652, ../../../_/sass/_layout.scss */
        .features-overview .row img {
          width: 300px; } }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        /* line 652, ../../../_/sass/_layout.scss */
        .features-overview .row img {
          width: 420px; } }
  /* line 659, ../../../_/sass/_layout.scss */
  .features-overview .item {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 510px;
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      /* line 659, ../../../_/sass/_layout.scss */
      .features-overview .item {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 659, ../../../_/sass/_layout.scss */
      .features-overview .item {
        width: 633.75px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 659, ../../../_/sass/_layout.scss */
      .features-overview .item {
        width: 379.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 659, ../../../_/sass/_layout.scss */
      .features-overview .item {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 659, ../../../_/sass/_layout.scss */
      .features-overview .item {
        width: 420px; } }
    /* line 663, ../../../_/sass/_layout.scss */
    .features-overview .item h3 {
      text-align: left; }
  /* line 665, ../../../_/sass/_layout.scss */
  .features-overview p {
    margin-bottom: 40px; }
  /* line 668, ../../../_/sass/_layout.scss */
  .features-overview .white-panel {
    float: left;
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 630px;
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      /* line 668, ../../../_/sass/_layout.scss */
      .features-overview .white-panel {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 668, ../../../_/sass/_layout.scss */
      .features-overview .white-panel {
        width: 781.25px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 668, ../../../_/sass/_layout.scss */
      .features-overview .white-panel {
        width: 470.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 668, ../../../_/sass/_layout.scss */
      .features-overview .white-panel {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 668, ../../../_/sass/_layout.scss */
      .features-overview .white-panel {
        width: 420px; } }
    /* line 674, ../../../_/sass/_layout.scss */
    .features-overview .white-panel h3 {
      padding-top: 0px; }
  /* line 679, ../../../_/sass/_layout.scss */
  .features-overview .wrapper {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 270px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      /* line 679, ../../../_/sass/_layout.scss */
      .features-overview .wrapper {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 679, ../../../_/sass/_layout.scss */
      .features-overview .wrapper {
        width: 338.75px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 679, ../../../_/sass/_layout.scss */
      .features-overview .wrapper {
        width: 197.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 679, ../../../_/sass/_layout.scss */
      .features-overview .wrapper {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 679, ../../../_/sass/_layout.scss */
      .features-overview .wrapper {
        width: 420px; } }
    /* line 683, ../../../_/sass/_layout.scss */
    .features-overview .wrapper .red-btn {
      width: 94%; }
  /* line 686, ../../../_/sass/_layout.scss */
  .features-overview .white-sidebar {
    display: block;
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 270px;
    margin-right: 0;
    margin-left: 0;
    position: relative;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ebebeb;
    float: left;
    text-align: center;
    padding: 1%;
    margin: 25px 0 30% 0; }
    @media only screen and (max-width: 767px) {
      /* line 686, ../../../_/sass/_layout.scss */
      .features-overview .white-sidebar {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 686, ../../../_/sass/_layout.scss */
      .features-overview .white-sidebar {
        width: 338.75px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 686, ../../../_/sass/_layout.scss */
      .features-overview .white-sidebar {
        width: 197.5px; } }
    @media only screen and (max-width: 767px) {
      /* line 686, ../../../_/sass/_layout.scss */
      .features-overview .white-sidebar {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 686, ../../../_/sass/_layout.scss */
      .features-overview .white-sidebar {
        width: 420px; } }
    /* line 706, ../../../_/sass/_layout.scss */
    .features-overview .white-sidebar:before {
      content: " ";
      display: block;
      position: absolute;
      top: 100%;
      left: -10%;
      width: 120%;
      height: 16%;
      background-image: url('../images/grey-arrow.svg?1411882634');
      background-repeat: no-repeat;
      background-position: top center;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain; }
    /* line 721, ../../../_/sass/_layout.scss */
    .features-overview .white-sidebar ul {
      width: 100%; }
      /* line 723, ../../../_/sass/_layout.scss */
      .features-overview .white-sidebar ul li {
        display: block;
        float: left;
        width: 47%;
        line-height: normal;
        padding: 1em 0; }
        /* line 729, ../../../_/sass/_layout.scss */
        .features-overview .white-sidebar ul li h4 {
          font-size: 80%;
          color: #244c5a; }

/* line 776, ../../../_/sass/_layout.scss */
.blue-panel {
  padding-bottom: 50px; }
  /* line 778, ../../../_/sass/_layout.scss */
  .blue-panel h2 {
    color: #FFFFFF;
    margin-bottom: 40px; }
  /* line 782, ../../../_/sass/_layout.scss */
  .blue-panel p {
    color: #FFFFFF; }
  /* line 784, ../../../_/sass/_layout.scss */
  .blue-panel ul {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 330px;
    margin-left: 0;
    list-style: none;
    padding: 0;
    font-family: "Titillium Web", sans-serif;
    color: #FFFFFF; }
    @media only screen and (max-width: 767px) {
      /* line 784, ../../../_/sass/_layout.scss */
      .blue-panel ul {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 784, ../../../_/sass/_layout.scss */
      .blue-panel ul {
        width: 412.5px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 784, ../../../_/sass/_layout.scss */
      .blue-panel ul {
        width: 243px; } }
    @media only screen and (max-width: 767px) {
      /* line 784, ../../../_/sass/_layout.scss */
      .blue-panel ul {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 784, ../../../_/sass/_layout.scss */
      .blue-panel ul {
        width: 420px; } }
    /* line 792, ../../../_/sass/_layout.scss */
    .blue-panel ul li {
      padding-left: 1.2em;
      text-indent: -.9em; }
      /* line 795, ../../../_/sass/_layout.scss */
      .blue-panel ul li:before {
        content: "\2022  ";
        color: #37b0c9; }

/* line 803, ../../../_/sass/_layout.scss */
.benefit-brief {
  background-image: url('../images/benefit-brief-bg.jpg?1411954268');
  background-repeat: no-repeat;
  background-position: bottom center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  /* line 809, ../../../_/sass/_layout.scss */
  .benefit-brief .leftside {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 690px;
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      /* line 809, ../../../_/sass/_layout.scss */
      .benefit-brief .leftside {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 809, ../../../_/sass/_layout.scss */
      .benefit-brief .leftside {
        width: 855px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 809, ../../../_/sass/_layout.scss */
      .benefit-brief .leftside {
        width: 516px; } }
    @media only screen and (max-width: 767px) {
      /* line 809, ../../../_/sass/_layout.scss */
      .benefit-brief .leftside {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 809, ../../../_/sass/_layout.scss */
      .benefit-brief .leftside {
        width: 420px; } }
  /* line 810, ../../../_/sass/_layout.scss */
  .benefit-brief h2 {
    display: block;
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 690px; }
    @media only screen and (max-width: 767px) {
      /* line 810, ../../../_/sass/_layout.scss */
      .benefit-brief h2 {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 810, ../../../_/sass/_layout.scss */
      .benefit-brief h2 {
        width: 855px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 810, ../../../_/sass/_layout.scss */
      .benefit-brief h2 {
        width: 516px; } }
    @media only screen and (max-width: 767px) {
      /* line 810, ../../../_/sass/_layout.scss */
      .benefit-brief h2 {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 810, ../../../_/sass/_layout.scss */
      .benefit-brief h2 {
        width: 420px; } }
  /* line 815, ../../../_/sass/_layout.scss */
  .benefit-brief .roi-calc {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 210px;
    margin-right: 0;
    clear: none;
    float: right; }
    @media only screen and (max-width: 767px) {
      /* line 815, ../../../_/sass/_layout.scss */
      .benefit-brief .roi-calc {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 815, ../../../_/sass/_layout.scss */
      .benefit-brief .roi-calc {
        width: 265px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 815, ../../../_/sass/_layout.scss */
      .benefit-brief .roi-calc {
        width: 152px; } }
    @media only screen and (max-width: 767px) {
      /* line 815, ../../../_/sass/_layout.scss */
      .benefit-brief .roi-calc {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 815, ../../../_/sass/_layout.scss */
      .benefit-brief .roi-calc {
        width: 420px; } }
    /* line 822, ../../../_/sass/_layout.scss */
    .benefit-brief .roi-calc .white-btn {
      text-align: center;
      width: 100%;
      margin-top: 20px;
      line-height: 1.2em;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 829, ../../../_/sass/_layout.scss */
      .benefit-brief .roi-calc .white-btn span {
        display: block;
        width: 95%;
        margin: 5px auto 15px auto;
        color: #FFFFFF;
        line-height: 1.4em;
        font-size: .8em;
        text-align: center;
        text-transform: none; }
    /* line 840, ../../../_/sass/_layout.scss */
    .benefit-brief .roi-calc img {
      width: 70%;
      max-width: 100px;
      display: block;
      margin: 12px auto; }

/* line 851, ../../../_/sass/_layout.scss */
.matrix {
  width: 100%;
  margin: 0;
  padding: 0; }
  /* line 855, ../../../_/sass/_layout.scss */
  .matrix tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit; }
    /* line 859, ../../../_/sass/_layout.scss */
    .matrix tbody tr {
      width: 100%;
      border-bottom: 1px solid #e3e3e3; }
      /* line 861, ../../../_/sass/_layout.scss */
      .matrix tbody tr.compare-table-sub {
        cursor: pointer; }
      /* line 863, ../../../_/sass/_layout.scss */
      .matrix tbody tr:not(:first-child):hover td {
        background-color: #244c5a; }
      /* line 864, ../../../_/sass/_layout.scss */
      .matrix tbody tr:not(:first-child):hover td.option-choice {
        background-color: #FFFFFF; }
      /* line 865, ../../../_/sass/_layout.scss */
      .matrix tbody tr:not(:first-child):hover td:first-child {
        background: none; }
      /* line 866, ../../../_/sass/_layout.scss */
      .matrix tbody tr td {
        font-family: "Titillium Web", sans-serif;
        font-size: .8em;
        padding: 0;
        background: #37b0c9;
        text-align: center;
        float: left;
        position: relative;
        /* for centered class */
        margin-left: 15px;
        margin-right: 15px;
        *display: inline;
        width: 150px;
        float: none;
        padding: 10px;
        border-right: 10px solid #ebebeb; }
        @media only screen and (max-width: 767px) {
          /* line 866, ../../../_/sass/_layout.scss */
          .matrix tbody tr td {
            margin: 0; } }
        @media only screen and (min-width: 1280px) {
          /* line 866, ../../../_/sass/_layout.scss */
          .matrix tbody tr td {
            width: 191.25px; } }
        @media only screen and (min-width: 768px) and (max-width: 961px) {
          /* line 866, ../../../_/sass/_layout.scss */
          .matrix tbody tr td {
            width: 106.5px; } }
        @media only screen and (max-width: 767px) {
          /* line 866, ../../../_/sass/_layout.scss */
          .matrix tbody tr td {
            width: 300px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          /* line 866, ../../../_/sass/_layout.scss */
          .matrix tbody tr td {
            width: 420px; } }
        /* line 876, ../../../_/sass/_layout.scss */
        .matrix tbody tr td .check {
          display: inline-block;
          background-color: #FFFFFF;
          width: 20px;
          height: 20px;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: middle; }
      /* line 886, ../../../_/sass/_layout.scss */
      .matrix tbody tr td.clear-cell {
        background: transparent; }
      /* line 887, ../../../_/sass/_layout.scss */
      .matrix tbody tr:not(:first-child):hover td.clear-cell {
        background-color: transparent; }
      /* line 889, ../../../_/sass/_layout.scss */
      .matrix tbody tr td.option-choice {
        background-color: #FFFFFF; }
        /* line 891, ../../../_/sass/_layout.scss */
        .matrix tbody tr td.option-choice .red-btn {
          width: 70%;
          margin-top: 0; }
        /* line 895, ../../../_/sass/_layout.scss */
        .matrix tbody tr td.option-choice ul {
          margin: 20px auto 10px auto; }
      /* line 900, ../../../_/sass/_layout.scss */
      .matrix tbody tr td.last-btn {
        background-color: transparent; }
      /* line 901, ../../../_/sass/_layout.scss */
      .matrix tbody tr td.last-btn:hover {
        background-color: transparent; }
      /* line 902, ../../../_/sass/_layout.scss */
      .matrix tbody tr td.compare-price {
        background-color: #244c5a;
        padding: 10px; }
        /* line 905, ../../../_/sass/_layout.scss */
        .matrix tbody tr td.compare-price .cost {
          font-family: "Exo", sans-serif;
          color: #FFFFFF;
          font-size: 2em; }
          /* line 909, ../../../_/sass/_layout.scss */
          .matrix tbody tr td.compare-price .cost em {
            color: #37b0c9; }
        /* line 911, ../../../_/sass/_layout.scss */
        .matrix tbody tr td.compare-price p, .matrix tbody tr td.compare-price .starts {
          color: #FFFFFF;
          font-size: .9em;
          margin-bottom: 12px;
          text-align: center;
          margin-top: 0; }
        /* line 919, ../../../_/sass/_layout.scss */
        .matrix tbody tr td.compare-price .starts {
          display: block;
          width: 100%;
          margin: 0;
          color: #37b0c9; }
      /* line 926, ../../../_/sass/_layout.scss */
      .matrix tbody tr td.col1 {
        width: auto;
        text-align: left;
        background: none;
        border-right: none;
        padding-left: 0;
        float: left;
        position: relative;
        /* for centered class */
        margin-left: 15px;
        margin-right: 15px;
        *display: inline;
        width: 330px;
        margin-left: 0;
        float: none; }
        @media only screen and (max-width: 767px) {
          /* line 926, ../../../_/sass/_layout.scss */
          .matrix tbody tr td.col1 {
            margin: 0; } }
        @media only screen and (min-width: 1280px) {
          /* line 926, ../../../_/sass/_layout.scss */
          .matrix tbody tr td.col1 {
            width: 412.5px; } }
        @media only screen and (min-width: 768px) and (max-width: 961px) {
          /* line 926, ../../../_/sass/_layout.scss */
          .matrix tbody tr td.col1 {
            width: 243px; } }
        @media only screen and (max-width: 767px) {
          /* line 926, ../../../_/sass/_layout.scss */
          .matrix tbody tr td.col1 {
            width: 300px; } }
        @media only screen and (min-width: 480px) and (max-width: 767px) {
          /* line 926, ../../../_/sass/_layout.scss */
          .matrix tbody tr td.col1 {
            width: 420px; } }
    /* line 939, ../../../_/sass/_layout.scss */
    .matrix tbody .compare-table-header .col1 {
      color: #244c5a;
      font-weight: 600;
      font-size: 1em; }
    /* line 944, ../../../_/sass/_layout.scss */
    .matrix tbody .compare-table-header:hover .col1 {
      background: none;
      border-right: none; }
    /* line 948, ../../../_/sass/_layout.scss */
    .matrix tbody .compare-table-header:not(:first-child):hover td {
      background-color: #37b0c9; }
    /* line 949, ../../../_/sass/_layout.scss */
    .matrix tbody .compare-table-header:not(:first-child):hover td.compare-price {
      background-color: #244c5a; }
    /* line 952, ../../../_/sass/_layout.scss */
    .matrix tbody .compare-collapse {
      display: none;
      background-color: #FFFFFF; }
      /* line 955, ../../../_/sass/_layout.scss */
      .matrix tbody .compare-collapse:hover {
        background-color: #FFFFFF; }
      /* line 956, ../../../_/sass/_layout.scss */
      .matrix tbody .compare-collapse td {
        background-color: #FFFFFF;
        padding-top: 30px;
        padding-bottom: 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        /* line 963, ../../../_/sass/_layout.scss */
        .matrix tbody .compare-collapse td .full-column {
          float: left;
          position: relative;
          /* for centered class */
          margin-left: 15px;
          margin-right: 15px;
          *display: inline;
          width: 930px;
          text-align: left; }
          @media only screen and (max-width: 767px) {
            /* line 963, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .full-column {
              margin: 0; } }
          @media only screen and (min-width: 1280px) {
            /* line 963, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .full-column {
              width: 1150px; } }
          @media only screen and (min-width: 768px) and (max-width: 961px) {
            /* line 963, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .full-column {
              width: 698px; } }
          @media only screen and (max-width: 767px) {
            /* line 963, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .full-column {
              width: 300px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            /* line 963, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .full-column {
              width: 420px; } }
          /* line 966, ../../../_/sass/_layout.scss */
          .matrix tbody .compare-collapse td .full-column p {
            margin-bottom: 24px;
            font-family: "Titillium Web", sans-serif;
            font-size: 1.2em;
            line-height: 1.4em;
            color: #244c5a; }
        /* line 974, ../../../_/sass/_layout.scss */
        .matrix tbody .compare-collapse td .left-column, .matrix tbody .compare-collapse td .right-column {
          float: left;
          position: relative;
          /* for centered class */
          margin-left: 15px;
          margin-right: 15px;
          *display: inline;
          width: 450px;
          text-align: left; }
          @media only screen and (max-width: 767px) {
            /* line 974, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .left-column, .matrix tbody .compare-collapse td .right-column {
              margin: 0; } }
          @media only screen and (min-width: 1280px) {
            /* line 974, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .left-column, .matrix tbody .compare-collapse td .right-column {
              width: 560px; } }
          @media only screen and (min-width: 768px) and (max-width: 961px) {
            /* line 974, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .left-column, .matrix tbody .compare-collapse td .right-column {
              width: 334px; } }
          @media only screen and (max-width: 767px) {
            /* line 974, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .left-column, .matrix tbody .compare-collapse td .right-column {
              width: 300px; } }
          @media only screen and (min-width: 480px) and (max-width: 767px) {
            /* line 974, ../../../_/sass/_layout.scss */
            .matrix tbody .compare-collapse td .left-column, .matrix tbody .compare-collapse td .right-column {
              width: 420px; } }
        /* line 979, ../../../_/sass/_layout.scss */
        .matrix tbody .compare-collapse td .right-column {
          background-color: #37b0c9;
          text-align: center;
          padding-top: 20px;
          padding-bottom: 20px; }
        /* line 985, ../../../_/sass/_layout.scss */
        .matrix tbody .compare-collapse td .right-column img {
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          width: 90%;
          margin: 0 auto; }
        /* line 992, ../../../_/sass/_layout.scss */
        .matrix tbody .compare-collapse td h3 {
          color: #cf102d;
          margin-bottom: 7px; }
        /* line 996, ../../../_/sass/_layout.scss */
        .matrix tbody .compare-collapse td ul {
          font-family: "Open Sans", sans-serif;
          font-size: .9em;
          line-height: 1.2em;
          margin-bottom: 25px; }
          /* line 1001, ../../../_/sass/_layout.scss */
          .matrix tbody .compare-collapse td ul li {
            margin-bottom: 7px; }
        /* line 1003, ../../../_/sass/_layout.scss */
        .matrix tbody .compare-collapse td h7 {
          display: block;
          margin-bottom: 30px;
          color: #FFFFFF; }
    /* line 1010, ../../../_/sass/_layout.scss */
    .matrix tbody .compare-buttons {
      border: none; }
    /* line 1011, ../../../_/sass/_layout.scss */
    .matrix tbody .option-choice {
      padding: 20px 10px 25px 10px; }
      /* line 1013, ../../../_/sass/_layout.scss */
      .matrix tbody .option-choice ul {
        padding-bottom: 0; }
        /* line 1015, ../../../_/sass/_layout.scss */
        .matrix tbody .option-choice ul li {
          font-weight: bold;
          font-size: 1.2em;
          line-height: 1em; }
      /* line 1021, ../../../_/sass/_layout.scss */
      .matrix tbody .option-choice h6 {
        color: #244c5a;
        font-size: 1.4em; }

/* line 1029, ../../../_/sass/_layout.scss */
.features9-overview {
  padding: 50px 0 70px 0; }
  /* line 1031, ../../../_/sass/_layout.scss */
  .features9-overview .row {
    display: block;
    width: 100%;
    margin: 0;
    overflow: hidden;
    *zoom: 1; }
    /* line 1036, ../../../_/sass/_layout.scss */
    .features9-overview .row div:first-child {
      margin-left: 0; }
    /* line 1037, ../../../_/sass/_layout.scss */
    .features9-overview .row div:last-child {
      margin-right: 0; }
  /* line 1039, ../../../_/sass/_layout.scss */
  .features9-overview h2 {
    margin: 0px 0px 20px 0px; }
  /* line 1042, ../../../_/sass/_layout.scss */
  .features9-overview h3 {
    margin-bottom: 7px; }
  /* line 1043, ../../../_/sass/_layout.scss */
  .features9-overview div {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 450px; }
    @media only screen and (max-width: 767px) {
      /* line 1043, ../../../_/sass/_layout.scss */
      .features9-overview div {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 1043, ../../../_/sass/_layout.scss */
      .features9-overview div {
        width: 560px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 1043, ../../../_/sass/_layout.scss */
      .features9-overview div {
        width: 334px; } }
    @media only screen and (max-width: 767px) {
      /* line 1043, ../../../_/sass/_layout.scss */
      .features9-overview div {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 1043, ../../../_/sass/_layout.scss */
      .features9-overview div {
        width: 420px; } }
  /* line 1044, ../../../_/sass/_layout.scss */
  .features9-overview p {
    font-family: "Open Sans", sans-serif;
    color: #363636;
    text-align: left;
    font-size: .72em;
    line-height: 1.4em; }

/* ============ SUPPORT =============== */
/* line 1055, ../../../_/sass/_layout.scss */
.support-bnr {
  background-image: url('../images/support-bg.jpg'); }

/* line 1061, ../../../_/sass/_layout.scss */
.row {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 30px; }
  /* line 1063, ../../../_/sass/_layout.scss */
  .row .support-link {
    height: 100px;
    box-sizing: border-box;
    width: calc(100%/3);
    float: left;
    margin: -1px !important;
    padding: 10px !important;
    position: relative;
    display: table; }
    /* line 1074, ../../../_/sass/_layout.scss */
    .row .support-link a {
      display: table-cell;
      text-align: center;
      vertical-align: middle;
      text-align: center; }
      /* line 1079, ../../../_/sass/_layout.scss */
      .row .support-link a:hover h4 {
        color: #FFFFFF; }
      /* line 1080, ../../../_/sass/_layout.scss */
      .row .support-link a span {
        display: block;
        line-height: 1.2em; }
      /* line 1081, ../../../_/sass/_layout.scss */
      .row .support-link a h4 {
        color: #363636;
        font-size: 1.1em;
        line-height: 1.4em; }

/* ============ BUY NOW =============== */
/* line 1092, ../../../_/sass/_layout.scss */
.buy-options {
  display: block;
  width: 100%;
  padding: 0;
  margin: 40px 0 0 0;
  overflow: hidden;
  *zoom: 1;
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px; }
  /* line 49, ../../../_/sass/_skeleton.scss */
  .buy-options:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  @media only screen and (min-width: 1280px) {
    /* line 1092, ../../../_/sass/_layout.scss */
    .buy-options {
      width: 1180px; } }
  @media only screen and (min-width: 768px) and (max-width: 961px) {
    /* line 1092, ../../../_/sass/_layout.scss */
    .buy-options {
      width: 728px; } }
  @media only screen and (max-width: 767px) {
    /* line 1092, ../../../_/sass/_layout.scss */
    .buy-options {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 1092, ../../../_/sass/_layout.scss */
    .buy-options {
      width: 420px; } }
  /* line 1100, ../../../_/sass/_layout.scss */

.release-button a {
  
  height: 53px;
}

  .buy-options li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 290px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      /* line 1100, ../../../_/sass/_layout.scss */
      .buy-options li {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 1100, ../../../_/sass/_layout.scss */
      .buy-options li {
        width: 363.33333px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 1100, ../../../_/sass/_layout.scss */
      .buy-options li {
        width: 212.66667px; } }
    @media only screen and (max-width: 767px) {
      /* line 1100, ../../../_/sass/_layout.scss */
      .buy-options li {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 1100, ../../../_/sass/_layout.scss */
      .buy-options li {
        width: 420px; } }
    /* line 1104, ../../../_/sass/_layout.scss */
    .buy-options li:first-child {
      margin-left: 0; }
    /* line 1105, ../../../_/sass/_layout.scss */
    .buy-options li .price-panel {
      background-color: #FFFFFF;
      padding: 45px 25px;
      border: 1px solid #244c5a;
      border-bottom: 0; }
    /* line 1112, ../../../_/sass/_layout.scss */
    .buy-options li h4 {
      margin: 0 0 10px 0;
      color: #244c5a; }
    /* line 1116, ../../../_/sass/_layout.scss */
    .buy-options li .price {
      font-family: "Exo", sans-serif;
      font-size: 3em;
      display: block;
      width: 100%;
      text-align: center;
      line-height: 1em;
      color: #244c5a; }
      /* line 1124, ../../../_/sass/_layout.scss */
      .buy-options li .price em {
        color: #37b0c9; }
    /* line 1126, ../../../_/sass/_layout.scss */
    .buy-options li strong {
      font-family: "Titillium Web", sans-serif;
      display: block;
      width: 100%;
      text-align: center;
      font-weight: 600;
      font-size: 1.2em;
      margin-bottom: 15px; }
    /* line 1135, ../../../_/sass/_layout.scss */
    .buy-options li p, .buy-options li .starts {
      font-size: .75em;
      line-height: 1.4em;
      color: #363636;
      margin-bottom: 20px;
      text-align: center; }
    /* line 1142, ../../../_/sass/_layout.scss */
    .buy-options li .starts {
      margin: 0; }
    /* line 1143, ../../../_/sass/_layout.scss */
    .buy-options li .buy-features {
      border: 1px solid #244c5a;
      border-top: 0;
      border-bottom: 0;
      background-color: #37b0c9;
      color: #FFFFFF;
      overflow: hidden;
      *zoom: 1;
      padding: 25px 35px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      /* line 1152, ../../../_/sass/_layout.scss */
      .buy-options li .buy-features h6 {
        color: #244c5a;
        text-transform: uppercase; }
      /* line 1156, ../../../_/sass/_layout.scss */
      .buy-options li .buy-features ul {
        height: 360px;
        display: block;
        width: 100%;
        overflow: hidden;
        *zoom: 1; }
        /* line 1161, ../../../_/sass/_layout.scss */
        .buy-options li .buy-features ul li {
          width: 100%;
          margin: 0;
          line-height: 1.2em;
          margin-bottom: 12px; }
      /* line 1168, ../../../_/sass/_layout.scss */
      .buy-options li .buy-features p {
        font-family: "Titillium Web", sans-serif;
        color: #FFFFFF; }
      /* line 1172, ../../../_/sass/_layout.scss */
      .buy-options li .buy-features .full-features-btn {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom: 30px;
        display: block;
        text-align: center;
        padding: 12px;
        text-transform: uppercase;
        font-family: "Titillium Web", sans-serif;
        border: 1px solid #FFFFFF;
        background-color: #37b0c9;
        color: #FFFFFF; }
        /* line 1184, ../../../_/sass/_layout.scss */
        .buy-options li .buy-features .full-features-btn:hover {
          color: #FFFFFF;
          background-color: #244c5a; }
    /* line 1190, ../../../_/sass/_layout.scss */
    .buy-options li .trial-panel {
      padding: 30px 0;
      background-color: #FFFFFF;
      border: 1px solid #244c5a;
      border-top: 0; }
      /* line 1196, ../../../_/sass/_layout.scss */
      .buy-options li .trial-panel ul li {
        color: #244c5a;
        font-family: "Titillium Web", sans-serif;
        font-weight: 700;
        margin-bottom: 30px; }
      /* line 1203, ../../../_/sass/_layout.scss */
      .buy-options li .trial-panel .trial-btn {
        clear: both;
        margin-bottom: 30px;
        border: 1px solid #cf102d;
        background-color: #FFFFFF;
        text-align: center;
        padding: 12px;
        text-transform: uppercase;
        font-family: "Titillium Web", sans-serif;
        font-size: 18px;
        color: #cf102d;
        line-height: 1.2em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        /* line 1216, ../../../_/sass/_layout.scss */
        .buy-options li .trial-panel .trial-btn:hover {
          color: #FFFFFF;
          background-color: #cf102d; }

/* line 1225, ../../../_/sass/_layout.scss */
.add-opt {
  background-color: #FFFFFF; }
  /* line 1228, ../../../_/sass/_layout.scss */
  .add-opt .buy-options li {
    float: left;
    position: relative;
    /* for centered class */
    margin-left: 15px;
    margin-right: 15px;
    *display: inline;
    width: 450px; }
    @media only screen and (max-width: 767px) {
      /* line 1228, ../../../_/sass/_layout.scss */
      .add-opt .buy-options li {
        margin: 0; } }
    @media only screen and (min-width: 1280px) {
      /* line 1228, ../../../_/sass/_layout.scss */
      .add-opt .buy-options li {
        width: 560px; } }
    @media only screen and (min-width: 768px) and (max-width: 961px) {
      /* line 1228, ../../../_/sass/_layout.scss */
      .add-opt .buy-options li {
        width: 334px; } }
    @media only screen and (max-width: 767px) {
      /* line 1228, ../../../_/sass/_layout.scss */
      .add-opt .buy-options li {
        width: 300px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      /* line 1228, ../../../_/sass/_layout.scss */
      .add-opt .buy-options li {
        width: 420px; } }
    /* line 1230, ../../../_/sass/_layout.scss */
    .add-opt .buy-options li:first-child {
      margin-left: 0; }
    /* line 1231, ../../../_/sass/_layout.scss */
    .add-opt .buy-options li h4 {
      color: #244c5a; }
    /* line 1232, ../../../_/sass/_layout.scss */
    .add-opt .buy-options li .price-panel {
      border-bottom: 1px solid #244c5a; }
      /* line 1235, ../../../_/sass/_layout.scss */
      .add-opt .buy-options li .price-panel p {
        text-align: center; }
    /* line 1237, ../../../_/sass/_layout.scss */
    .add-opt .buy-options li .buy-features {
      height: auto; }
    /* line 1238, ../../../_/sass/_layout.scss */
    .add-opt .buy-options li .trial-btn {
      background-color: #ebebeb; }
      /* line 1240, ../../../_/sass/_layout.scss */
      .add-opt .buy-options li .trial-btn:hover {
        background-color: #cf102d; }

/* line 1246, ../../../_/sass/_layout.scss */
.buynow h2 {
  margin: 40px 0 0 0; }

/* ============ SECONDARY PAGES =============== */
/* line 1253, ../../../_/sass/_layout.scss */
.secondary-page .main-content h2 {
  margin-top: 30px; }
/* line 1256, ../../../_/sass/_layout.scss */
.secondary-page .main-content .intro {
  margin-bottom: 24px;
  font-size: 1.2em;
  line-height: 1.4em;
  color: #244c5a; }
  /* line 1261, ../../../_/sass/_layout.scss */
  .secondary-page .main-content .intro a {
    color: #244c5a; }
    /* line 1263, ../../../_/sass/_layout.scss */
    .secondary-page .main-content .intro a:hover {
      color: #37b0c9; }
/* line 1266, ../../../_/sass/_layout.scss */
.secondary-page .main-content p {
  text-align: left;
  font-size: .72em;
  line-height: 1.4em;
  margin-top: 15px;
  color: #363636; }
  /* line 1272, ../../../_/sass/_layout.scss */
  .secondary-page .main-content p a {
    color: #cf102d; }
    /* line 1274, ../../../_/sass/_layout.scss */
    .secondary-page .main-content p a:hover {
      color: #363636; }
/* line 1278, ../../../_/sass/_layout.scss */
.secondary-page .main-content strong {
  font-weight: 600; }
/* line 1280, ../../../_/sass/_layout.scss */
.secondary-page .main-content .full-column {
  width: 100%; }
/* line 1281, ../../../_/sass/_layout.scss */
.secondary-page .main-content .half-column {
  float: left;
  position: relative;
  /* for centered class */
  margin-left: 15px;
  margin-right: 15px;
  *display: inline;
  width: 450px; }
  @media only screen and (max-width: 767px) {
    /* line 1281, ../../../_/sass/_layout.scss */
    .secondary-page .main-content .half-column {
      margin: 0; } }
  @media only screen and (min-width: 1280px) {
    /* line 1281, ../../../_/sass/_layout.scss */
    .secondary-page .main-content .half-column {
      width: 560px; } }
  @media only screen and (min-width: 768px) and (max-width: 961px) {
    /* line 1281, ../../../_/sass/_layout.scss */
    .secondary-page .main-content .half-column {
      width: 334px; } }
  @media only screen and (max-width: 767px) {
    /* line 1281, ../../../_/sass/_layout.scss */
    .secondary-page .main-content .half-column {
      width: 300px; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    /* line 1281, ../../../_/sass/_layout.scss */
    .secondary-page .main-content .half-column {
      width: 420px; } }
  /* line 1283, ../../../_/sass/_layout.scss */
  .secondary-page .main-content .half-column:nth-child(odd) {
    margin-left: 0; }
/* line 1288, ../../../_/sass/_layout.scss */
.secondary-page .main-content ul li {
  line-height: 1.1em;
  margin-bottom: 10px; }
  /* line 1291, ../../../_/sass/_layout.scss */
  .secondary-page .main-content ul li a {
    font-family: "Titillium Web", sans-serif;
    color: #cf102d; }
    /* line 1294, ../../../_/sass/_layout.scss */
    .secondary-page .main-content ul li a:hover {
      color: #244c5a; }
/* line 1299, ../../../_/sass/_layout.scss */
.secondary-page .main-content em {
  color: #cf102d; }

.play-button {
    display: block;
    position: absolute;
    height: 147px;
    width: 146px;
    top: 250px;
    left: 50%;
    margin-left: -48px;
    background-image: url('../images/video_play_button.png');
}

.right-arrow {
  background-image: url('../../images/icons/arrow-right-7x7.png'); 
}

.down-arrow {
  background-image: url('../../images/icons/arrow-down-7x7.png'); 
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin-right: 10px;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-bottom: 10px solid transparent;  /* left arrow slant */
  border-top: 10px solid transparent; /* right arrow slant */
  border-left: 10px solid #2f2f2f; /* bottom, add background color here */
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  margin-right: 10px;
}

.small-formtext {
  font-size: 16px;
  line-height: 0 !important;
}

.quote-table {
  border-collapse: inherit;
  border-spacing: 10px;
}

.quote-table tr {
  padding-bottom: 10px !important;

}

