/* @override 
	http://citationlabs.staging.wpengine.com/wp-content/themes/citationlabs/style.css?ver=4.2.2
	http://citationlabs.staging.wpengine.com/wp-content/themes/citationlabs/style.css?ver=4.2.4
	http://citationlabs.staging.wpengine.com/wp-content/themes/citationlabs/style.css?ver=4.3
	http://citationlabs.staging.wpengine.com/wp-content/themes/citationlabs/style.css?ver=4.3.1 */


/*
 Theme Name:   Citation Labs
 Theme URI:    http://citationlabs.com
 Description:  A custom child theme for Citation Labs
 Author:       Yellow Rubber Ball
 Author URI:   http://yellowrubberball.com
 Template:     generatepress
 Version:      0.1
 Tags:  */
 
 
/* ========================

	OVERALL
	
   ======================== */ 
   
@font-face {
    font-family: 'eraserdustregular';
    src: url('fonts/erasdust-webfont.eot');
    src: url('fonts/erasdust-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/erasdust-webfont.woff2') format('woff2'),
         url('fonts/erasdust-webfont.woff') format('woff'),
         url('fonts/erasdust-webfont.ttf') format('truetype'),
         url('fonts/erasdust-webfont.svg#eraserdustregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@-ms-keyframes wiggle{0%{-ms-transform:rotate(3deg);}50%{-ms-transform:rotate(-3deg);}100%{-ms-transform:rotate(3deg);}}
@-moz-keyframes wiggle{0%{-moz-transform:rotate(3deg);}50%{-moz-transform:rotate(-3deg);}100%{-moz-transform:rotate(3deg);}}
@-webkit-keyframes wiggle{0%{-webkit-transform:rotate(3deg);}50%{-webkit-transform:rotate(-3deg);}100%{-webkit-transform:rotate(3deg);}}
@keyframes wiggle{0%{transform:rotate(3deg);}50%{transform:rotate(-3deg);}100%{transform:rotate(3deg);}}

   

    
/* ========================
   
   	REPEATABLE STRUCTURES
   	 
======================== */ 
   
html{
	font-size: 17px;
	line-height: 21px;
}   
   
body{
	background: #fff;
	color: #000;
}

#content{
	overflow: hidden;
}


blockquote{
	font-size: 1em;
}

body.blog, body.archive, body.category, body.single, .search{
	background: url("images/graph-light.gif"); 
}

p.blog-intro{
	width: 300px;
	text-align: center;
	background: #ccc;
	padding: 10px;
	box-sizing: border-box;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0px 0px 10px 10px;
}

.single #content{
	padding-top: 0px;
}

#content, #page, div.inside-article{
	background: none;
}
 
#masthead{
	background: #333; /* put in WP */
	padding-top: 3px;
	font-family: "Montserrat";
	padding-bottom: 1px;
}

a{
	color: #23598e;
	font-weight: bold;
	text-decoration: underline;
}

h1 a, h2 a, h3 a{
	text-decoration: none; 
}

a:hover{
	color: #1d80df;	
	text-decoration: none;
}

strong, b{
	color: #277ad1;
}

h1{
	margin-top: 20px;
}

h2{
	margin-top: 2.4em;
}

h3{
	margin-top: 2em;
}

h4{
	margin-top: .5em;
}
   
.page h1.entry-title{
 	display: none;
}

.centered{
	text-align: center;
}

.button{
	text-transform: uppercase;
	font-family: "Montserrat" !important;
	text-decoration: none;
}  

#main .button, #main p a.button{
	font-family: "Montserrat" !important;
	font-weight: normal !important;
}

a.button:hover{
	color: #fff !important;
	cursor: pointer !important;
	text-decoration: none !important;
}

.inside-article p{
	text-align: justify;
}

.inside-article .entry-summary{
	position: relative;
	top: -30px;
}

div.clearfix{ 
	clear: both;
}

.blog-left article p{
	margin-bottom: 20px;
} 

.blog-left .entry-summary p{
	margin-bottom: 0px;
	margin-top: 20px;
}
   
   
/* ========================

	REPEATABLE STRUCTURES
	
   ======================== */ 
   
div.cl_element{
	width: 170px;
	height: 170px;
	background: rgba(255,255,255,.5);
	color: rgba(255,255,255,.8);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	position: relative;
	font-family: "Montserrat";
	text-align: center;
	margin-bottom: 58px !important;
}   

div.cl_element a{
	display: block;
	height: 100%;
	width: 100%;
	z-index: 100;
	position: relative;
}

div.cl_element a{
	cursor: pointer;
}
   
div.cl_element .cl_element_ul{
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 2em;
	color: rgba(255,255,255,.5);
}

div.cl_element .cl_element_ur{
	position: absolute;
	top: 0px;
	right: 5px;
	display: none;
}   

div.cl_element .cl_element_lb{
	position: absolute;
	top: 130px;
	width: 100%;
	font-size: .9em;
	color: rgba(255,255,255,.5);
}  
   
div.cl_element .cl_element_short{
	position: absolute;
	top: 10px;
	width: 100%;
	font-size: 2.5em;
	color: #fff;
} 

div.cl_element .cl_element_name{
	position: absolute;
	top: 75px;
	width: 100%;
	font-size: .9em;
	line-height: 1.2em;
	color: #fff;
	text-transform: uppercase;
}   
     
.page-id-158 #generate-section-2 .cl_element{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	clear: none;
}

.page-id-158 #generate-section-2 .cl_element:hover{
	background: #000;
	-ms-animation:wiggle .3s 2;
	-moz-animation:wiggle .3s 2;
	-webkit-animation:wiggle .3s 2;
	animation:wiggle .3s 2;
}

.page-id-158 .cl_elements{
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	border-top: 4px solid #eee;
	padding-top: 20px;
}

.page-id-158 #generate-section-2 p{
	margin-bottom: 10px;
}
   
.page-id-158 #generate-section-3 p, .page-id-158 #generate-section-4 p, #generate-section-5 p, #generate-section-6 p{
	font-family: "Arvo";
}
   
/* ========================

	MOBILE BASICS
	
   ======================== */ 
@media only screen and (min-width: 320px) and (max-width: 770px) {

	h3{
		margin-top: 20px;
	}

	body{
		font-size: 15px;
		line-height: 21px;
	} 

   .generate-sections-container .grid-container{
   	  padding: 10px !important;
   	  margin-bottom: 0px;
   }
   
   #footer-widgets .inner-padding{
   	padding: 10px;
   }
   
   div.footer-widget-2{
   	margin-bottom: 0px;
   }
   
   #footer-widgets{
   	padding-bottom: 0px;
   }
   
   ul, ol{
   	font-size: .9em;
   	line-height: 1.6em;
   }
   
	header#masthead div.grid-parent{
		padding-left: 0px !important;
	}
}   
   

/* ========================

	HOME PAGE SPECIFIC
	
   ======================== */ 
   
/* General or Shared */   

.gform_confirmation_message{
	border: 3px solid #ee2c38;
	margin-bottom: 10px;
	padding: 20px;
	background: #fff;
	color: #ee2c38;
}

.home #generate-section-1{
	background: #1dcbee; /* WP */
	color: #fff;
	overflow: hidden;
}

.home #generate-section-1 .grid-container{
	margin-bottom:-150px;
}

   
.home form#gform_2{
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
}

div.citationlabs2wide, div.citationlabs3wide{
	text-align: center;
}

.home #generate-section-2{
	text-align: center;
}

h1.text-self-service{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

.home #generate-section-2 h1{
	font-size: 4em;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #000;
}

/* Welcome */

.home #generate-section-1 img{
	width: 600px;
	margin-right: -250px;
}

.home #generate-section-1 h1{
	margin-top: -50px;
	font-size: 2.5em;
	line-height: 1.5em;
	border-right: 12px solid rgba(255,255,255,1);
}

.home #generate-section-1 h2{
	margin-top: 0px;
	font-size: 1.1em; 
	color: #222;
	margin-top: -10px;
}

.home #generate-section-1 h1 strong{
	font-size: 2em;
	color: #222; 
	line-height: .7em;
}

.home #generate-section-1 h4{
	text-align: justify;
	line-height: 1.2em;
	color: #000;
	color: #fff; 
	font-family: "Arvo";
	margin-left: 580px;
}

.home #generate-section-1 p strong{
	color: #e8ff96;
	font-weight: normal;
}

.home #generate-section-1 h1 em{
	font-style: normal;
	font-size: 2em;
}

h1.text-self-service span{
	font-size: .6em;
	line-height: .6em;
}


/* Agency Services */

div.citationlabs3wide{
	margin-top: 50px;
	margin-bottom: 40px;
	float: left;
	width: 100%;
}
 
div.citationlabs3wide div{
 	width: 33%;
 	float: left;
 	padding: 2%;  /* 18% for all columns */
 	height: 100%;
 	font-family: "Arvo";
 	box-sizing: border-box;
} 

.home #generate-section-2 h2{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
}

.home #generate-section-2 div.citationlabs3wide1 h2{
	background: url("images/beaker2.png") 0px 0px no-repeat;
	background-size: 25px 80px;
	text-align: left;
	padding-left: 40px;
	padding-bottom: 15px;
	margin-left: 20px;
}

.home #generate-section-2 div.citationlabs3wide2 h2{
	background: url("images/beaker1.png") 0px 0px no-repeat;
	background-size: 55px 80px;
	text-align: left;
	padding-left: 70px;
	padding-bottom: 15px;
	margin-left: 20px;
}

.home #generate-section-2 div.citationlabs3wide3 h2{
	background: url("images/beaker3.png") 0px 0px no-repeat;
	background-size: 64px 80px;
	text-align: left;
	padding-left: 80px;
	padding-bottom: 15px;
	margin-left: 20px;
}

.home #generate-section-2 h2 strong{
	background: #fff;
	padding: 5px 15px;
	font-size: .5em;
	font-weight: normal;
	text-transform: none;
	color: #000;
}

div.citationlabs3wide div b{
	color: #000;
}
 
div.citationlabs3wide1{
  	background: #1dcbee;
  	clear: both;
}

.home #generate-section-2,  .home #generate-section-3{
	background: #fff;
}

 .home #generate-section-3 .grid-container{
 	background: #fff;
 	padding-top: 0px;
 }
  
div.citationlabs3wide2{
  	background: #bfe730;
}

.home #generate-section-2 p{
	line-height: 1.2em;
	font-size: .95em;
	color: #000;	
	margin-bottom: 15px; 
}

.home #generate-section-2 p strong{
	font-weight: normal;
	color: #000;
}
  
.home div.citationlabs3wide3{
	background: #1dcbee;
}

div.citationlabs2wide{
	margin-top: 50px;
	margin-bottom: 40px;
	float: left;
}
 
.home div.citationlabs2wide div.dark, .home div.citationlabs2wide div.light{
 	width: 47%;
 	float: left;
 	color: #000;
 	margin-left: 1.5%;
 	margin-right: 1.5%;
 	margin-bottom: 3%;
 	font-size: .8em;
 	height: 440px;
}  

.home div.citationlabs2wide div.cl2w_inner{
	padding-left: 20px;
	padding-right: 20px;
	line-height: 1.7em;
}

.home div.citationlabs2wide h2{
	margin-top: 0px;
}

@media only screen and (min-width: 900px) and (max-width: 1000px) {

	.home #generate-section-1 h1{
		font-size: 2.5em;
	}

}

@media only screen and (min-width: 900px) and (max-width: 1000px) {

	.home #generate-section-2 div.citationlabs3wide1 h2{
		background-size: 19px 60px;
	}

	.home #generate-section-2 div.citationlabs3wide2 h2{
		background-size: 41px 60px;
	}

	.home #generate-section-2 div.citationlabs3wide3 h2{
		background-size: 48px 60px;
	}
}

@media only screen and (min-width: 770px) and (max-width: 1000px) {

	.home #generate-section-2 div.citationlabs3wide h2{
		background: none !important;
		padding-left: 0px !important;
		text-align: center !important;
		margin-left: 0px !important;
	}
	
	.home #generate-section-2 div.citationlabs3wide p{
		font-size: .7em;
	}

}

