/*
Theme Name: Edgar
Theme URI: http://lkrsocialmedia.com/
Author: LKR Social Media / Julie Field
Author URI: http://lkrsocialmedia
Description: Based on the starter theme _tk
Version: 1.0.
License: GNU General Public License
License URI: see license.txt

*/

/* Import the necessary TK Bootstrap WP CSS additions */
@import url( includes/css/bootstrap-wp.css );



/* My Minimal WordPress Styling comes here */

/* This is a small security for too long strings titles */
body {
	word-wrap: break-word;
	font-family: 'Open Sans', sans-serif;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}



/* Images and wp-captions should always fit and be responsive */
img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
img.borderimg {
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 2px 1px #888888;
	box-shadow: 0 0 2px 1px #888888;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	max-width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 0 10px;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 10px;
}

/* WP Gallery */
.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}


/* Content */
.main-content-inner {
	padding-bottom: 1.5em;
}
.hentry {
	margin: 0 0 1.5em;
}


/* Clearing */
.clear {
	clear: both;
}


/* Here some needed widget styles
 * Most widgets are adapted in the file bootstrap-wp.js - and REALLY easy to modify! ;) */
.widget { margin-bottom: 2em; }
.widget_nav_menu ul.sub-menu li, .widget_pages ul.children li { padding-left: 15px; }

/* Hiding the search widget's button in widgets. thats just too old-skool. :) but if you want it back, just delete the next line.
 * Note: you can change the whole appearance of the search_form() function in our searchform.php */
.widget_search .search-form input[type="submit"] { display: none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Nested comments? They are threaded and nested already, you just need to add your own styling to finalize!
 * For example with some margin, like the line below ;) Delete, modify, change classes in HTML if you desire another style */
 .comment .children { margin-left: 1.5em; }

/*
 == CUSTOM CSS =====================
*/


a {
	color:#70bdc4;
	}
a:hover {
	color:#70bdc4;
	}	

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #272833;
	line-height: 23px;
}
.strong {
	font-weight: 800;
}
h1 {
	color:#272832;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 40px;
	line-height:51px;
	}	
h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #62b4bb;
	line-height: 32px;
	}	
h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	color: #62b4bb;
	line-height: 30px;
	}	
h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 25px;
	color: #272833;
	line-height: 37px;
	}	
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #62b4bb;
	line-height: 30px;
	}				

.site-header {
	border-bottom:1px solid #e8e8e8;
	padding:10px 0 5px 0;
	}
.top_right_nav {
	/*padding-top:20px;*/
	}	
.top_right_nav a {
	color:#272833;
	}
.site-footer {
	font-size:11px;
	font-weight:600;
	padding-top: 20px;
	}	
a.redbtn {
	background-color:#f05940;
	color:#fff;
	font-weight:bold;
	border:0px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(192,71,51,1);
-moz-box-shadow: 0px 4px 0px 0px rgba(192,71,51,1);
box-shadow: 0px 4px 0px 0px rgba(192,71,51,1);
	}
a.redbtn:hover {
background-color:#c04733;
-webkit-box-shadow: 0px 4px 0px 0px rgba(140,52,37,1);
-moz-box-shadow: 0px 4px 0px 0px rgba(140,52,37,1);
box-shadow: 0px 4px 0px 0px rgba(140,52,37,1);
}
.redbtn , .redbtn:focus {
	background-color:#f05940;
	color:#fff;
	font-weight:bold;
	border:0px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(192,71,51,1);
-moz-box-shadow: 0px 4px 0px 0px rgba(192,71,51,1);
box-shadow: 0px 4px 0px 0px rgba(192,71,51,1);
	}
.redbtn:hover  {
background-color:#c04733;
-webkit-box-shadow: 0px 4px 0px 0px rgba(140,52,37,1);
-moz-box-shadow: 0px 4px 0px 0px rgba(140,52,37,1);
box-shadow: 0px 4px 0px 0px rgba(140,52,37,1);
}
a.greenbtn {
	background-color:#9dc364;
	color:#fff;
	font-weight:bold;
	border:0px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(127, 158, 81, 1);
-moz-box-shadow: 0px 4px 0px 0px rgba(127, 158, 81, 1);
box-shadow: 0px 4px 0px 0px rgba(127, 158, 81, 1);
margin-bottom:25px;
	}
a.greenbtn:hover {
background-color:#6d8745;
-webkit-box-shadow: 0px 4px 0px 0px rgba(78, 97, 50, 1);
-moz-box-shadow: 0px 4px 0px 0px rgba(78, 97, 50, 1);
box-shadow: 0px 4px 0px 0px rgba(78, 97, 50, 1);
}
a.tealbtn {
	background-color:#70bdc4;
	color:#fff;
	font-weight:bold;
	border:0px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(91, 154, 160, 1);
-moz-box-shadow: 0px 4px 0px 0px rgba(91, 154, 160, 1);
box-shadow: 0px 4px 0px 0px rgba(91, 154, 160, 1);
margin-bottom:25px;
	}
a.tealbtn:hover {
background-color:#5b9aa0;
-webkit-box-shadow: 0px 4px 0px 0px rgba(70, 118, 123, 1);
-moz-box-shadow: 0px 4px 0px 0px rgba(70, 118, 123, 1);
box-shadow: 0px 4px 0px 0px rgba(70, 118, 123, 1);
}
a.bluebtn {
	background-color:#383a50;
	color:#fff;
	font-weight:bold;
	border:0px;
	-webkit-box-shadow: 0px 4px 0px 0px rgba(38, 39, 54, 1);
-moz-box-shadow: 0px 4px 0px 0px rgba(38, 39, 54, 1);
box-shadow: 0px 4px 0px 0px rgba(38, 39, 54, 1);
margin-bottom:25px;
	}
