/*
 Theme Name:     Lyme Disease Theme
 Description:    Blue Diamond Child Theme
 Author:         Brent Stromberg
 Template:       bluediamond-v1-08
 Version:        1.0.0
*/

@import url("../bluediamond-v1-08/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/**** GENERAL STYLES ****/
html {
	background-color: #FFF !important;
}
div.body-wrapper {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
::-webkit-input-placeholder {
   color: #222 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color: #222 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #222 !important;
}
:-ms-input-placeholder {
   color: #222 !important;
}
.divider-item-class {
	height: 25px;
	margin-bottom: 20px !important;
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/shadow-divider.png) no-repeat;
	background-size: 100%;
}
.divider-item-class .gdl-divider.gdl-border-x.bottom {
	background-image: none !important;
}
.search div.pdfprnt-right, .home div.pdfprnt-right, .home .pdfprnt-top-right {
	display: none;
}
.search-results .blog-title {
	margin-left: 0px !important;
}
.search-results .blog-content-wrapper {
	margin-left: 0px !important;
}
.search-results .blog-date-wrapper {
	display: none;
}
.search-results .blog-item-holder {
	margin-top: 25px !important;
}
.content-wrapper.container.main a.gdl-button, .content-wrapper.container.main body button, .content-wrapper.container.main input[type="submit"], .content-wrapper.container.main input[type="reset"], .content-wrapper.container.main input[type="button"] {
	background-color: #00A5DA !important;
	-webkit-transition: background-color 150ms linear !important;
	-moz-transition: background-color 150ms linear !important;
	-o-transition: background-color 150ms linear !important;
	-ms-transition: background-color 150ms linear !important;
	transition: background-color 150ms linear !important;
}
.content-wrapper.container.main a.gdl-button:hover, .content-wrapper.container.main body button:hover, .content-wrapper.container.main input[type="submit"]:hover, .content-wrapper.container.main input[type="reset"]:hover, .content-wrapper.container.main input[type="button"]:hover {
	background-color: #FB7100 !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="password"], textarea, button {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}
.donate-table {
    clear: both;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}
.donate-table h3 {
    width: 230px;
    line-height: 1.2;
    float: left;
}
.donation-form {
	display: block;
	width: 100%;
	max-width: 545px;
	float: none;
	clear: both;
	padding: 10px;
	background: #F1F1F1;
	margin-bottom: 20px;
	color: #222 !important;
	box-sizing: border-box;
}
.donation-form li {
	margin: 0px !important;
}
.list-radio-wrap span ul li input, .list-checkbox-wrap span ul li input {
	margin-left: 0px !important;
}
.ninja-forms-form-wrap input[type="text"], .ninja-forms-form-wrap input[type="email"], .ninja-forms-form-wrap input[type="tel"], .ninja-forms-form-wrap input[type="password"], .ninja-forms-form-wrap textarea {
	min-height: 34px !important;
}
.list-dropdown-wrap select {
    height: 34px !important;
    -webkit-appearance: none !important;
    padding: 0 2px;
    background: #FFF !important;
}
html #ninja_forms_field_37_div_wrap {
	position: relative;
}
html #ninja_forms_field_37_div_wrap:after {
	content: '\f0d7' !important;
	font-family: fontawesome !important;
	font-size: 16px;
	width: 10px;
	height: 8px;
	position: absolute;
	right: 3px;
	top: 50%;
	margin-top: -4px;
}
.wp-caption {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}

/* Typography Styles */
a {
	color: ;
}
body p, body a, h1, h2, h3, h4, h5, h6, ul li, ol li, blockquote, blockquote p {
	font-family: PT Sans, Futura, Helvetica, sans-serif;
}
body p {
	color: #000;
	font-size: 16px;
}
.footer-wrapper p {
	color: #FFF;
}
.content-wrapper.container.main h2.accordion-title {
	font-size: 18px;
	margin-bottom: 0;
    background: none;
    position: relative;
}
.content-wrapper.container.main h2.accordion-title:before {
    content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    font-size: 14px;
    background: #00A5DA;
    width: 22px;
    height:22px;
    color: #FFF;
    text-align: center;
    line-height: 23px !important;
}
.content-wrapper.container.main li.active h2.accordion-title:before {
	content: '\f068';
	font-family: FontAwesome;
	background: #FB7100;
	line-height: 23px !important;
}
ul.gdl-accordion li .accordion-content {
	margin: 5px 20px 0 35px;
	display: inline-block;
}
ul.gdl-accordion li .accordion-content img.know-your-ticks {
	margin-bottom: 0;
	max-width: 200px;
}
.content-wrapper.container.main h2 {
	font-size: 22px;
	font-weight: 700;
	color: #424953;
	margin-bottom: 3px;
}
.content-wrapper.container.main h3 {
	font-size: 18px;
	font-weight: 700;
	color: #424953;
	margin-bottom: 3px;
	text-transform: capitalize;
}
.content-wrapper.container.main h4 {
	font-size: 16px;
	font-weight: 700;
	color: #424953;
	margin-bottom: 3px;
}
.content-wrapper.container.main h5 {
	font-size: 14px;
	font-weight: 700;
	color: #424953;
	margin-bottom: 3px;
}
p + ul, p + ol {
	margin-top: -20px;
}
ul, ol {
	margin-bottom: 20px;
	color: #000;
}
ul li, ol li {
	margin-bottom: 3px;
}
.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 1.3;
}
.content-wrapper.container.main .gdl-page-left ul li {
	font-size: 16px;
}

/* Hide Page Navigation on Certain Pages*/
.page-id-3402 .navigation, .page-id-3400 .navigation, .page-id-3401 .navigation, .page-id-3404 .navigation, .page-id-3399 .navigation, .page-id-3388 .navigation, .page-id-3249 .navigation, .page-id-3393 .navigation, .page-id-3390 .navigation, .page-id-3405 .navigation, .page-id-3406 .navigation {
	display: none;
}
.page-id-3822 .next-page, .page-id-3440 .next-page, .page-id-3739 .next-page, .page-id-3032 .next-page, .page-id-3095 .next-page, .page-id-3132 .next-page, .page-id-3142 .next-page, .page-id-3148 .next-page, .page-id-17791 .next-page, .page-id-3170 .next-page, .page-id-3834 .next-page {
	display: none;
}
.page-id-3712 .previous-page, .page-id-3724 .previous-page, .page-id-3748 .previous-page, .page-id-3046 .previous-page, .page-id-3134 .previous-page, .page-id-3144 .previous-page, .page-id-3154 .previous-page, .page-id-3158 .previous-page, .page-id-3128 .previous-page {
	visibility: hidden;
}

/**** HEADER STYLES ****/
div.container.main {
	position: relative;
}
.top-navigation-wrapper {
	background-color: #FFF !important;
}

/* Above Header Social Icons Styles */
.social-icons-wrapper {
	width: 123px;
	height: 24px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
}
.social-icons-wrapper ul {
	height: 24px;
	margin-left: 0;
	list-style: none;
	text-align: center;
}
.social-icons-wrapper ul li {
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 9px;
}
.social-icons-wrapper ul li:first-child {
	margin-left: 0;
}
.social-icons-wrapper ul li a {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 16px;
    color: #FFF;
}
.social-icons-wrapper ul li i {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
}
.social-icons-wrapper ul li i.fa-facebook {
    background: #3b5998;
}
.social-icons-wrapper ul li i.fa-twitter {
	background: #00aced;
}
.social-icons-wrapper ul li i.fa-youtube {
	background: #bb0000;
}
.social-icons-wrapper ul li i.fa-linkedin {
	background: #007bb6;
}

/* Above Header Form Fields Styles */
label.search-form-label, label.newsletter-form-label {
	font-size: 12px !important;
}
.form-fields-wrapper {
	width: 312px;
	height: 44px;
	position: absolute;
	right: 155px;
}
.top-search-wrapper input[type="text"] {
	margin: 0px;
	border: 1px solid #C1C1C1 !important;
	background-color: #FFF !important;
	color: #222 !important;
	padding: 0 35px 0 10px !important;
	height: 22px !important;
	line-height: 22px !important;
	font-size: 12px !important;
	width: 100px !important;
	display: block;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
}
div.top-search-wrapper input[type='submit'] {
	margin-top: 3px !important;
	border-color: #C1C1C1 !important;
}
label.search-form-label, label.newsletter-form-label {
	color: #D84B2F;
	font-size: 14px;
	font-weight: 600;
}
.lt-ie9 label.search-form-label {
	margin-left: 38px;
}
#searchform button.btn.btn-search {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 24px;
    text-align: center;
    background: none;
}
#searchform button.btn.btn-search i {
    color: #999;
    font-size: 16px;
    line-height: 18px;
    width: 100%;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    border-left: 1px solid #999;
}
div.newsletter-signup {
	width: 148px;
	position: absolute;
	right: 162px;
}
div.newsletter-signup form {
	width: 148px;
	position: relative;
}
div.newsletter-signup form, div.newsletter-signup form p {
	margin-bottom: 0;
}
div.newsletter-signup .wpcf7-email {
	border: 1px solid #C1C1C1 !important;
	background-color: #FFF !important;
	color: #222 !important;
	padding: 0 30px 0 10px !important;
	height: 22px !important;
	min-height: 22px !important;
	line-height: 22px !important;
	font-size: 12px !important;
	width: 105px !important;
	display: block;
	-webkit-border-radius: 2px !important;
	-moz-border-radius: 2px !important;
	border-radius: 2px !important;
	box-sizing: content-box;
}
.newsletter-signup .wpcf7-submit {
	position: absolute;
	top: 24px;
	right: 5px;
	background-color: transparent;
	background-image: url(https://www.lymedisease.org/wp-content/uploads/2014/04/newsletter-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	text-indent: -9999px;
	padding: 0;
	width: 21px;
	height: 18px;
	border-left: 1px solid #999;
}
.header-wrapper .newsletter-signup .wpcf7-form div.wpcf7-response-output {
    text-indent: -9999px !important;
    width: 20px !important;
    height:  20px !important;
    position: absolute;
    top: 12px;
    right: 25px;
    background-size: 16px;
    padding: 0 !important;
    line-height: 20px !important;
    opacity: .75;
}
.header-wrapper .newsletter-signup .wpcf7-form span.wpcf7-not-valid-tip {
    display: none !important;
}
.header-wrapper .newsletter-signup .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
	background: url(https://www.lymedisease.org/wp-content/uploads/2015/05/wpcf7-ok-16px.jpg) no-repeat 0 0;
}
.header-wrapper .newsletter-signup .wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
	background: url(https://www.lymedisease.org/wp-content/uploads/2015/05/wpcf7-errors-16px.jpg) no-repeat 0 0;
}
.header-wrapper .newsletter-signup .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ng {
	background: url(https://www.lymedisease.org/wp-content/uploads/2015/05/wpcf7-failed-16px.jpg) no-repeat 0 0;
}

/* Above Header Nav Menu Styles */
div.secondary-nav-wrapper {
	width: 250px;
	height: 24px;
	position: absolute;
	right: 475px;
	top: 20px;
	z-index: 999;
}
ul#menu-above-header-menu {
	list-style: none;
	margin: 0;
	text-align: center;
}
ul#menu-above-header-menu li {
	display: inline-block;
	padding: 2px 5px 0 25px;
	margin-left: 3px;
	border-left: 1px solid #C1C1C1;
}
ul#menu-above-header-menu li.home-icon {
	/* background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/home-icon-1x.png) no-repeat 2px 0; */
	border-left: 0;
	margin-left: 0;
	position: relative;
}
ul#menu-above-header-menu li.home-icon:before {
    content: '\f015';
    font-family: FontAwesome !important;
    position: absolute;
    left: 3px;
    font-size: 19px;
    top: -4px;
    color: #787878;
}
ul#menu-above-header-menu li.login-icon {
	/* background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/login-icon-1x.png) no-repeat 4px 0; */
	position: relative;
}
ul#menu-above-header-menu li.login-icon:before {
    content: '\f13e';
    font-family: FontAwesome !important;
    position: absolute;
    left: 8px;
    font-size: 18px;
    top: -2px;
    color: #787878;
}
ul#menu-above-header-menu li.join-icon {
	/* background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/join-icon-1x.png) no-repeat 6px 0; */
	padding-left: 30px !important;
	margin-left: 2px !important;
	position: relative;
}
ul#menu-above-header-menu li.join-icon:before {
    content: '\f007';
    font-family: FontAwesome !important;
    position: absolute;
    left: 9px;
    font-size: 18px;
    top: -2px;
    color: #787878;
}
ul#menu-above-header-menu li a {
	font-size: 12px;
	text-transform: uppercase;
}

