/* 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: 40px;
    font-family: 'Montserrat', sans-serif;
    max-width: 2560px;
    background-image: url(Images-Main/Background-2.jpg);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    color: #3F4041;
}
a {
    color: rgba(82,148,170,1.00);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

h1 , h2{
    font-weight: normal;
    font-family: Georgia, serif;
    line-height: normal;
    margin-top: 0px;
    margin-bottom: 4px;
}


/* line 24, CSS-Main.scss */
img {
  max-width: 100%;
  border-style: none;
}
ul {
    text-align: left;
}


/* 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: #59A076;
    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: #75DC9F;
}
/* 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;
}
.Bars p {
    width: 88%;
    padding-left: 2%;
    background-color: #427788;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 0px 17px 17px 0px;
    color: rgba(255,255,255,1.00);
    margin-bottom: 2px;
    border-left: 15px solid #5294AA;
}
.Bars p i {
    margin-right: 6px;
    display: inline-block;
    background-color: #FFFFFF;
    color: #5294AA;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    border-radius: 15px;
    text-indent: 0px;
    margin-bottom: 17px;
    float: left;
}
.Box-30 {
    width: 28%;
    padding-left: 2%;
    padding-right: 2%;
    display: inline-block;
    vertical-align: top;
}
.Box-30 ul {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5em;
}
.Box-4 {
    width: 20%;
    margin-left: 1%;
    margin-right: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 35px;
    -webkit-box-shadow: 4px 4px 8px rgba(123,121,121,1.00);
    box-shadow: 4px 4px 8px rgba(123,121,121,1.00);
    display: inline-block;
    vertical-align: top;
    min-height: 555px;
}
.Box-4 i {
    background-color: rgba(89,160,118,1.00);
    color: rgba(255,254,253,1.00);
    font-size: 1.5em;
    padding-top: 22px;
    padding-right: 18px;
    padding-bottom: 18px;
    padding-left: 18px;
    border-radius: 135px;
    border: 2px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #427788;
    box-shadow: 0px 0px 0px 3px #427788;
    background-image: -webkit-linear-gradient(270deg,rgba(121,217,161,1.00) 0%,rgba(37,65,48,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(121,217,161,1.00) 0%,rgba(37,65,48,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(121,217,161,1.00) 0%,rgba(37,65,48,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(121,217,161,1.00) 0%,rgba(37,65,48,1.00) 100%);
}






.Box-50 {
    width: 40%;
    display: inline-block;
    padding-left: 4.5%;
    padding-right: 4.5%;
    vertical-align: top;
    margin-top: 25px;
    margin-bottom: 25px;
}
.Box-50 p {
    text-align: left;
    line-height: 1.5em;
}
.Box-50 ul {
    line-height: 1.5em;
}

.Box-Full {
    width: 75%;
    display: block;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    vertical-align: top;
}
.Box-Full p {
    line-height: 1.5em;
}


.Buttons a {
    background-color: #59A076;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 4px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 10px;
    display: inline-block;
}
.Buttons a:hover {
    text-shadow: 0px 0px 8px #FBFAEB;
}

.Buttons a i {
    margin-right: 9px;
}







/* line 82, CSS-Main.scss */
.Container {
    width: 1343px;
    display: inline-block;
    max-width: 90%;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: hidden;
    border-width: 15px;
    border-color: rgba(255,255,255,0.51);
    border-right-style: solid;
    border-left-style: solid;
}
.Discipline-Card {
    width: 24%;
    margin-left: 1%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 1%;
    border: 1px solid rgba(66,119,136,1.00);
    border-radius: 7px;
    display: inline-block;
    vertical-align: top;
    min-height: 160px;
}
.Discipline-Card i {
    display: block;
    color: rgba(89,160,118,1.00);
    font-size: 3em;
    margin-bottom: 8px;
}

.Discipline-Card p {
    font-size: small;
    margin-top: 3px;
}
.Discipline-Card h3 {
    color: rgba(89,160,118,1.00);
    margin-bottom: 0px;
    margin-top: 0px;
}



.Footer {
    width: 100%;
    display: inline-block;
    margin-top: -3px;
    background-image: url(Images-Main/Footer-Background.jpg);
    background-size: cover;
    background-position: right bottom;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 25px solid #59A076;
}
.Footer-Box {
    color: #FDFEFD;
    /* [disabled]width: 20%; */
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;
    max-width: 20%;

}
.Footer-Box2 {
    color: #FDFEFD;
    width: 27%;
    padding-left: 0%;
    padding-right: 0%;
    vertical-align: top;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block;

}