a.bluebtn:hover {
background-color:#262736;
-webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1);
-moz-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1);
box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 1);
}
a.headerbtn {
	padding:12px 20px;
	margin-left:15px;
	font-size:16px;
	}
a.pricingbtn {
	padding:12px 25px;
	font-size:18px;
	}	
a.lrgbtn {
	padding:15px 25px;
	font-size:23px;
	margin-top:30px;
	}
.medbtn {
	padding: 13px 25px;
font-size: 18px;
	}		
.submitbtn {
	padding:15px 25px;
	font-size:23px;
	margin-top:30px;
	}
.bg-light-blue {
	background: url(images/bg-hero.svg) top left no-repeat #97D6DC;
	margin-bottom: 35px;
}
@media (min-width: 1560px) {
	.bg-light-blue {
		background-size: contain;
	}
}
@media (max-width: 768px) {
	.bg-light-blue {
		background-position: top right;
	}
}
.hero {
	padding:35px 30px;
	}
.page-template-marketing_pgv5 .hero h1 {
	color: #fff;
}
.hero a.lrgbtn {
	margin-top: 20px;
	margin-bottom: 45px;
	}
#slider-holder {
	background-image: url(images/slider-holder.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	max-width: 1000px;
	position: relative;
	z-index: 50;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-radius: 7px;
}
.carousel-inner {
	border-radius: 7px;
}
.carousel-inner .item {
	padding-top: 4%;
}
.carousel-control {
	width: 5%;
	height: 10%;
	background-color: #fff;
	top: 44%;
	width: 54px;
    height: 54px;
	opacity: 1;
	border: 2px solid #ccd7d8;
	border-radius: 4px;
	text-shadow: none;
	color: #272833;
}
@media (max-width: 550px) {
	.carousel-control {
		display: none;
	}
}
.carousel-control:hover, .carousel-control:focus {
	opacity: 1;
	color: #272833;
}
.carousel-control:hover {
	border: 2px solid #9cc95c;
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	margin-left: -15px;
}
.carousel-control .fa-chevron-left {
	margin-top: 15px;
}
.carousel-control .fa-chevron-right {
	margin-top: 15px;
	margin-right: 5px;
}
.carousel-control.right {
	margin-right: -15px;
}
.stats_container {
	background-color:#272833;
	margin-top:115px;
	padding-bottom:60px;
	}	
.stats {
	position:absolute;
	top: -35%;
	left: 18%;
	}	
.relative {
	position:relative;
	}	
.edgar_computer {
	margin-top:25px;
	}	
.ty_bluebg {
	height: 430px;
margin-bottom: 190px;
}	
.contact_bluebg {
	padding-bottom: 40px;
	}	
.stats_txt {
	padding-top:13%;
	width: 80%;
margin: 0 auto;
	}
.stats_txt h2 {
	font-size:20px;
	}		
.white {
	color:#fff;
	}	
.x-padding {
	padding:50px 0;
	}
.edgar_divider {
	text-align:center;
	margin:20px 0;
	}	
h1.headline {
	font-size:35px;
	margin-bottom: 10px;
	}
.app_comparison_headline {
	font-size:30px;
	font-weight:400;
	border-left:1px solid #4e5060;
	float:left;
	padding-left: 20px;
	margin-top: 11px;
	height: 60px;
	padding-top: 18px
	}
.edgarlogo {
	float: left;
	margin-right: 20px
	}
.center_blue_headline {
	margin:0 auto;
	width: 64%;
	}
.center_blue_headline_longer {
	margin:0 auto;
	width: 72%;
	}					
