/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #1a1d22;
    font-size: 1em;
    line-height: 1.4;
	font-family: 'Montserrat', sans-serif;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

h1 {
    font-size: 5em;
    font-weight: 800;
    line-height: 1.1em;
    margin: .07em 0 .5em 0;
}


h2 {
	font-size: 4em;
    line-height: 1.1em;
    font-weight: 800;
    margin: 1em 0;
	color: #282d38;
}

h3 {
	font-size: 1.75em;
    line-height: 1em;
    font-weight: 800;
    margin: 1em 0;
	color: #282d38;
}


h4 {
	text-transform: uppercase;
    font-size: 1.35em;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: .3em;
    margin: 1em 0;
}

h4 span {
	font-weight: 300;
}

h5 {
	color: #ffffff;
	font-weight: 700;
	font-size: 6.5em;
	margin: 0;
	text-transform: uppercase;
	line-height: .9em;
}

h6 {
	color: #ffffff;
    text-transform: uppercase;
    font-size: 1.3em;
    font-weight: 100;
    letter-spacing: 6px;
    margin: 1em auto;
}

h7 {
	font-weight: 700;
    font-size: 3em;
    margin: 0;
    line-height: 1.3em;
    color: #ffffff;
}

p, ul {
	color: #414042;
    font-size: 1em;
    line-height: 2em;
    font-weight: 200;
    margin-bottom: 1.75em;

}

ul {
	padding: 0;
	margin: 0 0 1.75em 1em;
}

.content-block {
	margin-bottom: 4em;
}

/* ==========================================================================
   LINKS / BUTTONS
   ========================================================================== */
   
a {
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
	outline: none;
	text-decoration: none;
	color: #0086c4;
	cursor: pointer !important;
}

a:hover {
	cursor: pointer !important;
	color: #bc3d0c;
}

a img:hover {
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
	color: #0A97E5;
}

button, #so-submitso1522949236 {
	border-radius: 40px;
	border: none;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	padding: 16px 35px;
	color: #ffffff;
	background-color: #bc3d0c;
	margin: .5em 0;
	letter-spacing: .15em;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

button:hover, #so-submitso1522949236:hover {
	background-color: #0A97E5;
	cursor: pointer;
}

.small-link {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #bc3d0c;
}

.small-link:hover {
	color: #0A97E5;
}

b {
	font-weight: 700;
}


/* ==========================================================================
   GENERAL STYLES
   ========================================================================== */

.page-width {
	width: 80%;
	margin: 0 auto;
	max-width: 1300px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.half {
	width: 50%;
	box-sizing: border-box;
}

.block{
	position: relative;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
	transition:all 0.5s ease-in-out 0s;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}

.block:before{
	content: "";
	display: block;
	padding-top: 100%;
}

.content{
	position:  absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 80%;
}

.uppercase {
	text-transform: uppercase;
}

.third {
	width: 33.33%;
	float: left;
}


/* ==========================================================================
   FORMS
   ========================================================================== */

form { 
	padding: 20px 0; 
	margin: 0; 
}

fieldset { 
	border: none; 
}

form ul { 
	margin: 0 0 1.75em 0;
	padding: 0; 
}

form ul li { 
	margin: 0 0 10px 0; 
	list-style: none; 
	padding: 0; 
	position: relative; 
	clear: both; 
}

form li label { 
    font-size: 1em;
    text-align: left;
    margin: 0;
    line-height: 2em;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
}

#so-form {
	margin: 10px;
}

#so-fieldswrapso1522949236 {
	width: 100%; 
}

.so-fieldso1522949236 {
	border: 1px solid #ffffff;
    padding: 16px 19px;
    margin: 2px 0;
    width: 100%;
    font-size: 1.1em;
    transition: background-color .2s;
    -moz-transition: background-color .2s;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: rgba(255,255,255,.25);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    box-sizing: border-box;
}

input::placeholder {
	color: #ffffff;
	opacity: .25;
	font-size: 1em;
}

/* ==========================================================================
   HEADER STYLES
   ========================================================================== */

#main-header {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999999;
	top: 0;
	background: #282d38;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

#main-header img {
	float: left;
	width: 175px;
	margin: 20px 0 0 3%;
}

#main-header img:hover {
	opacity: .75;
}

.main-nav {
	float: right;
	display: block;
	margin-right: 3%;
}

.main-nav ul {
	margin: 0;	
}

