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


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}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:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}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{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}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-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

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

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

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


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

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.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 > 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 > 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 > 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 > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > 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 > .sub-menu {
    left: auto;
    opacity: 1;
}

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

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

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

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

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > 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 > li {
    list-style-type: decimal;
}

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

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

.entry-content code {
    background-color: #333;
    color: #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 > 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 > 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 > .first > a,
    .genesis-nav-menu > .last > 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 > a::after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

    img,
    tr {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 2cm 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    .content,
    .content-sidebar {
        width: 100%;
    }

    button,
    input,
    select,
    textarea,
    .breadcrumb,
    .comment-edit-link,
    .comment-form,
    .comment-list .reply a,
    .comment-reply-title,
    .edit-link,
    .entry-comments-link,
    .entry-footer,
    .genesis-box,
    .header-widget-area,
    .hidden-print,
    .home-top,
    .nav-primary,
    .nav-secondary,
    .post-edit-link,
    .sidebar {
        display: none !important;
    }

    .title-area {
        text-align: center;
        width: 100%;
    }

    .site-title > a {
        margin: 0;
        text-decoration: none;
        text-indent: 0;
    }

    .site-inner {
        padding-top: 0;
        position: relative;
        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;
    }

}

/* End Base Styles */

body {
	
  font-weight:400;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    color: #353535;
}
a:focus, a:hover {
        color: #fab001;
     text-decoration: none; 
    outline: none;
}
h1, h2, h3, h4, h5, h6 {
   font-family: 'Roboto', sans-serif;
    font-weight: 700!important;
    line-height: 1.2;
    margin: 0 0 10px;
}
h2 {
	font-size:38px;
}
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
}
button, input[type="button"], input[type="reset"], .button {
    background-color: #fab001;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
      padding: 14px 36px;
    font-weight: 500;
 -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
    width: auto;
    text-transform: uppercase!important;
    font-family: 'Roboto', sans-serif!important;
}
a {
    color: #0051a0;
    text-decoration: none;
	    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a.page-anchor {
	visibility:hidden;
	position:relative;
	top:-180px;
	display:block;
	padding: 0 !important;
}
p {
    margin: 0 0 20px;
    padding: 0;
    color: #757575;
    font-weight: 400;
}
:focus {
    color: #333;
    outline: none;
}
.title-area {
    line-height: 0px;
	   padding: 10px 0;
}
button:hover, input:hover[type="button"], input:hover[type="reset"], .button:hover, button:focus, input:focus[type="button"], input:focus[type="reset"],.button:focus {
        background-color: transparent;
   
}
.menu-item--shedule:hover {
    background: white;
    color: #0051a0;
}

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

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
    background: #fab001;
    outline: none;
}
/* Utility Bar

--------------------------------------------- */
.utility-bar {
    background-color: #fff;
    color: #333;
    font-size: 12px;
   padding: 0;
       line-height: normal;
	       height: 50px;
    overflow: hidden;
}
.utility-bar a {
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
	text-decoration:none;
	    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.utility-bar-right .menu a:hover {
	color:#0051a0;
	
}
.utility-bar-left {
    float: left;
    width: 30%;
}

.utility-bar-right {
 width: 70%;
}
.utility-bar-left p,
.utility-bar-right p {
 margin-bottom: 0;
}
.utility-bar-left section#text-2 {
        background: #fab001;
    color: white;
       padding: 13px 30px 13px 20px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.utility-bar-left section .phone-number,  .right-landing section .phone-number {
        font-size: 20px;
		font-weight: 600;
 
}
.utility-bar-left {
 float: left;
     position: relative;
}
.right-landing p {
	margin-bottom:0px!important;
}
.utility-bar-right {
    float: right;
    display: flex;
       align-items: center;
    justify-content: flex-end;
    height: 50px;
}
/* .utility-bar input[type="search"] { */
 /* background: inherit; */
 /* padding: 10px 0 0; */
 /* padding: 1.0rem 0 0; */
/* } */
.right-landing {
    float: right;
	position: relative;
    top: 20px;
}
.right-landing section {
   width: 220px;
    background: #fab001;
    color: white;
    padding: 14px 20px;
    text-transform: uppercase;
    font-size: 12px;
	    position: relative;
		margin-right:0
}
.site-header {
    min-height: 1px;
    border-bottom: 0px;
    background: #fff;
}
.site-header .wrap {
    padding: 0px 0;
}
div#sub-banner {
	background-color: #0051a0;
	color: white;
	position: fixed;
	top: 50px;
	height: 40px;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding: 10px 0px;
	z-index: 999;
}
.site-logo {
    max-width: 230px;
    position: relative;
}
.utility-bar ul.menu{
  display: flex;
    justify-content: flex-end;
    margin-bottom: 0px;
    margin-right: 1px;
    border-right: 1px solid #e8e8e8;
    height: 50px;
    align-items: center;
    padding-right: 5px;
}
.utility-bar ul#menu-top_menu li{
  margin:0px 15px;
}
.utility-bar ul#menu-top_menu-spanish li{
  margin:0px 12px;
}
.call-us {
        float: left;
    padding-left: 20px;

}
.call-us a {
	color:white;
}
.home-fullwidth__container {
    background-size: cover;
	   background-position: 80% center;
}

.utility-bar-left  i.fa.fa-phone {
      float: left;
    font-size: 20px;
    position: relative;
    top: 3px;
	color: white;
	
}
.right-landing i.fa.fa-phone {
  
     float: left;
    font-size: 22px;
    position: relative;
    top: 5px;
	color: white;
  
}
.container-fluid.affiliate {
    background: #f4f7fb;
    padding: 60px 0px;
}
.container-fluid.affiliate .wrap {
    max-width: 900px;
}
.container-fluid.affiliate input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
	    float: none;
    padding: 15px 0px;
    margin: 20px 0px;
    display: inline-block;
    max-width: 280px;
    width: 100%;
}
.container-fluid.affiliate label {
 
    font-weight: 400;
    color: #393939;
}
.container-fluid.affiliate label span{
 
    font-weight: 400;
    color: #e53935;
}
.container-fluid.affiliate .form-control {
	
	display: block;
    width: 100%;
    height: 50px;
    padding: 10px 15px;
	border-radius: 0!important;
	margin-bottom: 10px;
	border: 1px solid #dee1e5!important;
	
}
.home-fullwidth__wrap__btn__wrap {
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
.small-text p {
    min-height: 100px;
}
/* .site-logo { */
    /* padding-left: 15px; */
/* } */
.emergency-care a.button-header-link {
	 border: 2px solid white!important;
	 color:white;
	
	
}
.emergency-care a.button-header-link.view-all-general-btn:hover {
    background: white!important;
    border: 2px solid white!important;
	color:#0051a0;
}

.home-slider-subimage__wrap img {
	max-height:400px;
}

ul.cnss-social-icon li:first-child {
    border-left: 1px solid #e8e8e8!important;

}
ul.cnss-social-icon li.cn-fa-linkedin a {

    color: #0077b5!important;
}
ul.cnss-social-icon li {
  border-right: 1px solid #e8e8e8!important;
 padding: 10px 0px!important;
       
}
.footer-widgets span.phone-number.dynamic-phone-number {
    color: #5d5d5d;
}
li.cn-fa-instagram a img {
	    width: 28px;
    padding: 5px;
}
i.fa.fa-google-plus {
    font-size: 17px!important;
}
li.cn-fa-twitter.cn-fa-icon a {
    color: #00c2f7!important;
}
li.cn-fa-facebook.cn-fa-icon a {
	 color: #3b5999!important;
}
li.cn-fa-google-.cn-fa-icon a {
	color: #dc4f42!important;
}
li.cn-fa-twitter.cn-fa-icon a:hover {
    color: #00c2f7!important;
}
li.cn-fa-facebook.cn-fa-icon a:hover {
	 color: #3b5999!important;
}
li.cn-fa-google-.cn-fa-icon a:hover {
	color: #dc4f42!important;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    display: inline;
    vertical-align: middle;
    width: 25px;
    height: 18px;
	    margin-left: 15px;
}
.utility-bar  .widget_nav_menu {
    width: 60%;
}
i.fa.fa-search {
    font-size: 18px;
    color: #6a6a6a;
}
.wpml-ls-legacy-list-horizontal a {
    display: block;
    text-decoration: none;
    padding: 5px 0px;
    line-height: 1;
}
.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 0px;
    clear: both;
}

.form {
    margin: 0 auto;
    position: relative;
  
    width: 50px;
}
/** Essentials **/
 
/* nav.nav-primary { */
    /* display: flex; */
    /* align-items: center; */
    /* align-content: center; */
    /* height: 92px; */
    /* justify-content: flex-end; */
/* } */

.genesis-nav-menu a {
  color: white;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: normal;
      padding: 25px 15px;
}
.menu-item--shedule {
    background: #0051a0;
    font-weight: normal;
       padding: 18px 30px;
    text-transform: uppercase;
    font-size: 14px;
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.10);
	    font-weight: 600;
    margin-left: 20px;
	line-height: 0;
	color: white;
}
.title-area {
    width: auto;

}
.error404 .buttons-not-found .button:hover {
    background-color: transparent;
	 
    border: 2px solid #fab001;
    color: #fab001;
} 
i.fa.fa-paper-plane-o {
    margin-left: -20px;
    margin-right: 15px;
}
.nav-primary, .nav-secondary {
	 border-bottom: 0px;
 
}
.home-fullwidth__wrap__btn__wrap .home-fullwidth__wrap__btn .fa-calendar {
    
    color: #fff; /*0171bd*/
    font-size: 26px;
	position: relative;
    top: 2px;
}
.tax-press_cat .video--list__box .entry-title {
  
 height:50px;
    font-size: 20px!important;
}
.tax-press_cat .press--list__box .entry-title {

    font-size: 20px!important;
}
.tax-press_cat .press--list__box.grid_first .entry-title {
  
    font-size: 24px!important;
}
.tax-press_cat .video--list__box.grid_first .entry-title {
  
 height:auto;
    font-size: 24px!important;
}
.submit-button.home-fullwidth__wrap__btn.white:hover .fa-calendar {
    color: #0051a0!important;
}
.site-header .widget-area {
       float: right;
    text-align: right;
    width: 100%;
}
.site-footer {
    border-top: none;
    line-height: 1;
    padding: 30px 0;
    color: white;
    background: #0051a0;
    font-size: 14px;
	font-weight: 400!important;
}
.footer-widgets {
    background: #f1f3f5;
    padding: 30px 0px;
}
.footer-widget-area h4.widget-title {
    color: #0051a0;
    font-size: 20px;
        border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
    margin-bottom: 10px;
}
.footer-widget-area .menu li a {
    color: #5d5d5d;
    font-size: 14px;
    text-decoration: none;
	font-weight: 400!important;
}
.footer-widget-area .menu li {
  padding-bottom:5px;
}
h1.home-fullwidth__wrap__title {
    color: #0051a0; /*white*/
    font-size: 52px;
	margin:0px;
	padding-top: 0px;
         margin-bottom: 3px;
}
ul.home-list-checkbox li {
    color: #0051a0; /*white*/
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 5px;
}
ul.home-list-checkbox li:before {
    content: '\2713';/*added content code until image is re-colored*/
    width: 20px;
    height: 20px;
    /*background-image: url(../img/check-home.svg);*/
	color:#0051a0;
    background-size: 100%;
    position: absolute;
    margin-left: -30px;
    background-repeat: no-repeat;
    /*margin-top: 7px;*/

}
ul.home-list-checkbox {
          margin: 0 0px 30px 60px;
}
p.home-fullwidth__wrap__text {
    color: #0051a0; /*white*/
    font-size: 22px;
    width: 55%;
        font-weight: 300;
		margin-bottom: 20px;
}
.home-fullwidth__container {
    padding-top: 30px;
   padding-bottom: 60px;
}
.home-fullwidth__wrap__btn {
    font-size: 18px;
    text-transform: uppercase;
	background:#0051a0;
	color:#fff;
	border: 2px solid #0051a0;
	    font-weight: 400;
    cursor: pointer;
    font-size: 18px;
      padding: 15px 36px;
    font-weight: 500;
 -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
    width: auto;
    text-transform: uppercase!important;
    font-family: 'Roboto', sans-serif!important;
			 
}
.home-about-us .wrap .home-fullwidth__wrap__btn {
      margin-top: 30px;
      display: inline-block;
    width: auto;
    line-height: 1;
}
p.home-fullwidth__wrap__text--small {
      color: white;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 25px;
    display: inline-block;
}
p.home-fullwidth__wrap__text--small a {
    color: white;
    font-size: 14px;
	margin-top:20px;
}
span.dot {
    padding: 0px 5px;
}
h4.box--bottom__box__item--title {
  font-size: 24px;
    color: #0051a0;
   
}
span.box--bottom__box__item--text p {
   color: #393939;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    width: 66%;

}

a.home__box--outline.outline {
    font-size: 14px;
    text-transform: uppercase;
    border: 2px solid #0051a0; /*0171bd*/
  padding: 7px 40px;
    margin-top: 14px;
    display: inline-block;
	font-weight: bold;
}
a.home__box--outline.outline:hover {
    
    border: 2px solid #0051a0; /*0171bd*/
    background: #0051a0;/*0171bd*/
    color: #ffffff;
   
}
.slider--bottom__box__item {
        padding: 0 30px;
    margin: 0px;
   
}
.box--bottom__box__item {
        padding:  30px;
    margin: 0px;
	background-size:cover;
   
}
.wrap.box--bottom__box {
    position: relative;
    top: -20px;
    margin-bottom: 30px;
	    max-width: 1230px;
}
.slider--bottom__box__item img {
    float: left;
    margin-right: 20px;
}
.wrap.slider--bottom__box {
    background: white;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.19);
	position: relative;
    top: -80px;
	
}
.home-fullwidth__wrap__btn.outline {
    background: #fff;
    border: 2px solid #0051a0;
    color: #0051a0;
	border-radius:0px;
	padding:17px 36px;
}

	@-moz-document url-prefix() {
    .home-fullwidth__wrap__btn.outline {height:100%;}
	}

.home-fullwidth__container--wrap .fa-map-marker {
    font-size: 26px;
    padding-right: 20px;
    margin-left: -10px;
    position: relative;
    top: 2px;
    line-height: 0;
}
.wrap.bottom-fullwidth__container--wrap .fa-map-marker {
    font-size: 25px;
    padding-right: 20px;
    margin-left: -10px;
    position: relative;
    top: 1px;
    line-height: 0;
}
i.fa.fa-calendar {
   padding-right: 20px;
    margin-left: -10px;
}
.featured-services h2, .testimonials h2 .find-office-page h2 {
    text-align: center;
    font-size: 38px;
    color: #0051a0;
	margin-bottom: 20px;
   
}
.featured-services h2 {
	 margin-bottom: 30px;


}
.featured-services p, p.testimonials__sub--title {
    text-align: center;
    width: 80%;
    margin: 0px auto;
    color: #010101;
    font-size: 18px;
}
.featured-services {
       text-align: center;
    margin: 0px auto;
    padding-bottom: 60px;
    position: relative;

}
.home-about-us p {
    color: white;
    font-size: 16px;
}

.home-about-us h2 {
    color: white;
	    font-size: 38px;
}
  .home-about-us {
     padding: 60px 0px;
	     background-size: cover;
}
h4.entry-title {
    font-size: 22px;
    color: #0051a0;
    font-weight: 500;
}
.featured-services-list .entry-content p {
    font-size: 14px;
    color: #393939;
    text-align: left;
    width: 100%;
}
.featured-services-list {
    
	    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
	    margin-bottom: 30px;

}
.featured-services-list__box:hover {
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.26);
    top: -15px;
}
.post-content {
    padding: 20px;
    text-align: left;
}
.featured-services__wrap {
    padding: 60px 0px 20px 0px;
    display: inline-block;
}
.featured-services-list__box {
	background:#f1f3f5;
	 position: relative;
  top: 0;
  transition: top ease 0.3s;
}
.home .site-inner {
    display: none;
}
img.footer-logo {
    width: 240px;
	    margin-bottom: 30px;
}
.widget-area.footer-widget-area {
    padding: 15px 0px 0px;
}
.footer-widgets .textwidget p {
    color: #5d5d5d;
    font-size: 16px;
    text-decoration: none;
}
.testimonials {
    text-align: center;
    margin: 0px auto;
   padding:70px 0px;

}
.testimonials__list__item p {
    font-size: 16px;
    text-align: left;
    font-style: italic;
    font-family: 'Droid Serif', serif;
    line-height: 25px;
    color: #393939;
	    padding: 20px 0px;
}
.testimonials__list__item {
    text-align: left;
    margin: 15px;
    border: 3px solid #0051a0;
	    position: relative;
		    margin-bottom: 30px;
}
.testimonial-page .testimonials__list__item {
   
		    margin-bottom: 60px;
}
.testimonilas--author {
   text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    color: #0051a0;
    font-weight: 700;

}
.home .testimonilas--author {
	position:absolute;
	bottom:30px;	
}
span.testimonilas--author__position {
    display: block;
    color: #9da0a7;
}
.dental-opp--wrap .testimonials__list__item__box {
	 min-height: 340px;
	     padding: 30px 60px;
}
.dental-opp--wrap {
	margin-bottom:60px;
}