.home #generate-section-5 img{
	width: 60px;
	margin-top: 10px;
	margin-bottom: -10px;
	border: 5px solid #fff;
	padding: 10px;
} 


.home #generate-section-5 .linkprospector{
	background: #fee666;
	border: 20px solid #fdefa2;
	box-sizing: border-box;
	padding-top: 25px;
}

.home #generate-section-5 h3{
	font-size: 2em;
	margin-top: 30px;
}

.home #generate-section-5 .brokenlinkbuilder{
	background: #eeb13e;
	border: 20px solid #ffd17a;
	box-sizing: border-box;
	padding-top: 15px;
}

.home #generate-section-5 .cocitationtool{
	background: #1dcbee;
	border: 20px solid #74e4fb;
	box-sizing: border-box;
	padding-top: 10px;
} 

.home #generate-section-5 .contactfinder{
	background: #2eb3ff;
	border: 20px solid #8ad6fc;
	box-sizing: border-box;
	padding-top: 20px;
}

.home #generate-section-5 .zipsprout{
	background: #bfe730;
	border: 20px solid #e3fe81;
	box-sizing: border-box;
	padding-top: 20px;
}

.home #generate-section-5 .any-tool{
	box-sizing: border-box;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.home #generate-section-5 .any-tool h3{
	margin-top: 100px;
}

.home #generate-section-5 .any-tool div{
	background: #000;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	margin-bottom: 15px;
}

.home #generate-section-5{
	text-align: center;
	background: #fff;
}

.home #generate-section-5 .grid-container{
	padding-bottom: 0px;
}

.home #generate-section-5 h1{
	font-size: 1.5em;
	line-height: 2em;  
}

.home #generate-section-5 h1 strong{
	font-size: 2.5em;
	color: #000;
	margin-bottom: 10px;
}

.home #generate-section-5 p{
	font-size: 1.3em;
}

.home #generate-section-5 .citationlabs2wide p{
	font-family: "Arvo";
} 

/* Book on Link Building */

.home img.link-building-book{
	background: #ddd;
	height: 300px;
	width: 600px;
	border: 0px !important;
	outline: 0px !important;
	display: block;
	margin-right: 20px;
}

div.left-book{
	float: left;
	width: 30%;
}

div.right-book{
	float: right;
	width: 65%;
}

p.text-still-searching{
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 20px;
}

h2.text-book{
	margin-top: 20px;
	font-size: 2em;
	font-family: "Montserrat";
}

div.book{
	clear: both;
	padding-top: 20px;
	max-width: 700px; 
	margin-left: auto;
	margin-right: auto;
}

.home #generate-section-6{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00924e+0,004221+100 */
	background: #23598e; /* Old browsers */	color: #fff;
	font-family: "Arvo";
}

.home #generate-section-6 .grid-container{
	padding-top: 0px;
	padding-bottom: 0px;
}

div.book img{
	width: 100%;
	border: 3px solid rgba(255,255,255,.3);
}

/* Free Online Course */

/* More Free Content */
.home #generate-section-4, .home #generate-section-8{
	text-align: center;
}

.home #generate-section-4{
	background: #bfe730;
	font-size: 1em;
	line-height: 1.5em;
}

.home #generate-section-4 b{
	color: #000;
}

.home #gform_wrapper_2{
	margin-bottom: 0px;
}

.home #generate-section-4 h2, .home #generate-section-8 h2{
	margin-top: 0px;
	font-family: "Arvo";
}

.home #generate-section-4 .grid-container{
	padding: 0px;
	padding-bottom: 20px;
	font-family: "Arvo";
}

.home #generate-section-4 h2{
	background: #000;
	color: #fff !important;
	padding: 20px;
	position: relative;
	top: -20px;
	margin-bottom: 0px;
}

.home #generate-section-4 .gfield_label, .home #generate-section-8 .gfield_label{
	display: none;
}


.home #generate-section-4 .grid-parent, .home #generate-section-8 .grid-parent{
	max-width: 750px;
}

.home #generate-section-4 .gform_footer, .home #generate-section-8 .gform_footer{
	padding: 0px;
}

.home #content{
	margin-bottom: 0px;
}

.home #generate-section-4 #gform_wrapper_2, .home #generate-section-8 #gform_wrapper_2{
	margin-top: 0px;
}

.home form#gform_2 input.medium{
	width: 100%;
	outline: 0px;
	border: 0px;
}

.home .inside-article{
	display: none;
}

.home #generate-section-3 h2{
	margin-top: 0px;
	text-align: center;
}  
  
.home #generate-section-3 img{
	height: 118px;
	width: auto;
	margin-top: -40px;
}  

.home #generate-section-3 img.wp-image-1509{
	margin-left: 20px;
	margin-right: 17px;
	position: relative;
	top: 4px;
}

.home #generate-section-3 img.wp-image-1508{
	margin-left: 10px;
	position: relative;
	top: 10px;
}

.home #generate-section-3 img.wp-image-1802{
	height: 30px;
	margin-top: 15px;
	margin-right: 0px;
	position: relative;
	top: -2px;
	margin-left: 50px;
}


.home #generate-section-3 img.wp-image-1510{
	margin-right: 10px;
	
}

.home #generate-section-3 img.wp-image-1511{
	margin-right: 5px;
	position: relative;
	top: 2px;
}

	.home #generate-section-3 img.wp-image-1512{
		margin-right: 10px;
		position: relative;
		top: -2px;
	}
  
	.home #generate-section-5 h2 em, .page-id-200 em{
  	font-family: "Lobster Two";
  	text-transform: lowercase;
  }

.home #generate-section-7{
	background: #fff;
	text-align: center;
}

.home #generate-section-7 img{
	width: 300px;
	margin-top: 40px;
	margin-right: 0px;
}

.home #generate-section-7 .grid-container{
	padding-top: 0px;
}

.home #generate-section-7 h3{
	font-size: 1.2em;
	margin-top: 0px; 
	margin-bottom: 0px;
	font-family: "Arvo";
	line-height: 2em;
}

.home #generate-section-7 h2 a{
	color: #000;
}

.home #generate-section-7 h2{
	margin-top: 20px;
	font-size: 3em;
	line-height: 1em;
	
}

.home #generate-section-7 h3 span.text-2{
	font-size: 1.8em;
}

.home #generate-section-7 h3 em{
	font-style: normal;
	color: #1d80df;
}

.home #generate-section-8{
	background: #1dcbee;
	color: #fff;
}

.home #generate-section-8 h2, .home #generate-section-8 h2 strong{
	color: #fff;
}

.home #generate-section-8 img{
	width: 80px;
}

div.cl_home_intro{
	margin-left: 540px;
}

div.cl_home_intro a.button{
	margin-top: 10px;
}


@media only screen and (min-width: 320px) and (max-width: 500px) {

	div.cl_home_intro{
		margin-left: 0px;
	}
	
	.home #generate-section-1 .grid-container{
		margin-bottom:0px;
	}

	.home #generate-section-5 h1{
		font-size: 1em;
		line-height: 2em;  
	}

	.home #generate-section-3 h2{
		font-size: 1.5em;
	}
	
	.home #generate-section-3 img{
		float: left;
	}
	
	.home #generate-section-1 h1{
		font-size: 1.2em;
		border-right: 0px;
		text-align: center;
	}
	
	.home #generate-section-1 h2{
		text-align: center;
	}

	
	.home #generate-section-5 img{
		width: 60px;
		margin-top: 10px;
		margin-bottom: -10px;
		border: 5px solid #fff;
		padding: 10px;
		float: left;
		margin-left: 20px;
		margin-bottom: 10px;
		margin-right: 10px;
	}
	
	.home div.citationlabs2wide div.dark, .home div.citationlabs2wide div.light{
 		height: auto;
 		margin-bottom: 0px;
 		margin-left: 0px;
  		font-size: .7em;
  		text-align: left;
	}  
	
	.home div.citationlabs2wide div.dark h2, .home div.citationlabs2wide div.light h2{
		margin-bottom: 10px;
		font-size: 2em;
	}
	
	.home #generate-section-5 .linkprospector, .home #generate-section-5 .brokenlinkbuilder, .home #generate-section-5 .cocitationtool, .home #generate-section-5 .contactfinder, .home #generate-section-5 .zipsprout{
		border: none;
		padding-top: 0px !important;
	}

	.home #generate-section-5 .any-tool h3{
		margin-top: 0px;
	}	
	
	h2.text-book{
		font-size: 1.2em;
	} 
	
	.home form#gform_2{
		width: 300px;
	}
	
	.home #generate-section-7 h3{
		font-size: .7em;
	}
	
	.home #generate-section-7 h3 span{
		font-size: 1em;
	}
	
	.home #generate-section-7 h2{
		font-size: 1.5em;
	}
	
	.home #generate-section-8 img{
		width: 20%;
	}
	
	.home #generate-section-4 h2, .home #generate-section-8 h2{
		font-size: 1.3em;
	}
	

}

@media only screen and (min-width: 501px) and (max-width: 770px) {
	.home #generate-section-1 h1{
		font-size: 1.5em;
		border-right: 0px;
		text-align: center;
		margin-right: 0px;
	}
	
	.home div.citationlabs2wide div.dark, .home div.citationlabs2wide div.light{
	 	height: auto;
	 	margin-bottom: 0px;
	 	margin-left: 0px;
	}  
	
	.home #generate-section-5 .any-tool h3{
		margin-top: 0px;
	}
	
	.home #generate-section-4 h2, .home #generate-section-8 h2{
		font-size: 1.2em;
	}

	
}

@media only screen and (min-width: 770px) and (max-width: 900px) {
	.home #generate-section-1 h1{
		font-size: 1.5em;
	}
	
	.home #generate-section-2 h1{
		font-size: 2em;
	}
	
	.home #generate-section-2 div.citationlabs3wide  div{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.home #generate-section-2 div.citationlabs3wide h2{
		font-size: 1em;
	}
	
	.home #generate-section-2 div.citationlabs3wide3{
		font-size: 1em;
	}
}

.home #generate-section-1 .grid-container{
	padding-bottom: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 770px) {


	
	.home #generate-section-1 .grid-container{
		background-image: none;
	}
	
	.home #generate-section-1 h2, .home #generate-section-1 p{
		margin-left: 0px;
	}
	
	.home #generate-section-2 h1{
		font-size: 1.8em;
	}
	
	.home #generate-section-5 h1 strong{
		font-size: 1.5em;
	}
	
	.home #generate-section-7 img{
		display: none;
	}
	
	div.citationlabs2wide{
		margin-top: 0px;
		margin-bottom: 40px;
		float: left;
	}
	 
	.home div.citationlabs2wide div.dark, .home div.citationlabs2wide div.light{
		width: 100%;
	}
	
	div.citationlabs3wide {
		margin-top: 20px;
	}
	
	div.citationlabs3wide div{
		width: 100%;
	}

}

/* ========================

	SERVICES PAGE SPECIFIC
	
   ======================== */  
   
.page-id-158 #generate-section-1{
	font-size: 1.2em;
	background: #1dcbee; /* Fix in WP */
	border-bottom: 60px solid #ddd;
	margin-bottom: -10px;
	box-sizing: border-box;
}    

	.page-id-158 #generate-section-1 .grid-container{
		padding-bottom: 0px;	
	}
	
	.page-id-158 #generate-section-1 h3{
		margin-top: 2em;
		margin-bottom: 2em;
	}
	
	.page-id-158 #generate-section-1 h3 strong{
		border: 3px solid #fff;
		padding: 10px;
	}
	
	.page-id-158 #generate-section-1 span{
		color: #fee666;
	}

	.page-id-158 #generate-section-1 .grid-container{
		padding-top: 0px;
	}
	
	.page-id-158 #generate-section-1 h1{
		position: relative;
		font-size: 2.1em;
		margin-top: 60px;
	}
	
	.page-id-158 #generate-section-1 p{
		font-size: .9em;
		line-height: 1.4em;
	}
	
	.wp-image-1809{
		margin-left: -35px;
		margin-top: 30px;
		margin-bottom: -30px;
	}

	.page-id-158 #generate-section-1 .cl_element{
		float: left;
		margin-right: 40px;
		margin-bottom: 280px !important;
		margin-top: 30px;
	}
	
	.page-id-158 #generate-section-1 .cl_element .cl_element_short{
		top: 60px;
		font-size: 3.5em;
	}

	.page-id-158 #generate-section-1 strong{
		color: #fff;
	}
   
    .page-id-158 #generate-section-1 h2{
    	margin-top: 0px;
    }
   
