/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        5.0.8.1
*/

/*solution page styles*/
.sol {
	background: url('images/solHead_bg.png') top right repeat;
}
#solHead {
	width: 100%;
	height: 366px;
	background: transparent url('images/dhq-bg-dark-gray.jpg') top right no-repeat;
	background-size:cover;
}

#solHead h1 {
	margin: auto;
	color: #fff!important;
}
#solHead h1 span {
	display: block;
	color: white;
}
#solHead ul {
	width: 960px;
	margin: auto;
}
#solHead .bigBtn {
	margin-top: 25px;
}
#solBody {
	width: 100%;
	background: #f0efea url('images/solBody_bg.png') top left repeat-x;
	color: #3d3e40;
	overflow: auto;
}
#solBody ul {
	width: auto;
}
#solBody li {
	display: block;
}
#solBody li li {
	font-size: 17px;
}
#solBody .glow {
	background: url('images/solGlow_bg.png') top center repeat-y;
}
#solBody li > div {
	width: 760px;
	margin: auto;
	padding-left: 100px;
	padding-right: 100px;
}
#solBody .solMain {
	height: 300px;
}
#solBody ul > li:last-child div {
	height: 116px;
}
#solBody li:nth-child(odd) .solImg {
	float: left;
	margin-right: 90px;
	margin-top: 8px;
}
#solBody li:nth-child(even) .solImg {
	float: right;
	margin-left: 40px;
}
.solImg {
	position: relative;
	width: 260px;
	height: 260px;
	cursor: pointer;
}
.solImg img {
	position: absolute;
}
.solImg img:last-child {
	display: none;
}
.solExpandable {
	padding-bottom: 60px;
}
.solExpandable:not(.active) {
	display: none;
}
.solExpandable.on {
	padding-bottom: 20px !important;
}
.solExpandable ul {
	padding: 10px 0px 20px 50px;
}
.solExpandable li {
	text-indent: -0.6em;
	padding-bottom: 10px;
}
.solExpandable li:before {
	content: "\2022";
	font-weight: bold;
	font-size: 16px;
	color: #bec2c6;
	padding-right: 5px;
}
#solBody h3 {
	font-weight: normal;
	font-size: 27px;
	margin-bottom:10px;
}
#solBody p {
	font-weight: normal;
	font-size: 20px;
	padding-bottom:20px;
}
#solBody li:not(:last-child) a {
	color: #f89531;
}
#solBody li:not(:last-child) a:hover {
	color: #008fd5;
}
.collapse {
	margin-top: 20px;
}
#solBody .bigBtn {
	margin: 15px auto 0px auto;
}
.overlay {
	width: 100%;
	height: 100%;
	background: transparent url('images/black_trans_bg.png');
	position: fixed;
	z-index: 10000;
	overflow: hidden;
	display: none;
}
.vidWrap {
	width: 560px;
	height: 315px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -280px;
}
.vidInner {
	width: 560px;
	height: 315px;
	padding: 20px 20px 50px 20px;
	background: white;
}
.closeVid {
	display: block;
	color: white !important;
	background-color: #f89531;
	padding: 5px 20px;
	position: absolute;
	bottom: -65px;
	right: -25px;
	z-index: 15000;
}
.closeVid:hover {
	background-color: #f9b453;
}
#solHead ul li {
	list-style:none;
	margin-bottom:12px;
}
.bigBtn		{
	-moz-transition: all .3s ease-in;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #f6921e;
	padding: 6px 12px;
	color:#fff;
}
			
