/*!
Theme Name: 	Default Template
Theme URI: 		http://julian.is
Description: 	Default theme for .
Version: 		1.0
Author: 		Julian Gaviria
Author URI: 	julian.is
Tags: 			starkers, naked, clean, basic, html5, boilerplate, sass, smacss
*/
html {
    box-sizing: border-box;
}

*, *::after, *::before {
    box-sizing: inherit;
}

/* Bitters 0.10.0
 * http://bitters.bourbon.io
 * Copyright 2013-2014 thoughtbot, inc.
 * MIT License */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Remove default margin.
 */
body {
    margin: 0;
}

body p {
    font-size: 18px;
    color: #555;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*
This class is supposed to be assigned to the parent of items you need organized. Example below:
<div class="rows-of-2">
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
  <div>Item</div>
</div>
This would give you 2 rows with 2 columns.
*/
.rows-of-2 {
    display: block;
}

.rows-of-2::after {
    clear: both;
    content: "";
    display: table;
}

.rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
}

.rows-of-2 > * > *:first-child {
    margin-top: 0;
}

@media (min-width: 44.5em) {
    .rows-of-2 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
    }

    .rows-of-2 > *:last-child {
        margin-right: 0;
    }

    .rows-of-2 > *:nth-child(2n) {
        margin-right: 0;
    }

    .rows-of-2 > *:nth-child(2n+1) {
        clear: left;
    }

    .rows-of-2 > *:nth-last-child(2):last-child {
        margin-bottom: 0 !important;
    }

    .rows-of-2 > *:nth-last-child(1):last-child {
        margin-bottom: 0 !important;
    }
}

.lt-ie9 .rows-of-2 {
    display: block;
}

.lt-ie9 .rows-of-2::after {
    clear: both;
    content: "";
    display: table;
}

.lt-ie9 .rows-of-2 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
}

.lt-ie9 .rows-of-2 > * > *:first-child {
    margin-top: 0;
}

@media (min-width: 44.5em) {
    .lt-ie9 .rows-of-2 > * {
        float: left;
        width: 50% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
        display: inline-block !important;
        clear: none !important;
    }
}

.rows-of-3 {
    display: block;
}

.rows-of-3::after {
    clear: both;
    content: "";
    display: table;
}

.rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
}

.rows-of-3 > * > *:first-child {
    margin-top: 0;
}

@media (min-width: 44.5em) {
    .rows-of-3 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
    }

    .rows-of-3 > *:last-child {
        margin-right: 0;
    }

    .rows-of-3 > *:nth-child(3n) {
        margin-right: 0;
    }

    .rows-of-3 > *:nth-child(3n+1) {
        clear: left;
    }
}

.lt-ie9 .rows-of-3 {
    display: block;
}

.lt-ie9 .rows-of-3::after {
    clear: both;
    content: "";
    display: table;
}

.lt-ie9 .rows-of-3 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
}

.lt-ie9 .rows-of-3 > * > *:first-child {
    margin-top: 0;
}

@media (min-width: 44.5em) {
    .lt-ie9 .rows-of-3 > * {
        float: left;
        width: 33.3% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
    }
}

.rows-of-4 {
    display: block;
}

.rows-of-4::after {
    clear: both;
    content: "";
    display: table;
}

.rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
}

.rows-of-4 > * > *:first-child {
    margin-top: 0;
}

@media (min-width: 44.5em) {
    .rows-of-4 > * {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
    }

    .rows-of-4 > *:last-child {
        margin-right: 0;
    }

    .rows-of-4 > *:nth-child(4n) {
        margin-right: 0;
    }

    .rows-of-4 > *:nth-child(4n+1) {
        clear: left;
    }
}

.lt-ie9 .rows-of-4 {
    display: block;
}

.lt-ie9 .rows-of-4::after {
    clear: both;
    content: "";
    display: table;
}

.lt-ie9 .rows-of-4 > * {
    margin-bottom: 1.5em;
    display: block;
    position: relative;
}

.lt-ie9 .rows-of-4 > * > *:first-child {
    margin-top: 0;
}

@media (min-width: 44.5em) {
    .lt-ie9 .rows-of-4 > * {
        float: left;
        width: 25% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 1em;
        padding-right: 1em;
    }
}

@media (max-width: 44.5em) {
    .mobile-rows-of-2 {
        display: block;
    }

    .mobile-rows-of-2::after {
        clear: both;
        content: "";
        display: table;
    }

    .mobile-rows-of-2 > * {
        margin-bottom: 1.5em;
        display: block;
        position: relative;
        float: left;
        display: block;
        margin-right: 7.4229703521%;
        width: 46.288514824%;
    }

    .mobile-rows-of-2 > * > *:first-child {
        margin-top: 0;
    }

    .mobile-rows-of-2 > *:nth-last-child(1) {
        background-color: red;
        margin-bottom: 0;
    }

    .mobile-rows-of-2 > *:nth-last-child(2) {
        background-color: green;
        margin-bottom: 0;
    }

    .mobile-rows-of-2 > *:last-child {
        margin-right: 0;
    }

    .mobile-rows-of-2 > *:nth-child(2n) {
        margin-right: 0;
    }

    .mobile-rows-of-2 > *:nth-child(2n+1) {
        clear: left;
    }
}

.row {
    display: block;
    clear: both;
}

.row::after {
    clear: both;
    content: "";
    display: table;
}

@media (min-width: 44.5em) {
    .col-1 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 6.1721527019%;
    }

    .col-1:last-child {
        margin-right: 0;
    }

    .col-2 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%;
    }

    .col-2:last-child {
        margin-right: 0;
    }

    .col-3 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
    }

    .col-3:last-child {
        margin-right: 0;
    }

    .col-4 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
    }

    .col-4:last-child {
        margin-right: 0;
    }

    .col-5 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%;
    }

    .col-5:last-child {
        margin-right: 0;
    }

    .col-6 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
    }

    .col-6:last-child {
        margin-right: 0;
    }

    .col-7 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%;
    }

    .col-7:last-child {
        margin-right: 0;
    }

    .col-8 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
    }

    .col-8:last-child {
        margin-right: 0;
    }

    .col-9 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%;
    }

    .col-9:last-child {
        margin-right: 0;
    }

    .col-10 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%;
    }

    .col-10:last-child {
        margin-right: 0;
    }

    .col-11 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 91.4701957002%;
    }

    .col-11:last-child {
        margin-right: 0;
    }

    .col-12 {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
    }

    .col-12:last-child {
        margin-right: 0;
    }

    .col-last {
        margin-right: 0;
        margin-right: 0 !important;
    }
}

body {
    -webkit-font-smoothing: antialiased;
    background-color: white;
    color: #333;
    font-family: proxima-nova, sans-serif;
    font-size: 1em;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: proxima-nova, sans-serif;
    line-height: 1.25;
    margin: 0;
    font-weight: normal;
}

h1 {
    font-size: 2.625em;
    margin-top: 0;
    margin-bottom: 32px;
    color: #13263f;
}

h2 {
    font-size: 1.625em;
    margin-top: 24px;
    margin-bottom: 16px;
}

h3 {
    font-size: 1.4375em;
    margin-top: 24px;
    margin-bottom: 16px;
}

h4 {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 16px;
}

h5 {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 16px;
}

h6 {
    font-size: 1em;
    margin-top: 16px;
    margin-bottom: 16px;
}

p {
    margin: 16px 0;
}

.emph {
    font-size: 1.25em;
    font-weight: bold;
}

a {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    transition: color 0.1s linear;
    color: #2c64a7;
    text-decoration: none;
}

a:hover {
    color: #1c406a;
}

a:active, a:focus {
    color: #1c406a;
    outline: none;
}

hr {
    border-bottom: 1px solid #DDD;
    border-left: none;
    border-right: none;
    border-top: none;
    margin: 1.5em 0;
}

img,
picture {
    margin: 0;
    max-width: 100%;
}

blockquote {
    padding: 0;
    margin: 0;
}

cite {
    color: #737373;
    font-style: italic;
}

cite:before {
    content: "\2014 \00A0";
}

.xlarge-text {
    font-size: 1.5em;
    margin-top: 0;
    line-height: 1.2em;
    clear: both;
}

@media (min-width: 44.5em) {
    .xlarge-text {
        font-size: 1.9375em;
        margin-bottom: .5em;
        line-height: 1.3em;
    }
}

@media (min-width: 60em) {
    .xlarge-text {
        font-size: 2.6875em;
    }
}

/*
Forms
Lists
Tables
*/
/* Forms */
fieldset {
    background: #f7f6f6;
    border: 1px solid #DDD;
    margin: 0 0 0.75em 0;
    padding: 1.5em;
}

input,
label,
select {
    display: block;
    font-family: proxima-nova, sans-serif;
    font-size: 1em;
}

label {
    font-weight: bold;
    margin-bottom: 0.375em;
}

label.required:after {
    content: "*";
}

label abbr {
    display: none;
}

textarea,
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color;
    -moz-transition: border-color;
    transition: border-color;
    background-color: white;
    border-radius: 0;
    border: 1px solid #DDD;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    font-family: proxima-nova, sans-serif;
    font-size: 1em;
    margin-bottom: 0.75em;
    padding: 0.5em 0.5em;
    width: 100%;
}

textarea:hover,
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
select[multiple=multiple]:hover {
    border-color: #c4c3c3;
}

textarea:focus,
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
select[multiple=multiple]:focus {
    border-color: #2c64a7;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(39, 88, 147, 0.7);
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin-right: 0.375em;
}

input[type="file"] {
    padding-bottom: 0.75em;
    width: 100%;
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto;
}

/* Lists */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

dl {
    margin-bottom: 0.75em;
}

dl dt {
    font-weight: bold;
    margin-top: 0.75em;
}

dl dd {
    margin: 0;
}

.site-content-primary ul, .lp-content-primary ul {
    clear: left;
    list-style-type: none;
    margin-bottom: 0.75em;
    padding-left: 1.5em;
}

.site-content-primary ul li, .lp-content-primary ul li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.site-content-primary ul li p, .lp-content-primary ul li p {
    font-size: 16px;
}

.site-content-primary ul li a, .lp-content-primary ul li a {
    text-decoration: none;
    font-weight: normal;
}

