﻿@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,300i,400,400i,500,500i,700,700i,,800i');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */

#extPmtPageFrame {
    height: 100vh;
    width: 100vh;
}

body{
  background: #FCDDAC !important;
}

/* html{
  font-family: 'atlas-grotesk' !important;
} */

 @font-face {
   font-family: 'atlas-grotesk';
   src: url('/MyChart/fonts/AtlasGrotesk-Regular-Web.woff2') format('woff2');
   font-weight: normal;
   font-style: normal;
   line-height: 160%;
   font-size: 16px;
 }

/* @font-face {
  font-family: 'lora';
  src: url('https://mychart-np.atlantichealth.org/MyChartMCH/fonts/Lora-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  line-height: 140%;
  font-size: 26px;
} */

/* BEGIN: custom css for iframe */
@font-face {
    font-display: swap;
    font-family: 'Atlas Grotesk';
    font-style: normal;
    font-weight: 400;
    src: url('https://prod.atlantichealth.org/etc/designs/ahs/header-footer/c1281e1b995ea7265b2c.woff2')
        format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Atlas Grotesk';
    font-style: normal;
    font-weight: 300;
    src: url('https://prod.atlantichealth.org/etc/designs/ahs/header-footer/16138529aeebb0741384.woff2')
        format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Atlas Grotesk';
    font-style: italic;
    font-weight: 300;
    src: url('https://prod.atlantichealth.org/etc/designs/ahs/header-footer/cdc73f588269e403e70f.woff2')
        format('woff2');
}

@font-face {
    font-display: swap;
    font-family: Lora;
    font-style: normal;
    font-weight: 400;
    src: url('https://fonts.gstatic.com/s/lora/v35/0QIvMX1D_JOuMwr7I_FMl_E.woff2') format('woff2');
}

:root {
    /* ===== ahs Colors */
    --color-black: #000000;
    --color-base-black: #121317;
    --color-base-midnight: #011D46;
    --color-primary-slate: #00337F;
    --color-secondary-arctic: #d9e2f0;
    --color-base-white: #FFFFFF;
    --color-neutrals-grey-2: #f2f4f7;
    --color-neutrals-grey-3: #d0d5dd;
    --color-neutrals-grey-4: #667085;
    --color-ui-highlight: #005de9;

    /* Button Primary */
    --button-primary-color: var(--color-base-white);
    --button-primary-color-hover: var(--color-base-white);
    --button-primary-color-focus: var(--color-base-white);
    --button-primary-color-disabled: var( --color-neutrals-grey-4);
    --button-primary-border-color: var(--color-primary-slate);
    --button-primary-border-color-hover: var(--color-base-midnight);
    --button-primary-border-color-focus: var(--color-base-white);
    --button-primary-border-color-disabled: var(--color-neutrals-grey-3);
    --button-primary-background-color: var(--color-primary-slate);
    --button-primary-background-color-hover: var(--color-base-midnight);
    --button-primary-background-color-focus: var(--color-base-midnight);
    --button-primary-background-color-disabled: var(--color-neutrals-grey-3);
    --button-text-color: var(--color-primary-slate);
    --button-text-color-hover: var(--color-base-midnight);
    --button-text-color-focus: var(--color-base-midnight);
    --button-text-border-color: transparent;
    --button-text-border-color-hover: transparent;
    --button-text-border-color-focus: var(--color-base-white);
    --button-text-background-color: transparent;
    --button-text-background-color-hover: transparent;
    --button-text-background-color-focus: var(--color-neutrals-grey-2);
    --button-secondary-color: var(--color-primary-slate);
    --button-secondary-color-hover: var(--color-base-midnight);
    --button-secondary-color-focus: var(--color-base-midnight);
    --button-secondary-color-disabled: var(--color-neutrals-grey-4);
    --button-secondary-border-color: var(--color-primary-slate);
    --button-secondary-border-color-hover: var(--color-base-midnight);
    --button-secondary-border-color-focus: var(--color-base-white);
    --button-secondary-border-color-disabled: var(--color-neutrals-grey-3);
    --button-secondary-background-color: transparent;
    --button-secondary-background-color-hover: var(--color-secondary-arctic);
    --button-secondary-background-color-focus: var(--color-secondary-arctic);
    --button-secondary-background-color-disabled: transparent;

}