.page-id-158 #generate-section-2{
	text-align: center;
	background: #fff;
}

.page-id-158 #generate-section-4{
	text-align: right;
}

.page-id-158 #generate-section-4 ul li{
	float: left;
	margin-left: 50px;
}

.page-id-158 #generate-section-4 ul{
	margin-bottom: 30px;
	float: right;
}

.page-id-158 h2{
	margin-top: 0px;
	font-size: 3em;
	
}


	.page-id-158 #generate-section-2 .generate-sections-inside-container{
		padding-bottom: 0px;
	}

	.page-id-158 #generate-section-2 h1{
		margin-bottom: 0px;
		margin-top: 0px;
	}
	

.page-id-158 #generate-section-6 h2{
	margin-top: 0px;
}

.page-id-158 #generate-section-3 h2 {
	margin-top: -30px;
	line-height: .9em;
}

.page-id-158 #generate-section-3 h2 strong, .page-id-158 #generate-section-5 h2 strong{
	color: #000;
}


.page-id-158 h2 em{
	font-style: normal;
	font-size: .7em;
	line-height: 1em;
}

.wp-image-1811{
	margin-left: -60px;
}

#main div.cl_toolshelf{
	margin-bottom: 40px !important;
	position: relative;
	width: 805px;
	margin-left: auto !important;
	margin-right: auto !important;
	display: block !important;
	height: 140px;
}

.cl_toolshelf img{
	width: 70px;
	position: absolute;
	top: 10px;
	left: 35px;
	z-index: 0;
}

#cl_element_agency.cl_element{
	background: #ee2936;
	margin-left: 120px;
	color: #fff;
}

	.page-id-158 #generate-section-3, .page-id-158 #generate-section-5{
		background: #ddd;
	}
	
	.page-id-158 #generate-section-3 a, .page-id-158 #generate-section-5 a{
		background-color: #ee2936;
	} 
	
	.page-id-158 #generate-section-3 a.button:hover, .page-id-158 #generate-section-5 a.button:hover{
		background-color: #d9000e;
	}
	
	.page-id-158 #generate-section-3 span.animated{
		color: #ee2936;
		font-weight: bold;
	}
	
	.page-id-158 #generate-section-3 em, .page-id-158 #generate-section-5 em{
		color: #ee2936;
	}
	
	.page-id-158 #generate-section-5 ul{
		font-family: "Arvo";
		font-style: italic;
	}
	
	.page-id-158 #generate-section-6 i{
		position: absolute;
		color: #ffa018;
	}
	
	.page-id-158 #generate-section-6 .cl_image{
		margin-right: 60px;
		margin-top: -20px;
		z-index: 4;
		position: relative; 
	}
	
	.page-id-158 #generate-section-6 h2{
		text-align: center;
		z-index: 5;
		position: relative;
	}
	
		.page-id-158 #generate-section-6 i.comment-1{top: 170px;left: 115px;
		}
		.page-id-158 #generate-section-6 i.comment-2{top: 250px;left: 290px;
		}
		.page-id-158 #generate-section-6 i.comment-3{top: 210px;left: 150px;
		}
		.page-id-158 #generate-section-6 i.comment-4{top: 225px;left: 170px;
		}
		.page-id-158 #generate-section-6 i.comment-5{top: 260px;left: 160px;
		}
		.page-id-158 #generate-section-6 i.comment-6{top: 130px;left: 250px;
		}
		.page-id-158 #generate-section-6 i.comment-7{top: 170px;left: 250px;
		}
		.page-id-158 #generate-section-6 i.comment-8{top: 180px;left: 270px;
		}
		.page-id-158 #generate-section-6 i.comment-9{top: 190px;left: 283px;
		}
		.page-id-158 #generate-section-6 i.comment-10{top: 140px;left: 135px;
		}
		.page-id-158 #generate-section-6 i.comment-11{top: 180px;left: 148px;
		}
		.page-id-158 #generate-section-6 i.comment-12{top: 265px;left: 280px;
		}
		.page-id-158 #generate-section-6 i.comment-13{top: 235px;left: 145px;
		}
		.page-id-158 #generate-section-6 i.comment-14{top: 230px;left: 195px;d
		}
		.page-id-158 #generate-section-6 i.comment-15{top: 245px;left: 175px;
		}
		.page-id-158 #generate-section-6 i.comment-16{top: 145px;left: 275px;
		}
		.page-id-158 #generate-section-6 i.comment-17{top: 185px;left: 255px;
		}
		.page-id-158 #generate-section-6 i.comment-18{top: 225px;left: 290px;
		}
		.page-id-158 #generate-section-6 i.comment-19{top: 165px;left: 288px;
		}
		.page-id-158 #generate-section-6 i.comment-20{top: 120px;left: 170px;
		}
		
		.page-id-158 #generate-section-6 i.comment-11, .page-id-158 #generate-section-6 i.comment-12, .page-id-158 #generate-section-6 i.comment-13, .page-id-158 #generate-section-6 i.comment-14, .page-id-158 #generate-section-6 i.comment-15, .page-id-158 #generate-section-6 i.comment-19, .page-id-158 #generate-section-6 i.comment-20{
			color: #ee2936;
		}
		
		.page-id-158 #generate-section-6 i.comment-20, .page-id-158 #generate-section-6 i.comment-6, .page-id-158 #generate-section-6 i.comment-8, .page-id-158 #generate-section-6 i.comment-2, .page-id-158 #generate-section-6 i.comment-14, .page-id-158 #generate-section-6 i.comment-13{
			color: #1dcbee;
		}
		
		.page-id-158 #generate-section-6 i.comment-1, .page-id-158 #generate-section-6 i.comment-3, .page-id-158 #generate-section-6 i.comment-5, .page-id-158 #generate-section-6 i.comment-7, .page-id-158 #generate-section-6 i.comment-9, .page-id-158 #generate-section-6 i.comment-11, .page-id-158 #generate-section-6 i.comment-13, .page-id-158 #generate-section-6 i.comment-16, .page-id-158 #generate-section-6 i.comment-18, .page-id-158 #generate-section-6 i.comment-20{
			display: none;
		}
		
		.page-id-158 #generate-section-7{
			text-align: center;
			background: #bfe730;
		}
		

#cl_element_pr.cl_element{
	background: #e88900;
}

	.page-id-158 div.cl_image{
		float: left;
		position: relative;
	}
	
		.page-id-158 #generate-section-4 div.cl_image div{
			color: #000;
			font-family: "Arvo";
			position: absolute;
			top: 100px;
			width: 200px;
			text-align: center;
			left: 100px;
			font-size: 1.5em;
		}

	.page-id-158 #generate-section-4 h2 strong, .page-id-158 #generate-section-6 h2 strong{
		color: #e88900;
	}
	
	.page-id-158 #generate-section-4 strong, .page-id-158 #generate-section-6 strong, .page-id-158 #generate-section-6 a, .page-id-158 #generate-section-4 a{
		color: #f0c419;
		font-weight: normal;
	}
	
	.page-id-158 #generate-section-4 .button, .page-id-158 #generate-section-6 .button{
		background: #e88900;
		color: #fff;
	}
	
	.page-id-158 #generate-section-4 .button:hover, .page-id-158 #generate-section-6 .button:hover{
		background: #b66b00;
	}
	 

#cl_element_content.cl_element{
	background: #098ac0; 
}

#cl_element_language.cl_element{
	background: #334859;
}

	.page-id-158 #generate-section-6, .page-id-158 #generate-section-4{
		background: #334859;
		color: #fff;
	}

.page-id-158 #generate-section-2 h1 span{
	font-size: .5em;
	line-height: .3em;
	position: relative;
	top: -10px;
}

.page-id-158 #generate-section-2 h1 em{
	font-size: .9em;
	line-height: .4em;
	color: #aaa;
	font-family: "Lobster";
	text-transform: lowercase;
} 

@media only screen and (min-width: 770px) and (max-width: 900px) {
	.page-id-158 #generate-section-1 h3 strong{
		border: 0px;
		padding: 0px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 770px) {


	.page-id-158 #generate-section-1 h1{
		font-size: 1.5em;
		margin-top: 0px;
	}
	
	.page-id-158 #generate-section-1{
		border-bottom: 0px;
		padding-bottom: 30px;
	}

	.page-id-158 #generate-section-1 h3{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	.page-id-158 #generate-section-1 h3 strong{
		border: 0px;
		padding: 0px;
	}

	.page-id-158 #generate-section-1 img.wp-image-1809{
		width: 30%;
		margin-left: 0px;
		float: left;
		margin-bottom: 0px;
	}
	
	.page-id-158 #generate-section-2 h1{
		font-size: 2em;
	}
	
	.page-id-158 #generate-section-2 p{
		display: none;
 	}
	
	.page-id-158 .cl_elements{
		width: 100%;
		display: none;
	}
	
	.page-id-158 #generate-section-4 h2{
		font-size: 2em;
	}
	
		.page-id-158 #generate-section-4 img{
			width: 100%;
			float: left;
		}
		
		.page-id-158 .cl_image{
			width: 30%;
		}
		
		.page-id-158 .cl_image span{
		font-size: 1em;
		}
		
	
	.page-id-158 #generate-section-2 .cl_element{
		margin-bottom: 20px !important;
	}

	.page-id-158 #generate-section-3 img{
		display: none;
	}
	
	.page-id-158 #generate-section-3 h2{
		font-size: 1.8em;
		margin-top: 1px;
	}

	.page-id-158 #generate-section-7 h2{
		font-size: 1.3em;
	}
	
	.page-id-158 #generate-section-4 div.cl_image div{
		color: #000;
		font-family: "Arvo";
		position: absolute;
		width: 85%;
		margin-left: 10%;
		margin-right: 5%;
		left: 0px;
		top: 20%;
		text-align: center;
		font-size: 70%;
		line-height: 120%;
	}
	
	.page-id-158 #generate-section-5 h2{
		font-size: 1.5em
	}
	
	.page-id-158 #generate-section-5 img{
		float: right;
		width: 30%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.page-id-158 #generate-section-6 h2{
		font-size: 1.5em;
	}
	
	.page-id-158 #generate-section-6 .cl_image i.fa{
		display: none !important;
	}
	
	.page-id-158 #generate-section-6 .cl_image{
		margin-right: 10px;
	} 
}


/* ========================

	TOOL GUIDES PAGE 
		
   ======================== */ 
   
.page-id-476 h1{
	font-size: 3em;
}  

.page-id-476 #generate-section-1{
	text-align: center;
}

.page-id-476 #generate-section-1 a{
	color: #fee666;
}

	.page-id-476 #generate-section-1 .cl_toolshelf a{
		color: #000;
		text-decoration: none;
	}

.page-id-476 #generate-section-1 .grid-container{
	padding-bottom: 0px;
}

.page-id-476 #generate-section-2{
	text-align: center;
	font-family: "Arvo";
} 
   
.page-id-476 #generate-section-2 h2{
	font-size: 3em;
	margin-top: 0px;
	font-family: "Arvo";
}

.page-id-476 #generate-section-2 strong{
	color: #000;
}

.page-id-476 #generate-section-2 img{
	float: left;
	height: 250px;
	width: auto;
	margin-left: 150px;
	margin-right: -210px;
	position: relative;
	top: 10px;
}

@media only screen and (min-width: 350px) and (max-width: 770px) {

	.page-id-476 #generate-section-2 img{
		margin-right: 0px;
		margin-left: 0px;
		width: 20%;
		height: auto;
	}
	
	.page-id-476 #generate-section-2 h2{
		font-size: 2em;
	}

}

.page-id-476 #generate-section-2 p{
	font-size: 1.1em;
}

.page-id-476 #generate-section-2 .grid-container{
	padding-top: 30px;
}
   
   
/* ========================

	TOOLS PAGE SPECIFIC
	
   ======================== */ 
   
 /* General */
 
 .page-id-200 footer.entry-meta{
 	display: none;
 }
 