.site-content-primary ul li:after, .lp-content-primary ul li:after {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    background-image: url(//cdn2.hubspot.net/hubfs/539085/img/ico-bullet.svg);
    background-position: center center;
    background-size: .45em;
    background-repeat: no-repeat;
}

.bullet-style {
    clear: left;
    list-style-type: none;
    margin-bottom: 0.75em;
    padding-left: 1.5em;
}

.bullet-style li {
    position: relative;
    margin-bottom: 0.5em;
    font-size: 1em;
    line-height: 1.5em;
}

.bullet-style li p {
    font-size: 16px;
}

.bullet-style li a {
    text-decoration: none;
    font-weight: normal;
}

.bullet-style li:after {
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: block;
    position: absolute;
    top: 0;
    left: -1.5em;
    background-image: url(//cdn2.hubspot.net/hubfs/539085/img/ico-bullet.svg);
    background-position: center center;
    background-size: .45em;
    background-repeat: no-repeat;
}

/* Tables */
table {
    border-collapse: collapse;
    margin: 0.75em 0;
    table-layout: fixed;
    width: 100%;
}

th {
    border-bottom: 1px solid #b7b7b7;
    font-weight: bold;
    padding: 0.75em 0;
    text-align: left;
}

td {
    border-bottom: 1px solid #DDD;
    padding: 0.75em 0;
}

tr,
td,
th {
    vertical-align: middle;
}

/*=============== Spec Tables ===============*/
.spec-table {
    display: block;
    width: 100%;
    margin-bottom: 1.5em;
    background: #fcfcfc;
}

.spec-thead {
    display: block;
}

.spec-table-row {
    display: block;
    width: 100%;
}

.spec-cell {
    display: block;
    border: 0.2em solid #ffffff;
    padding: .5em .8em;
    vertical-align: top;
}

.spec-cell p {
    margin: .5em 0;
}

.spec-cell > ul {
    margin: .5em 0;
}

.spec-cell > ul > li {
    margin-bottom: 0 !important;
}

.spec-cell > ul > li ul {
    padding: 0 0 0 1.8em;
}

.spec-cell input,
.spec-cell select {
    width: 100%;
}

.spec-col {
    display: table-column;
}

.spec-col-1 {
    width: 100%;
}

.spec-col-2 {
    width: 100%;
}

@media (min-width: 44.5em) {
    .spec-table {
        display: table;
    }

    .spec-thead {
        display: table-header-group;
    }

    .spec-table-row {
        display: table-row;
    }

    .spec-cell {
        display: table-cell;
    }

    .spec-cell p {
        font-size: 1em;
    }

    .spec-spec-col-1 {
        width: 30%;
    }

    .spec-spec-col-2 {
        width: 70%;
    }
}

button,
input[type="submit"], .btn,
.btn-important, .btn-plus, .btn-download, .hs-button, .btn-arrow, .btn-green {
    position: relative;
    -webkit-font-smoothing: antialiased;
    background-color: #ebd236;
    border-radius: 0;
    color: #13263f;
    display: inline-block;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    padding: 1.25em 1em;
    text-decoration: none !important;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
}

button:hover,
input[type="submit"]:hover, .btn:hover,
.btn-important:hover, .btn-plus:hover, .btn-download:hover, .hs-button:hover, .btn-arrow:hover, .btn-green:hover {
    background-color: #dec013;
}

button:disabled,
input[type="submit"]:disabled, .btn:disabled,
.btn-important:disabled, .btn-plus:disabled, .btn-download:disabled, .hs-button:disabled, .btn-arrow:disabled, .btn-green:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

button,
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.btn, .hs-button {
    text-align: center;
    margin: .5em 0;
}

.btn-plus {
    padding-right: 2.75em;
    text-align: left;
    margin: .5em 0;
}

.btn-plus span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-plus:after {
    content: '';
    background-image: url("img/ico-plus-sign.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 2em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013;
}

.btn-arrow {
    padding-right: 2.75em;
    text-align: left;
    margin: .5em 0;
}

.btn-arrow span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-arrow:after {
    content: '';
    background-image: url("img/ico-arrowright-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 2em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013;
}

.btn-download {
    padding-right: 2.75em;
    text-align: left;
    margin: .5em 0;
}

.btn-download span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-download:after {
    content: '';
    background-image: url("img/ico-download.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 2em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013;
}

.btn-primary-current {
    padding-right: 4.75em;
    text-align: left;
    margin: .5em 0;
}

.btn-primary-current span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-primary-current:after {
    content: '';
    background-image: url("img/ico-primary-current.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.125em;
    height: 100%;
    width: 4em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013;
}

.btn-primary-voltage {
    padding-right: 4.75em;
    text-align: left;
    margin: .5em 0;
}

.btn-primary-voltage span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-primary-voltage:after {
    content: '';
    background-image: url("img/ico-primary-voltage.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.125em;
    height: 100%;
    width: 4em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013;
}

.btn-secondary-current {
    padding-right: 4.75em;
    text-align: left;
    margin: .5em 0;
}

.btn-secondary-current span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-secondary-current:after {
    content: '';
    background-image: url("img/ico-secondary-current.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.125em;
    height: 100%;
    width: 4em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013;
}

.btn-secondary-voltage {
    padding-right: 4.75em;
    text-align: left;
    margin: .5em 0;
}

.btn-secondary-voltage span {
    font-weight: normal;
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
}

.btn-secondary-voltage:after {
    content: '';
    background-image: url("img/ico-secondary-voltage.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3.125em;
    height: 100%;
    width: 4em;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    padding-top: 10px;
    background-color: #dec013;
}

.btn-exit {
    font-size: 1em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    font-weight: bold;
}

.site-nav {
    background-color: #DDD;
}

@media (min-width: 44.5em) {
    .site-nav {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        background-color: transparent;
        width: 95%;
        float: left;
        margin-top: 5px;
    }

    .site-nav span {
        white-space: nowrap;
    }
}

.sn-level-1 {
    margin: 0;
    padding: 0;
}

@media (min-width: 44.5em) {
    .sn-level-1 {
        height: 3.125em;
    }
}

.sn-li-l1 {
    display: block;
    border-bottom: 1px solid #eaeaea;
    background-color: transparent;
}

.sn-li-l1 a.active {
    background-color: transparent;
}

.sn-li-l1 span {
    font-size: 1em;
    font-weight: bold;
}

.sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
    padding-right: 0em;
    background-image: url(img/ico-arrowdown.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0.75em;
    display: block;
}

.sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span {
    background-image: url(img/ico-arrowup.svg);
}

.sn-li-l1 > a {
    text-align: left;
    display: block;
    height: 3.125em;
    line-height: 3.125em;
    color: #13263f;
    text-decoration: none;
    padding: 0 1em;
}

.sn-li-l1 > a:visited {
    color: #13263f;
}

.sn-li-l1 > a:hover {
    color: #13263f;
}

.sn-li-l1:hover {
    background-color: #DDD;
}

@media (min-width: 44.5em) {
    .sn-li-l1 {
        float: left;
        border-bottom: 0;
        border-right: 1px solid rgba(13, 13, 13, 0);
    }

    .sn-li-l1 span {
        font-size: 1.0625em;
    }

    .sn-li-l1:hover .sn-level-2 {
        display: block;
    }

    .sn-li-l1.has-subnav > a span, .sn-li-l1.menu-item-has-children > a span {
        padding-right: 1em;
        background-size: 0.625em;
        display: inline;
    }

    .sn-li-l1.has-subnav > a.active span, .sn-li-l1.menu-item-has-children > a.active span {
        background-image: url(img/ico-arrowdown.svg);
    }

    .sn-li-l1 > a {
        text-align: center;
        padding: 0 0.5em;
        height: 1.875em;
        line-height: 1.875em;
    }
}

@media (min-width: 60em) {
    .sn-li-l1 span {
        font-size: 19px;
    }

    .sn-li-l1 > a {
        padding: 0 0.5em;
        height: 3.125em;
        line-height: 3.125em;
    }

    .sn-li-l1:nth-child(1) {
        width: 25%;
    }

    .sn-li-l1:nth-child(2) {
        width: 25%;
    }

    .sn-li-l1:nth-child(3) {
        width: 21%;
    }

    .sn-li-l1:nth-child(4) {
        width: 29%;
    }
}

@media (min-width: 80em) {
    .sn-li-l1 > a {
        padding: 0 1em;
    }
}

.sn-level-2 {
    z-index: 100;
    padding: 0;
    margin: 0;
    display: none;
    position: relative;
}

.sn-level-2.active {
    display: block;
}

@media (min-width: 44.5em) {
    .sn-level-2 {
        position: absolute;
    }

    .sn-level-2.active {
        display: none;
    }
}

.sn-li-l2, .sn-li-l3 {
    background-color: #c4c3c3;
}

.sn-li-l2 > a, .sn-li-l3 > a {
    padding: 0 1em 0 1.5em;
    color: #13263f;
    border-top: 1px solid #f7f6f6;
    display: block;
    text-decoration: none;
    line-height: 3.125em;
}

.sn-li-l2 > a span, .sn-li-l3 > a span {
    font-size: 0.9em;
    line-height: 1.25em;
    display: inline-block;
    vertical-align: middle;
}

.sn-li-l2:last-child > a, .sn-li-l3:last-child > a {
    border-bottom: 0;
}

.sn-li-l2:hover, .sn-li-l3:hover {
    background-color: #c4c3c3;
}

@media (min-width: 44.5em) {
    .sn-li-l2, .sn-li-l3 {
        position: relative;
        background-color: #DDD;
    }

    .sn-li-l2:hover .sn-level-3, .sn-li-l3:hover .sn-level-3 {
        display: block;
    }

    .sn-li-l2 > a, .sn-li-l3 > a {
        padding: 0 0.5em;
        color: #13263f;
    }

    .sn-li-l2 > a span, .sn-li-l3 > a span {
        font-size: 1em;
    }
}

@media (min-width: 60em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
        padding: 0 0.5em;
    }
}

@media (min-width: 80em) {
    .sn-li-l2 > a, .sn-li-l3 > a {
        padding: 0 1em;
    }
}

.sn-level-3 {
    padding: 0;
    margin: 0;
    padding-top: 1px;
    display: none;
    position: relative;
}

.sn-level-3.active {
    display: block;
}

@media (min-width: 44.5em) {
    .sn-level-3 {
        position: absolute;
        top: 0;
        left: 100%;
        border-left: 1px solid #f7f6f6;
    }

    .sn-level-3.active {
        display: none;
    }
}

.sn-li-l3 {
    background-color: #aaaaaa;
}

@media (max-width: 44.5em) {
    .sn-li-l3 > a {
        padding: 0 1em 0 2em;
    }
}

.site-nav-container {
    background-color: #DDD;
    width: 17em;
    height: 100%;
    right: -17em;
    top: 0;
    bottom: 0;
    z-index: 1000;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.site-nav-container.active {
    right: 0;
}

@media (min-width: 44.5em) {
    .site-nav-container {
        width: auto;
        height: auto;
        right: auto;
        bottom: auto;
        top: auto;
        position: static;
        background-color: transparent;
    }
}

.site-nav-container-screen {
    position: absolute;
    display: none;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.site-nav-container-screen.active {
    display: block;
}

@media (min-width: 44.5em) {
    .site-nav-container-screen {
        display: none !important;
    }
}

.close-menu {
    display: inline-block;
    clear: both;
    position: relative;
    text-align: center;
    color: #152a45 !important;
    font-family: proxima-nova, sans-serif;
    padding: 0.25em 1em;
    padding-right: 1.5625em;
    margin: 0 auto;
    font-size: 0.875em;
    background-color: #ffffff;
    border-radius: 0.1875em;
}

.close-menu:visited {
    color: #ffffff;
}

.close-menu:hover {
    color: #ffffff;
}

.close-menu:after {
    content: '';
    background-color: transparent;
    background-image: url(img/ico-exit.svg);
    background-size: 0.8125em 0.8125em;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    width: 1.5625em;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

@media (min-width: 44.5em) {
    .close-menu {
        display: none;
    }
}

.snc-header {
    text-align: center;
    padding: 1em;
}

@media (min-width: 44.5em) {
    .snc-header {
        padding: 0;
    }
}

/*
This is used to separate sections/modules of the website while still keeping a consistent max-width. Example below:
<section class="about-module">
<div class="inner-wrap">
Content here...
</div>
</section>
*/
.inner-wrap {
    max-width: 75em;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5em 1em 1.5em 1em;
}

.inner-wrap::after {
    clear: both;
    content: "";
    display: table;
}

.inner-wrap > *:first-child {
    margin-top: 0;
}

.inner-wrap > *:last-child {
    margin-bottom: 0;
}

@media (min-width: 44.5em) {
    .inner-wrap {
        padding: 2.5em 1.5em 2.5em 1.5em;
    }
}

.media-object {
    overflow: hidden;
}

.media-object-img {
    width: 20%;
    float: left;
    display: block;
    margin-right: 5%;
}

.media-object-img img {
    width: 100%;
}

.media-object-body {
    width: 75%;
    float: left;
}

.media-object-header {
    margin-top: 0;
    margin-bottom: .15em;
}

.media-grid-2 > * {
    margin-bottom: 1em;
}

@media (min-width: 44.5em) {
    .media-grid-2 > * {
        float: left;
        display: block;
        margin-right: 3.1684356888%;
        width: 48.4157821556%;
        margin-bottom: 1.5em;
    }

    .media-grid-2 > *:last-child {
        margin-right: 0;
    }

    .media-grid-2 > *:nth-child(2n) {
        margin-right: 0;
    }

    .media-grid-2 > *:nth-child(2n+1) {
        clear: left;
    }
}

/*=============== Click to Expand ===============*/
.click-expand {
    border-bottom: 1px solid #DDD;
    clear: both;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.click-expand.active:hover {
    background-color: #ffffff;
}

.click-expand.active .ce-header:after {
    content: '-';
}

.click-expand.active .ce-body {
    display: block;
    opacity: 1;
    -webkit-animation: click-expand 0.5s 1;
    -moz-animation: click-expand 0.5s 1;
    animation: click-expand 0.5s 1;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
    -webkit-animation-delay: 0.05s;
    -moz-animation-delay: 0.05s;
    animation-delay: 0.05s;
    padding: 0 12px 1.5em 12px;
    display: block;
}

.click-expand.active .ce-body > *:first-child {
    margin-top: 0;
}

.click-expand.active .ce-body > *:last-child {
    margin-bottom: 0;
}

.click-expand:hover {
    background-color: #DDD;
}

.ce-header {
    position: relative;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 12px;
}

.ce-header:after {
    content: '+';
    color: #2c64a7;
    padding-left: 8px;
    position: absolute;
    right: 0.3125em;
}

.ce-body {
    display: none;
    opacity: 0;
}

@-webkit-keyframes click-expand {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes click-expand {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes click-expand {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*=============== Social Media ===============*/
.social-wrap {
    overflow: hidden;
    /*span {
background-color:$white;
border-radius:3px;
display:inline-block;
padding:.15em;
img {
display:block;
margin:0 auto;
}
}*/
}

.social-wrap a {
    display: block;
    float: left;
    width: 16.66%;
    text-align: center;
    position: relative;
}

.social-wrap a path {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.social-wrap a:hover {
    opacity: .75;
}

.social-wrap a:hover path {
    fill: #152a45;
}

.social-wrap img {
    display: inline-block;
    margin: 0 auto;
    width: 1.1em;
    height: auto;
    vertical-align: middle;
}

.social-wrap svg {
    display: inline-block;
    vertical-align: middle;
}

/*=============== Slide Panel ===============*/
.slide-panel {
    display: none;
    position: fixed;
    background: #333;
    color: #fff;
    height: 100%;
    width: 21.25em;
    right: -21.25em;
    top: 14%;
    z-index: 10;
    -webkit-transition: right 0.4s ease-in-out;
    -moz-transition: right 0.4s ease-in-out;
    transition: right 0.4s ease-in-out;
}

.slide-panel h2 {
    padding: .2em 1em;
}

.slide-panel p {
    background: #333;
    padding: .25px 2em;
}

.slide-panel label {
    color: #ffffff !important;
}

.slide-panel:hover {
    right: 0px;
}

@media (min-width: 44.5em) {
    .slide-panel {
        display: block;
    }
}

.slide-panel-button {
    position: absolute;
    top: 50px;
    right: 340px;
    padding: 20px 20px;
    background: #333;
    min-width: 200px;
}

/*=============== Slide Box ===============*/
#last {
    margin: 0;
    padding: 0;
}

#slidebox, #slidebox1 {
    padding: 0.625em 0.625em 0.625em 1em;
    position: fixed;
    bottom: 0;
    right: -26.875em;
    z-index: 1000;
    width: 100%;
    background-color: red;
}

@media (min-width: 44.5em) {
    #slidebox, #slidebox1 {
        width: auto;
    }
}

a.close {
    background-color: white;
    color: #152a45;
    text-align: center;
    float: left;
    padding: 0 0.5em;
    font-size: 0.6875em;
    border-radius: 0.1875em;
    position: absolute;
    cursor: pointer;
    top: 1.5em;
    right: 2em;
}

a.close:hover {
    background-color: rgba(255, 255, 255, 0.75);
}

/*=============== Accordion Tabs ===============*/
.accordion-tabs {
    line-height: 1.5;
    margin-bottom: 1.5em;
    padding: 0 !important;
}

.accordion-tabs::after {
    clear: both;
    content: "";
    display: table;
}

@media screen and (max-width: 44.5em) {
    .accordion-tabs {
        border-radius: 0;
        border: 1px solid #DDD;
    }
}

.accordion-tabs .tab-header-and-content {
    list-style: none;
    margin-bottom: 0;
}

.accordion-tabs .tab-header-and-content:after {
    display: none;
}

@media screen and (min-width: 44.5em) {
    .accordion-tabs .tab-header-and-content {
        display: inline;
    }
}

.accordion-tabs .tab-header-and-content:first-child .tab-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media screen and (max-width: 44.5em) {
    .accordion-tabs .tab-header-and-content:first-child .tab-link {
        border-top: 0;
    }
}

@media screen and (max-width: 44.5em) {
    .accordion-tabs .tab-header-and-content:last-child .tab-link {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

.accordion-tabs .tab-link {
    background-color: rgba(255, 255, 255, 0);
    border-top: 1px solid #DDD;
    color: #333;
    display: block;
    font-weight: bold;
    font-size: 1.4375em;
    padding: 0.75em 0.809em;
    text-decoration: none;
    font-family: proxima-nova, sans-serif;
    border-bottom: 0;
}

@media screen and (min-width: 44.5em) {
    .accordion-tabs .tab-link {
        display: inline-block;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-top: 0;
    }
}

.accordion-tabs .tab-link:hover {
    color: #2c64a7;
    border-bottom: 0;
}

.accordion-tabs .tab-link:focus {
    outline: none;
}

.accordion-tabs .tab-link.is-active {
    background-color: #f7f6f6;
}

@media screen and (min-width: 44.5em) {
    .accordion-tabs .tab-link.is-active {
        background-color: #f7f6f6;
        border: 1px solid #DDD;
        border-bottom-color: #f7f6f6;
        margin-bottom: -1px;
    }
}

.accordion-tabs .tab-content {
    background: #f7f6f6;
    display: none;
    padding: 1.5em 1.618em;
    width: 100%;
}

.accordion-tabs .tab-content > *:first-child {
    margin-top: 0;
}

.accordion-tabs .tab-content > *:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 44.5em) {
    .accordion-tabs .tab-content {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        border: 1px solid #DDD;
        float: left;
    }
}

/* text-based popup styling */
.white-popup {
    position: relative;
    background: #FFF;
    padding: 25px;
    width: auto;
    max-width: 600px;
    margin: 0 auto;
}

.white-popup .rm-item-title {
    color: #333;
    font-size: 1.25em;
}

/* Exit intent*/
#delayed-popup.white-popup {
    padding: 20px;
}

#delayed-popup-exit.white.popup {
    padding: 40px;
}

.mfp-fade-side .mfp-content,
.mfp-fade-side .white-popup {
    right: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: auto;
}

.hbspt-form {
    display: none;
}

.mfp-content .hbspt-form {
    display: block;
}

/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

/* overlay at start */
.mfp-fade-side.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* overlay animate in */
.mfp-fade-side.mfp-bg.mfp-ready {
    opacity: 0.8;
}

/* overlay animate out */
.mfp-fade-side.mfp-bg.mfp-removing {
    opacity: 0;
}

/* content at start */
.mfp-fade-side.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

/* content animate it */
.mfp-fade-side.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

/* content animate out */
.mfp-fade-side.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

/*=============== Layouts  ===============*/
@media (min-width: 60em) {
    .site-content.one-column .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
    }

    .site-content.one-column .site-content-primary:last-child {
        margin-right: 0;
    }

    .site-content.one-column .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
    }

    .site-content.one-column .site-content-secondary:last-child {
        margin-right: 0;
    }

    .site-content.two-column .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%;
    }

    .site-content.two-column .site-content-primary:last-child {
        margin-right: 0;
    }

    .site-content.two-column .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-right: 0;
    }

    .site-content.two-column .site-content-secondary:last-child {
        margin-right: 0;
    }

    .site-content.three-column .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
    }

    .site-content.three-column .site-content-primary:last-child {
        margin-right: 0;
    }

    .site-content.three-column .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
    }

    .site-content.three-column .site-content-secondary:last-child {
        margin-right: 0;
    }

    .site-content.three-column .additional-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 0;
    }

    .site-content.three-column .additional-content:last-child {
        margin-right: 0;
    }

    .site-content.two-column-alt .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 65.8807828007%;
    }

    .site-content.two-column-alt .site-content-primary:last-child {
        margin-right: 0;
    }

    .site-content.two-column-alt .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 31.7615656014%;
        margin-right: 0;
    }

    .site-content.two-column-alt .site-content-secondary:last-child {
        margin-right: 0;
    }
}

/*

====== Zoom effect ======

*/
.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Newspaper effect ======

*/
.mfp-newspaper {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.5s;
    transform: scale(0) rotate(500deg);
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0;
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s;
    transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-move-from-top .mfp-content {
    vertical-align: top;
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== 3d unfold ======

*/
.mfp-3d-unfold {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px;
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all 0.5s;
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg);
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0;
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== Zoom-out effect ======

*/
.mfp-zoom-out {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0;
}

/*

====== "Hinge" close effect ======

*/
@keyframes hinge {
    0% {
        transform: rotate(0);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    80% {
        transform: rotate(60deg) translateY(0);
        opacity: 1;
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    100% {
        transform: translateY(700px);
        opacity: 0;
    }
}

.hinge {
    animation-duration: 1s;
    animation-name: hinge;
}

.mfp-with-fade .mfp-content, .mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity .5s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}

/*=============== Misc ===============*/
hr {
    display: block;
    clear: both;
}

figure {
    margin: 0;
    padding: 0;
}

.wp-pagenavi > * {
    margin-right: .75em;
}

.site-wrap {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

/*=============== Site Header ===============*/
.site-header-wrap {
    background-image: url("//cdn2.hubspot.net/hubfs/539085/img/img-background.jpg");
    background-size: cover;
}

.site-header {
    background-color: rgba(255, 255, 255, 0.9);
}

.site-header .inner-wrap {
    clear: both;
    padding-top: 31px;
    padding-bottom: 5px;
}

.site-utility-nav {
    overflow: hidden;
    width: 100%;
    background-color: #13263f;
}

.site-utility-nav .inner-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

.site-utility-nav .social-wrap {
    width: 15em;
    margin-top: 10px;
    opacity: .8;
    display: none;
}

@media (max-width: 44.5em) {
    .site-utility-nav .inner-wrap {
        padding-right: 0;
    }
}

@media (min-width: 44.5em) {
    .site-utility-nav {
        text-align: left;
        float: left;
    }

    .site-utility-nav .social-wrap {
        display: inline-block;
    }
}

.sh-icons {
    float: right;
}

.sh-ico-menu, .site-header .sh-ico-search {
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    padding-top: 1.2em;
    text-align: center;
}

.sh-ico-menu span, .site-header .sh-ico-search span {
    font-size: .75em;
}

.sh-ph,
.sh-email,
.site-header .sh-ico-search {
    display: none;
}

.sh-ico-menu {
    background-image: url("//cdn2.hubspot.net/hubfs/539085/img/ico-menu.svg");
    font-weight: bold;
    font-size: 1em;
}

@media (min-width: 44.5em) {
    .sh-ico-menu {
        display: none;
    }
}

.sun-phone {
    display: block;
    color: white;
    margin-top: 20px;
    float: left;
    width: 6.875em;
    padding-top: 12px;
}

.sh-ph {
    margin: 0;
    font-size: 21px;
    padding-left: 2em;
    background-image: url("//cdn2.hubspot.net/hubfs/539085/img/ico-phone.svg");
    background-repeat: no-repeat;
    color: #13263f;
    margin-right: 2em;
}

.sh-email {
    font-size: 17px;
    padding-left: 2em;
    background-image: url("//cdn2.hubspot.net/hubfs/539085/img/ico-email.svg");
    background-repeat: no-repeat;
    color: #13263f;
}

.site-header .sh-ico-search {
    background-image: url("img/ico-search.svg");
    text-indent: -9999px;
    background-position: 50%;
    margin-top: 5px;
    width: 5%;
    float: left;
}

@media (min-width: 44.5em) {
    .sun-phone {
        display: none;
    }

    .sh-ph,
    .sh-email {
        display: inline-block;
    }

    .site-header .sh-ico-search {
        display: block;
    }
}

/*=============== Page Intro ===============*/
.sh-contact-info {
    float: right;
    margin-top: 2em !important;
}

.sun-pages {
    float: right;
    display: block;
}

.sun-pages .hs-cta-wrapper .btn {
    margin: 0;
    padding: .81em;
}

.sun-page-link {
    height: 100%;
    padding: 0.8125em 1em;
    display: none;
    color: white;
}

.sun-page-link:hover {
    background-color: #fff;
}

.sun-rfq {
    background-color: #ebd236;
    color: #13263f;
    font-weight: bold;
    display: inline-block;
}

@media (min-width: 44.5em) {
    .sun-page-link {
        display: inline-block;
    }
}

/* ==================Site Intro =================*/
.site-intro {
    background-color: rgba(255, 255, 255, 0.9);
}

.si-content {
    width: 100%;
}

.si-header {
    font-weight: bold;
    font-size: 2.625em;
}

.si-header span {
    font-weight: normal;
    display: block;
}

.si-subtext {
    font-size: 1.4375em;
    margin-bottom: 2em;
}

.si-cta-wrap .btn-download {
    margin-right: 1.25em;
}

@media (min-width: 44.5em) {
    .site-intro .inner-wrap {
        padding-bottom: .5em;
    }

    .si-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%;
    }

    .si-content:last-child {
        margin-right: 0;
    }

    .si-header {
        font-size: 3.65625em;
        line-height: 70px;
    }

    .si-subtext {
        font-size: 1.625em;
        line-height: 33px;
    }

    .si-visual {
        position: relative;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%;
    }

    .home_hero_img_div {
        position: absolute;
        top: 0;
        left: 0px;
        margin-left: 0px;
        z-index: 2;
    }

    .home_hero_img_div img {
        max-width: 64px;
    }

    .si-visual .ico-iso {
        position: absolute;
        top: 0;
        left: 0px;
        margin-left: 0px;
    }

    .si-visual .ico-as9100 {
        position: absolute;
        top: 0;
        left: 70px;
    }

    .si-visual:last-child {
        margin-right: 0;
    }
}

/* ================== Capability Buckets Section=================*/
.cbs-bucket {
    width: 100%;
    background-color: #2c64a7;
    color: white;
    display: block;
    float: left;
    border-right: solid 1px #b4b4b4;
    background-image: url("img/ico-products-more-new.svg");
    background-position: top right;
    background-repeat: no-repeat;
    position: relative;
    z-index: 50;
    border-bottom: solid 1px white;
    padding: 1em 0;
}

.cbs-header {
    text-align: center;
    padding: 0;
    font-size: 1.4375em;
}

.si-visual {
    display: none;
}

.cbs-text {
    visibility: hidden;
    height: 0;
}

@media (max-width: 44.5em) {
    .cbs-btn {
        display: none;
    }

    .cbs-text {
        visibility: hidden;
        height: 0;
    }
}

@media (min-width: 44.5em) {
    .si-visual {
        display: block;
    }

    .cbs-bucket {
        width: 25%;
        background-color: #2c64a7;
        color: white;
        display: block;
        float: left;
        height: 200px;
        border-right: solid 1px #b4b4b4;
        background-image: url("img/ico-products-more-new.svg");
        background-position: top right;
        background-repeat: no-repeat;
        position: relative;
        z-index: 50;
    }

    .cbs-bucket .cbs-text {
        visibility: hidden;
        height: 0;
    }

    .cbs-btn {
        border: solid 1px #ebd236;
        padding: 5px;
        opacity: 0;
        display: block;
        margin: 1em auto;
        max-width: 50%;
        text-align: center;
        transition: opacity 1s;
    }

    .cbs-header {
        text-align: center;
        margin-top: 3em;
        transition: margin .5s;
    }

    .cbs-bucket.flex-active {
        color: white;
        background-color: #13263f;
        background-image: none;
    }

    .cbs-bucket.flex-active .cbs-header {
        margin: 1em 0;
        transition: margin .5s;
    }

    .cbs-bucket.flex-active .cbs-btn {
        opacity: 1;
    }

    .cbs-bucket.flex-active:before {
        content: '';
        background-image: url("img/ico-resources-blue-arrow-up.svg");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 75px;
        height: 75px;
        position: absolute;
        left: 0;
        right: 0;
        top: -43px;
    }
}

/*=============== Site Content ===============*/
.site-content a {
    text-decoration: underline;
}

@media (min-width: 60em) {
    .site-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 74.4105871005%;
    }

    .site-content-primary:last-child {
        margin-right: 0;
    }
}

@media (min-width: 60em) {
    .site-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
        margin-right: 0;
    }

    .site-content-secondary:last-child {
        margin-right: 0;
    }
}

@media (min-width: 60em) {
    .calc-primary-content {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%;
    }

    .calc-primary-content:last-child {
        margin-right: 0;
    }
}

@media (min-width: 60em) {
    .calc-sidebar {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%;
    }

    .calc-sidebar:last-child {
        margin-right: 0;
    }
}

.emph {
    color: #13263f;
    font-size: 1.625em;
    font-weight: normal;
}

.aside-nav ul li a {
    display: block;
    font-weight: bold;
    padding: 10px 0px;
    border-top: solid 1px #ccc;
}

/*=============== Certification Section ===============*/
/* vertical tabs */
.vertical-tabs-container {
    border-radius: 0;
    border: 1px solid #DDD;
    overflow: hidden;
    background-image: url("img/img-free-resources.jpg");
    background-size: cover;
}

.vertical-tabs-container::after {
    clear: both;
    content: "";
    display: table;
}

.vertical-tabs-container li {
    list-style: none;
}

.vertical-tabs-container a {
    color: #ebd236;
    text-decoration: none;
}

.vertical-tabs-container a.btn-download {
    color: #13263f;
}

.vertical-tabs-container .vertical-tabs {
    display: none;
}

@media screen and (min-width: 44.5em) {
    .vertical-tabs-container .vertical-tabs {
        background-color: white;
        display: inline;
        float: right;
        height: 29.1875em;
        width: 20%;
    }
}

@media screen and (min-width: 44.5em) {
    .vertical-tabs-container .vertical-tab {
        border-bottom: 1px solid #DDD;
        display: block;
        font-weight: bold;
        margin-right: -1px;
        text-align: center;
        position: relative;
        padding: 0.75em 0.809em;
    }

    .vertical-tabs-container .vertical-tab.is-active {
        background-color: #13263f;
        margin-right: -1px;
    }

    .vertical-tabs-container .vertical-tab.is-active:after {
        content: '';
        background-image: url("img/ico-resources-blue-arrow.svg");
        background-repeat: no-repeat;
        background-size: 79px;
        height: 79px;
        width: 50px;
        position: absolute;
        left: -47px;
        top: 18%;
    }
}

.vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab {
    color: white;
    background-color: #2c64a7;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.vertical-tabs-container a.vertical-tab-accordion-heading {
    font-size: 21px;
}

.vertical-tabs-container .vertical-tab:focus {
    outline: none;
}

.vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto;
}

.vertical-tabs-container .vertical-tab-content-container a:focus {
    outline: none;
}

@media screen and (min-width: 44.5em) {
    .vertical-tabs-container .vertical-tab-content-container {
        width: 80%;
        min-height: 28em;
        background-color: transparent;
        display: inline-block;
    }
}

.vertical-tabs-container .vertical-tab-content {
    background-color: transparent;
}

.vertical-tabs-container .vertical-tab-content p {
    color: #333;
    line-height: 33px;
    font-size: 1.4375em;
}

@media screen and (min-width: 44.5em) {
    .vertical-tabs-container .vertical-tab-content {
        border: none;
        display: none;
    }
}

.vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: white;
    border-top: 1px solid #DDD;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 0.75em 0.809em;
}

.vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
    color: #ebd236;
}

.vertical-tabs-container .vertical-tab-accordion-heading:first-child {
    border-top: none;
}

.vertical-tabs-container .vertical-tab-accordion-heading.is-active {
    background: #13263f;
    border-bottom: none;
}

@media screen and (min-width: 44.5em) {
    .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none;
    }
}

