/*
	Theme Name: Brandons Theme
	Theme URI: http://www.rankhigher.ca/
	Description: This is the sample theme created for the Genesis Framework.
	Author: RankHigher.ca
	Author URI: http://www.rankhigher.ca/

	Version: 2.2.3

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* ## Baseline Normalize
--------------------------------------------- */


/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

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

[hidden],
template {
	display: none
}

a {
	background: 0 0
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #333
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */


/* ## Typographical Elements
--------------------------------------------- */

@font-face {
    font-family: 'museo_sans500';
    src: url('/wp-content/themes/brandon-theme/fonts/museosans_500-webfont.woff2') format('woff2'),
         url('/wp-content/themes/brandon-theme/fonts/museosans_500-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'museo_sans100';
    src: url('/wp-content/themes/brandon-theme/fonts/museosans-100-webfont.woff2') format('woff2'),
         url('/wp-content/themes/brandon-theme/fonts/museosans-100-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;

}

body {
	background-color: #FFFFFF;
	color: #000;
	font-family: 'museo_sans100', serif;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

a {
	color: #CFDDDA;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #333;
	text-decoration: none;
}

p {
	margin: 0 0 15px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 2px solid #0EB1D2;
	clear: both;
	margin: 1em auto 1em 0;
	width: 150px;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'museo_sans100', serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.8rem;
}

h6 {
	font-size: 1.6rem;
}


/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}


/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fefefe;
	border: 1px solid #ccc;
	color: #333;
	font-size: 0.8em;
	font-weight: 400;
	padding: 10px;
	margin-bottom: 2px;
	width: 100%;
}

input:focus,
textarea:focus {
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #fff;
	border: 2px solid #0EB1D2;
	color: #0EB1D2;
	cursor: pointer;
	font-size: 1rem;
	padding: 10px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 900;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus {
	background-color: #0EB1D2;
	color: #fff;
}

.gmw-posts-wrapper .gmw-single-item {
    padding: 15px 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    position: relative;
    list-style-type: none;
}

.wppl-info {
    display: inline-block;
    width: 100%;
    line-height: 17px;
    margin-top: 10px;
}

.wppl-info .wppl-info-right {
	width: 100%!important;
}

.gmw-posts-wrapper {
	margin: 0!important;
}

div.gmw-map-wrapper {
	display: inline-block;
}

.gmw-results-count {
	margin-bottom: 40px;
}

div.gmw-form-wrapper.horizontal-gray.gmw-pt-horizontal-gray-form-wrapper {
	width: auto;
}

div.gmw-form-wrapper.horizontal-gray input[type="submit"].gmw-submit-button {
	background-color: #fff;
	border: 2px solid #0EB1D2;
	color: #0EB1D2;
	cursor: pointer;
	font-size: 1rem;
	padding: 10px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	border-radius: 25px;
	text-transform: uppercase;
	font-weight: 900;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.entry-content {
	margin-top: 0;
}

.button {
	display: inline-block;
}

.button .fa {
	margin-right: 13px;
    font-size: 22px;
    vertical-align: text-bottom;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}


/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}


/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000;
	/* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
}

.more-link {
	position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* ## Site Containers
--------------------------------------------- */

.wrap,
.archive-description h1 {
	margin: 0 auto;
}

.archive-description h1 {
	padding: 0 5%;
}

.site-inner {
	clear: both;
	word-wrap: break-word;
	margin-top: 55px;
}

/* ## Column Classes
--------------------------------------------- */


/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	margin: 0;
	width: 100%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */


/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}


/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 0.8em;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #CFDDDA;
	font-size: 1em;
	margin-bottom: 40px;
	padding: 10px;
}

.archive-description h1 {
	color: #fefefe;
	font-size: 3.6rem;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}


/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 1em;
}


/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 0.7em;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul>li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul>li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul>li:last-of-type {
	padding-bottom: 0;
}

