@charset "UTF-8";
/* CSS Document */

	#blurb h3{
		font-size: 16pt;
		font-weight: 200;
		color: white;
	}
	
	@media screen and (max-width: 767px){
		#blurb h3{
			font-size: 12pt;
			font-weight: 200;
			color: white;
		}
	}

	#blurb {
		background-image: url("production-background.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size:cover;
		background-attachment: fixed;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
	
	@media screen and (max-width: 768px){
		#blurb{
			background-attachment: scroll;
		}
	}


	.point-20 { 
	font-size: 20pt;
	}
	
	.point-11 {
		font-size: 11pt;
	}
	
	.point-14 {
		font-size: 14pt;
	}
	
	@media screen and (max-width: 767px){
		.point-20 {
			font-size: 12pt;
		}
		.point-11 {
			font-size: 10pt;
		}
		.point-14 {
			font-size: 10pt;
		}
	}
	
	
	#direct-mail h2 {
		font-weight: 200; 
		text-transform: uppercase; 
		letter-spacing: 2px; 
		font-size: 14pt; 
		padding-bottom: 5px
	}
	@media screen and (max-width: 767px) {
		#direct-mail h2 {
			font-weight: 600; 
			text-transform: uppercase; 
			letter-spacing: 2px; 
			font-size: 10pt; 
			padding-bottom: 5px
		}
	}
	
	
	
	@media screen and (max-width: 767px){
		body {}
	}
	

@media screen and (max-width: 767px){
		#direct-text {
			content: url("direct-mobile-texting-mobile.jpg");
		}

		#direct-voicemail {
			content: url("direct-voicemail-mobile.jpg");
		}

		#retargeting {
			content: url("retargeting-mobile.jpg");
		}

		#geofencing {
			content: url("geofencing-mobile.jpg");
		}
		
		#social-media {
			content: url("social-media-mobile.jpg");
		}
		
		#sem {
			content: url("search-engine-marketing-mobile.jpg");
		}
		
		#consulting {
			content: url("consulting-mobile.jpg");
		}
		
		#crm {
			content: url("crm-mobile.jpg");
		}
		
		#print {
			content: url("print-collateral-mobile.jpg");
		}
		
		#promos {
			content: url("promotional-products-mobile.jpg");
		}
		
		.thumbnail-text {
			padding-left: 5px;
			padding-right: 5%;
		}
	
	}
	
	@media screen and (min-width: 768px){
		.thumbnail-image {
			padding:0px;
		}
	}

div.step {
		padding-right: 50px;
	}
			
	@media screen and (max-width: 767px){
		div.step {
			padding-right: 20px;
			padding-bottom: 20px;
		}
	}
			
	div.row-step {
		margin-bottom: 50px;
	}
			
	@media screen and (max-width: 767px){
		div.row-step {
			margin-bottom: 0px;
		}	
	}
			
	@media screen and (min-width: 768px) { 
		div.row-step {
			margin-bottom: 50px;
		}
	}
			
	h3.step-heading{
		font-size: 10pt;
		font-weight: 800;
		margin-top: 5%;
		display: inline-block;
		line-height: 4px;
	}
			
	@media screen and (max-width: 767px) {   
    	h3.step-heading{
    		margin-top:0;
			font-size:10pt;	
    	} 
	}
			
	.green-pipe{
		display: inline;
		color: #c1d82f;
	}
	p.step-description{
		display:inline;	
	}
			
	.step-1-img {
  		width: 100%
	} 

	.no-bullet{
		list-style-type: none;
	}

	
	#hero{
		background-image:url("hero-bg-1080-2.jpg");
  		background-size:cover;
  		position:relative;
		background-attachment:fixed;
		background-position: center;
  		height:100vh;
		margin-top: 130px;
	}

	@media screen and (max-width: 767px){
		#hero{
			margin-top: 0px;
			background-image:url("hero-bg-iphone.jpg");
			background-attachment: scroll;
		}
	}
	
	hr.slant{
		height:10px;
		width: 100%;
		background: url("diag-line.png") repeat-x 0 0;
		border: 0;
		opacity: 0.2;
		margin-top: 10px;
	}
	#direct-mail-img {
  		width: 100%
	} 

	@media screen and (max-width: 767px) {   
    	#direct-mail-img{
    		content: url("direct-mail-updated-small.jpg");
    	} 
	}

	@media screen and (min-width: 768px) {      
    	#direct-mail-img{      
    		content: url("direct-mail.jpg");
    	} 
	} 
	
	h2 {
		font-size: 22.5pt;
	}
		@media screen and (max-width: 767px) {      
    	h2 {      
    		font-size: 14pt;
    	} 
	} 
	
	@media screen and (max-width: 767px){
		.h-uppercase{
			text-transform: uppercase;
			font-size: 12pt;
			letter-spacing: 2px;
			font-weight: 400;
			padding-bottom: 0px;
		}
	}

	@media screen and (min-width: 768px){
		#opening-blurb {
			line-height: 30pt;
		}
	}
	@media screen and (max-width: 767px){
		#opening-blurb {
			line-height: 20pt;
			font-weight: 600;
		}
	}

