<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
        Theme Name: MDC
        Theme URI: http://www.studiopress.com/
        Description: This is the sample theme created for the Genesis Framework.
        Author: StudioPress
        Author URI: http://www.studiopress.com/

        Version: 2.2.4

        Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

        Template: genesis
        Template Version: 2.2.3

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


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


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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css 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,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

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


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

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

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

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

body {
    background-color: #fff;
    /*color: #033064;*/
    color: #333333;
    font-family: 'Numbers', 'Alef', sans-serif;
    font-size: 22px;
    font-size: 2.2rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 1.375;
    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: #3095db;
    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 #eee;
    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;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Numbers', 'Alef', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 10px;
    /*color: #033064;*/
    #333333
}

h1 {
    font-size: 42px;
    font-size: 4.2rem;
}

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

figure {
    margin: 0;
}

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

.gallery {
    overflow: hidden;
}

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

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.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-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

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

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

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

input,
select,
textarea {
    background-color: #fff;
    /*border: 1px solid #63aae1;*/
    border: 1px solid #333333;

    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 400;
    padding: 8px 16px;
    width: 100%;
    border-radius: 5px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

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

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

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    background-color: #4ab5e3;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 8px 24px;
    text-decoration: none;
    white-space: normal;
    width: auto;
    border: 1px solid #fff;
    border-radius: 5px;
}

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

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

.button {
    display: inline-block;
}

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

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

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

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

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

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

td,
th {
    text-align: left;
}

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

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

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

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

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

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

.more-link {
    position: relative;
}

.one-half-eq  {
    float: none;
    width: 100%;
}

.left-half {
    background-color: #a40035;
    width: 100%;
    float: none;
}

.right-half {
    background-color:rgba(46, 132, 176, 0.85);
}

#silverline{
    width: 100%;
    height: 39px;
    background: url(images/MDC_silverLine.png) repeat-y;
    background-size: contain;
    padding: 5px;
    display: flex;
    justify-content: center;
}

.header-link {
    line-height: 70px;
}

.left-half .header-link {
    background-color: rgba(117, 136, 156, 0.7);
}

.right-half .header-link {
    background-color:rgba(114, 171, 200, 0.85);
}

.header-link a {
    color: #fff;
    font-size: 2.6rem;
    display: block;
    text-align: center;
    text-decoration: none;
}

.header-banner-content{
    /*position: absolute;*/
    width: 100%;
    bottom: 0;
    left: 0;
}

.header-text {
    font-size: 3.4rem;
    text-align: center;
    color: #fff;
    padding: 25px 0;
    line-height: 1.2;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

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

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

.site-inner {
    clear: both;
    padding-top: 40px;
    word-wrap: break-word;
}

.landing-page .site-inner {
    max-width: 800px;
}

/* ## 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: 1060px;
}

.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: 880px;
}

.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: 660px;
}

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

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

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

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


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

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

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

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

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

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

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

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

.after-entry,
.archive-description,
.author-box {
    background-color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 40px;
    padding: 60px;
}

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

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

.search-form {
    overflow: hidden;
}

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

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

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

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

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

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

.entry-title {
    font-size: 42px;
    font-size: 4.2rem;
}

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

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

.widget-title {
    font-size: 28px;
    font-size: 2.8rem;
    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: 600;
    margin: 0;
    text-align: center;
}

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

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


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

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

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

.widget ul &gt; li {
    margin-bottom: 10px;
    /*   padding-bottom: 10px;*/
}

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

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

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

.widget_calendar table {
    width: 100%;
}

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

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

.featured-content .entry {
    background: none;
    padding: 0;
}

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

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


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

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

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .widget.enews-widget {
    background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
    border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
    background-color: #c3251d;
    color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
    background-color: #fff;
    color: #333;
}

.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 {
    background-color: #fff;
}

.site-header &gt; .wrap,
.nav-secondary &gt; .wrap {
    max-width: 100%;
    /*padding: 5px 0;*/
    background: #333333;
}

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

.title-area {
    float: left;
    padding: 10px 0;
    width: 300px;
    display: none;
}

.header-image .title-area {
    margin: 0 auto;
    max-width: 300px;
    padding: 0;
}

.header-full-width .title-area {
    float: none;
    width: 100%;
    max-width: 300px;
    height: 80px;
}

.site-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    /*padding-left: 20px;*/
    margin-left: 40px;
}

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

.header-image .site-title &gt; a {
    background-position: left !important;
    float: left;
    /*    min-height: 103px;*/
    max-width: 367px;
    height: 90px;
    width: 190px;
    background-size: contain !important;
}

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

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

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
    width: 11.5%;
    height: 100%;
    float: left;
}

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

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


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

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

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

.genesis-nav-menu a {
    /*color: #002d66;*/
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 20px 8px 20px;


}

.site-header .genesis-nav-menu a {
    font-size: 2.3rem;
    border-radius: 10px;
    border: 1px solid transparent;
    line-height: 1;
}

/*.genesis-nav-menu li:first-child a{
    padding: 0 0 0 20px;
}*/

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item &gt; a,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover,
.genesis-nav-menu .sub-menu .current-menu-item &gt; a:focus  {
    color: #3095db;
    /*border-bottom: 4px solid #3095db;*/
    border-color: #1fa8dd;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid #eee;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition:    opacity .4s ease-in-out;
    -ms-transition:     opacity .4s ease-in-out;
    -o-transition:      opacity .4s ease-in-out;
    transition:         opacity .4s ease-in-out;
    width: 200px;
    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: 200px;
    word-wrap: break-word;
}

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

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

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

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

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

.genesis-nav-menu &gt; .right {
    float: right;
}


/*MDC Secondary nav
---------------------------------------------*/
.nav-secondary {
    background: #e6e4e4;
}
.nav-secondary .genesis-nav-menu a:hover {
    color: #033064;
    border-bottom: none;
}

.nav-secondary .genesis-nav-menu a {
    color: #033064;
    direction: ltr;
}

.nav-secondary .genesis-nav-menu .email.menu-item a:before{
    content: "\f0e0";
}
.nav-secondary .genesis-nav-menu .map.menu-item a:before{
    content: "\f041";

}
.nav-secondary .genesis-nav-menu .phone.menu-item a:before{
    content: "\f095";
}
.nav-secondary .genesis-nav-menu .menu-item a:before{
    color: #34acdf;
    font-family: 'FontAwesome';
    font-size: 24px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}


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

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

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

.sub-menu-toggle,
.menu-toggle {
    display: none;
    visibility: hidden;
}

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

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

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #fff;
    /*border-top: 1px solid #eee;*/
    width: calc(100% - 420px);
    float: right;
    margin: 30px 0 0 0;
    background: #333333;
}


.nav-secondary{
    text-align: left;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
    padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
    padding: 0 20px 10px;
}


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

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