body.embedded.isPrelogin {
    background: transparent !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.embedded.isPrelogin #content #main {
    padding: 0 2px;
    background-color: transparent !important;
}

.embedded.isPrelogin #content #main .login {
    width: 100%;
    max-width: 100% !important;
}

.embedded.isPrelogin .login .legacyLabelledField + .legacyLabelledField {
    margin-top: 16px;
}

.embedded.isPrelogin .login .legacyLabelledField label {
    font-family: 'Atlas Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 160%;
    color: var(--color-base-black);
    position: static;
    margin: 0;
    padding: 0;
    text-align: left;
}

.embedded.isPrelogin .login .legacyLabelledField input {
    height: 60px;
    font-family: 'Atlas Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 160%;
    color: var(--color-base-black);
    background-color: var(--color-base-white);
    border-radius: 8px !important;
    padding: 16px;
    margin-top: 8px;
}

.embedded.isPrelogin .login .visibilityToggle {
    top: 58px;
    right: 16px;
}

.embedded.isPrelogin .login #submit,
.embedded.isPrelogin .login .recovery a,
.embedded.isPrelogin .helpfeaturescontainer .helpfeature.button.tertiary.neutral {
    border: 2px solid !important;
    transition-property: text-decoration, background-color, border-color, color, outline, box-shadow, -webkit-text-decoration;
    transition-duration: 0.35s;
    transition-timing-function: ease;
}

.embedded.isPrelogin .login #submit {
    color: var(--button-primary-color) !important;
    background-color: var(--button-primary-background-color);
    border-color: var(--button-primary-border-color) !important;
    margin: 24px 0;
    width: 100%;
    border-radius: 24px !important;
    padding: 8px 16px !important;
    font-family: 'Atlas Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
}

.embedded.isPrelogin .login #submit:hover {
    color: var(--button-primary-color-hover) !important;
    background-color: var(--button-primary-background-color-hover) !important;
    border-color: var(--button-primary-border-color-hover) !important;
}

.embedded.isPrelogin .login #submit:focus {
    outline: none !important;
    color: var(--button-primary-color-focus) !important;
    background-color: var(--button-primary-background-color-focus) !important;
    border-color: var(--button-primary-border-color-focus) !important;
    box-shadow: 0 0 0 2px var(--color-ui-highlight);
}

.embedded.isPrelogin .login #submit:disabled {
    cursor: not-allowed;
    color: var(--button-primary-color-disabled) !important;
    background-color: var(--button-primary-background-color-disabled) !important;
    border-color: var(--button-primary-border-color-disabled) !important;
}

.embedded.isPrelogin .login .recovery {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    max-width: 100% !important
}

.embedded.isPrelogin .login .recovery a:not(:last-child):not(.button):after {
    content: '';
    display: none;
}

.embedded.isPrelogin .login .recovery a {
    padding: 0 0 2px;
    border-radius: 4px;
    color: var(--button-text-color) !important;
    background-color: var(--button-text-background-color) !important;
    border-color: var(--button-text-border-color) !important;
    text-decoration: 1px underline !important;
    -webkit-text-decoration: 1px underline !important;
    text-underline-offset: 4px;
    text-transform: capitalize;
    margin-bottom: 0;
    font-family: 'Atlas Grotesk', sans-serif;
    font-size: 16px;
    font-weight: 300 !important;
    line-height: 160%;
}

.embedded.isPrelogin .login .recovery a:hover {
    -webkit-text-decoration: 0 underline transparent !important;
    text-decoration: 0 underline transparent !important;
    background-color: var(--button-text-background-color-hover) !important;
    border-color: var(--button-text-border-color-hover) !important;
    color: var(--button-text-color-hover) !important;
}

.embedded.isPrelogin .login .recovery a:focus {
    text-decoration: 0 underline transparent !important;
    -webkit-text-decoration: 0 underline transparent !important;
    outline: none !important;
    border-color: var(--button-text-border-color-focus) !important;
    box-shadow: 0 0 0 2px var(--color-ui-highlight);
    background-color: var(--button-text-background-color-focus) !important;
    color: var(--button-text-color-focus) !important;
}