.howitworks {
	background-image:url(images/howitworks_grphic2.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:515px;
	background-size: 69%;
	}
ul.howitworks_list {
	margin-left: 9%;
	padding-top: 34%;
	}
ul.howitworks_list li {
	list-style:none;
	padding-left:100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #272833;
	line-height: 23px;
	height:100px;
	width: 361px;
padding-top: 17px;
	}	
.icon1 {
	background:#fff url(images/icon1.jpg) top left no-repeat;
	}	
.icon2 {
	background:#fff url(images/icon2.jpg) top left no-repeat;
	}	
.icon3 {
	background:#fff url(images/icon3.jpg) top left no-repeat;
	}
.icon4 {
	background:#fff url(images/one.jpg) top left no-repeat;
	}	
.icon5 {
	background:#fff url(images/two.jpg) top left no-repeat;
	}	
.icon6 {
	background:#fff url(images/three.jpg) top left no-repeat;
	}	
.icon7 {
	background:#fff url(images/onegrey.jpg) top left no-repeat;
	}	
.icon8 {
	background:#fff url(images/twogrey.jpg) top left no-repeat;
	}	
.icon9 {
	background:#fff url(images/threegrey.jpg) top left no-repeat;
	}	
.sml-width {
	width:75%;
	margin:0 auto;
	}
.med-width {
	width:85%;
	margin:0 auto;
	}	
.smlr-width {
	width:55%;
	margin:0 auto;
	}			
.schedulesmarter {
	background-color:#70bdc4;
	padding:50px 0 30px 0;
	margin:20px 0;
	}	
.comparebox {
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:15px;
	min-height: 521px;
}
.comparebox_shadow {
		padding-bottom:16px;
		background-image:url(images/shadow.png);
		background-position:bottom center;
		background-repeat:no-repeat;
		background-size: 89%;
}	
.comparebox:first-child {
		margin-right:15px;
}


ul.smarter_list {
	margin:30px 0 20px 0;
	}
ul.smarter_list li {
	list-style:none;
	padding-left: 73px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #272833;
	line-height: 23px;
	min-height:70px;
	margin-bottom:15px;
	width: 90%;
padding-top: 5px;
text-align:left;
	}
.tealtxt {
	color:#70bdc4;
	}
.bluetxt {
	color:#272833;
	}
.whitetxt {
	color:#fff;
	}	
.whiteheadline {
	padding-bottom:25px;
	}	
.whiteheadline h2 {
	color:#fff;
	font-weight:700;
	 }		
.analytics_section {
	background-image:url(images/grphbg.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding:20px;
	}	
ul.checklist {
	width:41%;
	margin:0 auto;
	}
ul.checklist li {
	padding:30px 15px;
	background:rgba(247, 247, 247, 0.82);
	list-style:none;
	background-image:url(images/check.png);
	background-position:15px;
	background-repeat:no-repeat;
	padding-left:90px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #d7d7d7;
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #272833;
	line-height: 23px;
	}
.pricing {
	margin:40px 0;
	}	
.price_column {
	border:1px solid #d7d7d7;
	margin-bottom:15px;
	}	
.pricing_top {
	text-align:center;
	padding:25px 0 ;
	font-family: 'Open Sans', sans-serif;
	font-size:21px;
	line-height:35px;
	color:#fff;
	}
.price {
	font-weight:bold;
	font-size:35px;
	}
.green {
	background-color:#9dc364;
	}
.teal {
	background-color:#70bdc4;
	}
.blue {
	background-color:#383a50;
	}
ul.pricing_list {
	margin:20px 10px;
	min-height: 150px;
	}
ul.pricing_list li {
	margin-bottom:15px;
	color:#272833;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:22px;
	}
ul.pricing_list2 {
	margin:0;
	float:left;
	}
ul.pricing_list2 li {
	margin-bottom:1px;
	color:#272833;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	line-height:22px;
	}	
ul.automation_list {
	margin:20px 10px 50px 20px;
	min-height: 150px;
	}
ul.automation_list li {
	margin-bottom:15px;
	color:#272833;
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:22px;
	}
.fine-print {
	font-size:12px;
	font-weight:600;
	}
.darkblue_bg {
	background-color:#272833;
	padding:25px 0;
	margin-top:20px;
	}
.faq_column {
	margin:20px;
	}															

.darkblue_bg hr {
border:0px;
height:1px;
background-color:#3a3c49;
margin:40px 0;
}
.question {
	font-weight:bold;
	color:#70bdc4;
	}
.faq {
	margin-bottom:25px;
	}
.edgar_signup_modal {
	padding:20px;
	text-align:center;
	}	
.inputfield {
	padding: 14px 20px;
	width: 100%;
	border:1px solid #b7b7b7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	outline:none;
	font-size:16px;
	color:#455a6d; 
	font-weight:400;
	}
#optin_form {
	text-align:left;
	padding:30px;
	}
.addthis_native_toolbox {
	width: 500px;
	margin-left: 27%;
	margin-top: 40px;
	}
.stButton .st-facebook-counter {
height:22px !important;
}
.stButton .st-pinterest-counter, .stButton .st-email-counter {
	height:22px !important;
	}
.stButton .st-sharethis-counter {
	height:22px !important;
	}	
.stButton .st-twitter-counter, .stButton .st-facebook-counter {	
	height:22px !important;
	}	
.plans_noheader {
	padding-top: 20px;
	}
.st_sharethis {
	display:none;
	}
.white_logo {
	margin:15px 0 35px 0;
	}
.right_side {
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	padding-right:0px;
	padding-left:0px;
	}
.right_side_v2 {
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	padding:30px;
	}	
.right_content {
	padding:30px;
	border-bottom:1px solid #e8e8e8;
	}	
.right_content:last-child {
	padding:30px;
	border-bottom:0px;
	}		
.right_side h1 {
	margin-left: 14px;
}
.right_side h2 {
	margin:0 0 15px 0;
	font-size:20px;
	font-weight:bold;
	}	
.left_side {
	padding:30px;
	}
.left_side2 {
	padding:30px 30px 30px 0;
	}		
.footer_btm_line {
	border-bottom:1px solid #e8e8e8;
	}
ul.side_nav {
	margin:0 0 0 20px;
	padding:0;
	color:#6DBDC5;
	}
ul.side_nav li {
	margin-bottom:5px;
	}	
ul.side_nav li a {
	color:#65AFB6;
	}	
ul.side_nav2 {
	margin:0 0 0 0px;
	padding:0;
	color:#6DBDC5;
	list-style:none;
	}
ul.side_nav2 li {
	margin-bottom:11px;
	font-size:12px;
	}	
ul.side_nav2 li a {
	color:#65AFB6;
	font-size: 14px;
	font-weight: 600;
	}	
ul.pocket_nav {
	border: 1px solid #ccc;
	border-radius: 6px;
	list-style-type: none;
	max-width: 140px;
	text-align: center;
}	
ul.pocket_nav li {
	border-top: 1px solid #ccc;
	list-style-type: none;
	font-weight: 800;
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.pocket_nav li.active {
	background: #65AFB6;
}
ul.side_nav li.active a {
	color: #ffffff;
}
ul.pocket_nav li:first-child {
	border: none;
}
ul.stat_list li {
	margin-bottom:10px;
	}	
.subheadline {
	font-weight:bold;
	}	
.screenshots img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}	
.logobtn {
	margin-right:15px;
	}
.tweetembed {
	width:48%;
	float:left;
	margin-right:10px;
	min-height:258px;
	}				
.article_thumb {
	width:212px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	}
.staynav {
	position:fixed;
	width:190px;
	}	
.staynav2 {
	position:fixed;
	}		
.flexnav {
	display:none;
	}		
.bluetop {
	padding:50px 0;
	background-color:#272833;
	}
.bluetop-header {
	padding:10px 0;
	background-color:#272833;
	}
.topbg_modal {
	background: #fff url(images/stars.gif) center -1px no-repeat;
	padding-top: 9px;
}		
.bluetop h1 {
	color:white;
	font-size:38px;
	line-height:50px;
	}
.bluetop-header h1 {
	color:white;
	font-size:22px;
	line-height: 30px;
	margin-top: 20px;
	}
.bluetop p {
	color:white;
	}
.bluetag {
	padding:10px;
	background-color:#70bdc4;
	color:white;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	width:500px;
	margin:0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align:center;
	position:absolute;
	top:-28px;
	}
.tagcontain {
	position:relative;
	height:42px;
	width:500px;
	margin:0 auto;
	background:#fff url(images/tealarrow.png) bottom center no-repeat;
	}
.fa-chevron-right {
	margin-left:10px;
	font-weight:bold;
	}	
.tablelabel_top {
	color:white;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	}	
.btn_column {
	border-top: 0px !important;
text-align: center;
padding: 25px 15px 0px 15px !important;
	}
.table p {
	font-size:14px;
	}
.table .fa-check-circle {
	font-size: 29px;
	}
.greencheck {
	color:#9dc364;
	}
.tealcheck {
	color:#70bdc4;
	}
.drkbluecheck {
	color:#383a50;
	}
.redtimes {
	color:#b44a44;
	font-size: 31px;
	}	
.table {
	font-size:19px;
	}	
.pricing-columns {
	display:none;
	}
.pricing-table {
	display:block;
	}	
.testimonial_container {
	border:7px solid #ccd7d8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:20px;
	margin:0 auto 50px auto;
	background-color:#fff;
	float:none;
	}	
.testimonial_img {
	float:left;
	height:137px;
	}	
.round_thumbnail {
	width: 90px;
	height: 90px;
	margin-top: 20px;
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
}
.testimonial {
	margin-left:32px;
	}
.green_quotes {
	background:#fff url(images/green_left_quote.png) top left no-repeat;
	}	
p.testimonial_author {
	font-weight:bold;
	font-size:16px;
	color:#383a50;
	}	
.extra-margin-top {
	margin-top:50px;
	}
.author_title {
	font-style:italic;
	font-weight:normal;
	font-size:13px;
	}	
.testimonial p {
	font-size:16px;
	line-height: 26px;
	}
.teal-btm-border {
	border-bottom:8px solid #70bdc4;
	margin-bottom:50px;
	}
.teal-btm-border2 {
	border-bottom:8px solid #70bdc4;
	}	
.script-font h2 {
	font-family: 'Architects Daughter', cursive;
	font-size:40px;
	color:#70bdc4;
	line-height:50px;
	font-weight: bold;
	}
.slideshare_container {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:8px solid white;
	background-color:#ccc;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	width: 600px;
	height: 502px;
	margin:40px auto;
}	
.left_computer_img {
	text-align:right;
	}	
.download_pdf_btn {
	background:#fff url(images/download_pdf_handwriting.jpg) top center no-repeat;
	height:114px;
	width:302px;
	margin:20px auto;
	padding: 43px 0 0 0;
	}
.tell-your-friends-arrow {
	background:#fff url(images/tellyourfriends_arrow.jpg) top center no-repeat;
	width:411px;
	height:153px;
	margin:15px auto;
	padding-top: 107px;
	}
.edgar_stamp {
	background:#fff url(images/edgar_stamp.jpg) top center no-repeat;
	height:53px;
	width:53px;
	margin:0 auto;
	position:absolute;
	left:46%;
	top:2px;
	}	
.edgarstamp_divider {
	height:53px;
	padding-top: 10px;
	position: relative;
	margin:20px 0;
	}
ul.teal_bullets {
	padding:25px;
	margin:20px auto;
	background-color:#e8f0f1;
	width:80%;
	}
ul.teal_bullets li {
	margin-left:30px;
	font-family: 'Open Sans', sans-serif;
	list-style:none;
	padding-left:15px;
	background:#e8f0f1 url(images/tealbullet.jpg) 0px 5px no-repeat;
	margin-bottom: 13px;
	font-weight:600;
	}	
.edgar_box {
	border:7px solid #4e525f;
	background-color:#f3f3f3;
	text-align:center;
	margin:35px auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:35px 80px 45px 80px;
	}	
.edgar_box h1 {
	font-size:29px;
	color:#64b5b8;
	line-height: 40px;
	}
.edgar_box p {
	font-size:16px;
	}	

.arrow_container {
	background:#fff url(images/arrow_down.png) 0px 74px no-repeat;
	padding:50px;
	}
.border_sides {
	border-left:1px solid #ccc;
	}	
.border_sides:last-child {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}	
.feature_headline {
	font-weight:normal;
	color:#272533;
	line-height:0px;
	}	
.coupontxt {
	padding:10px;
	font-size:24px;
	border:2px dashed #ccc;
	font-family: 'Open Sans', sans-serif;
	font-weight:bold;
	color:#70BDC4;
	}
.coupon_code_margin {
	margin:22px 0;
	}									
.fa-tag {
	color:#ccc;
	}
.couponcode_txt {
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	}	
.animated_arrows {
	background: #fff url(images/arrows_animated.gif) center -10px no-repeat;
	height: 80px;
	padding-top: 1px;
	}
.valign_quote {
	padding-top:50px;
	}
.section_contain {
	padding:25px 0 15px 0;
	}
.rightforyou {
	background-color:#e9f0f1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:25px 15px 15px 15px;
}
ul.rightforyou_list {
	list-style:none;
	margin:0px;
	padding:0px;
	}	
ul.rightforyou_list li {
	margin-left:30px;
	font-family: 'Open Sans', sans-serif;
	list-style:none;
	padding-left:15px;
	background:#e8f0f1 url(images/tealbullet.jpg) 0px 5px no-repeat;
	margin-bottom: 13px;
	font-weight:600;
	}		
.underlined {
	font-style:italic;
	color:#70bdc4;
	font-size:42px;
	background:#fff url(images/underline.jpg) 0px 53px no-repeat;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 8px;
	}
.plans_teal_header {
	padding:20px;
	background-color:#70bdc4;
	min-height:260px;
	margin-top:20px;
	margin-bottom:50px;
	}
.plansheader_contain {
	position:relative;
	}	
.computerplanspg {
	position:absolute;
	top:-50px;
	}	
.video-plans-pg {
	position:absolute;
	top:-50px;
	background: url(/wp-content/themes/edgar/images/computer_planspg.png) center top no-repeat;
	padding: 19px 76px 50px 71px;
	margin: 25px auto 15px auto;
	width: 580px;
	position:absolute;
	top:-80px;
}
.ind_plan {
	margin-left:600px;
	text-align:center;
	width:335px;
	}	
.ind_plan h2 {
	font-size:34px;
	color:#fff;
	margin-bottom: 28px;
	}	
.ind_plan h3 {
	font-size:80px;
	color:#fff;
	font-weight:bold;
	}	
.ind_plan h4 {
	color: #ffffff;
	font-weight: 400;
}
ul.plan_checklist {
	list-style:none;
	margin:25px 0 25px 0;
	padding:0;
	}			
ul.plan_checklist li {
	font-size:15px;
	padding-left:35px;
	background:#fff url(images/greencheckmark.png) top left no-repeat;
	margin-bottom:10px;
	min-height:35px;
	line-height: 25px;
	}
.otherplans_type {
	-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}	
.otherplans_box {
	background-color:#d3e5e7;
	-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
padding:20px;
min-height: 126px;
	}
.plansrow .col-md-9 {
	margin-left:-26px;
	}	
.otherplans_box .bluebtn , .otherplans_box .greenbtn {
	float:right;
	margin-top:15px;
	}	
	
	
		
/*WEBINAR BANNER ELEMENTS	*/			
.webinar_sidebanner {
	margin-bottom:20px;
	}
.webinar_sidebanner2 {
	margin-bottom:20px;
	display:none;
	}	
										
		
/*CONTACT FORM	*/

.contact_form {
	margin: 0 auto;
	width: 470px;
	}
input {
	padding:8px;
	border:1px solid #CCC;
	color:#666;
	outline:none;
	font-family: 'Open Sans', sans-serif;
	}	
	
textarea {
	padding:8px;
	border:1px solid #CCC;
	color:#666;
	outline:none;
	width:375px;
	font-family: 'Open Sans', sans-serif;
	}
.contact_form p, .contact_form label {
	color:#fff;
	margin:10px 0 3px 0;
	}				
.contact_form div {
		color: #fff;
}
.clicktotweet_box {
	padding:15px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:15px;
	}
.clicktotweet_txt {
	font-weight:bold;
	color:#95989a;
	margin:0px;
	}	
.normal-font {
	font-weight:normal;
	}
.computer_review {
	background: #fff url(images/ty_computer_sml.png) center top no-repeat;
	padding:17px 20px 46px 61px;
	margin:25px auto 15px auto;
	width:510px;
	}
.teal_quote {
	color:#53a3a6;
	font-weight:bold;
	font-size:50px;
	}
.tableframe {
	padding:15px;
	background-color:#fff;
	width:90%;
	margin:30px auto 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
}
.meetedgar_actionbox {
	background: #272833 url(images/edgar_pattern_bg.gif) center top repeat;
	padding:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:70%;
	margin:80px auto 30px auto;
	position:relative;	
	min-height: 213px
	}
.edgar_social_img {
	position:absolute;
	top:-120px;
	left:-30px;
	}
.video_frame {
	padding-top: 13%;
	margin-left: 17%;
	width: 38.9%;
	padding-left: 0px;
	padding-right: 0px;
}	
.embed-responsive {
	overflow:visible;
	}	
.social_icons_available {
	margin:25px auto;
	}			
		
@media (max-width: 1200px) {		
.center_blue_headline {
	width: 76%;
}	
.center_blue_headline_longer {
	width: 81%;
}	
}
	
@media (max-width: 991px) {	
.addthis_native_toolbox {
	margin-left: 23%;
	}	
.contact_form {
	width: 360px;
	}
.feature_item {
	width:100%;
}	
.flexnav {
	display:block;
	}
.staynav {
	display:none;
	}	
.staynav2 {
	display:none;
	}		
.right_side {
	border-top:1px solid #e8e8e8;
	}
.logo {
	width:216px;
	}		
.table a.pricingbtn {
padding: 12px 10px;
font-size: 14px;
}	
.left_computer_img {
	text-align:center;
	}
.bluetop-header {
	text-align:center;
	}
.bluetop-header h1 {
	text-align:center;
	}
.left_side2 {
	display:none;
	}	
.webinar_sidebanner2 {
	display:block;
	}
.edgarlogo {
	float:none;
	}
.app_comparison_headline {
	padding-left:none;
	border-left:0px;
	line-height:40px;
	float:none;
	margin-top: -4px;
margin-bottom: 40px;
	}
.center_blue_headline {
	width: 100%;
	}
.center_blue_headline_longer {
	width: 100%;
	}	
.rightforyou .col-md-3 {
	text-align:center;
	margin:15px 0 20px 0;
	}
.meetedgar_actionbox { 
	text-align:center;
	padding-bottom:40px;
	width:90%;
	}	
.meetedgar_actionbox .col-md-4 {
	height:160px;
	}
.edgar_social_img {
	width: 200px;
	margin: 0 auto;
	position: inherit;
	top: -80px;
	}
.video_frame {
	padding-top: 18.5%;
	margin-left: 24.5%;
	width: 55.50%;
	height: 440px;
}
.howitworks {
	height:100%;
	background-size:100%;
	}
.howitworks .col-md-4 {
	margin: 0 auto;
	width: 61%;
}	
ul.howitworks_list {
	padding:20px 0;
	}
.edgarhoot_row .col-md-3 {
	text-align:center;
	}
.computerplanspg {
	display:none;
	}	
.ind_plan {
	margin: 325px auto 0 auto;
	text-align:center;
	width:335px;
	}
.plansrow .col-md-9 {
	margin-left:0px;
	}																					
}

@media (max-width: 770px) {
.testimonial_img {
height: 147px;
text-align: center;	
}	
.bluetop-header h1 {
text-align:center;
}	
}

@media (max-width: 700px) {
.howitworks {
background-image:none;
}
ul.howitworks_list {
margin-left:0px;
}
ul.checklist {
	width:100%;
	margin-left: -18px;
}
.addthis_native_toolbox {
	margin-left: 8%;
	}
.tweetembed {
	width:100%;
	min-height:228px;
	}				
.pricing-columns {
	display:block;
	}
.pricing-table {
	display:none;
	}	
.edgar_box {
	width:90%;
	margin:35px auto;
	padding:20px;
	}
.video_frame {
padding-top: 25px;
margin: 0 auto;
width: 80%;
height: 370px;
padding-left: 0px;
padding-right: 0px;
}		
.video-plans-pg {
	display: none;
}
.ind_plan {
	margin: 0 auto;
}
}
@media (max-width: 630px) {	
.slideshare_container {
	width: 90%;
}	
.otherplans_box .bluebtn , .otherplans_box .greenbtn {
	float:none;
	margin-top:35px;
	margin-left: 28%;
	}	
.pricing_list2 {
	width:100%;
	}
.otherplans_box {
	margin-top: 5px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}			
}

@media (max-width: 550px) {
.computer_review {
	background:none;
	padding:0;
	margin:25px auto 15px auto;
	width:100%;
	text-align:center;
	}
}
@media (max-width: 500px) {
.site-header-inner .col-md-4 {
		float: none !important;
		text-align: center;
	padding-bottom: 20px;
}
.site-header-inner .col-md-8 {
	text-align:center;
}
.stats {
top: -31%;
left: 0%;
}
.col-md-6  {
	text-align:center;
	}
.mc-field-group {
	text-align:left;
	}	
.contact_columns {
	text-align:left;
	}	
.x-padding {
	padding:20px 0;
	}
ul.howitworks_list {
margin-left:-36px;
}
.sml-width , .smlr-width , .med-width {
width:100%;
}
.video_frame {
	height: 280px;
	}
.comparebox_shadow {
padding-bottom: 13px;
}
ul.pricing_list {
	min-height: 100px;
	}
.addthis_native_toolbox {
	margin-left: 15%;
	}	
.logo {
	margin: 0 auto;
	}	
.bluetag {
	font-size:18px;
	width:370px;
}
.tagcontain {
	width: 370px;
	height: 30px;
}	
ul.automation_list li {
	text-align:left;		
}	
.left_bodycopy {
	text-align:left;
	}
ul.plan_checklist li {
	text-align:left;
}
	
}
@media (max-width: 400px) {
.addthis_native_toolbox {
	margin-left: -29%;
	}
textarea {
	width: 351px;
	}	
.clicktotweet_box {
	width:90%;
	}
.tell-your-friends-arrow{
	width: 361px;
}
.left_side2 {
	padding:30px;
	}	
ul.howitworks_list li {
	width:260px;
	}
.plans_v3_headline {
	font-size: 45px !important;
	margin-bottom:30px !important;
	}	
.plans_teal_header {
	margin-top:0px;
	}	
.otherplans_box .bluebtn, .otherplans_box .greenbtn {
	margin-left:16%;
	}	
}


/* Footer Menu
*/
.menu-footer-container,
.menu-footer-container ul {
	display: inline;
	padding-left: 5px;
}
.menu-footer-container li {
	display: inline;
	border-left: 1px solid rgb(51, 51, 51);
	margin: 0;
	padding: 0 10px;
	text-align: center;
}
.menu-footer-container li a {
	color: #428BC9;
}

/* Resources page
*/
h1.resource-banner {
	width: 100%;
	margin: 16px 0;
	padding: 18px;
	text-align: center;
	background: #f8f8f8;
	color: #333333;
}
.resource-row {
	margin-top: 26px;
	margin-bottom: 26px;
}
.resource-box {
	margin: 0 8px;
	background: #f8f8f8;
	padding: 0;
	text-align: center;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.resource-box h3 {
	font-size: 16px;
	padding: 0 4px;
	color: #000000;
}
.resource-box img {
	max-height: 150px;
	width: 100%;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
@media (max-width: 480px) {
	h1.resource-banner {
		font-size: 22px;
	}
	.resource-box {
		margin: 26px 0 0 0;
	}
	.resource-row {
		margin-top: 0;
		margin-bottom: 0;
	}
}

/* Career Page */

.page-template-page-career-php .site-header, .page-template-marketing_pgv5-php .site-header {
	padding: 10px 0 0px 0;
}

.page-template-page-career-php .top_right_nav, .page-template-marketing_pgv5-php .top_right_nav {
	margin-top:10px;
}

.header_career {
	text-align: center;
	margin: 60px auto 70px auto;
}

.header_career h1, .header_career h2 {
	margin: 10px auto 10px auto;
}

.application {
	display: inline-block;
	background-image: url("images/career/emoji-application.png");
	background-repeat: no-repeat;
	background-position: center;
    background-size: 33px 32px;
    width: 66px;
	height: 64px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .application {
    background-image: url('images/career/emoji-application@2x.png');
    background-size: 66px 64px;
  }
}

h2 {
	color: #808080;
	font-style: italic;
}

.intro_us img {
	margin-top: 50px;
	margin-bottom: 40px;
}

.intro_us h4, .intro_you h4 {
	margin-top: 20px;
	margin-bottom: 20px;
}

img.feature-icon {
	text-align: center;
}

.benefit {
	text-align: center;
	margin-top: 30px;
}

#features .row {
	margin-top: 25px;
	margin-bottom: 10px;
}

.benefit h4 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.benefit {
	margin-left: 10px;
	margin-right: 10px;
	}
}

.intro_you {
	margin-top: 5px;
}

ul.job-list {
	list-style: none;
}

li.job-offers {
	margin-top: 35px;
	margin-bottom: 35px;
}

.job-offers p.lead {
	font-weight: 700;	
}

.job-offers img {
	width: 40px;
	float: left;
	margin-right: 20px;
}

.edgar_divider_career {
	text-align: center;
	margin: 0px;
}

/* Unslider styles */
.banner { position: relative; overflow: auto; width: 775px; height: 786px; }
.banner li { list-style: none; }
.banner ul li { float: left; }
.banner .dot {
	-webkit-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	-o-filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
	filter: drop-shadow(0 1px 2px rgba(0,0,0,.3));
}
.banner .dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}
.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	
	text-indent: -999em;
	
	border: 2px solid #fff;
	border-radius: 6px;
	
	cursor: pointer;
	opacity: .4;
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}
.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