.page-id-200 div#page{
 	width: 100% !important;
 	max-width: 100% !important;
 }
 
 .page-id-200 #content{
 	padding: 0px;
 }
 
.page-id-200 #generate-section-1 .cl_element, .page-id-476 #generate-section-1 .cl_element{
	float: left;
	clear: none;
	margin-right: 15px;
}

.page-id-200 #generate-section-1 .grid-container, .page-id-200 #generate-section-1 .inside-article{
	padding-bottom: 0px !important;
}

.page-id-200 #generate-section-1 .cl_element, .page-id-476 #generate-section-1 .cl_element{
	margin-bottom: 0px;
}

.page-id-200 #generate-section-1, .page-id-476 #generate-section-1{
	background: #555; 
}

.page-id-200 #generate-section-1{
	border-bottom: 5px solid #fff;
}

.page-id-200 #generate-section-1 .inside-article, .page-id-476 #generate-section-1 .grid-container{
	color: #fff;
}

.page-id-200 #generate-section-1 strong, .page-id-476 #generate-section-1 strong{
	color: #9fedfd;
}

.page-id-200 div.bracket, .page-id-476 div.bracket{
	float: left;
	font-size: 10em;
	line-height: 1.5em;
	margin-right: 0px;
}
 
div.cl_pointer{
	/*width: 0; 
	height: 0; 
	border-left: 26px solid transparent;
	border-right: 26px solid transparent;
	border-top: 35px solid #fff;*/
	height: 20px;
	width: 5px;
	background: #fff;
	position: absolute;
	top: 145px;
}

div.cl_pointer:before{
	height: 5px;
	width: 150px;
	background: #fff;
	position: absolute;
	left: 0px;
	display: block;
	content: " ";
	top: 15px;
}

div.cl_pointer:after{
	width: 5px;
	height: 20px;
	background: #fff;
	position: absolute;
	left: 0px;
	display: block;
	content: " ";
	top: 15px;
	left: 150px;
}

div.cl_pointer.cl_link_prospector{
	left: 80px;
}

div.cl_pointer.cl_broken_link_builder{
	left: 240px;
}

div.cl_pointer.cl_co_citation_tool{
	left: 400px;
	height: 40px;
}

div.cl_pointer.cl_co_citation_tool:after{
	display: none;
}

div.cl_pointer.cl_co_citation_tool:before{
	display: none;
}

div.cl_pointer.cl_contact_finder{
	left: 560px;
}

	div.cl_pointer.cl_contact_finder:before{
		left: -150px;
	}
	
	div.cl_pointer.cl_contact_finder:after{
		left: -150px;
	}

div.cl_pointer.cl_zipsprout{
	left: 720px;
}
	div.cl_pointer.cl_zipsprout:before{
		left: -150px;
	}
	
	div.cl_pointer.cl_zipsprout:after{
		left: -150px;
	}

div.cl_toolshelf ul{
	float: left;
	padding: 0px;
}
 
.cl_lp_beaker{
	background: #fee666;
	margin-left: 40px;
}

.cl_blb_beaker{
	background: #eeb13e;
}

.cl_cct_beaker{
	background: #1dcbee;
}
  
.cl_cf_beaker{
	background: #2eb3ff;
}

.cl_zs_beaker{
	background: #bfe730;
}
 
 div.cl_toolshelf li{
    list-style-type: none;
 	float: left;
 	color: #000;
 	padding-top: 85px;
 	width: 140px;
 	height: 140px; 
 	padding-left: 10px;
 	padding-right: 10px;
 	margin-right: 10px;
 	margin-left: 10px;
 	position: relative;
 	text-transform: uppercase;
 	font-size: .9em;
 	line-height: 1em;
 	font-weight: bold;
 	font-family: "Montserrat";
 	box-sizing: border-box;
 }
  
  div.cl_toolshelf li a{ 
  	height: 100%;
  	width: 100%;
  	display: block;
  	position: absolute;
  	top: 0px;
  	left: 0px;
  } 
  
.page-id-200 div.cl_toolshelf li{
	opacity: .7;
}
 
 div.cl_toolshelf li.selected,  div.cl_toolshelf li:hover{
 	box-sizing: border-box;
 	border-bottom: 0px;
 	border: 5px solid #555;
 	outline: 5px solid #fff;
 	opacity: 1;
 	cursor: pointer;
 }
 
 div.cl_toolshelf li:hover{
 	-ms-animation:wiggle .3s 2;
 	-moz-animation:wiggle .3s 2;
 	-webkit-animation:wiggle .3s 2;
 	animation:wiggle .3s 2;
 }

	.cl_zs_beaker span{
		position: relative;
		top: 7px;
	}
 
 
.page-id-200 strong, .page-id-200 b{
  	color: #000;
}

.page-id-200 .grid-parent{
	color: #fff;
}

.page-id-200 iframe, .page-id-200 img.aligncenter, .page-id-200 img.alignleft, .page-id-200 img.alignright{
	border: 5px solid #fff;
}

.page-id-200 #generate-section-1 div.grid-container{
	text-align: center;
	color: #fff;
}
  
 .page-id-200 #generate-section-2{
	background: #fee666;
 }

 .page-id-200 #generate-section-3{
 	background: #eeb13e;
 	display: none;
 }
 .page-id-200 #generate-section-4{
 	background: #1dcbee;
 	display: none;
 }
 
 .page-id-200 blockquote{
 	padding-top: 0px;
 	padding-bottom: 0px;
 	font-size: 1em;
 }
 
 	 .page-id-200 #generate-section-2 .grid-parent, .page-id-200 #generate-section-3 .grid-parent, .page-id-200 #generate-section-4 .grid-parent, .page-id-200 #generate-section-5 .grid-parent, .page-id-200 #generate-section-6 .grid-parent{
 	 	max-width: 700px;
 	 	padding-top: 0px;
 	 }
 
 a.button.left{
 	float: left;
 	margin-right: 10px;
 }
 
.page-id-200 div.grid-container{
	color: #000;
}

.page-id-200 main{
	text-align: center;
}

div.cl_transparent_box, .page-id-200 #main form{
	background: rgba(255,255,255,.5);
	padding: 20px;
	clear: left;
}

.page-id-200 div.cl_transparent_box h3{
	margin-top: 0px;
}

.page-id-200 h2{
	font-size: 2.3em;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #333;
	color: #fff;
	border: 5px solid #fff;
	border-top: 0px;
}

.page-id-200 h2 img{
	margin-left: auto !important;
	height: 100px;
	width: 100px;
	margin-right: auto !important;
}
 
 .page-id-200 #generate-section-5{
 	background: #2eb3ff;
 	text-align: center;
 	display: none;
 }
 
 	 .page-id-200 #generate-section-5 form{
 	 	text-align: center;
 	 }
 
  .page-id-200 #generate-section-1 article{
  	margin-bottom: 0px !important;
  }
  
  
 .page-id-200 #generate-section-6{
 	background: #bfe730;
 	display: none;
 	
 }
   
 /* Link Prospector */
 
 .page-id-200 #generate-section-1 ul li a{
 	padding: 10px;
 	background: #81e3f7;
 	margin-right: 20px;
 	cursor: pointer;
 }
 
 .page-id-200 #generate-section-1 ul li a.current, .page-id-200 #generate-section-1 ul li:hover a{
 	background: #1dcbee;
 }
 
 .page-id-200 #generate-section-1 ul li a{
 	color: #fff;
 }
 
 .cl_toolshelf ul{
 	margin: 0px;
  }
 
 .page-id-200 #generate-section-1 div.grid-container{
 	padding-bottom: 30px;
 }
 
.page-id-200 #generate-section-1 .grid-container, .page-id-476 #generate-section-1 .grid-container{
 	padding-left: 0px;
 	padding-right: 0px;
}

@media only screen and (min-width: 559px) and (max-width: 770px) {

	div.cl_toolshelf li{
		width: 110px;
		height: 110px;
		margin-right: 5px;
		margin-left: 5px;
		padding-top: 65px;
		font-size: .85em;
	}
	
	div.cl_toolshelf li img{
		width: 40px;
		top: 15px;
	}
	
	#main div.cl_toolshelf{
		width: 600px;
		height: 90px;
	}
	
	div.cl_toolshelf .cl_pointer{
		display: none;
	}
	
	.page-id-200 #generate-section-2 .grid-container{
		padding-top: 0px !important;
	}
	
	.page-id-200 .generate-sections-container .grid-parent{
		padding: 0px !important;
	}

}


@media only screen and (min-width: 320px) and (max-width: 600px) {


	div.cl_toolshelf li{
		width: 110px;
		height: 110px;
		margin-right: 5px;
		margin-left: 5px;
		padding-top: 65px;
		font-size: .85em;
	}
	
	div.cl_toolshelf li img{
		width: 40px;
		top: 15px;
	}
	
	#main div.cl_toolshelf{
		width: 600px;
		height: 90px;
	}
	
	div.cl_toolshelf .cl_pointer{
		display: none;
	}
	
	.page-id-200 #generate-section-2 .grid-container{
		padding-top: 0px !important;
	}
	
div.cl_toolshelf li{	
	margin-bottom: 12px;
}

div.cl_toolshelf li.cl_cf_beaker{
	margin-left: 68px;
}
 

#main div.cl_toolshelf{
	width: 360px;
	height: 220px;
	margin-bottom: 20px;
}

.page-id-200 #generate-section-2 .grid-container{
	padding-top: 0px !important;
}

.page-id-200 .generate-sections-container .grid-parent{
	padding: 0px !important;
}


}


/* ========================

	CONTACT PAGE
	
   ======================== */ 

.page-id-13 #generate-section-1{
	background: #1dcbee;
	color: #000;
}

.page-id-13 #generate-section-1 .grid-container{
	padding-bottom: 10px;
}

.page-id-13 #generate-section-1 h1{
	font-size: 4em;
}

.page-id-13 #generate-section-2 .grid-container{
	padding-top: 0px;
} 
 
.page-id-13 #generate-section-2{
	background: #fee666;
	color: #000;
}

.page-id-13 #generate-section-1 .cl_element{
	float: left;
	margin-right: 40px;
	margin-bottom: 70px;
	background: #rgba(255,255,255,.5);
	margin-top: 30px;
}

.page-id-13 #generate-section-1 a{
	color: #23598e;
}

.page-id-13 #generate-section-1 p strong{
	color: #000;
}

.page-id-13 #generate-section-1 em{
	color: #000;
}

.page-id-13 #generate-section-1 a:hover{
	color: #000;
}

.page-id-13 #generate-section-1 .cl_element .cl_element_short{
	top: 60px;
	font-size: 7em; 
}

.page-id-13 .gform_body ul{
	padding-right: 60px !important;
	width: 100%
}

.page-id-13 #generate-section-2 h2{
	margin-top: 30px;
	font-size: 1.5em; 
}

.page-id-13 #generate-section-2 div.right ul{
	margin-left: 0px;
	margin-bottom: 30px;
	width: 100%;
	float: left;
	list-style-type: none;
}

.page-id-13 #generate-section-2 div.right ul li{
	float: left;
	clear: left;
	margin-top: 10px;
}

.page-id-13 #generate-section-2 div.right ul li a{
	width: 100%;
	display: block;
	height: 100%;
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
}

.page-id-13 #generate-section-2 div.right ul li a:hover{
	text-decoration: none !important;
}

.page-id-13 #generate-section-2 div.right ul li a:before{
	content: " ";
	height: 25px; 
	width: 25px;
	display: block;
	background: #000;
	float: left;
	margin-right: 10px;
	position: relative;
	top: 3px;
}

.page-id-13 #generate-section-2 div.right ul li a:hover{
	text-decoration: underline;
}

.page-id-13 #generate-section-2 .right h2{
	font-size: 1.1em;
	margin-bottom: 20px;
	margin-top: 0px;	
	text-align: center;
	background: #ee2c38;
	color: #fff;
	padding: 10px;
}

.page-id-13 #generate-section-1 .grid-container{
	padding-top: 0px;
}

