*:focus {
	outline: none;
}
input[type="submit"], button[type="submit"] {
	-webkit-appearance: none;
}
/* Removing input background color for Chrome autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* Define custom styles, relative to custom-editor.css */
/*h1 {
	font-family: 'Comfortaa' !important;
	font-size: 30px !important;
}*/

.forum-admin-features {
	display: none !important;
}

a.btn, span.btn, label.btn, form button, input[type="submit"], .Actions .action {
	color: white !important;
}

img.leftAlone, .captionImage.leftAlone {
    margin: 0 !important;
    float: unset !important;
    max-width: 100% !important;
}

.promote-list {
	display: none;
}

/* SMALL USER MENU ICONS */
#header .nav-utils a {
	width: 50px !important;
	font-size: 18px !important;
}

/* MEDIUM LOGO */
#header .logo-horizontal {
	padding: 0px !important;
}

#header .logo-horizontal img {
	height: 59px !important;
	max-height: 60px;
}

/* Desable default lead-in default */
.no-leadIn .leadIn {
	background: transparent;
    border: none;
}

/* Reverse primary color button */
.btn.btn-reverse {
    background: white !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}
.btn.btn-reverse:hover {
    background: var(--primary-color) !important;
    color: white !important;
    border: 1px solid white !important;
}

/* Shadow border */
:root {
  --uk-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
  --uk-shadow-hover: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.uk-shadow {
    box-shadow: var(--uk-shadow) !important;
    transition: all 0.4s ease-out 0;
    -webkit-transition: all 0.4s ease-out 0s;
    border-radius: 10px;
    margin-bottom: 24px !important;
    overflow: hidden;
}
.uk-shadow:hover {
    box-shadow: var(--uk-shadow-hover) !important;
}



body {
    font-family: kufam;
    line-height: 30px !important;
}
h1,h2,h3,h4,h5 {
    font-family: 'BauhausRegular' !important;
    word-break: keep-all;
}

h4 {
    margin-top: 20px !important;
}

.typography h1 {
    color: #0f0f0f !important;
    font-size: 55px !important;
    font-weight: 1000 !important;
}

a.btn {
    background-image: url(/mysite/css/primary-link-background.svg) !important;
    background-color: transparent !important;
    color: var(--primary-color) !important;
    position: relative;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    padding: 14px 11px !important;
    text-transform: unset !important;
}

.typography h2 {
    color: #0f0f0f !important;
    font-weight: Bold !important;
    border: none !important;
    margin: 20px 0 !important;
    position: relative;
    font-size: 40px !important;
}

.typography h2::after {
    content: url(/mysite/css/secondary-title-underline.svg);
    position: absolute;
    left: 2px;
    bottom: -15px;
}

.PageBlock .container .Content .btn-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.PageBlock .container .Content .btn-block a:not(.btn) {
    margin: 0 12px 12px 12px;
}

.PageBlock .container::before, .PageBlock .container::after {
    content: none !important;
}

.main-container {
    padding: 40px 100px !important;
}

.pAnswer, .pLinks {
    display: none;
}

#header .nav-wrap#cssmenu {
    right: 100px !important;
}

#header .nav-utils {
    display: none;
}

#header .main-nav > li > a {
    color: #4a4a4a !important;
    font-family: 'Kufam' !important;
}

#cssmenu > ul {
    border-top: none !important;
}

#CommunityNewsPage .pAuthor .pMemberIcon, #CommunityNewsPage .pAuthor .pThird .pMember {
    display: none !important;
}

img {
    object-fit: cover;
}