/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, 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;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
@font-face {
  font-family: 'Proxima Nova Reg';
  src: url('../fonts/ProximaNova-Reg-webfont.eot');
  src: url('../fonts/ProximaNova-Reg-webfont.eot?') format('eot'), /* IE6-IE8 */ url('../fonts/ProximaNova-Reg-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/ProximaNova-Reg-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compatibility Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Proxima Nova Light';
  src: url('../fonts/ProximaNova-Light-webfont.eot');
  src: url('../fonts/ProximaNova-Light-webfont.eot?') format('eot'), /* IE6-IE8 */ url('../fonts/ProximaNova-Light-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/ProximaNova-Light-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compatibility Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Proxima Nova Sbold';
  src: url('../fonts/ProximaNova-Sbold-webfont.eot');
  src: url('../fonts/ProximaNova-Sbold-webfont.eot?') format('eot'), /* IE6-IE8 */ url('../fonts/ProximaNova-Sbold-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/ProximaNova-Sbold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compatibility Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Proxima Nova Bold';
  src: url('../fonts/ProximaNova-Bold-webfont.eot');
  src: url('../fonts/ProximaNova-Bold-webfont.eot?') format('eot'), /* IE6-IE8 */ url('../fonts/ProximaNova-Bold-webfont.woff') format('woff'), /* Modern Browsers */ url('../fonts/ProximaNova-Bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  
  /* IE9 Compatibility Modes */
  /* Safari, Android, iOS */
}
@font-face {
  font-family: "Suisse";
  font-weight: 500;
  src: url("../fonts/Suisse/woff2/SuisseIntl-Medium.woff2") format("woff2"), url("../fonts/Suisse/woff/SuisseIntl-Medium.woff") format("woff");
}
@font-face {
  font-family: "Suisse";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Suisse/woff2/SuisseIntl-MediumItalic.woff2") format("woff2"), url("../fonts/Suisse/woff/SuisseIntl-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Suisse";
  font-weight: 600;
  src: url("../fonts/Suisse/woff2/SuisseIntl-SemiBold.woff2") format("woff2"), url("../fonts/Suisse/woff/SuisseIntl-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Suisse";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/Suisse/woff2/SuisseIntl-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Suisse/woff/SuisseIntl-SemiBoldItalic.woff") format("woff");
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #5bbce4;
  background: #71c5e8;
}
/*********************
BORDER RADIUS
*********************/
/*
NOTE: For older browser support (and some mobile),
don't use the shorthand to define *different* corners.

USAGE: .border-radius(4px);

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 2px solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  padding: 0 20px;
  text-decoration: none;
  text-align: center;
  line-height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  background-color: #000000!important;
  border-color: #000000!important;
  color: #ffffff!important;
}
.button.dark,
.button.dark:visited,
.bg-jetblack .button {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.button.dark:hover,
.button.dark:visited:hover,
.bg-jetblack .button:hover,
.button.dark:focus,
.button.dark:visited:focus,
.bg-jetblack .button:focus {
  background-color: #ffffff!important;
  color: #000000!important;
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

------------ MAP ------------

01. GENERAL STYLES
02. WORDPRESS BODY CLASSES
03. LAYOUT & GRID STYLES
04. LINK STYLES
05. H1, H2, H3, H4, H5 STYLES
06. HEADER STYLES
07. NAVIGATION STYLES
08. POSTS & CONTENT STYLES
09. PAGE NAVI STYLES
10. COMMENT STYLES
11. COMMENT FORM STYLES
12. SIDEBARS & ASIDES
13. FOOTER STYLES
14. HOME STYLES
15. SECONDARY STYLES

******************************************************************/
/*********************
01. GENERAL STYLES
*********************/
html,
body {
  /* height: 100%; */
}
body {
  font-family: "Suisse", sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  background-color: #FFF;
  hyphens: none;
  overflow: auto;
  /* Android mobile menu fix */
  -webkit-animation: bugfix infinite 1s;
}
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.textWhite {
  color: #ffffff !important;
}
.textBlack {
  color: #000000 !important;
}
.lightGrey {
  color: #e0dfdd !important;
}
.charcoal {
  color: #000000 !important;
}
.backgroundGrey {
  background-color: #818a8f !important;
}
.borderCharcoal {
  border: 1px solid #000000;
}
.borderGreen {
  border: 1px solid #71c5e8;
}
.borderLightGrey {
  border: 1px solid #e0dfdd;
}
.floatRight {
  float: right !important;
}
.floatLeft {
  float: left !important;
}
.fontSize10 {
  font-size: 10px !important;
}
.fontSize12 {
  font-size: 12px !important;
}
.fontSize14 {
  font-size: 14px !important;
}
.fontSize16 {
  font-size: 16px !important;
  line-height: 24px !important;
}
.fontSize20 {
  font-size: 20px !important;
  line-height: 30px !important;
}
.fontSize21 {
  font-size: 21px !important;
  line-height: 28px !important;
}
.fontSize30 {
  font-size: 30px !important;
  line-height: 48px !important;
}
.fontSize32 {
  font-size: 32px !important;
  line-height: 48px !important;
}
.fontSize36 {
  font-size: 36px !important;
  line-height: 48px !important;
}
.fontSize40 {
  font-size: 40px !important;
}
.fontSize48 {
  font-size: 48px !important;
}
.fontSerifDisplay {
  font-family: "Suisse", sans-serif !important;
}
.fontSansSerif {
  font-family: "Suisse", sans-serif !important;
}
.fontSansSerifSB {
  font-family: "Suisse", sans-serif !important;
}
.fontSansSerifBold {
  font-family: "Suisse", sans-serif !important;
}
.noPad {
  padding: 0px !important;
}
.noTopPad {
  padding-top: 0px !important;
}
.noBottomPad {
  padding-bottom: 0px !important;
}
.noMargin {
  margin: 0px !important;
}
.noTopMargin {
  margin-top: 0px !important;
}
.noBottomMargin {
  margin-bottom: 0px !important;
}
.textLeft {
  text-align: left;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.old-ie * {
  font-weight: normal !important;
  font-style: normal !important;
}
.script {
  font-family: "Suisse", sans-serif;
  font-style: italic;
}
.small-text {
  font-family: "Suisse", sans-serif;
  text-transform: uppercase;
}
/*********************
03. LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  margin: 0 auto;
}
.twocol,
.threecol,
.fourcol,
.sixcol,
.eightcol {
  margin-bottom: 20px;
}
/*********************
04. LINK STYLES
*********************/
/******************************************************************
05. H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Suisse", sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 700;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/
  /* removing text decoration from all headline links */
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-family: "Suisse", sans-serif;
  font-size: 48px;
  line-height: 1.333em;
  font-weight: medium;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 24px;
  margin-bottom: 12px;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*********************
06. HEADER STYLES
*********************/
.nav-buttons {
  display: none;
  float: right;
}
.nav-buttons a + a {
  margin-left: 12px;
}
.nav-buttons .button {
  font-size: 15px;
  line-height: 45px;
}
.header {
  padding: 15px 0 10px;
  background-color: #FFF;
  height: 84px;
}
.header .shadow {
  position: relative;
  bottom: -31px;
  height: 24px;
  margin-bottom: -24px;
  width: 100%;
  text-align: center;
  z-index: 2;
  display: none;
}
.header .header-demo-button {
  color: #FFF;
  background-color: #71c5e8;
  border-color: #71c5e8;
  font-size: 14px;
  float: right;
  position: relative;
}
.header .header-demo-button .header-getConnectedText {
  display: none;
  float: right;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 202;
  width: 100%;
  /*background-color: @white;*/
  background-image: none;
}
.header.fixed nav ul.nav li a {
  color: #000000;
}
.header #inner-header {
  z-index: 1;
}
.header #logo {
  width: 139px;
  float: left;
  position: relative;
  margin: 14px 0 0 24px;
}
.header #logo img {
  width: 100%;
  display: block;
}
.header .menuIcon {
  display: inline-block;
  padding-top: 7px;
  margin-right: 6px;
  float: left;
  text-align: center;
  position: relative;
}
.header .menuIcon a {
  display: inline-block;
  color: #000000 !important;
}
.header .menuIcon a img {
  vertical-align: middle;
}
.header .mobile-nav-icon {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
  float: right;
  z-index: 5;
}
.header .mobile-nav-icon span {
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 100%;
  background-color: #000;
  /*.transition(); */
  -webkit-transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, -webkit-transform 0.2s 0s;
  -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
  transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s, -webkit-transform 0.2s 0s;
}
.header .mobile-nav-icon span:nth-child(1) {
  top: 0px;
}
.header .mobile-nav-icon span:nth-child(2) {
  top: 5px;
}
.header .mobile-nav-icon span:nth-child(3) {
  top: 10px;
}
.header .mobile-nav-icon.active span {
  -webkit-transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, -webkit-transform 0.2s 0.25s;
  -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s;
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s, -webkit-transform 0.2s 0.25s;
  display: inline-block;
  background-color: #71c5e8;
}
.header .mobile-nav-icon.active span:nth-child(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .mobile-nav-icon.active span:nth-child(2) {
  opacity: 0;
}
.header .mobile-nav-icon.active span:nth-child(3) {
  top: 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header nav {
  float: left;
  width: 100%;
}
.header nav .menu {
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
  overflow: hidden;
  float: none;
  text-align: center;
  width: 100%;
  background-color: #FFF;
}
.header nav .menu.menuOpen {
  max-height: 1000px;
  -webkit-transition: max-height 0.2s ease-in-out;
  -moz-transition: max-height 0.2s ease-in-out;
  -ms-transition: max-height 0.2s ease-in-out;
  -o-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.header nav .menu ul li {
  display: block;
  width: 100%;
}
.header nav .menu ul li a {
  padding: 10px 20px;
}
.header nav ul.nav {
  margin: 10px auto 0;
}
.header nav ul.nav li {
  float: left;
  position: relative;
  text-align: left;
}
.header nav ul.nav li a {
  font-family: "Suisse", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: block;
  text-decoration: none;
  color: #000;
}
.header nav ul.nav li a span {
  display: none;
}
.header nav ul.nav li a .button {
  font-size: 15px;
  line-height: 45px;
}
.header nav ul.nav li ul.sub-menu img {
  display: none;
}
.header nav ul.nav li.current-menu-item a,
.header nav ul.nav li .current-page-ancestor a {
  color: #71c5e8;
}
.header nav ul.nav li#menu-item-135364 {
  margin-top: 0;
}
.header-green {
  background-color: #71c5e8;
  width: 100%;
  padding: 8px 0;
  color: #FFF;
  text-align: center;
}
.header-green .header-green-mobile {
  color: #FFF;
  text-decoration: none;
  line-height: 24px;
  font-size: 14px;
}
.header-green .header-green-text {
  display: none;
  line-height: 36px;
  font-size: 16px;
}
.header-green .header-green-link {
  display: none;
}
.header-green .button {
  line-height: 36px;
  font-weight: normal !important;
  margin: 0 20px;
}
/*********************
08. POSTS & CONTENT STYLES
*********************/
#content {
  /*background-color: @white;*/
  /* temp */
  min-height: 750px;
}
#content.fixed {
  margin-top: 69px;
  *position: relative;
  *top: 69px;
}
.smallText {
  font-size: 13px;
  line-height: 21px;
}
.whiteText {
  color: #ffffff;
}
.lightGreyText {
  color: #e0dfdd;
}
/*********************
13. FOOTER STYLES
*********************/
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*********************
15. CONTENT STYLES
*********************/
.content-section {
  padding: 80px 0;
  width: 100%;
}
.content-section.dark {
  background-color: #000000;
}
.content-section.gray {
  background-color: #f8f8f8;
}
.content-section.green {
  background-color: #71c5e8;
  color: #000000;
}
.content-section.bg-jetblack {
  background-color: #000000;
  color: #ffffff;
}
.content-section.light-gray {
  background-color: #EAEAEA;
}
.content-section.white {
  background-color: #FFFFFF;
}
.content-section.origami {
  background-image: url(../images/section-origami-bg.png);
  background-repeat: no-repeat;
  background-position: top;
}
.content-section.county-white {
  background-image: url(../images/county-section-bottom-bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #FFF;
}
.content-section.green-subheader {
  background-color: #71c5e8;
  padding: 0;
}
.content-section.green-subheader .fourcol {
  display: none;
}
.content-section.green-subheader .eightcol {
  padding: 40px 0;
  float: left;
  margin-left: 0;
}
.content-section.green-subheader .eightcol p {
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 31px;
  margin: 10px 0;
}
.content-section.tertiary {
  padding: 60px 0;
}
.content-section.tertiary h2 {
  font-family: "Suisse", sans-serif;
  font-size: 32px;
  line-height: 35px;
  margin-top: 0px;
  margin-bottom: 30px;
}
.content-section.tertiary h3 {
  font-family: "Suisse", sans-serif;
  font-size: 27px;
  line-height: 33px;
  margin-top: 55px;
  margin-bottom: 0px;
}
.content-section.tertiary p {
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: #000;
  margin-top: 10px;
}
.content-section.tertiary ul li {
  font-size: 18px;
  line-height: 30px;
  background-image: url(../images/green-checkmark-circle.svg);
  background-position: left 0px top 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 34px;
}
.content-section.tertiary .quote-container {
  /*margin-top: -190px;*/
  display: none;
}
.content-section.tertiary .tertiary-video-container {
  color: #000;
  background-color: #FFF;
  padding: 36px;
  float: left;
  border-bottom: 6px solid #000000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
}
.content-section.tertiary .tertiary-video-container .tertiary-video-button {
  margin: -36px -36px 40px -36px;
}
.content-section.tertiary .tertiary-video-container .tertiary-video-button img {
  width: 100%;
}
.content-section.tertiary .tertiary-video-container .tertiary-video-button:hover {
  cursor: pointer;
}
.content-section.tertiary .tertiary-video-container h3 {
  font-family: "Suisse", sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 26px;
  margin-bottom: 20px;
}
.content-section.tertiary .tertiary-video-container p {
  margin-top: 0;
  font-family: "Suisse", sans-serif;
  font-size: 15px;
  line-height: 21px;
  padding: 0;
}
.content-section.page-bottom-cta {
  padding: 0;
  background-image: url(/images/page-bottom-cta-bg.jpg);
  background-position: left;
  background-size: cover;
}
.content-section.page-bottom-cta h2 {
  display: inline-block;
  font-size: 33px;
  line-height: 149px;
  font-family: "Suisse", sans-serif;
  color: #000;
  margin: 0;
  float: left;
}
.content-section.page-bottom-cta a {
  position: relative;
  top: 48px;
  float: right;
}
.content-section .drop-arrow {
  height: 40px;
  width: 100%;
  margin-top: -80px;
  float: left;
  background-repeat: no-repeat;
  background-position: top right;
}
.content-section .drop-arrow.offwhite {
  background-image: url(../images/section-drop-arrow-offwhite.svg);
}
.content-section .drop-arrow.white {
  background-image: url(../images/section-drop-arrow-white.svg);
}
.content-section .drop-arrow.green {
  background-image: url(../images/section-drop-arrow-green.svg);
}
.content-section .section-title {
  color: #000000;
  font-family: "Suisse", sans-serif;
  font-size: 33px;
  line-height: 36px;
  margin-bottom: 30px;
}
/*********************
14. HOME STYLES
*********************/
.home {
  font-size: 18px;
  line-height: 28px;
}
.home h2 {
  font-size: 52px;
  line-height: 62px;
  font-family: "Suisse", sans-serif;
}
.home .button {
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 50px;
}
.home .testimonials {
  display: none;
}
.home .testimonials .quote-container .quote {
  font-size: 15px;
  line-height: 22px;
}
.home .page-bottom-cta {
  display: none;
}
.home-banner {
  color: black;
  text-align: center;
  background-color: #eeeeef;
  width: 100%;
  float: left;
  background-image: url(../images/home-main-banner-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.home-banner .learn-more-button {
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #FFF;
  padding: 0 15px;
  line-height: 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-banner .learn-more-button:hover {
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
.home-banner h1 {
  color: #000000;
  font-family: "Suisse", sans-serif;
  font-size: 52px;
  line-height: 58px;
  margin: 0;
  position: relative;
}
.home-banner p {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.home-section-2 {
  background-color: #e8e8e8;
  padding: 30px 0;
}
.home-section-2 h2 {
  text-align: center;
  margin-bottom: 30px;
}
.home-section-2 .small-text {
  letter-spacing: 3px;
}
.home-section-2 .button {
  margin-bottom: 30px;
}
.home-solutions .home-solution {
  min-height: 210px;
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  width: 40%;
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  vertical-align: top;
  color: #000000;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.home-solutions .home-solution .home-solution-icon {
  height: 70px;
  width: 70px;
  clear: both;
  margin: 0 auto 40px;
}
.home-solutions .home-solution .home-solution-icon img {
  width: 100%;
}
.home-laptop {
  height: 190px;
  width: 100%;
  background-image: url(../images/home-laptop.svg);
  background-repeat: no-repeat;
  background-position: top;
  text-align: center;
  margin: 64px auto 0;
}
.home-laptop img {
  margin-top: 6px;
  height: 72%;
}
.home-content {
  float: left;
  width: 100%;
}
.home-county-counter-section {
  background-color: #e9eaeb;
  text-align: center;
  padding: 0 0 30px;
}
.home-county-counter-container {
  background-image: url(../images/home-county-counter-gray-bg.gif);
  background-position: top 18% left 50%;
  background-repeat: no-repeat;
  text-align: center;
  background-size: contain;
}
.home-county-counter-container .green-button {
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 50px;
  margin-top: 28px;
}
.home-county-counter-text-container {
  text-align: center;
  padding: 40px 0px;
}
.home-county-counter-text-container div.textWhite {
  font-family: "Suisse", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.home-county-counter-text {
  zoom: 1;
  font-family: "Suisse", sans-serif;
  color: #000000;
  font-size: 42px;
  line-height: 42px;
  display: block;
  text-align: center;
}
.home-county-counter {
  display: block;
  font-size: 90px;
  line-height: 72px;
  color: #71c5e8;
  font-family: "Suisse", sans-serif;
  text-align: center;
  margin: 10px 0;
}
.home-county-counter-question-container {
  background-image: url(../images/pixel-black.gif);
  background-repeat: repeat-x;
  background-position: 50%;
  width: 100%;
  height: 36px;
}
.home-county-counter-question-container .home-county-counter-question {
  background-color: #e9eaeb;
  font-family: "Suisse", sans-serif;
  font-size: 24px;
  line-height: 36px;
  margin: 0 auto;
  width: 100%;
}
.home-blog-section {
  display: none;
}
.home-blog-post {
  padding: 35px;
  background-color: #FFF;
  margin-top: 78px;
  margin-right: 30px;
  width: 305px;
  height: 460px;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  /*
	.home-blog-post-date {
		color: #FFF;
		background-color: @sf-brand-green;
		font-family: @sans-serif-semibold;
		font-size: 13px;
		line-height: 33px;
		height: 33px;
		padding: 0 16px;
		margin-left: -35px;
		float: left;
		position: relative;
		z-index: 201;
	}
	*/
}
.home-blog-post.green {
  border-top: 8px solid #71c5e8;
}
.home-blog-post.orange {
  border-top: 8px solid #71c5e8;
}
.home-blog-post.pink {
  border-top: 8px solid #71c5e8;
}
.home-blog-post.last {
  margin-right: 0;
}
.home-blog-post .home-blog-post-image {
  height: 192px;
  width: 305px;
  position: relative;
  top: 0px;
  left: 0px;
  margin: -35px -35px 0;
  z-index: 200;
  float: left;
  background-size: cover;
}
.home-blog-post .home-blog-post-title {
  float: left;
  text-align: left;
  font-size: 25px;
  line-height: 30px;
  font-family: "Suisse", sans-serif;
  margin-top: 35px;
  margin-bottom: 12px;
}
.home-blog-post .home-blog-post-summary {
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  float: left;
}
.home-blog-post a {
  float: right;
  margin-top: 16px;
  text-decoration: underline;
  color: #71c5e8;
  font-family: "Suisse", sans-serif;
}
.learn-more-button {
  background-image: url(../images/LearnMoreArrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
}
.learn-more-outline-button {
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #FFF;
  padding: 0 15px;
  line-height: 36px;
  float: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.learn-more-outline-button:hover {
  background: rgba(255, 255, 255, 0.25);
  text-decoration: none;
}
/*********************
 PLATFORM STYLES
*********************/
.platform-header {
  text-align: center;
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: top;
  background-size: cover;
  width: 100%;
  min-height: 375px;
  padding: 30px 0;
}
.platform-header h1 {
  font-size: 40px;
  margin: 0 auto;
  line-height: 51px;
}
.platform-header p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Suisse", sans-serif;
  margin-bottom: 0;
}
.platform-header .divider {
  width: 85px;
  height: 1px;
  background-color: #FFFFFF;
  margin: 30px auto;
}
.platform-sections {
  text-align: center;
}
.platform-sections .platform-section {
  width: 320px;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 20px;
  margin: 25px 0 0;
  vertical-align: top;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  clear: both;
}
.platform-sections .platform-section.top-row {
  /*margin-top: -135px;*/
}
.platform-sections .platform-section:last-child {
  margin-right: auto;
}
.platform-sections .platform-section:first-child {
  margin-left: auto;
}
.platform-sections .platform-section .platform-section-image {
  height: 75px;
  width: 270px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.platform-sections .platform-section .platform-section-image img {
  height: 75px;
  width: 75px;
}
.platform-sections .platform-section .platform-section-title {
  font-family: "Suisse", sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
.platform-sections .platform-section .platform-section-divider {
  width: 55px;
  height: 1px;
  background-color: #000;
  margin: 20px auto;
}
.platform-sections .platform-section .platform-section-summary {
  font-size: 16px;
  line-height: 19px;
  color: #2d3335;
  margin-bottom: 30px;
}
.platform-transaction-timeline {
  display: none;
}
.platform-transaction-timeline-mobile {
  display: block;
}
.platform-transaction-timeline-mobile a {
  line-height: 0;
  font-size: 0;
  display: block;
  margin: 0;
  padding: 0;
}
/*********************
OUR NETWORK STYLES
*********************/
.our-network .gray-bar {
  height: 1px;
  width: 25%;
  margin: 25px 10px;
  background-color: #cccccc;
  vertical-align: middle;
  display: inline-block;
}
.our-network .small-text {
  font-size: 18px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.our-network .content-section.green p {
  font-size: 21px;
  line-height: 33px;
  margin: 60px 0;
}
.our-network-navbar {
  height: 65px;
  background-color: #ffffff;
  background-position: top 0px right 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 16px;
  font-family: "Suisse", sans-serif;
  text-align: left;
  clear: both;
}
.our-network-navbar .bg-color {
  background-color: rgba(92, 104, 109, 0.5);
  height: 100%;
  width: 100%;
}
.our-network-navbar .our-network-link {
  line-height: 65px;
  color: #000000;
  background-image: url(../images/our-network-navbar-arrow.svg);
  background-position: left 0% top 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  padding-left: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our-network-header {
  background-color: #FFF;
  background-image: url(../images/home-county-counter-gray-bg.gif);
  background-position: 50% 50%;
  background-size: 641px;
  background-repeat: no-repeat;
  color: #000;
  min-height: 500px;
  text-align: center;
  padding-top: 190px;
}
.our-network-header h1 {
  font-size: 56px;
  line-height: 58px;
  font-family: "Suisse", sans-serif;
  margin: 0;
}
.our-network-county-counter {
  text-align: center;
  height: 130px;
  background-color: #438c18;
}
.our-network-county-counter .our-network-county-counter-text {
  line-height: 130px;
  font-size: 23px;
  letter-spacing: 2px;
  color: #FFF;
  height: 130px;
  font-family: "Suisse", sans-serif;
}
.our-network-county-counter .our-network-county-counter-text .home-county-counter {
  font-size: 73px;
  font-family: "Suisse", sans-serif;
  padding: 0 24px;
  margin: 0 24px;
  background-color: #71c5e8;
  display: inline-block;
  line-height: 130px;
  color: #FFF;
  height: 130px;
  vertical-align: top;
}
/*********************
PLATFORM TERTIARY STYLES
*********************/
.security-and-data-centers-header,
.onboarding-header,
.audit-trails-header,
.custom-integrations-header {
  text-align: center;
  color: #000;
  background-image: url(../images/origami-gray-header-bg.svg);
  background-position: top;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
}
.security-and-data-centers-header img,
.onboarding-header img,
.audit-trails-header img,
.custom-integrations-header img {
  height: 106px;
  width: 106px;
  margin-bottom: 10px;
}
.security-and-data-centers-header h1,
.onboarding-header h1,
.audit-trails-header h1,
.custom-integrations-header h1 {
  font-size: 48px;
  margin: 0 auto;
  line-height: 51px;
}
.security-and-data-centers-header p,
.onboarding-header p,
.audit-trails-header p,
.custom-integrations-header p {
  font-size: 23px;
  line-height: 27px;
  font-family: "Suisse", sans-serif;
}
/*********************
15. TRANSACTION TIMELINE STYLES
*********************/
.transaction-timeline h2 {
  font-size: 52px;
  line-height: 62px;
  font-family: "Suisse", sans-serif;
}
.transaction-timeline .button {
  font-family: "Suisse", sans-serif;
  font-size: 22px;
  line-height: 50px;
}
.transaction-timeline-header {
  background-image: url(../images/transaction-timeline-header-bg.jpg);
  background-size: cover;
  padding: 30px 0;
}
.transaction-timeline-header h1 {
  font-size: 40px;
  line-height: 39px;
  font-family: "Suisse", sans-serif;
  text-align: center;
}
.transaction-timeline-section {
  border-top: 14px #71c5e8 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFF;
  width: 100%;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  margin-top: 75px;
}
.transaction-timeline-section .transaction-timeline-section-tab {
  background-color: #71c5e8;
  height: 68px;
  line-height: 68px;
  font-family: "Suisse", sans-serif;
  font-size: 28px;
  margin-top: -68px;
  float: left;
  padding-left: 18px;
  width: 281px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.transaction-timeline-section .transaction-timeline-section-tab img {
  margin-right: 14px;
  width: 42px;
  float: left;
}
.transaction-timeline-section .transaction-timeline-section-content {
  padding: 45px 35px;
}
.transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-leftcol .transaction-timeline-section-links {
  background-color: #F5F5F5;
  padding: 25px 30px;
  bottom: 0px;
  width: 100%;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-leftcol .transaction-timeline-section-links a {
  font-weight: normal;
  font-size: 14px;
  padding-left: 15px;
  background-image: url(../images/green-bullet-arrow.svg);
  background-repeat: no-repeat;
  background-position: left;
  color: #000;
}
/*********************
15. SOLUTIONS STYLES
*********************/
.solutions-header {
  text-align: center;
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: top;
  background-size: cover;
  width: 100%;
  min-height: 275px;
  padding-top: 95px;
}
.solutions-header h1 {
  font-size: 54px;
  margin: 0 auto;
  line-height: 51px;
}
.solutions-header p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Suisse", sans-serif;
}
.solution-header {
  background-position: top;
  background-size: cover;
  padding-top: 30px;
}
.solution-header .rightcol {
  padding: 1px 0 30px;
  text-align: center;
  margin-top: 20px;
  /*
		width: 515px;
		text-align: left;
		*/
}
.solution-header .rightcol .quicklink {
  width: 160px;
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  text-align: left;
  font-size: 17px;
  font-family: "Suisse", sans-serif;
  color: #000;
  background-color: #FFF;
  margin: 0 auto 10px;
  background-image: url(../images/quicklink-arrow.svg);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.solution-header h1 {
  font-size: 56px;
  font-weight: normal;
  font-family: "Suisse", sans-serif;
  color: #000;
  margin-bottom: 30px;
  margin-top: 15px;
}
.solution-header-small {
  font-size: 24px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 3px;
  color: #000;
}
.solution-subheader {
  position: relative;
  text-align: center;
}
.solution-subheader h2 {
  font-family: "Suisse", sans-serif;
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 25px;
}
.solution-subheader .small-text {
  font-size: 18px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 5px;
  color: #000;
}
.solution-subheader p {
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 26px;
}
.solution-subheader img {
  height: 148px;
  width: 148px;
  margin-bottom: -164px;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  padding: 32px;
}
.solution-section-header {
  background-color: #f7f7f7;
}
.solution-section-header .small-text {
  font-size: 18px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 5px;
  color: #000;
}
.solution-section-header h2 {
  font-family: "Suisse", sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 52px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.solution-sections {
  background-color: #e6e6e6;
}
.solution-summaries {
  text-align: center;
}
.solution-summaries .solution {
  width: 320px;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 20px;
  margin-right: 0px;
  margin-top: 25px;
  vertical-align: top;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.solution-summaries .solution:last-child {
  margin-right: auto;
}
.solution-summaries .solution:first-child {
  margin-left: auto;
}
.solution-summaries .solution .solution-image {
  height: 75px;
  width: 270px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.solution-summaries .solution .solution-image img {
  height: 75px;
  width: 75px;
}
.solution-summaries .solution .solution-title {
  font-family: "Suisse", sans-serif;
  font-size: 25px;
  color: #000;
}
.solution-summaries .solution .solution-divider {
  width: 55px;
  height: 1px;
  background-color: #000;
  margin: 20px auto;
}
.solution-summaries .solution .solution-summary {
  font-size: 15px;
  line-height: 18px;
  color: #2d3335;
  margin-bottom: 35px;
}
.solution-section {
  border-top: 14px #71c5e8 solid;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #FFF;
  width: 100%;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 75px;
}
.solution-section.lenders {
  border-top-color: #71c5e8;
}
.solution-section.settlementagents {
  border-top-color: #71c5e8;
}
.solution-section.counties {
  border-top-color: #71c5e8;
}
.solution-section.servicers {
  border-top-color: #71c5e8;
}
.solution-section.servicers :first-child .solution-section-content {
  height: 265px;
}
.solution-section.builderscontractors {
  border-top-color: #71c5e8;
}
.solution-section .solution-section-tab {
  background-color: #71c5e8;
  color: #000000;
  height: 68px;
  line-height: 68px;
  font-family: "Suisse", sans-serif;
  font-size: 28px;
  margin-top: -68px;
  float: left;
  padding-left: 35px;
  width: 262px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.solution-section .solution-section-tab.lenders {
  background-color: #71c5e8;
}
.solution-section .solution-section-tab.settlementagents {
  background-color: #71c5e8;
}
.solution-section .solution-section-tab.counties {
  background-color: #71c5e8;
}
.solution-section .solution-section-tab.servicers {
  background-color: #71c5e8;
}
.solution-section .solution-section-tab.builderscontractors {
  background-color: #71c5e8;
}
.solution-section .solution-section-content {
  padding: 15px 35px;
}
/*********************
    LENDERS STYLES
*********************/
.bg-color-lenders {
  background-color: #71c5e8;
}
.lenders-header {
  background-image: url(../images/lenders-header-bg.jpg);
}
.lenders-video h3 {
  font-size: 43px;
  line-height: 40px;
  font-family: "Suisse", sans-serif;
}
.lenders-video .button {
  background-color: #FFF;
  border-color: #FFF;
}
.lenders-video .button:hover {
  background-color: #45b3e1;
  color: #FFF;
  border-color: #45b3e1;
}
/*********************
    SETTLEMENT AGENT STYLES
*********************/
.bg-color-settlementagents {
  background-color: #71c5e8;
}
.settlementagents-header {
  background-image: url(../images/settlementagents-header-bg.jpg);
}
.settlementagents-video h3 {
  font-size: 43px;
  line-height: 40px;
  font-family: "Suisse", sans-serif;
}
.settlementagents-video .button {
  background-color: #FFF;
  border-color: #FFF;
}
.settlementagents-video .button:hover {
  background-color: #45b3e1;
  color: #FFF;
  border-color: #45b3e1;
}
/*********************
    COUNTIES STYLES
*********************/
.bg-color-counties {
  background-color: #71c5e8;
}
.counties .small-text {
  letter-spacing: 3px;
}
.counties-header {
  background-image: url(../images/counties-header-bg.jpg);
  padding-bottom: 30px;
}
.counties-video h3 {
  font-size: 40px;
  line-height: 44px;
  font-family: "Suisse", sans-serif;
  color: #11515c;
}
.content-section.counties-blue-bar {
  background-color: #0e92a8;
  padding: 30px 0;
}
.content-section.counties-blue-bar .fourcol {
  display: none;
}
.content-section.counties-blue-bar .eightcol {
  text-align: center;
  color: #FFF;
  margin-left: 0;
  float: left;
}
.content-section.counties-blue-bar .eightcol p {
  font-family: "Suisse", sans-serif;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 0;
}
.content-section.counties-blue-bar .eightcol h2 {
  font-size: 36px;
  line-height: 48px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: "Suisse", sans-serif;
}
.content-section.counties-one-simple-solution h2 {
  font-size: 19px;
  line-height: 18px;
  margin-top: 22px;
  letter-spacing: 3px;
  text-align: center;
}
.content-section.counties-one-simple-solution p {
  font-size: 17px;
  line-height: 26px;
  margin-top: 40px;
}
.content-section.counties-work-your-way {
  background-color: #000000;
}
.content-section.counties-work-your-way h2 {
  font-size: 65px;
  line-height: 81px;
  margin-bottom: 70px;
  margin-top: 0;
  color: #FFF;
  text-align: center;
  font-family: "Suisse", sans-serif;
}
.content-section.counties-work-your-way .fourcol h3 {
  color: #ffffff;
  font-size: 17px;
  font-family: "Suisse", sans-serif;
  line-height: 18px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.content-section.counties-work-your-way .fourcol p {
  color: #FFF;
  font-size: 16px;
  line-height: 26px;
}
.counties-bullet-list {
  margin-top: 40px;
}
.counties-bullet-list li {
  font-family: "Suisse", sans-serif;
  font-size: 18px;
  line-height: 33px;
  background-image: url(../images/counties-checkmark-circle.svg);
  background-size: 19px;
  background-position: left;
  background-repeat: no-repeat;
  background-position: left 0px top 7px;
  padding-left: 29px;
  color: #000;
}
.counties-audiences {
  background-image: url(../images/counties-paper-curl-bg.jpg);
  background-size: cover;
}
.counties-audiences .eightcol {
  width: 100%;
}
.counties-audiences .quicklink {
  width: 210px;
  height: 76px;
  line-height: 76px;
  padding-left: 20px;
  font-size: 20px;
  font-family: "Suisse", sans-serif;
  color: #000;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto 22px;
  background-image: url(../images/quicklink-arrow.svg);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
.counties-gray-div {
  background-color: #e9eaeb;
  padding: 36px 28px 36px 36px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  float: left;
}
.counties-audience .quote-container {
  margin-bottom: 20px;
}
.counties-audience .quote-container .quote {
  font-size: 15px;
  line-height: 23px;
}
.counties-audience .content-section.gray {
  background-color: #f8f8f8;
  color: #000;
}
.counties-audience .content-section.gray .small-text {
  margin-bottom: 26px;
  color: #000;
}
.counties-audience .quicklink {
  width: 146px;
  height: 55px;
  line-height: 55px;
  padding-left: 14px;
  font-size: 15px;
  font-family: "Suisse", sans-serif;
  color: #000;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin-right: 16px;
  margin-bottom: 22px;
  background-image: url(../images/quicklink-arrow.svg);
  background-position: right 3px top 50%;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
.counties-audience-header {
  color: #FFF;
  min-height: 274px;
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: bottom;
  background-size: cover;
  padding: 30px 0;
}
.counties-audience-header .small-text {
  display: none;
}
.counties-audience-header h1 {
  font-family: "Suisse", sans-serif;
  font-size: 48px;
  line-height: 60px;
  margin-top: 32px;
  margin-bottom: 0px;
}
*::-ms-backdrop,
.counties-audience-header {
  background-image: url(../images/origami-green-header-bg.jpg);
}
/* IE11 */
/*********************
    SERVICERS STYLES
*********************/
.bg-color-servicers {
  background-color: #71c5e8;
}
.servicers-header {
  background-image: url(../images/servicers-header-bg.jpg);
  padding-bottom: 30px;
}
.servicers-subheader {
  font-size: 24px;
  line-height: 34px;
  color: #000;
}
.servicers-subheader h2 {
  margin-bottom: 35px;
}
.servicers-subheader ul {
  width: 80%;
  margin-top: 35px;
}
.servicers-subheader ul li img {
  width: 22px;
  vertical-align: middle;
}
.servicers-serif-number {
  font-family: "Suisse", sans-serif;
  font-size: 42px;
  line-height: 42px;
  margin-right: 12px;
  margin-bottom: 58px;
  color: #71c5e8;
  float: left;
}
.servicers-video h3 {
  font-size: 43px;
  line-height: 46px;
  font-family: "Suisse", sans-serif;
}
.servicers-video .button {
  background-color: #ffffff;
  border-color: #ffffff;
}
.servicers-video .button:hover {
  background-color: #45b3e1;
  color: #FFF;
  border-color: #45b3e1;
}
/*********************
    BUILDERS/CONTRACTORS STYLES
*********************/
.bg-color-builderscontractors {
  background-color: #71c5e8;
}
.builderscontractors-header {
  background-image: url(../images/builderscontractors-header-bg.jpg);
  padding-bottom: 30px;
}
.builderscontractors-subheader {
  font-size: 24px;
  line-height: 34px;
  color: #000;
}
.builderscontractors-subheader h2 {
  margin-bottom: 35px;
}
.builderscontractors-video h3 {
  font-size: 43px;
  line-height: 46px;
  font-family: "Suisse", sans-serif;
}
.builderscontractors-video .button {
  background-color: #ffffff;
  border-color: #71c5e8;
}
.builderscontractors-video .button:hover {
  background-color: #45b3e1;
  color: #FFF;
  border-color: #45b3e1;
}
/*********************
15. E-RECORDING STYLES
*********************/
.e-recording-header {
  text-align: center;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: top;
  background-size: cover;
  padding: 30px;
}
.e-recording-header h1 {
  font-size: 48px;
  line-height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.e-recording-header .e-recording-header-image {
  margin-bottom: -37px;
  margin-top: 40px;
}
.e-recording-header .e-recording-header-image img {
  width: 100%;
}
.e-recording-section-button {
  /*height: 118px;*/
  width: 100%;
  padding: 28px 45px 28px 30px;
  color: #000;
  background-color: #FFF;
  background-image: url(../images/quicklink-arrow-green.svg);
  background-size: 20px 32px;
  background-position: top 50% right 21px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 30px;
}
.e-recording-section-button .title {
  font-family: "Suisse", sans-serif;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 5px;
}
.e-recording-what-section h1 {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 45px;
  margin-top: 0;
  color: #71c5e8;
}
.e-recording-what-section h1 br {
  display: none;
}
.e-recording-what-section p {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
}
.e-recording-network {
  background-color: #71c5e8;
}
.e-recording-network .leftcol {
  padding: 20px;
}
.e-recording-network .leftcol div:first-child h1 {
  font-size: 48px;
  text-align: center;
}
.e-recording-network .leftcol div:first-child h1 br {
  display: none;
}
.e-recording-network .rightcol {
  display: none;
}
.e-recording-network .gray-bar {
  height: 1px;
  width: 25%;
  margin: 25px 10px;
  background-color: #cccccc;
  vertical-align: middle;
  display: none;
}
.e-recording-network .small-text {
  font-size: 18px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.e-recording-network-county-counter-small-text-left {
  text-align: center;
  display: block;
}
.e-recording-network-county-counter-small-text-right {
  text-align: center;
  display: block;
}
.e-recording-county-counter {
  display: block;
  font-size: 110px;
  line-height: 72px;
  font-family: "Suisse", sans-serif;
  text-align: center;
  margin: 10px 0;
}
.e-recording-county-counter-mobile {
  text-align: center;
  margin-bottom: 30px;
}
.state .gray-bar,
.county .gray-bar {
  height: 1px;
  width: 100%;
  margin: 25px 0 50px;
  background-color: #cccccc;
}
.state .small-text,
.county .small-text {
  font-size: 18px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.e-recording-network-navbar {
  height: 65px;
  background-image: url(../images/state-header-bg.svg);
  background-position: top 0px right 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #FFF;
  font-size: 16px;
  font-family: "Suisse", sans-serif;
  text-align: left;
  clear: both;
}
.e-recording-network-navbar .bg-color {
  background-color: rgba(63, 103, 32, 0.5);
  height: 100%;
  width: 100%;
}
.e-recording-network-navbar.page-bottom {
  background-color: #5c686d;
  background-image: none;
}
.e-recording-network-navbar .e-recording-network-link {
  line-height: 65px;
  color: #FFF;
  background-image: url(../images/our-network-navbar-arrow.svg);
  background-position: left 0% top 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  padding-left: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.e-recording-network-navbar .e-recording-network-link:hover {
  color: #71c5e8;
}
.e-recording-network-header {
  background-color: #000000;
  background-image: url(../images/our-network-header-bg.svg);
  background-position: 50% 50%;
  background-size: 545px;
  background-repeat: no-repeat;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
}
.e-recording-network-header h1 {
  font-size: 48px;
  line-height: 54px;
  font-family: "Suisse", sans-serif;
  margin: 0;
}
.e-recording-network-county-counter {
  text-align: center;
  background-color: #000000;
  color: #ffffff;
  padding: 20px 0;
}
.e-recording-network-county-counter .e-recording-network-county-counter-text {
  font-size: 21px;
  line-height: 30px;
  letter-spacing: 2px;
  font-family: "Suisse", sans-serif;
}
.e-recording-network-county-counter .e-recording-network-county-counter-text .home-county-counter {
  font-size: 60px;
  font-family: "Suisse", sans-serif;
  padding: 0 24px;
  margin: 0 24px;
  display: inline-block;
  line-height: 75px;
  color: #000000;
  height: 75px;
  vertical-align: top;
}
.e-recording-network-state-list-title {
  font-family: "Suisse", sans-serif;
  font-size: 49px;
  line-height: 53px;
  margin-bottom: 20px;
  text-align: center;
}
.e-recording-network-state-list {
  margin-top: 60px;
}
.e-recording-network-state-list li {
  height: 35px;
  line-height: 35px;
  font-size: 23px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 0 40px 0 16px;
  color: #000;
  float: left;
  clear: both;
}
.e-recording-network-state-list li:hover {
  background-color: #71c5e8;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  background-image: url(../images/our-network-hover-arrow.svg);
  background-position: top 50% right 0%;
  background-size: 35px;
  background-repeat: no-repeat;
}
.state-live .small-text,
.state-notLive .small-text {
  font-size: 21px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 5px;
  text-transform: uppercase;
}
.state-header {
  background-image: url(../images/state-header-bg.svg);
  background-position: top 50% right 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.state-header h1 {
  font-size: 48px;
  line-height: 60px;
  color: #FFF;
  margin-top: 0;
}
.state-county-list {
  margin-top: 0;
}
.state-county-list li {
  /*height: 35px;*/
  line-height: 35px;
  font-size: 19px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 0 6px 0 33px;
  border: 1px solid #FFF;
  color: #000;
  float: left;
  clear: both;
}
.state-county-list li.live {
  background-image: url(../images/green-checkmark-circle.svg);
  background-position: top 8px left 6px;
  background-size: 18px;
  background-repeat: no-repeat;
}
.state-county-list li:hover {
  color: #71c5e8;
  /*border: 1px solid @sf-brand-green;
			.boxShadow(0px,0px,5px,0px,rgba(0,0,0,0.3));*/
  cursor: pointer;
}
.county-header {
  background-image: url(../images/state-header-bg.svg);
  background-position: top 50% right 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  color: #FFF;
}
.county-header h1 {
  font-size: 48px;
  line-height: 60px;
  margin-top: 0;
}
/*********************
 ESIGN STYLES
*********************/
.esign-divider {
  background-color: #71c5e8;
  height: 4px;
  width: 168px;
  margin: 45px auto;
}
.esign-mismo {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  padding-top: 43px;
  margin-top: 50px;
  margin-bottom: 60px;
  border-top: 1px solid #000000;
  text-align: center;
  display: inline-block;
}
.esign-mismo img {
  height: 63px;
  width: 155px;
  margin-bottom: 16px;
}
.esign-mismo p {
  margin: 0 0 24px;
  text-align: left;
}
.esign-legend {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 60px;
  display: none;
}
.esign-legend-option {
  margin: 0 auto;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
}
.esign-legend-circle {
  display: inline-block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  height: 15px;
  width: 15px;
  background-color: #D0D0D0;
  vertical-align: text-top;
  margin-right: 8px;
}
.esign-legend-circle.live {
  background-color: #71c5e8;
}
.esign-map-title {
  display: none;
}
#esign-map {
  display: none;
}
.esign-hr {
  display: none;
}
.esign-states-list-title {
  text-align: center;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 24px;
}
.esign-state-list {
  margin-top: 0;
}
.esign-state-list li {
  /*height: 35px;*/
  line-height: 35px;
  font-size: 23px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 8px;
  padding: 0 6px 0 33px;
  border: 1px solid #FFF;
  color: #000;
  float: left;
  clear: both;
}
.esign-state-list li.live {
  background-image: url(../images/green-checkmark-circle.svg);
  background-position: top 8px left 6px;
  background-size: 18px;
  background-repeat: no-repeat;
}
#esign-map .separator1 {
  display: none;
}
/*********************
 SEND DOCUMENTS STYLES
*********************/
.send-documents .small-text {
  font-size: 18px;
  line-height: 19px;
  font-family: "Suisse", sans-serif;
}
.send-documents h2 {
  font-size: 44px;
  line-height: 51px;
  margin-top: 0;
  font-family: "Suisse", sans-serif;
  margin-bottom: 30px;
}
.send-documents ul li {
  font-size: 17px;
  line-height: 30px;
  background-image: url(../images/green-checkmark-circle.svg);
  background-position: left 0px top 5px;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-left: 34px;
}
.send-documents ul.white li {
  background-image: url(../images/white-checkmark-circle.svg);
  color: #FFF;
}
.send-documents .gray-bar {
  height: 1px;
  width: 100%;
  margin: 35px 0;
  background-color: #cccccc;
}
.send-documents-header {
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: bottom;
  background-size: cover;
  padding: 30px 0;
}
.send-documents-header h1 {
  font-family: "Suisse", sans-serif;
  font-size: 59px;
  line-height: 60px;
  margin-top: 32px;
  margin-bottom: 0px;
}
.send-documents-header p {
  font-family: "Suisse", sans-serif;
  font-size: 21px;
  line-height: 31px;
  margin-top: 10px;
}
.send-documents-section-1 h2 br {
  display: none;
}
.send-documents-section-1 img {
  width: 100%;
  display: inherit;
  margin: 30px auto;
}
.send-documents-how-it-works .send-documents-step {
  background-color: #e9eaeb;
  text-align: center;
  width: 100%;
  padding: 40px 20px;
  border-bottom: 6px solid #71c5e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.send-documents-how-it-works .send-documents-step .step-number {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  background-image: url(../images/green-circle.svg);
  background-size: contain;
  margin: 0 auto 15px;
}
.send-documents-how-it-works .send-documents-step p {
  font-size: 14px;
  line-height: 21px;
}
.send-documents-audiences {
  min-height: 258px;
  padding: 75px 0;
  background-color: #f8f8f8;
  text-align: center;
}
.send-documents-audiences .small-text {
  letter-spacing: 3px;
  margin-bottom: 35px;
}
.send-documents-audiences .quicklink {
  width: 187px;
  height: 55px;
  line-height: 55px;
  padding-left: 16px;
  font-size: 15px;
  font-family: "Suisse", sans-serif;
  color: #000;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 22px;
  background-image: url(../images/quicklink-arrow.svg);
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  text-align: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
.send-documents-navbar {
  height: 85px;
  font-size: 16px;
  font-family: "Suisse", sans-serif;
  text-align: left;
  clear: both;
}
.send-documents-navbar .send-documents-link {
  line-height: 85px;
  color: #000000;
  background-image: url(../images/our-network-navbar-arrow.svg);
  background-position: left 0% top 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  padding-left: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.send-documents-audience .quote-container {
  margin-bottom: 20px;
}
.send-documents-audience .quote-container .quote {
  font-size: 15px;
  line-height: 23px;
}
.send-documents-audience-header {
  background-position: bottom;
  background-size: cover;
  padding: 30px 0;
}
.send-documents-audience-header h1 {
  font-family: "Suisse", sans-serif;
  font-size: 48px;
  line-height: 60px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.send-documents-doctypes p br {
  display: none;
}
.send-documents-doctypes-image {
  display: none;
  width: 100%;
  margin-top: 60px;
}
.send-documents-doctypes-image-mobile {
  display: block;
  width: 100%;
  margin-top: 20px;
}
/*********************
 WHAT IS E-RECORDING STYLES
*********************/
.what-is-e-recording .home-county-counter-container {
  background-size: contain;
}
.what-is-e-recording .home-county-counter-container .home-county-counter-text-container {
  padding-top: 65px;
  padding-bottom: 55px;
  min-height: 305px;
}
.what-is-e-recording .green .quicklink {
  width: 306px;
  height: 55px;
  line-height: 55px;
  padding-left: 20px;
  font-size: 15px;
  font-family: "Suisse", sans-serif;
  color: #000;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin-bottom: 22px;
  background-image: url(../images/quicklink-arrow.svg);
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
.what-is-e-recording .counties-audience {
  background-color: #e9eaeb;
  color: #000;
}
.what-is-e-recording .counties-audience .small-text {
  margin-bottom: 26px;
  color: #000;
}
.what-is-e-recording .counties-audience .quicklink {
  width: 146px;
  height: 55px;
  line-height: 55px;
  padding-left: 14px;
  font-size: 15px;
  font-family: "Suisse", sans-serif;
  color: #000;
  background-color: #FFF;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  float: left;
  margin-right: 16px;
  margin-bottom: 22px;
  background-image: url(../images/quicklink-arrow.svg);
  background-position: right 3px top 50%;
  background-repeat: no-repeat;
  background-size: 27px 27px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}
.what-is-e-recording h2 {
  font-size: 40px;
  line-height: 56px;
}
.what-is-e-recording-header {
  background-color: #71c5e8;
  padding-top: 30px;
  padding-bottom: 0;
  text-align: center;
}
.what-is-e-recording-header h1 {
  font-family: "Suisse", sans-serif;
  font-size: 48px;
  line-height: 54px;
  margin: 0px;
}
.what-is-e-recording-header p {
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 23px;
  margin-top: 36px;
}
.what-is-e-recording-header .video-container {
  width: 90%;
  margin: 65px auto 0;
}
.what-is-e-recording-how-container {
  text-align: center;
}
.what-is-e-recording-how-container h2 {
  text-align: center;
  font-family: "Suisse", sans-serif;
  font-size: 43px;
  line-height: 57px;
  margin-top: 0;
  margin-bottom: 50px;
}
.what-is-e-recording-how-block {
  width: 75%;
  display: inline-block;
  background-color: #e9eaeb;
  padding: 50px 25px;
  vertical-align: top;
  text-align: center;
  border-bottom: 6px solid #71c5e8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.what-is-e-recording-how-block.last {
  margin-right: 0;
}
.what-is-e-recording-how-block .what-is-e-recording-how-text {
  display: inline-block;
}
.what-is-e-recording-how-block .what-is-e-recording-how-text h3 {
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  letter-spacing: 3px;
  margin: 20px 0;
}
.what-is-e-recording-how-block .what-is-e-recording-how-text p {
  font-family: "Suisse", sans-serif;
  font-size: 14px;
  line-height: 18px;
}
.what-is-e-recording-how-block .what-is-e-recording-how-icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  background-image: url(/images/green-circle-bg.svg);
  text-align: center;
  padding: 17px;
}
.what-is-e-recording-how-block .what-is-e-recording-how-icon img {
  width: 100%;
  height: 100%;
}
.what-is-e-recording-network h3 {
  margin-bottom: 30px;
}
.what-is-e-recording-network h3 br {
  display: none;
}
.what-is-e-recording-network p {
  margin: 0;
}
.what-is-e-recording-green-divider {
  width: 60%;
  height: 1px;
  background-color: #71c5e8;
  display: block;
  margin: 30px auto;
}
.what-is-e-recording-laws-and-leg h2 br {
  display: none;
}
.what-is-e-recording-laws-and-leg .fourcol {
  display: none;
}
/*********************
 RESOURCES STYLES
*********************/
.resources-header {
  text-align: center;
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: top;
  background-size: cover;
  width: 100%;
  min-height: 275px;
  padding-top: 95px;
}
.resources-header h1 {
  font-size: 54px;
  margin: 0 auto;
  line-height: 51px;
}
.resources-header p {
  font-size: 20px;
  line-height: 24px;
  font-family: "Suisse", sans-serif;
}
.resource-summaries {
  text-align: center;
}
.resource-summaries .resource {
  width: 320px;
  text-align: center;
  display: inline-block;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 20px;
  margin-top: 25px;
  vertical-align: top;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.resource-summaries .resource:last-child {
  margin-right: auto;
}
.resource-summaries .resource:first-child {
  margin-left: auto;
}
.resource-summaries .resource .resource-image {
  height: 75px;
  width: 270px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.resource-summaries .resource .resource-image img {
  height: 75px;
  width: 75px;
}
.resource-summaries .resource .resource-title {
  font-family: "Suisse", sans-serif;
  font-size: 25px;
  color: #000;
}
.resource-summaries .resource .resource-divider {
  width: 55px;
  height: 1px;
  background-color: #000;
  margin: 20px auto;
}
.resource-summaries .resource .resource-summary {
  font-size: 15px;
  line-height: 18px;
  color: #2d3335;
  margin-bottom: 35px;
}
.resources-gray-bar {
  text-align: center;
  background-color: #FFF;
  color: #525d62;
  font-size: 16px;
  font-family: "Suisse", sans-serif;
  line-height: 50px;
  height: 50px;
}
/*********************
WHITE PAPER STYLES
*********************/
.white-papers-header {
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: top;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
}
.white-papers-header img {
  height: 300px;
  margin-bottom: 30px;
}
.white-papers-header h1 {
  font-size: 41px;
  line-height: 46px;
  font-family: "Suisse", sans-serif;
  text-align: left;
  margin-top: 0;
}
.white-papers-header p {
  font-size: 17px;
  line-height: 24px;
  font-family: "Suisse", sans-serif;
}
.white-paper {
  margin-bottom: 50px;
}
.white-paper .white-paper-cover {
  height: 168px;
  width: 130px;
  float: left;
  margin-right: 32px;
  margin-bottom: 50px;
}
.white-paper .white-paper-cover img {
  width: 100%;
}
.white-paper .white-paper-title {
  font-family: "Suisse", sans-serif;
  font-size: 21px;
  line-height: 23px;
  margin-bottom: 20px;
}
.white-paper .white-paper-description {
  font-family: "Suisse", sans-serif;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 18px;
}
.white-paper .white-paper-link a {
  font-family: "Suisse", sans-serif;
  color: #71c5e8;
  text-decoration: none;
  font-size: 12px;
  line-height: 9px;
}
/*********************
VIDEO STYLES
*********************/
.videos-header {
  background-position: top;
  background-size: cover;
  width: 100%;
  padding: 30px 0;
  min-height: 458px;
}
.videos-header img {
  width: 100%;
}
.videos-header h1 {
  font-size: 41px;
  line-height: 46px;
  font-family: "Suisse", sans-serif;
  text-align: left;
  margin-bottom: 21px;
  margin-top: 0;
}
.videos-header p {
  font-size: 17px;
  line-height: 24px;
  font-family: "Suisse", sans-serif;
  margin-bottom: 25px;
}
.video .video-thumb {
  margin-bottom: 25px;
}
.video .video-thumb img {
  width: 100%;
}
.video .video-title {
  font-family: "Suisse", sans-serif;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 12px;
}
.video .video-description {
  font-family: "Suisse", sans-serif;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 12px;
}
.video .video-link a {
  font-family: "Suisse", sans-serif;
  color: #71c5e8;
  text-decoration: none;
  font-size: 12px;
  line-height: 9px;
}
.single-video-header {
  color: #FFF;
  background-image: url(../images/origami-dark-gray-header-bg.svg);
  background-position: bottom;
  background-size: cover;
  width: 100%;
}
.single-video-link {
  line-height: 85px;
  color: #FFF;
  background-image: url(../images/our-network-navbar-arrow.svg);
  background-position: left 0% top 50%;
  background-size: 35px;
  background-repeat: no-repeat;
  padding-left: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 25px;
  font-size: 16px;
  font-family: "Suisse", sans-serif;
}
.single-video-link:hover {
  color: #71c5e8;
}
.single-video-container {
  margin-bottom: -95px;
}
.single-video-title {
  background-color: #5c686d;
  color: #FFF;
  padding: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.single-video-title h2 {
  font-family: "Suisse", sans-serif;
  font-size: 35px;
  line-height: 46px;
  margin-bottom: 12px;
  margin-top: 0;
}
.single-video-title p {
  font-size: 17px;
  line-height: 24px;
}
/*********************
ABOUT US STYLES
*********************/
.about-us-header {
  background-color: #edf2ec;
  padding: 30px 0;
}
.about-us-header h1 {
  font-size: 48px;
  line-height: 60px;
  font-family: "Suisse", sans-serif;
  margin-top: 0;
}
.about-us-header p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Suisse", sans-serif;
}
.about-us-laptop {
  display: none;
}
/*********************
PARTNERS STYLES
*********************/
.partners-header,
.contact-us-header,
.news-and-press-header {
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: bottom;
  background-size: cover;
  padding: 30px 0;
}
.partners-header h1,
.contact-us-header h1,
.news-and-press-header h1 {
  font-family: "Suisse", sans-serif;
  font-size: 48px;
  line-height: 60px;
  margin: 0px;
}
.partners-header p,
.contact-us-header p,
.news-and-press-header p {
  font-family: "Suisse", sans-serif;
  font-size: 22px;
  line-height: 24px;
  margin: 10px 0px 0px 0px;
}
.partners-header .small-text,
.contact-us-header .small-text,
.news-and-press-header .small-text {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.partners-form {
  color: #000;
  background-color: #FFF;
  padding: 30px;
  float: left;
  border-top: 6px solid #71c5e8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
}
.partners-form-thankyou {
  color: #FFF;
  background-color: #71c5e8;
  /*margin: 0 -30px -30px;*/
  padding: 30px;
  font-size: 15px;
  line-height: 21px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.partners-form-thankyou h2 {
  font-size: 33px;
  line-height: 30px;
  font-family: "Suisse", sans-serif;
  text-align: center;
  margin-top: 0;
}
.partners-list {
  margin-top: 0;
}
.partners-list li {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 9px;
  padding: 0 30px 0 13px;
  color: #000;
  float: left;
  clear: both;
}
.partner-header {
  color: #000000;
  background-color: #ffffff;
  background-position: bottom;
  background-size: cover;
  padding: 30px 0;
}
.partner-header h1 {
  font-family: "Suisse", sans-serif;
  font-size: 36px;
  line-height: 45px;
  margin: 0px;
}
.partner-header .small-text {
  font-size: 15px;
  line-height: 15px;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.partner .partner-logo img {
  max-width: 100%;
}
.partner .partner-text {
  display: inline-block;
  margin-top: 44px;
}
/*********************
CONTACT US STYLES
*********************/
.contact-us h3 {
  font-family: "Suisse", sans-serif;
  font-size: 29px;
  margin: 0 0 20px;
}
.contact-us p {
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 30px;
  text-align: left;
}
.contact-us p a {
  color: #71c5e8;
  text-decoration: underline;
}
.contact-us .contact-us-block {
  text-align: left;
  display: block;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  vertical-align: top;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.contact-us .contact-us-block .form-input {
  border: 1px solid #CCC !important;
  width: 100%;
}
.contact-us .contact-us-block h2 {
  font-size: 24px;
}
.contact-us .contact-us-block h2 img {
  margin-right: 30px;
  height: 75px;
  width: 75px;
  float: left;
  display: none;
}
.contact-us .social-icons {
  height: 32px;
  width: 100%;
}
.contact-us .social-icons div {
  height: 32px;
  width: 32px;
  margin-right: 15px;
  float: left;
  background-image: url(../images/footer-socialicons-black.png);
}
.contact-us .social-icons div:hover {
  cursor: pointer;
}
.contact-us .social-icons div.contact-us-social-facebook {
  margin-left: -10px;
  background-position: -64px 0px;
}
.contact-us .social-icons div.contact-us-social-facebook:hover {
  background-position: -64px 32px;
}
.contact-us .social-icons div.contact-us-social-twitter {
  background-position: -32px 0px;
}
.contact-us .social-icons div.contact-us-social-twitter:hover {
  background-position: -32px 32px;
}
.contact-us .social-icons div.contact-us-social-linkedin {
  background-position: 0px 0px;
}
.contact-us .social-icons div.contact-us-social-linkedin:hover {
  background-position: 0px 32px;
}
.contact-us #ContactUsFormThankYou {
  display: none;
}
/*********************
NEWS & PRESS STYLES
*********************/
.news-and-press h2 {
  font-family: "Suisse", sans-serif;
  font-size: 36px;
  line-height: 48px;
  color: #000;
  margin-bottom: 18px;
  display: none;
}
.news-and-press .news-and-press-tabs {
  border-bottom: 1px solid #71c5e8;
  height: 46px;
  font-size: 16px;
  font-family: "Suisse", sans-serif;
  margin-bottom: 30px;
}
.news-and-press .news-and-press-tabs .tab {
  width: 182px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #e9eaeb;
  color: #c9dab6;
  margin: 0;
  float: left;
}
.news-and-press .news-and-press-tabs .tab:hover {
  color: #71c5e8;
  cursor: pointer;
}
.news-and-press .news-and-press-tabs .tab.active {
  background-color: #71c5e8;
  color: #FFF;
}
.news-and-press .news-and-press-tabs .tab.active:hover {
  cursor: default;
  color: #FFF;
}
.news-and-press .small-text {
  display: inline-block;
}
.news-and-press .news-and-press-year-picker {
  display: inline-block;
  background-color: #e9eaeb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  line-height: 32px;
  padding: 0 13px;
  margin-left: 16px;
}
.news-and-press .news-and-press-year-picker select {
  background-color: transparent;
  border: none;
}
.news-and-press .news-and-press-year-picker select option {
  font-size: 16px;
  line-height: 32px;
  color: #000;
  font-family: "Suisse", sans-serif;
}
.news-and-press .news-and-press-content-container .news-header,
.news-and-press .news-and-press-content-container .press-header {
  display: none;
}
.news-and-press .news-and-press-content-container .news-story,
.news-and-press .news-and-press-content-container .press-release {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 20px;
  width: 100%;
}
.news-and-press .news-and-press-content-container .news-story .news-story-date,
.news-and-press .news-and-press-content-container .press-release .news-story-date,
.news-and-press .news-and-press-content-container .news-story .press-release-date,
.news-and-press .news-and-press-content-container .press-release .press-release-date {
  width: 100%;
  font-family: "Suisse", sans-serif;
  vertical-align: top;
}
.news-and-press .news-and-press-content-container .news-story .news-story-content,
.news-and-press .news-and-press-content-container .press-release .news-story-content,
.news-and-press .news-and-press-content-container .news-story .press-release-content,
.news-and-press .news-and-press-content-container .press-release .press-release-content {
  font-family: "Suisse", sans-serif;
  width: 100%;
  overflow: hidden;
}
.news-and-press .news-and-press-content-container .news-story .news-story-content .news-story-publisher,
.news-and-press .news-and-press-content-container .press-release .news-story-content .news-story-publisher,
.news-and-press .news-and-press-content-container .news-story .press-release-content .news-story-publisher,
.news-and-press .news-and-press-content-container .press-release .press-release-content .news-story-publisher {
  color: #000;
}
.news-and-press .news-and-press-content-container .news-story .news-story-content .news-story-link,
.news-and-press .news-and-press-content-container .press-release .news-story-content .news-story-link,
.news-and-press .news-and-press-content-container .news-story .press-release-content .news-story-link,
.news-and-press .news-and-press-content-container .press-release .press-release-content .news-story-link,
.news-and-press .news-and-press-content-container .news-story .news-story-content .press-release-link,
.news-and-press .news-and-press-content-container .press-release .news-story-content .press-release-link,
.news-and-press .news-and-press-content-container .news-story .press-release-content .press-release-link,
.news-and-press .news-and-press-content-container .press-release .press-release-content .press-release-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-and-press .news-and-press-content-container .news-story .news-story-content .news-story-link a,
.news-and-press .news-and-press-content-container .press-release .news-story-content .news-story-link a,
.news-and-press .news-and-press-content-container .news-story .press-release-content .news-story-link a,
.news-and-press .news-and-press-content-container .press-release .press-release-content .news-story-link a,
.news-and-press .news-and-press-content-container .news-story .news-story-content .press-release-link a,
.news-and-press .news-and-press-content-container .press-release .news-story-content .press-release-link a,
.news-and-press .news-and-press-content-container .news-story .press-release-content .press-release-link a,
.news-and-press .news-and-press-content-container .press-release .press-release-content .press-release-link a {
  color: #71c5e8;
  text-decoration: underline;
}
.news-and-press .news-and-press-content-container .news-and-press-pagination li {
  float: left;
  font-size: 18px;
  line-height: 28px;
  background-color: #FFFFFF;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 10px;
  border: 1px solid #e9eaeb;
}
.news-and-press .news-and-press-content-container .news-and-press-pagination li:hover {
  background-color: #e9eaeb;
}
.news-and-press .news-and-press-content-container .news-and-press-pagination li a {
  color: #71c5e8;
  cursor: pointer;
  line-height: 28px;
}
.news-and-press .news-and-press-content-container .news-and-press-pagination li a[disabled=disabled] {
  color: #CCC;
  cursor: default;
}
/*********************
SUPPORT STYLES
*********************/
.support-and-training h2 {
  font-size: 31px;
  line-height: 33px;
  font-family: "Suisse", sans-serif;
  margin-top: 0;
}
.support-and-training form.form-horizontal label.error {
  float: left;
  margin-top: 5px;
  font-size: 14px;
  padding-left: 10px;
  width: auto;
  color: red;
  position: relative;
  bottom: 0;
}
.support-and-training form .row {
  clear: both;
}
.support-and-training form .row .col {
  margin-bottom: 16px;
}
.support-and-training form input[type=text],
.support-and-training form input[type=email] {
  border: 1px solid #000000;
  font-size: 16px;
  line-height: 51px;
  padding: 0 16px;
}
.support-and-training form input[type=radio] {
  margin: 0 8px 0 10px;
}
.support-and-training form textarea {
  border: 1px solid #000000;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  width: 100%;
  min-height: 100px;
}
.support-and-training form p {
  font-size: 17px;
  line-height: 25px;
}
.support-and-training form h3 {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.support-and-training h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Suisse", sans-serif;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 16px;
}
.support-and-training .quote-container {
  display: none;
}
.support-and-training .support-block {
  font-size: 17px;
  line-height: 23px;
  font-family: "Suisse", sans-serif;
}
.support-and-training .support-block a {
  font-family: "Suisse", sans-serif;
  color: #71c5e8;
  text-decoration: underline;
}
.support-and-training .support-and-training-block {
  text-align: left;
  display: block;
  background-color: #FFF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 30px;
  vertical-align: top;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.support-and-training .support-and-training-block h2 {
  font-size: 24px;
}
.support-and-training .support-and-training-block h2 img {
  margin-right: 30px;
  height: 75px;
  width: 75px;
  float: left;
  display: none;
}
.support-and-training-header {
  background-image: url(../images/origami-green-header-bg.svg);
  background-position: bottom;
  background-size: cover;
  padding: 30px 0;
}
.support-and-training-header h1 {
  font-family: "Suisse", sans-serif;
  font-size: 45px;
  line-height: 60px;
  margin: 0px;
}
/*********************
TESTIMONIAL STYLES
*********************/
.testimonials {
  display: none;
  color: #000;
}
.testimonials h2 {
  font-family: "Suisse", sans-serif;
  font-size: 40px;
  line-height: 40px;
  margin-top: 15px;
  margin-bottom: 60px;
}
.testimonial-header {
  font-size: 18px;
  font-family: "Suisse", sans-serif;
  letter-spacing: 5px;
}
.testimonial-container {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  background-color: #FFF;
  padding: 95px;
}
.testimonial-container .testimonial-text {
  font-size: 18px;
  line-height: 27px;
}
.testimonial-container .testimonial-author {
  font-size: 19px;
  line-height: 19px;
  margin-top: 20px;
  font-weight: bold;
}
.testimonial-container .testimonial-author .location {
  font-size: 14px;
  font-weight: normal;
}
/*********************
15. SECONDARY STYLES
*********************/
.secondary-banner {
  font-family: "Suisse", sans-serif;
  font-size: 30px;
  line-height: 48px;
  color: #FFF;
  text-align: center;
  background-position: center;
  width: 100%;
  background-color: #e0dfdd;
  padding-bottom: 35px;
  background-size: auto 100%;
}
.secondary-banner.products {
  color: #000000;
  background-image: url(../images/ProductsBanner.jpg);
}
.secondary-banner.what-is-erecording {
  color: #ffffff;
  background-image: url(../images/WhatIsBanner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #657374;
}
.secondary-banner.collaboration {
  color: #000000;
  background-image: url(../images/CollaborationBanner.jpg);
}
.secondary-banner.postClosing {
  color: #000000;
  background-image: url(../images/PostClosingBanner.jpg);
}
.secondary-banner-title {
  padding-top: 35px;
}
.secondary-banner-icon {
  height: 66px;
  margin-bottom: 10px;
}
.secondary-banner-subtitle {
  font-family: "Suisse", sans-serif;
  line-height: 24px;
  font-size: 18px;
  padding-top: 10px;
}
.secondary-banner-subtitle br {
  display: none;
}
.secondary-navbar {
  display: none;
}
.secondary-navbar-arrowBar {
  display: none;
}
.tertiary-navbar {
  display: none;
}
.secondary-content-section {
  color: #000000;
  padding: 30px 0px;
  float: left;
  width: 100%;
}
.secondary-content-section.white {
  background-color: #FFF;
}
.secondary-content-section.light {
  /*background-color: #F3F2F1;*/
  background-color: #FAFAFA;
}
.secondary-content-section.medium {
  background-color: #e0dfdd;
}
.secondary-content-section.dark {
  background-color: #000000;
  color: #FFF;
}
.secondary-content-section.green {
  background-color: #71c5e8;
  color: #ffffff;
}
.secondary-content-section.green-split {
  background-image: none;
  background-color: #71c5e8;
  color: #FFF;
  font-family: "Suisse", sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding: 0;
}
.secondary-content-section.green-split .wrap {
  width: 100%;
}
.secondary-content-section.green-split .first {
  background-color: #79B800;
  padding: 30px;
}
.secondary-content-section.green-split .last {
  background-color: #57A615;
  padding: 30px;
}
.secondary-content-section.green-split h4 {
  font-family: "Suisse", sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: 0;
  color: #FFF;
}
.secondary-content-section.green-split .button-white-outline {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF;
  clear: both;
  margin-top: 26px;
  line-height: 28px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.secondary-content-section.green-split .button-white-outline:hover {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.25);
}
.secondary-content-section.callToAction h3 {
  font-size: 23px;
  line-height: 38px;
  padding: 34px 0;
}
.secondary-content-section.collaboration {
  background-image: url(../images/CollaborationSection.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.secondary-content-section.collaboration-background {
  color: #FFF;
  background-color: #17b4a5;
}
.secondary-content-section.collaboration-background a {
  color: #FFF !important;
}
.secondary-content-section.postClosing {
  background-image: url(../images/PostClosingSection.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #FFF;
}
.secondary-content-section.postClosing-background {
  color: #FFF;
  background-color: #a53f66;
}
.secondary-content-section.postClosing-background a {
  color: #FFF !important;
}
.secondary-content-section.services-header {
  background-image: url(../images/services-header-bg.png);
  background-repeat: repeat-x;
  background-color: transparent;
  background-position: bottom;
}
.secondary-content-section.services-section ul li:first-child {
  line-height: 45px;
  font-family: "Suisse", sans-serif;
  border-bottom: 1px solid #000000;
  margin-bottom: 18px;
}
.secondary-content-section.services-section ul li {
  font-size: 14px;
  line-height: 31px;
  font-family: "Suisse", sans-serif;
  color: #000000;
}
.secondary-content-section .secondary-content-section-tail {
  background-image: url(../images/secondary-content-section-tail.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left;
  height: 36px;
  width: 100%;
}
.secondary-content-section .secondary-content-section-tail-gray {
  background-image: url(../images/secondary-content-section-tail-gray.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left;
  height: 36px;
  width: 100%;
}
.secondary-content-section .secondary-dropTitle {
  background-image: url(../images/SecondarySectionTitleBG.png);
  background-position: center;
  text-align: center;
  font-family: "Suisse", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 48px;
  letter-spacing: .5px;
  height: 48px;
  margin-bottom: 48px;
  text-transform: uppercase;
}
.secondary-content-section .secondary-dropTitle.dark {
  color: #000000;
}
.secondary-content-section .secondary-dropTitle.medium {
  color: #A8A7A6;
}
.secondary-content-section .secondary-dropTitle.green {
  background-image: url(../images/SecondarySectionTitleGreenBG.png);
  color: #ffffff;
}
.secondary-content-section .secondary-content-column {
  padding-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 320px;
}
.secondary-content-section .secondary-content-column.light {
  background-color: #FAFAFA;
}
.secondary-content-section.countyCounterHeader {
  background-color: #5E6A71;
  background-image: url(../images/CountyHeaderStates.png);
  background-position: 45% center;
  background-repeat: no-repeat;
  height: 325px;
  text-align: center;
  padding: 0;
  color: #FFF;
  font-size: 46px;
  font-family: "Suisse", sans-serif;
}
.secondary-content-section.countyHeader {
  background-color: #525d62;
  background-image: url(../images/CountyHeaderMap.jpg);
  background-position: center -11px;
  background-repeat: no-repeat;
  padding: 0;
  color: #FFF;
}
.secondary-content-section.countyHeader h2 {
  font-size: 46px;
  font-family: "Suisse", sans-serif;
}
.secondary-content-section.border {
  border-bottom: 5px solid #81B73A;
}
.secondary-content-section.noPadBottom {
  padding-bottom: 0px;
}
.secondary-content-section.pad60 {
  padding: 60px 0px;
}
.secondary-content-section h1 {
  font-family: "Suisse", sans-serif;
  font-size: 40px;
}
.secondary-content-section h2 {
  font-family: "Suisse", sans-serif;
  font-size: 36px;
  line-height: 50px;
}
.secondary-content-section h2.marginBottom60 {
  margin: 0px 0px 60px;
}
.secondary-content-section h2.secondary {
  font-size: 36px;
  line-height: 42px;
}
.secondary-content-section h3 {
  font-family: "Suisse", sans-serif;
  font-size: 24px;
  line-height: 32px;
}
.secondary-content-section h3.marginBottom20 {
  margin: 0px 0px 20px;
}
.secondary-content-section .zebraList1 li,
.secondary-content-section .zebraList2 li {
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 36px;
  padding-left: 30px;
}
.secondary-content-section .zebraList1.light li,
.secondary-content-section .zebraList2.light li {
  background-image: url(../images/IconListCheckmarkGreen.png);
  color: #818a8f;
}
.secondary-content-section .zebraList1.light li.evenItem,
.secondary-content-section .zebraList2.light li.evenItem {
  background-color: #FFFFFF;
}
.secondary-content-section .zebraList1.white li,
.secondary-content-section .zebraList2.white li {
  background-image: url(../images/IconListCheckmarkGreen.png);
  color: #818a8f;
}
.secondary-content-section .zebraList1.white li.evenItem,
.secondary-content-section .zebraList2.white li.evenItem {
  background-color: #F1F1F2;
}
.secondary-content-section .zebraList1.green li,
.secondary-content-section .zebraList2.green li {
  background-image: url(../images/IconListCheckmarkWhite.png);
}
.secondary-content-section .zebraList1.green li.evenItem,
.secondary-content-section .zebraList2.green li.evenItem {
  background-color: #71c5e8;
}
.secondary-content-section .zebraList1.transCharcoal li,
.secondary-content-section .zebraList2.transCharcoal li {
  background-image: url(../images/IconListCheckmarkGreen.png);
  color: #000000;
}
.secondary-content-section .zebraList1.transCharcoal li.evenItem,
.secondary-content-section .zebraList2.transCharcoal li.evenItem {
  background-color: rgba(71, 80, 85, 0.25);
}
.secondary-content-section .zebraList1 {
  margin-bottom: -18px;
}
.secondary-content-section .zebraList2 {
  margin-top: 0;
}
.secondary-content-section #GetStartedForm .form-input {
  width: 100%;
}
.secondary-content-section .social-icons {
  height: 32px;
  width: 100%;
}
.secondary-content-section .social-icons div {
  height: 32px;
  width: 32px;
  margin-right: 15px;
  float: left;
  background-image: url(../images/FooterSocialIcons.png);
}
.secondary-content-section .social-icons div:hover {
  cursor: pointer;
}
.secondary-content-section .social-icons div.footer-social-facebook {
  margin-left: -10px;
  background-position: -64px 0px;
}
.secondary-content-section .social-icons div.footer-social-facebook:hover {
  background-position: -64px 32px;
}
.secondary-content-section .social-icons div.footer-social-twitter {
  background-position: -32px 0px;
}
.secondary-content-section .social-icons div.footer-social-twitter:hover {
  background-position: -32px 32px;
}
.secondary-content-section .social-icons div.footer-social-linkedin {
  background-position: 0px 0px;
}
.secondary-content-section .social-icons div.footer-social-linkedin:hover {
  background-position: 0px 32px;
}
.secondary-content-smallHeader {
  font-family: "Suisse", sans-serif;
  text-align: center;
  padding: 50px 0 24px 0;
  background-image: url(../images/HorizontalBarGrey.png);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.secondary-content-row {
  margin-bottom: 36px;
}
.secondary-content-countyCounter {
  background-image: url(../images/CountiesBgSmall.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  display: none;
}
.secondary-content-columnTitle {
  color: #000000;
  font-family: "Suisse", sans-serif;
  font-size: 24px;
  line-height: 36px;
  vertical-align: top;
  margin-bottom: 21px;
}
.secondary-content-columnTitle.what-is-erecording {
  line-height: 53px;
  margin-bottom: 0px;
}
.secondary-content-columnTitle.green {
  color: #71c5e8;
}
.secondary-content-columnIcon {
  height: 36px;
  float: left;
  margin-right: 22px;
}
.secondary-content-expandable-summary {
  font-family: "Suisse", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  color: #000000;
  margin-top: 25px;
}
.secondary-content-expander {
  color: #71c5e8;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 20px;
}
.secondary-content-expandable {
  margin-bottom: 45px;
  display: none;
}
.secondary-content-expandable:last-child {
  margin-bottom: 0px;
}
.secondary-subtitle {
  font-family: "Suisse", sans-serif;
  font-size: 22px;
  line-height: 27px;
  color: #8E8F8F;
}
.listTitle {
  font-family: "Suisse", sans-serif;
  font-size: 15px;
  line-height: 24px;
  height: 30px;
}
/*********************
16. COUNTY PAGE STYLES
*********************/
.county-map {
  float: right;
}
.county-info {
  float: left;
}
.county-white {
  font-size: 17px;
  line-height: 27px;
}
.county-white .list-title {
  font-family: "Suisse", sans-serif;
  color: #000;
  font-size: 27px;
  line-height: 37px;
  border-bottom: 1px solid #71c5e8;
  padding-bottom: 5px;
}
.county-doctypes li {
  line-height: 33px;
  background-image: url(../images/green-checkmark-circle.svg);
  background-size: 18px;
  background-position: left 0% top 47%;
  background-repeat: no-repeat;
  padding-left: 27px;
}
.county-info-column h3 {
  color: #71c5e8;
  margin-bottom: 5px;
}
.county-office-info {
  overflow: hidden;
  text-overflow: ellipsis;
}
.county-website {
  white-space: nowrap;
}
/*********************
17. STATE PAGE STYLES
*********************/
#state-countyList0 li a,
#state-countyList1 li a,
#state-countyList2 li a {
  padding-left: 17px;
}
#state-countyList0 li a.live,
#state-countyList1 li a.live,
#state-countyList2 li a.live {
  background-image: url(../images/icon-network-live-checkmark.png);
  background-position: left 3px;
  background-repeat: no-repeat;
}
.state-live {
  display: none;
}
/*********************
18. PRODUCTS STYLES
*********************/
.products-section {
  font-size: 18px;
  line-height: 30px;
  font-family: "Suisse", sans-serif;
  color: #000000;
}
.products-section h2 {
  font-family: "Suisse", sans-serif;
}
.products-row {
  text-align: center;
}
.products-row h2 {
  font-size: 40px;
}
.products-grid-3x3 h3 {
  margin-bottom: 10px;
}
.products-row-send {
  padding-bottom: 30px;
}
.products-row-send .products-send-bannerImageLarge {
  display: none;
}
.products-row-send .products-text {
  padding-right: 0;
}
.products-row-receive {
  padding-bottom: 30px;
}
.products-row-receive .products-receive-bannerImageLarge {
  display: none;
}
.products-row-receive .products-text {
  padding-left: 0;
}
.products-section-subtitle {
  margin-top: 23px;
  font-family: "Suisse", sans-serif;
  font-size: 14px;
}
.products-bannerSubtitle {
  font-size: 20px;
  color: #818a8f;
  text-align: center;
  padding-bottom: 35px;
}
.products-send-bannerImageLarge {
  display: none;
}
.products-send-bannerImageLarge + h1 {
  font-size: 48px;
  text-align: center;
}
.products-send-section1 {
  background-color: #F3F3F3;
}
.products-send-section1 .callToAction h3 {
  font-size: 28px;
  line-height: 48px;
  margin: 50px 0 30px;
}
.products-send-section1 .callToAction h3 br:first-child {
  display: none;
}
.products-send-section1 .moreArrowGreen {
  display: none;
}
.products-send-section1 .moreArrowGreenMobile .moreArrowGreen {
  display: inline;
}
.products-send-section1 .zebraList1 li:last-child {
  background-image: none;
}
.products-send-segments {
  padding: 0;
}
.products-send-segments > br {
  display: none;
}
.products-send-doctype {
  height: 172px;
  width: 133px;
  float: left;
  margin: 5px;
  background-image: url(../images/ProductSendDoctypes.png);
}
.products-send-doctype.doctype1 {
  background-position: 0 0;
}
.products-send-doctype.doctype2 {
  background-position: -133px 0;
}
.products-send-doctype.doctype3 {
  background-position: -266px 0;
}
.products-send-doctype.doctype4 {
  background-position: -399px 0;
}
.products-send-doctype.doctype5 {
  background-position: -532px 0;
}
.products-send-doctype.doctype6 {
  background-position: -665px 0;
}
.products-receive-bannerImageLarge {
  display: none;
}
.products-receive-bannerImageLarge + h1 {
  font-size: 48px;
  text-align: center;
}
.products-receive-section1 {
  background-color: #71c5e8;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 0px;
}
.products-receive-coins {
  height: 50px;
}
.products-receive-section4 .moreArrowGreen {
  display: none;
}
.products-receive-section4 .moreArrowGreenMobile .moreArrowGreen {
  display: inline;
}
.products-receive-section4 .zebraList2 li:last-child {
  background-image: none;
}
.products-segment-outer {
  margin: 0 18px 36px;
  padding: 0;
  height: 108px;
  width: 108px;
  float: left;
  background-image: url(../images/ProductSendSegmentsBg.png);
  background-position: 0 0;
  display: table;
  overflow: hidden;
}
.products-segment-outer .products-segment-inner {
  display: table-cell;
  color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  letter-spacing: .05em;
}
.products-segment-outer:hover {
  background-position: -108px 0;
  cursor: pointer;
}
.products-description {
  margin-top: 15px;
  font-size: 20px;
  line-height: 30px;
}
.products-row .button {
  margin-top: 15px;
}
.product-sliver {
  background-color: #71c5e8;
  background-image: url(../images/ProductSliverBG.png);
  background-position: left top;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 18px;
  width: 100%;
  max-width: 467px;
  margin: 36px 0;
  padding: 10px 36px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.product-sliver a {
  font-size: 24px;
  text-decoration: none;
}
/*********************
19. Collaboration styles
*********************/
.collaboration-row h2 {
  font-size: 40px;
}
.collaboration-row .collaboration-lenders,
.collaboration-row .collaboration-settlementAgents {
  text-align: center;
  margin-bottom: 50px;
}
/*********************
20. Post Closing styles
*********************/
.postClosing-row h2 {
  font-size: 40px;
}
.postClosing-row .postClosing-lenders,
.postClosing-row .postClosing-settlementAgents {
  text-align: center;
  margin-bottom: 50px;
}
/*********************
21. Form styles
*********************/
.form-input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none !important;
}
.form-button {
  font-family: "Suisse", sans-serif;
}
input[type=text],
input[type=email],
input[type=tel] {
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  outline: none;
  font-family: "Suisse", sans-serif;
  color: #000000;
}
.form-horizontal {
  margin-top: 30px;
}
.form-horizontal .form-input {
  padding: 0px 15px;
  float: left;
  margin-bottom: 36px;
}
.form-horizontal .form-input-select-container {
  padding: 5px 10px;
  float: left;
  /*border: 1px solid @sf-charcoal;*/
  border: none;
  background: #ffffff url("../images/select-box-arrow.png") no-repeat 97% 50%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.form-horizontal .form-input-select-container select {
  font-family: "Suisse", sans-serif;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-horizontal .form-input-select-container select:focus {
  outline: none;
}
.form-horizontal .form-input-select-container + label.error {
  margin-top: 1px;
  color: red;
}
.form-horizontal .form-button {
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  padding: 0px 24px;
  float: left;
}
.form-horizontal input[type=text],
.form-horizontal input[type=email],
.form-horizontal input[type=tel] {
  width: 100%;
  background-color: #ffffff;
}
.form-horizontal.light input[type=text],
.form-horizontal.light input[type=email],
.form-horizontal.light textarea,
.form-horizontal.light [type=tel],
.form-horizontal.light .form-select {
  border-color: #000000;
}
.form-horizontal.light input[type=text].error,
.form-horizontal.light input[type=email].error,
.form-horizontal.light textarea.error,
.form-horizontal.light [type=tel].error,
.form-horizontal.light .form-select.error {
  border-color: red;
  background-color: rgba(255, 0, 0, 0.2);
  background-repeat: no-repeat;
}
.form-horizontal.light .form-button {
  background-color: #71c5e8;
  border-color: #71c5e8;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-horizontal.light .form-button:hover {
  text-decoration: none;
  background-color: #87ceec;
}
.form-horizontal.dark input[type=text],
.form-horizontal.dark input[type=email],
.form-horizontal.dark textarea {
  border-color: #ffffff;
  background-color: #ffffff;
}
.form-horizontal.dark input[type=text].error,
.form-horizontal.dark input[type=email].error,
.form-horizontal.dark textarea.error {
  border-color: red;
  background-image: url(../images/FormErrorIconSmall.png);
  background-repeat: no-repeat;
  background-position: right;
}
.form-horizontal.dark .form-input-select-container {
  border-color: #ffffff;
}
.form-horizontal.dark .form-button {
  background-color: #71c5e8;
  border-color: #71c5e8;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-horizontal.dark .form-button:hover {
  text-decoration: none;
  background-color: #87ceec;
}
.form-horizontal.green input[type=text],
.form-horizontal.green input[type=email],
.form-horizontal.green textarea {
  border-color: #ffffff;
  background-color: #ffffff;
}
.form-horizontal.green input[type=text].error,
.form-horizontal.green input[type=email].error,
.form-horizontal.green textarea.error {
  border-color: red;
  background-image: url(../images/FormErrorIconSmall.png);
  background-repeat: no-repeat;
  background-position: right;
}
.form-horizontal.green .form-input-select-container {
  border-color: #ffffff;
}
.form-horizontal.green .form-button {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #71c5e8;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.form-horizontal.green .form-button:hover {
  text-decoration: none;
  background-color: #ffffff;
}
.form-horizontal label.error {
  float: left;
  margin-top: -35px;
  font-size: 14px;
  padding-left: 10px;
  width: auto;
  color: red;
  position: absolute;
  left: 0;
  bottom: 12px;
}
.form-horizontal #getStarted_interest + label.error {
  margin-top: -35px;
  padding-left: 12px;
  color: red;
}
.form-vertical.lander input[type=text],
.form-vertical.lander input[type=email],
.form-vertical.lander textarea,
.form-vertical.lander select {
  border-color: #818a8f;
  background-color: #ffffff;
}
.form-vertical.lander input[type=text].error,
.form-vertical.lander input[type=email].error,
.form-vertical.lander textarea.error,
.form-vertical.lander select.error {
  border-color: red;
  background-image: url(../images/FormErrorIconSmall.png);
  background-repeat: no-repeat;
  background-position: right;
}
.form-vertical.lander select {
  width: 94%;
}
.form-vertical.light input[type=text],
.form-vertical.light input[type=email],
.form-vertical.light textarea {
  border-color: #e0dfdd;
  background-color: #ffffff;
}
.form-vertical.light input[type=text].error,
.form-vertical.light input[type=email].error,
.form-vertical.light textarea.error {
  border-color: red;
  background-image: url(../images/FormErrorIconSmall.png);
  background-repeat: no-repeat;
  background-position: right;
}
.form-vertical.dark input[type=text],
.form-vertical.dark input[type=email],
.form-vertical.dark textarea {
  border-color: #ffffff;
  background-color: #ffffff;
}
.form-vertical.dark input[type=text].error,
.form-vertical.dark input[type=email].error,
.form-vertical.dark textarea.error {
  border-color: red;
  background-image: url(../images/FormErrorIconSmall.png);
  background-repeat: no-repeat;
  background-position: right;
}
.form-vertical label.error {
  float: left;
  margin-top: -30px;
  font-size: 14px;
  padding-left: 10px;
  width: 350px;
  color: red;
}
.form-vertical .radioInput + label.error {
  color: red;
  font-size: 14px;
  padding-left: 10px;
  float: none;
  margin-top: 0;
  width: auto;
}
.form-vertical .form-input {
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 30px;
  font-family: "Suisse", sans-serif;
}
.form-vertical input[type=text],
.form-vertical input[type=email],
.form-vertical select {
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border: 1px solid #e0dfdd;
  font-family: "Suisse", sans-serif;
  outline: 0;
}
.form-vertical .form-input-select {
  padding: 0px 15px;
  float: left;
  border: 1px solid #e0dfdd;
  background: #ffffff url("../images/SelectBoxArrow.png") no-repeat 97% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
  overflow: hidden;
  /*
		+ label.error {
		margin-top: 1px;
		}
		*/
}
.form-vertical .form-input-select select {
  font-family: "Suisse", sans-serif;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000000;
}
.form-vertical .form-input-select select:focus {
  outline: none;
}
.form-vertical textarea {
  border-style: solid;
  border-width: 1px;
  width: 100%;
  resize: none;
  outline: 0;
  font-size: 16px;
  line-height: 24px;
  height: 100px;
  overflow: auto;
  padding-top: 5px;
}
.form-vertical #partnerRequest_botCheckWrapper label.error {
  float: right;
  width: 320px;
  margin-top: 0px;
}
.form-vertical #contactSupport_botCheckWrapper label.error {
  float: right;
  width: 320px;
  margin-top: 0px;
}
.form-vertical #eventSpeaker_botCheckWrapper label.error {
  float: right;
  width: 320px;
  margin-top: 0px;
}
.form-vertical .form-message {
  float: left;
  line-height: 36px;
  margin-left: 15px;
  color: #71c5e8;
}
.form-county label.error {
  float: left;
  margin-top: -10px;
  font-size: 14px;
  padding-left: 10px;
  width: 218px;
  color: red;
}
.form-county .form-button {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  padding: 0px 24px;
  border: 1px solid #FFF;
}
.form-county input[type=text],
.form-county input[type=email] {
  background-color: #e9eaeb;
  color: #000;
  line-height: 36px;
  height: 36px;
  padding: 0 16px;
  margin-bottom: 10px;
  font-size: 15px;
  outline: 0;
  font-family: "Suisse", sans-serif;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.form-county textarea {
  background-color: #e9eaeb;
  color: #000;
  line-height: 24px;
  padding: 6px 16px;
  margin-bottom: 10px;
  font-size: 15px;
  outline: 0;
  font-family: "Suisse", sans-serif;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
.form-county .form-message {
  float: left;
  margin-top: 10px;
}
.form-county .form-input-select-container {
  padding: 3px 10px;
  float: left;
  background: #ffffff url("../images/SelectBoxArrow.png") no-repeat 97% 50%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  width: 220px;
  font-size: 15px;
  overflow: hidden;
  margin-bottom: 18px;
}
.form-county .form-input-select-container select {
  font-family: "Suisse", sans-serif;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 185px;
}
.form-county .form-input-select-container select option {
  -webkit-appearance: none;
}
.form-county .form-input-select-container select:focus {
  outline: none;
}
.form-county .form-input-select-container + label.error {
  margin-top: 1px;
}
.form-county .fourcol {
  width: 100%;
  float: none;
  margin-left: 0;
}
.form-wide {
  margin-top: 30px;
}
.form-wide .form-input {
  padding: 0px 10px;
  float: left;
  margin-bottom: 36px;
}
.form-wide .form-button {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  padding: 0px 24px;
  float: left;
}
.form-wide input[type=text],
.form-wide input[type=email] {
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  line-height: 36px;
  font-size: 16px;
}
.form-wide.light input[type=text],
.form-wide.light input[type=email],
.form-wide.light input[type=radio],
.form-wide.light textarea {
  border-color: #000000;
}
.form-wide.light input[type=text].error,
.form-wide.light input[type=email].error,
.form-wide.light input[type=radio].error,
.form-wide.light textarea.error {
  border-color: red;
  background-image: url(../images/FormErrorIconSmall.png);
  background-repeat: no-repeat;
  background-position: right;
}
.form-wide.dark input[type=text],
.form-wide.dark input[type=email],
.form-wide.dark textarea {
  border-color: #ffffff;
  background-color: #ffffff;
}
.form-wide.dark input[type=text].error,
.form-wide.dark input[type=email].error,
.form-wide.dark textarea.error {
  border-color: red;
  background-image: url(../images/FormErrorIconSmall.png);
  background-repeat: no-repeat;
  background-position: right;
}
.form-wide label.error {
  float: left;
  margin-top: -35px;
  font-size: 14px;
  padding-left: 10px;
  width: 290px;
}
.form-wide .questionBlock + label.error {
  margin-top: 5px;
  padding-left: 20px;
  color: red;
}
#BlogSignupFormContainer {
  display: none;
}
#NewsletterSignupFormThankYou,
#BlogSignupThankYou {
  display: none;
}
#CountyNotLiveContent {
  display: block;
}
#CountyNotLiveContent.live {
  display: none;
}
#CountyLiveContent {
  display: none;
}
#CountyLiveContent.live {
  display: block;
}
#CountyNotLiveForm {
  color: #000;
  background-color: #FFF;
  padding: 36px;
  float: left;
  margin-top: -50px;
  margin-bottom: -120px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  border-top: 6px solid #71c5e8;
}
#CountyNotLiveForm input[text] {
  background-color: #e9eaeb;
  color: #000;
  line-height: 36px;
  padding: 0 16px;
  margin-bottom: 10px;
  font-size: 15px;
}
#CountyNotLiveForm input[submit] {
  font-size: 17px;
  line-height: 40px;
  margin-top: 20px;
}
#getStarted_submit[disabled],
#getStarted_createAccount[disabled],
#getStarted_requestDemo[disabled],
#getStarted_bucket1signup[disabled],
#getStarted_bucket2signup[disabled],
#getStarted_builderSignup[disabled],
.submit-button[disabled],
#CreatePages[disabled] {
  background-color: #FAFAFA;
  border-color: #DDD;
  cursor: default;
  color: #DDD !important;
}
#GetStartedFormServicesSection {
  display: none;
}
#custentity_productinterest-error {
  float: none;
}
#GetStartedFormPricingSection {
  display: none;
}
#GetStartedFormAddressSection {
  display: none;
}
#GetStartedFormNetSuite .form-input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  border: none !important;
}
#GetStartedFormNetSuite .form-input-select-container {
  border: none;
}
#GetStartedFormContainer,
#GetStartedFormAddressSection {
  background-color: #e9eaeb;
  float: left;
  width: 100%;
  padding: 50px;
  margin-top: 80px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#GetStartedThankYou {
  display: none;
  text-align: center;
}
#GetStartedApology {
  display: none;
  text-align: center;
}
.signup-service-option {
  background-color: white;
  min-height: 52px;
  color: #000000;
  font-size: 18px;
  background-image: url(../images/checkbox-off.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 52px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.signup-service-option.disabled {
  opacity: 0.2;
}
.service-options input[type=checkbox] {
  position: absolute;
  z-index: -5000;
}
input[type=checkbox]:checked + .signup-service-option {
  background-image: url(../images/checkbox-on.png);
}
.signup-pricing-buckets-title {
  height: 63px;
  width: 100%;
  border-bottom: 4px solid #71c5e8;
  margin-top: 70px;
  margin-bottom: 60px;
}
.signup-pricing-buckets-title div {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 63px;
  background-image: url(../images/pricing-bucket-title-tab.png);
  background-repeat: no-repeat;
  background-position: right;
  float: left;
  padding: 0 40px 0 25px;
}
.bucket-top {
  min-height: 144px;
}
.signup-pricing-bucket {
  position: relative;
  background-color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 40px 18px 120px;
  width: 310px;
  min-height: 580px;
  font-size: 15px;
  margin: 0 10px 20px 10px;
  display: inline-block;
  vertical-align: top;
}
.signup-pricing-bucket .bucket-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.signup-pricing-bucket .bucket-price {
  font-size: 82px;
  line-height: 90px;
  font-family: 'Chronicle Display', "Suisse", sans-serif;
  font-weight: normal;
  text-align: center;
  margin-top: 10px;
}
.signup-pricing-bucket .bucket-price.quote {
  font-size: 45px;
}
.signup-pricing-bucket .bucket-price .symbol {
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: -33px;
}
.signup-pricing-bucket .bucket-detail-bar {
  border-width: 1px 0px;
  border-style: solid;
  border-color: #000000;
  line-height: 43px;
  text-align: center;
  color: #000;
  margin: 33px 0;
}
.signup-pricing-bucket .bucket-annual {
  display: inline-block;
}
.signup-pricing-bucket .bucket-initial {
  display: inline-block;
}
.signup-pricing-bucket .bucket-features {
  margin: 0 0 33px;
  display: inline-block;
}
.signup-pricing-bucket .bucket-features li {
  line-height: 20px;
  text-align: left;
  padding-left: 23px;
  background-image: url(../images/pricing-bucket-checkmark.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.signup-pricing-bucket button {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
}
.signup-ca-notice {
  background-color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  padding: 20px;
  font-size: 15px;
  margin: 30px auto;
  vertical-align: top;
  max-width: 610px;
}
.signup-ca-notice h4 {
  text-align: center;
  color: #71c5e8;
  font-weight: bold;
}
.signup-ca-notice p {
  color: #000;
  hyphens: none;
}
.signup-limited-doctype-notice {
  background-color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 30px;
  font-size: 15px;
  margin: 30px auto 0;
  display: none;
  float: left;
}
.signup-limited-doctype-notice h4 {
  text-align: center;
  color: #71c5e8;
  font-weight: bold;
}
.signup-limited-doctype-notice p {
  color: #000;
  hyphens: none;
}
.signup-limited-doctype-notice ul {
  list-style-type: disc;
  padding-left: 20px;
}
#PricingBucketQuote {
  display: none;
}
#CAPCRegistrationThankYou {
  display: none;
}
#CountyContactFormContainer {
  display: none;
}
#CountyAlertFormContainer {
  display: none;
}
#CountyAlertForm input[type=submit] {
  float: left;
}
#CountyAlertFormThankYou {
  display: none;
  padding: 5px;
  border: 1px solid #71c5e8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #71c5e8;
  background-color: #ffffff;
}
#contactSupport_phoneContainer,
#contactSupport_contactTimeContainer {
  display: none;
}
#ContactSupportThankYou {
  display: none;
}
#contactSupport_name,
#eventSpeaker_name,
#partnerRequest_name,
#MBADemoReg_name,
#CAPCReg_name {
  display: none;
  visibility: hidden;
}
/*CSS for Error notification*/
.notification_error {
  border: 1px solid red;
  background-color: #ffffff;
  height: auto;
  color: red;
  padding: 10px;
  margin: 10px auto;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  display: none;
}
/*CSS for Successfully sent notification*/
.notification_ok {
  border: 1px #71c5e8 solid;
  background-color: #ffffff;
  color: #000000;
  height: auto;
  padding: 10px;
  margin: 0 auto;
  text-align: left;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
/*********************
   Quote block styles
*********************/
.quote-container {
  color: #000;
  background-color: #FFF;
  padding: 36px;
  float: left;
  border-bottom: 6px solid #71c5e8;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 9px 5px rgba(0, 0, 0, 0.15);
}
.quote-container .quote-marks-top {
  height: 30px;
  background-image: url(../images/quote-marks-top.svg);
  background-position: left top;
  background-size: 40px;
  background-repeat: no-repeat;
}
.quote-container .quote-marks-bottom {
  height: 30px;
  background-image: url(../images/quote-marks-bottom.svg);
  background-position: right top;
  background-size: 40px;
  background-repeat: no-repeat;
}
.quote-container .quote {
  font-size: 17px;
  line-height: 26px;
  margin: 20px 0 24px;
}
.quote-container .quote-author {
  font-size: 17px;
  line-height: 19px;
  font-family: "Suisse", sans-serif;
}
.quote-container .quote-title {
  font-size: 15px;
  line-height: 19px;
}
/*********************
23. Accordion styles
*********************/
#Accordion .solution-section-toggle-button {
  font-size: 15px;
  font-family: "Suisse", sans-serif;
  line-height: 19px;
  height: 27px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  border: 1px solid #e9eaeb;
  color: #000;
  margin: 0 0 10px;
  padding: 4px 35px 4px 13px;
  background-position: right;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
  outline: none;
}
#Accordion .solution-section-toggle-button.expand {
  background-image: url(../images/accordion-closed.svg);
}
#Accordion .solution-section-toggle-button.collapse {
  background-image: url(../images/accordion-open.svg);
}
#Accordion h3 {
  font-size: 15px;
  font-family: "Suisse", sans-serif;
  line-height: 19px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  background-color: #EFEFEF;
  color: #000;
  margin: 8px 0;
  padding: 4px 25px 4px 15px;
  background-image: url(../images/accordion-closed.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 27px;
  cursor: pointer;
}
#Accordion h3:first-child {
  margin-top: 0;
}
#Accordion h3 img {
  width: 19px;
  margin-right: 10px;
  vertical-align: middle;
  float: left;
  display: none;
}
#Accordion h3.open {
  background-image: url(../images/accordion-open.svg);
}
#Accordion div {
  font-size: 14px;
  line-height: 17px;
  padding-left: 15px;
  padding-right: 15px;
}
.events-list h3 {
  font-family: "Suisse", sans-serif !important;
  font-size: 16px !important;
  margin: 0;
  margin-top: 10px;
}
.events-list h3.open {
  color: #71c5e8;
}
.events-list h3:hover {
  cursor: pointer;
  color: #71c5e8;
  padding-right: 5px;
}
.events-list h3:hover:after {
  content: "\0020\0020\25BE";
}
.events-list div {
  padding: 5px 10px;
  border-left: 2px solid #f1f1f2;
}
/*********************
24. Tertiary styles
*********************/
.tertiary-banner {
  text-align: center;
  color: #000000;
}
.tertiary-banner h2 {
  font-family: "Suisse", sans-serif;
  font-size: 30px;
}
.tertiary-content-section {
  color: #000000;
  padding-bottom: 65px;
  float: left;
  width: 100%;
}
.tertiary-content-section h1 {
  font-family: "Suisse", sans-serif;
  font-size: 30px;
  color: #71c5e8;
  margin-top: 36px;
}
.tertiary-content-section h2 {
  color: #000000;
  font-family: "Suisse", sans-serif;
  font-size: 18px !important;
  line-height: 27px;
}
.tertiary-content-section h3 {
  color: #000000;
  font-family: "Suisse", sans-serif;
  font-size: 21px;
  line-height: 31px;
}
.tertiary-content-section .quoteBlock {
  font-size: 18px;
  font-family: "Suisse", sans-serif;
  line-height: 26px;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 0 24px 48px 48px;
  margin-top: 50px;
}
.tertiary-content-section .quoteBlock.video {
  background-color: #5E6A70;
  background-image: url(../images/QuoteTertiaryBGVideo.png);
  color: #ffffff;
  padding: 24px 48px 24px 48px;
}
.tertiary-content-section .quoteBlock.video .quoteBlock-author {
  color: #e0dfdd;
  font-size: 14px;
  line-height: 19px;
}
.tertiary-content-section .quoteBlock.video .videoButton {
  padding: 0px;
  margin-top: 25px;
}
.tertiary-content-section .quoteBlock.green {
  background-color: #79B800;
  background-image: url(../images/QuoteTertiaryBGGreen.png);
  color: #ffffff;
  margin-bottom: 36px;
}
.tertiary-content-section .quoteBlock .quoteBlock-title {
  font-family: "Suisse", sans-serif;
  font-size: 11px;
  line-height: 55px;
  letter-spacing: .1em;
}
.tertiary-content-section .quoteBlock .quoteBlock-author {
  margin-top: 18px;
  font-family: "Suisse", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.tertiary-content-section .listTitle {
  font-family: "Suisse", sans-serif;
  font-size: 12px;
  line-height: 60px;
  height: 60px;
  margin-top: 10px;
}
.tertiary-content-section .zebraList1 {
  margin-bottom: 30px;
  margin-top: 0px;
}
.tertiary-content-section .zebraList1 li {
  background-position: left;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 28px;
  padding-left: 26px;
  white-space: nowrap;
  background-image: url(../images/IconListCheckmarkTertiaryGreen.png);
  color: #818a8f;
}
.tertiary-content-section .zebraList1 li.evenItem {
  background-color: #F1F1F2;
}
.tertiary-content-section .getStartedButton div {
  float: left;
  position: relative;
}
/*********************
25. ABOUT US STYLES
*********************/
.about-us-banner {
  color: #ffffff;
  text-align: center;
  background-image: url(../images/AboutUsBannerBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.about-us-banner-title {
  color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 48px;
  line-height: 72px;
  margin: 0;
  padding: 0 0 40px;
  position: relative;
}
.about-us-banner-title div {
  display: block;
}
.about-us-banner-subtext {
  color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 35px;
}
.about-us-banner-subtext br {
  display: none;
}
.about-us-content h1 {
  color: #71c5e8;
  margin-top: 0;
  font-size: 36px;
}
.about-us-content div.twelvecol div {
  font-size: 20px;
  line-height: 30px;
}
.about-us-content div.twelvecol div br {
  display: none;
}
/*********************
26. CAREERS STYLES
*********************/
.careers-banner {
  color: #ffffff;
  text-align: center;
  background-image: url(../images/CareersBannerBg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
}
.careers-banner-title {
  color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 72px;
  line-height: 72px;
  margin: 0;
  padding: 30px 0;
  position: relative;
}
.careers-banner-subtext {
  color: #ffffff;
  font-family: "Suisse", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 35px;
}
.careers-banner-subtext br {
  display: none;
}
.careers-positions-header {
  height: 60px;
  color: #ffffff;
  background-color: #71c5e8;
  padding: 30px 18px 0px;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.careers-positions-list {
  background-color: #71c5e8;
  padding: 0 18px 60px;
  margin: 0;
  float: left;
  width: 100%;
}
.careers-positions-list li {
  font-family: "Suisse", sans-serif;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 1px solid #CFE5A3;
  padding: 12px 0;
}
.careers-positions-list li:last-child {
  border-bottom: none;
}
.careers-positions-list li a {
  color: #CFE5A3;
}
.careers-positions-list li a:hover {
  color: #ffffff;
}
.careers-banner ~ .secondary-content-section.light h1 {
  font-size: 36px;
}
/*******************
28. Other styles
*******************/
.getStartedButton {
  cursor: pointer;
}
.moreArrowGreen {
  padding-right: 15px;
  background-image: url(../images/MoreArrowGreen.png);
  background-position: right;
  background-repeat: no-repeat;
}
.moreArrowWhite {
  padding-right: 15px;
  background-image: url(../images/MoreArrowWhite.png);
  background-position: right;
  background-repeat: no-repeat;
}
#LanderForm {
  background-color: #71c5e8;
  color: #FFF;
  padding: 36px;
  float: left;
}
.landerContent {
  background-image: url(../images/PostClosingSection.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #FFF;
}
#LanderGiveaway {
  background-color: #000000;
  color: #FFF;
  padding: 36px;
  float: left;
  margin-top: 36px;
}
#LanderGiveaway img {
  width: 100%;
  margin: 20px 0;
}
.blog-image {
  max-width: 100%;
}
.video-smallHeader {
  font-family: "Suisse", sans-serif;
  text-align: left;
}
/*********************
31. Video styles
*********************/
.video-banner {
  color: #FFF !important;
  background-color: #5e9e41;
  background-repeat: no-repeat;
  background-position: center 18px;
  min-height: 655px;
  background-image: url(../images/WhitepapersBannerBg.png);
}
.video-banner .video-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/WhitepaperBg.jpg);
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 21px;
  height: 375px;
  width: 292px;
  padding-left: 28px;
  padding-top: 210px;
  margin-top: 16px;
  color: #000000;
}
.video-banner input[type=text] {
  border-color: #FFF !important;
}
.video-banner input[type=submit] {
  background-color: transparent;
  border-color: #FFF;
  width: 100%;
}
.video-content {
  font-size: 15px;
  line-height: 26px;
  font-family: "Suisse", sans-serif;
}
.video-content h4 {
  font-family: "Suisse", sans-serif;
  font-size: 16px;
  margin: 0 0 24px;
  padding-top: 10px;
}
.video-content h2 {
  margin-top: 0;
}
.video-list {
  font-size: 14px;
  line-height: 21px;
  font-family: "Suisse", sans-serif;
}
.video-list h2 {
  margin-top: 27px;
  margin-bottom: 15px;
  font-size: 18px !important;
  line-height: 24px;
}
.video-list .video-cover {
  width: 100%;
  clear: both;
}
.video-list .video-cover img {
  height: 100%;
}
/*********************
32. Whitepapers styles
*********************/
.whitepaper-banner {
  color: #FFF !important;
  background-color: #5e9e41;
  background-repeat: no-repeat;
  background-position: center 18px;
  min-height: 655px;
  background-image: url(../images/WhitepapersBannerBg.png);
}
.whitepaper-banner .whitepaper-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/WhitepaperBg.jpg);
  font-family: "Suisse", sans-serif;
  font-size: 17px;
  line-height: 21px;
  height: 375px;
  width: 292px;
  padding-left: 28px;
  padding-top: 210px;
  margin-top: 16px;
  color: #000000;
}
.whitepaper-banner input[type=text] {
  border-color: #FFF !important;
}
.whitepaper-banner input[type=submit] {
  background-color: transparent;
  border-color: #FFF;
  width: 100%;
}
.whitepaper-content {
  font-size: 15px;
  line-height: 26px;
  font-family: "Suisse", sans-serif;
}
.whitepaper-content h4 {
  font-family: "Suisse", sans-serif;
  font-size: 16px;
  margin: 0 0 24px;
  padding-top: 10px;
}
.whitepaper-content h2 {
  margin-top: 0;
}
.whitepaper-list {
  font-size: 14px;
  line-height: 21px;
  font-family: "Suisse", sans-serif;
}
.whitepaper-list h2 {
  margin-top: 0;
  font-size: 18px !important;
  line-height: 24px;
}
.whitepaper-list .whitepaper-cover {
  width: 136px;
  height: 176px;
  float: left;
  border: 1px solid #DEDEDE;
  margin-right: 30px;
}
.whitepaper-list .whitepaper-cover img {
  height: 174px;
  width: 134px;
}
/**** Drift mobile Styles ***/
#drift-frame-controller {
  bottom: 60px !important;
}
/**** IE10 Styles ***/
.ie10 .form-input::-ms-clear {
  display: none;
}
.ie10 #CAPCRegFields input[type=text] {
  float: left !important;
}
.ie10 #CAPCRegFields input[type=radio] {
  padding: 0px !important;
}
.home-banner-title u {
  text-decoration: none;
  border-bottom: 8px solid #71c5e8;
}
.home-banner h1 {
  line-height: 1.2;
}
.bg-white {
  background: #ffffff!important;
}
.bg-coolgray {
  background-color: #dbdcdd!important;
}
.hero {
  padding: 40px 0;
}
.fs21 {
  font-size: 21px;
}
.fs23 {
  font-size: 23px;
}
.d-flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}
.justify-content-center {
  justify-content: center;
}
.mt-40 {
  margin-top: 40px;
}
.mr-40 {
  margin-right: 40px;
}
.text-jetblack {
  color: #000000;
}
.text-white {
  color: #ffffff;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.clear {
  clear: both;
}
.p-8 {
  padding: 3rem !important;
}
.rounded {
  border-radius: 8px;
}
.d-none {
  display: none !important;
}
input[type=submit].button {
  background-color: #ffffff;
}
.sorcery {
  font-size: 14px;
}
.sorcery .a {
  color: #999999;
}
.sorcery .r {
  color: #ff0000;
  position: absolute;
  margin: 2px 0 0 -8px;
}
.sorcery .u {
  color: #94b954;
}
[v-cloak] {
  display: none;
}
.w-100 {
  width: 100%;
}
.shadow {
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.16) !important;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(5.5rem);
  padding: 1rem;
  margin-bottom: 36px;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.ie .form-floating > label {
  display: none;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.ie .form-floating > .form-control,
.ie .form-floating > .form-select {
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: translateY(-0.5rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 1;
  transform: translateY(-0.5rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: translateY(-0.5rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 1;
  transform: translateY(-0.5rem);
}
.form-floating > label {
  color: #869ab8;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  font-size: 0.75rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  font-size: 0.75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  font-size: 0.75rem;
}
.form-floating > .form-control-flush ~ label {
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
}
.form-floating div.error {
  position: absolute;
  bottom: 12px;
  font-size: 14px;
  color: #ff0000;
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}
.form-select:focus-visible {
  outline: none;
}
.border {
  border: 1px solid #000000;
}
.mb15 {
  margin-bottom: 15px;
}
#GetStartedFormPardot [type=text] {
  height: 45px;
}
#GetStartedFormPardot select {
  height: 35px;
}
#GetStartedFormPardot [type=checkbox] + label {
  margin-bottom: 20px;
}
#ice {
  background-color: #E2E2E2;
  position: relative;
  z-index: 10;
}
#ice .header-wrap {
  max-width: 1200px;
  margin: 0 auto;
}
#ice a {
  color: #231f20;
  border-right: 2px solid #ffffff;
  display: block;
  padding: 14px 12px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
#ice li:first-child a {
  border-left: 2px solid #ffffff;
}
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 481px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: 481px and Up Stylesheet

This stylesheet is loaded for larger devices. It's set to
481px because at 480px it would load on a landscaped iPhone.
This isn't ideal because then you would be loading all those
extra styles on that same mobile connection.

A word of warning. This size COULD be a larger mobile device,
so you still want to keep it pretty light and simply expand
upon your base.less styles.

******************************************************************/
  .wrap {
    width: 451px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  .header nav ul.nav {
    display: block;
  }
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .menu ul li a {
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  /* end .menu */
  /*********************
POSTS & CONTENT STYLES
*********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
SECONDARY PAGE STYLES
*********************/
  .secondary-content-section.countyCounterHeader {
    height: 245px;
    padding-top: 25px;
  }
  /*********************
PRODUCT STYLES
*********************/
  .products-send-section1 .moreArrowGreen {
    float: right;
    margin-left: 0;
    top: 0;
    position: inherit;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
check your menus here. do they look good?
do they need tweaking?
*/
  /* end .footer-links */
  .nav-buttons {
    display: block;
    margin-right: 24px;
  }
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.less stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://gridpak.com/ - Create your own responsive grid.

The grid below is a combination of the 1140 grid and Twitter Boostrap. 
I liked 1140 but Boostrap's grid was way more detailed so I merged them 
together, let's see how this works out. If you want to use 1140, the original 
values are commented out on each line.

******************************************************************/
  .onecol {
    width: 4.9382716049%;
  }
  /* grid_1  */
  .twocol {
    width: 13.580246914%;
  }
  /* grid_2  */
  .threecol {
    width: 21.8%;
  }
  /* grid_3  */
  .fourcol {
    width: 30.5%;
  }
  /* grid_4  */
  .sixcol {
    width: 47%;
  }
  /* grid_6  */
  .eightcol {
    width: 65%;
  }
  /* grid_8  */
  .ninecol {
    width: 75%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .sixcol,
  .eightcol,
  .ninecol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 4.2%;
    /*margin-left: 3.70370370%;*/
  }
  .onecol.first,
  .twocol.first,
  .threecol.first,
  .fourcol.first,
  .sixcol.first,
  .eightcol.first,
  .ninecol.first,
  .twelvecol.first {
    margin-left: 0;
  }
  .onecol.last,
  .twocol.last,
  .threecol.last,
  .fourcol.last,
  .sixcol.last,
  .eightcol.last,
  .ninecol.last,
  .twelvecol.last {
    float: right;
  }
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 740px;
  }
  .header .header-wrap {
    max-width: 740px;
    margin: 0 auto;
  }
  body {
    overflow: auto;
  }
  .twocol,
  .threecol,
  .fourcol,
  .sixcol,
  .eightcol {
    margin-bottom: 0px;
  }
  .d-sm-block {
    display: block !important;
  }
  /*********************
HEADER STYLES
*********************/
  .nav-buttons {
    margin-top: 18px;
    margin-right: 0;
  }
  .header {
    padding: 0;
    border-bottom: 1px solid #C4C4C4;
    height: 84px;
  }
  .header.fixed .shadow {
    display: block;
    bottom: 0;
  }
  .header #inner-header {
    height: auto;
  }
  .header #logo {
    float: left;
    margin: 14px 0 0 0px;
    width: 139px;
  }
  .header #logo img {
    margin-top: 16px;
  }
  .header .header-demo-button {
    margin-top: 24px;
    padding: 0 10px;
  }
  .header .header-demo-button .header-getConnectedText {
    display: block;
  }
  .header nav ul.nav li ul.sub-menu img {
    display: block;
  }
  .header .mobile-nav-icon {
    margin-top: 35px;
  }
  .header-green {
    top: 84px;
    height: 52px;
  }
  .header-green .header-green-mobile {
    display: none;
  }
  .header-green .header-green-text {
    display: inline-block;
  }
  .header-green .header-green-link {
    display: inline-block;
  }
  /*********************
FOOTER STYLES
*********************/
  /*
you'll probably need to do quite a bit
of overriding here if you styled them for
mobile. Make sure to double check these!
*/
  #content.fixed {
    margin-top: 84px;
    *position: relative;
    *top: 84px;
  }
  /**********************
HOME STYLES
**********************/
  .home .testimonials {
    display: block;
    padding-top: 235px;
  }
  .home .page-bottom-cta {
    display: block;
  }
  .home-banner {
    min-height: 750px;
    padding-top: 235px;
    font-size: 17px;
    line-height: 24px;
    background-position: right -60px bottom 0px;
    text-align: left;
  }
  .home-banner h1 {
    font-size: 62px;
  }
  .home-banner p {
    text-align: left;
  }
  .home-banner .home-banner-image {
    width: 60%;
  }
  .home-county-counter-section {
    padding: 80px 0;
  }
  .home-county-counter-container .home-county-counter-text-container {
    text-align: center;
    padding-top: 210px;
    padding-bottom: 170px;
  }
  .home-county-counter-question-container {
    background-image: url(../images/pixel-black.gif);
    background-repeat: repeat-x;
    background-position: 50%;
    width: 100%;
    height: 36px;
  }
  .home-county-counter-question-container .home-county-counter-question {
    background-color: #e9eaeb;
    font-family: "Suisse", sans-serif;
    font-size: 32px;
    line-height: 36px;
    margin: 0 auto;
    width: 400px;
  }
  .home-solutions .home-solution {
    width: 174px;
  }
  .home-laptop {
    height: 334px;
    width: 595px;
    margin: 64px auto -228px;
    position: relative;
  }
  .home-laptop img {
    margin-top: 10px;
    width: 473px;
    height: auto;
  }
  .home-content + .secondary-content-section {
    text-align: left;
  }
  .home-whitepaper {
    display: block;
  }
  .home-video-frame {
    display: block;
    margin-top: 50px;
    background-image: url(../images/HomeVideoFrame.png);
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    max-height: 359px;
    padding-top: 36px;
  }
  .home-video-frame .home-video-player {
    margin: 0 auto;
    background-image: url("../images/HomeVideoBg.png");
    max-height: 323px;
    max-width: 635px;
  }
  .home-video-frame .home-video-player img {
    display: block;
  }
  .home-blog-section {
    display: block;
  }
  /*********************
15. TRANSACTION TIMELINE STYLES
*********************/
  .transaction-timeline-header {
    background-image: url(../images/transaction-timeline-header-bg.jpg);
    background-size: cover;
    height: 640px;
    padding-top: 147px;
  }
  .transaction-timeline-header h1 {
    font-size: 50px;
    line-height: 49px;
    margin-top: 0;
    text-align: left;
  }
  .transaction-timeline-header p {
    width: 385px;
  }
  .transaction-timeline-section {
    margin-top: 105px;
  }
  .transaction-timeline-section.first {
    margin-top: -94px;
  }
  .transaction-timeline-section .transaction-timeline-section-content {
    min-height: 400px;
  }
  .transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-leftcol {
    width: 297px;
    height: 100%;
    border-right: 1px solid #CCC;
    float: left;
    position: relative;
  }
  .transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-leftcol p {
    margin-right: 35px;
    margin-top: 0;
    hyphens: none;
  }
  .transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-leftcol .transaction-timeline-section-links {
    background-color: #F5F5F5;
    padding: 25px 30px;
    bottom: 0px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -ms-border-bottom-left-radius: 8px;
    -o-border-bottom-left-radius: 8px;
  }
  .transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-leftcol .transaction-timeline-section-links a {
    font-weight: normal;
    font-size: 14px;
    padding-left: 15px;
    background-image: url(../images/green-bullet-arrow.svg);
    background-repeat: no-repeat;
    background-position: left;
    color: #000;
  }
  .transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-rightcol {
    width: 570px;
    margin-left: 35px;
    display: inline-block;
  }
  .transaction-timeline-section .transaction-timeline-section-content .transaction-timeline-section-rightcol #Accordion {
    /*
				h3 {

					&:first-child {
						margin-top: 0;
					}

					img {
						width: 19px;
						margin-right: 10px;
						vertical-align: middle;
					}

					font-size: 15px;
					font-family: @sans-serif-semibold;
					line-height: 17px;
					.border-radius(14px);
					background-color: #EFEFEF;
					color: #000;
					margin: 8px 0;
					padding: 4px 5px;
					background-image: url(../images/accordion-closed.svg);
					background-position: right;
					background-repeat: no-repeat;

					&.open {
						background-image: url(../images/accordion-open.svg);
					}
				}

				div {
					font-size: 14px;
					line-height: 17px;
					padding-left: 35px;
					padding-right: 15px;
				}
				*/
  }
  /**********************
SOLUTION STYLES
**********************/
  .solution-summaries .solution {
    margin-right: 20px;
  }
  .solution-header {
    background-position: top;
    background-size: cover;
    padding-top: 143px;
    min-height: 507px;
  }
  .solution-header h1 {
    margin: 0 0 15px;
  }
  .solution-header .rightcol {
    width: 515px;
    height: 507px;
    position: absolute;
    top: 84px;
    right: 0;
    padding: 143px 90px;
    text-align: left;
    margin-top: 0;
  }
  .solution-header .rightcol .quicklink {
    width: 160px;
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    text-align: left;
    font-size: 17px;
    font-family: "Suisse", sans-serif;
    color: #000;
    background-color: #FFF;
    float: left;
    margin-right: 16px;
    margin-bottom: 22px;
    background-image: url(../images/quicklink-arrow.svg);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
  }
  .solution-subheader .leftcol {
    padding: 170px 60px 90px;
    width: 63%;
    float: left;
  }
  .solution-subheader .leftcol .triangle {
    width: 370px;
    height: 383px;
    margin-right: 60px;
    float: right;
  }
  .solution-subheader .leftcol .triangle img {
    width: 100%;
  }
  .solution-subheader .rightcol {
    width: 573px;
    position: absolute;
    top: 84px;
    right: 0;
    padding: 197px 90px;
  }
  .solution-subheader .rightcol .quicklink {
    width: 160px;
    height: 64px;
    line-height: 64px;
    padding-left: 20px;
    font-size: 17px;
    font-family: "Suisse", sans-serif;
    color: #000;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    margin-right: 16px;
    margin-bottom: 22px;
    background-image: url(../images/quicklink-arrow.svg);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .solution-subheader h2 {
    font-size: 37px;
    font-family: "Suisse", sans-serif;
    margin-top: 0;
  }
  .solution-quicklinks {
    display: none;
  }
  .solution-quicklinks-inner {
    width: 370px;
  }
  .solution-section {
    margin-top: 105px;
    margin-bottom: 0;
  }
  .solution-section.first {
    margin-top: -94px;
  }
  .solution-section .solution-section-content {
    min-height: 365px;
    padding: 45px 35px;
  }
  .solution-section .solution-section-content .solution-section-leftcol {
    width: 297px;
    height: 100%;
    border-right: 1px solid #CCC;
    float: left;
    position: relative;
  }
  .solution-section .solution-section-content .solution-section-leftcol p {
    margin-right: 35px;
    margin-top: 0;
    hyphens: none;
  }
  .solution-section .solution-section-content .solution-section-rightcol {
    /*float: left;*/
    width: 570px;
    margin-left: 35px;
    display: inline-block;
  }
  .solution-section-header {
    background-color: #f7f7f7;
  }
  .solution-section-header .small-text {
    font-size: 18px;
    font-family: "Suisse", sans-serif;
    letter-spacing: 5px;
    color: #000;
  }
  .solution-section-header h2 {
    font-family: "Suisse", sans-serif;
    color: #000;
    font-size: 45px;
    line-height: 52px;
    margin-top: 15px;
    margin-bottom: 50px;
  }
  #Accordion .solution-section-toggle-button {
    font-size: 15px;
    font-family: "Suisse", sans-serif;
    line-height: 19px;
    height: 27px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    border: none;
    color: #000;
    margin: -34px 0 10px;
    padding: 4px 25px 4px 13px;
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    float: right;
    background-color: transparent;
    outline: none;
  }
  #Accordion .solution-section-toggle-button.expand {
    background-image: url(../images/accordion-closed.svg);
  }
  #Accordion .solution-section-toggle-button.collapse {
    background-image: url(../images/accordion-open.svg);
  }
  #Accordion .solution-section-toggle-button + h3 {
    margin-top: 0;
  }
  #Accordion h3 {
    font-size: 15px;
    font-family: "Suisse", sans-serif;
    line-height: 19px;
    height: 27px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    background-color: #EFEFEF;
    color: #000;
    margin: 8px 0;
    padding: 4px 5px;
    background-image: url(../images/accordion-closed.svg);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  #Accordion h3:first-child {
    margin-top: 0;
  }
  #Accordion h3 img {
    width: 19px;
    margin-right: 10px;
    vertical-align: middle;
    float: left;
    display: inline-block;
  }
  #Accordion h3.open {
    background-image: url(../images/accordion-open.svg);
  }
  #Accordion div {
    font-size: 14px;
    line-height: 17px;
    padding-left: 35px;
    padding-right: 15px;
  }
  /*********************
    LENDERS STYLES
********************/
  .lenders-header {
    background-image: url(../images/lenders-header-bg.jpg);
  }
  .lenders-subheader .leftcol .triangle {
    margin-top: -40px;
  }
  /*********************
    SETTLEMENT AGENTS STYLES
*********************/
  .settlementagents-header {
    background-image: url(../images/settlementagents-header-bg.jpg);
  }
  .settlementagents-subheader .leftcol {
    padding-top: 108px;
  }
  .settlementagents-subheader .rightcol {
    padding-top: 137px;
    padding-bottom: 222px;
  }
  /*********************
    COUNTIES STYLES
*********************/
  .counties-bullet-list {
    margin-top: 40px;
  }
  .counties-bullet-list li {
    font-family: "Suisse", sans-serif;
    font-size: 18px;
    line-height: 33px;
    background-image: url(../images/counties-checkmark-circle.svg);
    background-size: 19px;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 29px;
    color: #000;
  }
  .counties-audiences {
    padding-bottom: 140px;
  }
  .counties-audiences .eightcol {
    width: 680px;
  }
  .counties-audiences .quicklink {
    width: 210px;
    height: 76px;
    line-height: 76px;
    padding-left: 20px;
    font-size: 20px;
    font-family: "Suisse", sans-serif;
    color: #000;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    margin-right: 16px;
    margin-bottom: 22px;
    background-image: url(../images/quicklink-arrow.svg);
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .content-section.counties-blue-bar {
    background-image: url(../images/counties-subheader-bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 294px;
    padding: 0;
  }
  .content-section.counties-blue-bar .fourcol {
    padding: 72px 0;
    background-image: url(../images/counties-subheader-bg.svg);
    background-repeat: no-repeat;
    background-position: right -1369px top 50%;
    background-size: cover;
    display: block;
  }
  .content-section.counties-blue-bar .fourcol img {
    width: 143px;
  }
  .content-section.counties-blue-bar .eightcol {
    padding: 72px 0 0 40px;
    background-image: url(../images/counties-subheader-bg.svg);
    background-repeat: no-repeat;
    background-position: right 0px top 50%;
    background-size: cover;
    color: #FFF;
    margin-left: 0;
    float: left;
    height: 294px;
  }
  .content-section.counties-blue-bar .eightcol p {
    font-family: "Suisse", sans-serif;
    font-size: 23px;
    line-height: 29px;
    margin-bottom: 0;
  }
  .content-section.counties-blue-bar .eightcol h2 {
    font-size: 49px;
    line-height: 54px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-family: "Suisse", sans-serif;
  }
  .content-section.green-subheader {
    background-image: url(../images/green-subheader-bg.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    height: 327px;
    padding: 0;
  }
  .content-section.green-subheader .fourcol {
    background-image: url(../images/green-subheader-bg.svg);
    background-repeat: no-repeat;
    background-position: right -1525px top 50%;
    background-size: cover;
    padding: 72px 0;
    display: block;
  }
  .content-section.green-subheader .fourcol img {
    height: 176px;
  }
  .content-section.green-subheader .eightcol {
    background-image: url(../images/green-subheader-bg.svg);
    background-repeat: no-repeat;
    background-position: right 0% top 50%;
    background-size: cover;
    padding: 72px 0 0 40px;
    height: 327px;
    float: left;
    margin-left: 0;
  }
  .content-section.green-subheader .eightcol p {
    font-family: "Suisse", sans-serif;
    font-size: 17px;
    line-height: 31px;
    margin: 10px 0;
  }
  .content-section.tertiary .eightcol.first {
    padding-right: 100px;
  }
  .content-section.tertiary .quote-container {
    display: block;
  }
  .counties-audience .quote-container {
    margin-bottom: 20px;
  }
  .counties-audience .quote-container .quote {
    font-size: 15px;
    line-height: 23px;
  }
  .counties-audience .content-section.gray {
    background-color: #f8f8f8;
    color: #000;
  }
  .counties-audience .content-section.gray .small-text {
    margin-bottom: 26px;
    color: #000;
  }
  .counties-audience .quicklink {
    width: 146px;
    height: 55px;
    line-height: 55px;
    padding-left: 14px;
    font-size: 15px;
    font-family: "Suisse", sans-serif;
    color: #000;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    margin-right: 16px;
    margin-bottom: 22px;
    background-image: url(../images/quicklink-arrow.svg);
    background-position: right 3px top 50%;
    background-repeat: no-repeat;
    background-size: 27px 27px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .counties-audience-header {
    color: #FFF;
    min-height: 274px;
    background-image: url(../images/origami-green-header-bg.svg);
    background-position: bottom;
    background-size: cover;
    padding: 102px 0 0;
  }
  .counties-audience-header .small-text {
    font-size: 18px;
    line-height: 19px;
    font-family: "Suisse", sans-serif;
    display: block;
  }
  .counties-audience-header h1 {
    font-family: "Suisse", sans-serif;
    font-size: 57px;
    line-height: 60px;
    margin-top: 32px;
    margin-bottom: 0px;
  }
  /**********************
PLATFORM STYLES
**********************/
  .platform-header {
    text-align: center;
    background-image: url(../images/origami-green-header-bg.svg);
    background-position: top;
    background-size: cover;
    width: 100%;
    min-height: 375px;
    padding: 95px 0 30px;
  }
  .platform-header h1 {
    font-size: 54px;
    margin: 0 auto;
    line-height: 51px;
  }
  .platform-header p {
    font-size: 20px;
    line-height: 24px;
    font-family: "Suisse", sans-serif;
    margin-bottom: 0;
  }
  .platform-header .divider {
    width: 85px;
    height: 1px;
    background-color: #FFFFFF;
    margin: 30px auto;
  }
  .platform-sections .platform-section {
    margin: 25px 25px 0 0;
    clear: none;
  }
  .platform-transaction-timeline-mobile a {
    width: 50%;
    margin: 0 auto;
  }
  /*********************
PLATFORM TERTIARY STYLES
*********************/
  .security-and-data-centers-header,
  .onboarding-header,
  .audit-trails-header,
  .custom-integrations-header {
    text-align: center;
    color: #000;
    background-image: url(../images/origami-gray-header-bg.svg);
    background-position: top;
    background-size: cover;
    width: 100%;
    min-height: 476px;
    padding: 110px 0 30px;
  }
  .security-and-data-centers-header img,
  .onboarding-header img,
  .audit-trails-header img,
  .custom-integrations-header img {
    height: 106px;
    width: 106px;
    margin-bottom: 10px;
  }
  .security-and-data-centers-header h1,
  .onboarding-header h1,
  .audit-trails-header h1,
  .custom-integrations-header h1 {
    font-size: 54px;
    margin: 0 auto;
    line-height: 51px;
  }
  .security-and-data-centers-header p,
  .onboarding-header p,
  .audit-trails-header p,
  .custom-integrations-header p {
    font-size: 23px;
    line-height: 27px;
    font-family: "Suisse", sans-serif;
  }
  /*********************
RESOURCES STYLES
*********************/
  .resource-summaries .resource {
    margin-right: 20px;
  }
  .white-papers-header {
    padding: 110px 0 30px;
    min-height: 645px;
  }
  .white-papers-header img {
    height: 430px;
    float: left;
    margin-right: 40px;
    margin-bottom: 0;
  }
  .white-papers-header h1 {
    margin-bottom: 32px;
  }
  .white-papers-header p {
    margin-bottom: 64px;
  }
  .white-paper {
    margin-bottom: 0;
  }
  .videos-header {
    padding: 110px 0 30px;
  }
  .single-video-header {
    color: #FFF;
    background-image: url(../images/origami-dark-gray-header-bg.svg);
    background-position: bottom;
    background-size: cover;
    width: 100%;
    padding-top: 50px;
  }
  .single-video-title {
    background-color: #5c686d;
    color: #FFF;
    padding: 35px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .single-video-title h2 {
    font-family: "Suisse", sans-serif;
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .single-video-title p {
    font-size: 17px;
    line-height: 24px;
  }
  .support-and-training-header {
    padding: 110px 0 30px;
    min-height: 274px;
  }
  .support-and-training-header h1 {
    font-size: 59px;
  }
  .support-and-training .quote-container {
    display: block;
  }
  .support-and-training .support-and-training-block {
    padding: 50px 70px;
  }
  .support-and-training .support-and-training-block h2 {
    margin-left: -108px;
    line-height: 75px;
  }
  .support-and-training .support-and-training-block h2 img {
    margin-right: 30px;
    height: 75px;
    width: 75px;
    float: left;
    display: block;
  }
  /**********************
SECONDARY STYLES
**********************/
  .secondary-banner {
    height: 336px;
    padding-bottom: 0px;
  }
  .secondary-banner-title {
    padding-top: 60px;
  }
  .secondary-navbar.new {
    display: block;
    height: 72px;
    background-color: #000000;
  }
  .secondary-navbar.new .secondary-navbar-outer {
    height: 72px;
    width: 122px;
    margin: 0px;
    padding: 0px;
    display: table;
    float: left;
    overflow: hidden;
  }
  .secondary-navbar.new .secondary-navbar-outer:hover {
    background-color: #5e6a71;
    cursor: pointer;
  }
  .secondary-navbar.new .secondary-navbar-outer .secondary-navbar-inner {
    font-family: "Suisse", sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #FFF;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
  }
  .secondary-navbar.new .secondary-navbar-outer .secondary-navbar-inner.active {
    color: #FFF;
    background-color: #525d62;
  }
  .secondary-navbar.new .secondary-navbar-outer .secondary-navbar-inner:hover {
    cursor: pointer;
    color: #FFF;
  }
  .secondary-navbar.new.fixed {
    position: fixed;
    top: 105px;
    width: 100%;
    height: 40px;
    z-index: 50;
  }
  .secondary-navbar.new.fixed .secondary-navbar-outer {
    height: 40px;
  }
  .secondary-navbar.new .button-services-e-recording.active {
    background-color: #71c5e8 !important;
  }
  .secondary-navbar.new .button-services-collaboration.active {
    background-color: #17b4a5 !important;
  }
  .secondary-navbar.new .button-services-post-closing.active {
    background-color: #a53f66 !important;
  }
  .tertiary-navbar.fixed {
    background-color: #FFF;
    position: fixed;
    width: 100%;
    top: 144px;
    z-index: 3;
  }
  .tertiary-navbar a {
    float: left;
    color: #000000;
    font-size: 13px;
    line-height: 36px;
    text-transform: uppercase;
    margin-right: 24px;
    margin-bottom: 9px;
    background-color: #FFF;
    padding-top: 11px;
  }
  .tertiary-navbar a:hover {
    color: #71c5e8;
  }
  .tertiary-navbar .shadow {
    position: relative;
    height: 24px;
    margin-bottom: -24px;
    width: 100%;
    text-align: center;
    z-index: 2;
    display: block;
  }
  .secondary-content-section h2 {
    font-size: 48px;
  }
  .secondary-content-section .zebraList1 {
    margin-bottom: 18px;
  }
  .secondary-content-section .zebraList2 {
    margin-top: 18px;
  }
  .secondary-content-section.countyHeader {
    height: 240px;
  }
  .secondary-content-section.countyHeader h2 {
    margin-top: 145px;
    font-size: 46px;
  }
  .secondary-content-section.green-split {
    background-image: url(../images/GreenSplitBg.png);
    background-position: center;
    background-repeat: repeat-y;
  }
  .secondary-content-section.green-split .wrap {
    width: 740px;
  }
  .secondary-content-section.green-split .first {
    background-color: transparent;
    padding: 0;
  }
  .secondary-content-section.green-split .last {
    background-color: transparent;
    padding: 0;
    padding-left: 10px;
    padding-top: 30px;
  }
  .secondary-content-countyCounter {
    display: block;
  }
  /*********************
Cares styles
*********************/
  .cares-banner {
    min-height: 174px;
  }
  .cares-banner img {
    margin: 60px 0 0;
    width: auto;
  }
  .cares-section3 {
    background-image: url(../images/CaresSection3Bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    min-height: 372px;
    text-align: left;
  }
  .cares-habitat-logo {
    width: auto;
  }
  /*********************
Tertiary styles
*********************/
  .tertiary-banner {
    height: 150px;
  }
  /*********************
Products styles
*********************/
  .products-row {
    text-align: center;
  }
  .products-row h2 {
    font-size: 40px;
  }
  .products-row.products-send {
    padding-right: 50px;
    background-image: url(../images/VerticalBarGrey.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
  .products-row.products-send h2 {
    font-size: 40px;
  }
  .products-row.products-receive {
    padding-left: 50px;
  }
  .products-row.products-receive h2 {
    font-size: 40px;
  }
  .products-row-send {
    height: 375px;
    padding-bottom: 0;
  }
  .products-row-send .products-send-bannerImageLarge {
    display: block;
    margin-top: 0px;
  }
  .products-row-send .products-text {
    padding-right: 340px;
  }
  .products-row-receive {
    height: 425px;
    padding-bottom: 0;
  }
  .products-row-receive .products-receive-bannerImageLarge {
    display: block;
    margin-top: 39px;
  }
  .products-row-receive .products-text {
    padding-left: 340px;
  }
  .products-bannerSubtitle {
    text-align: left;
    padding-bottom: 0;
  }
  .products-send-section1 {
    background-image: url(../images/SendSection1BG.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .products-send-section1 .callToAction {
    margin-left: 30px;
  }
  .products-send-section1 .callToAction h3 {
    font-size: 30px;
    margin: 1em 0;
  }
  .products-send-section1 .callToAction h3 br:first-child {
    display: block;
  }
  .products-send-section1 .moreArrowGreen {
    float: right;
    display: inline;
  }
  .products-send-section1 .moreArrowGreenMobile .moreArrowGreen {
    display: none;
  }
  .products-send-section1 .zebraList1 li:last-child {
    background-image: url(../images/IconListCheckmarkGreen.png);
  }
  .products-send-bannerImageLarge {
    background-image: url(../images/ProductSendLarge.png);
    width: 300px;
    height: 376px;
    margin-top: -53px;
    float: right;
    display: block;
  }
  .products-send-bannerImageLarge + h1 {
    font-size: 60px;
    text-align: left;
    margin-top: 95px;
  }
  .products-send-segments {
    padding: 0 80px;
  }
  .products-send-segments br {
    clear: both;
  }
  .products-send-segments br + a .products-segment-outer {
    margin-left: 90px;
  }
  .products-send-doctypes {
    padding: 0 118px;
  }
  .products-send-doctype {
    margin: 17px;
  }
  .products-receive-bannerImageLarge {
    background-image: url(../images/ProductReceiveLarge.png);
    width: 302px;
    height: 386px;
    margin-top: -53px;
    float: left;
    display: block;
  }
  .products-receive-bannerImageLarge + h1 {
    font-size: 60px;
    text-align: left;
    margin-top: 95px;
  }
  .products-receive-section1 {
    background-image: url(../images/ReceiveSection1BG.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #71c5e8;
    color: #ffffff;
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: cover;
  }
  .products-receive-section1 a {
    float: left;
    line-height: 32px !important;
  }
  .products-receive-coins {
    width: 236px;
    height: 111px;
    margin: 20px auto -45px;
    background-image: url(../images/ReceiveCoins.png);
    background-repeat: no-repeat;
  }
  .products-receive-section4 .moreArrowGreen {
    float: right;
    display: inline;
  }
  .products-receive-section4 .moreArrowGreenMobile .moreArrowGreen {
    display: none;
  }
  .products-receive-section4 .zebraList2 li:last-child {
    display: none;
  }
  .products-receive-segments {
    padding: 0 154px;
  }
  .products-receive-segments .products-segment-outer {
    margin: 18px;
  }
  .products-segment-outer {
    margin: 18px;
  }
  /*********************
QUOTE BLOCK STYLES
*********************/
  .priceBlock {
    color: #ffffff;
    background-color: #57A617;
    font-size: 24px;
    font-family: "Suisse", sans-serif;
    line-height: 35px;
    background-image: url(../images/PriceBGGreen.png);
    background-repeat: no-repeat;
    padding: 0 36px 36px 72px;
  }
  .priceBlock h3 {
    font-size: 24px;
  }
  .quoteBlock {
    font-size: 26px;
    font-family: "Suisse", sans-serif;
    line-height: 40px;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 36px 72px 72px;
  }
  .quoteBlock .quoteBlock-title {
    font-family: "Suisse", sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 25px 0;
    letter-spacing: .1em;
  }
  /*********************
ABOUT US STYLES
*********************/
  .about-us-header {
    background-image: url(../images/about-us-header-bg.jpg);
    background-size: 55%;
    background-position: right;
    background-repeat: no-repeat;
    min-height: 625px;
    padding: 175px 0 0;
  }
  .about-us-header h1 {
    font-size: 86px;
    line-height: 77px;
    font-family: "Suisse", sans-serif;
    margin-top: 0;
  }
  .about-us-header p {
    font-size: 18px;
    line-height: 28px;
    font-family: "Suisse", sans-serif;
  }
  .about-us-laptop {
    display: block;
  }
  .about-us-banner {
    height: 337px;
    color: #ffffff;
    text-align: left;
    background-image: url(../images/AboutUsBannerBg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
  }
  .about-us-banner-title {
    color: #ffffff;
    font-family: "Suisse", sans-serif;
    font-size: 54px;
    line-height: 72px;
    margin: 0;
    padding: 73px 0 40px;
    position: relative;
  }
  .about-us-banner-title div {
    display: inline;
  }
  .contact-us .contact-us-block {
    padding: 50px 70px;
  }
  .contact-us .contact-us-block h2 {
    margin-left: -108px;
    line-height: 75px;
  }
  .contact-us .contact-us-block h2 img {
    margin-right: 30px;
    height: 75px;
    width: 75px;
    float: left;
    display: block;
  }
  /*********************
PARTNERS STYLES
*********************/
  .partners-header,
  .contact-us-header,
  .news-and-press-header {
    min-height: 274px;
    background-image: url(../images/origami-green-header-bg.svg);
    background-position: bottom;
    background-size: cover;
    padding: 140px 0 0;
  }
  .partners-header h1,
  .contact-us-header h1,
  .news-and-press-header h1 {
    font-family: "Suisse", sans-serif;
    font-size: 59px;
    line-height: 60px;
    margin: 0px;
  }
  .partners-header p,
  .contact-us-header p,
  .news-and-press-header p {
    font-family: "Suisse", sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin: 10px 0px 0px 0px;
  }
  .partners-header .small-text,
  .contact-us-header .small-text,
  .news-and-press-header .small-text {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .partner-header {
    min-height: 215px;
    padding: 94px 0 0;
  }
  .partner-header h1 {
    font-family: "Suisse", sans-serif;
    font-size: 45px;
    line-height: 45px;
    margin: 0px;
  }
  .partner-header .small-text {
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 2px;
    margin-bottom: 16px;
  }
  .partner .partner-logo {
    width: 110px;
    float: left;
    margin-left: -110px;
  }
  .partner .partner-logo img {
    max-width: 100%;
  }
  .partner .partner-text {
    display: inline-block;
    margin-top: 44px;
    padding-left: 110px;
  }
  .partner .partner-text p {
    margin-top: 0;
    margin-left: 30px;
  }
  .partner .partners-form {
    margin-top: -93px;
  }
  /*********************
23. CAREERS STYLES
*********************/
  .careers-banner {
    height: 493px;
  }
  .careers-banner-title {
    color: #ffffff;
    font-family: "Suisse", sans-serif;
    font-size: 72px;
    line-height: 72px;
    margin: 0;
    padding: 185px 0 30px;
    position: relative;
  }
  .careers-banner-subtext {
    color: #ffffff;
    font-family: "Suisse", sans-serif;
    font-size: 20px;
    line-height: 30px;
  }
  .careers-positions-header {
    height: 60px;
    color: #ffffff;
    background-color: #71c5e8;
    padding: 30px 36px 0px;
    margin-top: 0;
  }
  .careers-positions-list {
    background-color: #71c5e8;
    padding: 0 36px 60px;
    margin: 0;
  }
  .careers-positions-list li {
    font-family: "Suisse", sans-serif;
    font-size: 24px;
    line-height: 36px;
    border-bottom: 1px solid #CFE5A3;
    padding: 12px 0;
  }
  .careers-positions-list li:last-child {
    border-bottom: none;
  }
  .careers-positions-list li a {
    color: #CFE5A3;
  }
  .careers-positions-list li a:hover {
    color: #ffffff;
  }
  .careers-banner ~ .secondary-content-section.light h1 {
    font-size: 60px;
  }
  .careers-banner ~ .secondary-content-section.white img {
    width: 100%;
  }
  /*********************
NEWS & PRESS STYLES
*********************/
  .news-and-press h2 {
    font-family: "Suisse", sans-serif;
    font-size: 49px;
    line-height: 49px;
    color: #000;
    margin-bottom: 22px;
  }
  .news-and-press .news-and-press-tabs {
    border-bottom: 1px solid #71c5e8;
    height: 46px;
    font-size: 16px;
    font-family: "Suisse", sans-serif;
    margin-bottom: 0;
  }
  .news-and-press .news-and-press-tabs .tab {
    width: 182px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #e9eaeb;
    color: #c9dab6;
    margin: 0;
    float: left;
  }
  .news-and-press .news-and-press-tabs .tab:hover {
    color: #71c5e8;
    cursor: pointer;
  }
  .news-and-press .news-and-press-tabs .tab.active {
    background-color: #71c5e8;
    color: #FFF;
  }
  .news-and-press .news-and-press-tabs .tab.active:hover {
    cursor: default;
    color: #FFF;
  }
  .news-and-press .small-text {
    display: inline-block;
  }
  .news-and-press .news-and-press-year-picker {
    display: inline-block;
    background-color: #e9eaeb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    line-height: 32px;
    padding: 0 13px;
    margin-left: 16px;
  }
  .news-and-press .news-and-press-year-picker select {
    background-color: transparent;
    border: none;
  }
  .news-and-press .news-and-press-year-picker select option {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-family: "Suisse", sans-serif;
  }
  .news-and-press .news-and-press-content-container .news-header,
  .news-and-press .news-and-press-content-container .press-header {
    line-height: 42px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-family: "Suisse", sans-serif;
    font-size: 20px;
    color: #000;
    width: 100%;
    margin-bottom: 32px;
    margin-top: 45px;
    display: block;
  }
  .news-and-press .news-and-press-content-container .news-header .column1,
  .news-and-press .news-and-press-content-container .press-header .column1 {
    width: 160px;
    display: inline-block;
  }
  .news-and-press .news-and-press-content-container .news-header .column2,
  .news-and-press .news-and-press-content-container .press-header .column2 {
    display: inline-block;
  }
  .news-and-press .news-and-press-content-container .news-story,
  .news-and-press .news-and-press-content-container .press-release {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
    width: 100%;
  }
  .news-and-press .news-and-press-content-container .news-story .news-story-date,
  .news-and-press .news-and-press-content-container .press-release .news-story-date,
  .news-and-press .news-and-press-content-container .news-story .press-release-date,
  .news-and-press .news-and-press-content-container .press-release .press-release-date {
    width: 160px;
    font-family: "Suisse", sans-serif;
    display: inline-block;
    vertical-align: top;
  }
  .news-and-press .news-and-press-content-container .news-story .news-story-content,
  .news-and-press .news-and-press-content-container .press-release .news-story-content,
  .news-and-press .news-and-press-content-container .news-story .press-release-content,
  .news-and-press .news-and-press-content-container .press-release .press-release-content {
    display: inline-block;
    font-family: "Suisse", sans-serif;
    width: calc(100% - 165px);
    overflow: hidden;
  }
  .news-and-press .news-and-press-content-container .news-story .news-story-content .news-story-publisher,
  .news-and-press .news-and-press-content-container .press-release .news-story-content .news-story-publisher,
  .news-and-press .news-and-press-content-container .news-story .press-release-content .news-story-publisher,
  .news-and-press .news-and-press-content-container .press-release .press-release-content .news-story-publisher {
    color: #000;
  }
  .news-and-press .news-and-press-content-container .news-story .news-story-content .news-story-link,
  .news-and-press .news-and-press-content-container .press-release .news-story-content .news-story-link,
  .news-and-press .news-and-press-content-container .news-story .press-release-content .news-story-link,
  .news-and-press .news-and-press-content-container .press-release .press-release-content .news-story-link,
  .news-and-press .news-and-press-content-container .news-story .news-story-content .press-release-link,
  .news-and-press .news-and-press-content-container .press-release .news-story-content .press-release-link,
  .news-and-press .news-and-press-content-container .news-story .press-release-content .press-release-link,
  .news-and-press .news-and-press-content-container .press-release .press-release-content .press-release-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-and-press .news-and-press-content-container .news-story .news-story-content .news-story-link a,
  .news-and-press .news-and-press-content-container .press-release .news-story-content .news-story-link a,
  .news-and-press .news-and-press-content-container .news-story .press-release-content .news-story-link a,
  .news-and-press .news-and-press-content-container .press-release .press-release-content .news-story-link a,
  .news-and-press .news-and-press-content-container .news-story .news-story-content .press-release-link a,
  .news-and-press .news-and-press-content-container .press-release .news-story-content .press-release-link a,
  .news-and-press .news-and-press-content-container .news-story .press-release-content .press-release-link a,
  .news-and-press .news-and-press-content-container .press-release .press-release-content .press-release-link a {
    color: #71c5e8;
    text-decoration: underline;
  }
  /*********************
18. Collaboration styles
*********************/
  .collaboration-row .collaboration-lenders {
    padding-right: 50px;
    background-image: url(../images/VerticalBarGrey.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
  .collaboration-row .collaboration-settlementAgents {
    padding-left: 50px;
  }
  .collaboration-row .collaboration-lenders,
  .collaboration-row .collaboration-settlementAgents {
    text-align: center;
    margin-bottom: 50px;
  }
  /*********************
Post Closing styles
*********************/
  .postClosing-row .postClosing-lenders {
    padding-right: 50px;
    background-image: url(../images/VerticalBarGrey.png);
    background-position: right top;
    background-repeat: no-repeat;
  }
  .postClosing-row .postClosing-settlementAgents {
    padding-left: 50px;
  }
  .postClosing-row .postClosing-lenders,
  .postClosing-row .postClosing-settlementAgents {
    text-align: center;
    margin-bottom: 50px;
  }
  /*********************
FORMS STYLES
*********************/
  .form-vertical input[type=text],
  .form-vertical input[type=email] {
    width: 440px;
  }
  #getStarted_column3 {
    /*	height: 180px;

	#getStarted_submit {
		position: absolute;
		bottom: 0px;
		left: 0px;
	}
	*/
  }
  /*********************
BLOG STYLES
*********************/
  .single-post .blog-image {
    max-width: 100%;
  }
  .single-post .blog-image.no-expand:hover {
    max-width: 100% !important;
    margin-left: 0 !important;
  }
  .single-post .blog-image:hover {
    max-width: 225%;
    margin-left: -35%;
    z-index: 500;
  }
  /*********************
TESTIMONIALS STYLES
*********************/
  .testimonials {
    display: block;
  }
  /**** Drift Styles ***/
  #drift-frame-controller {
    bottom: 24px !important;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /******************************************************************
Desktop Stylsheet
******************************************************************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    width: 990px;
  }
  .header .header-wrap {
    max-width: 990px;
    margin: 0 auto;
  }
  body {
    overflow: auto;
  }
  /*********************
HEADER STYLES
*********************/
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(0);
    margin-right: calc(-2rem);
    margin-left: calc(-2rem);
  }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(2rem);
    padding-left: calc(2rem);
    margin-top: 4rem;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .justify-content-end {
    justify-content: flex-end !important;
  }
  .list-unstyled {
    padding-left: 0;
    list-style: none;
  }
  /*********************
FOOTER STYLES
*********************/
  .footer {
    clear: both;
    padding-top: 65px;
  }
  .footer nav ul.nav {
    float: left;
    margin-top: 0px;
  }
  .footer nav ul.nav li {
    margin-right: 48px;
  }
  .footer nav .footer-social-container {
    font-size: 24px;
  }
  /*********************
NAVIGATION STYLES
*********************/
  /*********************
HOME STYLES
*********************/
  .home-banner-title {
    position: relative;
  }
  .home-section-2 {
    background-image: url(../images/home-section-2-crop-bg.jpg);
    background-position: left calc(50% - 450px) bottom 0px;
    background-size: 530px;
    min-height: 575px;
    padding: 60px 0 0;
    background-repeat: no-repeat;
  }
  .home-section-2 h2 {
    text-align: left;
  }
  .home-section-2 .home-section-2-left {
    width: 43%;
    float: left;
    margin-right: 3%;
  }
  .home-section-2 .home-section-2-right {
    width: 54%;
    float: left;
  }
  .home-county-counter-container .home-county-counter-text-container {
    text-align: center;
  }
  .platform-transaction-timeline {
    display: block;
  }
  .platform-transaction-timeline-mobile {
    display: none;
  }
  /*********************
VIDEO STYLES
*********************/
  .single-video-title {
    height: 183px;
    background-color: #5c686d;
    color: #FFF;
    padding: 35px 50px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
  .single-video-title h2 {
    font-family: "Suisse", sans-serif;
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 12px;
    margin-top: 0;
  }
  .single-video-title p {
    font-size: 17px;
    line-height: 24px;
  }
  /*********************
15. E-RECORDING STYLES
*********************/
  .e-recording-header {
    min-height: 676px;
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-image: url(../images/origami-green-header-bg.svg);
    background-position: top;
    background-size: cover;
    padding-bottom: 0;
  }
  .e-recording-header h1 {
    font-size: 76px;
    line-height: 73px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .e-recording-header .e-recording-header-image {
    margin-bottom: -7px;
    margin-top: 40px;
  }
  .e-recording-header .e-recording-header-image img {
    height: 283px;
  }
  .e-recording-section-button {
    background-position: top 50% right 36px;
  }
  .e-recording-section-button .title {
    font-size: 28px;
  }
  .e-recording-what-section h1 {
    font-size: 68px;
    line-height: 68px;
    margin-bottom: 65px;
    margin-top: 0;
    color: #71c5e8;
  }
  .e-recording-what-section h1 br {
    display: block;
  }
  .e-recording-what-section p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
  }
  .e-recording-network {
    background-image: url(../images/e-recording-network-bg.svg);
    background-size: cover;
    background-position: top 50% right 50%;
    background-repeat: no-repeat;
    padding-top: 0;
  }
  .e-recording-network .leftcol {
    width: 66.6%;
    float: left;
    padding: 0;
  }
  .e-recording-network .leftcol div:first-child {
    width: 520px;
    float: right;
    margin-right: 290px;
  }
  .e-recording-network .leftcol div:first-child h1 {
    font-size: 60px;
    text-align: left;
  }
  .e-recording-network .leftcol div:first-child h1 br {
    display: block;
  }
  .e-recording-network .leftcol p {
    width: 450px;
  }
  .e-recording-network .rightcol {
    width: 32%;
    float: left;
    position: absolute;
    bottom: 70px;
    right: 35px;
    display: block;
  }
  .e-recording-network .rightcol div {
    width: 250px;
    float: left;
    margin-left: 50px;
    text-align: center;
  }
  .e-recording-network .gray-bar {
    display: inline-block;
  }
  .e-recording-county-counter {
    color: #71c5e8;
    margin-left: 0 !important;
  }
  .e-recording-county-counter-mobile {
    display: none;
  }
  .e-recording-network-county-counter-small-text-left {
    width: 225px;
    text-align: right;
    display: inline-block;
  }
  .e-recording-network-county-counter-small-text-right {
    width: 225px;
    text-align: left;
    display: inline-block;
  }
  .e-recording-network-header {
    min-height: 405px;
    text-align: center;
    padding: 140px 0 0;
  }
  .e-recording-network-header h1 {
    font-size: 56px;
    line-height: 54px;
    font-family: "Suisse", sans-serif;
    margin: 0;
  }
  .e-recording-network-county-counters {
    text-align: center;
    height: 130px;
    background-color: #71c5e8;
    padding: 0;
  }
  .e-recording-network-county-counters .e-recording-network-county-counter-text {
    line-height: 130px;
    font-size: 23px;
    letter-spacing: 2px;
    height: 130px;
    font-family: "Suisse", sans-serif;
  }
  .e-recording-network-county-counters .e-recording-network-county-counter-text .home-county-counter {
    font-size: 73px;
    font-family: "Suisse", sans-serif;
    padding: 0 24px;
    margin: 0 24px;
    background-color: #71c5e8;
    display: inline-block;
    line-height: 130px;
    height: 130px;
    vertical-align: top;
  }
  .state-header {
    min-height: 270px;
    background-image: url(../images/state-header-bg.svg);
    background-position: top 50% right 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 135px 0 0;
  }
  .state-header h1 {
    font-size: 60px;
    line-height: 70px;
    color: #FFF;
    margin-top: 0;
  }
  .county-header {
    min-height: 270px;
    padding: 135px 0 0;
    color: #FFF;
  }
  .county-header h1 {
    font-size: 60px;
    line-height: 70px;
    margin-top: 0;
  }
  .send-documents-header {
    padding: 102px 0 30px;
    min-height: 274px;
  }
  .send-documents-section-1 h2 br {
    display: block;
  }
  .send-documents-section-1 .sixcol.first {
    padding-right: 45px;
  }
  .send-documents-section-1 img {
    width: 370px;
    display: inherit;
    margin: 95px auto 0;
  }
  .send-documents-section-1 ul {
    margin-top: 68px;
  }
  .send-documents-section-1 .small-text {
    margin-top: 10px;
    float: left;
  }
  .send-documents-how-it-works .send-documents-step {
    height: 295px;
  }
  .send-documents-how-it-works .send-documents-step .step-number {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    margin: 0 auto 25px;
  }
  .send-documents-audiences {
    min-height: 258px;
    padding: 75px 0;
    background-color: #f8f8f8;
    text-align: center;
  }
  .send-documents-audiences .small-text {
    letter-spacing: 3px;
    margin-bottom: 35px;
  }
  .send-documents-audiences .quicklink {
    width: 187px;
    height: 55px;
    line-height: 55px;
    padding-left: 16px;
    font-size: 15px;
    font-family: "Suisse", sans-serif;
    color: #000;
    background-color: #FFF;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    float: left;
    margin-right: 10px;
    margin-bottom: 22px;
    background-image: url(../images/quicklink-arrow.svg);
    background-position: right 8px top 50%;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    text-align: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  }
  .send-documents-audience-header {
    padding: 30px 0;
  }
  .send-documents-audience-header h1 {
    font-size: 57px;
  }
  .send-documents-why-simplifile {
    padding: 115px 0;
  }
  .send-documents-why-simplifile .small-text {
    float: left;
  }
  .send-documents-doctypes p br {
    display: block;
  }
  .send-documents-doctypes-image {
    display: block;
  }
  .send-documents-doctypes-image-mobile {
    display: none;
  }
  .what-is-e-recording h2 {
    font-size: 51px;
    line-height: 56px;
  }
  .what-is-e-recording-header {
    background-color: #71c5e8;
    padding-top: 195px;
    padding-bottom: 0;
    text-align: center;
  }
  .what-is-e-recording-header h1 {
    font-family: "Suisse", sans-serif;
    font-size: 59px;
    line-height: 54px;
    margin: 0px;
  }
  .what-is-e-recording-header p {
    font-family: "Suisse", sans-serif;
    font-size: 17px;
    line-height: 23px;
    margin-top: 36px;
  }
  .what-is-e-recording-header .video-container {
    width: 600px;
    margin: 65px auto 0;
  }
  .what-is-e-recording-how-block {
    height: 350px;
    width: 230px;
    display: inline-block;
    background-color: #e9eaeb;
    margin-right: 35px;
    margin-bottom: 0;
    padding: 50px 25px;
    vertical-align: top;
    text-align: center;
    border-bottom: 6px solid #71c5e8;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  }
  .what-is-e-recording-network h3 br {
    display: block;
  }
  .what-is-e-recording-network p {
    margin: 16px 0;
  }
  .what-is-e-recording-green-divider {
    width: 490px;
    margin: 30px auto 50px;
  }
  .what-is-e-recording-laws-and-leg h2 br {
    display: block;
  }
  .what-is-e-recording-laws-and-leg .eightcol.first {
    border-right: 1px solid #FFF;
    padding-right: 42px;
  }
  .what-is-e-recording-laws-and-leg .fourcol {
    display: block;
  }
  /*********************
SECONDARY STYLES
*********************/
  .secondary-banner {
    font-size: 40px;
  }
  .secondary-banner-subtitle br {
    display: block;
  }
  .secondary-navbar .secondary-navbar-outer {
    width: 132px;
  }
  .secondary-navbar-arrowBar .secondary-navbar-arrow.link1 {
    background-position: 16px -1px;
  }
  .secondary-navbar-arrowBar .secondary-navbar-arrow.link2 {
    background-position: 138px -1px;
  }
  .secondary-navbar-arrowBar .secondary-navbar-arrow.link3 {
    background-position: 260px -1px;
  }
  .secondary-navbar-arrowBar .secondary-navbar-arrow.link4 {
    background-position: 382px -1px;
  }
  .secondary-navbar-arrowBar .secondary-navbar-arrow.link5 {
    background-position: 504px -1px;
  }
  .secondary-navbar-arrowBar .secondary-navbar-arrow.link6 {
    background-position: 626px -1px;
  }
  .secondary-navbar-arrowBar .secondary-navbar-arrow.link7 {
    background-position: 748px -1px;
  }
  .secondary-content-section.callToAction h3 {
    font-size: 29px;
    line-height: 40px;
    padding: 34px 0;
  }
  .secondary-content-section .zebraList1 li,
  .secondary-content-section .zebraList2 li {
    font-size: 18px;
  }
  .secondary-content-section.countyHeader {
    height: 240px;
  }
  .secondary-content-section.countyHeader h2 {
    margin-top: 145px;
    font-size: 60px;
  }
  .secondary-content-section.countyCounterHeader {
    height: 325px;
    padding-top: 80px;
  }
  .secondary-content-section.green-split .wrap {
    width: 973px;
  }
  /*********************
Products styles
*********************/
  .products-section {
    font-size: 20px;
  }
  .products-row-send {
    height: 323px;
  }
  .products-row-send .products-send-bannerImageLarge {
    margin-top: -53px;
  }
  .products-row-receive {
    height: 333px;
  }
  .products-row-receive .products-receive-bannerImageLarge {
    margin-top: -53px;
  }
  .products-send-segments {
    padding: 0;
  }
  .products-send-segments > br {
    display: none;
  }
  .products-send-segments > br + a .products-segment-outer {
    margin-left: 18px;
  }
  .products-send-segments a:first-child .products-segment-outer {
    margin-left: 0;
  }
  .products-send-segments .products-segment-outer {
    margin: 0 18px;
  }
  .products-send-doctypes {
    padding: 0;
  }
  .products-send-doctypes .doctype1 {
    margin-left: 0;
  }
  .products-receive-section1 {
    height: 453px;
    padding-bottom: 0px;
    background-size: initial;
  }
  .products-receive-segments {
    padding: 0 54px;
  }
  .products-receive-segments .products-segment-outer {
    margin: 0 18px;
  }
  /*********************
ABOUT US STYLES
*********************/
  .about-us-banner-title {
    font-size: 72px;
    line-height: 72px;
    margin: 0;
    padding: 73px 0 40px;
    position: relative;
  }
  .about-us-banner-title div {
    display: inline;
  }
  .about-us-banner-subtext br {
    display: block;
  }
  .about-us-content div.twelvecol div br {
    display: block;
  }
  /*********************
Careers STYLES
*********************/
  .careers-banner-subtext br {
    display: block;
  }
  .tertiary-banner {
    height: 176px;
  }
  .tertiary-banner h2 {
    font-size: 40px;
  }
  /*********************
eSign STYLES
*********************/
  .esign-map-title {
    display: inline-block;
  }
  #esign-map {
    display: block;
  }
  .esign-hr {
    display: block;
  }
  .esign-legend {
    display: block;
  }
  .esign-states-list-title {
    display: none;
  }
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Super Large Monitor Stylesheet

You can add some advanced styles here if you like. This kicks in
on larger screens.

******************************************************************/
  .wrap {
    width: 1200px;
  }
  .header .mobile-nav-icon {
    display: none;
  }
  .header #logo {
    margin: 26px 0 0;
    width: 149px;
  }
  .header nav {
    width: auto;
  }
  .header nav ul.nav {
    margin-right: 29px;
  }
  .header nav ul.nav li a {
    font-size: 16px;
  }
  .header .header-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .header {
    /* end .nav */
  }
  .header .menuIcon {
    display: none;
  }
  .header nav {
    border: 0;
    float: right;
    /*margin: 10px 0;*/
    position: relative;
    height: auto;
  }
  .header nav .menu {
    max-height: none;
    overflow: visible;
    background-color: transparent;
  }
  .header nav .menu ul {
    padding: 0;
    margin: 0;
  }
  .header nav .menu ul li {
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0 0 0 5px;
    margin: 0;
    border-top: none;
  }
  .header nav .menu ul li a {
    padding: 0;
    line-height: 84px;
  }
  .header nav .menu .sub-menu-container {
    background-color: #FFF;
    position: absolute;
    top: 76px;
    z-index: 5;
    display: none;
    border-top: 8px #71c5e8 solid;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    left: -70px;
    width: 290px;
    padding: 0 25px 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  }
  .header nav .menu .sub-menu-container a {
    -webkit-transition: none 0.2s ease-in-out;
    -moz-transition: none 0.2s ease-in-out;
    -ms-transition: none 0.2s ease-in-out;
    -o-transition: none 0.2s ease-in-out;
    transition: none 0.2s ease-in-out;
  }
  .header nav .menu .sub-menu-container .nav-dropdown-arrow {
    height: 13px;
    display: block;
    width: 100%;
    margin-top: -18px;
    background-image: url(../images/nav-dropdown-arrow.svg);
    background-repeat: no-repeat;
    background-position: left 70px top 50%;
  }
  .header nav .menu .sub-menu-container#NavPlatformDrop {
    width: 535px;
  }
  .header nav .menu .sub-menu-container#NavSolutionsDrop .nav-left-column li:first-child {
    padding: 0 20px;
  }
  .header nav .menu .sub-menu-container .nav-left-column {
    float: left;
    padding: 0;
    border: 0;
    width: 240px;
  }
  .header nav .menu .sub-menu-container .nav-left-column li {
    line-height: 50px;
    text-align: left;
    width: 100%;
    padding: 0 12px;
    border-bottom: 1px solid #b4b4b4;
    /*margin-bottom: -1px;*/
  }
  .header nav .menu .sub-menu-container .nav-left-column li:first-child {
    font-size: 12px;
    font-family: "Suisse", sans-serif;
    font-weight: bold;
    color: #71c5e8;
    line-height: 38px;
    /*padding: 0 25px;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none;
    margin-top: 15px;
  }
  .header nav .menu .sub-menu-container .nav-left-column li:first-child:hover {
    cursor: default;
    color: #71c5e8;
    background-color: transparent;
  }
  .header nav .menu .sub-menu-container .nav-left-column li:last-child {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-bottom: none;
    margin-bottom: 0;
  }
  .header nav .menu .sub-menu-container .nav-left-column li:last-child:hover {
    /*border-bottom-color: #F9F9F9;*/
    /*border-bottom: none;*/
  }
  .header nav .menu .sub-menu-container .nav-left-column li:last-child a {
    border-bottom: none;
  }
  .header nav .menu .sub-menu-container .nav-left-column li:last-child a:hover {
    /*border-bottom-color: #F9F9F9;*/
    border-bottom: none;
  }
  .header nav .menu .sub-menu-container .nav-left-column li:hover {
    background-color: #F9F9F9;
  }
  .header nav .menu .sub-menu-container .nav-left-column li a {
    line-height: 50px;
    font-family: "Suisse", sans-serif;
    font-weight: normal;
  }
  .header nav .menu .sub-menu-container .nav-left-column li a:hover {
    /*border-bottom-color: #F9F9F9;*/
  }
  .header nav .menu .sub-menu-container .nav-left-column li a img {
    height: 48px;
    width: 48px;
    float: left;
  }
  .header nav .menu .sub-menu-container .nav-right-column {
    float: right;
    background-color: #fff;
    text-align: left;
    padding: 0;
    border: 0;
    /*margin-top: 5px;*/
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 248px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
  }
  .header nav .menu .sub-menu-container .nav-right-column li {
    padding: 8px 26px 9px;
    float: none;
    display: block;
  }
  .header nav .menu .sub-menu-container .nav-right-column li:first-child {
    font-size: 12px;
    font-family: "Suisse", sans-serif;
    font-weight: bold;
    color: #71c5e8;
    line-height: 38px;
    padding: 12px 26px 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none;
  }
  .header nav .menu .sub-menu-container .nav-right-column li:first-child:hover {
    cursor: default;
    color: #71c5e8;
    background-color: transparent;
  }
  .header nav .menu .sub-menu-container .nav-right-column li a {
    line-height: 18px;
  }
  .header nav .menu .sub-menu-container .nav-right-column li a .nav-subtext {
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 15px;
    color: #939598;
  }
  .header nav .menu .sub-menu-container .nav-right-column li:hover {
    background-color: #71c5e8;
  }
  .header nav .menu .sub-menu-container .nav-right-column li:hover a {
    color: #FFFFFF !important;
  }
  .header nav .menu .sub-menu-container .nav-right-column li:hover a .nav-subtext {
    color: #FFFFFF !important;
  }
  .header nav ul.nav {
    display: block;
    margin: 0;
    max-width: none;
    /* end .menu ul li */
  }
  .header nav ul.nav li {
    float: left;
    position: relative;
    margin: 0 20px 0 0;
    min-width: 0;
    width: auto;
    padding: 0;
    /* showing sub-menus */
  }
  .header nav ul.nav li .menuDropdown {
    cursor: pointer;
  }
  .header nav ul.nav li .menuDropdown.dropdownOpen ~ .sub-menu {
    display: inline-block;
  }
  .header nav ul.nav li ul.sub-menu {
    display: none;
    border: 1px solid #DDD;
  }
  .header nav ul.nav li ul.sub-menu li {
    float: none;
    margin: 0;
  }
  .header nav ul.nav li ul.sub-menu li a {
    color: #475055;
    text-transform: none;
  }
  .header nav ul.nav li ul.sub-menu.active {
    display: block;
  }
  .header nav ul.nav li a {
    border-bottom: 0;
    font-size: 14px;
    font-family: "Suisse", sans-serif;
    /*
					you can use hover styles here even though this size
					has the possibility of being a mobile device.
					*/
  }
  .header nav ul.nav li:first-child div {
    display: inline;
  }
  .header nav ul.nav li:hover ul {
    top: auto;
    display: block;
  }
  .header nav ul.nav li a span {
    display: inline-block;
  }
  .header #logo img {
    margin-top: 0px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
Site Name: 
Author: 

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
  /* 

EXAMPLE 
Let's say you have an image and you need to make sure it looks ok
on retina screens. Let's say we have an icon which dimension are
24px x 24px. In your regular stylesheets, it would look something
like this:

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
Site Name:
Author:

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
@media (max-width: 1240px) {
  .header .sub-menu-container {
    display: none !important;
  }
}
