/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}




/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

body {
    font-family: raleway;
	font-size: 16px;
	color: #333333;
	line-height:26px;
}
img {
	max-width: 100%;
}
p {
	color: #3e3e3e;
	line-height: 26px;
	margin-bottom: 20px;
}
.clear {
	clear: both;
	height: 0;
}
.navbar-wrapper {
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
	margin-top: 0px;
}
.top-header {
	text-align: right;
	margin: 7px 0;
}
.headerbg {
	background-color: #00529c;
	border-top: 1px solid #49636a;
	box-shadow: 0 1px 2px #d1ced2;
}

.pos-relative {
	position: relative;
}
/*----------------------------*/
.cloud-bg {
	margin: 0px;
	padding: 40px 0;
	background: url(../../../wp-content/uploads/2016/08/cloud-img.jpg) no-repeat;
	background-size: cover;
}
.navbar {
	margin-bottom: 0px; border:none;
}
.column {
	float: right;
	position: relative;
	text-align: right;
	color: #fff;
	padding: 30px 0;
	margin-right: 0px;
}
.forms {
	background: #fff;
	padding: 23px;
	border-radius: 2px;
	border: 1px solid #e1e1e1;
}
.forms input {
	border: 1px solid #cccccc;
	border-radius: 2px;
	height: 42px;
	padding: 10px;
	box-shadow: none;
	margin: 10px 0;
}
.forms textarea {
	border: 1px solid #cccccc;
	border-radius: 2px;
	box-shadow: none;
	margin: 10px 0;
}
.forms .form-control::-moz-placeholder {
color:#7b7b7b;
font-size:14px;
}
.forms select {
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: none;
	height: 40px;
	padding: 6px;
	color: #d3d3d3;
	margin: 10px 0;
}
.forms select option {
	color: #000;
	padding: 8px 10px;
	border-bottom: 1px solid #d3d3d3
}
.form-group {
	margin-bottom: 13px;
}
.forms h2 {
	margin: 0px 0 20px;
	color: #00529c;
	font-size: 24px;
	line-height: 30px;
}
.btn-success {
	background: #34b407;
	padding: 10px 0;
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	border: 0px;
	border-radius: 2px;
}
.Medicare h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 62px;
	color: #00529c;
	font-weight: 300;
	margin: 15px 0 12px;
	line-height: 60px;
}
.Medicare h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 83px;
	color: #8fced3;
	font-weight: 700;
	margin: 0px 0 24px;
	line-height: 62px;
}
.Medicare h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 29px;
	color:#00529c;
	font-weight: 600;
	line-height: 21px;
}
.risk-based {
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	color: #0ba8b2;
	font-weight: 600;
	margin: 15px 0 30px;
	background: #f1f1f1;
	text-align: center;
	padding: 10px 0;
	display: block;
}
.covered h3 {
	font-size: 24px;
	color: #0ba8b2;
	font-weight: 400;
	margin: 40px 0px 20px;
}
/*---------------------------*/

.column {
	float: right;
	position: relative;
	text-align: right;
	color: #fff;
	padding: 30px 0;
	margin-right: -19px;
}
.column span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.column .blue {
	color: #a9eef0;
	padding: 0 30px 0 5px;
	font-size: 16px;
}
.footer-theme {
	padding: 25px 0;
	background: #d7d7d7;
}
.footer-theme p {
	color: #000;
	font-size: 28px;
	margin: 0;
	font-weight: 600;
	text-align: center;
}
.margin-foot {
	margin: 40px 0 0;
	display: block
}
.headerbg {
	border: 0px;
	box-shadow: none;
}
.bottom-content input {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
}
.bottom-content textarea {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	box-shadow: none;
}
.bottom-content .form-control::-moz-placeholder {
color:#d3d3d3
}
.bottom-content h2 {
	font-size: 28px;
	font-weight: 600;
	color: #eb5a12;
	margin: 0 0 20px;
}
.bottom-content p {
	font-size: 18px;
	line-height: 25px;
}
.bottom-content .btn-danger {
	background-color: #eb5a12;
	border-color: #eb5a12;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 30px;
	border-radius: 0px;
	font-size: 16px
}
.bottom-content .btn-danger:hover {
	background-color: #f46017;
	border-color: #f46017;
}
.mid-content {
	margin: 15px 0 0;
}
.mid-content p {
	font-size: 24px;
}
.mid-content h2 {
	font-size: 28px;
	font-weight: 600;
	color: #00529c;
	text-align: left;
	display: block;
	margin: 0 0 30px;
}
.footer {
	padding: 25px 0;
	background: #d7d7d7;
}
.footer p {
	color: #000;
	font-size: 28px;
	margin: 0;
	font-weight: 600;
	text-align: center;
}
/*-----------------css created on 08-april-15-------------*/

.text-left h2 {
	text-align: left;
	display: block;
}
.blue-color {
	color: #2e4c54;
	font-weight: 600;
}
.form-area {
	background: #efefef;
	margin: 15px 0 0;
	padding: 0 10px 10px
}
.form-area input {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
	margin: 10px 0;
}
.form-area select {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
	margin: 10px 0;
}
.form-area textarea {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	box-shadow: none;
	height:80px;
}


.form-area .form-control::-moz-placeholder {
color:#d3d3d3
}
.bg-form-h {
	background: #FFF;
	padding: 10px 0;
	width: 100%;
	display: block;
	margin: 20px 0 20px;
	box-shadow: 0 2px 2px #ccc;
}
.bg-form-h h2 {
	color: #00529c;
	font-size: 18px;
	margin: 20px 0;
	text-align: left;
}
.bg-form-h .img {
	float: left;
	margin: -8px 15px 0 0
}
.bg-form-h img {
	max-width: 100%;
}
.form-area .fscf-button-submit {
	background-color: #70c626;
	border-color: #009900;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 30px;
	border-radius: 0px;
	font-size: 16px;
	width:100%;
	text-transform: uppercase;
}
.form-area .fscf-button-submit:hover {
	background-color: #3e8600;
	border-color: #3e8600;
}

.fscf-button-submit {
	background-color: #70c626;
	border-color: #009900;
	color: #ffffff;
	font-weight: 600;
	padding: 5px 30px;
	border-radius: 0px;
	font-size: 16px;
	width:100%;
	text-transform: uppercase;
	height: 50px!important;
	border:none;
}
.fscf-button-submit:hover {
	background-color: #3e8600;
	border-color: #3e8600;
}
.fscf-div-error{ font-size: 14px; color: #F00; line-height: 20px;}
/*--------------------------------------------------------*/


/*-----------------css created on 05-march-15-------------*/
.gray-bottom {
	background: #f5f5f5;
	padding: 40px 0;
	border-bottom: 4px solid #57bec1;
	text-align: center;
	margin: 35px 0;
}
.center {
	text-align: center;
}
.margin-top {
	margin: 25px 0 20px;
}
/*-----------------css for Replacing-your-ehr-lp-------------*/
.bgblue-light {
	background: #b6dbf3;
	padding: 30px 20px;
	display: block;
	font-size: 20px;
	color: #00529C;
}
.bgblue-dark {
	background: #e9f6fe;
	padding: 30px 20px;
	display: block;
	margin: 4px 0 0 0
}
.banner-margn {
	margin: 30px 0 40px
}
.banner-margn02 {
	margin: 90px 0 0px
}
ul.listting {
	margin: 0 0 0 25px;
	padding: 0px;
	float: left
}
ul.listting li {
	font-size: 16px;
	color: #00529c;
	padding: 4px 0;
}
ul.listting02 {
	margin: 0 0 0 177px;
	padding: 0px;
	float: left;
}
ul.listting02 li {
	font-size: 16px;
	color: #00529c;
	padding: 4px 0;
}
.bg-form-h .formh2 {
	color: #00529c;
	font-size: 20px;
	margin: 10px 0;
	line-height: 1.5em;
	padding: 0 10px;
}
/*----------------styling-4-17-2015----------------*/


.headerbg {
	border: 0px;
	box-shadow: none;
}
.wrs-headings h3 {
	font-size: 24px;
	color: #00529c;
	font-weight: 300;
	margin: 30px 0 5px;
}
.wrs-headings h2 {
	font-size: 30px;
	color: #00529c;
	font-weight: 600;
	margin: 0 0 25px;
}
.green {
	color: #98d365;
}
.bg-white {
	background: #FFF;
	width: 100%;
	height: 100%;
	margin: 0px 0 15px;
}
.bg-white h2 {
	color: #00529c;
	font-size: 18px;
	margin: 0px 0;
	text-align: left;
	padding: 4px 5px 0 0;
	line-height: 24px;
}
.bg-white .img {
	float: left;
	margin: 0px 5px 0 0
}
.forms {
	background: #e7e7e7;
	padding: 20px 20px 10px;
}
.forms input {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
}
.forms textarea {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	box-shadow: none;
}
.forms .form-control::-moz-placeholder {
color:#d3d3d3
}
.forms select {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	box-shadow: none;
	height: 40px;
	padding: 6px;
}
.forms select option {
	color: #000;
	padding: 8px 10px;
	border-bottom: 1px solid #d3d3d3
}
.form-group {
	margin-bottom: 10px;
}
.bg-gray {
	background: #e7e7e7;
}
.btn-success {
	background: #70c626;
	padding: 9px 0;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	border: 0px;
	border-radius: 0px;
}
.flexible-colum .col-lg-6 {
	padding-right: 0px;
	padding-left: 0px;
}
/*.flexible-colum .col-lg-6.col-md-6.col-sm-6.col-xs-12 > img {margin-left:15px;}*/

.take-our-word {
	background: #00529c;
	padding: 30px 0;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0
}
.blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0px 0px 20px;
	padding: 2em 10px;
	quotes: "\201C""\201C""\201C""\201C";
}
.blockquote:before {
	color: #70c626;
	content: open-quote;
	font-size: 6em;
	line-height: 0.0em;
	margin-right: 20px;
	vertical-align: -0.4em;
}
.blockquote p {
	display: inline;
	color: #00529c;
	font-style: italic;
	font-size: 20px;
}
/*----------------styling-4-17-2015 Best-practice page----------------*/