.page-id-13 #generate-section-1 img{
	margin-bottom: 100px;
	width: 150px;
	margin-top: 40px;
	margin-right: 40px;
	border: 10px solid rgba(255,255,255,.5);
}

.page-id-13 #generate-section-1  h1{
	margin-top: 0px;
}

.page-id-13 div.left{
	float: left;
	width: 33%;
	padding-top: 30px;
	margin-left: 210px;
	box-sizing: border-box;
}

.page-id-13 .gfield_select{
	width: 100% !important;
	position: relative;
	top: -5px;
}

.page-id-13 input.medium, .page-id-13 textarea{
	width: 100% !important;
	border: 0px; /* WP */
	margin-bottom: 10px;
	position: relative;
	top: -5px;
}

.page-id-13 #gform_1 .gform_footer{
	margin-top: 0px;
}

.page-id-13 textarea{
	margin-bottom: 0px;
}

.page-id-13 #generate-section-2 label{
	margin-bottom: 0px;
	text-transform: uppercase;
	font-size: .9em;
	line-height: 1em;
}

.page-id-13 #generate-section-2 .ginput_container{
	margin-top: 0px;
}

.page-id-13 #generate-section-2 div.right{
	float: right;
	width: 400px;
	margin-top: 74px;
	background: rgba(255,255,255,.8);
	padding: 30px;
	box-sizing: border-box;
	color: #000;
}

.page-id-13 #generate-section-2 div.right p{
	line-height: 1.5em;
	font-size: .9em;
}

.page-id-13 #generate-section-2 p{
	line-height: 1.5em;
}

.page-id-13 div.right h2{
	margin-bottom: 50px;
}

@media only screen and (min-width: 771px) and (max-width: 1000px) {
	.page-id-13 div.left{
		margin-left: 0px;
		width: 40%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 770px) {
	.page-id-13 .wp-image-1836{
		display: none;
	}
	
	.page-id-13 div.left{
		margin-left: 0px;
		width: 100%;
		padding-top: 0px;
	}
	
	.page-id-13 #generate-section-2 div.left h2{
		margin-top: 10px;
	}
	
	.page-id-13 #generate-section-2 div.right{
		width: 100%;
		margin-top: 0px;
		padding: 10px;
	}
	
	.page-id-13 #generate-section-1 h1{
		font-size: 2em;
	}
	
	#footer-widgets{
		padding-top: 0px;
	}
	
	#footer-widgets .footer-widget-1{
		margin-bottom: 0px;
	}
	
	.page-id-13 #generate-section-2 div.right ul li a:before{
		content: " ";
		height: 25px; 
		width: 25px;
		display: block;
		background: #000;
		float: left;
		margin-right: 10px;
		position: relative;
		top: -3px;
	}
}

/* ========================

	BLOG PAGE - ARCHIVE - SPECIFIC
	
   ======================== */ 
   
.blog #content, .category #content{
	padding-top: 20px !important;
}   

p.cl_showing_posts{
	text-transform: uppercase;
	font-weight: bold;
}

.blog .cl_filter h2{
	margin-top: 0px;
	font-size: 1em;
	clear: none;
}

.blog .cl_filter ul{
	list-style-type: none;
	margin: 0px;
	background: #2eb3ff; /* Old browsers */
	background: -moz-linear-gradient(top, #fee666 0%, #eeb13e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee666), color-stop(100%,#eeb13e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fee666 0%,#eeb13e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fee666 0%,#eeb13e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fee666 0%,#eeb13e 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fee666 0%,#eeb13e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e86cc', endColorstr='#eeb13e',GradientType=0 ); /* IE6-9 */
}

.blog .cl_filter ul li.cl_clear_filters a{
	background: #000;
	color: #fff;
}

.blog .cl_filter ul li{
	margin-bottom: 1px;
	border-bottom: 2px solid #fff;
}

.blog .cl_filter ul li a{
	width: 100%;
	display: block;
	font-size: .7em;
	line-height: 1.3em;
	padding-left: 6px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	box-sizing: border-box;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
}

.blog-right a.button{ 
	font-size: .7em;
	line-height: 1.3em;
	padding-left: 14px;
	padding-top: 8px;
	padding-right: 14px;
	padding-bottom: 7px;
	background: #fee666;
	color: #000;
}


.blog-right a.button.selected{
	background: #000;
	color: #fff;
}

.blog-right h2.cl_click_to_filter{
	margin-bottom: 10px;
	margin-top: 30px;
}

.blog-right p.cl_showing_posts_in{
	margin-bottom: 0px;
	font-size: .9em;
	line-height: 1.5em;
	text-transform: uppercase;
	color: #1dcbee;
	font-weight: bold;
}

.blog-right h2.cl_view_posts{
	margin-bottom: 6px;
}

.blog .cl_filter ul li a:hover, .blog .cl_filter ul li a.selected{
	background: #000; 
	overflow: hidden;
	cursor: pointer;
	color: #fff;
}

.blog .cl_filter ul li a.selected{
	background: #1dcbee;
} 

.blog .inside-article .wp-post-image{
	display: none;
}

/*.blog article:nth-child(odd) {
    background: #ff0000;
    margin-right: 0%;
}*/

.blog nav{
	clear: both;
}

.blog #cl_element_insights{
	float: left;
	margin-right: 50px;
	margin-top: 20px;
	background: #eeb13e;
}

.blog #cl_element_insights .cl_element_name{
	font-size: 1.5em; 
}

.blog-left h1.cl_title{
	margin-top: 0px;
	font-size: 3.5em;
	margin-bottom: 0px !important;		
	font-family: 'eraserdustregular';  
}

.blog-left h2.cl_subtitle{
	margin-top: 0px;
	font-size: 1.5em;
	font-family: 'eraserdustregular';  
}

.blog-left p.cl_blog_intro, .blog-left div.cl_blog_intro{
	margin-bottom: 30px;
}

.blog-left div.cl_blog_intro{
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}

#main .cl_blog_header{
	font-family: "Arvo";
	padding: 30px;
	padding-bottom: 3px;
	margin-bottom: 30px;
	width: 100%;
	box-sizing: border-box;
	color: #000;
	border: 3px solid rgba(253, 175, 175, .5);
}


.blog-right form.search-form ::-webkit-input-placeholder {
   color: #ee2c38;
}

.blog-right form.search-form :-moz-placeholder { /* Firefox 18- */
   color: #ee2c38;  
}

.blog-right form.search-form ::-moz-placeholder {  /* Firefox 19+ */
   color: #ee2c38;  
}

.blog-right form.search-form :-ms-input-placeholder {  
   color: #ee2c38;  
}


.blog-right form.search-form{
	margin-bottom: 30px;
}

h2.cl_search{
	margin-bottom: 7px;
}

.blog-right input.search-field{
	border: 3px solid #000;
	padding: 7px 0px 7px 10px;
	width: 100%;
	border: 3px solid #000;
	background: none;
	text-transform: uppercase;
	font-family: "Montserrat";
	font-size: .7em;
	line-height: 1.3em;
	box-sizing: border-box;
}

.blog-right .search-form input.search-submit{
	display: none;
}


div.cl_blog_intro{
	margin-top: 30px !important;
	padding-bottom: 5px !important;
}

.blog-left{
	float: left;
	width: 78%;
	line-height: 1.8em;
}

.blog-right{
	float: right;
	width: 20%;
	clear: none;
}

.avatar{
	border-radius: 100px;
}

p.cl_post_cats{
	font-size: .75em;
	line-height: 1.5em;
	margin-top: 10px;
	padding-right: 20px;
	padding-left: 110px;
	text-align: left;
	margin-bottom: 20px !important;
}

	p.cl_post_cats a{
		color: #000;
	}

.blog p.date, .search p.date{
	float: right;
	text-align: right;
	padding-right: 12px;
	margin-bottom: 0px;
	position: relative;
	color: #fff;
}

.cl-post-divider p.date{
	color: #eee !important;
}

.blog p.author{
	float: left;
	margin-bottom: 0px;
	margin-left: 100px;
}

.blog p.date, .blog p.author, display_as_list p.date{
	color: #fff;
	font-size: .75em;
	padding-top: 5px;
}

.blog .cl-post-divider{
	height: 40px;
	background: #23598e;
}

.blog header h3, .blog header h2{
	background: #1dcbee;
	color: #fff !important;
}

.blog header h2 a{
	color: #fff !important;
}

.blog .cl-post-meta{
	position:relative;
}

.blog div.entry-summary{
	margin-top: 0px;
	line-height: 1.5em;
	font-size: .8em;
	clear: left;
	padding: 20px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.blog .entry-header h2.entry-title, .search .entry-header h2.entry-title{
	font-size: 1.4em;
	text-align: center;
	margin-top: 0px;
	padding: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.blog div.divider{
	background: #1dcbee;
}

.blog div.divider div{
	width: 100px;
	border-top: 1px solid rgba(255,255,255,.5);
	margin-right: auto;
	margin-left: auto;
}

.blog .entry-header h2.entry-title a{
	color: #000;
}

.blog .inside-article{
	background: #eee;
}

.blog .entry-header h3, .search .entry-header h3{
	margin-top: 0px !important;
	font-size: 1em;
	text-align: center;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
}

.blog .avatar{
	float: left;
	border: 3px solid #fff;
	margin-bottom: 20px;
	position: relative;
	top: -30px;
	left: 10px;
	/* position: absolute;
	top: 7px;
	left: 10px; */
}

.blog #content{
	padding: 0px;
	padding-top: 50px;
}

.blog div.inside-article, .search div.inside-article{
	padding-bottom: 0px;
}

article.display_as_list .avatar, article.display_as_list .cl_post_cats, article.display_as_list .entry-summary, article.display_as_list p.author{
	display: none;
}

article.display_as_list .inside-article{
	width: 100%;
	height: auto !important;
	box-shadow: none;
	background: none;
	border-bottom: 2px solid #fee666;
}

article.display_as_list{
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

 
article.display_as_list .cl-post-meta{
	position: absolute;
	width: 140px;
	top: 0px;
	left: 0px;
}

.blog article.display_as_list .cl-post-divider, .search article.display_as_list .cl-post-divider{
	background: #1dcbee;
	height: 30px;
}

article.display_as_list .cl-post-divider p.date{
	padding: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
}

article.display_as_list h3.entry-subtitle{
	padding: 0px;
	background: none;
	text-align: left;
	margin-left: 150px;
	color: #000 !important;
}


.blog article.display_as_list header h2.entry-title, .search article.display_as_list header h2.entry-title{
	padding: 0px;
	background: none;
	text-align: left;
	margin-left: 150px;
}


.blog article.display_as_list header h2.entry-title a, .search article.display_as_list header h2.entry-title a{
	color: #000 !important;
	text-decoration: underline;
}

.blog article.display_as_list header h2.entry-title a:hover, .search article.display_as_list header h2.entry-title a:hover{
	text-decoration: none;
}

p.cl_post_cats{
	padding-bottom: 20px;
}

article.display_as_list div.divider{
	display: none;
}

@media only screen and (min-width: 771px) and (max-width: 1099px) {
	.blog-right a.button.cl_in_list{
		margin-top: 2px !Important;
		width: 100%;
	}
	
	.blog-right a.button.cl_with_excerpts{
		width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 770px) {

	.blog-right{
		display: none;
	}

	.blog-left{
		width: 100%; 
	}
	
	h1.cl_title{
		text-align: center;
	}
	
	h2.cl_subtitle{
		text-align: center;
	}
	
	#main p.cl_blog_intro{
		margin-bottom: 10px;
	}
	
	.blog .avatar{
		width: 40px;
		margin-top: -20px;
		margin-bottom: 0px;
	}
	
	.blog div.entry-summary{
		padding-top: 0px !important;
	}
	
	.blog p.author{
		margin-left: 65px;
	}
	
	#main .cl_blog_header{
		padding-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		margin-left: 5%;
		box-sizing: border-box;
		width: 90%;
	}
	
	.single #content{
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.cl-post-meta p.cl_meta_date{
		position: static !important;
		background: none !important;
		border: 0px !important;
		text-align: left;
		padding: 0px !important;
	}
	
	p.cl_post_cats{
		padding-left: 20px;
		clear: both;
		margin-top: 0px;
		position: relative;
		top: -10px;
	}
} 

@media only screen and (min-width: 320px) and (max-width: 500px) {

	.blog article{ 
		width: 94% !important;
		margin-left: 1%;
	} 

}

/* ========================

	BLOG PAGE - SINGLE - SPECIFIC
	
   ======================== */ 
   
.single .avatar{
	position: absolute;
	left: 10px;
	top: -10px;
	border: 3px solid #fff;
}
   
#commentform input#author, #commentform input#email, #commentform input#url, #commentform textarea{
	background: rgba(255,255,255,.6);
	border: 3px solid #000;
	font-size: .9em;
	color: #000;
}   