/*overlays for verion selection link*/				
#versionOverlay {
	color: #414143; 
	overflow: hidden;
}
#versionOverlay a {
	color: #414143; 
	display: block; 
	font-family: 'museo_sans_rounded_700regular';
}
#versionOverlay ul {
	width: 365px; 
	margin: 180px auto 0px auto; 
	background: white; 
	border: 1px solid #c0c5c8; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px;
}
#versionOverlay li {
	display: block; 
	list-style: none;
}
.v1, .v2 {
	border-bottom: 1px solid #c0c5c8; 
	padding: 20px;
}
.v1 a, .v2 a {
	width: 300px; 
	padding: 0px 10px; 
	line-height: 77px; 
	background: url('images/version_log_bg.png') left bottom repeat-x; 
	border: 1px solid #d6dadb; 
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px;
}
.v1 a:hover, .v2 a:hover {
	background: url('images/version_log_bg_on.png') left bottom repeat-x;
}
.v1 a img, .v2 a img {
	float: left; 
	margin-top: 10px; 
	margin-right: 25px;
}
.vclose {
	background: #f4f4f6;
}
.vclose a {
	text-align: center; 
	font-size: 18px; 
	padding: 5px;
}
.vclose:hover {
	background: #e9e9e9;
}
@media only screen and (max-width : 830px) {
	#solBody .solMain, #landingBody .landingMain {
		height: auto;
		padding-bottom:20px;
		min-height:300px;
		}
	#solBody li > div, #solHead ul {
		width: 90%;
		padding:0 5%
		}
	#solHead ul li, #solBody ul, #solBody ul li {
		margin-left:0;
	}
	#solHead ul li h1 {
		font-size: 22px;
	}
}
/*end solution page styles*/

/*Begin Overlay Styles*/

.overlay {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	z-index: 10000;
	overflow: hidden;
	display: none;
}
.vidWrap {
	width: 560px;
	height: 315px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -280px;
}
.vidInner {
	width: 560px;
	height: 315px;
	padding: 20px 20px 50px 20px;
	background: white;
}
.closeVid {
	display: block;
	color: white !important;
	background-color: #f89531;
	padding: 5px 20px;
	position: absolute;
	bottom: -65px;
	right: -25px;
	z-index: 15000;
}
.closeVid:hover {
	background-color: #f9b453;
}
/*End Overlay Styles*/


/* Begin Menu Structure */ 
.fit-logo-img a img { 
    max-height:24px; 
    }
.main-navigation-ul > li.dhq-login > a.menu-item-link {
	border-radius: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 16px;
	background-color:#f6921e ;
	color: #fff!important;
    }
    .main-navigation-ul > li.dhq-login > a.menu-item-link:hover {
        background: #ff6816;
        }
/* Deprecated Login Button Style  
.light-skin .mk-main-navigation .dhq-login a {
	border: 2px solid #f6921e;
	border-radius: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-left: 16px;
	background-color: rgba(18,51,79,0.3);
	color: #f6921e!important;
    }
.light-skin .mk-main-navigation .dhq-login  a:hover {
	background-color: rgba(18,51,79,0.8);
    }
*/
    .trans-header .bg-true.light-skin:not(.a-sticky) .main-navigation-ul > li.dhq-login > a.menu-item-link:after {
        display:none;
        }

/* End Menu Structure */ 

/* Begin Overall Structure */ 
div.content-audit { 
	max-height: 0; max-width: 0; overflow:hidden; 
}
li {
	margin-top:12px;
}
body, h1 {
	font-family: "Gotham SSm A", "Gotham SSm B",sans-serif;
	font-style: normal;
	font-weight: 400;
}
strong {
	font-weight:600;
}
#mk-page-introduce { 
	display:none; 
}
.master-holder h5 strong {
	color: #343839;
	font-weight: 600;
}
.mk-button-container a { 
	letter-spacing:0; 
}
.mk-button-container .mk-button--size-medium {
    font-size: 14px;
    }
.mk-button--size-x-large {
     padding: 16px 32px !important;
     font-size: 18px!important;
     }