.blue-light-bg {
	background: #f0faff;
	padding: 45px 0 0;
	margin: -20px 0 0
}
.best-practice h3 {
	font-size: 24px;
	color: #000;
	margin: 0px;
}
.best-practice h2 {
	font-size: 20px;
	color: #00529c;
	font-weight: 300;
	margin: 15px 0 36px;
}
.h2 {
	color: #00529c;
	font-size: 18px;
	margin: 30px 0 20px;
	text-align: center;
	font-weight: bold;
}
.margin {
	margin: 0 0 25px 30px
}
.content p {
	color: #000;
	font-size: 22px;
	line-height: 30px;
}
.bg-form-h .best-h2 {
	color: #00529c;
	font-size: 18px;
	margin: 20px 0;
	text-align: left;
}
.best-practice .form-group {
	margin-bottom: 11px;
}
.best-practice .bg-white {
	margin-bottom: 15px;
	display: block;
}
/*-----------------Myths and Facts on 21-June-15-------------*/
.icdTxt {
	font-size: 20px;
	color: #000;
	margin: 35px 0 0;
}
.form-area2 {
	background: url(/images/graybg.png);
	margin: 0;
}
.form-area2 input {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
}
.form-area2 textarea {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	box-shadow: none;
}
.form-area2 .form-control::-moz-placeholder {
color:#d3d3d3
}
#mythFactBody {
	margin: 35px;
}
.mythBlue {
	font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
	color: #00529c;
	font-size: 20px;
	font-weight: 600;
}
.greenBtn {
	padding: 10px;
	font-size: 18px;
	color: #fff;
	background: #70c626;
	border: none;
}
.smMyth {
	font-size: 20px;
	color: #ffffff;
	font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
	line-height: 14px;
}
p.mythWhite {
	color: #ffffff;
	font-size: 30px;
	padding: 30px 20px 0 0;
	font-family: "RalewayRegular", Arial, Helvetica, sans-serif;
}
.blueNum {
	color: #a0e5e9;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
}
.mythsFactsImg {
	padding-top: 47px;
	vertical-align: bottom;
}
/*-----------------WRS_PatientEngagement_LP 30-June-15-------------*/
.blue-bg {
	background: url(/wp-content/uploads/2016/08/bg-blue.png) repeat-x;
	padding: 27px 0 0;
	font-family: 'Raleway', sans-serif;
}
.blue-bg h3 {
	font-size: 25px;
	color: #2c3e50;
	font-weight: 500;
	line-height: 32px;
	margin: 35px 0;
}
.bg-dark-blue {
	background: #0e7882;
	padding: 20px;
}
.bg-dark-blue p {
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	margin: 0;
}
ul.ul-specific {
	margin: 0px;
	padding: 0px;
}
ul.ul-specific li {
	list-style: none;
	display: block;
	color: #0e7882;
	font-size: 18px;
	font-weight: 400;
	margin: 16px 0 0;
	line-height: 20px;
}
.form-section {
	background: #e5e5e5;
	margin: 40px 0 0;
}
.get-free {
	background: #0e7882;
	padding: 10px 20px;
}
.get-free h2 {
	margin: 0px;
	font-size: 30px;
	font-family: Arial, sans-serif;
	font-weight: 600;
	color: #fff;
}
.get-free span {
	font-size: 24px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	color: #fff;
}
.padding10 {
	padding: 10px;
}
.arrow {
	margin: 5px 12px 0 0;
}
.form-section input {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
	margin: 6px 0px;
}
.form-section textarea {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	box-shadow: none;
	margin: 6px 0px;
}
.form-section select {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
	margin: 6px 0px;
}
.form-section2 .form-section::-moz-placeholder {
color:#d3d3d3
}
.light-green {
	background: #addb37;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: Arial, sans-serif;
	border: 0px;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	margin: 8px 0 28px;
	padding: 10px 0;
	box-shadow: 0 1px 2px #727272;
}
.light-green:hover {
	background: #a3cf32;
}
/*-----------------WRS_FAQ_DSP_LP 17-Aug-15-------------*/
.column {
	margin-right: 0px;
}
.light-blue-bg {
	background: #1b8dc2;
	padding: 0 0 60px;
}
.light-blue-bg/* h1, h2, h3 */ {
	color: #FFFFFF;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
	font-family: 'Raleway', sans-serif;
}
.light-blue-bg h1 {
	font-size: 160px;
	font-weight: 900;
	margin: 0;
}
.light-blue-bg h2 {
	font-size: 60px;
	font-weight: 700;
	margin: 0;
}
.light-blue-bg h3 {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 15px;
}
.form-heading {
	color: #FFFFFF;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 22px;
	margin: 50px 0 0
}
.form-heading .get {
	font-size: 28px;
	font-weight: 700;
}
.form-heading .top-25 {
	font-size: 22px;
	font-weight: 700;
	color: #ffdc61;
}
.download-free {
	background: #70c626;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-family: Arial, sans-serif;
	border: 0px;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	margin: -15px 1px 0 -14px;
	padding: 10px 15px;
	white-space: inherit;
	text-transform: uppercase;
	line-height: 20px;
	min-height: 186px;
	box-shadow: 10px 4px 8px -10px rgba(0, 0, 0, 0.3) inset;
}
.download-free:hover {
	background: #6fcf1c;
}
.light-blue-bg .col-lg-2, .col-md-2, .col-sm-2 {
	padding-left: 0px;
	padding-right: 0px;
}
.light-blue-bg .form-section {
	padding: 15px 0 0 15px;
	box-shadow: 0 8px 10px rgba(0, 0, 0, 0.3);
}
.font-24px {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	margin: 50px 0 25px;
}
ul.ul-specified {
	margin: 0px 0 0 15px;
	padding: 0px;
}
ul.ul-specified li {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 0 0 6px;
	font-family: 'Raleway', sans-serif;
}
.light-blue-bg .form-section input {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
	margin: 6px 0px;
}
.light-blue-bg .form-section textarea {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	box-shadow: none;
	height: 40px;
}
.light-blue-bg .form-section select {
	border: 1px solid #a2d1da;
	border-radius: 0px;
	height: 40px;
	padding: 10px;
	box-shadow: none;
	margin: 6px -15px;
}
.light-blue-bg .fa-4x {
	line-height: 30px;
}
/*-----------------Html-WRS_ICD-10_payer_readiness_LP 14-September-15-------------*/
.pattern-bg {
	background: url(/wp-content/uploads/2016/08/pattern-bg.jpg) no-repeat;
	padding: 0px;
	background-size: 100% 45%;
	font-family: 'Raleway', sans-serif;
	background-position: bottom;
	margin: 40px 0 0;
}
.pattern-bg .h1 {
	font-size: 42px;
	color: #454545;
	font-weight: 700;
	margin: 15px 0px;
}
.width70 img {
	max-width: 34%;
	margin-right: 10px
}
.earning {
	font-size: 32px;
	color: #8c2e2c;
	font-weight: 600;
	margin: 0px;
	text-shadow: none;
	font-style: italic;
}
.prepared {
	font-size: 28px;
	color: #8c2e2c;
	font-weight: 600;
	margin: 25px 0 15px;
	text-shadow: none;
}
.pattern-bg p {
	font-size: 24px;
	color: #000000;
	font-weight: 300;
}
.margin-bottom {
	margin: 0 0 55px;
}
.wrs-new {
	padding: 20px;
	background: #798f8e;
	margin: 0px;
	position: relative;
}

.payerDownload-btn {
	background: #ff9b00;
	margin: 20px 0 5px;
	min-height: inherit;
	padding: 10px 0;
	box-shadow: 0 3px 0 #495656;
	border: 0;
	width: 100%;
	border-radius: 0px;
	font-size: 24;
	text-transform: uppercase;
	font-weight: 700;
}
.payerDownload-btn:hover {
	background: #e78e04;
}
.wrs-new p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	margin: 0px;
	text-align: center;
}
.wrs-new h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	margin: 0 0 15px;
	padding-left: 43px;
	text-shadow: none;
}
.arrow-indicator {
	left: -28px;
	position: absolute;
	top: 36px;
}
.Financial {
	margin: 0px 0 25px
}
ul.ul-Payer {
	margin: 15px;
	padding: 0px;
}
ul.ul-Payer li {
	font-size: 18px;
	line-height: 30px;
}
/*-----------------Html-WRS_ICD-10_picking_your_EHR 21-October-15-------------*/

.mail {
	float: right;
	position: relative;
	text-align: right;
	color: #06529d;
	padding: 30px 0;
	font-weight: 300;
}
.mail span {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #06529d;
}
.mail .blue {
	font-family: 'Raleway', sans-serif;
	color: #06529d;
	padding: 0 30px 0 5px;
	font-size: 16px;
}
.picking_EHR {
	background: url(/wp-content/uploads/2016/08/bg_img.png) top center no-repeat #06529d;
	min-height: 673px;
}
.picking_EHR {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #06529d;
	background-origin: padding-box;
	background-position: 50% top;
	background-repeat: no-repeat;
	min-height: 673px;
}
.form-section-picking {
	margin: 40px 0 0 35px;
}
.frm_title_bkg {
	background-color: #06529d;
}
.frm_title {
}
.frm_title h2 {
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	line-height: 1.5em;
}
.find-btn {
	background: #66c21b none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	box-shadow: 0 3px 0 #04315f;
	font-size: 24px;
	font-weight: 400;
	margin: 12px 0 5px;
	min-height: inherit;
	padding: 10px 0;
	text-transform: uppercase;
	width: 100%;
}
.find-btn:hover {
	background-color:#488216;
}
.para p {
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	font-family: raleway;
}
.heading_title {
	margin: 0px 0 10px 0px;
	padding-top: 40px;
}
.heading_title p {
	color: #fff;
	text-align: left;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	padding: 2px 0px;
	line-height: 20px
}
.heading_title h1 {
	color: #fff;
	font-size: 52px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	margin: 0px;
	padding: 0px;
}
.heading_title h2 {
	color: #66c21b;
	font-size: 57px;
	font-weight: 300;
	font-family: 'Raleway', sans-serif;
	margin-top: -10px;
	padding: 0px;
}
ul.ul-emr {
	margin: 15px;
	padding: 0;
}
ul.ul-emr li {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	list-style-image: url(/wp-content/uploads/2016/08/bullet.png);
}
.form-control {
	color: #999;
	font-size: 14px;
	line-height: 1.42857;
	margin: 10px 0;
}
textarea.form-control {
	color: #999;
	font-size: 14px;
	line-height: 1.42857;
	margin: 10px 0;
	height: 80px;
}
.brd {
	padding: 25px 20px;
	border: 1px solid #2e71b1;
}

/*-----------------WRS Free EHR LP 17th-Nov-15-------------*/

.img-bg {background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2016/08/background_money.png) no-repeat scroll center bottom;font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0 0;padding: 0;height: 414px;width: 100%;}
	
.topmgr {margin: 0px 0 10px 0px;padding-top: 40px;}

.circle_bg {background: url(/wp-content/uploads/2016/08/free_ehr_circle.png); background-repeat:no-repeat; width: 189px; height: 190px;float: left;padding: 40px 10px;}