.certifications-section {
    clear: both;
    padding: 1.25em;
}

.certifications-section br {
    display: none;
}

.certifications-section .btn-plus.si-cta-1 {
    width: auto !important;
}

.cs-mobile-header {
    display: block;
    text-align: center;
    font-weight: bold;
}

.cs-pre-header {
    font-size: 24px;
    display: block;
    color: #555;
    margin-top: 0;
}

.cs-header {
    font-size: 1.625em;
    color: #13263f;
    margin-top: 0;
}

@media (max-width: 44.5em) {
    .cs-header {
        display: none;
    }
}

.cs-subtext {
    font-size: 18px;
}

@media (min-width: 44.5em) {
    .cs-subtext {
        font-size: 26px;
    }
}

.ico-iso {
    height: 45px;
    width: 50px;
    background-image: url("img/ico-iso.svg");
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: .25em;
}

.ico-as9100 {
    height: 45px;
    width: 90px;
    background-image: url("img/ico-as9100.png");
    background-repeat: no-repeat;
    background-size: 90px;
    display: inline-block;
    margin-left: .25em;
}

.si-visual {
    padding-top: 2em;
    padding-bottom: 0.5em;
}

.si-visual .si-wrapper {
    display: block;
    margin-bottom: 4.75em;
    width: 100%;
    text-align: center;
    margin-top: -2em;
    position: relative;
}