.isPrelogin .helpfeaturescontainer {
    margin: 16px 0;
    column-gap: 24px;
    row-gap: 16px;
}

.helpfeature.button.tertiary.neutral.signup, .helpfeature.button.tertiary.neutral.passkey {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  gap: 8px !important;
  padding: 0px 16px !important;
  margin: 0 !important;
  background-color: white !important;
  color: var(--button-secondary-color) !important;
  border-color: var(--button-secondary-border-color) !important;
  border-radius: 24px !important;
  text-decoration: none !important;
  -webkit-text-decoration: none !important;
  font-family: 'Atlas Grotesk', sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 160% !important;
  letter-spacing: 0 !important;
  flex: 1 1 auto !important;
}

.embedded.isPrelogin .helpfeaturescontainer .helpfeature.button.tertiary.neutral:hover {
    background-color: var(--button-secondary-background-color-hover) !important;
    color: var(--button-secondary-color-hover) !important;
    border-color: var(--button-secondary-border-color-hover) !important;
}

.embedded.isPrelogin .helpfeaturescontainer .helpfeature.button.tertiary.neutral:focus {
    outline: none;
    border-color: var(--button-secondary-border-color-focus) !important;
    box-shadow: 0 0 0 2px var(--color-ui-highlight);
    background-color: var(--button-secondary-background-color-focus) !important;
    color: var(--button-secondary-color-focus) !important;
}

.embedded.isPrelogin .helpfeaturescontainer .helpfeature.button.tertiary.neutral:disabled {
    cursor: not-allowed;
    background-color: var(--button-secondary-background-color-disabled) !important;
    color: var(--button-secondary-color-disabled) !important;
    border-color: var(--button-secondary-border-color-disabled) !important;
}


.isPrelogin .helpfeaturescontainer .helpfeatureicon {
    width: 24px;
    height: 24px;
}

.isPrelogin .helpfeaturescontainer .helpfeature.button.tertiary.neutral.signup {
    max-width: unset !important;
}

.embedded.isPrelogin #content #footer {
    background-color: transparent;
}

.embedded.isPrelogin #content #sidebarFooter {
    padding: 0;
    background-color: transparent;
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto;
}

.embedded.isPrelogin #content #sidebarFooter #mychart_by_epic_logo_wrapper {
    grid-column: 1;
    grid-row: 1;
    margin-top: 0;
}

.embedded.isPrelogin #content #sidebarFooter #mychart_by_epic_logo_wrapper + .copyright {
    margin-top: 8px;
}

.embedded.isPrelogin #content #sidebarFooter .copyright {
    grid-column: 1 / 3;
    grid-row: 2;
    text-align: left;
}

.embedded.isPrelogin #content #sidebarFooter .copyright .copystring,
.embedded.isPrelogin #content #sidebarFooter .copyright .copyyear {
    font-family: 'Atlas Grotesk', sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 160%;
    color: var(--color-black);
}

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

    .embedded.isPrelogin .login .legacyLabelledField label {
      font-size: 13px;
    }

    .embedded.isPrelogin .login .legacyLabelledField input {
      font-size: 18px;
    }
}
/* END: custom css for iframe */

/* .passkey {
  width: 0 !important;
  display: none !important;
} */

.signup{
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: inline-block;
}

.legacyLabelledField > button{
    top: 3.3rem !important;
    right: 0.5rem !important;
}


.logo{
  /* content: url("https://www.atlantichealth.org/content/dam/atlantichealth-v2/mychart-photos/CORP-48029-24-MyChart-logoB-stacked.png") !important; */
  max-width: 450px !important;
  margin: 1.5rem auto 1rem !important
}

@media only screen and (max-width: 1300px) {
  .logo{
    content: url("https://www.atlantichealth.org/content/dam/atlantichealth-v2/mychart-photos/CORP-48029-24-MyChart-logoB-stacked.png") !important;
    margin: 1rem auto 0.5rem !important;
  }
}