#commentform textarea{
	padding-top: 15px;
}

#commentform input.submit{
	font-family: "Montserrat";
	text-transform: uppercase;
	font-size: .9em;
}

::-webkit-input-placeholder {
   color: #ee2c38;
}

:-moz-placeholder { /* Firefox 18- */
   color: #ee2c38;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #ee2c38;  
}

:-ms-input-placeholder {  
   color: #ee2c38;  
}
   
.single #primary .entry-content{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	padding: 30px;
	background: rgba(255,255,255,.6);
	border: 3px solid rgba(0,0,0,1);
	box-sizing: border-box;
}

.single .cl-post-meta{
	padding: 10px;
	padding-bottom: 1px;
	background: #1dcbee;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	position: relative;
	padding-left: 100px;
}

.single .cl-post-meta p{
		color: #fff;
}

.single article .inside-article{
	padding-bottom: 0px;
}

.single footer.entry-meta{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	margin-top: 10px;
}

div.comments-area{
	background: none !important;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

#respond{
	margin-top: 0px;
}

	h3#reply-title{
		margin-top: 0px;
	}


	.single footer.entry-meta a{
		color: #000;
	}
	
	.single .inside-article footer nav{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	.single .cl-post-meta, .single .cl-post-meta p.author, .single .cl-post-meta p.date{
		text-align: center;
		color: #000;
	}
	
	.single .inside-article .nav-previous{
		float: left;
		width: 50%;
	}

	.single .inside-article .nav-next{
		width: 50%;
		float: right;
		text-align: right;
	}

.single h1.entry-title strong{
	color: #000;
	font-size: 2em;
}

.single h1.entry-title{
	color: #000;
	text-align: center;
	font-size: 2em;
	line-height: 1.6em;
	margin-top: 50px;
	margin-bottom: 20px;
	font-family: 'eraserdustregular';  
} 

.cl-post-meta{
	font-family: "Arvo";
	margin-bottom: 20px;
}

.single .cl-post-meta p{	
	margin-bottom: 10px;
}

.cl-post-meta p.cl_meta_author{
	font-size: 1.2em;
}

.cl-post-meta p.cl_meta_date{
	position: absolute;
	right: 10px;
	top: -10px;
	background: #eeb13e; 
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	border: 3px solid #fff;
}

.single .cl-post-meta p a{
	color: #fff;
}

.wpfai-list:before{
	content: "Share This:";
	text-transform: uppercase;
	letter-spacing: 0em;
	font-family: "Montserrat";
	margin-right: 20px;
}

.single .entry-content{
	margin-top: 10px;
	padding-top: 10px !Important;
}

.wpfai-list li.wpfai-list-item{
	margin-right: 0px;
	margin-left: 0px;
}

.wpfai-list li.wpfai-list-item i{
	color: #000;
}

.cl-post-meta p a{
	font-weight: normal;
}

.single img.alignleft, .single img.alignright{
	border: 5px solid #eee;
}

.nav-next .next:before{
	display: none;
}

.nav-next .next:after {
	content: "\f0da";
	font-family: FontAwesome;
  	font-weight: normal;
 	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	position:relative;
	margin-left: 5px;
	width: 13px;
	text-align:center;
} 

/* ========================

	HEADER
	
   ======================== */
p.site-description{
	letter-spacing: .05em;
}

header#masthead .inside-header{
	padding: 5px;
	padding-left: 40px;
}

/* ========================

	MAIN NAVIGATION
	
   ======================== */
nav#site-navigation div.inside-navigation{
 	background-image: url("images/logo-1x.png");
 	background-position: 15px 15px;
 	background-repeat: no-repeat;
 	background-size: 50px 30px;
} 

nav#site-navigation a.logo{
	position: absolute;
	height: 60px;
	width: 80px;
	text-indent: -5000px;
} 
 
nav#site-navigation div.inside-navigation ul{
 	padding-left: 85px;
}

	@media only screen and (min-width: 320px) and (max-width: 770px) {
		nav#site-navigation div.inside-navigation ul{
		 	padding-left: 0px;
		}
	}

/* ========================

	FOOTER
	
   ======================== */  
   
footer.site-info{
 	font-size: .7em;
 	line-height: 1.6em;
 	color: rgba(255,255,255,.6);
}  

.footer-widget-1 .textwidget{
	background: rgba(255,255,255,.1);
	padding: 20px 20px 1px 20px;
	text-align: center; 
	color: #fff;
	margin-top: 16px;
	font-family: "Arvo";
}

a.button.light, #footer-widgets a.button, .book a.button{
	color: #000; 
	background: #fee666;
}

a.button.light:hover #footer-widgets a:hover, .book a.button:hover{
	color: #fee666; 
	color: #000 !important;
}

a.button.light:hover, #footer-widgets a.button:hover, .book a.button:hover, .page-id-187 #generate-section-1 a.button:hover{
	background: #eeb13e;
}

.footer-widget-2 h4.widget-title{
	color: #fee666;
}

.footer-widget-2 h4.widget-title:before{
	content: "\f0c3";
	font-family: "FontAwesome";
	color: rgba(255,255,255,.2);
	margin-left: -47px;
	padding-right: 10px;
	font-size: 1.8em;
	position: relative;
	top: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 770px) {

	.footer-widget-2 h4.widget-title:before{
		display: none;
	}
	
	.footer-widget-1 .textwidget{
		margin-top: 2px;
	}
	
}

.footer-widget-2 h4{
	font-size: 1.5em;
}

.footer-widget-2 ul li{
	font-size: .9em;
	line-height: 1.5em;
	margin-right: 60px;
}

.footer-widget-2 #nav_menu-4 ul li{
	float: left;
	margin-right: 20px;
}

.footer-widget-2 a{
	text-decoration: none;
}

	.footer-widget-2 a:hover{
		color: #fee666;
	}

h4.widget-title{
	clear: both;
	margin-bottom: 10px;
	font-size: 1.2em;
}

.inside-footer-widgets i.fa{
	font-size: 1.5em;
}

.inside-footer-widgets ul.menu{
	float: left;
	margin-bottom: 20px;
}

div.footer-widget-1{
	width: 45%;
}

div.footer-widget-2{
	width: 55%;
}

@media only screen and (min-width: 320px) and (max-width: 900px) {

	div.footer-widget-1{
		width:100%;
	}
	
	div.footer-widget-2{
		width: 100%;
	}
}




.inside-footer-widgets div.footer-widget-2 ul{
	width: 100%;
}

#text-9{
	border-bottom: 2px solid yellow;
	display: none;
}

.footer-widget-2 #text-9 h4.widget-title:before{
	display: none;
}

.footer-widget-2 #menu-cl-tools li, .footer-widget-2 #menu-cl-tool-guides li{
	text-align: center;
	float: left;
	height: 90px;
	width: 90px;
	margin-right: 10px;
	display: table;
	text-transform: uppercase;
	font-family: "Montserrat";
	line-height: 1.2em;
	font-size: .7em;
	padding: 0px; 
}

.footer-widget-2 #menu-cl-tools li a, #menu-cl-tool-guides li a{
	color: #000;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	height: 80px;
	width: 80px;
}

@media only screen and (min-width: 320px) and (max-width: 770px) {
	.footer-widget-2 #menu-cl-tools li, .footer-widget-2 #menu-cl-tool-guides li{
		height: 30px;
		width: 100%; 
		margin-bottom: 3px;
		text-align: left;
		box-sizing: border-box;
	}
	
	.footer-widget-2 #menu-cl-tools li a, .footer-widget-2 #menu-cl-tool-guides li a{
		padding-left: 10px;
	}
	
	.footer-widget-2 #menu-cl-tools li a, #menu-cl-tool-guides li a{
		height: 30px;
		width: 100%;
	}
}

.menu-cl-tool-guides-container, .menu-cl-tools-container{
	float: left;
}

.menu-cl-tool-guides-container:before, .menu-cl-tools-container:before{
	color: #fff;
	font-size: .8em;
}

.menu-cl-tool-guides-container:before, .menu-cl-tools-container:before{
	content: "Choose your tool to access the guide:";
	
}

.menu-cl-tools-container:before{
	content: "Choose a tool to learn more:";
}

.footer-widget-2 #menu-cl-tools li a:hover, #menu-cl-tool-guides li a:hover{
	color: #fff;
	background: #000;
}

.footer-widget-2 #menu-item-1757, .footer-widget-2 #menu-item-1764, .page-id-13 #generate-section-2 div.right .cl_lp_box a:before{
	background: #fee666;
}

.footer-widget-2 #menu-item-1758, .footer-widget-2 #menu-item-1763, .page-id-13 #generate-section-2 div.right .cl_blb_box a:before{
	background: #eeb13e;
}

.footer-widget-2 #menu-item-1759, .footer-widget-2 #menu-item-1762, .page-id-13 #generate-section-2 div.right .cl_cct_box a:before{
	background: #1dcbee;
}

.footer-widget-2 #menu-item-1760, .footer-widget-2 #menu-item-1761, .page-id-13 #generate-section-2 div.right .cl_cf_box a:before{
	background: #2eb3ff;
}

.footer-widget-2 #menu-item-1839, .footer-widget-2 #menu-item-1805, .page-id-13 #generate-section-2 div.right .cl_zs_box a:before{
	background: #bfe730;
}
 
/* ========================

	AFFILIATE PROGRAM PAGE
	
   ======================== */ 

.page-id-303 #generate-section-1 {
	background: #bfe730
}

.page-id-303 #generate-section-1 .cl_element{
	float: left;
	margin-right: 40px;
	margin-bottom: 70px; 
	margin-top: 30px;
}

.page-id-303 #generate-section-2{
	background: #fff;
}

.page-id-303 #generate-section-1 h1{
	margin-top: 0px;
}

.page-id-303 #generate-section-1 img{
	margin-top: 20px;
}

.page-id-303 #generate-section-1 .cl_element .cl_element_short{
	top: 70px;
	font-size: 4em;
}

@media only screen and (min-width: 320px) and (max-width: 770px) {

.page-id-303 #generate-section-1 {
	padding-bottom: 20px;
}

.page-id-303 #generate-section-1 img{
	display: none;
}

.page-id-303 h1{
	font-size: 1.5em;
}

.page-id-303 h2{
	margin-top: 10px;
	font-size: 1.3em;
}

}


/* ========================

	About Page
	
   ======================== */ 

body.page-id-1324 #main{
	background: #1dcbee;
	font-family: "Arvo"; 
}

body.page-id-1324 h1{
	font-size: 3em;
	margin-top: 0px;
}

body.page-id-1324 h2{
	margin-top: 0px;
	font-size: 2em;
}

	body.page-id-1324 #generate-section-1 p strong{
		color: #fff;
		font-weight: normal;
	}
	
	body.page-id-1324 #generate-section-1 .grid-container{
		padding-top: 10px;
	}

	body.page-id-1324 #generate-section-2{
		background: #fff;
	}
	
	
	body.page-id-1324 #generate-section-2 h2{
		font-size: 3.3em;
		text-align: center;
		border-bottom: 3px solid #ddd;
		padding-bottom: 20px;
	}
	
	body.page-id-1324 #generate-section-2 h2 strong{
		color: #ee2936;
		font-weight: normal;
	}
	
	body.page-id-1324 #generate-section-2 h2{
		color: #000;
	}
	
	body.page-id-1324 #generate-section-3{
		background: #ddd;
	}

	
	body.page-id-1324 #generate-section-3 h2{
		color: #000;
		font-size: 3em;
	}
	
	body.page-id-1324 #generate-section-3 .cl_more_ways{
		background: rgba(255,255,255,.5);
		padding: 40px 40px 20px 40px;
	}
	
	body.page-id-1324 #generate-section-3 .cl_more_ways h3{
		margin-top: 00px;
	}
	
	body.page-id-1324 #generate-section-4{
		background: #bfe730; 
		text-align: center;
	}
	
	body.page-id-1324 #generate-section-6{
		text-align: center;
	}
	
	body.page-id-1324 #generate-section-6 h2{
		font-size: 4em;
		color: #000;
	}
	
	body.page-id-1324 #generate-section-3 h2{
		text-align: center;
		font-size: 2.5em;
	}
	
	body.page-id-1324 #generate-section-4 h2, body.page-id-1324 #generate-section-5 h2{
		font-size: 3em;
	}
	
	body.page-id-1324 #generate-section-5{
		text-align: center;
	}
	