.dhq-solutions-marquee .mk-button--size-x-large { 
	padding: 12px 20px; 
	font-size: 18px;
	font-weight: 600;
}
.dhq-solutions-marquee .mk-button--dimension-outline.mk-button--size-x-large { 
	padding: 10px 20px; 
	font-size: 18px;
	font-weight: 600;
}
.mk-image-overlay, .mk-image-holder i {
	display:none; 
}
.mk-image.lightbox-enabled .mk-image-inner:hover img {
    -webkit-filter: none!important;
    filter: none!important;
}
.mk-button--size-large {
	font-size: 18px!important;
}
.widgettitle {
	margin-bottom: 5px;
}
.widget_archive li a, .widget_categories li a, .widget_contact_info li a, .widget_links li a, .widget_meta li a, .widget_pages li a, .widget_popular_tags li a, .widget_recent_comments .recentcomments, .widget_recent_entries li a, .widget_text li a {
font-size: 18px;
}
#sub-footer {
	padding-bottom: 60px; 
}
.mk-footer-copyright {
	font-weight:500;
	text-align:center;
}
.mk-footer-copyright strong {
	font-weight:700;
}
.dhq-tracking-code-section { 
	height:1px;
	max-height:1px;
	margin:0;
	margin-bottom:-1px;
	overflow:hidden;
	}
.dhq-five-column.vc_row .vc_col-sm-2 {
    float: left;
    width: 18.8%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
    }
.dhq-five-column.vc_row .vc_col-sm-2:nth-last-child(2) {
    margin-right: 0;
    }
@media all and (min-width: 768px) {
	.dhq-pull-right {
     	float: right!important;
     	}
     }
@media all and (min-width: 1025px) {
	.dhq-pull-left {
		 float: left!important;
		 }
     }
/* End Overall Structure */ 

.master-holder .dhq-solutions-marquee h1, .master-holder .dhq-support-marquee h1, .master-holder .dhq-support-marquee p, .master-holder .dhq-support-marquee h1, .master-holder .dhq-contact-marquee h1, .master-holder .dhq-contact-marquee p, .master-holder .dhq-contact-marquee p strong, .master-holder .dhq-contact-marquee ul li {
	  color: #fff;
	  }
.master-holder .tp-caption strong {
     font-weight: 700!important;
     color: #fff!important;
     }
.master-holder .dhq-title-section h1, .master-holder .dhq-title-section h1 strong, .master-holder .dhq-white-text h1, .master-holder .dhq-white-text h2, .master-holder .dhq-white-text h3, .master-holder .dhq-white-text h4, .master-holder .dhq-white-text h5, .master-holder .dhq-white-text h6, .master-holder .dhq-white-text p, .master-holder .dhq-white-text p strong {
    color: #fff!important;
    }
.dhq-white-text a, .dhq-white-text a:hover {
    color: #fff;
    text-decoration:underline;
    }
.dhq-white-text .mk-button-container a, .dhq-white-text .mk-button-container a:hover {
    text-decoration:none;
    }
.master-holder .dhq-landing-marquee h1 {
    font-weight: 700;
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 10px 0;
    }
.master-holder .dhq-landing-marquee h3 {
    display:inline-block;
    background: #f6921e;
    line-height: 1.5em;
    padding: 8px 12px;
    margin: 0 0 8px 0;
    }
.master-holder .dhq-cmw-award h3 {
     font-weight: 800!important;
     font-size: 32px!important;
     margin-bottom:0!important;
     }

.master-holder .dhq-cmw-award p {
     font-size: 22px!important;
     }
.master-holder .dhq-testimonial-static h4 {
	font-size: 28px;
	font-weight:300;
	}
.dhq-solutions-marquee img, .dhq-support-marquee img, .dhq-contact-marquee img {
	max-width: 180px;
	}
.dhq-solution-play-container {
     background-size: cover!important;
     }

.dhq-solution-play-button .mk-image-holder .mk-image-inner img {
     width: 82px!important;
     height: 82px!important;
     }
.dhq-solution-play-button a.mk-lightbox.mk-image-lightbox svg, .dhq-solution-play-button a.mk-lightbox.mk-image-lightbox:hover svg {
	display:none;
	}
.dhq-solution-text img {
     width: 36px;
     height: 36px;
     float: left;
     margin: 0 10px 200px 0;
     }