/* SAVE TIME WITH EDGAR PAGE */

@media (max-width: 768px) {
	.page-template-page-pricing-context .x-padding {
		padding: 20px 0px;	
	}
}

.page-template-page-pricing-context .site-header, .page-template-page-pricing-context .site-header {
	padding: 10px 0 0px 0;
}

.page-template-page-pricing-context .top_right_nav, .page-template-page-pricing-context .top_right_nav {
	margin-top:10px;
}

@media (max-width: 500px) {
	.page-template-page-pricing-context .col-md-6 {
	text-align: left;
  	}
}

h1.sml-width {
	margin-top: 20px;
    margin-bottom: 10px;
}

p.smlr-width {
	margin-bottom: 10px;
}

#time-worth {
	background: #ffffff; 
	background: url(images/save-time-page/wave-line.png) no-repeat bottom left, -moz-linear-gradient(top,  #ffffff 34%, #d1dbdd 100%); /* FF3.6+ */
	background: url(images/save-time-page/wave-line.png) no-repeat bottom left, -webkit-gradient(linear, left top, left bottom, color-stop(34%,#ffffff), color-stop(100%,#d1dbdd)); /* Chrome,Safari4+ */
	background: url(images/save-time-page/wave-line.png) no-repeat bottom left, -webkit-linear-gradient(top,  #ffffff 34%,#d1dbdd 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/save-time-page/wave-line.png) no-repeat bottom left, -o-linear-gradient(top,  #ffffff 34%,#d1dbdd 100%); /* Opera 11.10+ */
	background: url(images/save-time-page/wave-line.png) no-repeat bottom left, -ms-linear-gradient(top,  #ffffff 34%,#d1dbdd 100%); /* IE10+ */
	background: url(images/save-time-page/wave-line.png) no-repeat bottom left, linear-gradient(to bottom,  #ffffff 34%,#d1dbdd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d1dbdd',GradientType=0 ); /* IE6-9 */
	background-size: 100%;	
	}

@media (max-width: 768px) {	
	#time-worth {
		background-size: 200%;	
	}
}	

@media (max-width: 1100px) {
	#intro-save-time.smlr-width {
	width: 65%;
	}
}

@media (max-width: 768px) {
	#intro-save-time.smlr-width {
	width: 80%;
	}
}

.wave {
	margin-top: -78px;
}

@media (min-width: 1650px) {
	.hobbies img {
		margin-top: -50px;
		}
}

img#buoy {
	margin-top:-240px;
}

img#flag {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 850px) {
	img#buoy {
		margin-top:-200px;
		}		
}