ul#menu-above-header-menu-logged-in {
	list-style: none;
	margin: 0;
	text-align: center;
	float: right;
}
ul#menu-above-header-menu-logged-in li {
	display: inline-block;
	padding: 2px 5px 0 25px;
	margin-left: 3px;
	border-left: 1px solid #C1C1C1;
}
ul#menu-above-header-menu-logged-in li.home-icon {
	/* background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/home-icon-1x.png) no-repeat 2px 0; */
	border-left: 0;
	margin-left: 0;
	position: relative;
}
ul#menu-above-header-menu-logged-in li.home-icon:before {
    content: '\f015';
    font-family: FontAwesome !important;
    position: absolute;
    left: 3px;
    font-size: 19px;
    top: -4px;
    color: #787878;
}
ul#menu-above-header-menu-logged-in li.login-icon {
	/* background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/login-icon-1x.png) no-repeat 4px 0; */
	position: relative;
}
ul#menu-above-header-menu-logged-in li.login-icon:before {
    content: '\f13e';
    font-family: FontAwesome !important;
    position: absolute;
    left: 8px;
    font-size: 18px;
    top: -2px;
    color: #787878;
}
ul#menu-above-header-menu-logged-in li.join-icon {
	/* background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/join-icon-1x.png) no-repeat 6px 0; */
	padding-left: 30px !important;
	margin-left: 2px !important;
	position: relative;
}
ul#menu-above-header-menu-logged-in li.join-icon:before {
    content: '\f007';
    font-family: FontAwesome !important;
    position: absolute;
    left: 9px;
    font-size: 18px;
    top: -2px;
    color: #787878;
}
ul#menu-above-header-menu-logged-in li a {
	font-size: 12px;
	text-transform: uppercase;
}

/* Logo Styles */
div.logo-wrapper {
	width: 90% !important;
	padding-bottom: 0 !important;
	margin: 0 0 3px 0 !important;
}
div.logo-wrapper h1 {
	margin: 0;
	visibility: visible !important;
	background: #7CBE99;
	position: relative;
	height: 104px;
	width: 100%;
}
div.logo-wrapper img {
	display: inline-block;
	position: absolute;
	left: 30px;
	top: -25px;
}
.header-button-wrapper {
	height: 104px;
	width: 200px;
	position: absolute;
	top: 50px;
	right: 20px;
	background: #D84B2F;
	box-sizing: border-box;
	padding: 15px;
	border-left: 3px solid #FFF;
}
.logo-right-text {
	display: none;
}

/* Mega Menu Styles */
#megaMenu.megaResponsiveToggle ul.megaMenu {
	background: #00A5DA;
	padding: 0 15px;
	box-sizing: border-box;
}
.ss-nav-menu-item-depth-2 a span.wpmega-link-title {
    line-height: 1.1em !important;
}
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a {
	padding: 0 30px 0 20px !important;
	height: 50px;
	line-height: 50px;
}
#megaMenu ul.megaMenu > li.menu-item > a:hover, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:hover {
	background: #006988;
}
#megaMenu ul.megaMenu > li.menu-item > a > span {
	font-size: 16px !important;
	text-transform: uppercase !important;
	color: #FFF !important;
	font-weight: 700 !important;
	line-height: 26px !important;
}
#megaMenu ul.megaMenu > li.menu-item > a {
	padding: 12px 20px !important;
}
#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a span, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span {
	line-height: 50px !important;
	color: #FFF;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
	border-top-color: #FFF !important;
	right: 16px !important;
	border-width: 5px 5px 0 !important;
}
#megaMenu ul.megaMenu li.menu-item a span.uber-close, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close {
	font-size: 22px !important;
	line-height: 50px !important;
	background: #D84B2F !important;
	width: 34px !important;
	border-left: 4px solid #FFF;
}
ul.sub-menu {
	background: #FFF !important;
	-webkit-box-shadow: inset 1px 0 1px -1px #00A5DA, inset -1px 0 1px -1px #00A5DA !important;
	-moz-box-shadow: inset 1px 0 1px -1px #00A5DA, inset -1px 0 1px -1px #00A5DA !important;
	box-shadow: inset 1px 0 1px -1px #00A5DA, inset -1px 0 1px -1px #00A5DA !important;
	border: 0 !important;
	border-bottom: 3px solid #00A5DA !important;
	border-radius: 0 0 2px 2px !important;
}
ul.sub-menu-2 {
	box-shadow: none !important;
	border-bottom: 0 !important;
}
#megaMenu li.menu-item.ss-nav-menu-mega.ss-nav-menu-mega-fullWidth ul.sub-menu.sub-menu-1 {
	left: 0 !important;
}
#megaMenu ul li.menu-item.ss-nav-menu-mega ul.sub-menu li.menu-item > span.um-anchoremulator {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.ss-nav-menu-mega .sub-menu-1 span.wpmega-link-title {
	font-size: 15px !important;
	text-transform: uppercase;
	color: #000 !important;
	font-weight: 600 !important;
}
.ss-nav-menu-reg .sub-menu-1 span.wpmega-link-title, .ss-nav-menu-mega .sub-menu-2 span.wpmega-link-title {
	font-size: 15px !important;
	text-transform: capitalize;
	color: #000 !important;
	font-weight: 400 !important;
}
.ss-nav-menu-reg .sub-menu-1 span.wpmega-link-title:hover, .ss-nav-menu-reg .sub-menu-1 span.wpmega-link-title:active, .sub-menu-2 span.wpmega-link-title:hover, .sub-menu-2 span.wpmega-link-title:active {
	color: #02B2E5 !important;
}
#megaMenu ul li.menu-item.ss-nav-menu-reg ul.sub-menu li.menu-item > a {
	padding: 6px 25px !important;
}
#menu-item-3098 a, #menu-item-3102 a {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
#menu-item-3098 a:hover > span, #menu-item-3102 a:hover > span {
	color: #00a4da !important;
}