.promo-button{
  /*Border: 1px solid #00337f; */
  border-radius: 24px;
  Display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 20px;
  /* letter-spacing: .1rem; */
  font-weight: normal !important;
  /* text-transform: uppercase; */
  text-decoration: underline;
  background: transparent;
  position: absolute;
  left: 0%;
  bottom: 12%;
  color: #00337f;
  padding: 8px 20px;
  font-weight: 800;
  /* max-width: 60%;*/

}

.promo-button:hover{
/* background:#d9e2f0; */
/* border: 1px solid #011d46; */
}

a.button.tall, a.button.previousstep, a.otherButton, #SelfSignupButton, .inlineblock.button, #sidebar a.button, .passkey{
  Border: 1px solid #00337f !important;
  border-radius: 24px !important;
  vertical-align: middle;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0px !important;
  font-weight: 400 !important;
  text-decoration: none;
  background-color: white !important;
  color: #00337f !important;
  padding: 8px 20px;
  box-shadow: none !important;
}

a.button.tall:hover, a.button.previousstep:hover, .otherButton:hover, #SelfSignupButton:hover, .inlineblock.button:hover, #sidebar a.button:hover{
background:#d9e2f0 !important;
border: 1px solid #011d46  !important;
}

a.button.tall:focus, a.button.previousstep:focus, .otherButton:focus, #SelfSignupButton:focus, .inlineblock.button:focus, #sidebar a.button:focus{
background:#d9e2f0 !important;
outline: #005de9 solid 2px !important;

}

a.button.tall:disabled, a.button.previousstep:disabled, .otherButton:disabled, #SelfSignupButton:disabled, .inlineblock.button:disabled, #sidebar a.button:disabled{
  background: transparent !important;
  border: 1px solid Grey  !important;
  color: Grey;
}

sm-hide {
display: none;
}
Sm-show{
Display:block
}

@media only screen and (max-width: 1300px){
.sm-hide{display: none}
.sm-show{display: block}
}

Phone-CentraState{
Font-size: 68.4%
}


/**** Pay as Guest ****/
#guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
  height: 100vh;
}
#guestPay-content #iFrameLoadingIndicator .v-center {
  top: 5rem;
}
#guestPay-content #extPmtPageFrame.mobileExtPmtPage,
#guestPay-content #iFrameLoadingIndicator.mobileExtPmtPage {
  height: 100vh
}
@media only screen and (max-width: 768px) {

  #guestPay-content #extPmtPageFrame,
#guestPay-content #iFrameLoadingIndicator {
    height: 100vh;
  }
}

/* BEGIN: Background Shading */
#main, .BeforeList input.SearchList {
    background-color: #FFF8ED;
}

#sidebar {
    background-color: #FFF8ED;
}
/* END: Background Shading */

/* BEGIN: Remove Shadow from Sidebar */
#sidebar:before {
    box-shadow: none;
}
/* END: Remove Shadow from Sidebar */

/* BEGIN: Sign-In Formatting */
.login input.button , .formbuttons input.button {
    border-radius: 24px;
}

.login input.button:hover, .formbuttons input.button:hover {
                background-color: #F3910D;
                color: #FFFFFF;
}

.faq > h2 {
  color: black;
}

.login .recovery a {
    color: #00337f;
    margin-bottom: 10px;
    text-decoration: underline;
}

.login .recovery a:hover{
  text-decoration: none;
  color: #011d46;
}

.login .recovery a:focus{
  text-decoration: none;
  color: #011d46;
  outline: #005de9 solid 2px;
  border-radius: 4px;
}

.login .recovery a:disabled{
  text-decoration: none;
  color: Grey;
}

.bg-image-tile{
  position: absolute;
    width: 100%;
    height: 100%;
    margin: -20px;
}

.bg-image-tile > img{
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: contain;
}

.need-help{

}

#sidebar .signup h2.header.center {
                font-weight: normal !important;
                text-align: left;
}
/* END: Sign-In Formatting */

/* BEGIN: Footer Positioning */
#footer .mainStyle {
    padding-top: 0;
}

div.badges.sm-alignCenter {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 1em 0;
}

div.links.alignEnd.sm-alignCenter {
    display: block;
    text-align: left;
    width: 100%;
}

@media (max-width: 768px)
.badges {
    margin-top: 65px;
}