.si-visual .si-text {
    list-style-type: disc;
    margin: 0 auto;
    /*border-bottom:1px solid #13263f;*/
    padding-bottom: 0.125em;
    position: absolute;
    max-width: 29.625em;
    /*&::after{
       content: '';
    position: absolute;
    left: 48%;
    bottom:em(-8);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #13263f;
    clear: both;
    }*/
}

.si-visual .si-text li {
    color: #4c4b4b;
    font-size: 1.0625em;
    font-weight: bold;
    display: inline;
    vertical-align: top;
    margin-right: 0.5em;
    padding-left: 1em;
    background: url(img/dot.png) no-repeat left center;
}

.si-visual .si-text li:last-child {
    margin-right: 0;
}

.si-visual .si-text li:first-child {
    list-style: none;
    background: none;
    padding-left: 0;
}

@media (min-width: 44.5em) {
    .cs-header {
        font-size: 2.625em;
        color: #13263f;
        margin-top: 0;
    }

    .cs-mobile-header {
        display: none;
    }

    .vertical-tab-content-container .inner-wrap {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .certifications-section {
        padding: 0em;
    }

    .tab-text-center {
        position: absolute;
        top: 20%;
        left: 0;
        right: 0;
        display: block;
        padding: 0 .5em;
        font-size: 1.4375em;
        font-weight: normal;
        line-height: 1.0869565217em;
    }

    .ico-iso {
        margin-left: 1em;
    }

    .ico-as9100 {
        margin-left: .5em;
    }
}

@media (min-width: 44.5em) {
    .tab-text-center {
        top: 12%;
    }
}

@media (min-width: 60em) {
    .tab-text-center {
        top: 20%;
    }

    .ico-iso {
        margin-left: 2em;
    }

    .ico-as9100 {
        margin-left: .5em;
    }
}

@media (min-width: 80em) {
    .tab-text-center {
        top: 33%;
    }
}

/*=============== Virtual Tour ===============*/
.virtual-tour-section {
    min-height: 540px;
    overflow: hidden;
    position: relative;
    background-color: #000;
    background-image: url("img/vid-bg-img.jpg");
    background-size: cover;
}

.virtual-tour-section .inner-wrap {
    position: relative;
    width: 100%;
    right: 0;
    left: 0;
    height: 100%;
}

.vts-header {
    font-size: 35px;
    color: #ebd236;
    text-align: center;
    font-weight: bold;
}

.vts-subtext p {
    font-size: 21px;
    text-align: center;
    color: white;
}

.vts-play {
    background-image: url("img/ico-play.svg");
    display: block;
    margin: 2em auto;
    width: 100px;
    height: 100px;
}

#bgvid {
    display: none;
}