@media (max-width: 768px) {
	img#buoy {
		display: none;
		}		
}

@media (min-width: 1650px) {
	img#seagull {
	margin-bottom: 20px;
}
	img#buoy {
		margin-top:-280px;
		}		
}

h3.dark {
	color: #272833;
}

.subhero {
	padding-bottom: 80px;
	margin-top: 0px;
}

.lifesaver {
  background-color: #272833;
  width: 102px;
  height: 102px;
  margin: -51px auto -51px;
  background-position: center 51px;
  border-radius: 51px;
  position: relative;
  margin-bottom: 30px;
}

.lifesaver img {
	margin-top: 15px;
}

.bg-blue {
	background-color: #70bdc4;
}

.grey-rectangle {
	border: 7px solid #cbd7d8;
	border-radius: 5px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.list-bubble-blue ul {
	list-style-type: none;
	padding-left: 20px;
	margin-top: 15px;
}

.list-bubble-blue ul li {
	background: url('images/save-time-page/bubble-bullet.png') no-repeat 0 10px;
	background-size: 10px 10px;
	padding-left: 45px;
	text-align: left;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .list-bubble-blue ul li {
    background-image: url('images/save-time-page/bubble-bullet@2x.png');
  }
}

.price-free-time {
	padding-top: 40px;
	padding-bottom: 40px;
}

#save-time-screenshots {
	overflow: hidden;
}