#slide {
		height: 300px;
	}	
	.navy {
		padding: 25px; 
		background-color: #0D84A7; 
		height: 302px; 
		overflow: hidden;
	}
	.blue {
		padding: 25px; 
		background-color: #1bbeed; 
		height: 302px; 
		overflow: hidden;
	}
	.green {
		padding: 25px; 
		background-color: #c1d82f; 
		height: 302px; 
		overflow: hidden
	}
	.orange {
		padding: 25px; 
		background-color: #f6a01a; 
		height: 302px; 
		overflow: hidden;
	}
	
	@media screen and (max-width: 767px){
		#slide {
			height: 450px;
		}
		.navy {
			height: 455px;
		}
		.blue {
			height: 455px;
		}
		.green { 
			height: 455px;
		}
		.orange {
			height: 455px;
		}
	}

img.social-proof {
		padding-left: 10%;
		padding-right: 10%;
		
	}
	
	.stat-numbers-orange {
		color: #f6a01a; 
		font-weight: 800; 
		font-size: 20pt; 

	}
	
	.stat-numbers-white {
		color: white; 
		font-weight: 800; 
		font-size: 20pt; 

	}
	
	.stat-numbers-blue {
		color: #1bbeed; 
		font-weight: 800; 
		font-size: 20pt; 

	}

	.stat-numbers-green {
		color: #C1D82F; 
		font-weight: 800; 
		font-size: 20pt; 

	}
	
	.stat-numbers-navy {
		color: #0D84A7; 
		font-weight: 800; 
		font-size: 20pt; 

	}
	
	@media screen and (max-width: 980px){
		.stat-numbers-navy {
			font-size: 16pt;
		}
		.stat-numbers-green{
			font-size: 16pt;
		}
		.stat-numbers-blue{
			font-size: 16pt;
		}
		.stat-numbers-orange{
			font-size: 16pt;
		}
	}

	.no-bullet li {
		padding: 10px;
	}

	#slide{
		list-style-type: none;
	}