/* Red Header Button Styles */
.header-button-wrapper {
	padding: 0;
	width: 200px;
}
a.reg-donate-btn {
    display: none;
}
div.header-donate-btn {
    width: 100%;
    height: 51px;
    border-bottom: 3px solid #FFF;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
div.header-registry-btn {
    width: 100%;
    height: 51px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
div.header-donate-btn a, div.header-registry-btn a {
    color: #FFF;
    font-size: 18px;
    font-size: 22px;
	line-height: 56px;
    width: auto;
    text-transform: capitalize;
    text-align: left;
    font-weight: 700;
    height: 100%;
    display: block;
    padding: 0 12px;
    user-select: none;
}
.lt-ie9 div.header-donate-btn a, .lt-ie9 div.header-registry-btn a {
	font-size: 17px;
}
div.header-donate-btn a i, div.header-registry-btn a i {
	font-size: 32px;
	width: 28px;
	margin-right: 2px;
	margin-right: 0;
	position: relative;
	display: inline-block;
	text-align: left;
	vertical-align: text-bottom;
}
.ink {
	display: block;
	position: absolute;
	background: #B94028;
	border-radius: 100%;
	-webkit-transform: scale(0);
}
/*animation effect*/
.ink.animate {
	-webkit-animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/
	100% {
		opacity: 0;
		-webkit-transform: scale(2.5);
	}
}



/**** HOME PAGE STYLES ****/
/* Layer Slider Styles */
div.gdl-top-slider {
	margin-top: 3px;
}
div.gdl-top-layer-slider-wrapper, div.gdl-top-slider .gdl-slider-wrapper {
	background-image: none;
}
div.gdl-top-layer-slider-wrapper {
	margin: 0px;
}
.ls-bluediamond .ls-bottom-slidebuttons {
	background-image: none !important;
	background-color: #00A5DA !important;
}
.ls-bluediamond .ls-nav-prev, .ls-bluediamond .ls-nav-next {
	width: 20px !important;
}
.ls-bluediamond .ls-nav-prev {
	left: -20px !important;
	background-color: #00A5DA !important;
	-webkit-transition: background-color 150ms linear !important;
	-moz-transition: background-color 150ms linear !important;
	-o-transition: background-color 150ms linear !important;
	-ms-transition: background-color 150ms linear !important;
	transition: background-color 150ms linear !important;
}
.ls-bluediamond .ls-nav-next {
	right: -19px !important;
	background-color: #00A5DA !important;
	-webkit-transition: background-color 150ms linear !important;
	-moz-transition: background-color 150ms linear !important;
	-o-transition: background-color 150ms linear !important;
	-ms-transition: background-color 150ms linear !important;
	transition: background-color 150ms linear !important;
}
.ls-bluediamond .ls-nav-prev:hover, .ls-bluediamond .ls-nav-next:hover {
	background-color: #7CBE99 !important;
}
div.ls-thumbnail-hover {
	display: none !important;
}

/* Icons Beneath Rotator Styles */
.home-icons {
	width: 214px;
	position: relative;
	left: 50%;
	margin-left: -107px;
	margin-top: -53px;
}


/* Home Blog Post Area Styles */
h2.home-blog-header {
	padding: 0 10px;
	margin-bottom: 20px !important;
	color: #00536B !important;
	font-size: 24px !important;
	font-family: PT Sans, Futura, Helvetica, sans-serif;
}
.smaller-text {
	font-size: 12px !important;
	font-weight: 400 !important;
}
span.smaller-text:before {
	content: "/";
	margin-right: 3px;
	margin-left: 3px;
}
.smaller-text a {
	margin: 0 3px;
}
ul.lcp_catlist {
	margin-left: 0 !important;
	list-style: none !important;
}
.lt-ie9 .home ul.lcp_catlist li img {
	height: 176px;
}
h3.post-category {
	margin-top: 15px;
	margin-bottom: 0 !important;
}
h3.post-category a {
	color: #00536B;
	font-size: 20px !important;
}
h4.post-title {
	font-size: 14px;
	margin: 3px 0 4px !important;
}
h4.post-title a {
	color: #00A4D9;
}
.home .post-date {
	display: none;
}

/**** INTERNAL PAGE STYLES ****/
div.page-header-top-gimmick {
	background: none !important;
}
div.page-header-wrapper {
	margin: 0;
}
h1.page-header-title {
	color: #00536B !important;
	margin: 20px 20px 10px 0px !important;
	font-family: PT Sans, Arial, Helvetica, sans-serif !important;
	font-weight: 700;
}
span.page-header-caption {
    display: none !important;
}
div.gdl-page-left.mb0.eight.columns {
	padding: 0 10px 0 0;
}
/* original float: right div.featured-image {
	margin-bottom: 10px;
	margin-top: 0px;
	float: right;

div.featured-image img {
	margin-bottom: 10px;
	margin-top: 0px;
	float: right;
	border-style: solid;
	border-width: 1px;
}
}*/
/* Cause Roar new featured image */ 
div.featured-image {
	margin-bottom: 10px;
	margin-top: 0px;
	float: left;
}
div.featured-image img {
	margin-bottom: 10px;
	margin-top: 8px;
	margin-right: 14px;
	float: left;
	border-style: solid;
	border-width: 1px;
}
/* END Cause Roar new featured image */ 

.archive #blog-item-holder img {
	display: none;
}
.archive #blog-item-holder .blog-content {
	display: none;
}

div.gdl-page-item {
	padding-top: 0px !important;
}
.lt-ie9 div.featured-image img {
	max-width: 630px;
	width: 630px;
}
.profile_group_others {
	display: none !important;
}
.profile_group_about {
	display: none !important;
}

/* Single Blog Post About Author Styles */
div.about-author-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 10px 0;
	position: relative;
	background-color: #FFF;
}
div.about-author-avartar {
	width: 70px;
	height: 70px;
	margin-right: 10px;
}
div.about-author-avartar img {
	width: 70px;
	height: 70px;
}
h5.about-author-blog-title {
	margin-bottom: 0 !important;
	font-size: 15px !important;
	position: absolute;
	bottom: 26px;
	font-weight: 700 !important;
	color: #00A5DA !important;
}
h5.about-author-title {
	margin-bottom: 0 !important;
	font-size: 14px !important;
	line-height: 1 !important;
	position: absolute;
	bottom: 10px !important;
	color: #000 !important;
}

/* Blog Date Styles */
div.gdl-blog-full .blog-date-value {
	margin-bottom: 0;
	font-size: 32px;
}
div.gdl-blog-full .blog-month-value {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: 700;
}

/* Blog Content Styles */
div.gdl-blog-full .blog-title {
	font-size: 24px;
	font-weight: 700;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color: #00536B !important;
}

/* Social Share Button Styles */
div.share-print-wrapper {
	height: 48px;
	margin-bottom: 20px;
}
.single-post div.social-share-wrapper-wrapper {
	position: absolute;
	width: 52px;
	height: 18px;
	right: 96px !important;
	float: right;
	bottom: 10px;
}
.page div.social-share-wrapper-wrapper {
	width: 52px;
	height: 18px;
	position: relative;
	right: 0 !important;
	top: 15px;
	float: right;
}
div.social-share-wrapper {
	visibility: hidden;
	position: absolute;
	width: 190px;
	height: 82px;
	top: 42px;
	right: -60px;
	opacity: 0;
	border: 1px solid #00A5DA;
	border-bottom-width: 3px;
	border-radius: 2px 2px 4px 4px;
	padding: 6px 3px 0 10px;
	background: #FFF;
	box-shadow: 0 2px 6px #666;
	z-index: 999;
	-webkit-transition: top .25s linear;
	-moz-transition: top .25s linear;
	-o-transition: top .25s linear;
	-ms-transition: top .25s linear;
	transition: top .25s linear;
}
div.social-share-wrapper.show-icons {
	display: block;
	visibility: visible !important;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	top: 27px;
}
.lt-ie9 div.social-share-wrapper {
	display: none;
	visibility: visible !important;
}
.lt-ie9 div.social-share-wrapper.show-icons {
	display: inline-block !important;
}
div.social-share-wrapper.show-icons:after, div.social-share-wrapper.show-icons:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
div.social-share-wrapper.show-icons:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}
div.social-share-wrapper.show-icons:before {
	border-color: rgba(35, 232, 153, 0);
	border-bottom-color: #00A5DA;
	border-width: 8px;
	margin-left: -8px;
}
a.social-share-toggle-btn {
	text-indent: -9999px !important;
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/share-icon-1x.jpg) no-repeat;
	width: 52px;
	height: 18px;
	display: block;
}
div.social-shares ul {
	display: inline-block;
	width: 190px;
}
div.social-shares ul li {
	margin: 4px 8px 4px 0 !important;
	width: 30px;
	height: 30px;
}
.social-shares img {
	width: 30px;
	height: 30px;
}
.page .pdfprnt-top-right, .page .pdfprnt-bottom-right, .page .pdfprnt-right {
	text-align: right;
	width: 47px;
	height: 18px;
	right: 92px !important;
	top: -53px;
	position: absolute;
	margin-top: 0;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
#post-2974 .pdfprnt-top-right, .page .pdfprnt-bottom-right, .page .pdfprnt-right {
	top: 15px;
}
.page .pdfprnt-top-right a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/print-icon-1x.jpg) no-repeat;
}
.page .pdfprnt-top-right a img {
	display: none;
}
.page-template-page-lymetimes-special-template-php .pdfprnt-top-right {
    top: 15px !important;
}
.single-post .pdfprnt-top-right, .single-post .pdfprnt-bottom-right, .single-post .pdfprnt-right {
	text-align: right;
	width: 47px;
	height: 18px;
	right: 183px !important;
	top: -38px;
	position: absolute;
	margin-top: 0;
	padding: 0 !important;
	margin-bottom: 0 !important;
}
.single-post .pdfprnt-top-right a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/print-icon-1x.jpg) no-repeat;
}
.single-post .pdfprnt-top-right a img {
	display: none;
}
div.subscribe-btn-wrapper-wrapper {
	height: 58px;
	margin-bottom: 20px;
}
div.subscribe-btn-wrapper {
	width: 72px;
	height: 18px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.subscribe-btn a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999px;
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/subscribe-icon-1x.jpg) no-repeat;
}
.subscribe-btn-wrapper .social-share-wrapper-wrapper {
	right: 75px !important;
	bottom: auto !important;
	top: -21px !important;
}
.page-id-3128 .page .pdfprnt-top-right, .page-id-3128 .page .pdfprnt-bottom-right, .page-id-3128 .page .pdfprnt-right, .page-id-3402 .page .pdfprnt-top-right, .page-id-3402 .page .pdfprnt-bottom-right, .page-id-3402 .page .pdfprnt-right {
	display: none;
}

/* Blog Previous/Next Styles */
.navigation {
	padding: 10px 0;
	margin: 40px 0;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	width: 100%;
	display: inline-block;
}
.previous-post a, .next-post a, .previous-page a, .next-page a {
    display: block;
}
.previous-post, .previous-page {
	box-sizing: border-box;
    width: 50%;
    float: left;
    border-right: 1px solid #CCC;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    min-height: 1px;
}
.next-post, .next-page {
	box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    min-height: 1px;
}