.entry {
    background-color: #fff;
    /*margin-bottom: 40px;*/
    /*padding: 70px 80px;*/
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.archive-pagination li {
    display: inline;
}

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

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

.promotion h2 {
    color: #fff;
    font-size: 42px;
}

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

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

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

.entry-comments {
    padding: 60px;
}

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

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

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

.comment-content {
    clear: both;
}

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

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

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

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

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


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

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

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


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

.footer-widgets {
    background-color: #3f3e3e;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    clear: both;
    padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    /*width: 380px;*/
}

.footer-widgets-1 .widget-wrap{
    max-width: 500px;
}
.footer-widgets-1 {
    margin-right: 70px;
    width: 550px;
    /*width: 60%;  */
}

.footer-widgets-1,
.footer-widgets-2 {
    /*float: left;*/
}
.footer-widgets-2 {
    /*max-width: 170px;*/
    width: 20%;
}

.footer-widgets-3 {
    float: right;
    max-width: 320px;
    width: 100%;
}

.footer-widgets-3 .widget{
    margin-bottom: 20px
}


.footer-widgets a:hover {
    color: #c0c0c0;
    text-decoration: none;
}
.footer-widgets a {
    color: #fff;
    text-decoration: none;
}

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

.site-footer {
    background-color: #2c2c2c;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
}

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

.site-footer a{
    color: #34acdf;
}




.acf-map {
    width: 100%;
    height: 600px;
    /*border-top: 5px solid #08a7df;*/
    border-top: 5px solid #3f3e3e;
}

section.rent-promotion {
    line-height: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

.map-footer {
    background-color: #939394;
    text-align: left;
    padding: 5px 10px;
}

.map-footer a img{
    vertical-align: middle;
    margin-right: 15px;
    max-width: 10%;
}
.map-footer a{
    color: #fff;
    text-decoration: none;
}

.footer-widgets h1,
.footer-widgets h2,
.footer-widgets h3,
.footer-widgets h4,
.footer-widgets h5{
    color:  #fff
}


/*Home page Template
------------------------------------*/

.page-template-template-home section.promotion {
    display: flex;
    color: #fff;
    /*padding: 20px 0;*/
}


.page-template-template-home .entry {
    background-color: #fff;
    padding: 30px 0;
}

.promotion .promo-left {
    flex-basis: 30%;
    position: relative;
    background-color: #a40035;
    padding-left: 0;
    padding-right: 0px;
    padding-top: 70px;
    padding-bottom: 100px;
}
.promotion .promo-left .title{
    text-align: center;
    width: 60%;
    margin: 0 auto;	
}

.promotion .promo-right {
    flex-basis: 70%;
    position: relative;
    background-color: #3095db;
    padding-right: calc(50% - 600px);
    padding-left: 200px;
    padding-top: 70px;
    padding-bottom: 100px;
}

.promotion .promo-img  {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    width: 270px;
}

.contact-form-img.img-right {
    right: -150px;
    width: 200px;
}
.contact-form-img {
    position: absolute;
    left: -90px;
    bottom: -82px;
    line-height: 0;
    width: 170px;
}

.gform_wrapper .gform_body ul li    button[type="submit"]{
    /*background-color: #3bb903;*/
    background-color: #4ab5e3;
    border: none;
    width: 240px;
    /* width: 100%; */
    display: block;
}

.promotion .promo-right .text{
    max-width: 660px;
    font-size: 28px;
}

.rent-clinic .wrap div {
    text-align: right;
}
.rent-promotion img {
    width: 100%;
    line-height: 0;
}

.doctor-quantity {
    margin:50px 0 0 ;
}

.doctor-quantity .entry-title {
    text-align: center;
}

.doctor-quantity .blue {
    color: #4d9edb;
}

.promotion a.button {
    max-width: 300px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    color: #032d67;
    border-color: #08a7df;
    position: absolute;
    bottom: 30px;
}

.promotion .promo-left  a.button {
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.doctor-container {
    padding: 100px 0;
    background-color: #e6e4e4;
}

.doctor-container h2 {
    margin: 0 0 80px;
    font-size: 4rem;
    text-align: center;
}


.doctor-container .doctor-content {
    background-color: #fff;
    text-align: center;
    padding: 25px 0;
}
.doctor-container .doctor-content h3 {
    font-size: 3rem;
}

.doctor-container .doctor-content p {

}
.doctor-photo img {
    display: block;
}


.home-nav .nav-item {
    display: block;
    height: 260px;
}



.home-nav .nav-item-left {
    flex-basis: 540px;
    margin-right: 20px;
}

.home-nav .nav-item-right {
    flex-basis: 540px;
    margin-left: 20px;
}

.home-nav .contact{
    flex-basis: 100%;
}

.home-nav .nav-item-left .text-left {
    z-index: 10;
    z-index: 10;
    width: 60%;
    float: left;
    position: absolute;
    top: 32%;
    left: 10%;

}
.home-nav .nav-item-right .text-right {
    z-index: 10;
    width: 60%;
    float: left;
    display: block;
    position: absolute;
    top: 32%;
    left: 10%;
}



.home-nav  .nav-item .title{
    font-weight: bold; 
    font-size: 2.3rem;
    text-align: center;
    color: #fff;
}
.home-nav  .nav-item .title p{
    margin-bottom: 0px;
    line-height: 1.25;
}
.home-nav  .nav-item .title button{
    width: 65%;
    height: 27px;
    padding: 0;
}

.home-nav  .nav-item.nav-item-left .title{
    /*color: #3095db;*/
    color: #fff;
}

.home-nav .nav-item .icon {
    margin: 0 10px;
}

.home-nav .nav-item.nav-item-left a.more {
    background: #3095db;
}
.home-nav .nav-item a.more {
    background: #032d67;
    color: #fff;
    padding: 2px 10px;
    margin: 10px 0;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.home-nav h2 {
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.6rem;
    color: #fff;
}
/*slider
------------------------*/


.home-slider.swiper-container {
    width: 700px;
    position: relative;
    float: left;
    height: 27vw;
    width: 35.5%;
    max-height: 520px;
}


.slider-overlay {
    position: absolute;
    top: 80px;
    right: 37%;
    text-align: center;
    font-size: 2.9em;
    width: 23%;
}
.home-img img {
    /*height: 100%;*/
}
.home-img {
    position: absolute;
    z-index: 10;
    width: 80%;
    height: 27vw;
    overflow: hidden;
    max-height: 520px;
    background-color: #b4d8ed;
}

.home-img &gt; picture{
    visibility: hidden;

}

section.home-nav {
    clear: both;
    display: flex;
    justify-content: center;
    background: #333333;;
    padding: 30px 0;
    flex-wrap: wrap;
}

.home-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 0;
}


.home-slider .swiper-slide img {
    max-width: inherit;
    height: 27vw;
    max-height: 530px;
}  

.home-slider-container {
    position: relative;
    height: 26vw;
    background: #b7babc;

}

.home-slider-container .home-img, .home-slider-container .home-slider, .home-slider-container .home-img img{
    visibility: hidden;
}

.home-slider .slider-logo,
.page-image-logo {
    position: absolute;
    z-index: 1;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 50vw;
}

.home-slider .slider-text,
.page-header-title {
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 4vw;
}

.slider-text{
    display:none;
}
div.contact-form-title{
    margin: 0 auto 20px;
    color: #fff;
    max-width: 1010px;
    font-size: 4.2rem;
    line-height: 1.2;
}
h1.contact-form-title,
h2.contact-form-title{
    margin: 0 auto 20px;
    color: #fff;
    max-width: 1010px;
}
.contact-form .wrap {
    position: relative;
}

.plan-container {
    background-image: url('images/plan3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.plan-slider-container{
    padding: 80px 0;
    background-color:#e6e4e4; 
}

.plan-slider-wrapper .swiper-wrapper, 
.picture-slider-wrapper .swiper-wrapper{
    padding-bottom: 50px !important;
}


.plan-slider-container h2{
    text-align: center;
    margin: 0 0 30px    ; 
} 

.swiper-pagination-bullet-active {
    background: #000 !important;
    /*background: #033064 !important;*/
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
}
/*Single Doctor
-----------------------------------------------------------------------------------------------------*/

section.intro {
    margin: 50px auto 20px; 
}

section.intro .wrap {
    display: flex;
    width: 700px;
    margin: 0 auto auto;
    max-width: 100%;
}

.intro-image {
    width: 50%;
    background-size: cover;
}

.intro-text {
    background-color: #3095db;
    color: #fff;
    padding: 125px 40px;
    width: 50%;
}


.intro-text a.button{
    font-size: 24px;
    font-size: 2.4rem;
    float: left;
    margin-top: 40px;
}
.intro-text li i{
    margin-left: 5px;
    width: 40px;
}
.intro-text li {
    line-height: 2;
}

.single-doctor .entry-header {
    text-align: center;
}

.single-doctor .entry-content {
    max-width: 1024px;
    margin: 0 auto;
}

.single-doctor .phone a {
    color: #fff;
    text-decoration: none;
    -webkit-apperance: none;
}

.search-doctor-container h3{
    font-size: 3.4rem;
    color: #033064;
    text-align: center;
    margin: 30px auto;
}

.home .search-doctor-container h3{
    margin: 60px auto;

}

#serach-doctors {
    background-size: cover;
    background-repeat: repeat;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.home #serach-doctors {
    height: 560px;
}

#serach-doctors .cover {
    content: " ";
    height: 100%;
    width: 100%;
    display: block;
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;

}


#serach-doctors .search-form-conatainer {
    width: 40%;
    width: 100%;
    max-width: 570px;
    text-align: center;
    position: relative;
    padding: 50px;
}

#serach-doctors i {
    position: absolute;
    right: 70px;
    left: auto;
    top: 67px;
    margin: auto;
    z-index: 1;
    color: #399bdc;
}
#serach-doctors input {
    opacity: 1;
    z-index: 1;
}

