.updates-dropdown-container { display: none; }
.masthead { padding-top: 50px !important; margin-bottom: 50px !important; }

.text-section { margin-bottom: 50px !important; }
.powered-by { display: none !important; }
.subscribe{display: none;}

.layout-content.status .masthead-container.basic .masthead .logo-container { float: none; margin: 0 auto; }


body {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -ms-flex-pack: justify;
    min-height: 100vh;
}

.layout-content {
    flex: 0 auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
}

.custom-header {    
    background-color: #2f3444;
    color: #fff;
    height: 73px;
    padding: 10px;
    box-sizing: content-box;
    border-bottom: 4px solid #7ba2cb;
}

.custom-header-content {
    margin: 0 auto;
    height: 100%;
}

.custom-header .logo {
    float: left;
    margin-left: -10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.custom-header .logo img {
    margin: 2px 0px 0px 0px;
    height: 50px;
}

.custom-footer {
    flex: 0 auto;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    background-color: #2f3444;
    color: #fff;
    height: 80px;
    width: 100%;
}

.custom-footer .container {
		    margin: 0 auto;
    height: 100%;
}

.custom-footer .container .first-line {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 17px;
    height: 100%;
}

.custom-footer .container .first-line .left, 
.custom-footer .container .first-line .right {
    display: flex;
    flex-direction: row;
    padding: 0px 0px 0px 9px;
}

.custom-footer .container .first-line .left div, 
.custom-footer .container .first-line .right div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.custom-footer .container .first-line .left div img, .custom-footer .container .first-line .right div img {
    margin-left: 20px;
    height: 27px;
}

.custom-footer .container .first-line .left div p, 
.custom-footer .container .first-line .right div p {
    color: #8d94aa;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.001em;
    margin-bottom: inherit;
}

.left {
    float: left;
}

.right {
    float: right;
}

@media (max-width: 745px) {
    .custom-footer {
        height: auto;
        padding-bottom: 20px;
	    }
  
    .custom-footer .container {
        display: flex;
        flex-direction: column;
    }

    .custom-footer .container .first-line {
        flex-direction: column;
    }  
    
    .custom-footer .container .first-line .left, 
    .custom-footer .container .first-line .right {
       flex-direction: column;
    		   padding-bottom: 20px;
    }
  
    .custom-footer .container .first-line p {
       padding-bottom: 10px;
  		  }
}