.dental-opp--wrap .testimonials__list__item p {
    font-size: 16px;
}
.testimonials__list__item__box {
     text-align: left;
 padding: 30px 40px;
    box-shadow: 2px 3px 18px 0px rgba(0, 0, 0, 0.13);
  height: auto;
    position: relative;
    top: -6px;
    background: white;
    left: -6px;
	    display: inline-block;
		    width: 100%;
}
.area_accordions--wrap.wrap .emergency--item__wrap {
    max-width: 800px;
    margin: 0px auto;
    margin-top: 0px;
    margin-bottom: 60px;
}
.featured-image-wrap {
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 24px 24px 0;
    background-size: cover;
    background-position: center;
}
.testimonials__list__item__icon {
      background: #0051a0 url(../images/testimo.png);
    width: 45px;
    height: 40px;
    background-position: center center;
    position: absolute;
        left: -15px;
    top: -15px;
    z-index: 1;
	
}
.dental-opp--wrap  .testimonials__list__item__icon {
      background: #0051a0 url(../images/testimo-green.png);
	      width: 50px;
    height: 50px;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #0051a0;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 0px 12px;
    font-size: 22px;
    border-radius: 0px;
    background: transparent;
  
}
.owl-theme .owl-controls .owl-buttons div i { 
       position: relative;
    top: 0px;
    right: 0px;
	    left: 0px;
    font-size: 40px;
	    font-weight: 900;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
 position: absolute;
	right: -0.7em;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
	 position: absolute;
    left: -0.7em;
}
.testimonials__list__item--home {
       padding: 30px 50px;
}
p.testimonilas--content--home {
    color: #393939;
    font-size: 16px;
    font-style: italic;
	    margin-bottom: 8px;

}
span.testimonilas--author--home {
    color: #000;
    font-size: 16px;
    font-weight: 500;
	  
}
.google--review {
    display: flex;	
    align-items: center;    
	    padding: 0px 20px 0px 20px;
   
}
span.review__number:before {
        content: '';
    width: 1px;
    height: 120px;
    background: #e5e5e5;
	position: relative;
    left: -25px;
}
.google--review__wrap {
	flex-direction:row;
	display:flex;
	flex: 1;
	align-items:center;
	justify-content: flex-start;
	
}
.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}
footer .menu {
    float: right;
    display: block;
}
footer .menu li {
 
    display: inline-block;
  
    border-right: 1px solid white;
}
 i.fa.fa-angle-right {
   font-size: 28px;
    position: relative;
    right: -15px;
    line-height: 0;
    top: 2px;
}
.stars-review .rating i {
    font-size: 20px;
    color: #ffb300;
    padding: 3px;
}
i.fa.fa-angle-left {
    font-size: 28px;
    position: relative;
    left: -15px;
    line-height: 0;
    top: 2px;
}
.col-time-header i.fa.fa-angle-left, .col-time-header i.fa.fa-angle-right {
	left:0px;
	right:0px;
}
footer .widget_nav_menu {
    float: right;
}
footer .menu li a {
    font-size: 14px;
    color: white;
    padding: 0px 5px;
	
}
footer .menu li:last-child {

    border-right: 0px;
}
footer section {
    display: inline-block;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
	content: "\f107";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 16px/1 'fontAwesome';
	padding-left: 10px;
	vertical-align: baseline;
    line-height: 0;
}

img.img--free {
    position: relative;
   left: 50px;
}

.home-fullwidth__wrap__btn.outline:hover {
	    background: #0051a0;
    border: 2px solid #0051a0;
    color: #fff;
}
.view-all-general-btn {
	
		 background-color: #0051a0;
       border: 2px solid #0051a0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 15px 60px;
    font-weight: 500;
 -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
    width: auto;
    text-transform: uppercase!important;
    font-family: 'Roboto', sans-serif!important;
}
.view-all-general-btn:hover {
	   background: #fff;
    border: 2px solid #0051a0;
    color: #0051a0;
}
.home-fullwidth__wrap__btn.white:hover {
	    background: transparent;
    border: 2px solid #0051a0;
    color: #0051a0;
}
.owl-theme .owl-controls.clickable .owl-buttons div {
      color: #e5e5e5;;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    opacity: 1;
}
span.review__number {
        font-size: 107px;
    font-weight: 900;
    color: #0051a0; /*0171bd*/
    position: relative;
    display: flex;
    align-items: center;
	 
}
.rating i {
    font-size: 28px;
    color: #ffb300;
    padding: 2px;
}
.review--stars {
 max-width: 150px;
     margin-left: 15px;
}
.review--stars img {
    position: relative;
    top: 10px;  
	width: 150px;	
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
	   color: #fab001;
	
}
.wpml-ls-item-legacy-list-horizontal { 

   opacity: 0.5;
    filter: grayscale(100%);
}
.wpml-ls-current-language {
    opacity: 1!important;
    filter: none!important;
}
.smart--choise__content_sub {
	font-size:10px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 999;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    padding: 0px 0px 0px 0px;
    position: absolute;
    width: 100%;
    border-top: 5px solid #fab001;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    left: 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: #0051a0;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    display: block;
    float: left;
    clear: none;
    padding: 15px 10px 15px 0px;
    vertical-align: top;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #0051a0;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
       font-weight: 500;
    margin: 0px 0px 0px 0px;
    padding: 5px;
	    padding-left: 15px;
    vertical-align: top;
    display: block;
    border-top: 0px solid #555;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    border-bottom: 0px solid #555;
    background: #0051a0;
cursor: auto;
    /* pointer-events: none; */
	    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item.is-hover > a.mega-menu-link {

	background:#0051a0!important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #fab001;
    font-weight: 600;
    text-decoration: none;
    color: #fff;}
	
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
    display: block;
    visibility: hidden;
    opacity: 1;
    padding: 5px;
	    padding-left: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #fff;
    text-decoration: none;
    background: #0051a0; /*0171bd*/
	font-weight: 500;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    /* opacity: 0; */
    margin-top: 0px;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    transition-property: opacity, margin-top, visibility;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.11);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    display: block;
    background: #ffffff;
    color: #0051a0; /*0171bd*/
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px;
    line-height: 35px;
    text-decoration: none;
    vertical-align: baseline;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    font-style: normal;
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
    color: #000;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    color: #333;
    font-size: 16px;
    text-transform: none;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    padding: 0px 0px 4px 0px;
    vertical-align: top;
    display: block;
    font-family: 'Roboto', sans-serif;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover  .mega-menu-description {
	color:white;
}
#mega-menu-wrap-primary {
    background: transparent;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	    clear: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    
   
    padding: 18px 15px 18px 15px;
    line-height: 1;
    margin: 0px 5px;
    font-weight: normal;
    height: auto;
    text-align: left;
    width: auto;
    display: block;
    color: #0051a0;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-family: inherit;
    font-size: 15px;
    text-transform: uppercase;
	-webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus {
    color: #0051a0; /*0171bd*/
   
}
.category-class .first-article .entry-footer {
    display: flex;
}
.category-class .first-article h2.entry-title {
    font-size: 28px;
    margin-bottom: 5px;
}
.search .first-article h2.entry-title {
    font-size: 20px;
    margin-bottom: 0px;
}
.category-class article .entry-content p {
   
    margin-bottom: 25px;
	   
}

.p0 {
	padding:0px!important;
}
.header-full-width .title-area {
       width: auto;
    float: left;
    position: relative;
    z-index: 999;
}
#mega-menu-wrap-primary #mega-menu-primary {
       visibility: visible;
    text-align: right;
    padding: 0px 0px 0px 0px;
    top: 22px;
}
.container-fluid h1.entry-title {
    font-size: 32px;
    color: #0051a0;

		margin-bottom: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
 
    vertical-align: baseline;
}
a.button-header-link {
   font-size: 14px;
    padding: 10px 20px;
    display: inline-block;
    width: auto;
    margin-top: 20px;
    border: 2px solid #0051a0; /*0171bd*/
    color: #0051a0; /*0171bd*/
    background: transparent;
}
a.button-header-link:hover {
       background: #0051a0; /*0171bd*/
    color: white;
    border: 2px solid #0051a0; /*0171bd*/
}

p.description-page-text {
    font-size: 16px;
	width: 60%;
	color: #333333;
	    margin-bottom: 0;
		    margin-top: 15px;
}

.hero--image {
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
	    background-position: center;
}
.affiliate-with-us .hero--image {
    padding: 60px 0px;
  
}
.entry-content p {
    font-size: 16px;
    color: #757575;
    text-align: left;
    width: 100%;
}
h2 {
    font-size: 28px;
    color: #0051a0;
}
h3 {
  
    font-size: 20px;
	   color: #0051a0;
}
div#google-map-results {
    width: 100%;
height: 929px;
}
div#search-box {
    background: #f1f3f5;
    padding: 15px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); 
	    position: relative;
}
.site-header+* {
    margin-top: 181px;
}
.featured-services-list__box .post-content {
  
    min-height: 162px;
}
div#review-area {
    padding: 20px 0px;
}
.serch--button {
    position: absolute;
    right: 0px;
    top: 0px;
       width: 49px;
    height: 49px;
	padding:0;
    border: 0;
    background: #fab001;
}
.serch--button:focus {
  
    background: rgb(124, 185, 40)!important;
}
input.search--text {
    padding: 12px;
    width: 100%;
    border: 1px solid #f1f3f5;
    border-right: 0px;
    font-weight: 300;
   
    height: 50px;
}
.serch--button:after {
    content: '\f002';
    position: absolute;
    font-size: 20px;
    top: 15px;
    left: 15px;
    font-family: "fontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
li.location .clinics--wrap {
    padding: 20px;
}
button.serch--button:hover {
  
    background: #fab001;
}

div#results--box__helper {
    background: #f4f6f8;
	   
}
li.location:hover {
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15); 
  
}
li.location{
 
    padding: 0px;
    background: #fff;
    margin-bottom: 20px;
	    position: relative;
}
a.view-all-general-btn:focus {
	background: transparent!important;
    border: 2px solid #0051a0;
    color: #0051a0;
} 
.search .not-first {
    width: 100%;
}
.search .entry {
    margin-bottom: 0px;
    padding: 20px 0px;
     border-bottom: 1px solid #f1f3f5; 
    margin-left: 15px;
}
.search .hero--image, .author .hero--image  {
    padding: 40px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
ol#search-results {
    /* height: auto;
    overflow-y: visible; */
	 padding: 15px;
}
/* Add media query so that it triggers independent scrolling on desktop views */
@media only screen and (min-width:62em) { 
	ol#search-results {
        height: 765px;
    	overflow-y: scroll;
    }
}

div.searchpaging--box {
       padding: 8px;
    background: white;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.2);
    z-index: 99999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	    position: relative;
   
}

li.location .view-all-button {
    display: inline-block;
    margin-right: 15px;
	font-size: 14px!important;
}
.select-office-area i.fa.fa-calendar {
       padding-right: 10px;
    margin-left: -5px;
}
.page-template-template-location .site-inner {
    clear: both;
    padding-top: 0px;
}
p.address {
    color: #757575;
    font-size: 16px;
    margin: 0px;
}
p.distance {
margin-bottom: 0px;
    color: #c0c4c9;
    font-size: 16px;
    text-align: right;
}
.view-all-button {
background: #fff;
    border: 2px solid #fab001;
    color: #fab001;
	padding: 16px 60px;
	
}
.view-all-button {
    background: #fff;
    border: 2px solid #dee1e5;
    color: #fab001;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 25px;
      display: table;
    width: auto;
    clear: both;
	    font-weight: 500;
	-webkit-transition: background-color 0.2s ease-out!important;
    -moz-transition: background-color 0.2s ease-out!important;
    -o-transition: background-color 0.2s ease-out!important;
    transition: background-color 0.2s ease-out!important;
}
.view-all-button i.fa.fa-angle-right {
    font-size: 26px;
    position: relative;
    right: -13px;
    line-height: 0;
    top: 3px;
    margin: 0 15px;
}
.view-all-button:hover {
	background:#fab001;
	color:#fff;
	  border: 2px solid #fab001;
}
div#searchpaging {
   
    text-align: center;
}
div#searchpaging a {
    padding: 5px;
    border: 1px solid #e6e6e6;
    color: #ababab;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    text-align: center;
}
div#searchpaging a:hover {
background: #fab001;
    color: white;
	
    border: 1px solid #fab001;
}

span.circle {
    width: 25px;
    height: 25px;
    background: #0051a0;
    border-radius: 100px;
    color: white;
    display: inline-block;
    text-align: center;
    padding: 1px;
    font-size: 14px;
    float: left;
    margin-right: 10px;
}
h3.entry-title {
    font-size: 24px;
    color: #2d2d2d;
    font-weight: 600;
}
.entry--content p {
    color: #757575;
    font-size: 16px;
}
.entry-categories, .entry-tags {
    display: inline-block;
}
p.post--meta, p.entry-meta {
    font-size: 13px;
    color: #acacac;
	
}
.post--thumbnail {
    margin-bottom: 30px;
}
.blog--list__box {

    border-bottom: 1px solid #f1f3f5;
    margin-bottom: 30px;
	    min-height: 610px;
}
a.view-all-button.outline--green.ortho--button {
    text-align: center;
    width: 65%;
    margin: 10px auto;
    margin-top: 30px!important;
}
a.view-all-button.outline--green.ortho--button:hover {
  
    width: 65%;
	  margin: 10px auto;
    margin-top: 30px!important;
 
}
.archive-pagination.pagination li a {
    border: 1px solid #f1f3f5;
    text-align: center;
    margin: 0px auto;
    min-width: 38px;
    padding: 5px;
    font-size: 14px;
    color:#a0a4a7
}
.archive-pagination.pagination li.active a {
    border: 1px solid #0051a0;
    text-align: center;
    margin: 0px auto;
    min-width: 38px;
    padding: 5px;
    font-size: 14px;
    color: #ffffff;
    background: #0051a0;
    
}
.archive-pagination.pagination {
    float: left;
	    margin-left: 15px;
}
.single-post h1.entry-title, .single-jefferson_press h1.entry-title  {
    color: #0051a0; /*0171bd*/
    font-size: 28px;
}
.single-post header.entry-header {
      margin: 0 0 30px 0px;
    border-bottom: 1px solid #f1f3f5;
}
.single-post h2 {
    font-size: 20px;
    color: #0051a0; /*0171bd*/
}
span.entry-tags {
 
    text-transform: uppercase;
}
span.entry-tags a{
 color:#757575;
    text-transform: uppercase;
	font-weight:500;
}
.clinic-manager-detail-mobile {
    margin-bottom: 20px;
        padding: 0px 0px 40px;
    display: inline-block;
    border-bottom: 1px solid #f1f3f5;
	    color: #757575;
}

#bio h3, .clinic-manager-detail-mobile h3{
	font-size:28px;
}

div.ll-message-warning, div.ll-message-success, div.ll-message-error{
	z-index: 99999 !important;
}