#serach-doctors input {
    padding: 0  10px;
    line-height: 50px;
    border-radius: 10px;
    font-size: 2rem;
    text-align: center;
}

#serach-doctors::-webkit-input-placeholder {
    color: #000;
}

.home .entry-title {
    text-align: center;
    margin: 0 0 50px;
}


.clinic-slider-container {
    padding: 80px 0;
    background: #eee;
}


/*MDC CONTACT FORM
-------------------------------------------------------*/ 
.gform_wrapper div.validation_error {
    display: none;
}



.gform_wrapper form li.gfield.gfield_error {
    margin-top: 0;
    margin-bottom: 0 !important;
    background-color: transparent;
    border: none;
}

.gform_wrapper li.gfield.gfield_error div.gfield_description {
    display: none;
}

.gform_wrapper form li.gfield.gfield_error div.ginput_container,
.gform_wrapper form li.gfield.gfield_error label.gfield_label {
    margin-top: .375em;
    margin-left: 0;
}

.gform_wrapper.gf_browser_chrome form .gfield_error input[type=email],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=number],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=password],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=tel],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=text],
.gform_wrapper.gf_browser_chrome form .gfield_error input[type=url],
.gform_wrapper.gf_browser_chrome form .gfield_error select,
.gform_wrapper.gf_browser_chrome form .gfield_error textarea,
.gform_wrapper.gf_browser_chrome form li.gfield_error.field_sublabel_above .ginput_complex input[type=text] {
    /*    margin-bottom: 0;*/
    border: 2px solid #f44336;
}

.gform_wrapper form li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper form li.gfield_html,
.gform_wrapper .top_label .gfield_error .ginput_container {
    max-width: 100%;
}

.contact-form {
    /*background-color: #3095db;*/
    background: url(images/MDC_silverLine.png) repeat-y;
    padding: 40px 0;
    clear: both;
    text-align: center;
}

