/*!
Theme Name: Midwives-Bloom
Theme URI: http://underscores.me/
Author: Gehealthcare
Author URI: https://midwives.gehealthcare.com/
Description: A custom theme for Midwives website
Version: 1.0.3
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: midwives_bloom
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready,ACF

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Midwives-Bloom is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Include Fonts
--------------------------------------------- */
/* @font-face {

    font-family: 'GE Inspira Sans';

    src: url('assets/fonts/GEInspiraSans-Regular-v01.eot');
    src: url('assets/fonts/GEInspiraSans-Regular-v01.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/GEInspiraSans-Regular-v01.woff2') format('woff2'),
         url('assets/fonts/GEInspiraSans-Regular-v01.woff') format('woff'),
         url('assets/fonts/GEInspiraSans-Regular-v01.ttf')  format('truetype'),
         url('assets/fonts/GEInspiraSans-Regular-v01.svg#GE Inspira Sans') format('svg');

}
  @font-face {
	font-family: 'GE Inspira Bold';
    src: url('assets/fonts/GEInspiraSans-Bold-v01.otf');

  }
  @font-face {
	font-family: 'GE Inspira Italic';
    src: url('assets/fonts/GEInspiraSans-Italic-v01.otf');

  } */

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
    font-family: 'GE Inspira Bold', sans-serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--gehc-primary-text);
    font-family: "GE Inspira Sans", sans-serif;
    font-size: 22px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: inherit;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 20px;
}

p {
    font-size: 22px;
    margin-bottom: 1.5em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: var(--primary-white);

}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

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

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: var(--gehc-purple-main);
    text-decoration: none;
}

a:visited,
a:active {
    color: var(--gehc-purple-main);
}


a:hover,
a:focus {
    color: var(--gehc-purple-dark);
}



/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

.mobile-search-block .search-field:hover,
.mobile-search-block .search-field:active,
.mobile-search-block .search-field:focus,
.mobile-search-block .search-field:visited {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    border-radius: 0px;
}

.search-bar .search-field {
    -webkit-appearance: none;

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    padding-top: 20px;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    display: block;
    background-color: var(--primary-white);
    padding-top: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    border: 1px solid var(--border-grey);
    width: 100%;
}

.main-navigation .sub-menu li {
    padding-bottom: 10px;
    display: inline-block;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
    padding-left: 3px;
    padding-right: 3px;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: var(--gehc-primary-text);
    font-size: 18px;
    line-height: 24px;
    float: left;
}

.main-navigation a:hover {
    color: var(--gehc-purple-main);

}

.menu i {
    float: right;
    font-size: 16px;
    line-height: 25px;
    margin-left: 4px;
    color: var(--gehc-primary-text);
    margin-right: 8px;
}

form#search-form {
    border: 1px solid var(--purple-light-1);
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

.navbar .nav .my-nav-menu-search {
    float: right;
}

.navbar .nav {
    width: 100%;
}

.my-nav-menu-search .search-form {
    position: relative;
    margin: 0;
}

/*Stop the display of the Search button*/
.my-nav-menu-search .search-submit {
    display: none;
}

/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.my-nav-menu-search .search-form .screen-reader-text {
    position: absolute;
    left: -9999px;
    overflow: hidden;
}

/* Style the search input textbox */
.my-nav-menu-search .search-field {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    height: 26px;
    margin: 2px 0 2px 0;
    padding: 0 0 0 36px;
    position: relative;
    -webkit-transition: width 400ms ease;
    -moz-transition: width 400ms ease;
    -o-transition: width 400ms ease;
    transition: width 400ms ease;
    width: 0px;
}

.search-form ::-webkit-input-placeholder {
    /* Edge */
    color: var(--purple-light-1);
}

.search-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--purple-light-1);
}

.search-form ::placeholder {
    color: var(--purple-light-1);
}

/* Expand the search box when you click it */
.my-nav-menu-search .search-field:active,
.my-nav-menu-search .search-field:focus {
    color: var(--purple-light-1);
    /* change the colour above if you are working with a dark navbar background */
    border: 1px solid var(--purple-light-1);
    cursor: text;
    outline: 0;
    width: 110px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

/* Add a magnifying glass background */
.my-nav-menu-search .search-form:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f002';
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    left: 5px;
    color: var(--purple-dark);
}

/* Reset nav width and search floating for mobile menu */
@media (max-width: 979px) {
    .navbar .nav .my-nav-menu-search {
        float: left;
    }

    .navbar .nav {
        width: auto;
    }
}

.desktop-menu.my-nav-menu-search .search-field {
    background: transparent;
    border-radius: 4px;
    border: 1px solid var(--gehc-background-light-gray);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: auto;
    height: 36px;
    margin: 0px;
    padding-left: 15px;
    padding-right: 70px;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    width: 294px;
    color: var(--gehc-secondary-text);
    float: left;
    font-size: 16px;
}