/* Archive Page */
.search h2.entry-title {
    margin-bottom: 0px;
  
    padding-bottom: 0px;
    font-size: 20px;
}
.search .site-inner {
    clear: both;
    padding-top: 30px;
}
.search span.entry-categories a {
    pointer-events: none;
    cursor: auto;
    font-size: 14px;
    color: #acacac;
}
.search p.entry-meta {
    font-size: 14px;
    color: #acacac;
}
h2.entry-title {
    font-size: 24px;
    margin-bottom: 5px;
}
.entry-title a:hover, .entry-title a:focus {
    color: #0051a0;
}
.page-template-page_blog article.not-first footer, .archive article.not-first footer {
    border-bottom: 1px solid #f1f3f5;
}
.page-template-page_blog article, .archive article  {
    margin-bottom: 30px;
}
.page-template-page_blog article img.entry-image,  .archive article img.entry-image {
    width: 100%;
	height:250px;
	object-fit:cover;
}
.page-template-page_blog article.not-first h2.entry-title,  .archive article.not-first h2.entry-title {
    font-size: 20px;
    margin-bottom: 5px;
	    min-height: 50px;
}
.single footer.entry-footer {
   border-bottom: 1px solid #f1f3f5;
    border-top: 1px solid #f1f3f5;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.prev-next-navigation {
    clear: both;
    border-bottom: 1px solid #f1f3f5;
    border-top: 1px solid #f1f3f5;
    padding: 15px 0px;
    
    width: 100%;
    display: inline-block;
    margin: 0px 0px;
	margin-bottom: 40px;
}
.interested-check {
       margin: 0px 0px 15px;

}
.previous  {
	width: 50%;
	float:left;
}
.next {
	width: 50%;
	float:right;
	text-align: right;
}
.prev-next-navigation span {
    clear: both;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #2d2d2d;
}
.prev-next-navigation a {
    font-size: 14px;
    color: #8d8e95;
    font-style: italic;
}
.entry-content ul > li {
    list-style-type: disc;
    font-size: 16px;
    color: #757575;
}
.testimonial-page h2 {
	font-size:28px;
	margin-bottom:60px;
}
.single-post .entry {
    margin-bottom: 30px;
    padding: 0;
}
.single-post .size-blog-thumbnails {
	display:none;
}
.author_bio_section {
    font-size: 16px;
    color: #757575;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-parent > a.mega-menu-link {
    background: #fab001!important;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
.page-id-1059 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-parent > a.mega-menu-link,  .page-id-1926 #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-parent > a.mega-menu-link {
    background: transparent!important;
    color: #0051a0;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
.dentist__wrap--box  .box-wrap-practice .box--content--practice {
	position:relative;
	min-height: 260px;
    margin-bottom: 30px;
}
.dentist__wrap--box h2.entry-title {
    font-size: 28px;
    color: #0051a0; /*0171bd*/
    text-align: center;
    margin-bottom:40px;
}
.dentist__wrap.fullwidth-content {
    background: #f4f7fb;
    display: block;
    clear: both;
    padding: 40px;
}
.dentist__wrap--box  .box--content--practice.entry-content:before {
       content: '';
    width: 40px;
    height: 40px;
    background-color: white!important;
    position: absolute;
    right: 20px;
    top: -20px;
    background: url(../img/dentist-icon.png) no-repeat center;
    border-radius: 120px;
    background-size: 20px;
}
.dentist-custom-wrap .box--content--practice.entry-content {
    min-height: 280px;
}
.dentist-custom-wrap  .box-wrap-practice img {
    width: 100%;
}

.dentist__wrap--box img{
 width:100%;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:before{

    width: 40px;
    height: 40px;
	 font-family: 'icomoon' !important;
	text-align:center;
    font-weight: 100;
}

.services-content {
    font-size: 18px;
    color: #010101!important;
    text-align: center;
	 font-weight:normal;
    width: 100%;
    margin: 0px auto;
    padding: 0 15px;
	margin-bottom:0px;
}
.row.dental-autor img {
    width: 80px;
    border-radius: 100px;
}
.cat-service-emergency-dental-care .services-content {
	text-align: left;
}

.cat-service-emergency-dental-care .services-content p {
	width: 100%;
}

.cat-service-emergency-dental-care .single-service-title {
	display: none;
}

.container-fluid.ortho-main-content {
    padding: 50px 0px;
    background: #f4f7fb;
}
.wrap.orhto-box {
   padding: 40px 0px 0px 0px;
}
.wrap.orhto-box .blue--box img {
    padding: 20px 20px 0;
}
.container-fluid.ortho-main-content .blue--box h2 {
    margin-bottom: 0px;
}
.wrap.emergency--wrap--main-section {
    padding: 50px 0;
}
h2.entry-title.emergecy.main-title-before-accordion {
    margin-bottom: -30px;
}
.container-fluid.ortho-main-content p {
    color: #010101!important;
    font-size: 18px;
    font-weight: normal;
	    margin-bottom: 0;
}
.container-fluid.ortho-main-content .box--content--dentist-opp p {
    color: #010101!important;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
}
.container-fluid.ortho-main-content p {
    color: #010101!important;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 0;
    width: 77%;
    margin: 0px auto;
	    text-align: left!important;
}
.single-services .panel-body ul  {
  padding-bottom:20px;
}
.single-services .panel-body ul li, .row-finance-class ul li {
  padding-left: 1.3em;
  
}

.discounted-services-columns ul li{
	list-style:none !important;
}

.page-id-1685 .box--content--dentist-opp {
 
    min-height: 420px;
}
.single-services .panel-body ul li:before, .row-finance-class ul li:before, .find-office-page .panel-body ul li:before, .discounted-services-columns ul li:before {
  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}
.services-content p  {
	
	 color: #010101!important;
	 font-size:18px;
	 font-weight:normal;
	     margin-bottom: 0;
	 width: 79%;
    margin: 0px auto;
	    text-align: left;
}
.container-fluid.ortho-main-content .box--content__text {
    color: #393939!important;
    font-size: 16px!important;
    font-weight: normal;
    margin-bottom: 0;
}
.wrap.orhto-box .col-md-6 {
    margin-bottom: 30px;
}
h2.entry-title.emergecy.single-service-title {
      font-size: 28px;
    text-align: center;
    font-weight: 700!important;

    margin-bottom: 30px;
}
li.insurance-menu a:before {
    content: "\e904";
	    font-size: 34px!important;

}
.discount-menu a:before {
   content: "\e901";
       font-size: 28px!important;
   

}
.government-menu a:before {
    content: "\e903";
	    font-size: 38px!important;
  

}
.financing-menu a:before {
   content: "\e902";
       font-size: 32px!important;
 

}
.coupons-menu a:before {
    content: "\e900";
	    font-size: 24px!important;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group {
    max-width: 80%;
	    margin-left: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-parent > a.mega-menu-link:hover {
    background: #0051a0 !important;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
div#jdc-chat-button {
    position: absolute;
    right: 40px;
    top: 16px;
	    cursor: pointer;
		    display: block!important;
}
div#jdc-chat-button a {
    color: #0051a0; /*0171bd*/
    font-weight: 900;
    font-size: 14px;
}
div#jdc-chat-button i.fa.fa-comments {
    margin-right: 15px;
    font-size: 16px;
}
.individual-td:before {
       content: '';
    width: 50px;
    height: 32px;
    background: url(../img/individual.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    background-size: contain;
    top: 19px;
}
.videos__fullwidth.container-fluid {
    background: #f4f7fb!important;
}
.couple-td:before {
    content: '';
    width: 50px;
    height: 32px;
    background: url(../img/couple.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    background-size: contain;
    top: 19px;
}
.family-td:before {
    content: '';
    width: 50px;
    height: 32px;
    background: url(../img/family.svg);
    background-repeat: no-repeat;
    position: absolute;
    left: 40px;
    background-size: contain;
    top: 19px;
}
.individual-td, .couple-td, .family-td {
	position:relative;
	 font-size: 20px!important;
    font-weight: 500!important;
    color: #010101;
	    padding: 25px!important;
}
.individual-td span,  .couple-td span, .family-td span {
    position: absolute;
    right: 40px;
}
.family-td span.sub-text, .individual-td span.sub-text, .couple-td span.sub-text {
    font-size: 10px;
    position: absolute;
    right: 8px;
    bottom: 0px;
	font-style: italic;
}
p.author_name {
    font-size: 20px;
    color: #0051a0;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
}
h3.related-title {
    text-align: center;
    font-size: 38px;
    color: #0051a0;
}
.related {
      margin-top: 0px;
    display: block;
    clear: both;
}
.related-posts-list.p0 {
    margin: 30px 0px 60px;
    display: inline-block;
}
a.related-image img {
    margin-bottom: 15px;
}
.sidebar-primary {
    float: right;
    width: 25%
}
.content {
    width: 72%;
}
.page-template-template-press h3.entry-title,  .page-template-template-news h3.entry-title, .page-template-template-videos h3.entry-title {
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 600;
}
.page-template-template-videos .post--title {
    min-height: 80px;
}
.page-template-template-press  .press--list__box.grid_first  h3.entry-title {
    font-size: 24px!important;
    color: #2d2d2d;
    font-weight: 600;
}
.page-template-template-press p.post--meta, .page-template-template-news p.post--meta  {
   margin-bottom:15px;
}

.page-template-template-press .site-inner {

    padding-top: 30px;
}
.page-template-template-press .post--thumbnail,  .page-template-template-news .post--thumbnail {
    margin-bottom: 0px;
}
.page-template-template-press .entry--content p, .page-template-template-news  .entry--content p {
    font-size: 15px;
    margin-bottom: 0!IMPORTANT;
}

.press--list__box  .view-all-button {
  margin: 20px 0px;
  
}
.press--list__box {
     border: 1px solid #dee1e5;
    margin-bottom: 30px;
    min-height: 180px;
    display: flex;
   justify-content: center;
    align-items: flex-end;
    padding: 15px 15px 0px;
  
}
.press--list__box.grid_first {
    padding: 0px;
    align-items: center;
}
.pr0  {
	padding-right:0px
}
h2.press-entry-title {
    margin-bottom: 30px;
}
.page-template-template-press h3.entry-title:hover {
	color:#fab001;
}
a.big--outline {
   padding: 15px 40px;
    margin: 0px auto;
	    background: transparent;
  
}
.page-template-template-press .news__wrap,  .video__wrap {
    margin-bottom: 30px;
    padding-bottom: 30px;

}
.news__wrap--box, .video__wrap--box {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.not-found-box {
    margin-bottom: 60px;
}
.error404 .buttons-not-found .button {
    border: 2px solid #fab001;
    margin-right: 15px;
}
 .page-template-template-press h2.press-entry-title.video_top--wrap  {
    margin-top: 30px;
}

span.days-hours {
    display: block;
	color: #0051a0; /*0072bb*/
    padding: 15px 20px;
}
span.days-hours:nth-child(odd) {
    background:#f8fafb;

}
span.hours-title:after {
    content: '';
    background: transparent;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/clock.png);
    background-repeat: no-repeat;
    background-position: center;
}
span.days-hours:nth-child(even) {
    background:#f1f3f5;
	
}
span.hours-clinic {
    text-align: right;
    float: right;
}
div#printCoupon .modal-body {
    padding: 0;
	text-align:center;
 
}
div#printCoupon .modal-body h2 {
    font-size: 40px;
    color: #ffffff;
}
div#printCoupon .modal-content {
    border-radius: 0;
	    top: 200px;
}
li.location-nearby {
    padding: 15px;
    margin: 0;
	    line-height: 20px;
}
li.location-nearby:nth-child(odd) {
       background: #f8fafb;
}
li.location-nearby:nth-child(even) {
  background: #f1f3f5;
}
li.location-nearby span.location-address {
    font-size: 14px;
}
li.location-nearby h3 {
    font-size: 16px!important;
    color: #333!important;
    font-weight: 500!important;
	margin-bottom:5px!important;
}
li.location-nearby p.address {
    width: 60%;
}


div#printCoupon  .image--wrap-coupon span {
    font-size: 28px;
    font-weight: 900;
    font-style: italic;
    color: white;
}

span.ortho-widget--icon {
   
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/nearby-pin.svg);
    background-repeat: no-repeat!important;
    background-position: center!important;
}
span.chat--icon {
        width: 18px;
    height: 18px;
    position: absolute;
    left: -30px;
    top: 0;
    background-image: url(../img/chat-icon.svg)!important;
    background-repeat: no-repeat!important;
    background-size: contain;
}
span.clinic-widget--icon {
   
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/nearby.svg);
    background-repeat: no-repeat!important;
    background-position: center!important;
}
.coupon_home.green {
    background: #fab001;
    color: white;
    text-transform: uppercase;
    padding: 15px;
    cursor: pointer;
    font-weight: 500;
    margin-top: 30px;
}
div#printCoupon .white-part {
    border-top: 3px dotted #0067aa;
      padding: 40px 118px;
}
.white-part span {
    color: #010101;
    font-size: 22px;
    font-weight: 500;
}
.single-clinic .services--item__box, .single-ortho .services--item__box {
	border:none!important;
	    min-height: 1px;
}
.single-clinic a.services--post:before, .single-ortho a.services--post:before {
    display:none;
}
.single-clinic a.services--post, .single-ortho a.services--post  {

    padding: 5px 15px;
    
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #78797a;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#78797a;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#78797a;
}
:-moz-placeholder { /* Firefox 18- */
  color:#78797a;
}
.single-clinic .services--wrap, .single-ortho .services--wrap {
    margin-left: -15px;
}
.single-clinic .services-title, .single-ortho .services-title {
    background: #fab001;
	padding: 10px 15px;
	margin-bottom: 10px;
}
h2.ortho-services-title-single {
    margin-bottom: 30px;
}
div#printCoupon .close {
    color: white;
    opacity: 1;
    right: 10px;
    position: relative;
    top: 10px;
}
.image--wrap-coupon {
   background: url(../img/coupon-print-home.png);
    padding: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.video--list__box .post--thumbnail {
    overflow: hidden;
	position: relative;
}

.video--list__box .post--thumbnail img {
    margin: -10% 0;
    width: 100%;
}
.video--list__box {
       margin-bottom: 30px;
}
 .video--list__box .post--thumbnail {
    margin-bottom: 15px;
	    position: relative;
}
 .video--list__box p.post--meta {
    margin-bottom: 10px;
}
.overlay {

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.58);
    opacity: 1;
    transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s, fill 0.25s ease-in-out 0s, transform 0.15s ease-in-out 0s, height 0.25s ease-in-out 0s, line-height 0.25s ease-in-out 0s, padding 0.2s ease-out 0s;
    -webkit-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s, fill 0.25s ease-in-out 0s, transform 0.15s ease-in-out 0s, height 0.25s ease-in-out 0s, line-height 0.25s ease-in-out 0s, padding 0.2s ease-out 0s;
    -moz-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s, fill 0.25s ease-in-out 0s, transform 0.15s ease-in-out 0s, height 0.25s ease-in-out 0s, line-height 0.25s ease-in-out 0s, padding 0.2s ease-out 0s;
    -o-transition: background-color 0.25s ease-in-out 0s, color 0.25s ease-in-out 0s, opacity 0.25s ease-in-out 0s, box-shadow 0.25s ease-in-out 0s, border 0.25s ease-in-out 0s, fill 0.25s ease-in-out 0s, transform 0.15s ease-in-out 0s, height 0.25s ease-in-out 0s, line-height 0.25s ease-in-out 0s, padding 0.2s ease-out 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-overlay {
    width: 200px;
    height: 200px;
    background: url(../img/Play.png);
    background-size: 100%;
    background-position: center;
}
h3.ortho-title-locations {
    margin-bottom: -5px;
}
.video--list__box.grid_first .post--title {
    position: absolute;
    left: 50px;
    bottom: 30px;
}
 .ortho-locations[data-attr='']  {
    display: none;
}
.ortho-locations {
  padding: 20px;
    margin-top: 0px;
    position: relative;
    bottom: 0;
    border: 1px dashed #fab001;
}
.gallery-lightbox {
    margin-bottom: 30px;
    display: flex;
    clear: both;
    padding-top: 30px;
    border-top: 1px solid #f1f3f5;
}
.gallery-lightbox img {
    width: 100%;
}
.gallery-lightbox ul {
    margin-left: -15px;
    margin-right: -15px;
}
.video--list__box.grid_first .post--title h3.entry-title:hover {

	    color: #fab001;
}
.video--list__box.grid_first .post--title h3.entry-title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
}
.video--list__box.grid_first .post--title p.post--meta {
    margin-bottom: 10px;
    color: white;
}
.video--list__box.grid_first.col-xs-12 {
    margin-bottom: 15px;
}
.area-location {
    margin-bottom: 20px;
}
.single-clinic p.description-page-text br, .single-ortho p.description-page-text br {
    display: none;
}
.single-clinic p.description-page-text, .single-ortho p.description-page-text {
    font-size: 16px;
       margin-bottom: 40px;
    width: 100%;
    text-align: center;
	    color: white;
		margin-top: 0;
}
.single-clinic div#google-map-results, .single-ortho div#google-map-results {
    width: 100%;
    height: 340px;
}
h1.entry-title.clinic-title--subhead {
    color: white;
    font-weight: 400!important;
    font-size: 18px;
    margin: 0px 0px 0;
}
.single-clinic .container-fluid.hero--image, .single-ortho .container-fluid.hero--image {
     text-align: center;
    padding: 40px 0;
    color: white;
    padding-bottom: 160px;
}
.single-clinic .hero--image h2.entry-title,  .single-ortho .hero--image h2.entry-title {
    font-size: 32px;
    color: #ffffff;
	    margin-bottom: 15px;
}
.single-clinic button.home-fullwidth__wrap__btn.green, .single-ortho button.home-fullwidth__wrap__btn.green {
    font-size: 18px;
    text-transform: uppercase;
    background: #fab001;
    color: #ffffff;
    border: 2px solid #fab001;
    font-weight: 400;
    margin-right: 20px;
}
.single-clinic .site-inner, .single-ortho .site-inner {
    clear: both;
    padding-top: 0px;
    position: relative;
    margin-top: -100px;
}
.single-clinic .notes, .single-ortho .notes {
    font-size: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f1f3f5;
    padding-bottom: 20px;
    font-style: italic;
    margin-top: 15px;
}
.single-clinic .notes img, .single-ortho .notes img {
    width: 30px;
    margin-right: 10px;
}
.single-clinic .owl-item,  .single-ortho .owl-item {
    width: 100%!important;
}
body > div {
    font-size: 16px;
}
div#photo {
    float: right;
	padding-left: 15px;

}
.single-clinic .overview, .single-ortho .overview {
    margin-bottom: 60px;
}
.static-clinic-times p, .dynamic-clinic-times p {
    
    padding: 15px;
}
.single-clinic .services-title h2, .single-ortho .services-title h2 {
    font-size: 16px;
}
.static-clinic-times p:first-child, .dynamic-clinic-times p:first-child {
       background: #0051a0;
    color: white;
	margin-bottom:0px
}
.static-clinic-times p:nth-child(2), .dynamic-clinic-times p:nth-child(2) {
      background: #f1f3f5;
    color: #0051a0;
    line-height: 49px;
}
div#manager-area {
      margin-bottom: 40px;
    padding: 40px 0px 20px;
    border-bottom: 1px solid #f1f3f5;
    display: inline-block;
    border-top: 1px solid #f1f3f5;
}