/* HEADER */
	
	.header{
  		position:absolute;
  		top:40%;
  		text-align:center;
  		width:100%;
  		color: white;
  		font-size:36px;
  		-ms-transform: translate(0,-50%); /* IE 9 */
    	-webkit-transform: translate(0,-50%); /* Safari */
    	transform: translate(0,-50%);  

	}
	@media screen and (max-width: 767px){
		.header{
			position: absolute;
			top: 60%;
			text-align:center;
  			width:100%;
  			color: white;
  			font-size:36px;
  			-ms-transform: translate(0,-50%); /* IE 9 */
    		-webkit-transform: translate(0,-50%); /* Safari */
    		transform: translate(0,-50%);  
		}
	}
	
	
	.header h1{
		color:white;
		font-size:25pt;
		font-weight:300;
		text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	}
	
	@media screen and (max-width: 767px) {  
		.header h1{
			font-size:14pt;
			line-height: 25px;
			font-weight: 300;
		}
	}
	
	.button{
		-webkit-transition-duration: 0.4s; /* Safari */
    	transition-duration: 0.4s;
		font-size: 10pt;
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		width: 250px;
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: 1px;
		margin: 1%;
		vertical-align: center;
		box-shadow: 0px 0px 10px rgba(0, 0, 0,0.2);
	}
	.blue-btn{
		background-color: #1bbeed;
	}
	.green-btn{
		background-color: #A7BB23;
	}
	.orange-btn{
		background-color: #f6a01a;
	}

	.blue-btn:hover {
    	background-color:#0D84A7;
    	color: white;
	}
	.green-btn:hover {
    	background-color: #8B9C1D;
    	color: white;
	}
	.orange-btn:hover {
    	background-color: #D18308;
    	color: white;
	}
	
	
	a .button{
		color:white;
	}
	
	@media screen and (max-width: 767px) {
		#logo{
			width: 125px;
			margin-left:10%;
			margin-right:auto;
		}
		#menu-inside1{
			float:right;
			margin-right: 10%;
			vertical-align: bottom;
		}
		#header-inside{
			width:px;
		}
	}
	
/* TYPOGRAPHY */
	
	

	h3 {
		font-size: 10pt;
		font-weight: 600;
	}
	h4 {
		font-size: 9pt;
		font-weight: 600;
	}
	.type-head{
		font-size: 10pt;
		font-weight: 600;
	}
	.h-uppercase{
		text-transform: uppercase;
		font-size: 14pt;
		letter-spacing: 2px;
		font-weight: 400;
		padding-bottom: 0px;
	}
	.uppercase{
		text-transform: uppercase;
	}
	
	.large{
		font-size: 14pt;
		font-weight: 200;
	}	
	
	a {
		color: #2DACD3;
	}
	a:hover,
	a:focus{
		color: #000000;
	}
	
	.edit {
		list-style-position:inside;
		text-indent: -2em;
		padding-left: 2em;
		padding-top: 3%;	
	}
	
	.li-padding {
		padding: 20px;
	}
	
/* IMAGES */

	
	img.medium-thumbnail {
		padding-bottom: 15px;
		padding-right:0px;
}

	
/* TESTIMONIALS */
	
	#testimonials{
		background-image:url();
  		background-attachment: fixed;
		background-size: cover;
  		background-position: center;
	}
	
	.client-quote{
		color: white;
		position: relative;
		padding-top: 3%;
		padding-left: 8%;
		padding-right: 8%;	
	}
	
	.quote-mark-left{
		position: absolute;
		left: 5%;
	}
	
	.quote-mark-right{
		position: absolute; 
		top:60%;
		right: 5%;
	}
	
	.transparent{
		opacity: 0.6;
	}
	
	
/* MISC */
	
	.relative{
		position: relative;
	}
	.stat-numbers{
		position: absolute;
		top: 30%;
		color: white;
		font-weight: 800;
		font-size: 20pt;
		letter-spacing: 1px;
	}
	

	
/* GENERAL */
		
	.container{
		padding-bottom: 0px;
	}
	section {
		padding-bottom: 80px;
		padding-top: 80px
	}
	
	.text-primary {
    	color: #f6a01a;
}
	html, body {
   		max-width: 100%;
    	overflow-x: hidden;
}
	.shadow-box{
		-webkit-box-shadow: rgba(0, 0, 0, 0.26) 0 0 10px inset;
    	-moz-box-shadow: rgba(0, 0, 0, 0.26) 0 0 10px inset;
    	box-shadow: rgba(0, 0, 0, 0.26) 0 0 10px inset;
}


/* NAVIGATION MENU STYLING */	

/* Image Text Padding */	
#megaMenu .ss-nav-menu-with-img > a > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > a > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > a > .wpmega-item-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-title, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-link-description, #megaMenu .ss-nav-menu-with-img > span.um-anchoremulator > .wpmega-item-description{
  padding-left: 23px;
}