.Footer-Box a {
    color: #FDFEFD;
    text-decoration: none;
}

.Footer-Box p {
    text-align: left;
}
.Footer-Box h3 {
    text-align: left;
}
.Footer-Social a {
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px;
}





.Header {
    background-color: #FFFFFF;
    width: 100%;
    display: inline-block;
    padding-bottom: 18px;
    padding-top: 13px;
}

.Header-Left {
    display: inline-block;
    float: left;
    padding-left: 2%;
    max-width: 100%;
}
.Header-Right {
    width: 45%;
    padding-right: 5%;
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-right: 0px;
    margin-top: 57px;
}
.Header-Right a {
    display: inline-block;
    width: 45%;
    color: #5294AA;
    text-decoration: none;
    background-color: #FFFFFF;
    margin-bottom: 23px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-box-shadow: 0px 0px 5px #4E5456;
    box-shadow: 0px 0px 5px #4E5456;
    border-radius: 13px;
    font-size: small;
    margin-left: 2%;
    text-align: left;
}
.Header-Right a:hover {
    background-color: rgba(217,244,228,1.00);
}

.Header-Right a i {
    background-color: #427788;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-left: 10px;
    border-radius: 2px;
    margin-right: 5px;
    font-size: medium;
}



.Heading-1 {
    font-size: 2.5em;
    font-family: Georgia, serif;
    color: #427788;
}

.Hero {
    width: 100%;
    margin-top: -3px;
    display: inline-block;
}
.Hero-Home {
    background-image: url(Images-Main/Hero-Home.jpg);
    background-position: center top;
    background-size: cover;
}
.Hero-Home-Care {
    background-image: url(Images-Main/Hero-Home-Care.jpg);
    background-position: center center;
    background-size: cover;
}
.Hero-Text {
    padding-top: 1%;
    padding-bottom: 1%;
    font-family: Georgia, serif;
    padding-left: 2%;
    padding-right: 2%;
    background-color: rgba(48,102,120,0.72);
    width: 40%;
    display: inline-block;
    color: #FFFFFF;
    margin-top: 5%;
    margin-bottom: 5%;
    border-radius: 8px;
    text-shadow: 0px 0px 9px rgba(57,56,56,1.00);
    border: 4px solid rgba(255,255,255,0.78);
}
.Hero-Text h1 {
    line-height: 1.35em;
}




.Logo {
    width: 385px;
    max-width: 100%;
}



/* line 88, CSS-Main.scss */
#Menu {
    width: 100%;
    color: #FFFFFF;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
    margin-top: -3px;
    background-color: #59A076;
}

/* line 100, CSS-Main.scss */
#Menu a {
  text-decoration: none;
  color: #FFFFFF;
}
#Menu a i {
    margin-right: 5px;

x; 
}


/* 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;
    padding-bottom: 15px;
}

/* line 122, CSS-Main.scss */
#Menu ul ul li {
    margin-left: -21px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.Nav {
    width: 100%;
    background-color: #59A076;
    display: inline-block;
    margin-top: -5px;
}
.Nav a     {
    display: inline-block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #FFFFFF;
    width: 100%;
}
.Nav a:hover {
    background-color: #5294AA;
}

.Nav a i {
    margin-right: 6px;
}
.Nav ul {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-align: center;
}
.Nav ul li {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 1%;
    padding-bottom: 0px;
    padding-left: 1%;
    width: 12%;
    border-right: 1px solid #95B5A2;
    margin-left: -3px;
}
.Nav ul ul {
    display: none;
    position: absolute;
    background-color: rgba(66,119,136,1.00);
    margin-top: -3px;
    text-align: left;
    width: 260px;
}
.Nav ul li:hover ul {
    display: block;
}

.Nav ul ul li {
    width: 235px;
    padding-left: 10px;
    border-right-style: none;
}



.Nav-Block {
    background-color: rgba(66,119,136,1.00);
}

.No-Top-Margin {
    margin-top: -37px;
}
.Referral-Form {
    text-align: left;
}
.Referral-Form .Box-50 {
    border: 1px solid rgba(89,160,118,1.00);
    padding-left: 2%;
    padding-right: 2%;
    margin-left: 3%;
    margin-right: 3%;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 39%;
}
.Referral-Form-CheckBox input[type=checkbox]   {
    width: 30px !important;
}