body.page-id-1324 div.entry-content{
	margin-top: 0px;
}

body.page-id-1324 h1, body.page-id-1324 h2{
	color: #fff;
}

body.page-id-1324 #main ul{
	text-align: left;
}

body.page-id-1324 #generate-section-1 img{ 
	border: 10px solid rgba(255,255,255,.5);
	margin-top: 35px;
	margin-bottom: 10px;
}

body.page-id-1324 #main a:hover{
	text-decoration: underline;
}

body.page-id-1324 div.cl_newsletter, body.page-id-1324 div.cl_newsletter form, body.page-id-1324 div.cl_newsletter ul li{
	text-align: center;
}

body.page-id-1324 #generate-section-3 .grid-container{
	padding-bottom: 10px;
}

@media only screen and (min-width: 320px) and (max-width: 770px) {

	body.page-id-1324 #generate-section-1{ 
		padding-bottom: 20px;
	}
	
	body.page-id-1324 #main #generate-section-2 img, body.page-id-1324 #main #generate-section-3 img{
		width: 30%;
		float: right;
		margin-left: 20px;
		margin-bottom: 10px;
	}
	
	body.page-id-1324 #generate-section-3 h2{
		font-size: 2em;
	}
	
	body.page-id-1324 #generate-section-1 img{
		width: 30%;
		float: left;
		margin-right: 20px;
		border-width: 3px;
	}
	
	body.page-id-1324 #generate-section-1 h1{
		font-size: 1.5em;
	}
	
	body.page-id-1324 #generate-section-2 h2{
		font-size: 1.5em;
	}
	
	body.page-id-1324 #generate-section-3 .cl_more_ways{
		padding: 20px 20px 10px 20px;
	}
	
	body.page-id-1324 #generate-section-3 .cl_more_ways ul{
		margin-left: 15px;
	}
	
	body.page-id-1324 #generate-section-4 h2, body.page-id-1324 #generate-section-5 h2, body.page-id-1324 #generate-section-6 h2{
		font-size: 2em;
	}
	
	body.page-id-1324 .cl_team_member{
		width: 100%;
		margin: 0px;
		margin-top: 10px;
	}
	
	
}

/* ========================

	Guide to Content Creation page
	
   ======================== */
    
.page-id-1286 #generate-section-1{
	text-align: center;
}    

.page-id-1286 #generate-section-1 h1 em{
	font-size: .8em;
	font-style: normal;
	color: rgba(255,255,255,.6);
}
    
.page-id-1286 #generate-section-1 h2{
	margin-top: 0px;
	font-size: 2em;
	color: #eeb13e;
	margin-top: 60px;
}
    
 .page-id-1286 #generate-section-1 strong{
 	color: #fee666;
 }
 
 .page-id-1286 #generate-section-1 .grid-container{
 	padding-bottom: 30px;
 }
 
  .page-id-1286 #generate-section-2 .grid-container{
  	padding-top: 0px;
  	background: #fee666;
  	box-sizing: border-box;
  	color: #000;
  	max-width: 700px;
  	border: 20px solid rgba(255,255,255,.5)
  } 
  
  .page-id-1286 #generate-section-2{
  	padding-bottom: 50px;
  }

 .page-id-1286 #generate-section-2 h3{
 	font-size: 2em; 
 	margin-top: 30px;
 }
 
  .page-id-1286 #generate-section-3 h2{
  	margin-top: 0px;
  	font-size: 3em;
  	text-align: center;
  }
  
  .page-id-1286 #generate-section-3 p{
  	text-align: center;
  }
  
  .page-id-1286 #generate-section-3 hr{
  	height: 10px;
  	background: #eee;
  	margin-top: 10px;
  	margin-bottom: 40px; 
  }
  
  .page-id-1286 #generate-section-3 ol{
  	font-size: 1.1em;
  	list-style-type: upper-roman;
  	font-weight: bold;
  }
  
   .page-id-1286 #generate-section-3 .grid-parent{
   	background: #fff;
   	padding-top: 30px;
   }
   
   .page-id-1286 #generate-section-3 .grid-parent img{
   		width: 70%;
   		margin-bottom: -30px;
   }
   
    .page-id-1286 #generate-section-3{
    	padding-bottom: 20px;
    }
    
  .page-id-1286 #generate-section-3 .grid-container{
  	max-width: 700px;
  	box-sizing: border-box;
  }
  
  .page-id-1286 #generate-section-3 ol li{
    margin-bottom: 10px;
  }
  
  .page-id-1286 #generate-section-3 h3{
  	font-size: 1.1em;
  }
  
  .page-id-1286 #generate-section-4{
  	text-align: center;
  }
  
  .page-id-1286 #generate-section-4 h2{
  	margin-top: 0px;
  	font-size: 2em;
  }

@media only screen and (min-width: 320px) and (max-width: 770px) {

	.page-id-1286 #generate-section-1 img{
		width: 30%;
		float: left;
		margin-right: 20px;
	}
	
	.page-id-1286 #generate-section-1 h1{
		font-size: 1.5em;
	}
	
	.page-id-1286 #generate-section-1 h2{
		font-size: 1em;
		margin-top: 0px;
	}
	
	.page-id-1286 #generate-section-1{
		text-align: left;
	}
	
	.page-id-1286 #generate-section-2 .grid-container h3{
		margin-top: 0px;
		font-size: 1.2em;
	}
	
	.page-id-1286 #generate-section-2{
		padding-bottom: 0px;
	}
	
	.page-id-1286 #generate-section-3 h2{
		font-size: 1.5em;
		line-height: 2em;
		margin-bottom: 0px;
	}
	
	.page-id-1286 #generate-section-3 ol{
		font-size: .9em;
	}
	
	.page-id-1286 #generate-section-4 h2{
		font-size: 1em; 
	}
	
	.page-id-1286 #generate-section-3{
		padding-bottom: 0px;
	}
}


/* ========================

	TEAM PAGE
	
   ======================== */ 

.page-id-1324 div.inside-article{
	text-align: center;
	padding-bottom: 0px;
}

.cl_team_member{
	float: left;
	width: 44%;
	text-align: center;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 50px;
}

.cl_team_member .cl_about_twitter a{
	text-decoration: none;
	color: #fff;
	font-weight: normal;
}

.cl_team_member .cl_about_twitter a:hover{
	text-decoration: underline;
}

.cl_team_member .cl_about_twitter{
	color: rgba(255,255,255,.5)
}

.cl_team_member img{
	border-radius: 100px;
	width: 150px;
	height: 150px;
	border: 10px solid rgba(255,255,255,.5);
}

.cl_team_member h3{
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 1.5em;
}

.cl_team_member h4{
	color: #fff;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 1.2em;
	border-bottom: 3px solid rgba(255,255,255,.5);
}

.cl_team_member p.cl_text_fun_fact{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	background: #00b4d8;
	color: #fff;
	padding: 2px 2px 0px 2px;
	border-radius: 4px;
	margin-bottom: 20px;
	font-size: .9em;
}

.cl_team_member p.fun_fact{ 
	font-style: italic;
	font-size: .9em;
	line-height: 1.6em;
	background: rgba(255,255,255,.5);
	padding: 20px;
}

.cl_team_member p.cl_text_fun_fact:hover{
	cursor: pointer;
	background: #0092af;
}

/* ========================

	BOOK PAGE
	
   ======================== */ 
   
.page-id-187 #generate-section-1{
	background: #fff;
}

	.page-id-187 #generate-section-1 .grid-container{
		padding-top: 10px;
	}

.page-id-187 #generate-section-1 h1{
	font-size: 3em;
	line-height: 1em;
	font-family: "Arvo";
	margin-bottom: .8em;
}
	.page-id-187 #generate-section-1 h1 strong{
		font-size: .7em;
		line-height: .7em;
	}

	.page-id-187 #generate-section-1 img.wp-image-1750{
		margin-left: 0px !important;
		width: 30%;
		position: relative;
		top: 34px;
		margin-bottom: 50px;
	}
	
	div.cl_also_available{
		background: #fff;
		margin-left: auto;
		margin-right: auto;
		width: 500px;
		color: ;
	}
	
.page-id-187 blockquote{
	font-size: 1em;
	line-height: 1.3em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 2.1em;
	border-color: rgba(255,255,255,.5);
} 

	.page-id-187 blockquote p{
		margin-bottom: 10px;
	}

.page-id-187 #generate-section-2 h2, .page-id-187 #generate-section-3 h2{
	color: #fff;
}

.page-id-187 #generate-section-2{
	background: #1dcbee;
}

.page-id-187 #generate-section-2 h2, .page-id-187 #generate-section-3 h2{
	font-size: 3em;
	margin-top: 0px;
}

.page-id-187 #generate-section-3{
	background: #bfe730;
}

.page-id-187 #generate-section-4{
	text-align: center;
}

.page-id-187 #generate-section-4 h2{
	margin-top: 0px;
}

@media only screen and (min-width: 320px) and (max-width: 770px) {
	.page-id-187 #generate-section-1 img{
		float: left;
		margin-right: 10px;
	}
	
	.page-id-187 #generate-section-1 h1{
		font-size: 1.5em;
	}
	
	.page-id-187 #generate-section-2 h2, .page-id-187 #generate-section-3 h2{
		font-size: 1.7em;
	}
	
	.page-id-187 #generate-section-1 h2{
		margin-top: 20px;
	}
}

/* ========================

	SEARCH PAGE
	
   ======================== */ 
   
.search .display_as_list{
	font-size: 1em;
}   

.search  article.display_as_list .cl-post-divider{
	font-size: .75em !important;
	line-height: 2.3em;
	
}

.search .post-image{
	display: none;
}
   
   
/* ========================

	PRESS PAGE
	
   ======================== */ 
   
.page-id-1791 h1{
	font-size: 3.5em;
	margin-top: 0px;
}

.page-id-1791 h2{
	margin-top: 50px;
}

.page-id-1791 blockquote{
	border-left: none;
}

.page-id-1791 ul.lcp_catlist{
	list-style-type: none;
	margin: 0px;
}

.page-id-1791 ul.lcp_catlist li{
	margin-bottom: 20px;
}

.page-id-1791 #generate-section-1 img{
	width: 30%;
	margin-bottom: 20px;
	clear: left;
}

.page-id-1791 h2{
	clear: left;
}

 @media only screen and (min-width: 320px) and (max-width: 770px) {
 
 .page-id-1791 #generate-section-1 img{
 	width: 50%;
 	float: left;
 	margin-right: 10px;
 	position: relative;
 	top: 20px;
 }
 
  .page-id-1791 blockquote{
  	margin-bottom: 0px;
  	padding-bottom: 0px;
  	padding-top: 0px;
  }
 
 
 }


/* ========================

	404 Page
	
   ======================== */    
   
.error404{
	background: #bfe730;
}

.error404 h1{
	font-size: 7em;
	margin-bottom: 0px;
}

.error404 h2{
	margin-top: 0px;
	font-size: 1.2em;
	margin-bottom: 0px;
}
   
.error404 .entry-content{
	margin-top: 0px;
}   
   
.error404 img.wp-image-1835{
	margin-bottom: 140px;
	margin-top: -40px;
}

input.search-submit{
	text-transform: uppercase;
	padding-top: 3px;
	padding-bottom: 3px;
}

input.search-field{
	font-size: 1em;
	padding: 3px;
	border: 0px;
}