.dhq-solution-text ul li, .dhq-solution-text ol li {
     margin-left: 2.6em;
     }

.dhq-solution-text h4 {
     color: #318dde!important;
     font-size: 19px!important;
     margin-top: -15px;
     font-weight: 600!important;
     margin-bottom: 0;
     }
@media all and (min-width: 1025px) {
     .dhq-solution-text {
		 margin-left:6%;
		 margin-right: 6%; 
		 }

	.dhq-solution-play-button .mk-image-holder {
		 margin-top: 220px!important;
		 }
     }
.dhq-icon-play { 
	max-width:49px; 
}
.dhq-support-channels img {
	max-width: 100px; 
}
.dhq-support-channels img.aligncenter {
	margin-bottom: 10px;
}
.master-holder .dhq-support-channels h4 a {
	color: #343839;
}
.master-holder .dhq-support-channels h4:hover, .master-holder .dhq-support-channels h4 a:hover {
color: #318dde;
}
.mk-clients .client-logo {
	background-size: contain;
}

.dhq-company-callout {
    -webkit-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 6px 3px rgba(0,0,0,0.2);
    }
.dhq-company-callout .mk-text-block p:first-child {
    text-indent: -8px;
    }
.dhq-company-callout .dhq-company-logo {
    padding: 10px 0;
    border-right: 1px solid #cccccc;
    }
@media only screen and (max-width: 767px) {
    .dhq-company-callout .dhq-company-logo {
        padding: 10px 0;
        border-right: none;
        }
}
@media handheld, only screen and (max-width: 550px) {
	ul.mk-clients-fixed-list { 
		width: 50%;
		float:left;
		}
	}

/* Begin Key Benefits */ 
.master-holder .dhq-kb h3 { 
	font-size: 18px; 
	line-height:22px;
	font-weight:600;
	margin:0;
	}
.master-holder .dhq-kb p {
	font-size: 18px; 
	line-height: 22px;
	font-weight: 400;
	margin-bottom: 8px;
	color: #343839;
	}
.master-holder .dhq-kb h5 {
	font-size: 15px; 
	font-weight: 400;
	margin:0;
	}
.master-holder .dhq-kb-inactive h3 {
	color: #8d8d8d;
	}
.master-holder .dhq-kb-inactive:hover h3 {
	color:#318dde;
	}
.master-holder .dhq-kb-inactive p {
	color: #979999;
	}
.master-holder .dhq-kb-inactive:hover p {
	color: #343839;
	}
.master-holder .dhq-kb-inactive h5 a {
	color: #96bde9;
	}
.master-holder .dhq-kb-inactive:hover h5 a {
	color: #318dde;
	}
@media handheld, only screen and (max-width: 1023px) {
	.dhq-kb-inactive {
		border-color: #318dde!important;
		}
	.master-holder .dhq-kb h5 a {
		font-size:16px;
		}
	.master-holder .dhq-kb-inactive h3, .master-holder .dhq-kb-inactive:hover h3 {
		color: #318dde!important;
		}
	.master-holder .dhq-kb-inactive p, .master-holder .dhq-kb-inactive:hover p {
		color: #343839!important;
		}
	.master-holder .dhq-kb-inactive h5 a, .master-holder .dhq-kb-inactive:hover h5 a {
		color: #318dde!important;
		}
	}
/* End Key Benefits */ 

/* Begin Testimonials */ 
.master-holder .dhq-testimonial h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height:30px;
	margin-bottom:0;
}
.master-holder .dhq-testimonial p {
	font-size: 18px;
	color: #c5c5c5;
}
.master-holder .dhq-testimonial p strong {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.dhq-testimonial-profile img {
border-radius:80px;
}

.dhq-testimonial-profile-inactive img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  opacity: .5;
}
.dhq-testimonial-profile-inactive:hover img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
/* End Testimonials */ 

/* Begin Form Customization */ 
.infusion-field label {
	float:left;
	clear:both;
	}