.desktop-menu.my-nav-menu-search .search-submit {
    z-index: 99;
    height: 36px;
    width: 70px;
    display: block;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    border-radius: 0px;
    background: transparent;
    border-left: 0px;
    font-size: 0px;
}

.desktop-menu.my-nav-menu-search .search-form:before {
    content: none;
}

.desktop-menu.my-nav-menu-search .search-form:after {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f002';
    position: absolute;
    font-size: 20px;
    color: var(--purple-dark);
    right: 12px;
    top: 4px;
}

.my-nav-menu-search.desktop-menu {
    margin-top: 10px;
}

.search-bar {
    display: none;
    padding: 1rem 0;
}

.mobile-search-block {
    text-align: right;
}

@media (max-width: 767.98px) {
    .mobile-search-block {
        text-align: center;
    }
}

.search-bar .search-field {
    background: transparent;
    border-radius: 0px;
    border: 1px solid var(--purple-light-1);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: auto;
    height: 36px;
    margin: 0px;
    padding-left: 15px;
    position: relative;
    color: var(--purple-light-1);
    font-size: 16px;
    width: 250px;
}

.search-bar .search-submit {
    padding-top: 6px;
    background: var(--purple-light-1);
    border-radius: 0px;
    color: var(--primary-white);
    line-height: 21px;
    font-size: 22px;
    right: 5px;
    position: relative;
    border: none;
}

span.mobile-search-icon {
    color: var(--purple-dark);
}

@media (max-width: 767.98px) {
    .search-bar .search-field {
        width: 230px;
    }

    .search-bar .search-submit {
        height: 36px;
        padding-top: 6px;
    }
}

/* Small menu. */
.toggle-nav {
    display: none !important;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.mobile-navi li {
    list-style: none;
    padding-bottom: 25px;
    width: 100%;
    display: inline-block;
}

.mobile-navi ul li a {
    color: var(--purple-dark);
    display: block;
    font-weight: 700;
    text-align: left;
    float: left;
    font-size: 18px;
}

span.sub-menu-toggle {
    float: right;
    height: 20px;
    width: 20px;
    background: var(--border-grey);
    margin-left: 20px;
}

.mobile-navi .sub-menu li {
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
}

.mobile-navi .sub-menu li:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f111';
    position: initial;
    font-size: 10px;
    line-height: 25px;
    float: left;
}

.mobile-navi .sub-menu li a {
    width: 100%;
    color: var(--primary-text);
    padding-left: 20px;
    float: revert;
}

.mobile-navi ul li a:hover {
    text-decoration: none;
}

.mobile-navi li:last-child {
    border-bottom: medium none;
    list-style: outside none none;
}

.MobileMenu:before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f0c9';
    font-size: 19px;
    font-weight: bold;
    color: var(--purple-dark);
}


.mobile-navi {
    height: 100vh;
    padding-top: 65px;
    padding-left: 40px;
    padding-right: 40px;
    position: fixed;
    background: var(--primary-white);
    z-index: 99;
    left: 0px;
    right: 0px;
}

.mobile-navi ul {
    margin-left: 0;
    padding-left: 0;

}

.mobile-navi ul.sub-menu {
    display: none;
    width: 100%;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* Midwives Custom theme starts here */
/* Responsive classes */
.clear {
    clear: both;
}

.desktop-only {
    display: none;
}

.mobile-only {
    display: block;
}

@media (min-width:1195px) {

    /* big landscape tablets, laptops, and desktops */
    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }
}

/* Header styles */
div#header-container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--border-grey);
    position: sticky;
    background: var(--primary-white);
    top: 0px;
    z-index: 99;
}

.navbar-nav li a {
    color: var(--primary-text);
    font-size: 18px;
    padding-bottom: 0px;
}

.dropdown-toggle::after {
    color: var(--border-grey);
}

.header-sec-menu ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.header-sec-menu ul li {
    list-style: none;
    float: right;
    padding-left: 20px;
}

a.top-menu-item {
    font-size: 16px;
    text-decoration: none;
    color: var(--gehc-purple-main);
    line-height: 22px;
}

a.top-menu-item:hover {
    color: var(--gehc-purple-dark);
    text-decoration: underline;
}

.mobile-header header#masthead {
    align-items: center;
}

.search-menu-block {
    display: flex;
    align-items: flex-end;
    text-align: left;
    flex-direction: row-reverse;
}

.mobile_menu_block {
    margin-left: 29px;
}

@media (min-width: 1280px)and (max-width:1399px) {
    div#header-container {
        max-width: 1255px;
    }

    .container {
        max-width: 1010px;
    }
}

/*  ipads and ipad pro */
@media (min-width: 768px)and (max-width:1399px) {
    .mobile_menu_block {
        margin-left: 98px;
    }
}

/* Footer Styles */
div#footer-container-fluid {
    padding-top: 30px;
    padding-bottom: 30px;
    background: var(--gehc-background-light);
    color: var(--purple-dark);
    font-family: "GE Inspira Sans", sans-serif;
    border-top: 1px solid var(--border-grey);
}