div#manager-area li {
	list-style-type: disc !important;
	margin-left:20px;
}

.bottom-fullwidth__container.container-fluid {
    padding: 20px 0px;
	background-size: cover;
}
.wrap.bottom-fullwidth__container--wrap {
    margin: 0px auto;
    text-align: center;
    padding: 40px 0px;
}
h2.bottom-fullwidth__wrap__title {
    color: white;
      font-size: 26px!important;
    margin: 0px auto;
	    margin-bottom: 40px;
    font-weight: 500;
	width:60%;
}
p.bottom-fullwidth__wrap__text {
       color: white;
    font-size: 18px;
    width: 70%;
    margin: 20px auto;
	margin-bottom: 30px;
}
.single-services .emergency--item__image img {
    width: 100%;
}
.bottom-fullwidth__wrap__btn__wrap {
    display: inline-flex;
}
.category .first-article .featured-image-wrap, .page-template-page_blog .first-article .featured-image-wrap {
    width: 40%!important;
	    margin-right: 40px;
		float: left;
		    
  
}
.page-template-page_blog .first-article .entry-content p {
	    min-height: 155px;
}
.author .first-article .featured-image-wrap {
    width: 40%!important;
	    margin-right: 40px;
		float: left;
		 min-height: 290px;
}
.author .first-article .entry-content {
    position: relative;
    display: grid;
    margin-bottom: 20px;
}
.category .first-article .entry-content, .page-template-page_blog .first-article .entry-content {
    position: relative;
    display: grid;
   margin-bottom: 0px;
    /* border-bottom: 1px solid #f1f3f5; */
}
.category .first-article h2.entry-title,  .page-template-page_blog .first-article h2.entry-title {
  
    min-height: 66px;
}
.category .first-article .entry-header .entry-meta, .page-template-page_blog .first-article .entry-header .entry-meta {
    margin-bottom: 15px;
}
.category .first-article .entry-footer, .page-template-page_blog .first-article .entry-footer {
  border-bottom: 1px solid #f1f3f5; 
}
.services-title h2 {
       color: white;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.services-title {
    background: #fab001;
    color: white;
    padding: 5px 30px;
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
}
.services--item__box {
    border: 1px solid #dee1e5;
    min-height: 350px;
	margin-bottom: 30px;
}
span.hours-title {
       background: #0051a0; /*0072bb*/
    padding: 18px;
    color: white;
    font-size: 16px;
    width: 100%;
    text-align: left;
    display: inline-block;
    font-weight: 500;
	    position: relative;
}
a.services--post {
    color: #6c6c6c;
    font-size: 16px;
    padding: 5px 30px;
    display: inline-block;
    font-weight: 400;
}
a.services--post:before {
    content: "\f105";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 19px/1 'fontAwesome';
    padding-left: 10px;
    vertical-align: baseline;
    line-height: 0;
    margin-right: 20px;
}
.wrap.services--wrap {
      padding: 70px 0 40px;
}
div.general-services {
    width: 50px;
    height: 50px;
    background: url(../images/tooth-icon.png);
    background-size: 100%;
    background-position: center;
    align-items: center;
	margin-right: 10px;
}
div.specialty-services {
    width: 50px;
    height: 50px;
    background: url(../images/equipment-icon.png);
    background-size: 100%;
    background-position: center;
    align-items: center;
	margin-right: 10px;
}
div.cosmetic-dentistry {
    width: 50px;
    height: 50px;
    background: url(../images/smile-icon.png);
    background-size: 100%;
    background-position: center;
    align-items: center;
	margin-right: 10px;
}
div.servicios-generales {
    width: 50px;
    height: 50px;
    background: url(../images/tooth-icon.png);
    background-size: 100%;
    background-position: center;
    align-items: center;
	margin-right: 10px;
}
div.servicios-especializados {
    width: 50px;
    height: 50px;
    background: url(../images/equipment-icon.png);
    background-size: 100%;
    background-position: center;
    align-items: center;
	margin-right: 10px;
}
div.servicios-cosmeticos {
    width: 50px;
    height: 50px;
    background: url(../images/smile-icon.png);
    background-size: 100%;
    background-position: center;
    align-items: center;
	margin-right: 10px;
}

/*Builder */

.dynamik-composer-page .site-inner,
.dynamik-composer-page .content-sidebar-wrap,
.dynamik-composer-page .content {
    margin: 0;
    padding: 0%;
    max-width: 100%;
    width: 100%;
}
.dynamik-composer-page .entry {
    padding: 0;
    margin: 0px;
}


.box-link {
	
	    color: #333333!important;
		    line-height: 26px!important;
	
}
.blue--box {
    background: #0051a0!important; /*0072bb*/
    text-align: center;
    padding: 30px 15px!important;
	    -webkit-transition: background-color 0.2s ease-out!important;
    -moz-transition: background-color 0.2s ease-out!important;
    -o-transition: background-color 0.2s ease-out!important;
    transition: background-color 0.2s ease-out!important;

}
.green--box {
    background: #fab001!important;
    text-align: center;
    padding: 30px 15px!important;
	position:relative;

}
.green__box--active .blue--box {
    background: #fab001!important;
    text-align: center;

}
.testimonial-page .site-inner {
    padding-bottom: 60px;
}

.blue--box h2, .green--box h2 {
    color: white!important;
    text-transform: uppercase!important;
    font-size: 18px!important;
    margin-top: 15px!important;
	padding-bottom:0px!important
}
.box--content {
 margin: 0px 0 0!important;
    padding: 20px 15px 15px!important;
    position: relative;
    /* min-height: 330px; */
    border: 1px solid #dee1e5!important;
}
.box--content--dentist-opp {
 margin: 0px 0 0!important;
    padding: 30px!important;
    position: relative;
    border: 1px solid #dee1e5!important;
	background:white!important;
	min-height: 166px;
}

.box--content .box--content__text {
    font-size: 16px!important;
    color: #757575!important;
	    min-height: 100px;
		 
}
.box--content h4 {
    line-height: 24px!important;
	color:#000000!important;
    margin-bottom: 40px!important;
	    padding: 0px 5px!important;

}
.about-us__box {
    transition: all 0.2s ease-in-out 0s!important;
    -moz-transition: all 0.2s ease-in-out 0s!important;
    -webkit-transition: all 0.2s ease-in-out 0s!important;
    -o-transition: all 0.2s ease-in-out 0s!important;
}
.about-us__box:hover {
	  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1)!important;
	
}
.about-us__box:hover  .outline--green{
	
	background-color: #fab001!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border: 2px solid #fab001!important;
}
.about-us__box:hover  .blue--box {
	
	    background: #fab001!important;
}
div.wpcf7-validation-errors {
    border: 2px solid #f00;
    color: #f00;
	font-size:14px;
}
div.wpcf7-response-output {
   text-align: left;
    float: left;

}

.modal-body {
    max-height: 100%!important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
a.view-all-button.outline--green, a.view-all-button.outline--green.green:hover {
    width: 100%;
    color: #0051a0!important;
	background-color:transparent!important;
    text-transform: uppercase!important;
    border: 2px solid #0051a0!important;
    padding: 13px!important;
    margin-top: 15px!important;
	
}
a.view-all-button.outline--green.green, a.view-all-button.outline--green:hover {
    width: 100%;
	background-color:#0051a0!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border: 2px solid #0051a0!important;
    padding: 13px!important;
    margin-top: 15px!important;

}
a.home-fullwidth__wrap__btn.green {
	background-color:#fab001!important;
    color: #fff!important;
    text-transform: uppercase!important;
    border: 2px solid #fab001!important;

}
a.view-all-button.outline--green, a.view-all-button.outline--green.green {
-webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}
.et_divi_builder #et_builder_outer_content .et_pb_row {
    width: 80%;
    max-width: 1170px!important;
    margin: auto;
    position: relative;
}
span.big-black {
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF!important;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #ED145B!important;
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ed145b;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ed145b;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ed145b;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ed145b;
}
.about-us__box.green--box__wrap {
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1)!important;
    margin-top: -20px!important;
}
.about-us__box.green--box__wrap  .box--content .box--content__text {

    min-height: 110px;
  
}
a.services--post:hover {
    color: #fab001;
   
}
.et_pb_module.et_pb_image.save-image__before__after.et_pb_image_1.et_always_center_on_mobile:before {
     width: 122px;
    content: '';
    height: 37px;
    background: url(../images/arrow-match.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    left: -80px;
    top: 37px;
}
.et_pb_module.et_pb_image.save-image__before__after.et_pb_image_1.et_always_center_on_mobile:after {
 width: 122px;
    content: '';
    height: 37px;
    background: url(../images/arrow-match.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    right: -63px;
    top: 37px;
}
.btn-success {
    color: #fff;
       background-color: #fab001!important;
    border-color: #fab001!important;
	
}
.btn-lg.select-office {
	   color: #fff;
    background-color: #fab001;
    border-color: #fab001;
	    border-radius: 0px;
	font-weight:500;
	
}
.btn-success:hover {
    color: #fff;
    background-color: #fab001;
    border-color: #fab001;
}
.btn-success i.fa.fa-search {
    font-size: 18px;
    color: #ffffff;
	    position: relative;
    top: -3px;
}
form .btn-success.wpcf7-submit:hover {
    background-color: transparent!important;
    color: #0051a0!important;
    border: 2px solid #0051a0!important;
}
form .btn-success.wpcf7-submit{
	 border: 2px solid #0051a0!important;
	background-color:#0051a0 !important;
}
#apptloc, input.appointment_location {
    display: none;
}
.contact-form--wrap {
    max-width: 800px;
    margin: 0px auto;
    position: relative;
    margin-top: -180px;
}
.appointment-request .contact-form {
      background: #f1f3f5;
    display: inline-block;
    padding: 40px 15px 5px;
    margin-bottom: 30px;
    width: 100%;
}
 .contact-form {
      background: #f1f3f5;
    display: inline-block;
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
}
div#giveUsFeedback .modal-body, div#askQuestion .modal-body {
    position: relative;
    padding: 0;
}
div#giveUsFeedback .modal-body .close , div#askQuestion .modal-body .close {

    float: right;
    font-size: 31px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
    position: absolute;
    right: 5px;
    top: 0px;
    z-index: 999;
}
.modal-content .contact-form {
  
		    margin-bottom: 0px!important;
			    width: 100%;
}
.contact-form h1 { 
text-align:center;
font-size: 32px;
}
p.title--desc { 
text-align:center;
font-size: 16px;
color:#000;
width:70%;
margin:0px auto;
margin-bottom:30px;
}
.controls {
    margin-bottom:15px;
}

.controls-form-432{
	padding:0px 15px !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff;
    opacity: 1;
}

.contact-form  .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    background-image: none;
       border: 1px solid #e4e4e4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.sidebar-primary .contact-form  .form-control {
   
    height:42px;
   
}
 div#curlocdisplay {
     margin: auto; /*There was a 15px bottom. Hopefully it doesn't mess anything up*/
	border-left: 5px solid #0072ba;
}

#curlocdisplay ~ p,
.location-select p {
	display: none;
}

.appointment-request .hero--image {
    padding: 100px 0px;
    background-repeat: no-repeat;
    background-size: cover;
	background:white!important;
}
.appointment-request .container-fluid h1.entry-title {
display:none!important;
}
.appointment-request input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    text-transform: uppercase;
    background: #0051a0;
    border-radius: 0;
	    margin-bottom: 0;
	white-space:inherit;
}
.contact-form--text {
    color: #757575;
}
a#pickerlink {
    background: #0051a0; /*0072bb*/
    border-radius: 5px;
    padding: 8px 20px;
    color: white;
    font-size: 14px;
	display: inline-block;
}
 .contact-form i.fa.fa-map-marker {
     font-size: 15px;
    padding-right: 10px;
    margin-left: -5px;
    position: relative;
    top: -1px;
    line-height: 0;
    vertical-align: middle;
}
.contact-form h3 {
    font-size: 24px;
    color: #2d2d2d;
}

 textarea.form-control {
    height: auto;
    min-height: 100px;
}
.search p.post--meta, .search p.entry-meta {
   font-size: 14px;
    color: #acacac;
    margin: 0;
   
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
width: auto;
    max-width: 100%;
    margin-top: 0px;
    text-transform: uppercase;
    background: #fab001;
    border-radius: 0;
    padding: 15px 50px;
    float: left;
}
.green--line {
    background: #fab001;
    width: 150px;
    height: 3px;
    margin: 20px auto;
}
.col-xs-12.location-select label {
    float: left;
    margin-right: 15px;
}
.testimonial-page .entry {
    margin-bottom: 10px;
}
.formLeft {
    display: none!important;
}
.panel-heading .accordion-toggle:after {
      content: "\f105";
    display: inline-block;
	color:#c1c1c1;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'fontAwesome';

    vertical-align: baseline;
   
    margin-right: 0px;     /* adjust as needed */
	    float: right;
}
.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f107";    /* adjust as needed, taken from bootstrap.css */
}
.view-all-button.green {
    background: #fab001;
    color: #fff;
    border: 2px solid #fab001;
}
.view-all-button.green:hover {
    color: #fab001;
    background: transparent!important;
    border: 2px solid #fab001;
}
.panel-collapse.collapse.in {
   
}
 .panel-title>a:focus {
    color: #333;
}
.panel-default>.panel-heading {
    color: #000;
    background-color: #ffffff;
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
    border: none;
}
.panel-heading {
  padding:20px 30px 20px;
    border-bottom: 0px!important;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body p{
  color:#000;
    border: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
    color: #000!important;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
}
.emergency-care p.description-page-text {
    font-size: 16px;
    width: 65%;
    color: #ffffff;
    margin-bottom: 0;
}
.emergency-care .container-fluid h1.entry-title {
    color: #ffffff;
    margin-bottom: 15px;
}
.emergency-care .hero--image {
    padding: 40px 0px 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0px -80px;
}
h2.entry-title.emergecy {
    font-size: 28px;
    text-align: center;
	    margin-bottom: 40px;
}
.wrap.emergency--wrap {
    padding: 30px 0px;
}
.panel-body {
         padding: 0 30px 30px 30px
}
.panel {
    margin-bottom: 0px;
    background-color: #fff;
    border-bottom: 1px solid #f1f3f5!important;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.heart--image {
        width: 104px;
    height: 64px;
    background: url(../images/heart.png);
    margin: 0px auto;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}
.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group {
    margin-bottom: 0px;
  border-top: 1px solid #f1f3f5;
    box-shadow: none!important;
}
.panel.panel-default {
    border-left: 4px solid #f1f3f5;
}
.panel-default.active >.panel-heading {
    color: #0051a0 /*0072bb*/;
    background-color: #f1f3f5;
}
.panel.panel-default.active {
    border-left: 4px solid #0051a0 /*0072bb*/;
	background-color: #f1f3f5;
}
.panel-default.active >.panel-heading .panel-title a {
   
    color: #0051a0 /*0072bb*/!important;
}
#apptSelector .prev-carousel {
    background-color: #0051a0 /*0072bb*/!important;
    border: none;
    border-radius: 0px;
	font-weight:500;
}
#apptSelector .time:hover, #apptSelector .time.active {
    text-decoration: none;
    color: white;
    background-color: #fab001!important;
}
#apptSelector .col-time-header.active .indicator {
     background-color: #fab001!important;
    display: block;
}
input.form-control.input-lg.search-text {
    box-shadow: none;
}

