/*
Theme Name: Email On Acid
Author: Creatency
Author URI: https://creatency.com
Description: Custom theme for EOA, based off WP TwentySixteen shell.
Version: 1.0
*/

/* Table of Contents
========================================================================================================== */
/*
01: Global
02: Header
03: Structure
04: Components
05: Footer
06: Forms
07: Tables
08: Behavioral (JS)
09: Bootstrap & Plugins
10: Responsive (Media Queries)
11: Print
/*


/* 01: Global
========================================================================================================== */
/* ---------- Eric Meier Reset (thanks, Eric) ---------- */
html,body, div, span, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-align: left;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
main h1 {padding: 0;}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.45;
    color: #333;
    background: #fff;
}
body.overlay-open {
    overflow: hidden;
}

/* -------------------- Global Tags -------------------- */
h1, h2, h3, h4, h5, h6 {font-weight: 300; line-height: 1.4; color: #333; margin: 0 0 20px;}
h1 {font-size: 3em;}
h2 {font-size: 2.2em; margin: 0 0 40px;}
h3 {font-size: 1.6em;}
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1.1em;}

p {font-size: 1em; line-height: 1.6em; margin: 0 0 30px;}

.headline {font-size: 1.5em; color: #858585;}

.caption {padding: 10px; font-weight: bold; text-align: center; background: #ddd; color: #333;}
.terms {font-size: .75em; margin: 20px 0;}

small, .font_small {font-size: 0.75em;}

a {
    color: #398aca;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    white-space: inherit;
}
a:hover {
    color: #036;
    text-decoration: none;
}

pre {
    position: relative;
    padding: 15px;
    margin: 0 0 30px;
    background: #1F232C;
    color: #a2cd3a;
    font-size: .85em;
    line-height: 1.8em;
}

sup {
    font-family: Arial, sans-serif;
    font-size: .75em;
}

blockquote {
    padding: 30px;
    margin: 0 0 20px;
    background: #f5f5f5;
    font-size: 1.2em;
    border-left: 4px solid #e5e5e5;
}

figcaption {
    display: block;
    font-size: .8em;
    font-style: italic;
}

.quote {
    position: relative;
    padding: 50px;
    border-left: none;
}
.quote:before,
.quote:after {
    position: absolute;
    font-family: FontAwesome;
    font-size: 5em;
    line-height: 1;
    opacity: .25;
}
.quote:before {
    top: 0;
    left: 0;
    content: "\f10d";
}
.quote:after {
    bottom: 0;
    right: 0;
    content: "\f10e";
}
.quote p {
    position: relative;
    z-index: 5;
}

code {
    color: #66a644;
}

hr {
    border-top-color: #ddd;
}
.hr-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.hr-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.hr-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.hr-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.hr-thick {
    border-top-width: 5px;
}
.hr-blank {
    margin: 30px 0;
    border-top: 1px rgba(255, 255, 255, 0);
}
.hr-red {
    border-top: 1px solid #a93439;
}
.hr-red {
    border-top: 1px solid #a93439;
}
.hr-white {
    border-top: 1px solid #fff;
}
.hr-trans {
    border-top: 1px solid rgba(255, 255, 255, .25);
}
.hr-spacer {
    border: none;
    margin: 30px 0;
}
.hr-slim {
    width: 10%;
    margin-right: 0;
    margin-left: 0;
}
.hr-slim-centered {
    width: 10%;
    margin-right: auto;
    margin-left: auto;
}
.hr-dark {
    border-top: 1px solid #333;
}
.hr-light {
    border-top: 1px solid #fff;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
img.round {
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
}

iframe {
    max-width: 100%;
    margin: 0 0 20px;
}

.embed-full {
    display: block;
    width: 100%;
    margin: 0 0 20px;
}
.embed-center {
	display: block;
	margin: 0 auto;
}

/* -------------------- Helpers -------------------- */
.left-aligned {
    text-align: left !important;
}
.right-aligned {
    text-align: right !important;
}
.clear {
    clear: both !important;
}
.capitalize {
    text-transform: capitalize !important;
}
.caps {
    text-transform: uppercase !important;
}
.centered {
    text-align: center !important;
}
.bold {
    font-weight: 700 !important;
}
.no-margin {
    margin: 0 !important;
}

/* font weights */
.font-100 {
    font-weight: 100 !important;
}
.font-300 {
    font-weight: 300 !important;
}
.font-400 {
    font-weight: 400 !important;
}
.font-700 {
    font-weight: 700 !important;
}

/* spacing */
.spaced-5 {
    letter-spacing: 5px !important;
}
.spaced-10 {
    letter-spacing: 10px !important;
}

/* -------------------- Colors -------------------- */
/* primary colors */
.color-aqua {color: #3ab97d !important;}
.color-blue {color: #398aca !important;}
.color-green {color: #a2cd3a !important;}
.color-orange {color: #f36c24 !important;}
.color-purple {color: #933e71 !important;}
.color-red {color: #ef3e37 !important;}
.color-yellow {color: #faac1e !important;}
.color-purple-pricing {color: #933F71 !important;}
.color-green-pricing {color: #41B97F !important;}
.color-orange-pricing {color: #F36E26 !important;}

/* secondary colors */
.color-aqua-2 {color: #3a8d6c !important;}
.color-blue-2 {color: #235d8a !important;}
.color-green-2 {color: #66a644 !important;}
.color-orange-2 {color: #cb5828 !important;}
.color-purple-2 {color: #69295b !important;}
.color-red-2 {color: #c7372f !important;}
.color-yellow-2 {color: #d8962d !important;}

/* neutral colors */
.color-white {color: #fff !important;}
.color-black {color: #000 !important;}
.color-grey {color: #888 !important;}

.color-grey-light {color: #d8dada !important;}
.color-grey-dark {color: #343433 !important;}

/* transparent colors */
.color-trans-black-25 {color: rgba(255, 255, 255, .25) !important;}
.color-trans-black-50 {color: rgba(255, 255, 255, .5) !important;}
.color-trans-black-75 {color: rgba(255, 255, 255, .75) !important;}

.color-trans-white-25 {color: rgba(255, 255, 255, .25) !important;}
.color-trans-white-50 {color: rgba(255, 255, 255, .5) !important;}
.color-trans-white-75 {color: rgba(255, 255, 255, .75) !important;}

/* backgrounds */
.bg-aqua {
    background: #3ab97d;
}
.bg-aqua-2 {
    background: #3a8d6c;
}
.bg-blue {
    background: #398aca;
}
.bg-blue-2 {
    background: #235d8a;
}
.bg-green {
    background: #a2cd3a;
}
.bg-green-2 {
    background: #66a644;
}
.bg-orange {
    background: #f36c24;
}
.bg-orange-2 {
    background: #cb5828;
}
.bg-purple {
    background: #933e71;
}
.bg-purple-2 {
    background: #69295b;
}
.bg-yellow {
    background: #faac1e;
}
.bg-yellow-2 {
    background: #d8962d;
}
.bg-white {
    background: #fff;
}
.bg-grey-light {
    background: #eee;
}
.bg-grey {
    background: #999;
}
.bg-black {
    background: #000;
}

/* section gradients */
.bg-gradient-aqua-green {
    background: #3ab97d;
    background: -moz-linear-gradient(-45deg, #3ab97d 0%, #66a644 100%);
    background: -webkit-linear-gradient(-45deg, #3ab97d 0%,#66a644 100%);
    background: linear-gradient(135deg, #3ab97d 0%,#66a644 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab97d', endColorstr='#66a644',GradientType=1 );
}
.bg-gradient-aqua {
    background: #3ab97d;
    background: -moz-linear-gradient(-45deg, #3ab97d 0%, #3a8d6c 100%);
    background: -webkit-linear-gradient(-45deg, #3ab97d 0%,#3a8d6c 100%);
    background: linear-gradient(135deg, #3ab97d 0%,#3a8d6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab97d', endColorstr='#3a8d6c',GradientType=1 );
}
.bg-gradient-blue {
    background: #398aca;
    background: -moz-linear-gradient(-45deg, #398aca 1%, #235d8a 100%);
    background: -webkit-linear-gradient(-45deg, #398aca 1%,#235d8a 100%);
    background: linear-gradient(135deg, #398aca 1%,#235d8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#398aca', endColorstr='#235d8a',GradientType=1 );
}
.bg-gradient-green {
    background: #a2cd3a;
    background: -moz-linear-gradient(-45deg, #a2cd3a 1%, #66a644 100%);
    background: -webkit-linear-gradient(-45deg, #a2cd3a 1%,#66a644 100%);
    background: linear-gradient(135deg, #a2cd3a 1%,#66a644 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2cd3a', endColorstr='#66a644',GradientType=1 );
}
.bg-gradient-orange {
    background: #f36c24;
    background: -moz-linear-gradient(-45deg, #f36c24 0%, #cb5828 100%);
    background: -webkit-linear-gradient(-45deg, #f36c24 0%,#cb5828 100%);
    background: linear-gradient(135deg, #f36c24 0%,#cb5828 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36c24', endColorstr='#cb5828',GradientType=1 );
}
.bg-gradient-purple {
    background: #933e71;
    background: -moz-linear-gradient(-45deg, #933e71 1%, #69295b 100%);
    background: -webkit-linear-gradient(-45deg, #933e71 1%,#69295b 100%);
    background: linear-gradient(135deg, #933e71 1%,#69295b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#933e71', endColorstr='#69295b',GradientType=1 );
}
.bg-gradient-yellow {
    background: #fcad1d;
    background: -moz-linear-gradient(-45deg, #fcad1d 0%, #e08500 100%);
    background: -webkit-linear-gradient(-45deg, #fcad1d 0%,#e08500 100%);
    background: linear-gradient(135deg, #fcad1d 0%,#e08500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcad1d', endColorstr='#e08500',GradientType=1 );
}

/* -------------------- titles -------------------- */
/* cta titles */
.cta-title {
    letter-spacing: 0;
    text-transform: uppercase;
}
.info-title {
    padding: 0 0 15px;
    margin: 0;
    border-bottom: 1px solid #33505e;
}
/* icon titles (used with <h5> tags) */
.title-icon {
    position: relative;
    line-height: 1.2;
    padding-left: 45px;
    margin: 0 0 20px;
}
.title-icon i {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 1.5em;
    line-height: 1;
}
/* number titles (used with <h5> tags) */
.title-number {
    position: relative;
    padding: 10px 0 10px 50px;
    margin: 0 0 20px;
}
.title-number i {
    position: absolute;
    top: 0px;
    left: 0;
    width: 40px;
    height: 40px;
    padding: 10px 0;
    font-size: .85em;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    background: #333;
    color: #fff;
    border-radius: 100px;
}

/* -------------------- lists -------------------- */
ul,
ol {
    margin: 0 0 30px 30px;
}
ul li,
ol li {
    margin: 0 0 10px;
}
/* standard list */
.list-standard {
    list-style: square;
    margin: 0 0 30px 20px;
}
.list-standard li {
    margin: 0 0 10px;
}
/* inline lists */
.list-inline {
    list-style: none;
    margin: 0 0 20px;
}
.list-inline li {
    display: inline-block;
    margin: 0 30px 0 0;
}
.list-inline.inline-tabs {
    font-weight: 700;
}
.list-inline.inline-tabs li {
    padding: 10px 20px;
    margin: 0 1px 5px 0;
    background: #E31B23;
    color: #fff;
}
/* icon lists */
.list-icons {
    list-style: none;
    margin: 0 0 30px;
}
.list-icons li {
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 15px;
}
.list-icons li i {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    font-size: 1.3em;
    text-align: center;
    color: #333;
}
.list-icons.icons-round li {
    padding-left: 40px;
}
.list-icons.icons-round li i {
    top: -5px;
    width: 32px;
    padding: 7px 0;
    font-size: 1em;
    text-align: center;
    border: 1px solid;
    border-radius: 30px;
}
/* menu list */
.list-menu {
    list-style: none;
    font-size: .85em;
    margin: 0;
}
.list-menu li {
    border-top: 1px solid #ddd;
}
.list-menu li a {
    position: relative;
    display: block;
    padding: 15px 15px 15px 40px;
}
.list-menu li a .menu-number {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    padding: 8px 0;
    font-size: .8em;
    font-weight: 700;
    text-align: center;
    background: #aaa;
    color: #fff;
    border-radius: 100px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.list-menu li a:hover .menu-number {
    background: #333;
}
/* nav list */
.list-nav {
    list-style: none;
    font-weight: 400;
    margin: 0 0 30px;
}
.list-nav li {
    margin: 0;
}
.list-nav li a {
    display: block;
    padding: 15px 0;
    color: #333;
}
.list-nav li a:hover {
    padding-left: 10px;
    background: #fff;
    color: #a93439;
}
.list-nav.nav-small {
    font-size: .9em;
}

/* -------------------- icons -------------------- */
.icon-left {
    margin-right: 5px;
}
.icon-right {
    margin-left: 5px;
}
.icon-circle {
    display: inline-block;
    width: 70px;
    padding: 15px 0;
    font-size: 2.5em;
    line-height: 1;
    text-align: center;
    margin: 0 0 15px;
    background: #a93439;
    color: #fff;
    border-radius: 100px;
}
/* jumbo icons */
.icon-jumbo {
    display: block;
    font-size: 5em;
    line-height: 1;
    margin: 0 0 10px;
}
/* super icons */
.icon-super {
    display: block;
    width: 100%;
    font-size: 10em;
    line-height: 1;
    margin: 0 0 20px;
}
/* icons grid */
.icons-grid i {
    display: inline-block;
    font-size: 2em;
    margin: 0 15px 15px 0;
}

/* -------------------- buttons -------------------- */
.btn {
    position: relative;
    display: inline-block;
    padding: 15px 30px;
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    border: none;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    white-space: inherit;
}
.btn.btn-default {
    background: none;
    color: #a2cd3a;
    border: 2px solid;
}
.btn.btn-default:hover {
    background: #a2cd3a;
    color: #fff;
    border-color: #a2cd3a;
}
/* default button colors */
.btn.btn-aqua {
    background: none;
    color: #3ab97d;
    border: 2px solid #3ab97d;
}
.btn.btn-aqua:hover {
    background: #3ab97d;
    color: #fff;
    border-color: #3ab97d;
}
.btn.btn-blue {
    background: none;
    color: #398aca;
    border: 2px solid #398aca;
}
.btn.btn-blue:hover {
    background: #398aca;
    color: #fff;
    border-color: #398aca;
}
.btn.btn-grey {
    background: none;
    color: #858585;
    border: 2px solid;
}
.btn.btn-grey:hover {
    background: #858585;
    color: #fff;
    border-color: #858585;
}
.btn.btn-orange {
    background: none;
    color: #f36c24;
    border: 2px solid #f36c24;
}
.btn.btn-orange:hover {
    background: #f36c24;
    color: #fff;
    border-color: #f36c24;
}
.btn.btn-purple {
    background: none;
    color: #933e71;
    border: 2px solid #933e71;
}
.btn.btn-purple:hover {
    background: #933e71;
    color: #fff;
    border-color: #933e71;
}
.btn.btn-red {
    background: none;
    color: #ef3e37;
    border: 2px solid #ef3e37;
}
.btn.btn-red:hover {
    background: #ef3e37;
    color: #fff;
    border-color: #ef3e37;
}
.btn.btn-yellow {
    background: none;
    color: #faac1e;
    border: 2px solid #faac1e;
}
.btn.btn-yellow:hover {
    background: #faac1e;
    color: #fff;
    border-color: #faac1e;
}
.btn.btn-white {
    background: #fff;
    color: #398aca;
    border-color: #fff;
}
.btn.btn-white:hover {
    background: #398aca;
    color: #fff;
    border-color: #398aca;
}
/* primary buttons */
.btn.btn-primary {
    background: #a2cd3a;
    color: #fff;
    font-weight: 700;
}
.btn.btn-primary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #66a644;
}
.btn.btn-primary:hover {
    background: #66a644;
}
.btn.btn-primary-aqua {
    background: #3ab97d;
    color: #fff;
    font-weight: 700;
}
.btn.btn-primary-aqua:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #3a8d6c;
}
.btn.btn-primary-aqua:hover {
    background: #3a8d6c;
}
.btn.btn-primary-blue {
    background: #398aca;
    color: #fff;
    font-weight: 700;
}
.btn.btn-primary-blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #235d8a;
}
.btn.btn-primary-blue:hover {
    background: #235d8a;
}
.btn.btn-primary-orange {
    background: #f36c24;
    color: #fff;
    font-weight: 700;
}
.btn.btn-primary-orange:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #cb5828;
}
.btn.btn-primary-orange:hover {
    background: #cb5828;
}
.btn.btn-primary-purple {
    background: #933e71;
    color: #fff;
    font-weight: 700;
}
.btn.btn-primary-purple:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #69295b;
}
.btn.btn-primary-purple:hover {
    background: #69295b;
}
.btn.btn-primary-red {
    background: #ef3e37;
    color: #fff;
    font-weight: 700;
}
.btn.btn-primary-red:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #c7372f;
}
.btn.btn-primary-red:hover {
    background: #c7372f;
}
.btn.btn-primary-yellow {
    background: #faac1e;
    color: #fff;
    font-weight: 700;
}
.btn.btn-primary-yellow:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background: #d8962d;
}
.btn.btn-primary-yellow:hover {
    background: #d8962d;
}
/* transparent button */
.btn.btn-trans {
    background: none;
    color: #fff;
    border: 2px solid #fff;
}
.btn.btn-trans:hover {
    background: #fff;
    color: #a2cd3a;
    border-color: #fff;
}
/* button sizes */
.btn-sm {
    font-size: .85em;
    padding: 10px 25px;
}
.btn-lg {
    font-size: 1.2em;
    padding: 20px 50px;
}
.btn-xl {
    font-size: 1.5em;
    padding: 25px 60px;
}
/* button variations */
.btn-cancel {
    font-weight: 400;
}
.btn.btn-icon-only i {
    opacity: 1.0;
}
.btn.btn-disabled {
    background: #eee;
    color: #aaa;
    cursor: not-allowed;
}

/* social buttons */
.btn.btn-facebook {
    padding: 10px 20px;
    background: #3a5795;
    color: #fff;
}
.btn.btn-facebook:hover {
    background: #1e3870;
}

/* animated buttons */
.btn-animate i {
    opacity: 0;
    margin-left: -20px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.btn-animate:hover i {
    opacity: 1;
    margin-left: 10px;
}

/* links */
.link-trans {
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
}
.link-trans:hover {
    color: #E27C00;
    text-decoration: none;
}
.link-orange {
    color: #fc0;
}
.link-orange:hover {
    color: #fff;
}
.link-faq {
    display: block;
    padding: 15px;
    border-top: 1px solid #ddd;
}
.link-inline {
    display: inline-block;
}
.link-inlin img {
    display: inline-block;
}

/* social */
.social-nav {
    list-style: none;
    font-size: 1.2em;
    margin: 0;
}
.social-nav li {
    display: inline-block;
    margin: 0 5px 10px 0;
}
.social-nav li a {
    display: inline-block;
    vertical-align: top;
    color: #858585;
}
.social-nav li a:hover {
    color: #a2cd3a;
}
.social-nav.nav-circles {
    font-size: 1em;
}
.social-nav.nav-circles li a {
    padding: 12px 0;
    width: 40px;
    line-height: 1;
    text-align: center;
    background: #666;
    color: #fff;
    border-radius: 100px;
}
.social-nav.nav-circles li a:hover {
    background: #a2cd3a;
}
.social-nav.nav-large {
    font-size: 1.5em;
}

/* UI tips/bubbles */
.info-tip {
    font-size: .85em;
    cursor: pointer;
}

/* -------------------- Containers -------------------- */
.centered-content {
    width: 80%;
    margin: 0 auto;
}

.container-pad-30 {
    padding: 30px;
}
.container-mid-align {
    vertical-align: middle;
}
.container-top-align {
    vertical-align: top;
}

/* logo containers */
.container-logo {
    padding: 15px;
    vertical-align: middle;
}
.container-logo img {
    max-height: 100px;
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.6;
    transition: all 0.25s;
    margin: 0 auto;
}
.container-logo img:hover {
    filter: grayscale(0);
    opacity: 1;
    transform:scale(1.05);
}
.container-logo.logo-vendor {
    padding: 30px;
}

/* video containers */
.container-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin: 0 0 20px;
    height: 0;
    background: url(images/loading-squares.gif) center center no-repeat #000;
}
.container-video iframe,
.container-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


/* 02: Header
========================================================================================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.site-header .container {
    position: relative;
}
/* header top */
.site-header .header-top {
    padding: 7px 0;
    background: #eee;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.site-header .header-top .top-nav {
    list-style: none;
    float: right;
    font-size: .8em;
    text-align: right;
    margin: 0;
}
.site-header .header-top .top-nav li {
    display: inline-block;
    padding: 0 5px;
    margin: 0 5px;
    border-left: 1px solid #ddd;
}
.site-header .header-top .top-nav li:first-child {
    border-left: none;
}
.site-header .header-top .top-nav li a {
    display: inline-block;
    padding: 5px 10px;
    color: #333;
}
.site-header .header-top .top-nav li a:hover {
    color: #aa343b;
}
.site-header .header-top .top-nav li a i {
    margin-right: 5px;
    position: relative;
}
/* header brand */
.site-header .header-brand {
    position: absolute;
    top: -30px;
    left: 15px;
    width: 250px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    z-index: 1002;
}
/* header nav */
.site-header .header-nav {
    position: relative;
    z-index: 1001;
}
.site-header .header-nav > ul {
    list-style: none;
    font-size: .9em;
    font-weight: 400;
    text-align: center;
    margin: 0 0 0 250px;
}
.site-header .header-nav ul > li {
    position: relative;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}
.site-header .header-nav ul > li > a {
    display: block;
    padding: 22px 25px;
    color: #333;
    text-decoration: none;
    vertical-align: top;
    position: relative;
}
.site-header .header-nav ul > li:hover > a,
.site-header .header-nav ul > li > a:hover {
    color: #a2cd3a;
}
.site-header .header-nav ul > li.nav-cta,
.site-header .header-nav ul > li.nav-login,
.site-header .header-nav ul > li.nav-utility {
    float: right;
}
.site-header .header-nav ul > li.nav-cta > a {
    padding: 8px 20px;
    margin: 12px 12px 0 0;
    background: #a2cd3a;
    color: #fff;
    font-weight: 700;
    border: 2px solid #a2cd3a;
}
.site-header .header-nav ul > li.nav-cta:hover > a {
    background: #66a644;
    color: #fff;
    border-color: #66a644;
}
.site-header .header-nav ul > li.nav-login > a {
    padding: 8px 20px;
    margin: 12px 12px 0;
    color: #858585;
    border: 2px solid #ccc;
}
.site-header .header-nav ul > li.nav-login:hover > a {
    background: #66a644;
    color: #fff;
    border-color: #66a644;
}
.site-header .header-nav ul > li.nav-login > a > i {
    margin-right: 5px;
}
.site-header .header-nav ul > li > a .nav-icon {
    margin-right: 5px;
    opacity: .5;
    font-weight: normal;
}
.site-header .header-nav ul > li.nav-utility > a {
    width: 64px;
    padding: 22px 0;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    color: #858585;
}
.site-header .header-nav ul > li.nav-utility:hover > a {
    background: #858585;
    color: #fff;
}
.site-header .header-nav ul > li.nav-utility > a .utility-text {
    display: none;
}
/* nav menu */
.site-header .header-nav ul > li .sub-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    width: auto;
    background: #fff;
    font-size: .9em;
    text-align: left;
    min-width: 200px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    transition: all 0.3s;
    height: 0;
    margin: 0;
    overflow: hidden;
}
.site-header .header-nav ul > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
}
.site-header .header-nav ul > li .sub-menu li {
    display: block;
    float: none;
}
.site-header .header-nav ul > li .sub-menu li:first-child {
    border-top: none;
}
.site-header .header-nav ul > li .sub-menu li a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 20px 25px;
}
/* click dropdowns */
.site-header .header-nav ul .nav-click-dropdown.open > a {
    background: #fff;
    color: #333;
    border-radius: 0;
}
.site-header .header-nav ul .nav-click-dropdown > a .dropdown-icon {
    margin-right: 5px;
    opacity: .35;
}
.site-header .header-nav ul .nav-click-dropdown > a .caret {
    margin-left: 5px;
}
.site-header .header-nav ul .nav-click-dropdown .dropdown-menu {
    min-width: 250px;
    padding: 10px;
    margin: 0;
    background: #fff;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, .25);
}
.site-header .header-nav ul .nav-click-dropdown .dropdown-menu li {
    float: none;
    display: block;
}
.site-header .header-nav ul .nav-click-dropdown .dropdown-menu .divider {
    background-color: #ddd;
}
.site-header .header-nav ul .nav-click-dropdown .dropdown-menu li a {
    height: auto;
    padding: 15px;
    color: #333;
    background: none;
}
.site-header .header-nav ul .nav-click-dropdown .dropdown-menu li a i {
    top: 20px;
    right: 20px;
    margin: 0;
}
.site-header .header-nav ul .nav-click-dropdown .dropdown-menu li a:hover {
    background: #bc1515;
    color: #fff;
    padding-left: 25px;
}
/* header search */
.site-header .header-search {
    width: 100%;
    height: 0px;
    overflow: hidden;
    background: #222;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.site-header .header-search.open {
    height: auto;
    padding: 30px 0;
}

.header-search .search-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px;
    font-size: 2em;
    line-height: 1;
    color: #444;
    cursor: pointer;
    background: none;
    border: none;
    user-select: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    z-index: 1001;
}

.site-header .header-search .search-field {
    padding: 0;
    border: none;
}
.site-header .header-search .search-field .search-input {
    font-size: 3em;
    letter-spacing: -1px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}
/*
.site-header .header-search .search-field .search-input:focus {
    border-bottom-color: #fff;
}
*/
.site-header .header-search .search-field .search-button {
    border: none;
}
.site-header .header-search .search-field .search-button:hover {
    color: #fff;
}
.site-header .header-search .search-option {
    color: #fff;
}


.site-header .header-nav ul > li .nav-menu .menu-column > li > a {
    font-weight: 600;
}

/* mobile */
.site-header .header-mobile-navicon {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 17px;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    z-index: 1001;
}
.site-header .header-mobile-navicon .bars {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #8b8c8e;
    transition: 0.3s;
    position: relative;
}
.site-header .header-mobile-navicon .bars:before,
.site-header .header-mobile-navicon .bars:after {
    display: inline-block;
    width: 32px;
    height: 2px;
    background: #8b8c8e;
    border-radius: 0.28571rem;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.28571rem center;
    transform-origin: 0.28571rem center;
}
.site-header .header-mobile-navicon .bars:before {
    top: 10px;
}
.site-header .header-mobile-navicon .bars:after {
    top: -10px;
}

/* close state */
.site-header .header-mobile-navicon.navicon-close {
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
}
.site-header .header-mobile-navicon.navicon-close .bars {
    background: transparent;
}
.site-header .header-mobile-navicon.navicon-close .bars:before,
.site-header .header-mobile-navicon.navicon-close .bars:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 2px;
    width: 42px;
}
.site-header .header-mobile-navicon.navicon-close .bars:before {
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
}
.site-header .header-mobile-navicon.navicon-close .bars:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}

/* resized header (on scroll) */
.site-header.header-resize {
     box-shadow: 0 0 10px rgba(0, 0, 0, .25);
}
.site-header.header-resize .header-brand {
    top: -14px;
    width: 180px;
}

/* hide signup header */
.page-template-template-registration .site-header,
.page-template-template-signup .site-header {
    display: none;
}

/* hide ui guide header */
.page-template-page-ui-guide .site-header {
    display: none;
}

/* homepage header (no background initially) */
.site-header.header-homepage {
    background: none;
    border: none;
}
.site-header.header-homepage .header-brand.brand-default {
    opacity: 1.0;
}
.site-header.header-homepage .header-brand.brand-resize {
    opacity: 0;
}
.site-header.header-homepage .header-nav ul > li > a {
    color: #fff;
}
.site-header.header-homepage .header-nav ul > li:hover > a,
.site-header.header-homepage .header-nav ul > li > a:hover {
    color: #ebebeb;
}
.site-header.header-homepage .header-nav ul > li.nav-cta:hover > a {
    background: #66a644;
    color: #fff;
    border-color: #66a644;
}
.site-header.header-homepage .header-nav ul > li.nav-login > a {
    color: #fff;
    border: 2px solid #fff;
}
.site-header.header-homepage .header-nav ul > li.nav-login:hover > a {
    background: #fff;
    color: #66a644;
    border-color: #fff;
}
.site-header.header-homepage .header-nav ul > li .sub-menu li a {
    color: #333;
}
.site-header.header-homepage .header-nav ul > li .sub-menu li a:hover {
    color: #a2cd3a;
}
.site-header.header-homepage .header-mobile-navicon .bars {
    background: #fff;
}
.site-header.header-homepage .header-mobile-navicon .bars:before,
.site-header.header-homepage .header-mobile-navicon .bars:after {
    background: #fff;
}
/* homepage header resize styling (Woo... this is getting juicy!) */
.site-header.header-homepage.header-resize {
    background: #fff;
}
.site-header.header-homepage.header-resize .header-brand.brand-default {
    opacity: 0;
}
.site-header.header-homepage.header-resize .header-brand.brand-resize {
    opacity: 1.0;
}
.site-header.header-homepage.header-resize .header-nav ul > li > a {
    color: #333;
}
.site-header.header-homepage.header-resize .header-nav ul > li:hover > a,
.site-header.header-homepage.header-resize .header-nav ul > li > a:hover {
    color: #a2cd3a;
}
.site-header.header-homepage.header-resize .header-nav ul > li.nav-cta > a {
    background: #a2cd3a;
    color: #fff;
    border: 2px solid #a2cd3a;
}
.site-header.header-homepage.header-resize .header-nav ul > li.nav-cta:hover > a {
    background: #66a644;
    color: #fff;
    border-color: #66a644;
}
.site-header.header-homepage.header-resize .header-nav ul > li.nav-login > a {
    color: #858585;
    border: 2px solid #ccc;
}
.site-header.header-homepage.header-resize .header-nav ul > li.nav-login:hover > a {
    background: #66a644;
    color: #fff;
    border-color: #66a644;
}
.site-header.header-homepage.header-resize .header-mobile-navicon .bars {
    background: #8b8c8e;
}
.site-header.header-homepage.header-resize .header-mobile-navicon .bars:before,
.site-header.header-homepage.header-resize .header-mobile-navicon .bars:after {
    background: #8b8c8e;
}
.site-header.header-homepage.header-resize .header-mobile-navicon.navicon-close .bars {
    background: transparent;
}

/* 03: Structure
========================================================================================================== */
/* -------------------- Container -------------------- */
.container {
    padding: 0 30px;
}
.container-raised-100 {
    margin-top: -100px;
    z-index: 5;
}
.container-raised-150 {
    margin-top: -150px;
    z-index: 5;
}
.container-raised-200 {
    margin-top: -200px;
    z-index: 5;
}

/* -------------------- Page Header -------------------- */
.page-header {
    position: relative;
    padding: 150px 0 50px;
    margin: 0;
    border-bottom: none;
}
.page-header > .container {
    position: relative;
}
.page-header .header-label {
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .5);
    margin: 0 0 15px;
}
.page-header h1 {
    padding: 0;
    margin: 0 0 10px;
    border: none;
}
/* header utility */
.page-header.header-with-utility > .container {
    padding-right: 35%;
}
.page-header .header-utility {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.page-header .header-utility .dropdown {
    display: inline-block;
}
.page-header .header-utility .utility-nav {
    list-style: none;
    margin: 0;
}
.page-header .header-utility .utility-nav li {
    display: inline-block;
    margin: 0 0 0 -4px;
    border-left: 1px solid rgba(255, 255, 255, .25);
}
.page-header .header-utility .utility-nav li:first-child {
    border-left: none;
}
.page-header .header-utility .utility-nav li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
}
.page-header .header-utility .utility-nav li a:hover {
    background: rgba(255, 255, 255, .25);
}

.page-header h1 hr {
    display: inline-block;
    width: 20%;
    margin: 30px 30px 0;
    vertical-align: top;
}
.page-header p {
    margin: 0 0 10px;
}

.page-header .breadcrumb {
    font-size: .85em;
    border: none;
    color: #999;
}
.page-header .breadcrumb a {
    color: #999;
}
.page-header .breadcrumb a:hover {
    color: #333;
}
/* header nav */
.page-header .header-nav {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.page-header .header-nav ul {
    list-style: none;
    font-size: .85em;
    margin: 0;
}
.page-header .header-nav ul li {
    display: inline-block;
    margin: 0;
}
.page-header .header-nav ul li a {
    display: block;
    padding: 10px 20px;
    color: rgba(255, 255, 255, .75);
}
.page-header .header-nav ul li a:hover {
    background: #fff;
    color: #333;
}
.page-header .header-nav ul li.active a {
    background: rgba(0, 0, 0, .25);
    color: #fff;
}
.page-header .header-nav ul li:first-child {
    border-left: 2px solid rgba(255, 255, 255, .1);
}

/* slim headers */
.page-header.header-slim {
    padding: 90px 0 15px;
}
.page-header.header-slim .breadcrumb {
    text-align: left;
}

/* hero headers */
.page-header.header-hero {
    background: #3ab97d;
    background: -moz-linear-gradient(-45deg, #3ab97d 0%, #66a644 100%);
    background: -webkit-linear-gradient(-45deg, #3ab97d 0%,#66a644 100%);
    background: linear-gradient(135deg, #3ab97d 0%,#66a644 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab97d', endColorstr='#66a644',GradientType=1 );
}
.page-header.header-hero .hero-icon {
    display: block;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, .25);
    margin: 0 auto 15px;
    border: 4px solid #fff;
    border-radius: 150px;
}
.page-header.header-hero .hero-icon img {
    padding: 50px 35px;
}
.page-header.header-hero h1 {
    text-align: center;
}
.page-header.header-hero p {
    text-align: center;
    color: rgba(255, 255, 255, .7);
}
.page-header.header-hero .hero-video {
    margin: 15px 0 0;
}

/* light headers */
.page-header.header-light {
    background: url("images/page-header-bg-hex-light.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-bottom: 2px solid #eee;
}
.page-header.header-light .header-label {
    color: rgba(0, 0, 0, .5);
}
.page-header.header-light h1 {
    color: #333;
}
.page-header.header-light .headline {
    color: rgba(0, 0, 0, .7);
}
.page-header.header-light .header-utility .utility-nav li {
    border-color: rgba(0, 0, 0, .15);
}
.page-header.header-light .header-utility .utility-nav li a {
    color: #333;
}
.page-header.header-light .header-utility .utility-nav li a:hover {
    background: rgba(0, 0, 0, .1);
}

/* header colors */

/* header background images */
.page-header.header-about {
    background: url("images/page-header-bg-toronto-001.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-header.header-careers {
    background: url("images/careers-light.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.page-header.header-leadership {
    background: url("images/page-header-leadership.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* offset headers (for content media pulling up) */
.page-header.header-offset {
    padding-bottom: 100px;
}

/* -------------------- Page Section -------------------- */
.page-section {
    position: relative;
    padding: 100px 0;
}
.page-section .section-brand {
    display: block;
    width: 250px;
    margin: 0 auto 20px;
}
.page-section .section-label {
    display: inline-block;
    margin: 15px 0;
    font-weight: 700;
    font-size: 1.2em;
}
.page-section .section-title {
    margin: 0 0 50px;
}

.page-section.section-slim {
    padding: 50px 0;
}
.page-section.section-pad-15 {
    padding: 15px 0;
}
.page-section.section-pad-30 {
    padding: 30px 0;
}
.page-section.section-no-padding {
    padding: 0;
}
.page-section.section-no-top-padding {
    padding-top: 0;
}
.page-section.section-no-bottom-padding {
    padding-bottom: 0;
}
.page-section.section-light {
    background: #f5f5f5;
}
.page-section.section-dark {
    background: #1F232C;
}
/* pattern sections */
.page-section.section-white-gradient-pattern {
    position: relative;
    background-image: url(images/pattern.svg),linear-gradient(to bottom, #ffffff 0, #f4f4f4 100%);
    background-position: right center,center center;
    background-repeat: no-repeat,no-repeat;
    font-size: 17px;
    line-height: 1.53333333;
    overflow: hidden;
}

/* background image sections */
.page-section.section-cta-orange {
    padding: 100px 0;
    background: url("images/section-bg-gradient-orange.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.page-section.section-cta-orange-purple {
    padding: 100px 0;
    background: url("images/section-bg-gradient-orange-purple.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.page-section.section-featured .featured-raised-asset {
    position: relative;
    margin-top: -120px;
    z-index: 5;
}
.page-section.section-featured .featured-content {
    padding: 20px 0 0 20px;
}
.page-section.section-features-sharing {
    padding: 100px 0;
    background: url("images/section-bg-features-sharing.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.page-section.section-world {
    padding: 100px 0;
    background: url("images/section-bg-world-map-dots.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.page-section.section-denver-skyline {
    padding: 0 0 25%;
    background: url("images/denver-skyline-graphic.jpg") bottom center no-repeat #fff;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.page-section.section-desktop-white {
    padding: 0 0 20%;
    background: url("images/desktop-white-graphic.png") bottom center no-repeat #fff;
    -webkit-background-size: 100%;
    background-size: 100%;
}
/* pattern sections */
.page-section.section-pattern-rain-purple {
    background: url("images/pattern-rain-purple.png") bottom center repeat-x #933f72;
}

/* header sections */
.page-section.section-header {
    padding: 120px 0 50px;
}

/* ----- color section components styling ----- */
/* features */
.page-section.bg-color .feature-title {
    color: #fff;
}
.page-section.bg-color .feature p {
    color: rgba(255, 255, 255, .75);
}

/* metrics */
.page-section.bg-color .metric-value {
    color: #fff;
}
.page-section.bg-color .metric-label {
    color: rgba(255, 255, 255, .75);
}

/* ---------- Section Content ---------- */
.page-section .section-row {
    margin: 0 0 100px;
}
.page-section .section-content {
    padding: 30px;
}

/* ---------- Section Nav ---------- */
.page-section.section-nav {
    padding: 30px;
    background: #eee;
}
.page-section.section-nav .nav-parent {
    padding: 0 0 15px;
    margin: 0 0 15px;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.page-section.section-nav .nav-menu {
    list-style: none;
    font-size: .9em;
    margin: 0;
}
.page-section.section-nav .nav-menu li {
    display: inline-block;
    margin: 0;
}
.page-section.section-nav .nav-menu li a {
    display: block;
    padding: 10px 20px;
    color: #333;
    border-radius: 4px;
}
.page-section.section-nav .nav-menu li a:hover {
    background: rgba(0, 0, 0, .1);
}
.page-section.section-nav .nav-menu li.active a {
    background: #fff;
    display: block;
    padding: 10px 25px;
    color: #a93439;
    border-radius: 4px;
}
.page-section.section-nav .nav-menu li a:hover {
    background: rgba(255, 255, 255, .25);
}
.page-section.section-nav .nav-menu li.menu-label {
    padding: 10px 25px;
    background: rgba(0, 0, 0, .25);
    color: #fff;
    font-weight: 700;
}

/* -------------------- Grids -------------------- */
/* ---------- column grid ---------- */
.block-grid {
    display: table;
    width: 100%;
}
.grid-column {
    display: table-cell;
    vertical-align: top;
}
.grid-column.column-10 {
    width: 10%;
}
.grid-column.column-20 {
    width: 20%;
}
.grid-column.column-30 {
    width: 30%;
}
.grid-column.column-40 {
    width: 40%;
}
.grid-column.column-50 {
    width: 50%;
}
.grid-column.column-60 {
    width: 60%;
}
.grid-column.column-70 {
    width: 70%;
}
.grid-column.column-80 {
    width: 80%;
}
.grid-column.column-90 {
    width: 90%;
}
.grid-column.column-100 {
    width: 100%;
}
/* column colors */
.block-grid.grid-white {
    background: #fff;
}
.block-grid.grid-black {
    background: #000;
    color: #fff;
}
.block-grid.grid-blue {
    background: #003a70;
}
.block-grid.grid-grey-dark {
    background: #333;
    color: #fff;
}
.block-grid.grid-red {
    background: #a93439;
}
/* column content */
.column-content {
    padding: 10%;
}
.column-content.content-light {
    background: #eee;
}
.column-content.content-red {
    background: #a93439;
}
.column-content.content-white {
    background: #fff;
}
/* column image backgrounds */
.grid-column.column-image {
    min-height: 550px;
}
.column-image-004 {
    background: url(images/featured-resource-004.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.column-image-005 {
    background: url(images/featured-resource-005.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.column-image-006 {
    background: url(images/featured-resource-006.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.column-image-007 {
    background: url(images/learning.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ---------- masongry grid ---------- */
/* uses masronry.js plugin */
.masonry-grid {
    position: relative;
    max-width: 1200px;
}
.masonry-grid:after {
  content: '';
  display: block;
  clear: both;
}
.masonry-grid .grid-sizer {
    width: 25%; 
}
.masonry-grid .grid-item {
    float: left;
    width: 25%;
    height: 280px;
    padding: 10px;
    margin-bottom: 20px;
}
.masonry-grid .grid-item.item-25 {
    width: 25%;
}
.masonry-grid .grid-item.item-33 {
    width: 33.33%;
}
.masonry-grid .grid-item.item-50 {
    width: 50%;
}
.masonry-grid .grid-item.item-66 {
    width: 66.66%;
}
/* item variations */
.masonry-grid .grid-item.item-width-2x {
    width: 50%;
}
.masonry-grid .grid-item.item-height-2x {
    height: 580px;
}
.masonry-grid .grid-item.item-height-2x .item-cta {
    height: 560px;
}
.masonry-grid .grid-item.item-feature .item-title {
    font-size: 2em;
    font-weight: 400;
}

/* ---------- responsive grid ---------- */
.rsp-grid {
    font-size: 0;
}
.rsp-grid .grid-container {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
}
.rsp-grid .grid-container.container-pad-30 {
    padding: 30px;
}
/* grid widths */
.rsp-grid .grid-container.container-16 {
    width: 16.66%;
}
.rsp-grid .grid-container.container-20 {
    width: 20%;
}
.rsp-grid .grid-container.container-25 {
    width: 25%;
}
.rsp-grid .grid-container.container-33 {
    width: 33.33%;
}
.rsp-grid .grid-container.container-50 {
    width: 50%;
}
.rsp-grid .grid-container.container-66 {
    width: 66.66%;
}
.rsp-grid .grid-container.container-75 {
    width: 75%;
}
.rsp-grid .grid-container.container-80 {
    width: 80%;
}
/* spaced grid */
.rsp-grid.grid-spaced {
    margin-left: -3%;
}
.rsp-grid.grid-spaced .grid-container {
    margin: 0 0 3% 3%;
}
.rsp-grid.grid-spaced .grid-container.container-16 {
    width: 13.66%;
}
.rsp-grid.grid-spaced .grid-container.container-20 {
    width: 17%;
}
.rsp-grid.grid-spaced .grid-container.container-25 {
    width: 22%;
}
.rsp-grid.grid-spaced .grid-container.container-33 {
    width: 30.33%;
}
.rsp-grid.grid-spaced .grid-container.container-50 {
    width: 47%;
}
.rsp-grid.grid-spaced .grid-container.container-66 {
    width: 63.66%;
}
.rsp-grid.grid-spaced .grid-container.container-75 {
    width: 72%;
}
.rsp-grid.grid-spaced .grid-container.container-80 {
    width: 77%;
}

.rsp-grid .grid-container.container-link {
    margin-bottom: 0;
}

/* pre-defined grid columns */
.rsp-grid.grid-spaced.grid-columns-2 .grid-container {
    width: 47%;
}
.rsp-grid.grid-spaced.grid-columns-3 .grid-container {
    width: 30.33%;
}
.rsp-grid.grid-spaced.grid-columns-4 .grid-container {
    width: 22%;
}
.rsp-grid.grid-spaced.grid-columns-5 .grid-container {
    width: 17%;
}

/* column grid */
.rsp-grid.grid-columns {
    display: table;
    width: 100%;
}
.rsp-grid.grid-columns .grid-container {
    display: table-cell;
}
.rsp-grid.grid-columns .grid-container.container-mid-align {
    vertical-align: middle;
}

/* table grid */
.table-grid {
    display: table;
    width: 100%;
}
.table-grid .grid-container {
    display: table-cell;
}
.table-grid .grid-container.container-20 {
    width: 20%;
}
.table-grid .grid-container.container-25 {
    width: 25%;
}
.table-grid .grid-container.container-33 {
    width: 33.33%;
}
.table-grid .grid-container.container-50 {
    width: 50%;
}
.table-grid .grid-container.container-66 {
    width: 66.66%;
}
.table-grid .grid-container.container-75 {
    width: 75%;
}
.table-grid .grid-container.container-80 {
    width: 80%;
}
/* pre-defined grid columns */
.table-grid.grid-columns-2 .grid-container {
    width: 50%;
}
.table-grid.grid-columns-3 .grid-container {
    width: 33.33%;
}
.table-grid.grid-columns-4 .grid-container {
    width: 25%;
}
.table-grid.grid-columns-5 .grid-container {
    width: 20%;
}
.table-grid.grid-columns-6 .grid-container {
    width: 16.66%;
}

/* ---------- tile grid ---------- */
.tile-grid {
    display: table;
    width: 100%;
}
.tile-grid .grid-cell {
    display: table-cell;
    padding: 50px;
    vertical-align: top;
}
.tile-grid .grid-column.column--33 {
    width: 33.33%;
    background: #333;
}

/* grid avatars */
.grid-container .grid-avatar {
    display: block;
    min-height: 180px;
    padding: 15px 30px 15px 0;
}

/* 04: Components (A-Z)
========================================================================================================== */
/* -------------------- Accordions -------------------- */
.accordion {
    width: 100%;
    border-top: 1px solid #ddd;
}
.accordion-toggle {
    position: relative;
    display: block;
    padding: 20px 20px 20px 70px;
    font-weight: 400;
    text-decoration: none !important;
    color: #333;
}
.accordion-toggle:hover {
    text-decoration: none;
}
.accordion-toggle .toggle-icon {
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 1.5em;
    line-height: 1;
    color: #933e71;
}
.accordion-toggle.open {
    color: #933e71;
}
.accordion-content {
    display: none;
    padding: 0 20px 20px 70px;
}
.accordion-content p {
    font-size: .9em;
}
.accordion-content p:last-child {
    margin: 0;
}
/* -------------------- Cards -------------------- */
.card {
    position: relative;
    margin: 0 0 15px;
    background: #fff;
    border-bottom: 2px solid #ddd;
}
/* card image */
.card-image {
    position: relative;
    background: #000;
}
.card-image img {
    display: block;
    width: 100%;
    opacity: .7;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.card-image img:hover {
    transform: scale(1.15);
    opacity: 1.0;
}
.card-image .image-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 52px;
    height: 52px;
    padding: 15px 0;
    font-size: 1.2em;
    line-height: 1;
    text-align: center;
    background: #a93439;
    color: #fff;
    border-radius: 50px;
    z-index: 5;
}
/* card icon image colors */
/* blue = Case Study, eBook, Guide */
.card-image .image-icon.icon-blue,
.resource-case-study .card-image .image-icon,
.resource-ebook .card-image .image-icon,
.resource-guide .card-image .image-icon {
    background: #08386f;
}
/* light blue = Industry Solution Sheet, Infographic, Use Case */
.card-image .image-icon.icon-blue-light,
.resource-industry-solution-sheet .card-image .image-icon,
.resource-infographic .card-image .image-icon,
.resource-research .card-image .image-icon {
    background: #5c9ace;
}
/* green = Video or Webinar */
.card-image .image-icon.icon-green,
.resource-video .card-image .image-icon,
.resource-webinar .card-image .image-icon {
    background: #358f6e;
}
/* card content */
.card-content {
    padding: 20px;
}
.card-content p:last-child {
    margin: 0;
}
.card-content .content-title > a {
    display: block;
    color: #333;
}
.card-content .content-title > a:hover {
    color: #690;
    text-decoration: none;
}
.card-content .content-labels {
    padding: 10px 0 0;
    margin: 0 0 10px;
    font-size: .85em;
    text-transform: uppercase;
    border-top: 1px solid #333;
}
.card-content .content-labels label {
    font-weight: 700;
}
.card-content.content-compact p {
    font-size: .85em;
}

.card-content.content-pad-30 {
    padding: 30px;
}
.card-content.content-dark p {
    color: #aaa;
}
.card-content.content-dark a {
    color: #9c0;
}
.card-content.content-dark a:hover {
    color: #fff;
}
.card-content.content-dark .step-list {
    margin: 0;
    color: #aaa;
}
.card-content.content-dark .step-list li {
    border-top: 1px solid rgba(255, 255, 255, .25);
}

/* resources cards */
.card.card-resource .card-image {
    max-height: 140px;
    overflow: hidden;
}
.card.card-resource .card-content {
    min-height: 160px;
    background: #fff;
    max-height: 350px;
    overflow: hidden;
}
.card-image-container img {
    width: 100%;
}
.card-image-container img:hover {
    opacity: .5;
}
.card-date {
    display: block;
    font-size: .85em;
    padding: 5px 10px;
    margin: 0 0 10px;
    background: #eee;
    color: #999;
}

/* image cards */
.card.card-image {
    margin: 0;
    background: #000;
}
.card.card-image .image-cover {
    position: relative;
    display: block;
}
.card.card-image .image-cover img {
    display: block;
    width: 100%;
}
.card.card-image .image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 20px 20px;
    margin: 0;
    color: #fff;
    background: -webkit-gradient(linear, center top, center bottom, from(transparent), to(rgba(0,0,0,0.75)));
    background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.75));
    background: -moz-linear-gradient(transparent, rgba(0,0,0,0.75));
    background: -o-linear-gradient(transparent, rgba(0,0,0,0.75));
    background: linear-gradient(transparent, rgba(0,0,0,0.75));
}
.card.card-image .image-overlay .overlay-title {
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}
.card.card-image .image-overlay .overlay-title i {
    display: inline-block;
    margin: 7px 10px 0 0;
    vertical-align: top;
}
.card.card-image .image-overlay .overlay-content {
    margin: 0;
}
.card.card-image:hover img {
    opacity: .5;
}
.card.card-image:hover .image-overlay .overlay-title {
    color: #9c0;
}
.card.card-image .card-content {
    padding: 20px;
    border-top: 1px solid #666;
}

/* cards with background images */
.card-bg-image.image-training {
    background: url("images/card-bg-training-001.jpg") top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* card containers */
.card-container {
    padding: 30px;
}
.card-container .container-title {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #333;
}

/* ---------- Comments ---------- */
.comments-area {
    margin: 0 0 15px;
}
.comments-title {
    font-size: 1.2em;
    font-weight: 700;
}
.comment-list {
    list-style: none;
    margin: 0 0 20px;
}
.comment-list .children {
    list-style: none;
    margin: 0; 
}
.comment-list .comment {
    position: relative;
    padding: 15px 0 0 54px;
    border-top: 1px solid #ddd;
}
.comment-list .comment .avatar {
    position: absolute;
    top: 15px;
    left: 0;
    width: 44px;
    border-radius: 50px;
}
.comment-list .comment .comment-meta {
    font-size: .85em;
    font-weight: 400;
    color: #333;
    margin: 0 0 10px;
}
.comment-list .comment .comment-meta .fn {
    color: #66A644;
}
.comment-list > .comment .comment-meta a {
    color: #aaa;
}
.comment-list .comment .comment-content .wp-review-comment-rating {
    display: block;
    margin: 0 0 10px;
}
.comment-list .comment .comment-content .edit-link {
    position: absolute;
    top: 15px;
    right: 0;
    font-size: .8em;
}
.comment-list .comment .comment-content p {
    font-size: .85em;
}
.comments-container .comment-respond label {
    letter-spacing: -1px;
    color: #333;
}
/* comment respond */
.comment-respond {
    padding: 30px;
    border: 1px solid #ddd;
}
.comment-reply-title {
    font-size: 1.5em;
    font-weight: 700;
}
.comment-reply-login {
    display: none; /* don't show reply login links */
}

/* pingbacks */
.comment-list > .pingback {
    padding: 10px;
    background: #f5f5f5;
}
.comment-list > .pingback p {
    font-size: .85em;
    margin: 0;
}

.no-comments {
    padding: 15px;
    background: #eee;
}

/* -------------------- Features -------------------- */
.feature {
    position: relative;
    padding: 0 0 0 120px;
    margin: 0 0 20px;
}
.feature .feature-icon {
    position: absolute;
    top: -5px;
    left: 0;
    width: 90px;
    font-size: 5em;
    line-height: 1;
    text-align: center;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

.feature .feature-icon.feature-hex:after {
    content: '';
    background-image: url("../../../../wp-content/themes/esentire/images/icon-hex-bg.svg");
    width: 90px;
    height: 90px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 0;
}

.feature .feature-icon img {
    position: relative;
    z-index: 1;
}
.feature .feature-icon > i {
    position: relative;
    z-index: 10;
}

.feature .feature-title {
    display: block;
    line-height: 1.2em;
    margin: 0 0 10px;
}
.feature .feature-desc {
    display: block;
    font-size: 1em;
}
.feature p:last-child {
    margin: 0;
}

/* large features */
.feature.feature-large {
    padding: 0 0 0 120px;
}
.feature.feature-large .feature-icon {
    width: 90px;
    font-size: 6em;
}

/* stacked features */
.feature.feature-stacked {
    padding: 0;
}
.feature.feature-stacked .feature-icon {
    position: static;
    display: block;
    width: auto;
    font-size: 5em;
    margin: 0 0 20px;
}

/* centered features */
.feature.feature-centered {
    padding: 0;
}
.feature.feature-centered .feature-icon {
    position: static;
    display: block;
    width: auto;
    max-width: 150px;
    font-size: 5em;
    text-align: center;
    margin: 0 auto 20px;
}
.feature.feature-centered .feature-title,
.feature.feature-centered .feature-desc,
.feature.feature-centered p {
    text-align: center;
}

/* feature links */
.feature.feature-link {
    display: block;
    padding: 40px 70px 40px 130px;
    background: #fff;
    border: 2px solid #e5e5e5;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.feature.feature-link.feature-fixed-height {
    min-height: 350px;
}
.feature.feature-link.feature-fixed-height-short {
    min-height: 250px;
}
.feature.feature-link .feature-icon {
    top: 30px;
    left: 25px;
    color: #a2cd3a;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.feature.feature-link .feature-label {
    display: block;
    font-size: 1em;
    color: #66a644;
    margin: 0 0 5px;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.feature.feature-link .feature-title {
    display: block;
    font-size: 1.2em;
    color: #333;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.feature.feature-link.feature-fixed-height-short .feature-title {
    font-size: 1em;
}
.feature.feature-link .feature-desc {
    color: #666;
}
.feature.feature-link:after {
    position: absolute;
    top: 40px;
    right: 30px;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 3em;
    color: #ccc;
}
.feature.feature-link:hover {
    background: #f5f5f5;
    border-color: #a2cd3a;
}
/*
.feature.feature-link:hover .feature-icon,
.feature.feature-link:hover .feature-label,
.feature.feature-link:hover .feature-title,
.feature.feature-link:hover .feature-desc {
    color: #fff !important;
}
*/
/* feature colors */
.feature.feature-link.feature-blue .feature-icon {
    color: #398aca;
}
.feature.feature-link.feature-blue .feature-label,
.feature.feature-link.feature-blue .feature-title {
    color: #235d8a;
}
.feature.feature-link.feature-yellow .feature-icon,
.feature.feature-link.feature-yellow .feature-label,
.feature.feature-link.feature-yellow .feature-title {
    color: #faac1e;
}

/* centered feature links */
.feature.feature-link.feature-centered {
    padding: 40px 20px;
}
.feature.feature-link.feature-centered:after {
    display: none;
}
.feature.feature-link.feature-centered .feature-icon {
    position: static;
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}
.feature.feature-link.feature-centered .feature-title,
.feature.feature-link.feature-centered .feature-desc {
    text-align: center;
}

/* -------------------- Filter -------------------- */
.filter {
    margin: 0 0 40px;
}
.filter .filter-label {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0;
}
/* filter nav */
.filter .filter-nav {
    list-style: none;
    font-weight: 700;
    margin: 0;
}
.filter .filter-nav li {
    margin: 0;
}
.filter .filter-nav li a {
    position: relative;
    display: block;
    padding: 20px 50px 20px 20px;
    color: #333;
}
.filter .filter-nav li a > i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 1.2em;
}
.filter .filter-nav li a:hover {
    background: #eee;
    color: #a93439;
}
.filter .filter-nav li a.active {
    background: #333;
    color: #fff;
}
/* filter options */
.filter .filter-option {
    position: relative;
    display: block;
    padding: 15px 15px 15px 40px;
    margin: 0 0 10px;
    background: #fff;
    border: 1px solid #ddd;
    border-left: 3px solid #ccc;
    cursor: pointer;
}
.filter .filter-option:hover {
    border-left-color: #333;
}
.filter .filter-option .option-input {
    position: absolute;
    top: 13px;
    left: 15px;
}

/* inline filter */
.filter.filter-inline {
    padding: 10px;
    background: #f5f5f5;
}
.filter.filter-inline .filter-label {
    display: inline-block;
    padding: 15px;
    margin: 0 15px 0 0;
    font-size: .85em;
    vertical-align: top;
}
.filter .filter-group {
    display: inline-block;
}
.filter.filter-inline .filter-option {
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: .85em;
    background: none;
    border: none;
}

/* -------------------- Grid Images -------------------- */
.grid-image {
    position: relative;
    background: #000;
    overflow: hidden;
    margin: 0 0 30px;
}
.grid-image > a {
    display: block;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.grid-image:hover > a {
    background: rgba(153, 0, 0, .5);
}
.grid-image img {
    display: block;
    width: 100%;
    opacity: .5;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.grid-image:hover img {
    transform: scale(1.10);
}
.grid-image .image-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px;
}
.grid-image .image-title {
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
}
.grid-image .image-desc {
    display: block;
    font-size: 1em;
    color: rgba(255, 255, 255, .75);
    margin: 0;
}

/* grid image heights */
.grid-image.image-height-1 {
    height: 200px;
}
.grid-image.image-height-2 {
    height: 320px;
}

/* -------------------- Hero -------------------- */
.hero {
    min-height: 300px;
    padding: 100px 0 50px;
    margin: 65px 0 0;
}
.hero h1 .title-emph {
    display: block;
    text-transform: uppercase;
    color: #66a644;
}
.hero .container {
    position: relative;
}
.hero .hero-image,
.hero .hero-screenshot {
    position: absolute;
    bottom: -70px;
    left: 15px;
    width: 45%;
}
.hero .hero-content {
    width: 80%;
    margin: 0 auto;
}
.hero .hero-screenshot .screenshot {
    border-bottom: none;
}

/* slim heros */
.hero.hero-slim {
    min-height: inherit;
    padding: 100px 0 0;
}

/* dark heros */
.hero.hero-dark {
    background: url("images/hero-bg-dark-001.jpg") center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.hero.hero-dark h1 {
    color: #fff;
}
.hero.hero-dark p {
    color: rgba(255, 255, 255, .75);
}

/* slideshow hero */
.hero.hero-slideshow {
    position: relative;
    padding: 0;
    background: none;
}
#hero-slideshow {
    height:600px;
}
.hero.hero-slideshow .cycle-slide {
    width: 100%;
    height: 600px;
    display:table!important; /* cycle applies display:block at the element style level which is a real pain */
}
#hero-slideshow h1.color-white,
#hero-slideshow .headline.color-white {
    text-shadow:0 2px 8px black;
}

.hero.hero-slideshow .cycle-slide img {
    width: 100%;
}
.hero.hero-slideshow .cycle-slide .slide-content {
    padding:50px; /* because we're doing the table thing, we can let padding just account for cycle controls + failsafe */
    display:table-cell;
    vertical-align:middle;
}

/* homepage hero */
.hero.hero-homepage {
    padding: 150px 0 70px;
    margin: 0;
}
.hero.hero-homepage h1 {
    line-height: 1.2;
}
.hero.hero-orange {
    background: #fcad1d;
    background: -moz-linear-gradient(-45deg, #fcad1d 0%, #e08500 100%);
    background: -webkit-linear-gradient(-45deg, #fcad1d 0%,#e08500 100%);
    background: linear-gradient(135deg, #fcad1d 0%,#e08500 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcad1d', endColorstr='#e08500',GradientType=1 );
}


/* -------------------- Items -------------------- */
.item {
    position: relative;
}
.item-title {
    font-size: 1em;
    margin: 0 0 10px;
}
.item .item-content {
    padding: 15px 0;
    z-index: 5;
}
.item .item-content p {
    font-size: .8em;
    margin: 10px 0 0;
}
.item .item-content .meta {
    font-size: .75em;
}
.item .item-image {
    position: relative;
    background: #000;
    overflow: hidden;
}
.item .item-image img {
    display: block;
    width: 100%;
}
/* line items */
.item.item-line {
    padding: 30px 0;
    border-top: 1px solid #ddd;
}
/* thumb items */
.item.item-thumb {
    position: relative;
    min-height: 150px;
    padding: 30px 0 30px 180px;
    border-top: 1px solid #ddd;
}
.item.item-thumb .item-image {
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
}
.item.item-thumb .item-content {
    padding: 0;
}
/* block items */
.item.item-block {
    position: relative;
}
.item.item-block .item-image {
    position: relative;
    display: block;
    max-height: 240px;
    overflow: hidden;
}
.item.item-block .item-image .item-label {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0, 0, 0, .5);
    z-index: 10;
    transition: opacity 0.25s;
    display: block;
    width: 100%;
    padding: 0 15px;
    background: #5d5d5d;
}

.item.item-block .item-image:hover .item-label {
    opacity: 0;
}
.item.item-block .item-image .item-label i {
    display: inline-block;
    padding: 17px 0;
    margin-right: 10px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    border-radius: 100px;
}
.item.item-block .item-image img {
    width: 100%;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.item.item-block .item-image:hover img {
    cursor: pointer;
}
.item.item-block .item-content {
    padding: 20px;
}
.item.item-block .item-content .item-title {
    margin: 0;
}

/* cta items */
.item.item-cta {
    padding: 30px;
}

/* item feed */
.item-feed .item.item-line:first-child {
    padding-top: 0;
    border-top: none;
}

/* -------------------- Meta -------------------- */
.meta {
    color: #999;
}
/* meta labels */
.meta .meta-label {
    display: inline-block;
    margin: 0 10px 10px 0;
    color: #999;
}
.meta .meta-label.label-category {
    color: #333;
}
.meta .meta-label.label-resource {
    position: relative;
    padding-left: 40px;
}
.meta .meta-label.label-resource .meta-icon {
    position: absolute;
    top: -5px;
    left: 0;
    font-size: 1.8em;
    line-height: 1;
}
.meta a {
    color: #000;
}
.meta a:hover {
    color: #09c;
}
.meta .meta-category {
    color: #000;
}
/* meta dates */
.meta-date {
    display: inline-block;
    padding: 30px;
}
.meta-date > span {
    display: block;
}
.meta-date .date-month {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}
.meta-date .date-day {
    font-size: 3em;
    color: #a93439;
}
.meta-date .date-year {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 5px;
}

/* -------------------- Metrics -------------------- */
.metric {
    padding: 30px;
}
.metric.metric-black {
    background: #000;
}
.metric.metric-green {
    background: #690;
}
.metric.metric-green-light {
    background: #9c0;
}
.metric.metric-green-dark {
    color: #360;
}
.metric.metric-blue {
    background: #09f;
}
.metric.metric-purple {
    background: #339;
}
.metric-white {
    background: #fff;
}
.metric.metric-white .metric-label,
.metric.metric-white .metric-value {
    color: #333;
}

.metric .metric-value,
.metric .metric-label {
    display: block;
}
.metric .metric-label {
    font-size: .85em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.metric .metric-value {
    font-size: 3em;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
}
.metric .metric-value i {
    display: inline-block;
    vertical-align: top;
    margin: 2px 3px 0 0;
}
.metric .metric-value .value-sub {
    font-size: .5em;
}

/* -------------------- Overlay -------------------- */
.overlay {
    display: none; /* hidden by default; show with JS */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px 0;
    background: #fff;
    z-index: 2000;
    overflow: scroll;
}
.overlay.open {
    display: block;
}
.overlay-header {
    position: relative;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #a93439;
}
.overlay-header .header-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}
.overlay-header .header-title i {
    font-size: .85em;
}
.overlay-header .header-close {
    position: absolute;
    top: -10px;
    right: 0;
    font-family: Helvetica;
    font-size: 3.5em;
    line-height: 1;
    color: #ccc;
}
.overlay-header .header-close:hover {
    color: #000;
}
.overlay-menu-title {
    font-family: 'Nunito Sans';
    color: #a93439;
}
.overlay-menu {
    list-style: none;
    font-weight: 700;
    margin: 0 0 30px;
}
.overlay-menu li {
    margin: 0;
    border-top: 1px solid #ddd;
}
.overlay-menu li a {
    display: block;
    padding: 10px;
    color: #333;
}
.overlay-menu li a:hover {
    background: #a93439;
    color: #fff;
}
.overlay-menu li ul {
    list-style: none;
    font-size: .9em;
    font-weight: 300;
    margin: 0;
}
.overlay-menu li ul li a {
    padding: 10px 20px;
}
/* transparent overlays */
.overlay.overlay-trans {
    background: rgba(0, 0, 0, .85);
}

/* -------------------- Post -------------------- */
.post {
    margin: 0 0 20px;
}
.post-image {
    margin: 0 0 20px;
}
.post-image.image-header {
    position: relative;
    padding: 0 0 0 130px;
}
.post-image.image-header .header-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
}
.post-image.image-header .header-content {
    padding: 15px;
}

.post .share-links {
    position: absolute;
    top: 0;
    left: -80px;
    width: 60px;
}
.post .share-links li {
    margin: 0 0 10px;
}
/* ----- post header ----- */
.post-header {
    position: relative;
    padding: 130px 0 30px;
    background: #151515;
}
.post-header h1 {
    font-size: 3em;
    color: #fff;
}
/* hero headers */
.post-header.header-hero {
    margin: 54px 0 0;
    padding: 0;
    max-height: 320px;
}
.post-header.header-hero > img {
    display: block;
    width: 100%;
    opacity: .5;
}
.post-header.header-hero .header-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    z-index: 10;
}
.post-header.header-hero .header-utility {
    padding: 30px;
    background: rgba(0, 0, 0, .25);
}
.post-header.header-hero .header-utility .share-links li a {
    color: #fff;
}
.post-header.header-hero .header-utility .share-links li a:hover {
    color: #a93439;
}

/* ----- post image ----- */
.post-image {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}

/* ----- post content ----- */
.post-content {
    position: relative;
    padding: 30px;
    background: #fff;
}
.post-content h1 {
    font-size: 3em;
    font-weight: 700;
    line-height: 1;
}
.post-content.content-raised {
    margin-top: -300px;
}

/* ----- post navigation ----- */
.post-nav {
    padding: 20px;
    margin: 0 0 15px;
    background: #fff;
    border: 2px solid #ddd;
    overflow: auto;
}
.post-nav .nav-links {
    display: table;
    width: 100%;
}
.post-nav .nav-previous,
.post-nav .nav-next {
    display: table-cell;
    width: 50%;
}
.post-nav .nav-previous {
    border-right: 1px solid #ddd;
}
.post-nav .nav-next {
    text-align: right;
    border-left: 1px solid #ddd;
}
.post-nav .nav-previous:before,
.post-nav .nav-next:before {
    display: block;
    font-size: .85em;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #999;
}
.post-nav .nav-previous:before {
    content: "Previous";
}
.post-nav .nav-next:before {
    content: "Next";
}
.post-nav a {
    display: block;
    position: relative;
    font-size: 1.2em;
    font-weight: 700;
    color: #333;
}
.post-nav a:hover {
    color: #a93439;
}
.post-nav .nav-previous a {
    padding: 10px 10px 10px 40px;
}
.post-nav .nav-previous a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: FontAwesome;
    font-size: 1.8em;
    content: "\f137";
}
.post-nav .nav-next a {
    padding: 10px 42px 10px 10px;
    text-align: right;
}
.post-nav .nav-next a:before {
    position: absolute;
    top: 0;
    right: 0;
    font-family: FontAwesome;
    font-size: 2em;
    content: "\f138";
}

/* -------------------- Products -------------------- */
.product {
    padding: 40px 30px;
    border: 2px solid #ddd;
    border-left: none;
}
.product.product-first {
    border-left: 2px solid #ddd;
    border-right: none;
}
.product p {
    font-size: .9em;
}
.product .btn {
    margin: 0 0 30px;
}
.product .product-label {
    font-size: 1.2em;
    font-weight: 700;
    text-align: center;
}
.product .product-price {
    font-size: 48px;
    text-align: center;
    min-height: 90px;
    margin: 0;
}
.product .product-price .dollar-sign {
    font-size: 24px;
    vertical-align: 47%;
    margin-right: -12px;

}
.product .product-price.price-custom {
    font-size: 3em;
    padding-top: 15px;
}
.product .product-price.price-small {
    font-size: 2em;
}
.product .product-list {
    list-style-type: none;
    font-size: .8em;
    font-weight: 400;
    padding-left: 0px;
}
.product .product-content {
    min-height: 120px;
}
.product.product-recommended {
    padding: 30px 30px 20px;
    margin-top: -20px;
    border: 2px solid #DADBD9;
}
.product.product-recommended.product-registration {
    margin: 0 0 30px;
}

.product .product-list .checkmark-icon {
    font-size: 12px;
    position: relative;
    top: 13px;
}

.features.product-list li {
    margin: 0 0 0;
    display: block;
    padding-top: 0px;
    line-height: 0px;
}

.features.product-list li span {
    margin-left: 20px;
    display: block;
    line-height: 1.3em;
}

.parent-sub-header {
    margin-top: 15px;
    color: #666;
    font-weight: bold;
    margin-bottom: 0px;
    margin-left: 20px;
}

/* -------------------- Resources -------------------- */
.resource {
    position: relative;
}
.resource .resource-image {
    position: relative;
    background: #000;
    overflow: hidden;
}
.resource .resource-image > a {
    position: relative;
    display: block;
}
.resource .resource-image img {
    width: 100%;
    /*
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    */
}
/*
.resource .resource-image:hover img {
    opacity: .5;
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -ms-transform:scale(1.15);
    -o-transform:scale(1.15);
     transform:scale(1.15);
}
.resource .resource-image > a:after {
    content: "View";
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 48px;
    padding: 12px 0;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .25);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.resource .resource-image:hover > a:after {
    opacity: 1.0;
    margin-top: -24px;
}
*/

.resource .resource-title {
    font-size: 1em;
}

.resource .resource-content {
    padding: 30px;
}
.resource .resource-content .meta {
    font-size: .75em;
}

/* resource list */
.resource-list .resource {
    padding: 30px 0;
    border-top: 1px solid #ddd;
}
.resource-list .resource:first-child {
    padding-top: 0;
    border-top: none;
}

.resource-signup-modal {
    margin: 0 auto;
    width: 550px
}

.dimmed {
  position: relative;
}

.dimmed:after {
  content: " ";
  z-index: 10;
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}


/* -------------------- Rollover -------------------- */
.rollover {
    position: relative;
    max-height: 300px;
    vertical-align: top;
    overflow: hidden;
    margin: 0 0 20px;
    background: #1F232C;
}
.rollover img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}

/* -------------------- Screenshot -------------------- */
.screenshot {
    border: 3px solid #e5e5e5;
}
.screenshot .screenshot-bar {
    display: block;
    padding: 5px 10px;
    background: #e5e5e5;
}
.screenshot .screenshot-bar span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px 0 0;
    background: #999;
    border-radius: 100px;
}
.screenshot .screenshot-bar .bar-red {
    background: #e85851;
}
.screenshot .screenshot-bar .bar-yellow {
    background: #eebe4a;
} 
.screenshot .screenshot-bar .bar-green {
    background: #33b351;
}
.screenshot .screenshot-image {
    position: relative;
}
.screenshot .screenshot-image .image-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 40px;
    padding: 10px 0;
    margin-top: -20px;
    margin-left: -100px;
    background: rgba(0, 0, 0, .75);
    color: #fff;
    text-align: center;
    z-index: 10;
}

/* -------------------- Search -------------------- */
.search-field {
    position: relative;
    padding: 20px 50px 20px 20px;
    margin: 0 0 30px;
    background: #eee;
    border: 2px solid #ddd;
}
.search-field > label {
    margin: 0;
}
.search-field .search-input {
    padding: 0;
    border: none;
}
.search-field .search-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    font-size: 1.5em;
    background: none;
    color: #999;
    border: none;
}
.search-field .search-button:hover {
    background: none;
    color: #66a644;
}
.search-option {
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 40px;
    border: 1px solid #ccc;
    cursor: pointer;
    overflow: hidden;
}
.search-option:hover {
    border-color: #5c9ace;
}
.search-option input {
    position: absolute;
    left: -300px;
}

/* transparent search */
.search-form.form-trans .search-field {
    background: rgba(255, 255, 255, .1);
    border: 2px solid rgba(255, 255, 255, .25);
}
.search-form.form-trans .search-field .search-input {
    color: #fff;
}
.search-form.form-trans .search-field .search-button {
    color: rgba(255, 255, 255, .5);
}
.search-form.form-trans .search-field .search-button:hover {
    color: #fff;
}
.search-form.form-trans .search-option {
    color: #fff;
}

/* -------------------- Share links -------------------- */
.share-links {
    list-style: none;
    font-size: 1.2em;
    margin: 0;
}
.share-links li {
    display: inline-block;
    margin: 0;
}
.share-links li a {
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    width: 48px;
    background: #555;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.share-links li a:hover {
    background: #000;
}
.share-links li.facebook a {
    background: #4c66a4;
}
.share-links li.facebook a:hover {
    background: #2b4585;
}
.share-links li.google a {
    background: #dd4b39;
}
.share-links li.google a:hover {
    background: #ad2312;
}
.share-links li.linkedin a {
    background: #287bbc;
}
.share-links li.linkedin a:hover {
    background: #1b5480;
}
.share-links li.twitter a {
    background: #55acee;
}
.share-links li.twitter a:hover {
    background: #277ec1;
}


/* -------------------- Sidebar -------------------- */
.sidebar {
    margin: 0 0 30px;
}
.sidebar .sidebar-title {
    padding: 0 15px;
    margin: 5px 0 20px;
}
.sidebar .sidebar-nav {
    list-style: none;
    font-size: 1em;
    margin: 0 0 20px;
}
.sidebar .sidebar-nav li {
    margin: 0;
    border-top: 1px solid #ddd;
}
.sidebar .sidebar-nav li a {
    position: relative;
    display: block;
    padding: 20px 20px 20px 15px;
    line-height: 1.6;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.sidebar .sidebar-nav li a:before {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 20px;
    font-family: FontAwesome;
    content: "\f105";
    text-align: center;
}
.sidebar .sidebar-nav li a:hover {
    background: #eee;
    text-decoration: none;
}
.sidebar .sidebar-nav li.active a {
    font-weight: 400;
    color: #151515;
}
.sidebar .sidebar-nav li.active a:before {
    content: "\f111";
}

/* -------------------- Steps -------------------- */
.step {
    position: relative;
    padding: 0 15px 0 60px;
    margin: 0 0 30px;
    vertical-align: top;
}
.step .step-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    padding: 10px 0;
    background: #c00;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 40px;
}
.step .step-title {
    font-weight: 700;
    margin: 0 0 10px;
}
.steps {
    display: table;
    width: 100%;
}
.steps.steps-3 .step {
    display: table-cell;
    width: 33.33%;
}

/* -------------------- Tags -------------------- */
.tags {
    font-size: .85em;
}
.tags a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 5px 10px 0;
    background: #fff;
    color: #333;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
}
.tags a:hover {
    background: #333;
    color: #fff;
}

/* -------------------- Users -------------------- */
.user {
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 100px;
    margin: 0 0 20px;
}
.user .user-avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    display: inline-block;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.user .user-avatar img {
    border-radius: 100px;
}
.user .user-label {
    font-size: .85em;
    margin: 0 0 5px;
}
.user .user-title {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-weight: 700;
    font-size: 1.1em;
    color: #333;
}
.user .user-title a {
    color: #690;
}
.user .user-title a:hover {
    color: #333;
}
.user .user-status {
    display: block;
    font-size: .85em;
    font-weight: 400;
}
.user .user-desc {
    display: block;
    font-size: .85em;
    font-weight: 300;
}
.user.user-program {
    margin-left: 60px;
}
/* large users */
.user.user-large {
    padding-left: 140px;
}
.user.user-large .user-avatar {
    width: 120px;
    border-radius: 150px;
    -ms-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.user.user-large .user-label {
    display: block;
    margin: 0;
}
.user.user-large .user-title {
    font-size: 1.4em;
    line-height: 1.2;
    padding: 20px 0 5px;
}
/* user links */
.user.user-link {
    display: block;
    min-height: 150px;
    padding-right: 15px;
    cursor: pointer;
}
.user.user-link .user-label {
    font-weight: 700;
    color: #999;
}
.user.user-link:hover .user-title,
.user.user-link:hover .user-label {
    color: #a93439;
}
.user.user-link:hover .user-avatar {
    transform: scale(1.10);
    -ms-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/* -------------------- Video -------------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    margin: 0 auto 50px;
    height: 0;
    background: #1F232C;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.video-container.video-hero {
    width: 70%;
    padding-bottom: 40%;
    margin-top: -150px;
}

/* -------------------- Widgets -------------------- */
.widget {
    padding: 30px;
    margin: 0 0 30px;
    background: #fff;
    border: 1px solid #ddd;
}
.widget p:last-child {
    margin: 0;
}
.widget ul {
    list-style: none;
    margin: 0 0 20px;
}
.widget ul li {
    margin: 0;
    border-top: 1px solid #ddd;
}
.widget ul li a {
    display: block;
    padding: 10px 0;
}
.widget .widget-label {
    font-size: .85em;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    border-top: 1px solid #eee;
}
.widget .widget-title {
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 0 20px;
}
.widget ul.link-list {
    list-style: none;
    font-size: .85em;
    font-weight: 400;
    margin: 0 0 30px;
}
.widget ul.link-list li {
    border-top: 1px solid #ddd;
}
.widget ul.link-list li a {
    display: block;
    padding: 7px 0;
}
.widget ul.link-list li a:hover {
    padding: 7px 10px;
    background: #eee;
    text-decoration: none;
}
.widget ul.link-list li a .list-title {
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
}
.widget ul.link-list li a .list-desc {
    display: block;
    color: #999;
}
/* widget headers */
.widget .widget-header {
    padding: 30px;
    background: #a93439;
    background: -moz-linear-gradient(-45deg, #a93439 0%, #cc0000 100%);
    background: -webkit-linear-gradient(-45deg, #a93439 0%,#cc0000 100%);
    background: linear-gradient(135deg, #a93439 0%,#cc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93439', endColorstr='#cc0000',GradientType=1 );
}
.widget .widget-header .user {
    margin: 0;
}
/* widget content */
.widget .widget-content {
    padding: 30px;
    background: #fff;
}
/* form widgets */
.widget.widget-form {
    padding: 30px;
    background: #fff;
}
.widget button[type="submit"],
.widget input[type="submit"] {
    display: block;
    width: 100%;
}
/* author widgets */
.widget.widget-author {
    padding: 0;
}
/* cta widgets */
.widget.widget-cta {
    padding: 30px;
}
.widget.widget-mdr {
    padding: 0;
    background: #000;
}
.widget.widget-mdr .widget-label {
    padding: 15px;
    margin: 0;
    color: #fff;
}
.widget.widget-mdr .widget-top {
    padding: 30px;
    background: #a93439;
    background: -moz-linear-gradient(-45deg, #a93439 0%, #cc0000 100%);
    background: -webkit-linear-gradient(-45deg, #a93439 0%,#cc0000 100%);
    background: linear-gradient(135deg, #a93439 0%,#cc0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a93439', endColorstr='#cc0000',GradientType=1 );
}
.widget.widget-mdr .widget-bottom img {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.widget.widget-mdr .widget-bottom img:hover {
    opacity: .5;
}
/* widget forms */
.widget form ul li {
    border: none;
}

/* gravity forms widget */
.widget.gform_widget .widget-title {
    color: #3ab97d;
}
.widget.gform_widget .gfield_label {
    display: none; /* hide email field label */
}
.widget.gform_widget .gform_heading {
    margin: 0 0 20px;
}
.widget.gform_widget .gform_heading .gform_description {
    font-size: .85em;
}
.widget.gform_widget input[type="submit"] {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}

/* -------------------- Zoom Box -------------------- */
.zoom-box {
    position: relative;
    max-height: 300px;
    vertical-align: top;
    overflow: hidden;
    margin: 0 0 20px;
    background: #1F232C;
}
.zoom-box img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.zoom-box .caption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.zoom-box .caption h3 {
    position: absolute;
    bottom: 50px;
    left: 50px;
    font-size: 1.5em;
    color: #fff;
    margin: 0;
}
.zoom-box .caption h3 i {
    margin-left: 5px;
}
.zoom-box .caption .caption-label {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 10px 20px;
    font-weight: 700;
    background: #c00;
    color: #fff;
}
.zoom-box .box-title {
    margin: 0 0 5px;
}
.zoom-box:hover img {
    opacity: .5;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.zoom-box:hover .caption {
    background: rgba(0, 0, 0, .25);
}

/* 05: Footer
========================================================================================================== */
.site-footer {
    padding: 0 0 30px;
    background: #343433;
}
.site-footer .footer-column {
    padding: 50px 0 15px 0;
}

.site-footer .footer-title {
    font-weight: 700;
    text-transform: uppercase;
    color: #eee;
    margin: 0 0 10px;
}
.site-footer p {
    color: #999;
}
.site-footer p a {
    color: #a2cd3a;
}
.site-footer p a:hover {
    color: #fff;
}
.site-footer hr {
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-bottom: none;
}
/* footer nav */
.site-footer .menu {
    list-style: none;
    font-size: .8em;
    margin: 0 0 30px;
}
.site-footer .menu li {
    margin: 0;
}
.site-footer .menu li a {
    display: block;
    color: #888;
    padding: 5px 0;
}
.site-footer .menu li a:hover {
    color: #a2cd3a;
    text-decoration: none;
}
.site-footer .menu li a sup {
    color: #a2cd3a;
    font-style: italic;
}
.site-footer .menu li i {
    width: 20px;
    margin: 1px 5px 0 0;
    opacity: .5;
    text-align: center;
}
/* footer cta */
.site-footer .footer-cta {
    position: relative;
    padding: 30px 250px 30px 30px;
    margin: 50px 0 0;
    border: 2px solid #555;
}
.site-footer .footer-cta p {
    font-size: 1.5em;
    line-height: 1.4;
    color: #aaa;
    margin: 0;
}
.site-footer .footer-cta .btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

/* footer social nav */
.site-footer .social-nav {
    text-align: right;
}

/* footer forms */
.site-footer input[type="text"],
.site-footer input[type="email"],
.site-footer textarea {
    position: relative;
    width: 100%;
    margin: 0 0 20px;
    background: #fff;
    color: #333;
    box-shadow: none;
    z-index: 1;
    
    transition: border .25s;
}
.site-footer input[type="submit"] {
    display: block;
    width: 100%;
    color: #999;
    background: none;
    border: 2px solid #999;
}
.site-footer input[type="submit"]:hover {
    background: #fff;
    color: #66a644;
    border-color: #fff;
}
.site-footer .optin-form p {
    margin: 0 0 20px;
}
.site-footer .optin-form form {
    position: relative;
}
.site-footer .optin-form .gform_body .gfield_label {
    display: none;
}
.site-footer .optin-form .gform_body input[type="text"] {
    padding-right: 50px;
    border: none;
}
.site-footer .optin-form .gform_footer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.site-footer .optin-form .gform_footer input[type="submit"] {
    width: auto;
    padding: 10px 15px;
    font-size: 1.5em;
    background: none;
    color: #999;
    border: none;
    z-index: 10;
}
.site-footer .optin-form .gform_footer input[type="submit"]:hover {
    color: #000;
}
.site-footer .optin-form .gform_validation_error .gform_footer {
    top: 72px;
}

.site-footer .hs-form-booleancheckbox-display {
    color: #999;
}
.site-footer .hs-form-booleancheckbox-display input {
    top: 5px;
}

/* copyright */
.copyright {
    font-size: .7em;
    margin: 0;
    color: #999;
}
.copyright a {
    color: #999 !important;
    text-decoration: underline;
}
.copyright a:hover {
    text-decoration: none;
}

/* hide registration footer */
.page-template-template-registration .site-footer,
.page-template-template-signup .site-footer {
    display: none;
}

/* hide ui guide footer */
.page-template-page-ui-guide .site-footer {
    display: none;
}

/* 06: Forms
========================================================================================================== */
#product-tabs{
    margin-top: 30px;
}

p.centered{
    margin: 0;
}

.features.product-list{
    margin: 30px 0 0px 20px;
}

.form-container {
    padding: 30px;
    margin: 0 0 20px;
}
.input-container {
    margin: 0 0 15px;
    position: relative;
    height: auto;
}

/* account forms */
.form-account {
    margin-bottom: 30px;
    padding: 40px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #eee;
}

.form-account .gfield_label {
    display: none;
}

.form-account input[type="submit"] {
    float: right;
}

.btn.btn-primary:hover {
    background: #235d8a;
}

#product_users{
    font-size: 0.9em;
    color: #666;
    padding: 20px 0 20px 10px;
    height: 40px;
    margin-bottom: 20px;
}

.hs-button{
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    border-radius: 4px;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

/* ---------- labels ---------- */
label {
    display: block;
    font-size: 1em;
    font-weight: 300;
    color: #333;
    margin: 0 0 5px;
}

.label-helper {
    font-weight: 300;
    color: #999;
}
.label-inline {
    display: inline-block;
    margin: 0 20px 10px 0;
}
.label-block {
    display: block;
    margin: 0 0 10px;
}
/* option labels */
.label-option {
    position: relative;
    padding: 7px 10px 7px 30px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.label-option:hover {
    background: #eceff1;
}
.label-option input {
    position: absolute;
    top: 6px;
    left: 10px;
}
/* select labels */
.label-select {
    position: relative;
    padding: 15px 10px 15px 35px;
    margin: 0;
    cursor: pointer;
    color: #333;
    border-top: 1px solid #ccc;
}
.label-select:hover {
    color: #9c0;
}
.label-select input {
    position: absolute;
    top: 18px;
    left: 10px;
    margin: 0;
}

.label-hint {
    font-size: .8em;
    font-weight: 300;
    color: #999;
}
.mobile-label {
    display: none;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="password"],
textarea {
    display: block;
    width: 100%;
    padding: 15px;
    margin: 0;
    background: #fff;
    color: #333;
    border: none;
    outline: none;
}
/*
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
    border-color: #66a644;
}
*/
textarea {
    height: 120px;
}
select,
select[multiple],
select[size] {
    width: 100%;
    height: 57px;
    padding: 10px;
    margin: 0;
    background: #eee;
    font-size: .85em;
    font-weight: 300;
    color: #333;
    border: 1px solid #ddd;
}
label.checkbox,
label.radio {
    font-weight: normal;
    cursor: pointer;
}
button[type="submit"],
input[type="submit"] {
    display: inline-block;
    padding: 12px 40px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    background: #3ab97d;
    border: none;
    border-left: 15px solid #3a8d6c;
    border-radius: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
button[type="submit"]:hover,
input[type="submit"]:hover {
    background: #3a8d6c;
    color: #fff;
}

.required {
    color: #c00;
}

.screen-reader-text {
    display: none;
}

/* 07: Tables
========================================================================================================== */
table {
    color: #333;
}
table th {
    font-weight: 700;
}
table th .info-tip {
    font-weight: 300;
    text-transform: none;
    margin-left: 5px;
}

.table {
    margin: 0 0 30px;
}
.table thead {
    background: #f5f5f5;
}

/* asset tables */
.table.table-assets {
    background: #fff;
    border: 1px solid #ccc;
}
.table.table-assets thead {
    text-transform: uppercase;
}
.table.table-assets th,
.table.table-assets td {
    padding: 15px;
}

/* compare tables */
.table.table-compare th,
.table.table-compare td {
    width: 20%;
    padding: 30px;
}
.table.table-compare thead {
    background: none;
}
.table.table-compare thead th {
    font-weight: 300;
    text-align: center;
}
.table.table-compare thead .table-title {
    text-align: left;
    text-transform: uppercase;
    margin: 0;
}
.table.table-compare thead th h4 {
    font-weight: 700;
    text-align: center;
    margin: 0;
}
.table.table-compare tbody {
    border: 1px solid #ddd;
}
.table.table-compare tbody td {
    border-left: 1px solid #ddd;
    vertical-align: middle;
}
.table.table-compare tbody tr td:first-child {
    border-left: none;
}
.table.table-compare tbody h5 {
    font-weight: 700;
    margin: 0 0 5px;
}
.table.table-compare tbody p {
    font-size: .85em;
    margin: 0;
}
.table.table-compare .compare-icon {
    display: block;
    width: 50px;
    margin: 0 auto;
}
.table.table-compare .column-desc {
    width: 35%;
}


/* contact tables */
.table.table-contact {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ccc;
    margin: 0 0 30px;
}
.table.table-contact th,
.table.table-contact td {
    padding: 15px 0;
    border-top: 1px solid #ccc;
}
.table.table-contact th {
    width: 200px;
}
.table.table-contact th i {
    width: 18px;
    text-align: center;
    margin-right: 10px;
    color: #c00;
}

/* contacts tables */
.table.table-contacts {
    font-size: .8em;
}
.table.table-contacts th,
.table.table-contacts td {
    padding: 10px 10px 10px 0;
}
.table.table-contacts h6 {
    margin: 0;
}

/* code tables */
.table.table-code {
    font-family: consolas;
    border: 1px solid #ddd;
}
.table.table-code th,
.table.table-code td {
    padding: 15px;
}
.table.table-code tbody th {
    width: 150px;
    background: rgba(0, 0, 0, .25);
    color: #fff;
}

/* data tables */
.table.table-data {
    table-layout: fixed;
    font-size: .8em;
}
.table.table-data th,
.table.table-data td {
    padding: 10px 0;
}
.table.table-data .data-title {
    padding-right: 10px;
}

/* markup tables */
.table.table-markup th,
.table.table-markup td {
    min-width: 150px;
    padding: 20px;
    vertical-align: top;
}
.table.table-markup thead th {
    text-transform: uppercase;
}
.table.table-markup tbody th {
    width: 250px;
}

.column-action {
    width: 30%;
    text-align: right;
}
.column-description {
    width: 50%;
}

.row-header th,
.row-header td {
    background: #f5f5f5;
}
.row-dark {
    background: #1F232C;
}


/* 08: Behavioral
========================================================================================================== */
.js-hidden {
    display: none;
}

/* 09: Bootstrap & Plugins
========================================================================================================== */
/* -------------------- BeaverBuilder (page builder) -------------------- */
.page-builder {
    margin: 66px 0 0;
}

/* -------------------- Bootstrap -------------------- */
/* ----- alerts ----- */
.alert.alert-neutral {
    background: #f5f5f5;
}

/* ----- breadcrumb ----- */
.breadcrumb {
    font-size: .75em;
    padding: 0;
    margin: 0 0 10px;
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.breadcrumb li {
    margin-bottom: 0;
}

/* ----- label ----- */
.label {
    display: inline-block;
    vertical-align: top;
    padding: 5px 0;
    border: none;
    border-radius: 0;
}
.label-success {
    background: #9c3;
}
.label-danger {
    background: #c00;
}
.label-neutral {
    background: #999;
}

/* ----- modal ----- */
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}
.modal {
    padding-right: 0 !important;
}

.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    position: relative;
    padding: 25px 65px 25px 30px;
    background: #3ab97d;
    background: -moz-linear-gradient(-45deg, #3ab97d 0%, #3a8d6c 100%);
    background: -webkit-linear-gradient(-45deg, #3ab97d 0%,#3a8d6c 100%);
    background: linear-gradient(135deg, #3ab97d 0%,#3a8d6c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ab97d', endColorstr='#3a8d6c',GradientType=1 );
}
.modal-header .modal-title {
    font-size: 2em;
    line-height: 1.2;
    color: #fff;
    margin: 0;
}
.modal-header .modal-label {
    color: #fff;
    margin: 5px 0 0;
}
.modal-header .close {
    position: absolute;
    top: 10px;
    right: 30px;
    font-family: Helvetica Neue, sans-serif;
    font-size: 3.2em;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    color: #fff;
    text-shadow: none;
    outline: none;
}
.modal-body {
    padding: 30px;
}
.modal-body.body-no-padding {
    padding: 0;
}

.modal textarea {
    height: 100px;
}
.modal input[type="submit"] {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.modal-footer {
    background: #eee;
    padding: 15px 20px;
    margin-top: 0;
    text-align: left;
}
.modal-footer .btn {
    margin: 0 5px 0 0;
}

.modal-link {
    font-weight: 400;
}
/* complex modals */
.modal-header.header-complex {
    padding-left: 200px;
}
.modal-header.header-complex .header-thumb {
    position: absolute;
    top: 25px;
    left: 30px;
    width: 150px;
    max-height: 150px;
    overflow: hidden;
}
.modal-header.header-complex .header-thumb img {
    width: 100%;
}
.modal-body.body-complex {
    position: relative;
    padding: 75px 30px 30px;
}
.modal-body.body-complex .social-nav {
    position: absolute;
    top: 15px;
    left: 200px;
}
/* wide modals */
.modal-wide .modal-dialog {
    width: 900px;
}
/* modals without headers */
.modal.modal-no-header .close {
    display: inline-block;
    font-family: Helvetica Neue, sans-serif;
    font-size: 3em;
    font-weight: 300;
    line-height: 1;
    margin: -17px 0 0 15px;
}

/* ----- panel ----- */
.panel-heading {
    position: relative;
    padding: 10px;
}
.panel-heading h4 {
    margin: 0;
}
.panel table {
    font-size: .85em;
    margin: 0;
}
.panel table tr td {
    vertical-align: middle;
}

/* ----- tooltip ----- */
.tooltip {
    letter-spacing: 0 !important;
}
.tooltip .tooltip-inner {
    padding: 7px 15px;
}

/* ----- nav ----- */
/* nav tabs */
.nav-tabs {
    font-size: .9em;
    font-weight: 300;
    margin: 0 0 20px;
}
.nav-tabs li,
.nav-tabs li.active {
    border: none;
}
.nav-tabs li.active,
.nav-tabs li.current-cat {
    border-bottom: 3px solid #a2cd3a;
}
.nav-tabs li a {
    position: relative;
    padding: 10px 20px;
    color: #858585;
    border: none !important;
    border-radius: 0;
}
.nav-tabs li a:active,
.nav-tabs li a:hover {
    border: none !important;
}
.nav-tabs li.active a {
    border: none;
}
.nav-tabs li a i {
    display: inline-block;
    opacity: .5;
}
.nav-tabs.centered {
    text-align: center;
    margin: 0 0 50px;
}
.nav-tabs.centered li {
    float: none;
    display: inline-block;
}
/* column tabs */
.nav-tabs.tabs-columns {
    display: table;
    width: 100%;
    border: none;
}
.nav-tabs.tabs-columns li {
    display: table-cell;
    border: none;
    margin: 0;
}
.nav-tabs.tabs-columns li a {
    background: #e6e6e6;
    filter: grayscale(1);
    margin: 0;
    height: 100%;
}
.nav-tabs.tabs-columns li.active a {
    background: #fff;
    border: none;
    opacity: 1.0;
    filter: grayscale(0);
}
.nav-tabs.tabs-columns li a,
.nav-tabs.tabs-columns li a:hover {
    padding: 30px;
    border: none;
}
.nav-tabs.tabs-columns li a:hover {
    background: #fff;
    opacity: 1.0;
}
.nav-tabs.tabs-columns li a img {
    display: block;
    width: 100%;
}
.nav-tabs.tabs-columns.columns-4 li {
    width: 20%;
    height: 120px;
}
/* nav pills */
.nav-pills {
    font-size: .85em;
    font-weight: 400;
}
.nav-pills li {
    margin: 0;
}
.nav-pills > li + li {
    margin: 0;
}
.nav-pills li a {
    background: #fff;
    color: #333;
    border: 1px solid #398aca;
    border-radius: 0;
}
.nav-pills li a:hover {
    background: #eee;
}
.nav-pills li.active a,
.nav-pills li.active a:focus,
.nav-pills li.active a:hover {
    background: #398aca;
    color: #fff;
}
.nav-pills.pills-centered {
    display: block;
    margin-left: -4px;
    text-align: center;
}
.nav-pills.pills-centered li {
    float: none;
    display: inline-block;
    margin-right: -4px;
}

/* ----- tabs ----- */
.tab-content {
    margin: 0 0 20px;
    padding: 0;
}
.tab-content.content-bordered {
    padding: 15px;
    border: 1px solid #ddd;
    border-top: none;
}

/* ----- well ----- */
.well {
    padding: 30px;
    margin: 0 0 30px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
/* colored wells */
.well.well-white {
    background: #fff;
}
/* transparent wells */
.well.well-trans-light {
    background: rgba(255, 255, 255, .25);
}
.well.well-trans-dark {
    background: rgba(0, 0, 0, .25);
}
.well.well-trans-black-25 {
    background: rgba(0, 0, 0, .25);
}

/* -------------------- Cycle Slideshow -------------------- */
.cycle-slideshow {
    position: relative;
    margin: 0 70px;
}
.cycle-slideshow .cycle-next,
.cycle-slideshow .cycle-prev {
    position: absolute;
    height: 48px;
    width: 48px;
    top: 40%;
    margin-top: -15px;
    font-size: 3em;
    line-height: 1;
    text-align: center;
    color: #fff;
    z-index: 150;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.cycle-slideshow .cycle-prev {
    left: -70px;
}
.cycle-slideshow .cycle-next {
    right: -70px;
}

.cycle-slideshow .cycle-next:hover,
.cycle-slideshow .cycle-prev:hover,
.cycle-slideshow .cycle-next:focus,
.cycle-slideshow .cycle-prev:focus {
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
}

.cycle-slide .slide-content {
    padding: 30px;
}
.cycle-slide.slide-feature .slide-image {
    margin: 0 auto 20px;
}
.cycle-slide.slide-testimonial .slide-image {
    margin: 50px 0 0;
}

/* -------------------- GDPR Cookie Compliance -------------------- */
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt {
    display: none !important;
}

/* -------------------- Gravity Forms -------------------- */
.gform_fields {
    list-style: none;
    margin: 0;
}
.gform_fields .gfield {
    margin: 0 0 15px;
    border: none;
}
.gform_fields .gfield select {
    width: 100%;
}
.gform_fields .gfield_label {
    display: none; /* hide labels by defualt and use placeholders instead */
    /*
    font-size: .85em;
    font-weight: 700;
    */
}
.gform_fields .gfield_description {
    font-size: .8em;
}
/* hide sub-labels */
.gform_fields .name_first label,
.gform_fields .name_last label {
    display: none;
    /*
    font-size: .85em;
    */
}
.gform_fields .name_first {
    display: block;
    margin: 0 0 15px;
}
/* show specific labels */
#field_2_4 label {
    display: block;
}
/* hide specific fields */
#field_6_1 {
    display: none;
}
/* checkbox / radio */
.gfield_checkbox,
.gfield_radio {
    list-style: none;
    font-size: 1em;
    margin: 0 0 20px;
}
.gfield_checkbox li,
.gfield_radio li {
    position: relative;
    padding-left: 25px;
}
.gfield_checkbox li input[type="checkbox"],
.gfield_radio li input[type="radio"] {
    position: absolute;
    top: -1px;
    left: 0;
}
.gfield_checkbox li input[value="Other"],
.gfield_radio li input[value="Other"] {
    padding: 0;
    background: #fff;
}
.gfield_checkbox li label,
.gfield_radio li label {
    font-weight: 300;
}
.gfield_checkbox li p,
.gfield_radio li p {
    margin: 0;
}
/* error styling */
.gform_wrapper .validation_error {
    display: block;
    padding: 10px;
    margin: 0 0 15px;
    font-size: .85em;
    background: #c00;
    color: #fff;
}
.gform_fields .gfield .validation_message {
    display: block;
    margin: 5px 0 0;
    font-size: .85em;
    color: #c00;
}
/* success styling */
.gform_confirmation_message {
    display: block;
    padding: 10px;
    margin: 0 0 15px;
    font-size: .85em;
    background: #690;
    color: #fff;
}

.gfield_required {
    color: #c00;
}

.gform_wrapper .gform_page_footer {
    overflow: auto;
}
/* buttons */
.gform_wrapper .button {
    display: inline-block;
    padding: 12px 40px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -webkit-transition: .25s;
    -moz-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
}
.gform_wrapper .button.gform_previous_button {
    float: left;
    color: #fff;
    background: #999;
}
.gform_wrapper .button.gform_previous_button:hover {
    background: #666;   
}
.gform_wrapper .button.gform_next_button {
    float: right;
    color: #fff;
    background: #3ab97d;
    border-left: 15px solid #3a8d6c;
}
.gform_wrapper .button.gform_next_button:hover {
    background: #3a8d6c;   
}

/* page steps */
.gf_page_steps {
    font-size: .85em;
    margin: 0 0 20px;
}
.gf_step {
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 34px;
    margin: 0 30px 0 0;
    color: #999;
}
.gf_step.gf_step_active {
    color: #333;
}
.gf_step .gf_step_number {
    position: absolute;
    top: 6px;
    left: 0;
    width: 26px;
    padding: 5px 0;
    font-size: .85em;
    font-weight: 700;
    text-align: center;
    background: #ddd;
    color: #999;
    border-radius: 100px;
}
.gf_step.gf_step_active .gf_step_number {
    background: #a2cd3a;
    color: #fff;
}

/* -------------------- Hubspot -------------------- */
/* bunch of !important declarations to over-ride Hubspot styling... :( */
.hbspt-form fieldset {
    max-width: inherit !important;
}
.hbspt-form ul {
    margin: 0;
}
.hbspt-form .inputs-list {
    list-style: none;
}
.hbspt-form .input {
    margin: 0 !important;
}
.hbspt-form fieldset.form-columns-2 {
    margin-left: -2%;
}
.hbspt-form fieldset.form-columns-2 .hs-form-field {
    width: 48% !important;
    margin-left: 2%;
}
.hs-form-field {
    margin-bottom: 10px;
}
.hs-form-field > label {
    display: none !important; /* hide labels and use placeholders instead */
}
.hs-form-field textarea,
.hs-form-field select {
    width: 100% !important;
}
.hs-form-booleancheckbox-display {
    position: relative;
    font-size: .75em;
    padding-left: 20px;
}
.hs-form-booleancheckbox-display input {
    position: absolute;
    top: 1px;
    left: 0;
    margin: 0;
}
/* error messaging */
.hs-error-msgs {
    list-style: none;
    font-size: .75em;
    color: #c00;
    margin: 10px 0;
}
.hs-error-msgs li {
    margin: 0 0 10px;
}
.hs-error-msgs li:first-child {
    margin: 0;
}
.hs-error-msgs li label {
    color: #c00;
}
.hs_error_rollup {
    display: block;
    padding: 10px;
    margin: 0 0 20px;
    background: #c00;
}
.hs_error_rollup li label {
    color: #fff;
}    

/* -------------------- WP Pagenavi -------------------- */
.wp-pagenavi {
    padding: 20px 0 0;
    margin: 0 0 20px;
    border-top: 1px solid #ddd;
}
.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    border: 2px solid #eee;
    padding: 8px 15px;
    margin: 0 5px 5px 0;
}
.wp-pagenavi span.pages {
    background: #eee;
    color: #151515;
}
.wp-pagenavi a {
    color: #333;
    border-color: #a2cd3a;
}
.wp-pagenavi a:hover {
    background: #a2cd3a;
    color: #fff;
    border-color: #a2cd3a;
}
.wp-pagenavi span.current {
    background: #66a644;
    color: #fff;
    border-color: #66a644;
}

/* 10: Dev Tools
========================================================================================================== */
.ui-guide-wrapper {
    position: relative;
}
/* guide rail */
.ui-guide-rail {
    position: fixed;
    top: 0;
    left: 0;
    width: 250px;
    height: 100%;
    background: #eee;
    overflow: auto;
}
.ui-guide-rail .rail-brand {
    padding: 20px;
}
.ui-guide-rail .rail-nav .nav-menu {
    list-style: none;
    font-size: .85em;
    font-weight: 400;
    padding: 0 20px;
    margin: 0;
}
.ui-guide-rail .rail-nav .nav-menu li {
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, .15);
}
.ui-guide-rail .rail-nav .nav-menu li.menu-label {
    position: relative;
    padding: 15px;
    font-weight: 700;
    background: rgba(255, 255, 255, .1);
    color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
.ui-guide-rail .rail-nav .nav-menu li.menu-label i {
    position: absolute;
    top: 17px;
    right: 15px;
}
.ui-guide-rail .rail-nav .nav-menu li a {
    display: block;
    padding: 15px;
    color: #888;
}
.ui-guide-rail .rail-nav .nav-menu li a:hover {
    background: rgba(0, 0, 0, .1);
    color: #000;
}
/* guide body */
.ui-guide-body {
    margin-left: 250px;
}

.ui-gradient {
    display: block;
    width: 100%;
    height: 40px;
}

/* 10: Responsive (Media Queries)
========================================================================================================== */
/* Retina-specific styles */
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (   -moz-min-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

}

@media screen and (min-width: 1400px) {

    /* container */
    .container {
        width: 1200px;
    }

}

@media screen and (max-width: 1399px) {

    /* site header */
    .site-header .header-nav > ul {
        font-size: .75em;
    }
    .site-header .header-nav ul > li > a {
        padding: 22px 20px;
    }

    /* container */
    .container {
        width: 1000px;
    }

    .ui-guide-body .container {
        width: auto;
        padding: 0 50px;
    }

}

@media screen and (max-width: 1199px) {

    .hero.hero-homepage h1 {
        font-size: 2em;
    }

    .post .share-links {
        position: static;
        top: inherit;
        left: inherit;
        width: auto;
        margin: 0 0 30px;
    }
    .post .share-links li {
        margin: 0 5px 5px 0;
    }

}

/* TABLET */
@media screen and (max-width: 1024px) {

    /* container */
    .container {
        width: auto;
    }
    .container-raised-100,
    .container-raised-150,
    .container-raised-200 {
        margin: 0 auto;
    }

    .headline,
    .content-headline p {
        font-size: 1.5em;
    }
    .headline.small {
        font-size: 1.2em;
    }
    .content-large p {
        font-size: 1.2em;
    }

    /* site header */
    .site-header {
        height: 60px;
    }
    .site-header:after {
        display: none;
    }
    .site-header .header-top {
        display: none;
    }
    .site-header .header-brand {
        top: -14px;
        width: 180px;
    }
    .site-header .header-brand:after {
        display: none;
    }
    .site-header .header-mobile-navicon {
        display: inline-block;
    }
    .site-header .header-top .top-nav ul {
        margin: 12px 60px 0 0;
    }
    .site-header .header-top .top-social {
        display: none;
    }
    .site-header .header-nav {
        position: fixed;
        top: 60px;
        left: 0;
        width: 0;
        overflow: scroll;
    }
    .site-header .header-search {
        position: fixed;
        z-index: 1005; /* this keeps it above everything */
        width: 100%;
    }
    .site-header .header-search .container {
        display:table-cell;
        vertical-align:middle;
    }
    .site-header .header-search.open {
        height:100%;
        display:table;
    }
    .site-header .header-search.open .search-close {
        display: inline-block;
    }
    .mobile-nav-open .site-header {
        background: #fff;
    }
    .mobile-nav-open .site-header .header-nav {
        width: 100%;
        height: 100%;
        background: #eee;
    }
    .mobile-nav-open .site-header .header-nav ul {
        float: none;
        font-size: .85em;
        margin: 0;
    }
    .mobile-nav-open .site-header .header-nav ul > li {
        float: none;
        display: block;
        border-top: 1px solid rgba(0, 0, 0, .15);
    }
    .mobile-nav-open .site-header .header-nav ul > li > a {
        height: auto;
        padding: 20px;
    }
    .mobile-nav-open .site-header .header-nav ul > li.nav-cta,
    .mobile-nav-open .site-header .header-nav ul > li.nav-login,
    .mobile-nav-open .site-header .header-nav ul > li.nav-utility {
        border: none;
    }
    .mobile-nav-open .site-header .header-nav ul > li.nav-cta > a {
        margin: 12px 12px 0;
    }
    .mobile-nav-open .site-header .header-nav ul > li.nav-login {
        color: #858585;
        border-color: #ccc;
    }
    .mobile-nav-open .site-header .header-nav ul > li.nav-utility > a {
        width: auto;
        font-size: 1em;
        text-align: left;
    }
    .mobile-nav-open .site-header .header-nav ul > li.nav-utility > a .utility-text {
        display: inline-block;
        margin-left: 5px;
    }
    .mobile-nav-open .site-header .header-nav ul > li:hover .sub-menu {
        visibility: hidden;
        opacity: 0;
    }
    .mobile-nav-open .site-header .header-nav ul .nav-click-dropdown .dropdown-menu {
        position: static;
    }
    /* homepage header */
    .mobile-nav-open .site-header.header-homepage .header-brand.brand-default {
        opacity: 0;
    }
    .mobile-nav-open .site-header.header-homepage .header-brand.brand-resize {
        opacity: 1.0;
    }
    .mobile-nav-open .site-header.header-homepage .header-nav ul > li > a {
        color: #333;
    }
    .mobile-nav-open .site-header.header-homepage .header-nav ul > li.nav-cta > a {
        color: #fff;
    }
    .mobile-nav-open .site-header.header-homepage .header-nav ul > li.nav-login > a{
        color: #858585;
        border-color: #ccc;
    }
    .mobile-nav-open .site-header.header-homepage .header-mobile-navicon .bars {
        background: #8b8c8e;
    }
    .mobile-nav-open .site-header.header-homepage .header-mobile-navicon .bars:before,
    .mobile-nav-open .site-header.header-homepage .header-mobile-navicon .bars:after {
        background: #8b8c8e;
    }
    .mobile-nav-open .site-header.header-homepage .header-mobile-navicon.navicon-close .bars {
        background: transparent;
    }

    /* page header */
    .page-header {
        padding: 90px 0 30px;
    }
    .page-header h1 {
        font-size: 3em;
    }
    .page-header.header-slim {
        padding: 80px 0 20px;
    }
    .page-header.header-slim .breadcrumb {
        margin: 0;
    }
    .page-header.header-with-utility > .container {
        padding: 0 30px;
    }
    .page-header .header-utility {
        position: static;
        padding: 20px 0 0;
        margin: 20px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .25);
    }
    .page-header.header-hero {
        padding: 90px 0 50px;
    }

    /* post header */
    .post-header.header-hero h1 {
        font-size: 2.5em;
    }
    .post-header.header-hero .header-content {
        padding: 50px 0 0;
    }
    .page-header .utility-buttons {
        top: 5px;
    }

    /* page section */
    .page-section {
        padding: 70px 0;
    }

    /* hero */
    .hero {
        margin: 54px 0 0;
        padding: 100px 15px 50px;
    }
    .hero h1 {
        font-size: 3em;
    }

    /* video */
    .video-container.video-hero {
        margin-top: -120px;
    }

}

@media screen and (max-width: 992px) {

    /* post header */
    .post-header.header-hero {
        max-height: inherit;
    }
    .post-header.header-hero > img {
        opacity: 1.0;
    }
    .post-header.header-hero .header-content {
        position: static;
        padding: 30px;
        background: #151515;
    }

    /* hero */
    .hero .hero-image,
    .hero .hero-screenshot {
        position: static;
        width: auto;
    }
    .hero.hero-homepage {
        padding: 100px 0 0;
    }
    .hero.hero-homepage h1,
    .hero.hero-homepage h1 .title-emph,
    .hero.hero-homepage p {
        text-align: center;
    }

}

/* MOBILE */
@media screen and (max-width: 768px) {

    h1, .post-content h1 {font-size: 2em;}
    h2 {font-size: 2em;}
    h3 {font-size: 1.4em;}
    h4 {font-size: 1.2em;}

    .headline,
    .content-headline p {
        font-size: 1.2em;
    }
    .headline.large {
        font-size: 1.5em;
    }
    .content-large p {
        font-size: 1em;
    }

    .icon-title {
        padding-left: 35px;
    }

    .container-logo {
        padding: 15px;
    }

    /* page header */
    .page-header h1 {
        font-size: 2em;
    }

    /* page section */
    .page-section {
        padding: 50px 0;
    }
    .page-section.section-homepage-offerings {
        margin: 0;
    }
    .page-section.section-featured .featured-raised-asset {
        width: 100%;
        margin: 0 0 20px;
    }
    .page-section.section-featured .featured-content {
        padding: 0;
    }

    /* post header */
    .post-header.header-hero .header-content {
        padding: 30px 0;
    }
    .post-header.header-hero .header-content h1 {
        font-size: 2em;
    }
    .post-header.header-hero .header-utility {
        padding: 20px 0 0;
        background: none;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }

    /* grids */
    .masonry-grid .grid-item {
        width: 50% !important;
    }
    .rsp-grid .grid-container {
        width: 50% !important;
    }
    .rsp-grid.grid-spaced .grid-container {
        width: 47% !important;
    }

    /* hero */
    .hero {
        min-height: inherit;
        padding: 70px 0 40px;
    }
    .hero h1 {
        font-size: 2.5em;
    }

    /* meta */
    .meta-date {
        padding: 0 30px 15px;
    }
    .meta-date > span {
        display: inline-block;
        margin: 0 5px 5px 0;
    }
    .meta-date .date-day {
        font-size: 1em;
        font-weight: 700;
    }
    .meta-date .date-year {
        letter-spacing: 0;
    }

    /* cards */
    .card.card-list {
        padding: 0;
    }
    .card.card-list .card-image-container {
        position: static;
        width: auto;
        height: auto;
    }
    .card.card-list .card-image-container img {
        width: 100%;
        max-height: inherit;
    }

    /* case study */
    .case-study .user {
        margin: 0 0 20px;
    }

    /* products */
    .product {
        padding: 30px;
        border: 1px solid #ddd;
    }
    .product.product-recommended {
        margin: 0;
        border: 1px solid #3ab97d;
        border-bottom-width: 5px;
    }
    .product.product-first {
        border-left-width: 1px;
        border-right: 1px solid #ddd;
    }

    /* steps */
    .steps {
        display: block;
    }
    .steps.steps-3 .step {
        display: block;
        width: 100%;
    }

    /* responsive tables */
    .table-responsive thead {
        display: none;
    }
    .table-responsive tbody,
    .table-responsive tr,
    .table-responsive th,
    .table-responsive td {
        display: block;
        width: 100%;
    }
    .table-responsive tr {
        border-top: 1px solid #ddd;
    }
    .table-responsive th,
    .table-responsive td {
        border: none !important;
    }
    .table-responsive.table-contacts th,
    .table-responsive.table-contacts td {
        padding: 10px;
    }
    .table.table-assets tbody th,
    .table.table-assets tbody td {
        position: relative;
        padding-left: 100px;
    }
    .table.table-assets tbody th .mobile-label,
    .table.table-assets tbody td .mobile-label {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
        font-weight: 700;
        text-transform: uppercase;
    }
    .column-action {
        text-align: left;
    }
    .table.table-compare th,
    .table.table-compare td,
    .table.table-compare .column-desc {
        width: auto;
    }
    .table.table-compare .column-desc {
        background: #f5f5f5;
    }
    .table.table-compare .mobile-label {
        display: inline-block;
        width: 200px;
    }
    .table.table-compare .mobile-label h6 {
        font-weight: 700;
        margin: 0;
    }
    .table.table-compare .compare-icon {
        display: inline-block;
        vertical-align: top;
    }

    /* forms */
    .contact-info {
        padding: 0;
    }

    /* cycle slideshow */
    .cycle-slideshow {
        position: relative;
        margin: 0 30px;
    }
    .cycle-slideshow .cycle-next,
    .cycle-slideshow .cycle-prev {
        top: 50px;
        font-size: 1.5em;
    }
    .cycle-slideshow .cycle-prev {
        left: -50px;
    }
    .cycle-slideshow .cycle-next {
        right: -50px;
    }
    .cycle-slide .slide-content {
        padding: 30px 0 0;
    }
    .cycle-slide.slide-testimonial .slide-image {
        margin: 0 auto;
    }

    /* video */
    .video-container.video-hero {
        margin-top: -100px;
    }

    /* site footer */
    .site-footer .footer-column {
        padding: 15px 0;
    }

}

/* SUPER MOBILE */
@media screen and (max-width: 600px) {


    /* global */
    blockquote p {
        font-size: 1em;
    }

    /* icons */
    .icon-super {
        font-size: 7.5em;
    }

    /* lists */
    .list-inline li {
        display: block;
        margin: 0 0 5px 0;
    }

    /* buttons */
    .btn-block,
    .btn-mobile-block {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }

    /* containers */
    .centered-content {
        width: auto;
    }

    /* site header */
    .site-header .header-top .top-nav .nav-consultation,
    .site-header .header-top .top-nav .nav-affiliate-map {
        display: none;
    }
    /* header search */
    .site-header .header-search .search-option {
        display:block;
    }

    /* page header */
    .page-header .header-utility {
        padding: 0;
        border: none;
    }
    .page-header .header-utility .utility-nav li {
        display: block;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .15);
    }
    .page-header .header-utility .utility-nav li a {
        padding: 15px;
    }

    /* grids */
    .masonry-grid .grid-item {
        width: 100% !important;
        height: auto;
    }
    .masonry-grid .grid-item.item-height-2x {
        height: auto;
    }
    .rsp-grid,
    .rsp-grid.grid-spaced {
        margin-left: 0;
    }
    .rsp-grid .grid-container,
    .rsp-grid.grid-spaced .grid-container {
        display: block;
        width: 100% !important;
    }
    .rsp-grid.grid-spaced .grid-container {
        margin: 0 0 15px;
    }

    /* block grid columns */
    .block-grid {
        display: block;
    }
    .grid-column.column-10,
    .grid-column.column-20,
    .grid-column.column-30,
    .grid-column.column-40,
    .grid-column.column-50,
    .grid-column.column-60,
    .grid-column.column-70,
    .grid-column.column-80,
    .grid-column.column-90,
    .grid-column.column-100 {
        display: block;
        width: 100%;
    }
    .grid-column.column-image {
        min-height: 300px;
    }

    /* cards */
    .card.card-image .image-overlay .overlay-title i {
        margin: 5px 5px 0 0;
    }

    /* filter */
    .filter.filter-inline .filter-label,
    .filter.filter-inline .filter-option {
        display: block;
        margin: 0;
    }

    /* list item */
    .list-item.item-w-thumb {
        padding-left: 70px;
    }
    .list-item.item-w-thumb img {
        width: 50px;
    }

    /* hero */
    .hero h1 {
        font-size: 2em;
    }
    .hero .btn-lg,
    .hero .btn-xl {
        font-size: 1.2em;
    }
    .hero .hero-content {
        width: auto;
    }

    /* post nav */
    .post-nav .nav-links {
        display: block;
    }
    .post-nav .nav-previous, .post-nav .nav-next {
        display: block;
        width: auto;
        border: none;
    }
    .post-nav .nav-previous {
        padding: 0 0 15px;
        border-bottom: 1px solid #ddd;
    }
    .post-nav .nav-next {
        padding: 15px 0 0;
        border-top: 1px solid #ddd;
    }

    /* sub nav */
    .sub-nav li {
        float: none;
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, .25);
    }
    .sub-nav li a {
        padding: 15px 0;
    }
    .sub-nav li:first-child {
        border-top: none;
    }
    .sub-nav li:first-child a {
        padding: 15px 0;
    }

    /* site footer */
    .site-footer .footer-cta {
        padding: 30px;
    }
    .site-footer .footer-cta p {
        font-size: 1em;
        line-height: 1.4;
        color: #aaa;
        margin: 0;
    }
    .site-footer .footer-cta .btn {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin: 0 0 20px;
    }

    /* ----- Bootstrap ----- */
    /* modals */
    .modal-header .close {
        top: 8px;
    }
    .modal-header .modal-title {
        font-size: 1.5em;
        font-weight: 700;
    }
    .modal-header.header-complex {
        padding-left: 150px;
    }
    .modal-header.header-complex .header-thumb {
        width: 100px;
        max-height: 100px;
    }
    .modal-body.body-complex {
        padding: 50px 30px 30px;
    }
    .modal-body.body-complex .social-nav {
        position: static;
    }
    /* nav */
    .nav-tabs.centered li {
        display: block;
        border-top: 1px solid #ddd;
    }
    .nav-tabs.centered li a {
        padding: 15px;
    }
    .nav-tabs.centered li.active a {
        background: #f5f5f5;
    }

}

/* SUPER DUPER MOBILE */
@media screen and (max-width: 400px) {

    /* hubspot */
    .hbspt-form fieldset.form-columns-2 {
        margin: 0;
    }
    .hbspt-form fieldset.form-columns-2 .hs-form-field {
        width: 100% !important;
        margin-left: 0;
    }
    .hbspt-form fieldset.form-columns-2 .hs-form-field .hs-input {
        width: 100% !important;
    }

}    

/* 11: Print
========================================================================================================== */
/* PRINT Styles */
@media print {

    .print-hide {
        display: none;
    }

    .row {
        display: table;
        width: 100%;
    }
    .col-sm-4 {
        display: table-cell;
        width: 33%;
    }

    h1 {
        font-size: 2em;
    }

    .content-headline p {
        font-size: 1.2em;
    }

}




