/*
Theme Name: Pinnacle 2019

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/




/* =Reset
-------------------------------------------------------------- */
p:empty::before {
    content: none;
}
button:focus, input:focus, textarea:focus {outline:0;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
.anchor, .gform_anchor {
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

body {line-height: 1;}
ol,ul {	list-style: none;}
blockquote,q {	quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th,td {	font-weight: normal;	text-align: left;}
h1,h2,h3,h4,h5,h6 {clear: both;font-family: 'Roboto Slab', serif;}
html {overflow-y: scroll;font-size: 100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;}
a:focus {
	outline: thin dotted;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section {display: block;}
audio,canvas,video {display: inline-block;}
audio:not([controls]) {	display: none;}
del {color: #333;}
ins {background: #fff9c0;text-decoration: none;}
hr {background-color: #ccc;	border: 0;	height: 1px;	margin: 24px 0px;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
small {font-size: smaller;}
img {border: 0;	-ms-interpolation-mode: bicubic;}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* = Column Shortcode Fix
-------------------------------------------------------------- */
.one_half {
    width: 48% !important;
    margin-right: 4% !important;
}
.one_half.last_column {
    width: 48% !important;
    margin-right: 0px !important;
}
.one_third {
    width: 31% !important;
    margin-right: 3% !important;
}
.one_third.last_column {
    width: 31% !important;
    margin-right: 0px !important;
}
.two_third {
    width: 64% !important;
    margin-right: 4% !important;
}
.two_third.last_column {
    width: 65% !important;
    margin-right: 0px !important;
}
.one_fourth {
    width: 23.5% !important;
    margin-right: 2% !important;
}
.one_fourth.last_column {
    width: 23.5% !important;
    margin-right: 0px !important;
}
.three_fourth {
    width: 74.5% !important;
    margin-right: 2% !important;
}
.three_fourth.last_column {
    width: 74.5% !important;
    margin-right: 0px !important;
}
.one_fifth {
    width: 18.4% !important;
    margin-right: 2% !important;
}
.one_fifth.last_column {
    width: 18.4% !important;
    margin-right: 0px !important;
}
.two_fifth {
    width: 39% !important;
    margin-right: 2% !important;
}
.two_fifth.last_column {
    width: 39% !important;
    margin-right: 0px !important;
}
.three_fifth {
    width: 59% !important;
    margin-right: 2% !important;
}
.three_fifth.last_column {
    width: 59% !important;
    margin-right: 0px !important;
}
.four_fifth {
    width: 79.6% !important;
    margin-right: 2% !important;
}
.four_fifth.last_column {
    width: 79.6% !important;
    margin-right: 0px !important;
}
.one_sixth {
    width: 15% !important;
    margin-right: 2% !important;
}
.one_sixth.last_column {
    width: 15% !important;
    margin-right: 0px !important;
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,input,textarea {	border: 1px solid #ccc;	border-radius: 3px;	font-family: inherit;	padding: 6px;}
button,input {line-height: normal;}
textarea {font-size: 100%;overflow: auto;	vertical-align: top;}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 10px 20px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
	color: #333;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}
.menu-toggle,button,input[type="submit"],input[type="button"],input[type="reset"] {cursor: pointer;}
button[disabled],input[disabled] {cursor: default;}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	border-color: transparent;
}
.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {float: left;margin: 0px 20px 20px 0px;}
.alignright {float: right;margin: 0px 0px 20px 20px;}
.aligncenter {display: block;margin-left: auto;	margin-right: auto;}
.wp-caption {max-width: 100%; /* Keep wide captions from overflowing their container. */padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 2;
	color: #757575;
}
.entry-content dl.gallery-item {margin: 0;}
.gallery-item a,.gallery-caption {width: 90%;}
.gallery-item a {display: block;}
.gallery-caption a {display: inline;}
.gallery-columns-1 .gallery-item a {max-width: 100%;width: auto;}
.gallery .gallery-icon img {height: auto;max-width: 90%;padding: 5%;}
.gallery-columns-1 .gallery-icon img {padding: 3%;}

/* Navigation */
.site-content nav {clear: both;line-height: 2;overflow: hidden;}
#nav-above {padding: 24px 0;}
#nav-above {display: none;}
.paged #nav-above {display: block;}
.nav-previous,.previous-image {	float: left;	width: 50%;}
.nav-next,.next-image {	float: right;	text-align: right;width: 50%;}
.nav-single + .comments-area,#comment-nav-above {margin: 48px 0;}

/* Author profiles */
.author .archive-header {margin-bottom: 24px;}
.author-info {border-top: 1px solid #ededed;margin: 24px 0;padding-top: 24px;overflow: hidden;}
.author-description p {color: #757575;font-size: 13px;line-height: 1.846153846;}
.author.archive .author-info {border-top: 0;margin: 0 0 48px;}
.author.archive .author-avatar {margin-top: 0;}

/* =Basic structure
-------------------------------------------------------------- */

body {font-size: 16px;text-rendering: optimizeLegibility; background-color: #fff; color: #333; font-family: 'Source Sans Pro', sans-serif;}

a {outline: none;color: #189cdc;}
a:hover {color: #333;}



/* Sidebar */
.widget-area .widget {margin-bottom: 25px; text-align: left; line-height: 1.5; }
.widget-area .widget h3 { text-align: left !important; color: #444; 2px; font-size: 22px;text-transform: none;font-weight: normal;margin-bottom: 15px;}
.widget-area .widget p,.widget-area .widget li,.widget-area .widget .textwidget {font-size: 16px;line-height: 2;}
.widget-area .widget p {margin-bottom: 24px; text-align: left !important;}
.widget-area .textwidget ul {list-style: disc outside;margin: 0 0 24px;}
.widget-area .textwidget li {margin-left: 15px;}
.widget-area #s {width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */}

.widget-area .menu a {padding: 5px 10px; color: #fff; border-radius: 5px; background-color: #1f9bde; font-size: 16px; display: block; text-decoration: none; margin-bottom: 5px;  transition: all .3s ease-in-out; }
.widget-area .sub-menu a {padding: 0 10px; font-size: 14px; background-color: transparent; color: #444;}
.widget-area .menu a:hover {background-color: #1f9bde; font-weight: bold;}
.widget-area .sub-menu a:hover {background-color: transparent;}

/* =Main content and comment content
-------------------------------------------------------------- */
.entry-meta {	clear: both;}
.entry-header img.wp-post-image, .entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {width: 100%;}

.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.comments-link a,
.entry-meta a {
	color: #757575;
}
.comments-link a:hover,
.entry-meta a:hover {
	color: #21759b;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	line-height: 3.692307692;
	margin-bottom: 24px;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	line-height: 2;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 24px 0; font-weight: 500;
	line-height: 1.5; color: #333;
	
}


.entry-content h1,
.comment-content h1 {
	font-size: 44px;
	line-height:1.3;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 40px;
	line-height:1.3; font-weight: 500;
}
.entry-content h3,
.comment-content h3 {
	font-size: 30px;
	line-height: 1.3; font-weight: 400 !important;
}
.entry-content h4,
.comment-content h4 {
	font-size: 20px;
	line-height: 1.5;
}
.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	line-height: 1.846153846;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 24px;
	line-height: 2; overflow-wrap: break-word;

} 
.entry-content {line-height: 2;}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
	margin: 0 0 24px;
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style-type: disc;
padding: 0;
margin: 0 0 24px 0;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	margin: 0 0 0 36px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom:36px;
	padding: 24px;
	font-style: italic; border-left: 4px solid #336e8e;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 1.714285714;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;  max-width: 100%; 
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #333;
	font-size: 16px; width: 100%;
	line-height: 2;
	margin: 0 auto 24px;
	text-align: center;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content th {background-color: #9cbebd;  padding: 15px; line-height: 2.5; text-align: center; color: #fff; font-size: 20px; font-weight: bold;}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed; background-color: #fff;
	padding: 10px; text-align: center; font-size: 16px;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	line-height: 1.846153846;
	color: #757575;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {overflow: hidden;}
.image-attachment div.attachment {text-align: center;}
.image-attachment div.attachment p {text-align: center;}
.image-attachment div.attachment img {display: block;height: auto;margin: 0 auto;max-width: 100%;}
.image-attachment .entry-caption {margin-top: 8px;}



/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
}
.comments-area article header {
	margin: 0 0 48px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #21759b;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	padding: 2px 5px;
	font-size: 10px;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #21759b;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
}

/* Comment form */
#respond {
	margin-top: 48px;
}
#respond h3#reply-title {
	font-size: 16px;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 12px;
}
#respond form {
	margin: 24px 0;
}
#respond form p {
	margin: 11px 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
}
#respond form label {
	display: block;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 1.714285714;
	padding: 10px;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {margin-left: 12px;}
.widget_rss li {margin: 12px 0;}
.widget_recent_entries .post-date,.widget_rss .rss-date {color: #aaa;font-size: 11px;margin-left: 12px;}
#wp-calendar {margin: 0;width: 100%;font-size: 13px;line-height: 1.846153846;color: #686868;}
#wp-calendar th,#wp-calendar td,#wp-calendar caption {text-align: left;}
#wp-calendar #next {padding-right: 24px;text-align: right;}
.widget_search label {display: block;font-size: 13px;line-height: 1.846153846;}


/* =Custom Site-wide Font/Image Style CSS
-------------------------------------------------------------- */

.bold {font-weight: bold !important;}
.semibold {font-weight: 600 !important;}
.normal {font-weight: 400 !important;}
.thin {font-weight: 300 !important;}
.italic {font-style: italic !important;}
.uppercase {text-transform: uppercase !important;}
.block {display: block !important;}

.sixteen {font-size: 16px !important;}
.eighteen {font-size: 18px !important;}
.twenty {font-size: 20px !important;}
.twentyfour {font-size: 24px !important;}
.thirty {font-size: 30px !important;}
.forty {font-size: 40px !important;}
.fifty {font-size: 50px !important;}
.sixty {font-size: 60px !important;}

.clicknum {color: inherit !important; text-decoration: none;}
.fullwidth {width: 100%;}

.robotoslab {font-family: 'Roboto Slab', serif;}

.black {color: #000 !important;}
.white {color: #fff !important;}
.blue {color: #1f9bde !important;}
.lightblue {color: #189cdc !important;}
.teal {color: #43bfae !important;}

.bluebg {background-color: #1f9bde!important;}
.graybg {background-color: #f4f4f4!important;}
.lightbluebg {background-color: #189cdc !important;}
.tealbg {background-color: #43bfae !important;}
.whitebg {background-color: #fff !important;}

.block {display: block !important;}
.nosidepadding {padding-left: 0 !important; padding-right: 0 !important;}
.nopadding {padding: 0 !important;}
.nomargin {margin: 0 !important;}
.marginsm {margin-bottom: 10px !Important;}
.margintop {margin-top: 24px !important;}
.inline {display: inline !important;}
.center {text-align: center; display: block !important;}
.lrmargin {margin-left: 12px !important; margin-right: 12px !important;}

.three-col-list {-moz-column-count: 3;-webkit-column-count: 3;column-count: 3;}
.two-col-list {	-moz-column-count: 2;-webkit-column-count: 2;column-count: 2;}

.clearfixspace {width: 100%; margin: 0 auto; height: 40px; clear: both;}
.clearfixspacedouble {width: 100%; margin: 0 auto; height: 80px; clear: both;}
.clearfixspacesm {width: 100%; margin: 0 auto; height: 20px; clear: both;}
.clearfix {width: 100%; margin: 0 auto; height: 1px; clear: both;}



.gform_wrapper input, .gform_wrapper select, .gform_wrapper textarea {padding: 10px !important; border: 1px solid #ccc !important; border-radius: 4px;}
#gform_wrapper_3 .top_label .gfield_label {display: inline-block !important;}
.gform_wrapper input[type="submit"] {background-color: #1f9bde; color: #fff; padding: 15px 50px !important; border: 0 !important; font-size: 18px; font-weight: 400; text-decoration: none; border-radius: 400px; display: inline-block;font-family: 'Roboto Slab', serif; -webkit-appearance: none;}

.gform_wrapper select {background-color: #fff; background-image: url('https://pinnacletreatment.com/wp-content/uploads/caret-down-solid@2x.png'); background-size: 13px 8px; background-repeat: no-repeat; background-position: 95% center;  -webkit-appearance: none; }

.gform_wrapper.gf_browser_chrome .ginput_complex .ginput_right select, .gform_wrapper.gf_browser_chrome .ginput_complex select {

    line-height: normal !important;
    margin-top: 0 !important;
}

.widget-area .gform_wrapper .gfield_label {display: none !important;}
.gform_wrapper .gform_footer {
    padding: 0px !important;
}

.sl-caption {
display: none !important;
}

/* =Custom Site CSS
-------------------------------------------------------------- */


/* Footer */
#footer {clear: both;font-size: 16px;max-width: 100%;position: relative;background-color: #fff; border-top: 15px solid #189cdc;	margin: 0px auto; line-height: 1.7; background-size: cover;}
#footerinside {max-width: 1200px;margin: 0px auto;padding: 70px 0px; text-align: center; color: #425463;}

#copyright {margin: 40px auto 0; max-width: 100%; padding: 40px 0; background-color: #f9f9f9; font-size: 13px; line-height: 2; text-align: center; color: #444;}
#copyright a {color: #444;}

.footer-menu {	-moz-column-count: 1;-webkit-column-count:1;column-count: 1;  line-height: 1.7;}
.footer-menu li {display: block;}
.footer-menu ul {margin: 0 0 24px;}
.footer-menu li li {display: block;}
.footer-menu li a {display: block; color: #425463; font-size: 16px; text-decoration: none; font-weight: 600;transition: all .2s ease-in-out; }
.footer-menu li a:hover {color: #1f9bde;}
.footer-menu li li a {font-size: 14px;font-weight: 400;}

ul.block-with-icons {margin: 0;padding: 0;margin-bottom: 30px;list-style: none;}
ul.block-with-icons > li {position: relative;margin: 0 auto;min-height: 200px;float: left;width: 20%; margin-right: 3%; line-height: 1.7; font-size: 14px; color: #425463; text-align: left;}
ul.block-with-icons > li img {max-width: 100%;}
ul.block-with-icons > li:first-child {width: 30%;}
ul.block-with-icons > li:first-child strong {font-size: 16px;}
ul.block-with-icons > li:last-child {margin-right: 0%;}
ul.block-with-icons h3 {font-size: 22px; letter-spacing: 1px; text-align: center; text-transform: uppercase; font-weight: 400; color: #fff;margin-bottom: 10px; padding-bottom: 10px;}


#footer-address {text-align: center; color: #1f9bde; font-size: 16px; line-height: 2; margin: 34px auto;}
#footerlogo { margin: 0 0 24px; display: none;}

#footer-logos {display: block; width: 100%; margin: 44px auto 0;}
#footer-logos img {display: inline-block; margin: 15px; vertical-align: middle; max-height: 60px;}
#footer-logos a {text-decoration: none;}

#footer-social {display: block; width: 100%; margin: 24px auto 0;}
#footer-social a, #state-social a{display: inline-block; width: 40px; background-color: #1f9bde; border-radius: 300px; text-align: center; height: 40px; line-height: 40px; margin-right: 8px;}
#footer-social .fab , #state-social .fab{ float: none; color: #fff; font-size: 20px; line-height: 40px; display: inline-block;transition: all .2s ease-in-out; }
#footer-social a:hover .fab, #state-social a:hover .fab {transform: scale(1.2);}

#state-social {display: block; width: 100%; margin: 12px auto 48px; text-align: center;}




/* Header */

#topbar {width: 100%; padding: 10px 0; background-color: #ff0000;}
#topbar .site {text-align: center; font-size: 13px; color: #fff;}
#topbar .site a {color: #fff;}

.secondary-menu {float: right;}
.secondary-menu li {display: inline-block; margin-left: 15px;}
.secondary-menu li a {display: inline-block; padding: 0 0px; text-decoration: none; color: #333;}

#headerwrap {max-width: 100%;width: 100%; margin: 0%; text-align: center;  position: relative;      min-height: 900px;    height: 900px; overflow:hidden; background: url('https://pinnacletreatment.com/wp-content/uploads/pinnacle-home.jpg') no-repeat; background-size: cover; background-position: top center; background-attachment: scroll; margin-top: 0px;}

#headerwrapint {max-width: 100%;width: 100%; margin: 0%; text-align: center;  position: relative; min-height: 600px; background: url('https://pinnacletreatment.com/wp-content/uploads/building.jpg') no-repeat; background-size: cover; background-position: center 80px; margin-top: 0px; margin-bottom: 0px;}
#headerwrapint.locationshead, #headerwrapint.bloghead  {min-height: 500px;}

.single #headerwrapint.bloghead, #headerwrapint.disablehead {min-height: 100px;}
.single #headerwrapint.bloghead #inthead, #headerwrapint.disablehead #inthead {display: none;}

#headerwrapint.bloghead {background-image: url('https://pinnacletreatment.com/wp-content/uploads/blogheader.jpg');}

.page-template-page-careers #headerwrapint  {min-height: 1300px; max-width: 1920px !important; margin: 0 auto;}

#inthead {text-align: left; position: relative; top: 0px; padding: 250px 0 90px; max-width: 1200px; line-height: 1.7; width: 100%; margin: 0 auto; left: 0; right: 0; color: #fff; font-size: 18px;}
.tax-medication-assisted-treatment #inthead, .tax-states #inthead, .tax-type #inthead, .page-template-page-locations-all #inthead, .page-template-page-mat #inthead {padding: 250px 0 150px;} 
#category-seo {padding: 60px 0; background-color: #f4f4f4;}

#inthead .smallheader {color: #fff;}
#inthead h1, #blogheader {font-size: 66px; font-family: 'Roboto Slab', serif; color: #fff; margin-bottom: 24px; font-weight: 400; line-height: 1.1;}
#inthead .phone {margin-top: 24px; background-color: #fff; text-shadow: none !important; color: #1f9bde !important; border: 1px solid #fff; padding: 15px 50px;font-size: 18px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 400px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;font-family: 'Roboto Slab', serif;}
#inthead .phone:hover { transform: scale(1.1); background-color: #fff; color: #1f9bde !important; }
.inthead-inside {max-width: 46%;}


#headerinsidewrap { transition: all .2s ease-in-out; position: fixed; top: 0; left: 0; max-width: 100%; width: 100%; text-align: center; margin: 0 auto; right: 0; z-index: 50; background-color: rgba(255,255,255,1);}
#headerinside {max-width: 100%;width: 100%; margin: 0%; text-align: left; padding: 15px 0px; position: relative; min-height: 70px;  transition: all .2s ease-in-out;}


#crumbs { 

    line-height: 60px;
    left: 0;
    right: 0; }

#crumbs .site a {color: #fff; font-size: 15px; text-decoration: underline; text-shadow: 0 0 6px rgba(0,0,0,.5);}
#crumbs .site a:hover {color: #fff;}
#crumbs .site {color: #fff;}
#crumbs .menu-breadcrumb {position: relative; left: 0px;}
#crumbs .sep {display: inline !important; background-image: none; width: auto; height: auto; margin: 0;}


.logged-in #headerinsidewrap {margin-top: 32px;}

.logo {display: inline-block; position: absolute; left: 2%; z-index: 5; margin: 0 auto; top: 10px;transition: all .2s ease-in-out; background-image: url('https://pinnacletreatment.com/wp-content/uploads/pinnaclelg.png'); background-size: contain; width: 301px; height: 70px; background-repeat: no-repeat;}

#navwrap {width: auto; position: absolute; right: 0px; left: 0; bottom: 0px;z-index: 2;  transition: all .2s ease-in-out; visibility: visible; opacity: 1;}


.phone, .phone a {text-decoration: none !important; color: inherit !Important; }
#topcta {position: absolute; right: 2%; top: 24px; font-size: 16px;  transition: all .2s ease-in-out;  font-weight: 600;  background-color: #fff; color: #1f9bde; border: 2px solid #1f9bde;  padding: 15px 30px; text-transform: uppercase; display: inline; border-radius: 4px; text-decoration: none; z-index: 5;}
#topcta:hover {transform: scale(1.1); }
#topcta-text {display: inline-block;}
#topcta-phone {position: absolute; right: 13%; z-index: 5; top: 0; line-height: 99px; font-size: 16px;  transition: all .2s ease-in-out;  font-weight: 600;  color: #425463; }
#topcta-phone a {color: #1f9bde !important; padding: 10px 0;}

#headerwrap .hphomehero {position: absolute; z-index: 10; bottom: 0px; width: 100%; left: 0; right: 0;}

#hpherotext { color: #fff;  position: absolute; top: 260px; left: 0; right: 0; width: 100%; max-width: 1200px; margin: 0 auto; line-height: 1.5; text-align: left;}
#hpherotext-line1 {font-size: 22px; color: #43bfae; font-weight: 400; text-transform: uppercase; letter-spacing: 5px; }
#hpherotext-line2 {font-size: 70px; margin:0 auto 24px auto; font-weight: 400; color: #333; line-height: 1.3; letter-spacing:0px; display: inline-block;font-family: 'Roboto Slab', serif; }
#hpherotext-line3 {font-size: 17px; color: #333; font-weight: 600; line-height: 1.5; max-width: 50%;}


#hpbtns {display: block; position: relative; top: 36px; margin: 0 auto; text-align: left;font-family: 'Roboto Slab', serif;  text-transform: uppercase;}
.hpbtn1 {background-color: #transparent; border: 2px solid #fff; color: #fff; padding: 15px 50px; font-size: 16px; text-decoration: none; border-radius: 4px; display: inline-block; margin-right: 24px; transition: all .2s ease-in-out; line-height: 1.5;}
.hpbtn2 {background-color: #189cdc; color: #fff; border: 2px solid #189cdc; padding: 15px 50px;font-size: 16px; text-decoration: none; border-radius: 4px; display: inline-block; transition: all .2s ease-in-out; line-height: 1.5;}
.hpbtn1:hover, .hpbtn2:hover {transform: scale(1.1); color: #fff; }


button#responsive-menu-pro-button {visibility: hidden; opacity: 0;}


#headerinsidewrap.smaller { background-color: rgba(255,255,255,1); box-shadow: 0 2px 3px rgba(0,0,0,.2);}
/*#headerinsidewrap.smaller .logo {left: 140px;}*/

#headerinsidewrap.smaller #headerinside {min-height: 70px;}

/*#headerinsidewrap.smaller #navwrap {visibility: hidden; opacity: 0;}*/
#headerinsidewrap.smaller .main-navigation li a {color: #333;}
/*#headerinsidewrap.smaller button#responsive-menu-pro-button {visibility: visible; opacity: 1;}*/



#hpmain {
    position: relative;
}
#hpmain .site {
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #fff;
}
#hpmain .entry-content {margin: 0 auto; text-align: center;}
#hpmain .entry-content .one_third {background-color: #f9f9f9; border-radius: 20px; padding-top: 48px; padding-bottom: 48px;  position: relative;box-shadow: 0 0 15px rgba(0,0,0,0); transition: all .2s ease-in-out;}
#hpmain .entry-content .one_third:hover {box-shadow: 0 0 15px rgba(0,0,0,.3);}
#hpmain .entry-content .one_third a {color: #333;}
#hpmain .entry-content .one_third img {max-width: 92px; max-height: 92px; display: block; margin: 0 auto 24px;}
#hpmain .entry-content .one_third p {width: 80%; margin: 0 10%;}


#findlocation, #footercta, #blog-functions-category {padding: 40px 0; background-color: #189cdc; width: 100%;}
#footercta {padding: 80px 0;}
#findlocation-left, #footercta-left {float: left; text-align: left; width: 45%; color: #fff; font-family: 'Roboto Slab', serif; font-size: 24px; line-height: 1.5;}
#findlocation-left span, #footercta-left span {font-size: 16px; margin-top: 8px; font-family: 'Source Sans Pro', sans-serif; display: block;}
#footercta-left {padding-top: 60px;}
#findlocation-right, #footercta-right {float: right; width: 45%;}

#findlocation-right select, .locations-select select {padding: 15px 30px; background-color: #fff; background-image: url('https://pinnacletreatment.com/wp-content/uploads/caret-down-solid@2x.png'); background-size: 13px 8px; background-repeat: no-repeat; background-position: 90% center;  -webkit-appearance: none; width: 90%; float: right; border: 0 !important; border-radius: 4px; margin-top: 8px; font-size: 18px;}

#blog-functions-category select  {padding: 15px 30px; background-color: #fff; background-image: url('https://pinnacletreatment.com/wp-content/uploads/caret-down-solid@2x.png'); background-size: 13px 8px; background-repeat: no-repeat; background-position: 90% center;  -webkit-appearance: none; width: 48%; float: none; border: 0 !important; border-radius: 4px; margin-top: 8px; font-size: 18px;}

.locations-select select {max-width: 300px; float: left; margin-right: 24px; margin-top: 24px;}

#gform_wrapper_8
{
    position: relative;
    top: 0px;
    margin-bottom: 0px; width: 100%;
    margin: 0 auto !important; margin: 20px 0 40px !important;
}
#gform_wrapper_8 div.validation_error {display: none;}

#gform_wrapper_8 li.gfield.gfield_error, #gform_wrapper_8 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent !important;
   
    border-top: 0 !important;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;;
    padding-top: 0 !important;;
}
#gform_wrapper_8 .validation_message {
    color: #fff !important; font-size: 14px !important;
 
}

#gform_wrapper_8 input, #gform_wrapper_8 select {height: 50px; font-family: 'Roboto Slab', serif; border: 0 !important; margin-bottom: 8px; }
#gform_wrapper_8 label {display: none !important;}
#gform_wrapper_8 ul li.gfield {
    margin-top: 0 !important;
    padding-top: 0;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}
#gform_wrapper_8 .gform_fields {max-width: 94%;}
#gform_submit_button_8 {
    border: 0 !important;
    background-color: #1077a7 !important; color: #fff; text-transform: uppercase;
   padding: 0 30px !important;
    top: 0px;
    right: 0px; border-radius: 4px !important;
    height: 50px !important; font-family: 'Roboto Slab', serif; 
    width: auto;
}
#gform_wrapper_8 .gform_footer{
    padding: 0 !important;
    margin: 0 !important;
    clear: both !important; height: 40px !important;
    float: left !important;
    width: auto !important;
}


#hp-intro {background-image: url('https://pinnacletreatment.com/wp-content/uploads/hp-intro.jpg'); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 100px 0;}
#hp-intro .entry-content {width: 55%; color: #fff;}


#faqblocks {width: 100%; font-size: 0;}
#faqblocks ul {margin:0;padding:0;}
#faqblocks li {list-style-type: none; margin: 0; width: 25%; float: left; min-height: 400px; background-size: cover; background-repeat: no-repeat; display: flex; align-items: center;justify-content:center;}
#faqblocks li span {font-family: 'Roboto Slab', serif; color: #fff; font-size: 24px; width: 80%; margin: 0 10%; line-height: 1.5; transition: all .2s ease-in-out;}
#faqblocks li:hover span {transform: scale(1.2);}


#hp-state {background-image: url('https://pinnacletreatment.com/wp-content/uploads/states.jpg'); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 200px 0;}
#hp-state .entry-content {width: 100%; color: #fff; text-align: center;}
#hp-state .entry-content .one_third a {display: block; text-align: center;}

#hp-bottom {padding: 100px 0;}
#hp-bottom .entry-content {margin: 0 auto; text-align: center;}
#hp-bottom .entry-content .one_third {background-color: #f9f9f9; border-radius: 20px; padding-top: 48px; padding-bottom: 48px;  position: relative; font-family: 'Roboto Slab',serif; line-height: 1.3; font-size: 24px;box-shadow: 0 0 15px rgba(0,0,0,0); transition: all .2s ease-in-out;}
#hp-bottom .entry-content .one_third a {color: #333; text-decoration: none;}
#hp-bottom .entry-content .one_third:hover {box-shadow: 0 0 15px rgba(0,0,0,.3);}
#hp-bottom .entry-content .one_third img {max-width: 92px; max-height: 92px; display: block; margin: 0 auto 24px;}

#accreditation {padding: 100px 0; max-width: 1100px; margin: 0 auto !important;}
#accreditation-logos {text-align: center;}
#accreditation-logos img {vertical-align: middle; margin: 0 20px;}
#accreditation #carf {max-width: 102px !important; max-height: 102px !important;}
#accreditation #naatp {max-width: 282px !important; max-height: 70px !important;}
#accreditation #jhaco {max-width: 102px !important; max-height: 102px !important;}





.clearbutton {background-color: transparent; color: #1f9bde !important; border: 1px solid #1f9bde; padding: 15px 50px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 400px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;font-family: 'Roboto Slab', serif;}
.clearbutton:hover, .clearbutton.active {background-color: #1f9bde; color: #fff !important;transform: scale(1.1);}

.clearbuttonwhite {background-color: transparent; color: #fff !important; border: 1px solid #fff; padding: 15px 50px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 400px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;font-family: 'Roboto Slab', serif; text-shadow: none !important;}
.clearbuttonwhite:hover {background-color: #fff; color: #1f9bde !important; transform: scale(1.1); }

.bluebutton {background-color: #1f9bde; color: #fff !important; padding: 15px 50px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 400px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;font-family: 'Roboto Slab', serif;}
.bluebutton:hover {background-color: #1f9bde; color: #fff !important; transform: scale(1.1);}

.whitebutton {background-color: #fff; color: #1f9bde !important; padding: 15px 50px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 400px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;font-family: 'Roboto Slab', serif;}
.whitebutton:hover {background-color: #1f9bde; color: #fff !important; transform: scale(1.1); }

.greenbutton {background-color: #33bdac; color: #fff !important; padding: 15px 50px;font-size: 15px; text-transform: uppercase; font-weight: normal; text-decoration: none; border-radius: 400px; display: inline-block; transition: all .2s ease-in-out;  line-height: 1.5; font-weight: 400;font-family: 'Roboto Slab', serif;}
.greenbutton:hover {background-color: #33bdac; color: #fff !important; transform: scale(1.1);}



#mainbody {background: #f4f4f4; padding: 0px 0;}
.home #mainbody {display: none;}
.blog #mainbody, .error404 #mainbody, .category #mainbody, .search #mainbody, .page-id-1788 #mainbody {padding: 60px 0;}
#state-page, .page-template-page-locations-all #mainbody, .page-template-page-mat #mainbody {padding: 60px 0;}
.error404 #mainbody .entry-content {text-align: center;}


#state-top {background-color: #43bfae; padding: 30px 0;}
#state-top .entry-content h2 {text-align: center; margin: 0 auto; font-size: 30px; color: #fff;}

body .gform_wrapper .top_label div.ginput_container {  margin-top: 0 !important;}

.hpwhy, .hpwhy .wrapper {position: relative; background-color: #fff;}


.hpwhy .bluebutton {margin-top: 0px !important;margin-right: 24px;}
.hpwhy-left-image {width: 50%; float: left; background-size: cover; position: absolute; height: 100%; background-position: top center;}
.hpwhy-right-content {float: right; width: 50%;  position: relative;  min-height: 600px; height: 600px; display: table; background-color: #fff;}
.hpwhy-right-content .entry-content {  max-width: 100%; padding: 110px 25% 30px 15%;text-align: left; display: table-cell; vertical-align: middle;}


.hpwhy-right-image {width: 50%; float: right; background-size: cover; position: absolute; height: 100%; background-position: center center; right: 0;}
.hpwhy-left-content {float: left; width: 50%; position: relative;  min-height: 600px; height: 600px; display: table; background-color: #fff;}
.hpwhy-left-content .entry-content {  max-width: 100%;  padding: 50px 15% 90px 25%;text-align: left; display: table-cell; vertical-align: middle;}

.hpwhy-left-content .entry-content a {text-decoration: none;}

.hpwhy-left-content .entry-content h3 {font-size: 26px; margin: 0 0 12px;}


#hpwhy-1 {background-image: url('https://pinnacletreatment.com/wp-content/uploads/hpwhy.jpg');}
#hpwhy-2 {background-image: url('https://pinnacletreatment.com/wp-content/uploads/whois-2.jpg');}


.testimonial {margin: 0 auto;  margin-bottom: 24px;border-bottom: 2px solid #ccc;}
.testimonial .fa {font-size: 40px; color: #ccc;  margin: 5px 15px 0px 0; float: left;}

.contentbox {padding: 40px; box-shadow: 0 0 10px rgba(0,0,0,.1); background-color: #fff; border-radius: 20px;}

.smallheader {color: #43bfae; font-size: 18px; margin-bottom: 12px; text-transform: uppercase; letter-spacing: 4px; display: block; font-weight: 400; font-family: 'Poppins', sans-serif;}
.medheader {color: #fff; font-size: 22px; margin-bottom: 12px; margin-top: 12px; display: block; font-weight: 400;}



.bottombar {background-image: url('https://pinnacletreatment.com/wp-content/uploads/Group-6@2x.png'); background-position: center bottom; background-repeat: no-repeat; background-size: 92px 4px; padding-bottom: 24px;}

.bottombarleft {background-image: url('https://pinnacletreatment.com/wp-content/uploads/Group-6@2x.png'); background-position: left bottom; background-repeat: no-repeat; background-size: 92px 4px; padding-bottom: 24px;}


.bottombarwhite {background-image: url('https://pinnacletreatment.com/wp-content/uploads/Group-7@2x.png'); background-position: center bottom; background-repeat: no-repeat; background-size: 92px 4px; padding-bottom: 24px;}

.bottombarleftwhite {background-image: url('https://pinnacletreatment.com/wp-content/uploads/Group-7@2x.png'); background-position: left bottom; background-repeat: no-repeat; background-size: 92px 4px; padding-bottom: 24px;}



#footerblogs {padding: 80px 0; text-align: center; background-color: #f9f9f9;}
#footerblogs .entry-content h2 {text-align: center !important;}

#bloghead {color: #555; display: block; font-size: 36px; font-weight: 500; text-align: center; margin: 0 auto 48px auto; }

#blog-block {text-align: left;  line-height: 1.3;}
#blog-block li {display: inline-block; float: left !important;
    width: 30%; position: relative; margin-right: 5%; background-color: #fff;border-radius: 5px; }
#blog-block li img {max-width: 100%; width: 100%;}
#blog-block li:last-child {margin-right: 0%;}
.blog-blockimg {float: none; margin: 0px auto;  overflow: hidden; max-width: 100%; background-size: cover; background-position: center center;}
.readmorelink {color: #1f9bde; left: 0; right: 0; margin: 0 auto;  position: absolute; bottom: 20px; display: block; text-align: center; text-decoration: none; font-size: 16px; font-weight: 600;}
.readmorelink:hover {color: #1f9bde;}

.blog-content {width: 90%;
    margin: 0 0%;
    top: 0px; text-align: center;
    position: relative;min-height: 260px;
    padding: 5%;}
.blog-date {margin: 10px auto 0; font-size: 13px; color: #333; font-weight: 500;}
.blog-title a {text-decoration: none; display: block; margin: 15px auto 0; color: #333; text-decoration: none; font-weight: 400; font-size: 20px; line-height: 1.5;}
.blog-excerpt { margin: 24px auto; color: #333; font-size: 15px; line-height: 2;}

.blog-feat img {max-width: 100%;}
.postfeed-article li {width: 48%; margin: 0 4% 0 0; float: left;background-color: #fff; border-radius: 5px; margin-bottom: 34px; min-height: 640px; position: relative;}
.postfeed-article li:nth-child(2n) {margin: 0 0 0 0;}
.postfeed-content .entry-header {margin: 0 0 12px 0;}
.postfeed-article a img {max-height: 340px; max-width: 100%;border-radius: 5px; }
.postfeed-article h2 a, .postfeed-article h2 {color: #1f9bde; line-height: 1.5 !important; font-weight: 400;  font-size: 22px !important; text-decoration: none; border-left: 0 !important; padding-left: 0 !important;}
.postfeed-date {margin: 0 0 12px 0; font-size: 13px; color: #888;}
.postfeed-content {width: 90%; padding: 5%;}
.postfeed-excerpt {line-height: 1.5; font-size: 16px;}
.postfeed-readmore {position: absolute; bottom: 20px; text-decoration: none; text-transform: none; color: #fff; padding: 10px 30px; border-radius: 5px; font-weight: 600; background-color: #1f9bde; transition: all .3s ease-in-out; font-size: 16px; text-transform: uppercase;}
.postfeed-readmore:hover {transform: scale(1.1); color: #fff;}


.category-events .postfeed-article li {
    min-height: 300px;
}
.category-events .postfeed-date {display: none;}


.single-post .site-content {max-width: 960px; float: none;     margin: 48px auto 24px;}
.single-post #blog-featured-image {max-width: 960px; }

#state-aegis-logo {max-height: 100px; margin: 0 auto 24px; display: block; width: auto;}
#location-aegis-logo  {max-height: 80px; margin: 0 0 24px; display: block; width: auto;}

#state-social .fab { float: none; color: #fff; font-size: 20px; line-height: 40px; display: inline-block;transition: all .2s ease-in-out; }
#state-social a .fab {display: inline-block; width: 40px; background-color: #1f9bde; border-radius: 300px; text-align: center; height: 40px; line-height: 40px; margin-right: 8px;}
#state-social a:hover .fab {transform: scale(1.2);}

#mobilecta {visibility: hidden; opacity: 0; display: none;transition: all .3s ease-in-out;}




.colorsection, .ctabar {padding: 60px 0; background-color: #fff;}
.ctabar h3, .ctabar h2 {margin: 0 !important;    text-align: center;}
.imagesectioncontent {min-height: 200px; background-size: cover;}
.imagesectioncontent .entry-content {padding: 200px 0; text-align: center; color: #fff;}

.imagebox, .imageboxhalf {width: 100%; position: relative;}

.imagebox-image {float: right; width: 35%; background-size: cover; background-repeat: no-repeat;height: 100%;    position: absolute;    right: 0;}
.imagebox-content {float: left; width: 65%; text-align: left; padding: 150px 0;}
.imagebox-content .entry-content {max-width: 780px; margin-right: 100px; float: right; width: 100%;}

.imagebox-left .imagebox-image {float: left;position: absolute;    right: auto; left: 0;}
.imagebox-left .imagebox-content {float: right;}
.imagebox-left .imagebox-content .entry-content  {margin-right: 0px; margin-left: 100px; float: left;}

.gform_wrapper .gsection.collapsible-sections-field, .collapsible-sections-field {
    cursor: pointer;
    padding: 10px 20px !important;
    margin: 24px 0 0 !important;
    border: 1px solid #ccc !important;
     background-color: #fff !important; box-shadow: 0 4px 10px rgba(0,0,0,.1); border-radius: 3px;
}

.su-spoiler-title p {margin: 0;}
.su-spoiler-title, .su-spoiler-title h3, .su-spoiler-title h2 {margin: 0; padding: 0; color: #1f9bde !important;;  font-weight:500 !important; font-size: 20px !important;}
.su-spoiler-title {padding: 30px 50px 30px 15px !Important; background-color: #fff; box-shadow: 0 4px 10px rgba(0,0,0,.1); border-radius: 3px; }
.su-spoiler-style-default > .su-spoiler-title > .su-spoiler-icon {
    left: auto !important; right: 20px !important; top: 30px;
}
.su-accordion .su-spoiler {
    margin-bottom: 30px !important;
}
.su-spoiler.su-spoiler-closed > .su-spoiler-content{
    padding: 0px 0 0 0 !important;
}

 
.su-spoiler-style-default > .su-spoiler-content {
    padding:24px 0% 0 0% !important;
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: "\f067" !important; color: #1f9bde !important;}

.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: "\f068" !important;color: #1f9bde !important;}


/* Locations Page */

#locations-map iframe {max-width: 100%; height: 250px;}

#locations-grid > li {width: 94%; padding: 2% 3%; margin: 0 0% 0 0; float: left;background-color: #fff;  transition: all .2s ease-in-out;box-shadow: 0 0 12px rgba(0,0,0,.1); min-height: 0px; margin-bottom: 34px;position: relative; border-radius: 5px;}
#locations-grid > li:hover {box-shadow: 0 0 15px rgba(0,0,0,.2);}
#locations-grid > li:nth-child(2n) {margin: 0 0 36px 0;}
#locations-grid > li h3 {display: inline-block; margin: 0 auto 12px; font-weight: 400; font-size: 28px;}
#locations-grid > li a {color: #333;}
.locations-grid-address {float: right; width: 25%; margin-left: 5%; line-height: 1.5;}
.listing-grid-phone .fa {margin-right: 6px;}
.listing-grid-phone a {text-decoration: none;}
.locations-grid-info {float: left; width: 70%; line-height: 1.5;}
.locations-grid-region {color: #43bfae; font-weight: 600; margin: 0 0 12px 0;}
.locations-grid-link {color: #fff !important; background-color: #189cdc; text-decoration: none; padding: 6px 8px; display: block; text-align: center; font-size: 14px; text-transform: uppercase; font-weight: 500;border-radius: 5px;}

.locations-grid-info ul li {list-style-type: circle; margin: 0 0 0 36px;}

.single-locations .left {width: 50%; float: left; padding: 0 10% 0 0; }
.single-locations .left strong, .single-locations .right strong {font-size: 20px;}
.single-locations .right {float: right; width: 35%; padding: 0 0 0 5%; color: #fff; z-index: 2; position: relative;}
.single-locations .right address {font-family: 'Roboto Slab', serif; font-size: 28px; font-style: normal; line-height: 1.3; margin: 0;}
.link-direction {font-size: 16px; margin: 0 0 24px; display: block;}

.phone-directions {font-family: 'Roboto Slab', serif;font-size: 24px; color: #fff !important; line-height: 2; margin: 5px 0 36px auto; text-align: left; display: block;}
.phone-directions a {Font-size: 20px;}

.location-type-name {display: inline-block; margin: 0px auto 24px auto; font-size: 16px; color: #333; font-style: italic;}

#location-ind {position: relative; padding: 80px 0;background-color: #f4f4f4;}
#location-ind-bg {
    position: absolute;
    top: 0;
    right: 0; z-index: 0;
    width: 45%;
    height: 100%;
    background-color: #43bfae; }

#location-ind-facility {padding: 60px 0;}

#facility-images {
  display: flex;
  flex-wrap: wrap; 
}

#facility-images li {
  height: 20vh; list-style-type: none; margin:0; padding: 5px;
  flex-grow: 1;     max-width: 340px;
}

#facility-images li img {
  max-height: 100%; min-height: 100%;
  min-width: 100%;
  object-fit: cover;
  vertical-align: bottom;
}


.lightbox {display: none;}

#location-ind-seo {padding: 60px 0; background-color: #f4f4f4;}

.featherlight .featherlight-content {max-height: 90% !important;}
.featherlight .featherlight-content img {max-height: 100%; max-width: 100%;}
.lightboxblurb {
				display: none;
				}
				.featherlight .lightboxblurb {
					display: block;
				}

.dvteamgrid figure a {border-radius: 300px;}
.dv-member-desc{font-size: 0; bottom: 0 !important;}


/* Location Sorting */

.mobile-control {
    display: none;
}

.section-menu,
.section-description {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}

.continuum .section-menu li::before,
.continuum .section-description>li::before {
    display: none;
}

.section-menu {
    width: 30%; margin-right: 5%;
}
.section-menu .clearbutton {margin-bottom: 12px; cursor: pointer;}

.section-description {
    width: 65%;
    padding-left: 30px;
}

.section-description>li {
    display: none;
}

.section-description>li.active {
    display: block;
}

.all-locations .section-menu li {
    letter-spacing: 1px;
}

.all-locations .section-description h2 {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 1px;
    font-weight: 500;
    color: #40bdac;
}

.all-locations .locations-list li {
    padding: 30px 10px 35px;
    letter-spacing: .5px;
}
#header-mobile-overlay {display: none;}


/* Careers Page */

.page-template-page-careers #hpmain {display: none;}

.page-template-page-careers #inthead {padding: 0; top: 730px;}
.page-template-page-careers #inthead h1 {
    font-size: 44px;
}


#careers-top { background-color: #f3f9fd; }
#careers-top .entry-content {width: 90% !important;position: relative; font-size: 22px; line-height: 1.6; color: #999; top: -200px; margin-bottom: -200px !important; background-color: #fff; padding: 3% 5%; text-align: center;}
#careers-top .entry-content .bluebutton {width: 60%; max-width: 300px; padding: 15px 0; font-size: 18px; position: relative; margin: 24px auto;}
#careers-top .entry-content h3 {font-size: 36px; font-weight: bold; margin: 0 auto 24px;}
#careers-map {background-color: #f3f9fd; padding: 60px 0 60px;}
#careers-map .site img {max-width: 100%;}
#careers-map h2 {margin: 0 auto 0;}

#careers-video {padding: 60px 0 40px 0; background-color: #415464;}
#careers-video .site {max-width: 960px; margin: 0 auto;}

#careers-quote { background-image: url('https://pinnacletreatment.com/wp-content/uploads/careerquote.jpg'); background-size: cover; background-attachment: fixed;}
#careers-quote .entry-content {padding: 250px; text-align: center; font-size: 46px; color: #fff;}
.quotebox {position: relative;}
.quotebox:before {content: '“'; line-height: 1.1;  position: absolute; top: -50px; left: -50px;   font-family: 'Source Sans Pro',sans-serif; font-size: 250px; color: #fff;}
.quotebox:after {content: '”'; line-height: 1.1;  position: absolute; top: -50px; right: -50px;  font-family: 'Source Sans Pro',sans-serif; font-size: 250px; color: #fff;}

.careers-byline {color: #8dc6e7;}
#careers-bottom {padding: 80px 0;}
#careers-bottom .entry-content {text-align: center; max-width: 1000px; margin: 0 auto;}

#careershead-one {color: #0076aa;}
#careershead-two {color: #3cbfae;}
#careershead-three {color: #3f5364;}


#careers-glassdoor {background-image: url('https://pinnacletreatment.com/wp-content/uploads/glass.jpg'); background-size: cover; background-position: center center;}
#careers-glassdoor .entry-content {text-align: center; margin: 0 auto; padding: 250px 0;}


/* Aegis Landing Page */

#aegis-top {padding: 80px 0; width: 100%;}

#aegis-top-left {width: 50%; float: left;}
#aegis-top-right {width: 50%; float: right;}
#aegis-top .entry-content {text-align: left; max-width: 500px;}
#aegis-top-left .entry-content {float: right; margin-right: 20px; background-color: #edf6fb; padding: 40px;}
#aegis-top-left .entry-content .wp-image-9379 {max-width: 400px; width: 100%;}
#aegis-top-right .entry-content {float: left; margin-left: 20px;}
#aegis-image {min-height: 800px; background-image: url('https://pinnacletreatment.com/wp-content/uploads/aegisimg.jpg'); background-attachment: fixed; background-size: cover; background-position: center center;}

#aegis-image .greenbutton {margin: 0 auto; position: relative; top: -40px;}

#aegis-contact {padding: 60px 0; background-color: #f9f9f9;}
#aegis-contact .entry-content {margin: 0 auto; }

#hq-image {min-height: 800px; background-image: url('https://pinnacletreatment.com/wp-content/uploads/hq3.jpg'); background-attachment: fixed; background-size: cover; background-position: center center;}

#hq-image .greenbutton {margin: 0 auto; position: relative; top: -40px;}

/* =Media queries
-------------------------------------------------------------- */

/* Maximum width of 1800 pixels. */
@media screen and (max-width: 1800px) {


	#topcta {display: none;}
	#topcta-phone {right: 2%;}

}

/* Maximum width of 1700 pixels. */
@media screen and (max-width: 1700px) {


	.main-navigation ul.nav-menu, .main-navigation div.nav-menu>ul {text-align: left;}
	#navwrap {left: 370px; right: auto;}
.imagebox-content {float: left; width: 65%; text-align: left; padding: 150px 0;}
.imagebox-content .entry-content {max-width: 80%; margin: 0 10%; margin-right: 10% float: right; width: 100%;}

.imagebox-left .imagebox-content {float: right;}
.imagebox-left .imagebox-content .entry-content  {margin-left: 10%; margin: 0 10%; float: left;}

}


/* Maximum width of 1500 pixels. */
@media screen and (max-width: 1500px) {

	#topcta-phone {line-height: 1.5; text-align: right; top: 24px;}
	#topcta-text {display: block;}


	
}

/* Maximum width of 1360 pixels. */
@media screen and (max-width: 1360px) {

.menu-item-7305 {display: none !important;}
.page-template-page-careers #headerwrapint {
    min-height: 1000px;
}
.page-template-page-careers #inthead {
    padding: 0;
    top: 520px;
}

}


/* Maximum width of 1279 pixels. */
@media screen and (max-width: 1279px) {

.page-template-page-careers #inthead h1 {
    font-size: 36px;
}

	#navwrap {display: none;}
	#headerinsidewrap button#responsive-menu-pro-button {    visibility: visible;    opacity: 1;}
	#headerinsidewrap .logo {    left: 140px;}

	#headerinside {text-align: center; padding: 15px 2%; width: 96%; max-width: 96%;}
	#footerinside {padding: 50px 15px;}
	#navwrap {right: 15px;}
	#topcta {right: 15px;}
	.logo {left: 15px;}
	.main-navigation li a {	font-size: 15px !important;}
	.site {padding: 0 5%;}

	.hpwhy, .hpwhy .wrapper {position: relative;}
	.hpwhy-left-image {width: 100%; float: none; position: relative; min-height: 400px;height: 400px; background-position: center center; }
	.hpwhy-right-content {float: none; width: 100%; position: relative;  min-height: 0; height: auto;}
	.hpwhy-right-content .entry-content {padding: 50px 15px 70px; text-align: left;}

	.hpwhy-right-image {width: 100%; float: none; position: relative; min-height: 400px; height: 400px;}
	.hpwhy-left-content {float: none; width: 100%; position: relative;  min-height: 0;height: auto;}
	.hpwhy-left-content .entry-content {padding: 50px 15px 70px; text-align: left;}
	.hpwhy .bluebutton, .hpwhy .graybutton {margin-bottom: 12px !important;margin-left: 0px; display: block; text-align: center;}

	#hpherotext {max-width: 90%; padding: 10px; width: auto;top: 280px;  margin: 0 5%; }

.imagebox-content .entry-content {margin-right: 10%;margin-left: 5%; width: 85%;}


#faqblocks li { width: 50%; float: left; min-height: 400px;}
#faqblocks li span {font-size: 22px; width: 80%; margin: 0 10%; }

#inthead {top: 0px;}
.inthead-inside {width: 80%; max-width: 80%; padding: 0 40px;}

}

/* Maximum width of 960 pixels. */
@media screen and (max-width: 960px) {

#aegis-top {padding: 0;}
#aegis-top-left {width: 100%; float: none;}
#aegis-top-right {width:100%; float: none;}
#aegis-top .entry-content {text-align: left; max-width: 100%;}
#aegis-top-left .entry-content {float: none; margin-right: 0px; background-color: #edf6fb; padding: 20px;}
#aegis-top-left .entry-content .wp-image-9379 {max-width: 400px; width: 100%;}
#aegis-top-right .entry-content {float: none; margin-left: 0px;  padding: 20px 20px 80px;}
#aegis-top-right .entry-content .clearfixspacesm {display: none;}

#aegis-image {min-height: 400px;background-attachment: scroll;  text-align: center;}

#header-mobile-overlay {display: block; width: 100%; height: 100vh; min-height: 900px; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.4);}

.section-menu {   width: 100%; margin-right: 0%; padding: 0 0%; margin: 0 0 24px;}
.section-menu .clearbutton:hover, .section-menu .clearbutton.active {
    background-color: #1f9bde;
    color: #fff;
    transform: scale(1.0);
}

.section-description {width: 100%; margin-right: 0%; padding: 0 0%;}


#crumbs {
    line-height: 1.5;
    left: 0;
    right: 0;
    padding: 10px 0; text-align: left;
}

#crumbs .site {padding: 0 5%;}


#location-ind {padding: 60px 0 0;}
#location-ind .site {padding: 0;}
#location-ind-bg {display: none;}
.single-locations .left {width: 90%; float: none; padding: 0 5%; }
.single-locations .right {float: none; width: 90%; padding: 40px 5%; background-color: #43bfae;}

.entry-content h1 {font-size: 36px;}
.entry-content h2 {font-size: 32px;}
.entry-content h3 {font-size: 28px;}
.entry-content h4 {font-size: 22px;}

#hp-intro .entry-content {
    width: 100%; text-shadow: 0 0 10px #000;
}
#hp-intro .entry-content .sixty {font-size: 36px !important;}
#hp-intro .clearbuttonwhite {text-align: center;}
#hpmain .entry-content {
    text-align: left;
}

#hpmain .entry-content .one_third {text-align: center;}
#hpmain .entry-content .clearbutton {max-width: 400px; display: block; margin: 0 auto; text-align: center;}


#hp-state {padding: 60px 0;}
#hp-state .clearfixspacedouble {display: none;}

#hp-bottom .entry-content {
    text-align: left;
}
#hp-bottom .entry-content .bottombar, #hpmain .entry-content .bottombar {background-position: left bottom;}

#hp-bottom .entry-content .one_third {
    text-align: center;
}


.imagebox, .imageboxhalf {width: 100%; position: relative;}

.imagebox-image {float: none; width: 100%; background-size: cover; background-repeat: no-repeat;height: 100%;    position: relative; height: 300px;    right: 0;}
.imagebox-content {float: none; width: 100%; text-align: left; padding: 50px 0;background-image: none !important;}
.imagebox-content .entry-content {max-width: 90%; margin: 0 5% !important; float: none; width: 90%; }

.imagebox-left .imagebox-image {float: none;position: relative; }
.imagebox-left .imagebox-content .entry-content  {max-width: 90%; margin: 0 5% !important; width: 90%;float: none;}


.responsive-menu-pro-label {display: none !important;}
button#responsive-menu-pro-button {width: 55px !important;}

.single #headerwrapint.bloghead {
    min-height: 90px;
}

.locations-select select {
    width:320px; max-width: 100%;
    margin-right: 12px;
}
#findlocation-right select, .locations-select select {font-size: 16px;}

	#mobilecta {display: block; visibility: visible; opacity: 1; position: absolute; right: 3%; top: 30px; font-size: 34px; text-decoration: none; color: #1f9bde;}


	#headerinsidewrap.smaller #topcta {display: none;}

	#headerwrapint {min-height: 400px; margin-bottom: 0px;}
	.inthead-inside {width: 100%; text-shadow: 0 0 10px #000; max-width: 90%; font-size: 15px; padding: 0 5%;}
#inthead {top: 0px; padding: 170px 5% 120px; width: 90%; position: relative; font-size: 14px;}
#inthead .smallheader {
    color: #fff; font-size: 14px; letter-spacing: 3px;
}

#headerwrapint.locationshead, #headerwrapint.bloghead {
    min-height: 400px;
}
	#inthead h1 {font-size: 30px; }

#state-top .entry-content h2 {
    font-size: 20px; text-align: left;
}


	#headerinside {text-align: center; padding: 0 15px 0px 15px;}
		#headerinsidewrap .logo {    left: 0px;}
	.logo {margin: 20px auto 20px; position: relative; top: 0px; left: 0 !important; right: 0; width:220px; height: 50px; background-repeat: no-repeat;}
	#topcta-phone {display: none;}
	#topcta {position: relative; right: 0px; top: 0px; text-align: center; font-size: 17px; margin: 5px auto 5px;}
	#topcta-text {display: block;}
	#topcta .phone {display: inline-block; margin-top: 7px; font-size: 18px; padding: 10px 20px !important;}

	#navwrap {right: 15px;}
	.menu-toggle {border: 0; display: block; border-radius: 0;}
	
	ul.block-with-icons > li {position: relative;margin: 0 auto;min-height: 0px;float: left;width: 90%; padding: 0 5%; margin-bottom: 30px;}
	ul.block-with-icons > li:first-child {margin-right: 0%; width: 90%; text-align: center; margin: 0;}
	ul.block-with-icons .b2, ul.block-with-icons .b3, ul.block-with-icons .b4 {display: none;}

#hpmain {
    position: relative;
    top: 0px;
    margin-bottom: 0px !important;
}
#hpmain .site {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}




#hpmain .one_third {
    min-height: 0; margin: 0 auto 24px;
}
#hpmain .one_third .bluebutton {
    display: inline-block;
    position: relative;
    bottom: 0;
    width: auto;
    padding: 15px;
    margin: 24px auto;
}

#hpmain .lrmargin {display: block; margin-left: 0 !important; margin-right: 0 !important; margin-bottom: 12px;}
	#blog-block li {display: inline-block; float: none !important; min-height: auto !important; width: 100%; position: relative; margin-right: 0%; margin-bottom: 24px;}
	.blog-title {margin: 0 0 12px 0;}
	#blog-block li .bluebutton {position: relative; bottom: 0; margin: 12px 0 24px 0;}


	.alignleft, .alignright {margin: 12px auto !important; display: block; float: none !important;}

	.nav-menu.toggled-on {padding-bottom: 20px;}	
	#footerinside {padding: 30px 15px;}

	#copyright {padding: 30px 15px; line-height: 1.5;}

	.postfeed-article li {width: 100%; margin: 0 0% 0 0; float: none; margin-bottom: 24px; min-height: 0px;}
	.postfeed-article li:nth-child(3n) {margin-bottom: 24px;}
	.postfeed-readmore {position: relative; bottom: 0px; margin: 12px 0 0; display: inline-block;}
.blog-content {min-height: 0;}

	#hpherotext {position: relative;top: 0px; text-align: left; left: 0;right: 0;margin: 150px auto 60px auto;}


#hpherotext-line1 { font-size: 24px;margin: 0px auto 12px; line-height: 1.4; color: #fff;}
#hpherotext-line2 {font-size: 32px; margin: 0px auto 12px;line-height: 1.4; color: #fff;}
#hpherotext-line3 {
    font-size: 16px; text-shadow: 0 0 8px #000;
    max-width: 80%;  color: #fff;
}

	#hpbtns {display: block; margin: 10px 30% 40px 0; max-width: 70%; position: relative; top: 0;}
	.hpbtn1 {padding: 10px 20px; font-size: 18px; display: block; margin: 0 0 15px 0;}
	.hpbtn2 {padding: 10px 20px;font-size: 18px; display: block; }
	.hpbtn1:hover, .hpbtn2:hover {transform: scale(1.1); color: #fff; }


	#headerwrap {min-height: 0; width: auto; height: auto;background-attachment: scroll;}


	#headerwrap .hphomehero {position: relative; top: 0px;}
	#headerinside {width: auto;}

	#footercta .site {font-size: 18px;line-height: 1.5;	}
	#footerctanum {font-size: 26px; display: block;}
	#footercta .phone {display: block;}
#footerblogs {padding: 60px 0 40px;}

#footercta-left {padding-top: 0px;}
	.logged-in #headerinsidewrap {margin-top: 46px;}

#inthead .entry-header {
    max-width: 90%;
}


#hp-mid .one_third {margin-bottom: 40px; min-height: 0px;}



#faqblocks li { width: 100%; float: left; min-height: 300px;}
#faqblocks li span {width: 80%; margin: 0 10%; }

#accreditation-logos img {    max-width: 90% !important;
    margin: 0 5% 12px;
    height: auto !important;
    width: auto !important;}


#accreditation {
    padding: 50px 0;
}


.locations-grid-info {
    float: none;
    width: 100%;
    line-height: 1.5;
}

.locations-grid-address {
    float: none;
    width: 100%;
    margin-left: 0%;
    line-height: 1.5;
}

.site-content nav {
    clear: both;
    line-height: 2;
    overflow: hidden;
    padding: 60px 0;
    max-width: 80%;
    margin: 0 10%;
}

#blog-functions-category select {
    width:100%;
}

#hp-state .one_third {    margin-bottom: 1em;}

.page-template-page-careers .imagebox-image {    background-position: center center;}
#careers-top .one_third {
    width: 90% !important;

    font-size: 18px;
    line-height: 1.6;
    color: #999;top:0;
    margin-bottom: 30px !important;
    min-height: 0px;
    background-color: #fff;
    padding: 5%;
    text-align: center;
}
#careers-top .one_third .bluebutton {
    width: 60%;
    margin: 24px 20%;
    padding: 15px 0;
    font-size: 18px;
    position: relative;
    bottom: 0%;
    left: 0;
    right: 0;
}
.page-template-page-careers #headerwrapint {
    min-height: 400px;
}
.page-template-page-careers #inthead {
    padding: 0;
    top: 280px;
}
.page-template-page-careers #inthead h1 {
    font-size: 26px;
}
.page-template-page-careers #inthead .medheader {
    color: #fff;
    font-size: 18px;
}

#careers-quote .entry-content {
    padding: 150px 0;
    text-align: center;
    font-size: 22px; 
    color: #fff;
}
.quotebox {max-width: 90%; margin: 0 5%;}
.quotebox:before {position: absolute; top: -20px; left: -20px;  font-size: 100px; color: #fff;}
.quotebox:after { position: absolute; top: -20px; right: -20px; font-size: 100px; color: #fff;}


	/* = Column Shortcode Fix for Mobile
	-------------------------------------------------------------- */
	.one_half {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_half.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_third {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_third.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.two_third {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.two_third.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_fourth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_fourth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fourth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fourth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_fifth {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.one_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.two_fifth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.two_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fifth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.three_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.four_fifth {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.four_fifth.last_column {
		width: 100% !important;
		margin-right: 0% !important; text-align: center;
	}
	.one_sixth {
		width: 100% !important;
		margin-right: 0% !important;
	}
	.one_sixth.last_column {
		width: 100% !important;
		margin-right: 0% !important;
	}

	.three-col-list {-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}
	.two-col-list {	-moz-column-count: 1;-webkit-column-count: 1;column-count: 1;}

}

/* Maximum width of 720 pixels. */
@media screen and (max-width: 720px) {


#findlocation-left, #footercta-left {float: none; text-align: none; width: 100%; font-size: 24px; line-height: 1.5;}
#findlocation-right, #footercta-right {float: none; width: 100%;}
#findlocation-right select, .locations-select select {width: 100%;}

#hpherotext-line1 { font-size: 22px;margin: 0px auto 12px; line-height: 1.4; }
#hpherotext-line2 {font-size: 34px; margin: 0px auto 12px;line-height: 1.4; }
#hpherotext-line3 {
    font-size: 14px;
    max-width: 80%;
}

#headerwrap {
    background-position: -100px center;
}

}


/* Maximum width of 600 pixels. */
@media screen and (max-width: 600px) {

.locations-select select {margin: 12px auto 0px; padding: 8px 10px; font-size: 15px; width: 90%;}

#headerwrap {
    background-position: -560px center;
}
#locations-grid li {
    width: 90%;
    padding: 5%;
}
#locations-grid li h2 {
    font-size: 22px; margin: 0 0 6px;
}
.locations-grid-info p {font-size: 15px;}
.locations-grid-address {background-color: #f2f2f2;  margin-top: 12px; padding: 5%; width: 90%;}
}

/* Maximum width of 400 pixels. */
@media screen and (max-width: 400px) {


#headerwrap {
    background-position: -669px center;
}


}



/* Minimum width of 961 pixels. */
@media screen and (min-width: 961px) {
	.author-avatar {float: left;margin-top: 8px;}
	.author-description {float: right;width: 80%;}
	.sitewrap {width: 100% !important; margin: 0% !important; text-align: center;}
	.site {	text-align: left;margin: 0 auto;max-width: 1200px; padding: 0 40px;}
	.site-content {	float: right;width: 66%;	}
	body.template-front-page .site-content,	body.single-attachment .site-content,	body.full-width .site-content {	width: 100%;}
	.widget-area {float: left;width: 26%; border-right: 1px solid #eee; padding-right: 3%;}

	.main-navigation ul.nav-menu,.main-navigation div.nav-menu > ul {display: inline-block !important;text-align: center;width: 100%;	}
	.main-navigation ul {margin: 0;	text-indent: 0;	}
	.main-navigation li a,	.main-navigation li {	display: inline-block;	text-decoration: none;}
	.main-navigation li a {	padding: 0 10px; border-bottom: 0;color: #425463;line-height: 100px; font-size:15px; font-weight: 700; text-transform: uppercase;white-space: nowrap;transition: all .3s ease-in-out; margin-top: 0px;border-bottom: 0px solid transparent;}
	.main-navigation li a:hover {color: #189cdc;}

	.main-navigation li {margin: 0 0px 0 0;font-weight: normal;position: relative;}
	.main-navigation li li{	margin: 0; text-align: left; display: block; border-bottom: 1px solid #ecf8fc; margin: 0 20px !important;}
	.main-navigation li li:last-child {border-bottom: 0;}
	.main-navigation li:last-child {margin: 0;}
	.main-navigation li ul {margin: 0;padding: 0;position: absolute;top: 100%; background-color: #fff; z-index: 1;box-shadow: 0px 5px 5px rgba(0,0,0,.2);
		height: 1px;
		width: 1px;
		overflow: hidden;
		clip: rect(1px, 1px, 1px, 1px);}
	.main-navigation li ul ul {top: 0;left: 100%; border-radius: 5px; }
	.main-navigation .menu-item-20 ul {right: 0; text-align: right !important;}
	.main-navigation .menu-item-20 ul li { text-align: right !important;}
	.main-navigation ul li:hover > ul {border-left: 0;display: block; left: -30px;}
	.main-navigation li ul li a {background: #fff; text-transform: none; display: block;font-size: 14px; font-weight: 400; line-height: 2; color: #425463 !important; text-shadow: none;	padding: 8px 20px;  width: max-content;white-space: normal;}
	.main-navigation li ul li ul li a {width: 220px;}
	.main-navigation li ul li a:hover {background: #fff; color: #189cdc !important;}
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {}

.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.menu-toggle {display: none;}
	.archive-header h1, .entry-header .entry-title {font-size: 40px; font-weight: 300 !important; }
	.archive-header h1 {margin: 0 0 24px 0;}
	#respond form input[type="text"] {width: 46.333333333%;}
	#respond form textarea.blog-textarea {width: 79.666666667%;}
	.commentlist .children {
		margin-left: 48px;
	}
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
	}
}

.vid {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0; margin-bottom: 24px;
}
.vid iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-id-9373 .entry-content a .fab {display: inline-block; width: 40px; background-color: #1f9bde; border-radius: 300px; text-align: center; height: 40px; line-height: 40px; margin-right: 8px;}
.page-id-9373 .entry-content .fab { float: none; color: #fff; font-size: 20px; line-height: 40px; display: inline-block;transition: all .2s ease-in-out; }
.page-id-9373 .entry-content a:hover .fab {transform: scale(1.2);}

.page-id-9578 .entry-content a .fab {display: inline-block; width: 40px; background-color: #1f9bde; border-radius: 300px; text-align: center; height: 40px; line-height: 40px; margin-right: 8px;}
.page-id-9578 .entry-content .fab { float: none; color: #fff; font-size: 20px; line-height: 40px; display: inline-block;transition: all .2s ease-in-out; }
.page-id-9578 .entry-content a:hover .fab {transform: scale(1.2);}


.grecaptcha-badge {bottom: 64px !important;}


/* PAAG Template */

.page-id-9753 #headerwrapint, .page-id-9757 #headerwrapint {background-image: none; min-height: 133px;}
.page-id-9753 #inthead, .page-id-9757 #inthead {display: none;}
.page-id-9753 #mainbody .entry-content, .page-id-9757 #mainbody .entry-content {padding: 80px 0; max-width: 800px; margin: 0 auto;}