@media (min-width: 44.5em) {
    .virtual-tour-section {
        min-height: 460px;
        background-image: none;
    }

    .virtual-tour-section .inner-wrap {
        position: absolute;
    }

    .vts-header {
        font-size: 2.625em;
    }

    .vts-subtext {
        font-size: 1.625em;
    }

    #bgvid {
        position: absolute;
        width: 100%;
        opacity: .35;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        display: block;
    }
}

/*=============== Site Footer ===============*/
.site-footer {
    background-color: #152a45;
    text-align: left;
    color: #ffffff;
    font-size: 18px;
}

.site-footer .inner-wrap {
    padding-top: 2.5em;
}

.site-footer a {
    color: white;
}

.site-footer a:hover {
    color: #ebd236;
}

.site-footer .btn {
    color: #13263f;
}

.site-footer .btn:hover {
    color: #13263f;
}

.sf-logo {
    margin-bottom: 20px;
    display: block;
}

.sf-header {
    font-size: 22px;
    margin-top: .5em !important;
    color: #b2b2b2;
}

.sf-links {
    color: white;
    display: block;
}

.sf-contact-detail {
    margin: 0;
    color: white;
}

.sf-small {
    background-color: #0d1a2b;
    text-align: center;
    color: white;
}

.sf-small p {
    color: white;
    font-size: 15px;
}

.sf-small .inner-wrap {
    padding-top: 1em;
    padding-bottom: 1em !important;
}

img[name=pphLoggerImage] {
    display: none;
}

/*=============== Search ===============*/
.search-table {
    display: table;
    width: 100%;
    float: right;
    padding: 0;
}

.search-row {
    display: table-row;
    width: 100%;
}

.search-cell1 {
    display: table-cell;
    padding-right: 0.4375em;
}

.search-cell2 {
    display: table-cell;
    width: 2.1875em;
    border: 0;
}

.search-text {
    font-size: .8em;
    width: 100%;
    height: 2.3em;
    border: 1px solid red;
    float: left;
    padding-left: .5em;
    margin-bottom: 0 !important;
}

.search-submit {
    width: 100%;
    height: 2.3em;
    border: 0;
    float: right;
    background: url(img/ico-search.svg) no-repeat center center !important;
}

.no-svg .search-submit {
    background: url(img/ico-search.png) no-repeat center center !important;
}

@media (min-width: 44.5em) {
    .site-search {
        width: 100%;
    }

    .search-text {
        height: 2.3em;
    }

    .search-submit {
        height: 2.3em;
    }
}

.search-module {
    background-color: #DDD;
    height: 8em;
    margin-top: -8em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.47);
    position: relative;
    z-index: 10000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.search-module.active {
    margin-top: 0;
}

.search-module .inner-wrap {
    padding: 2em 1.5em 1em;
}

.search-exit {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    top: 0;
    right: 0;
}

/*=============== Product Carousel ===============*/
@media (max-width: 44.5em) {
    .product-item {
        float: left;
        display: block;
        margin-right: 4.8291579146%;
        width: 47.5854210427%;
    }

    .product-item:last-child {
        margin-right: 0;
    }

    .product-item:nth-child(2n) {
        margin-right: 0;
    }

    .product-item:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 44.5em) {
    .product-item {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 23.2317613015%;
    }

    .product-item:last-child {
        margin-right: 0;
    }
}

/*=============== Hubpot Specific ===============*/
.lp-content-primary {
    width: 100%;
}

@media (min-width: 44.5em) {
    .lp-content-primary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 57.3509785009%;
    }

    .lp-content-primary:last-child {
        margin-right: 0;
    }
}

.lp-content-secondary {
    width: 100%;
}

@media (min-width: 44.5em) {
    .lp-content-secondary {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 40.2913699012%;
    }

    .lp-content-secondary:last-child {
        margin-right: 0;
    }
}

.hs-landing-page .inner-wrap {
    max-width: 1200px;
}

.hs-landing-page h2 {
    color: #152a45;
}

.hs-landing-page .hs-form {
    background-color: #DDD;
    padding: 1em;
}

.hs-landing-page .site-logo {
    float: left;
}

