/*
Theme Name: Marketing Mojo
Author: Search Mojo, Adam Smith
Author URI: http://marketing-mojo.com/
Description: The new theme for our company rebrand
Version: 1.0
*/

/*
Color Palette 

PRIMARY:
Orange: #f46722
Dark Gray: #494343
Dark Blue: #1d3565

ACCENTS:
Light Orange: #f9961e
Light Blue: #1188cc
Dark Green: #126a78
Light Green: #09acb1
Light Gray: #e9e9e9
/* MM color palette

FF9E16 - orange
FF6C0C - dark orange
3E3935 - text black
0082CB - blue
1F355E - dark blue
00B4BA - green
0A5D66 - dark green
D72834 - red
A03123 - dark red
*/

/*@import url("css/wordpress-core.css");*/

body {
	width: 100%;
	height: 100%;

}

main{
    font-size:18px;
}

.clear {
	clear: both;
}
/* Micro Clear Fix */
.cf:after {
    content: " "; 
    display: block;
}

.cf:after {
    clear: both;
}

.drop-shadow {
	border-collapse: separate !important;
	box-shadow: 0 1px 10px #aaa;
	-moz-box-shadow: 0 1px 10px #aaa;
    -webkit-box-shadow: 0 1px 10px #aaa;
	background-color: #fff;
}
.up-shadow {
	-moz-box-shadow: inset 0 8px 8px -8px #aaa,
					 inset  0 -8px 8px -8px #aaa;
    -webkit-box-shadow: inset 0 8px 8px -8px #aaa,
						inset  0 -8px 8px -8px #aaa;
    box-shadow: inset 0 8px 8px -8px #aaa,
	 			inset  0 -8px 8px -8px #aaa;
	width: 100%;
	background-color: #e8e8e8;
	margin: -10px 0 0 0;
	padding: 20px 0;
}
/* Code box */
.white-box {
	max-width: 400px;
	padding: 20px;
	background-color: #fff;
	border: 1px solid #000;
	word-wrap: break-word;
}

/* Blog Styling */
#blog-cards {
	margin: 0;
	text-align: center;
}
#blog-cards > * {
	vertical-align: top;
}
#narrow-col {
	margin-top: 0 !important;
}
.blog-home-card {
	box-shadow: inset 0 0 0 25px #fff;
	-moz-box-shadow: 0 0 0 25px #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#ffffff')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#ffffff');
	position: relative; 
	width: 270px; 
	height: 290px; 
	border: 1px solid grey; 
	margin: 0 25px 25px 0; 
	display: inline-block;
	padding: 15px; 
	background-position: 25px 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.first {
	height: 400px;
	width: 565px;
}
.first h3 {
	font-size: 18px !important;
}
.blog-home-card h3 {
	position: absolute; 
	display: inline-block;
	vertical-align: middle;
	bottom: 0; 
	left: 0; 
	width: 100%;
	height: 75px;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #fff; 
	padding: 0 25px !important;
	margin: 0 !important; 
	font-size: 14px;
}
.blog-home-card h3 span {
	height: 75px; 
    display: table-cell;
    vertical-align: middle;
}
#blog-entry h2 {
	margin-bottom: -15px !important;
	color: orange;
}
/* Infinite Scroll Styling */
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
    display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
    display: block;
}
span.infinite-loader {
	display: inline-block;
	width: 270px;
	height: 290px;
	border: 1px solid grey;
	background-position: center center;
	background-image: url("../images/ajax-loader.gif");
	background-repeat: no-repeat;
	margin-bottom: 40px;
}


/* Digital Marketing Tips Signup Form */
form#mktForm_1001.blog-news {
	border: 1px solid #666;
	background-color: #eee;
	padding: 5px 20px 20px 20px;
	margin: 20px 0;	
	text-align: left;
}
form#mktForm_1001.blog-news #Email {
	padding: 10px;
	background-color: #fff;
	margin: 5px 0 10px 0;
}

/* Inline CTA styling */

.inline-cta {
    text-align: center;
    margin: 40px 0;
    padding: 30px 20px;
    border-top: 20px solid;
    border-bottom: 20px solid;
    border-image: url("images/inline-cta-border.svg") 20 stretch;
}

.inline-cta p {
    font-style: italic;
    color: #0A5D66;
}

.inline-cta a {
    margin: 0;
}

/* Marketo Form Styling */
.mktFormMsg {
	color: red;
	font-size: 10px;
	display: block;
	position: relative;
}

/* Sales Contact Form */
#sales-contact-form {
	display: inline-block;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#sales-contact-form form {
	border: 1px solid #333; 
	padding: 20px; 
	background-color: #e4e4e4;
	box-sizing: border-box;
}
#sales-contact-form .contact-col {
	display: inline-block;
	vertical-align: top;
}
#sales-contact-form h2 {
	font-size: 18px;
	color: #f46722;
	padding: 0;
	margin: 0 0 10px 0;
}
#sales-contact-form label {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 0 0;
}
#sales-contact-form input[type=text], #sales-contact-form select {
	font-family: "Lato";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
#sales-contact-form input[type=text] {
	display: block;
	padding: 7px;
	margin: 3px 3px 3px 0;
}
#sales-contact-form select {
	padding: 9px 9px 8px 9px;
    margin: 3px 0 0 0;
    border-radius: 0;
    background: url("images/down_arrow_select_black.png") no-repeat right #fff;
    color: black;
    border: none;
    outline: none;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    border: 1px solid #ccc;
}


/* Sales Contact Form Alternative Style */

#sales-contact-form-alt {
	display: inline-block;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}