.main-nav ul li {
	float: left;
    list-style-type: none;
    border-top: 5px solid rgba(10,151,229,0.00);
    margin: 0;
	padding: 18px 1.5em 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.main-nav ul li:hover {
	border-top: 5px solid rgba(10,151,229,1);
}

.main-nav ul li a {
	box-sizing: border-box;
    color: #FFFFFF;
    display: block;
    font-size: .9em;
    font-weight: 200;
    padding: 0 0 10px;
    text-decoration: none;
    letter-spacing: .75px;
    text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.main-nav ul li a:hover {
    color: #0A97E5;
}

.mobile-logo {
	display: none;
}


/********** Mobile Navigation **********/

#mobile-nav {
    position: fixed;
    height: 100%;
    top: 0;
    right: -250px;
    background: #ed1d77;
    max-width: 220px;
    width: 100%;
    text-align: center;
	z-index: 100;
	/* flex-direction */
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
}

#mobile-nav a {
    color: #ffffff;
	text-transform:uppercase;
    border-bottom: 1px solid #ffffff;
    text-decoration: none;
	-webkit-justify-content: center;
    justify-content: center;
	background: #1a1d22; 
	/* display:flex */
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  	display: -ms-flexbox;      /* TWEENER - IE 10 */
  	display: -webkit-flex;     /* NEW - Chrome */
  	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/* flex */
	-webkit-box-flex: 1 1 0;      /* OLD - iOS 6-, Safari 3.1-6 */
  	-moz-box-flex: 1 1 0;         /* OLD - Firefox 19- */
  	-webkit-flex: 1 1 0;          /* Chrome */
  	-ms-flex: 1 1 0;              /* IE 10 */
  	flex: 1 1 0;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
	/* flex-direction */
  	-webkit-flex-direction: column;
  	-ms-flex-direction: column;
  	flex-direction: column;
	font-weight: 100;
}

#mobile-nav a:hover{ 
	background: #0A97E5;
}

#mobile-nav{
	display: none;
}

#navicon{
	display: none;
	float: right;
	padding: 22px 3% 0 0;
	z-index: 999999;
	postion: relative;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

#navicon:hover{
	cursor: pointer;
}

#navicon svg{
	width: 35px;
	height: 35px;
}

#navicon svg path{
	fill: #ffffff;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.open svg path {
	fill: #ffffff;
}

.closed svg path {
	fill: #ffffff;
}

/********** Sub Navigation **********/

.sub-nav {
	width: 100%;
	height: auto;
    padding: 15px 0;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999999;
	top: 80px;
	background: #161920;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.sub-nav ul {
	margin: 0;	
	text-align: center;
}

.sub-nav ul li {
	display: inline-block;
    list-style-type: none;
    margin: 0;
	padding: 0 1.5em 0;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.sub-nav ul li a {
    color: #FFFFFF;
    font-size: .9em;
    font-weight: 200;
    text-decoration: none;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

.sub-nav ul li a:hover {
    color: #0A97E5;
}

.sub-nav ul li a.current {
    color: #0A97E5;
}


/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */

.main-footer {
	background-color: #282d38;
	text-align: center;
	padding: 90px 0;
}

.main-footer img {
	width: 300px;
	margin-bottom: 20px;
}

.main-footer p {
	color: #ffffff;
	font-size: 1.1em;
	margin: 0 auto;
}

.main-footer p b {
	text-transform: uppercase;
}

.main-footer button {
	margin-top: 50px;
}

.main-footer ul {
	list-style-type: none;
	padding: 0;
	margin: 70px auto 0;
}

.main-footer ul li {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #ffffff;
	line-height: 1.2em;
}

.main-footer ul li:last-child {
	border-right: none;
}

.main-footer ul li a {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 200;
	font-size: .8em
}

.main-footer ul li a:hover {
	color: #0086c4;
	cursor: pointer;
}

.sub-footer {
	background-color: #1a1d22;
	padding: 25px 0;
	text-align: center;
}

.sub-footer p {
	color: #989ea1;
	margin: 0;
	font-size: .8em;
}


/* ==========================================================================
   INDEX
   ========================================================================== */

#home #main-header {
	width: 100%;
	height: 80px;
	box-sizing: border-box;
	position: fixed;
	z-index: 9999999;
	top: 0;
	background: transparent;
	-webkit-transition: all 0.35s ease-in-out 0s;
    -moz-transition: all 0.35s ease-in-out 0s;
    -o-transition: all 0.35s ease-in-out 0s;
    transition: all 0.35s ease-in-out 0s;
}

#home .main-nav ul li {
	padding: 58px 1.5em 0;
}

#home #main-header img {
	margin: 60px 0 0 3%;
}

#home .hero{
	background: url(../img/Home_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
	padding: 300px 0 15%;
}