.widget ol>li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}


/* Display outline on focus */

:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #FDFDFD;
	width: 100%;
	position: fixed;
	z-index: 9999;
	height: 55px;
}

a.mobphone .fa {
	padding: 6px;
}


/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 100%;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 30%;
	padding: 0;
	z-index: 99999;
	position: absolute;
}

.header-full-width .title-area {
	float: left;
	width: 30%;
}

.site-title {
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.2;
}

.site-logo img {
    padding-top: 20px;
    padding-left: 20px;
    max-width: 260px;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title>a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: none;
	text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	position: absolute;
	width: 10%;
	top: 13px;
	right: 90px;
	z-index: 99999;
}

.ubermenu-submenu {
	top: 0!important;
}

.ubermenu-item a:hover {
	color: #2DBFD9;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

#mobile-genesis-nav-primary {
	display: none;
}

#genesis-nav-primary {
	width: 100%;
	position: absolute;
}

.nav-primary .wrap,
.site-header .wrap {
	margin: 0;
	padding: 0;
}

.ubermenu-item a {
	background: #222222!important;
	color: #ffffff;
	text-transform: uppercase!important;
	position: relative;
}

.ubermenu-responsive {
	margin-top: 0px!important;
}

ul.ubermenu-submenu,
ul.ubermenu-submenu li a {
	background: white!important;
	z-index: 999;
	position: absolute;
	top: 0;
	color: #222222;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */


/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol>li {
	list-style-type: decimal;
}

.entry-content ul>li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}


/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 0.8em;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}


/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 5% auto;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #CFDDDA;
	color: #fff;
}

.archive-pagination li a {
	margin-bottom: 4px;
}


/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 0.8em;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul>li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 0.8em;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #555555;
	font-size: 0.8em;
	clear: both;
	color: #fefefe;
	padding: 30px 0;
}