#apptSelector #times-row, #apptSelector #times-header-row, #apptSelector .jdc-loading {
    background-color: white;
    overflow: hidden;
}



/* search bar */


 
 .search-field {
    background-color: white;
    background-image: url(../images/search-icon.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    border: none;
    cursor: pointer;
  height: 50px;
    margin: 0px 0;
    font-size: 13px;
    padding: 0 0 0 40px;
    position: relative;
    top: 0px;
    right: 0px;
   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 0;
	border-left: 1px solid #e8e8e8!important;
}
 li.location .abbr {
    display: none;
}
 .search-field:focus {
   background-color: #fff;
    border: 1px solid #e8e8e8!important;
    cursor: text;
    outline: 0;
    width: 600px;
    position: absolute;
    top: 0px;
    right: -1px;
}
.search-form
.search-submit { 
display:none;
}
p.home-fullwidth__wrap__text--small a:hover {
	text-decoration: underline;
}
.et_divi_builder #et_builder_outer_content .et_pb_button:after, .et_divi_builder #et_builder_outer_content .et_pb_button:before{
	transition:none!important;
	
}
a.view-all-general-btn.join-now:hover {
    background: white!important;
   
    color: #0051a0!important;
       border: 2px solid #0051a0!important;
}
a.view-all-general-btn.join-now {
    color: white!important;
    width: 100%!important;
    background: #0051a0!important;
    font-size: 18px!important;
    display: inline-block;
    text-align: center!important;
    padding: 13px!important;
	 border: 2px solid #0051a0!important;
	webkit-transition: background-color 0.2s ease-out!important;
    -moz-transition: background-color 0.2s ease-out!important;
    -o-transition: background-color 0.2s ease-out!important;
    transition: background-color 0.2s ease-out!important;
}

a.emergency-btn{
	color:#fff;
	background-color:#f83a3a!important;
	border-color:#f83a3a!important;
}

div#search-box .check-input-ortho, div#search-box .check-input-cc {
    margin-left: 0 !important;
    margin-top: 10px;
}
input.find-office-search--input {

    font-size: 15px;
    border: none;
    background: #f1f3f5;
    min-width: 269px;
}
.find-office-wrap button.btn.search-button {
    position: absolute;
    top: 4px;
    left: 0px;
    z-index: 99;
    color: #4f5b66;
    background: none;
}
section.widget_search{
   
        position: relative;
       max-width: 40px;
    height: 50px;
	   -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#searchpaging a.current {
    background: #fab001;
    color: white;
    border: 1px solid #fab001;
}
.find-office-page .hero--image {
    padding: 10px 0px;
      margin-bottom: -20px;
	
}
.find-office-page .entry {
    margin-bottom: 40px;
}
.find-office-page .site-inner {
    padding-top:15px;
}

.find-office-page h1.entry-title {
       font-size: 32px;
    color: #0051a0;
    display: block;
    margin-right: 20px;
}
.wrap.find-office-wrap {
 display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #f1f3f5;
    padding: 15px 0px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}
.private-insurance-page .arrow-div-first, .private-insurance-page  .arrow-div {
	border-top:1px solid #0051a0!important;
}
.arrow-div-first, .arrow-div {
       border-right: 4px solid #fab001!important
}
.image-overlay h3 {
    z-index: 99;
    position: absolute;
    color: white;
    font-size: 20px;
    bottom: 10px;
    left: 20px;
}
.image-overlay__wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
	margin-bottom: 20px;
}
.image-overlay  img {
	 -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.image-overlay img:hover {
	-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.et_pb_testimonial_description_inner p:first-child:before {
    content: '';
    background: url(../images/left-quote.png);
    width: 29px;
    height: 22px;
    background-size: cover;
    left: -40px;
    top: -15px;
    position: absolute;
}
.et_pb_testimonial_description_inner p:first-child:after {
	    content: '';
    background: url(../images/right-quote.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 28px;
    height: 22px;
    right: -5px;
    position: absolute;
    bottom: 72px;
}
.et_divi_builder #et_builder_outer_content .et_pb_testimonial_0.et_pb_testimonial:before {
    display:none!important;
}
.et_divi_builder #et_builder_outer_content .et_pb_testimonial_0.et_pb_testimonial * {
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 16px;
    text-align: left;
    color: #000!important;
}
.et_divi_builder #et_builder_outer_content .et_pb_testimonial p:last-of-type {
    padding-bottom: 0;
    color: #0051a0!important; /*0072bb*/
}
a.sidebar-fullwidth__wrap__btn {
   width: 100%!important;
    font-size: 18px;
    color: #0051a0!important; /*0072bb*/
    background: #f1f3f5!important;
    display: block!important;
    padding: 15px!important;
    font-weight: 500!important;
    position: relative!important;
    line-height: 1.625!important;
}
span.green-box.map-pin {
    background: #fab001!important;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/map-pin-icon.png)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
}
span.green-box.ask-quest {
    background: #fab001;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/ask-quest.png);
    background-repeat: no-repeat;
	    background-position: center;
}
.sidebar .widget {
    margin-bottom: 30px;
}
h6.entry-title {
     font-size: 15px;
    text-align: left;
    color: black;
	    margin-bottom: 5px;
}
.single-services h2 {
    font-size: 28px;
  
}
   
.container-fluid.ortho-main-content h2 {
    margin-bottom: 30px;
}
.entry-content.featured-services-content p {
    font-size: 13px!important;
}
.featured-services--sidebar {
    margin-top: -20px;
}
.featured-services-list_sidebar {
    margin-bottom: 20px;
}
.featured-services__wrap__sidebar {
    border: 1px solid #f1f3f5;
    padding: 15px;
}
.featured-services--sidebar .view-all-general-btn {
    font-size: 15px!important;
    display: inline-block;
    width: 100%;
	    border: 2px solid #0051a0;
		    padding: 10px 40px;
			text-align:center;
}
.widget--title--box {
    position: relative;
}
.page .content, .tax-press_cat .content, .single-services .content, .single-jefferson_press .content, .search .content, .archive .content {
    margin-left: -15px;
}
.featured-services--sidebar  a.view-all-button {
    display: none!important;
}
.sidebar-primary .widget-title, .primary-widget-area .widget-title {
  margin-bottom: 0px!important;
    background: #0051a0!important; /*0072bb*/
    padding: 18px!important;
    font-size: 18px!important;
    color: white!important;
	    position: relative!important;
}
span.featured-services--icon {
   background: transparent;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/services-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.widget_search h4 {
    display: none!important;
}
.sidebar-primary  .widget_nav_menu .widgettitle:after,  .primary-widget-area  .widget_nav_menu .widgettitle:after{
	content:'';
	background: transparent;
    width: 58px!important;
    height: 58px!important;
    position: absolute!important;
    right: 0!important;
    top: 0!important;
    background-image: url(../images/menu-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
.sidebar-primary  .widget_nav_menu, .primary-widget-area .widget_nav_menu {
    border: 1px solid #f1f3f5!important;
}
.sidebar-primary  .widget_nav_menu .menu, .primary-widget-area  .widget_nav_menu .menu {
    padding: 15px 25px!important;
}
.sidebar-primary  .widget_nav_menu .menu .sub-menu  {
   display:none;
       margin-top: 10px;
    border-top: 1px solid #f1f3f5;
}
.sidebar-primary  .widget_nav_menu .menu li a,  .primary-widget-area .widget_nav_menu .menu li a {
      color: #757575!important;
    font-size: 16px!important;
	font-weight: 400!important;
	
}
.et_divi_builder #et_builder_outer_content .et_pb_module a {
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.et_divi_builder #et_builder_outer_content .et_pb_button_module_wrapper .et_pb_module.et_pb_custom_button_icon:hover {
	color: #fab001 !important;
}

.sidebar-primary  .widget_nav_menu .menu li a:hover, .primary-widget-area  .widget_nav_menu .menu li a:hover {
      color: #fab001!important;
    font-size: 16px!important;
}
.sidebar-primary .widget_nav_menu .menu li a:before , .primary-widget-area .widget_nav_menu .menu li a:before {
      content: "\f105";
    display: inline-block;
    color: #757575;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'fontAwesome';
    vertical-align: baseline;
    margin-right: 15px;
   
}
.et_divi_builder #et_builder_outer_content .et_pb_widget_area .widget_nav_menu .menu {
	   padding: 15px 25px!important;
	
}
.et_divi_builder #et_builder_outer_content .et_pb_widget_area ul li {
  
    margin-bottom: 10px!important;
    padding-bottom: 10px!important;
}
.et_divi_builder #et_builder_outer_content .et_pb_widget_area ul li:last-child {
  
   	margin-bottom:0px!important;
	    padding-bottom: 0!important;
		border:0!important;
}
.sidebar-primary .widget_nav_menu .menu li, .primary-widget-area .widget_nav_menu .menu li  {
	 border-bottom: 1px solid #f1f3f5!important;

}
.sidebar-primary  .widget_nav_menu .menu li:last-child, .primary-widget-area  .widget_nav_menu .menu li:last-child {
	margin-bottom:0px!important;
	    padding-bottom: 0!important;
		border:0!important;
}
.sidebar-primary  .widget_nav_menu .menu li.current-menu-item a, .primary-widget-area  .widget_nav_menu .menu li.current-menu-item a  {
      color: #fab001!important;
 
}
.sidebar-primary .widget_nav_menu .menu li.current-menu-item a:before,  .primary-widget-area .widget_nav_menu .menu li.current-menu-item a:before {
  
    color: #fab001!important;
}
   .sidebar-primary  .widget_nav_menu .menu li.current-menu-parent.menu-item-has-children > a  {
      color: #fab001;
 
}
.sidebar-primary  .widget_nav_menu .menu li ul li a {
	
	 color: #757575;
}
.sidebar-primary .widget_nav_menu .menu li.current-menu-parent ul li.current-menu-item a {
    color: #fab001;
}
.sidebar-primary .widget_nav_menu .menu li.current-menu-parent a:before  {
  
    color: #fab001;
}
.sidebar-primary ul.sub-menu li {
    padding: 10px 0px;
    margin-left: 15px!important;
}
.subscribe-form-sidebar {
    border: 1px solid #f1f3f5;
      padding: 20px 20px 0;
	   text-align:center;
	

}
article.not-first:nth-child(3n+2) {
	clear:left;
}
.sidebar-primary .subscribe-form-sidebar input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
    margin-bottom: 0px;
    float: none;
    margin-top: 20px;
    font-size: 15px!important;
    width: 100%;
    border: 2px solid #fab001;
    padding: 10px 60px;
	    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;

}
.sidebar-primary .subscribe-form-sidebar input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large:after {
	 content: "\f105";
    display: inline-block;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font: normal 20px/1 'fontAwesome';
    vertical-align: baseline;
    margin-right: 15px;
	float:right;

}
.form-control {
	border:1px solid #ccc;
	 outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    outline-offset: 0;
}
.form-control:focus {
    border-color: #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}
.sidebar-primary .form-control:focus {
    /* border: 0; */
    /* outline: 0; */
    -webkit-box-shadow: none;
    box-shadow: none;
 
}
.sidebar-primary .subscribe-form-sidebar .form-control {
    background: #f1f3f5;
    border: none;
    border-radius: 0px;
    padding: 15px;
    height: 42px;
    box-shadow: none;
    outline: none;
}
.sidebar-primary  .subscribe-form-sidebar p {
	margin-bottom: 0px;

}
.sidebar-primary  .subscribe-form-sidebar .subscribe-text {
	margin-bottom: 15px;
	color:#000;
}

.sidebar-primary h3 {
font-size:22px;
color:#0051a0;
}
.sidebar-primary input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large:hover {
	
	    color: #fab001;
    background-color: transparent;
    border-color: #fab001;
}
.sidebar-primary  input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
	
	margin-bottom:0px;
}
.sidebar-primary   .contact-form  input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
    margin-bottom: 0px;
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 14px;
	    border: 2px solid #fab001;
}
.featured-services-list_sidebar .entry-title:hover {
    color: #fab001;
}
span.entry-author a:hover {
    color: #fab001;
}
.sidebar-primary .contact-form {
    background: #f1f3f5;
    display: inline-block;
    padding: 0px 5px 5px;
    margin-bottom: 0px;
    width: 100%;
}
.sidebar-primary  a#pickerlink {
    background: #0051a0; /*0072bb*/
    padding: 8px 20px;
    color: white;
    font-size: 14px;
    width: 100%;
    display: block;
    border-radius: 0px;

}
.sidebar-primary .widget-title.request-title {
    margin-bottom: 0px;
    background: #fab001;
    padding: 18px;
    font-size: 18px;
    color: white;
    position: relative;
    text-align: center;
    font-weight: 500;
	    line-height: normal;
}

 .container__width70 p {
    font-size: 18px;
    line-height: 24px;
    /*max-width: 640px;*/
    font-weight: 400;
}

.container__coupon {
    text-align: center!important;
    position: relative;
    display: block;
    color: #ffffff!important;
    margin-bottom: 50px!important;
    background-color: #fab001!important;
    border: 3px solid #ffffff!important;
    outline: 1px solid rgba(0,0,0,0.1)!important;
    box-shadow: 2px 3.464px 18px 0 rgba(0, 0, 0, 0.3)!important;
}
 .container__coupon .coupon__a::after {
    display: block;
    content: '';
    position: relative;
    z-index: 1;
    width: 97.7%;
    height: 10px;
    left: 10px;
    overflow: hidden;
    top: 15px;
    background-color: #65a014;
    border: 3px solid #ffffff;
    border-top: none;
    outline: 1px solid rgba(0,0,0,0.1);
    box-shadow: 2px 3.464px 18px 0 rgba(0, 0, 0, 0.3);
}
.container__coupon h2 {
    font-size: 38px;
    line-height: 24px!important;
    max-width: inherit;
       padding-top: 50px!important;
    text-transform: uppercase!important;
	    color: white!important;
}

.container__coupon p {
    font-size: 26px;
    font-weight: 400;
    max-width: inherit;
    padding-top: 1.8%;
    margin-bottom: 30px;
	    color: white;
}

.container__coupon svg {
    padding-right: 25px;
	position:relative;
	top:5px;
}
p.landing_page_disclaimer {
    font-size: 10px;
}
.container__coupon .coupon__a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff!important;
    line-height: 22px;
    display: block;
    align-items: center;
    cursor: pointer;
    padding: 8px 0 0 0!important;
    width: 100%;
    text-align: center!important;
    z-index: 5;
    background: #65a014!important;
    border-top: 2px dashed #ffffff!important;
	    margin-top: 30px!important;
}
 .image-wrap {
    display: none;
}
.featured-services-list__box img {
    width: 100%;
}

.sidebar-primary .contact-form form br {
    display: none!important;
}
div#curlocdisplay span br {
	display:block!important;
}
.suggested-distance {
    position: absolute;
    top: 15px;
    right: 15px;
}
span.suggested {
      color: white;
    background: #0051a0; /*0072bb*/
    text-transform: uppercase;
    font-size: 12px;
    padding: 8px 10px;
    font-weight: 500;
    line-height: 1;
    display: block;
    margin-bottom: 5px;
}
ol#search-results li.location:nth-child(n+3)  .suggested  {
	display:none;
}
body.ca-landing .container-fluid.hero--image {
       padding: 7%;
    min-height: 300px;
      position: absolute;
    width: 100%;
    z-index: -1;
  
}
body.ca-landing .site-header {
    position: relative!important;
    top: 0!important;
    width: 100%;
    z-index: 999;
    margin-bottom: 0px;
}
body.ca-landing .site-header+* {
    margin-top: 0px!important;
}
body.ca-landing main.content {
    margin-bottom: 60px;
}

