.components-container {
  display: flex;
  flex-wrap: wrap;
}

.component-container {
  flex-basis: 49%;
  margin: .25em;
}

@media screen and (max-width: 480px){
  .component-container {
  flex-basis: 100%;
  margin: .25em;
}
}

.component-container:nth-child(even) {
  border-left: 1 px !important;
}

.component-container:nth-child(2) {
  border-top: 1px solid #A7A9AC !important;
}

#flex-container-header{
	  	display: flex;
	  flex-direction: row;
	  justify-content: space-between;
	  flex-wrap: wrap;
  padding: 2em 2em 2em 2em;
}

#flex-container > div {
  padding: .5em;
}

#custom-header {
    background-color: #f8f9fa;
}

#logo {
    min-width: 200px;
    max-width: 200px;
    margin-right: .5em;
}

#oit-name {
			  font-weight: bold;
  font-size: 2.5em;
  line-height: .85em;
  padding: .25em
  
}

#subscribe {
  font-weight: bold;
  font-size: 1.em;
  padding: .5em .75em .5em .75em;
  margin-bottom: .5em;
  border: solid;
  border-width: .15em;
  border-radius: .5em;
  border-color: #006c93;
  background-color: #FFF;
  }

#replace-with-subscribe {
  text-align: right;
}

#updates-dropdown {
  right: 0.1em;
}

@media screen and (max-width: 1112px){
  #updates-dropdown {
  left: 0.1em;
    }
}

@media screen and (max-width: 480px){
  #oit-name {
			  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.25em;
  padding: .25em
  }
  #updates-dropdown {
  top: 150px; 
  left: 180px;
  }
}

#bottom-bar {
  border-bottom-style: solid;
  border-width: .4em;
  border-color: #ff8200;
  clear: both;
}

#bottom-bar2 {
  background-color: #4b4b4b;
  color: #ffffff;
  border-bottom-style: solid;
  border-width: 2em;
  border-color: #4b4b4b;
}

#banner {
  background-color: #ffffff;
  padding-top:2%;
}

#banner h1 {
  background-color: #517C96;
  color: white;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.25em;
  border-radius: 5px;
  padding: .25em;
  margin-right:15%;
  margin-left:15%;
}

#title {
  background-color: #ffffff;
  padding-top:2%;
  margin-bottom: -50px;
}

#title h1 {
  color: black;
  font-size: 1.5em;
  text-align: center;
  line-height: 1.25em;
  margin-right:12%;
  margin-left:12%;
}

.status-day:nth-child(n+7) { display:none; }


.layout-content.status.status-index .components-section .components-container.one-column .component-container {
  width:100%;
  float:none;
  border-bottom-width:1px;
  border-left-width:1px !important;
  border-right-width:1px;
  border-top-width:0px;
  margin:0px 3px 0px 0px;
}

#custom-footer {
    color: #4b4b4b;
    font-size: .85em;
    background-color: #f8f9fa;
    padding-bottom: 1.5em;
  	  
}


#footeraddress {
  margin-right: 7em;
}

#footercopyright {
  text-align: center;
}


@media screen and (max-width: 480px){ 
  #footercopyright {
  text-align: center;
  padding-left: 2em;
}
 
}