



 
#footerWrap{
	padding:0 0 75px;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	width:100%;
}

#footerBase{
	padding-bottom:11.25px;
	position: relative;
}

#footerBase:after{
	content: "";
	position:absolute;
	bottom:0;
	left:0;
    height: 11.25px;
    width: 100%;
    display: block;
    background: linear-gradient(90deg, #0e2b63 30.4785%, rgba(0, 0, 0, 0) 30.4785%),
	linear-gradient(90deg, #004f9f 52.15788%, rgba(0, 0, 0, 0) 52.15788%), 
	linear-gradient(90deg, #00b1eb 64.72807%, rgba(0, 0, 0, 0) 64.72807%), 
	linear-gradient(90deg, #ef7d00 73.22551%, rgba(0, 0, 0, 0) 73.22551%), 
	linear-gradient(90deg, #ffbb00 79.62792%, rgba(0, 0, 0, 0) 79.62792%), 
	linear-gradient(90deg, #50af47 86.69237%, rgba(0, 0, 0, 0) 86.69237%), 
	linear-gradient(90deg, #afca0b 92.0305%, rgba(0, 0, 0, 0) 92.0305%), 
	linear-gradient(90deg, #5a328a 97.0083%, rgba(0, 0, 0, 0) 97.0083%), 
	linear-gradient(90deg, #e72582 100%, rgba(0, 0, 0, 0) 100%);
}

.footerPane{
	width:25%;
	box-sizing:border-box;
	padding: 0 2.777778vw;
}

#footerLegal {
  margin: 0 2.7777778%; }


.footerPane h4 {
  font-size: 18px;
  position: relative;
  color: #0e2b63; 
  font-weight: 400;
  }
  
#footer .footerPane h4{
	font-family: Aeroport, Arial, Helvetica, sans-serif;
	
	font-size: 18px;
	color: #0e2b63;
	margin-bottom: 18px;
}

.footerPane h4 i {
  position: absolute;
  top: 2px;
  left: 0;
  color: #ffbb00; }

.footerPane h4 a {
  position: relative; }

.footerPane h4 a i {
  position: absolute;
  color: #0e2b63;
  width: 1.4em;
  margin-left: 3px;
  font-size: 1.4em;
  top: -0.2em;
  left: auto;
  right: -1.5em; }

.footerPane h4 a {
  padding-left: 1.1em; }

.footerPane p {
  font-size: 0.7em;
  margin-bottom: 1.1em; }

#footerWrap .footerPane .footerBox {
  padding-bottom: 5%; 
  overflow: hidden;
  }
  
 #footerWrap .footerPane .footerBox p {
	color: #0e2b63;
 }
 
 #footerWrap .footerPane clearfix footerPaneFour p{
	 line-height: 30px;
 }
 
 #footerWrap .footerPane .footerBox a {
	color: #0e2b63;
 }
 
 .footerPane .imgBatLogo {
	 fill: #0e2b63;
	 margin-bottom: 20px;
 }

#socialMedia {
  position: absolute;
  width: 90%;
  left: 50%;
  margin-left: -45%;
  margin-bottom: -32px;
  bottom: 0;
  z-index: 1; }

.lt-ie8 #socialMedia {
  position: relative; }



 #footer #footerLegal .ow_fnav_ul{
	list-style-type: none;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
	padding: 20px 0;
	gap: 0 40px;
}

#footer #footerLegal .ow_fnav_li{
	margin:7px 10px;
}
#footer #footerLegal .ow_fnav_li a{
	font-size: 12px;
	color: #fff;
}


.tweet {
  padding-bottom: 18px; }

.tweet p {
  margin-bottom: 6px; }

.tweetByAvatar {
  float: left;
  width: 48px;
  margin-bottom: 6px;  }
  
.tweetByAvatar img{
  width: 48px;
  height: 48px;
  border-radius: 50%;  
}

.tweetByUser {
  margin-left: 54px;
  margin-bottom: 6px; }

.tweetByUser h5 {
  font-size: 0.8em;
  margin-bottom: 0;
  font-weight: normal;
  font-style: italic; }

.tweetByUser p {
  font-size: 0.7em;
  font-style: italic;
  margin-bottom: 0; }

.tweet p.tweetRetweeted {
  font-style: italic; }

.tweetDate {
  font-size: 0.7em;
  float: left; }

.tweetActions {
  float: right; }

.tweetActions ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.7em; }

.tweetActions ul li {
  float: left;
  margin-left: 6px; }

.tweetActions ul li a {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: url(../imgs/icons-tweet.png) 0 0 no-repeat; }

.tweetActions ul li.tweetReply a {
  background-position: 0 0; }

.tweetActions ul li.tweetReply a:hover {
  background-position: -16px 0; }

.tweetActions ul li.tweetRetweet a {
  background-position: -80px 0; }

.tweetActions ul li.tweetRetweet a:hover {
  background-position: -96px 0; }

.tweetActions ul li.tweetFavorite a {
  background-position: -32px 0; }

.tweetActions ul li.tweetFavorite a:hover {
  background-position: -48px 0; }

  
.tweet s {
	text-decoration:none;
}