.hs-landing-page .site-header .inner-wrap {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.hs-landing-page .site-header .site-utility-nav .inner-wrap {
    padding-top: 0em;
    padding-bottom: 0em;
}

.hs-landing-page .site-footer .inner-wrap {
    padding-bottom: 1.5em;
}

.hs-landing-page .site-footer .inner-wrap p {
    color: white;
}

@media (max-width: 44.5em) {
    .hs-landing-page .sh-ph {
        height: 21px;
        width: 40px;
        margin-right: 0;
        display: inline-block;
    }

    .hs-landing-page .sh-ph span {
        display: none;
    }

    .hs-landing-page .sh-email {
        height: 21px;
        width: 40px;
        display: inline-block;
    }

    .hs-landing-page .sh-email span {
        display: none;
    }
}

@media (max-height: 40em) and (min-width: 60em) {
    .hs-landing-page .site-header .inner-wrap {
        padding-top: .5em;
        padding-bottom: .5em;
    }
}

.lp-sf-address {
    float: left;
    width: 100%;
    text-align: left;
}

.lp-sf-address p {
    margin: 0;
    line-height: 1.625em;
}

@media (min-width: 44.5em) {
    .lp-sf-address {
        width: 40%;
    }
}

.lp-sf-links {
    float: right;
    width: 100%;
    text-align: right;
}

.lp-sf-links .social-wrap {
    overflow: hidden;
    width: 300px;
    float: right;
    text-align: right;
    display: block;
    margin: 15px 0;
}

.lp-sf-links .social-wrap a {
    width: 16.66%;
}

.lp-sf-links p {
    clear: right;
    text-align: right;
}

@media (min-width: 44.5em) {
    .lp-sf-links {
        width: 60%;
    }
}

/*===================== Calculator =================*/
.calculator {
    width: 100%;
}

@media (min-width: 44.5em) {
    .calculator {
        margin-left: 1em;
        float: left;
    }
}

.calculator .c-submit {
    float: right;
}

.calculator input {
    padding: .8em;
    border-radius: 4px;
    border: solid 1px #ccc;
}

.calculator .select-wrap {
    position: relative;
    font-weight: normal;
    color: #000;
}

.calculator .select-wrap select {
    width: 100%;
    padding: 10px;
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ccc;
    background: #fff;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.calculator .select-wrap:after {
    content: '';
    font: 12px 'Source Sans Pro', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background-image: url("img/ico-custom-select-arrows.png");
    color: #ddd;
    right: 10px;
    top: 13px;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none;
    width: 10px;
    height: 20px;
}

.calc-subtext {
    margin-top: 0 !important;
    margin-bottom: 1em;
}

.checkbox-wrap input {
    width: inherit;
}

.c-header {
    margin-top: 0;
    font-size: 1.3em;
    color: #13263f;
}

.c-calculation {
    color: #999;
    font-style: italic;
}

.input-wrap,
.radio-wrap {
    margin-bottom: 1em;
}

.radio-wrap {
    margin-bottom: 2em;
}

.c-result-container {
    text-align: center;
}

.c-result-label {
    text-align: center;
    font-size: 1.2em;
    color: #13263f;
    border: 1px solid #eee;
    padding: 1em;
}

.c-result-value {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #2c64a7;
}

.c-result-value-two {
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #2c64a7;
}

.c-result-p {
    font-size: 28px;
    font-weight: bold;
    color: #152a45;
}

.c-error {
    background-color: rgba(191, 8, 54, 0.2);
    border: solid 1px #bf0836;
    padding: 5px;
    font-style: italic;
    color: #bf0836;
}

.post-header h2 {
    font-weight: 600;
    font-size: 1.900em;
}

.post-header a {
    text-decoration: none;
}

.blog-btn {
    margin: .5em 2em;
}

/*=============== Certification Section ===============*/
/* vertical tabs */
.hs-landing-page .btn-download {
    position: relative;
}

.hs-landing-page .btn-download:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/539085/img/ico-download.svg);
    padding-top: 0;
}

.hs-landing-page .vertical-tabs-container {
    border-radius: 0;
    border: 1px solid #DDD;
    overflow: hidden;
    background-image: url(https://cdn2.hubspot.net/hubfs/539085/img/img-free-resources.jpg);
    background-size: cover;
}

.hs-landing-page .vertical-tabs-container::after {
    clear: both;
    content: "";
    display: table;
}

.hs-landing-page .vertical-tabs-container li {
    list-style: none;
}

.hs-landing-page .vertical-tabs-container .vertical-tabs {
    display: none;
}

@media screen and (min-width: 44.5em) {
    .hs-landing-page .vertical-tabs-container .vertical-tabs {
        background-color: white;
        display: inline;
        float: right;
        height: 29.1875em;
        width: 20%;
    }
}

@media screen and (min-width: 44.5em) {
    .hs-landing-page .vertical-tabs-container .vertical-tab {
        border-bottom: 1px solid #DDD;
        display: block;
        font-weight: bold;
        margin-right: -1px;
        text-align: center;
        position: relative;
        padding: 0.75em 0.809em;
    }

    .hs-landing-page .vertical-tabs-container .vertical-tab.is-active {
        background-color: #13263f;
        margin-right: -1px;
    }

    .hs-landing-page .vertical-tabs-container .vertical-tab.is-active:after {
        content: '';
        background-image: url(https://cdn2.hubspot.net/hubfs/539085/img/ico-resources-blue-arrow.svg);
        background-repeat: no-repeat;
        background-size: 79px;
        height: 79px;
        width: 50px;
        position: absolute;
        left: -47px;
        top: 23%;
    }
}

.hs-landing-page .vertical-tabs-container a.vertical-tab-accordion-heading,
.hs-landing-page .vertical-tabs-container a.vertical-tab {
    color: white;
    background-color: #2c64a7;
    text-align: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.hs-landing-page .vertical-tabs-container a.vertical-tab-accordion-heading {
    font-size: 21px;
}

.hs-landing-page .vertical-tabs-container .vertical-tab:focus {
    outline: none;
}

.hs-landing-page .vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto;
}

.hs-landing-page .vertical-tabs-container .vertical-tab-content-container a:focus {
    outline: none;
}

@media screen and (min-width: 44.5em) {
    .hs-landing-page .vertical-tabs-container .vertical-tab-content-container {
        width: 80%;
        min-height: 28em;
        background-color: transparent;
        display: inline-block;
    }
}

.hs-landing-page .vertical-tabs-container .vertical-tab-content {
    background-color: transparent;
}

.hs-landing-page .vertical-tabs-container .vertical-tab-content p {
    color: #333;
    line-height: 33px;
    font-size: 1.4375em;
}

@media screen and (min-width: 44.5em) {
    .hs-landing-page .vertical-tabs-container .vertical-tab-content {
        border: none;
        display: none;
    }
}

.hs-landing-page .vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: white;
    border-top: 1px solid #DDD;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 0.75em 0.809em;
}

.hs-landing-page .vertical-tabs-container .vertical-tab-accordion-heading:focus, .hs-landing-page .vertical-tabs-container .vertical-tab-accordion-heading:hover {
    color: #ebd236;
}

.hs-landing-page .vertical-tabs-container .vertical-tab-accordion-heading:first-child {
    border-top: none;
}

.hs-landing-page .vertical-tabs-container .vertical-tab-accordion-heading.is-active {
    background: #13263f;
    border-bottom: none;
}

@media screen and (min-width: 44.5em) {
    .hs-landing-page .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none;
    }
}

.hs-landing-page .certifications-section {
    clear: both;
    padding: 1.25em;
}

.hs-landing-page .certifications-section br {
    display: none;
}

.hs-landing-page .certifications-section .btn-plus.si-cta-1 {
    width: auto !important;
}

.hs-landing-page .cs-mobile-header {
    display: block;
    text-align: center;
    font-weight: bold;
}

.hs-landing-page .cs-pre-header {
    font-size: 24px;
    display: block;
    color: #555;
    margin-top: 0;
}

.hs-landing-page .cs-header {
    font-size: 1.625em;
    color: #13263f;
    margin-top: 0;
}

@media (max-width: 44.5em) {
    .hs-landing-page .cs-header {
        display: none;
    }
}

.hs-landing-page .cs-subtext {
    font-size: 18px;
}

@media (min-width: 44.5em) {
    .hs-landing-page .cs-subtext {
        font-size: 26px;
    }
}

.hs-landing-page .ico-iso {
    height: 45px;
    width: 40px;
    background-image: url(https://cdn2.hubspot.net/hubfs/539085/img/ico-iso.svg);
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: .25em;
    background-size: 40px auto;
}

.hs-landing-page .ico-as9100 {
    height: 45px;
    width: 80px;
    background-image: url(https://cdn2.hubspot.net/hubfs/539085/img/ico-as9100.png);
    background-repeat: no-repeat;
    background-size: 80px;
    display: inline-block;
    margin-left: .25em;
}

.hs-landing-page .si-visual {
    padding-top: 2em;
    padding-bottom: 0.5em;
}

.hs-landing-page .si-visual .si-wrapper {
    display: block;
    margin-bottom: 3.75em;
    width: 100%;
    text-align: center;
    margin-top: -2em;
}

.hs-landing-page .si-visual .si-text {
    list-style-type: disc;
    margin: 0 auto;
    padding-bottom: 0.125em;
    position: absolute;
}

.hs-landing-page .si-visual .si-text li {
    color: #4c4b4b;
    font-size: 1.0625em;
    font-weight: bold;
    display: inline;
    vertical-align: top;
    margin-right: 0.5em;
    padding-left: 1em;
    background: url(https://cdn2.hubspot.net/hubfs/539085/img/dot.png) no-repeat left center;
}

.hs-landing-page .si-visual .si-text li:last-child {
    margin-right: 0;
}

.hs-landing-page .si-visual .si-text li:first-child {
    list-style: none;
    background: none;
    padding-left: 0;
}

@media (min-width: 44.5em) {
    .hs-landing-page .cs-header {
        font-size: 2.625em;
        color: #13263f;
        margin-top: 0;
    }

    .hs-landing-page .cs-mobile-header {
        display: none;
    }

    .hs-landing-page .vertical-tab-content-container .inner-wrap {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .hs-landing-page .certifications-section {
        padding: 0em;
    }

    .hs-landing-page .tab-text-center {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        padding: 0 .5em;
        font-size: 1.4375em;
        font-weight: normal;
        line-height: 1.0869565217em;
    }

    .hs-landing-page .ico-as9100 {
        margin-left: .5em;
    }
}

.hs-landing-page .ico-as9100 {
    margin-left: .5em;
}

/* gdd 001 b Variation */
.sh-contact-info.gdd-001-b-sh-contact-info {
    margin-top: 0.875em !important;
}

@media (min-width: 44.5em) {
    .sh-contact-info.gdd-001-b-sh-contact-info .sh-ph,
    .sh-contact-info.gdd-001-b-sh-contact-info .sh-email {
        margin-right: 0.4em;
    }
}

@media (min-width: 60em) {
    .sh-contact-info.gdd-001-b-sh-contact-info .sh-ph,
    .sh-contact-info.gdd-001-b-sh-contact-info .sh-email {
        margin-right: 1em;
    }
}

.btn-arrow.gdd-001-b-btn-arrow {
    font-size: 1.125em;
    padding: 1em 1.8888888889em 1em 0.8333333333em;
}

.btn-arrow.gdd-001-b-btn-arrow:after {
    background-image: url(img/arrow-right-blue.svg);
    background-repeat: no-repeat;
    width: 1.5em;
    padding-top: 0;
}

.hs-cta-wrapper.gdd-001-b-rfc {
    margin-right: 1em;
}

@media (min-width: 44.5em) {
    .hs-cta-wrapper.gdd-001-b-rfc {
        margin-right: 0;
    }
}

#slidebox1 {
    right: -312.5em;
    background-color: #12273e;
    padding: 0;
}

#slidebox1 .btn-cta-bottom {
    font-size: 1.5em;
    color: #ffffff;
    position: relative;
    background-color: #2965a4;
    text-align: center;
    width: 100%;
}

#slidebox1 .btn-cta-bottom > span {
    padding: 0.625em 1em 0.625em 1em;
    width: 100%;
    display: block;
    position: relative;
}

@media (min-width: 60em) {
    #slidebox1 .btn-cta-bottom {
        float: right;
        text-align: right;
        width: 90%;
    }

    #slidebox1 .btn-cta-bottom > span {
        padding: 0.625em 6.25em 0.625em 1em;
        width: 90%;
    }

    #slidebox1 .btn-cta-bottom > span:after {
        content: "";
        background-image: url(img/arrow-right-yellow.svg);
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        right: auto;
        top: 0;
        width: 25px;
        height: 100%;
    }

    #slidebox1 .btn-cta-bottom:before {
        content: "";
        background-image: url(img/right-arrow-blue.png);
        background-repeat: no-repeat;
        background-size: auto 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 25px;
        height: 100%;
    }
}

