<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 Theme Name:   Genesis Child
 Theme URI:    http://surgeonsadvisor.com/
 Description:  Genesis Child Theme
 Author:       Ronald Lau 01/20/2016
 Author URI:   http://surgeonsadvisor.com/
 Template:     genesis
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  genesis-child
*/


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v7.0.0 | MIT License | https://necolas.github.io/normalize.css/ */

html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details,menu{display:block}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}

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

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

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


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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::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,
.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
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body &gt; div {
    font-size: 1.8rem;
}

body {
    background-color: #fff;
    color: #333;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    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,
.gallery img {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition:    all 0.1s ease-in-out;
    -ms-transition:     all 0.1s ease-in-out;
    -o-transition:      all 0.1s ease-in-out;
    transition:         all 0.1s ease-in-out;
}

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

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

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

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

li {
    list-style-type: none;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-top: 1px solid #ddd;
    clear: both;
    margin: 1em 0;
}

b,
strong {
    font-weight: 700;
}

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

blockquote {
    margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 10px;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}

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

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

img {
    height: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
}

.gallery-item {
    float: left;
    margin: 0 0 28px;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery img {
    border: 1px solid #ddd;
    height: auto;
    padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
    border: 1px solid #999;
}

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

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    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: #333;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 16px 24px;
    width: auto;
}

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: #c3251d;
    color: #fff;
}

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

.button {
    display: inline-block;
}

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%;
}

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

td,
th {
    text-align: left;
}

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

th {
    font-weight: 400;
}

/* ## 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;
    word-wrap: normal !important;
}

.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, 0.6);
}

.more-link {
    position: relative;
}


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

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

.site-inner,
.wrap {
    margin: 0 auto;
    max-width: 1200px;
}

.site-inner {
    clear: both;
    padding-top: 60px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}

/* ### Content */

.content {
    float: right;
    width: 780px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 580px;
}

.full-width-content .content {
    width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


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

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

.avatar {
    float: left;
}

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

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

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

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

.breadcrumb {
    margin-bottom: 40px;
}

.archive-description,
.author-box {
    margin-bottom: 60px;
}

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

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

.search-form {
    overflow: hidden;
}

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

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

.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
--------------------------------------------- */

.author-box-title,
.archive-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 36px;
    font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
    color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
    color: #c3251d;
}

.widget-title {
    margin-bottom: 20px;
}

/* ## 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: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    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 {
    word-wrap: break-word;
}

.widget ol &gt; 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;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 40px;
}

.featured-content .entry:last-child {
    margin-bottom: 0;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/* # 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 {
    min-height: 160px;
    border-bottom: 1px solid #eee;
}

.site-header .wrap {
    padding: 40px 0;
}

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

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

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

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

.header-image .site-title &gt; a {
    background: url(images/logo.png) no-repeat left;
    float: left;
    min-height: 60px;
    width: 100%;
}

.site-description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.5;
}

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

.header-image .site-description,
.header-image .site-title a {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

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

.site-header .widget-area {
    float: right;
    text-align: right;
    width: 780px;
}


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

.genesis-nav-menu {
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
}

.genesis-nav-menu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item &gt; a,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus {
    color: #c3251d;
    text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition:    opacity 0.4s ease-in-out;
    -ms-transition:     opacity 0.4s ease-in-out;
    -o-transition:      opacity 0.4s ease-in-out;
    transition:         opacity 0.4s ease-in-out;
    width: 210px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 20px;
    position: relative;
    width: 210px;
    word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -56px 0 0 209px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu &gt; .first &gt; a {
    padding-left: 0;
}

.genesis-nav-menu &gt; .last &gt; a {
    padding-right: 0;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item &gt; a:focus + ul.sub-menu,
.menu .menu-item.sfHover &gt; ul.sub-menu {
    left: auto;
    opacity: 1;
}

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

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}

/* ## Primary and Secondary Navigation
--------------------------------------------- */

.nav-primary,
.nav-secondary {
    border-bottom: 1px solid #eee;
}


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

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

.entry {
    margin-bottom: 60px;
}

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

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

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

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

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

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

p.entry-meta {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 0;
}

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

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

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

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

.pagination {
    clear: both;
    margin: 40px 0;
}

.pagination li {
    display: inline;
}

.pagination li a {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 10px;
    text-decoration: none;
}

.pagination .active a {
    color: #333;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
}

.comment-header {
    font-size: 16px;
    font-size: 1.6rem;
}

.comment-content {
    clear: both;
    word-wrap: break-word;
}

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

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

.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;
}

.entry-comments .comment-author {
    margin-bottom: 0;
}

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


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