#footer {
    background-color: rgba(253, 235, 211, 1);
}

#footer .links a:first-child:before {
    content:none !important;
    }

@media screen and (max-width: 768px) {
      #footer {
         margin: 0;
      }
}

@media screen and (max-width: 768px) {
 #footer .links,
 #footer .badges {
  width: fit-content;
  margin: auto;
  min-width: 300px;
  text-align: left;
 }
 #footer .links a,
 #footer .badges a {
   display: block;
 }
 #footer .links a:before {
   content: none !important;
 }
}

.badges a:first-child {
    margin: 0;
}

.md-show{
display: none}
@media only screen and (max-width:1300px){



.md-show{
display:flex;
flex-direction: column;
gap: 2.5rem;
}
}


/* END: Footer Positioning */

/* BEGIN: Home PreLogin TXT Styling */
.covid-wrapper {
	width: 100%;
}

.covid-header {
	cursor: pointer;
	padding: 8px;
	size: .9rem;
  background-color: transparent;
  color: #00337f;
  border-bottom: 0.5px solid black;
}

.covid-header .text {
	padding-left: 10px;
}

.covid-header .icon {
    font-size: 1.5em;
    padding-right: 10px;
    text-align: right;
    vertical-align: middle;
}


.covid-body {
  background-color: transparent;
  color: #00337f;
	display: none;
	font-size: .9rem;
	padding: 20px;
}

.covid-body-2 {
  background-color: transparent;
  color: #00337f;
	display: none;
	font-size: .9rem;
	padding: 20px;
}

.covid-body ul {
	list-style: inside;
	margin: 10px 0 10px 20px;
}

.mosaic-tile {
	background-repeat: no-repeat !important;
    	background-size: cover !important;
	color: #FFFFFF;
	font-size: 1rem !important;
	/* font-weight: bold; */
	height: 100%;
	line-height: normal;
	min-height: 240px;
	padding: 20px;
	position: relative;
	text-align: left;
	font-family: 'atlas-grotesk';
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.01), 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}


.mosaic-tiles .padded {
	padding-right: 30px !important;
}

.mosaic-tile .label {
    font-size: 26px;
	  line-height: 1.25em;
    padding: 0 !important;
    position: relative !important;
    text-decoration: none;
    font-family: "Lora";
    color: #000000 !important;
}

.label:hover{
color: #f9310d
}

.dotted-line{
  border: none;
  border-top: 2px dotted #00337F;
  background-color: #fff;
  height: 1px;
  width: 100%;
  margin: 13px 0px 8px 0px;
}

.need-help{
  font-family: 'atlas-grotesk';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #00337F;
}

.need-help:hover{
  text-decoration: none !important;
}

.right-arrow{
  float: right;
  margin-top: 4px;
  width: 18px;
  height: 18px;
}

.header, #SelfSignupDiv h2{
  font-size: 26px;
  line-height: 1.25em;
  padding: 0 !important;
  position: relative !important;
  text-decoration: none;
  font-family: "Lora";
  color: #000000 !important;
  font-weight: normal;
}

.mosaic-tile .description {
	display: block !important;
  position: relative !important;
	line-height: 1.25em;
	padding-top: 10px;
	font-size: 14px;
  font-family: 'atlas-grotesk' !important;
  color: #000000 !important;
}

.mosaic-tile .description p {
  font-size: 14px;
  font-family: 'atlas-grotesk' !important;
  color: #000000 !important;
  margin-bottom:10px;
}

.mosaic-tile .description p a {
  text-decoration: underline;
  font-family: 'atlas-grotesk' !important;
  color: #00337f!important;
}

.mosaic-tiles {padding-top:30px;}

#sidebar a.button {
	background-color: #FFFFFF;
	border: solid 6px #DDDDDD;
	color: #171A5B;
	font-weight: bold;
	border-radius: 5px;
}

#sidebar a.button:hover {
	background-color: #F3910D;
	border: solid 6px #F3910D;
	color: #FFFFFF;
}