.hero {
	text-align: center;
}

.hero p {
	font-size: 1.25em;
	line-height: 1.75em;
	color: #ffffff;
}

.hero p .uppercase {
	font-weight: 500;
}

.hero h1 {
	color: #ffffff;
}

.hero button {
	padding: 20px 40px;
    font-size: 1.2em;
}

#home .sec2 article {
	text-align: center;
}

#home .sec2 article:nth-child(2) {
	background-color: #f8f8f8;
}

#home .sec2 article div {
	width: 80%;
	margin:0 auto;
	padding: 16% 0;
}

#home .sec2 article img {
	width: 120px;
	margin-bottom: 1em;
}


/* ==========================================================================
   Contact Container
   ========================================================================== */

.contact-container {
	background: url(../img/ContactForm_Bg.jpg) no-repeat scroll center 100% / cover #282d38;
	padding: 110px 0 140px
}

.contact-container article {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}

.contact-container h2 {
	color: #ffffff;
	text-align: center;
	margin-top: 0;
}

.contact-container img {
	width: 35px;
	margin: 0 auto 25px;
	display: block;
}


/* ==========================================================================
   Page 2
   ========================================================================== */

.page2 .hero{
	padding: 200px 0 180px;
}

.marketing .hero{
	padding: 280px 0 180px;
}

.page2 .hero .page-width div {
	max-width: 1130px;
	text-align: left;
	margin: 0 auto;
	column-count: 2;
	column-gap: 60px;
}

.page2 .hero .page-width div p {
	margin-top: 0;
}

.page2 .hero button {
	margin-top: 2em;
}

p.bigger {
	font-size: 1.75em;
}

p.caption {
	font-size: .7em;
}

.section {
	padding: 70px 0 100px;
}


/* ==========================================================================
   Website Design
   ========================================================================== */

#web-design .hero{
	background: url(../img/WebDesign_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
}

#web-design .sec2 .wrapper {
	max-width: 1000px;
	margin: 0 auto;
	width: 60%;
}

#web-design .sec2 article {
	padding: 12% 0;
}

#web-design .sec2 article:nth-child(2n) {
	background-color: #f8f8f8;
}

#web-design .sec2 .wrapper h2 {
	margin: 0;
}

#web-design .sec2 .wrapper h4 {
	color: #0086c4;
	margin: 1em 0 .5em 0;
}

#web-design .sec2 .left {
	width: 42%;
}

#web-design .sec2 .left img {
	width: 100%;
}

#web-design .sec2 .right {
	width: 46%;
}


/* ==========================================================================
   Marketing: Who We Are
   ========================================================================== */

#who .hero{
	background: url(../img/Who_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
}

#who .hero h1 {
	max-width: 1000px;
	margin: .07em auto .5em;
}

#who .sec2 {
	padding: 70px 0;
}

#who h2 {
	text-align: center;
}

#who .sec2 p {
	margin-bottom: 5em;
}

#who .sec2 .wrapper {
	margin-top: 110px;
}

#who .sec2 .left, #who .sec2 .right {
	width: 45%;
}

#who .sec3 {
	background-color: #f8f8f8;
}

#who .sec3 .wrapper {
	width: 90%;
	max-width: 1400px;
	margin: 100px auto 0;
	text-align: center;
	padding: 0;
}

#who .sec3 .wrapper li {
	width: 300px;
	display: inline-block;
	height: 300px;
	margin: 0 10px;
	vertical-align: middle;
}

#who .sec3 .wrapper li img {
	width: 120px;
	margin: 10px auto 0;
	display: block;
}

#who .sec3 .wrapper li h4 {
	height: 50px;
}

#who .sec3 h4 {
	font-size: 1em;
}


/* ==========================================================================
   Marketing: What We Do
   ========================================================================== */

#what .hero{
	background: url(../img/What_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
}

#what .sec2 .right p {
	margin-bottom: 5em;
}

#what .sec2 .left, #what .sec2 .right {
	width: 45%;
}

#what .sec2 .left img {
	padding-top: 30%;
}

p.callout {
	font-size: 2.25em;
	line-height: 1.8em;
	margin-bottom: 3em;
}

#what .sec2 button {
	display: block;
	margin: 1em auto;
	text-align: center;
}

.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}


/* ==========================================================================
   Marketing: SharpSpring
   ========================================================================== */

#sharpspring .hero{
	background: url(../img/Sharpspring_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
}

#sharpspring .sec2 .wrapper div {
	width: 42%;
	padding: 10% 0;
}

#sharpspring .sec2 .wrapper .left {
	margin-left: 6%;
}

