.full-width {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.right-float {
    max-width: 50%;
    height: auto;
    float: right;
    padding-left: 30px;
}

.left-float {
    max-width: 50%;
    height: auto;
    float: left;
    padding-right: 30px;
}

.page-head .page-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.cookie-bar .background-block {
    background: rgba(0,0,0,.5);
    z-index: 10000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
}

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
    box-sizing: border-box;
    width: 100%;
    background-color: #F1F6F4;
}

.cookie-consent-banner__inner {     
    max-width: 960px;
    margin: 0 auto;
    padding: 32px 0;
}
  
.cookie-consent-banner__copy { 
    margin-bottom: 16px;
}
  
.cookie-consent-banner__header {
    margin-bottom: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
}
  
.cookie-consent-banner__description {
    font-weight: normal;
    color: #838F93;
    font-size: 16px;
    line-height: 24px;
}
  
.cookie-consent-banner__cta {
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    border-radius: 2px;
    color: #FFF !important;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    background-color: #67809F
}
  
.cookie-consent__decline { 
    box-sizing: border-box;
    display: inline-block;
    min-width: 164px;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    padding: 9px 13px;
    border: 2px solid #f44336;
    color: white !important;
    background-color: #f44336 !important;
}
  
.cookie-consent-banner__cta:hover {
    color: white;
    background-color: #576b84 !important;
    border-color: #576b84 !important;
}
  
.cookie-consent__decline:hover {
    border-color: #d43b30 !important;
    background-color: #d43b30 !important;
    color: white;
}
  
.cookie-consent-banner__cta:last-child {
    margin-left: 16px;
}

.consent__decline:last-child {
    margin-left: 16px;
}

.cookie-consent-banner__learn-more {
    display: inline-block;
    min-width: 164px;
    padding: 11px 13px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

@media (min-width: 992px){
    .page-content-wrapper .page-content {
        padding-top: 0;
    }
}

@media (max-width: 767px){
    .page-content-wrapper .page-content .page-title {
        margin-bottom: 20px;
    }
}