body.ca-landing .main-wrapper__container  h1 {
    font-size: 34px;
    line-height: 39px;
    font-weight: 700;
	color:white;

}
.container__coupon--holder {
    margin-bottom: 80px;
}
.container__description p {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    max-width: 100%;
    padding-bottom: 10px;
}
 .container__shadow p {
	color:white;
}
.prev-next-navigation.content a:hover {
    color: #fab001;
}
.ca-landing.ca-dental aside .widget_nav_menu {
	display:none!important;
}

.ca-landing.ca-ortho .widget_nav_menu .widgettitle:after {

background:transparent;
    width: 58px;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/map-pin-icon.png);
    background-repeat: no-repeat;
    background-position: center;
}
a.related-post-title {
    color: black;
    font-size: 18px;
    font-weight: 700;
}
span.entry-meta.author {
    color: #0051a0;
}
.related-posts-list .view-all-button {
	margin-top:15px;
}

.title-career-box .front--office, .title-career-box .back--office {
background: #0051a0!important; /*0072bb*/
    color: white!important;
     margin-bottom: 0px!important;
    padding-bottom: 0px!important;
font-weight: 500!important;
position:relative;
font-size:20px;
}
.title-career-box  .front--office:before {
	content: '';
    background-image: url(../images/front_office.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    z-index: 999;
    left: -60px;
    top: -7px;
	  
}
.title-career-box  .back--office:before {
	content: '';
    background-image: url(../images/back_office.png);
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    z-index: 999;
    left: -60px;
    top: -7px;
	  
}

.team--member li:before {
    content: "\f10c";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -30px;
    width: auto;
    color: #0051a0!important;
    margin-right: 13px;
    font-size: 20px;
}
.team--member li  {
	list-style:none!important;
}

.arrow-div, .arrow-div-first, .arrow-div-last {
	position: relative;
	background: #fff;
	border: 1px solid #cdd0d3;
}
.arrow-div:after, .arrow-div:before {
	    left: -1px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-div:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow-div:before {
	border-color: rgba(222, 225, 229, 0);
	border-left-color: #dee1e5;
	border-width: 12px;
	margin-top: -12px;
}

.arrow-div-first .et_pb_text_inner:after, .arrow-div-first .et_pb_text_inner:before {
	    left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-div-first .et_pb_text_inner:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fab001;
    border-width: 14px;
	margin-top: -14px;
}
.arrow-div-first .et_pb_text_inner:before {
	border-color: rgba(222, 225, 229, 0);
	border-left-color: #fab001;
    border-width: 14px;
    margin-top: -14px;

}
.box--content--practice.entry-content {
    padding: 15px!important;
    background: white!important;
    margin-top: -7px!important;
}
.box--content--practice.entry-content h3 {
color:#0051a0!important;
font-size:20px!important;
padding-bottom:0px!important;
}
.box--content--practice.entry-content .team-member-position {
    color: #9da0a7!important;
}
.box-wrap-practice {
    border: 1px solid #dee1e5!important;
}
.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
	    color: #fab001!important;
}
.social-media--author a {
    font-size: 18px;
    color: #757575;
    margin-right: 15px;
}
.social-media--author a i {
    width: 30px;
    border: 1px solid #f1f3f5;
    border-radius: 100px;
    height: 30px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-media--author {
    margin-bottom: 30px;
}
.sharrre {
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    margin: 0 0 0 2em;
}
 
.sharrre .count, .sharrre .share {
    display: none;
}

/* styling filled icons */
.share-filled .sharrre {
       background: transparent;
    border: none;
    color: #757575;
  
}

/* size medium size icons */
.share-medium .sharrre {
    font-size: 1em;
}

.facebook:before {
    content: '\f09a';
}
.facebook:after {
    content: 'SHARE';
	 font-size: 12px;
    color: #757575;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
	    margin-left: 5px;
}
.pinterest:before {
    content: '\f0d2';
}
.pinterest:after {
    content: 'PIN IT';
	 font-size: 12px;
    color: #757575;
	font-family: 'Roboto', sans-serif;
		font-weight:300;
		    margin-left: 5px;
}

.twitter:before {
    content: '\f099';
}
.twitter:after {
    content: 'TWEET';
	 font-size: 12px;
    color: #757575;
	font-family: 'Roboto', sans-serif;
		font-weight:300;
		    margin-left: 5px;
}
.box {
    display: inline-block;
}

.rating {
    display: flex;
    justify-content: center;
    align-content: center;
}

.googlePlus:before {
    content: '\f0d5';
}
p.contact-form-footer {
    font-size: 13px;
    padding: 0px 15px 15px 15px;
}
span.location-phone {
    display: block;
}
.utility-bar-right section:last-child {
    display: none!important;
}
#mega-menu-wrap-primary .mega-menu-toggle {
    background: #fff;
    position: relative;
    top: 20px;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-right {
    float: right;

}

/*
removing because of bootstrap modal issues - see .modal-open below
.site-header  { 
   
   webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
}
*/
.site-header {
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 999;
	border-bottom:1px solid #0a72ba;
	border-top:1px solid #0a72ba;

}
.utility-bar {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
	
}
.modal-open .utility-bar,
.modal-open .site-header {
	padding-right: 17px;
}

.modal-open #podium-website-widget, 
.appointment-request #podium-website-widget{
	display:none;
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.search-in-menu {
	display:none!important;;
}

/*** Styles added to fix the issue with zoom in on iphone ***/
/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}
 
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"],
    input[type="datetime"], input[type="datetime-local"],
    input[type="date"], input[type="month"], input[type="time"],
    input[type="week"], input[type="number"], input[type="email"],
    input[type="url"]{ font-size: 16px; }
}

@media only screen and (min-width: 1280px) {
.row.dental-autor {
    position: absolute;
    bottom: 30px;
}

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

div#jdc-chat-button {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    display: block!important;
    padding: 17px;
    width: 140px;
}
span.chat--icon {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: 16px;
    background-image: url(../img/chat-icon.svg)!important;
    background-repeat: no-repeat!important;
    background-size: contain;
}
div#jdc-chat-button a {
    color: #0051a0; /*0171bd*/
    font-weight: 900;
    font-size: 14px;
   padding: 17px 40px 17px 45px;
}
.wrap.orhto-box .box--content--dentist-opp {

    min-height: 500px;
}
.cat-service-servicios-especializados .wrap.orhto-box .box--content--dentist-opp {

    min-height: 660px;
}
.wrap.orhto-box a.view-all-button.outline--green.ortho--button {
   
    position: absolute;
    bottom: 5px;
}

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

.site-inner, .wrap {
    max-width: 100%;
	  padding-left: 5%;
    padding-right: 5%;
}
span.box--bottom__box__item--text p {
    
    width: 77%!important;
}
.title-area {
    line-height: 0px;
}

.site-header .wrap , .utility-bar .wrap {
    padding: 0px 0;
    padding-left: 2%;
    padding-right: 2%;
}
.sidebar-primary {
    float: right;
    width: 25%
}
.content {
    width: 71%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	
    padding: 18px 10px 18px 10px;
}
.featured-services--sidebar .view-all-general-btn {
 
    padding: 10px 40px;
}

	}
		@media only screen and (max-width: 1224px) {
			.utility-bar .wrap {
	  padding: 0px 0px!important;
}
		}
		@media only screen and (max-width: 1024px) {
div#jdc-chat-button {
    position: absolute;
    right: 15px;
}
.hero--image {

    background-position: left!important;
}
		}
	@media only screen and (max-width: 1200px) {
.et_pb_section {
	padding-left:2%!important;
	padding-right:2%!important;
	
}
div#jdc-chat-button {
    position: absolute;
    right: 30px;
    top: 16px;
    cursor: pointer;
}
.five-div-arrow .et_pb_text {
    width: 100%!important;
    margin: 0!important;
    min-height: auto!important;
}
.five-div-arrow .et_pb_column {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}
.five-div-arrow .et_pb_text_inner:before, .five-div-arrow .et_pb_text_inner:after, .five-div-arrow  .arrow-div:after, .five-div-arrow .arrow-div:before {
	display:none!important;
}

.et_pb_with_background {
		padding-left:0%!important;
	padding-right:0%!important;
	
}
.site-header .wrap {
    padding: 0px 0;
    padding-left: 15px;
    padding-right: 15px;
}

.site-header+* {
    margin-top: 171px;
}
.site-logo {
    width: 180px;
   
}
.right-landing {
    float: right;
    position: relative;
    top: 10px;
}
.sidebar-primary {
    float: right;
    width: 29%
}
.content {
    width: 69%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	
    padding: 15px 10px 15px 10px;
	font-size: 14px;
}
#mega-menu-wrap-primary #mega-menu-primary {

    top: 18px;
}
.menu-item--shedule {
       padding: 18px 20px;
    font-size: 14px;
    margin-left: 10px;
	}
	}
	
	
	@media only screen and (max-width: 1080px) {

div#jdc-chat-button {
    position: absolute;
    right: 15px;
}
.utility-bar-left section#text-2 {
    background: #fab001;
    color: white;
    padding: 13px 20px 13px 20px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
span.chat--icon {
   
    left: -25px;

}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	
    padding: 15px 4px 15px 4px;
	font-size: 14px;
}

.featured-services--sidebar .view-all-general-btn {
    padding: 10px 30px;
	    text-align: center;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
  
    padding-left: 2px;
  
}

	}

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

.logo__wrap--holder div {
    display: flex;
}
.wpml-ls-legacy-list-horizontal>ul {
 
    width: 80px;
}
ul.cnss-social-icon {

    width: 202px;
}
.utility-bar-left {
   
    border-right: 1px solid #e8e8e8;
}


	}
		td.tg-36fg.padding-20:after {
    content: '';
    background: white;
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 9999;
    box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.15);
}
td.tg-36fg.padding-20 {
    position: relative;
    overflow: visible;
}
@media only screen and (min-width: 768px) {
	.footer-widgets {
		display:none!important;
	}
.logo__wrap--holder div {
    display: flex;
}
li.mega-menu-item.mobile-item {
    display: none!important;
}

.home-fullwidth__wrap__btn {
	margin-right:20px;
}
.home-fullwidth__wrap__btn:nth-child(2) {
    margin-right: 0;
}
.category .first-article .featured-image-wrap, .page-template-page_blog .first-article .featured-image-wrap {
  
    min-height: 290px;
}

li#mega-menu-item-media_image-7 img, li#mega-menu-item-media_image-9 img {
    position: absolute;
    top: -69px;
    width: 98%;
    padding: 0px 0;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout.payment-menu-dropdown ul.mega-sub-menu
 {
	    z-index: 999;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    -ms-border-radius: 0px 0px 0px 0px;
    -o-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    background: #fff;
    padding: 0px;
       min-width: 360px;
    width: 100%;
    border-top: 5px solid #fab001;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 0px solid #fff;
    left: -20px;
}
.find-office-page form#findOfficeForm .input-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

		}
.find-office-page input.submit-button.menu-item--shedule {
       background: #0051a0;
    font-size: 14px;
    font-weight: 500;
    padding: 21px 30px;
    border-radius: 0px;
    position: relative;
        box-shadow: none;
    margin-left: 0;
}
@media only screen and (min-width: 480px) {
.form-review {
    position: absolute;
    right: 30px;
    bottom: 30px;
}

	}

@media only screen and (max-width:368px){
	div#sub-banner{
		font-size:12px !important;
	}
}
	
@media only screen and (max-width: 991px) {
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children a.mega-menu-link:after {
    float: right;
    position: relative;
    top: 7px;
}
span.chat--icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: -30px;
    top: 0;
    background-image: url(../img/chat-white.svg)!important;
    background-repeat: no-repeat!important;
    background-size: contain;
}
.google--review__wrap {
  
    justify-content: center;
}
.box--bottom__box__item {
   
    margin-bottom: 30px;
}
span.review__number:before {
  display:none;
}

.gallery-lightbox ul li{
	margin-bottom:20px;
}
.arrow-div-first .et_pb_text_inner:after, .arrow-div-first .et_pb_text_inner:before , .arrow-div:after, .arrow-div:before {
	display:none;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout.payment-menu-dropdown ul.mega-sub-menu {
  
    left: -70px;
}
.box--content--dentist-opp.entry-content {
    min-height: auto!important;
}
.five-div-arrow .et_pb_text p {
  
    min-height: auto!important;
}

	
div#jdc-chat-button {
    position: absolute;
    right: 40px;
}
div#jdc-chat-button i.fa.fa-comments {
    margin-right: 15px;
    font-size: 16px;
}
div#jdc-chat-button a {
    color: #ffffff;
    font-weight: 900;
    font-size: 14px;
}
article.not-first:nth-child(3n+2) {
	clear:none;
}
article.not-first:nth-child(2n+2) {
	clear:left;
}
.press--list__box.grid_first {
   
    display: block;
  
}
.press--list__box.grid_first .post--thumbnail img {
    width: 100%;
    padding-bottom: 15px;
}
.featured-services-list__box {
    background: #f1f3f5;
    position: relative;
    top: 0;
    transition: top ease 0.3s;
    min-height: 350px;
}
category .first-article .featured-image-wrap, .page-template-page_blog .first-article .featured-image-wrap {
    width: 100%!important;
}
.et_pb_module.et_pb_image.save-image__before__after.et_pb_image_1.et_always_center_on_mobile:before, .et_pb_module.et_pb_image.save-image__before__after.et_pb_image_1.et_always_center_on_mobile:after {
	display:none!important;
}
.testimonilas--author {
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    color: #0051a0;
    font-weight: 700;
    
}
.home .testimonilas--author {
	position:relative;
	bottom:0px;	
}
.sidebar-primary {
    float: left;
    width: 100%;
}
.bottom-fullwidth__wrap__btn__wrap {
    display: block;
}
.bottom-fullwidth__container--wrap  .home-fullwidth__wrap__btn {
	margin-bottom:30px;
}

.wrap.bottom-fullwidth__container--wrap {
 
    padding: 40px 5%;
}

.content {
   
    width: 100%;
}
.slider--bottom__box__item:nth-child(2) {
    border-left: 0;
    border-right: 0;
	    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
	    padding: 30px 15px;
}
.wrap.slider--bottom__box {
    padding-bottom: 0px;
    display: flex;
    flex-direction: column-reverse;
}
.utility-bar-right {
	position:relative;
	right:0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 15px 7px 15px 7px;
    font-size: 14px;
}
.utility-bar .wrap {
    padding-left: 0%;
    padding-right: 0%;
}

p.home-fullwidth__wrap__text {
    color: white;
    font-size: 22px;
    width: 100%;
    font-weight: 300;
}
.mega-menu-item .formRight {
	display:none!important;
}
#mega-menu-wrap-primary #mega-menu-primary {
   
    top: 20px;
}
.utility-bar-right section {
  
    display: none;
}
.utility-bar-left section .phone-number {
	font-size:16px;
      position: relative;
       top: 3px;
}
.utility-bar-left section#text-2 {
       width: 100%;
    background: #fab001;
    padding:0;
}
.utility-bar-right {
    float: right;
  width:50%;
    display: inline-block!important;
}
.utility-bar-left {
    float: left;
    width: 50%;
    background: #fab001;
    padding: 15px 10px;
}
.utility-bar-right section:last-child {
    display: block!important;
}
i.fa.fa-calendar {
    padding-right: 10px;
    margin-left: 0px;
}
.menu-item--shedule {
	font-size:14px;
	    padding: 18px 10px;
		    margin-left: 0px;
			    width: 100%;
}
.home-fullwidth__container {
    padding-top: 10px;
background-position: left;
    background-size: cover;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {
    clear: left;
    width: 100%!important;
}
.bottom-fullwidth__container--wrap p.bottom-fullwidth__wrap__text, .bottom-fullwidth__container--wrap h2.bottom-fullwidth__wrap__title {
   
    width: 80%;
}

.page .content, .tax-press_cat .content, .single-services .content, .single-jefferson_press .content, .search .content,  .archive .content {
    margin-left: 0px;
}


	
}/************************** end max width:991px **/