.contact-form .gform_fields{
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-form .gform_button {
    display: none;
}

.contact-form .gfield {
    margin: 0 10px;
}

.contact-form .gfield_label{
    display: none;
}



.plan-container {
    text-align: center;
    padding: 0 0 40px 0;
}

.picture-slider-container h2,
.plan-container h2 {
    padding: 20px 0;
    font-size: 4rem;
}

.picture-slider-container {
    text-align: center;
    background: #eee;
    padding-bottom: 20px;
}

.picture-slider-wrapper {
    width: 100%;
    margin: 0 auto;
}

.swiper-container-rtl .swiper-button-prev {
    right: 15% !important;
}
.swiper-container-rtl .swiper-button-next {
    left: 15% !important;
}

/*Clinics, Doctors
--------------------------------------------------------*/

.clinic-container .clinic .wrap {
    display: flex;
    padding: 80px 0;
}

.clinic .clinic-content {
    flex-basis: 75%;
    padding-left: 20px;
    text-align: justify;
}
.clinic .clinic-logo {
    flex-basis: 25%;
    margin-left: 80px;
}

.page-template-template-clinics .entry-title {
    text-align: center;
}

.page-template-template-clinics .rent-promotion {
    border-top: 10px solid #fff;
}


.page-template-template-clinics .swiper-slide img {
    max-width: inherit;
}
.clinic.even {
    background-color: #e6e4e4;
}

.page-template-template-join .entry {
    margin-bottom: 50px;
}
.header-contanier .header-banner-form{
    flex-basis: 400px;
    /*background-color: #3796d8;*/
    background-color: #939394;
    align-self: center;
    /*Staging*/ margin: 0 auto;
    /*Staging*/ padding-top: 5px;
    /*Staging*/ padding-bottom: 5px;
}
.page-template-template-clinics .header-contanier,
.page-template-template-nadlan .header-contanier{
    display: flex;
    /*background-color: #3796d8;*/
    background-color: #939394;
}
.page-template-template-clinics .header-image,
.page-template-template-nadlan .header-image {
    flex-basis: calc(100% - 400px);
}

.page-template-template-join .header-image,
.page-template-template-nadlan .header-image,
.page-template-template-clinics .header-image,
.page-template-template-momchim .header-image{
    min-height: calc(100vh - 410px - 80px);
    background-size: cover;
    position: relative;
    background-position-x: center;
}
@media only screen and (min-height: 800px) {
    .page-template-template-join .header-image,
    .page-template-template-nadlan .header-image,
    .page-template-template-clinics .header-image,
    .page-template-template-momchim .header-image{
        min-height: 400px;
        background-size: cover;
        position: relative;
        background-position-x: center;
    }
}
.page-template-template-momchim .header-image {
    height: 525px;
    background-size: cover;
    background-repeat:      no-repeat;
}

.page-template-template-clinics .header-image .form-container {
    flex-basis: 400px;
}
.page-template-template-clinics .header-image {
    height: 400px;
    background-size: cover;
    display: flex;
}

.rent-clinic h2 {
    color: #fff;
    border: none;
}
.rent-clinic a {
    background-color: #3bb903;
    margin-top: 30px;
}
.rent-clinic {
    background-color: #204977;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 50px 0;
}
.rent-clinic .wrap {
    max-width: 800px;
}

.rent-clinic:after {
    background: url('images/doctor.png');
    position: absolute;
    content: "";
    display: block;
    height: 400px;
    width: 400px;
    background-size: contain;
    bottom: 0;
    left: 20px;
    line-height: 0;
    background-repeat: no-repeat;
}


.home .site-inner,
.tax-specialty .site-inner,
.post-type-archive-doctor .site-inner {
    width: 100%;
    max-width: 100%;
    padding-top: 0;

}
.tax-specialty article.doctor:nth-child(2n),
.post-type-archive-doctor article.doctor:nth-child(2n) {
    background-color: #e6e4e4;
}
.tax-specialty .entry {
    padding: 50px 0px;
}



.tax-specialty .archive-title {
    font-size: 4rem;
    text-align: center;
}

.post-type-archive-doctor article.doctor {
    padding: 40px 0;
}
.post-type-archive-doctor article.doctor .entry-title {
    font-size: 2.4rem;
    padding: 30px 0 0 0;
}
.post-type-archive-doctor article.doctor .entry-title a{
    color: #25436f;
    font-weight: 600;    
}

article.doctor a.entry-image-link img {
    margin: 0  0 0 120px;
    border-radius: 10px;
}

.home .clinic-slider,
.home .entry-header, .home .entry-content,
article.doctor .entry-header, article.doctor .entry-content {
    width: 1210px;
    max-width: 100%;
    margin: 0 auto;

    padding: 0 5%;

}
.home .clinic-slider{
    padding: 0 ;
}
.home .entry-content {
    text-align: justify;
}

article.doctor .entry-header, article.doctor .entry-content {
    position: relative;
    padding-bottom: 0; 
}


.doctor a.schedule {
    float: left;
    position: relative;

}


.clinics h2 {
    text-align: center;
    font-size: 3.4rem;
    margin:0 0 50px;
}

.one-third-eq {
    float: right;
    width: 33.333%;
}
.one-third-eq img {
    width: 100%;
    display: block;
}

.three-images-container .one-third-eq {
    position: relative;
}
.three-images-container .one-third-eq:hover {
    opacity: 0.9;
}

.three-images-container .one-third-eq a {
    display: block;
}

.three-images-container .image-text  {
    font-size: 3.4rem;
    font-size: 6rem;
    text-align: center;
    line-height: 1.2;
    color: #fff;

}

.pos-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*The Advantages strip
--------------------------------*/ 

.star {
    /*    height: 100px;
        width: 100px;
        -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
        text-align: center;
        background: red;
        color: white;*/
}

.star::before {
    /*    display: inline-block;
        height: 100%;
        background: blue;
        vertical-align: middle;
        content: '';*/
}
.star::before {
    display: inline-block;
    vertical-align: middle;
    content: '\f005';
    font-family: FontAwesome;
    color: #4ab5e3;
    font-size: 80PX;
    position: absolute;
}

section.advantages h2 {
    /*color: #fff;*/
    color: #000;
    text-align: center;
    font-size: 4rem;
}
section.advantages {
    /*background-color: #3095db;*/
    background-color: #e6e4e5;
    /*color: #fff;*/
    color: #000;
    padding: 80px 0;
}
.page-template-template-about section.advantages {
    background-color: #e6e4e5;
    /*color: #002f67;*/
    color: #000;
}

.page-template-template-momchim section.advantages  {
    background-color: #fff;
    color: #1e487a;
}

.page-template-template-about section.advantages h2{
    /*color: #002a5f;*/
    color: #000;
}
.page-template-template-momchim section.advantages h2 {
    color: #1e487a;
}


section.advantages .wrap{
    display: flex;
    flex-wrap: wrap;
}

section.advantages .advantage {
    flex-basis: 45%;
    margin: 2.5%;
}


.page-template-template-about section.advantages .advantage .number {
    color: #fff;
    /*background-color: #1fa8dd;*/
}

section.advantages .advantage .number {
    font-size: 3.7rem;
    font-weight: 700;
    color: #fff;
    /*    background-color: #4ab5e3;*/
    border-radius: 100%;
    /*    height: 100px;
        width: 100px;*/
    display: inline-block;
    text-align: center;
    line-height: 23px;
    margin-left: 10px;
}

section.advantages .advantage .star-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.advantages .advantage .star-container span{
    display:block;
}

section.advantages .advantage .number-text{
    position: relative;
    top: 1px;
    right: 32px;
    width: 10px;
}
section.advantages .advantages .star{

}

.page-template-template-momchim section.advantages .advantage span.number {
    background-color: #3095db;
    color: #fff;
}

section.advantages .advantage .title {
    font-weight: 700;
    font-size: 2.5rem;
}

section.advantages .advantage .text {
    margin-top: 10px;
    font-size: 2.3rem;
}
.advantages .advantage span.title-text {
    width: calc(100% - 100px)!important;
    display: inline-block;
    font-weight: bold;
    font-size: 27px;
}
.swiper-container {
    text-align: center;
}


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

.page.page-template-default  h1.entry-title{
    text-align: center;
    color: #fff;
    line-height: 400px;
    z-index: 1;
}

.page-template-template-about  h1.entry-title{
    text-align: right;
    color: #000;
    z-index: 1;
}




.page-template-template-about img.alignleft{
    max-width: 500px;
    max-height: 405px;
}



/*.page-template-template-contact .entry-header:before,*/
.page-template-template-about .entry-header:before,
.page.page-template-default .entry-header:before{
    /*background-color: rgba(55, 150, 216, 0.75);*/
    background-color: rgba(105,105,105,0.75);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
}
.page-template-template-about .entry-header,
.page.page-template-default .entry-header{
    background-image: url('images/contactPage.jpg');
    background-size: cover;
    height: 200px;
    position: relative;
    z-index: 1;
    min-height: 400px;
}

.page-template-template-contact .contact-details div {
    margin: 10px 0;
}
.page-template-template-contact .contact-details {
    float: right;
    min-width: 300px;
    font-size: 2.3rem;
}
.page-template-template-contact .contact-details div {
    text-decoration: none;
    /*color: #033064;*/
    color: #333333;
}
.page-template-template-contact .content .fa {
    /*color: #1fa8dd;*/
    color: #333333;
    width: 40px;
    font-size: 3.5rem;
    text-align: center;
    margin-left: 20px;
    vertical-align: bottom;
}


.page-template-template-momchim .two-thirds-eq  {
    width: 100% !important;
}
.one-third-eq  {
    float: right;
    width: 50%;
    /*padding: 0 40px;*/
}

.page-template-template-momchim .one-third-eq {
    width: 100%;
}

.one-third-eq.left-third {
    background-color: #6abdea;

}

.one-third-eq.center-third {
    background-color: #a40035;
}

.one-third-eq.right-third {
    background-color: #42648b;
    height: 210px;
}


.page-template-template-momchim .one-third-eq .header-text {
    font-size: 2.2rem;
    color: #fff;
    padding: 0 40px 30px;
    line-height: 1.5;
    /*    text-align: left;*/
}

.page-template-template-momchim .one-third-eq .header-title {
    font-size: 3.5rem;
    color: #fff;
    text-align: center;
    margin: 20px 0 0;
}

.page-template-template-momchim .one-third-eq.left-third  .header-link{
    background-color: #9bd2ef
}

.page-template-template-momchim .one-third-eq.center-third  .header-link{
    background-color: #b75b79
}

.page-template-template-momchim .one-third-eq.right-third  .header-link{
    background-color: #8197b1
}

.page-template-template-momchim .entry-title {
    text-align: center;
    margin: 20px 0 50px;

}

.page-template-template-momchim .entry-content{
    text-align: justify;
}

.doctor-swiper-container .doctor {
    /*max-width: 285px;*/
    /*width: 100%;*/
    border-bottom: 15px solid #fff
}

.doctor-swiper-container .doctor {
    border-color:#3796d8 
}

.page.page-template-template-contact  article {
    /*float: right;*/
    /*width: 50%;*/
    /*padding: 0 20px;*/
}

.page.page-template-template-contact article p {
    margin: 0 0 5px;
    color: #033064;
    font-size: 2.4rem;  
}

.page.page-template-template-contact .contact-info-container {
    float: right;
    width: 50%;
    font-size: 2.4rem;
    padding: 0 20px;
}
.page.page-template-template-contact .contact-info-container i.fa {
    font-size: 5rem;
    color: #34acdf;
    vertical-align: middle;
}
.page.page-template-template-contact .contact-info-container i.fa.fa-map-marker{
    margin: 0 10px 0 5px;
}

.contact-info-container span {
    margin: 0 35px 0 0;
}

.contact-info-container a.phone-number {
    display: block;
    color: #033064; 
    text-decoration: none;
    padding: 0 70px 0 0;
} 

.contact-info-container .first-number span{
    margin: 0 35px 0 25px ;
}

.contact-info-container .first-number a.phone-number {
    display: inline;
    padding: 0;
}

.page.page-template-template-contact  article .entry-content{
    /*padding-right: 170px;*/
}

.page.page-template-template-contact .site-inner {
    padding: 50px 0;
}

/* page-template-template-nadlan
*/
.page-template-template-nadlan .entry-title {
    text-align: center;
    margin: 0 0 30px;
}

.page-template-template-nadlan article {
    padding-bottom: 40px;
}

.page-template-template-contact .content .gform_wrapper .gform_footer{
    display: none;
}
.page-template-template-contact .content .gform_wrapper li label{
    display: none;
}

.page-template-template-contact .gform_confirmation_wrapper,
.page-template-template-contact .content .gform_wrapper {
    color:#033064;
    width: 65%;
    /* margin: 0 auto; */
    min-width: 300px;
    float: right;
    margin-left: 30px;
    margin-bottom: 30px;

}

section.contact-form .gform_confirmation_wrapper {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
}

.page-template-template-contact .content .gform_wrapper .gform_body ul li button {
    width: 250px;
    float: left;
}
.page-template-template-contact .content .gform_wrapper input {
    margin-bottom: 10px; 
    width: 100%;
}
.page-template-template-contact .content .gform_wrapper li:nth-child(1){
    width: 49.5%;
    float: right;
}
.page-template-template-contact .content .gform_wrapper li:nth-child(2) {
    width: 49.5%;
    float: left;
}
.page-template-template-contact .content .gform_wrapper li textarea {
    height: 200px !important;
}
.page-template-template-contact .content .gform_wrapper li {
    list-style-type: none;
} 


div#popup-cu {
    text-align: right;
    direction: rtl;
    border-radius: 5px;
    background-color: #eee;
}

