/* line 13, CSS-Main.scss */
body {
    text-align: center;
    font-size: medium;
    background-color: #FFFFFF;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    color: rgba(57,71,69,1.00);
    max-width: 2560px;
}
iframe {
    margin-bottom: -197px;
    position: relative;
    z-index: 1;
}



/* line 24, CSS-Main.scss */
img {
  max-width: 100%;
  border-style: none;
}
.Admin-Links {
    text-align: left;
    font-size: x-small;
    margin-top: 56px;
}
.Admin-Links a {
    color: rgba(100,170,150,1.00) !important;
    margin-left: 17px;
}



/* line 29, CSS-Main.scss */
.BackToTop {
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
    background-color: #FCF7F7;
    padding: 10px;
    color: white;
    font-family: sans-serif;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: medium;
    height: 60px;
    line-height: 60px;
}
/* line 40, CSS-Main.scss */
.BackToTop a {
    display: inline-block;
    padding: 10px;
    background-color: #26554E;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    font-size: 0.80em;
    transition: color 0.25s, background-color 0.25s;
    line-height: normal;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
}
/* line 52, CSS-Main.scss */
.BackToTop a:hover {
    color: #ffffff;
    background-color: #70C8BA;
}
/* line 58, CSS-Main.scss */
.BackToTop #BackToTop {
  position: relative;
  float: right;
  margin-left: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  width: 50px;
}
/* line 66, CSS-Main.scss */
.BackToTop #BackToTop i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* line 73, CSS-Main.scss */
.BackToTop #CloseBTT {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.Box-Third {
    width: 25%;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}

.Box-50 {
    width: 37%;
    display: inline-block;
    margin-right: 0px;
    padding-left: 4%;
    padding-right: 4%;
    vertical-align: top;
    min-width: 280px;
}
.Box-50 p {
    text-align: left;
    line-height: 1.5em;
}


.Button a {
    background-color: rgba(38,85,78,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    text-decoration: none;
    border-radius: 9px;
    display: inline-block;
    margin-top: 8px;
}
.Button a:hover {
    background-color: rgba(69,185,169,1.00);
    -webkit-box-shadow: 0px 0px 8px rgba(241,237,212,1.00);
    box-shadow: 0px 0px 8px rgba(241,237,212,1.00);
}



/* line 82, CSS-Main.scss */
.Container {
    display: inline-block;
    max-width: 1600px;
    width: 90%;
}
#container {
    line-height: 1.5em;
}
#container a {
    color: rgba(38,85,78,1.00);
}



.Contact-Info {
    text-align: left;
}
.Contact-Info a {
    text-decoration: none;
    color: rgba(69,185,169,1.00);
}

.Contact-Info h2 {
    margin-bottom: 5px;
}


.Footer {
    padding-top: 45px;
    padding-bottom: 60px;
    background-color: rgba(139,205,192,1.00);
    margin-top: 45px;
    border-top: 6px solid rgba(69,185,170,1.00);
    border-top-right-radius: 98px;
    position: relative;
    z-index: 2;
}
.Footer a {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    display: inline-block;
}
.Footer a:hover {
    color: rgba(189,236,227,1.00);
}
.Footer-Logo {
    margin-top: 14px;
    width: auto;
    max-height: 100px;
    margin-bottom: 31px;
}
.Footer-Menu {
    margin-top: 21px;
}
.Footer-Menu a {
    width: 75%;
    display: inline-block;
    color: rgba(65,106,103,1.00);
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    text-indent: 5px;
    margin-bottom: 7px;
}
.Footer-Menu i {
    margin-right: 12px;
    display: inline-block;
    width: 23px;
}