@media only screen and (max-width:767px){
		.xs-form-margin-top	{
	margin-top:8px;		
}
	form.wpcf7-form > .form-group{
		margin-bottom:8px;
	}
	.green--line{
		display:none;
	}
	.contact-form h1.entry-title{
		margin-bottom:15px;
	}
	
	input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
		white-space: normal;
	}
	
	.home-slider-subimage__wrap img {
		max-width: 200px;
	}
}

@media only screen and (max-width: 768px) {
	.et_divi_builder #et_builder_outer_content .et_pb_testimonial_0 .et_pb_testimonial_portrait {
 
    display: none!important;
}
.single.landing-sonrisa .container__width70 {
    width: 100%!important;
    float: none!important;
}
	form#findOfficeForm {
    padding: 0 20px;
}
.services-content p {
    
    width: 90%;
    margin: 0px auto;
    text-align: left;
}
.about-child .box--content.entry-content {
    display: none;
}
.about-child .blue--box {
    padding: 15px 15px!important;

    display: flex;
    align-items: center;
    justify-content: flex-start;
   
}
.about-child .blue--box img {
    margin-right: 15px!important;
	
}
.about-child .blue--box h2, .about-child .green--box h2 {
   
    margin-top: 0px!important;
    font-size: 15px!important;
    text-align: left!important;
  
}
.container-fluid.ortho-main-content p {
  
    width: 90%;
 
}
p.home-fullwidth__wrap__text {
	display:none;
}
ul.cnss-social-icon li.cn-fa-icon a {
   height: 34px!important;
    width: 34px!important;
   
}
ul.cnss-social-icon li:first-child {
    border-left: none!important;
}
ul.cnss-social-icon li.cn-fa-icon a i {
  
    font-size: 18px!important;
}
ul.cnss-social-icon li {
	  border: none!important;
}
input.find-office-search--input {
    font-size: 15px;
    border: none;
    background: #f1f3f5;
    min-width: 100%;
    margin-bottom: 15px;
}
ul.home-list-checkbox {
    margin: 0 40px 30px 40px;
    text-align: left;
}
.find-office-page input.submit-button.menu-item--shedule {
  
    width: 100%;
}
.check-input-ortho, .check-input-cc, .privacy-policy-consent {

    margin: 15px 0px;
    text-align: left;
	margin-left: 0px!important;
	min-width:280px !important;
}
.home .slider--bottom__box__item {
    padding: 0px 20px;
   
}
p.testimonilas--content--home:before {

    left: 3px!important;
  
}

.gallery-lightbox ul {
	margin-left:0px;
	    margin-right: 0px;
}
.wrap.find-office-wrap {
 
    flex-direction: column;
}
.find-office-page h1.entry-title {
   
    margin-right: 0px;
    margin-bottom: 30px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	cursor:pointer;
}
li#mega-menu-item-media_image-13 img, li#mega-menu-item-media_image-14 img, li#mega-menu-item-media_image-7 img, li#mega-menu-item-media_image-9 img {
	width:100%;
}
.cards__wrap .et_pb_text_inner p {
  
    flex-direction: row;
}
.cards__wrap .et_pb_text_inner p img {
  
max-width:40px!important;
}
div#jdc-chat-button {
    position: absolute;
    right: 40px;
}
/*
.tg .tg-36fg {
    font-weight: bold;
    color: #000;
    vertical-align: top;
    text-align: center;
    box-shadow: none!important;
    top: 0;
}
*/
.related-post {
    margin-bottom: 30px;
    padding-bottom: 20px;
}
.testimonials__list__item--home {
    padding: 30px 0px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -3em;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -3em;
}
body.mega-menu-open {
	overflow:hidden!important;
}
.container__coupon h2 {
    font-size: 28px;
    line-height: 34px!important;
}
.container-fluid.hero--image {
	text-align:center;
}
span.phone-number-call {
    display: block;
    line-height: 40px;
}
.featured-services-list {
	padding:0px!important;
}
.container-fluid a.button-header-link {
   font-size: 16px;
    padding: 10px 20px;
    width: auto!important;
    margin-top: 20px;
    border: 2px solid #0051a0; /*0171bd*/
}
.et_pb_section {
	padding-left:5%!important;
	padding-right:5%!important;
	
}
.et_pb_with_background {
		padding-left:0%!important;
	padding-right:0%!important;
	
}
footer.site-footer {
    text-align: center;
    margin: 0px auto;
}
.menu-footer_links-container {
    margin-top: 10px;
}
	#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu .mega-sub-menu {
    display: none;
} 
footer .menu li {
   
    margin-top: 10px;
}
footer.site-footer .widget {
    width: 100%;
    text-align: center;
}
footer .menu {
    float: none;
    display: block;
}
a.view-all-general-btn {
   
    display: inline-block;
    width: 100%;

}
.featured-services__wrap {
    padding: 60px 0px 00px 0px;
    display: inline-block;
}
.testimonials__list__item {
   
    margin-bottom: 0px;
}
.testimonials {
    text-align: center;
    margin: 0px auto;
    padding: 60px 0px 40px;
}
.featured-services {
    text-align: center;
    margin: 0px auto;
    padding-bottom: 20px;
    position: relative;
    top: -20px;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu .mega-sub-menu.mega-toggle-on {
	display:block!important;
}
.wpml-ls-item-legacy-list-horizontal {
    opacity: 1!important;
    filter:none!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-family: inherit;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    padding-left: 0px;
    vertical-align: top;
    display: block;
    border-top: 0px solid #555;
    border-left: 0px solid #555;
    border-right: 0px solid #555;
    border-bottom: 0px solid #e4e4e4;
    background: white;
    color: #0072ba;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:after{
    content: "\f105";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'fontAwesome';
    padding-left: 10px;
    vertical-align: baseline;
  
        top: 0px;
    color: #0072ba;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li {
    clear: left;
    width: 100%!important;
    border-bottom: 1px solid #e4e4e4;
    padding: 15px!important;
    margin: 0px!important;
   
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus {
    color: #0051a0; /*0072bb*/
    text-decoration: none;
    background: rgb(255, 255, 255);
    font-weight: 500;
}
 #mega-menu-wrap-primary .mega-menu-toggle {
    display: block;
  }
  .single-clinic .container-fluid.hero--image, .single-ortho .container-fluid.hero--image{
   
    padding-bottom: 120px;
}

.wpml-ls-current-language {
    opacity: 1;
    filter: none;
}
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before {
   
    font-size: 30px;
  
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item {
  
    margin: 15px 15px 10px 0px;
    margin-left: 0px;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
 
    margin-left: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    border-top: 0px;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal>ul {
   
    max-width: 188px;
    float: left;
}
ul.cnss-social-icon {
 
    max-width: 250px;
    float: left;
	margin-top:-5px;
}
li.cn-fa-instagram a img {
       padding: 7px!important;
    width: 34px!important;
    background: white;
    margin: 5px!important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link:after {
    content: "\f105";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'fontAwesome';
    padding-left: 10px;
        top: -6px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link:after {
    content: '\f107';
	    top: -6px;
}
  .search-in-menu {
	display:block!important;
	padding: 10px!important;
}
  p.description-page-text {
       text-align: center;
    width: 85%;
    margin: 0px auto;
    margin-top: 15px;
  }
 .container-fluid h1.entry-title {
   
    text-align: center;
}
  .search-in-menu-form .serch--button {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    padding: 0;
    border: 0;
    background: rgb(124, 185, 40);
}
  .bottom-fullwidth__container--wrap p.bottom-fullwidth__wrap__text, .bottom-fullwidth__container--wrap h2.bottom-fullwidth__wrap__title {
   
    width: 100%;
}
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: none;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
   display: block;
    padding-bottom: 15px;
    width: 100%;
    z-index: 9999;
    background: #0051a0;
    margin: 0;
    left: 0;
    overflow-y: scroll;
	position: fixed;
    top: 170px;
	height: calc(100vh - 170px);
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  
    border-top: 1px solid #006baf!important;
	    margin: 0;
		font-weight: 500!important;
    font-size: 16px;
	color:#fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus
{
	font-weight: 500;
    font-size: 16px;
}


#mega-menu-wrap-primary #mega-menu-primary {
   
    top: 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
}
	
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-block-1:before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:before{
		color:#0051a0;
	}
	
/* input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large { */
   
    /* padding: 15px 10px; */
   
/* } */
	
	.home-fullwidth__wrap__btn__wrap {
    display: inline-block;
    width: 100%;
}
body.ca-landing .container-fluid.hero--image {
  
    min-height: 360px;
 
}
	.appointment-request .hero--image{
		padding-bottom:30px !important;
	}
	
.home-fullwidth__container {
 
    text-align: center;

}
img.img--free {
    position: relative;
    left: 0px;
}
h1.home-fullwidth__wrap__title {
  color: white;
    font-size: 48px;
    margin: 0px;
    margin-bottom: 20px;
}
.home-fullwidth__wrap__btn {
    font-size: 15px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
	padding: 15px;
}
.home-fullwidth__wrap__btn.outline {
    background: #fff;
    border: 2px solid #0051a0;
    color: #0051a0;
    margin-bottom: 20px;
   width: 100%!important;
    display: inline-block;
  text-align:center;
}
.home-fullwidth__wrap__btn i.fa.fa-angle-right {
   
    right: -10px;
    
}

	
.et_divi_builder #et_builder_outer_content .et_pb_column .et_pb_testimonial_description {
    width: 96%!important;
    display: block;
}
	
} /************************ end max-width 768 **************/

.tg .tg-yvmj .sub-text {
		font-size:10px !important;
		color: black !important;
		font-style:italic;
	}

@media only screen and (max-width: 560px) {
.location .view-all-button {
   
    margin-top: 10px;
}
.list-image-sonrisa img {
    position: relative;
    top: 0px;
    
}
.list-image-sonrisa div {
    display: flex;
    flex-direction: column;
}
.single.landing-sonrisa input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
    padding: 15px 0px;
    font-size: 14px;
    background-color: white;
    width: 100%;
    max-width: 100%;
}
 .tg .tg-yvmj {
 
    font-size: 15px!important;
	    padding: 10px!important;
}
	
.price-match .tg .tg-yw4l {
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}
.tg .tg-3rrr {
   font-size: 15px!important;
}
.home-fullwidth__wrap__btn {
    font-size: 15px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
	padding: 15px 8px;
}
.home-fullwidth__wrap__btn i.fa.fa-angle-right {
    right: -5px;
}
span.chat--icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 15px;
    top: 10px;
    background-image: url(../img/chat-white.svg)!important;
    background-repeat: no-repeat!important;
    background-size: contain;
}
.wrap.orhto-box {
    padding: 40px 0px 0px 0px;
}
a.view-all-button.outline--green.ortho--button {
    text-align: center;
    width: 100%;
    margin: 10px auto;
    margin-top: 30px!important;
    display: block;
}
a.view-all-button.outline--green.ortho--button:hover {
  
    width: 100%;
 
    display: block;
}
.logo__wrap--holder div p {
 
    flex-direction: column;
}
.logo__wrap--holder div p img {
   margin-bottom:30px!important;
}
div#jdc-chat-button {
    position: absolute;
    right: 10px;
}
div#printCoupon .white-part {
 
    padding: 40px ;
}
div#jdc-chat-button {
      position: fixed;
    right: -27px;
    top: 200px;
    background: #0051a0; /*0171bd*/
    padding: 10px 14px 10px 40px;
    transform: rotate(-90deg);
}
div#jdc-chat-button i.fa.fa-comments {
    margin-right: 5px;
}
	.utility-bar-right {
    float: right;
    width: 50%;

}
.utility-bar-left {
    float: left;
    width: 50%;
}
.google--review {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 0px 0px 0px;
    flex-wrap: wrap;
	    margin-bottom: -30px;
}
	
.owl-carousel .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: -2em;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -2em;
}
/* .price-match td {  */

	/* height: auto; */
    /* min-height: 80px; */
	/* } */
	.et_divi_builder #et_builder_outer_content .et_pb_column .et_pb_testimonial_description {
    width: 90%!important;
    display: block;
}
	.contact-form h1.entry-title{
		font-size:27px;
	}

	.utility-bar-left section .phone-number {
       font-size: 16px;
		top:5px;
	}

	.menu-item--shedule {
		font-size: 14px;
		padding: 20px 5px;
		margin-left: 0px;
		width: 100%;
	}

}
/*********   End Max 560px     *********/
@media only screen and (max-width: 446px) {
	.right-landing {
    float: left;
    position: relative;
    top: 0px;
}
	.contact-form h1.entry-title{
		font-size:25px;
	}
	
}
@media only screen and (max-width: 420px) {
 .tg .tg-yvmj, .tg .tg-3rrr {
   text-transform: capitalize!important;
    font-size: 14px!important;
	  
}
	
	.call-us {
    float: left;
    padding-left: 10px;
}

.utility-bar i.fa.fa-phone {
   
    top: 2px;
   
}
body.ca-landing .container-fluid.hero--image {
    min-height: 450px;
}
body.ca-landing
.menu-item--shedule {
    font-size: 13px;
    padding: 18px 5px;
    margin-left: 0px;
    width: 100%;
    height: 50px;
}
	
	h3.date{
		font-size:10px !important;
	}
	div#times-row{
		font-size:12px !important;
	}
	div.pre-select-alert{
		font-size:14px;
	}
	.contact-form h1.entry-title{
		font-size:21px;
	}
} /**************************End media max width 420*/
@media only screen and (min-width: 1040px) and (max-width: 1140px) {
	
	.utility-bar ul#menu-top_menu-spanish li {
    margin: 0px 5px;
}
	.utility-bar ul#menu-top_menu li {
    margin: 0px 10px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1040px) {
	
	.utility-bar ul#menu-top_menu li {
    margin: 0px 8px;
}
	.utility-bar ul#menu-top_menu-spanish li {
    margin: 0px 4px;
}
div#jdc-chat-button {
    position: absolute;
    right: 20px;
    top: 16px;
    cursor: pointer;
}
}
@media only screen and (min-width: 991px) and (max-width: 1024px) {
	
	.utility-bar ul#menu-top_menu li {
    margin: 0px 7px;
}
	.utility-bar ul#menu-top_menu-spanish li {
    margin: 0px 2px;
}

}
/* table responsive */
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