div#popup-cu .gfield label {
    visibility: hidden;
}
div#popup-cu .gform_footer {
    display: none;
}

div#popup-cu .gform_wrapper .gform_body ul li button[type="submit"] {
    margin: 20px auto;
    width: 100%;
}

button.fancybox-close-small:hover {
    background-color: transparent;
}

.gforms_confirmation_message {
    color: #fff;
    padding: 10px;
}



.header-banner-form .gform_wrapper .gfield_checkbox {
    display: flex;
    justify-content: space-between;
}
.header-banner-form .gform_footer {
    display: none;
}
.header-banner-form .gform_wrapper .gform_body ul li    button[type="submit"] {
    width: 100%;
    margin-top: 25px;
}
.header-banner-form .gform_wrapper .gfield{
    width: 100%;
    margin-bottom: 10px;
    color: #fff;
}
.header-banner-form .gform_wrapper {
    width: 320px;
    margin: 0 auto;
}

.header-banner-form .gform_wrapper .gfield label {
    display: none;
}

.header-banner-form .gform_wrapper .gfield h2 {
    color: #fff;
    text-align: center;
}


/* addons */
#text-5{
    display: none;
}

#silverline{

}

#silverline span .fa{
    color: #08a7df;
    margin-right: 10px;
}
#silverline span {
    margin: 0 20px;
    text-align: left;
    float: left;
}

#silverline span a {
    text-decoration: none;
    color: inherit;
}




.nav-item-left .full-image, .nav-item-right .full-image{
    background: url(http://mdcil.staging.wpengine.com/wp-content/uploads/2018/03/MDC_540x260c.jpg);
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    font-size: 102%;
}

.widget-area.header-widget-area{
    display: none; 
}



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

@media only screen and (max-width: 1400px) {
    .contact-form-img {
        display: none;
    }

    .promotion .promo-right {
        padding-top: 20px;
    }

    .promotion h2 {
        font-size: 30px;
    }

    .promotion .promo-right .text {
        font-size: 24px;
    }

    .page-template-template-momchim .header-image {
        background-position-x: -320px;
    }
    .page-image-logo {
        max-width: 60vw;
    }

    .rent-clinic .wrap {
        max-width: 700px;
        margin-left: 400px;
    }

    .home-nav .nav-item .icon {
        width: 150px;
        margin: 0 10px;
    }

    .slider-overlay {
        font-size: 2em;
    }


}

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

    .site-inner,
    .wrap {
        max-width: 100%;
    }

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

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

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

    .sidebar-primary {
        width: 300px;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        /*width: 340px;*/
    }

    .footer-widgets-1 {
        /*margin-right: 60px;*/
    }

    .site-header .genesis-nav-menu a {
        font-size: 1.9rem;
        padding: 0 10px;
        line-height: 40px;
    }

    .home-slider.swiper-container {
        /*        height: 400px;*/
        line-height: 0;
    }

    .search-doctor-container h3 {
        margin: 60px auto;
    }
    .clinic-slider-container {
        margin: 110px auto;
    }
    .acf-map {
        height: 500px;
    }
    /*   .promotion .promo-right {
           padding-right: calc(50% - 460px);
       }*/

    .home-nav .nav-item-left .text-left, .home-nav .nav-item-right .text-right{
        top: 35%;
    }


}


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

    .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: 740px;
    }

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

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

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        /*width: 300px;*/
    }

    .footer-widgets-1 {
        /*margin-right: 30px;*/
    }

    .home-slider.swiper-container {
        height: auto;
    }


    #serach-doctors,
    .home #serach-doctors  {
        height: 300px;
    }
    .search-doctor-container h3 {
        margin: 40px auto;
    }

    .clinic-slider-container {
        margin: 0px auto;
    }
    .home .entry-content p {
        margin: 0
    }
    .acf-map {
        height: 400px;
    }


    .page.page-template-template-contact  article .entry-content {
        /*padding-right: 70px;*/
    }
    .page.page-template-template-contact .site-inner {
        padding: 100px 0;
    }
    .rent-clinic .wrap {
        max-width: 500px;
    }

    .promotion .promo-right {
        padding-right: calc(50% - 500px);
    }
    .promotion .promo-left {
        padding-left: calc(50% - 500px)
    }
    .promotion .promo-img {
        max-width: 250px;
    }
    .header-text {
        padding: 30px 0;
        font-size: 3rem;
    }
    .header-link {
        line-height: 40px;
    }
    .header-link a {
        font-size: 2rem;
    }
    .page-template-template-nadlan .entry-title {
        margin: 0 0 50px
    }
    .page-template-template-nadlan article {
        padding: 30px 0;
    }
    section.advantages, 
    .plan-slider-container {
        padding: 50px 0;
    }
    .contact-form-img {
        display: none;
    } 
    .three-images-container .image-text {
        font-size: 2rem;
    }

    .rent-clinic .wrap div {
        width: 90%;
    }

    /*    .home-nav .nav-item .title p{
            font-size: 1.8vw;
        }*/

    section.home-nav{
        /*flex-direction: column;*/
    }
    .home-nav .nav-item-left, .home-nav .nav-item-right{
        width: 58%;
        margin: 0px auto;

    }
}