.sidebar {
    font-size: 16px;
    font-size: 1.6rem;
}

.sidebar li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul &gt; li:last-child {
    margin-bottom: 0;
}

.sidebar .widget {
    margin-bottom: 60px;
}


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

.site-footer {
    border-top: 1px solid #ddd;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 40px 0;
}

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


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

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

    .site-inner,
    .wrap {
        max-width: 960px;
    }

    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 720px;
    }

    .content,
    .site-header .widget-area {
        width: 600px;
    }

    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 360px;
    }

    .sidebar-primary,
    .title-area {
        width: 300px;
    }

}

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

    .site-inner,
    .wrap {
        max-width: 800px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }

    .site-header .wrap {
        padding: 20px 5%;
    }

    .header-image .site-title &gt; a {
        background-position: center top;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-description,
    .site-header .title-area,
    .site-header .search-form,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu &gt; .first &gt; a,
    .genesis-nav-menu &gt; .last &gt; a {
        padding: 20px 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

}

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

    .site-inner,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

}


/* # 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 &gt; 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 &gt; a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        top: -100px;
    }

    .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;
    }

}
/* =Theme customization starts here
-------------------------------------------------------------- */
body {
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #f5eff1;
	color: #666666;
}
body&gt;div {
	font-size: 1.4rem;
}
.content-row {
	clear: both;
}
.content-row .wrap {
	margin: 0 auto;
	max-width: 1000px; /*Website width*/
	padding: 30px 0
}
.site-inner, .wrap {
    margin: 0 auto;
    max-width: 1000px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
    color: #202d34;
}
h1 {
	font-size: 3rem;
}
h2 {
    font-size: 2.8rem;
    margin-top: 30px;
}
h3 {
	font-size: 2.5rem;
}
a {
    color: #496e96;
    text-decoration: none;
}
p {
    margin: 0 0 20px;
}
.content-row .wrap {
    padding: 10px 0;
}
.social a {
	display: inline-block;
}
.social a .fa {
    background-color: #e9e9e9;
    border-radius: 50%;
    border: 1px solid #b9b9b9;
    font-size: 20px;
    margin-bottom: 5px;
    padding: 11px 12px 11px 10px;
    text-align: center;
    width: 45px;
}
.fa-facebook {
	color:#3b5998;
}
.fa-twitter {
	color:#4099FF;
}
.fa-google-plus {
	color: #d34836;
}
.fa-youtube-play {
	color: #cd201f;
}
.fa-search {
	color:#000;
}