.Footer .Text-Box {
    width: 20%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.Form {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 1em;
}
.form-input-field.required {
    flex: 1;
}
.Form input, .Form textarea {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 95%;
    border-color: slategray;
    border-bottom-width: 2px;
    margin-bottom: 20px;
}
.form-row {
    display: flex;
    flex-direction: row;
    gap: 1em;
    flex-wrap: wrap;
}

.form-row .form-input-field {
    flex: 1;
}
.button {
    padding: 0.75em 1em;
    background-color: #C4C6C8;
    color: black;
    font-weight: bold;
    font-size: 1em;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    text-transform: capitalize;
    cursor: pointer;
    transition: color 0.25s, background-color 0.25s;
}

.button:hover {
    background-color: #A8BBCE;
    color: black;
}
.form-input-field {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    text-align: left;
    min-width: 200px;
	
}

.form-field-label,
.form-field-input {
    width: 100%;
    font-size: 1em;
}

.form-field-input {
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    width: 95%;
    border-color: slategray;
    border-bottom-width: 2px;
    margin-bottom: 20px;
}

.form-field-input[type='date'],
textarea.form-field-input {
    font-size: 1.15em;
}

.form-field-input[type='file'] {
    cursor: pointer;
}

.form-input-field.required {
    flex: 1;
}

.form-input-field.required .form-field-label::before {
    content: '*';
    color: red;
}

.Header {
    padding-top: 13px;
}
.Hero {
    background-image: url(Images-Main/Hero-Home.jpg);
    background-size: cover;
    background-position: right top;
}
.Hero-Careers {
    background-image: url(Images-Main/Hero-Career.jpg);
    background-position: center bottom;
    background-size: cover;
}
.Hero.Hero-Contact {
    background-image: url(Images-Main/Hero-Contact.jpg);
    background-position: left bottom;
    background-size: cover;
}
.Hero-Services {
    background-image: url(Images-Main/Hero-Services.jpg);
    background-position: right 10%;
    background-size: cover;
}




.Hero .Text-Box {
    background-color: rgba(51,63,61,0.75);
    color: rgba(255,255,255,1.00);
    margin-bottom: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.Hero-BG {
    background-image: url(Images-Main/Hero-Home.jpg);
    padding-top: 5%;
    background-position: right top;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #c9e8e4;
    border-bottom: 15px solid rgba(55,83,79,1.00);
    margin-bottom: 60px;
}
.Hero-BG .Text-Box {
    width: 46%;
    background-color: rgba(6,249,195,1.00);
    color: rgba(38,85,78,1.00);
    padding-top: 25px;
    padding-bottom: 5%;
    padding-left: 2%;
    padding-right: 2%;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    min-width: 360px;
    margin-left: 4%;
}
.Hero-BG .Text-Box h3 {
    margin-bottom: 6%;
    display: block;
}

.Hero-BG .Text-Box p {
    text-align: left;
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-top: 3%;
    margin-bottom: 3%;
    display: inline-block;
}
.Icon-Box {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-left: 4%;
    padding-right: 4%;
}
.Icon-Box i {
    display: inline-block;
    background-color: rgba(55,83,79,1.00);
    color: rgba(138,204,191,1.00);
    border: 2px solid rgba(138,204,191,1.00);
    font-size: 3em;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 43px;
}
.Iframe-2 {
    margin-bottom: 231px	!important;
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
}
.Iframe-2 button  {
    display: inline-block;
    margin-bottom: 17px;
    float: right;
}


.Line-Body {
    display: inline-block;
    float: right;
    width: 40%;
    text-align: left;
    vertical-align: middle;
    padding-left: 5%;
    border-left: 2px solid rgba(55,83,79,1.00);
}
.Line-Body h2 {
    margin-top: 0px;
}

.Line-Title {
    text-align: right;
    display: inline-block;
    float: left;
    width: 40%;
    vertical-align: middle;
    padding-top: 10%;
    font-size: 2em;
}








.Logo {
    display: inline-block;
    float: left;
    width: 350px;
    max-width: 100%;
}


/* line 88, CSS-Main.scss */
#Menu {
    width: 100%;
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    background-color: rgba(69,185,170,1.00);
}

/* line 100, CSS-Main.scss */
#Menu a {
  text-decoration: none;
  color: #FFFFFF;
}

/* line 104, CSS-Main.scss */
#Menu a:hover {
  text-shadow: 0px 0px 8px #F7F4CE;
}

/* line 108, CSS-Main.scss */
#Menu ul {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 114, CSS-Main.scss */
#Menu ul li:hover > ul {
  display: block;
}

/* line 118, CSS-Main.scss */
#Menu ul ul {
  display: none;
}

/* line 122, CSS-Main.scss */
#Menu ul ul li {
    margin-left: -21px;
    padding-top: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Nav {
    display: inline-block;
    text-align: right;
    float: right;
    margin-top: 19px;
    font-size: 1.2em;
}
.Nav a {
    color: rgba(43,119,108,1.00);
    text-decoration: none;
    padding-top: 18px;
    padding-right: 24px;
    padding-bottom: 18px;
    padding-left: 24px;
    display: inline-block;
    border-radius: 8px;
}
.Nav a i {
    opacity: 0;
}
.Nav a:hover {
    color: rgba(255,255,255,1.00);
    text-decoration: none;
    background-color: rgba(138,204,191,1.00);
}
.Nav a:hover > i {
    opacity: 1;
}
.Row-50-50 {
    background-color: rgba(55,83,79,1.00);
    overflow-y: hidden;
    margin-top: 60px;
    background-attachment: fixed;
}
.Row-50-50 .BG {
    background-image: url(Images-Main/Pediatric-Home-Infusion.jpg);
    display: inline-block;
    float: left;
    background-position: right center;
    background-attachment: scroll;
    background-size: cover;
    width: 50%;
    height: 50vh;
}
.Row-50-50 .BG-Teach {
    background-image: url(Images-Main/Patient-Teaching.jpg);
    display: inline-block;
    float: left;
    background-position: center top;
    background-attachment: scroll;
    background-size: cover;
    width: 50%;
    height: 81vh;
}

.Row-50-50 .Text-Box {
    float: right;
    width: 40%;
    padding-right: 5%;
    text-align: left;
    background-color: rgba(201,212,211,1.00);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
}
.Row-50-50 .Text-Box p {
    line-height: 1.5em;
    max-width: 600px;

}