footer#colophon a {
    color: var(--gehc-primary-text);
    font-weight: bold;
}

footer#colophon a:hover {
    color: var(--gehc-purple-main);
}

.contact-link a {
    font-size: 18px;
}

.copy_right_text {
    font-size: 16px;
    color: var(--gehc-primary-text);
}

.footer-menu li {
    list-style: none;
    margin-bottom: 0px;
}

.footer-menu ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer-menu li a {
    font-size: 16px;
}

.footer-menu {
    float: left;
}

.footer-logo {
    text-align: right;
}

.mobile-only .footer-logo {
    float: none;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.mobile-only .footer-menu {
    float: none;
}

.mobile-only .copy_right_text {
    margin-top: 50px;
    margin-bottom: 50px;
}

/* Archive Pages styles */
.breadcrumb {
    padding-top: 40px;
    margin-bottom: 20px;
    list-style: none;
    background-color: transparent;
    font-size: 16px;
    padding-bottom: 10px;
    color: var(--purple-light-1);
}

.breadcrumb a {
    color: var(--gehc-purple-main);
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb a:hover {
    color: var(--gehc-purple-dark);
    text-decoration: underline;
}

.breadcrumb>span>span>a {
    padding-left: 0px;
    color: var(--gehc-purple-main);
    ;
}

.breadcrumb span {
    color: var(--gehc-primary-text);
}

.breadcrumb span.breadcrumb_last {
    color: var(--gehc-primary-text);
    padding-left: 10px;
    padding-right: 10px;
}

.breadcrumb span.current {
    color: var(--gehc-primary-text);
    padding-left: 10px;
    padding-right: 10px;
}

.category-header h1 {
    color: var(--gehc-primary-text);
    margin-bottom: 40px;
}

.category-header p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0px;
}

h4.subcategory-name {
    font-size: 36px;
    margin-bottom: 30px;
    color: var(--gehc-primary-text);
}

.subcategory-desc p {
    font-size: 20px;
    line-height: 28px;
}

.category-post-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.purple-bg {
    background: var(--gehc-background-light);
}

.white-bg {
    background: var(--primary-white);
}

.purple-bg .post-title h5 a {
    color: var(--gehc-primary-text);
}

.purple-bg .post-title h5 a:hover {
    text-decoration: underline;
    color: var(--gehc-primary-text);
}

.purple-bg .view-article a {
    color: var(--gehc-purple-main);
}

.purple-bg .subcategory-name {
    color: var(--gehc-primary-text);
}

.purple-bg .subcategory-desc p {
    color: var(--gehc-primary-text);
}

.white-bg .subcategory-name {
    color: var(--gehc-primary-text);
}

.white-bg .subcategory-desc p {
    color: var(--primary-text);
}

a.cat-btn {
    width: initial;
    margin: 0 auto;
    margin-top: 100px;
}

.purple-bg a.cat-btn {
    color: var(--primary-white);
    background: var(--gehc-purple-main);
}

.white-bg a.cat-btn {
    color: var(--primary-white);
    background: var(--gehc-purple-main);
}

a.cat-btn:hover {
    background: var(--gehc-purple-dark);
}

.category-header.row {
    padding-bottom: 62px;
}

/* Module slider  */
/* 1200px and up-ipad pro  */
@media (min-width: 1200px) {
    body.home.page-template.page-template-homepagetemplate {
        overflow-x: hidden;
    }
}

.slider-fluid {
    width: 100vw;
}

.slider-img {
    position: relative;
}

.slider-img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent linear-gradient(360deg, #59519477 0%, #C9A7DB40 100%) 0% 0% no-repeat padding-box;
}

.slider-fluid .owl-item {
    background: var(--gehc-background-light);
}

.slider-cta {
    width: 70%;
    margin: 0 auto;
    /*  padding-top: 25%; */
}

.slider-cta img {
    width: 80% !important;
}

.slider_main_text {
    font-size: 20px;
    /* font-weight: bold; */
    padding-top: 34px;
    padding-bottom: 24px;
    color: var(--purple-light-2);
    line-height: 28px;
    font-family: "GE Inspira Bold", sans-serif;
}

.slider_sub_text {
    font-size: 20px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: var(--purple-light-2);
}

.midwives-btn {
    appearance: button;
    backface-visibility: hidden;
    border-radius: 3px;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s, box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 17px;
    padding-right: 17px;
}

.midwives-btn:disabled {
    cursor: default;
}

.midwives-btn:hover {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0;
}

.purple-btn {
    color: var(--primary-white) !important;
    background-color: var(--gehc-purple-main);
}

.purple-btn:hover {
    color: var(--primary-white) !important;
    background-color: var(--gehc-purple-dark);
}

.transparent-btn {
    color: var(--purple-light-1) !important;
    border: 1px solid var(--primery-blue);
}

.slider-cta li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.owl-theme .owl-dots .owl-dot span {
    background: var(--purple-light-1);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--purple-dark);
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none;
    color: var(--purple-dark);
}