#sales-contact-form-alt h4 {
	width: 100%;
	font-size: 21px;
	margin: 1em 0 0;
}
#sales-contact-form-alt .contact-col {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}
#sales-contact-form-alt label {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 15px 0 0;
	text-align:left;
}
#sales-contact-form-alt input[type=text], #sales-contact-form-alt select {
	font-family: "Lato";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background-color: #e4e4e4;
	border: medium none;
}
#sales-contact-form-alt input[type=text] {
	display: inline-block;
	padding: 7px;
	margin: 3px 3px 3px 0;
}
#sales-contact-form-alt select {
	padding: 9px 9px 8px 9px;
	margin: 3px 0 0 0;
	border-radius: 0;
	background: url("images/down_arrow_select_black.png") no-repeat right #fff;
	color: black;
	outline: none;
	display: inline-block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none; 
	text-indent: 0.01px;
	text-overflow: '';
	cursor: pointer;
	background-color: #e4e4e4;
	border: medium none;
}
#sales-contact-form-alt .float {
	width:50%;
	float:left;
	margin:15px 0;
}

/* Services Sales Form */
#services-sales-form {
	display: inline-block;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
}
#services-sales-form form {
	padding: 20px; 
	box-sizing: border-box;
}
#services-sales-forrm .contact-col {
	display: inline-block;
	vertical-align: top;
}
#services-sales-form h2 {
	font-size: 18px;
	color: #f46722;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
#services-sales-form label {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#services-sales-form input[type=text], #services-sales-form select {
	font-family: "Lato";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
#services-sales-form input[type=text] {
	display: block;
	padding: 7px;
	margin: 10px 3px 3px 0;
}
#services-sales-form select {
	padding: 9px 9px 8px 9px;
    margin: 10px 0 0 0;
    border-radius: 0;
    background: url("images/down_arrow_select_black.png") no-repeat right #fff;
    color: black;
    border: none;
    outline: none;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    border: 1px solid #ccc;
}
#services-sales-form select option:first-child {
	color: #888888 !important;
}

	

/* Contact Form */
#contact-form {
	width: 100%;
	position: relative;
}
#contact-form .contact-col {
	display: inline-block;
	position: relative;
	vertical-align: top;
	padding: 0 20px 0 0;
}
#contact-form label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 0 0;
}
#contact-form input, #sales-contact-form select {
	font-family: "Lato";
}
#contact-form input[type=text] {
	display: block;
	padding: 7px 4px;
	margin: 3px 0;
	width: 95%
}

#contact-form input[type=email] {
	display: block;
	padding: 7px 4px;
	margin: 3px 0;
	width: 95%
}

#contact-form input[type=tel] {
	display: block;
	padding: 7px 4px;
	margin: 3px 0;
	width: 95%
}

#contact-form select {
	padding: 9px 0 8px 9px;
    margin: 3px 0 0 0;
    border-radius: 0;
    background: url("images/down_arrow_select_black.png") no-repeat right #fff;
    color:black;
    border:none;
    outline:none;
    display: block;
    -webkit-appearance:none; 
    -moz-appearance: none;
    appearance: none;
    cursor:pointer;
    border: 1px solid #aaa;
	width: 95%;
	-ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#contact-form textarea {
	height: 200px;
	width: 95%;
	margin: 4px 0 4px 0;
	padding: 2px 4px;
	resize: none;
	border: 1px solid #ddd;
	display: block;
	-ms-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: "Lato", helvetica, sans-serif;
}
#subscribe-email {
	font-size: 10px;
	padding: 10px;
	width: 100%;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	font-style: italic;
}
#subscribe-blog #go-action {
	margin: 25px 0 0 0;
}
.blue-select select {
   background: transparent;
   width: 100%;
   padding: 15px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -moz-appearance: none;
   -webkit-appearance: none;
   appearance: none;
}
.blue-select {  
   	padding: 15px;
    margin: 0 0 25px 0;
    border-radius: 0;
    background: url("images/down_arrow_select.png") no-repeat 225px #1d3565;
    color: #fff;
    border: none;
    outline: none;
    display: inline-block;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    cursor:pointer;
    border: 1px solid #ccc;
	width: 100%;
}

/* Search Form Styling */
#searchform {
	margin: 0 0 30px 0;
	border: 1px solid #494343;
	position: relative;
	width: 100%;
	box-sizing: content-box;
}
#searchform #s {
	padding: 10px;
	width: 213px;
	border: none;
	outline: none;
	display: inline-block;
	width: 90%;
}
#searchform #s:focus {
	border: none;
}
#searchform a:link, #searchform a:active, #searchform a:visited {
	color: #494343;
	position: absolute;
	right: 7px;
	top: 7px;
}
#searchform a:hover {
	color: #f46722;
}

