@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/*! Bitters 1.0.0 */
/*! http://bitters.bourbon.io */
/*! Copyright 2013-2015 thoughtbot, inc. */
/*! MIT License */
@media screen and (max-width: max-width 768px) {
  .hide-mobile {
    display: none; } }
button, input[type="button"], input[type="reset"], input[type="submit"],
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #2191cb;
  border-radius: 25px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  margin: .5em 0;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  .button:hover,
  .button:focus {
    background-color: #166289;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
  button.green, input[type="button"].green, input[type="reset"].green, input[type="submit"].green,
  .button.green {
    background-color: #b3c042; }
    button.green:hover, button.green:focus, input[type="button"].green:hover, input[type="button"].green:focus, input[type="reset"].green:hover, input[type="reset"].green:focus, input[type="submit"].green:hover, input[type="submit"].green:focus,
    .button.green:hover,
    .button.green:focus {
      background-color: #a2ae3a;
      color: #fff; }

.nav-buttons {
  position: relative;
  float: right;
  top: 1.25em; }
  .nav-buttons:after {
    clear: both;
    content: "";
    display: table; }
  @media \0screen\,screen\9 {
    .nav-buttons {
      top: 1.5em; } }
  .nav-buttons .button i {
    position: relative;
    top: 2px;
    margin-left: 2px; }
  @media screen and (max-width: 420px) {
    .nav-buttons .button {
      padding: .5em 1em; } }
  @media screen and (max-width: 340px) {
    .nav-buttons .button {
      background: none;
      padding: 0;
      color: #fff;
      font-size: .85em;
      position: relative;
      top: 10px; }
      .nav-buttons .button.button-opaque {
        color: #2191cb; }
      .nav-buttons .button:first-child {
        margin-right: 10px; } }
  .nav-buttons .button:first-child {
    background: none;
    border: 1px solid #fff; }
    .nav-buttons .button:first-child:hover, .nav-buttons .button:first-child:focus {
      background: #d0d0d0;
      border: 1px solid #eaeaea;
      color: #fff; }
    .nav-buttons .button:first-child.button-opaque {
      background: #ddd;
      border: none; }
      .nav-buttons .button:first-child.button-opaque:hover, .nav-buttons .button:first-child.button-opaque:focus {
        border: none;
        background: #d0d0d0; }
      @media screen and (max-width: 340px) {
        .nav-buttons .button:first-child.button-opaque {
          color: #2191cb;
          background: none; } }
    @media screen and (max-width: 340px) {
      .nav-buttons .button:first-child {
        background: none;
        border: none; }
        .nav-buttons .button:first-child:hover, .nav-buttons .button:first-child:focus {
          background: none;
          border: none; } }
  @media screen and (max-width: 768px) {
    .nav-buttons {
      top: 0;
      right: 0; } }

.content-button {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 14px;
  padding: 7px 15px; }
  .content-button:hover {
    background: #f7f7f7;
    color: #222; }

.full-width {
  text-align: center;
  width: 100%; }

.plan-button {
  display: inline-block;
  position: relative;
  width: 45%;
  margin: 4% 1% 4% 0; }
  .plan-button i {
    position: relative;
    top: 2px;
    margin-left: 2px; }
  .plan-button.omega {
    margin-right: 0; }
  @media screen and (max-width: 375px) {
    .plan-button {
      width: 95%;
      margin: 10px 0; } }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.8em;
  padding: 1.6em; }

input,
label,
select {
  display: block;
  font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.4em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.8em;
  padding: 0.53333em;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #2191cb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(29, 129, 181, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.4em; }

input[type="file"] {
  padding-bottom: 0.8em;
  width: 100%; }

select {
  margin-bottom: 1.6em;
  max-width: 100%;
  width: auto; }

form:after {
  content: '';
  display: table;
  clear: both; }
form input[type="submit"] {
  float: left; }
form .call-number {
  float: left;
  margin-top: 15px;
  margin-left: 20px; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.8em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.8em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.8em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.8em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  color: #222;
  font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.6;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1em;
  line-height: 1.35;
  margin: 0 0 0.8em; }

p {
  font-size: 1.125em;
  margin: 0 0 0.8em; }

a {
  color: #2191cb;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #166289; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.6em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

.h1--blog {
  margin: 20px 0 0;
  color: #535456; }

.h1--hero {
  color: white;
  font-size: 2.625em;
  font-weight: 800;
  margin: 0;
  text-shadow: 0 2px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 768px) {
    .h1--hero {
      font-size: 2.25em; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.align-center {
  text-align: center; }

.is-hidden {
  width: 1px;
  height: 1px;
  padding: 0;
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  overflow: hidden; }

.white-text,
.white-text * {
  color: #fff; }

.subheading--hero {
  font-size: 3.625em;
  font-weight: 800; }
  @media screen and (max-width: 768px) {
    .subheading--hero {
      font-size: 3em; } }
  @media screen and (max-width: 486px) {
    .subheading--hero {
      font-size: 2.625em;
      line-height: 44px;
      margin-bottom: 16px; } }

.subheading--sm {
  font-size: 0.875em;
  font-weight: 600;
  color: #777;
  text-transform: uppercase; }

.subheading--md {
  font-size: 1.375em;
  font-weight: 400; }
  .subheading--md.bold {
    font-size: 1.5em;
    font-weight: 600; }
  @media screen and (max-width: 768px) {
    .subheading--md {
      font-size: 1.125em; } }

.subheading--lg {
  font-size: 2.25em;
  font-weight: 100;
  margin: 0 0 20px; }

@media screen and (min-width: 40em) {
  .contact-col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .contact-col:last-child {
      margin-right: 0; } }

.sub-hero--left {
  text-align: left; }
  @media screen and (min-width: 40em) {
    .sub-hero--left {
      padding-right: 2.5em;
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 65.88078%; }
      .sub-hero--left:last-child {
        margin-right: 0; } }
  .sub-hero--left .subheading--hero {
    line-height: 1;
    margin-bottom: .5em; }

@media screen and (min-width: 40em) {
  .sub-hero--right {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .sub-hero--right:last-child {
      margin-right: 0; } }

@media screen and (min-width: 40em) {
  .sub-hero__container {
    padding-right: 5.5em; } }

.sub-hero__form {
  margin-top: .25em; }
  .sub-hero__form input[type="text"],
  .sub-hero__form input[type="email"] {
    font-size: 12px; }
  .sub-hero__form .sub-hero__submit {
    padding: .25em 1em;
    font-size: 1.5em;
    border: solid 1px white;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms; }
    .sub-hero__form .sub-hero__submit, .sub-hero__form .sub-hero__submit:hover, .sub-hero__form .sub-hero__submit:active, .sub-hero__form .sub-hero__submit:focus {
      background: none; }
    .sub-hero__form .sub-hero__submit:hover {
      background: rgba(255, 255, 255, 0.25);
      -webkit-transition: all 250ms;
      -moz-transition: all 250ms;
      transition: all 250ms; }

.show-placeholder.validate-form ::-webkit-input-placeholder {
  color: #333; }

.show-placeholder.validate-form :-moz-input-placeholder {
  color: #333; }

.show-placeholder.validate-form ::-moz-input-placeholder {
  color: #333; }

.show-placeholder.validate-form :-ms-input-placeholder {
  color: #333; }

.sub-hero__form.validate-form ::-webkit-input-placeholder, form.show-placeholder ::-webkit-input-placeholder {
  color: #222; }
.sub-hero__form.validate-form :-moz-placeholder, form.show-placeholder :-moz-placeholder {
  /* Firefox 18- */
  color: #222; }
.sub-hero__form.validate-form ::-moz-placeholder, form.show-placeholder ::-moz-placeholder {
  /* Firefox 19+ */
  color: #222; }
.sub-hero__form.validate-form :-ms-input-placeholder, form.show-placeholder :-ms-input-placeholder {
  color: #222; }

@-webkit-keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  60% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1); } }
@-moz-keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  60% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1); } }
@keyframes bounceIn {
  0% {
    transform: scale(0.1);
    opacity: 0; }
  60% {
    transform: scale(1.2);
    opacity: 1; }
  100% {
    transform: scale(1); } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
.clearfix, .service-plans-list {
  zoom: 1; }
  .clearfix:before, .service-plans-list:before, .clearfix:after, .service-plans-list:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after, .service-plans-list:after {
    clear: both; }

.layout {
  background: #fff; }

.container {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    clear: both;
    content: "";
    display: table; }
  .container:after {
    clear: both;
    content: "";
    display: table; }
  .container .subpage-billboard {
    border: 3px solid #eee;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-bottom: 2.5em; }
    .container .subpage-billboard:last-child {
      margin-right: 0; }
  @media screen and (max-width: 68em) {
    .container {
      max-width: 90%;
      margin-left: auto;
      margin-right: auto; }
      .container:after {
        clear: both;
        content: "";
        display: table; } }
  .container .content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .container .content:last-child {
      margin-right: 0; }
  .container .column2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%; }
    .container .column2:last-child {
      margin-right: 0; }
    .container .column2:nth-child(6n) {
      margin-right: 0; }
    .container .column2:nth-child(6n+1) {
      clear: left; }
    .container .column2 p {
      text-align: center; }
    @media screen and (max-width: 768px) {
      .container .column2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin: 0; }
        .container .column2:last-child {
          margin-right: 0; } }
  .container .column3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%; }
    .container .column3:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .container .column3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin: 0; }
        .container .column3:last-child {
          margin-right: 0; } }
  .container .column4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .container .column4:last-child {
      margin-right: 0; }
    .container .column4:nth-child(3n) {
      margin-right: 0; }
    .container .column4:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 768px) {
      .container .column4 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 5%; }
        .container .column4:last-child {
          margin-right: 0; } }
  .container .column6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .container .column6:last-child {
      margin-right: 0; }
    .container .column6:nth-child(2n) {
      margin-right: 0; }
    .container .column6:nth-child(2n+1) {
      clear: left; }
    @media screen and (max-width: 486px) {
      .container .column6 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .container .column6:last-child {
          margin-right: 0; } }
  .container .column8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%; }
    .container .column8:last-child {
      margin-right: 0; }

.videoBlock {
  background: #ddd;
  border-radius: 5px;
  margin-bottom: 0px; }
  .videoBlock h1 {
    font-size: 2.25em;
    font-weight: 300;
    color: white;
    text-align: center;
    margin: 0;
    padding: 25px 0 10px; }
  .videoBlock p {
    color: white;
    text-align: center;
    margin-bottom: 1.25em; }
  .videoBlock i {
    color: white;
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 4px; }
  .videoBlock.create {
    background: #b3c042; }
  .videoBlock.share {
    background: #2191cb; }
  .videoBlock.report {
    background: #eea821; }

.subpage_billboard {
  background-size: cover;
  padding: 10.9375em 0 5em;
  text-align: center; }
  .subpage_billboard.tradeshows {
    background: url("/assets/learn-billboard-tradeshows.jpg") 50% 75% no-repeat;
    background-size: cover; }
  .subpage_billboard.conferences {
    background: url("/assets/learn-billboard-conferences.jpg") 50% 30% no-repeat;
    background-size: cover; }
  .subpage_billboard.endurance {
    background: url("/assets/learn-billboard-endurance.jpg") 50% 55% no-repeat;
    background-size: cover; }
  .subpage_billboard.consumerexpo {
    background: url("/assets/learn-billboard-consumerexpo.jpg") 50% 35% no-repeat;
    background-size: cover; }
  .subpage_billboard.festivals {
    background: url("/assets/learn-billboard-festivals.jpg") 50% 85% no-repeat;
    background-size: cover; }
  .subpage_billboard h1, .subpage_billboard h3 {
    color: #fff;
    font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  .subpage_billboard h1 {
    padding-bottom: 0;
    margin-bottom: 0;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35); }
  .subpage_billboard .button-billboard {
    background: rgba(255, 255, 255, 0.5);
    display: block;
    height: 3.75em;
    width: 3.75em;
    cursor: pointer;
    border-radius: 50px;
    margin: 0 auto;
    text-decoration: none; }
    .subpage_billboard .button-billboard i {
      display: block;
      color: white;
      font-size: 1.625em;
      padding: .65em 0 0; }
    .subpage_billboard .button-billboard:hover {
      background: rgba(255, 255, 255, 0.75); }
  @media screen and (max-width: 768px) {
    .subpage_billboard {
      padding: 8em 0 1.5em 0; } }
  @media screen and (max-width: 486px) {
    .subpage_billboard {
      padding: 6em 0 1em 0; } }

.blogHeader {
  background: url("/assets/billboard-blog.jpg") 50% 75% no-repeat;
  padding: 0.625em 0 0;
  background-size: cover; }
  @media screen and (max-width: 768px) {
    .blogHeader {
      padding: 0.3125em 0; } }
  .blogHeader .blogTitle {
    float: left;
    color: #fff;
    position: relative;
    top: 26px;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
    padding-left: 20px; }
    @media screen and (max-width: 486px) {
      .blogHeader .blogTitle {
        display: none; } }

.segment-subnav {
  background: #ddd;
  padding: 1em 0;
  text-align: center; }
  .segment-subnav.fix-subnav {
    transition: all 0.5s ease;
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 486px) {
    .segment-subnav {
      display: none; } }

.breadcrumb {
  display: inline-block;
  text-align: left; }
  .breadcrumb a {
    background-color: #fff;
    border-left: 0;
    color: #535456;
    display: inline-block;
    font-size: 0.8em;
    line-height: 2.4em;
    margin-bottom: 2px;
    margin-right: -5px;
    padding: 0 0.6em 0 1.2em;
    position: relative;
    text-decoration: none; }
    .breadcrumb a:first-child {
      border-bottom-left-radius: 5px;
      border-left: 1px solid #ddd;
      border-top-left-radius: 5px;
      padding-left: 1.2em; }
    .breadcrumb a:last-child {
      background-color: #fff;
      border-bottom-right-radius: 5px;
      border-top-right-radius: 5px;
      color: #535456;
      padding-right: 1.2em; }
    .breadcrumb a:focus, .breadcrumb a:hover {
      background-color: #fff;
      color: #2191cb; }
    .breadcrumb a:after, .breadcrumb a:before {
      position: absolute;
      top: 0px;
      right: auto;
      bottom: 0px;
      left: 100%;
      border-bottom: 1.2em solid transparent;
      border-left: 0.6em solid transparent;
      border-top: 1.2em solid transparent;
      content: '';
      display: block;
      margin: auto;
      z-index: 2; }
    .breadcrumb a:last-child:after, .breadcrumb a:last-child:before {
      border: none; }
    .breadcrumb a:before {
      border-left-color: #ddd;
      margin-left: 1px;
      z-index: 1; }
    .breadcrumb a:after {
      border-left-color: #fff; }
    @media screen and (min-width: 40em) {
      .breadcrumb a {
        font-size: 1em;
        padding: 0 1.2em 0 1.6em; } }

#overview.add-topMargin {
  margin-top: 72px; }

.subpage-banner {
  background-color: #b3c042;
  font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  padding: 8.75em 0 2.5em 0; }
  .subpage-banner.orange {
    background-color: #eea821; }
  .subpage-banner.blue {
    background-color: #2191cb; }
  .subpage-banner h1 {
    color: white;
    margin: 0; }
  .subpage-banner h2 {
    color: white;
    font-size: 2.625em;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 768px) {
      .subpage-banner h2 {
        font-size: 2.25em; } }
  .subpage-banner h3 {
    color: white;
    font-size: 1.625em;
    font-weight: 400;
    margin: 0; }
    @media screen and (max-width: 768px) {
      .subpage-banner h3 {
        display: none; } }
  .subpage-banner p {
    height: 0;
    font-size: 0;
    margin: 0; }
  @media screen and (max-width: 768px) {
    .subpage-banner {
      padding: 6em 0 1.5em 0; } }

.feature_image {
  position: relative; }
  .feature_image img {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    z-index: 5;
    margin: 0 auto 20px;
    background: #F5F5F5;
    padding: 5px; }
  .feature_image:before {
    display: block;
    content: ' ';
    position: absolute;
    bottom: 0px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(90%, white), color-stop(100%, white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 90%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    height: 50px;
    z-index: 10; }

.border {
  position: relative;
  float: left; }
  .border img {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    z-index: 5;
    margin: 0 auto 20px;
    background: #F5F5F5;
    padding: 5px;
    margin-top: 3em; }

ul.brands, ul.videos {
  margin-top: 1.5em; }
  ul.brands li, ul.videos li {
    float: left;
    margin: 1em 2%;
    width: 22%; }
    ul.brands li a:hover img, ul.videos li a:hover img {
      opacity: .9; }
    ul.brands li img, ul.videos li img {
      -webkit-transition: 0.15s;
      -moz-transition: 0.15s;
      transition: 0.15s; }
    ul.brands li:first-child, ul.videos li:first-child {
      margin-left: 0; }
    ul.brands li:nth-child(4n), ul.videos li:nth-child(4n) {
      margin-right: 0; }
    ul.brands li:nth-child(4n+1), ul.videos li:nth-child(4n+1) {
      margin-left: 0; }
    ul.brands li img, ul.videos li img {
      display: block;
      margin: 0 auto; }

ul.videos {
  margin: 0; }
  ul.videos li img {
    width: 100%;
    max-width: 100%;
    margin: 0; }

ul.brands li {
  border-radius: 3px; }

ul.custom-themes li {
  float: left;
  margin: 1em .5%;
  padding: 1%;
  width: 30.65%;
  border-radius: 3px; }
  ul.custom-themes li a:hover img {
    opacity: .9; }
  ul.custom-themes li:first-child {
    margin-left: 0; }
  ul.custom-themes li:nth-child(3n) {
    margin-right: 0; }
  ul.custom-themes li:nth-child(4n) {
    margin-left: 0; }
  ul.custom-themes li:nth-child(9n) {
    margin-left: 0; }
  ul.custom-themes li img {
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    transition: 0.15s;
    display: block;
    margin: 0 auto;
    width: 100%; }
  @media screen and (max-width: 768px) {
    ul.custom-themes li {
      width: 100%; } }

ul.bullet {
  text-align: left;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  list-style-image: none; }
  ul.bullet li {
    background: url(../images/bullet_dark.png) no-repeat 0 3px;
    padding: 0 0 0 28px;
    margin: 0 0 5px;
    line-height: 30px;
    font-size: 1.15em;
    font-weight: 100; }
    ul.bullet li h4 {
      margin: 0;
      font-size: 1em;
      line-height: 26px;
      padding: 0 10px 5px 0; }
  ul.bullet.eight li {
    background-position: 5px 3px;
    padding-left: 33px; }
    ul.bullet.eight li h4 {
      font-weight: 200; }

.faqs {
  text-align: left; }
  .faqs h3 {
    font-family: "Open Sans", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase;
    color: #FFF;
    font-size: 18px;
    width: 235px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    margin: 0 auto 20px;
    word-spacing: 3px; }
  .faqs .faq_entry {
    margin: 0 0 15px;
    text-align: left;
    border-bottom: 1px solid #e9e9e9; }
    .faqs .faq_entry:last-child {
      border-color: red; }
    .faqs .faq_entry .question {
      padding: 10px 0px; }
      .faqs .faq_entry .question p {
        margin: 0;
        font-weight: bold;
        font-size: 20px;
        line-height: 130%;
        color: #2191cb;
        text-align: left; }
    .faqs .faq_entry .answer {
      padding: 10px; }
      .faqs .faq_entry .answer p {
        margin: 0;
        font-size: 16px;
        text-align: left; }

.form {
  background-color: #f4f4f4;
  border: 1px solid #ddd; }

.main h1, .secondary h1, .home_process h1, .home_events h1 {
  font-size: 2.25em;
  font-weight: 100;
  margin: 0 0 40px;
  text-align: center; }
.main h4, .secondary h4, .home_process h4, .home_events h4 {
  font-size: 0.875em;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  text-align: center; }
.main aside h1, .secondary aside h1, .home_process aside h1, .home_events aside h1 {
  margin: 0 0 20px; }
.main aside h1, .main aside h2, .main aside h3, .main aside h4, .secondary aside h1, .secondary aside h2, .secondary aside h3, .secondary aside h4, .home_process aside h1, .home_process aside h2, .home_process aside h3, .home_process aside h4, .home_events aside h1, .home_events aside h2, .home_events aside h3, .home_events aside h4 {
  text-align: left; }
@media screen and (max-width: 768px) {
  .main, .secondary, .home_process, .home_events {
    width: 100%;
    margin: 0; }
    .main h1, .secondary h1, .home_process h1, .home_events h1 {
      font-size: 1.75em; }
    .main h4, .secondary h4, .home_process h4, .home_events h4 {
      font-size: .75em;
      margin-bottom: 5px; } }

.segment-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .segment-image:last-child {
    margin-right: 0; }
  .segment-image img {
    border: 3px solid #ddd;
    width: 100%;
    height: auto; }
  @media screen and (max-width: 486px) {
    .segment-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .segment-image:last-child {
        margin-right: 0; } }

.segment-description {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0; }
  .segment-description:last-child {
    margin-right: 0; }
  .segment-description h1 {
    margin: 10px 0;
    text-align: left; }
  .segment-description p {
    margin-bottom: 20px; }
  .segment-description li {
    display: inline-block; }
  @media screen and (max-width: 486px) {
    .segment-description {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-right: 0; }
      .segment-description:last-child {
        margin-right: 0; } }

.cases h1 {
  margin: 0 0 20px; }
.cases .billboard {
  position: relative;
  margin: 40px auto; }
  .cases .billboard img {
    width: 100%;
    height: 350px; }
    @media screen and (max-width: 768px) {
      .cases .billboard img {
        height: auto; } }
.cases .listCallOut {
  background: #f5f5f5;
  padding: 2em;
  list-style: disc inside; }
  .cases .listCallOut li {
    font-size: 16px;
    color: #777;
    margin-bottom: 10px; }
    .cases .listCallOut li:last-child {
      margin-bottom: 0; }

.learn_webinar .times {
  padding-left: 10.5em;
  margin-top: 2em; }
  @media only screen and (max-width: 959px) {
    .learn_webinar .times {
      padding-left: 4em; } }
  @media only screen and (max-width: 959px) {
    .learn_webinar .times {
      padding-left: 4em; } }
@media screen and (max-width: 768px) {
  .learn_webinar ul {
    margin-bottom: 0; } }
.learn_webinar li {
  margin-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .learn_webinar li {
      margin: 1em; } }
.learn_webinar h5 {
  font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 16px; }
  .learn_webinar h5 a, .learn_webinar h5 a:visited {
    color: #2191cb; }
.learn_webinar img {
  margin-right: 1em; }
.learn_webinar .date {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px; }

.testimonials {
  text-align: center; }

a.learnmore {
  display: block;
  width: 190px;
  height: 250px;
  margin: 0;
  padding: 20px;
  background: #b3c042;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
  font-size: 24px;
  line-height: 32px;
  font-weight: 100; }
  a.learnmore:hover {
    background: #c2cd68; }

#post-383, #post-380 {
  text-align: left; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin: 40px 0;
  border: 2px solid #f1f1f1; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.formWrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-left: 17.05961%;
  position: relative;
  height: 100%; }
  .formWrapper:last-child {
    margin-right: 0; }
  .formWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media screen and (max-width: 486px) {
    .formWrapper {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .formWrapper:last-child {
        margin-right: 0; } }

section {
  padding: 3em 0; }
  section:after {
    clear: both;
    content: "";
    display: table; }

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

.pricing-bg img {
  border: 3px solid white;
  margin: 2em auto 0; }

table {
  width: 100%;
  font-size: 1em; }

tbody tr:hover > td, tbody tr:hover > th {
  background-color: #f7f7f7; }

td, th {
  vertical-align: middle;
  text-align: right;
  padding: 0.9375em 0.625em; }
  td:first-child, th:first-child {
    text-align: left; }
  td a, th a {
    display: inline-block;
    font-size: 0.75em;
    padding: 0.3125em 0.625em;
    border: 1px solid #ddd;
    border-radius: 12px;
    margin-left: 5px;
    text-decoration: none !important; }

.plans, .bag-cost, .section-header {
  border: none;
  color: white;
  font-weight: 800;
  padding: 0.3125em 0.625em; }
  .plans.plans, .bag-cost.plans, .section-header.plans {
    background: none;
    color: #222;
    font-weight: normal; }
  .plans.bag-cost, .bag-cost.bag-cost, .section-header.bag-cost {
    background: #eea821;
    padding: 0.625em; }
  .plans.section-header, .bag-cost.section-header, .section-header.section-header {
    background: #2191cb; }

.included {
  color: #eea821; }

.not-included {
  color: #ddd; }

.service-plans-list, .service-plan--feature-list {
  list-style-type: none; }

.service-plan--primary {
  font-size: 0.875em;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  text-align: center; }

.service-plan--secondary {
  font-size: 2.25em !important;
  font-weight: 100 !important;
  margin: 0 0 40px;
  text-align: center; }

.service-plan--blue {
  font-size: 1.5em;
  font-weight: 400;
  margin: 0 0 0.3125em;
  color: #2191cb; }

.service-plans-list * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.service-plan, .service-plan_featured {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
  .service-plan:last-child, .service-plan_featured:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .service-plan, .service-plan_featured {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin: 0 0 1em; }
      .service-plan:last-child, .service-plan_featured:last-child {
        margin-right: 0; } }
  .service-plan.selected, .selected.service-plan_featured {
    border-color: #477DCA; }

.service-plan--feature-list {
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0;
  text-align: center; }

.service-plan_featured {
  margin-top: 0; }
  .service-plan_featured .service-plan--card {
    background: #2191cb;
    color: white;
    border: none; }
    .service-plan_featured .service-plan--card > p {
      color: white; }
  .service-plan_featured .service-plan--price, .service-plan_featured .service-plan--plan {
    color: white; }

.service-plan--typebar {
  background-color: #1d81b5;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  padding: .75em 0;
  text-transform: uppercase; }

.service-plan--details {
  padding: 2em;
  text-align: left; }
  .service-plan--details > h1 {
    margin-bottom: 20px; }
  .service-plan--details.omega {
    margin-bottom: 0; }

.service-plan--feature {
  padding: 1.125em 0;
  margin: 0;
  border-bottom: 1px dashed #eaeaea; }
  .service-plan--feature:last-child {
    border-bottom: none; }

.service-plan--card {
  background: #299fdc;
  padding: 2em; }
  .service-plan--card .main-title {
    color: #addaf2;
    font-size: 1.5em;
    margin-bottom: 0.625em; }
  .service-plan--card > p {
    color: #0f435d;
    font-size: 16px;
    margin-bottom: 0; }

.service-plan--plan {
  color: #2191cb;
  font-size: 1.55em;
  font-weight: 100;
  margin-bottom: .25em; }

.service-plan--price {
  font-family: "Open Sans", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 4.5em;
  color: #addaf2;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.05em; }

.service-plan--cta, .service-plan--details {
  background: #f1f1f1;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: none; }

.ribbon-box {
  position: relative; }

.ribbon-wrapper {
  height: 100px;
  width: 100px;
  overflow: hidden;
  position: absolute;
  right: -1px;
  top: -1px; }
  .ribbon-wrapper .ribbon {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #eea821;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.9em;
    font-weight: 800;
    left: -5px;
    line-height: 1.5em;
    padding: 3px 7px;
    position: relative;
    text-align: center;
    top: 25px;
    width: 135px; }

.service-plan--enterprise {
  padding: 20px 30px;
  background: #f1f1f1;
  border-radius: 5px;
  margin-top: 1.25em; }
  .service-plan--enterprise:after {
    clear: both;
    content: "";
    display: table; }
  .service-plan--enterprise > h1 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 0.3125em;
    color: #2191cb; }
    .service-plan--enterprise > h1 span {
      font-size: .5em; }
  .service-plan--enterprise p {
    font-size: 1em;
    margin: 0; }
    .service-plan--enterprise p span.callout {
      background: #b3c042;
      padding: 3px 10px;
      border-radius: 3px;
      color: #fff;
      margin-right: 5px;
      font-weight: 600; }

.service-plan--activeworks {
  padding: 20px 30px;
  background: #f1f1f1;
  border-radius: 5px;
  margin-bottom: 1.25em; }
  .service-plan--activeworks:after {
    clear: both;
    content: "";
    display: table; }
  .service-plan--activeworks > h1 {
    font-size: 1.5em;
    font-weight: 400;
    margin: 0 0 0.3125em;
    color: #2191cb; }
    .service-plan--activeworks > h1 span {
      font-size: .5em; }
  .service-plan--activeworks p {
    font-size: 1em;
    margin: 0; }
    .service-plan--activeworks p span.callout {
      background: #b3c042;
      padding: 3px 10px;
      border-radius: 3px;
      color: #fff;
      margin-right: 5px;
      font-weight: 600; }

.pricing_link {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  font-size: 1.25em;
  padding: 1.5em 0 1em; }
  @media screen and (max-width: 486px) {
    .pricing_link {
      padding: .5em 0;
      font-size: .85em; } }

.base-features li {
  display: inline-block;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  padding: 2%;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
  .base-features li:last-child {
    margin-right: 0; }
  .base-features li:nth-child(4n) {
    margin-right: 0; }
  .base-features li:nth-child(4n+1) {
    clear: left; }
  .base-features li.firstRow {
    margin-bottom: 1.75em; }
    @media screen and (max-width: 768px) {
      .base-features li.firstRow {
        margin-bottom: 10px; } }
  .base-features li .icon i {
    font-size: 1.75em; }
  .base-features li h5, .base-features li h4, .base-features li p {
    font-size: 1em;
    text-align: center; }
  .base-features li h4 {
    color: #000;
    text-transform: none; }
  @media screen and (max-width: 768px) {
    .base-features li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%;
      margin-bottom: 10px;
      padding: 5%; }
      .base-features li:last-child {
        margin-right: 0; }
      .base-features li:nth-child(2n) {
        margin-right: 0; }
      .base-features li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 486px) {
    .base-features li {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .base-features li:last-child {
        margin-right: 0; } }

.tooltip {
  position: relative;
  display: inline;
  font-size: 1em;
  border: none;
  padding: 0;
  margin: 0 5px 0 0; }
  .tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: -10px;
    padding: 15px;
    position: absolute;
    z-index: 98;
    width: 220px; }
  .tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 8px 8px 0 8px;
    bottom: 20px;
    content: "";
    left: 0;
    position: absolute;
    z-index: 99; }

.referral-list {
  padding: 2.5em; }
  .referral-list h2 {
    font-size: 1.75em; }

@media screen and (min-width: 769px) {
  .nav, .nav-blog {
    font-family: "Source Sans Pro", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    text-transform: uppercase; }
    .nav:after, .nav-blog:after {
      clear: both;
      content: "";
      display: table; }
    .nav ul, .nav-blog ul {
      margin: 0; }
      .nav ul:after, .nav-blog ul:after {
        clear: both;
        content: "";
        display: table; }
      .nav ul li, .nav-blog ul li {
        display: inline-block; }
        .nav ul li a, .nav ul li a:link, .nav ul li a:visited, .nav-blog ul li a, .nav-blog ul li a:link, .nav-blog ul li a:visited {
          display: block;
          cursor: pointer;
          text-decoration: none;
          color: #fff;
          font-size: 1em;
          font-weight: 400; }
          .nav ul li a:hover, .nav ul li a:link:hover, .nav ul li a:visited:hover, .nav-blog ul li a:hover, .nav-blog ul li a:link:hover, .nav-blog ul li a:visited:hover {
            border-bottom: 2px solid #fff;
            padding-bottom: 5px; }
        .nav ul li:last-child, .nav-blog ul li:last-child {
          border: 1px solid #fff;
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          border-bottom-left-radius: 20px;
          border-bottom-right-radius: 20px; }
          .nav ul li:last-child:hover, .nav-blog ul li:last-child:hover {
            background: rgba(255, 255, 255, 0.25); }
          .nav ul li:last-child a:hover, .nav-blog ul li:last-child a:hover {
            color: #fff;
            border-bottom: none;
            padding-bottom: 0; } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #header.opaque-header {
    transition: all 0.5s ease;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    height: 105px; }
    @media screen and (max-width: 486px) {
      #header.opaque-header {
        height: 67px; } }
    #header.opaque-header li:last-child {
      background: #eea821; }
      #header.opaque-header li:last-child a, #header.opaque-header li:last-child a:link, #header.opaque-header li:last-child a:visited {
        color: #fff; }
      #header.opaque-header li:last-child:hover {
        background: #cc8c10; }
      #header.opaque-header li:last-child a:hover {
        color: #fff;
        border-bottom: none; }
      @media screen and (max-width: 768px) {
        #header.opaque-header li:last-child {
          background: none; }
          #header.opaque-header li:last-child a, #header.opaque-header li:last-child a:link, #header.opaque-header li:last-child a:visited {
            color: #222; }
          #header.opaque-header li:last-child a:hover {
            color: #fff; } }
    #header.opaque-header .show-menu {
      background: #b3c042; }
      #header.opaque-header .show-menu:hover {
        background: #7f882d; }
      #header.opaque-header .show-menu i {
        color: #fff; }

.logo, .logoBlog {
  margin: .5em 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .logo:last-child, .logoBlog:last-child {
    margin-right: 0; }
  .logo > a, .logoBlog > a {
    display: block;
    background: url(../images/logo-active-veb-white.png) left center no-repeat;
    text-indent: -50000px;
    background-size: contain;
    height: 75px; }
    @media screen and (max-width: 486px) {
      .logo > a, .logoBlog > a {
        height: 50px; } }
    @media \0screen\,screen\9 {
      .logo > a, .logoBlog > a {
        display: block;
        width: 110px;
        height: 55px;
        background: url(../images/footer_logo_veb.png) no-repeat 0 0;
        text-indent: -50000px;
        cursor: pointer;
        float: left;
        margin: 0 15px 0 0; }
        .logo > a:hover, .logoBlog > a:hover {
          background-position: 0 -55px; } }
  .logo.change-logo a, .logoBlog.change-logo a {
    background: url(../images/logo-active-veb.png) no-repeat;
    background-size: contain; }
  @media screen and (max-width: 768px) {
    .logo, .logoBlog {
      width: 250px;
      padding: 0; } }
  @media screen and (max-width: 486px) {
    .logo, .logoBlog {
      width: 190px;
      padding: 0; } }

@media screen and (min-width: 769px) {
  .nav {
    padding: 2em 0;
    text-align: right;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    margin-right: 0; }
    .nav:last-child {
      margin-right: 0; }
    .nav.nav-partners {
      padding-right: 0; }
    .nav ul li {
      padding: 5px 10px; }
      .nav ul li.change-link-color a {
        color: #222; }
      .nav ul li.change-link-color a:hover {
        border-bottom: 2px solid #eea821; }
      .nav ul li.current_page_item a, .nav ul li.current_page_parent a {
        color: #7f882d; } }

.category-nav {
  background: #ddd; }
  @media screen and (min-width: 769px) {
    .category-nav .nav-blog li {
      padding: 15px; }
      .category-nav .nav-blog li:hover {
        background: #d0d0d0; }
      .category-nav .nav-blog li a, .category-nav .nav-blog li a:link, .category-nav .nav-blog li a:visited {
        color: #777;
        font-size: 0.875em; }
        .category-nav .nav-blog li a:hover, .category-nav .nav-blog li a:link:hover, .category-nav .nav-blog li a:visited:hover {
          color: #5e5e5e;
          border-bottom: none;
          padding-bottom: 0; }
      .category-nav .nav-blog li:last-child {
        padding: 5px 15px; } }
  @media screen and (max-width: 768px) {
    .category-nav .container {
      max-width: 100%; } }

@media screen and (max-width: 768px) {
  .sliding-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: auto;
    height: 100%;
    width: 300px;
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: #fff;
    z-index: 999999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .sliding-menu ul {
      padding: 0;
      margin: 0; }
    .sliding-menu li {
      list-style: none; }
    .sliding-menu li a {
      border-bottom: 1px solid #f2f2f2;
      color: #222;
      display: block;
      padding: 1em;
      text-transform: uppercase;
      text-decoration: none; }
      .sliding-menu li a:focus {
        background-color: #f2f2f2; }
      .sliding-menu li a:hover {
        background-color: #2191cb;
        color: #fff; }
    .sliding-menu.is-visible {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      box-shadow: -1px 0 9px rgba(0, 0, 0, 0.4); } }
.sliding-menu.container {
  margin: 0; }

.show-menu {
  padding: 12px;
  cursor: pointer;
  position: fixed;
  top: 1.5em;
  right: 1.5em;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  height: 44px;
  width: 44px;
  display: none; }
  .show-menu:hover {
    background: #2191cb;
    color: #fff; }
  .show-menu i {
    height: 2em; }
  @media screen and (max-width: 768px) {
    .show-menu {
      display: block; } }
  @media screen and (max-width: 486px) {
    .show-menu {
      top: .75em;
      right: .75em; } }

.bodyShift {
  -webkit-transform: translateX(-220px);
  -moz-transform: translateX(-220px);
  -ms-transform: translateX(-220px);
  -o-transform: translateX(-220px);
  transform: translateX(-220px);
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }

.bodyShiftBack {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  transition: all 0.25s linear; }

@media screen and (max-width: 768px) {
  .sliding-menu-fade-screen {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    transition: all 0.25s linear;
    background: black;
    opacity: 0;
    visibility: hidden;
    z-index: 999998; }
    .sliding-menu-fade-screen.is-visible {
      opacity: 0.4;
      visibility: visible; } }

.cta {
  padding: 2em 1em;
  background: #eea821;
  text-align: center; }
  .cta.referral-orange {
    background: #eea821;
    padding: 3em 0; }
  .cta .button-billboard {
    margin-top: 0; }
  .cta h4 {
    color: white;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px; }

.grid-items-lines {
  position: relative; }
  .grid-items-lines p {
    line-height: 1.5em;
    margin: 0 auto;
    text-align: center; }
  .grid-items-lines a {
    text-decoration: none; }
  .grid-items-lines:after {
    clear: both;
    content: "";
    display: table; }
  .grid-items-lines .grid-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #2191cb;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    float: left;
    height: 14em;
    overflow: hidden;
    outline: none;
    padding: 2em;
    width: 100%; }
    @media screen and (min-width: 53.75em) {
      .grid-items-lines .grid-item {
        width: 33.33333%; } }
    .grid-items-lines .grid-item:focus, .grid-items-lines .grid-item:hover {
      background: #3fa9e0; }
  .grid-items-lines .grid-item img {
    display: block;
    height: 2.75em;
    margin: 0 auto .75em;
    opacity: 0.2; }
  .grid-items-lines .grid-item h1 {
    color: white;
    font-size: 1.3em;
    margin-bottom: 0.4em;
    text-align: center; }
  .grid-items-lines .grid-item p {
    color: rgba(255, 255, 255, 0.6); }
    @media screen and (min-width: 40em) {
      .grid-items-lines .grid-item p {
        max-width: 70%; } }
  @media screen and (min-width: 53.75em) {
    .grid-items-lines .grid-item-big {
      width: 50%; } }
  @media screen and (min-width: 40em) {
    .grid-items-lines .grid-item-big p {
      max-width: 60%; } }
  .grid-items-lines .right-cover {
    background: #2191cb;
    height: 100%;
    position: absolute;
    right: 0px;
    width: 4px; }

.footer {
  background: #222;
  padding: 3.2em 1.618em;
  width: 100%; }
  .footer .footer-links {
    margin-bottom: 0.8em; }
    .footer .footer-links:after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (min-width: 40em) {
      .footer .footer-links {
        margin-left: 8.5298%; } }
  .footer ul {
    margin-bottom: 1.6em;
    padding: 0; }
    @media screen and (min-width: 40em) {
      .footer ul {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .footer ul:last-child {
          margin-right: 0; }
        .footer ul:nth-child(4n) {
          margin-right: 0; }
        .footer ul:nth-child(4n+1) {
          clear: left; }
        .footer ul:after {
          clear: both;
          content: "";
          display: table; } }
  .footer li {
    text-align: center;
    color: #999;
    list-style: none;
    line-height: 1.5em; }
    .footer li h3, .footer li a {
      color: #999; }
    .footer li h3 {
      font-size: 1em;
      font-weight: 600;
      margin-bottom: 0.4em; }
    .footer li a {
      text-decoration: none; }
      .footer li a:focus, .footer li a:hover {
        color: #eea821;
        text-decoration: underline; }
    @media screen and (min-width: 40em) {
      .footer li {
        text-align: left; } }
  .footer hr {
    border: 1px dotted rgba(153, 153, 153, 0.4);
    margin: 0 auto 1.6em;
    width: 20em; }
  .footer p, .footer a {
    color: #999; }
  .footer p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: auto;
    text-align: center; }
  .footer a {
    text-decoration: none; }
    .footer a:focus, .footer a:hover {
      color: #eea821;
      text-decoration: underline; }

.home_billboard {
  background: url("/assets/home-billboard-endurance.jpg") 50% 10% no-repeat;
  background-size: cover;
  padding: 12em 0 6em;
  text-align: center; }
  .home_billboard h1, .home_billboard h6, .home_billboard h2 {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 3em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
  .home_billboard h1, .home_billboard h2 {
    font-size: 3.625em;
    font-weight: 900;
    margin-bottom: .125em; }
  .home_billboard h6 {
    font-size: 1.375em;
    font-weight: 400; }
  .home_billboard .billboard-button-container {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .home_billboard .billboard-button-container:last-child {
      margin-right: 0; }
  .home_billboard .button-billboard {
    float: left;
    display: block;
    margin-right: 4.82916%;
    width: 47.58542%;
    background: #eea821;
    border-radius: 28px;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
    color: #fff;
    display: inline-block;
    position: relative;
    cursor: pointer;
    font-size: 0.875em;
    font-weight: 600;
    padding: 0.875em 0;
    text-decoration: none;
    text-transform: uppercase; }
    .home_billboard .button-billboard:last-child {
      margin-right: 0; }
    .home_billboard .button-billboard:hover, .home_billboard .button-billboard:focus {
      background: #e49c11;
      top: 1px; }
    @media screen and (max-width: 768px) {
      .home_billboard .button-billboard {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 0.625em; }
        .home_billboard .button-billboard:last-child {
          margin-right: 0; } }
  .home_billboard.partners {
    background: url("/assets/vrb-hero2.jpg") 50% 10% no-repeat; }
  @media screen and (max-width: 768px) {
    .home_billboard {
      padding: 10em 0 2em 0; }
      .home_billboard h1 {
        font-size: 2.75em; }
      .home_billboard h6 {
        font-size: 1.25em;
        margin-bottom: 2em; } }
  @media screen and (max-width: 486px) {
    .home_billboard {
      padding: 6em 0 1.5em 0; }
      .home_billboard h1 {
        font-size: 2.5em;
        line-height: 1.2; }
      .home_billboard h6 {
        font-size: 1.125em;
        margin-bottom: 2em; } }

.home_intro {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
  padding: 1.5em 0 3em; }
  .home_intro .segment-nav {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .home_intro .segment-nav:after {
      clear: both;
      content: "";
      display: table; }
  .home_intro .segment-link {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 18.11388%;
    background: #fefefe;
    box-shadow: 0 3px 0 #e9e9e9;
    border-radius: 5px;
    padding: 1.25em 0;
    color: #777;
    cursor: pointer; }
    .home_intro .segment-link:last-child {
      margin-right: 0; }
    .home_intro .segment-link:focus, .home_intro .segment-link:hover {
      background: #f6f6f6;
      box-shadow: inset 0 2px 0 #eeeeee, 0 3px 0 #e9e9e9; }
    @media screen and (max-width: 768px) {
      .home_intro .segment-link {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-bottom: 0.625em; }
        .home_intro .segment-link:last-child {
          margin-right: 0; } }
  .home_intro h1, .home_intro h6 {
    color: white; }
  .home_intro h1 {
    font-size: 1.375em;
    color: #ddd; }
    @media screen and (max-width: 768px) {
      .home_intro h1 {
        font-size: 1.15em !important; } }

.main, .secondary {
  padding: 3em 0; }
  .main aside,
  .main .feature-content, .secondary aside,
  .secondary .feature-content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 40.29137%;
    margin-top: 1em;
    float: left;
    text-align: left; }
    .main aside:last-child,
    .main .feature-content:last-child, .secondary aside:last-child,
    .secondary .feature-content:last-child {
      margin-right: 0; }
    .main aside p,
    .main .feature-content p, .secondary aside p,
    .secondary .feature-content p {
      color: #777;
      margin: 0 0 1.25em; }
    @media screen and (max-width: 768px) {
      .main aside,
      .main .feature-content, .secondary aside,
      .secondary .feature-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin: 0; }
        .main aside:last-child,
        .main .feature-content:last-child, .secondary aside:last-child,
        .secondary .feature-content:last-child {
          margin-right: 0; } }
  .main .feature-content.right, .secondary .feature-content.right {
    margin-right: 0; }
  .main .feature-image, .secondary .feature-image {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 57.35098%;
    float: left; }
    .main .feature-image:last-child, .secondary .feature-image:last-child {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .main .feature-image, .secondary .feature-image {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin: 1.25em 0; }
        .main .feature-image:last-child, .secondary .feature-image:last-child {
          margin-right: 0; } }

.secondary {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .secondary {
      padding: 2em 0; } }
  .secondary .icon {
    background: #2191cb;
    display: block;
    height: 60px;
    width: 60px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: inset 0 2px 0 #1d81b5;
    margin: 0 auto 15px;
    padding: 10px 10px 0; }
    .secondary .icon i {
      display: block;
      color: #fff;
      font-size: 1.5em;
      text-align: center; }
    .secondary .icon.green {
      background: #b3c042;
      box-shadow: inset 0 2px 0 #a2ae3a; }
    .secondary .icon.orange {
      background: #eea821;
      box-shadow: inset 0 2px 0 #e49c11; }
  .secondary .timeline {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .secondary .timeline:after {
      clear: both;
      content: "";
      display: table; }
    .secondary .timeline .process-block {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .secondary .timeline .process-block:last-child {
        margin-right: 0; }
    .secondary .timeline .cta-block {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .secondary .timeline .cta-block:last-child {
        margin-right: 0; }
    .secondary .timeline .process-block, .secondary .timeline .cta-block {
      border-top-left-radius: 6px;
      border-top-right-radius: 6px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px;
      background: #fff;
      padding: 30px;
      margin-top: 20px;
      position: relative;
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25); }
      .secondary .timeline .process-block:hover, .secondary .timeline .process-block:focus, .secondary .timeline .cta-block:hover, .secondary .timeline .cta-block:focus {
        top: 2px; }
      .secondary .timeline .process-block .process-icon, .secondary .timeline .cta-block .process-icon {
        margin: -55px auto 15px;
        border: 3px solid #fff; }
      .secondary .timeline .process-block .process-step, .secondary .timeline .cta-block .process-step {
        font-size: 1em;
        font-weight: 600;
        text-align: center;
        margin-bottom: 0;
        text-transform: uppercase; }
        @media screen and (max-width: 768px) {
          .secondary .timeline .process-block .process-step, .secondary .timeline .cta-block .process-step {
            font-size: 1.25em; } }
      .secondary .timeline .process-block .process-title, .secondary .timeline .cta-block .process-title {
        color: #2191cb;
        font-size: 3em;
        font-weight: 100;
        text-align: center;
        margin-bottom: 0;
        text-transform: capitalize; }
        .secondary .timeline .process-block .process-title.green, .secondary .timeline .cta-block .process-title.green {
          color: #b3c042; }
        .secondary .timeline .process-block .process-title.orange, .secondary .timeline .cta-block .process-title.orange {
          color: #eea821; }
      .secondary .timeline .process-block .process-divider, .secondary .timeline .cta-block .process-divider {
        height: 5px;
        width: 135px;
        background: #2191cb;
        margin: 10px auto 30px; }
        .secondary .timeline .process-block .process-divider.green, .secondary .timeline .cta-block .process-divider.green {
          background: #b3c042; }
        .secondary .timeline .process-block .process-divider.orange, .secondary .timeline .cta-block .process-divider.orange {
          background: #eea821; }
      .secondary .timeline .process-block .process-description, .secondary .timeline .cta-block .process-description {
        color: #777;
        font-size: 1.125em;
        background: none; }
      @media screen and (max-width: 1024px) {
        .secondary .timeline .process-block, .secondary .timeline .cta-block {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .secondary .timeline .process-block:last-child, .secondary .timeline .cta-block:last-child {
            margin-right: 0; } }
      .secondary .timeline .process-block .actions, .secondary .timeline .cta-block .actions {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 46.28851%;
        padding: 2%; }
        .secondary .timeline .process-block .actions:last-child, .secondary .timeline .cta-block .actions:last-child {
          margin-right: 0; }
        @media screen and (max-width: 486px) {
          .secondary .timeline .process-block .actions, .secondary .timeline .cta-block .actions {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            margin: auto;
            padding: 5% 0 0; }
            .secondary .timeline .process-block .actions:last-child, .secondary .timeline .cta-block .actions:last-child {
              margin-right: 0; }
            .secondary .timeline .process-block .actions p, .secondary .timeline .cta-block .actions p {
              padding: 2% 4% 0; } }
  .secondary .how-steps li {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    padding: 2%; }
    .secondary .how-steps li:last-child {
      margin-right: 0; }
    .secondary .how-steps li > h4 {
      font-weight: normal;
      padding: 5px 10px;
      text-align: center;
      margin: 0 auto; }
    .secondary .how-steps li > p {
      text-align: center; }
    @media screen and (max-width: 1024px) {
      .secondary .how-steps li {
        width: 90%;
        padding: 5%;
        margin-bottom: 3%; }
        .secondary .how-steps li p {
          padding: 2% 4% 0; } }

.segment-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-bottom: 1.875em; }
  .segment-content:last-child {
    margin-right: 0; }
  .segment-content:nth-child(4n) {
    margin-right: 0; }
  .segment-content:nth-child(4n+1) {
    clear: left; }
  .segment-content h2 {
    color: #222;
    font-size: 1.25em;
    font-weight: 500;
    padding: 0.3125em 0;
    margin-bottom: 0;
    border: none; }
  .segment-content p {
    color: #777;
    margin: 0 0 1.25em; }
  @media screen and (max-width: 768px) {
    .segment-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .segment-content:last-child {
        margin-right: 0; } }

.titlebar-line {
  border-bottom: 1px dotted #d0d0d0;
  text-align: center;
  margin: 0 0 2.625em; }
  .titlebar-line h6 {
    background: #f1f1f1;
    color: #777;
    display: inline-block;
    font-weight: 500;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
    top: 22px; }
  .titlebar-line.customers {
    border-bottom: 1px dotted #d0d0d0; }
    .titlebar-line.customers h6 {
      background: #f1f1f1;
      color: accent-font-color; }

.logo-rows img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.15s;
  -moz-transition: 0.15s;
  transition: 0.15s;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  opacity: 1.0; }
  .logo-rows img:last-child {
    margin-right: 0; }
  .logo-rows img:nth-child(6n) {
    margin-right: 0; }
  .logo-rows img:nth-child(6n+1) {
    clear: left; }
  .logo-rows img:hover {
    opacity: 0.7; }
  @media screen and (max-width: 486px) {
    .logo-rows img {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%;
      margin-bottom: 0.9375em; }
      .logo-rows img:last-child {
        margin-right: 0; }
      .logo-rows img:nth-child(3n) {
        margin-right: 0; }
      .logo-rows img:nth-child(3n+1) {
        clear: left; } }

 /* Blog
================================================== */
article {
  text-align: left;
  margin: 0 0 20px;
  border-bottom: 1px dashed #E5E5E5;
  padding: 10px 0 20px;
  position: relative; }
  article h3 {
    color: #1a729f; }
  article a, article a:link, article a:visited {
    color: #2191cb;
    text-decoration: none; }
    article a:hover, article a:link:hover, article a:visited:hover {
      text-decoration: underline; }
  article .entry-header h1 {
    font-size: 36px;
    line-height: 130%;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (max-width: 768px) {
      article .entry-header h1 {
        font-size: 32px; } }
    @media screen and (max-width: 486px) {
      article .entry-header h1 {
        font-size: 28px; } }
  article .entry-meta {
    border-top: 1px dashed #E5E5E5;
    font-size: 11px;
    clear: both;
    margin: 0;
    padding: 20px 0 0; }
    article .entry-meta span {
      display: block;
      float: left;
      clear: both; }
      article .entry-meta span.avatar {
        float: left;
        margin: 0 15px 0 0;
        background: #f7f7f7;
        line-height: 100%;
        height: 54px; }
      article .entry-meta span.author {
        margin: 0px;
        font-weight: 500; }
      article .entry-meta span.sep {
        font-size: 12px; }
    article .entry-meta .info_text {
      float: left; }
  article .comments-link {
    display: none; }
  article #nav-single {
    position: absolute;
    bottom: 25px;
    right: 0; }
    article #nav-single span {
      display: block;
      float: left;
      padding: 5px 15px;
      font-size: 14px;
      clear: none;
      width: 70px;
      margin: 0;
      cursor: pointer; }
      article #nav-single span a:hover {
        text-decoration: none;
        color: #FFF; }
      article #nav-single span span {
        padding: 0 10px 0 0;
        width: auto; }
      article #nav-single span.nav-next {
        margin-left: 10px; }
        article #nav-single span.nav-next span {
          float: right;
          padding: 0; }
    article #nav-single a.nav-all {
      display: block;
      float: left;
      padding: 5px 15px;
      font-size: 14px;
      clear: none;
      width: 76px;
      margin: 0 0 0 10px;
      color: #FFF; }
      article #nav-single a.nav-all:hover {
        text-decoration: none; }

body.single article {
  opacity: 0; }

body.blog article .entry-content {
  margin: 0 0 10px; }
body.blog article .entry-meta {
  border-top: none;
  font-size: 11px;
  clear: both;
  margin: 0;
  padding: 0; }
  body.blog article .entry-meta span {
    display: block;
    float: left;
    clear: both; }
    body.blog article .entry-meta span.avatar {
      float: left;
      margin: 0 15px 0 0;
      background: #F5F5F5;
      line-height: 100%;
      height: 54px; }
    body.blog article .entry-meta span.author {
      margin: 0px;
      font-weight: 500; }
    body.blog article .entry-meta span.sep {
      font-size: 12px; }
  body.blog article .entry-meta .info_text {
    float: left; }

.blog-section-header {
  padding: 1.5em 0 0; }
  .blog-section-header h1 {
    font-size: 2em;
    font-weight: 300;
    margin: 0;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px; }
    @media screen and (max-width: 486px) {
      .blog-section-header h1 {
        font-size: 1.25em;
        padding-bottom: 10px; } }
  @media screen and (max-width: 486px) {
    .blog-section-header {
      padding: 1em 0 0; } }

.blog-cardContainer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 0 2px 2px #eee;
  margin-bottom: 2.5em;
  border-radius: 5px; }
  .blog-cardContainer:last-child {
    margin-right: 0; }
  .blog-cardContainer:nth-child(2n) {
    margin-right: 0; }
  .blog-cardContainer:nth-child(2n+1) {
    clear: left; }
  .blog-cardContainer .blog-cardImage img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .blog-cardContainer .blog-cardContent {
    padding: 1.875em; }
  .blog-cardContainer #read_more {
    color: #2191cb;
    border: 1px solid #ddd;
    padding: 5px 20px;
    border-radius: 15px; }
    .blog-cardContainer #read_more:hover {
      text-decoration: none;
      color: #222; }
  @media screen and (max-width: 768px) {
    .blog-cardContainer {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .blog-cardContainer:last-child {
        margin-right: 0; } }

.blog-card-article {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-left: 8.5298%; }
  .blog-card-article:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .blog-card-article {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin-left: 0%; }
      .blog-card-article:last-child {
        margin-right: 0; } }

.blog-cardContent h1, .blog-cardArticle h1 {
  font-size: 2.25em;
  font-weight: 300;
  margin-bottom: 20px; }
.blog-cardContent h2, .blog-cardArticle h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
  color: #2191cb; }
.blog-cardContent h3, .blog-cardArticle h3 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75; }
.blog-cardContent h4, .blog-cardArticle h4 {
  font-size: 0.75em;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0.3125em; }
  .blog-cardContent h4 a, .blog-cardArticle h4 a {
    color: #777; }
.blog-cardContent p, .blog-cardArticle p {
  line-height: 1.8; }

.blog-cardContainer .blog-cardImage img, .blog-cardContainer .img-container img, .blog-cardArticle .blog-cardImage img, .blog-cardArticle .img-container img {
  width: 100%;
  height: 100%; }
.blog-cardContainer .img-container, .blog-cardArticle .img-container {
  margin-bottom: 2.5em; }
.blog-cardContainer .article-content, .blog-cardArticle .article-content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%; }
  .blog-cardContainer .article-content:last-child, .blog-cardArticle .article-content:last-child {
    margin-right: 0; }
  .blog-cardContainer .article-content ul, .blog-cardContainer .article-content ol, .blog-cardArticle .article-content ul, .blog-cardArticle .article-content ol {
    background: #eaeaea;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 1.875em;
    margin: 1.875em 0; }
  .blog-cardContainer .article-content ul, .blog-cardArticle .article-content ul {
    list-style: disc inside none; }
  .blog-cardContainer .article-content ol, .blog-cardArticle .article-content ol {
    list-style: decimal inside none; }
  .blog-cardContainer .article-content li, .blog-cardArticle .article-content li {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px; }
    .blog-cardContainer .article-content li:last-child, .blog-cardArticle .article-content li:last-child {
      margin-bottom: 0; }
  .blog-cardContainer .article-content hr, .blog-cardArticle .article-content hr {
    border: 1px dashed #ddd; }
  .blog-cardContainer .article-content blockquote, .blog-cardArticle .article-content blockquote {
    background: #2191cb;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin: 1.875em 0;
    padding: 1.875em;
    quotes: "“" "”" "‘" "’"; }
    .blog-cardContainer .article-content blockquote:before, .blog-cardArticle .article-content blockquote:before {
      color: #3fa9e0;
      content: open-quote;
      font-size: 8em;
      line-height: 0em;
      margin-right: 0.05em;
      vertical-align: -0.45em; }
    .blog-cardContainer .article-content blockquote p, .blog-cardArticle .article-content blockquote p {
      display: inline;
      color: #fff;
      font-size: 1.375em; }
  @media screen and (max-width: 768px) {
    .blog-cardContainer .article-content, .blog-cardArticle .article-content {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .blog-cardContainer .article-content:last-child, .blog-cardArticle .article-content:last-child {
        margin-right: 0; } }
.blog-cardContainer .article-sidebar, .blog-cardArticle .article-sidebar {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-top: 10px; }
  .blog-cardContainer .article-sidebar:last-child, .blog-cardArticle .article-sidebar:last-child {
    margin-right: 0; }
  .blog-cardContainer .article-sidebar li, .blog-cardArticle .article-sidebar li {
    padding: 0.625em;
    border-bottom: 1px solid #ddd; }
    .blog-cardContainer .article-sidebar li:first-child, .blog-cardArticle .article-sidebar li:first-child {
      border-top: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .blog-cardContainer .article-sidebar, .blog-cardArticle .article-sidebar {
      display: none; } }

.page-template-partners-page-php body {
  font-family: "Open Sans", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
.page-template-partners-page-php .toolbar {
  background: url(../images/bg_toolbar_partners.png) repeat-x 0 0;
  height: 90px;
  position: relative;
  z-index: 20; }
  .page-template-partners-page-php .toolbar .logo {
    margin-top: 10px; }
    .page-template-partners-page-php .toolbar .logo a {
      background: url(../images/logo.png) no-repeat 0 0;
      width: 190px;
      height: 95px; }
  .page-template-partners-page-php .toolbar .nav ul li span {
    display: block;
    float: none;
    clear: both;
    margin: 0 0 2px;
    font-family: "Open Sans", "avenir next", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: none; }
.page-template-partners-page-php .baseline {
  background: url(../images/full_baseline.png) no-repeat center bottom;
  padding: 0 0 30px;
  border-bottom: none; }
.page-template-partners-page-php .nav ul li a {
  color: #1c3d57; }
.page-template-partners-page-php .layout {
  background: #dcdcdc url(../images/bg-bridge.jpg) repeat-x center top;
  border-top: 3px solid white;
  padding: 0;
  z-index: 10; }
.page-template-partners-page-php .content_holder {
  background: #FFF;
  margin: 0 auto;
  width: 1020px;
  padding: 0;
  min-height: 400px; }
  .page-template-partners-page-php .content_holder .content {
    text-align: left; }
    .page-template-partners-page-php .content_holder .content .body-text {
      padding-top: 20px;
      padding-bottom: 20px; }
    .page-template-partners-page-php .content_holder .content .text {
      padding-top: 10px;
      padding-bottom: 10px; }
.page-template-partners-page-php .border img {
  display: block;
  width: auto;
  height: auto;
  position: relative;
  z-index: 5;
  margin: 0 auto 20px;
  background: #eee;
  padding: 5px; }
.page-template-partners-page-php .header {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  position: relative;
  min-height: 300px;
  padding: 7em 0 2em 0; }
  .page-template-partners-page-php .header:after {
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    bottom: 5px;
    left: 0;
    height: 1px; }
.page-template-partners-page-php h2, .page-template-partners-page-php h4 {
  color: #C7D444; }
.page-template-partners-page-php ul.bullet li {
  font-weight: 500; }
.page-template-partners-page-php .nav ul li {
  margin: 0 44px 0 0; }
.page-template-partners-page-php .nav ul li#menu-item-553 {
  margin-right: 0px; }

/* ===========================

Page Layout

=========================== */
.section--subpage {
  padding: 3em 0;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .section--subpage {
      padding: 2em 0; } }
  .section--subpage .omega {
    border-bottom: none; }
  .section--subpage .section--image {
    width: 25%;
    float: left;
    margin-right: 5%; }
    @media screen and (max-width: 768px) {
      .section--subpage .section--image {
        width: 100%;
        margin: 0 0 2em; } }
  .section--subpage hgroup {
    float: left;
    width: 70%;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .section--subpage hgroup {
        width: 100%;
        margin: 0; } }
  .section--subpage h3 {
    font-size: 1.75em; }
  .section--subpage img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border: 5px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .section--subpage p {
    color: #333; }
  .section--subpage ul.bullet {
    text-align: left;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
    list-style-image: none; }
    .section--subpage ul.bullet li {
      background: url(../images/bullet_dark.png) no-repeat 0 3px;
      padding: 0 0 0 28px;
      margin: 0 0 5px;
      line-height: 30px;
      font-size: 1.15em;
      font-weight: 100; }

/* .invalid class prevents CSS from automatically applying */
.invalid input:required:invalid {
  border-color: #ED6D23;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(237, 109, 35, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(237, 109, 35, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(237, 109, 35, 0.5); }

.invalid input:required:invalid::-webkit-input-placeholder {
  color: #ED6D23; }

/* Mark valid inputs during .invalid state */
.validate-form ::-webkit-input-placeholder {
  color: #fff; }

.validate-form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

.validate-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

.validate-form :-ms-input-placeholder {
  color: #fff; }

.input-row {
  position: relative;
  margin-bottom: 20px; }

label.error {
  color: #ff5f43;
  position: absolute;
  top: -14px;
  font-size: 12px; }

input.error {
  border: 1px solid #ff5f43; }

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