.login .formcontents input.button, .formcontents .section input.button, .content > input.button, .button.jsreq.nextstep, .button.autowidth.completeworkflow, #btnTryName, #btnTryDate, #btnTrySSN, #emailCode, #textCode  {
    border-radius: 24px;
    background-color: #00337f !important;
    color: #fff !important;
    font-family: 'atlas-grotesk';
    outline: none;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: normal !important;
}

.login .formcontents input.button:hover, .formcontents .section input.button:hover, .content > input.button:hover, .button.jsreq.nextstep:hover, .button.autowidth.completeworkflow:hover, #btnTryName:hover, #btnTryDate:hover, #btnTrySSN:hover, #emailCode:hover, #textCode:hover  {
	background-color: #011d46 !important;
	color: #FFFFFF !important;
  outline: none;
  cursor: pointer;
  font-weight: normal !important;
}

.login .formcontents input.button:disabled, .formcontents .section input.button:disabled, .content > input.button:disabled, .button.jsreq.nextstep:disabled, .button.autowidth.completeworkflow:disabled, #btnTryName:disabled, #btnTryDate:disabled, #btnTrySSN:disabled, #emailCode:disabled, #textCode:disabled  {
  background-color: #d0d5dd !important;
  outline: none;
  font-weight: normal !important;
}

.login .formcontents input.button:focus, .formcontents .section input.button:focus, .content > input.button:focus, .button.jsreq.nextstep:focus, .button.autowidth.completeworkflow:focus, #btnTryName:focus, #btnTryDate:focus, #btnTrySSN:focus, #emailCode:focus, #textCode:focus  {
  background-color: #011d46 !important;
  outline: #005de9 solid 2px !important;
  font-weight: normal !important;
}

.ghostInput > input, .ghostInput > textarea, .ghostInput > select, .jsreq, input{
  font-family: 'atlas-grotesk';
  border: 1px solid #667085 !important;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 10px;
}

.ghostInput input:hover,  .ghostInput > textarea:hover, .ghostInput > select:hover,{
  border: 1px solid #005de9 !important;
}

.ghostInput input:focus, .ghostInput > textarea:focus, .ghostInput > select:focus, .jsreq:focus, input:focus{
  border: 2px solid #005de9 !important;
}

#sidebar .signup h2.header.center {
	font-weight: bold;
	text-align: left;
}

@media only screen and (max-width: 1300px) {
  .phone-CentraState {
    font-size: .65em;
  }
}

@media only screen and (max-width: 1300px){
    .mosaic-tile{
    min-height:300px;
    }
}

.label-link:hover{
color:#F3910D
}

.label-link:visited{
color:white
text-decoration:none;
}

.promobutton:visited{
color: #FFFFFF;
text-decoration:none;
}

/* END: Home PreLogin TXT Styling */

/* START: Carousel Styling */
.carousel{
    position: relative;
    height: 200px;
    width: 80%;
    margin: 0 auto;
}
.carousel_image{
    width:100%;
    height: 100%;
    object-fit:cover;
}

.carousel_track-container{
    background: salmon;
    height: 100%;
    position: relative;
    overflow:hidden;
}

.carouselTrack{
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    height: 100%;
    transition: transform 250ms ease-in;
}

.carouselSlide{
    position: absolute;
    top: 0;
    bottom: 0;
    width:100%;
}

.carouselButton{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background: transparent;
    border: 0;
    cursor: pointer;
}

.leftButton{
left: -40px;
}
.rightButton{
    right: -40px;
}

.carouselNav{
    background:transparent;
    display: flex;
    justify-content: center;
    padding: 10px 0;

}

.indicator{
    border: 0;
    border-radius:50%;
    width:15px;
    height:15px;
    background:black;
    margin: 0 10px;
    cursor: pointer;

}

.indicator.current{
    background: red;
}

.is-hidden{
    display:none;
}

.tns-nav{
    text-align:center;
}

.tns-nav button{
	background-color: #DDDDDD;
    height: 10px;
    width: 10px;
    margin: 5px;
    border: none;
    padding: 0;
}

.tns-nav-active{
    background-color: #F3910D !important;
    border: none;
}
/* END: Carousel Styling */


#main > .title > h1.header {
  height: 30px;
}

/* END EPIC COMMUNITY MEMBER CUSTOM CSS */