p.footerSharePrice {
  color: #0e2b63;
  font-size: 36px;
  font-height: 110%;
  margin-bottom: 0; }

p.footerShareDiff {
  font-weight: bold;
  margin-bottom: 0; }

ul#footerContact {

  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em; }

ul#footerContact li {
  *zoom: 1; }
  ul#footerContact li:before, ul#footerContact li:after {
    content: " ";
    display: table; }
  ul#footerContact li:after {
    clear: both; }

ul#footerContact li i {
  color: #0e2b63;
  float: left; }

ul#footerContact li p {
  float: left;
  margin-left: 1em; }

   
    #footer .footerPane ul{
      list-style:none;
      padding: 0;
      margin: 0;
    }
    
    #footerWrap .footerPane .footerBox{
      padding: 0;
    }
    
    #footer .footerPane p{
		font-size: 14px;
      margin-bottom: 1.1em;
      line-height: 140%;
    }
   

   
   #footer .tweetBy{
     font-size:1.15em;
   }
   #footer .tweetByUser a{
     color: #0e2b63;
   }
   
   
   #footer .tweetInfo{
     font-size: 1.1em;
     line-height: 1.2em;
     color: #0e2b63;
   }
   #footer .tweetInfo a{
     color: #fff;
   }
   #footer .tweetActions{
     display:none;
   }
   
   #footer .tweetListing{
     width:300%;
    animation: tweetListing 30s linear infinite;
   }
   
   @keyframes tweetListing {
    0%, 31% {transform:translateX(0);}
    33%, 64% { transform:translateX(-33.3333%); }
    66%, 98% { transform:translateX(-66.6666%); }
    100% { transform:translateX(0);}
  }
   
   #footer .tweet{
     width:33.33333%;
     float:left;
   }
   
   #footer .footerPane p.footerSharePrice{
    font-family: Aeroport, Arial, Helvetica, sans-serif;
      font-weight: bold;
    font-size:36px; 
      color: #0e2b63;
    line-height: 110%;
    display:inline-block;
    margin-bottom: 20px;
   }
    #footer .footerPane .footerSharePriceContainer{
    line-height:1.5em;
    }
    
    #footer .footerPane .footerShareDiff{
    font-family: Aeroport, Arial, Helvetica, sans-serif;
     font-weight: 500;
    font-size:18px;
    margin-bottom: 20px;
    color: #0e2b63;
    line-height:110%;
    }
      
    #footer .footerPane .footerShareDate{
    color: #0e2b63;
	font-size:12px;
    }
   
   #footer .ow_fnav_ul li{
     display:block;
     margin-bottom:0.4em;
   }
   
   #footer .ow_fnav_ul li a {
    font-size:14px;
      color: #0e2b63;
   }
   
   #footer #socialMediaButtons.socialMediaSquares{
     margin: 0 0 45px 0; 
   }
   
    #footer #socialMediaButtons.socialMediaSquares ul{
      display:flex;
    }
   
    #footer #socialMediaButtons.socialMediaSquares ul li a span {
      display: none;
  }
  
   #footer #socialMediaButtons.socialMediaSquares ul li a i {
		font-size: 25px;
		line-height: 54px;
		color:#0e2b63;
		transition: color 0.3s;
  }
  
  #footer #socialMediaButtons.socialMediaSquares ul li a:hover i{
	  
	  color:#004f9f;
  }
  
  #footer #socialMediaButtons.socialMediaSquares ul li a {
      display: block;
      height: 44px;
      width: 28px;
    transition: background 0.5s;
  }
  
  #footer #socialMediaButtons.socialMediaSquares ul li {
      position: relative;
      margin: 0 15px 0 0;
  }
    
   #footerBase{
	 min-height: 62px;
	 background: #0e2b63;
	 flex-grow: 0;
   }
   
   #footer .footerLogo, #footer .footerSpacer{
	   height:100px;
	   flex-grow:1;
   }
   #footer .footerLogo img{
	   height: 50px;
   }
   
   #footer{
	   display:flex;
	   flex-direction:column;
   }
   
  








   

@media only screen and (max-width: 519px) {
  #footer {
    width: 100%; }


  #footerWrap .footerPane {
    width: 100%!important;
    float: none;
 }

  #footerWrap .footerPane .footerBox {
	padding: 40px 0;
	margin:  0;  
    border-top: 1px solid #dddddd;
	}
	
	#footerWrap .footerPaneOne .footerBox {
		border-top: none;
		padding-top:0;
	}

  #footerWrap .footerPaneThree {
    clear: both; }

  #footerLegal ul, #footerLegal p {
    float: none;
  } 
  
  #footer .footerLogo{
	  height: 150px;
  }

}


@media only screen and  (max-width: 767px) {
	.footerPane{
		padding: 0 4.166666667vw;
	}
}



@media only screen and (min-width: 520px) and (max-width: 959px) {


  #footerWrap .footerPane {
    width: 50%;
 }

  #footerWrap .footerPaneFour .footerBox, #footerWrap .footerPaneThree .footerBox {
	margin-top:40px;
    border-top: 1px solid #dddddd;
    padding-top: 40px;
  } 


} 