.Referral-Form input , .Referral-Form textarea{
    margin-top: 4px;
    margin-bottom: 15px;
    width: 90%;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
    border-left: 1px solid rgba(165,186,193,1.00);
    border-right: 1px solid rgba(165,186,193,1.00);
    border-bottom: 2px solid rgba(165,186,193,1.00);
    border-top: 1px solid rgba(165,186,193,1.00);
    text-indent: 8px;
}
.Referral-Form label input {
    width: auto;
    margin-bottom: 5px;
}
.Reviews {
    width: 90%;
    display: inline-block;
    margin-top: 35px;
}

.Reviews a {
    width: 33%;
    display: inline-block;
    margin-top: 25px;
    vertical-align: top;
    min-width: 300px;
    border-bottom: 6px solid rgba(255,255,255,1.00);
}
.Reviews a:hover {
    border-bottom-color: rgba(89,160,118,1.00);
}










.Row-Contact {
    background-color: rgba(89,160,118,0.59);
    margin-top: -3px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
}
.Row-Contact .Container {
    text-align: left;
    border-style: none;
}
.Row-Contact input  , .Row-Contact textarea {
    border-radius: 5px;
    background-color: #EFEFF1;
    margin-bottom: 12px;
    border: 1px solid rgba(144,160,151,1.00);
}
.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-Diversity {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(Images-Main/Diversity-Background.jpg);
    background-size: contain;
    background-attachment: fixed;
}
.Row-Diversity-Text {
    width: 60%;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: inline-block;
    background-color: rgba(255,255,255,0.81);
    border: 3px solid rgba(66,119,136,1.00);
    line-height: 1.5em;
    color: rgba(11,23,27,1.00);
    border-radius: 6px;
}
.Row-Red {
    width: 100%;
    background-color: rgba(191,5,8,1.00);
    color: rgba(255,255,255,1.00);
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -3px;
}
.Row-Red a {
    display: inline-block;
    max-width: 90%;
	color: white;
	
}




.Row-White {
    width: 100%;
    background-color: #FFFFFF;
    margin-top: -3px;
    display: inline-block;
    padding-top: 40px;
    padding-bottom: 40px;
}


.T1 {
    font-size: 2em;
}
.Top-Row {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #5294AA;
    color: #FFFFFF;
    text-align: right;
}
.Top-Row a {
    color: #FFFFFF;
    text-decoration: none;
}
.Top-Row i {
    margin-right: 16px;
}

.Top-Row div {
    display: inline-block;
    margin-right: 28px;
}



@media (max-width:1300px){
.Nav {
    display: none;
}
#Menu {
    display: block;
}
.Discipline-Card {
    width: 28%;
}
.Box-4 {
    width: 80%;
    min-height: 0px;
}




}

@media (max-width:1150px){
.Header-Right {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    text-align: left;
    margin-top: 15px;
    margin-bottom: -17px;
}
.Header-Right a {
    width: 21%;
    margin-left: 13px;
    border-radius: 3px;

}
.Header-Right a i {
    font-size: small;
}
	.Footer-Box {
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
    width: 90%;
    max-width: 90%;
}
.Footer-Box2 {
    display: none;



}

.Footer {
    background-size: cover;
    background-position: 35% center;
}

}

@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%);
  }
.Header-Right {
    display: none;
}
.Box-50 {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.Box-30 {
    width: 90%;
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.Referral-Form .Box-50 {
    width: 90%;
}




}


@media (max-width:750px){
.Row-Contact form div {
    width: 90%;
}
.Social {
    display: none !important;
}
.Top-Row div {
    margin-bottom: 5px;
}
.Hero-Text {
    width: 85%;
    padding-bottom: 8px;
    margin-top: 34%;
    padding-top: 8px;
    background-color: rgba(82,148,170,1.00);
}
.Hero-Text h1 {
    font-size: 1.5em;
}

.Hero {
    margin-top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,1.00);
}
.Discipline-Card {
    width: 80%;
    min-height: 0px;
}
.Box-Full {
    width: 90%;
}
.Heading-1 {
    letter-spacing: normal;
    font-size: 2em;
}






}

@media (max-width:500px){
.Container {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-style: none;
    max-width: 100%;
}
.Row-Contact .Container {
    max-width: 90%;
}
.Bars p {
    padding-top: 10px;
    padding-bottom: 10px;
}


}

@media screen and (max-width: 375px) {
  /* line 303, CSS-Main.scss */
  .BackToTop a {
    font-size: 0.70em;
  }
}