#sharpspring .sec2 .wrapper .right {
	margin-right: 6%;
}

#sharpspring .email-automation {
	background: url(../img/Sharpspring_EmailAutomation.png) no-repeat scroll 117% center / 54% #ffffff;
}

#sharpspring .forms {
	background: url(../img/Sharpspring_Forms.png) no-repeat scroll left center / 46% #f8f8f8;
}

#sharpspring .leads {
	background: url(../img/Sharpspring_Leads.png) no-repeat scroll 125% center / 56% #FFFFFF;
}

#sharpspring .id {
	background: url(../img/Sharpspring_ID.png) no-repeat scroll -25% center / 53% #f8f8f8;
}

#sharpspring .crm {
	background: url(../img/Sharpspring_CRM.png) no-repeat scroll 125% center / 56% #FFFFFF;
}

#sharpspring .LandingPages {
	background: url(../img/Sharpspring_LandingPages.png) no-repeat scroll -25% center / 53% #f8f8f8;
}

#sharpspring .blogging {
	background: url(../img/Sharpspring_Blogging.png) no-repeat scroll 125% center / 56% #FFFFFF;
}

#sharpspring .noise {
	background: url(../img/Sharpspring_Noise.png) no-repeat scroll -15% center / 53% #f8f8f8;
}

#sharpspring .flexible {
	background: url(../img/Sharpspring_Flexible.jpg) no-repeat scroll right center / 50% #FFFFFF;
}

#sharpspring .sec3 {
	background-color: #0a97e5;
	position: relative;
}

#sharpspring .sec3 h2{
	text-align: center;
	color: #ffffff;
}

.triangle {
	width: 100px;
	height: 100px;
	background-color: #0a97e5;
	position: absolute;
	top: 30px;
	left: 50%;
	-ms-transform: rotate(45deg) translate(-70%, 0); /* IE 9 */
    -webkit-transform: rrotate(45deg) translate(-70%, 0); /* Safari */
    transform: rotate(45deg) translate(-70%, 0);
}

#sharpspring .sec3 .wrapper {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0;
}

#sharpspring .sec3 .left, #sharpspring .sec3 .right {
    width: 45%;
}

#sharpspring .sec3 img {
	width: 35px;
    margin: 0 auto 4em;
    display: block;
    padding: 0 17px 16px;
    border-bottom: 1px solid #ffffff;
}

#sharpspring .sec3 p {
	font-size: 1.75em;
	color: #ffffff;
	margin-bottom: 4em;
}

#sharpspring .sec3 p span {
	font-size: .65em;
	display: block;
	font-weight: 700;
}


/* ==========================================================================
   Sales Support
   ========================================================================== */

#sales .hero{
	background: url(../img/Sales_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
}

#sales .hero .page-width div {
	max-width: 995px;
}

#sales .sec2 img {
	width: 100%;
}

#sales .sec2 .left {
	width: 35%;
}

#sales .sec2 .right {
	width: 55%;
}

#sales .sec2 h2 {
	margin-bottom: 1em;
}


/* ==========================================================================
   Resources
   ========================================================================== */

#resources .hero{
	background: url(../img/Resources_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
}

#resources .sec2 .container {
	width: 21%;
    height: 460px;
    margin: 2% 2%;
    float: left;
}

#resources .sec2 .container img {
	width: 100%;
}

#resources .sec2 .container:hover img {
	opacity: .5;
}

#resources .sec2 .container h3 {
	font-size: 1.25em;
}

#resources .sec2 .container:hover h3 {
	color: #0086c4;
}

h3 span {
	font-size: 70%;
	font-weight: 300;
	color: #0086c4;
	text-transform: uppercase;
}

.border {
	border: 1px solid #B0AEAE;
}

/* ==========================================================================
   Resource - Single
   ========================================================================== */

.resource-single .sec1 .page-width {
	background-color: #191b22;
	width: 90%;
}

.resource-single .sec1 {
	padding: 150px 0 100px;
}

.resource-single .sec1 .left {
	width: 40%;
}

.resource-single .sec1 .left img {
	width: 100%;
}

.resource-single .sec1 .right {
	width: 60%;
	background-color: #282d38;
}

.resource-description{
	padding: 8% 14% 8% 10%;
}

.resource-description h3, .resource-description p {
	color: #ffffff;
}

.resource-description {
	line-height: 1.8em;
}

.resource-single .sec2, .resource-thanks .sec3 {
	background: url(../img/Resources_Hero.jpg) no-repeat scroll center 100% / cover #282d38;
	padding: 100px 0;
	text-align: center;
}

