.Footer_socialLinks {
	/* border-bottom: 1px solid lightgrey; */
}


.footerArea {
	 background-color: white; 
	 position: relative;
	 top: 100px;
		/* background-image: url(../images/bannerImages/footerImg.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		
		background-position: center center;
		height: 100%;	 */
}


.footerSection {
	max-width: 1279px;
	margin: 0 auto;
	width: 90%;
	padding-top: 3%;
}


@media only screen and (max-width: 960px) {
	.paddingtopFooter {
		padding-top: 20%;
	}
	
	 #alignDiv figure {
	    justify-content: left;
	}
	
	/* .footer_column_space_pad {
		padding-left: 13%;
	} */
	
	#logo_padd {
		padding-bottom: 4%;
	 }
	 .Footer_textContent {
		text-align: center;
	}
	.marginClass {
		margin: 0 auto;
	}
	
}
@media only screen and (min-width: 960px) {
	.Footer_textContent {
		text-align: left;
	}
}
.footer_head_txt {
    border-bottom: 1px dotted #26a69a;
    padding-bottom: 3px;
    text-transform: uppercase;
    color: #006684;
    font-size: 1.5rem;
    -webkit-margin-before: 10px;
    -webkit-margin-after: 10px;
   
}

md-grid-list md-grid-tile figure {
	    align-items: start;
	   
}

md-grid-list {
	    align-items: start;
}

md-grid-list md-grid-tile {
	    align-items: start;
}

#socialLinksId{
	border-bottom-style: inset;
	border-bottom-width: thin;
    height: 44px;
    list-style-type: none;
}

#socialLinksId li {
	list-style-type: none;
}

.dividerFooter {
	border-bottom-style: inset;
	border-bottom-width: thin;
    height: 2px;
	
}

.footerLogo{
    margin: 0 auto;
    cursor: pointer;
    /* margin-top: 16px; */
}
.footerLogo img {
	height: 57px;
}
.footerLogo p {
	font-size: 15px;
}
@media only screen and (min-width: 1200px){
#socialLinksId{
	border-bottom-style: inset;
	border-bottom-width: thin;
    height: 44px;
    margin: 0 38%;   
}
}

.separateContainer {
	max-width: 1279px;
	margin: 0 auto;
	width: 70%;
}


.footerPara {
	color: rgba(0,0,0,0.87);
	font-size: 14px;
}

.Footer_textContent a:HOVER {
	color: #006684;
}

.Footer_textContent a {
	text-decoration: none;
	color: #006684;
	font-weight: 600;
}

#footerleftMargin {
	margin-left: 12%;
}

h5 a {
	text-decoration: none;
	color: black;
	font-size: 15px;
	font-weight: 500;
}

h5 a:hover {
	text-decoration: underline;
	color: #fd940b;
}



.socialMediaContainer {
	width: 56px;
}

.uTubeImg {
	margin-top: 7px;
}

.social-icon img:hover {
	/* background-color: #006684;
	color:#fd940b; */
}

.marginZero {
	margin-bottom: 0px;
}



 #alignDiv {
 	 align-items: flex-start;
 }
 
  #alignDiv figure {
	align-items: flex-start;
}

.sub-heading {
	transition-duration: .3s;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    webkit-transition-property: transform;
    -webkit-margin-before: 10px;
    -webkit-margin-after: 10px;
}

.sub-heading:HOVER {
	-webkit-transform: translateX(8px);
    transform: translateX(8px);
}

#mediaImage {
	transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease; 
}

.grow:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}