/* --------------------------------------------------------------------------
 * Color
 * ------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------
 * Font
 * ------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------
 * Media
 * ------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------
 * Animation
 * ------------------------------------------------------------------------*/

/* --------------------------------------------------------------------------
 * Reset
 * ------------------------------------------------------------------------*/

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,
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%;
	background: transparent;
}

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

html,
body {
	height: 100%;
}

ol,
ul {
	margin: 0;
}

*:focus {
	outline: none;
}

a:active,
a:hover {
	outline: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

label {
	cursor: pointer;
}

button {
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"]:focus,
input[type="button"]:focus {
	outline: 0;
}

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

/* --------------------------------------------------------------------------
 * Global
 * ------------------------------------------------------------------------*/

* {
	box-sizing: border-box;
}

body {
	font-family: "PT Sans", sans-serif;
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #16294b;
	line-height: 1.5;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: bold;
	line-height: 1.2;
	margin: 0.25em 0;
}

h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
	color: inherit;
	text-decoration: none;
}

h1 > strong,
.h1 > strong,
h2 > strong,
.h2 > strong,
h3 > strong,
.h3 > strong,
h4 > strong,
.h4 > strong,
h5 > strong,
.h5 > strong,
h6 > strong,
.h6 > strong {
	color: #28a5de;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
	text-transform: uppercase;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 16px;
	color: #28a5de;
}

h6,
.h6 {
	font-size: 16px;
}

h6 > strong,
.h6 > strong {
	color: inherit;
}

.border-heading {
	font-size: 16px;
	display: inline-block;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}

p {
	margin: 0 0 20px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul,
ol {
	margin: 0 0 20px;
}

a {
	color: #28a5de;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

blockquote.blockquote-float {
	float: right;
	width: 260px;
	padding-left: 30px;
}

blockquote p {
	font-size: 18px;
	color: #28a5de;
	font-style: italic;
}

.body-text ul > li {
	padding-left: 20px;
	position: relative;
}

.body-text ul > li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 4px;
	display: block;
	position: absolute;
	top: 9px;
	left: 1px;
	background: #16294b;
}

.body-text table {
	max-width: 100%;
	border-left: 1px solid #16294b;
	margin-bottom: 20px;
}

.body-text table th {
	font-weight: bold;
	border-top: 1px solid #16294b;
	background: #e8eef2;
}

.body-text table td,
.body-text table th {
	padding: 10px;
	border-right: 1px solid #16294b;
	border-bottom: 1px solid #16294b;
}

.container {
	position: relative;
	max-width: 1040px;
	padding: 0 20px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: "";
	display: table;
}

.container:after {
	clear: both;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col {
	width: 100%;
	float: left;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

figure {
	margin: 0 0 10px;
}

figcaption {
	text-align: center;
	margin: 5px 0px 0px;
}

.hide-text {
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.icon {
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	height: 40px;
	width: 40px;
}

.icon-facebook,
.social-links-menu .facebook .icon {
	background-image: url("../images/icon-facebook.svg");
	width: 10px;
	height: 19px;
}

.icon-linkedin,
.social-links-menu .linkedin .icon {
	background-image: url("../images/icon-linkedin.svg");
	width: 18px;
	height: 19px;
}

.icon-time {
	background-image: url(../images/icon-time.svg);
}

.icon-phone {
	background-image: url(../images/icon-phone-black.svg);
}

.icon-phone-dark {
	background-image: url(../images/icon-phone-white.svg);
}

.icon-calendar {
	background-image: url(../images/icon-calendar.svg);
}

.icon-signpost {
	background-image: url(../images/icon-signpost.svg);
}

.icon-letter {
	background-image: url(../images/icon-letter.svg);
}

.icon-search {
	background-image: url(../images/icon-search.svg);
	background-color: #28a5de;
}

.icon-murdoch {
	background-image: url(../images/icon-murdoch.svg);
}

.icon-chart {
	background-image: url(../images/icon-chart.svg);
}

.icon-slickdesign {
	width: 16px;
	height: 15px;
	background-size: 16px 15px;
	background-image: url("../images/icon-slickdesign.svg");
}

.icon-circle {
	width: 90px;
	height: 90px;
}

.icon-knee-light {
	background-image: url(../images/service-logo-knee-light.svg);
}

.icon-knee-dark {
	background-image: url(../images/service-logo-knee-dark.svg);
}

.icon-shoulder-light {
	background-image: url(../images/service-logo-shoulder-light.svg);
}

.icon-shoulder-dark {
	background-image: url(../images/service-logo-shoulder-dark.svg);
}

.icon-foot-light {
	background-image: url(../images/service-logo-foot-light.svg);
}

.icon-foot-dark {
	background-image: url(../images/service-logo-foot-dark.svg);
}

.icon-elbow-light {
	background-image: url(../images/service-logo-elbow-light.svg);
}

.icon-elbow-dark {
	background-image: url(../images/service-logo-elbow-dark.svg);
}

.icon-pelvis-light {
	background-image: url(../images/service-logo-pelvis-light.svg);
}

.icon-pelvis-dark {
	background-image: url(../images/service-logo-pelvis-dark.svg);
}

.icon-clock-large-white {
	width: 72px;
	height: 72px;
	background-size: 72px 72px;
	background-image: url("../images/icon-clock-large-white.svg");
}

.icon-park-large-dark {
	width: 72px;
	height: 72px;
	background-size: 72px 72px;
	background-image: url("../images/icon-park-large-dark.svg");
}

/* IE Specific Icons - PNG instead of SVG to preserve background-position and background-size */

.ie .icon-facebook {
	background-image: url("../images/icon-facebook.png");
}

.ie .icon-linkedin {
	background-image: url("../images/icon-linkedin.png");
}

.ie .icon-time {
	background-image: url(../images/icon-time.png);
}

.ie .icon-phone {
	background-image: url(../images/icon-phone-black.png);
}

.ie .icon-phone-dark {
	background-image: url(../images/icon-phone-white.png);
}

.ie .icon-calendar {
	background-image: url(../images/icon-calendar.png);
}

.ie .icon-signpost {
	background-image: url(../images/icon-signpost.png);
}

.ie .icon-letter {
	background-image: url(../images/icon-letter.png);
}

.ie .icon-search {
	background-image: url(../images/icon-search.png);
}

.ie .icon-murdoch {
	background-image: url(../images/icon-murdoch.png);
}

.ie .icon-chart {
	background-image: url(../images/icon-chart.png);
}

.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 13px;
	font-family: "PT Sans", sans-serif;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
	padding: 12px 18px 10px;
	border-radius: 3px;
	border: 0;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	min-width: 140px;
	cursor: pointer;
	-webkit-appearance: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-full {
	width: 100%;
}

.btn-primary {
	background: #28a5de;
}

.btn-primary:hover {
	background: #1d8dc0;
}

.btn-light {
	background: #8faabf;
}

.btn-light:hover {
	background: #7596b0;
}

.btn-dark {
	background: #16294b;
}

.btn-dark:hover {
	background: #28a5de;
}

.field {
	position: relative;
	margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	font-size: 16px;
	line-height: 1.5;
	font-family: "PT Sans", sans-serif;
	height: 48px;
	width: 100%;
	border-radius: 3px;
	background: #FFFFFF;
	padding: 14px 18px;
	border: 1px solid #16294b;
	margin-bottom: 20px;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	height: 145px;
}

label {
	font-size: 16px;
	color: #28a5de;
	display: block;
}

form ul.gform_fields {
	margin: 0;
}

form ul.gform_fields > li {
	padding-left: 0;
}

form ul.gform_fields > li:before {
	display: none;
}

.gfield.no-label > .gfield_label {
	display: none;
}

.gfield .gfield_label_before_complex {
	color: inherit;
}

.gfield ul.gfield_radio,
.gfield ul.gfield_checkbox {
	padding: 0;
	margin-left: -15px;
	margin-right: -15px;
}

.gfield ul.gfield_radio > li,
.gfield ul.gfield_checkbox > li {
	white-space: nowrap;
}

.gfield ul.gfield_radio > li:before,
.gfield ul.gfield_checkbox > li:before {
	content: none;
}

.gfield ul.gfield_radio > li > *,
.gfield ul.gfield_checkbox > li > * {
	display: inline-block;
}

.gfield ul.gfield_radio:after,
.gfield ul.gfield_checkbox:after {
	content: "";
	display: table;
	clear: both;
}

.gfield > .ginput_container_date {
	margin-left: -15px;
	margin-right: -15px;
}

.gfield > .ginput_container_date .ginput_container_date {
	float: left;
	width: 33.33%;
	padding: 0 15px;
}

.gfield > .ginput_container_date:after {
	content: "";
	display: table;
	clear: both;
}

.gfield [value="gf_other_choice"]:after {
	content: "Other" !important;
	padding-left: 16px;
	margin-top: -3px;
	font-size: 14px;
	color: #28a5de;
	display: inline-block;
}

.validation_error {
	margin-bottom: 20px;
	font-weight: bold;
}

.gfield_description.validation_message {
	font-weight: bold;
	margin: 0 0 10px;
	color: #ff0041;
	font-size: 13px;
}

.gform_footer {
	margin-bottom: 20px;
}

.select,
.ginput_container_select,
.ginput_complex > .address_country,
.gfield_date_dropdown_day,
.gfield_date_dropdown_month,
.gfield_date_dropdown_year {
	position: relative;
	margin-bottom: 20px;
	display: block;
}

.select .customSelect,
.select select,
.ginput_container_select .customSelect,
.ginput_container_select select,
.ginput_complex > .address_country .customSelect,
.ginput_complex > .address_country select,
.gfield_date_dropdown_day .customSelect,
.gfield_date_dropdown_day select,
.gfield_date_dropdown_month .customSelect,
.gfield_date_dropdown_month select,
.gfield_date_dropdown_year .customSelect,
.gfield_date_dropdown_year select {
	font-size: 13px;
	line-height: 1.5;
	font-family: "PT Sans", sans-serif;
	width: 100% !important;
	height: 48px !important;
	background: transparent;
	padding: 15px 18px;
	border: 1px solid #16294b;
	border-radius: 3px;
}

.select .customSelect:after,
.ginput_container_select .customSelect:after,
.ginput_complex > .address_country .customSelect:after,
.gfield_date_dropdown_day .customSelect:after,
.gfield_date_dropdown_month .customSelect:after,
.gfield_date_dropdown_year .customSelect:after {
	content: "";
	display: block;
	font-size: 18px;
	width: 14px;
	height: 8px;
	background-image: url("../images/icon-arrow-down-black.svg");
	background-repeat: no-repeat;
	background-size: 14px 8px;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 15px;
	z-index: -1;
}

.select.search-icon .customSelect,
.ginput_container_select.search-icon .customSelect,
.ginput_complex > .address_country.search-icon .customSelect,
.gfield_date_dropdown_day.search-icon .customSelect,
.gfield_date_dropdown_month.search-icon .customSelect,
.gfield_date_dropdown_year.search-icon .customSelect {
	position: relative;
	overflow: hidden;
	padding-left: 50px;
	z-index: -1;
}

.select.search-icon .customSelect :before,
.ginput_container_select.search-icon .customSelect :before,
.ginput_complex > .address_country.search-icon .customSelect :before,
.gfield_date_dropdown_day.search-icon .customSelect :before,
.gfield_date_dropdown_month.search-icon .customSelect :before,
.gfield_date_dropdown_year.search-icon .customSelect :before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 45px;
	background-color: #28a5de;
	background-image: url(../images/icon-search.svg);
	background-size: 37px 37px;
	background-position: center;
	background-repeat: no-repeat;
}

.customSelectInner {
	width: 100% !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.select-tel .customSelect {
	padding-left: 60px;
}

.select-tel .customSelect:before {
	content: "";
	display: block;
	background-image: url(../images/icon-search.svg);
	background-color: #28a5de;
	width: 46px;
	height: 46px;
	position: absolute;
	left: 1px;
	top: 1px;
	background-size: 24px;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

::-webkit-input-placeholder {
	color: #16294b;
	opacity: 1;
	font-style: italic;
}

:-moz-placeholder {
	color: #16294b;
	opacity: 1;
	font-style: italic;
}

::-moz-placeholder {
	color: #16294b;
	opacity: 1;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #16294b;
	opacity: 1;
	font-style: italic;
}

.input-group {
	display: table;
	width: 100%;
}

.input-group > * {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.input-group > .input-group-addon {
	width: 48px;
	height: 48px;
	border: 0 none transparent;
}

.input-group > .input-group-addon.icon {
	background-size: 24px;
}

.input-group > .input-group-addon.icon:before {
	content: "";
	display: block;
	width: 40px;
}

.input-group > input.input-group-addon {
	background: white;
	font-size: 20px;
	font-weight: 700;
	transition: all 0.2s linear;
}

.input-group > input.input-group-addon:hover {
	background: #28a5de;
}

.input-group > .input-group-field {
	padding-right: 2px;
}

.input-group > .input-group-field > input {
	margin: 0;
	border: 0;
}

.input-group > .input-group-field:last-child {
	padding-right: 0;
}

.input-group > .input-group-field > input {
	width: 100%;
	border-radius: 0 !important;
	padding-right: 2px;
}

.input-group > .input-group-addon:first-child,
.input-group > .input-group-field:first-child > input {
	border-radius: 3px 0 0 3px !important;
}

.input-group > .input-group-addon:last-child,
.input-group > .input-group-field:last-child > input {
	border-radius: 0 3px 3px 0 !important;
}

.slider {
	margin: 0;
}

.js-home-slider .slider {
	display: none;
}

.js-home-slider .slider.slick-initialized {
	display: block;
}

.js-home-slider .slider .slick-slide .container {
	top: 25%;
	opacity: 0;
	transition: all 0.5s ease-out 0.4s;
}

.js-home-slider .slider .slick-slide.slick-current .container {
	top: 50%;
	opacity: 1;
}

.pager {
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pager > li {
	display: inline-block;
}

.pager > li.is-active button,
.pager > li.slick-active button {
	background: #FFFFFF;
}

.pager button {
	display: block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #28a5de;
	background: #28a5de;
	padding: 0;
	margin: 0 4px 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slick-list,
.slick-track {
	height: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
	position: relative;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.spin {
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	border-right: 4px solid #16294b;
	border-bottom: 4px solid #16294b;
	border-left: 4px solid #28a5de;
	border-top: 4px solid #28a5de;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: -20px auto 0;
	z-index: 2;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	animation: spin 0.8s linear infinite;
}

.loading-screen {
	background: #FFFFFF;
	opacity: 1;
	visibility: visible;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: 0.7s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.is-loaded > .loading-screen {
	opacity: 0;
	visibility: hidden;
}

.page-nav > ul {
	margin: 0;
}

.page-nav a {
	color: #16294b;
	text-decoration: none;
}

.page-nav a.current-page {
	color: #28a5de;
}

.bevel-nav {
	position: relative;
	z-index: 2;
}

.bevel-nav > .select { /* Old design concept
        .customSelect, select {
            padding: 0 60px;
            background: transparent;
            height: 60px !important;
            border: 0;
            border-radius: 0;
        }
        .customSelectInner {
            background: $color-accent;
            padding: 0 10px;
            color: $color-white;
            text-transform: uppercase;
            text-align: center;
            line-height: 60px;
            @include bevel-corner-left($color-accent, 0, 0, 0);
            @include bevel-corner-right($color-accent, 0, 0, 0);
            &:after, &:before  {
                z-index: -1
            }
        }*/
	margin-bottom: 20px;
}

.bevel-nav > ul {
	display: table;
	width: 100%;
	margin: 0;
}

.bevel-nav > ul:before,
.bevel-nav > ul:after {
	content: "";
	display: table;
}

.bevel-nav > ul:after {
	clear: both;
}

.bevel-nav > ul > li {
	display: table-cell;
}

.bevel-nav > ul > li a {
	display: block;
	padding: 0 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #16294b;
	position: relative;
	line-height: 1;
	text-align: center;
	height: 60px;
	text-decoration: none;
	border: 1px solid #8faabf;
	border-bottom: 0 none transparent;
	border-radius: 5px 5px 0 0;
}

.bevel-nav > ul > li a > span {
	display: block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.bevel-nav > ul > li a:hover,
.bevel-nav > ul > li a:focus,
.bevel-nav > ul > li a.current-page {
	background: #FFFFFF;
	color: #16294b;
}

.bevel-nav > ul > li:first-of-type a {
	position: 0;
}

.bevel-nav > ul > li:first-of-type a:before,
.bevel-nav > ul > li:first-of-type a:after {
	content: "";
	display: block;
	position: absolute;
	left: -25px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1px 1px 58px 26px;
	border-color: transparent #16294b #16294b transparent;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bevel-nav > ul > li:first-of-type a:before {
	border-color: transparent #8faabf #8faabf transparent;
	left: -26px;
	border-right-width: 1px;
}

.bevel-nav > ul > li:first-of-type a:hover:after,
.bevel-nav > ul > li:first-of-type a:focus:after {
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.bevel-nav > ul > li:first-of-type a.current-page:after {
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
}

.bevel-nav > ul > li:last-of-type a {
	position: 0;
}

.bevel-nav > ul > li:last-of-type a:before,
.bevel-nav > ul > li:last-of-type a:after {
	content: "";
	display: block;
	position: absolute;
	right: -25px;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1px 26px 58px 1px;
	border-color: transparent transparent #16294b #16294b;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.bevel-nav > ul > li:last-of-type a:before {
	border-color: transparent transparent #8faabf transparent;
	right: -26px;
	border-left-width: 1px;
}

.bevel-nav > ul > li:last-of-type a:hover:after,
.bevel-nav > ul > li:last-of-type a:focus:after {
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.bevel-nav > ul > li:last-of-type a.current-page:after {
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.bevel-nav > ul > li:first-of-type:last-of-type a:after,
.bevel-nav > ul > li:first-of-type:last-of-type a:before {
	content: none;
}

.sub-bevel-nav ul {
	display: block;
	padding: 10px 0 0;
	margin: 0;
	text-align: center;
}

.sub-bevel-nav ul > li {
	display: inline-block;
	margin-bottom: 10px;
}

.sub-bevel-nav ul > li a {
	position: relative;
	display: block;
	padding: 0 10px;
	text-decoration: none;
}

.sub-bevel-nav ul > li a:after {
	content: "|";
	position: absolute;
	top: 0;
	right: -4px;
}

.sub-bevel-nav ul > li:last-child a:after {
	content: none;
}

.circle-nav {
	position: relative;
	z-index: 4;
}

.circle-nav ul {
	margin: 0;
}

.circle-nav ul li {
	display: table-cell;
	text-align: center;
}

.circle-nav ul li:after {
	content: attr(title);
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content-dark .circle-nav ul li:after {
	background-color: #16294b;
}

.circle-nav ul li > a {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	-ms-transform: scale(0.9);
	    transform: scale(0.9);
}

.circle-nav ul li > a:hover,
.circle-nav ul li > a:focus {
	-ms-transform: scale(1);
	    transform: scale(1);
}

.circle-nav ul li > a:hover > i:first-of-type,
.circle-nav ul li > a:focus > i:first-of-type {
	opacity: 0;
}

.circle-nav ul li > a:hover > i:nth-child(2),
.circle-nav ul li > a:focus > i:nth-child(2) {
	opacity: 1;
}

.circle-nav ul li > a i {
	position: absolute;
	top: 0;
}

.circle-nav ul li > a i.is-faux {
	position: relative;
	-ms-transform: none;
	    transform: none;
	left: 0;
}

.circle-nav ul li > a i {
	margin: 0 auto;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.circle-nav ul li > a i:first-of-type {
	opacity: 1;
}

.circle-nav ul li > a i:nth-child(2) {
	opacity: 0;
}

.circle-nav .select {
	display: none;
}

ul.accordian > li {
	padding-left: 0;
}

ul.accordian > li:before {
	display: none;
}

ul.accordian > li {
	position: relative;
	padding: 15px 0 30px;
	border-top: 1px solid #28a5de;
}

ul.accordian > li:after {
	content: "";
	position: absolute;
	width: 45px;
	height: 1px;
	display: block;
	background: #FFFFFF;
	top: -1px;
	right: 0;
	z-index: 2;
}

ul.accordian > li > .content {
	overflow: hidden;
	display: none;
}

ul.accordian > li > .content > *:last-child {
	margin-bottom: 0;
}

ul.accordian > li > .toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -16px;
	right: 0;
	z-index: 3;
}

ul.accordian > li > .toggle:before {
	content: "";
	width: 8px;
	height: 30px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: auto;
	right: 11px;
	background: #28a5de;
	border-radius: 0;
}

ul.accordian > li > .toggle:after {
	content: "";
	width: 30px;
	height: 8px;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -4px;
	right: 0;
	background: #28a5de;
}

ul.accordian > li > h3 {
	font-size: 22px;
}

ul.accordian > li > h3 img {
	display: block;
	margin-bottom: 10px;
	transition: all 0.3s linear;
	filter: grayscale(100%);
}

ul.accordian > li.is-open > content {
	display: block;
}

ul.accordian > li.is-open > .toggle:before {
	display: none;
}

ul.accordian > li.is-open > h5 img,
ul.accordian > li:hover > h5 img {
	filter: none;
}

ul.accordian h5 {
	color: #16294b;
}

ul.accordian h5 > a {
	display: block;
}

.scroll-content .inner {
	padding: 0 0 20px;
}

.scroll-content .profile {
	margin-bottom: 0;
}

.mCustomScrollbar.js-scrollbar-horizontal {
	height: auto !important;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #16294b !important;
	height: 6px !important;
	margin: 7px auto !important;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #8faabf !important;
	height: 6px !important;
	width: auto !important;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #28a5de !important;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background-color: #FFFFFF !important;
	width: 4px !important;
}

.mCSB_scrollTools {
	opacity: 1 !important;
}

img.border-image {
	border: 1px solid #ccc;
	display: inline-block;
	margin-bottom: 20px;
}

.profile {
	line-height: 1.2;
	margin-bottom: 20px;
}

.profile img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.profile h1 {
	font-size: 32px;
}

.profile h1,
.profile h2,
.profile h3,
.profile h4 {
	text-transform: none;
	margin: 0 0 .25em;
}

.profile h3,
.profile h4 {
	font-size: 18px;
}

.profile .qual {
	color: #8faabf;
	font-style: italic;
	min-height: 38px;
}

.surgeon-banner .profile .qual {
	display: block;
	font-size: 16px;
	font-weight: 400;
	min-height: 0;
}

.profile .social-list {
	margin-top: 20px;
}

.direct-line,
.fax-number,
.contact-email {
	color: #000;
	text-decoration: none;
}

.direct-line strong,
.direct-line b,
.fax-number strong,
.fax-number b,
.contact-email strong,
.contact-email b {
	text-transform: uppercase;
}

.direct-line i,
.fax-number i,
.contact-email i {
	display: inline-block;
	vertical-align: middle;
	height: 26px;
	width: 26px;
}

.surgery-list {
	margin: 10px 0;
}

.surgery-list > li {
	display: inline-block;
	vertical-align: top;
}

.surgery-list > li > a {
	text-decoration: none;
	width: 70px;
}

.surgery-list > li > a > span {
	display: block;
	text-align: center;
	width: 70px;
}

.surgery-list .icon-circle {
	width: 30px;
	height: 30px;
	background-size: 30px;
}

.surgeon-banner .surgery-list .icon-circle {
	width: 70px;
	height: 70px;
	background-size: 66px;
}

.consulting-operating strong,
.consulting-operating b {
	text-transform: uppercase;
	color: #28a5de;
}

.social-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-list:before,
.social-list:after {
	content: "";
	display: table;
}

.social-list:after {
	clear: both;
}

.social-list > li {
	float: left;
}

.social-list a {
	display: block;
	width: 30px;
	padding: 5px 0;
	background: #16294b;
	position: relative;
	border-right: 1px solid #FFFFFF;
}

.social-list a:hover,
.social-list a:focus {
	background: #28a5de;
}

.social-list a > i {
	margin: 0 auto;
}

/*
// Accordion
.accordion-wrapper {
    border: 1px solid lightgrey;
    border-radius: 5px;
    .accordion-container {
        .accordion-header {
            border-bottom: 1px solid lightgray;
            padding: 10px;
            background-color: $color-light;
        }
        .accordion-body {
            padding: 10px;
            border-bottom: 1px solid lightgrey;
        }
        &:last-child {
            .accordion-body {
                border-bottom: 0 none transparent;
            }
        }
    }
}*/

div.gallery {
	width: 100%;
}

div.gallery > figure {
	text-align: center;
}

div.gallery > figure img {
	max-width: 100%;
}

div.gallery > figure .gallery-icon {
	padding: 0 2px;
}

.call-to-action-main {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 5;
	cursor: pointer;
}

.call-to-action-main .call-to-action-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 460px;
	padding: 50px;
	max-width: 90vw;
	max-height: 90vh;
	overflow: auto;
	-ms-transform: translateX(-50%) translateY(-50%);
	    transform: translateX(-50%) translateY(-50%);
	background-color: #FFFFFF;
	border-radius: 10px;
	cursor: initial;
}

.call-to-action-main .call-to-action-inner .call-to-action-close {
	float: right;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

.call-to-action-main .call-to-action-inner .call-to-action-close:before,
.call-to-action-main .call-to-action-inner .call-to-action-close:after {
	content: "";
	display: inline-block;
	position: relative;
	background-color: #16294b;
	width: 3px;
	height: 30px;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.call-to-action-main .call-to-action-inner .call-to-action-close:before {
	-ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	margin-right: -1px;
}

.call-to-action-main .call-to-action-inner .call-to-action-close:after {
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	margin-left: -1px;
}

.call-to-action-main .call-to-action-inner .call-to-action-close:hover:before,
.call-to-action-main .call-to-action-inner .call-to-action-close:hover:after {
	background-color: #28a5de;
}

.call-to-action-main .call-to-action-inner h3 {
	text-align: center;
	text-transform: none;
	font-size: 26px;
	font-weight: 400;
	padding: 0 20px;
}

.call-to-action-main .call-to-action-inner form {
	background-color: #8faabf;
	padding: 30px 40px;
}

.call-to-action-main .call-to-action-inner form .gform_footer {
	margin-bottom: 0;
}

.call-to-action-main .call-to-action-inner form .gform_footer .btn-full {
	height: 45px;
	border-radius: 3px;
}

.ui-autocomplete {
	background: #FFFFFF;
	width: 243px !important;
}

.ui-autocomplete > li > div {
	padding: 5px 15px;
	border-top: 1px solid #28a5de;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ui-autocomplete > li > div.ui-state-active {
	background-color: #28a5de;
	color: #FFFFFF;
}

.ui-helper-hidden-accessible {
	display: none;
}

.subpages-nav h4 {
	font-size: 17px;
	font-weight: normal;
}

.subpages-nav h4 a {
	border-bottom: 1px solid;
}

.subpages-nav h4 a:hover {
	color: #28a5de;
}

.subpages-nav > ul > li {
	display: block;
}

.subpages-nav > ul > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	margin: 15px 0;
}

.subpages-nav > ul > li > a:hover,
.subpages-nav > ul > li > a.current-page {
	color: #28a5de;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

.single-post .procedure .procedure-content-gallery .gallery img {
	border: none 0 transparent;
}

.header {
	position: relative;
	z-index: 5;
	border-top: 3px solid #28a5de;
}

.header .logo {
	float: left;
	display: block;
	width: 188px;
	height: 45px;
	background-image: url("../images/murdoch-logo.svg");
	background-size: 188px 45px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 0 10px 20px;
}

.header .menu-toggle {
	float: right;
	margin-right: 20px;
}

.header .social-links-menu {
	float: right;
}

.menu-bar {
	background: #16294b;
}

.main-navigation > ul {
	display: table;
	width: 100%;
	margin: 0;
}

.main-navigation > ul > li {
	width: 100%;
	position: relative;
}

.main-navigation > ul > li a {
	background: #8faabf;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 10px 20px 8px;
	border-bottom: 1px solid;
}

.main-navigation > ul > li.current-page-parent > a,
.main-navigation > ul > li.current-menu-item > a {
	border-color: #28a5de;
}

.main-navigation > ul > li > a {
	background: #16294b;
	text-transform: uppercase;
	padding: 15px 20px 12px;
	border-bottom: 5px solid #8faabf;
}

.main-navigation > ul > li:hover > a,
.main-navigation > ul > li:focus > a {
	border-color: #28a5de;
}

.main-navigation > ul > li > .sub-menu {
	margin-bottom: 0;
	display: none;
}

.main-navigation > ul > li > .sub-menu a:hover,
.main-navigation > ul > li > .sub-menu a:focus {
	background: #28a5de;
}

.main-navigation > ul > li > .sub-menu > li:last-of-type > a {
	border-bottom: 0;
}

.main-navigation > ul > li.is-open .expand-menu {
	-ms-transform: rotate(-180deg);
	    transform: rotate(-180deg);
}

.main-navigation > ul .expand-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0px;
	width: 56px;
	height: 56px;
	cursor: pointer;
}

.main-navigation > ul .expand-menu:after {
	content: "";
	display: block;
	width: 14px;
	height: 8px;
	background-image: url("../images/icon-arrow-down-white.svg");
	background-repeat: no-repeat;
	background-size: 14px 8px;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transition: .3s;
}

.header-actions {
	float: right;
	margin: 14px 0 14px;
}

.header-actions > li {
	float: left;
}

.header-actions > li > a:hover {
	color: #28a5de;
}

.header-actions > li.appointment > a {
	text-transform: uppercase;
	font-weight: bold;
	color: #28a5de;
}

.header-actions > li.appointment > a:hover {
	color: inherit;
}

.header-actions > li > a,
.header-actions > li > span {
	display: block;
	color: #16294b;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

a.menu-toggle {
	display: block;
	position: relative;
	height: 40px;
	width: 40px;
}

a.menu-toggle:hover {
	background-color: #8faabf;
}

a.menu-toggle:before,
a.menu-toggle:after {
	content: "";
	display: block;
	height: 10px;
	width: 30px;
	position: absolute;
	border: 1px solid;
	border-color: #16294b transparent;
	left: 4px;
	transition: all 0.3s linear;
}

a.menu-toggle:before {
	top: 10px;
}

a.menu-toggle:after {
	top: 21px;
}

body.nav-open a.menu-toggle:before,
body.nav-open a.menu-toggle:after {
	height: 0px;
	top: 50%;
	width: 15px;
}

body.nav-open a.menu-toggle:before {
	left: 16px;
	-khtml-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

body.nav-open a.menu-toggle:after {
	left: 6px;
	-khtml-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.social-links-menu {
	display: table;
	margin: 0;
}

.social-links-menu > li {
	display: table-cell;
	border-left: 1px solid white;
	text-transform: uppercase;
	font-size: 13px;
	vertical-align: top;
}

.social-links-menu > li:first-child {
	border-left: 0 none transparent;
}

.social-links-menu > li > * {
	background-color: #28a5de;
	padding: 5px 0;
	display: block;
	color: white;
	width: 30px;
}

.social-links-menu > li > span {
	width: auto;
	padding: 5px 13px;
}

.social-links-menu > li > * > i {
	margin: 0 auto;
}

.social-links-menu > li > a:hover {
	background-color: #16294b;
}

.social-links-menu > li.icon > a {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 30px 19px;
}

/* Footer */

footer .featured-logos .featured-logo img {
	max-width: 159px;
	max-height: 67px;
	height: auto;
}

footer .featured-logos .featured-logo {
	padding: 20px;
}

footer .footer-main {
	background-color: #16294b;
	color: white;
}

footer .footer-clinic-location-map img {
	display: block;
}

footer address {
	font-style: normal;
	margin-bottom: 20px;
}

footer address > a {
	color: white;
	text-decoration: underline;
}

footer .footer-newsletter-subscription {
	background-color: #8faabf;
	padding: 20px 26px 28px;
	color: white;
}

footer .footer-newsletter-subscription .form-heading {
	font-size: 20px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 15px;
}

footer .footer-newsletter-subscription .form-heading .icon {
	display: inline-block;
	float: left;
	width: 47px;
	height: 37px;
	background-position: top left;
	background-size: 31px 31px;
}

footer .footer-newsletter-subscription input {
	margin-bottom: 6px;
}

footer .footer-newsletter-subscription .gform_footer {
	margin-bottom: 0;
}

footer .footer-copyright {
	background-color: #8faabf;
	font-size: 12px;
	padding: 10px 0;
}

footer .footer-copyright,
footer .footer-copyright a {
	color: white;
}

footer .footer-directions-link .icon {
	background-position: center;
	display: inline-block;
	width: 23px;
	height: 24px;
	vertical-align: bottom;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

footer .footer-directions-link a:hover .icon {
	-khtml-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

footer .footer-contact-number {
	padding-bottom: 20px;
}

footer .footer-contact-number .icon {
	display: inline-block;
	width: 40px;
	height: 53px;
	background-color: #28a5de;
	margin-bottom: -9px;
	background-position: 7px 16px;
	background-size: 28px 28px;
}

footer .footer-contact-number a {
	color: white;
	font-size: 17px;
	text-decoration: none;
	display: block;
}

footer .footer-contact-number a b {
	font-size: 20px;
}

footer .footer-contact-number a > * {
	white-space: nowrap;
}

footer .footer-contact-number a .icon {
	transition: all 0.2s linear;
}

footer .footer-contact-number a:hover .icon {
	background-color: #16294b;
}

footer .footer-send-email {
	padding-bottom: 30px;
}

footer .footer-surgeon-search-holder,
footer .footer-clinic-location-map,
footer .footer-clinic-address-information .top-col {
	padding-top: 20px;
}

/* Footer Menu */

footer .footer-menu-holder {
	font-size: 16px;
	text-transform: uppercase;
}

footer .footer-menu-holder ul.footer-menu {
	display: table;
	width: 100%;
	margin: 25px 0;
}

footer .footer-menu-holder ul.footer-menu > li.menu-item {
	display: table-cell;
}

footer .footer-menu-holder ul.footer-menu > li.menu-item > a:hover {
	color: #28a5de;
}

.footer-menu a {
	color: #FFFFFF;
	text-decoration: none;
}

footer a.slick-design {
	float: right;
	text-decoration: none;
}

footer a.slick-design > i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	transition: 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

footer a.slick-design:hover,
footer a.slick-design:focus {
	color: #16294b;
}

footer a.slick-design:hover > i,
footer a.slick-design:focus > i {
	transform: rotateY(-180deg);
}

.featured-logos {
	background: #FFFFFF;
	padding: 20px 0;
	border-top: 1px solid #e5e5e5;
}

.featured-logos-slider li {
	display: inline-block;
	vertical-align: middle;
}

.featured-logos-slider li img {
	margin: 0 auto;
	display: block;
	height: 52px;
}

main.main {
	overflow: hidden;
}

.page-content {
	padding: 50px 0px;
}

.page-content .circle-nav {
	margin: 0 0 20px;
}

.sidebar .tags {
	margin-top: 30px;
}

.page-banner {
	position: relative;
	height: 140px;
}

.page-banner.is-large {
	height: 300px;
}

.page-banner.surgeon-banner {
	height: auto;
	padding: 50px 0 0;
	background: #e8eef2;
}

.page-banner.surgeon-banner .profile-image {
	width: 100%;
	height: auto;
	border: 2px solid #FFFFFF;
}

.page-banner > .container {
	height: 100%;
}

.page-banner .bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.page-banner .profile {
	margin-bottom: 0;
}

.page-banner .page-title {
	position: relative;
	z-index: 2;
}

.page-banner .slider {
	height: 100%;
}

.page-banner .slider .container {
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
	z-index: 2;
}

.page-banner .slider .content {
	position: relative;
	color: #FFFFFF;
	padding: 40px 20px;
	background: rgba(23, 42, 76, 0.6);
}

.page-banner .slider .content:before,
.page-banner .slider .content:after {
	content: "";
	display: table;
}

.page-banner .slider .content:after {
	clear: both;
}

.page-banner .slider .content h1,
.page-banner .slider .content p {
	margin: 0;
}

.page-banner .slider .content .btn {
	margin-top: 10px;
}

.page-banner .slider-controls {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	z-index: 1;
}

.js-home-slider h2 {
	font-size: 44px;
}

.page-title {
	padding: 30px 30px 15px;
	color: #FFFFFF;
	background: rgba(40, 165, 222, 0.6);
}

.page-title > h1,
.page-title > h2,
.page-title > h3 {
	margin: 0;
	font-size: 44px;
}

.card {
	padding: 16px 20px;
	margin: 0 0 20px;
	color: #FFFFFF;
	line-height: 1.4;
}

.card:before,
.card:after {
	content: "";
	display: table;
}

.card:after {
	clear: both;
}

.card > i {
	float: left;
	margin: 0 20px 5px 0;
}

.card p {
	margin: 0;
}

.card p a {
	color: #16294b;
}

.card.card-blue {
	background: #28a5de;
}

.card.card-light {
	background: #8faabf;
}

.strip {
	padding: 80px 0;
}

.strip .strip-title {
	text-align: center;
	margin: 0 0 1em;
}

.strip .content {
	position: relative;
}

.strip-light {
	background: #e8eef2;
}

.strip-light .strip-title {
	color: #28a5de;
}

.strip-light .mCSB_scrollTools .mCSB_draggerRail {
	background-color: #28a5de !important;
}

.strip-light .loading-screen {
	background: #e8eef2;
}

.brochure-item {
	margin-bottom: 20px;
}

.profile-tile > img {
	margin: 0 0 20px;
}

.profile-tile h5 {
	color: #16294b;
}

.profile-tile .desc {
	font-style: italic;
	color: #8faabf;
	margin: 0;
	font-size: 13px;
}

.profile-image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.surgeons-scroll {
	height: 400px; /*> .col {
        float: none;
        display: inline-block;
    }*/
}

.contact-map {
	height: 240px;
	border: 1px solid #16294b;
	margin-bottom: 20px;
}

.post-tile {
	border-bottom: 1px solid #28a5de;
	padding: 20px 0 30px;
}

.post-tile .btn {
	margin-top: 10px;
}

.post-tile h5 {
	color: #16294b;
}

.blog-title {
	color: #28a5de;
	border-bottom: 1px solid;
	padding-bottom: 10px;
}

.tags a {
	padding: 12px 25px 10px;
	display: inline-block;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	background: #8faabf;
	line-height: 1;
	border-radius: 3px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 13px;
}

.tags a:hover,
.tags a:focus {
	background: #28a5de;
}

script.jotform + iframe {
	min-height: 380px;
}

/*.surgeon-sidebar {
    h3, h4, h5 {
        text-decoration: underline;
        font-weight: normal;
    }
}*/

.surgery-box {
	text-decoration: none;
	color: inherit;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.surgery-box h4 {
	text-align: center;
	font-size: 19px;
	margin: 20px 0;
}

.surgery-box .surgery-box-image {
	border: 1px solid #505f78;
	position: relative;
}

.surgery-box .surgery-box-image img {
	display: block;
	margin: auto;
}

.surgery-box .surgery-box-image:before,
.surgery-box .surgery-box-image:after {
	content: "";
	position: absolute;
	opacity: 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.surgery-box .surgery-box-image:before {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(22, 41, 75, 0.81);
}

.surgery-box .surgery-box-image:after {
	content: "Read More";
	top: 25%;
	left: 50%;
	-ms-transform: translateY(-50%) translateX(-50%);
	    transform: translateY(-50%) translateX(-50%);
	color: white;
	background-color: #28a5de;
	padding: 6px 20px;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 3px;
}

.surgery-box:hover {
	color: #28a5de;
}

.surgery-box:hover .surgery-box-image:after {
	top: 50%;
}

.surgery-box:hover .surgery-box-image:before,
.surgery-box:hover .surgery-box-image:after {
	opacity: 1;
}

.surgery-box:active .surgery-box-image:after,
.surgery-box:focus .surgery-box-image:after {
	background-color: #16294b;
}

.sub-profile-pages .sub-profile-page {
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 20px;
	text-decoration: none;
}

.sub-profile-pages .sub-profile-page .sub-profile-page-title {
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	margin: 20px 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.sub-profile-pages .sub-profile-page .btn {
	position: absolute;
	bottom: 0;
}

.sub-profile-pages .sub-profile-page:hover .sub-profile-page-title {
	color: #16294b;
}

.sub-profile-pages .sub-profile-page:nth-child(2n+1) {
	clear: both;
}

.sub-profile-pages.sub-profile-pages-boxed .sub-profile-page-image {
	border: 1px solid #505f78;
}

.sub-profile-pages.sub-profile-pages-boxed .sub-profile-page-image img {
	width: 100%;
}

.procedure {
	font-size: 17px;
	color: #16294b;
}

.procedure h3,
.procedure h4 {
	font-size: 19px;
	color: #28a5de;
}

.procedure h4 {
	text-transform: none;
}

.procedure figcaption {
	font-size: 15px;
	color: #28a5de;
}

.procedure .procedure-content-gallery {
	margin-bottom: 20px;
}

.procedure .procedure-content-gallery .gallery img {
	border: 1px solid #505f78;
}

.procedure .procedure-content-image {
	text-align: center;
}

.procedure .procedure-content-image img {
	max-width: 100%;
	border: 1px solid #505f78;
	margin-bottom: 10px;
}

.procedure-download {
	padding: 8px 18px;
}

.procedure-download:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 2px;
	background-image: url("../images/pdf-icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	vertical-align: bottom;
}

.surgery-container .surgery-container-image img {
	display: block;
	margin: auto;
}

.surgery-container .surgery-container-content > ul {
	display: block;
}

.surgery-container .surgery-container-content > ul > li {
	display: block;
}

.surgery-container .surgery-container-content > ul:after {
	content: "";
	display: table;
	clear: both;
}

.page-template-archive-surgery .container .body-text h3 {
	font-size: 22px;
}

.page-template-archive-surgery .strip .container .profile {
	min-height: 460px;
}

/* Tab Styles */

.content-tab-left {
	border-radius: 5px 0;
}

.content-tab-right {
	border-radius: 0 5px;
}

.content-tab-left,
.content-tab-right {
	position: relative;
}

.content-tab-left.content-tab-right {
	border-radius: 5px 5px 0 0;
}

.content-tab-left:before,
.content-tab-right:after {
	content: "";
	position: absolute;
	top: 3px;
	border-style: solid;
	border-color: white transparent;
}

.content-blue.content-tab-left:before,
.content-blue.content-tab-right:after,
.content-blue .content-tab-left:before,
.content-blue .content-tab-right:after {
	border-color: #28a5de transparent;
}

.content-dark.content-tab-left:before,
.content-dark.content-tab-right:after,
.content-dark .content-tab-left:before,
.content-dark .content-tab-right:after {
	border-color: #16294b transparent;
}

.content-grey {
	background-color: #e8eef2;
}

.content-tab-left:before {
	left: -30px;
	border-width: 0 0 60px 30px;
}

.content-tab-right:after {
	right: -30px;
	border-width: 0 30px 60px 0;
}

.content-fill-right {
	position: relative;
}

.content-fill-right:before {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	right: -100vw;
	bottom: 0;
	top: 60px;
	background: white;
}

.content-fill-right.content-blue:before {
	background-color: #28a5de;
}

.content-tab-right + .content-dark {
	position: relative;
	margin-top: 2px;
}

.content-tab-right + .content-dark:after {
	content: "";
	display: block;
	position: absolute;
	right: -30px;
	top: 0;
	bottom: 0;
	left: 100%;
	background-color: #16294b;
}

.tab-title {
	float: left;
	margin-top: -33px;
}

.tab-title h2 {
	font-size: 31px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 10px 30px;
}

/* Surgeon List */

.surgeon-scroll-list {
	padding-right: 20px;
	position: relative;
	max-height: 530px;
	padding: 20px 10px 20px 30px;
}

.surgeon-scroll-list:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -120px;
	left: 0;
	right: 0;
	width: 100%;
	height: 120px;
	background: #16294b;
}

.surgeon-scroll-list .surgeon {
	font-size: 23px;
}

.surgeon-scroll-list .surgeon {
	margin-bottom: 10px;
}

.surgeon-scroll-list .surgeon a {
	border-bottom: 1px solid;
	display: block;
	color: inherit;
	text-decoration: none;
}

.surgeon-scroll-list .surgeon a:hover {
	color: #28a5de;
}

.surgeon-scroll-list::-webkit-scrollbar {
	-webkit-appearance: none;
	background-color: white;
	border-radius: 5px;
	width: 5px;
}

.surgeon-scroll-list::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background-color: #28a5de;
}

/* Content Styles */

.home-content .lead {
	margin-top: 65px;
}

.home-content .lead h1 {
	font-size: 16px;
	font-weight: 500;
}

.home-content .lead h2 {
	font-size: 38px;
	line-height: 38px;
	text-transform: uppercase;
	margin: 45px 0;
}

.home-content h2 b,
.content h2 strong {
	color: #28a5de;
}

.home-content h3 {
	font-size: 26px;
	padding: 20px 10px;
	margin: 0 0 2px;
	text-transform: uppercase;
}

.home-content h3 .icon {
	width: 35px;
	height: 35px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.lead p {
	font-size: 19px;
}

.home-content p strong:first-child:last-child,
.home-content p b:first-child:last-child {
	font-size: 21px;
}

.content-white {
	background: white;
}

.content-blue {
	background-color: #28a5de;
	color: white;
}

.content-dark {
	background-color: #16294b;
	color: white;
}

/* Call to action Sections */

.call-to-action-section {
	padding-top: 156px;
	padding-bottom: 50px;
	position: relative;
}

.call-to-action-section h3 {
	position: absolute;
	top: 76px;
	margin: 0;
	font-size: 28px;
	text-transform: uppercase;
	padding-left: 76px;
	transition: all 0.2s linear;
}

.call-to-action-section h3 .icon {
	width: 62px;
	height: 72px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	-khtml-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.call-to-action-section a:hover + h3 {
	color: #28a5de;
}

.call-to-action-section .btn {
	font-size: 16px;
	padding: 20px 15px 18px;
}

.surgery h2 {
	margin: 20px 0;
	text-transform: uppercase;
}

/* Dynamic Surgery Selector */

.our-services-feature {
	position: relative;
}

.our-services-feature .mCustomScrollbar {
	height: auto !important;
}

.our-services-feature .surgery-surgeon-list-wrapper {
	padding-right: 60px;
}

.our-services-feature .slider-controls {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 5;
}

.our-services-feature .slider-controls .next {
	position: absolute;
	top: 36px;
	right: 20px;
	background-image: url("../images/icon-arrow-right-white.svg");
	background-size: cover;
}

.our-services-feature .slider-controls .prev {
	position: absolute;
	top: 36px;
	left: 20px;
	background-image: url("../images/icon-arrow-left-white.svg");
	background-size: cover;
}

.our-services-feature .slider-controls .next,
.our-services-feature .slider-controls .prev {
	display: block;
	height: 30px;
	width: 16px;
}

.our-services-feature .circle-nav {
	margin: 0;
	padding: 10px;
}

.our-services-feature .circle-nav ul li {
	position: relative;
	padding: 30px 0;
}

.our-services-feature .circle-nav ul li:before {
	content: "";
	position: absolute;
	top: 100%;
	bottom: 0;
	left: 50%;
	border: 1px solid #28a5de;
	margin-left: -1px;
	transition: all 0.7s ease-in-out;
}

.our-services-feature .circle-nav ul li.is-active:before {
	top: 200px;
}

.surgery-sections .surgery .surgery-info-wrapper .surgery-info p {
	font-size: 18px;
}

.surgery-sections .surgery .surgery-info-wrapper .surgery-info p:first-child {
	margin-top: 0;
}

.surgery-sections .surgery .surgery-info-wrapper .surgery-info ul {
	font-size: 17px; /* color: #28a5de; */
}

/* .surgery-sections .surgery .surgery-info-wrapper .surgery-info ul ul {
    color: #16294b;
} */

.surgery-sections .surgery .surgery-info-wrapper .surgery-info {
	transition: opacity .3s;
}

.surgery-sections .surgery .surgery-info-wrapper {
	background-color: #e8eef2;
	position: relative;
	overflow: hidden;
	padding: 20px;
	margin-bottom: 20px;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon {
	margin: 20px 0;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon:before,
.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon:after {
	content: "";
	display: table;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon:after {
	clear: both;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon .thumbnail {
	height: 100px;
	width: 100px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.surgery-surgeon img {
	width: 100%;
	height: auto;
}

.surgery-sections .slick-slide {
	height: auto;
}

.home-content {
	background: #fff;
	border-radius: 10px;
}

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

.col.right {
	float: right;
}

.c-1-2 {
	width: 50%;
}

.c-1-3 {
	width: 33.333333333%;
}

.c-2-3 {
	width: 66.666666666%;
}

.c-1-4 {
	width: 25%;
}

.c-3-4 {
	width: 75%;
}

.c-1-5 {
	width: 20%;
}

.c-2-5 {
	width: 40%;
}

.c-3-5 {
	width: 60%;
}

.c-4-5 {
	width: 80%;
}

.r-g-1 {
	margin-left: -10px;
}

.r-g-1 > .col {
	padding-left: 10px;
}

.r-g-2 {
	margin-left: -20px;
}

.r-g-2 > .col {
	padding-left: 20px;
}

.r-g-3 {
	margin-left: -30px;
}

.r-g-3 > .col {
	padding-left: 30px;
}

.r-g-4 {
	margin-left: -40px;
}

.r-g-4 > .col {
	padding-left: 40px;
}

.r-g-5 {
	margin-left: -50px;
}

.r-g-5 > .col {
	padding-left: 50px;
}

.r-g-6 {
	margin-left: -60px;
}

.r-g-6 > .col {
	padding-left: 60px;
}

.r-g-7 {
	margin-left: -70px;
}

.r-g-7 > .col {
	padding-left: 70px;
}

.r-g-8 {
	margin-left: -80px;
}

.r-g-8 > .col {
	padding-left: 80px;
}

.r-g-9 {
	margin-left: -90px;
}

.r-g-9 > .col {
	padding-left: 90px;
}

.r-g-10 {
	margin-left: -100px;
}

.r-g-10 > .col {
	padding-left: 100px;
}

.r-g-11 {
	margin-left: -110px;
}

.r-g-11 > .col {
	padding-left: 110px;
}

.r-g-12 {
	margin-left: -120px;
}

.r-g-12 > .col {
	padding-left: 120px;
}

.row.row-same-height {
	display: table;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

.row.row-same-height > * {
	display: table-cell;
	position: relative;
	float: none;
	margin-bottom: 0;
	vertical-align: bottom;
}

.row.row-same-height > *:first-child {
	padding-left: 0;
}

.row.row-same-height > *:last-child {
	padding-right: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.gfield > .ginput_complex {
	margin-left: -15px;
	margin-right: -15px;
}

.gfield > .ginput_complex > span {
	float: left;
	width: 50%;
	padding: 0 15px;
}

.gfield > .ginput_complex > span.ginput_full {
	width: 100%;
}

.gfield > .ginput_complex:after {
	content: "";
	display: table;
	clear: both;
}

.gfield.gfield-2-3,
.gfield.gfield-1-2,
.gfield.gfield-1-3,
.gfield.gfield-1-4 {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

.gfield.gfield-2-3 {
	width: 66.66%;
}

.gfield.gfield-1-2 {
	width: 50%;
}

.gfield.gfield-1-3 {
	width: 33.33%;
}

.gfield.gfield-1-4 {
	width: 25%;
}

.gfield.gfield-first,
.gfield.gfield-clear,
.gfield.gsection,
.gfieldgfield-last + * {
	clear: both;
}

.gfield.gfield-first {
	padding-left: 0;
}

.gfield.gfield-last {
	padding-right: 0;
}

.gfield.gfield-description-padding .gfield_label {
	padding-bottom: 24px;
}

.gfield.gfield-description-padding .gfield_description {
	position: absolute;
	width: 100%;
	margin-top: -24px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipses;
}

.bevel-nav > .select {
	display: none;
}

.bevel-nav.is-thirds > ul > li {
	width: 33.3333333333333%;
}

.bevel-nav.is-fourths > ul > li {
	width: 25%;
}

.bevel-nav.is-fifths > ul > li {
	width: 20%;
}

.circle-nav ul li.is-active > a {
	-ms-transform: scale(1);
	    transform: scale(1);
}

.circle-nav ul li.is-active > a > i:first-of-type {
	opacity: 0;
}

.circle-nav ul li.is-active > a > i:nth-child(2) {
	opacity: 1;
}

.circle-nav ul {
	width: 100%;
	display: table;
}

.circle-nav ul li {
	display: table-cell;
}

.profile {
	margin-bottom: 30px;
}

div.gallery {
	display: table;
	table-layout: fixed;
}

div.gallery > figure {
	display: table-cell;
}

.header .menu-toggle {
	display: none;
}

.header .menu-bar {
	display: block !important;
}

.main-navigation > ul > li {
	width: auto;
	display: table-cell;
}

.main-navigation > ul > li a {
	background: #16294b;
	padding-left: 10px;
	padding-right: 10px;
}

.main-navigation > ul > li:hover > .sub-menu,
.main-navigation > ul > li:focus > .sub-menu {
	opacity: 1;
	left: 0;
	padding-top: 0;
	transition: 0s left 0s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.main-navigation > ul > li > a {
	text-align: center;
	border-color: transparent;
}

.main-navigation > ul > li > .sub-menu {
	position: absolute;
	top: 100%;
	left: -999em;
	width: 200px;
	padding-top: 10px;
	background: #16294b;
	opacity: 0;
	display: block !important;
	transition: 0s left 0.3s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.main-navigation > ul > li .expand-menu {
	display: none;
}

.header-actions > li > a,
.header-actions > li > span {
	padding-left: 50px;
	margin-left: 30px;
}

.header-actions > li > a > i,
.header-actions > li > span > i {
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	    transform: translateY(-50%);
}

.header-actions > li > a strong,
.header-actions > li > span strong {
	display: block;
}

.header-actions > li > a .call-us,
.header-actions > li > span .call-us {
	display: none;
}

.page-content .circle-nav {
	margin: -120px 0 60px;
}

.page-content .bevel-nav {
	position: absolute;
	top: -110px;
	left: 20px;
	right: 20px;
}

.sidebar .tags {
	margin-top: 50px;
}

.page-banner {
	height: 280px;
}

.page-banner.surgeon-banner .bevel-nav {
	margin-top: 10px;
}

.page-banner.surgeon-banner .bevel-nav > ul > li {
	max-width: 160px;
}

.page-banner .slider .content .btn {
	position: absolute;
	right: 20px;
	bottom: 40px;
}

.contact-map {
	height: 500px;
}

.procedure.procedure-layout-both {
	display: table;
	width: 100%;
}

.procedure.procedure-layout-both > * {
	display: table-cell;
	vertical-align: top;
}

.procedure .procedure-content-image {
	width: 250px;
	padding: 0 20px;
}

.procedure .procedure-content-image img {
	width: 100%;
}

.surgery-container .surgery-container-image {
	width: 50%;
	float: right;
	margin-left: 20px;
}

.surgery-container .surgery-container-content > ul > li {
	width: 50%;
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}

.surgeon-scroll-list {
	margin-right: -30px;
}

.our-services-feature .slider-controls {
	display: none;
}

.our-services-feature .circle-nav {
	padding: 0;
}

.home-content {
	margin-top: -60px;
}

.surgery-sections .surgery h2 {
	text-transform: uppercase;
	font-size: 34px;
	margin: 22px 0;
}

.surgery-sections .surgery h3 {
	color: #28a5de;
	font-size: 31px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0;
	padding: 70px 0 0;
	height: 151px;
}

.surgery-sections .surgery .surgery-info-wrapper {
	float: right;
	width: 28%;
	margin-left: 18px;
	margin-bottom: 0;
	padding: 0;
	transition: all 0.4s ease-in-out;
}

.surgery-sections .surgery .surgery-info-wrapper.collapsed {
	width: 40px;
}

.surgery-sections .surgery .surgery-info-wrapper a.surgery-info-toggle {
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
	width: 100%;
	padding-top: 3px;
	padding-left: 10px;
	z-index: 9;
}

.surgery-sections .surgery .surgery-info-wrapper a.surgery-info-toggle:before,
.surgery-sections .surgery .surgery-info-wrapper a.surgery-info-toggle:after {
	content: "";
	display: inline-block;
	border: 2px solid;
	border-color: transparent transparent #16294B #16294B;
	height: 12px;
	width: 12px;
	transition: all 0.4s ease-in-out, border-color 0.2s linear;
}

.surgery-sections .surgery .surgery-info-wrapper a.surgery-info-toggle:before {
	-khtml-transform: rotateZ(-45deg) rotateY(180deg);
	-ms-transform: rotateZ(-45deg) rotateY(180deg);
	transform: rotateZ(-45deg) rotateY(180deg);
	margin-right: 4px;
}

.surgery-sections .surgery .surgery-info-wrapper a.surgery-info-toggle:after,
.surgery-sections .surgery .surgery-info-wrapper.collapsed a.surgery-info-toggle:before {
	-khtml-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.surgery-sections .surgery .surgery-info-wrapper a.surgery-info-toggle:hover:before,
.surgery-sections .surgery .surgery-info-wrapper a.surgery-info-toggle:hover:after {
	border-color: transparent transparent #28a5de #28a5de;
}

.surgery-sections .surgery .surgery-info-wrapper.collapsed a.surgery-info-toggle {
	top: 0;
	bottom: 0;
	padding-top: 23px;
}

.surgery-sections .surgery .surgery-info-wrapper.collapsed a.surgery-info-toggle:before {
	margin-right: -4px;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon .thumbnail {
	height: 200px;
	width: 200px;
}

.surgery-sections .surgery .surgery-info-wrapper .surgery-info {
	padding: 70px 20px 40px;
}

.surgery-sections .surgery .surgery-info-wrapper .surgery-info > * {
	width: 220px;
}

.surgery-info-wrapper.collapsed .surgery-info {
	opacity: 0;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon:last-child {
	margin-right: 0;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon h4 {
	font-size: 19px;
	margin: 16px 0 0;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon h5 {
	font-size: 15px;
	font-style: italic;
	font-weight: 400;
	color: #8faabf;
	margin: 0 0 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 200px;
	white-space: nowrap;
}

}

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

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 26px;
}

.md-1-2 {
	width: 50%;
}

.md-1-3 {
	width: 33.333333333%;
}

.md-2-3 {
	width: 66.666666666%;
}

.md-1-4 {
	width: 25%;
}

.md-3-4 {
	width: 75%;
}

.md-1-5 {
	width: 20%;
}

.md-2-5 {
	width: 40%;
}

.md-3-5 {
	width: 60%;
}

.md-4-5 {
	width: 80%;
}

.md-g-1 {
	margin-left: -10px;
}

.md-g-1 > .col {
	padding-left: 10px;
}

.md-g-2 {
	margin-left: -20px;
}

.md-g-2 > .col {
	padding-left: 20px;
}

.md-g-3 {
	margin-left: -30px;
}

.md-g-3 > .col {
	padding-left: 30px;
}

.md-g-4 {
	margin-left: -40px;
}

.md-g-4 > .col {
	padding-left: 40px;
}

.md-g-5 {
	margin-left: -50px;
}

.md-g-5 > .col {
	padding-left: 50px;
}

.md-g-6 {
	margin-left: -60px;
}

.md-g-6 > .col {
	padding-left: 60px;
}

.md-g-7 {
	margin-left: -70px;
}

.md-g-7 > .col {
	padding-left: 70px;
}

.md-g-8 {
	margin-left: -80px;
}

.md-g-8 > .col {
	padding-left: 80px;
}

.md-g-9 {
	margin-left: -90px;
}

.md-g-9 > .col {
	padding-left: 90px;
}

.md-g-10 {
	margin-left: -100px;
}

.md-g-10 > .col {
	padding-left: 100px;
}

.md-g-11 {
	margin-left: -110px;
}

.md-g-11 > .col {
	padding-left: 110px;
}

.md-g-12 {
	margin-left: -120px;
}

.md-g-12 > .col {
	padding-left: 120px;
}

.icon-circle {
	width: 120px;
	height: 120px;
}

.header .logo {
	width: 251px;
	height: 60px;
	background-size: 251px 60px;
}

.header-actions {
	font-size: 13px;
}

.page-banner.is-large {
	height: 400px;
}

}

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

h1,
.h1 {
	font-size: 44px;
}

h2,
.h2 {
	font-size: 32px;
}

h3,
.h3 {
	font-size: 30px;
}

.lg-1-2 {
	width: 50%;
}

.lg-1-3 {
	width: 33.333333333%;
}

.lg-2-3 {
	width: 66.666666666%;
}

.lg-1-4 {
	width: 25%;
}

.lg-3-4 {
	width: 75%;
}

.lg-1-5 {
	width: 20%;
}

.lg-2-5 {
	width: 40%;
}

.lg-3-5 {
	width: 60%;
}

.lg-4-5 {
	width: 80%;
}

.lg-g-1 {
	margin-left: -10px;
}

.lg-g-1 > .col {
	padding-left: 10px;
}

.lg-g-2 {
	margin-left: -20px;
}

.lg-g-2 > .col {
	padding-left: 20px;
}

.lg-g-3 {
	margin-left: -30px;
}

.lg-g-3 > .col {
	padding-left: 30px;
}

.lg-g-4 {
	margin-left: -40px;
}

.lg-g-4 > .col {
	padding-left: 40px;
}

.lg-g-5 {
	margin-left: -50px;
}

.lg-g-5 > .col {
	padding-left: 50px;
}

.lg-g-6 {
	margin-left: -60px;
}

.lg-g-6 > .col {
	padding-left: 60px;
}

.lg-g-7 {
	margin-left: -70px;
}

.lg-g-7 > .col {
	padding-left: 70px;
}

.lg-g-8 {
	margin-left: -80px;
}

.lg-g-8 > .col {
	padding-left: 80px;
}

.lg-g-9 {
	margin-left: -90px;
}

.lg-g-9 > .col {
	padding-left: 90px;
}

.lg-g-10 {
	margin-left: -100px;
}

.lg-g-10 > .col {
	padding-left: 100px;
}

.lg-g-11 {
	margin-left: -110px;
}

.lg-g-11 > .col {
	padding-left: 110px;
}

.lg-g-12 {
	margin-left: -120px;
}

.lg-g-12 > .col {
	padding-left: 120px;
}

.icon-circle {
	width: 168px;
	height: 168px;
}

.header .logo {
	width: 250px;
	height: 60px;
	background-size: 250px 60px;
}

.page-banner.is-large {
	height: 600px;
}

}

@media screen and (max-width: 767px) {

.sm-1-2 {
	width: 50%;
}

.sm-1-3 {
	width: 33.333333333%;
}

.sm-2-3 {
	width: 66.666666666%;
}

.sm-1-4 {
	width: 25%;
}

.sm-3-4 {
	width: 75%;
}

.sm-1-5 {
	width: 20%;
}

.sm-2-5 {
	width: 40%;
}

.sm-3-5 {
	width: 60%;
}

.sm-4-5 {
	width: 80%;
}

.sm-g-1 {
	margin-left: -10px;
}

.sm-g-1 > .col {
	padding-left: 10px;
}

.sm-g-2 {
	margin-left: -20px;
}

.sm-g-2 > .col {
	padding-left: 20px;
}

.sm-g-3 {
	margin-left: -30px;
}

.sm-g-3 > .col {
	padding-left: 30px;
}

.sm-g-4 {
	margin-left: -40px;
}

.sm-g-4 > .col {
	padding-left: 40px;
}

.sm-g-5 {
	margin-left: -50px;
}

.sm-g-5 > .col {
	padding-left: 50px;
}

.sm-g-6 {
	margin-left: -60px;
}

.sm-g-6 > .col {
	padding-left: 60px;
}

.sm-g-7 {
	margin-left: -70px;
}

.sm-g-7 > .col {
	padding-left: 70px;
}

.sm-g-8 {
	margin-left: -80px;
}

.sm-g-8 > .col {
	padding-left: 80px;
}

.sm-g-9 {
	margin-left: -90px;
}

.sm-g-9 > .col {
	padding-left: 90px;
}

.sm-g-10 {
	margin-left: -100px;
}

.sm-g-10 > .col {
	padding-left: 100px;
}

.sm-g-11 {
	margin-left: -110px;
}

.sm-g-11 > .col {
	padding-left: 110px;
}

.sm-g-12 {
	margin-left: -120px;
}

.sm-g-12 > .col {
	padding-left: 120px;
}

.bevel-nav {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
	margin-left: -20px;
	margin-right: -20px;
}

.bevel-nav > ul {
	display: none;
}

.sub-bevel-nav {
	display: none;
}

.circle-nav.to-select ul {
	display: none;
}

.circle-nav.to-select .select {
	display: block;
}

.header .container {
	padding: 0;
}

.header .menu-bar {
	display: none;
}

.header .social-links-menu {
	margin-bottom: 15px;
}

.main-navigation > ul > li.menu-item-has-children .expand-menu {
	display: block;
}

.header-actions > li {
	width: 50%;
	text-align: center;
}

.header-actions > li > a:hover,
.header-actions > li > a:focus {
	background: #e8eef2;
}

.header-actions > li:first-of-type {
	display: none;
}

.header-actions > li:nth-child(2) {
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}

.header-actions > li:nth-child(3) {
	border-top: 1px solid #e5e5e5;
}

.header-actions {
	width: 100%;
	margin: 0;
}

.header-actions > li > a {
	font-size: 12px;
	padding: 10px 0;
}

.header-actions > li > a br {
	display: none;
}

.header-actions > li > a > i {
	display: inline-block;
	vertical-align: middle;
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.header-actions > li > a > span {
	display: none;
}

.featured-logos-slider li {
	display: block;
	margin: 10px 0;
}

footer .footer-menu-holder ul.footer-menu > li.menu-item {
	display: block;
	margin-right: 12px;
}

footer a.slick-design {
	display: block;
	text-align: left;
	float: none;
}

.surgeon-scroll-list:after {
	display: none;
}

.home-content h3:before,
.home-content h3:after {
	display: none;
}

.our-services-feature {
	margin-top: 40px;
}

.surgery-sections .surgery ul.surgery-surgeon-list > li.surgery-surgeon .thumbnail {
	float: left;
	margin-right: 10px;
}

.surgery-surgeon img {
	max-width: 140px;
}

}

@keyframes spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