.infusion-field input, .infusion-field textarea, .infusion-field select, .infusion-captcha, .infusion-submit  {
	margin-bottom:16px;
	}
.infusion-field input, .infusion-field textarea, .infusion-field select {
	width: 100%;	
	}
#zendesk_field_zen_submit {
	text-align:right;
	}
.infusion-submit input, #zendesk_field_zen_submit input, .infusion-submit button {
	padding: 12px 24px;
	background: #f6921e;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border:none;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px; /* future proofing */
	-khtml-border-radius: 40px; /* for old Konqueror browsers */
	}
.infusion-field #inf_custom_YourInterest {
    color: #767676;
    font-weight: normal;
    padding-left: 12px;
	}
.landing-form .infusion-field input, .landing-form .infusion-field textarea, .landing-form .infusion-field select, .landing-form .infusion-submit, .landing-form .infusion-submit input {
    width: 100%;
    }

.landing-form .infusion-field input, .landing-form .infusion-field textarea {
    border: 1px solid #dadada;
    }
input[type=email], input[type=password], input[type=search], input[type=tel], input[type=text], textarea, select{
	box-sizing: border-box;
	font-size: 16px;
  font-weight: 400;
	padding: 10px;
	color: #000;
  background: #fff;
    border-radius: 3px;
	}
#theme-page .infusion-field select {
  font-weight: 400;
  font-size: 16px;
  padding: 10px;
  line-height: normal;
  background-color: #fff;
    border-radius: 3px;
  }
	/* Start Sidebar */
	#mk-sidebar .infusion-field input {
		 width: 100%;
		 border: 2px solid rgba(0,0,0,.12);
		 padding: 12px 15px;
		 font-family: "proxima-nova",sans-serif;
		 font-size: 14px;
		 }
	#mk-sidebar .infusion-submit input {
		 font-family: "proxima-nova",sans-serif;
		 font-size: 14px;
		 font-weight: 700;
		 }
	/* End Sidebar */
/* End Form Customization */ 

/* Begin Solution 2.0 */ 
@media all and (min-width: 1025px) {
    .dhq-solution-text {
         padding: 120px 0;
         }
	}
@media all and (min-width: 768px) and (max-width: 1024px) {
	.dhq-solution-play-button .mk-image-holder {
		 margin-top: 130px!important;
		 margin-bottom: 120px!important;
		 }
	.dhq-solution-play-container {
		 width: 100%!important;
		 margin-bottom: 20px!important;
		 height: initial;
		 }
	.dhq-solution-text-container {
		 width: 100%!important;
		 margin-bottom: 60px!important;
		 height: initial;
		 }
     }
@media all and (min-width: 320px) and (max-width: 767px) {
	.dhq-solution-play-button .mk-image-holder {
		 margin-top: 0!important;
		 margin-bottom: 90px!important;
		 }
	.dhq-solution-play-container {
		 width: 100%!important;
		 margin-bottom: 40px!important;
		 height: initial;
		 padding-top:90px!important;
		 }
	.dhq-solution-text-container {
		 width: 100%!important;
		 margin-bottom: 60px!important;
		 height: initial;
		 }
     }

/* End Solution 2.0 */ 

/* Begin Solutions Sub Pages */ 
.master-holder .vc_tta-tabs-list .vc_tta-tab {
	margin: 0 12px;
	}
.master-holder .vc_tta-tabs-list .vc_tta-tab.vc_active {
	border-bottom: 3px solid #f97352;
	}
.master-holder .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
    background: none!important;
    color: #ccc!important;
    padding: 12px 0!important;
    }
.master-holder .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a:hover {
    background: none!important;
    color: #000!important;
    }
.master-holder .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
    color: #000!important;
    }
.master-holder .vc_tta-color-white.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    border-top: 1px solid #ccc;
	}
	

/* End Solutions Sub Pages */ 

/* Begin Blog */ 
#theme-page .theme-page-wrapper {
	margin: 0 auto;
	}
.master-holder.blog-style-bold .mk-blog-single {
	padding: 0 0 40px 0;
	}	