#slidebox1 .btn-cta-bottom span.text-yellow {
    color: #ecd14a;
}

#slidebox1 a.close {
    background-color: transparent;
    color: #fff;
    font-size: 1em;
    right: 0.625em;
    text-align: center;
    top: 0.5em;
    z-index: 1;
}

/******************* 6Sense LP Style  ****************************/
.hs-landing-page .cms-wraper {
    margin: 1em auto;
}

@media (min-width: 44.5em) {
    .hs-landing-page .cms-wraper {
        width: 95%;
    }
}

.hs-landing-page .cms-item {
    margin-bottom: 1em;
    padding: 0.5em 0 1.5em;
    border-bottom: 1px solid #f3f3f3;
}

.hs-landing-page .cms-item:last-child {
    border-bottom: 0;
}

.hs-landing-page .cmsi-img {
    width: 100%;
    max-width: 205px;
    margin: 1em auto;
    display: block;
    background-color: #13263f;
    border-radius: 50%;
    padding: 3em;
}

.hs-landing-page .cmsi-img img {
    display: block;
    width: 100%;
}

@media (min-width: 44.5em) {
    .hs-landing-page .cmsi-img {
        margin: 3% 3% 0 0;
        float: left;
        width: 27%;
    }
}

@media (min-width: 60em) {
    .hs-landing-page .cmsi-img {
        width: 30%;
    }
}

.hs-landing-page .about-module {
    background-color: #f3f3f3;
}

.hs-landing-page .form-wrapper .hs_cos_wrapper_type_form .hs-form {
    margin: 0 auto;
    width: 100%;
    padding: 1.5em !important;
}

@media (min-width: 44.5em) {
    .hs-landing-page .form-wrapper .hs_cos_wrapper_type_form {
        float: right;
        width: 40%;
    }
}

.hs-landing-page .hs_cos_wrapper_type_form {
    padding: 1em;
    margin: 0 auto;
}

.hs-landing-page .hs_cos_wrapper_type_form .form-title {
    display: none;
}

.hs-landing-page .hs_cos_wrapper_type_form .hs-form {
    margin: 0 auto;
    width: 80%;
    padding: 2em !important;
    background-color: #f3f3f3 !important;
}

.hs-landing-page .hs_cos_wrapper_type_form .hs-form fieldset {
    background-color: transparent !important;
}

.hs-landing-page .hs_cos_wrapper_type_form .hs-form .hs-form-field {
    background-color: #f3f3f3 !important;
}

.hs-landing-page .custom-top-footer-wrapper .custom-address p span {
    padding-right: 9px;
}

.hs-landing-page .ebook-wraper {
    width: 70%;
    margin: auto;
}

.hs-landing-page .ebook-arrow {
    position: relative;
}

.hs-landing-page .ebook-arrow img {
    display: block;
    margin: 0 auto;
    max-width: 28.125em;
    width: 100%;
}

@media (min-width: 44.5em) {
    .hs-landing-page .ebook-arrow {
        float: left;
        width: 40%;
        margin-top: 1em;
    }
}

@media (min-width: 60em) {
    .hs-landing-page .ebook-arrow:after {
        position: absolute;
        content: '';
        width: 7em;
        height: 7em;
        top: 35%;
        right: -40%;
        background-image: url(https://cdn2.hubspot.net/hubfs/539085/arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
    }
}

@media (min-width: 44.5em) {
    .hs-landing-page .cmsi-content {
        float: right;
        width: 70%;
        margin-top: 1em;
    }
}

.resource-title {
    text-align: center;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.alignright {
    display: block;
    padding-bottom: 1.5em;
}

.alignleft {
    display: block;
    padding-bottom: 1.5em;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

@media (min-width: 44.5em) {
    .alignright {
        display: block;
        float: right;
        padding-bottom: 1.5em;
        padding-left: 1.5em;
    }

    .alignleft {
        display: block;
        float: left;
        padding-bottom: 1.5em;
        padding-right: 1.5em;
    }

    .aligncenter {
        display: block;
        margin: 0 auto;
    }
}

.text-alignright {
    text-align: right;
}

.text-alignleft {
    text-align: left;
}

.text-aligncenter {
    text-align: center;
}

.clearboth {
    clear: both;
    display: block;
}

.spacing-bottom {
    margin-bottom: 2em;
}

.spacing-top {
    margin-top: 2em;
}

.greentext {
    color: #c4d600;
}

.yellowtext {
    color: #ebd236;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Icon Fonts
*********************************/
/* Font-face Icons
@font-face {
  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
 */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* Clearfix for the .slides element */
.slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
    display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 125em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

/* Direction Nav */
.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 57%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
    left: -50px;
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}

.flexslider:hover .flex-prev {
    left: 10px;
}

.flexslider:hover .flex-next {
    right: 10px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-direction-nav a:before {
    display: block;
    content: '';
    height: 2.5em;
    background-size: 40px;
    background-repeat: no-repeat;
    background-image: url(img/ico-arrowleft.svg);
}

/*{ font-family: "flexslider-icon"; font-size: 40px; line-height:1; display: inline-block; content: '\f001'; }*/
.flex-direction-nav a.flex-next:before {
    background-image: url(img/ico-arrowright.svg);
}

/*{ content: '\f002'; }*/
/* Pause/Play */
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {
    content: '\f003';
}

/* Control Nav */
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/*
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
*/
.flex-direction-nav .flex-prev {
    opacity: .3;
    left: 10px;
}

.flex-direction-nav .flex-next {
    opacity: .3;
    right: 10px;
}

/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    /*background: #0b0b0b;*/
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    display: none;
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

/*! Tablesaw - v1.0.2 - 2014-12-17
* https://github.com/filamentgroup/tablesaw
* Copyright (c) 2014 Filament Group; Licensed MIT */
table.tablesaw {
    empty-cells: show;
    max-width: 100%;
    width: 100%;
}

.tablesaw {
    border-collapse: collapse;
    width: 100%;
}

/* Structure */
.tablesaw {
    border: 0;
    padding: 0;
}

.tablesaw th,
.tablesaw td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em .7em;
}

.tablesaw thead tr:first-child th {
    padding-top: .9em;
    padding-bottom: .7em;
}

/* Table rows have a gray bottom stroke by default */
.tablesaw-stack tbody tr {
    border-bottom: 1px solid #dfdfdf;
}

.tablesaw-stack td .tablesaw-cell-label,
.tablesaw-stack th .tablesaw-cell-label {
    display: none;
}

/* Mobile first styles: Begin with the stacked presentation at narrow widths */
@media only all {
    /* Show the table cells as a block level element */
    .tablesaw-stack td,
    .tablesaw-stack th {
        text-align: left;
        display: block;
    }

    .tablesaw-stack tr {
        clear: both;
        display: table-row;
    }

    /* Make the label elements a percentage width */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: block;
        padding: 0 .6em 0 0;
        width: 30%;
        display: inline-block;
    }

    /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */
    .tablesaw-stack th .tablesaw-cell-label-top,
    .tablesaw-stack td .tablesaw-cell-label-top {
        display: block;
        padding: .4em 0;
        margin: .4em 0;
    }

    .tablesaw-cell-label {
        display: block;
    }

    /* Avoid double strokes when stacked */
    .tablesaw-stack tbody th.group {
        margin-top: -1px;
    }

    /* Avoid double strokes when stacked */
    .tablesaw-stack th.group b.tablesaw-cell-label {
        display: none !important;
    }
}

@media (max-width: 39.9375em) {
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: none;
    }

    .tablesaw-stack tbody td,
    .tablesaw-stack tbody th {
        clear: left;
        float: left;
        width: 100%;
    }

    .tablesaw-cell-label {
        vertical-align: top;
    }

    .tablesaw-cell-content {
        max-width: 67%;
        display: inline-block;
    }

    .tablesaw-stack td:empty,
    .tablesaw-stack th:empty {
        display: none;
    }
}

/* Media query to show as a standard table at 560px (35em x 16px) or wider */
@media (min-width: 40em) {
    .tablesaw-stack tr {
        display: table-row;
    }

    /* Show the table header rows */
    .tablesaw-stack td,
    .tablesaw-stack th,
    .tablesaw-stack thead td,
    .tablesaw-stack thead th {
        display: table-cell;
        margin: 0;
    }

    /* Hide the labels in each cell */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        display: none !important;
    }
}

/* Anything HubSpot Related */
.hs-form {
    padding: 1em !important;
    background-color: #eee !important;
}

.hs-form .hs-form-field {
    background-color: #eee !important;
}

.hs-form fieldset {
    max-width: 99999px !important;
    background-color: #eee !important;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.resource-item {
    text-align: center;
}

.resource-item img {
    border: solid 2px #fff;
    transition: all .5s;
    display: block;
    margin: auto;
}

.resource-item:hover img {
    border: solid 2px #ebd236;
    opacity: .8;
}

.page-id-997 .additional-content h2, .page-id-1003 .additional-content h2, .page-id-1009 .additional-content h2 {
    font-size: 1.2em;
    font-weight: bold;
}