.Row-Contact {
    background-color: #4F525B;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
}
.Row-Contact .Container {
    text-align: left;
}
.Row-Contact input  , .Row-Contact textarea {
    border-radius: 5px;
    background-color: #EFEFF1;
    margin-bottom: 12px;
}
.Row-Contact form {
    font-size: small;
}
.Row-Contact form div {
    width: 30%;
    display: inline-block;
    margin-right: 3%;
}
.Row-Contact .Send-Button {
    font-size: 1.3em;
    color: #4F525B;
    padding-right: 15px;
    padding-left: 8px;


	
}
.Row-Paralax {
    background-image: url(Images-Main/Nurse-Home-Visit.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    margin-bottom: 60px;
    border-width: 20px;
    border-color: rgba(138,204,191,1.00);
    border-top-style: solid;
    border-bottom-style: solid;
}
.Row-Paralax .Text-Box {
    background-color: rgba(42,50,49,0.42);
    padding-top: 45px;
    padding-bottom: 45px;
}
.Row-Paralax .Text-Box p {
    color: rgba(255,255,255,1.00);
    width: 650px;
    display: inline-block;
    text-align: left;
    max-width: 75%;
    font-size: 1.2em;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    background-color: rgba(49,62,60,0.67);
    border-radius: 42px;
    border: 3px solid rgba(138,204,191,0.47);
}
.Social   {
    display: inline-block;
}
.Social a  {
    margin-right: 0px !important;
    margin-left: 20px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    color: #FFFFFF !important;
    font-size: 1.4em;
}

.Social a i {
	color: #ffffff !important;	
}
.Social a:hover > i {
    color: #06F9C3 !important;
    text-shadow: 0px 0px rgba(0,0,0,0.00);
}


.T1 {
    font-size: 2em;
}
.Title {
    font-size: 2em;
    color: rgba(55,83,79,1.00);
    text-align: left;
    width: 100%;
    margin-bottom: 22px;
}
.Title i {
    display: inline-block;
    background-color: rgba(55,83,79,1.00);
    color: rgba(138,204,191,1.00);
    border: 2px solid rgba(138,204,191,1.00);
    font-size: 1.75em;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    border-radius: 43px;
    float: left;
    margin-right: 20px;
}


.Top-Row {
    background-color: rgba(70,185,169,1.00);
    color: rgba(255,255,255,1.00);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: small;
}
.Top-Row .Container {
    text-align: right;
}

.Top-Row a {
    color: rgba(255,255,255,1.00);
    margin-right: 31px;
    text-decoration: none;
    margin-left: 8px;
}
.Top-Row a i {
    color: rgba(6,249,195,1.00);
}
.Top-Row i  {
    color: rgba(6,249,195,1.00);
}
.Top-Row a:hover {
    text-shadow: 0px 0px 8px rgba(249,244,213,1.00);
}
.Top-Row a:hover > i {
    text-shadow: 0px 0px 0px;
    color: rgba(139,204,191,1.00);
}









@media screen and (max-width: 1100px) {
  /* line 279, CSS-Main.scss */
  .BackToTop {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: left;
  }
  /* line 285, CSS-Main.scss */
  .BackToTop a {
    text-align: center;
  }
  /* line 288, CSS-Main.scss */
  .BackToTop #BackToTop {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
.Nav {
    display: none;
}
#Menu {
    display: block;
}
.Footer .Text-Box {
    width: 40%;
}
.Box-Third {
    width: 90%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}





}


@media screen and (max-width: 375px) {
  /* line 303, CSS-Main.scss */
  .BackToTop a {
    font-size: 0.70em;
  }
}

@media (max-width:750px){
.Row-Contact form div {
    width: 90%;
}
.Hero-BG .Text-Box {
    min-width: 0px;
    width: 75%;
    float: none;
    display: inline-block;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0px;
    margin-top: 1%;
    background-color: rgba(5,244,201,0.70);
}
.Hero-BG {
    padding-top: 149px;
}
.Icon-Box {
    margin-top: 20px;
    margin-right: 2%;
    margin-bottom: 20px;
    margin-left: 2%;
    width: 95%;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.Row-50-50 .Text-Box {
    width: 90%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.Row-50-50 .BG   {
    width: 100%;
    height: 31vh;
}
.Row-50-50 .BG-Teach {
    width: 100%;
    height: 59vh;
}

.Row-Paralax .Text-Box p {
    font-size: 1em;
}
.Line-Body , .Line-Title{
    width: 100%;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
    border-left-style: none;
    border-bottom: 2px solid rgba(55,83,79,1.00);
    text-align: left;
}
.Footer .Text-Box {
    width: 80%;
}










}

@media (max-width:550px){
.Hero-BG .Text-Box p {
    font-size: 1em;
}
.Hero-BG .Text-Box {
    background-color: rgba(69,185,169,0.85);
    padding-left: 8%;
    padding-right: 8%;
    margin-top: 11%;
}
.Hero-BG .Text-Box h1 {
    font-size: x-large;
}
.Hero-BG {
    background-size: 100% auto;
}




}

@media (max-width:850px){
.Top-Row {
    display: none;
}

}