/* Related Posts Styles */
div.yarpp-related h5 {
	color: #000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 5px;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
}
div.yarpp-related ul {
	list-style: none;
	margin: 0;
}
div.yarpp-related ul li {
	font-size: 15px;
	font-weight: 700;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-default {
	display: none !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail {
	border: 0 !important;
	width: 100% !important;
	height: auto !important;
}
.yarpp-thumbnail > img, .yarpp-thumbnail-default {
	width: 100% !important;
	height: auto !important;
	margin: 0 0 3px 0 !important;
	opacity: 1;
	-webkit-transition: opacity 150ms linear;
	-moz-transition: opacity 150ms linear;
	-o-transition: opacity 150ms linear;
	-ms-transition: opacity 150ms linear;
	transition: opacity 150ms linear;
}
.yarpp-thumbnail > img:hover, .yarpp-thumbnail-default:hover {
	opacity: .55;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title {
	font-size: 14px !important;
	line-height: 18px !important;
	margin: 0 !important;
	width: 100% !important;
	color: #00A5DA !important;
	font-weight: 700 !important;
}
.yarpp-thumbnails-horizontal .yarpp-thumbnail-title:hover {
	color: #FB7100 !important;
}

/* Lyme Times Template Page Styles */
.single-lymetimes div.gdl-blog-full .blog-content-wrapper {
	margin-left: 0 !important;
}
.lymetimes-current-left {
	width: 50%;
	display: inline-block;
}
.lymetimes-current-right {
	width: 50%;
	display: inline-block;
	float: right;
	padding-top: 125px;
}
.mgm_private_no_access {
	margin-bottom: 25px;
}
.single-lymetimes a.social-share-toggle-btn {
	float: right;
}
.lymetimes-info-wrapper .lymetimes-cover-image {
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	width: 34%;
}
.issue-content {
	float: left;
	width: 61%;
	margin-left: 2%;
}
.lymetimes-cover-image img {
	padding: 5px;
	border: 1px solid #e6e6e6;
}
span.lymetimes-issue-number {
	color: #D84B2F !important;
	font-size: 24px;
	line-height: 1 !important;
	display: block;
}
.issue-details {
    float: left;
}
.issue-details ul {
    margin-left: 16px;
    margin-top: 5px;
}
ul.lymetimes-issues {
    margin: 0 0 0 -15px !important;
    list-style: none !important;
    display: inline-block;
    width: 100%;
    width: calc(100% + 13px);
    text-align: left;
}
ul.lymetimes-issues li.single-lymetimes-issue {
    width: 24.59%;
    box-sizing: border-box;
    padding: 0 0 0 15px !important;
    margin: 0 0 100px 0!important;
    max-height: 215px;
    display: inline-block;
    vertical-align: top;
}
#post-2974 ul.lymetimes-issues li.single-lymetimes-issue {
	margin: 0 0 15px 0!important;
	width: 19.5% !important;
}
ul.lymetimes-issues li.single-lymetimes-issue:last-child {
    /* padding: 0 0 0 0; */
}
ul.lymetimes-issues li.single-lymetimes-issue img {
    border: 1px solid #CCC;
	opacity: 1;
	max-width: 99%;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 150ms linear;
    -moz-transition: opacity 150ms linear;
    -o-transition: opacity 150ms linear;
    transition: opacity 150ms linear;
}
ul.lymetimes-issues li.single-lymetimes-issue img.fade {
	opacity: .65;
	filter: alpha(opacity=65);
}
li.single-lymetimes-issue span.issue-title {
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 1.2;
	font-weight: 700;
}
.lymetimes-pages .sidebar-icon-single.the-lyme-times {
	padding-bottom: 0;
}
.single-lymetimes .row .eight.columns.special-issue {
	width: 100%;
	padding: 0 !important;
}
.issue-content.special-issue {
    width: 100%;
    float: none;
    display: inline-block;
    margin-left: 0;
}
.issue-details.special-issue {
	width: 100%;
	display: inline-block;
}
.issue-details.special-issue h3 {
    display: none;
}
.single-lymetimes .gdl-page-item {
    padding-top: 15px !important;
}
.goodpaper-wrapper {
    width: 100%;
    height: 0;
    padding-bottom: 72%;
    position: relative;
}
.goodpaper-wrapper iframe.good-paper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99999;
}

/* Comments Styles */
h3#reply-title {
	display: none;
}
h3.comments-header {
	font-size: 17px;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	color: #000;
	margin-bottom: 0;
}
h3.comments-header span {
	font-size: 14px;
}
div.comment-wrapper #respond {
	margin-top: 15px;
}
div.comment-wrapper .comment-title {
	font-size: 17px;
	margin-top: 40px;
	color: #000;
	font-weight: 700;
	font-family: PT Sans, Arial, Helvetica,sans-serif;
}
div.comment-avartar {
	width: 70px !important;
	height: 71px !important;
}
div.comment-avartar img {
	margin: 5px 10px 0px 0;
	width: 60px;
	height: 60px;
	display: inline-block;
}
div.comment-context {
	margin-left: 70px;
}
.comment-author, .comment-author a {
	color: #00A4DA;
	font-size: 14px;
	font-family: PT Sans, Arial, Helvetica,sans-serif;
}
div.comment-content {
	margin-top: 0px;
}
.lt-ie9 .comment-form iframe {
	height: 330px !important;
}
.lymetimes-main-cover {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
}



/**** SIDEBAR STYLES ****/
div.four.columns.mb0.gdl-right-sidebar {
	padding: 0 0 0 10px;
}
div.gdl-right-sidebar .sidebar-wrapper {
	padding-left: 35px;
}
.sidebar-wrapper .textwidget {
	padding-top: 0;
}
.sidebar-wrapper h3 {
	background: none !important;
	font-size: 18px !important;
	font-weight: 700;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	color: #424953 !important;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
div.sidebar-wrapper .custom-sidebar {
	margin-bottom: 25px;
	padding-top: 25px;
	background-position: center bottom;
	background: url('https://www.lymedisease.org/wp-content/themes/bluediamond-v1-08/images/border-horizontal.png') repeat-x;
}
div.sidebar-wrapper .custom-sidebar.jetpack_subscription_widget {
    padding-top: 9px;
}
div.sidebar-wrapper .custom-sidebar:first-child {
	padding-top: 0;
	background: none;
}
a.archives-link {
	font-size: 18px;
	text-transform: uppercase;
	color: #00A5DA !important;
	font-weight: 700;
}
a.archives-link:hover {
	color: #FB7100 !important;
}

/* Congress Widget */
form.legislators {
    box-shadow: none !important;
    padding: 10px !important;
    border: 1px solid #CCC !important;
    border-radius: 0 !important;
    background: none !important;
}
form.legislators label {
	display: block !important;
	line-height: 1 !important;
	font-family: PT Sans, Futura, Helvetica, sans-serif !important;
	font-weight: 700 !important;
}
form.legislators input[type="text"] {
    width: 93% !important;
    border-radius: 0 !important;
    padding: 6px 4px !important;
    border: 1px solid #979999 !important;
    margin-top: 2px !important;
    box-shadow: none !important;
    padding: 4px !important;
}
form.legislators input[type="text"]:hover, form.legislators input[type="text"]:focus {
	background: none !important;
}
form.legislators input.submit {
    background: #00A5DA !important;
    -webkit-transition: background-color 150ms linear !important;
    -moz-transition: background-color 150ms linear !important;
    -o-transition: background-color 150ms linear !important;
    -ms-transition: background-color 150ms linear !important;
    transition: background-color 150ms linear !important;
    display: block !important;
    margin: -10px 0 0 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    width: auto !important;
    padding: 6px 15px !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
}
form.legislators .le_head {
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #424953 !important;
    margin-bottom: 5px !important;
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}
form.legislators div#map_canvas {
    width: 100% !important;
    margin: 0 !important;
}
p.congress_example {
    display: none !important;
}
.legislator-pic {
	float: left;
	margin-top: 4px;
	margin-right: 0;
}
.legislator-contact {
	margin-left: 80px;
}
.legislator-contact a {
	word-wrap: break-word;
}
form.legislators #jloader {
	top: -26px;
	left: 60px;
}

/* Sidebar Input Field */
div.custom-sidebar .gdl-search-form {
	padding-top: 0px;
}
div.custom-sidebar #searchform {
	padding: 10px 0 0 45px !important;
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/search-icon-1x.png) no-repeat 0 1px;
}
.custom-sidebar input#s {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	box-shadow: none !important;
	width: 189px !important;
	width: calc(100% - 10px) !important;
	height: 30px !important;
	background: #CCC !important;
	border-radius: 0;
	padding: 0 5px !important;
}
div.custom-sidebar #search-text {
	margin-right: 0;
	width: calc(100% - 30px);
}
div.custom-sidebar #searchsubmit {
	background: #00A5DA url(https://www.lymedisease.org/wp-content/uploads/2014/04/search-icon-sidebar.png) no-repeat 0 0 !important;
	width: 30px;
	height: 30px;
	margin-top: 2px !important;
	margin-right: -10px !important;
	border-radius: 0 !important;
}
.lt-ie9 div.custom-sidebar #searchsubmit {
	margin-top: 3px !important;
}
.custom-sidebar.jetpack_subscription_widget {
	padding: 10px 0 0 45px;
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/follow-icon-1x.png) no-repeat 0 0px !important;
}
p#subscribe-email {
	width: 244px;
	width: calc(100% - 30px);
	height: 30px;
	margin: 0;
	padding: 0;
}
#subscribe-email input {
	width: 234px !important;
	width: calc(100% - 10px) !important;
	height: 100% !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #CCC;
	margin: 0 !important;
	padding: 0 5px !important;
}
p#subscribe-submit {
	width: 30px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	right: 0;
	padding-bottom: 0px;
}
.lt-ie9 p#subscribe-submit {
	bottom: -21px;
}
#subscribe-submit input[type="submit"] {
	height: 30px;
	line-height: 30px;
	padding: 0;
	width: 30px;
	font-size: 20px;
	background: #00A5DA;
}


/* Sidebar Icons */
div.sidebar-icon-single {
	padding: 10px 0 0 45px;
	margin-bottom: 30px;
}
div.sidebar-icon-single a {
	color: #00A5DA !important;
}
div.sidebar-icon-single a:hover {
	color: #FB7100 !important;
}
.sidebar-icon-single.the-lyme-times {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/lyme-times-icon-1x.png) no-repeat 0 0;
	padding-bottom: 7px;
}
.sidebar-icon-single.news-and-blogs {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/news-blogs-icon-1x.png) no-repeat 0 9px;
}
.sidebar-icon-single.patient-surveys {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/patient-surveys-icon-1x.png) no-repeat 0 0;
	padding-bottom: 7px;
}
.sidebar-icon-single.patient-surveys h3 {
	text-transform: none !important;
}
.sidebar-icon-single.online-store {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/online-store-icon-1x.png) no-repeat 0 12px;
}
.sidebar-icon-single.sidebar-newsletter-signup {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/newsletter-signup-icon-1x.png) no-repeat 0 10px;
}
.sidebar-icon-single.sidebar-newsletter-signup .newsletter-form-label {
	display: none;
}
div.sidebar-icon-single ul li {
	padding: 0 0 6px 10px !important;
	background-position: 0 4px !important;
}
div.sidebar-icon-single ul li a {
	font-size: 13px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	color: #00A5DA !important;
}
.sidebar-icon-single.sidebar-newsletter-signup .wpcf7-form {
	margin-top: -10px;
}
.sidebar-icon-single.sidebar-newsletter-signup input[type="email"] {
	width: 92% !important;
	border-radius: 0;
	padding: 6px 4px;
	border: 1px solid #979999;
	margin-top: -6px;
}