.laptops-screenshots img {
  left: 20%;
  position: absolute;
}

@media (max-width: 970px) {
	.laptops-screenshots img {
		position: relative;
		left: auto;
	}
}

@media (min-width: 1300px) {
	.laptops-screenshots img {
		position: relative;
		left: auto;
	}
}

.what-they-say {
	background-image: url('images/save-time-page/bubbles_path.svg');
	background-repeat: no-repeat;
	background-position: 50% 70%;
	padding-bottom: 0;
}

@media (max-width: 992px) {
	.what-they-say {
	background-position: 50% 72%;
	}
}

@media (max-width: 768px) {
	.what-they-say {
	background-image: none;
	}
}

.testimonial_orange_container {
	border: 7px solid #ccd7d8;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding: 40px 20px 0px 20px;
   background-color: #fff;
   float: none;
   margin-top: 20px;
   margin-bottom: 40px;
   z-index: 0;
}

p.testimonal_author.lead:before {
	background: url("images/save-time-page/background-author.png") no-repeat scroll 0 0 transparent;
    content: " ";
    display: block;
    height: 52px;
    position: absolute;
    width: 368px;
    margin-left: -70px;
    z-index: -1;
}

p.testimonal_author.lead i.fa.fa-quote-left {
  font-size: 35px;
  line-height: 54px;
  margin-right: 10px;
  margin-left: -43px;
}