@media only screen and (max-width: 1150px) {
    .home-nav .nav-item-left .text-left, .home-nav .nav-item-right .text-right{
        width: 100%;
        top: 27%;
        left: 0;
    }

    .home-nav .nav-item-right, .home-nav .nav-item-left{
        flex-basis: 46%;
    }

    .home-nav .nav-item .title{  
        font-size: 2.7vw;
    }

}

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

    .site-inner,
    .wrap {
        max-width: 800px;
    }
    .promotion a.button {
        max-width: 240px;
    }

    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .js .genesis-nav-menu .sub-menu a,
    .js .genesis-nav-menu .sub-menu, 
    .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-left: 5%;
        padding-right: 5%;
        position: relative;
    }

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

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

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

    .js nav.nav-primary,
    .js .site-header nav  {

        display: none;
        position: fixed;
        background: #eaeaea;
        width: 100%;
        margin: 0;
        max-width: 88888px;
        top: 44px;
        right: 0;
        z-index: 620000;
        /* border: 1px solid #033064; */

    }
    .site-header nav {
        margin: 10px auto;
        width: 100%;
        /*max-width: 250px;*/
        float: none;
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }

    .js .site-header nav .wrap {
        padding: 0;
    }

    .js nav.pagination {
        display: block;
    }

    .menu-toggle,
    .sub-menu-toggle {
        border-width: 0;
        background-color: transparent;
        color: #333;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        text-align: center;
        visibility: visible;
    }

    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        border-width: 0;
    }

    .menu-toggle {
        position: absolute;
        top: 8px;
        right: 0;
        left: auto;
        border-top: 1px solid #eee;
        line-height: 20px;
        z-index: 600000;
        width: 100%;
        max-width: 80px;
        padding: 0;
        color: #000;
    }

    .site-header .menu-toggle {
        border: 0;
    }

    .menu-toggle:before,
    .menu-toggle.activated:before {
        display: block;
        margin: 0 auto;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
    }

    .sub-menu-toggle {
        float: right;
        padding: 10px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }

    .sub-menu-toggle:before {
        display: inline-block;
        text-rendering: auto;
        -webkit-transform: translate(0, 0);
        -ms-transform:     translate(0, 0);
        transform:         translate(0, 0);
    }

    .sub-menu-toggle.activated:before {
        content: "\f142";
    }

    .js .nav-primary .genesis-nav-menu .menu-item,
    .js .site-header .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        margin: 1px 0;
        position: relative;
        text-align: left;
    }

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

    .js .nav-primary .genesis-nav-menu .menu-item a,
    .js .site-header .genesis-nav-menu .menu-item a {
        border: none;
        /*padding: 12px 0;*/
        color: #000;
        width: 100%;
        text-align: right;
    }

    .js .genesis-nav-menu .sub-menu {
        border: none;
    }

    .js .genesis-nav-menu .menu-item &gt; a:focus ul.sub-menu,
    .js .genesis-nav-menu .menu-item &gt; a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .js .genesis-nav-menu &gt; .menu-item-has-children &gt; a:after {
        content: none;
    }

    .js .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        padding-left: 15px;
        position: static;
        width: 100%;
    }

    .js .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .js nav button:hover,
    .js .menu-toggle:hover,
    .js .nav-primary {
        /*        background-color: #fff;*/
        background-color: transparent;
        color: #000;
    }

    .js nav button:focus,
    .js .menu-toggle:focus {
        background-color: transparent;
        border: none;
        color: #08a7df;
    }

    .footer-widgets-1,
    .footer-widgets-2 {
        margin: 0 auto 40px;
    }
    .clinic-slider-container {
        margin: 70px auto;
    }
    .home .entry-title {
        margin: 0 0 30px
    }

    .acf-map {
        height: 400px;
    }
    .promotion .promo-right .text {
        max-width: 400px;
        margin: 0 0 20px;
    }
    .page.page-template-template-contact .site-inner {
        padding: 80px 0;
    }
    .site-title {
        padding-left: 0;
        width: 100%;
        height: 80px;
    }
    .nav-secondary .genesis-nav-menu a {
        line-height: 40px;
    }
    .promotion .promo-right {
        padding-right: calc(50% - 430px);
    }
    .header-link a {
        font-size: 1.3rem;
    }
    .header-text {
        font-size: 2rem;
    }
    .page-template-template-nadlan .entry-title,
    section.advantages h2,
    .clinics h2 {
        font-size: 3rem;
    }
    section.advantages .advantage .number {
        height: 60px;
        line-height: 60px;
        font-size: 3rem;
        vertical-align: top;
    }
    .page-template-template-nadlan article {
        padding: 0
    }
    .page-template-template-nadlan .entry-title {
        margin: 0 0 30px;
    }


    .rent-clinic .wrap {
        margin: 0 auto;
        text-align: center;
    }

    .rent-clinic .wrap div {
        text-align: center;
    }
    .rent-clinic {
        text-align: center;
    }
    .rent-clinic:after {
        display: none;
    }

    .home-nav .nav-item-left,
    .home-nav .nav-item-right {
        /*        flex-basis: 98%;
                justify-content: center;
                margin-bottom: 20px;*/
    }
    section.home-nav {
        justify-content: center;
    }

    .slider-overlay {
        font-size: 1.7em;
    }


    .home-nav .nav-item .icon {
        display: none;
    }
}