/**** CONTACT FORM 7 STYLES ****/
input[type="submit"] {
	outline: none !important;
}
span.required {
	font-size: 18px;
	color: #FF0000;
	top: 3px;
	position: relative;
}
.wpcf7-form label {
	font-size: 14px;
	width: 100%;
}
.wpcf7-text, .wpcf7-email, .wpcf7-textarea {
	padding: 5px !important;
	font-size: 14px;
	color: #222;
	border: 1px solid #979999;
	min-height: 34px;
	box-sizing: border-box;
	width: 100% !important;
}
form.invalid .wpcf7-text, form.invalid .wpcf7-email, form.invalid .wpcf7-textarea, .sidebar-newsletter-signup form.invalid .wpcf7-email {
	border: 1px solid #FF0000 !important;
	border-left-width: 2px !important;
}
form.invalid .wpcf7-email, form.invalid .wpcf7-text, form.invalid .wpcf7-textarea, form.invalid .wpcf7-tel {
	margin-bottom: 10px;
}
.sidebar-newsletter-signup form.invalid .wpcf7-email, .sidebar-newsletter-signup form.invalid .wpcf7-text, .sidebar-newsletter-signup form.invalid .wpcf7-textarea, .sidebar-newsletter-signup form.invalid .wpcf7-tel {
	margin-bottom: 30px;
}
form.invalid span.wpcf7-not-valid-tip {
	top: 25px;
	left: 0px;
	padding: 0px 6px;
	width: auto;
	max-width: 220px !important;
	font-size: 14px;
	border: 1px solid red;
	background: #FF0000;
	border-radius: 0 0 4px 4px;
	color: #FFF;
	font-weight: 700;
}
form.invalid .your-message span.wpcf7-not-valid-tip {
	top: auto;
	bottom: -9px;
}
.sidebar-newsletter-signup form.invalid span.wpcf7-not-valid-tip {
	top: 25px;
}
.wpcf7-form div.wpcf7-response-output {
	border: 0 !important;
	padding: 0.2em 1em 0.2em 4.6em !important;
	margin: 1em 0 1em !important;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.3;
	min-height: 50px;
	width: auto !important;
	max-width: 240px !important;
}
div.wpcf7-mail-sent-ok {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-ok.png) no-repeat 0px 0px;
	color: #336600;
}
div.wpcf7-mail-sent-ng {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-failed.png) no-repeat 0px 0px;
	color: #FF0000;
}
div.wpcf7-validation-errors {
	background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-errors.png) no-repeat 0px 0px;
	color: #FF9900;
}



/**** BLOG PAGE STYLES ****/
/* Blog Overview Page Styles */
div.gdl-blog-full .blog-media-wrapper {
	width: 50%;
	margin-right: 20px;
	margin-bottom: 25px;
	float: left;
}
div.gdl-blog-full .blog-media-wrapper img {
	display: block;
	width: 100% !important;
	border-style: solid;
	border-width: 1px;
}
div.gdl-blog-full .blog-title {
	margin-left: 69px;
	margin-bottom: 15px;
}
div.blog-item-holder .gdl-blog-full {
    position: relative;
}
div.gdl-blog-full .blog-date-wrapper {
    position: absolute;
    top: 0;
}
div.gdl-blog-full .blog-content-wrapper {
    margin-left: 69px;
}
.single-post div.gdl-blog-full .blog-title {
	margin-left: 0;
	margin-bottom: 8px;
}
.single-post div.gdl-blog-full .blog-date-wrapper {
	margin-top: 0;
}
a.blog-continue-reading {
	display: block;
}
h2.blog-title a, h1.blog-title a, div.portfolio-item .page-item-title a {
	color: #00536B !important;
}
h2.blog-title a:hover, h1.blog-title a:hover, div.portfolio-item .page-item-title a:hover {
	color: #FB7100 !important;
}
div.blog-content {
	color: #000;
	font-size: 13px;
}
div.subscribe-btn-wrapper.blog-overview {
	right: 10px !important;
	bottom: auto !important;
	top: 20px !important;
}

/* Author Box Styles */
div.author-bio-wrapper {
	min-height: 187px;
	padding: 15px;
	background: #EBEBEB;
	margin-top: 58px;
	margin-bottom: 25px;
}
div.author-bio img {
	float: left;
	margin: 0 15px 15px 0;
}
.author-bio h4 {
	font-size: 18px;
	font-family: PT Sans, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 3px 0;
	font-weight: 400;
}
.author-bio p {
	font-size: 13px;
}


/**** ARCHIVE PAGE STYLES ****/
.archive span.page-header-caption {
	color: #FB7000 !important;
	margin: 20px 20px 20px -7px;
	font-family: PT Sans, Arial, Helvetica, sans-serif !important;
	font-weight: 700;
	font-size: 30px;
	display: block;
}
.archive div#blog-item-holder {
	margin-top: 35px;
}


/**** MAGIC MEMBERS STYLES ****/
.mgm_aff_footer {
	display: none;
}
.mgm_form {
	color: #222 !important;
	font-size: 14px !important;
}
.mgm_form label {
	font-weight: 700;
}
.mgm_form input[type="text"], .mgm_form input[type="password"], .mgm_form input[type="email"], .mgm_form textarea {
	border-radius: 0;
	padding: 6px 4px;
	border: 1px solid #979999;
	margin: 0 0 15px 0;
	font-size: 14px;
	height: 14px;
	/*max-width: 240px;*/
	width: 240px;
	float: none;
}
.mgm_subs_desc {
	padding: 0px 5px 5px 25px !important;
	color: #FB7000 !important;
	margin-top: -5px;
}
div.mgm_subs_pack_desc {
	width: 593px;
	width: calc(100% - 27px);
}
div.table div.row {
	margin-left: 0;
}
div.postbox.mgm_margin10px0px {
	margin-bottom: 25px;
}
.page-id-3128 .user_login, .page-id-3128 .user_email, .page-id-3128 .first_name_box, .page-id-3128 .last_name_box, .page-id-3128 .address_box, .page-id-3128 .city_box, .page-id-3128 .state_box, .page-id-3128 .zip_box, .page-id-3128 .password_box, .page-id-3128 .password_conf_box, .page-id-3128 .nickname_box, .page-id-3128 .phone_box, .page-id-3399 .user_login, .page-id-3399 .user_email, .page-id-3399 .first_name_box, .page-id-3399 .last_name_box, .page-id-3399 .address_box, .page-id-3399 .city_box, .page-id-3399 .state_box, .page-id-3399 .zip_box, .page-id-3399 .password_box, .page-id-3399 .password_conf_box, .page-id-3399 .nickname_box, .page-id-3399 .phone_box {
	width: 50%;
	float: left;
	min-height: 70px;
}
.mgm_register_form input[type="text"], .mgm_register_form input[type="email"], .mgm_register_form input[type="select"], .mgm_register_form textarea, .mgm_register_form input[type="password"] {
    width: 98% !important;
    box-sizing: border-box;
    min-height: 34px;
}
.page-id-3128 .state_box, .page-id-3399 .state_box {
    clear: left !important;
}
.subscription_options_box {
	display: block;
	width: 99%;
	box-sizing: border-box;
	/*max-width: 545px;*/
	float: none;
	clear: both;
	padding: 10px;
	background: #F1F1F1;
	margin-bottom: 20px;
	color: #222 !important;
}
.subscription_options_box label {
	font-size: 18px;
}
.subscription_options_box label + div {
	margin-top: -10px !important;
}
div.table.br {
	color: #222;
}
.mgm_margin_bottom_10px {
	color: #222;
}
.page-id-3404 .mgm_get_subs_btn {
	text-align: left;
	margin-bottom: 10px;
}
.page-id-3404 .mgm_get_subs_btn + .mgm_get_subs_btn {
	display:none;
}
@media only screen and (max-width: 480px) {
	.page-id-3128 .user_login, .page-id-3128 .user_email, .page-id-3128 .first_name_box, .page-id-3128 .last_name_box, .page-id-3128 .address_box, .page-id-3128 .city_box, .page-id-3128 .state_box, .page-id-3128 .zip_box, .page-id-3128 .password_box, .page-id-3128 .password_conf_box, .page-id-3128 .nickname_box, .page-id-3399 .user_login, .page-id-3399 .user_email, .page-id-3399 .first_name_box, .page-id-3399 .last_name_box, .page-id-3399 .address_box, .page-id-3399 .city_box, .page-id-3399 .state_box, .page-id-3399 .zip_box, .page-id-3399 .password_box, .page-id-3399 .password_conf_box, .page-id-3399 .nickname_box {
		width: 100%;
		float: none;
	}
	.mgm_register_form input[type="text"], .mgm_register_form input[type="email"], .mgm_register_form input[type="select"], .mgm_register_form textarea, .mgm_register_form input[type="password"], .subscription_options_box {
		width: 100% !important;
		max-width: 100% !important;
	}
}


/**** FOOTER STYLES ****/
div.footer-top-bar {
	height: 26px;
}
div.footer-container {
	margin-top: 35px;
}
.footer-widget-wrapper {
	margin-bottom: 15px;
}
.footer-widget-wrapper h3.custom-sidebar-title {
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 17px;
	font-family: PT Sans, Arial, Helvetica, sans-serif !important;
}
.footer-widget-wrapper .custom-sidebar p {
	font-family: PT Sans, Arial, Helvetica, sans-serif !important;
}
div.footer-wrapper div.custom-sidebar ul li {
	background: none !important;
	padding-top: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.footer-wrapper .menu {
	padding-top: 5px;
}
#menu-footer-navigation-1 li {
	width: 47%;
	float: left;
}
div.footer-wrapper .custom-sidebar {
	margin-bottom: 15px;
}
div.copyright-left a {
	color: #00b1E4;
}
div.copyright-left a:hover, div.copyright-left a:active, div.copyright-left a:focus {
	color: #fb7100;
}