.mk-single-content {
	margin: 0 0 60px 0;
	}
.mk-single-content figcaption {
	font-size: small;
	margin: 5px 0 15px 0;
}
.blog-modern-social-section {
	display:none;
}
.mk-blog-modern-item .mk-blog-meta {
    margin: 0 20px 20px 0!important;
}
.mk-blog-single .blog-single-meta {
	margin-bottom:0;
}
.ssbp-wrap {
	margin-bottom:20px;
}
.single-social-section {
	display:none;
}
.mk-blog-single .mk-blog-author, .mk-blog-single .mk-post-cat, .mk-blog-single .mk-post-date {
	font-size: 16px;
	font-style:normal;
}
.mk-blog-single .blog-single-title {
	margin-bottom:15px;
}
.master-holder .mk-blog-modern-item .the-title a {
	font-size: 28px;
	line-height: 28px;
	font-weight: 500;
	letter-spacing:0;
}
.master-holder .mk-blog-modern-item .mk-blog-meta-wrapper {
    font-size: 16px;
    font-style: normal;
	font-weight: 400;
	}
.mk-blog-modern-item .featured-image:hover img, .mk-blog-classic-item .featured-image:hover img {
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    transform: scale(1)!important;
	}
.mk-blog-container .featured-image:hover .post-type-badge {
	display:none;
	}
.image-hover-overlay {
	display:none;
	}
.mk-blog-single.blog-style-bold {
	margin-top: -50px;
	}
.mk-blog-spotlight-item .featured-image .image-hover-overlay {
     display:inherit;
     opacity:0.65!important;
     }
.master-holder .mk-blog-spotlight-item .item-wrapper time {
     font-size: 16px;
     font-style: normal;
     letter-spacing: 0;
     text-transform: none;
     opacity: 0.8;
     font-weight: 600;
     }
.mk-blog-spotlight-item .item-wrapper h3 a {
     font-size: 26px;
     line-height: 28px;
     letter-spacing: 0;
     text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
     }
.mk-blog-spotlight-item .item-wrapper .mk-button {
     border-radius:40px;
     }
/* End Blog */ 

/* Begin Pricing Tables */ 
.new-style.pricing-table .pricing-cols .pricing-plan.style-light {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    padding: 20px 0;
    letter-spacing: .05em;
}

.new-style.pricing-table .pricing-cols .pricing-price.style-light {
    height: inherit;
    padding: 20px 0;
}

.new-style.pricing-table .pricing-cols .pricing-price span {
    padding-top:0!important;
} 

.new-style.pricing-table .pricing-cols .pricing-price .pricing-save.style-light {
    line-height:20px;
	font-size:18px;
	font-weight: 500;
}
li .dhq-pricing-not-included {
color: #afafaf!important;
 text-decoration: line-through;
}

.new-style.pricing-table .pricing-cols .pricing-featured-text {
	font-size:15px;
}

.new-style.pricing-table {
	margin-bottom: 12px;
	margin-top: 4px;
}
.master-holder .new-style.pricing-table .pricing-cols .pricing-price .pricing-save em {
     font-size: 15px !important;
     color: #f2e017;
     font-style: normal;
     font-weight: 500;
     }
.dhq-fine-print {
	margin-left: 20px;
	}
.dhq-fine-print p {
	font-size: 15px;
	line-height: 17px;
	margin-bottom:12px;
}
.master-holder .new-style.pricing-table .pricing-cols .pricing-price .pricing-save em strong {
        font-size: 15px !important;
        color: #fff;
        font-style: normal;
}
.dhq-pricing-shadow p, .dhq-pricing-highlight p {
    margin-bottom: 0;
    }
.master-holder .dhq-pricing-shadow h2, .master-holder .dhq-pricing-highlight h2 {
    font-size: 40px;
    margin-bottom: 10px;
    }
.master-holder .dhq-pricing-shadow h6, .master-holder .dhq-pricing-highlight h6 {
    margin-top: 3px;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #949494;
    }