/*! {% include "hubspot/styles/responsive/required_base.css" %}*/
/*!
[hubspot-metadata]
{
    "path": "custom/page/web_page_basic/style.css"
}
[end-hubspot-metadata]
*/

/*===========New Css Start============*/

.sun-pages {
}

.sun-pages .menu {
}

.sun-pages .menu li {
    display: inline-block;
}

.sun-pages .menu li a {
    display: inline-block;
    height: 100%;
    padding: 0.8125em 1em;
    color: #FFFFFF;
}

.sun-pages .menu li a:hover {
    background-color: #FFFFFF;
    color: #1c406a;
}

/*.sun-pages .menu li.menu-item-2017 a { background-color:#ebd236; color:#13263f; font-size:19px; font-weight:bold; padding:.81em; line-height:1; transition:background 0.1s linear;}
.sun-pages .menu li.menu-item-2017 a:hover { background-color:#dec013;}*/
.sun-pages .menu li.sun-request a {
    background-color: #ebd236 !important;
    color: #13263f !important;
    font-size: 19px;
    font-weight: bold;
    padding: .81em;
    line-height: 1;
    transition: background 0.1s linear;
}

.sun-pages .menu li.sun-request a:hover {
    background-color: #dec013 !important;
}

.sun-pages .menu li.current_page_item a {
    background-color: #FFFFFF;
    color: #1c406a;
}

.row-fluid .span8 {
    width: 65.81196581200001%;
    float: left;
}

.row-fluid .span4 {
    width: 31.623931624%;
    float: left;
}

.hs-author-profile ul.kiwi-article-bar {
    text-align: left;
}

.hs-author-profile ul.kiwi-article-bar li {
    text-align: center;
}

.textwidget {
}

.textwidget .sun-request {
    background-color: #ebd236 !important;
    color: #13263f !important;
    font-size: 19px;
    font-weight: bold;
    padding: .81em;
    line-height: 1;
    transition: background 0.1s linear;
    display: inline-block;
    text-decoration: none !important;
}

.textwidget .sun-request a:hover {
    background-color: #dec013 !important;
}


.widget-span ul li a {
    text-decoration: underline;
}

.widget-span h2 {
    font-size: 1.4375em;
}

#gform_1 {
    padding: 1em !important;
    background-color: #eee !important;
}

#gform_1 input {
    width: 100%;
}

#gform_1 .gfield_checkbox li {
    float: left;
    margin-right: 10px;
}

#gform_1 .gfield_checkbox li input {
    margin-right: 0;
}

#gform_1 .gform_footer.top_label input {
    width: auto;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid [class*="span"] {
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-us .site-content-primary {
    width: 100%;
}

.contact-us .gdd-002-b-contact-us .lp-content-secondary {
    width: 70%;
    margin-right: 2%;
    background-color: #f3f3f3;
    padding: 2em;
}

.contact-us .gdd-002-b-contact-us .lp-content-primary {
    width: 26%;
}

.contact-us .gform_body ul {
    list-style: none !important;
}

.contact-us .gform_body ul li {
    list-style: none !important;
}

.gf_right_half {
    list-style: none !important;
    list-style-type: none !important;
}

.ico-emaillp .pc-image {
}

.ico-emaillp .pc-image div {
    position: relative;
    margin-bottom: 25px;
    padding-left: 5.5em;
}

.ico-emaillp .pc-image div.ico-emaillp span a {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 1em;
    padding-top: .7em;
    color: #333;
}

.ico-emaillp .pc-image div.ico-locatorlp::before {
    background-image: url("https://cdn2.hubspot.net/hubfs/539085/img/locator%20%281%29.svg");
}

.ico-emaillp .pc-image div.ico-phonelp::before {
    background-image: url("https://cdn2.hubspot.net/hubfs/539085/img/phone%20%281%29.svg");
}

.ico-emaillp .pc-image div.ico-emaillp::before {
    background-image: url("https://cdn2.hubspot.net/hubfs/539085/img/email%20%282%29.svg");
}

.ico-emaillp .pc-image span {
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
    font-size: 1.125em;
    padding: .5em 0;
}

.ico-emaillp .pc-image div::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3em;
    height: 4.5em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
}

.blog-listing-wrapper .hs-featured-image {
    float: right;
    margin: 0 0 20px 20px;
    max-width: 50%;
}

a#cta_button_539085_fb359d73-43a8-436c-95c0-8e901c485b49 {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family: sans-serif !important;
    border-radius: 7px !important;
    background-color: rgb(53, 116, 227) !important;
    background-image: -webkit-linear-gradient(top, rgb(53, 116, 227), rgb(39, 87, 170)) !important;
    background-image: -moz-linear-gradient(top, rgb(53, 116, 227), rgb(39, 87, 170)) !important;
    box-shadow: inset 0px 1px rgb(66, 145, 255) !important;
    -webkit-box-shadow: inset 0px 1px rgb(66, 145, 255) !important;
    -moz-box-shadow: inset 0px 1px rgb(66, 145, 255) !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(26, 58, 113) !important;
    border-bottom: 7px solid rgb(26, 58, 113) !important;
    text-shadow: 0px -1px rgb(15, 34, 68) !important;
    position: relative !important;
    line-height: 1.5em !important;
    padding: 6px 18px !important;
}

a#cta_button_539085_fb359d73-43a8-436c-95c0-8e901c485b49:hover {
    background-color: rgb(58, 127, 249) !important;
    background-image: -webkit-linear-gradient(top, rgb(58, 127, 249), rgb(39, 87, 170)) !important;
    background-image: -moz-linear-gradient(top, rgb(58, 127, 249), rgb(39, 87, 170)) !important;
    color: rgb(255, 255, 255) !important;
}

.thankuou_content {
    padding: 2.5em 1.5em 2.5em 1.5em;
}

.Button_Blue {
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: bold !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family: sans-serif !important;
    border-radius: 6px !important;
    background-color: rgb(53, 116, 227) !important;
    background-image: -webkit-linear-gradient(top, rgb(53, 116, 227), rgb(39, 87, 170)) !important;
    background-image: -moz-linear-gradient(top, rgb(53, 116, 227), rgb(39, 87, 170)) !important;
    box-shadow: inset 0px 1px rgb(66, 145, 255) !important;
    -webkit-box-shadow: inset 0px 1px rgb(66, 145, 255) !important;
    -moz-box-shadow: inset 0px 1px rgb(66, 145, 255) !important;
    color: rgb(255, 255, 255) !important;
    border: 2px solid rgb(26, 58, 113) !important;
    text-shadow: 0px -1px rgb(15, 34, 68) !important;
    line-height: 1.5em !important;
    padding: 6px 18px !important;
}

.Button_Blue span {
    font-size: 18px !important;
}

.Button_Blue:hover {
    background-color: rgb(58, 127, 249) !important;
    background-image: -webkit-linear-gradient(top, rgb(58, 127, 249), rgb(39, 87, 170)) !important;
    background-image: -moz-linear-gradient(top, rgb(58, 127, 249), rgb(39, 87, 170)) !important;
    color: rgb(255, 255, 255) !important;
}

.comment-respond {
    padding: 1em !important;
    background-color: #eee !important;
}

.page .width-full {
    width: 100%;
}

.page .site-content .inner-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.lp-content-secondary form {
    background-color: #f3f3f3 !important;
    padding: 2em !important;
}

.none {
    display: none;
}

.gform_body .medium {
    width: 100% !important;
}

.cta-aside a {
    text-decoration: none;
    color: #13263f;
}

.single-post ul {
    padding-left: 20px;
}

.single-post p, li {
    font-size: 18px;
}

.site-nav ul {
    padding-left: 0;
}

.site-content-primary ul li, .lp-content-primary ul li {
    color: #555;
    font-size: 18px;
}

.widget-span ul li a {
    text-transform: capitalize;
}

.widget-span ul {
    padding-left: 0;
}

.single .section.post-body ul {
    list-style: disc;
    padding-left: 20px;
}

.single .section.post-body h2 {
    font-size: 2em;
    text-decoration: underline;
    font-weight: bold;
}

.widget-span ul li a.more_cat, .widget-span ul li a.hide_cat {
    text-decoration: none;
}

.hs-author-profile {
    margin-top: 20px;
}

.kiwi-article-bar li a {
    text-decoration: none !important;
}

.hs-cta-node a span.btn-arrow span {
    font-weight: bold;
}

.blog-pagination a {
    background-color: #ebd236;
    color: #13263f;
    font-size: 19px;
    font-weight: bold;
    padding: .81em;
    line-height: 1;
    transition: background 0.1s linear;
    display: inline-block;
    text-decoration: none !important;
}

.blog-pagination a:hover {
    background-color: #dec013;
}

@media only screen and (max-width: 1050px) {
    .vertical-tabs-container .vertical-tabs {
        width: 30%;
    }

    .vertical-tabs-container .vertical-tab-content-container {
        width: 70%;
    }
}

@media only screen and (max-width: 800px) {
    .contact-us .gdd-002-b-contact-us .lp-content-secondary {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .contact-us .gdd-002-b-contact-us .lp-content-primary {
        width: 100%;
    }

    .ico-emaillp .pc-image div.ico-phonelp span {
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        font-size: 1em;
        padding-top: 1.7em;
        color: #333;
    }

    .ico-emaillp .pc-image div.ico-locatorlp span {
        display: inline-block;
        vertical-align: top;
        font-weight: 600;
        font-size: 1em;
        padding-top: 1.7em;
        color: #333;
    }
}

@media only screen and (max-width: 768px) {
    .row-fluid .span8 {
        width: 100%;
        float: none;
        margin: 0;
    }

    .row-fluid .span4 {
        width: 100%;
        float: none;
        margin: 0;
    }

    .lp-content-secondary {
        float: none;
        width: 100%;
        display: block;
    }

    .lp-content-primary {
        float: none;
        width: 100%;
        display: block;
    }

}


@media only screen and (max-width: 711px) {
    .sun-pages .menu li {
        display: none;
    }

    .sun-pages .menu li.menu-item-2017 {
        display: block;
    }

    .vertical-tabs-container .vertical-tabs {
        width: 100%;
    }

    .vertical-tabs-container .vertical-tab-content-container {
        width: 100%;
    }
}

@media only screen and (max-width: 568px) {
    .blog-listing-wrapper .hs-featured-image {
        float: none;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .ico-emaillp .pc-image div.ico-phonelp span {
        padding-top: 0;
    }

    .ico-emaillp .pc-image div.ico-locatorlp span {
        padding-top: 0;
    }

}

#gform_ajax_frame_4, .akismet-fields-container {
display: none;
}