.resource-single .sec2 button, .resource-thanks .sec3 button  {
	background: transparent;
	border: 1px solid #ffffff;
}

.resource-single .sec2 button:hover, .resource-thanks .sec3 button:hover {
	background: #0086c4;
	border: 1px solid #0086c4;
}

.resource-single .sec2 h2, .resource-thanks .sec3 h2 {
	color: #ffffff;
}

.resource-single .quote {
	font-weight: 400;
	font-style: italic;
}

.resource-single .quote span {
	font-weight: 500;
	font-style: normal;
	font-size: 70%;
}

.resource-description ul {
	color: #ffffff;
}

/* ==========================================================================
   Login
   ========================================================================== */

#login .hero {
	background: #ffffff;
	padding: 200px 0 180px;
}


/* ==========================================================================
   Contact
   ========================================================================== */

#contact .contact-container{
	padding: 200px 0 180px;
}

#contact .contact-container h1{
	color: #ffffff;
	text-align: center;
}


/* ==========================================================================
   Thanks
   ========================================================================== */

.thanks .sec2 {
	background: url(../img/ContactForm_Bg.jpg) no-repeat scroll center 100% / cover #282d38;
	padding: 300px 0 300px;
}

.resource-thanks .sec2 {
	background: url(../img/ContactForm_Bg.jpg) no-repeat scroll center 100% / cover #282d38;
	padding: 200px 0;
}

.thanks .sec2 article {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.thanks .sec2 h1, .thanks .sec2 h2, .thanks .sec2 p {
	color: #ffffff;
}


/* ==========================================================================
   Case Studies
   ========================================================================== */

.case-study .hero {
	padding: 170px 0 100px;
}

.case-study .hero h1 {
	font-size: 9em;
}

.case-study .hero h4 {
	color: #ffffff;
	font-weight: 200;
	letter-spacing: .5em;
}

.case-study .callout {
	padding: 120px 0 180px;
}

.case-study .callout h2 {
	margin: 0;
	line-height: 1.3em;
}

.case-study .callout h4 {
	color: #282d38;
}



/* ==========================================================================
   HMA Fire
   ========================================================================== */

#hma .hero {
	background: url(../img/HMA_Hero.jpg) no-repeat scroll top center / cover #282d38;
}

#hma .sec3 p {
	text-transform: uppercase;
	margin: 4% 0 0 5%;
	text-align: left;
}

#hma .sec3 img {
	margin: 20% auto 25%;
	height: 250px;
}

#hma .sec3 article {
	text-align: center;
}

#hma .sec3 .left {
	background-color: #f8f8f8;
}

#hma .sec3 .right {
	background-color: #18181c;
}

#hma .sec3 .right p {
	color: #ffffff;
	font-size: 1em;
}

#hma .sec4 {
	background-color: #ffffff;
	text-align: center;
}

#hma .sec4 {
	padding: 100px 0;
}

#hma .sec4 img {
	margin: 50px 0;
	width: 100%;
}

#hma .sec5 .left {
	background: url(../img/HMA_Sales_Docs.jpg) no-repeat scroll center 43% / 180% #282d38;
}

#hma .sec5 .right {
	background-color: #f8f8f8;    
}

#hma .sec5 .right .content {
	width: 71%;
}

#hma .sec6 {
	color: #ffffff;
	background: url(../img/HMA_Social.png) no-repeat scroll 95% bottom / 40% #18181c;
	padding: 120px 0;
}

#hma .sec6 h2, #hma .sec6 p{
	color: #ffffff;
}

#hma .sec6 article {
	width: 43%;
    margin: 0 0 0 7%;
}

#hma .sec7 .left {
	padding: 100px 80px 100px 160px;
}

#hma .sec7 .right {
	padding: 100px 160px 100px 80px;
}


/* ==========================================================================
   Websqore
   ========================================================================== */

#websqor .hero article {
	min-height: 100vh;
}

.pressure-logo {
	position: absolute;
	left: 50%;
	top: 70px;
	-webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
	transform: translate(-50%,0);
	width: 100px;
}

#websqor .left {
	text-align: center;
	background-color: #282d38;
	padding: 200px 0;
}

#websqor .left img {
	width: 250px;
	margin: 50px auto;
}

#websqor .right {
	background: url(../img/PressureTest_BG.jpg) no-repeat scroll center center / cover #282d38;
	padding: 250px 0;
}

#websqor .hero h1 {
    color: #ffffff;
    max-width: 560px;
    font-size: 6em;
    margin: 0 auto;
}

#websqor .sub-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}

#websqor .form {
	width: 80%;
	margin: 0 auto;
	max-width: 450px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