.site-container {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…IwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #dde1e4), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(top, #dde1e4 0%, #ffffff 100%);
    background-image: -moz-linear-gradient(top, #dde1e4 0%, #ffffff 100%);
    background-image: -ms-linear-gradient(top, #dde1e4 0%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #dde1e4 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #dde1e4 0%, #ffffff 100%);
}
.site-inner {
    padding-top: 20px;
}
.container-fluid {
    margin-bottom: -40px;
}

/* Search Form 404 */
.entry-content .search-form {
    width: 70%;
    margin-bottom: 30px;
}
.entry-content .search-form input[type="search"] {
    height: 51px;
    padding: 10px;
    width: 60%;
}
.entry-content .search-form input[type="submit"] {
    background-color: #333;
    border-radius: 0;
    border: 1px solid #333 !important;
    color: #fff;
    display: inline-block;
    height: 51px;
    padding: 12px 24px !important;
    vertical-align: top;
    width: auto;
}

/* Gravity Form
-------------------------------------------------------------- */
body .gform_wrapper .top_label div.ginput_container {margin-top: 0 !important;}
.gform_wrapper {margin: 8px 0 0 !important;}
.gform_wrapper.gf_browser_chrome .gform_body {width: 100% !important;}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {font-size: 12px !important;}
.gform_wrapper ul li.gfield {margin-top: 10px !important; padding-top: 0 !important; padding-bottom: 0 !important;}
.gform_wrapper .top_label .gfield_label {margin-bottom: 0 !important;}
.gform_wrapper div.validation_error {display: none !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required {padding-right: 16px !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {margin-top: 0 !important;}
.gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {margin-top: 0 !important;}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {margin-top: 0px !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {margin-bottom: 0 !important;}
.gform_wrapper .gfield_description.validation_message {color:#ff0000; font-weight: 500; padding: 0 !important; position: absolute; right: 25px; top: 12px; width: auto !important; z-index: 9; font-size:12px;}
.gform_wrapper .gfield_error {padding: 0px !important; margin-top:0px !important;}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {margin: 0;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {border: 0 !important; background-color: transparent !important; position: relative;}
input:focus, textarea:focus {border: 0 !important;}
.gform_wrapper input[type="text"], .gform_wrapper textarea, .gform_wrapper select {border: 1px solid #ddd !important; padding: 4px !important; min-height: 30px;}
.gform_wrapper textarea {height: 200px !important;}
.gform_wrapper .validation_message {font-size: 12px !important;}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {max-width: 50% !important;}
.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {margin-right: 0 !important;}
.gform_button, #pgsa-widget-search-submit {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #859ba9 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #859ba9));
	background: -webkit-linear-gradient(top, #ffffff 0%, #859ba9 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #859ba9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #859ba9 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #859ba9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#859ba9', GradientType=0 );
	padding: 7px 20px!important;
    color: #4a5154 !important;
    text-transform: uppercase;
	font-size: 1.3em !important;
}
#pgsa-widget-search-submit { font-size: 1em !important; }
#gform_fields_1 select {  padding: 4px 0 !important; }

#field_1_7 .gfield_description.validation_message {
    left: 172px;
    top: 15px;
    color: #ca3737;
}
@media only screen and (min-width: 641px) {
    .gform_legacy_markup_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
        max-width: 100% !important;
    }
}

/* Header
---------------------- */
.site-header {
    min-height: 205px;
    border-bottom: 0;
    margin: 0 -15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjIwMCUiIGZpbGw9InVybCgjZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 578, color-stop(0%, #eeeff1), color-stop(80%, #c5cad0));
    background-image: -webkit-radial-gradient(center bottom, farthest-side, #eeeff1 0%, #c5cad0 80%);
    background-image: -moz-radial-gradient(center bottom, farthest-side, #eeeff1 0%, #c5cad0 80%);
    background-image: -ms-radial-gradient(center bottom, farthest-side, #eeeff1 0%, #c5cad0 80%);
    background-image: -o-radial-gradient(center bottom, farthest-side, #eeeff1 0%, #c5cad0 80%);
    background-image: radial-gradient(farthest-side at center bottom, #eeeff1 0%, #c5cad0 80%);
}
.site-header .wrap {
    padding: 5px 0 0;
}
.title-area {
    width: 600px;
}
.header-image .site-title &gt; a {
    min-height: 85px;
}
.site-header .widget-area {
    float: right;
    text-align: right;
    width: 350px;
}
.site-header .widget-area p {
	margin-bottom: 10px;
}

/* navigation
----------------- */
.nav-primary {
    margin: 0 -15px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…IwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2cxKSIgLz48L3N2Zz4=);
    background-image: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #dde1e3), color-stop(100%, #e2e5e7));
    background-image: -webkit-linear-gradient(top, #dde1e3 0%, #e2e5e7 100%);
    background-image: -moz-linear-gradient(top, #dde1e3 0%, #e2e5e7 100%);
    background-image: -ms-linear-gradient(top, #dde1e3 0%, #e2e5e7 100%);
    background-image: -o-linear-gradient(top, #dde1e3 0%, #e2e5e7 100%);
    background-image: linear-gradient(to bottom, #dde1e3 0%, #e2e5e7 100%);
    -webkit-box-shadow: 0 1px 10px #99a7b5;
    -moz-box-shadow: 0 1px 10px #99a7b5;
    box-shadow: 0 2px 10px #b3c1d0;
    border: 0;
}
.genesis-nav-menu a {
    text-decoration: none;
    display: block;
    color: #6e6f71;
    padding: 15px 21px;
    font-weight: 500;
    font-size: 1.8rem;
}
.genesis-nav-menu a:hover, .genesis-nav-menu a:focus, .genesis-nav-menu .current-menu-item &gt; a, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover, .genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus {
    color: #6e6f71;
    text-decoration: none;
    background-color: #f0f1f1;
}
.genesis-nav-menu .current-menu-item &gt; a {
	background-color: #90a9ad;
	color: #fff;
}
.genesis-nav-menu .sub-menu a {
    padding: 15px 10px;
}
.genesis-nav-menu .sub-menu a:hover, .genesis-nav-menu .sub-menu a:focus {
    background-color: #dee1e4;
}
.genesis-nav-menu&gt;.menu-item-has-children&gt;a:after, .genesis-nav-menu&gt;.menu-item-has-children&gt;.sub-menu&gt;.menu-item-has-children&gt;a:after {
    content: '\f103';
    color: #496e96;
    font-family: 'fontAwesome';
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
    padding-left: .5rem;
    vertical-align: bottom;
    text-decoration: none;
}

/* Small Contact Form
------------------------ */
#gform_wrapper_1 {
	background-color: #cdcdcd;
	margin-top: 0 !important;
}
#gform_wrapper_1 ul.gform_fields li.gfield {
    padding: 8px 10px 0 !important;
    margin-top: 0 !important;
}
#field_1_5 {
    padding-top: 3px !important;
    background-color: #90a9ad !important;
    color: #dde1e4 !important;
    font-size: 18px !important;
    margin-top: 0 !important;
}
#gform_wrapper_1 h2 {
    font-size: 2.3rem;
    font-weight: 300;
    margin: 0;
    color: #fff;
}
#gform_wrapper_1 .gfield_label {
	display: none;
}
#gform_wrapper_1 .gform_footer.top_label {
    margin: 0 !important;
    padding: 0 0 11px;
    text-align: right;
}
#gform_submit_button_1 {
    margin-right: 10px;
	font-size: 1em !important;
}
#gform_wrapper_1.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 0 !important;
}

/* Surgical Procedures
------------------------ */
.featured-2 .textwidget {
	position: relative;
}
.featured-2 h2 {
	padding: 5px 10px;
    font-size: 2.5rem;
    position: absolute;
    width: 100%;
    bottom: -5px;
}
.featured-2 a {
	display: block;
	text-decoration: none;
}
.featured-2 img {
    width: 100%;
}
#text-3 a {color: #767676;}
#text-3 h2 {background-color: #dad9c1;}
#text-3 span {color: #6c9699;}

#text-4 a {color: #c3c3c3;}
#text-4 h2 {background-color: #395261;}
#text-4 span {color: #dad9c1;}

#text-5 a {color: #2e425e;}
#text-5 h2 {background-color: rgba(255, 255, 255, 0.6);}
#text-5 span {color: #000;}

/*Dr. Alexander Donath
---------------------------*/
.featured-3 {
	background: #84abca;
	background: -moz-linear-gradient(top, #84abca 0%, #1c2f38 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #84abca), color-stop(100%, #1c2f38));
	background: -webkit-linear-gradient(top, #84abca 0%, #1c2f38 100%);
	background: -o-linear-gradient(top, #84abca 0%, #1c2f38 100%);
	background: -ms-linear-gradient(top, #84abca 0%, #1c2f38 100%);
	background: linear-gradient(to bottom, #84abca 0%, #1c2f38 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84abca', endColorstr='#1c2f38', GradientType=0 );
	color: #fff;
    margin-bottom: 20px;
}
.featured-3 .wrap {
	padding:0;
}
.featured-3 h4 {
    margin-top: 20px;
    text-transform: uppercase;
    color: #fff;
}
.featured-3 h4 span {
    font-weight: 700;
}
.featured-3 img {
    margin: -20px 24px 0 0;
}
.featured-3 a {
    font-weight: 700;
    color: #a6d7ff;
    text-decoration: none;
}

/* Frequently Asked Questions
---------------------------- */
.featured-4 h2 {
    margin-top: 0;
}
.featured-4 h2 span {
    text-transform: uppercase;
    color: #496e96;
}
.featured-4 h4 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…0iMCUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjIwMCUiIGZpbGw9InVybCgjZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 566, color-stop(0%, rgb(204, 204, 204)), color-stop(80%, rgb(103, 103, 103)));
    background-image: -webkit-radial-gradient(center bottom, farthest-side, #ffffff -40%, rgb(103, 103, 103) 80%);
    background-image: -moz-radial-gradient(center bottom, farthest-side, #ffffff -40%, rgb(103, 103, 103) 80%);
    background-image: -ms-radial-gradient(center bottom, farthest-side, #ffffff -40%, rgb(103, 103, 103) 80%);
    background-image: -o-radial-gradient(center bottom, farthest-side, #ffffff -40%, rgb(103, 103, 103) 80%);
    background-image: radial-gradient(farthest-side at center bottom, #ffffff -40%, rgb(103, 103, 103) 80%);
    text-align: center;
    color: #fff;
    padding: 10px;
}

/* Footer Menu
--------------------- */
.featured-5 {
    border-top: 5px solid #dadada;
    margin: 0 -15px 20px -15px;
    text-align: center;
}
.featured-5 a {
    color: #6e6f71;
    padding: 15px 22px;
    font-weight: 500;
    font-size: 1.6rem;
}
.featured-5 li {
    display: inline-block;
    text-align: left;
}

/* Core Page
-------------------------------- */
.content {
    width: 657px;
}
.sidebar-primary {
    width: 315px;
}
.sidebar .widget {
    margin-bottom: 30px;
}
#text-11, #text-12, #text-13 {
    position: relative;
}
#text-11 h2, #text-12 h2, #text-13 h2 {
    padding: 5px 10px;
    font-size: 2.5rem;
    position: absolute;
    width: 100%;
    bottom: -5px;
}
#text-11 a, #text-12 a, #text-13 a {
    display: block;
    text-decoration: none;
}
#text-11 a {color: #767676;}
#text-11 h2 {background-color: #dad9c1;}
#text-11 span {color: #6c9699;}

#text-12 a {color: #c3c3c3;}
#text-12 h2 {background-color: #395261;}
#text-12 span {color: #dad9c1;}

#text-13 a {color: #2e425e;}
#text-13 h2 {background-color: rgba(255, 255, 255, 0.6);}
#text-13 span {color: #000;}
#titlebar { margin-bottom: 20px; }

.archive-pagination li a:hover, .archive-pagination li a:focus, .archive-pagination .active a {
    background-color: #90a9ad;
    color: #fff;
    text-decoration: none;
}
.pagination .active a {
    color: #333;
}
.archive-pagination li a {
    background-color: #496e96;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 8px 12px;
    text-decoration: none;
}
.page-id-226 #gform_widget-3 { display: none; }
#field_2_6 label.gfield_label { display: none; }
#field_2_6 a { text-decoration: underline; }
#field_2_6 .gfield_description.validation_message { left: 160px; top: 2px !important; }
#gform_wrapper_2 .gfield_description.validation_message { right: 25px; top: 30px; }
button:hover { background: #496e96; }
#wpadminbar { z-index: 999; }

/* 2-column Footer Widgets
--------------------------------------------- */
.footer-widgets-1,
.footer-widgets-2 {
    width: 27.5%; /* 570px / 1200px */
    float: left;
}
.footer-widgets-1 {
    margin-right: 5%;
    border-right: 5px solid #535b5e;
    padding: 30px 0;
    margin-top: 5px;
}
.footer-widgets-2 {
    width: 67.5%; /* 570px / 1200px */
}
.footer-widgets-1 {
    margin-right: 5%; /* 60px / 1200px */
}
.site-footer {
    border-top: 1px solid #ddd;
    font-size: 1.4rem;
    padding: 20px 0;
    text-align: center;
}
.author-box-title, .archive-title {
    font-size: 3.6rem;
}
h2.entry-title { font-size: 3rem; }
.entry-title a:hover, .sidebar .widget-title a:hover,
.entry-title a:focus, .sidebar .widget-title a:focus { color: #496e96; }

/*Search*/
.search-1 { display: none; }
.search-1 .wrap { padding: 15px 0; }
section#search-3.widget_search input[type="submit"] {
    position: inherit;
    width: 25%;
    float: right;
    height: 35px;
    font-size: 17px;
    font-weight: 300;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #859ba9 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #859ba9));
    background: -webkit-linear-gradient(top, #ffffff 0%, #859ba9 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #859ba9 100%);
    background: -ms-linear-gradient(top, #ffffff 0%, #859ba9 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #859ba9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#859ba9', GradientType=0 );
    padding: 3px 20px!important;
    color: #4a5154 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}
#search-3 .search-form input[type="search"] {
    width: 74.7%;
    height: 34px;
    padding: 3px 10px;
    border: 1px solid #a9a9a9;
    font-size: 15px;
}
#search-3 .search-form input[type="search"]:focus { border: 1px solid #a9a9a9 !important; }
.site-header .search-form { width: 100%; }
#search-toggle { cursor: pointer; }
section#text-2 { position: relative; }
#___plusone_0 {
    width: 80px !important;
    top: 11px;
    position: absolute;
    left: 40px;
}

/*Videogallery*/
.video-item-title-heading {
    font-size: 1.6rem !important;
    font-weight: 400;
    margin: 10px 0;
}
.video-item-title-heading a {
    color: #333 !important;
    font-size: inherit !important;
}
.video-post {
    display: inline-block;
    width: 48.9% !important;
    float: none !important;
    vertical-align: top;
    margin-bottom: 40px;
}
.video-post .video-item-title {
    margin-top: 0.5em;
    min-height: 40px;
}
.video-category .video-item-title {
    min-height: 40px;    
}
.video-category {
    margin-bottom: 40px;
}
#video-gallery-content .archive-title,
.vgsa_terms_dropdown {
    padding: 0 !important;
}

/*Media Query*/
@media only screen and (max-width: 1200px) {
    .site-inner, .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .container-fluid {
        width: 1200px;
    }
}


.home h1 {
    text-align: center;
    margin-bottom: 30px;
}</pre></body></html>