/* Action Buttons */
.go-action {
	text-transform: uppercase;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	margin: 5px 0 0 6px;
	padding: 5px 15px !important;
	font-family: "Lato";
}
a.go-action:link, a.go-action:active, a.go-action:visited {
	color: #fff !important;
}
.go-action.large {
	padding: 40px !important;
	font-size: 20px;
	-webkit-border-top-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topright: 25px;
	border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
.go-action.medium {
	padding: 10px 20px !important;
	font-size: 20px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}
.go-action.blue {
	background-color: #1188cc;
	-webkit-box-shadow: 0 3px #1d3565;
	-moz-box-shadow: 0 3px #1d3565;
	box-shadow: 0 3px #1d3565;
	filter:progid:DXImageTransform.Microsoft.dropshadow(color=#1d3565, offx=3, offy=0);
}
.go-action.green {
	background-color: #09acb1;
	-webkit-box-shadow: 0 3px #126a78;
	-moz-box-shadow: 0 3px #126a78;
	box-shadow: 0 3px #126a78;
	filter:progid:DXImageTransform.Microsoft.dropshadow(color=#126a78, offx=3, offy=0);
}
.go-action.orange {
	background-color: #f9961e;
	-webkit-box-shadow: 0 3px #f46722;
	-moz-box-shadow: 0 3px #f46722;
	box-shadow: 0 3px #f46722;
	filter:progid:DXImageTransform.Microsoft.dropshadow(color=#f46722, offx=3, offy=0);
	text-shadow: 1px 1px 0px #f46722;
}
.go-action:hover {
	cursor: pointer;
	cursor: hand;
}
.go-action.orange:hover {
	background-color: #ff661A;
	text-decoration: none;
}
.go-action.blue:hover {
	background-color: #1d3565;
	border: none;
	text-decoration: none;

} 
.go-action.green:hover {
	background-color: #126a78;
	border: none;
	text-decoration: none;
}
.go-action:active {
	margin-top: 3px !important;
	-webkit-box-shadow: 0 0px #1d3565;
	-moz-box-shadow: 0 0px #1d3565;
	box-shadow: 0 0px #1d3565;
	filter:progid:DXImageTransform.Microsoft.dropshadow(color=#1d3565, offx=0, offy=0);
}
input.go-action {
	border: none;
}

#pricing-tabs {
	padding-top: 10px;
	margin: 0 auto 30px auto;
	text-align: center;
	width: 70%;
	-webkit-box-shadow: inset 5px 0px 5px 0px #ccc;
	-moz-box-shadow:    inset 5px 0px 5px 0px #ccc;
	box-shadow:         inset 0px -7px 5px -5px #ccc;
	overflow: hidden;
}
#pricing-tabs a {
	display: inline-block;
	width: 175px;
	padding: 10px 10px 15px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 5px -2px 5px;
	-webkit-box-shadow: 0px -1px 11px 0px #ccc;
	-moz-box-shadow:    0px -1px 11px 0px #ccc;
	box-shadow:         0px -1px 11px 0px #ccc;
	font-size: 18px;
	background-color: #ddd;
	border-bottom: #494943;
}
#pricing-tabs a.p-active {
	background-color: #fff;
	border-bottom: none;
}
.pricebox .go-action.altb {
	position: relative;
	display: block;
	margin: 0 0 20px 0;
}
.price-box.best-value {
	background-color: #fff;
}
#seo-box li, #paidmedia-box li, #content-marketing-box li, #analytics-box li {
	margin-bottom: 10px;
}
h3.pricealt {
	padding: 20px 0 20px 0 !important;
	margin-bottom: 20px !important;
	color: #494943 !important;
}
h3.pricealt > span {
	display: block;
	position: relative;
	margin: 15px 0 -15px 0 !important;
}
.price-box .subtext {
	position: absolute;
	bottom: 0;
	padding: 10px;
	border-top: 1px solid #494343;
	font-size: 12px;
	width: 215px;
}
#custom-pricing {
	display: none;
	text-align: center;
}
#custom-pricing > * {
	vertical-align: top;
}
.custom-price-box {
	background-color: #e9e9e9;
	border: 1px solid #494343;
	padding: 20px;
	display: inline-block;
	margin: 20px 20px 20px 0;
	width: 160px;
}
.custom-price-box h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
.custom-price-box h3 {
	font-size: 18px;
	color: #494343 !important;
	font-weight: normal;
	margin-top: 0 !important;
}
.custom-price-box p {
	font-size: 11px;
}
/* New Footer Form & Button */
#footer-form-btn {
    position: absolute;
    top: 3px;
    right: 15px;
}
#footer-form {
    display: none;
    position: absolute;
    top: 3px;
    right: 0;
    border: 1px solid #666;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	background-color: #1d3565;
	color: #fff;
	padding: 5px 20px 20px 20px;
	margin: 0 0 20px 0;
	text-align: left;
	font-size: 14px;
	overflow: hidden;
}
/* Resources page card style.   Reused on all archived pages */ 
.allresources {
	margin-top: 20px;
}

#resource-list {
	margin: 40px 0;
	max-width: 925px;
	float: left;
	text-align: center;
}
#resource-list ul {
	margin: 0;
	padding: 0;
}
#resource-list li {
	display: inline-block;
	list-style: none;
	position: relative;
	margin: 0px auto !important;
	padding: 0;
	float: none;
}
#resource-list li a:link, #resource-list li a:active, #resource-list li a:visited {
	font-size: 13px;
	color: #333;
	margin: 0 0 20px 0;
	padding: 175px 15px 15px 15px;
	width: 170px;
	height: 70px;
	display: inline-block;
	position: relative;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0 3px 3px 0 #ccc;
	box-shadow: 0 3px 3px 0 #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	overflow: hidden;
	text-align: left;
}
.featured-image {
	width: 200px;
	height: 130px;
	background-repeat: no-repeat;
	background-clip: border-box;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#resource-list .post-type {
	position: absolute;
	top: 130px;
	left: 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 195px;
	padding: 3px;
	text-align: center;
	color: #fff;
}
#resource-list .search-engine-optimization {
	background-color: #1877C9;
}
#resource-list .online-advertising {
	background-color: #FA6502;
}
#resource-list .content-marketing {
	background-color: #003366;
}
#resource-list .marketing-automation {
	background-color: #DF4C57;
}
#resource-list .analytics-measurement {
	background-color: #28ADB0;
}
#resource-pagination a.previous {
	float: left;
}
#resource-pagination a.next {
	float: right;
	margin-right: 30px;
}
/* Styling for the resources special footer */
#footer-resource-list {
    width: 100%;
    margin: 0 0 75px 0;
    padding: 0;
}
#footer-resource-list li {
    display: inline-block;
    list-style: none;
    float: left;
    width: 180px;
}
.footer-resource-link:link, .footer-resource-link:active, .footer-resource-link:visited {
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    margin: 0px 25px 25px 0;
    padding: 10px 10px 10px 60px;
    text-align: center;
    color: #fff;
    background-position: 5px center;
}
.footer-resource-link:hover {
    text-decoration: none;
}
#footer-resource-link-seo {
    background-color: #02adaf;
    border-bottom: 5px solid #0F6A77;
    background-image: url(/wp-content/themes/marketingmojo/images/home-services/search-engine-optimization.png);
    background-repeat: no-repeat;
}
#footer-resource-link-seo:hover {
    background-color: #0F6A77;
}
#footer-resource-link-online-advertising {
    background-color: #1488C4;
    border-bottom: 5px solid #003366;
    background-image: url(/wp-content/themes/marketingmojo/images/home-services/online-advertising.png);
    background-repeat: no-repeat;
}
 #footer-resource-link-online-advertising:hover {
     background-color: #003366;
 }
