
label.required:before, label.required:after {
    content: '\f069';
    margin-right: .5em;
    color: #cd3c3c;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: bold;
    line-height: 1;
}

label.required:before {
    display: none;
}

label.required:after {
    display: inline-block;
}

@media (min-width: 576px) {
    label.required:before {
        display: inline-block;
    }
    label.required:after {
        display: none;
    }
}


.form-actions {
    display: block;
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px;
}

.tagify{
    width:100% ;
}
.tags-look .tagify__dropdown__item{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: .3em .5em;
    border: 1px solid #CCC;
    background: #F3F3F3;
    margin: .2em;
    font-size: .85em;
    color: black;
    transition: 0s;
}

.tags-look .tagify__dropdown__item--active{
    border-color: black;
}

.tags-look .tagify__dropdown__item:hover{
    background: lightyellow;
    border-color: gold;
}

.tags-look .tagify__dropdown__item--hidden {
    max-width: 0;
    max-height: initial;
    padding: .3em 0;
    margin: .2em 0;
    white-space: nowrap;
    text-indent: -20px;
    border: 0;
}


/* Application css*/
.w-25px{
    width: 25px;
}

.w-100px{
    width: 100px;
}

.pull-right {
    float: right !important;
}

.top-bar {
    min-height: 20px;
    height: 30px;
    background-color: #000;
    color: #FFF;
}

.top-bar ul.loginbar {
    margin: 0;
    padding: 0;
    z-index: 9999;
    position: relative;
}
.top-bar ul.loginbar > li {
    display: inline;
    list-style: none;
    padding-bottom: 15px;
}
.top-bar ul.loginbar > li > a,
.top-bar ul.loginbar > li > a:hover {
    color: #ffffff;
    font-size: 11px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.top-bar .loginbar li.topbar-devider {
    top: -1px;
    padding: 0;
    font-size: 8px;
    position: relative;
    margin: 0 9px 0 5px;
    border-right: solid 1px #bbb;
}

.banner-homepage {
    background-color: #000;
    color: #FFF !important;
}
.banner-homepage .container {
    background: url("/_assets/images/home-banner-ottawa-travellers-hockey-league.jpg") no-repeat;
    background-size: contain;
    background-position: center right;
}
.navbar .nav-link {
    font-family: Teko, sans-serif;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
    color: #000 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.bg-umber {
    background-color: #36383d;
}
#upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.bg-gradient.bg-danger, .bg-gradient.btn-danger {
    background: #b71c1d linear-gradient(180deg, #b71c1d, #771213) repeat-x !important;
}
.bg-gradient.bg-danger {
    background: #b71c1d linear-gradient(180deg, #b71c1d, #771213) repeat-x !important;
}
.grid .grid-item {
    max-width: 200px;
    width: 200px;
}
.sponsor-widget {
    background: #225ef6;
    background: -moz-linear-gradient(top, #225ef6 0%, #002584 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #225ef6), color-stop(100%, #002584));
    background: -webkit-linear-gradient(top, #225ef6 0%, #002584 100%);
    background: -o-linear-gradient(top, #225ef6 0%, #002584 100%);
    background: -ms-linear-gradient(top, #225ef6 0%, #002584 100%);
    background: linear-gradient(to bottom, #225ef6 0%, #002584 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.grid {
    margin: 0 auto;
}

.featured-article:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 50%, white);
}
.news-list-item:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:linear-gradient(transparent 45%, white 90%, white);
}
.featured-article {
    overflow: hidden;
    height: 150px;
}
.featured-article h1,
.featured-article .h1,
.featured-article h2,
.featured-article .h2 {
    line-height: 0.9;
}
.news-list-item {
    overflow: hidden;
    height: 85px;
}
.h1, h1 {
    font-size: 1.5rem;
}
@media (min-width: 576px) {
    .featured-article {
        height: 200px;
    }
    .h1, h1 {
        font-size: 1.75rem;
    }
}
@media (min-width: 768px) {
    .featured-article {
        height: 198px;
    }
    .h1, h1 {
        font-size: 2rem;
    }
    .w-md-50 {
        width: 50%;
        max-width: 50%;
    }
}
@media (min-width: 992px) {
    .featured-article {
        height: 278px;
    }
    .h1, h1 {
        font-size: 2.25rem;
    }

}
@media (min-width: 1200px) {
    .featured-article {
        height: 338px;
    }
    .h1, h1 {
        font-size: 2.5rem;
    }
}
@media (min-width: 1400px) {
    .container, .container-xl {
        max-width: 1360px;
    }
    .featured-article {
        height: 411px;
    }
    .news-list-item:before {
        background:linear-gradient(transparent 60%, white);
    }
}