.search #main input.search-field{
	border: 3px solid #000;
	box-sizing: border-box !important;
	padding: 0px;
	padding-left: 10px;
	color: #000;
	background: rgba(255,255,255.5) !important;
}
   
   @media only screen and (min-width: 320px) and (max-width: 770px) {
   	.error404 img.wp-image-1835{
   		display: none;
   	}
   	
   	.error404 #main{
   		text-align: center;
   	}
   }
   
   
   
/* ========================

	Search Page
	
   ======================== */   
   
   
.search #main header{
	background: none;
}

.search #main header h1{
	font-size: 3em;
	font-family: "eraserdust";
	margin-top: 0px;
}

.search #main header h1 span{
	color: #ee2c38;
	
}
   
   
/* ========================

	Tool Guides
	
   ======================== */   
   
   .parent-pageid-476 h2{
   	margin-top: 0px;
   	border-bottom: 3px solid #ddd;
   	padding-bottom: 20px;
   }
  
   .parent-pageid-476 .cl_tool_guide_intro{
   	background: none !important;
   }
   
   .page-id-482, .page-id-482 #main #generate-section-1 .grid-container, .parent-pageid-482{
   	background: #fee666;
   }
   
   .page-id-496, .page-id-496 #main #generate-section-1 .grid-container, .parent-pageid-496{
    	background: #eeb13e;
    }
    
    .page-id-1702, .page-id-1702 #main #generate-section-1 .grid-container, .parent-pageid-1702{
    	background: #1dcbee;
    } 
    
    .page-id-1703, .page-id-1703 #main #generate-section-1 .grid-container, .parent-pageid-1703{
    	background: #2eb3ff;
    }
    
    .page-id-1804, .page-id-1804 #main #generate-section-1 .grid-container, .parent-pageid-1804{
    	background: #bfe730;
    }

    
    .parent-pageid-476 #main .grid-container, .parent-pageid-482 .entry-content, .parent-pageid-496 .entry-content, .parent-pageid-1702 .entry-content, .parent-pageid-1703 .entry-content, .parent-pageid-1804 .entry-content{
    	background: #fff;
    	max-width: 900px;
    	box-sizing: border-box;
    	margin-left: auto;
    	margin-right: auto;
    	padding: 30px;
    }
    
    
    
    .cl_tool_guide_intro{
    	margin-bottom: 30px;
    	background: none;
    	text-align: center;
    	padding-bottom: 0px !important;
    }
    
    .cl_after_tool_guide{
    	max-width: 900px;
    	margin-left: auto;
    	margin-right: auto;
    	text-align: center;
    	margin-top: 50px;
    }
    
    	.cl_after_tool_guide p{
    		text-align: center;
    	}

       .cl_tool_guide_intro h1{
       	font-size: 3em;
       	margin: 0px;
       }
       
       .parent-pageid-482 .cl_tool_guide_intro h1, .parent-pageid-496 .cl_tool_guide_intro h1, .parent-pageid-1702 .cl_tool_guide_intro h1, .parent-pageid-1703 .cl_tool_guide_intro h1, .parent-pageid-1804 .cl_tool_guide_intro h1{
       		font-size: 2em;
       		margin-bottom: 20px;
       }
     
     .cl_tool_guide_intro h1 em{
     	font-size: .8em;
     	font-style: normal;
     }
     
    .parent-pageid-482 .entry-content, .parent-pageid-496 .entry-content, .parent-pageid-1702 .entry-content, .parent-pageid-1703 .entry-content, .parent-pageid-1804 .entry-content{
    	margin-top: 0px;
    }
    
    .parent-pageid-482 .entry-content h1, .parent-pageid-496 .entry-content h1, .parent-pageid-1702 .entry-content h1, .parent-pageid-1703 .entry-content h1, .parent-pageid-1804 .entry-content h1{
    border-bottom: 3px solid #ee2c38;
    padding-bottom: 20px;
    	
    }
    
    .parent-pageid-482 h1, .parent-pageid-496 h1, .parent-pageid-1702 .entry-content, .parent-pageid-1703 h1, .parent-pageid-1804 h1{
    	margin-top: 0px;
    }
    
    .parent-pageid-476 #page{
    	margin-bottom: 60px;
    }
    
   
   .parent-pageid-476 #generate-section-1 .grid-container{
   		padding: 20px;
   		background: #ee2c38 !important;
   		margin-top: 20px;
   		color: #fff;
   		max-width: 900px;
   		margin-bottom: 30px; 
   		text-align: center;
   }
   
   .parent-pageid-476 #generate-section-1 i{
   		float: left;
   		display: block;
   		font-size: 4em;
   		margin-right: 30px;
   		margin-bottom: 30px;
   		-moz-transform: scaleX(-1);
   		-webkit-transform: scaleX(-1);
   		-o-transform: scaleX(-1);
   		transform: scaleX(-1);
   		-ms-filter: fliph; /*IE*/
   		filter: fliph; /*IE*/
   }
   
    .parent-pageid-476 #generate-section-1 .grid-container h3, .parent-pageid-476 #generate-section-1 .grid-container h2{
    	 color: #fff;
    	 margin-top: 0px;
    }
    

   .parent-pageid-476 #generate-section-1 .grid-container p{
 	  	color: #fff;
 	  	font-family: "Arvo";
   }
   
   .parent-pageid-476 #generate-section-1 .grid-container p strong,   .parent-pageid-476 #generate-section-1 .grid-container p a{
   		color: #fee666;
   		font-weight: normal;
   }
   
   .parent-pageid-476 #generate-section-1 .grid-container p a.button{
   		color: #fff;
   }

  .parent-pageid-476 #generate-section-4{
  	margin-top: 50px;
  }
  
  
  @media only screen and (min-width: 320px) and (max-width: 770px) {
  	.parent-pageid-476 .cl_tool_guide_intro h1{
  		font-size: 1.5em;
  	}
  	
  	.parent-pageid-476 .cl_tool_guide_intro .grid-container{
  		padding: 10px;
  	}
  	
  	.parent-pageid-476 h2{
  		font-size: 1.4em;
  		padding-bottom: 10px;
  	}
  	
  	.parent-pageid-476 #page{
  		margin-bottom: 0px;
  	}
  	
  	.parent-pageid-476 #generate-section-1 .grid-container{
  		margin-bottom: 0px;
  	}
  }

/* INDIVIDUAL TOOLS PAGES */

.page-id-1701{
	background: #fee666;
}

.page-id-1653{
	background: #eeb13e;
}

.page-id-1655{
	background: #1dcbee;
} 

.page-id-1656{
	background: #2eb3ff;
}

.page-id-1656 strong, .page-id-1656 a{
	color: #fff;
}

.page-id-1803{
	background: #bfe730;
}

.parent-pageid-200 h1{ 
	font-size: 3em;
	margin-top: 0px;
}   
   
/* Link Prospector Tools Page */

.page-id-1701 #generate-section-1{
	text-align: center;
}

.page-id-1701 #generate-section-2 h2{
	margin-top: 0px;
}

.page-id-1701 #generate-section-2 ul li:before{
	font-family: "FontAwesome";
	content: "\f046";
	padding-right: 15px;
}

.page-id-1701 #generate-section-2 ul{
	list-style-type: none;
	margin-left: 30px;
}

.page-id-1701 #generate-section-2 ul li{
	margin-bottom: 5px;
}

.page-id-1701 iframe, .page-id-1655 iframe, .page-id-1653 iframe{
	background: rgba(255,255,255,.4);
	padding: 20px;
}

.page-id-1701 #generate-section-2{
	background: #fff;
}

.page-id-1701 #generate-section-3{
	background: #eee;
}

.page-id-1701 #generate-section-3 h2{
	margin-top: 0px;
	margin-bottom: 30px;
}

.page-id-1701 #generate-section-3 img{
	position: relative;
	top: -15px;
}

.page-id-1701 #generate-section-3 .grid-container{
	padding-bottom: 20px;
}

.page-id-1701 #generate-section-4{
	text-align: center;
}

.page-id-1701 #generate-section-4 h2{
	margin-top: 0px;
}

.page-id-1701 #generate-section-4 h3{
	font-size: 1.8em;
}

.page-id-1701 #generate-section-4 .wp-caption{
	background: rgba(255,255,255,.4);
	padding: 20px;
	margin-right: 15px;
	margin-left: 15px;
}

.page-id-1701 #generate-section-5{
	background: #1dcbee;
	text-align: center;
	color: #fff;
}

.page-id-1701 #generate-section-5 input{
	margin-bottom: 20px;
}

.page-id-1701 #generate-section-5 input#mailing_list{
	margin-right: 20px;
}


#account-type-table td, #account-type-table tbody th{
	background: #bfe730;
	color: #000;
}

#account-type-table{
	outline: none !important;
	border: 0px !important;
}

#account-type-table thead tr th{
	outline: none !important;
	border: 0px !important;
}

#account-type-table th label, #account-type-table th input{
	position: relative !important;
	top: 10px !important;
}

#account-type-table strong{
	color: #000 !important;
}

#account-type-table thead tr th{
	border-bottom: 5px solid #fff !important;
}

#account-type-table{
	border-bottom: 5px solid #fff !important;
}

#account-type-table tr td.borderright{
	border-right: 5px solid #fff !important;
}

#account-type-table tr th.borderleft{
	border-left: 5px solid #fff !important;
}

#account-type-table a{
	color: #000 !important;
}

#account-type-table td{
	text-align: center;
}

#account-type-table th.highlight, #account-type-table td.highlight{
	position: relative;
	background: #fee666;
}

#account-type-table th.highlight{
	color: #fff;
	background: #ee2c38;
	text-align: center;
}


.page-id-1701 #generate-section-5 h2{
	margin-top: 0px;
	font-size: 3em;
}

.page-id-1701 #generate-section-6{
	background: #fff;
}

.page-id-1701 #generate-section-6 h2{
	margin-top: 0px;
}

.page-id-1701 #footer-widgets, .page-id-1655 #footer-widgets{
	display: none;
}
   
.page-id-1701 blockquote img{
	margin-bottom: 20px;
}
   
/* Co-Citation Tool Page */

.page-id-1655 #generate-section-2{
	background: #fff;
}

.page-id-1655 #generate-section-2 h2{
	margin-top: 0px;
}
   
.page-id-1655 #generate-section-3 h2{
	margin-top: 0px;
	margin-bottom: 0px;
}   

.page-id-1655 #generate-section-3 h3{
	margin-top: 0px;
	font-size: 20px;
}

.page-id-1655 h4{
	font-weight: bold !important;
	text-transform:uppercase;
	font-size: 2em;
}

.page-id-1655 #generate-section-4{
	background: #bfe730;
}

.page-id-1655 #generate-section-4 h2{
	margin-top: 0px;
}

/* Broken Link Builder landing page */

.page-id-1653 #generate-section-1{
	text-align: center;
}

.page-id-1653 #generate-section-1 h1{
	font-size: 2em;
}

.page-id-1653 #generate-section-1 h1 strong{
	color: #fff;
	font-size: 2em;
}

.page-id-1653 #generate-section-2{
	background: #fff;
}

	.page-id-1653 #generate-section-2 h2, .page-id-1653 #generate-section-3 h2, .page-id-1653 #generate-section-3 h2{
		margin-top: 0px;
		font-size: 3em;
	}
	
	.page-id-1653 #generate-section-2 h3{
		font-size: 1.8em;
	}

.page-id-1653 #generate-section-3{
	background: #eee;
}

.page-id-1653 #generate-section-4{
	text-align: center;
	background: #1dcbee;
	color: #fff;
}

.page-id-1653 #generate-section-4 h2{
	font-size: 3em;
	margin-top: 0px;
	margin-bottom: 30px;
}

.page-id-1653 #generate-section-3 i{
	color: #ee2c38;
	padding-right: 15px;
}

.page-id-1653 #generate-section-3 h2{
	border-bottom: 3px solid #ee2c38;
	padding-bottom: 30px;
}

.page-id-1653 #generate-section-3 img{
	position: relative;
	top: -20px;
	margin-right: 20px;
}

.page-id-1653 #generate-section-3 h2 strong{
	font-size: 1.3em;
}








   