#footer-resource-link-content-marketing {
    background-color: #df4b59;
    border-bottom: 5px solid #a83024;
    background-image: url(/wp-content/themes/marketingmojo/images/home-services/content-marketing.png);
    background-repeat: no-repeat;
}
#footer-resource-link-content-marketing:hover {
    background-color: #a83024;
}
#footer-resource-link-analytics-and-measurement {
    background-color: #f8953d;
    border-bottom: 5px solid #ff6602;
    background-image: url(/wp-content/themes/marketingmojo/images/home-services/analytics.png);
    background-repeat: no-repeat;
}
#footer-resource-link-analytics-and-measurement:hover {
    background-color: #ff6602;
}
#footer-resource-link-marketing-automation {
    background-color: #1d3761;
    border-bottom: 5px solid #000;
    background-image: url(/wp-content/themes/marketingmojo/images/home-services/marketing-automation.png);
    background-repeat: no-repeat;
}
#footer-resource-link-marketing-automation:hover {
    background-color: #000;
    
}
/* Paid Media Calculator */
#paid-media-calc {
	display: inline-block;
	text-align: left;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
	max-width: 500px;
}
#paid-media-calc form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
#paid-media-calc .contact-col {
	display: inline-block;
	vertical-align: top;
}
#paid-media-calc h3 {
	font-size: 18px;
	color: #f46722;
	padding: 0;
	margin: 0 0 10px 0;
	text-align: center;
}
#paid-media-calc label {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 0 0;
}
#paid-media-calc input[type=text], 
#paid-media-calc input[type=email], 
#paid-media-calc input[type=number],
#services-sales-form select {
	font-family: "Lato";
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
#paid-media-calc input[type=text], 
#paid-media-calc input[type=email], 
#paid-media-calc input[type=number] {
	display: block;
	padding: 7px;
	margin: 10px 3px 3px 0;
}
#paid-media-calc input[type=radio]{
	margin: 5px 3px;
}
#paid-media-calc select {
	padding: 9px 9px 8px 9px;
    margin: 10px 0 0 0;
    border-radius: 0;
    background: url("/wp-content/themes/marketingmojo/images/down_arrow_select_black.png") no-repeat right #fff;
    color: black;
    border: none;
    outline: none;
    display: block;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none; 
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    border: 1px solid #ccc;
    width: 100%;
}
#paid-media-calc select option:first-child {
	color: #888888 !important;
}
#paid-media-calc #submitButton {
	display: block; 
	margin: 20px 0;
}
#paid-media-calc .hide-me {
	background-color: yellow;
	padding: 5px;
}
.mojo-pagination {
    padding-right: 50px; 
}
/*---table styling for comparison chart---*/

.compare-table {
    border-collapse: collapse;
    width: 100%;
    color: #3E3935;
    font-size: 14px;
}
.compare-table th, td {
    min-height: 60px;
    padding: 12px 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}
.compare-table tr :nth-child(1) {
    width: 20%;
}
.compare-table tr :nth-child(2), tr :nth-child(3) {
    width: 40%;
    text-align: center;
}
.compare-table tr:hover {
    background-color:#f5f5f5;
}
.compare-table .compare-header-row:hover {
    background-color:transparent;
}
.compare-table th {
    padding: 24px 8px 12px;
    text-transform: uppercase;
    color: #FF6C0C;
    font-size: 16px;
}








/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/*end wordpress css*/