.footer-widgets a {
	color: #fefefe;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer Menu
---------------------------------------------------------------------------------------------------- */

.nav-secondary {
	background: #444;
	padding: 5px;
	text-align: center;
}

.nav-secondary li {
	display: inline-block;
}

.nav-secondary a {
	color: #fff;
	padding: 5px 15px;
	text-decoration: none;
	transition: 0.5s;
}

.nav-secondary a:hover {
	background: #555;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #3A3E3E;
	color: #fefefe;
	font-size: 0.8em;
	line-height: 1;
	padding: 25px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

.site-footer a:hover {
	color: #fff;
}


/* # TEMPLATES	
---------------------------------------------------------------------------------------------------- */


/* Locations
---------------------------------------- */

.location_page {
	overflow: hidden;
	display: table;
	width: 100%;
	height: calc(100vh - 121px);
}

.location_info {
	vertical-align:middle;
	padding: 0 50px;
}

.location_page strong {
	display: block;
	font-size: 2em;
}

.location_map {
	height: 100%;
}

.location_map iframe {
	width: 100%;
	height: 100%;
}

.clinic_intro {
	margin-bottom: 20px;
}

/* Our Clinics
---------------------------------------- */


.clinic_container {
	display: table;
	overflow: hidden;
	width: 100%;
	height: calc(100vh - 55px);
}

.clinic_content {
	display: block;
	width: 100%;
	vertical-align: middle;
	padding: 50px;
}

.clinic_list {
	display: block;
	width: 100%;
	padding: 20px;
}

.clinic_listing {
	display: block;
	width: 99%;
	background: #FDFDFD;
	margin: 0.5%;
	margin-bottom: 20px;
	float: none;
	vertical-align: top;
	font-size: 1rem;
}

.clinic_listing h2 {
	font-size: 1.5rem;
}

.clinic_listing hr {
	margin: .5rem auto .5rem 0;
}

.clinic_map {
	height: 150px;
	margin-bottom: 10px;
}

.clinic_map iframe {
	height: 100%;
	width: 100%;
}

.clinic_padding {
	padding: 10px;
    position: relative;
    padding-bottom: 70px;
}

.clinic_padding .button {
	width: 75%;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.page-id-577 a,
.clinic_address a {
	color: #0EB1D2;
}

.page-id-577 a:hover,
.clinic_address a:hover {
	color: #000;
}


/* Results Page
---------------------------------------- */

.gmw-pt-pagination-wrapper {
	background: none!important;
}

.gmw-map-wrapper {
	height: 55vh!important;
	width: 100%!important;
}

.clear {
	display: none;
}

.gmw-posts-wrapper {
	display: inline-block;
	float: right;
	width: 100%;
	padding-left:0;
}

.gmw-posts-wrapper h2 {
	font-size: 24px!important;
}

.wppl-h2 a {
	color: #43C9DD;
	text-decoration: none;
}

.wppl-info .wppl-info-left {
	display: none;
}

.gmw-pt-bottom-pagination-wrapper {
	border: 0!important;
}


/* # Custom Styles
---------------------------------------------------------------------------------------------------- */


input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 10px;
	display: inline-block;
	width: 10px!important;
	height: 10px!important;
	z-index: 999999;
	margin-bottom: 0!important;
	margin-top: 5px;
	/* float: left; */
}

.content-repeater .wrap,
.footer-widgets .wrap {
	margin: 0 10px;
}

.post-edit-link {
    display: block;
    float: left;
    width: 100%;
}

.section_title,
.herolayout strong {
    font-size: 1.8rem;
    display: block;
    width: 100%;
    line-height: 1;
    font-weight: 100;
    font-family: 'museo_sans100', serif;
}


.highlight {
	color: #9FBA34;
}

.nomobile {
	display: none!important;
}

.white_overlay {
    background: rgba(255,255,255,0.8);
    padding: 10px;
    margin: 20px 0;
}

.white_overlay hr {
	margin-bottom: 10px;
}

.white_overlay .button {
	margin-top: 20px;
}

div.gmw-pt-horizontal-gray-form-wrapper {
	background: none!important;
	border: none!important;
	text-align: center;
}

div.gmw-pt-horizontal-gray-form-wrapper input[type="text"] {
	padding: 10px 25px!important;
	font-size: 1rem!important;
	border-radius: 25px!important;
	width: 240px!important;
	height: auto!important;
}


/* # Flex Repeater Sections
---------------------------------------------------------------------------------------------------- */


/* SECTION - Repeater
---------------------------------------- */

.content_header {
	display: block;
	width: 100%;
}

.content_half,
.content_half .content_image,
.content_half .content_block {
	height: 50vh;
	overflow: hidden;
	clear: both;
}

.content_block,
.content_image {
	width: 100%;
	display: block;
	float: left;
}

.content_block {
	padding: 5%; /*Chris*/
	font-size: 18px; /*Chris*/
	
}

.image_left {
	float: left;
}

.image_right {
	float: right;
	order: 2;
}

.content_image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.content_image {
	line-height: 0;
}

.content_repeater {
	padding: 20px;
	float: left;
	width: 100%;
}

.content_flex {
    overflow: hidden;
    line-height: 0;
    clear: both;
}

.content_flex .content_block {
	line-height: 1.3;
}


/* SECTION - Hero Layout
---------------------------------------- */

.herolayout {
	overflow: hidden;
	height: auto;
	position: relative;
	display: table;
	width: 100%;
	background-size: cover;
}


.hero_size_half {
	min-height: calc(50vh - 55px);
}

.hero_size_full {
	height: calc(100vh - 55px);
	background-position: 50%;
}

.hero_size_full:first-of-type .wrap {
	box-shadow: inset 0 0 0 2000px rgba(255,255,255,0.6);
}

.hero_size_full .wrap,
.hero_size_half .wrap {
	display: table-cell;
	height:100%;
	vertical-align: middle;
	position: relative;
}

.hero_size_flex {
	padding: 30px 0;
}

.hero_right {
	position: relative;
	width:90%;
}

.hero_left {
	float:left;
	margin-left: 10%;
	padding: 0 25px;
	margin: 0 5%;
	width: 90%;
}

.hero_right {
    float:right;
}

.hero_center {
    position: relative;
    text-align: center;
    padding: 0 2%;
    max-width: 1100px;
    margin: 0 auto;
    color: #000;
}

.herolayout .hero_center strong {
	margin-bottom: 0;
}


.hero_parallax {
	background-attachment: fixed;
	background-size: cover;
}

.herovideo iframe {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    pointer-events: none;
    min-width: 100vw;
    min-height: 100%;
    width: 179vw;
}

/* SECTION - Steps
---------------------------------------- */

.step {
	display: inline-block;
    margin: 10px;
}

.step .num {
	font-size: 40px;
    color: #2ab6d1;
    border: 3px solid;
    border-radius: 50%;
    width: 80px;
    line-height: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

/* SECTION - Two Tone
---------------------------------------- */

.two_tone .content_block {
	text-align: left;
	align-items: center;
}

.two_tone .content_block p {
	width: 100%;
}

.two_tone .wpcf7 {
	width: 100%;
    max-width: 550px;
    text-align: right;
}

.two_tone .wpcf7 input[type="submit"] {
	width: 50%;
}

.two_tone .wpcf7-form-control-wrap input,
.two_tone .wpcf7-form-control-wrap textarea {
	border-radius: 25px;
    margin-bottom: 20px;
    padding: 15px 20px;
}






.home_overlay {
	display: none;
    position: fixed;
    top: 0;
    padding: 50vh 10px 0;
    text-align: center;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: white;
    color: #000;
    z-index: 999;
}

.home_overlay_content {
	transform: translateY(-50%);
}

.patient_btn,
.doctor_btn {
	display: block;
    margin: 20px auto 0 auto;
    max-width: 50%;
}


.page-id-571 .basic,
.page-id-577 .basic {
	text-align: left;
}

.basic {
	text-align: center;
}

.basic .wrap {
    max-width: 1070px;
}

.basic strong {
	font-size: 24px;
	color: #0EB1D2;
	font-family: 'museo_sans100', serif;
}

.who_can {
	text-align: left;
	padding: 5% 0;
}

.home_hero_btns {
	text-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.referral_hero_btns {
	text-align: left;
}

.referral_hero_btns .button,
.home_hero_btns .button {
    margin: 10px 20px;
    font-size: 13px;
}

.referral_hero_btns .button {
	margin: 10px 10px 10px 0;
}

.referral_hero_btns .button:last-child {
	margin-right: 0;
}

.home_hero_end_text {
    margin: 10px 20px;
    font-size: 13px;
    line-height: 0;
}

.seperator {
	text-align: center;
    font-weight: 900;
    margin: 20px 0;
    font-size: 28px;
}

.modal {
    display: none; 
    position: fixed; 
    z-index: 9999999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.7); 
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px 20px 80px;
    color: #333;
    max-width: 500px;
    width: 80%; 
    position: relative;
}

.security {
    font-size: 14px;
    position: absolute;
    bottom: 10px;
	max-width: calc(100% - 40px);
}

.security img {
    max-height: 50px;
    vertical-align: middle;
    margin-left: 20px;
}

.single-location .wpcf7-form-control.wpcf7-submit,
.modal-content .wpcf7-form-control.wpcf7-submit {
    margin-top: 10px;
}

.single-location div.wpcf7 {
    position: relative;
    padding-bottom: 80px;
}

.close {
    color: #aaa;
    font-size: 20px;
    font-weight: bold;
    padding: 5px;
    border: 0;
    position: absolute;
    display: inline-block;
    right: 20px;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    background: none;
}

.second_form {
    display: none;
    margin: 20px 0;
}

.first_form span.wpcf7-list-item.last:before {
    content: 'OR';
    font-weight: 900;
    margin-right: 20px;
}

.modal .button {
	margin-bottom: 20px;
}

.desktop_only {
	display: none;
}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (max-width: 410px) {
	.page-id-385 .content_image img {
		max-height: 58vw;
	}

	.page-id-385 .referral_hero_btns .button {
		font-size: 11px;
		padding: 10px 12px;
	}
}


@media only screen and (min-width: 768px) {

	
	/* ## Column Classes
	--------------------------------------------- */
	/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half,
	.three-sixths,
	.two-fourths {
		width: 48.717948717948715%;
	}
	.one-third,
	.two-sixths {
		width: 31.623931623931625%;
	}
	.four-sixths,
	.two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-sixth {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
	.first {
		clear: both;
		margin-left: 0;
	}

	.title-area {
		width: 18%;
	}

	.site-header .widget-area {
		display: none;
	}
	#genesis-nav-primary {
		position: relative;
		float: right;
		display: inline-block;
		width: 90%;
		margin-top: 3px;
	}
	.ubermenu-nav {
		float: right;
	}
	.ubermenu-item a {
		background: none!important;
		padding: 13px 25px!important;
	}
	
	.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target {
		padding-right: 25px!important;
	}
	#menu-item-17 .ubermenu-target:after {
		content: "";
	}
	.ubermenu-item a {
		color: #222222;
		font-size: 0.9rem;
	}
	.ubermenu-submenu {
		top: auto!important;
	}
	
	.menu_diagnosed a:before,
	.menu_clinics a:before,
	.menu_contact a:before,
	.menu_share a:before {
		font-family: FontAwesome;
		position: absolute;
		top: 12px;
		left: -10px;font-size: 1.8rem;
	}
	
	.menu_diagnosed a:before {
		content: '\f0f1';
	}
	
	.menu_clinics a:before {
		content: '\f0f8';
	}

	.menu_contact a:before {
		content: '\f003';
	}
	
	.menu_share a:before {
		content: '\f003';
	}
	
	.site-logo img {
		padding-top: 20px;
		padding-left: 10px;
		max-width: 260px;
	}
	
	.content-repeater .wrap,
	.footer-widgets .wrap {
		margin: 0 5%;
	}
	
	.hero_left,
	.hero_right {
		width:65%;
	}
	
	.hero_left {
		margin: 40px 0 40px 5%;
		font-size: 1em;
    	line-height: 1.2;
    	padding: 40px;
	}

	.herovideo {
		height: 55vh;
		overflow: hidden;
	}
	
	.herovideo iframe{
		display: block;	
		height: 100vh;
		min-width: 100vw;
		min-height: 100%;
		background: none;
		height: 56.25vw;
	}
	
	.section_title,
	.herolayout strong {
		font-size: 2rem;
	}
	
	
	.content_full,
	.content_full .content_image,
	.content_full .content_block {
		height: 100vh;
	}
	
	.content_block,
	.content_image {
		width: 50%;
		display: inline-flex;
		align-items: left;
		flex-flow: row wrap;
		flex-direction: column;
		justify-content: center;
	}
	
	.content_flex div:first-of-type {
		display: flex;
	}
	
	blockquote {
		padding: 40px;
	}
	

	
	.hero_left,
	.hero_right {
		width:80%;
	}
	
	.nomobile {
		display: inline-block!important;
	}
	
	#phone_link {
		display: inline-block;
	}
	
	#mob_phone {
		display: none;
	}
	
	.calloutcontent {
		padding: 150px 100px;
	}
	
	.nomarg {
	    margin-top: 0;
	}
	
	.white_overlay {
	    padding: 40px;
	}
	
	.hero_center {
    	padding: 0 2%;
	}
	
	.clinic_content {
		display: table-cell;
		width: 50%;
		vertical-align: middle;
		padding: 0 50px;
	}
	
	.clinic_list {
		display: table-cell;
		width: 50%;
		padding-right: 50px;
		padding: 10px;
	}
	
	.gmw-posts-wrapper {
		width: 50%;
		padding-left:50px;
	}
	
	
	.gmw-map-wrapper {
		width: 50%!important;
	}
	
	.location_info {
		display: table-cell;
		width: 50%;
	}
	
	.location_map {
		display: table-cell;
		width: 50%;
	}

	.two_tone .content_block {
		height: calc(100vh - 55px);
	}

	.small_title {
	    display: block;
	    text-align: left;
	    font-size: 0.7em;
	}

	.home_hero_end_text {
		position: absolute;
	    bottom: 0;
	    margin-top: 0;
	}

	.home_hero_btns {
		margin: 60px 0;
	}

	.step {
	    margin: 30px;
	    width: calc(33% - 60px);
	}

	h1 {
		font-size: 3.6rem;
	}

	h2 {
		font-size: 3rem;
	}

	.step .num {
		font-size: 60px;
	    width: 130px;
	    line-height: 130px;
	    height: 130px;
	}

	.referral_hero_btns .button,
	.home_hero_btns .button {
		font-size: 16px;
	}
	
	.herolayout + .basic .wrap {
		display: flex;
	}

	.hero_size_full:first-of-type .wrap {
		box-shadow: inset 0 0 0 2000px rgba(14,177,210,0.2);
	}
	
	.desktop_only {
		display: inherit;
	}
	
	.mobile_only {
		display: none;
	}


}

