#footer {
	border-left: 35px solid rgba(0,0,0,0);
    border-right: 35px solid rgba(0,0,0,0);
    width: 100%;
    padding-top: 60px;
    float: left;
}

#footer .col-xs-6 {
      height: 194px;
	margin-bottom: 15px;
}

#footer li {
	text-transform: uppercase;
	margin-bottom: 10px;
}

#footer .col-xs-6>ul>a>li:nth-child(1) {
	color: #afcdd4;
	border-bottom: solid 3px;
	font-size: 18px;
	padding-bottom: 3px;
    line-height: 22px;
	}

	#footer a,
	#footer li {
		cursor: pointer;
		text-decoration: none;
	}

	#footer .col-xs-6>ul>a>li:nth-child(1):hover {
	font-size: 20px;
	}

#footer ul>li>ul>a>li {
	color: #4d7a91;
	font-size: 15px;
}

#footer .col-xs-6:nth-child(1)>ul>a>li:nth-child(1) {
	border-color: #73C8AF;
}
#footer .col-xs-6:nth-child(2)>ul>a>li:nth-child(1) {
	border-color: #F1EFDA;
}
#footer .col-xs-6:nth-child(3)>ul>a>li:nth-child(1) {
	border-color: #F7A330;
}
#footer .col-xs-6:nth-child(4)>ul>a>li:nth-child(1) {
	border-color: #F08571;
}
#footer .col-xs-6:nth-child(5)>ul>a>li:nth-child(1) {
	border-color: #E43449;
}
#footer .col-xs-6:nth-child(6)>ul>a>li:nth-child(1) {
	border-color: #72CCDA;
}
#footer .branding {
	border-top: dashed 3px #103241;
	padding-top: 10px;
	margin-top: 40px;
	padding-bottom: 60px;
	position: relative;
	float: left;
	margin-left: 15px;
    width: 100%;
}

#footer .branding i.fab {
    font-size: 25px;
    background-color: #103241;
    padding: 5px 7px;
    border-radius: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

#footer .branding i.fab:before {
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient( 90deg, #AFCDD4, #AFCDD4 50%, #AFCDD4 50%);
    background-size: 200% 100%;
    background-position: 100% 100%;
    background-clip: text;
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.230, 1);
}

.hashtag {
	background-image: url('http://sasquatch-dev.com/ecliptic/eclp4808/wp-content/themes/ecliptic2018/images/Footer_PSSIYF.png');
	background-position: center center;
	background-size: contain;
  background-repeat: no-repeat;
  height: 35px;
  width: 250px;
  border-top: solid 15px transparent;
	margin-left: 15px;
}

#footer ul>li>ul>a>li:hover {
	color: #afcdd4;
	font-size: 16px;
}

.branding>div {
	display: inline-block;
}

.est {
	float: right;
	margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #4d7a91;
		margin-right: 90px;
z-index: 1;
position: relative;
}


#newsletter {
    min-height: 75px;
    margin-top: 60px;
    background-color: #3a5f72;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 100px);
    display: block;
    position: relative;
}

.mc4wp-form-fields {
	text-align: left;
	display: flex;
}

#newsletter p {
	display: inline-block;
}

#newsletter .col-xs-12 {
	min-height: 75px;
    line-height: 75px;
    text-align: center;
    font-weight: lighter;
}

#newsletter .email-cta span {
    font-size: 27px;
    color: #afcdd4;
    text-transform: uppercase;
}

#newsletter .stargazer {
	display: flex;
}

#newsletter .stargazer p {
	margin: auto;
}

#newsletter .star-tablet {
	margin-bottom: 25px;
}

#newsletter .mc-form {
	margin: auto;
}

#newsletter label {
	padding-right: 50px;
}

#newsletter input {
    line-height: 50px;
    background-color: #3a5f72;
    max-height: 50px;
    border: solid 1px #afcdd4;
		position: relative;
		text-align: center
}

#newsletter input[type="submit"] {
	top: 1px;
	color: #fff;
	background-color: #174358;
	padding: 0 25px;
}

.footer-logo {
	display: flex!important;
    position: absolute;
    background-color: #000;
    right: 0;
    bottom: 60px;
    height: 100px;
    width: 100px;
}

.footer-logo span {
	background-image: url(http://sasquatch-dev.com/ecliptic/eclp4808/wp-content/themes/ecliptic2018/images/footer-logo.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    margin: auto;
}

@media (max-width: 767px) {

    #footer {
        border: none;
    }

   #footer .col-xs-6 {

    }

    #newsletter {
        width: 100%;
				height: 195px;
    }

    #newsletter input {
        left: 0;
    }

		#newsletter .col-xs-12 {
			min-height: 0;
		}

		.mc4wp-form-fields {
			display: block;
		}

    #newsletter label {
        text-align: center;
				display: block;
				position: absolute;
				width: 100vw;
				left: 0;
				top: 0;
				padding-right: 0;
    }

    #footer .branding {
        margin-top: 0;
        margin-left: -15px;
        width: auto;
    }
}