@media only screen and (max-width: 860px) {
    .home-img {
        position: relative;
        width: 100%;
    }

    .home-img &gt; picture{
        display: none !important;
    }

    header .site-title, #silverline{
        display: none !important;
    }

    .home-slider-container{
        background: none;
        background: url(images/MDC_silverLine.png) repeat-y;
        background-size: 100%;
    }


    .slider-overlay .slider-logo {
        /*        display: none;*/
    }
    .slider-overlay {
        /*        left: 0;*/
        top: 0;
        width: 50%;
        bottom: 0;
        margin: auto;
        display: table;
        font-size: 6vw;
    }
    .home-slider.swiper-container {
        display: none;
    }

    .page-template-template-contact .content .gform_wrapper {
        width: 94%;
        margin: 0;
        float: none;
        padding: 0;
    }
    /*STAGING
        .home-nav .nav-item-left .text-left {
            width: auto;
        }*/

    .widget-area.header-widget-area{
        display: none;
    }
}


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

    body &gt; div {
        font-size: 1.8rem;
    }
    .rent-clinic:after {
        display: none;
    }
    article.doctor {
        padding: 20px;
    }

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

    .site-inner {
        padding: 5% 5% 0;
    }
    .single-doctor .site-inner {
        padding: 0;
    }

    section.intro .wrap {
        padding: 0; 
    }
    .post-type-archive-doctor .site-inner {
        padding: 0
    }

    .home .site-inner {
        padding: 0
    }

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

    section.intro .wrap {
        padding: 0; 
        flex-direction: column;
    }

    .intro-image,
    .intro-text {
        width: 100%;
    }
    .intro-text {
        padding: 50px 20px;
    }
    .intro-image {
        min-height: 300px;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }

    .after-entry,
    .archive-description,
    .author-box,
    .comment-respond,
    .entry,
    .entry-comments,
    .entry-pings,
    .sidebar .widget {
        padding: 30px;
        margin-bottom: 5%;
    }

    .sidebar {
        margin-bottom: 5%;
    }

    .pagination {
        margin: 5% auto;
    }

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

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

    .clinic-slider-container {
        margin: 0px auto;
    }

    .page-template-template-home section.promotion {
        display: block;
        text-align: center;
    }

    .promotion .promo-right {
        flex-basis: 100%;
        padding: 30px;
    }
    .promotion .promo-left {
        flex-basis: 100%;
        padding: 30px;
    }
    .promotion .promo-right .text {
        max-width: 600px;
    }
    .promotion a.button {
        position: static;
        max-width: 300px;    
        margin: 20px auto 0;

    }
    .promotion .promo-img {
        display: none;
    }

    .acf-map {
        height: 300px;
    }

    .page.page-template-template-contact  article {
        margin: 0;
        padding: 0 20px;
    }
    .page.page-template-template-contact .site-inner {
        padding: 70px 0;
    }

    .page.page-template-template-contact .contact-info-container,
    .page.page-template-template-contact article p {
        font-size: 2rem;
    }
    .page.page-template-template-contact .contact-info-container i.fa {
        font-size: 3rem
    }
    .contact-info-container p{
        margin: 0 0 15px;
    }

    .home-slider .slider-text{
        font-size: 6vw;
        top: 70%;
    }

    .page-image-logo {
        display: none;
    }

    .page-template-template-momchim .header-image {
        max-height: 100vw;
        background-position-x: -200px;
    }
    .page-header-title {
        left: 60%;
    }

}
@media only screen and (max-width: 782px) {
    .promotion .promo-right .text {
        /*        max-width: 280px;*/
    }
    .site-title {
        height: 60px;
    }
    .page.page-template-template-contact .contact-info-container,
    .page.page-template-template-contact  article {
        float: none;
        width: 100%;
    }
    .page.page-template-template-contact .contact-info-container {
        margin: 0 0 30px;
        font-size: 16px;
    }
    .page.page-template-template-contact .site-inner {
        padding: 50px 0;
    }
    .page.page-template-template-contact  article .entry-content {
        padding-right: 0
    }
    .contact-info-container a.phone-number {
        padding: 0 60px 0 0;
    }
    .header-image .site-title &gt; a  {
        max-width: 250px;
        background-size: contain !important;
    }
    .genesis-nav-menu .menu-item.map {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .home-slider {
        display: none;
    }

    .three-images-container .image-text {
        font-size: 2.7rem; 
    }



    .home-nav .nav-item-left, .home-nav .nav-item-right{
        flex-basis: 98%;
        margin: 2%;
    }

    .home-nav .nav-item .title{
        font-size: 3.5vw;

    }
    .home-nav .nav-item-left .text-left, .home-nav .nav-item-right .text-right{
        top: 41%;
    }


}



@media only screen and (max-width: 660px) {
    .promotion .promo-img {
        display: none;
    }
    section.advantages .advantage {
        flex-basis:100%;
        margin: 0 auto 30px;
    }

    .promotion h2 {
        font-size: 3.7rem;
    }

    .doctor a.schedule {
        float: none;
        position: relative;
        bottom: auto;
        left: auto;
        display: block;
        text-align: center;
        margin: 10px auto;
    }

    article.doctor a.entry-image-link img {
        margin: 0 auto;
        float: none;
        display: block;
    }

    .post-type-archive-doctor article.doctor {
        padding: 5%;
    }

    .clinic .clinic-logo {
        flex-basis: 60%;
        margin-left: 0;        
        align-items: center;
    }

    .clinic-container .clinic .wrap {
        padding: 5%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .contact-form .gfield {
        margin: 10px;
    }
    .contact-form .gform_fields {
        flex-wrap: wrap;
    }

    .one-third-eq {
        width: 100%;
    }

    .page-template-template-momchim .one-third-eq .header-text {
        /*display: none;*/

    }
    .page-template-template-momchim .one-third-eq .header-title {
        margin: 20px 0;
    }

    .page-template-template-momchim .entry-title {
        font-size: 3rem;
    }

    .intro-text a.button {
        float: none; 
        margin: 20px auto;
        display: block;
        width: 80%;
        text-align: center;
    }






}

@media only screen and (max-width: 480px) {
    .footer-widgets .footer-widgets-3 {
        float: right;
    }
    #serach-doctors input {
        font-size: 1.5rem;
    }

    .waze{
        font-size: 4.5vw;
    }

    .widget-area.header-widget-area span.address {
        display: none;
    }

    .home-nav .nav-item-left, .home-nav .nav-item-right{
        height: 195px;
    }

    .home-nav .nav-item-left .text-left, .home-nav .nav-item-right .text-right{
        top: 38%;
    }

    .home-nav .nav-item .title button{
        height: 20px !important;
        margin-top: 0;
    }

}

@media only screen and (max-width: 370px) {
    height: 150px;

    .home-nav .nav-item-left .text-left, .home-nav .nav-item-right .text-right{
        top: 15%;
    }
}


@media only screen and (min-width: 1920px) {
    body .site-container {
        max-width: 1920px;
        margin: 0 auto;
    }
}

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

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after,
    a[href^="#"]:after,
    .site-title &gt; a:after {
        content: "";
    }

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: 2cm 0.5cm;
    }

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

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

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

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

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

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

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

    .author-box {
        margin-bottom: 0;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        orphans: 3;
        page-break-after: avoid;
        page-break-inside: avoid;
        widows: 3;
    }


    img {
        page-break-after: avoid;
        page-break-inside: avoid;
    }

    blockquote,
    pre,
    table {
        page-break-inside: avoid;
    }

    dl,
    ol,
    ul {
        page-break-before: avoid;
    }

}