.dhq-pricing-price {
    font-size: 1.6em;
    }
.dhq-pricing-banner {
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    position: absolute;
    top: 28px;
    right: -47px;
    padding: 10px 0;
    min-width: 180px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1d6dcf;
    }
    .dhq-pricing-banner p {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        }
.dhq-pricing-shadow {
    padding: 40px 25px;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.15);
    }
.dhq-pricing-highlight {
    padding: 70px 25px 40px 25px;
    border: 3px solid #f6921e;
    margin-top: -30px;
    overflow:hidden;
    }
th.dhq-pricing {
    text-transform: none;
    font-size: 1em;
    font-weight: 600;
    padding: 10px 4px;
    }
    th.dhq-pricing.lite {
        color: #fff;
        background: #1d6dcf;
        }
    th.dhq-pricing.pro {
        color: #fff;
        background: #f6921e;
        }
    th.dhq-pricing.enterprise {
        color: #fff;
        background: #0d3b72;
        }
tr.dhq-pricing-row {
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: -1px;
    }
tr.dhq-pricing-row:last-of-type {
    border-bottom: none;
    }
.dhq-pricing-feature {
    width: 40%;
    text-align: left;
    padding-left: 2px;
   vertical-align: middle;
   cursor: default;
    }
.dhq-pricing {
    font-size: 2em;
    width: 20%;
    vertical-align: middle;
    }
    .dhq-pricing.lite {
        color: #1d6dcf;
        }
    .dhq-pricing.pro {
        color: #f6921e;
        }
    .dhq-pricing.enterprise {
        color: #0d3b72;
        }

@media handheld, only screen and (max-width: 1023px) {
	.pricing-cols .pricing-col {
    	width: 100% !important;
		}
	}
@media screen and (max-width: 767px) {
    th.dhq-pricing, .dhq-pricing-feature {
        font-size: 0.8em;
        line-height: 1.1em;
        }
    .dhq-pricing-highlight {
        margin-top: 20px;
        }
     }
/* End Pricing Tables */ 
/*  Start Why Divvy */
.dhq-play-button .mk-image-holder .mk-image-inner img {
     width: 82px!important;
     height: 82px!important;
     }
.dhq-i-plan-therefore-i-am .mk-image-holder .mk-image-inner img {
     width:268px!important;
     height:160px!important;
     }
@media all and (min-width:769px) {
     .dhq-i-plan-therefore-i-am-container {
          border-right: 1px solid #000;
          }
     }
/* End Why Divvy */


/* Begin Opt In Monster */ 
html div#om-mpjweyzotft8slvq #om-footer-tiles-body, div#om-mpjweyzotft8slvq .chicago-body { 
	background-image: none!important;
	border-top: 1px solid #ccc;
}
html div#om-mpjweyzotft8slvq #om-footer-tiles-optin-email {
	padding-left:12px!important;
	border: 1px solid #ccc!important;
	padding-right:36px!important;
}
html div#om-mpjweyzotft8slvq #om-footer-tiles-optin-email, html div#om-mpjweyzotft8slvq #om-footer-tiles-optin-submit {
	border-radius: 20px!important;
}
html div#om-mpjweyzotft8slvq #om-footer-tiles-optin-submit {
-webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-text-shadow: none!important;
    -moz-text-shadow: none!important;
    text-shadow: none!important;
	border:none!important;
}
@media all and (min-width: 600px) {
	body #intercom-container .intercom-launcher {
			bottom: 90px!important;
		right: 14px!important;
	}
}

/* End Opt In Monster */ 

/* Begin Footer */ 
#mk-footer {
	margin-top: 0;
}
#mk-footer .widget_nav_menu ul li.current_page_item a { 
	background:none; 
}
#mk-footer .widget_nav_menu ul li a { 
	padding-left:10px;
	margin-left:-10px;
}
#mk-footer .widget_nav_menu ul li a:hover { 
	background: #155ac3;
}
/* End Footer */ 