/* 1680px */
@media only screen and (max-width: 105em) {
	
	#main-header, .sub-nav {
		position: absolute;
	}
}

/* 1600px */
@media only screen and (max-width: 100em) {
	
	#home .sec2 article {
		height: 650px;
	}
}

/* 1450px */
@media only screen and (max-width: 90.625em) {
	
	h1 {
		font-size: 4em;
	}
	
	h2 {
		font-size: 3em;
	}
	
	h3 {
		font-size: 1.5em;
	}
	
	p.bigger {
		font-size: 1.5em;
	}
	
	#home .sec2 article {
		height: 700px;
	}
	
	#who .hero h1 {
    	max-width: 930px;
	}
	
}

/* 1330px */
@media only screen and (max-width: 83.125em) {
	
	p.callout {
		font-size: 1.8em;
	}
	
	.sub-nav {
		display: none;
	}
	
	.main-nav {
		display: none;
	}
	
	#navicon{
		display: block;
	}
	
	#mobile-nav{ 
	/* display:flex */
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  		display: -ms-flexbox;      /* TWEENER - IE 10 */
  		display: -webkit-flex;     /* NEW - Chrome */
  		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	}
	
	#main-header img {
    	margin: 20px 0 0 3% !important;
	}
	
	#home .hero {
		padding: 160px 0 120px;
	}
	
	.main-footer ul {
		display: none;
	}
	
	.page2 .hero {
		padding: 150px 0 120px;
	}
	
	#sales .hero .page-width div {
    	text-align: center;
    	column-count: 1;
		max-width: 550px;
	}
	
	#sales .sec2 {
    	padding: 40px 0 140px;
	}
}

/* 1200px */
@media only screen and (max-width: 75em) {
	
	
	.hero p {
		font-size: 1em;
	}
	
	p.bigger {
    	font-size: 1.25em;
	}
	
	h1 {
		font-size: 3.5em;
	}
	
	h2 {
		font-size: 3em;
	}
	
	.page2 .hero .page-width {
		max-width: 830px;
	}
	
	#resources .sec2 .container {
    	width: 29%;
    	height: 530px;
	}
	
	#hma .sec6 {
		background: url(../img/HMA_Social.png) no-repeat scroll 95% bottom / 50% #18181c;
		padding: 76px 0;
	}
	
	#hma .sec6 article {
		width: 37%;
		margin: 0 0 0 5%;
	}
	
}

/* 1180px */
@media only screen and (max-width: 73.75em) {
	
	#websqor .hero h1 {
		max-width: 410px;
		font-size: 4.5em;
	}
	
	#websqor .right {
		padding: 200px 0;
	}
	
}
/* 1050px */
@media only screen and (max-width: 65.625em) {
	
	#home .sec2 article {
		height: auto;
	}
	
	#home .sec2 article div {
    	width: 70%;
   		padding: 90px 0;
	}
	
	.third {
		width: 100%;
		float: none;
	}
	
	.case-study .hero h1 {
    	font-size: 6em;
	}
	
	#hma .sec5 h2 {
    	font-size: 2em;
	}
	
	#hma .sec6 article {
		width: 80%;
		max-width: 700px;
		text-align: center;
		margin: 0 auto;
	}
	
	#hma .sec6 {
		background: url(../img/HMA_Social.png) no-repeat scroll center bottom / 50% #18181c;
		padding: 75px 0 50%;
	}
	
}

