/* Footer CSS Start */
#util {
	color: #262626;
	text-align: left;
	padding: 11px 36px;
}

#util a:link, #util a:visited, #util a:active {
	color: #262626;
	text-decoration: none;
}

#util a:hover {
	color: #262626;
	text-decoration: underline;
}

.page-footer {
  margin-top:4em;
  margin-left:0;
  margin-bottom:1em !important;
  margin-right:0;
}

#footer body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
	background: #fff;
	padding: 0;
	border-top: 3px solid #999;
	margin: 0;
	text-align: center;
}

#footer p {
	font-size: .9em;
	line-height: 120%;
	padding: 0 0 10px 0;
	border: 0;
	margin: 0;
}

.page-footer {
  padding-top: 1em;  
  	padding-bottom: 1em;
    border-bottom-width: 1px;
    margin: 70px 0px;
    border-style: solid;
    overflow: hidden;
}
/* Footer CSS End */

/* Header CSS Begin */
		.meta-nav {
			min-height: 40px;
		color: #262626;
			padding: 0px;
			margin: 0px;
		}
		
		
		#meta-ieee-logo {
			margin: 0px;
			float:right;
 		}

		#meta-ieee-logo .joinIEEE{
			float: right;
			color: #262626;
		padding: 11px 0px;
		}

		#meta-ieee-logo .joinIEEE:link, #meta-ieee-logo .joinIEEE:visited, #meta-ieee-logo .joinIEEE:active {
			color: #262626;
			text-decoration: none;
		}

		#meta-ieee-logo .joinIEEE:hover {
			color: #262626;
			text-decoration: underline;
		}

		 
		 
		@media (max-width: 800px) {
		.meta-nav {
			min-height: 100px;
    		background: #ffffff;
    		color: #262626;
			padding: 0px;
			margin: 0px;
		}
		.meta-ieee-logo {
  			padding: 20px 0px 0px 0px;
			float:right;
			max-width: 100px;
		}
		}
		
		p {
			font-family: inherit;
			font-size: .9em;
			line-height: 125%;
			border: 0;
			margin: 0;
		}

		#ieee-meta-a {
			color: #262626;
			text-align: left;
			padding: 11px 0px;
			float: left;
		}

		#ieee-meta-a a:link, #ieee-meta-a a:visited, #ieee-meta-a a:active {
			color: #262626;
			text-decoration: none;
		}

		#ieee-meta-a a:hover {
			color: #262626;
			text-decoration: underline;
		}

* {
  box-sizing: border-box;
}

.header-row {
  margin-top:1.5em;
  margin-bottom:0em;
}

.column, .column-ieee {
  float: left;
  width: 33.33%;
  /*padding: 10px;*/
}

.header-row:after {
  content: "";
  display: table;
  clear: both;
}

.ieee-sa-logo {
	height: 40px;
	width: auto;
	float: left;
		}
		
.ieee-logo {
	height: 30px;
	width: auto;
	float: right;
		}
		
@media only screen and (max-width: 768px) {
	.column-ieee {
		display: none;
	}
	.column {
		width:50%;
vertical-align:middle;
	}
  
.meta-nav {
    display:none;
  }
}
/* Header CSS End */

.layout-content.status .masthead-container .masthead {
  margin-bottom: 2em !important;
}

.custom-header-container {
  margin-bottom: 1.5em !important;
}

.show-updates-dropdown {
  background-color:#005D94;
  border-color: #005D94;
  box-shadow: 0 4px 8px -6px #000035;
  padding:0.75em 1.5em;
  color: #ffffff;
  border-radius: 5px;
  font-weight: 800;
}

.show-updates-dropdown:hover, .show-updates-dropdown:active {
  background-color:#004982;
  border-color:#004982;
  text-decoration:underline;
  color: #ffffff;
  }