@media only screen and (min-width: 1023px) {
	
	
	
	.site-header>.wrap {
		padding: 0;
		margin: 0 auto;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	.wrap {
		padding: 0;
	}
	.header-image .title-area {
		padding: 0;
		margin-top: 10px;
		margin-left: 50px;
	}
	.nav-primary {
		margin-right: 50px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}
	.footer-widgets-1 {
		margin-right: 30px;
	}
	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto;
	}
	
	.footer-widgets .one-sixth {
		margin-bottom: 0;
	}
	
	.herovideo {
		height: 65vh;
	}
	
	.hero_left,
	.hero_right {
		width:50%;
	}
	
	.ubermenu-item {
		margin-left: 50px!important;
	}
	
	.clinic_listing {
		display: inline-block;
		width: 46%;
		float: left;
	}
	
	.site-logo img {
		padding-top: 10px;
		max-width: 300px;
	}

	.step {
	    margin: 40px;
	    width: calc(33% - 80px);
	}
	
	input[type=checkbox], input[type=radio] {
  	  width: auto!important; 
  	  height: auto!important; 
	}
	
}


@media only screen and (min-width: 1200px) {
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}
	.footer-widgets-1 {
		margin-right: 60px;
	}
	
	.herovideo {
		height: 86vh;
		overflow: hidden;
	}

	.hero_right {
	    width: 40%;
	}
	
	.clinic_listing {
		width: 49%;
	}

	.section_title,
	.herolayout strong {
	    font-size: 2.5rem;
	}

	.hero_left {
		font-size: 1.1em;
	}
}

@media only screen and (min-width: 1340px) {
	
	.herovideo {
		height: 95vh;
		overflow: hidden;
	}

}

@media only screen and (min-width: 1650px) {
	
	.section_title,
	.herolayout strong {
	    font-size: 3.4rem;
	}

	.hero_left {
		font-size: 1.5em;
	}

}



/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title>a:after {
		content: "";
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 2cm 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	.content,
	.content-sidebar {
		width: 100%;
	}
	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}
	.title-area {
		text-align: center;
		width: 100%;
	}
	.site-title>a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}
	.site-inner {
		padding-top: 0;
		position: relative;
	}
	.author-box {
		margin-bottom: 0;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}
	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}
	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}
	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}