p.testimonal_author.lead {
	color: #fff;
	padding: 10px 0px;
	line-height: 48px;
	z-index: 1000;
}

@media (max-width: 420px) {
	p.testimonal_author.lead {
		line-height: 26px;
	}
	p.testimonal_author.lead:before {
		width: 100%;
	}
}

span.testimonal_url a {
  font-size: 12px;
  font-weight: 700;
  color: #bd4532;
}

.bg-dark-green {
	background-color: #47767b;
	padding-top: 30px;
	padding-bottom: 45px;
	border-style: solid;
	border-width: 0px 0px 22px;
	-moz-border-image: url("images/save-time-page/double-bubble.png") 0 0 40 repeat;
	-webkit-border-image: url("images/save-time-page/double-bubble.png") 0 0 40 repeat;
	-o-border-image: url("images/save-time-page/double-bubble.png") 0 0 40 repeat;
	border-image: url("images/save-time-page/double-bubble.png") 0 0 40 repeat;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .bg-dark-green {
    border-image: url('images/save-time-page/double-bubble@2x.png') 0 0 60 repeat;
  }
}

.bg-dark-green ul {
	color: #fff;
}

.list-arrow-green ul {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 15px;
}

.list-arrow-green ul li {
	background: url('images/save-time-page/arrow-bullet.png') no-repeat 0 10px;
	background-size: 20px 20px;
	padding-left: 35px;
	line-height: 40px;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .list-arrow-green ul li {
    background-image: url('images/save-time-page/arrow-bullet@2x.png');
  }
}

.hobbies img {
	right: 30%;
	position: absolute;
	margin-top: -100px;
}

@media (min-width: @screen-sm-min) and (max-width: @screen-sm-max) {
	.hobbies img {
		margin-top: 0px;
		}
}

@media (min-width: 1650px) {
	.hobbies img {
		margin-top: -50px;
		}
}

.row.grey-bg.footnote {
	background-color: #cbd7d8;
}

.footnote {
	padding-left: 50px;
}

.footnote p {
	margin-top: 7px;
}

.footnote a {
	color: #262832;
	font-size: 11px;
	font-weight: 600;
}