/**** RESPONSIVE STYLES ****/
@media only screen and (min-width: 1000px) {
	.ls-wp-container.ls-container {
		width: 1140px !important;
		height: 481px !important;
		background: none !important;
	}
}
@media only screen and (max-width: 999px) {
	.ls-wp-container.ls-container {
		background: none !important;
	}
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
	ul.lymetimes-issues li.single-lymetimes-issue {
		width: 24.45%;
	}
}

@media only screen and (min-width: 980px) {
	.issue-content {
		margin-left: 0;
	}
}

@media only screen and (max-width: 920px) {
	#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a span {
		font-size: 14px;
	}
	#megaMenu ul.megaMenu li.menu-item.mega-with-sub > a, #megaMenu.megaResponsive.megaMenuHorizontal ul.megaMenu > li.menu-item > a {
		padding: 0 20px 0 10px !important;
		height: 50px;
		line-height: 50px;
	}
	#megaMenu.megaResponsive.megaMenuHorizontal ul.megaMenu > li.menu-item > a > span {
		line-height: 50px !important;
	}
	#megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > a:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-reg li.menu-item.megaReg-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.mega-with-sub > span.um-anchoremulator:after, #megaMenu ul.megaMenu li.menu-item.ss-nav-menu-mega > span.um-anchoremulator:after {
		right: 8px !important;
		border-width: 4px 4px 0 !important;
	}
	.ss-nav-menu-mega .sub-menu-1 span.wpmega-link-title {
		font-size: 13px !important;
	}
	.ss-nav-menu-reg .sub-menu-1 span.wpmega-link-title, .ss-nav-menu-mega .sub-menu-2 span.wpmega-link-title {
		font-size: 13px !important;
	}
}

@media only screen and (max-width: 900px) {
	#menu-footer-navigation-1 li {
		width: 100%;
		float: none;
	}
}
@media only screen and (max-width: 782px) and (min-width: 767px) {
	#megaMenu.megaResponsiveToggle ul.megaMenu {
		background: #00A5DA;
		padding: 0px 5px;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 890px) and (min-width: 768px) {
	.logo-wrapper {
		padding-top: 80px !important;
	}
	.header-button-wrapper {
		top: 80px;
	}
}

@media only screen and (min-width: 768px) {
	div.comment-wrapper {
		/*margin-left: -65px;
		position: absolute;*/
		width: 625px;
		width: calc(100% - 25px);
	}
}

@media only screen and (max-width: 767px) {
	.row .column, .row .columns {
  		float: left !important;
	}
	ul#menu-above-header-menu-logged-in {
		text-align: center;
		float: none;
	}
	#megaMenu #megaMenuToggle {
		background: #00A5DA !important;
		border-top: 3px solid #FFF !important;
		font-size: 14px !important;
		color: #FFF !important;
	}
	#megaMenu #megaMenuToggle .megaMenuToggle-icon, #megaMenu #megaMenuToggle .megaMenuToggle-icon:before, #megaMenu #megaMenuToggle .megaMenuToggle-icon:after {
		background: #FFF !important;
	}
	div.ls-bottom-nav-wrapper {
		display: none;
	}
	#megaMenu.megaResponsiveToggle ul.megaMenu {
		padding: 0 !important;
	}
	.gdl-navigation-wrapper #megaMenu.megaResponsive.megaFullWidth ul.megaMenu li.menu-item.ss-nav-menu-mega ul.sub-menu.sub-menu-1, .gdl-navigation-wrapper #megaMenu.megaResponsive.megaFullWidth ul.megaMenu li.menu-item.ss-nav-menu-reg ul.sub-menu.sub-menu-1 {
		left: 0 !important;
		box-shadow: inset 0 -1px 1px #00A5DA !important;
	}
	.home-icons {
		width: 80%;
		position: relative;
		left: 10%;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.home-icons.middle-icon {
		margin-bottom: 50px;
	}
	.smaller-text {
		display: block;
		margin-left: -3px;
	}
	.smaller-text:before {
		display: none;
	}
	h3.post-category {
		margin-top: 0;
	}
	div.gdl-blog-full .blog-content-wrapper {
    	margin-left: 0;
	}
	.single-post div.gdl-blog-full .blog-title {
	    padding-left: 65px;
	    margin-left: 0;
	    margin-bottom: 0;
	    display: inline-block;
	    width: 100%;
	    box-sizing: border-box;
	    min-height: 70px;
            line-height: 1.1;
	}
	.single-post div.gdl-blog-full .blog-date-wrapper {
	    border-right: 1px dotted #00536B;
	    padding-right: 6px !important;
	}
	div.footer-wrapper .custom-sidebar {
		margin-bottom: 40px;
	}
	div.gdl-page-left.mb0.eight.columns, div.four.columns.mb0.gdl-right-sidebar {
		padding: 0;
	}
	.page div.social-share-wrapper {
		right: 0;
	}
	.page div.social-share-wrapper.show-icons:after, .page div.social-share-wrapper.show-icons:before {
		left: 79.5%;
	}
	img.alignright, .alignright, img.alignleft, .alignleft, img.aligncenter, .aligncenter {
		float: none;
		width: 100% !important;
		margin: 15px 0 !important;
	}
	.sidebar-icon-single.sidebar-newsletter-signup input[type="email"] {
		width: 96% !important;
	}
	.gdl-page-row-wrapper .wpcf7-form input[type="text"], .gdl-page-row-wrapper .wpcf7-form input[type="password"], .gdl-page-row-wrapper .wpcf7-form input[type="email"], .gdl-page-row-wrapper .wpcf7-form textarea, .wpcf7-form select {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box;
	}
	ul.lymetimes-issues li.single-lymetimes-issue {
		width: 50%;
		float: left;
		max-height: 1000px;
	}
	ul.gdl-accordion li .accordion-content img.know-your-ticks {
		width: auto !important;
		float: none;
		display: block;
	}
	.goodpaper-wrapper {
		padding-bottom: 130%;
	}
	.lymetimes-current-left {
		display: inline;
	}
	.lymetimes-current-right {
		display: inline;
		float: none;
		text-align: center;
	}
	/* old blog mobile image
	.blog-content-wrapper .featured-image, .blog-content-wrapper .featured-image img {
    	width: 100%;
    	float: left;
    	margin: 5px 0 10px 0;
    	max-width: 100%;
    	height: auto;
	}*/
	
	.blog-content-wrapper .featured-image {
    	width: 100%;
    	float: none;
    	margin: 12px auto 10px;
    	text-align: center;
    	max-width: 100%;
    	height: auto;
	}
 .blog-content-wrapper .featured-image img {
    	width: 99%;
    	float: none;
    	margin: 0;
    	max-width: 99%;
    	height: auto;
	}	
}    

@media only screen and (min-width: 768px) {
	#megaMenu ul.megaMenu li.menu-item a span.uber-close, #megaMenu ul.megaMenu li.menu-item span.um-anchoremulator span.uber-close {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
	.header-wrapper .logo-wrapper {
		float: none;
		padding: 110px 0px 93px !important;
		margin: 0px !important;
		width: 100% !important;
	}
	div.logo-wrapper h1 {
		height: 84px !important;
	}
	div.logo-wrapper img {
		left: 10px !important;
		top: -13px !important;
		width: 80% !important;
	}
	.header-button-wrapper {
		top: 197px;
		height: 90px !important;
		width: 92% !important;
		padding: 0 !important;
	}
	div.header-donate-btn {
	    height: 45px;
	}
	div.header-registry-btn {
	    height: 45px;
	}
	div.header-donate-btn a, div.header-registry-btn a {
		line-height: 50px;
		text-align: center;
	}
	.donate-navigation {
		background: #d84a2f !important;
		border: none !important;
	}
	.social-icons-wrapper {
		top: 65px;
		width: 123px !important;
		right: 20px !important;
	}
	.form-fields-wrapper {
		width: 285px;
		left: 20px;
		top: 45px;
	}
	div.newsletter-signup {
		width: 128px;
		position: absolute;
		left: 0;
		height: 45px;
		top: 0;
	}
	div.search-form {
		width: 130px;
		position: absolute;
		right: 6px;
		top: 0;
	}
	.top-search-wrapper input[type="text"] {
		width: 90px !important;
	}
	div.newsletter-signup .wpcf7-email {
		width: 95px !important;
	}
	.newsletter-signup .wpcf7-submit {
		right: 15px !important;
	}
	div.secondary-nav-wrapper {
		left: 50% !important;
		margin-left: -125px !important;
		top: 10px !important;
	}
	.ss-nav-menu-item-0, .ss-nav-menu-item-1 {
		border-top: 3px solid #FFF !important;
	}
}