button.owl-next {
    position: relative;
    right: -65px;
}

button.owl-prev {
    position: relative;
    left: -65px;
}

.owl-theme .owl-nav {
    top: 36px;
    position: relative;
}

.mobile-only .slider-cta {
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.slider_main_text {
    color: var(--gehc-purple-main);
}

.slider_sub_text {
    color: var(--gehc-primary-text);
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .row.slider-row {
        flex-flow: row-reverse;
    }

    div#mobile-carousel {
        width: 100vw;
    }

    .mobile-only .slider_main_text {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .mobile-only .slider-cta li {
        width: 100% !important;
    }

    .mobile-only .slider-cta li a {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .slider-cta li {
        list-style: none;
        float: left;
        margin-right: 20px;
        width: 100%;
    }

    .slider-cta .midwives-btn {
        width: 100% !important;
    }

    .slider-fluid {
        width: 100vw;
    }

    .slider-cta li a {
        display: block;
    }
}

/*  ipads and ipad pro */
@media (min-width: 768px)and (max-width:1399px) {
    .mobile-only .slider-cta li a {
        display: block;
    }
}

/* 834px and up-ipad pro  */
@media (min-width: 834px) {}

/* Module -CTA Block with Image */
.cta-content h1 {
    font-size: 28px;
    font-family: 'GE Inspira Bold', sans-serif;
    color: var(--primary-black);
}

.cta-content h3 {
    font-family: 'GE Inspira Bold', sans-serif;
    font-size: 24px;
    color: var(--purple-light-2);
}

.cta-content h2 {
    font-family: 'GE Inspira Bold', sans-serif;
    font-size: 22px;
    font-style: italic;
    color: var(--primary-black);
}

.cta-btn {
    color: var(--primary-white) !important;
    background-color: var(--purple-light-2);
}

.cta-btn {
    border-radius: 50px;
    padding-left: 35px;
    padding-right: 35px;
    font-family: 'GE Inspira Bold', sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cta-fluid {
    padding-top: 65px;
    padding-bottom: 50px;
}

/* Recent Article module */
.post-square-tile {
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-square-tile img {
    min-height: 200px;
    width: auto;
}

.post-square-tile .post-thumbnail {
    text-align: center;
}


.recent-article-fluid h2 {
    font-size: 36px;
    color: var(--gehc-primary-text);
}

.categories-list {
    padding-top: 5px;
    padding-bottom: 10px;
    color: var(--purple-light-1);
}

/* 768px and up-ipad pro  */
@media (min-width: 768px) {
    .post-square-tile .categories-list {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post-title h5 a {
        min-height: 60px;
    }
}

.categories-list a {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    color: var(--gehc-purple-main);
    font-family: 'GE Inspira Bold', sans-serif;
}

.categories-list a:hover {
    color: var(--gehc-purple-dark);
}

.post-title h5 a {
    line-height: 30px;
    color: var(--gehc-secondary-text);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.post-title h5 a:hover {
    color: var(--gehc-primary-text);
}

.view-article a {
    font-size: 16px;
    line-height: 30px;
    color: var(--gehc-purple-main);
}

.view-article a:hover {
    text-decoration: underline;
    color: var(--gehc-purple-dark);
}

.post-date {
    font-size: 16px;
    line-height: 22px;
    color: var(--gehc-primary-text);
    font-family: 'GE Inspira Bold', sans-serif;
    float: left;
    margin-top: 10px;
}

.articletype {
    float: right;
}

.articletype a {
    font-size: 10px;
    text-transform: uppercase;
    background: var(--gehc-purple-main);
    color: var(--primary-white);
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 10px;
    font-family: 'GE Inspira Bold', sans-serif;
}

.articletype a:hover,
.articletype i:hover {
    background: var(--gehc-purple-dark);
}

.articletype i {
    margin-left: 4px;
    background: var(--gehc-purple-main);
    color: var(--primary-white);
    border-radius: 39px;
    padding: 8px;
}

/* Pagination Styles */
.midwives-nav {
    padding-top: 60px;
    padding-bottom: 60px;
}

.navigation {
    text-align: center;
}

.navigation ul {
    margin: 0 auto;
    padding-left: 0px;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: var(--primary-white);
    text-decoration: none;
    font-size: 16px;
}

.navigation li {
    display: inline;
}

.navigation li:first-child a {
    border-radius: 4px 0px 0px 4px;
}

.navigation li:last-child a {
    border-radius: 0px 4px 4px 0px;
}

.navigation li a,
.navigation li.disabled {
    border: 1px solid var(--gehc-background-light);
    color: var(--gehc-purple-main);
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}

.navigation li.active a,
.navigation li a:hover {
    background-color: var(--gehc-purple-main);
    color: var(--primary-white);
}

.navigation li a:hover {
    background-color: var(--gehc-purple-dark);
    color: var(--primary-white);
}

/* Search Page styles */
.post-search-tile {
    border: 1px solid var(--gehc-background-light-gray);
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 30px;
}

.post-search-tile .categories-list a {
    font-weight: bold;
}

.post-search-tile .post-title h5 {
    color: var(--gehc-primary-text);
    font-size: 25px;
    font-family: 'GE Inspira Bold', sans-serif;
}

.post-search-tile .post-date {
    color: var(--gehc-secondary-text);
    font-weight: normal;
    float: none;
    margin-top: 10px;
}

h1.page-title {
    font-size: 48px;
    color: var(--gehc-primary-text);
    line-height: 63px;
}

h1.page-title span {
    color: var(--gehc-secondary-text);
    text-transform: uppercase;
}

.search-header {
    padding-left: 0px;
    padding-right: 0px;
}

header.page-header {
    padding-top: 70px;
    padding-bottom: 50px;
}

/* Small devices less than 768px */
@media (max-width: 767.98px) {
    .search-header {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Module Categories */
.category-container {
    padding-top: 75px;
    padding-bottom: 110px;
}

.cat-title a {
    color: var(--gehc-secondary-text);
    font-size: 32px;
    line-height: 30px;
}

.cat-title a:hover {
    color: var(--gehc-primary-text);
    font-size: 32px;
    line-height: 30px;
}

.cat-desc {
    font-size: 22px;
    color: var(--gehc-primary-text);
    min-height: 170px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.view-cat a {
    font-size: 16px;
    color: var(--gehc-purple-main);
}

.view-cat a:hover {
    color: var(--gehc-purple-dark);
    text-decoration: underline;
}

.view-cat {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cat-image {
    background: var(--primary-white);
}

.cat-image {
    background-color: var(--primary-white);
    min-height: 200px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

.cat-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* mobiles,tabs.ipads,ipad pro - devices less than 1195px */
@media (max-width: 1195px) {
    .view-cat {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .category-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

/* Newsletter module */
.newsletter-fluid {
    background-size: cover;
    background-repeat: no-repeat;
}

.newsletter-form-tile {
    background: var(--gehc-purple-main);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    top: -100px;
}

.newsletter-form-tile .heading p {
    color: var(--primary-white);
    font-size: 14px;
    font-family: 'GE Inspira Bold', sans-serif;

}

.newsletter-form-tile .main-text p {
    color: var(--primary-white);
    font-size: 22px;
    font-family: 'GE Inspira Bold', sans-serif;

}

.newsletter-form-tile .add-text p {
    color: var(--primary-white);
    font-size: 10px;
}

.heading span {
    background: var(--primary-white);
    height: 2px;
    width: 38px;
    display: block;
    margin-bottom: 9px;
}

.white-btn {
    color: var(--gehc-purple-main);
    background: var(--primary-white);
}

.white-btn:hover {
    color: var(--gehc-purple-dark);
}

/* mobiles,tabs.ipads,ipad pro - devices less than 1195px */
@media (max-width: 1195px) {
    .cat-desc {
        min-height: auto;
    }

    .newsletter-form-tile {
        position: inherit;
        top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .newsletter-fluid {
        background: var(--purple-dark);
        background-image: none !important;
        padding-bottom: 0px;
    }


}

/* Midwives global Block- CTA Tiles */
.global-cta-tile {
    margin-top: 20px;
    margin-bottom: 20px;
    background: var(--gehc-purple-main);
    color: var(--primary-white);
    text-align: center;
    padding-left: 55px;
    padding-right: 55px;
    padding-top: 65px;
    padding-bottom: 65px;
}

.global-cta-tile img {
    width: 35%;
}

.global-cta-tile .cta-title {
    font-size: 22px;
    font-family: 'GE Inspira Bold', sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
}

.global-cta-tile .global-cta-btn {
    color: var(--gehc-purple-main);
    background: var(--primary-white);
}

.global-cta-tile .global-cta-btn:hover {
    color: var(--gehc-purple-dark);
}

/* mobiles,tabs.ipads,ipad pro - devices less than 1195px */
@media (max-width: 1195px) {
    .mobile-only .global-cta-tile {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
    }

    .mobile-only .global-cta-tile img {
        width: auto;
    }
}

/* mobiles - devices less than 768px */
@media (max-width: 767.98px) {
    .mobile-only .global-cta-tile {
        text-align: left;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 25px;
    }

    .post-square-tile img {
        height: auto;
    }
}

/*  Page single */
.page header.entry-header {
    padding-top: 50px;
}

/* Exit popup Styles */
#exitpopup {
    width: 550px;
    height: auto;
    margin: 0px auto;
    display: none;
    position: fixed;
    color: var(--primary-white);
    padding: 35px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 10px;
    z-index: 999999;
    background: var(--gehc-purple-main);
}

#exitpopup h6 {
    text-align: left;
    font-size: 22px;
    font-family: 'GE Inspira Bold', sans-serif;
    margin-bottom: 20px;
}

#exitpopup p {
    font-size: 18px;
    margin-bottom: 20px;
}

#exitpopup h1 {
    margin-top: 0px;
    padding-top: 0px;
}

#exitpopup p {
    text-align: left;
}

#exitpopup img {
    width: 400px;
    border: 0px;
    margin: 0px auto;
}

.exit-btns li {
    list-style: none;
    float: left;
    margin-right: 20px;
}

.ext-btn {
    background: var(--gehc-white);
    color: var(--gehc-purple-main);
    font-family: 'GE Inspira Bold', sans-serif;
}

.ext-transparent-btn {
    color: var(--primary-white) !important;
    font-family: 'GE Inspira Bold', sans-serif;
    border: 1px solid var(--primary-white);
}

/* mobiles - devices less than 768px */
@media (max-width: 767.98px) {
    #exitpopup {
        width: auto;
        margin-left: 0px;
        margin-right: 30px;
    }

    .exit-btns li a {
        display: block;
    }

    .exit-btns li {
        display: contents;
    }
}

/****Article Filter Start*****/

.filter-custom-taxonomy {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.filter-custom-taxonomy label {
    color: var(--gehc-secondary-text);
    font-weight: bold;
    margin: 0px 20px 0px 0px;
    font-size: 20px;
}

.filter-custom-taxonomy p {
    color: var(--gehc-secondary-text);
    font-weight: bold;
    margin: 0px 20px 0px 0px;
    font-size: 20px;
}

.filter-custom-taxonomy .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    /* font: normal 11px/22px Arial,Sans-Serif; */
    height: 38px;
}

select#filter_article {
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: var(--purple-dark);
    ;
    color: var(--primary-white);
    height: 38px;
    width: 210px;
    font-size: 16px;
}

.styledSelect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    background-color: var(--purple-dark);
    color: var(--primary-white);
    font-size: 16px;
    padding: 7px 16px;
    box-sizing: border-box;
    font-family: 'GE Inspira Italic', sans-serif;
    font-weight: bold;
}

.styledSelect:after {
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-color: var(--primary-white) transparent transparent transparent;
    position: absolute;
    top: 17px;
    right: 16px;
}

.styledSelect:active,
.styledSelect.active {
    background-color: var(--purple-dark);
    ;
}

.options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    border-radius: 4px;
    padding: 6px;
    list-style: none;
    background-color: var(--primary-white);
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.options li {
    margin: 0 0;
    padding: 10px 10px;
    color: var(--purple-light-2);
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.options li:first-child {
    display: none;
}

.options li:hover {
    background-color: var(--gehc-purple-main);
    color: var(--primary-white);
}

li.selected {
    background-color: var(--gehc-white);
    color: var(--gehc-purple-main);
}

.filter_inner {
    padding: 0px 8px;
    height: 20px;
    background-color: var(--primary-white);
    color: var(--gehc-purple-dark);
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    min-width: 22px;
    line-height: 21px;
}

@media (max-width:480px) and (min-width:320px) {
    .filter-custom-taxonomy {
        display: block;
        margin-bottom: 10px;
    }
}


/****Article Filter End*****/
/* Inscription Page  */
.inscription-container {
    margin-top: 50px;
    padding-bottom: 30px;
}

.inscription-title {
    font-size: 36px;
    color: var(--gehc-primary-text);
}

.inscription-subtitle {
    font-size: 20px;
    color: var(--gehc-primary-text);
    margin-bottom: 50px;
}

.midwives_wrapper .mktoForm p {
    color: var(--gehc-secondary-text) !important;
}

.midwives_wrapper .mktoForm input[type=text],
.midwives_wrapper .mktoForm input[type=url],
.midwives_wrapper .mktoForm input[type=email],
.midwives_wrapper .mktoForm input[type=tel],
.midwives_wrapper .mktoForm input[type=number],
.midwives_wrapper .mktoForm input[type=date],
.midwives_wrapper .mktoForm textarea.mktoField,
.midwives_wrapper .mktoForm select.mktoField {
    width: 100%;
    box-shadow: none !important;
    font-size: 14px !important;
    background-color: transparent !important;
    border: solid 1px var(--gehc-background-light-gray) !important;
    border-radius: 4px !important;
    color: var(--gehc-secondary-text) !important;
}

.midwives_wrapper ::-webkit-input-placeholder {
    /* Edge */
    color: var(--gehc-secondary-text);
}

.midwives_wrapper :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: var(--gehc-secondary-text);
}

.midwives_wrapper ::placeholder {
    color: var(--gehc-secondary-text);
}

.midwives_wrapper button.mktoButton {
    border-radius: 4px !important;
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background: var(--gehc-purple-main) !important;
}

.midwives_wrapper button.mktoButton:hover {

    background: var(--gehc-purple-dark) !important;
}

.midwives_wrapper #web_capture_country,
.midwives_wrapper #Functional_Role__c,
.midwives_wrapper #Title,
.midwives_wrapper #job_title_detail {
    outline: none !important;
    border: solid 1px var(--gehc-background-light-gray) !important;
    color: var(--gehc-secondary-text) !important;
    -moz-appearance: none !important;
    text-overflow: "" !important;
}

.inscription_wrapper .mktoForm>div:nth-child(4)>div.mktoFieldDescriptor.mktoFormCol,
.inscription_wrapper .mktoForm>div:nth-child(2)>div.mktoFieldDescriptor.mktoFormCol {
    width: 50% !important;
    font-weight: normal !important;
}

.inscription_wrapper .mktoForm>div:nth-child(2)>div.mktoFieldDescriptor.mktoFormCol>.mktoFieldWrap.mktoRequiredField {
    padding-right: 15px !important;
}

.inscription_wrapper .mktoFormCol:nth-child(even) .mktoFieldWrap {
    padding-right: 15px !important;
    padding-left: 0px !important;
}

.inscription_wrapper.page_forms_wrapper .mktoFormCol:nth-child(even) .mktoFieldWrap {
    padding-right: 0px !important;
}

.inscription_wrapper .mktoFormCol {
    width: 100% !important;
}

.inscription_wrapper div.mktoFormRow div.mktoFormCol {
    margin-bottom: 20px !important;
}

.inscription_wrapper .mktoForm>div:nth-child(7)>div.mktoFieldDescriptor.mktoFormCol {
    margin-bottom: 5px !important;
}

.inscription_wrapper .mktoFieldWrap a {
    color: var(--purple-dark) !important;
    text-decoration: underline !important;
}

.inscription_wrapper .mktoForm {
    max-width: 100% !important;
}

.inscription_wrapper .agreeEmail {
    padding-left: 0px !important;
    font-weight: 300;
}

.inscription_wrapper input:focus-visible {
    outline: 1px solid var(--purple-dark);
}

.success-block {
    background: var(--purple-dark);
    padding: 40px;
    color: var(--primary-white);
    margin-top: 10px;
    margin-bottom: 10px;
}

p.inscription-success {
    margin-bottom: 0px;
}

/* mobiles - devices less than 768px */
@media (max-width: 767.98px) {

    .midwives_wrapper .mktoForm>div:nth-child(4)>div.mktoFieldDescriptor.mktoFormCol,
    .midwives_wrapper .mktoForm>div:nth-child(2)>div.mktoFieldDescriptor.mktoFormCol {
        width: 100% !important;
    }

    .midwives_wrapper .mktoForm>div:nth-child(2)>div.mktoFieldDescriptor.mktoFormCol>.mktoFieldWrap.mktoRequiredField {
        padding-right: 0px !important;
    }

    .midwives_wrapper .mktoFormCol:nth-child(even) .mktoFieldWrap {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    #mktoForm_78240>div.mktoFormRow:nth-child(4)>.mktoFormCol.mktoFieldDescriptor,
    #mktoForm_78240>div.mktoFormRow:nth-child(7)>.mktoFormCol.mktoFieldDescriptor,
    .mktoForm>div:nth-child(7)>div.mktoFieldDescriptor.mktoFormCol {
        width: 100% !important;
    }

    #mktoForm_78240>div.mktoFormRow:nth-child(4)>.mktoFormCol.mktoFieldDescriptor .mktoFieldWrap,
    #mktoForm_78240>div.mktoFormRow:nth-child(7)>.mktoFormCol.mktoFieldDescriptor .mktoFieldWrap,
    .mktoForm>div:nth-child(7)>div.mktoFieldDescriptor.mktoFormCol .mktoFieldWrap {
        padding-right: 0px !important;
    }

    .midwives_wrapper div.mktoFormRow:nth-child(6)>div:nth-child(1) {
        width: 100% !important;
        padding-right: 0px !important;
    }

    #mktoForm_78241 .mktoFormRow:nth-child(6) .mktoFormCol.mktoFieldDescriptor:nth-child(1) {
        padding-right: 0px !important;
    }

}

/* Demand a demo Page  */


.demando-wrapper .mktoForm>div.mktoFormRow:nth-child(3)>div:nth-child(1),
.demando-wrapper .mktoForm>div.mktoFormRow:nth-child(6)>div:nth-child(1) {
    width: 50% !important;
    margin-bottom: 30px !important;
}

.demando-wrapper .mktoForm>div.mktoFormRow:nth-child(4)>div:nth-child(1),
.demando-wrapper .mktoForm>div.mktoFormRow:nth-child(7)>div:nth-child(1) {
    width: 100% !important;

}

.demando-wrapper .mktoForm>div.mktoFormRow:nth-child(4)>div:nth-child(1)>.mktoRequiredField,
.demando-wrapper .mktoForm>div.mktoFormRow:nth-child(7)>div:nth-child(1)>.mktoFieldWrap {
    padding-right: 0 !important;
}

.midwives_wrapper .mktoForm input[type=checkbox]+label:before,
.midwives_wrapper .mktoForm input[type=radio]+label:before {
    box-shadow: none;

}

/* 768px and up-ipad pro  */
@media (min-width: 768px) {
    .page_forms_wrapper .mktoLogicalField.mktoCheckboxList {
        margin-top: -27px !important;
    }
}

/* mobiles - devices less than 768px */
@media (max-width: 767.98px) {

    .demando-wrapper .mktoForm>div.mktoFormRow:nth-child(3)>div:nth-child(1),
    .demando-wrapper .mktoForm>div.mktoFormRow:nth-child(6)>div:nth-child(1) {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .demando-wrapper .mktoForm .mktoLogicalField {
        border: 1px solid transparent;
        position: relative;
        top: -20px;
    }
}

/* Article Post single */
.article-page .articletype {
    float: none;
    padding-bottom: 20px;
}

h1.entry-title {
    font-size: 48px;
    color: var(--gehc-primary-text);
}

.article-page .post-thumbnail img {
    width: 100%;
    max-height: 620px;
    object-fit: cover;
}

/* Page Content Styles */
.entry-content h1 {
    font-size: 48px;
    line-height: 63px;
    color: var(--gehc-primary-text);
}

.entry-content h2 {
    font-size: 38px;
    color: var(--gehc-primary-text);
}

.entry-content h3 {
    font-size: 34px;
    line-height: 30px;
    color: var(--gehc-primary-text);
}

.entry-content em {
    color: var(--gehc-secondary-text);
}

.entry-content h4 {
    font-size: 28px;
    line-height: 30px;
    color: var(--purple-dark);
    font-family: 'GE Inspira Bold', sans-serif;
}

.entry-content h5 {
    font-size: 22px;
    line-height: 30px;
    color: var(--gehc-purple-main);
    font-family: 'GE Inspira Bold', sans-serif;
}

.entry-content p {
    font-size: 22px;
    line-height: 30px;
    color: var(--gehc-primary-text);
}

.entry-content ul {
    margin-left: 0px;
}

.entry-content p strong {
    font-family: 'GE Inspira Bold', sans-serif;
}

.entry-content em {
    font-family: 'GE Inspira Italic', sans-serif;
    word-break: break-word;
}

.entry-content .wp-block-button__link {
    appearance: button;
    backface-visibility: hidden;
    border-radius: 3px;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s, box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 17px;
    padding-right: 17px;
}

.button-1 .wp-block-button__link {
    background: var(--purple-dark);
    color: var(--primary-white);
    font-family: 'GE Inspira Bold', sans-serif;
}

.button-2 .wp-block-button__link {
    background: transparent;
    color: var(--purple-light-1);
    border: 1px solid var(--primery-blue);
    font-family: 'GE Inspira Bold', sans-serif;
}

.button-3 .wp-block-button__link {
    background: var(--primary-white);
    color: var(--purple-light-1);
    font-family: 'GE Inspira Bold', sans-serif;
}

.button-4 .wp-block-button__link {
    background: transparent;
    color: var(--primary-white);
    border: 1px solid var(--primary-white);
    font-family: 'GE Inspira Bold', sans-serif;
}

.entry-content .wp-block-button__link:hover {
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0;
}

.entry-content .wp-block-file a {
    appearance: button;
    backface-visibility: hidden;
    border-radius: 3px;
    border-width: 0;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    margin: 12px 0 0;
    outline: none;
    overflow: hidden;
    padding: 0 25px;
    position: relative;
    text-align: center;
    text-transform: none;
    transform: translateZ(0);
    transition: all .2s, box-shadow .08s ease-in;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 17px;
    padding-right: 17px;
    background: var(--purple-dark);
    color: var(--primary-white);
    font-family: 'GE Inspira Bold', sans-serif;
}

/* mobiles - devices less than 520px */
@media (max-width: 520px) {
    .entry-content .wp-block-image figure {
        float: none !important;
        margin: 0 auto !important;
    }
}

/* Gated form page */
div#pageProfessionalForm {
    text-align: center;
    border: 1px solid var(--purple-light-2);
    ;
    padding: 30px;
    background: var(--purple-light-4);
}

/* Evidon cookies popup toggle button color changes code */
.evidon-switch {
    width: 40px !important;
}

.wp-block-button a {
    background: var(--gehc-purple-main);
    color: var(--gehc-white);
}

.wp-block-button a:hover {
    background: var(--gehc-purple-dark);
    color: var(--gehc-white);
}

@media (min-width: 991px) {

    .cta-fluid .col-md-5,
    .cta-fluid .col-md-7 {
        padding: 0px;
        margin: 0px;
    }

    .cta-fluid .col-md-7 {
        padding: 45px 0px;
    }
}

@media (max-width: 990px) {
    .cta-fluid .col-md-7 {
        text-align: center;
    }
    .cta-fluid .col-md-7 h1 {
        font-size: 36px;
    }
    .cta-fluid .col-md-7 a {
        width: 100%;
    }
}