/* smartphones, iPhone, portrait 480x320 phones */
@media (min-width:320px) {  

	body, html {
		margin: 0;
		padding: 0;
		color: #494343;
		font-family: "Lato";
	}
        
        body{
            margin-top:60px;
        }
        
	p {
		font-weight: 400;
	}
	.mojo-pagination {
    	padding-right: 0px; 
	}
	/* Default link styling */

	
	/* Body Content Styling */
	.body-content-outer {
		overflow: hidden;
		position: relative;
		width: 100%;
		background-color: #fff;
		padding: 0;
		margin: -10px 0 0 0;
		z-index: 2;
	}
	.body-content {
		max-width: 984px;	
		margin: 0 auto;
		padding: 40px 20px;
		z-index: 200;
		position: relative;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.body-content h1 {
		margin: 0;
		padding: 0;
		line-height: 1;
	}
	.body-content h3 {
		color: #f46722;
		padding: 0;
	}
	.body-content p {
		line-height: 140%;
	}
	
	.body-content a:link, #body-content a:active, #body-content a:visited {
		color: #1188cc;
	}
	
	/* Styling for pages that use optional featured image in header */
	#page-header-image {
		position: relative;
		top: 0px;
		right: 0px;
		background-color: #FBF5E8;
		background-size: cover;
		z-index: 100;
	}
	#page-header-inner {
		max-width: 1024px;
		margin: 0 auto;
		position: relative;
	}
	#page-header-inner img {
		max-width: 100% !important;
		height: auto;
		top: 0px;
		right: 0px;
	}
	h1.header-image {
		position: relative;
	}
	.subhead, .subhead-alt {
		position: relative;
		font-size: 22px;
		color: #f46722;
	}
	.subhead p, .subhead-alt p {
		margin: 0;
		padding: 0;
	}
	
	/* Wide Column */
	#wide-col {
		display: block;
		float: none;
	}
	#wide-col h2 {
		margin: 20px 0 0 0;
		padding: 0;
	}
	#wide-col h3 {
		margin: 20px 0 0 0;
		padding: 0;
	}
	#wide-col p {
		margin-top: 0;
		padding-top: 0;
	}
	#wide-col ul li {
		list-style-image: url('images/bullet-arrow.png');
		margin-bottom: 15px;	
	}
	#wide-col ul li ul li {
		list-style-image: url('images/bullet-blue.png');
		margin: 0;
		padding: 0;
	}
	#wide-col ul ul {
		margin: 0 0 0 20px;
		padding: 0;
	}
	#wide-col img {
		max-width: 100%;
		height: auto;
	}
	
	/* Narrow Column */
	#narrow-col {
		display: block;
		float: none;
	}
	#narrow-col img {
		max-width: 100%;
		height: auto !important;
	}
	
	/* Header Styling */
	body.admin-bar header { 
		/* top: 28px; */
	} 
	
	/* Sidebar Styling */
	.sidebar-img {
		margin: 0 0 20px 0;
		padding: 0;
		border: 1px solid #494343;
		width: 100%;
		height: auto;
		box-sizing: border-box;
		background:rgba(255,255,255,0.001);
	}
	.sidebar-greybox {
		border: 1px solid #494343;
		background-color: #e9e9e9;
		padding: 25px 25px 25px 25px;
		margin: 0 0 20px 0;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.sidebar-greybox h2 {
		margin: 5px !important;
	}
	.sidebar-greybox h3 {
		text-align: left;
		margin: 0 0 10px 0 !important;
		padding: 0;
	}
	.sidebar-greybox p {
		text-align: left;
	}
	.sidebar-greybox ul {
		margin: 0;
		padding: 0;
	}
	.sidebar-greybox ul li {
		list-style: none;
		text-align: left;
		padding: 7px 0;
		margin: 0;
		border-bottom: 1px solid #494343;
		font-size: 14px;
	}
	.sidebar-greybox ul li:last-child {
		border-bottom: none !important;
	}
	.sidebar-greybox ul li .go-action {
		margin: 5px 0;
	}
	
	/* Resource Sidebar Styles */
	#resources-header {
		max-width: 960px; 
		margin: 0px auto;
		padding: 0 20px;
	}
	#resources-header > * {
		vertical-align: top;
	}
	#resources-text {
		display: block;
		width: 100%;
	}
	#resources-sidebar {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	#resources-sidebar ul {
		margin: 0 0 20px 0;
		padding: 0;
		list-style: none;
	}
	#resources-sidebar ul li {
		padding: 10px 3px;
		border-bottom: 1px solid #000;
	}
	
	/* Infographics */
	#transcript {
		display: none;
		position: absolute;
		top: 50px;
		margin: 0;
		width: 80%;
		height: 500px;
		background-color: #fff;
		border: 5px solid #444;
		padding: 25px;
		z-index: 10000;
		overflow: scroll;
	}
	.presented-on {
		font-size: 12px;
		margin-top: 0px;
	}
	.embed {
		width: 100%;
		display: block;
	}
    #get-info-list {
        list-style: none; 
        margin: 0; 
        padding: 0; 
    }
    #get-info-list li {
        margin-left: 0 !important; 
        padding: 5px 2px !important;
        border-bottom: 1px solid #333; 
    }
    .content-shadow-box {
        margin: 0;
        padding: 0; 
        width: 100%; 
        background-color: #efefef;
        /*
        background-color: #ddd;
        -webkit-box-shadow: 0px 0px 15px 1px rgba(135,127,135,1); 
        -moz-box-shadow: 0px 0px 15px 1px rgba(135,127,135,1); 
        box-shadow: 0px 0px 15px 1px rgba(135,127,135,1); 
        -webkit-border-radius: 3px; 
        -moz-border-radius: 3px; 
        border-radius: 3px;
        */ 
    }
    .content-shadow-box-inner {
        max-width: 960px; 
        margin: 0px auto; 
        padding: 20px 0; 
    }

	.get-your-copy h3 {
    	color: #f46722;
	}
	#resource-sharing img  {
		margin-right: 5px;
	}

	/* Main Navigation */
	
	
	/* Blog */
	.first {
		width: 270px; 
		height: 290px;
	}
		
	/* Shared Styling Classes */
	
	hr {
		color: #494343;
		background-color: #494343;
		height: 1px;
	}
	hr.shorty {
		color: #494343;
		background-color: #494343;
		height: 1px;
		width: 25%;
		margin: -10px 0 3px 0;
		padding: 0;
	}
	span.orange {
		color: #f9961e;
	}
	a.mojo-orange{
		color: #f46722 !important;
	}
	.down-arrow li {
		list-style-image: url("images/bullet-arrow.png") !important;
		padding-bottom: 5px;
	}
	.big-h2 {
		font-size: 32px;
	}
	
	.flat-grey {
		background-color: #e8e8e8;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.flat-grey-inner {
		max-width: 984px;
		padding: 20px 40px 40px 40px;
		margin: 0 auto;
	}
	
	
	
	/* Staff pages */
	#our-staff {
		text-align: center;
	}
	.staff-box {
		display: inline-block;
		position: relative;
		width: 225px;
		height: 275px;
		margin: 0 5px 40px 0;
		padding: 0;
		border: 1px solid #ddd;
		text-align: left;
	}
	.staff-box span {
		position: absolute;
		bottom: 0;
		right: 0;
		height: 60px;
		width: 100%;
		padding: 10px;
		background-color: #484342;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.staff-box h2 {
		color: #fff;
		text-align: left !important;
		margin: 0 !important;
		padding: 0 !important;
		font-size: 16px !important;
	}
	.staff-box h3 {
		color: #f9961e;
		margin: 0;
		padding: 0;
		font-size: 12px;
	}
	
	/* Home Page Styling */
	#hero-outer {
		width: 100%;
		margin: -10px 0 0 0;
		padding: 0;
		text-align: center
	}
	#hero-unit {
		display: inline-block;
		text-align: left;
		padding: 30px 20px;
		max-width: 984px; 
		padding: 10px;
		margin: 0 auto;
	}
	#hero-content {
		color: #fff;
	}
	#hero-content h1 {
		font-size: 22px;
	}
	
	/* Home Page Services */
	#service-links {
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.home-services h2 {
		font-size: 30px;
		text-align: center;
		font-weight: bold !important;
		text-transform: uppercase;
		margin: 20px 0;
		padding: 0;
	}
	.home-services h2 a:link, .home-services h2 a:active, .home-services h2 a:visited {
		text-decoration: none;
		color: #494343;
	}
	.home-services h2 a:hover {
		text-decoration: underline;
	}
	.home-services .service-link:link, .home-services .service-link:active, .home-services .service-link:visited {
		text-align: left;
		display: inline-block;
		width: 218px;
		height: 45px;
		margin: 10px 0 10px 0px;
		padding: 10px 0 0 60px;
		color: #494343 !important;
		font-size: 18px;
		background-repeat: no-repeat;
		background-position: left center;
	}
    #online-advertising {
        background-image: url('images/home-services/online-advertising.png');
    }
	#digital-marketing-services {
		background-image: url('images/home-services/digital-marketing-services.png');
	}
	#search-engine-optimization {
		background-image: url('images/home-services/search-engine-optimization.png');
	}
	#paid-media{
		background-image: url('images/home-services/paid-media.png');
	}
	#content-marketing {
		background-image: url('images/home-services/content-marketing.png');
	}
	#analytics {
		background-image: url('images/home-services/analytics.png');
	}
	#marketing-automation {
		background-image: url('images/home-services/marketing-automation.png');
	}
	
	/* Home Page Our Clients */
	#customer-resources {
		text-align: center;
		padding: 20px;
		max-width: 960px;
		margin: 0 auto;
	}
	.client-logo {
		width: 100%;
		height: 100px;
		line-height: 100px;
		background-color: #fff;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding: 0;
		text-align: center;
		vertical-align:  middle;
		margin: 0 15px 25px 0;
		position: relative;
	}
	.client-logo a:link, .client-logo a:active, .client-logo a:visited {
		color: #fff;
		line-height: 14px;
	}
	.client-logo span {
		line-height: 14px !important;
		font-size: 12px;
		margin: 10px;
		color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		vertical-align: middle !important;
		height: 75px;
	}
	/* Home page resources */
	#our-resources {
		text-align: center;
	}
	#our-resources > * {
		vertical-align: middle;
	}
	.home-resource {
		background-color: #fff;
		position: relative;
		width: 200px;
		height: 135px;
		margin: 0 0 15px 15px;
		padding: 0 10px 0 10px;
		border: 1px solid #ccc;
		display: inline-block;
		font-weight: bold;
		font-size: 13px;
		line-height: 120%;
		text-align: left;
		background-repeat: no-repeat;
	}
	.home-resource h2 {
		position: absolute;
		display: block;
		font-size: 16px;
		bottom: 0px;
		left: 0px;
		height: 28px;
		width: 220px;
		margin: 0;
		padding: 12px 0 0 0;
		color: #fff;
		background-color: #f46722;
		text-transform: uppercase;
		vertical-align: middle;
		text-align: center;
	}
	a.home-resource:link, a.home-resource:active, a.home-resource:visited {
		color: #494343;
	}
	a.home-resource:hover {
		text-decoration: none;
	}
	.home-resource small {
		line-height: 50%;
		margin-bottom: 5px;
	}
	
	/* Position background image for the resources */
	#resource-1 {
		background-image: url('images/home-resources/image1.png');
		background-position: right top;
	}
	#resource-2 {
		background-image: url('images/home-resources/image2.png');
		background-position: right top;
	}
	#resource-3 {
		background-image: url('images/home-resources/image3.png');
		background-position: right top;
	}
	#resource-4 {
		background-image: url('images/home-resources/image4.png');
		background-position: right top;
	}
	
	/* Social Stuff */
	.home-social #col1, .home-social #col2, .home-social #col3 {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.home-social > * {
		vertical-align: top !important;
	}
	.home-social #col1 {
		padding: 0 15px 15px 0;
		margin: 0;
		width: 100%;
		border-bottom: 1px solid #494343;
	}
	#col1 li {
		font-size: 12px;
		display: block;
		float: none;
		margin-bottom: 10px;
		overflow: auto;
	}
	#col1 a:link, #col1 a:active, #col1 a:visited {
		color: #494343;
	}
	.home-social ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.home-social #col2 {
		padding: 15px;
		margin: 0;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #494343;
	}
    .home-social #col2 a {
        text-decoration: none;
    }
	.social-button {
		padding: 3px;
	}
	.home-social #col3 {
		position: relative;
		padding: 15px 0;
		margin: 0;
		width: 100%;
	}
	#col3 h2 {
		text-align: center;
	}
	#col3 p {
		text-align: center;
		font-size: 13px;
		font-style: italic;
		padding: 2px 25px;
	}
	
	/* Blog Latest Articles on Home */
	.blog-date {
		display: inline-block;
		background-color: #e8e8ea;
		padding: 9px 0 0 0;
		text-align: center; 
		width: 35px;
		height: 22px;
		min-height: 30px;
		overflow: hidden;
		float: left;
		margin: 0 15px 0 0;
	}
	.blog-day {
		display: block;
		color: #1188cc;
		font-size: 16px;
		padding: 0;
		margin: 0;
		line-height: 50%;
	}
	.blog-month {
		color: #494343;
		font-size: 10px;
		text-transform: uppercase;
		padding: 0;
		margin: 3px 0 0 0;
		line-height: 50%;
	}
	
	/* News subscription form */
	#mktForm_1001 {
		margin-top: 20px;
		text-align: center;
	}
	#mktForm_1001 #mktFrmSubmit {
		border: none;
		display: inline-block;
	}
	#mktForm_1001 #mktFrmSubmit:focus {
		outline: none;
	}
	#mktForm_1001 .mktInput {
		display: inline-block;
		position: relative;
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#mktForm_1001 #Email {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		border: none;
		color: #494343;
		outline: none;
		margin: -3px 3px 0 0;
		padding: 9px;
		background-color: #e8e8ea;
		font-size: 10px;
		font-style: italic;
		position: relative;
		display: block;
	}
	#mktForm_1001 .mktFormMsg {
		display: block;
		position: relative;
		left: 0 !important;
		color: #fff;
		text-align: left;
		line-height: 10px;
		margin: 0;
		padding: 0;
	}

	/* Request a Call Form */

	#sales-contact-form .contact-col {
		box-sizing: border-box;
		width: 100%;
	}
	#sales-contact-form input[type=text] {
		width: 100%;
	}
	#sales-contact-form td:first-child {
		padding-right: 10px;
	}
	#sales-contact-form td {
		padding: 0;
	}
	#sales-contact-form input#FirstName {
		width: 100%;
		margin-right: 10px;
	}
	#sales-contact-form input#LastName {
		width: 100%;
	}
	#sales-contact-form select {
		width: 100%;
	}
	
	/* Contact Us Form */
	#contact-form .contact-col {
		width: 100%;
	}
	
	/* General Blog Styling */
	#comments-container {
		max-width: 960px; 
		margin: 0 auto; 
		padding: 0 20px;
	}
	
	#our-pricing {
		text-align: center;
	}
	#our-pricing > * {
		vertical-align: middle;
	}
	.price-box {
		position: relative;
		display: inline-block;
		background-color: #efefef;
		border: 1px solid #666;
		padding: 75px 25px 25px 25px;
		margin: 25px 25px 25px 0;
		width: 235px;
		min-height: 400px;
		text-align: center;
	}
	.price-box h2 {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		color: white;
		text-align: center;
		margin: 0;
		padding: 20px 5px;
		background-color: #f9961e;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		font-size: 30px;
	}
	.price-box h3 {
		text-align: center;
		font-size: 24px;
		border-bottom: 1px solid #666;
		margin: 0;
		padding: 15px 0 10px 0;
	}
	.price-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: left;
	}
	.price-box li {
		border-bottom: 1px solid #666;
		margin: 0;
		padding: 5px 0;
		font-weight: bold;
		list-style: none;
	}
	.price-box li:last-child {
		border-bottom: none;
	}
	.price-box ul li ul {
		padding: 0 0 0 25px;
	}
	.price-box li ul li {
		border-bottom: none;
		list-style-image: url("images/bullet-arrow.png");
	}
	.price-box .go-action.alta {
		margin: 0 auto;
		position: absolute;
		bottom: 30px;
		left: 50px;
		width: 150px;
	}
	
	.price-box #best-value {
		position: absolute;
		top: -35px;
		right: -35px;
		height: 101px;
		width: 101px;
		display: block;
		background-image: url('images/best-value.png');
		background-repeat: no-repeat;
	}
	.price-box #best-value span {
		display: none;
		margin-left: -2000px;
	}
	
}

/* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
@media (min-width:481px) {  

	/* Navigation - formerly inline */
	
	
	/* Home Page Styling */
	
	/* Hero Unit */
	#hero-content h1 {
		font-size: 24px;
	}
	
	/* Our Clients Section */
	.client-logo {
		width: 170px;
		display: inline-block;
	}
	.client-logo:last-child {
		margin-right: none;
	}
	.mojo-pagination {
		margin-right: 25px; 
	}
	#resource-list li {
		float: none; 
	}
	#resource-list li a:link, #resource-list li a:active, #resource-list li a:visited {
		margin-right: 20px;
	}

}

/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
@media (min-width:641px) {  

	/* Home Page Styling */
	#hero-unit {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-position: top right;
		margin: 0;
		height: 300px;
	}
	#hero-unit.home-alt {
		background-image: url("/wp-content/uploads/2014/03/janet-banner.jpg");
		width: 100%;	
	}
	#hero-unit.home-paid-alt {
		background-image: url("images/home-page-personalization/PPC-Agency-Checklist-Banner.png");
		width: 100%;
	}
	#hero-unit.home-seo-alt {
		background-image: url("images/home-page-personalization/SEO-Agency-Checklist-Banner.png");
		width: 100%;
	}
	#hero-unit.home-other-alt {
		background-image: url("images/home-page-personalization/Digital-Marketing-Agency-Checklist-Banner.png");
		width: 100%;
	}
	#hero-unit.home-alt h1 {
		padding-top: 20px;
	}
	#hero-content {
		width: 47%;
		color: #fff;
		margin: 0;
		padding: 0;
	}
	
	.embed {
		width: 45%;
		margin-right: 20px;
		display: inline-block;
	}
	
	#wide-col {
		display: block;
		float: none;
	}
	#narrow-col {
		display: block;
		float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	

	/* Form Styling */
	/* Request a Call Form */
	#sales-contact-form {
		width: 100%;
	}
	#sales-contact-form .contact-col {
		width: 45% !important;
		margin-right: 5px;
		box-sizing: border-box;
	}
	
	
	/* Contact Us Form */
	#contact-form .contact-col {
		width: 45%;
	}
	#contact-form .comment-col {
		width: 96%;
	}
	
	
	
}