/* 900px */
@media only screen and (max-width: 56.25em) {
	
	.page2 .hero {
		padding: 160px 0 100px;
	}
	
	.page2 .hero button {
    	padding: 16px 35px;
    	font-size: 1em;
	}
	
	.page2 .hero .page-width div {
    	max-width: 500px;
    	text-align: center;
    	column-count: 1;
	}
	
	#who .hero .page-width div {
    	max-width: 700px;
	}
	
	#web-design .hero h1 {
		max-width: 620px;
		margin: .07em auto .5em;
	}
	
	p.bigger {
		max-width: 500px;
		margin: 2em auto 2em;
	}
	
	h4 {
		font-size: 1.1em;
	}

	#web-design .sec2 .left, #web-design .sec2 .right {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
		
	#web-design .sec2 .left img {
		width: 200px;
		margin-bottom: 5%;
	}
	
	#web-design .sec2 article {
		padding: 80px 0;
	}
	
	#who .sec2 .left, #who .sec2 .right, #what .sec2 .left, #what .sec2 .right, #sharpspring .sec3 .left, #sharpspring .sec3 .right {
    	width: 100%;
		float: none;
	}
	
	#who .sec2 .wrapper, #what .sec2 .wrapper {
    	margin: 50px 0;
	}
	
	.resource-single .sec1 .left {
		width: 100%;
		float: none;
		text-align: center;
	}

	.resource-single .sec1 .right {
		width: 100%;
		float: none;
	}
	
	.resource-single .sec1 .left img {
    	max-width: 430px;
    	margin: 0 auto;
	}
	
	#resources .sec2 .container {
    	 width: 44%;
    	height: 520px;
    	margin: 2% 3%;

	}
	
	#hma .sec5 article {
    	width: 100%;
	}
	
	#hma .sec5 .right .content {
    	position: relative;
    	top: 0;
    	left: 0;
    	-webkit-transform: none;
    	-moz-transform: none;
    	-o-transform: none;
    	transform: none;
    	width: 80%;
		margin: 0 auto;
		text-align: center;
		padding: 10% 0;
	}
	
	#hma .sec5 h2 {
		font-size: 3em;
	}
	
	#hma .sec5 .block:before {
		content: "";
		display: block;
		padding-top: 0;
	}
	
	#hma .sec5 .left {
    	height: 500px;
	}
	
	#hma .sec7 div {
		width: 100%;
	}
	
	#hma .sec7 .left {
		padding: 10%;
	}
	
	#hma .sec7 .right {
		padding: 0 10% 10% 10%;
	}
	
}

/* 850px */
@media only screen and (max-width: 53.125em) {
	
	#sharpspring .sec2 .wrapper div {
    	width: 80%;
		padding: 10% 0 0;
	}
	
	#sharpspring .sec2 .wrapper .left {
    	margin-left: 10%;
	}
	
	#sharpspring .sec2 .wrapper .left {
    	margin-left: 10%;
	}
	
	#sharpspring .email-automation {
		background: url(../img/Sharpspring_EmailAutomation.png) no-repeat scroll center 28px / 76% #ffffff;
		padding: 65% 0 10%;
	}
	
	#sharpspring .forms {
		background: url(../img/Sharpspring_Forms.png) no-repeat scroll center -18px / 76% #f8f8f8;
		padding: 46% 0 10%;
	}

	#sharpspring .leads {
		background: url(../img/Sharpspring_Leads.png) no-repeat scroll center 61px / 76% #FFFFFF;
    	padding: 46% 0 10%;
	}

	#sharpspring .id {
		background: url(../img/Sharpspring_ID.png) no-repeat scroll center 80px / 73% #f8f8f8;
    	padding: 52% 0 10%;
	}

	#sharpspring .crm {
		background: url(../img/Sharpspring_CRM.png) no-repeat scroll center 80px / 83% #FFFFFF;
    	padding: 56% 0 10%;
	}

	#sharpspring .LandingPages {
		background: url(../img/Sharpspring_LandingPages.png) no-repeat scroll center 80px / 73% #f8f8f8;
    	padding: 70% 0 10%;
	}

	#sharpspring .blogging {
		background: url(../img/Sharpspring_Blogging.png) no-repeat scroll center 50px / 84% #FFFFFF;
    	padding: 52% 0 10%;
	}

	#sharpspring .noise {
		background: url(../img/Sharpspring_Noise.png) no-repeat scroll center 100px / 75% #f8f8f8;
		padding: 58% 0 10%;
	}

	#sharpspring .flexible {
		background: url(../img/Sharpspring_Flexible.jpg) no-repeat scroll center 80px / 72% #FFFFFF;
    	padding: 55% 0 20%;
	}
	
	#hma .sec3 img {
		height: 130px;
	}
	
	#websqor .hero h1 {
		max-width: 350px;
		font-size: 3.5em;
	}
	
	.pressure-logo {
		top: 40px;
		width: 80px;
	}
	
	#websqor .left img {
		width: 190px;
	}
	
}


/* 750px */
@media only screen and (max-width: 46.875em) {
	
	.hero button {
    	padding: 16px 35px;
    	font-size: 1em;
	}
	
	#sharpspring .sec3 img {
		margin: 0 auto 3em;
	}
	
	#sharpspring .sec3 p {
		margin-bottom: 3em;
	}
	
	#what .sec2 .left {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#what .sec2 .left img {
		padding-top: 0%;
		max-width: 220px;
		margin: 0 auto 30px;
	}
	
	p.callout {
    	font-size: 1.5em;
	}
	
	#who .sec2, #what .sec2  {
    	padding: 80px 0;
	}
	
	#who h2, #what h2, #sharpspring h2 {
		margin: .5em 0;
	}
	
	h1 {
		font-size: 3.5em;
	}
	
	h2 {
		font-size: 3em;
	}
	
	h3 {
		font-size: 1.5em;
	}
}

