html{
    font-family:sans-serif;
}
body{
    background-color:white;
    font-family:sans-serif;
}
.help{
    word-break:break-word;
}
.label{
    word-break:break-word;
}
.red-block{
    background-color:#ff3f24;
    padding: 10px;
    color: white;
    font-size:17px;
}
.red-block > .title{
    color: white;
    font-size: 25px;
    text-align:center;
}
.border-redblock{
    border-right: 10px solid white;
    border-left: 10px solid white;
}
.columns-red-block{
    padding:0;
    background-color:#ff3f24;
    margin-left:100px;
    margin-right:100px;
}

.home-title, .home-section > h2 {
    color:#ff3f24 !important;
    background-color:unset !important;
    font-weight:bold !important;
    font-size:35px;
    text-align:center;
    margin:auto;
}

.home-section{
    font-size:17px;
}

.home-section.dark{
    background-color:#EEEEEE;
}

.home-section.orange{
    background-color:#ff3f24;
    color:white;
}

.home-section.orange > h2{
    color:white !important;

}

.home-section > ul{
    margin-top:20px;
    margin-bottom:30px;
}

.home-section > ul > li{
    list-style:disc!important;
    margin-left:20px;
}

.red-block > ul{
    margin-top:20px;
    margin-bottom:30px;
}

.red-block > ul > li{
    list-style:disc!important;
    margin-left:20px;
}

.home-section.centered{
    text-align:center;
}

.home-section > .iframe > iframe{
    height:400px;
    width:500px;
}

.navbar-start > .navbar-item:after,
.navbar-start > .navbar-link:after{
    content:"";
    border-right: solid grey 2px;
    height:70%;
    top:10px;
    right:0px;
    width:1px;
    position:absolute;
}
.navbar-start > .navbar-item.no-border:after{
    content:"";
    border-right: solid grey 0px;
    height:50%;
    top:18px;
    right:0px;
    width:1px;
    position:absolute;
}
.rich-page > p > iframe{
    width:100%;
    height:600px;
}

.navbar-item{
    padding-left:10px;
    padding-right:10px;
}

#main-navbar{
    margin-left:auto;
    margin-right:20px;
    max-width:calc(100% - 120px)!important;
}
.navbar-start{
    margin-left:auto;
    margin-right:0;
    max-width:calc(100%);
}

/*
.navbar-brand{
    width: calc(100% - 40px);
}
*/

.rich-page iframe {
    width: 100%;
    min-height: 50rem;
}

.navbar-logo-item {
    align-items: stretch;
    flex-grow: 1;
    padding: 0;
}

.navbar-logo-item img {
    max-height: 3.25rem;
    height: 100%;
    object-fit: fill;
}

.navbar-logo-item::after {
    content: " ";
    position: absolute;
    width: 2em;
    height: 100%;
    right: -2em;
    bottom: 0;
    box-shadow:inset 2em 0 1em -1em #fff;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.page-footer {
    background-color: #fafafa;
    width: 100%;
    margin-bottom: 0.75em;
    padding-top: 1.5em;
    margin-top: 0.75em;
}

.footer-gab-logo {
    padding: 0;
}

.footer-gab-logo img {
    max-height: 160px;
}

.field.is-required label:not(.checkbox)::after {
    content: "*";
}

.field.has-error input,
.field.has-error textarea {
    border-color: #f14668;
}

.has-text-nowrap {
    white-space: nowrap;
}