@media only screen and (max-width: 479px) {
	.social-icons-wrapper ul li {
		float: none;
		margin-left: auto;
		display: inline-block;
	}
	.header-wrapper .logo-wrapper {
		float: none;
		padding: 155px 0px 90px !important;
		width: 100% !important;
	}
	div.logo-wrapper h1 {
		height: 84px !important;
	}
	div.logo-wrapper img {
		left: 50% !important;
		top: -14px !important;
		width: 325px !important;
		margin-left: -165px !important;
	}
	.header-button-wrapper {
		top: 242px;
		height: 90px !important;
		width: 100% !important;
		padding: 0 !important;
		margin: 0 15px;
		box-sizing: border-box;
		right: -13px;
		border-left: 22px solid #FFF;
		border-right: 18px solid #FFF;
		text-align: center;
	}
	.header-button-wrapper img {
		display: none;
	}
	.header-button-wrapper a {
		position: relative;
		z-index: 999;
		width: 100%;
		height: 100%;
		display: inline-block;
	}
	.header-button-wrapper:after {
		display: none !important;
		content: 'DONATE';
		font-size: 22px;
		color: #FFF;
		font-weight: 700;
		line-height: 40px;
		position: absolute;
		width: 100px;
		text-align: center;
		top: 0;
		left: 50% !important;
		margin-left: -50px !important;
	}
	a.reg-donate-btn {
	    display: none !important;
	}
	div.header-donate-btn {
	    height: 43px;
	}
	div.header-registry-btn {
	    height: 43px;
	}
	div.header-donate-btn a, div.header-registry-btn a {
		line-height: 50px;
	}
	.social-icons-wrapper {
		top: 54px;
		width: 130px !important;
		right: 50% !important;
		margin-right: -63px;
	}
	.form-fields-wrapper {
		display: block;
		top: 90px;
		right: 37px;
		width: calc(100% - 57px);
	}
	div.newsletter-signup {
		width: 128px;
		position: absolute;
		left: 0;
		height: 45px;
		top: 0;
	}
	div.search-form {
		width: 130px;
		position: absolute;
		right: 0;
		top: 0;
	}
	.top-search-wrapper input[type="text"] {
		width: 100px !important;
	}
	div.secondary-nav-wrapper {
		left: 50% !important;
		margin-left: -125px !important;
		top: 10px !important;
	}
	#menu-above-header-menu-logged-in {
		float: none !important;
	}
	.ss-nav-menu-item-0 {
		border-top: 3px solid #FFF !important;
	}
	div.subscribe-btn-wrapper, div.social-share-wrapper-wrapper {
		bottom: auto !important;
		top: 0 !important;
	}
	.pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-right {
		top: -80px !important;
	}
    .single-post .pdfprnt-top-right, .single-post .pdfprnt-bottom-right, .single-post .pdfprnt-right {
        top: -90px !important;
    }
	.page div.social-share-wrapper-wrapper {
		top: 15px !important;
	}
	.page .pdfprnt-top-right, .page .pdfprnt-bottom-right, .page .pdfprnt-right {
		top: -53px !important;
	}
	.page-template-page-lymetimes-special-template-php .pdfprnt-top-right {
		top: 15px !important;
	}
	img.alignright, .alignright, img.alignleft, .alignleft, img.aligncenter, .aligncenter {
		float: none;
		width: 100%;
		margin: 15px 0 !important;
	}
	div.author-bio img {
		width: 120px;
	}
	.lymetimes-cover-image {
		float: none;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		width: 212px;
	}
	.issue-content {
		width: 100%;
		float: none;
		margin: 0 !important;
	}
	.subscribe-btn-wrapper .social-share-wrapper-wrapper {
		display: none; !important;
	}
}

@media only screen and (max-width: 390px){
	.header-wrapper .logo-wrapper {
		padding: 205px 0px 90px !important;
	}
	div.logo-wrapper h1 {
		height: 74px !important;
	}
	div.logo-wrapper img {
		left: 50% !important;
		top: -8px !important;
		width: 260px !important;
		margin-left: -133px !important;
	}
	.header-button-wrapper {
		top: 282px;
	}
	.form-fields-wrapper {
		display: block;
		top: 90px;
		right: 21px;
		width: calc(100% - 41px);
		height: 100px !important;
	}
	div.newsletter-signup {
		width: 100%;
		position: absolute;
		left: 0;
		height: 45px;
		top: 0;
		text-align: center;
	}
	div.newsletter-signup form {
		margin: 0 auto;
	}
	div.search-form {
		width: 100%;
		position: absolute;
		right: 0;
		bottom: 0;
		top: auto;
		text-align: center;
	}
	.top-search-wrapper input[type="text"] {
		width: 100px !important;
	}
}

@media only screen and (max-width: 360px) {
	ul.lymetimes-issues li.single-lymetimes-issue {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media only screen and (max-width: 350px) {
	.single-post div.social-share-wrapper-wrapper {
		right: 81px !important;
	}
	.single-post .pdfprnt-top-right, .pdfprnt-bottom-right, .pdfprnt-right {
		right: 153px !important;
	}
}



/****RETINA AND HIGH PIXEL DENSITY DISPLAY IMAGE SWAP****/
@media only screen and (-webkit-min-device-pixel-ratio: 1.2), only screen and (min-resolution: 110dpi) {
	/*ul#menu-above-header-menu li.home-icon {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/home-icon-2x.png) no-repeat 2px 0;
		background-size: 18px !important;
	}
	ul#menu-above-header-menu li.login-icon {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/login-icon-2x.png) no-repeat 4px 0;
		background-size: 18px !important;
	}
	ul#menu-above-header-menu li.join-icon {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/join-icon-2x.png) no-repeat 6px 0;
		background-size: 18px !important;
	}*/
	.pdfprnt-top-right a {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/print-icon-2x.jpg) no-repeat !important;
		background-size: 47px !important;
	}
	a.social-share-toggle-btn {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/share-icon-2x.jpg) no-repeat !important;
		background-size: 51px !important;
	}
	.subscribe-btn a {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/subscribe-icon-2x.jpg) no-repeat !important;
		background-size: 72px !important;
	}
	div.custom-sidebar #searchform {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/search-icon-2x.png) no-repeat 0 0;
		background-size: 38px !important;
	}
	.custom-sidebar.jetpack_subscription_widget {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/follow-icon-2x.png) no-repeat 0 20px !important;
		background-size: 38px !important;
	}
	.sidebar-icon-single.the-lyme-times {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/lyme-times-icon-2x.png) no-repeat 0 0;
		background-size: 38px !important;
	}
	.sidebar-icon-single.news-and-blogs {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/news-blogs-icon-2x.png) no-repeat 0 9px;
		background-size: 38px !important;
	}
	.sidebar-icon-single.patient-surveys {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/patient-surveys-icon-2x.png) no-repeat 0 0;
		background-size: 38px !important;
	}
	.sidebar-icon-single.online-store {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/online-store-icon-2x.png) no-repeat 0 12px;
		background-size: 38px !important;
	}
	.sidebar-icon-single.sidebar-newsletter-signup {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/04/newsletter-signup-icon-2x.png) no-repeat 0 10px;
		background-size: 38px !important;
	}
	div.wpcf7-mail-sent-ok {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-ok-2x.png) no-repeat 0px 0px;
		background-size: 45px !important;
	}
	div.wpcf7-mail-sent-ng {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-failed-2x.png) no-repeat 0px 0px;
		background-size: 45px !important;
	}
	div.wpcf7-validation-errors {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-errors-2x.png) no-repeat 0px 0px;
		background-size: 45px !important;
	}
	.header-wrapper .newsletter-signup .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ok {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-ok-2x.png) no-repeat 0 0;
		background-size: 16px !important;
	}
	.header-wrapper .newsletter-signup .wpcf7-form div.wpcf7-response-output.wpcf7-validation-errors {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-errors-2x.png) no-repeat 0 0;
		background-size: 16px !important;
	}
	.header-wrapper .newsletter-signup .wpcf7-form div.wpcf7-response-output.wpcf7-mail-sent-ng {
		background: url(https://www.lymedisease.org/wp-content/uploads/2014/07/wpcf7-failed-2x.png) no-repeat 0 0;
		background-size: 16px !important;
	}
}

select {
	font-size: 12px !important;
}

.slidercaption h1 {
  font-family: "pt-sans-caption",sans-serif;
  font-size: 46px;
  color: #FFF;
  font-weight: 900
}

.slidercaption h2 {
  font-family: "pt-sans-caption",sans-serif;
  font-style: normal;
  font-size: 38px;
  color: #FFF !important;
}
.resource-links {
	color: 000 !important;
}
.resource-links a {
	font-weight: bold;
	font-size: 16px;
}

/* ****CAUSE ROAR CUSTOM STYLES****/
/* sidebar*/

.sidevid {
margin: 0; padding: 0;
}
.sidevid img {
    max-width: 100%;
    height: auto;
}
/* home page with revolutionary slider system checklist */
.page-id-19286 .share-print-wrapper {
display: none;
}
.page-id-19286 .pdfprnt-top-right, .page-id-19286 .pdfprnt-bottom-right, .page-id-19286 .pdfprnt-right {
display: none;
}
.page-id-19286 div.share-print-wrapper {
display: none;
} 