/* 700px */
@media only screen and (max-width: 43.75em) {
	
	#who .sec3 .wrapper li {
    	display: block;
    	height: auto;
    	margin: 0 auto 50px;
		width: 70%;
	}
	
	#resources .sec2 .container {	
    	height: 450px;
	}
	
	#websqor .left {
		text-align: center;
		background-color: #282d38;
		padding: 124px 0 40px;
		width: 100%;
	}
	
	#websqor .right {
		padding: 70px 0 170px;
		width: 100%;
	}
	
	#websqor .hero article {
		min-height: auto;
	}
	
	.pressure-logo {
		top: 40px;
		width: 60px;
	}
	
	#websqor .hero h1 {
		max-width: 390px;
		font-size: 5em;
	}
	
}

/* 650px */
@media only screen and (max-width: 40.625em) {

	h1 {
		font-size: 3em;
	}
	
	#hma .sec6 {
		background: url(../img/HMA_Social.png) no-repeat scroll center bottom / 80% #18181c;
		padding: 75px 0 80%;
	}
	
	#so-submitso1522949236 {
		font-size: .9em;
	}
	
}

/* 600px */
@media only screen and (max-width: 37.5em) {
	
	#home .sec2 article div {
    	width: 80%;
	}
	
	#home .sec2 article img {
		width: 100px;
	}
	
	.main-footer img {
    	width: 200px;
	}
	
	.main-footer p {
		font-size: .8em;
		width: 90%;
		margin: 0 auto;
	}
	
	.main-footer button {
		font-size: .8em;
	}
	
	#sharpspring .sec3 p {
    	font-size: 1.5em;
    	line-height: 1.5em;
    	margin-bottom: 3em;
	}
	
	.case-study .hero h1 {
    	font-size: 4em;
	}
}

/* 550px */
@media only screen and (max-width: 34.375em) {
	
	#home .hero {
		padding: 120px 0 80px;
	}
	
	#main-header, #home #main-header {
		height: 65px;
	}
	
	#main-header img {
		width: 135px;
		margin: 16px 0 0 3% !important;
	}
	
	#navicon {
		padding: 14px 3% 0 0;
	}
	
	#web-design .sec2 .left img {
		width: 150px;
	}
	
	.page2 .hero{
		padding: 120px 0 100px;
	}
	
	.contact-container {
		padding: 130px 0 60px;
	}
	
	#who .sec3 h2 {
		max-width: 220px;
		margin: .5em auto;
	}
	
	#resources .sec2 .container {
    	width: 94%;
    	height: auto;
    	margin: 0 0 18% 0;
	}
	
	h2, #hma .sec5 h2 {
    	font-size: 2.25em;
	}
	
	#sharpspring .leads {
    	padding: 53% 0 10%;
	}
	
	#sharpspring .id {
    	padding: 63% 0 10%;
	}
	
	#sharpspring .crm {
    	padding: 64% 0 10%;
	}
	
	#sharpspring .LandingPages {
    	padding: 80% 0 10%;
	}
	
	#sharpspring .blogging {	
    	padding: 57% 0 10%;
	}
	
	#sharpspring .noise {
		background: url(../img/Sharpspring_Noise.png) no-repeat scroll center 70px / 75% #f8f8f8;
    	padding: 65% 0 10%;
	}
	
	#sharpspring .flexible {
    	padding: 67% 0 20%;
	}
	
	.resource-single .sec1 {
    	padding: 120px 0 80px;
	}
	
	#hma .sec3 article {
    	width: 100%;
	}
	
	#hma .sec3 img {
    	height: auto;
    	width: 70%;
    	max-width: 210px;
	}
	
	.case-study .callout {
		padding: 80px 0 100px;
	}
	
	#so-submitso1522949236 {
    	font-size: .7em;
	}
	
}


/* 450px */
@media only screen and (max-width: 28.125em) {
	
	#web-design .sec2 .left img {
		width: 100px;
	}
	
	h1 {
		font-size: 2.75em;
	}
	
	h2, #hma .sec5 h2 {
    	font-size: 1.8em;
	}
	
	#sales .sec2 .left {
    	width: 80%;
    	float: none;
    	margin: 0 auto;
    	max-width: 180px;
	}
	
	#sales .sec2 .right {
		width: 85%;
		float: none;
		margin: 73px auto;
	}
	
	#websqor .hero h1 {
		max-width: 300px;
		font-size: 3em;
	}
	
}



/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