/* Custom Tweaks - UberMenu Style Configuration Settings */
#menu-inside1 #megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1 {
padding: 10px 0 10px 0 !important;
}

/**** UberMenu Sticky CSS ****/
#megaMenu.ubermenu-sticky{ margin: 0 !important; z-index:1000; position:fixed !important; top: 0px; bottom: auto !important; -webkit-transition:none; -moz-transition:none; transition:none; }
#megaMenu ul.megaMenu li.um-sticky-only{ display: none !important; }#megaMenu-sticky-wrapper #megaMenu.ubermenu-sticky li.um-sticky-only{ display: block !important; }#megaMenu ul.megaMenu li.um-unsticky-only{ display: block !important; }#megaMenu-sticky-wrapper #megaMenu.ubermenu-sticky li.um-unsticky-only{ display: none !important; }
/* Expand Menu Bar */ 
#megaMenu.ubermenu-sticky{ left: 0; right:auto; width: 100%; border-radius: 0; }
/* Center Inner Menu */ 
#megaMenu.ubermenu-sticky ul.megaMenu{ padding-left:2px; margin: 0 auto; float:none; max-width: 940px; }
#megaMenu.megaMenuHorizontal ul.megaMenu > li:first-child > a{ box-shadow:none; }
/* Move Admin Bar to bottom */
* html body { margin-top: 0 !important; }
body.admin-bar { margin-top: -28px; padding-bottom: 28px; }
body.wp-admin #footer { padding-bottom: 28px; }
#wpadminbar { top: auto !important; bottom: 0; }
#wpadminbar .quicklinks .ab-sub-wrapper { bottom: 28px; }
#wpadminbar .quicklinks .ab-sub-wrapper ul .ab-sub-wrapper { bottom: -7px; }