/* Healthcare Policies media grid custom */
.hlthbar {
background-color: #8ac7da; 
border-top: 1px solid #fff; 
margin: 0; 
padding: 6px; 
color: #fff; 
text-transform: uppercase; 
font-size: 24px; 
text-align: center; 
font-weight: bold;
}
.mg_box {
    padding: 0px 12px !important;
}
.kidwall {
    text-align: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: roboto, arial, sans-serif;
    clear: both;
}
.kidwall .pages {
    float: left;
    font-size: 14px;
    text-transform: uppercase;
}
.kidwall .pages span {
    border-color: #000;
    background: url(https://www.lymedisease.org/images/wall-bl.png);
    padding: 7px 10px;
    color: #fff;
}
.kidwall .current {
    float: left;
    margin-left: 8px;
    font-size: 14px;
    text-transform: uppercase;
}
.kidwall .current span {
    background: #00A5DA;
    border-color: #00A5DA;
    padding: 7px 10px;
    color: #fff;
}
.kidwall .linknx {
    float: left;
    margin-left: 8px;
    font-size: 14px;
    text-transform: uppercase;
}
.kidwall .linknx span {
    background: #fff;
    border-color: #00A5DA;
    padding: 7px 10px;
    color: #00A5DA;
}
.kidwall .linknx span a {
    text-decoration: none;
     background: #fff;
    border-color: #00A5DA;
    padding: 7px 10px;
    color: #00A5DA;
}
/* Book Reviews */
.bk-revbk {
margin: 30px auto;
 text-align: center;
}

h1.bkrv-title {
    color: #00536B !important;
    margin: 0px 0px 18px 0px;
   font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
        font-size: 24px;
         line-height: 1.5;   
}
.bkrv-author {
  font-weight: 500;
font-style: italic;  
}
.bkrv-tltop {
    color: #00A5DA;
    margin: 0px 0px 3px 0px;
   font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 800;
    display: inline-block;
        font-size: 19px;
         line-height: 1.3;  
         text-transform: uppercase; 
}
h3.bksubhd {
 font-size: 16px !important;
 line-height: 22px !important;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 700 !important;
    color: #131313 !important;
     padding: 7px 0 12px;
   margin: 0;
}
h4.bkauthorfl {
 font-size: 16px !important;
 line-height: 22px !important;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    color: #131313 !important;
     padding: 7px 0 18px;
   margin: 0;
}
h4.bkauthor {
 font-size: 16px !important;
 line-height: 22px !important;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: bold !important;
    color: #131313 !important;
     padding: 7px 0 4px;
   margin: 0;
}
h1.bk-title {
    color: #00536B !important;
    margin: 24px 24px 12px 24px;
    font-family: PT Sans, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
}
.bk-toptxt{
 font-size: 18px;
 line-height: 28px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #131313;
     padding: 0;
 margin: 0 0 24px 24px;
}

h2.bklyme {
 font-size: 18px !important;
 line-height: 26px !important;
 font-style: italic !important;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-weight: 500 !important;
    color: #000 !important;
      margin: 7px 0 7px;
    padding: 0;
}
h3.bkhdlyme{
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0px;
  line-height: 30px !important;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 24px !important;
  margin: 0 0 18px;
  padding: 0;
}
p.bxtxtbg {
    margin-bottom: 20px;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}
.service-lymex-content {
    padding: 0;
    min-height: 344px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.service-lymex-list {
    background: #f1f1f1;
    color: #263238;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 48%;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08);
}
.service-inner  {
padding: 0 20px 0;
}
.service-lymex-list a.trans-btn {
    color: #ffffff !important;
    background-color: #00A5DA;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	margin: 12px 0 0 0px;
    padding: 6px 12px;
    letter-spacing: 1px;
	text-decoration: none;
}

.service-lymex-list a.trans-btn:hover {
    background: #fb8b29;
    text-decoration: none;
}
.service-lymex-list a.amz-btn {
    color: #ffffff !important;
    background-color: #fb8b29;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
	margin: 12px 0 0 0px;
    padding: 6px 12px;
    letter-spacing: 1px;
	text-decoration: none;
}

.service-lymex-list a.amz-btn:hover {
    background: #00A5DA;
    text-decoration: none;
}

.service-lymex-title {
 font-family: robotoregular, arial, sans-serif;
    color: #000 !important;
    line-height: 26px !important;
    font-size: 22px !important;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    letter-spacing: .05em;
   margin: 15px 0 15px;
}

.service-list-hr {
    background: #fb8b29;
    height: 3px;
    border: 0;
    outline: 0;
    width: 35px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-align: left !important;
	margin: 10px 0 !important;
}
.service-list-description {
line-height: 1.4 !important;
    font-size: 16px;
font-family: robotoregular, arial, sans-serif;
letter-spacing: 1px;
}

.service-lymex-img {
    background-color: #4C4F53;
    text-align: center;
    width: 100%;
    min-height: 240px;
    display: inline-block;
}
.lycover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-lymex-img__container {
    display: inline-block;
    margin-top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.approach-btn {
    border-color: #fff;
    color: #fff;
    font-family: freightsans_mediumscregular,Helvetica Neue,Helvetica,Arial,sans-serif;
    letter-spacing: 1px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.bkbutlft {
float: left;
    width: 49%;
    margin: 0 0 0;
  padding: 0; 
}
.bkbutrt {
float: right;
    width: 49%;
    margin: 0 0 0;
  padding: 0; 
}
.service-lymex-img {
display: inline-block;
    width: 44%;
       margin: 0 !important;
    padding: 0 !important; 
    text-align: right !important;
}

@media screen and (min-width: 960px) {
.service-lymex-img {
    min-height: 344px;
}
}

@media screen and (min-width: 1140px) {
.service-lymex-content {
 display: inline-block;
    width: 55%;
    margin: 0 !important;
  padding: 0 !important; 
  vertical-align: top !important; 
}
.service-lymex-img {
display: inline-block;
    width: 44%;
       margin: 0 !important;
    padding: 0 !important; 
    text-align: right !important;
}
}
@media screen and (min-width: 450px) and (min-width: 850px) {
.u-md-size12of12 {
    width: 100%!important;
}
}
@media screen and (max-width: 720px) {
.service-lymex-list {
    float: none;
    margin-right: 0;
    width: 100%;
}

}

@media screen and (max-width: 1140px) {
.service-lymex-img {
height: 100%;
min-height: initial;
}
.service-lymex-content {
    padding: 15px 25px 15px;
	    min-height: 184px;
}   
.service-lymex-content {
width: 100%;
  padding: 14px 0 24px !important; 
}
.service-lymex-img {
width: 100%;
}
}



/* Healthcare Policies */
.sidebar-icon-single.sidebar-new-menu {
    background: url(https://www.lymedisease.org/images/new-navicon.png) no-repeat 0 10px;
}

/* Healthcare Policies */
h1.res-title {
    color: #00536B !important;
    margin: 0px 0px 18px 0px !important;
    font-family: PT Sans, Arial, Helvetica, sans-serif !important;
    font-weight: 700;
display: inline-block;
}
div.sidebar-icon-single ul li a.sm {
  font-size: 13px !important;
padding-bottom: 1px !important;
  font-weight: normal !important;
  text-transform: none;
  color: #00A5DA !important;
}
div.sidebar-icon-single ul li.res {
  padding: 0 0 0 10px !important;
  background-position: 0 4px !important;
}

div.sidebar-icon-single ul li.resce a.sm {
    font-size: 13px !important;
    padding-bottom: 1px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    color: #00A5DA !important;
}
.bxwrap {
  width: 100%;
  max-width: 700px;
  background-color: #fff;
  margin: 0 0 18px 0;
padding: 0;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-radius: 0px 0px 3px 3px;
-moz-border-radius: 0px 0px 3px 3px;
-webkit-border-radius: 0px 0px 3px 3px;
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.08);
}
#healthres {
width: 90%;
margin: 0 auto;
text-align: center;

}
.bxinner {
  padding: 12px 12px 18px;
}
.bxinnerbg {
    padding: 12px 20px 18px;
}
.bkimgbord {
border-bottom: 4px solid #dddddd
}





h3.ablyme {
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0px;
  line-height: 28px !important;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 22px !important;
  margin: 0 0 18px;
  padding: 0;
}

p.bxtxt {
  margin-bottom: 16px;
  font-family: Open Sans, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #686868;
}

#healthres .shortcode1-2{ margin-right: 4%; float: left; margin-bottom: 6px; width: 48%;    }
#healthres .shortcode1-2.last{ margin-right: 0; width: 48%;    }
.pagination {
    text-align: center;
    margin: 20px
}
.pagination a, .pagination strong {
    background: #00A5DA;
    display: inline-block;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
	line-height: 1.5em;
	color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a:hover {
    background-color: #131313;
    color: #fff;
}
.pagination a:active {
	background: rgba(190, 190, 190, 0.75);
}
.pagination strong {
    color: #fff;
    background-color: #131313;
}

span.toppagin {
    text-align: left;
}
span.toppagin strong {
    font-size: 12px;
    display: inline-block;
    margin-right: 3px;
    padding: 4px 12px;
    text-decoration: none;
	line-height: 1.5em;
	color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #00A5DA;
}
.content-wrapper.container.main h4.ember {
    font-size: 18px;
    font-weight: 700;
    color: #00A5DA;
    margin-bottom: 8px;
}
.mb0 {
margin-bottom: 0;
}
.mb4 {
margin-bottom: 4px;
}
.mb8 {
margin-bottom: 8px;
}

#abwrap {
background-color: #eee;
padding: 10px 18px;
font-size: 16px;
text-align: center;
color: #131313;
margin-bottom: 18px;
}
.ableft {
float: left;
width: 50%;
text-align: left;
padding-top: 4px;
}
.ablf {
float: left;
width: 50%;
text-align: left;
}
.abrt {
float: right;
width: 50%;
text-align: right;
}
.ablne {
border-top: 1px dotted #ccc;
padding-top: 12px;
width: 100%;
}
.abauthor {
font-style: italic;
color: #36c;
margin-bottom: 4px;
}
.page-id-17103 .navigation,
.page-id-17288 .navigation,
.page-id-17233 .navigation,
.page-id-17207 .navigation,
.page-id-17193 .navigation,
.page-id-17182 .navigation,
.page-id-17131 .navigation,
.page-id-17151 .navigation
{
display: none
}
.img700 {
width: 100%;
max-width: 700px;
margin: 0 auto 20px !important;
text-align: center;
}
/* post video wrapper */
.vidouter {
margin: 12px auto;
text-align: center;
border-top: 4px solid #eee;
border-bottom: 4px solid #eee;
padding: 12px 0;

}
.vidouter2 {
margin: 12px auto;
text-align: center;
padding: 12px 0;

}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* quick bytes */
.quwrap {
background-color: #49c1e9;
margin: 12px 0;
}
.quhd {
padding: 8px 0;
margin: 0 auto;
text-align: center;
font-size: 24px;
color: #fff;
}

.postid-19290 .gform_wrapper .gform_footer {
    padding: 0 0 .625em;
    margin: 0 0 0;
    clear: both;
}
.qb-title {
    font-size: 24px;
    font-weight: 700;
    font-family: PT Sans,Arial,Helvetica,sans-serif;
    margin-top: 18px;
    margin-bottom: 0px;
    padding: 0;
    color: #ff2a00 !important;
}
.qb-textcon {
    font-size: 22px;
    font-weight: 500;
    font-family: PT Sans,Arial,Helvetica,sans-serif;
    margin-top: 8px;
    margin-bottom: 18px !important;
    padding: 0;
    color: #131313 !important;
}
/* mld home page */
.vdplay img {
width: 100%
}
#fancybox-loading div {
display: none;
}

.page-id-17694 .share-print-wrapper {
display: none;
}
.page-id-17694 .page .pdfprnt-top-right{
display: none;
}
.page-id-17694 .gdl-top-slider {
    margin-bottom: -30px;
}
.page-id-9 .gdl-top-slider {
    margin-bottom: -30px;
}
 @media only screen and (max-width: 1100px) and (min-width: 768px) {
.vdplay img {
width: 100%;
margin-top: 25px;
}
.hmore {
width: 80%;
margin-top: 30px;
}
}


@media only screen and (max-width: 767px) {
.vdplay img {
width: 50%;
margin-top: 10px;
}
.sidevid .vdplay img {
width: 100%;
margin-top: 0px;
}



.hmore {
width: 75%;
margin-top: 10px;
}
.page-id-9 div.gdl-top-layer-slider-wrapper {
    margin-top: -15px;
}
}
 @media only screen and (max-width: 1024px) and (min-width: 768px) {
.page-id-9 div.gdl-top-layer-slider-wrapper {
    margin-top: -30px;
}
}