/*
	.price-match, .price-match thead, .price-match tbody, .price-match th, .price-match td, .price-match tr { 
	    display: block;
	}
	.price-match tr:first-child {
		display:none!important;
	}
	.price-match tbody {
    border: 0px solid #e1e3e6;
}

	.price-match thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.price-match tr:nth-child(odd) td { background:white; }
	
	.price-match tr { border: 1px solid #eee!important; margin: 0px;  margin-bottom: 20px; }
	
	.price-match td { 
	
		    border: none!important;
    border-bottom: 1px solid #eee!important;
    position: relative;
	padding: 0!important;
    padding-left: 52%!important;
	    line-height: 60px!important;
	
	}
	
	.price-match td:before { 
	position: absolute;
    left: 0px;
    width: 52%;
    padding: 0 10px;
    white-space: normal;
    background: #f1f3f5;
    font-weight: 700;
	}
	
	
	.price-match td:nth-of-type(1):before { content: "PROCEDURE";     text-transform: uppercase;
    color: #0171bc;}
	.price-match td:nth-of-type(2):before {  content: "SAVINGS PLAN";
    background: #fab001;
    color: white;
    text-transform: uppercase; }
	.price-match td:nth-of-type(3):before { content: "NO SAVINGS PLAN";     text-transform: uppercase;
    color: #0171bc;}
.price-match.esp-pricematch td:nth-of-type(1):before { content: "PROCEDIMIENTOS";     text-transform: uppercase;
    color: #0171bc;    font-size: 13px;}
	.price-match.esp-pricematch td:nth-of-type(2):before {  content: "PLAN DE AHORROS";
    background: #fab001;
    color: white;
    text-transform: uppercase;      font-size: 13px;}
	.price-match.esp-pricematch td:nth-of-type(3):before { content: "SIN PLAN DE AHORROS";     text-transform: uppercase;
    color: #0171bc;     font-size: 13px;}
*/

 .tg .tg-yvmj, .tg .tg-3rrr  {
   
    font-size: 16px;
	
}

	.how-cost, .how-cost thead, .how-cost tbody, .how-cost th, .how-cost td, .how-cost tr { 
		display: block; 
	}

	.how-cost tbody {
    border: 0px solid #e1e3e6;
}
	/* Hide table headers (but not display: none;, for accessibility) */
	.how-cost thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	.how-cost tr:nth-child(odd) td { background:#f5f5f5; }
	.how-cost tr:nth-child(even) td { background:white;  }
	.how-cost tr { border: 1px solid #eee!important; margin: 0px; }
	
	.how-cost td { 
		/* Behave  like a "row" */
		    border: none!important;
    border-bottom: 1px solid #eee!important;
    position: relative;

	}
	.how-cost tr th {
		border:0px!important;
	}
	
	
}
/*search*/

.searchbox {
	position: relative;
	min-width: 50px;
	width: 0%;
	height: 50px;
	overflow: hidden;
	float: right;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	-ms-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.searchbox-input {
	position: absolute;
	top: 0;
	right: 4px;
	border: 0;
	outline: 0;
	width: 80%;
	height: 50px;
	margin: 0;
	padding-left: 20px;
	font-size: 14px;
	    border: none!important;
    border-left: 1px solid #e8e8e8!important;
  border-radius: 0px;
}
.searchbox-input::-webkit-input-placeholder {
 color: #757575;
}
.searchbox-input:-moz-placeholder {
 color: #757575;
}
.searchbox-input::-moz-placeholder {
 color: #757575;
}
.searchbox-input:-ms-input-placeholder {
 color: #757575;
}
.searchbox-icon {
	position: absolute;
	right: 0;
	top: 0;
  border-radius: 0%;
	width: 40px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	color: #dcddd8;
	background-color: #fff;
	   
}
.searchbox-submit {
	position: absolute;
	right: 0;
	top: 1px;
  border-radius: 0%;
	width: 45px;
	height: 50px;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	cursor: pointer;
	color: #dcddd8;
	background-color: #fff;
	  	
}
.searchbox-open {
	width:700px;
}

.searchbox-open .searchbox-submit {
	display:block!important;
	
}
.searchbox-submit {
	display:none;
}
.optioVideoLibrary.optioUIDark {
	background: transparent !important;
	padding: 0px!important;
}
.optioVideoPlayer {
	box-shadow: 0px 5px 10px 0px #d5d8da;
}
.optioProductPages,
.optioFooter {
	display: none; 
}
.five-div-arrow .et_pb_text {
  width: 20%;
    margin: 0.5%!important;
    min-height: 290px;
}
.five-div-arrow .et_pb_column {
     display: flex;
    align-items: center; 
    justify-content: center; 
}
.five-div-arrow .et_pb_text p {
	    padding: 15px!important;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 250px;
}
.five-div-arrow .et_pb_text h3 {
    background: #0051a0!important; /*0171bd*/
    color: white!important;
    padding: 15px 0px!important;
    font-weight: 500!important;
    text-transform: uppercase!important;
}
.find-office-page .wrap.padding {
	padding-top: 30px;
}
/* Customize the label (the container) */
.check-input-cc,
.check-input-ortho,
.privacy-policy-consent{
     display: block;
    position: relative;
    padding-left: 35px;
    margin-left: 20px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    min-width: 352px;
    width: 100%;
    user-select: none;
	white-space:normal;
}
.satisfied-checkbox span.wpcf7-list-item.first,.satisfied-checkbox span.wpcf7-list-item.last  {
    width: 100px;
    height: 50px;
    background: white;
    border: 1px solid #e6e6e6;
	position: relative;
	    margin: 0;
}
.satisfied-checkbox span.wpcf7-list-item.first {
border-radius: 5px 0px 0px 5px;
}
.satisfied-checkbox span.wpcf7-list-item.last {
border-radius: 0px 5px 5px 0px;
    margin-left: -1px;
}
.satisfied-wrap span:first-child {
    margin-right: 20px;
}
/* Hide the browser's default checkbox */
.check-input-cc input, .check-input-ortho input, .privacy-policy-consent input, .satisfied-checkbox span.wpcf7-list-item.first input, .satisfied-checkbox span.wpcf7-list-item.last input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.satisfied-checkbox span.wpcf7-list-item.first input, .satisfied-checkbox span.wpcf7-list-item.last input{
    width: 100px;
    height: 50px;
}
.satisfied-checkbox span.wpcf7-list-item input:checked ~ .wpcf7-list-item-label {
       background-color: #0051a0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0051a0), to(#123156));
    background-image: -webkit-linear-gradient(top, #0051a0, #123156);
    background-image: -moz-linear-gradient(top, #0051a0, #123156);
    background-image: -ms-linear-gradient(top, #0051a0, #123156);
    background-image: -o-linear-gradient(top, #0051a0, #123156);
    background-image: linear-gradient(to bottom, #0051a0, #123156);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0051a0, endColorstr=#123156);
     display: flex;
	 font-weight:400;
    justify-content: center;
    align-items: center;
   height: 48px;
    color: white;
}
.satisfied-checkbox span.wpcf7-list-item.first input:checked ~ .wpcf7-list-item-label {
	
	border-radius: 5px 0px 0px 5px;
	
}
.satisfied-checkbox span.wpcf7-list-item.last input:checked ~ .wpcf7-list-item-label {
	
	border-radius: 0px 5px 5px 0px;
	
}
.satisfied-checkbox .wpcf7-list-item-label {
	 display: flex;
    justify-content: center;
    align-items: center;
	height: 48px;
	font-weight:400;
	color:#757788;  
	font-size: 14px;
	
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
 background-color: #fff;
    border: 2px solid #e6e6e6;
    border-radius: 5px;
}
.satisfied-checkbox span.wpcf7-list-item.first .wpcf7-list-item-label:before {
	content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/happy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin-right: 10px;
	
}
.satisfied-checkbox span.wpcf7-list-item.last .wpcf7-list-item-label:before {
	content: '';
    width: 20px;
    height: 20px;
    background-image: url(../img/sad.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	margin-right: 10px;
}


/* On mouse-over, add a grey background color */
.check-input-cc:hover input ~ .checkmark,
.check-input-ortho:hover input ~ .checkmark,
.privacy-policy-consent:hover input ~ .checkmark{
  background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
.check-input-cc input:checked ~ .checkmark,
.check-input-ortho input:checked ~ .checkmark,
.privacy-policy-consent input:checked ~ .checkmark{
  background-color: #fff;
}
.controls.satisfied-wrap.col-sm-12 {
    display: flex;
    align-items: center;
	margin-bottom: 30px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-input-cc input:checked ~ .checkmark:after,
.check-input-ortho input:checked ~ .checkmark:after,
.privacy-policy-consent input:checked ~ .checkmark:after{
  display: block;
}

/* Style the checkmark/indicator */
.check-input-cc .checkmark:after,
.check-input-ortho .checkmark:after,
.privacy-policy-consent .checkmark:after{
left: 6px;
    top: 2px;
    width: 8px;
    height: 12px;
    border: solid #fab001;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.wrap.orhto-box .box--content--dentist-opp {
    margin: 0px 0 0!important;
    padding: 30px 15px!important;
    position: relative;
    border: 1px solid #dee1e5!important;
    background: white!important;
    text-align: center;
  
}
.wrap.orhto-box  .box--content--dentist-opp p {
	text-align:center!important;
	color: #757575!important;
    font-size: 16px!important;
    font-weight: normal;
    margin-bottom: 0;
}
.wrap.orhto-box  .blue--box {
    background: #0051a0!important; /*0072bb*/
    text-align: center;
    padding: 15px!important;
    -webkit-transition: background-color 0.2s ease-out!important;
    -moz-transition: background-color 0.2s ease-out!important;
    -o-transition: background-color 0.2s ease-out!important;
    transition: background-color 0.2s ease-out!important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 200px;
}
.wrap.orhto-box a.view-all-button.outline--green.ortho--button {
    text-align: center;
    width: 89%;
    margin: 10px auto;
    margin-top: 30px!important;
}
p.testimonilas--content--home:before {
    content: '';
    background-image: url(../img/quote-testimonials.png);
    width: 50px;
    height: 50px;
    background-position: center center;
    position: absolute;
    background-repeat: no-repeat;
    left: 20px;
    top: 15px;
    background-size: contain;
    z-index: 1;
}
#select-category-mobile {
      
    display: block;
    color: #383838;
    margin-top: 3px;
    font-weight: 600;
 
    -moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    border-radius: 0 !important;
    cursor: pointer;
    background: #f8fafb;
       background-position: top right;
    -webkit-appearance: none;
    outline: 0;
    font-size: 16px;
margin-top:-20px;
    position: relative;
}

ul.first-count-city {
    padding: 15px;
	 -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;

   /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
   -ms-user-select: none;
   user-select: none;
}
#select-category-mobile li.last-child {
	text-transform:none!important;
	color:#616161;
	font-weight:400;
	    padding: 2px 15px;
	 
}

li.last-child a {
    color: #5d5d5d;

    font-size: 14px;
}
.col-md-4.col-lg-4.col-xs-12.image-overlay:hover ul.all-city  {
	display:block!important;
	 max-height: 300px;
	 overflow-y:auto;
	height:auto;
	 -webkit-animation: fadeIn 0.4s;
    animation: fadeIn 0.4s;
		
}
ul.all-city {
	  display:none;
    padding: 5px 0 10px 0px;
    margin-top: -10px;
    border-top: 1px solid #ececec;
    position: absolute;
    width: 100%;
    background: #f8fafb;
	
	    z-index: 1000;
		 height: 0px;
		 
   
	
}
.col-md-4.col-lg-4.col-xs-12.image-overlay {
    margin-bottom: 30px;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
h1.locations-title-main {
    font-size: 24px;
    color: #0051a0; /*0171bd*/
}
form#locationSearch {
    position: relative;
}

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

{ 

    .hero--image[style*="background-image"] {
        padding: 100px 0!important;
       
    }
}
@media only screen and (min-width:3000px)

{ 

    .hero--image[style*="background-image"] {
        padding: 160px 0!important;
       
    }
}
body.landing-sonrisa main.content {
    margin-bottom: 0px!important;
}
.single.landing-sonrisa footer.entry-footer {
    display:none!important;
}
.single.landing-sonrisa .site-header {
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 999;
}
 .container__width70 {
    width: 100%;
    float: right;
    max-width: 760px;
}

.single.landing-sonrisa header.entry-header {
    display: none!important;
}
.contact-form-sonrisa-landing {
    width: 100%;
    border: 1px solid #e1e3e6;
    margin: 60px auto 0px auto;
    padding: 30px;
    text-align: center;
    max-width: 840px;
}
.single.landing-sonrisa .form-control {
    border: 1px solid #e1e3e6;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
    height: 40px;
    margin-bottom: 15px;
}
.contact-form-sonrisa-landing form {
    margin-top: 30px;
}
.contact-form-sonrisa-landing form input.wpcf7-form-control.wpcf7-submit.btn.btn-success.btn-large {
 
    float: none!important;
}
.single.landing-sonrisa .panel-body ul li:before, .row-finance-class ul li:before, .find-office-page .panel-body ul li:before, .discounted-services-columns ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0em;
    width: 1.3em;
    color: #fab001;
    font-size: 20px;
}
.single.landing-sonrisa .box--content--dentist-opp {
    margin: 0px 0 0!important;
    padding: 0px 0px 0px 30px!important;
    position: relative;
    border: 1px solid #dee1e5!important;
    background: white!important;
    min-height: 219px;
}
/*Select a location buttons*/
.wrap.orhto-box .blue--box.show-offices{
	border: 2px solid #0051a0; /*0072bb*/
	background-color: white !important;
	margin-bottom: 10px;
	cursor: pointer;
	min-height: 180px !important;
}
.wrap.orhto-box .blue--box.show-offices .blue-img,
.wrap.orhto-box .blue--box.show-offices.active .white-img{
	display: block;
}

.wrap.orhto-box .blue--box.show-offices.active .blue-img,
.wrap.orhto-box .blue--box.show-offices .white-img	{
	display: none;
}
.wrap.orhto-box .blue--box.show-offices.active{
	background-color: #fab001 !important;
	    border-color: #fab001 !important;
}

@media only screen and (min-width: 900px) {
	.wrap.orhto-box .blue--box.show-offices:hover {	
		background-color: #0051a0 !important; /*0072bb*/
			border-color: #0051a0 !important; /*0072bb*/
	}	
    .wrap.orhto-box .blue--box.show-offices:hover .white-img {
        display: block;
    }
    
    .wrap.orhto-box .blue--box.show-offices:hover .blue-img {
        display: none;
    }
    
    .wrap.orhto-box .blue--box.show-offices:hover h2 {
        color: white !important;
    }
}

.wrap.orhto-box .blue--box.show-offices p,	
.wrap.orhto-box .blue--box.show-offices h2{
	margin: 0px !important;
	color: #0051a0 !important; /*0072bb*/
}
.wrap.orhto-box .blue--box.show-offices h2{
	font-size: 15px !important;
}

.wrap.orhto-box .blue--box.show-offices.active h2{
	color: white !important;
} 
@media (max-width: 320px) {
	.wrap.orhto-box .blue--box.show-offices h2 {
			font-size: 13px !important;
	}
	.wrap.orhto-box .blue--box.show-offices {
		min-height: 110px !important;
	}
	.wrap.orhto-box .blue--box.show-offices img {
		padding: 10px !important;
    	margin: 0 !important;		
	}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 360px) {
	.utility-bar-left section .phone-number {
       font-size: 14px;
		top:5px;
	}
	.menu-item--shedule {
		font-size: 12px;
	}
}


/*********** Overwrite the Divi Builder colors *************/
#et_builder_outer_content h3, .smart--choise__title h3, .tg .tg-w3jg, .tg .tg-yvmj{
	color:#0051a0 !important;
}
 
#et_builder_outer_content .about-us__box:hover > .box-link > .blue--box > h2{
	color:#0051a0 !important;
}

.promise--details li:before, .promise--details li:before{
	color:#fab001 !important;
}
.tg .tg-3rrr{
	background-color:#fab001 !important;	
}
.et_pb_button, .et_pb_custom_button_icon{
	background-color:#0051a0 !important;
	color:#fff !important;
	border-color: #0051a0 !important;
}

.et_pb_button:hover, .et_pb_custom_button_icon:hover{
	background-color:#fff !important;
	color:#0051a0 !important;
	border-color: #0051a0 !important;
}

/**End Divi Builder**/

.page-template-template-unbounce #podium-website-widget {
	display:none;
}

/** Invisalign Service Page **/

.how-invisalign-works-list > li::before,
.invisalign-benefits-list > li > ul > li::before{
	display:none !important;
}

.invisalign-benefits-list li, .how-invisalign-works-list li{
	padding-bottom: 10px;
    line-height: normal;
	padding-left:0px !important;
}

/** End Invisalign page **/

/* Homepage Icon Fix */
.fa-map-marker:before {
  content: "\f041" !important;
}
.home-fullwidth__wrap__title, .home-fullwidth__wrap__text, .home-list-checkbox {
  text-shadow: 4.9px 4.9px 7.5px rgba(0, 0, 0, 0.32);
}

.homepage-slider-box {
  /* text-align:center; */
  flex: 1;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.homepage-slider-box-inner {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homepage-slider-title {
  /* text-align: center; */
  
}

.hero-home-container {
  min-height:600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-nonlist {
  margin-top:15px;
  margin-bottom:15px;
}
.homepage-yellow-section {
  color:#0051a0 !important;
}
.homepage-yellow-section span{
  text-decoration:underline;
  /* text-transform:uppercase; */
}

.hero-footer-text {
  text-align:center;
  display:none !important;
}

.home-fullwidth__wrap__btn.outline {
  background: #0051a0;
  border: 2px solid #0051a0;
  color: #fff;
}
.home-fullwidth__wrap__btn.outline:hover {
  background: #fff;
  color: #0051a0;
}

.find-an-office-btn-1 {
  max-width: 416px;
}

.homepage-pink-section span {
  text-decoration:underline;
  /* text-transform:uppercase; */
}

.homepage-pink-section:hover {
  color:#0051a0;
}

.mobile-break {
  display:none;
}

@media(max-width:767px) {
  .subimage-custom-styles {
    margin-top:0 !important;
  }
  h1.home-fullwidth__wrap__title {
    font-size:30px;
  }
  .mobile-container-home {
    margin-top: 130px !important;
  }
  .mobile-break {
    display:block;
  }
}

.page-template-template-landing-page .site-inner {
  padding-top:0;
  max-width:100%;
}