#under-footer a:hover, #page-title-panel .breadcrumbs-content a, .comment-awaiting-moderation, li.comment div.reply,  .search-post h1 a:hover, .team-member h1 a:hover, .team-member2 .team-title a:hover, .wpb_teaser_grid_post h2.post-title  a:hover, .wpb_teaser_grid_post .post-details a:hover, h1.post-title a:hover, .cbp-qtrotator .testimonailsauthor span, .testimonial-author-div span.testimonial-position, h1.folio-title a:hover, .folio-categories a, .folio-categories a:hover, .categories_filter  li.active a, .categories_filter  li:hover a, .fonticons:hover, .the-icons i:hover, .header2 #right-to-logo-area a:hover, #menu-inside2 .search-icon:hover  a, #headerArea-widgets_content  .quick-info-wrapper p a:hover, #headerArea-widgets_content .mypost_widget_text a:hover, #headerArea-widgets_content  #calendar_wrap td.pad, #headerArea-widgets_content  #calendar_wrap #today, #headerArea-widgets_content ul li a:hover, #headerArea-widgets_content ul.tweet_list li a:hover, #headerArea-widgets_content a:hover, #under-footer .post_widget a:hover, #under-footer  #calendar_wrap td.pad, #under-footer  #calendar_wrap #today, #under-footer ul li a:hover, #under-footer ul.tweet_list li a:hover, #under-footer a:hover, #footer .post_widget a:hover, #footer  #calendar_wrap td.pad, #footer  #calendar_wrap #today, #footer ul li a:hover, #footer ul.tweet_list li a:hover, #footer a:hover, .wpb_widgetised_column #calendar_wrap td.pad, .wpb_widgetised_column #calendar_wrap #today, .wpb_widgetised_column ul li a:hover, .wpb_widgetised_column ul.tweet_list li a, .wpb_widgetised_column a:hover, .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content a,
		.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content p a, .columns3 .content h1 a:hover, .columns3  p strong, .columns3 .read-more-text a:hover, .columns1 h1 a:hover, .wpb_widgetised_column  ul.menu > li > a:hover,	.wpb_widgetised_column  ul.menu > li > ul > li > a:hover , .wpb_widgetised_column  ul.menu > li > ul > li > ul > li > a:hover, .wpb_widgetised_column ul.menu  li a:hover, .contact-info-sh .contact-info-content a:hover, .slide-text-mainColor-noBg {  color: #00aeed !important;  } a { color: #00aeed;  }  .wpb_teaser_grid_post .overlay, .post-thumb .post-overlay, .cbp-qtprogress, .folio-thumb .folio-overlay, .twitter-updates2, #headerArea, #headerArea_button, #headerArea-widgets_content .tagcloud a, #headerArea-widgets_content  #calendar_wrap caption, #under-footer .tagcloud a,  #under-footer  #calendar_wrap caption, #footer .tagcloud a, #footer  #calendar_wrap caption, .wpb_widgetised_column .tagcloud a:hover,  .wpb_widgetised_column #calendar_wrap caption, #headerArea-widgets_content .tagcloud a, .blockquote.type3 .icon_holder, .vc_dropcap .dropcap.type2 span.first_letter,  .vc_progress_bar .vc_single_bar.bar_green .vc_bar, .welcome-panel2 .left-icon, .welcome4 .left-side, .columns1 .icon, .columns2 .content, .slide-text-mainColor, #menu-inside2 #megaMenu ul.megaMenu > li.menu-item:hover > a,
		#menu-inside2 #megaMenu ul.megaMenu > li.menu-item > a:hover, #menu-inside2 #megaMenu ul.megaMenu > li.menu-item.megaHover > a, #menu-inside2 #megaMenu ul.megaMenu > li.menu-item:hover > span.um-anchoremulator, #menu-inside2 #megaMenu ul.megaMenu > li.menu-item > span.um-anchoremulator:hover, #menu-inside2  #megaMenu ul.megaMenu > li.menu-item.megaHover > span.um-anchoremulator, #menu-inside2  #megaMenu ul.megaMenu > li.menu-item.current-menu-item > a, #menu-inside2  #megaMenu ul.megaMenu > li.menu-item.current-menu-parent > a, #menu-inside2  #megaMenu ul.megaMenu > li.menu-item.current-menu-ancestor > a   {  background-color: #00aeed !important;  } .post-quote  {  border-left: 3px solid #00aeed;  } #headerArea {  border-top: 5px solid #00aeed;  } #headerArea-widgets_content  .flickr_badge_image img:hover, #under-footer  .flickr_badge_image img:hover, #footer  .flickr_badge_image img:hover, .wpb_widgetised_column .flickr_badge_image img:hover  {  border: 1px solid #00aeed;  } .blockquote.type1  {  border-left: 3px solid #00aeed;  } #menu-inside1  #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #menu-inside1  #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu, #menu-inside2  #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #menu-inside2  #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu, #menu-inside3  #megaMenu ul.megaMenu > li.menu-item.ss-nav-menu-mega > ul.sub-menu-1, #menu-inside3  #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu {  border-top: 3px solid #00aeed !important;  }  #menu-inside1 #megaMenu  ul  li.menu-item.ss-nav-menu-mega  ul  li.menu-item.ss-nav-menu-item-depth-1  a:hover  span, #menu-inside1 #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item.menu-item-object-custom > a:hover > span, #menu-inside1 #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.current-menu-item > a, #menu-inside1 #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.current-menu-item > span.um-anchoremulator, #menu-inside1 #megaMenu ul ul.sub-menu li.menu-item.current-menu-item > a, #menu-inside1 #megaMenu ul ul.sub-menu li.menu-item.current-menu-item > span.um-anchoremulator, #menu-inside2 #megaMenu  ul  li.menu-item.ss-nav-menu-mega  ul  li.menu-item.ss-nav-menu-item-depth-1  a:hover  span, #menu-inside2 #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item.menu-item-object-custom > a:hover > span, #menu-inside2 #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.current-menu-item > a, #menu-inside2 #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.current-menu-item > span.um-anchoremulator, #menu-inside2 #megaMenu ul ul.sub-menu li.menu-item.current-menu-item > a, #menu-inside2 #megaMenu ul ul.sub-menu li.menu-item.current-menu-item > span.um-anchoremulator, #menu-inside3 #megaMenu  ul  li.menu-item.ss-nav-menu-mega  ul  li.menu-item.ss-nav-menu-item-depth-1  a:hover  span, #menu-inside3 #megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu-1 > li.menu-item.menu-item-object-custom > a:hover > span, #menu-inside3 #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.current-menu-item > a, #menu-inside3 #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item.current-menu-item > span.um-anchoremulator, #menu-inside3 #megaMenu ul ul.sub-menu li.menu-item.current-menu-item > a, #menu-inside3 #megaMenu ul ul.sub-menu li.menu-item.current-menu-item > span.um-anchoremulator, #menu-inside1  #megaMenu ul li.menu-item.ss-nav-menu-mega ul ul.sub-menu li.menu-item a:hover,
#menu-inside1  #megaMenu ul ul.sub-menu > li.menu-item:hover > a  {  color: #00aeed !important;  } h1, h2, h3, h4, h5 {  }  h1 {  font-size: 24px !importantpx;  }  h2 {  font-size: 22px !importantpx;  }  h3 {  font-size: 20px !importantpx;  }  h4 {  font-size: 18px !importantpx;  }  h5 {  font-size: 16px !importantpx;  }  #header-wrapper, #header-inside, #under_headerArea {  }  #page-title-panel {  }   #page-title-panel .page-main-title .page-main-title-content h1 {  }  #page-title-panel .breadcrumbs-content, #page-title-panel .breadcrumbs-content a, #page-title-panel .breadcrumbs-content span {  }  #page-title-panel .breadcrumbs-content a:hover {  }  #page-title-panel .page-breadcrumbs .breadcrumbs-content, .page-main-title-content {  }  #headerArea-widgets {  }   #headerArea-widgets, #headerArea-widgets a, #headerArea-widgets p {  }  #headerArea-widgets, #headerArea-widgets  p {  }  #headerArea-widgets a {  }  #headerArea-widgets a:hover {  }  #footer {  }  #footer, #footer a, #footer p {  }  #footer , #footer  p {  }  #footer a {  }  #footer a:hover {  }  #footer h1.widget-title {  }  #footer h1.widget-title {  }  #under-footer {  }  #under-footer, #under-footer a, #under-footer p {  }  #under-footer , #under-footer  p {  }  #under-footer a {  }  #under-footer a:hover {  } #menu-inside1 {margin-top: 40px;}


#menu-item-63 {
background: #00aeef !important;
background: -moz-linear-gradient(top, #03BBFF 0%, #0092c9 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03BBFF), color-stop(100%,#0092c9)) !important;
background: -webkit-linear-gradient(top, #03BBFF 0%,#0092c9 100%) !important;
background: -o-linear-gradient(top, #03BBFF 0%,#0092c9 100%) !important;
background: -ms-linear-gradient(top, #03BBFF 0%,#0092c9 100%) !important;
background: linear-gradient(to bottom, #03BBFF 0%,#0092c9 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03BBFF', endColorstr='#0092c9',GradientType=0 ) !important;
}

#menu-item-63:hover {
background: #03BBFF !important;
background: -moz-linear-gradient(top, #0092c9 0%, #03BBFF 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0092c9), color-stop(100%,#03BBFF)) !important;
background: -webkit-linear-gradient(top, #0092c9 0%,#03BBFF 100%) !important;
background: -o-linear-gradient(top, #0092c9 0%,#03BBFF 100%) !important;
background: -ms-linear-gradient(top, #0092c9 0%,#03BBFF 100%) !important;
background: linear-gradient(to bottom, #0092c9 0%,#03BBFF 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092c9', endColorstr='#03BBFF',GradientType=0 ) !important;
}

#menu-item-63 a {
color: white !important;
}

#comments {
display: none;
}

#headerArea-widgets {
border-bottom: 1px solid #e8e6e6;
}

#logo {
margin-bottom: 10px;
}
.clearfix::after{content:"";display:table;clear:both}