.circle_bg h1 {	font-family: 'Raleway', sans-serif;	color: #f3c62a;	font-size: 53px;font-weight: 600;text-align: center;margin: 0px;}

.circle_bg h2 {color: #ffffff;font-family: "Raleway", sans-serif;font-size: 63px;font-weight: 600;margin: -11px;text-align: center;}
.content_lft {float: left;margin-left: 14px;margin-top: 65px;width: 65%;}

.content_lft h1 {font-family: 'Raleway', sans-serif; color: #494949;font-size: 39px;font-weight: 700;}

.content_lft h2 {color: #fff;font-family: "Raleway", sans-serif;font-size: 40px;font-weight: 800;padding-top: 5px;}

.freeEHR {margin-top: 30px;}

.freeEHR p {color: #494949;	font-family: "Raleway", sans-serif;	font-size: 22px;font-weight: 500;text-align: left;padding-top: 15px;}
.freeEHRForm .hs-form-required {display:none;}
.freeEHRForm .hs-form-field {
    color:white;
}
.freeEHRForm .hs-form-radio {
    float:left;
    width: 20%;
    margin-right: 10px;
}

ul.ul-free {margin: 0px;padding: 0;}

ul.ul-free li {	background: rgba(0, 0, 0, 0) url("https://wrshealth.com/wp-content/uploads/2016/08/bullet.jpg") no-repeat scroll 0 14px; color: #00529c;	font-family: "Raleway", sans-serif;
	font-size: 16px;font-weight: 400;line-height: 30px;	list-style: outside none none;	padding-left: 15px;}
	
.online-box {background: url("/wp-content/uploads/2016/08/free_btn_bg.png");height: 85px;	position: absolute;	width: 100%;left: 0;clear: both;margin-top: 10px;text-align: center;
}
.wrs-free {	background: #97d045 none repeat scroll 0 0; margin: 38px 0 0 0;	padding: 20px;	position: relative;}

.wrs-free p {font-family: Arial, Helvetica, sans-serif; color: #ffffff;	font-size: 16px;font-weight: 300;line-height: 20px;}

.wrs-free h2 {font-family: Arial, Helvetica, sans-serif;color: #ffffff; font-size: 26px;font-weight: 600;line-height: 26px; margin: 0 0 15px;
 text-shadow: none;}
 .online-form .form-control { background-color: #e5f3d0; border: 1px solid #fff; border-radius: 0px;	color: #353535; display: block; font-size: 14px;
 height: 39px;line-height: 1.42857;padding: 6px 12px;width: 100%;}
	
.online-form .form-group {	margin-bottom: 0px;}

 .online-form .form-control::-moz-placeholder { color: #000; opacity: 1;}
 
.online-form .btn-info {background-color: #fff3b8;	color: #000;}

.online-form .btn {	border: 1px solid #fff3b8;	border-radius: 0px;	cursor: pointer;display: inline-block; font-size: 22px;font-weight: 600;
 line-height: 1.42857;margin-bottom: 0;padding: 4px 12px;text-align: center;vertical-align: middle;	white-space: nowrap;}
	
.btn_img {bottom: 17px;	height: 70px;position: absolute;right: -18px;width: 18px;}

.btn_img_lft {	bottom: 36px;height: 49px;left: -7px;	position: absolute;}

.online-form .form-section input {border: 1px solid #a2d1da;border-radius: 0px;	height: 30px;padding: 10px; box-shadow: none;margin: 6px 0px;}


/*-----------------WRS_practice_security_management_LP 17th-Nov-15-------------*/

.psm_topmgr {margin: 40px 0 10px 0px;}
.psm h1{ color: #00529c;font-family: "Raleway", sans-serif;font-size: 37px;font-weight: 600; margin:0px; padding:0px;}
.psm h4{ color: #323232;font-family: "Raleway", sans-serif;font-size: 21px;font-weight: 700; margin:0px; padding:0px;}
.psm p{ color: #323232;font-family: "Raleway", sans-serif;font-size: 22px;font-weight: 400; margin:20px 0px 20px 0px;}
.psm-form { margin: 0 65px;}
.psm-form .form-control { background-color: #fff1cc;	border: 1px solid #fff;	border-radius: 0px;	color: #353535;	display: block;	font-size: 14px;
	height: 39px;line-height: 1.42857;padding: 6px 12px;width: 100%;}	
.psm-form .form-group {	margin-bottom: 0px;}
.psm-form .form-control::-moz-placeholder { color: #000; opacity: 1;} 
.download-btn { background: #54a710 none repeat scroll 0 0; border: 0 none; border-radius: 0; box-shadow: 0 3px 0 #99781e; font-size: 22px;
  font-weight: 700; margin: 10px 0 0px; min-height: inherit; padding: 4px 12px; text-transform: uppercase; width: 76%;}
#fscf_submit14{ font-family: Arial, Helvetica, sans-serif; color: #fff; -moz-user-select: none;  user-select: none;background-image: none; border: 1px solid transparent; border-radius: 0px; cursor: pointer; display: inline-block; font-size: 20px; font-weight: 700; line-height: 1.42857; margin-bottom: 0;  padding: 4px 12px; text-align: center; vertical-align: middle; white-space: nowrap; background: #c15720; height: 40px!important; }  
#fscf_submit14.focus, #fscf_submit14:focus, #fscf_submit14:hover { color: #fff; text-decoration: none;}	
.psm-form .form-section input {border: 1px solid #a2d1da;border-radius: 0px;height: 30px;padding: 10px;	box-shadow: none;margin: 6px 0px;}
ul.ul-psm {margin: 0; padding: 0;}
ul.ul-psm li {background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/bullet_check.png") no-repeat scroll 0 9px; color: #323232; font-family: "Raleway",sans-serif;
  font-size: 15px;font-weight: 500;line-height: 36px;list-style: outside none none; padding-left: 25px;}

.wrs-psm { background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/login_bg.png") no-repeat scroll 0 0 / 100% auto; min-height: 422px; width: 100%;}
.wrs-psm h2 { color: #fff; font-size: 30px; font-weight: 600; padding: 40px 20px 0; text-align: center; text-shadow: rgb(113, 113, 113) 2px 2px 2px;}

/*-----------------WRS DSP Preparing and Surviving MU Audit LP 14th-Jan-2016-------------*/

.smaIntro h2{ color: #f56b5c;font-family: "Raleway", sans-serif;font-size: 36px;font-weight: 700; margin:0px 0; padding:0px;}

.smaBg{ background:url(/wp-content/uploads/2016/08/survive_bkg.png) no-repeat; webkit-background-size: cover;-moz-background-size: cover;
-o-background-size: cover; height:100%;}

.sma { float:left;}

.sma h3{ color: #f56b5c;font-family: "Raleway", sans-serif;font-size: 24px;font-weight: 600; margin:20px 0px 20px 0px;}
.sma p{ color: #000;font-family: "Raleway", sans-serif;font-size: 18px;font-weight: 400; margin:20px 0px 20px 0px;}

.surviveBtn { background: #f56b5c; border: 0 none; border-radius: 0px; color: #ffffff; font-size: 18px; font-weight: 600;
  padding: 8px 0; width: 100%; text-transform:uppercase;}

.btn-sma.active, .btn-sma.focus, .btn-sma:active, .btn-sma:focus, .btn-sma:hover, .open > .dropdown-toggle.btn-sma {
  background-color: #f56b5c; color: #ffffff;}

ul.ul-sma { margin: 15px; padding: 0;}

ul.ul-sma li { color: #000;font-family: "Raleway", sans-serif; font-size: 18px; line-height: 22px;}

.smaForm .form-group { margin-bottom: 10px;}

.smaForm .form-control { background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0px; color: #000;
  display: block; font-size: 16px; height: 39px; line-height: 1.42857; padding: 6px 12px; width:100%;}

.smaBox { background:#F4E3B2 url(/wp-content/uploads/2016/08/form-grass.png) bottom center no-repeat; padding:35px; position:absolute; width:100%;}
.smaBox h2{ color: #353535;font-family: "Raleway", sans-serif;font-size: 26px;font-weight: 400; margin:0px; padding:0px;}
.smaBox h3{ color: #323232;font-family: "Raleway", sans-serif;font-size: 20px;font-weight: 400; margin:15px 0; padding:0px;}
.smaBox span{ color: #f56b5c;font-family: "Raleway", sans-serif;font-size: 20px;font-weight: 600; margin:0px 0; padding:0px;}

.grnImg{ position:absolute;}

/*-------------------------WRS PPC Free EHR 27th-Jan-2016----------------------------*/

.BG{ background:#00529c;}

.bluBG { background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/bg_blu_ppc.png") repeat-x scroll 0 0; border-top: 1px solid #ffffff; height: 100%;}

.bgIMG {background: url(/wp-content/uploads/2016/08/ppc1_bnr.png) no-repeat;padding: 0px;width: 100%; background-size:cover; background-position: top;margin: 0px 0 0;}

.lftCont { margin-left: 40px;}
.lftCont h1{ color: #fff;font-family: "Raleway", sans-serif;font-size: 48px;font-weight: 800; margin:0px; padding:20px 0px 0px; text-shadow: -2px 1px 6px rgba(55, 55, 55, 2);}
.lftCont h2{ color: #fff;font-family: "Raleway", sans-serif;font-size: 36px;font-weight: 800; margin:0px; padding:5px 0px; text-shadow: -2px 1px 6px rgba(55, 55, 55, 2);}
.lftCont p{ color: #fff;font-family: "Raleway", sans-serif;font-size: 30px;font-weight: 800; margin:0px; padding:5px 0px; text-shadow: -2px 1px 6px rgba(55, 55, 55, 2);}

.ppcForm {}
.ppcForm .form-group { margin-bottom: 10px;}
.ppcForm .form-control { background-color: #ffffff; background-image: none; border: 1px solid #ffffff; border-radius: 0px; color: #000;
 display: block; font-size: 16px; height: 36px; line-height: 1.42857; padding: 6px 12px; width:100%;}  
.ppcForm .btn { background: #70c626 none repeat scroll 0 0; border: 0 none; border-radius: 0; color: #ffffff; font-size: 25px; font-weight: 600;
 padding: 8px 0; text-transform: uppercase; width: 100%;}

.ppcBox { background: #635b4c; border: 2px solid #ffffff; margin-top: 20px;
 padding: 35px; width: 100%;}
.ppcBox h2{ color: #fff;font-family: "Raleway", sans-serif;font-size: 26px;font-weight: 600; margin:0px; padding:0px;}
.ppcBox h3{ color: #fff;font-family: "Raleway", sans-serif;font-size: 16px;font-weight: 400; margin:15px 0; padding:0px; line-height:22px;}
.ppcBox span{ color: #fff;font-family: "Raleway", sans-serif;font-size: 20px;font-weight: 600; margin:0px 0; padding:0px;}

.ppcCont{margin: 0 60px;}
.ppcCont h2 { color: #00529c; font-family: "Raleway",sans-serif; font-size: 24px; font-weight: 600; margin: 25px 0 10px; padding: 0; text-transform:uppercase;}
.ppcCont p { color: #222222;font-family: "Raleway",sans-serif;font-size: 16px;font-weight:400;line-height: 20px; margin:0;padding: 10px 0 30px;}


ul.ul-ppc {margin: 0;padding: 0;}
ul.ul-ppc li {background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/bullet.jpg") no-repeat scroll 0 14px; color: #00529c;font-family: "Raleway",sans-serif;
font-size: 14px; font-weight: 500; line-height: 30px; list-style: outside none none; padding-left: 10px;}

.arrowCrv { height: 67px; left: 15px; position: absolute; top: 28%; width: 37px;}


/*-------------------------WRS PPC Free EHR v2 27th-Jan-2016----------------------------*/

.bluBGv2 { background:#166bba url("/wp-content/uploads/2016/08/ppc2_bnr.png") no-repeat scroll center top ; height: 100%; background-size:cover;}

.Boxv2 { background: #fff; border: 1px solid #bde0f6; margin-top: 50px; margin-bottom:20px; padding: 25px; width: 100%;}
 
.Formv2 {}
.Formv2 .form-group { margin-bottom: 10px;}
.Formv2 .form-control { background-color: #fbfbfb; background-image: none; border: 1px solid #7fc2e4; border-radius: 0px; color: #000;
 display: block; font-size: 16px; height: 50px; line-height: 1.42857; padding: 6px 12px; width:100%;}  
.Formv2 .btn { background: #70c626 none repeat scroll 0 0; border: 0 none; border-radius: 0; color: #ffffff; font-size: 25px; font-weight: 600;
 padding: 8px 0; text-transform: uppercase; width: 100%; box-shadow: 0 3px 0 #999; }
 
 .Formv2 textarea.form-control { height:100px;}

.Formv2 h3{ color: #00529c;font-family: "Raleway", sans-serif;font-size: 18px;font-weight: 600; margin:0px; padding:0px; text-transform:uppercase; margin-top:20px;}
.Formv2 p{ color: #494949;font-family: "Raleway", sans-serif;font-size: 15px;font-weight: 500; margin:0px; padding:10px 0; text-shadow:none; line-height:20px}

.grybgv2{ background:#e2e2e2;}
.Crvarrowv2 { height: 74px; left: -10px; position: absolute; top: 66%; width: 69px;}

.lftContv2 { margin-top: 12%;}
.lftContv2 h1{ color: #fff;font-family: "Raleway", sans-serif;font-size: 48px;font-weight: 800; margin:0px; padding:20px 0px 0px;}
.lftContv2 h2{ color: #66c21b;font-family: "Raleway", sans-serif;font-size: 48px;font-weight: 300; margin:0px; padding:5px 0px;}
.lftContv2 h3{ color: #fff;font-family: "Raleway", sans-serif;font-size: 30px;font-weight: 600; margin:0px; padding: 15px 0 0;}
.lftContv2 span{ color: #fff;font-family: "Raleway", sans-serif;font-size: 30px;font-weight: 500; margin:0px; padding:5px 0px; font-style:italic;}
.lftContv2 p {
  color: #ffffff;
  font-family: "Raleway",sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 40px 8px;
  text-shadow: -2px 1px 6px rgba(126, 126, 126, 2);
}

.ppcContv2{}
.ppcContv2 h2 { color: #00529c; font-family: "Raleway",sans-serif; font-size: 24px; font-weight: 400; margin: 25px 0 10px; padding: 0; text-align:center;}
.ppcContv2 p { color: #494949; font-family: "Raleway",sans-serif; font-size: 16px; font-weight: 400; margin: 25px 0 10px; padding: 0; text-align:center;}

ul.ul-ppcv2 {margin: 0;padding: 0;}
ul.ul-ppcv2 li {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/grn_arrow_bullet.png") no-repeat scroll 0 6px;
  color: #00529c;
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  list-style: outside none none;
  padding-left: 25px;
   padding-bottom: 15px;
}

/*-------------------------LP for Practice Revenue Optimization DSP 11th-Feb-2016----------------------------*/

.revdsp {
  margin-top: -88px;
}
.grnBG{ background:#80b24a;}
.revOpt_bg {
  background:url(/wp-content/uploads/2016/08/revenueOpt_bg.jpg) no-repeat top #80b24a;
  font-family: Arial,Helvetica,sans-serif;
  height: 436px;
  margin: 0;
  padding: 0;
  width: 100%;
}

.dspBox {
  background: #2f2f2f none repeat scroll 0 0;
   margin-top: 50px;
  padding: 25px;
  width: 100%;
  border-radius:8px;
}

.dspForm .form-control {
  border: 1px solid #979797;
  border-radius: 5;
  color: #333;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 1.42857;
  padding: 6px 12px;
  width: 100%;
}

.revOptbtn {
  background: #00529c none repeat scroll 0 0;
  border: 0 none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 0;
  text-transform: uppercase;
  width: 100%;
}

.base1{ position:absolute; width:12px; height:50px; background:url(/wp-content/uploads/2016/08/base.jpg); top:0; left:80px}
.base2{ position:absolute; width:12px; height:50px; background:url(/wp-content/uploads/2016/08/base.jpg); top:0; right:80px;}
.content_revOpt {
    margin-top: 10%;
}
.content_revOpt h1{ color: #fff; font-family: "Raleway",sans-serif; font-size: 46px; font-weight: 800; padding:0px; margin:0px; text-align:left; text-transform:uppercase; font-style:italic;text-shadow: 2px 2px 2px #5e5d5d;}
.content_revOpt h2{  color: #fff; font-family: "Raleway",sans-serif; font-size: 72px; font-weight: 800; padding: 0px 0 0px; margin:0px; text-align:left; text-transform:uppercase; font-style:italic;text-shadow: 2px 2px 2px #5e5d5d;}
.content_revOpt h3{  color: #fff; font-family: "Raleway",sans-serif; font-size: 40px; font-weight: 800; padding: 0px 0 10px; margin:0px; text-align:left; text-transform:uppercase; font-style:italic;text-shadow: 2px 2px 2px #5e5d5d;}
.content_revOpt p{  color: #fff; font-family: "Raleway",sans-serif; font-size: 20px; font-weight: 400; padding: 0px; margin:0px; text-align:left; font-style:italic; line-height:22px;   text-shadow: 2px 2px 2px #5e5d5d;}

.dsp_topmgr {
  margin-top:15%;
}

.revdsp p {
  color: #323232;
  font-family: "Raleway",sans-serif;
  font-size: 20px;
  font-weight: 500;
  margin: 10px 0;
  line-height:22px;
}

ul.ul-revOpt {
  margin: 0;
  padding: 0;
}

ul.ul-revOpt li {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/rev_green_bullet.jpg") no-repeat scroll 0 12px;
  color: #014886;
  font-family: "Raleway",sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  list-style: outside none none;
  padding-left: 25px;
}

.revFormshad{ width:492px; height:95px; background:url(/wp-content/uploads/2016/08/rev_form_shadow.png);}
.getStartd{  font-size: 26px;  padding: 10px; background:#7A7A7A; margin-bottom:20px; color:#fff; text-align:center;}

/*-----------------WRS Health 30-day Free RM DSP HTML 29th-feb-16 url:/doctor-reputation-management-30-dsp-------------*/

.wrsfree_gbg{ background:#20baac;}
.reviews{}
.reviews h1{ font-family: 'Roboto', sans-serif; font-size:36px; color:#fff; text-align:center;font-weight:500; text-transform:uppercase; margin:0px; padding:10px;}
.reviews h4{ font-family: 'Roboto', sans-serif; font-size:20px; color:#fff; text-align:right;font-weight:300; text-transform:uppercase; margin:0px; padding:0px 0 10px; font-style:italic}
.wrsfree_gredbg{ /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,01437e+0,15928b+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top, #1e5799 0%, #01437e 0%, #15928b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #1e5799 0%,#01437e 0%,#15928b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #1e5799 0%,#01437e 0%,#15928b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#15928b',GradientType=0 ); /* IE6-9 */
padding:10px}
.count{}
.count1{ width:669px; height:96px; background:url(/wp-content/uploads/2016/08/count1.png) no-repeat; margin:10px 0}
.count2{ width:669px; height:96px; background:url(/wp-content/uploads/2016/08/count2.png) no-repeat; margin:10px 0}
.count3{ width:669px; height:96px; background:url(/wp-content/uploads/2016/08/count3.png) no-repeat; margin:10px 0}
.count img{ max-width:100%;}
.count_pos{ position: absolute; left: 125px; top: 34px;}
.count_pos1{ position: absolute; left: 125px; top: 128px;}
.count_pos2{ position: absolute; left: 125px; top: 234px;}
.count_pos{ position: absolute; left: 125px; top: 34px;}
.count h2{ font-family: 'Roboto', sans-serif; font-size:20px; color:#ed2f24; text-align:left;font-weight:500;margin:0px; padding:0px; text-shadow:none;}
.count p{ font-family: 'Roboto', sans-serif; font-size:20px; color:#373737; text-align:left; font-weight:300;margin:0px; padding:0px;}
.count_pos1{ position: absolute; left: 125px; top: 126px;}
.count_pos1 span{ color:#5f439a; font-weight:500;}
.count_pos1 h3{ font-family: 'Roboto', sans-serif; font-size:16px; color:#363636; text-align:left;font-weight:300;margin:0px; padding:0px; text-shadow:none;}
.count_pos1 p { color: #373737; font-family: "Roboto",sans-serif; font-size: 16px; font-weight: 300; line-height: 17px; margin: 5px 0; padding: 0; text-align: left;}
.count_pos2{ position: absolute; left: 125px; top:75%;}
.count_pos2 span{ color:#009b95; font-weight:500;}
.count_pos2 h2{ font-family: 'Roboto', sans-serif; font-size:20px; color:#363636; text-align:left;font-weight:300;margin:0px; padding:0px; text-shadow:none;}
.wrsfree_wthbg{ background:#fff; padding:10px;}
.wrsfree_titletxt { padding: 20px;}
.wrsfree_titletxt h3{ font-family: 'Roboto', sans-serif; font-size:22px; color:#036d8e; text-align:left;font-weight:300;margin:0px; padding:0px; text-shadow:none; text-transform:uppercase; font-style:italic;}
.submit{}
.btn { -moz-user-select: none; user-select: none; background-image: none; border: 1px solid rgba(0, 0, 0, 0);border-radius: 4px; cursor: pointer;display: inline-block; font-size: 14px; font-weight: 400; line-height: 1.42857; margin-bottom: 0; padding: 6px 12px; text-align: center; vertical-align: middle; white-space: nowrap;}
.submit-btn-learn { background: #f56b5c none repeat scroll 0 0; border: 0 none; border-radius: 10px; box-shadow: 0 2px 0 rgba(0, 0, 0, 0.5); color: #ffffff; display: block; font-family: 'Roboto', sans-serif; font-size: 24px; font-weight: 600; margin: 8px 0 20px; padding: 8px 0; text-align: center; width: 100%;}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary { background-color: #0c7085; border-color: #204d74; color: #ffffff;}
.Inquiries{}
.Inquiries span{ font-family: 'Roboto', sans-serif; font-size:18px; color:#000; text-align:center; font-weight:400;margin:0px; padding:0px; text-shadow:none; }
.btmline{}
.btmline span{ font-family: 'Roboto', sans-serif; font-size:18px; color:#00529c; text-align:center; font-weight:600;margin:0px; padding:0px; text-shadow:none; text-transform:uppercase;}
.wrsfree_yellowbg{ background-color: #4a6579; padding:60px;}
.wrsfree_form{}
.wrsfree_form .form-control {font-family: 'Roboto', sans-serif; background-color: #ffffff; background-image: none; border: 1px solid #cccccc;border-radius: 0px; color: #555555; display: block; font-size: 16px; height: 55px; line-height: 1.42857; padding: 6px 12px; width: 100%;}
.wrsfree_form .form-control::-moz-placeholder { color: #999999; opacity: 1;}
.formtxt{ margin-bottom:20px;}
.formtxt span{ font-family: 'Roboto', sans-serif; font-size:26px; color:#fff; text-align:center; font-weight:400;margin:0px; padding:10px; text-shadow:none;}
.btn-sb { background: #16988c none repeat scroll 0 0;  border: 0 none; border-radius: 5px; color: #ffffff; font-family: 'Roboto', sans-serif; font-size: 21px; font-weight: 500;  padding: 18px 0; width: 100%;}
.btn-sb.active, .btn-sb.focus, .btn-sb:active, .btn-sb:focus, .btn-sb:hover, .open > .dropdown-toggle.btn-sb {  background-color:#4dd0c4; color: #ffffff;}
.btn-group-sml > .btn, .btn-sml { border-radius: 3px; font-size: 25px; line-height: 1.5; padding: 16px 10px;}
.arrowlft { background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/better_rep_arrow.png") no-repeat scroll 0 0; bottom: -380px; height: 290px;  left: -228px; position: absolute; width: 773px;}
.titl { padding: 70px 190px;}
.titl h2{ font-family: 'Roboto', sans-serif; font-size:40px; color:#fbaf42; text-align:left; 
font-weight:800;margin:0px; padding:0px; text-shadow:none; text-transform:uppercase; font-style:italic; }
.titl h3{ font-family: 'Roboto', sans-serif; font-size:30px; color:#16988c; text-align:left; 
font-weight:800;margin:0px; padding:0px; text-shadow:none; text-transform:uppercase; font-style:italic;}
.titl h4{ font-family: 'Roboto', sans-serif; font-size:60px; color:#fff; text-align:left; 
font-weight:800;margin:0px; padding:0px; text-shadow:none; text-transform:uppercase; font-style:italic;}
.arrow_grn{ position:absolute; margin:0 auto; width:28px; height:13px; left:50%;}
.arrow_wht{ position:absolute; margin:0 auto; width:28px; height:13px; left:50%;}

/*-------------------------OBGYN SOL LP mockup HTML 9-3-2016--------------------------------------*/

.obgyn-bluebg {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#02417a+0,2989d8+100,207cca+100,0169b0+100 */
background: #02417a; /* Old browsers */
background: -moz-linear-gradient(top, #02417a 0%, #2989d8 100%, #207cca 100%, #0169b0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #02417a 0%,#2989d8 100%,#207cca 100%,#0169b0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #02417a 0%,#2989d8 100%,#207cca 100%,#0169b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02417a', endColorstr='#0169b0',GradientType=0 ); /* IE6-9 */	height: auto;}

.obgyn-header-img {background: url(/wp-content/uploads/2016/08/obgyn_header-img.jpg) no-repeat;padding: 0px;width: 100%;background-position: top;margin: 0px 0 0; height:auto; background-size:cover;}
.obgyn-para-title{ padding:40px 0;}
.obgyn-para-title h1{ font-family: 'Roboto', sans-serif; font-size:30px; color:#fff; text-align:left; line-height:40px;
font-weight:800;margin:0px; padding:0px; text-shadow: 2px 2px 2px #5e5d5d; text-transform:uppercase; font-style:italic;}

.obgyn-doctor-photo{ padding:40px 0 0}
.obgyn-doctor-photo img{ max-width:100%;}

.obgyn-loginbx{background:#e4e4e4; padding:20px; border-radius: 4px;}
.obgyn-login_box { background-position: center bottom; background-repeat: no-repeat;  margin-top: 40px; position: absolute;
  width: 100%; z-index:9;}

.obgyn-login_box-heading { background: #26a06a none repeat scroll 0 0; border-top-left-radius: 3px; border-top-right-radius: 3px;
  padding: 20px 15px;}

.obgyn-login_box-title { color: #333333; font-family: "Roboto",sans-serif; font-size: 36px; font-weight: 300; margin-bottom: 0;
  margin-top: 0; text-align: center;}

.obgyn-login_form{}
.obgyn-login_form .form-group {margin-bottom: 10px;}
.obgyn-login_form .form-control { background-color: #ffffff; background-image: none; border: 1px solid #72a6c9; border-radius: 0;
  color: #555555; display: block; font-size: 16px; height: 45px; line-height: 1.42857; padding: 6px 12px; width: 100%;}
 
.btn-obgynlogin { background: #c9a71d none repeat scroll 0 0; border: 0 none; border-radius: 5px; color: #ffffff;font-family: "Roboto",sans-serif;
  font-size: 21px; font-weight: 500; padding: 18px 0; width: 100%;}

.btn-obgynlogin.active, .btn-obgynlogin.focus, .btn-obgynlogin:active, .btn-obgynlogin:focus, .btn-obgynlogin:hover, .open > .dropdown-toggle.btn-obgynlogin {
  background-color: #e7c022; color: #ffffff;}

.obgyn_cont{ padding:40px 0 0px;}
.obgyn_cont img{ max-width:100%;}
.obgyn_cont p{ color: #373737; font-family: "Roboto",sans-serif; font-size: 18px; font-weight: 300; line-height: 24px; margin: 5px 0; padding: 0; text-align: left;}
.obgyn_cont h4{ color: #0168af; font-family: "Roboto",sans-serif; font-size: 24px; font-weight: 300; line-height: 24px; margin: 15px 0 15px; padding: 0; text-align: left;}

ul.ul-obgyn { margin: 20px 0; padding: 0;}
ul.ul-obgyn li { background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/square-bullet.jpg") no-repeat scroll 0 7px; color: #333333; font-family: "Roboto",sans-serif;
  font-size: 16px; font-weight: 300; line-height: 20px; list-style: outside none none; padding-bottom: 5px; padding-left: 18px; font-style:italic;}

.obgyn-freecopy{}
.obgyn-freecopy h3{ color: #333333; font-family: "Roboto",sans-serif; font-size: 18px; font-weight: 400;
line-height: 22px; margin:0px; padding: 0; text-align: center;}

.obgyn-offer{ padding:20px; }
.obgyn-offer h3{ color: #333333; font-family: "Roboto",sans-serif; font-size: 24px; font-weight: 300;
line-height: 28px; margin:0px; padding: 0; text-align: center;}

/*-----------------WRS Health Capterra LP - HTML 22th-March-16-------------*/

.Capterrabg{ background:#fff; padding:20px 0;}
.CapterraBox { background: #6f6f6f none repeat scroll 0 0; padding: 15px 26px; width: 100%;}
.CapterraBox h2 {color: #ffffff; font-family: "Raleway",sans-serif; font-size: 30px; font-weight: 500; margin: 0;
padding: 10px 0; text-align: center; text-shadow: none;}
.demo{}
.btn { background: #70c626 none repeat scroll 0 0; border:2px solid #fff; border-radius: 25px; color: #ffffff;
font-size: 18px; font-weight: 600; padding: 8px 0; text-transform: uppercase; width: 100%;}
.btn-demo.active, .btn-demo.focus, .btn-demo:active, .btn-demo:focus, .btn-demo:hover, .open > .dropdown-toggle.btn-demo {
background-color: #539e13; color: #ffffff;}  
.brands-Capterra{ background:url(/wp-content/uploads/2016/08/vertical-line-img.jpg) repeat-x; height:258px; padding:20px; margin-top:20px; margin-bottom:20px; }
.brands-Capterra img{} 
.btxt{}
.btxt h3{  color: #1a5b96; font-family: "Raleway",sans-serif; font-size: 24px; font-weight: 600; text-align:center;
text-transform:uppercase; text-shadow:none; margin:5px;}  
.icons{}
.icons img{ }
.icons h2{  color: #00529c; font-family: "Raleway",sans-serif; font-size: 36px; font-weight: 500; text-align:center;
text-shadow:none; margin:5px;}  
.icons h4{  color: #00529c; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 500; text-align:left; text-shadow:none; margin:5px;}  
.icons p{  color: #333; font-family: "Raleway",sans-serif; font-size: 14px; font-weight: 400; text-align:left; text-shadow:none; margin:5px;}  
ul.ul-ico { margin: 15px; padding: 0;}
ul.ul-ico li { color: #000000; font-family: "Raleway",sans-serif; font-size: 14px; line-height: 22px;}  
.wth14{ width:14.0%; float:left; text-align:center; margin-bottom:20px;}
.bluclass{ background:#1a5b96; padding:20px;}
.bluclass h3{ color: #fff; font-family: "Raleway",sans-serif; font-size: 30px; font-weight: 500; text-align:left; text-shadow:none;}   
.bluclass .padding10 { padding: 10px;}
.bluclass .btn { background: #70c626 none repeat scroll 0 0; border: none; border-radius: 0px; color: #ffffff; font-size: 18px;
font-weight: 600; padding: 8px 0; text-transform: uppercase; width: 100%;  margin:0px;}
.bluclass .form-section input { border: 1px solid #a2d1da; border-radius: 0; box-shadow: none; height: 40px; margin: 6px 0; padding: 10px;}
.bluclass .form-control { background-color: transparent; background-image: none; border: 2px solid #fff; border-radius: 0px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #fff; display: block;font-size: 12px; height: 42px; line-height: 1.42857; margin-bottom: 10px; padding: 6px 12px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;}
.bluclass .form-control::-moz-placeholder { color: #fff; opacity: 1; font-size:12px;}
.arrow{ padding:20px 0 10px;}
.expand {padding-top:10px;color: #00529c; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 500;}
h4.expand:after {content:url(/wp-content/uploads/2016/08/dropdown.png); padding-left:7px; vertical-align:-2px;}
h4.expand.active:after {content:url(/wp-content/uploads/2016/08/close.png); padding-left:7px; vertical-align:-2px;}
.greatmindsbg {background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2016/08/clinical_minds.png) no-repeat fixed; font-family: Arial, Helvetica, sans-serif; margin: 0px 0 0; padding: 0;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover; height:100%;}
.faqBox {border-left:20px #ccc solid; border-bottom:10px #ccc solid; padding-left:10px;padding-bottom:5px;margin-bottom:20px;}
.greatmindsbg p {font-size:16px;color:#484848;text-align:left;}
.moreEHR {padding: 5px 20px; text-align:left;}
button.accordion { background-color:rgba(221, 221, 221, 0.55); cursor: pointer; padding: 10px; width: 100%; border: none;text-align: left;outline: none;transition: 0.4s;
color: #539e13;font-family: "Raleway", sans-serif;text-transform:uppercase;font-size: 18px;font-weight: 500;}
button.accordion.active, button.accordion:hover {background-color: #ccc;color: #555;}
button.accordion:after {content: '▼';font-size: 18px;float: right;margin-left: 5px;}
button.accordion.active:after {content: "\2796"'▲';}
div.panel {padding: 0 18px; max-height: 0;overflow: hidden;transition: 0.6s ease-in-out;opacity: 0;}
div.panel.show {opacity: 1;max-height: 500px;}

/*-----------------WRS Health Free new version LP - HTML 22th-March-16-------------*/

.doctorbg {background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2016/08/woman-physician-on-computer.png) no-repeat fixed; font-family: Arial, Helvetica, sans-serif; margin: 0px 0 0; padding: 0;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover; height:480px;
}
.freeRev {width:85%;font-style:normal;}
.blockquote2 {background: #fff2bf; border-left: 10px solid #f5c44e; margin: 10px 0px 20px; padding: .25em .75em; quotes: "\201C""\201C""\201C""\201C";}
.ul-free li { font-size:16px;}
.topmgr2 {padding-top:20px;}
.content_revFree {
    margin-top: 10%;
}
.content_revFree h1{ color: #fff; font-family: "Raleway",sans-serif; font-size: 46px; font-weight: 800; padding:0px; margin:0px; text-align:left; text-transform:uppercase; font-style:italic;text-shadow: 2px 2px 2px #5e5d5d;}
.content_revFree h2{  color: #fff; font-family: "Raleway",sans-serif; font-size: 72px; font-weight: 800; padding: 0px 0 0px; margin:0px; text-align:left; text-transform:uppercase; font-style:italic;text-shadow: 2px 2px 2px #5e5d5d;}
.content_revFree h3{  color: #fff; font-family: "Raleway",sans-serif; font-size: 40px; font-weight: 800; padding: 0px 0 10px; margin:0px; text-align:left; text-transform:uppercase; font-style:italic;text-shadow: 2px 2px 2px #5e5d5d;}
.content_revFree p{  color: #fff; font-family: "Raleway",sans-serif; font-size: 20px; font-weight: 400; padding: 0px; margin:0px; text-align:left; font-style:italic; line-height:22px;   text-shadow: 2px 2px 2px #5e5d5d;}
.online-form .btn2 { border: 1px solid #fff3b8;	border-radius: 0px;	cursor: pointer;display: inline-block; font-size: 22px;font-weight: 600;
 line-height: 1.42857;margin-bottom: 0;padding: 4px 12px;text-align: center;vertical-align: middle;	white-space: nowrap;}
 
 /*--------WRS Health FREE EHR2 10/17/2016------------*/
.hero-banner-free-wrs-ehr {background: url(//cdn2.hubspot.net/hubfs/2339900/WRS_Health/woman-physician-on-computer.png) no-repeat fixed;background-size:cover;}
.freeEHRForm {background-color: rgba(56, 128, 206, 0.29); padding:5px 15px 25px;}
.hs-input {border: 1px solid #fff;
border-radius: 0px;
color: #353535;
display: block;
font-size: 14px;
height: 39px;
line-height: 1.42857;
padding: 6px 12px;
width: 100%;}
.text-center {text-align:center;}
 /*-----------------------------WRS Health Physicians Guide to Reputation Management HTML 4/5/2016----------------*/

.mgm{}
.mgm .navbar { border: 1px solid rgba(0, 0, 0, 0); margin-bottom:0px; min-height: 50px; position: relative;} 
.mgm .navbar-brand { float: left; font-size: 18px; line-height: 20px; padding: 28px 0;}
.mgm_bg { background: #00529c none repeat scroll 0 0;}
.mgm_mail { color: #06529d; float: right; font-weight: 300; padding: 38px 0 0; position: relative; text-align: right;}
.mgm_mail span { color: #ffffff; font-size: 18px; font-weight: 300;}
.mgm_mail .BTxt { color: #9cd4e1; font-family: 'Raleway', sans-serif; font-size: 18px; font-weight: 600; padding: 0 30px 0 5px;}
.mgmlftbg { background: #64819e none repeat scroll 0 0; height: 700px; margin: 0; padding: 0;}
.mgm_content{}
.mgm_content h1{ color: #333; font-family: 'Raleway', sans-serif; font-size: 36px; font-weight: 500; text-transform:uppercase; }
.mgm_content h2 { color: #e74c3c; font-family: "Raleway",sans-serif; font-size: 28px; font-weight: 700; text-transform: none;}
.mgm_content h3 { color: #2c3e50; font-family: "Raleway",sans-serif; font-size: 24px; font-weight: 600; padding: 12px 0 0; text-transform: none;}
.mgm_content p { color: #2c3e50; font-family: "Raleway",sans-serif; font-size: 16px; font-weight: 500; text-transform: none; line-height: 24px;}
ul.ul-mgm { margin: 0 15px; padding: 0 0 20px;}
ul.ul-mgm li { color: #303030; font-family: "Raleway",sans-serif; font-size: 16px; font-weight: 500; line-height: 30px;}
.flrth{ float:right;}
.fllft{ float:left;}
.circle-img{ float:left; position:absolute; width:195px; height:195px; background:url(/wp-content/uploads/2016/08/circle-img.png);}
.circle-img h4{ color: #fff; font-family: "Raleway",sans-serif; font-size: 24px; font-weight: 600; text-align:center; padding:0px 0 0; margin:0px;}
.circle-img h5{ color: #fff; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 300; text-align:center; padding:10px 0 0; margin:0px;}
.centerct { left: 16px; position: absolute; text-align: center; top: 26px;}
.txt{}
.mgmlftbg p { color: #ffffff; font-family: "Raleway",sans-serif; font-size: 16px; font-weight: 400; line-height: 24px; margin: 0; padding: 0;
text-transform: none;}
  
.mgmForm {}
.mgmForm .form-group { margin-bottom: 10px;}
.mgmForm .form-control { background-color: #fff-fff; background-image: none; border: 1px solid #ffffff; border-radius: 0;
color: #000000; display: block; font-size: 14px; height: 36px; line-height: 1.42857; padding: 6px 12px; width: 100%;}
.mgmForm .fscf-button-submit { background: #ffb800 none repeat scroll 0 0; border:none; border-radius:0px; color: #ffffff; font-size: 18px;
font-weight: 600; padding: 8px 0; text-transform: uppercase; width: 95%; margin: 15px;}
.mgmForm .form-control::-moz-placeholder { color: #333; opacity: 1;}

.mgm .Ftr { background: #d7d7d7 none repeat scroll 0 0;  padding: 10px 0;}
.mgm .Ftr p { color: #000000; font-size: 20px; font-weight: 600; margin: 0; padding: 20px 0 0; text-align: center;}

/*-----------------PU from Psychiatry-cloud Free DSP EHR 02 HTML--22nd-March-2016-------------*/

.Freedsp_bg {
  background-color: #2baa77;
}

.lightorgbg {background: #f2f1f0;	height: auto;}
.Freedspimg {background: url(/wp-content/uploads/2016/08/ehr_free2.jpg) no-repeat; background-size:cover;padding: 0px;width: 100%;background-position: top;margin: 0px 0 0;}
.Freedsp-intro { margin: 40px 0 26px;}
.Freedsp-intro h2 {font-family: 'Raleway', sans-serif;	font-size: 36px;color: #333;
font-weight: 600;margin: 0px;text-shadow:none; padding:0px 0 20px}
.Freedsp-intro h3 {font-family: 'Raleway', sans-serif;	font-size: 30px;color: #333;
font-weight:300;margin: 0px;text-shadow:none; padding:0}
.Freedsp-intro span {font-family: 'Raleway', sans-serif;	font-size: 36px;color: #3c7cbf;
font-weight: 600;margin: 0px;text-shadow:none;}	

.Freedsp-box {
  background-color: rgba(135, 135, 135, 0.8);
  margin: 0 auto;
  padding: 10px 20px 10px;
  width: 40%;
}
.Freedsp-box .hs-form-required {
    display:none;
}

.Freedsp-box h5{ font-family: 'Raleway', sans-serif;font-size: 16px;color: #fff;
font-weight:300;margin: 0px;text-shadow:none; padding:10px 0 10px; text-align:left; line-height:25px;}

.Freedsp-box .form-control { background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 14px; height: 45px; line-height: 1.42857;
  padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%; margin-bottom:12px;}
.Freedsp-box.form-section input { border: 1px solid #a2d1da; border-radius: 0; box-shadow: none; height: 40px; margin: 6px 0; padding: 10px;}

.Freedsp-box.padding10 { padding: 10px;}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
  background-color: #c7a328; border-color: #FFF; color: #ffffff;}

.orgbtn-learnmore { background: #f3c62a none repeat scroll 0 0; border:1px solid #fff; border-radius: 8px; color: #ffffff;
  display: block; font-family: 'Raleway', sans-serif; font-size: 24px; font-weight: 600; margin: 8px 0 28px; padding: 8px 0;
  text-align: center; width: 100%;}
  
.Freedsp-content {margin: 25px 0 25px}
.Freedsp-content h2 {font-family: 'Raleway', sans-serif;font-size: 22px;color: #006986;
	font-weight: 500;margin: 0px;}
	
.Freedsp-content p {font-family: 'Raleway', sans-serif;font-size: 16px;	color: #606060;	font-weight: 300;margin: 10px 0px;line-height: 20px}

.Freedsp-client{ width:100%; border-left:10px solid #3c7cbf; padding:10px; margin:20px 0; }

.Freedsp-client h4{ font-family: 'Raleway', sans-serif;font-size: 22px;color: #2a2a2a;
	font-weight: 400; font-style:italic; margin: 0px; line-height:1.35em;}
	.Freedsp-client span{ font-family: 'Raleway', sans-serif;font-size: 18px;color: #3c7cbf;
	font-weight: 600; font-style:italic; margin: 0px;}
	
.psc-practice{}	
.psc-practice h2{ font-family: 'Raleway', sans-serif;font-size: 40px;color: #3c7cbf;
	font-weight: 400; font-style:normal; margin: 0px;}	
ul.ul-psc { margin: 15px 28px; padding: 20px 0;}

ul.ul-psc li {
  color: #000000;
  font-family: "Raleway",sans-serif;
  font-size: 18px;
  line-height: 32px;
  list-style: outside url(//cdn2.hubspot.net/hubfs/2339900/WRS_Health/arrow-gray.gif);

}

.call-practice{ padding:0 0 50px;}
.call-practice p {
  color: #606060;
  font-family: "Raleway",sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  margin: 10px 0;
  text-align: center;
}
.call-practice span{ font-family: 'Raleway', sans-serif;font-size: 24px;	color: #1fa67a; text-decoration:none;	font-weight: 500;margin:0px; text-align:center;}

/*-----------------PU from Free DSP EHR 02 HTML--22nd-March-2016 update image-------------*/
.Freedspobgynimg {background: url(//cdn2.hubspot.net/hubfs/2339900/WRS_Health/ehr_obgyn_free.jpg) no-repeat; background-size:cover;padding: 0px;width: 100%;background-position: top;margin: 0px 0 0;}

/*-----------------WRS 10 Implementation Mistakes to Avoid DSP LP 06052016-----------------------------*/

.imbg {background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2016/08/implementation_bkg.jpg) no-repeat scroll center bottom; background-size:cover;
	height: 522px;width: 100%;}

.im_box-body { background: #6f6f6f none repeat scroll 0 0; margin: 60px 0 0; padding: 30px 18px; position: absolute; right: 0; width:100%;}

.im_box-body h2 { color: #ffffff; font-size: 45px; text-align: center;}

.imForm { padding: 15px ;}

.imForm .form-control { background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0;
  color: #000000; display: block; font-size: 16px; height: 42px; line-height: 1.42857; padding: 10px 12px; width: 100%;}

.imForm textarea { height: 100px !important; overflow: auto;}
.imForm .fscf-button-submit{ background: #c15720;}
.imForm .fscf-button-submit:hover{ background: #70c626;}

.imPractice { padding: 20px 0 40px;}
.imPractice p { color: #606060;font-family: "OpenSans-Regular,OpenSans-Light", Arial, Helvetica, sans-serif;
  font-size: 18px; font-weight: 300; line-height: 20px; margin: 10px 0; padding:5px 0;}

.btn { background: #70c626 none repeat scroll 0 0; border:2px solid #fff; border-radius: 5px; color: #ffffff; font-size: 30px;
  font-weight: 300; padding: 5px 0; text-transform:none; width: 100%;}
.btn-im.active, .btn-im.focus, .btn-sma:active, .btn-im:focus, .btn-im:hover, .open > .dropdown-toggle.btn-im {
  background-color: #5ba917; color: #ffffff;}

.imIntro {}

.imIntro h2 { color: #ffffff; font-family: "OpenSans-Regular,OpenSans-Light", Arial, Helvetica, sans-serif;
  font-size: 45px; font-weight: 500; margin: 0; padding: 237px 0 0;text-shadow: 2px 2px #4b4b5b;}

.imIntro span { color: #fe8a2d; font-size: 45px; font-weight: 700;}

/*-----------------WRS Health Staying Independent DSP LP HTML 25th-May-2016-------------*/

.wrshsiBg{ background:#d7f6f9; padding:20px 0 0px; background-image:url(/wp-content/uploads/2016/08/water_wave.png); background-repeat:no-repeat; background-position:bottom; background-size:100%; padding-bottom:30px; }
.topcont{}
.topcont h2{ color: #004878;font-family: "Raleway", sans-serif;font-size: 32px;font-weight: 600; margin:0px; padding:30px; text-align:center; line-height:35px}
.wrshsi-box { background-color:#e8f3de; border:2px solid #c1dfb6; border-radius:10px; margin: 0 auto; padding: 10px 20px 0; width: 100%;}
.wrshsi-box h4 { color: #004878; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 500; line-height: 25px; margin: 0;
padding: 10px 10px; text-align: center; text-shadow: none;}
.wrshsi-box h5 { color: #004878; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 600; line-height: 25px; margin: 0;
padding: 10px 10px; text-align: left; text-shadow: none;} 
.wrshsi-box .form-control { background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 14px; height: 45px; line-height: 1.42857;
margin-bottom: 12px; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
width: 100%;}

.wrshsi-box .fscf-button-submit{background: #c15720 none repeat scroll 0 0; border: 0 none; border-radius: 0; color: #ffffff; font-size: 18px;
font-weight: 600; padding: 12px 0; text-transform: uppercase; width: 95%; margin: 15px;}
.online-form .fscf-button-submit{background: #f3c62a;}
.download{}
.btn { background: #c15720 none repeat scroll 0 0; border: 0 none; border-radius: 0; color: #ffffff; font-size: 18px;
font-weight: 600; padding: 12px 0; text-transform: uppercase; width: 100%;}
.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
background-color: #a94a19; border-color: #204d74; color: #ffffff;}
.form-control::-moz-placeholder { color: #000; opacity: 1;}
.btmpara{ padding:60px 0 0}
.btmpara p{  color: #fff; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 400; line-height:25px;}  
.skills{ padding:20px;  margin: 0; width: 100%; }  
.skills h2 { color: #d25300; font-family: "RalewayRegular",Arial,Helvetica,sans-serif; font-size: 20px; font-weight: 300; margin-top: 0;
text-shadow: none;}
ul.ul-skills { margin: 0; padding: 0;}
ul.ul-skills li { color: #2e4c54; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 400; line-height: 25px; padding-left: 10px;}

/*-------------------------Are Your Patients Dissatisfied LP HTML--------16/05/2016------------------------------------*/

.pd_imbg {
	background: rgba(0, 0, 0, 0) url(/wp-content/uploads/2016/08/patient-dissatisfaction.jpg) no-repeat scroll center bottom;
	background-size: cover;
	width: 100%;
	position: relative;
}
	
.pdbox { background: #faebbd none repeat scroll 0 0; margin: 60px 0 0; padding: 30px 18px; position: absolute; right: 0; width:100%;}
.pdbox h2{ text-align:left; font-size:1.15em; color:#353535; font-weight:300;line-height:1.25em;}
.pdbox span{ text-align:center; font-size:26px; color:#f56b5c; font-weight:600;}

.pdForm { padding: 15px ;}
.pdForm .form-control { background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 0;
  color: #000000; display: block; font-size: 16px; height: 42px; line-height: 1.42857; padding: 10px 12px; width: 100%; margin:5px 0;}
.pdForm textarea { height: 100px !important; overflow: auto;}
.df{}
.pdForm .fscf-button-submit { background: #f56b5c none repeat scroll 0 0; border:none; border-radius:0px; color: #ffffff; font-size: 24px;
font-weight: 300; text-transform:none; width: 100%;}

  
.pdintro p {text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6);}  
.pdintro h1 { color: #ffffff; font-family: 'Raleway', sans-serif;
font-size: 86px; font-weight: 800; margin: 0; padding: 180px 0 0; text-transform:uppercase; font-style:italic; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
.pdintro h2 { color: #faebbd; font-family: 'Raleway', sans-serif; font-size: 55px; font-weight: 800; margin: 0; padding: 0px 0 0; text-transform:uppercase; font-style:italic; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
.pdintro h3 { color: #fff; font-family: 'Raleway', sans-serif; font-size: 36px; font-weight: 800; margin: 0; padding: 0px 0 0;  font-style:normal; text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);}
.pdintro p { color: #fff; font-family: 'Raleway', sans-serif; font-size: 18px; font-weight: 400; margin: 0; padding: 10px 0 0;  font-style:normal; line-height:20px;}
.pdPractice { padding: 20px 0 40px;}
.pdPractice p { color: #333;font-family: 'Raleway', sans-serif;
font-size: 18px; font-weight: 400; line-height: 20px; margin: 10px 0; padding:5px 0;}
.pdPractice p strong { color: #ff6150;font-family: 'Raleway', sans-serif;
font-size: 18px; font-weight: 500; line-height: 20px; margin: 10px 0; padding:5px 0;} 

ul.ul-pd { margin: 0; padding: 0;}
ul.ul-pd li { background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/pdbullet.png") no-repeat scroll 0 9px; color: #323232;
font-family: "Raleway",sans-serif; font-size: 16px; font-weight: 300; line-height: 30px; list-style: outside none none; padding-left: 20px;} 

.btmtxt{}
.btmtxt h3{  color: #323232; font-family: "Raleway",sans-serif; font-size: 25px; font-weight: 300; padding:20px;}  
.btmtxt span{  color: #ff6150; font-family: "Raleway",sans-serif; font-size: 25px; font-weight: 600; }

/*-----------------WRS Health ASC AD DSP LP HTML 12-July-2016-------------*/

.ascBg{ padding:0px 0 0px; background-image:url(/wp-content/uploads/2016/08/ascSurgery.jpg); background-repeat:no-repeat; background-position:top bottom; background-size: 100% 400px; padding-bottom:30px; }
.asctopcont {
    margin-top: 120px;
}
.asctopcont h1{ color: #ffffff;
    font-family: "roboto", sans-serif;
    font-size: 64px;
    font-weight:bold;
 text-shadow: 3px 4px 0 #364d62;
 margin-bottom: 0;
}
.asctopcont h2{
	color: #1bbf96;
    font-family: "roboto", sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin-top: 118px;
   margin :0px;
     text-transform: uppercase;
	 }
	.asctopcont h3 {
    color: #4bc9c7;
    font-family: "roboto",sans-serif;
    font-size: 48px;
    font-weight:300;
	margin:0px;
}
.asctopcont h4 {
    color: #4bc9c7;
    font-family: "roboto",sans-serif;
    font-size: 33px;
    font-weight: 300;
    margin: 0;
}
.ascBg p {
    color: #333333;
    font-family: "roboto", sans-serif;
    font-size: 16px;
    margin-top: 110px;
	margin-bottom: 20px;
	line-height:22px;
}

.bottom-content_wrs p{
    color: #303030;
    font-family: "roboto", sans-serif;
    font-size: 16px;
    margin-top: 24px;
	font-weight:500;
}
.asc-box_out {
  background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/08/inputboxbg.png") no-repeat scroll center bottom / 100% auto;
  padding-bottom: 150px;
}
.asc-box { margin-top: 55px;   padding: 0 18px 25px;; width: 100%; background-color:#1bbf96; }
.asc-box h4 { color: #004878; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 500; line-height: 25px; margin: 0;
padding: 10px 10px; text-align: center; text-shadow: none;}
.asc-box h5 { color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
 padding: 20px 30px 10px;
    text-align: center;
    text-shadow: none;} 
.asc-box .form-control { background-color: #ffffff; background-image: none; border: 1px solid #fff; border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #333333; display: block; font-size: 16px; height: 45px; line-height: 1.42857;
margin-bottom: 12px; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;font-family: 'Open Sans', sans-serif;
width: 100%;}
.asc-box .fscf-button-submit { background: #013668 none repeat scroll 0 0; border: 0 none; border-radius: 0; color: #ffffff; font-size: 26px; margin-top:10px;
font-weight: 500; text-transform: uppercase; width: 100%; font-family: open sans;}
.asc-box .fscf-button-submit{background-color:#013668; border-color: #013668; color: #ffffff;}
.form-control::-moz-placeholder { color: #000; opacity: 1;}
.surg{ padding:0px;  margin: 0; width: 100%; }  

.surg h2 { color: #d25300; font-family: "RalewayRegular",Arial,Helvetica,sans-serif; font-size: 20px; font-weight: 300; margin-top: 0;
text-shadow: none;}
ul.ul-surg { margin: 0; padding: 0;}
ul.ul-surg li { color:#03498b; font-family: "Roboto",sans-serif; font-size: 20px; font-weight: 400; line-height: 25px; list-style:none;}
  
ul.ul-surg2 li {
    color: #303030;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    list-style: outside none none;
}
ul.ul-surg3 li {
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    list-style: outside none none;
}
.ascgreen_Bg{background:#6ca21f; padding: 70px 0 70px;} 
.bottom_sec_img  img {
    border: 5px solid #ffffff;
    border-radius: 4px;
} 
.bottom_sec_content  p {
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
	line-height:22px;
	margin-bottom:10px;
}
 .ul-surg2 {
    padding: 0;
}
.ul-surg3 {
    padding: 0;
}

	.sq_bullet{display: inline-block;
    float: left;
    width: 5%}
	.navbar-brand {
    float: left;
    font-size: 18px;
    line-height: 20px;
    padding: 26px 0;
}
  
.asc-box textarea.form-control.form-control{ height:50px;}

.surg ul{ padding: 0;}
.surg ul  li{
    color: #03498b;
    font-family: "Roboto",sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 22px;
    list-style: outside none none;
	background:url(/wp-content/uploads/2016/08/lidot.png) no-repeat left top ;
	background-position: 0 9px;
	padding-left:20px;
	text-transform:uppercase;
	padding-bottom: 2px;
	
}
.surg2 ul{ padding: 0;}
.surg2 ul  li{
  color: #303030;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    list-style: outside none none;
	background:url(/wp-content/uploads/2016/08/lidot.png) no-repeat left top  ;
		background-position: 0 9px;
	padding-left:20px;
}
.surg3 ul { margin-left: 20px; padding: 0;}
.surg3 ul  li{ color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    list-style: outside none none;
	background:url(/wp-content/uploads/2016/08/white_bullet.png) no-repeat left top;
		background-position: 0 9px;
	padding-left:20px;
}

/*----------------- WRS Health Demystifying MIPS DSP Landing Page Mockup 14-07-2016-----------------------------*/
.bgtop_blu {background: #00529c;padding: 27px 0 0;	font-family: Arial, Helvetica, sans-serif;}
.mail { color: #fff; float: right; font-weight: 300; padding: 30px 0; position: relative; text-align: right;}

.mail span { color: #fff; font-family: "Raleway",sans-serif; font-size: 16px; font-weight: 300;}
.mipsbackground { background:url(//cdn2.hubspot.net/hubfs/2339900/WRS_Health/macra_bkg.jpg) no-repeat scroll center bottom; background-size:cover; 
height:auto;width: 100%;}
.brnbg{ background:#8d4f19; padding:20px;}
.macramips{ text-align:center}
.mips_content{ padding:20px 0 0;}
.mips_content h1{ font-family: 'Raleway', sans-serif;color: #8e531b; font-size: 32px; font-weight:800; text-align: center; text-transform:uppercase;}
.mips_content p{ font-family: 'Raleway', sans-serif;color: #3b1c00; font-size: 20px; font-weight:500; text-align: center; text-transform:none; padding-top:5px;margin-bottom:15px;}

.formbox{ background:#f3c25e; border:1px solid #844621; border-radius:8px; padding:20px;}
.formbox h5 { color: #3b1c00; font-family: "Raleway",sans-serif; font-size: 18px; font-weight: 400; line-height: 22px; margin: 0;
padding: 10px 0; text-align: left; text-shadow: none;}

.formbox .form-control { background-color: #ffffff; background-image: none; border: 1px solid #b7b7b7; border-radius: 0;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; color: #555555; display: block; font-size: 14px; height: 40px; line-height: 1.42857;
margin-bottom:6px; padding: 6px 12px; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; width: 100%;}

.formbox .form-control::-moz-placeholder { color: #333; opacity: 1;}
.formbox .hs-form-required {display:none;}

.hs-form input[type="radio"] {display:inline; width: auto; height: auto;}

.formbox .fscf-button-submit{ font-family: 'Raleway', sans-serif;margin-top:20px; text-align:center; background:url(/wp-content/uploads/2016/08/mips_btn.png) top left no-repeat #b7b22a; background-position:28px -8px; padding:8px 20px; box-shadow:2px 2px #333;font-size: 24px;}
#mipsDownload { background-color:rgba(85,85,85,0.00); border:none; text-transform:uppercase; font-weight:600; color:#fff; font-size:24px; text-shadow: 2px 2px #999999}
.mipsbutt a:focus, a:hover { color: #fff;  text-decoration:none;}

.mipstxt{ padding-top:30px; margin:0 10px;}
.mipstxt p{ padding-bottom:15px;font-family: 'Raleway', sans-serif; color: #3b1c00; font-size: 18px; font-weight: 400; line-height:1.5em;}
.mipstxt h2{ font-family: 'Raleway', sans-serif;color: #8e531b; font-size:24px; font-weight:500; text-align: center;text-transform:uppercase; margin:0px; padding:0px;}
.mipstxt h3{ font-family: 'Raleway', sans-serif;color: #3b1c00; font-size:16px; font-weight:500; text-align: left;text-transform:none; padding:0 55px; line-height:25px;}
/*.macramips_img { bottom: -14px; left: -124px; position: absolute; width: 134px;}*/

.webphone{ display: block;}
.mobphone{ display: none;}

@media (max-width: 767px){
	.webphone{ display: none;}
	.mobphone{ display: block;}
	.header-dsp{ padding: 15px 0;}
	#hs_cos_wrapper_module_151426486779358{text-align:center!important;}
}
@media (max-width:1200px){
    #hs_cos_wrapper_module_150183050848021_my_form input[type="submit"]{font-size:12px;}
}
.clicktocall { background:#0278e2; padding:6px 15px; border-radius:6px; -webkit-border-radius:6px; color:#fff;}
.clicktocall:focus { background:#fff; color:#0278e2;}
.clicktocall:hover { background:#fff; color:#0278e2;}

#fscf_submit_div10 .fscf-button-submit{ width:45%!important; margin-right: 10px;}

#fscf_email10{ margin-left: -15px;}
#fscf_submit15{ background: #f56b5c; border:none;}
#fscf_submit17{ background: #c15720; border:none;}
#fscf_submit17:hover{ background: #00529c; border:none;}

#fscf_submit18{ background:#00529c; border:none; border-radius: 3px;}
#fscf_submit18:hover{ background:#46b8da; border:none;}

#fscf_submit31{ max-width: 315px; margin-left: 15px; margin-top: 10px; height:40px!important;}

/* WRS THANKYOU*/

.wrs_thankyou_bg{ background:url(//cdn2.hubspot.net/hubfs/2339900/WRS_Health/wrs_thankyou_bgimg.jpg) no-repeat scroll 0 0 / cover;}
.wrs_thankyou_txt{}
.wrs_thankyou_txt h1{ font-family: 'Raleway', sans-serif; color:#66c21b; font-size:48px; font-weight:500;
padding: 50px 0 0; text-transform: none; text-align:center; text-shadow:none;}
.wrs_thankyou_txt h4{ font-family: 'Open Sans', sans-serif; color:#757575; font-size:24px; font-weight:500;
padding: 10px 0 0; margin:0px auto; text-transform: none; text-align:center; width:72%; line-height:30px;}
.wrs_download h4{ font-family: 'Open Sans', sans-serif; color:#757575; font-size:24px; font-weight:500;
padding: 10px 0 0; margin:0px auto; text-transform: none; text-align:left; line-height:30px;}
.wrs_socialconnt { border-bottom: 12px solid #66c21b; border-top: 1px solid #66c21b; margin: 40px 0 0; padding: 20px 0 0; width: auto; margin-bottom:30px;}
.wrs_socialconnt h3{ font-family: 'Open Sans', sans-serif; color: #939393; font-size:30px; font-weight:400; font-weight: normal;
padding:0px 0 20px; text-transform: none; margin:0px; }


.wrs_download{ }
.wrs_download h1{ font-family: 'Raleway', sans-serif; color:#66c21b; font-size:48px; font-weight:500;
padding: 50px 0 0; text-transform: none; text-align:left;text-shadow:none;}
.wrs_download p{ font-family: 'Open Sans', sans-serif; color:#757575; font-size:24px; font-weight:500;
padding: 10px 0 0; margin:0px auto; text-transform: none; text-align:left; line-height:30px;}
.wrs-downloadbtn{ padding: 80px 0 0;text-align: right;}
.wrs_social{}
.wrs_social p{ font-family: 'Open Sans', sans-serif; color: #939393; font-size: 16px; font-weight:500; padding: 0; text-align: center;}
.wrs_socialicontext { font-size: 16px;}
.container-fluid{padding:0!important;}

/*bottom icon*/
.btmIcon {  background:#00529c; color:#9cb0ce; padding:46px 0; font-size:14px; text-align:center;} 
.btmIcon a{ text-decoration:none; color:#9cb0ce;}
.btmIcon a:hover{ text-decoration:none; color:#66c21b;}
.btmIcon ul{ margin:0; padding:0;} 
.btmIcon ul li { display: inline-block; line-height: 16px; list-style: outside none none; margin: 0 10px 20px 0; padding: 0;
vertical-align: top; width: 116px;}
.btmIcon ul li i{ padding:20px 0; border:1px solid #1862a5; text-align:center; display:block; margin-bottom:10px;  width: 116px; height:116px; }
.btmIcon a:hover i { background: #00529c none repeat scroll 0 0; border: 1px solid #66c21b;}

/*Location*/
.location { background:url(/wp-content/uploads/2016/08/location_bg.png) repeat-x; padding:29px;}
.location_ico .fa { color: #66c21b; font-size: 35px; padding:10px 8px;}
.location h3 { color: #00529c;font-family: 'Raleway', sans-serif; font-size: 16px; font-weight: 600; margin: 0; padding: 10px 20px 0 0;
text-align: left; text-transform: none;}
.location p { color: #00529c;font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 500; margin: 0; padding: 0;
text-align: left; text-transform: none;}


/*footer */
.footerBg{ background:#191919; color:#a8a8a8; text-align:center; padding:24px 0;}
.footerBg a{ color:#a8a8a8;}

.social-icons a { background: #66c21b none repeat scroll 0 0;  border-radius: 100%; color: #ffffff; display: inline-block; font-size: 20px;
height: 36px;  padding: 4px;  width: 36px;}
.social-icons a:hover{ background:#00529c; color:#fff; font-size:20px; }

a#scrollUp {
  animation: 2s ease 0s normal none infinite running bounce;
  bottom: 0;
  right: 0;
  position:fixed;
  background: #191919;
  padding: 0px 20px;
  color:#848484;
  font-size: 40px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width:100%; text-transform:uppercase; color:#333; padding:10px 15px;}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a{max-width:100%; text-transform:capitalize; color:#333; padding:7px 15px;}
.hs-menu-children-wrapper{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.hs-menu-children-wrapper li{border-bottom:1px solid #ddd;}
.hs-menu-children-wrapper li:hover{background: #f1f1f1;}

 /*-----------------------------WRS Health Leaks in the Revenue Cycle HTML 25/10/2016----------------*/
.leaksList li { margin-left:50px;}
.two-col-form .hs-form-required {
    display:none;
}

/* WRS Referral Program */
.wrs-referral{margin-top:-40px;}
.wrs-referral p{ font-size:16px; line-height:25px;}
.wrs-referral h1{font-size:38px; text-shadow: none; font-family:raleway;}
.wrs-referral h3{font-size:24px; font-family:raleway; color:#666666;}

.referral-getstarted{margin-top:-40px; font-family:raleway; padding:15px; font-size:16px;}
.referral-getstarted h3{color:#66c21b;}
.referral-getstarted ul li{background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/2339900/WRS_Health/images/wrs_bullet_arrow.png") no-repeat scroll 0 8px !important;
    display: block;
    padding-left:30px!important;
}
.wrs_bullet_arrow ul li{background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/2339900/WRS_Health/images/wrs_bullet_arrow.png") no-repeat scroll 0 8px !important;
    display: block;
    padding-left:30px!important;
}
#hs_form_target_widget_1491281662845 .hs-form-required{display:none;}
#hs_cos_wrapper_widget_1491281662845 textarea{height:80px;}
#hs_cos_wrapper_widget_1491280978883 ul { margin-left:0;}
#hs_cos_wrapper_left_column ul { margin-left:0}

#hs_form_target_wizard_module_157357877750100175985022445629991648137 .hs-form-required{display:none;}
#hs_form_target_wizard_module_157357877750100175985022445629991648137 .hs-error-msgs.inputs-list label{float:left;}

.hs-content-id-5282768388 .wrs-headerbg-si{background: #3f8786 none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #fff;
    min-height: 480px;
    margin-top: 30px;
    opacity: 0.8;
    padding: 20px;}

.wrs-staying{font-family:raleway;} 
.wrs-staying h1, h2{font-size:38px; text-shadow:none;}
.wrs-staying h3.form-title{color:#fff; font-size:22px; font-family:raleway; line-height:30px;}
.wrs-staying .hs-form-required{display:none;}
.hs-content-id-5284464349 h3.form-title{color:#66C31D; font-size:24px; font-weight:300;}
.wrs-staying h4{color:#333; line-height:28px;}
.form-style{padding:30px;}
.copy-text{font-size:14px; color:#ddd;}
.copy-text a{color:#ddd;}
.copy-text a:hover{color:#fff;}
.right-colum{padding-top:30px;}
.wrs-staying .hs-error-msgs.inputs-list label{color:red!important;}
.solo-img {margin: -40px 0px 0px 10px; float: right;}
.wrs-staying .email-add a, .phone-no a{color:#fff;}
.wrs-staying .email-add  {padding-bottom:10px;}
@media (max-width:1200px){
    .form-style{padding:0px;}
    #hs_cos_wrapper_module_151426486779358{text-align:center!important;}
    .solo-img {margin: 0px; float: none;}
    .wrs-staying .phone-no  { display:block; width:100%;}
    .wrs-staying .email-add  { padding-bottom:10px;display:block; width:100%; text-align:center;}
    .right-colum{padding-top:10px;}
}
@media (max-width:900px){ 
    .solo-img {margin: 0 auto!important; float:right!important;}
}
@media (max-width:480px){
    .solo-img {margin: 0 auto!important; float: none!important;}
}

.wrs-staying .page-center{ padding-top:0; padding-bottom:0;}


.wrs-staying-independent p{color:#fff; font-family:raleway;font-size: 16px;line-height: 28px;}
.wrs-staying-independent h3{color:#fff; font-family:raleway;}
h2.wrs-title-2{font-family:raleway; font-size:36px; font-weight:400;}
.wrs-headerbg-si .hs-form-required{display:none;}
.wrs-headerbg-si textarea{height:60px;}

.reputation-mamangement h1{ color: #fff;
    font-family: raleway;
    font-size: 50px;
    font-weight: bold;
    line-height: 60px;
    text-align: inherit;
    text-transform: initial;}
.reputation-mamangement p{color:#fff; font-size:24px; font-family:raleway; font-weight:400; margin-top:20px;line-height:36px;}

ul.wrs_arrow li{background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/2339900/WRS_Health/images/wrs_bullet_arrow.png") no-repeat scroll 0 8px !important;
    display: block;
    padding-left:30px!important;
    line-height:35px;
    font-family:raleway;
    font-size:16px;
}
.wrs-reputation-content{font-family:raleway; margin-top:20px;}
.wrs-reputation-bg{background:#F0ECEB; padding:30px 0; text-align:center; font-family:raleway; margin:40px; border-radius:5px;}

/* WRS Depression Screening  */

.content-ds { padding: 50px 0; }
.module-ds { margin-bottom: 40px;}
.module-ds h3 { color: #666666;}
.content-ds h1 { font-size: 36px; font-family: Raleway; color: #00529c; margin-top: 0}
.white_cont { background:#fff; padding: 15px; border:1px solid #eaeaea}
.white_cont .module { margin-bottom: 20px;}
.white_cont h3 { color: #66c21b; font-size: 24px; margin-top: 0}
.white_cont ul { padding-left: 0; margin-left: -5px; margin-bottom: 0; padding-bottom: 0}
.white_cont ul li { list-style: none; font-weight: 300; background:url(../images/bullet.png) no-repeat; padding-left: 30px; padding-top: 5px; padding-bottom: 5px;}
.module-ds p strong { color: #313131; font-weight: 600}
.form-control { border:1px solid #b2b2b2; border-radius: 0; box-shadow: none}  
.btn-success { background:#66c21b; color: #fff; border-radius: 100px; width: 100%; padding: 10px; font-weight:600; font-size: 18px; text-transform: capitalize; border:0; font-family: Raleway; }
.btn-success:hover { background:#5bab1a; color: #fff}
.imgWrap { margin-bottom: 20px;}

.quote_wrap strong { font-family: Raleway; font-weight: 600; font-size: 16px}

.module-ds p { font-family: Raleway;}
.quote_img { margin-bottom: 40px;}
.nami_wrap{ background: #f7f7f7; padding: 20px 0; margin-top:-50px;}
.nami_wrap h2 { color: rgb(0, 128, 0); font-size: 30px; font-weight: 700; border-style: none; text-decoration: none !important; line-height: 32px; text-align: center}
.nami_wrap h4 { color: rgb(0, 0, 0); font-size: 18px; font-weight: bold; line-height: 23px; font-family: Arial; text-align: center}
.nami_wrap p {  color: rgb(136, 136, 136); font-weight: normal; font-family: 'Open Sans', Arial, Helvetica, sans-serif; word-break: break-word; font-size: 16px; line-height: 22px; text-align: left}

.screen_for_mental { text-align: center; padding-top: 40px; padding-bottom: 40px}
.screen_for_mental h2 { font-size: 36px; color: #018000; margin-bottom: 40px; font-weight: 700}
.icon_left{ float: left; margin-right: 15px;}
.panel-ds{ text-align: left; margin:5px 5px 40px; border:1px solid #ddd; border-radius:5px; min-height:360px;}
.panel-screen .panel-heading { font-size:18px; padding: 20px; color: #403f47; font-weight: 600; background: transparent !important; border-bottom:1px solid #ddd; }
.panel-screen .panel-heading span { margin-top: 8px; display: inline-block}
.panel-screen .panel-body { padding: 20px;}
.panel-screen .panel-body p {color: #898989}
.panel-screen .panel-body ul { margin-left: 20px;}
.panel-screen .panel-body ul li { font-size: 16px; color: #898989; margin-bottom: 10px}
.wrs-referral p{line-height:28px;}
.hs-content-id-5348529397 #hs_cos_wrapper_module_1491280501481537{border:1px solid #ddd;padding:0px 10px; display:block;}
#hs_form_target_widget_1491281662845{margin-top:-40px;}
#hs_cos_wrapper_widget_1491280978883 .referral-getstarted{margin-top:0px;}
#hs_cos_wrapper_module_14809651870271867 h1{font-family:raleway; font-weight:300!important; text-shadow:none;}
#hs_cos_wrapper_module_14809651870271867{margin-top:-1px;}
.custom-col8{max-width:740px; margin:0 auto; padding:10px;}

/* WRS Free EHR2  */

.banner-freeehr h1 { color: #fff; font-family: Raleway; font-weight: 300; font-size: 34px; text-transform: uppercase; margin-top:50px; text-align:left;}
.banner-freeehr h1 strong { margin-top: 20px; display: inline-block; font-weight:600;}
.wrs-tick { margin-top: 40px!important; font-weight:300; font-family:raleway;}
.wrs-tick li { background:url(https://cdn2.hubspot.net/hubfs/2339900/tick.png) no-repeat left 10px; font-size: 18px; font-weight: 300; list-style: none; color: #fff; margin-bottom: 15px; padding-left: 25px;}
#hs_cos_wrapper_module_150183050848021_my_form h3.form-title{    color: #00529c;
    font-size: 16px!important;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: -2px;}
.wrs-content { padding: 50px 0; }
.wrs-module { margin-bottom: 40px; border-bottom: 1px solid #cccccc}
.wrs-module h3 { color: #666666;}
.wrs-content h1 { font-size: 36px; font-family: Raleway; color: #00529c; margin-top: 0}
.wrs-content12{ font-weight:300; font-family:raleway; font-size:16px;}

.white_cont { background:#fff; padding: 15px; border:1px solid #eaeaea}
.white_cont .module { margin-bottom: 20px;}
.white_cont h3 { color: #66c21b; font-size: 24px; margin-top: 0}
.white_cont ul { padding-left: 0; margin-left: -5px; margin-bottom: 0; padding-bottom: 0}
.white_cont ul li { list-style: none; font-weight: 300; background:url(../images/bullet.png) no-repeat; padding-left: 30px; padding-top: 5px; padding-bottom: 5px;}
.wrs-module p strong { color: #313131; font-weight: 600}
.quote_wrap p strong  { color: #68bd45}
.pms { margin-bottom: 50px;}
.pms h3 { color: #666666}
.pms p { font-family: Raleway;color: #413b33}
.mb30 { margin-bottom: 30px;}

.blue-arrow { padding-left: 0; margin-left: -5px; margin-bottom: 0; padding-bottom: 0}
.blue-arrow li { list-style: none; font-weight: 400; background:url(https://cdn2.hubspot.net/hubfs/2339900/WRS_Health/images/wrs_bullet_arrow.png) no-repeat; padding-left: 30px; padding-top: 0px; padding-bottom: 15px; font-family: Raleway; font-size:16px }
.pmg-img img { margin: auto}
.custom-col10{max-width:940px; margin:0 auto; padding:10px;}
.panel-screen .panel-body{font-family:raleway;}

/* Drop down menu icon */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after{
	
	border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px dashed;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    width: 0;
    content:"";
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding:10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul ul li a{
    padding:5px 15px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    width:200px!important;
}
.wrs-staying a#hs-link-logo {cursor:auto;}
.offer1{border:1px solid #ddd; padding:30px; min-height:130px; color:#555555;}
.offer1 h2{font-size:30px; font-weight:bold; font-family:raleway; margin:0;}
.offer1 h3{font-size:24px;font-family:raleway; margin:0;font-weight:400;}
a.free-ehr-button{ background:#5EBD40; padding:10px 30px; border-radius:30px; color:#fff; font-size:20px; font-weight:400;font-family:raleway; display:inline-block; margin-top:10px;}
a.free-ehr-button:hover{color:#fff; text-decoration:none;}

@media (max-width: 992px) {
    a.free-ehr-button{font-size:14px; padding:10px 15px;}
}
