@font-face { font-family: Lato-Regular; src: url("../fonts/Lato-Regular.eot") format("embedded-opentype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: Lato-Black; src: url("../fonts/Lato-Black.eot") format("embedded-opentype"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: Lato-Bold; src: url("../fonts/Lato-Bold.eot") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: Lato-Semibold; src: url("../fonts/Lato-Semibold.eot") format("embedded-opentype"), url("../fonts/Lato-Semibold.woff") format("woff"), url("../fonts/Lato-Semibold.ttf") format("truetype"); font-weight: normal; font-style: normal; }
@font-face { font-family: Lato-Light; src: url("../fonts/Lato-Light.eot") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype"); font-weight: normal; font-style: normal; }
.color-white { color: white; }

.color-theme { color: #005da6; }

.color-font { color: #2c559f; }

.color-orange, a.color-orange { color: #f5821f !important; }

.bg-theme-white { background-color: white; }

.bg-theme-blue { background-color: #005da6; }

.bg-theme-bluewhite { background-color: #eaf8ff; }

.bg-theme-gray { background-color: rgba(72, 72, 72, 0.6); }

.success-msg { color: #28a745; }

.error-msg { color: #dc3545 !important; }

.break-word { word-break: break-word !important; }

.Lato-Regular { font-family: 'Lato-Regular'; }

.Lato-Black { font-family: 'Lato-Black'; }

.Lato-Bold { font-family: 'Lato-Bold'; }

.Lato-Semibold { font-family: 'Lato-Semibold'; }

.list-indent { text-indent: -14px; }

.f-column { flex-direction: column; }

.f-row { flex-direction: row; }

@media (max-width: 768px) { .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto { padding-right: 20px; padding-left: 20px; } }

@media (min-width: 0px) { .col-xs-0 { display: none; }
  .col-xs { display: block !important; }
  .col-xs-2_4 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .f-column-xs { flex-direction: column; }
  .f-row-xs { flex-direction: row; } }
@media (max-width: 575px) { .hide-xs { display: none; } }
@media (min-width: 576px) { .col-sm-0 { display: none; }
  .col-sm { display: block !important; }
  .col-sm-2_4 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .f-column-sm { flex-direction: column; }
  .f-row-sm { flex-direction: row; } }
@media (max-width: 767px) { .hide-sm { display: none; } }
@media (min-width: 768px) { .col-md-0 { display: none; }
  .col-md { display: block !important; }
  .col-md-2_4 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .f-column-md { flex-direction: column; }
  .f-row-md { flex-direction: row; } }
@media (max-width: 991px) { .hide-md { display: none; } }
@media (min-width: 992px) { .col-lg-0 { display: none; }
  .col-lg { display: block !important; }
  .col-lg-2_4 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; }
  .f-column-lg { flex-direction: column; }
  .f-row-lg { flex-direction: row; } }
@media (min-width: 1200px) { .col-xl-0 { display: none; }
  .col-xl { display: block !important; }
  .col-xl-2_4 { -ms-flex: 0 0 20%; flex: 0 0 20%; max-width: 20%; } }
.col-0 { display: none !important; }

.modal-xl { max-width: 94vw; margin: auto; }

.pl-20 { padding-left: 20px; }

.pr-20 { padding-right: 20px; }

.px-20 { padding-left: 20px; padding-right: 20px; }

h1, h2, h3, h4, h5, h6, b, strong { font-size: inherit; font-weight: 700; font-family: 'Lato-Bold', sans-serif; line-height: 1.2; }

h4 { font-size: 21px; }

a, p, span, li { font-weight: 100; font-family: 'Lato-Regular', sans-serif; font-size: inherit; line-height: 1.2; margin: 0; }

label { cursor: pointer; }

a, .main-content a, a:not([href]):not([tabindex]) { text-decoration: underline; word-break: break-all; }

.masthead .main-text, .main-content .main-text { font-family: 'Lato-Semibold'; font-size: 18px; line-height: 28px; color: #2c559f; }
.masthead .main-text span, .main-content .main-text span { font-family: 'Lato-Black'; }
.masthead .main-text-ref, .main-content .main-text-ref { font-family: 'Lato-Semibold'; font-size: 15px; line-height: 20px; color: #2c559f; }
.masthead .main-title, .main-content .main-title { font-family: 'Lato-Black'; font-size: 18px; line-height: 28px; color: #2c559f; }
.masthead img, .main-content img { max-width: 100%; }
.masthead .link, .main-content .link { font-family: inherit; font-size: inherit; color: #f5821f; cursor: pointer; word-break: break-word !important; }
.masthead .link:hover, .main-content .link:hover { text-decoration: underline; }

button, .btn { box-shadow: 1px 1px 4px 0px #636363; -webkit-appearance: none; text-decoration: none; font-family: 'Lato-Bold', sans-serif; }
button span, .btn span { font-family: 'Lato-Bold', sans-serif; display: inline-block; }

.dividers-left { border-right: 1px #999 solid; }

.dividers-right { border-right: 1px #999 solid; }

.error-msg, .success-msg { display: none; line-height: 20px; margin-top: 6px !important; text-align: left !important; margin-left: 0 !important; font-family: 'Lato-Regular', sans-serif; font-size: 14px; }

.btn { padding: .375rem 1rem; }
.btn.large-btn { min-width: 102px; box-sizing: border-box; }

@keyframes rotate { from { transform: rotate(0deg); }
  to { transform: rotate(360deg); } }
.full-width { width: 100%; }

.full-height { height: 100%; }

.wp-block-preformatted { display: none; }

header { height: 100px; background-color: #005da6; }
@media (min-width: 992px) { header { height: 160px; } }
header .page-title { font-family: 'Lato-Semibold'; font-size: 25px; line-height: 27px; padding: 16px 30px; text-transform: uppercase; color: #eaf8ff; text-align: left; height: 100px; display: flex; align-items: center; justify-content: left; }
@media (min-width: 768px) { header .page-title { justify-content: center; text-align: center; font-size: 25px; line-height: 32px; } }
@media (min-width: 992px) { header .page-title { font-size: 27px; height: 160px; padding: 80px 0 60px 0; } }
header #mainNav { position: absolute; top: 0; right: 0; }
header #mainNav.fixed { position: fixed; top: 0; right: 0; }
header #mainNav .menu_button { position: absolute; right: 0px; top: 0px; width: 80px; height: 60px; padding: 15px 20px; margin: 20px 10px; box-sizing: border-box; }
@media (max-width: 768px) { header #mainNav .menu_button { transform: scale(0.8); } }
@media (min-width: 992px) { header #mainNav .menu_button { margin: 65px 60px 35px 60px; } }
header #mainNav .menu_button.open path.icon-top { -webkit-transform: rotate(45deg) translate(-4px, -4px); transform: rotate(45deg) translate(-4px, -4px); }
header #mainNav .menu_button.open path.icon-middle { opacity: 0; }
header #mainNav .menu_button.open path.icon-bottom { -webkit-transform: rotate(-45deg) translate(-3px, 3px); transform: rotate(-45deg) translate(-3px, 3px); }
header #mainNav .menu_button path.icon-top, header #mainNav .menu_button path.icon-bottom { -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: left; transform-origin: left; transition: all 750ms cubic-bezier(0.19, 1, 0.22, 1); }
header #mainNav .menu_button .menu__icon { width: 40px; height: 30px; cursor: pointer; position: absolute; z-index: 9999; overflow: visible; }
header #mainNav .menu_button .menu__icon .icon-path { stroke: #ffffff; }
header #mainNav .menu_button.open .menu__icon .icon-path { stroke: #ffffff !important; }
header #mainNav #navbar { position: fixed; display: none; background-color: #005da6; width: 100vw; height: 100vh; top: 0; left: 0; }
header #mainNav #navbar .navbar-nav { margin: 0 auto; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; }
header #mainNav #navbar .navbar-nav .nav-item { width: 100%; text-align: center; }
header #mainNav #navbar .navbar-nav .nav-item .nav-link { font-size: 25px; font-weight: 400; padding: 0.5rem; margin: 0.5rem; letter-spacing: 1px; color: white; font-family: 'Lato-Regular', sans-serif; text-decoration: none; cursor: pointer; word-break: break-word; }
@media (min-width: 768px) { header #mainNav #navbar .navbar-nav .nav-item .nav-link { font-size: 28px; } }
header #mainNav #navbar .navbar-nav .nav-item .nav-link.active, header #mainNav #navbar .navbar-nav .nav-item .nav-link:focus, header #mainNav #navbar .navbar-nav .nav-item .nav-link:hover { color: white; text-decoration: underline; }
header #mainNav #navbar .navbar-nav .nav-item .nav-link .icon { margin-left: 6px; vertical-align: middle; }
header #mainNav #navbar .navbar-nav .nav-item button.nav-link { background-color: transparent; border: 0; outline: 0; box-shadow: 0 0; margin: 0 auto; position: relative; }
header #mainNav #navbar .navbar-nav .nav-item button.nav-link.collapsed:before { transform: rotateZ(-90deg); }
header #mainNav #navbar .navbar-nav .nav-item button.nav-link:before { content: ' '; background-image: url("../images/angle-down-solid.svg"); background-size: auto; background-repeat: no-repeat; background-position: center; display: block; width: 20px; height: 20px; position: absolute; right: -20px; top: 15px; transition: transform .3s; transform: rotateZ(0deg); }
@media (min-width: 992px) { header #mainNav #navbar .navbar-nav .nav-item button.nav-link:before { right: -30px; width: 25px; height: 25px; top: 12px; } }
header #mainNav #navbar .navbar-nav .nav-item .sub-navbar-nav { margin: 0 auto; width: 100%; list-style: none; padding: 0; }
header #mainNav #navbar .navbar-nav .nav-item .sub-navbar-nav .sub-nav-link { font-size: 20px; color: #93dbff; }
@media (min-width: 768px) { header #mainNav #navbar .navbar-nav .nav-item .sub-navbar-nav .sub-nav-link { font-size: 24px; } }

footer { padding: 30px 0; background-color: #005da6; color: white; }
@media (min-width: 768px) { footer { padding: 80px 0; } }
footer p { padding-bottom: 12px; }
@media (max-width: 768px) { footer p { font-family: 'Lato-Light'; font-size: 14px; line-height: 1.4; } }
footer .link { color: white; text-decoration: none; }
footer .link:hover { color: white; text-decoration: underline; }
footer .footer-left { padding-top: 20px; }
footer .footer-left .link a { color: white; font-family: 'Lato-Bold'; font-size: 15px; }
footer .footer-left .link a:hover { color: white; }
footer .footer-left .copyright { font-family: 'Lato-Regular'; font-size: 13px; line-height: 1.2; padding-top: 8px; display: inline-block; text-decoration: none; }
@media (max-width: 768px) { footer .USYD-logo { width: 155px; } }
@media (max-width: 768px) { footer .Sydney-HealthPartners-logo { width: 210px; } }
@media (max-width: 768px) { footer .little-logo { width: 75px; } }

.masthead { position: relative; padding: 30px 0; background-size: cover; background-repeat: no-repeat; background-position: 0 0; }
@media (min-width: 768px) { .masthead { padding: 60px 0; } }
@media (min-width: 992px) { .masthead { padding: 120px 0; } }

.home_page_para_h3 { font-family: 'Lato-Black'; font-size: 40px; line-height: 48px; }

.home_page_para_h4 { font-family: 'Lato-Black'; font-size: 24px; line-height: 30px; }

.home_page_para_bold { font-family: 'Lato-Bold'; font-size: 24px; line-height: 36px; }

.home_page_para_bold2 { font-family: 'Lato-Bold'; font-size: 18px; line-height: 28px; }

.home_page_para_text { font-family: 'Lato-Semibold'; font-size: 22px; line-height: 32px; }

.home_page_para_text2 { font-family: 'Lato-Semibold'; font-size: 18px; line-height: 28px; }
.home_page_para_text2 b { font-family: 'Lato-Black'; font-size: 18px; line-height: 28px; }

.home_page_para_text3 { font-family: 'Lato-Semibold'; font-size: 24px; line-height: 36px; }

.home_page_para_text3 span { font-family: 'Lato-Black'; font-size: 24px; line-height: 36px; }

@media (max-width: 768px) { .home_page_mobile_text1 { font-size: 20px !important; line-height: 1.5 !important; } }

@media (max-width: 768px) { .home_page_mobile_text2 { font-size: 24px !important; line-height: 1.5 !important; } }

@media (max-width: 768px) { .home_page_mobile_text3 { font-family: 'Lato-Regular' !important; font-size: 17px !important; line-height: 1.5 !important; } }

@media (max-width: 768px) { .home_page_mobile_text4 { font-family: 'Lato-Regular' !important; font-size: 19px !important; line-height: 1.5 !important; } }

.list { padding: 0; list-style: none; padding-left: 16px; }
.list li { font-family: 'Lato-Semibold'; font-size: 18px; line-height: 28px; padding-bottom: 30px; text-indent: -16px; }
@media (max-width: 768px) { .list li { font-family: 'Lato-Regular'; font-size: 17px; line-height: 1.5; } }

.list-nonestyle { padding: 0 0 0 17px; list-style: disc; }

.background-center { background-position: center; background-repeat: no-repeat; background-size: cover; }

.modal-open:not(.isMobile) { padding-right: 15px; }

.tooltip-highlighted { position: relative; }
.tooltip-highlighted .tooltip-content { display: block; position: absolute; background-color: #005da6; color: white; font-family: 'Lato-Semibold'; -webkit-backface-visibility: hidden; padding: 15px 10px; font-size: 14px; line-height: 20px; }
@media (min-width: 768px) { .tooltip-highlighted .tooltip-content { padding: 20px 35px; font-size: 20px; line-height: 28px; } }
@media (max-width: 768px) { .tooltip-highlighted .tooltip-content { padding: 15px; font-size: 15px; line-height: 1.5; } }

.tooltip-button { cursor: pointer; }
.tooltip-button:hover { text-decoration: underline !important; }

.home .page-title { display: none !important; }
.home header { height: 0 !important; }
.home #home-masthead { height: auto; padding: 86vw 0 40px 0; background-size: 240%; background-position: top center; background-color: #f5fcff; }
@media (min-width: 768px) { .home #home-masthead { padding: 62vw 0 40px 0; background-size: cover; background-position: center; } }
@media (min-width: 992px) { .home #home-masthead { padding: 40vw 0 40px 0; }
  .home #home-masthead .masthead { padding: 120px 0 60px 0; } }
@media (min-width: 1025px) { .home #home-masthead { padding: 40vw 0 60px 0; } }
@media (min-width: 1280px) { .home #home-masthead { padding: 40vw 0 100px 0; } }
@media (min-width: 1600px) { .home #home-masthead { padding: 32vw 0 100px 0; } }
.home .menu__icon .icon-path { stroke: #005da6 !important; }

.home .tooltip-content, .about-us .tooltip-content, .healthcare-professionals .tooltip-content { top: auto; left: auto; right: 0; bottom: 20px; }
@media (min-width: 0px) { .home .tooltip-content, .about-us .tooltip-content, .healthcare-professionals .tooltip-content { width: 90%; } }
@media (min-width: 768px) { .home .tooltip-content, .about-us .tooltip-content, .healthcare-professionals .tooltip-content { right: 0px; bottom: 40px; width: 450px; } }
@media (min-width: 992px) { .home .tooltip-content, .about-us .tooltip-content, .healthcare-professionals .tooltip-content { right: -30px; } }

.about-us ul li { font-family: 'Lato-Semibold'; font-size: 18px; line-height: 28px; color: #2c559f; }

@media (max-width: 768px) { .subscribe label { font-family: 'Lato-Regular' !important; font-size: 17px !important; line-height: 1.5 !important; } }

.tooltip-popup { font-size: 18px; width: 570px; max-width: 84vw; position: absolute; background-color: white; color: #005da6; border: 2px #9fa0a1 solid; }
.tooltip-popup:before { content: ""; display: inline-block; position: absolute; top: 0; left: 0; height: 100%; border: 2px #f5821f solid; }
.tooltip-popup .arrow:before { border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 16px solid #9fa0a1; content: ""; display: inline-block; position: absolute; left: 170px; top: -18px; }
.tooltip-popup .arrow:after { border-left: 16px solid transparent; border-right: 16px solid transparent; border-bottom: 16px solid white; content: ""; display: inline-block; position: absolute; left: 170px; top: -15px; }
.tooltip-popup.tooltip-40-weeks { left: auto; right: 30px; top: auto; bottom: -220px; }
@media (min-width: 992px) { .tooltip-popup.tooltip-40-weeks { right: 30px; } }
@media (min-width: 768px) { .tooltip-popup.tooltip-40-weeks { right: auto; } }
.tooltip-popup.tooltip-third-trimester { left: auto; right: 30px; top: auto; bottom: -160px; }
@media (min-width: 992px) { .tooltip-popup.tooltip-third-trimester { right: 30px; } }
@media (min-width: 768px) { .tooltip-popup.tooltip-third-trimester { right: auto; } }

@media (min-width: 768px) { .masthead-why-wait { height: 780px; } }
@media (min-width: 0px) { .masthead-why-wait { height: auto; } }

.masthead-closer-look { height: auto; background-position: right 0; background-color: #fffdf3; }
@media (max-width: 768px) { .masthead-closer-look { background-image: none !important; } }
@media (min-width: 768px) { .masthead-closer-look { height: 240px; } }
@media (min-width: 992px) { .masthead-closer-look { height: 360px; } }
@media (min-width: 1025px) { .masthead-closer-look { height: 470px; } }

.masthead-how-many-weeks { background-color: #fffdf3; }
@media (max-width: 992px) { .masthead-how-many-weeks { background-image: none !important; }
  .masthead-how-many-weeks .only-mobile-image { margin-top: 60px; } }
@media (min-width: 0px) { .masthead-how-many-weeks { height: auto; padding: 30px 0 60px 0; } }
@media (min-width: 992px) { .masthead-how-many-weeks { height: auto; padding: 120px 0; } }

.masthead-healthcare-professionals { background-position: 90% 0; padding: 80px 0 80px 0; }

.datepicker-widget { display: flex; justify-content: center; align-items: flex-start; }
.datepicker-widget .week-image-panel { margin: 0 auto; width: 270px; height: 270px; flex-shrink: 0; }
@media (min-width: 375px) { .datepicker-widget .week-image-panel { width: 325px; height: 325px; } }
@media (min-width: 414px) { .datepicker-widget .week-image-panel { width: 364px; height: 364px; } }
@media (min-width: 768px) { .datepicker-widget .week-image-panel { width: 568px; height: 568px; } }
.datepicker-widget .week-image-panel .week-image { width: 568px; height: 568px; background-size: 568px; background-position: center; background-repeat: no-repeat; transform-origin: 0 0; transform: scale(0.476); }
@media (min-width: 375px) { .datepicker-widget .week-image-panel .week-image { transform: scale(0.572); } }
@media (min-width: 414px) { .datepicker-widget .week-image-panel .week-image { transform: scale(0.641); } }
@media (min-width: 768px) { .datepicker-widget .week-image-panel .week-image { transform: scale(1); } }
.datepicker-widget .week-image-panel .week-image .icon { width: 568px; height: 568px; background-size: 568px; background-position: center; background-repeat: no-repeat; transition: background-image .3s, transform .3s; }
.datepicker-widget .datepicker-copy { margin-top: 20px; }
@media (min-width: 992px) { .datepicker-widget .datepicker-copy { margin-top: 160px; } }
.datepicker-widget .datepicker-copy .title { color: #00a7cf; font-family: 'Lato-Bold'; font-size: 20px; margin-bottom: 20px; text-transform: uppercase; }
@media (max-width: 768px) { .datepicker-widget .datepicker-copy .title { font-family: 'Lato-Regular'; font-size: 18px; line-height: 1.3; } }
.datepicker-widget .datepicker-copy .week-list span { font-family: 'Lato-Black'; font-size: 28px; color: #2c559f; padding-right: 26px; margin-bottom: 10px; display: inline-block; }
@media (min-width: 768px) { .datepicker-widget .datepicker-copy .week-list span { font-size: 32px; margin-bottom: 20px; } }
.datepicker-widget .datepicker-copy .week-list ul { list-style-type: none; display: inline-block; padding-left: 0; margin-bottom: 20px; }
.datepicker-widget .datepicker-copy .week-list ul li { cursor: pointer; font-family: 'Lato-Black'; font-size: 26px; color: #a3d6f2; display: inline-block; margin-right: 0; width: 48px; height: 48px; padding: 6px; box-sizing: border-box; border-color: transparent; border-width: 3px; border-style: solid; border-radius: 100%; }
@media (min-width: 375px) { .datepicker-widget .datepicker-copy .week-list ul li { margin-right: 9px; } }
@media (min-width: 576px) { .datepicker-widget .datepicker-copy .week-list ul li { margin-right: 10px; font-size: 32px; width: 54px; height: 54px; border-radius: 50%; background-color: #ebf8ff; box-shadow: 1px 1px 2px 1px #cfcfcf; } }
.datepicker-widget .datepicker-copy .week-copy .text { display: none; font-family: 'Lato-Semibold'; font-size: 17px; line-height: 1.5; color: #2c559f; animation-fill-mode: both; animation-duration: .5s; }
@media (min-width: 576px) { .datepicker-widget .datepicker-copy .week-copy .text { font-size: 18px; line-height: 28px; } }
.datepicker-widget .datepicker-copy .week-copy .text a { font-family: 'Lato-Bold'; color: #f5821f; }
.datepicker-widget .week-list ul.week-35 li.week-35, .datepicker-widget .week-list ul.week-36 li.week-36, .datepicker-widget .week-list ul.week-37 li.week-37, .datepicker-widget .week-list ul.week-38 li.week-38, .datepicker-widget .week-list ul.week-39 li.week-39, .datepicker-widget .week-list ul.week-40 li.week-40 { border-color: #f5821f; color: #2c559f; background-color: white; }
.datepicker-widget.week-35 .week-copy .week-35, .datepicker-widget.week-36 .week-copy .week-36, .datepicker-widget.week-37 .week-copy .week-37, .datepicker-widget.week-38 .week-copy .week-38, .datepicker-widget.week-39 .week-copy .week-39, .datepicker-widget.week-40 .week-copy .week-40 { display: block; }
.datepicker-widget.out.week-35 .week-copy .week-35, .datepicker-widget.out.week-36 .week-copy .week-36, .datepicker-widget.out.week-37 .week-copy .week-37, .datepicker-widget.out.week-38 .week-copy .week-38, .datepicker-widget.out.week-39 .week-copy .week-39, .datepicker-widget.out.week-40 .week-copy .week-40 { animation-name: fadeOutRight; }
.datepicker-widget.in.week-35 .week-copy .week-35, .datepicker-widget.in.week-36 .week-copy .week-36, .datepicker-widget.in.week-37 .week-copy .week-37, .datepicker-widget.in.week-38 .week-copy .week-38, .datepicker-widget.in.week-39 .week-copy .week-39, .datepicker-widget.in.week-40 .week-copy .week-40 { animation-name: fadeInLeft; }

.datepicker-section-1 .week-image .icon.out { transform: scale3d(1.1, 1.1, 1); -webkit-transition: all .4s linear 0s; transition: all .4s linear 0s; }
.datepicker-section-1 .week-image.week-39 .icon.out { transform: scale3d(1.08, 1.108, 1); -webkit-transition: all .4s linear 0s; transition: all .4s linear 0s; }
.datepicker-section-1 .week-image.week-40 .icon.out { transform: scale3d(1.05, 1.05, 1); -webkit-transition: all .4s linear 0s; transition: all .4s linear 0s; }
.datepicker-section-1 .week-image .icon.in { transform: scale3d(1, 1, 1); -webkit-transition: all .4s linear 0s; transition: all .4s linear 0s; }
.datepicker-section-1 .week-image { background-image: url("../images/home-section-1/bg1.png"); }
.datepicker-section-1 .week-image.week-35 .icon { background-image: url("../images/home-section-1/Week-35.png"); }
.datepicker-section-1 .week-image.week-36 .icon { background-image: url("../images/home-section-1/Week-36-1.png"); }
.datepicker-section-1 .week-image.week-37 .icon { background-image: url("../images/home-section-1/Week-36.png"); }
.datepicker-section-1 .week-image.week-38 .icon { background-image: url("../images/home-section-1/Week-37.png"); }
.datepicker-section-1 .week-image.week-39 .icon { background-image: url("../images/home-section-1/Week-38.png"); }
.datepicker-section-1 .week-image.week-40 .icon { background-image: url("../images/home-section-1/Week-39.png"); }

.datepicker-section-2 .week-image { background-image: url("../images/home-section-2/bg2.png"); }
.datepicker-section-2 .week-image, .datepicker-section-2 .icon { width: 568px !important; height: 568px !important; background-size: 568px !important; }
.datepicker-section-2 .number { font-family: "Lato-Black"; line-height: 1; font-size: 30px; color: #2c559f; position: absolute; top: 214px; left: 166px; -webkit-text-size-adjust: auto; width: 35px; text-align: right; }
.datepicker-section-2 .baby-icon { background-image: url("../images/home-section-2/baby-icon.png"); background-size: 205px 16px; position: absolute; height: 16px; left: 213px; transition: width .2s; width: 0; }
.datepicker-section-2 .baby-icon.icon-1 { top: 261px; }
.datepicker-section-2 .baby-icon.icon-2 { top: 279px; }
.datepicker-section-2 .baby-icon.icon-3 { top: 297px; }
.datepicker-section-2 .baby-icon.icon-4 { top: 316px; }
.datepicker-section-2 .baby-icon.icon-5 { top: 336px; }

.datepicker-section-3 .week-image { background-image: url("../images/home-section-3/bg3.png"); }
.datepicker-section-3 .week-image .icon-alphabet { width: 69px; height: 72px; background-size: contain; background-position: center; background-repeat: no-repeat; transform: translate3d(0, 0, 0) scale(1) rotateZ(0deg); transition: transform .5s; position: absolute; top: 0; left: -30px; }
@media (min-width: 0px) { .datepicker-section-3 .week-image .icon-alphabet { left: -15px; } }
@media (min-width: 768px) { .datepicker-section-3 .week-image .icon-alphabet { left: -15px; } }
.datepicker-section-3 .week-image .icon-alphabet.alphabet-i { background-image: url("../images/home-section-3/alphabet-i.svg"); }
.datepicker-section-3 .week-image .icon-alphabet.alphabet-k { background-image: url("../images/home-section-3/alphabet-k.svg"); }
.datepicker-section-3 .week-image .icon-alphabet.alphabet-r { background-image: url("../images/home-section-3/alphabet-r.svg"); }
.datepicker-section-3 .week-image .icon-alphabet.alphabet-s { background-image: url("../images/home-section-3/alphabet-s.svg"); }
.datepicker-section-3.week-35 .week-image .icon .alphabet-i { transform: translate3d(227px, 267px, 0) scale(1) rotateZ(-8deg); }
.datepicker-section-3.week-35 .week-image .icon .alphabet-k { transform: translate3d(374px, 254px, 0) scale(1) rotateZ(20deg); }
.datepicker-section-3.week-35 .week-image .icon .alphabet-r { transform: translate3d(152px, 234px, 0) scale(1) rotateZ(-15deg); }
.datepicker-section-3.week-35 .week-image .icon .alphabet-s { transform: translate3d(302px, 235px, 0) scale(1) rotateZ(15deg); }
.datepicker-section-3.week-36 .week-image .icon .alphabet-i { transform: translate3d(233px, 264px, 0) scale(0.9) rotateZ(0deg); }
.datepicker-section-3.week-36 .week-image .icon .alphabet-k { transform: translate3d(362px, 251px, 0) scale(0.9) rotateZ(10deg); }
.datepicker-section-3.week-36 .week-image .icon .alphabet-r { transform: translate3d(166px, 237px, 0) scale(0.9) rotateZ(-14deg); }
.datepicker-section-3.week-36 .week-image .icon .alphabet-s { transform: translate3d(298px, 238px, 0) scale(0.9) rotateZ(1deg); }
@media (max-width: 768px) { .datepicker-section-3.week-36 .week-image .icon .alphabet-i { transform: translate3d(231px, 264px, 0) scale(0.92) rotateZ(0deg); }
  .datepicker-section-3.week-36 .week-image .icon .alphabet-k { transform: translate3d(366px, 251px, 0) scale(0.92) rotateZ(10deg); }
  .datepicker-section-3.week-36 .week-image .icon .alphabet-r { transform: translate3d(162px, 237px, 0) scale(0.92) rotateZ(-14deg); }
  .datepicker-section-3.week-36 .week-image .icon .alphabet-s { transform: translate3d(298px, 238px, 0) scale(0.92) rotateZ(1deg); } }
.datepicker-section-3.week-37 .week-image .icon .alphabet-i { transform: translate3d(240px, 258px, 0) scale(0.75) rotateZ(0deg); }
.datepicker-section-3.week-37 .week-image .icon .alphabet-k { transform: translate3d(347px, 246px, 0) scale(0.75) rotateZ(1deg); }
.datepicker-section-3.week-37 .week-image .icon .alphabet-r { transform: translate3d(184px, 260px, 0) scale(0.75) rotateZ(-17deg); }
.datepicker-section-3.week-37 .week-image .icon .alphabet-s { transform: translate3d(293px, 234px, 0) scale(0.75) rotateZ(1deg); }
@media (max-width: 768px) { .datepicker-section-3.week-37 .week-image .icon .alphabet-i { transform: translate3d(236px, 258px, 0) scale(0.84) rotateZ(0deg); }
  .datepicker-section-3.week-37 .week-image .icon .alphabet-k { transform: translate3d(357px, 246px, 0) scale(0.84) rotateZ(1deg); }
  .datepicker-section-3.week-37 .week-image .icon .alphabet-r { transform: translate3d(174px, 260px, 0) scale(0.84) rotateZ(-17deg); }
  .datepicker-section-3.week-37 .week-image .icon .alphabet-s { transform: translate3d(297px, 234px, 0) scale(0.84) rotateZ(1deg); } }
.datepicker-section-3.week-38 .week-image .icon .alphabet-i { transform: translate3d(239px, 260px, 0) scale(0.65) rotateZ(0deg); }
.datepicker-section-3.week-38 .week-image .icon .alphabet-k { transform: translate3d(338px, 260px, 0) scale(0.65) rotateZ(0deg); }
.datepicker-section-3.week-38 .week-image .icon .alphabet-r { transform: translate3d(190px, 262px, 0) scale(0.65) rotateZ(-10deg); }
.datepicker-section-3.week-38 .week-image .icon .alphabet-s { transform: translate3d(288px, 238px, 0) scale(0.65) rotateZ(0deg); }
@media (max-width: 768px) { .datepicker-section-3.week-38 .week-image .icon .alphabet-i { transform: translate3d(236px, 260px, 0) scale(0.76) rotateZ(0deg); }
  .datepicker-section-3.week-38 .week-image .icon .alphabet-k { transform: translate3d(348px, 260px, 0) scale(0.76) rotateZ(0deg); }
  .datepicker-section-3.week-38 .week-image .icon .alphabet-r { transform: translate3d(180px, 262px, 0) scale(0.76) rotateZ(-10deg); }
  .datepicker-section-3.week-38 .week-image .icon .alphabet-s { transform: translate3d(291px, 238px, 0) scale(0.76) rotateZ(0deg); } }
.datepicker-section-3.week-39 .week-image .icon .alphabet-i.out { transform: translate3d(242px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear .3s; transition: all .2s linear .3s; }
.datepicker-section-3.week-39 .week-image .icon .alphabet-i.in { transform: translate3d(242px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-39 .week-image .icon .alphabet-k.out { transform: translate3d(324px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear .9s; transition: all .2s linear .9s; }
.datepicker-section-3.week-39 .week-image .icon .alphabet-k.in { transform: translate3d(324px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-39 .week-image .icon .alphabet-r.out { transform: translate3d(202px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-39 .week-image .icon .alphabet-r.in { transform: translate3d(202px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-39 .week-image .icon .alphabet-s.out { transform: translate3d(283px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear .5s; transition: all .2s linear .5s; }
.datepicker-section-3.week-39 .week-image .icon .alphabet-s.in { transform: translate3d(283px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
@media (max-width: 768px) { .datepicker-section-3.week-39 .week-image .icon .alphabet-i { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-i.out { transform: translate3d(238px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-i.in { transform: translate3d(238px, 250px, 0) scale(0.68) rotateZ(0deg); }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-k { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-k.out { transform: translate3d(336px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-k.in { transform: translate3d(336px, 250px, 0) scale(0.68) rotateZ(0deg); }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-r { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-r.out { transform: translate3d(190px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-r.in { transform: translate3d(190px, 250px, 0) scale(0.68) rotateZ(0deg); }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-s { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-s.out { transform: translate3d(288px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-39 .week-image .icon .alphabet-s.in { transform: translate3d(288px, 250px, 0) scale(0.68) rotateZ(0deg); } }
.datepicker-section-3.week-40 .week-image .icon .alphabet-i.out { transform: translate3d(242px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
.datepicker-section-3.week-40 .week-image .icon .alphabet-i.in { transform: translate3d(242px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-40 .week-image .icon .alphabet-k.out { transform: translate3d(324px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear .6s; transition: all .2s linear .6s; }
.datepicker-section-3.week-40 .week-image .icon .alphabet-k.in { transform: translate3d(324px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-40 .week-image .icon .alphabet-r.out { transform: translate3d(202px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-40 .week-image .icon .alphabet-r.in { transform: translate3d(202px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
.datepicker-section-3.week-40 .week-image .icon .alphabet-s.out { transform: translate3d(283px, 250px, 0) scale(0.55) rotateZ(20deg); -webkit-transition: all .2s linear .4s; transition: all .2s linear .4s; }
.datepicker-section-3.week-40 .week-image .icon .alphabet-s.in { transform: translate3d(283px, 250px, 0) scale(0.55) rotateZ(0deg); -webkit-transition: all .2s linear 0s; transition: all .2s linear 0s; }
@media (max-width: 768px) { .datepicker-section-3.week-40 .week-image .icon .alphabet-i { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-i.out { transform: translate3d(238px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-i.in { transform: translate3d(238px, 250px, 0) scale(0.68) rotateZ(0deg); }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-k { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-k.out { transform: translate3d(336px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-k.in { transform: translate3d(336px, 250px, 0) scale(0.68) rotateZ(0deg); }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-r { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-r.out { transform: translate3d(190px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-r.in { transform: translate3d(190px, 250px, 0) scale(0.68) rotateZ(0deg); }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-s { -webkit-transition: all .2s linear .2s; transition: all .2s linear .2s; }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-s.out { transform: translate3d(288px, 250px, 0) scale(0.68) rotateZ(20deg); }
  .datepicker-section-3.week-40 .week-image .icon .alphabet-s.in { transform: translate3d(288px, 250px, 0) scale(0.68) rotateZ(0deg); } }

@keyframes pulse { 0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); } }
@keyframes ripple { 0% { opacity: .25; }
  100% { border-radius: 2em; opacity: 0; transform: scale(1.5); } }
.datepicker-section-4 .week-image { background-image: url("../images/home-section-4/bg4.png"); }
.datepicker-section-4 .week-image, .datepicker-section-4 .icon { width: 568px !important; height: 568px !important; background-size: 568px !important; }
.datepicker-section-4 .number { font-family: "Lato-Black"; line-height: 1; font-size: 33px; color: #00a7cf; position: absolute; top: 238px; left: 129px; -webkit-text-size-adjust: auto; width: 35px; text-align: right; }
.datepicker-section-4 .magnifier { position: absolute; width: 142px !important; height: 143px !important; background-size: 142px 143px; background-image: url("../images/home-section-4/magnifier.png"); left: 297px; top: 212px; z-index: 11; }
.datepicker-section-4 #icon-1 { background-image: url("../images/home-section-4/zoom-points.png"); }
.datepicker-section-4 #icon-2 { background-image: url("../images/home-section-4/zoom-points.png"); }
.datepicker-section-4 #icon-3 { background-image: url("../images/home-section-4/zoom-1-points.png"); }
.datepicker-section-4 #icon-4 { background-image: url("../images/home-section-4/zoom-1-points.png"); }
.datepicker-section-4 #icon-5 { background-image: url("../images/home-section-4/zoom-2-points.png"); }
.datepicker-section-4 #icon-6 { background-image: url("../images/home-section-4/zoom-3-points.png"); }
.datepicker-section-4 .zoom-icon { background-size: 66px 66px; position: absolute; height: 66px; left: 310px; width: 66px; top: 227px; -webkit-transform: scale(1.5); transform: scale(1.5); opacity: 0; }
.datepicker-section-4 .zoom-icon.out { -webkit-transform: scale(0.5); transform: scale(0.5); opacity: 0.5; -webkit-transition: all .4s linear 0s; transition: all .4s linear 0s; }
.datepicker-section-4 .zoom-icon.in { z-index: 10; -webkit-transform: scale(1); transform: scale(1); opacity: 1; -webkit-transition: all .4s linear 0s; transition: all .4s linear 0s; }

@-webkit-keyframes fadeOutRight { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } }
@keyframes fadeOutRight { 0% { opacity: 1; }
  100% { opacity: 0; -webkit-transform: translate3d(20%, 0, 0); -ms-transform: translate3d(20%, 0, 0); transform: translate3d(20%, 0, 0); } }
.fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; }

@-webkit-keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-20%, 0, 0); transform: translate3d(-20%, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInLeft { 0% { opacity: 0; -webkit-transform: translate3d(-20%, 0, 0); -ms-transform: translate3d(-20%, 0, 0); transform: translate3d(-20%, 0, 0); }
  100% { opacity: 1; -webkit-transform: none; -ms-transform: none; transform: none; } }
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

#mc_embed_signup { max-width: 880px; margin: 0 auto; }
#mc_embed_signup .mailchimp-form-button { font-family: "Lato-Black"; font-size: 18px; line-height: 28px; color: #2c559f; background-color: #eaf8ff; padding: 10px 40px; cursor: pointer; text-transform: uppercase; outline: none; border: 1px #9fa0a1 solid; }
#mc_embed_signup input[type="text"], #mc_embed_signup input[type="email"] { height: 50px; width: 100%; font-family: "Lato-Regular"; padding: 10px 10px; font-size: 22px; border: 1px #9fa0a1 solid; }

.brochure-download-panel { max-width: 880px; margin: 0 auto; }
.brochure-download-panel a { text-decoration: none; cursor: pointer; }
.brochure-download-panel a:hover { text-decoration-line: underline; }

.control__label:after, .control__label:before { width: 37px; height: 37px; }

.control__label:after { top: auto !important; }

.control__label { color: #9fa0a1; border-color: #9fa0a1; padding: 0 !important; }

.control__input:checked + .control__label:before { background-color: #005da6; }

.control__input:checked + .control__label:after { color: white; }

.control__input[type=radio] + .control__label:after, .control__input[type=checkbox] + .control__label:after { background-image: url("../images/check-solid.svg"); background-position: center center; background-size: 19px 19px; }

.tooltipster { cursor: pointer; position: relative; color: #f5821f; font-family: inherit; font-size: inherit; }
.tooltipster:hover { cursor: pointer; text-decoration: underline; }

.tooltipster-sidetip { padding: 0 15px !important; }
.tooltipster-sidetip .tooltipster-box { border-radius: 1px; border: 2px solid #9fa0a1; }
.tooltipster-sidetip .tooltipster-box .tooltipster-content { border-left: 5px solid #f5821f; overflow: hidden; padding: 15px 10px; background-color: white; -webkit-backface-visibility: hidden; color: #2c559f; }
.tooltipster-sidetip .tooltipster-box .tooltipster-content ul { padding-left: 20px; }
.tooltipster-sidetip .tooltipster-box .tooltipster-content p, .tooltipster-sidetip .tooltipster-box .tooltipster-content li { font-family: 'Lato-Semibold'; font-size: 14px; line-height: 20px; }
@media (min-width: 768px) { .tooltipster-sidetip .tooltipster-box .tooltipster-content p, .tooltipster-sidetip .tooltipster-box .tooltipster-content li { font-size: 20px; line-height: 28px; } }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border { border-bottom-color: #9fa0a1 !important; }
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background { border-bottom-color: white !important; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border { border-top-color: #9fa0a1 !important; }
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background { border-top-color: white !important; }

.tooltip_templates { display: none; }

@media (max-width: 768px) { .terms-conditions .home_page_para_text2 { font-family: 'Lato-Regular'; font-size: 17px; line-height: 1.5; }
  .terms-conditions .home_page_para_h4 { font-family: 'Lato-Bold'; font-size: 20px; line-height: 1.5; } }

/*# sourceMappingURL=style.css.map */