.footer-widgets .textwidget .contact-details div {
    font-size: 1.8rem;
    color: #fff;
    margin-right: 10px;
}
.footer-widgets .textwidget .contact-details div {
    margin-bottom: 10px;
}
.footer-widgets .textwidget .contact-details .fa {

    width: 30px;
    text-align: center;
}
/* latin */
@font-face {
    font-family: 'Numbers';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v16/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
    unicode-range: U+0030-0039;
}


/*Responsive Design*/

/*#1 - Homepage*/	

@media screen and (max-width: 1150px)
{
    /*    .home-nav .nav-item-left,
        .home-nav .nav-item-right
        {
            flex-basis: 65%;
        }*/

}


@media screen and (max-width: 579px)
{
    /*    .home-nav .nav-item-left,
        .home-nav .nav-item-right
        {
            flex-basis: 52%;
                    margin: 2%;
        }*/

    .home-nav h2{
        font-size: 4.5vw;
    }

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

    .home-nav .nav-item .title button{
        width: 53%;
        height: 22px;
        font-size: 2vw;
        margin-top: 5px;

    }

    .home-nav .nav-item-left .text-left
    {

        /*        padding-left: 10px;
                margin-right: 10px;*/
        width: 100%;
    }
    .home-nav .nav-item-right .text-right
    {
        /*        padding-left: 10px;
                margin-right: 10px;*/
        width: 100%;

    }

    img.alignleft ,img.alignright  {
        float: none;
        display: block;
        width: 100%;
    }
    .home-slider-container .home-img img{
        /*        visibility: hidden !important;*/

    }

    .nav-item-left .full-image, .nav-item-right .full-image{
        /*        height:70%;*/
    }

    /*    .home-nav .nav-item{
            height: auto;
        }*/

    .slider-overlay{

        right: 25%;
    }
    .slider-logo{
        width: 47%;
        margin: 0px auto;
        height: auto;
    }

}

@media screen and (max-width: 960px) and (min-width: 860px)
{
    .home-slider-container h1
    {
        font-size: 3.3rem;
    }
}
@media screen and (max-width: 450px)
{
    .home-slider-container h1
    {
        font-size: 3.3rem;
    }
}
/*DashIcon*/
.dashicons, .dashicons-before:before
{
    height: 22px !important;
    font-size: 30px !important;
}
/*DashIcon*/
@media screen and (max-width: 355px)
{
    .home-slider-container h1
    {
        font-size: 3rem;
    }
}
/*#2*/
@media screen and (max-width: 760px)
{
    p img
    {
        width: 100%;
    }

    .home-nav .nav-item .title button{
        height: 26px;
        font-size: 2.9vw;
    }
}
/*#3*/
@media screen and (max-width: 340px)
{
    /*#3*/
    #gform_fields_6
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*#4*/
    #gform_fields_4
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    /*#5*/
    #gform_fields_5
    {
        padding-left: 10px;
        padding-right: 10px;
    }

}

@media screen and (max-width: 550px)
{
    .top-header-image
    {
        display: none;
    }
}

@media screen and (max-width: 700px) and (min-width: 551px)
{
    .page-template-template-nadlan .header-image 
    {
        flex-basis: calc(100% - 260px);
    }

    .page-template-template-nadlan .header-image
    {
        background-position-x: right;
    }
}

@media screen and (max-width: 825px) and (min-width: 701px)
{
    .page-template-template-nadlan .header-image
    {
        background-position-x: right;
    }
}

@media screen and (max-width: 1000px) and (min-width: 826px)
{
    .page-template-template-nadlan .header-image
    {
        flex-basis: calc(100% - 260px);
    }
}


@media screen and (max-width: 960px) and (min-width: 381px)
{
    .swiper-container-rtl .swiper-button-prev
    {
        right: 12% !important;
    }
    .swiper-container-rtl .swiper-button-next
    {
        left: 12% !important;
    }
}
@media screen and (max-width: 380px){
    .swiper-container-rtl .swiper-button-prev
    {
        right: 10% !important;
    }
    .swiper-container-rtl .swiper-button-next
    {
        left: 10% !important;
    }
}


@media screen and (max-width: 600px)
{
    .page-template-template-clinics .header-image
    {
        display: none;
    }
}

@media screen and (max-width: 750px) and (min-width: 601px)
{
    .page-template-template-clinics .header-image
    {
        flex-basis: calc(100% - 260px);
    }
}

@media screen and (max-width: 825px) and (min-width: 701px)
{
    .page-template-template-clinics .header-image
    {
        background-position-x: right;
    }
}

@media screen and (max-width: 1000px) and (min-width: 826px)
{
    .page-template-template-clinics .header-image
    {
        flex-basis: calc(100% - 260px);
    }
}

@media screen and (max-width: 1201px)
{
    .page-template-template-contact .entry-content .contact-details 
    {
        margin-right: 40px;
    }
}

@media screen and (max-width: 440px)
{
    .page-template-template-contact .entry-content .contact-details  .fa
    {
        display: none;
    }
}

@media screen and (max-width: 380px)
{
    .page-template-template-contact .entry-content .contact-details  .fa
    {
        display: none;
    }
}

@media screen and (max-width: 380px)
{
    .page-template-template-contact .entry-content .contact-details 
    {
        font-size: 2rem;
    }
}

@media screen and (max-width: 380px)
{
    .page-template-template-contact .contact-details
    {
        float: none;
        min-width: 0px;
        clear: both;
        margin-top: 70px;
        display: block;

    }
    .page-template-template-contact .entry-content ul
    {
        margin-right: 20px;
    }
    .page-template-template-contact .entry-content .contact-details
    {
        margin-right: 20px;
    }

}

@media screen and (max-width: 350px)
{
    .page-template-template-contact .entry-content ul
    {
        margin-right: 10px;
    }
    .page-template-template-contact .entry-content .contact-details
    {
        margin-right: 10px;
    }
    .page.page-template-template-contact  article
    {
        padding-right: 5px;
    }

}

@media screen and (max-width: 335px)
{
    .page-template-template-contact .entry-content ul
    {
        margin-right: 2px;
    }
    .page-template-template-contact .entry-content .contact-details
    {
        margin-right: 2px;
    }

}

@media screen and (max-width: 1100px) and (min-width: 1024px)
{
    .site-header .genesis-nav-menu a
    {
        font-size: 1.69rem;
    }
}

.page-template-template-contact .widget-area .contact-details
{
    float: none;
}

@media screen and (max-width: 1370px) and (min-width: 1341px)
{
    .site-header .genesis-nav-menu a
    {
        font-size: 1.9rem;
    }
}


.contact-background-image, .about-background-image{
	    background-size: cover;
    height: 200px;
    position: relative;
    z-index: 1;
    min-height: 400px;
}

.page-template-template-home .entry .entry-header{
    text-align: center;
}
.page-template-template-home h1{
    color:#fff;
}
.site-footer p{
    direction: ltr;
}

.contact-item p {
    display: none;
}
.contact-item {
    display: flex;
}
.all-advantages,.oldh2{
    text-align: center;
    font-size: 4rem;
}
.contact-radio li label {
    display: block !important;
    margin-top: -8px;
}
.contact-radio li input {
    width: 30px !important;
}
.contact-radio li {
    display: flex;
}</pre></body></html>