@media (min-width:761px) {
	/* Column Styling & Optional Header Image pulled from Featured Image */
	#wide-col {
		width: 65%;
		float: left;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	
	#narrow-col {
		width: 30%; 
		float: right; 
		margin: 70px 0 0 0;
		padding: 0;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#narrow-col.header-image {
		/* margin-top: 150px !important; */
	}
	
	#narrow-col h2 {
		color: #f46722;
		font-size: 18px;
		padding-bottom: 0;
		margin-bottom: -15px;
	}
	#narrow-col img {
		width: 100%;
	}
	#narrow-col .post-date {
		display: block;
		font-size: 12px;
	}
	#resources-text {
		display: inline-block;
		padding: 0 20px 0 0;
		width: 70%;
	}
	#resources-sidebar {
		display: inline-block;
		width: 27%;
		padding: 0;
	}
	
}
/* tablet, landscape iPad, lo-res laptops ands desktops */
@media (min-width:961px) {  

	/* Admin Bar fix */
	body.admin-bar #branding-wrap{top: 28px;} 
	body.admin-bar #wrapper{margin-top: 145px;}

	body.admin-bar header {
		top: 28px;
	}
	
	.active {
		border-top: 5px solid #1188cc;
		border-right: 5px solid #1188cc;
		border-left: 5px solid #1188cc;
		border-bottom: none;
		padding: 28px 8px 26px 8px !important;
		z-index: 4000;
		background-color: #fff;
		position: relative;
	}
	.active:hover {
		border-bottom:none;
	}
	
	/* Home Page Styling */
	
	#hero-content h1 {
		margin-top: 30px;
		font-size: 32px;
	}
	#hero-unit {
		min-height: 300px;
	}
	
	/* Social Section */
	.home-social {
		padding: 20px 0 0 0;
                display:flex;
	}
	.home-social > * {
		vertical-align: top !important;
	}
	#home-social p {
		margin: 0;
		padding: 0;
	}
	.home-social #col1, .home-social #col2, .home-social #col3 {
		display: inline-block;
		border-bottom: none;
		padding-top: 0;
	}
	.home-social #col2 {
		border-left: 1px solid #494343;
		height: 100%;
	}
	.home-social #col3 #mktForm_1001 #Email {
		display: inline-block !important;
		float: left;
		width: 170px;
		position: relative;
		margin: 0 0 0 20px;
	}
	
	
	body, html {
		padding: 60px 0 0 0;
		
	}
	
	.herolink:link, .herolink:active, .herolink:visited {
		margin: 0;
		padding: 0;
		border: none;
	}
	.herolink:hover {
		margin: 0;
		padding: 0;
		border: none;
	}
	.herolink:hover {
		border: none;
	}
	.herolink > img {
		margin-top: 20px;
	}
	
	
	
	
	
	/* Optional Styling for Pages with Header Images */
	#page-header-image {
		position: absolute; 
		width: 100%;
		height: 220px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		top: 0;
		left: 0;
	} 
	h1.header-image {
		position: absolute;
		top: 140px;
		left: 20px;
	}
	.subhead {
		position: absolute;
		top: 175px;
		left: 20px;
	}
	.subhead-alt {
		/* position: absolute;
		top: 125px;
		left: 20px; */
	}
	#full-width.header-image {
		margin-top: 0;
	}
	#wide-col.header-image {
		margin-top: 160px !important; 
	}
	#narrow-col.header-image {
		margin-top: 160px !important;
	}
	#contact-page.header-image {
		margin-top: 160px;
	}
	.no-mobile {
		display: inline-block;
	}
	
	/* Form Styling */
	
	/* Request a Call Form */
	#call-form-text {
		float: left; max-width: 320px; padding-right: 20px;
	}
	#sales-contact-form {
		float: right;
		max-width: 600px;
	}
	#sales-contact-form form {
		width: 600px;
	}
	#sales-contact-form .contact-col {
		width: 48% !important;
		box-sizing: border-box;
	}
	#sales-contact-form #FirstName, #sales-contact-form #LastName {
		width: 80%;
	}
	#sales-contact-form input[type=text]{
		max-width: 100%;
	}
	
	
	/* Sales Contact Form Alternative Style */

	#sales-contact-form-alt {
		float: right;
		width: 60%;
	}
	#sales-contact-form-alt .mktFormMsg {
		float: right;
		width: 375px;
	}
	#sales-contact-form-alt h4 {
		width: 375px;
		float:right;
		text-align:center;
	}
	#sales-contact-form-alt label {
		width:28%;
		float:left;
		text-align:right;
	}
	#sales-contact-form-alt input[type=text], #sales-contact-form-alt select {
		float:left;
		width:67%;
	}
	#sales-contact-form-alt input[type=text] {
		margin: 15px 3px 3px 0;
	}
	#sales-contact-form-alt select {
		margin: 15px 3px 3px 0;
	}
	#sales-contact-form-alt #mktFrmButtons {
		width: 375px;
		float: right;
	}
	#sales-contact-form-alt .float {
	width:34%;
	}
	
	
	
	/* Contact Us Form */
	#contact-form .contact-col {
		width: 280px;
	}
	
	
	
	/* News Pages */
	.news-author, .news-publish-date {
		display: block;
	}
	.news-publish-date {
		font-size: 12px;
	}
	/* Utility Classes */
	.center {
		text-align: center;
	}
	
	
	/* Contact Pages */
	.map-image {
		width: 118px;
		
		margin: 3px 0 0 0;
		padding: 0;
	}
        
	.contact-info h3 {
		color: #f46722;
		font-size: 16px;
		margin: 0;
		padding: 0;
	}
	.contact-info p {
		margin: 0;
		padding: 0;
	}
	.contact-info > .go-action {
		font-size: 12px !important;
	}

	/* Blog */
	.first {
		height: 400px;
		width: 565px;
	}
	
	/* Home Page Styling */
	
	#hero-content h1 {
		font-weight: 400;
	}
	hr.home-line {
		margin-bottom: 40px;
		width: 100%;
	}
	.home-social h2 {
		font-size: 14px;
		font-weight: 400;
	}
	#our-clients {
		border-spacing: 15px;
	}
	
	.client-logo.last {
		margin-right: 0;
	}
		
	/* Resources */
	#our-resources {
		position: relative;
	}
	
	.home-resource:first-child {
		margin-left: 15px;
	}
	.home-resource:last-child {
		margin-right: 0;
	}
	
}

/* big landscape tablets, laptops, and desktops */
@media (min-width:1025px) {  
	
}
