@charset "utf-8";
/* CSS Document */

/* Flex layout */
	body {
		margin: 0;
		padding: 0;
		font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		font-weight: normal;
		line-height: 1.5;
		color: #0a0a0a;
		background-color: #e7ecf5;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-display: swap;
		}

	.flex-container, .flex-container-inner {
		display: flex;
		margin: 0;
		}

    .flex-column {
        flex-direction: column;
        }

	.flex-menu, .flex-submenu, .flex-skyscraper {
		position: -webkit-sticky; position: sticky; top: 0; height: 100vh;
		transition: width 0.4s;
		transition-timing-function: ease-in-out;
		}

	.flex-submenu, .content-white, .flex-skyscraper, .content-footer, .content-footerSmall {
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
		}

	.flex-submenu, .flex-skyscraper {
        flex: 0 0 100px;
		}

	.SubMenuSearch {
		margin-top: 34px;
		}

	.flex-submenu {
		flex-basis: 300px;
		padding-left: 0;
		}

	.flex-content {
		flex-grow: 1;
		max-width: 100%;
		}

    .printheader {
        margin: 2em 0 1em 0;
        }

	.content-white {
		background-color: #ffffff;
		color: #0a0a0a;
        max-width: 100vw;
        overflow: auto;
		}

	.white-top { 
		border-width: 1px 1px 0px 1px;
		border-style: solid;
		border-color: rgba(10, 10, 10, 0.25); }

	.white-middle { 
		border-width: 0px 1px 0px 1px;
		border-style: solid;
		border-color: rgba(10, 10, 10, 0.25); }

	.white-bottom { 
		border-width: 0px 1px 1px 1px;
		border-style: solid;
		border-color: rgba(10, 10, 10, 0.25);
        }

	.content-footer, .content-footerSmall {
		display: flex;
		justify-content: space-between;
		padding-top: 0.4688rem;
		padding-bottom: 2em;
		background-color: #000000;
		color: #e7ecf5;
        overflow: auto;
		}

    .content-footer {
        margin-top: 1em;
        }

	.content-footer .icon-star, .content-footer .icon-music, .content-footerSmall .icon-music, .content-footerSmall .icon-star {
		color: #111a2d;
		font-size: 120%;
		}


/* Large, medium, small screens and print */
	@media screen and (max-width: 1700px) and (min-width: 1500px) {
		.flexibleSmall {
			flex-basis: 160px;
			}

		.flexibleXL {
			display: none;
			}
	
		}

	@media screen and (min-width: 1701px) {
		.flexibleXL {
			flex-basis: 300px;
			}

		.flexibleSmall {
			display: none;
			}

		}

	@media screen and (max-width: 1499px) {	
		.flexibleSmall, .flexibleXL {
			display: none;
			}

		}

	@media (min-width: 821px) { 
		.flex-mobilemenu, .mobile-only {
			display: none;
			}
		}

	@media (min-width: 1071px) { 
		.mobile-only-button {
			display: none;
			}		
		}

	@media (max-width: 820px) { 
		.flex-menu {
			display: none;
			}
		}

    @media (min-width: 1071px) {
        .content-footerSmall {
            display: none;
            margin-top: 0!important;
            }
        }

	@media (max-width: 1070px) {
		.flex-submenu {
			order: 1;
            background-color: #e7ecf5;
			}

		.hide-on-mobile {
			display: none!important;
			}
		
		.flex-submenu p, .flex-submenu form, .flex-submenu h4, .flex-submenu ul, .flex-submenu div.ads {
			margin-left: 0.9375rem;
			}

		.flex-container-inner  {
			flex-direction: column;
			}

        .text-right {
            margin: 0.9375rem; }

		body {
			background-color: #ffffff;
			}

		.content-white {
			border: 0;
			}

        .flex-menu {
            border-color: #ffffff!important;
            }

        .hide-for-medium, .content-footer {
            display: none;
            }

        }

    @media screen and (max-width: 1070px) and (min-width: 821px) {
        .content-white {
            padding-left: 0.3125rem;
            }

        }

    @media print {
		pre, .white-bottom, .white-middle, .white-top {
			border-width: 0!important;
            border-color: white!important;
			}

        }


/* Pagination */
	.NavPagi {
		}

	.pagination {
		list-style: none;
		margin: 0.9375rem 0 0.9375rem 0;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		gap: 0.3em;
		}

	.pagination li {
		margin: 0 1px;
		background-color: #ece3d0;
		}


	.pagination li.current {
		background: none;
		}

	.pagination a, .current {
		display: block;
		padding: .5em 1em;
		border: 1px solid #999;
		border-radius: .2em;
		text-decoration: none;
		}

	.pagination a[aria-current="page"] {
		background-color: #333;
		color: #fff;
		}


/* Heading on songs */
    .dropdown {
        position: relative;
        display: inline-block;
        }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f5f1e7;
        min-width: 180px;
		margin-left: -10px;
        z-index: 1;
		border: 3px #f5f1e7 solid;
		border-top: 0!important;
		border-top-left-radius: 0!important;
		padding: 0!important;
		border-radius: 15px;
        }

    .dropdown:hover .dropdown-content {
        display: block;
        }

    .align-right li a [class^="icon-"]:before, .align-right li A [class*=" icon-"]:before ,div.dropdown [class^="icon-"]:before, div.dropdown [class*=" icon-"]:before {
        margin-right: 0!important;
        margin-left: 0!important;
        width: 0.9em!important;
        font-size: 1.25em!important;
        }

    .white-top h1, .flex-submenu h4  {
        margin-top: 0.9375rem; 
        margin-bottom: 0.9375rem;
        }

    .H1div {
        margin-top: 0;
        margin-bottom: 0.9375rem;
        }

    @media only screen and (max-width: 820px) {
        div.songH1 h1 {
            margin-top: 0;
            }

        }

    .H1menu {    
        justify-content: space-between;
        padding-top: 5px;
        border-top: solid #000000 1px;
        }

/*    .menu-button {
        border: solid #ece3d0 2px;
		transition: background-color 0.2s;
		border-radius: 15px;
		padding: 1px 8px 1px 8px;
        }

    .menu-button:hover {
		border-color: #ece3d0;
		background-color: #ece3d0;
    	transition: background-color 0.2s;
        } */

    .ContentMenu {
        gap: 0.4em; 
        margin-top: 7px;
        }

	.ContentMenu li, .H1menu li {
		background-color: #f5f1e7;
		transition: background-color 0.3s;
		margin: 0;
		}

	.ContentMenu li:hover, .H1menu li:hover {
		background-color: #ffffff;
		transition: background-color 0.3s;
		margin: 0;
		}

@media only screen and (min-width: 1071px) {
    img.songH1 {
        border-radius: .2em;
        width: 98px;
        height: 98px;
        margin-right: 0.6rem;
        margin-top: 1rem;
        }

    }

    ul.square { 
        margin-bottom: 0;
        padding-bottom: 1rem;
        }

@media only screen and (max-width: 1070px) {
    img.songH1 {
        border-radius: .2em; 
        width: 45px; 
        height: 45px;
        margin: 0;
        }
    }


/* Lite YouTube-player YouTube light https://paulirish.github.io/lite-youtube-embed/ */
	lite-youtube {
		background-color: #000;
		position: relative;
		display: block;
		contain: content;
		background-position: center center;
		background-size: cover;
		cursor: pointer;
		max-width: 720px;
	}

	lite-youtube::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
		background-position: top;
		background-repeat: repeat-x;
		height: 60px;
		padding-bottom: 50px;
		width: 100%;
		transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
	}

	lite-youtube::after {
		content: "";
		display: block;
		padding-bottom: calc(100% / (16 / 9));
	}

	lite-youtube > iframe {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		border: 0;
	}

	lite-youtube > .lty-playbtn {
		display: block;
		width: 68px;
		height: 48px;
		position: absolute;
		cursor: pointer;
		transform: translate3d(-50%, -50%, 0);
		top: 50%;
		left: 50%;
		z-index: 1;
		background-color: transparent;
		background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
		filter: grayscale(100%);
		transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
		border: none;
	}

	lite-youtube:hover > .lty-playbtn,
	lite-youtube .lty-playbtn:focus {
		filter: none;
	}

	lite-youtube.lyt-activated {
		cursor: unset;
	}

	lite-youtube.lyt-activated::before,
	lite-youtube.lyt-activated > .lty-playbtn {
		opacity: 0;
		pointer-events: none;
	}

	.lyt-visually-hidden {
		clip: rect(0 0 0 0);
		clip-path: inset(50%);
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	  }


/* Top menu for small screens */
	.flex-mobilemenu {
		justify-content: space-between;
		padding-right: 0.9375rem;
		padding-left: 0.9375rem;
		}

	.flex-mobile-left {
		padding-top: 5px;
		padding-bottom: 3px;
		line-height: 1;
	}

	.flex-mobile-left img.Icon {
		height: 25px;
		width: 25px;
		}

	.flex-mobile-left img.Logo {
		height: 25px;
		width: 105px;
		}

	.flex-mobile-right p {
		margin-bottom: 0;
		margin-top: 5px;
		}


/* Bottom sticky mobile menu */
    @media (max-width: 820px) { 
        .MobileBottomMenu {
            overflow: hidden;
            background-color: #e7ecf5;
            position: fixed;
            bottom: 0;
            width:100vw;
            }

        }

	.MobileStickyMenu {
		display: flex;
		justify-content: space-around;
		align-items: flex-end;
		}

	.MobileStickyMenu div {
		width: 20%;
		display: block;
		color: #192743;
		text-align: center;
		text-decoration: none;
		font-size: 11px;
		border-top: #808080 solid 1px;
		}

	.MobileStickyMenu div.disabled {
        color: #787878;
        }

	.MobileStickyMenu div i {
		font-size: 18px;
		}

	.DisplayBlock {
		display: block;
		}

	.DisplayNone {
		display: none;
		}

	@media (max-width: 820px) { 
        .DisplayNoneMob {
            display: none;
            }

        .MobileSubMenu {
            border-top: #808080 solid 1px;
            min-height: 100px;
            line-height: 1;
            padding-right: 0.9375rem;
            padding-left: 0.9375rem;
            }

        }

	.MobileSubMenu .icon-cancel-circled {
		font-size: 2em;
		right: 0.5rem;
		top: 0.3rem;
		line-height: 1;
		position: absolute;
		z-index: 10;
		color: #8a8a8a;
		cursor: pointer;
		}

	.MobileSubMenu h3 {
		margin-top: 0.5em;		
		}

	@media (min-width: 821px) { 
		.MobileStickyMenu, #MobileIdVideo h3, #MobileIdVideo i, #MobileIdVideo p.SubmitLink {
			display: none;
			}

		}


/* Main menu */
	#MenuID, .flex-mobilemenu {
		background-color: #276092;
		}

	#MenuID p, #MenuID ul  {
		margin: 0px 7px;
		white-space: nowrap;
		}

	#MenuID, #MenuID a, #MenuID li, .flex-mobilemenu p, .flex-mobilemenu a {
		color: #e7ecf5;
		cursor: pointer;
		}

	#MenuID a:hover {
		color: #FFFFFF;
		}

	#MenuID h4 {
		font-size: 1.2rem;
		line-height: 1.2;
		margin-top: 1.2rem;
		padding: 0.1rem 0.8rem;
		color: #bebdbd;
		background: rgba(0, 0, 0, 0.3);
		white-space: nowrap;
	}

	#ButtonOne {
		color: white; 
		position: absolute; 
		right: -13px; 
		top: 74px; 
		background-color: #9d7c3a;
		transition: background-color 0.6s;
		padding: 3px; 
		border-radius: 25px; 
		border: 2px solid #e7ecf5; 
		font-size: 80%;
		}

	#ButtonTwo {
		color: white; 
		position: absolute; 
		right: -13px; 
		top: 74px; 
		background-color: #9d7c3a;
		transition: background-color 0.6s;
		padding: 3px; 
		border-radius: 25px; 
		border: 2px solid #e7ecf5; 
		font-size: 80%;
		}

	#ButtonTwo:hover, #ButtonOne:hover {
		background-color: #705929;
		transition: background-color 0.6s;
		cursor: pointer;
		}

	.MainMenuHide {
		opacity: 0!important;
		transition: opacity 0.4s;
		}

	.MainMenuOpen {
		opacity: 1!important;
		transition: opacity 0.4s;
		transition-delay: 0.2s;
		display: inline!important;
		}

	img.MainMenuHide, p.MainMenuHide {
		opacity: 0;
		transition: opacity 0.2s;
		}

	p.MainMenuOpen {
		opacity: 1;
		transition: opacity 0.4s;
		transition-delay: 0.4s;
		display: block!important;
		}

	.MenuIcon {
		padding-top: 34px;
		width: 34px;
		height: 34px;
		}

	.MenuLogo {
		height: 34px;
		width: 144;
		padding-left: 3px;
		}

	@media (max-width: 1301px) {
		.flex-menu {
			width: 55px;
			border-right: 0.9375rem solid #e7ecf5;
			}

		.ButtonOne {
			display: none;
			}

		.MenuItemClass {
			opacity: 0;
			}

		}

	@media (min-width: 1300px) {
		.flex-menu {
			width: 200px;
			border-right: 0.9375rem solid #e7ecf5;
			}

		.ButtonTwo {
			display: none;
			}

		.MenuItemClass {
			opacity: 1;
			}

		}


/* Main Sub-menu */
    li.rate .dropdown {
        padding-left: 0.6rem;
        padding-top: 3px;
        }

    .InContent [class^="icon-"]:before, .InContent [class*=" icon-"]:before, td li.rate [class^="icon-"]:before, li.rate [class*=" icon-"]:before {
        margin-right: 0!important;
        margin-left: 0!important;
        width: 0.9em!important;
        font-size: 1.1em!important;
        }

    td li.rate [class^="icon-"]:before, li.rate [class*=" icon-"]:before {
        color: #324d86 !important;
        }

    li.rate .dropdown-content {
        border-radius: 0;
        background-color: #ffffff;
		border: 2px solid #d0d9ec;
        border-top: 2px solid #d0d9ec!important;
        min-width: 190px;
        }

    li.rate .dropdown:hover {
        background-color: #d0d9ec;
        transition: background-color 0.2s;
        }

    li.rate li:hover {
        background-color: #f0f3f7;
        transition: background-color 0.2s;
        }


/* Tooltip på sangsidene, chords  */
	img.ChordToolTip {
		border: 0; 
		width: 180px; 
		height: 178px;
		}

    span.dropt
        {
        color:#33d;
        }

    span.dropt:hover
        {
        text-decoration: none;
        background: #fff;
        z-index: 6;
        -webkit-transition: top 0;
        top: 0;
        }

    span.dropt span
        {
        position:absolute;
        left:-9999px;
        margin:20px 0 0 0;
        padding:3px 3px 3px 3px;
        border-style:solid;
        border-color:black;
        border-width:1px;
        z-index:6;
        }

    span.dropt:hover span
        {
        left:20%;
        background:#fff;
        }

    span.dropt span
        {
        position:absolute;
        left:-9999px;
        margin:4px 0 0 0;
        padding:3px 3px 3px 3px;
        border-style:solid;
        border-color:black;
        border-width:1px;
        }

    span.dropt:hover span
        {
        margin:20px 0 0 20px;
        background:#fff;
        z-index:6;
        }


/* Table in content */
	.InContent {
		border-collapse: collapse;
		width: 100%;
        border-bottom: 1px solid #d0d9ec;
		margin-bottom: 2.5em;
		}

	@media (min-width: 1300px) {
		.InContent {
			width: 60%;
			}
	
		}

	.InContent td, #customers th {
		padding: 8px;
		}

	.InContent tr {
		border-left: 1px solid #d0d9ec;
		border-right: 1px solid #d0d9ec;
		}

	.InContent tr.advert {
		border: 0;
		}

	.InContent tr.advert td {
		padding-left: 0;
		}

	.InContent tr:nth-child(odd){background-color: #e7ecf5; }

	.InContent th {
		padding: 8px;
		text-align: left;
		background-color: #d0d9ec;
		color: #213459;
		}

	.InContent td a:visited {
		color: #718dc6;
		}

	.InContent td a:visited:hover {
		color: #192743;
		}

	td.rating {
		white-space: nowrap;
	}


/* Typography */
    div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
      margin: 0;
      padding: 0; }

    p {
      margin-bottom: 1rem;
      font-size: inherit;
      line-height: 1.6;
      text-rendering: optimizeLegibility; }

	.content-footer, .content-footerSmall {
		color: #111a2d;
		}

	pre {
		font-family: monospace, monospace;
		font-size: 0.9em;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 2em;
		}

	pre .hili {
		font-weight: bold;
		font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
		font-size: 105%;
		color: #6C6C6C;
		line-height: 3;
		}

	@media (max-width: 821px) { 
		pre {
			font-size: 0.9em;
			}

		}

    em, i {
    font-style: italic;
    line-height: inherit; }

    strong, b {
      font-weight: bold;
      line-height: inherit; 
      }

	.strong {
		font-size: 1.2em;
		font-weight: bold;
		line-height: inherit; 
		}

    small {
      font-size: 80%;
      line-height: inherit; }

    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-style: normal;
      font-weight: normal;
      color: inherit;
  text-rendering: optimizeLegibility; }

      h1 small, .h1 small,
      h2 small, .h2 small,
      h3 small, .h3 small,
      h4 small, .h4 small,
      h5 small, .h5 small,
      h6 small, .h6 small {
        line-height: 0;
        color: #cacaca; }

    h1, .h1 {
        font-size: 1.5rem;
        line-height: 1.4;
        margin-top: 0;
        margin-bottom: 0.5rem; 
        color: #080d16;
        font-weight: bold;
        }

h2, .h2 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 0.5rem; 
	color: #9d7c3a;
	font-weight: bold;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media only screen and (max-width: 1070px) and (min-width: 640px) {
    h1, .h1 {
        font-size: 1.9rem!important;
        }

    h2, .h2 {
        font-size: 1.4rem!important;
        }

    }

	@media print, screen and (min-width: 40em) {
		h1, .h1 {
			font-size: 2.3rem;
			line-height: 1; }

			h2, .h2 {
			font-size: 1.9rem; }

			h3, .h3 {
			font-size: 1.8rem; }

			h4, .h4 {
			font-size: 1.5625rem; }

			h5, .h5 {
			font-size: 1.25rem; }

			h6, .h6 {
			font-size: 1rem; }
 }

    a, span.dropt {
        line-height: inherit;
        color: #324d86;
        text-decoration: none;
        cursor: pointer; }

    a img {
        border: 0; }

    .content-footer a,.content-footer p, .content-footerSmall a, .content-footerSmall p {
        color: #a1b3d9;
        }

    .content-footer a:hover {
        color: #d0d9ec;
        }

    hr {
    clear: both;
    max-width: 75rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0; }

ul, ol, dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
margin-bottom: 0.3rem;
font-weight: bold; }

.text-left {
  text-align: left; }

    .text-right {
        text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }

  .medium-text-right {
    text-align: right; }

  .medium-text-center {
    text-align: center; }

  .medium-text-justify {
    text-align: justify; }
 }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }

  .large-text-right {
    text-align: right; }

  .large-text-center {
    text-align: center; }

  .large-text-justify {
    text-align: justify; }
 }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }

  .show-for-print {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  table.show-for-print {
    display: table !important; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

 img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .print-break-inside {
    page-break-inside: auto; }
 }

	.bandimage {
		float: left; 
		width: 130px;
		height: 130px;
		margin: 0px 7px 7px 0px;
	}

	@media (max-width: 821px) { 
	.bandimage {
		width: 90px;
		height: 90px;
		}

	}


/* Article-pages */
    div.articles {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;    
        }

    div.articles div {
        background-color: #FEFEFE;
        flex: 1 1 10em;
        min-width: 300px;
        max-width: 500px;
        padding-bottom: 0.9375rem;
        border-radius: 0.3rem;
        border: 1px solid rgba(10, 10, 10, 0.25);
        }

    div.articles div a img {
        width: 100%;
        border-radius: 0.3rem 0.3rem 0 0;
        }

    div.articles div p, div.articles div h4 {
        margin: 0 0.9375rem;
        }

	.mainarticle img, .mainarticle p, .mainarticle h1, .mainarticle h2, .mainarticle h3 {
		max-width: 800px!important;
		}


/* Breadcrumbs */
	.breadcrumbs {
		margin: 0 0 1rem 0;
		list-style: none;
		padding: 0;
		}

	.breadcrumbs::before, .breadcrumbs::after {
		display: table;
		content: ' ';
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1; 
		}

	.breadcrumbs::after {
		clear: both; 
		}

	.breadcrumbs li {
		float: left;
		font-size: 0.6875rem;
		color: #0a0a0a;
		cursor: default;
	text-transform: uppercase; 
		}

	.breadcrumbs li:not(:last-child)::after {
		position: relative;
		margin: 0 0.75rem;
		opacity: 1;
		content: "/";
		color: #cacaca; 
		}

	.breadcrumbs .disabled {
		color: #cacaca;
		cursor: not-allowed; 
		}

	@media (max-width: 820px) { 
		.breadcrumbs {
            margin: 10px 0 1rem 0.9375rem;
			}

		.breadcrumbs li {
			font-size: 0.75rem;
			}

	}


/* Login-buttons */
	.loginfacebook, .logingoogle {
        display: block;
		padding: 0.2em 1.5em 0.2em 0.5em;
		border-radius: 4px;
		text-align: left;
        width: 150px; 
        font-size: 80%;
	    }

	.loginfacebook {
		background-color: #4267B3; 
        color: white;
		}

	p.SosialButtons, p.MainMenuOpen {
		width: 155px;
		z-index: 2;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
		}

    .flex-menu p.SosialButtons, p.MainMenuOpen {
        margin: 0.66em 0.5em!important;
        }

	.logingoogle {
		background-color: #ffffff;
        color: black!important;
		}

	.logingoogle .icon-google {
        color: #d62d20;
        }


/* Menu */
.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

  [data-whatinput='mouse'] .menu li {
    outline: 0; }

	.menu a, .menu .button {
		line-height: 1;
		text-decoration: none;
		display: block;
		padding: 0.7rem 0.6rem;
		}

	.menu input, .menu select, .menu a, .menu button {
		margin-bottom: 0; 
		}

  .menu input {
    display: inline-block; }

  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }

  .menu.vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

    .menu.vertical.icon-top li a img,
    .menu.vertical.icon-top li a i,
    .menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
    .menu.vertical.icon-bottom li a i,
    .menu.vertical.icon-bottom li a svg {
      text-align: left; }

  .menu.expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }

  .menu.expanded.icon-top li a img,
  .menu.expanded.icon-top li a i,
  .menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
  .menu.expanded.icon-bottom li a i,
  .menu.expanded.icon-bottom li a svg {
    text-align: left; }

  .menu.simple {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

    .menu.simple li + li {
      margin-left: 1rem; }

    .menu.simple a {
      padding: 0; }

  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }

    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

    .menu.medium-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }

    .menu.medium-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
 }

  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }

    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }

    .menu.large-expanded li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }

    .menu.large-simple li {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
 }

  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }

  .menu.icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

  .menu.icon-left li a, .menu.nested.icon-left li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }

    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg, .menu.nested.icon-left li a img,
    .menu.nested.icon-left li a i,
    .menu.nested.icon-left li a svg {
      margin-right: 0.25rem; }

  .menu.icon-right li a, .menu.nested.icon-right li a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }

    .menu.icon-right li a img,
    .menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
    .menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
      margin-left: 0.25rem; }

  .menu.icon-top li a, .menu.nested.icon-top li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }

    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg, .menu.nested.icon-top li a img,
    .menu.nested.icon-top li a i,
    .menu.nested.icon-top li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }

  .menu.icon-bottom li a, .menu.nested.icon-bottom li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }

    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
    .menu.nested.icon-bottom li a i,
    .menu.nested.icon-bottom li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
  text-align: center; }

  .menu .is-active > a {
    background: #1779ba;
    color: #fefefe; }

  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }

  .menu.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }

  .menu.align-right li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

    .menu.align-right li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

  .menu.align-right.vertical li {
    display: block;
    text-align: right; }

    .menu.align-right.vertical li .submenu li {
      text-align: right; }

  .menu.align-right.icon-top li a img,
  .menu.align-right.icon-top li a i,
  .menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
  .menu.align-right.icon-bottom li a i,
  .menu.align-right.icon-bottom li a svg {
    text-align: right; }

  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }

  .menu.align-center li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

    .menu.align-center li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
          justify-content: center; }

 .menu-centered > .menu li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

    .menu-centered > .menu li .submenu li {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }

  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }

  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }


/* Forms and buttons */
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  
/* padding: 0.85em 1em; */
  padding: 0.77em 0.9em;
  border: 1px solid transparent;
  
/* border-radius: 0; */
  border-radius: .2em;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }

  [data-whatinput='mouse'] .button {
    outline: 0; }

  .button.tiny {
    font-size: 0.6rem; }

  .button.small {
    font-size: 0.75rem; }

  .button.large {
    font-size: 1.25rem; }

  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }

  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }

  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }

  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #9d7c3a;
    color: #fefefe; }

  .button.primary:hover, .button.primary:focus {
    background-color: #705929;
    color: #fefefe; }

  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #ece3d0;
    color: #474747; }

  .button.secondary:hover, .button.secondary:focus {
    background-color: #e2d5b8;
    color: #272727; }

  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #3adb76;
    color: #0a0a0a; }

  .button.success:hover, .button.success:focus {
    background-color: #22bb5b;
    color: #0a0a0a; }

  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #0a0a0a; }

  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #0a0a0a; }

  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fefefe; }

  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fefefe; }

  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }

  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }

  .button.hollow:hover, .button.hollow:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }

  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #1779ba;
    color: #1779ba; }

  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #0c3d5d;
    color: #0c3d5d; }

  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #767676;
    color: #767676; }

  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #3b3b3b;
    color: #3b3b3b; }

  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #3adb76;
    color: #3adb76; }

  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #157539;
    color: #157539; }

  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }

  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }

  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }

  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }

  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
background-color: transparent; }

  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #1779ba; }

  .button.clear:hover, .button.clear:focus {
    color: #0c3d5d; }

  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #1779ba; }

  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #0c3d5d; }

  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #767676; }

  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #3b3b3b; }

  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #3adb76; }

  .button.clear.success:hover, .button.clear.success:focus {
    color: #157539; }

  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }

  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }

  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }

  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }

  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }

  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.4em;
    content: '';
    border-bottom-width: 0;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }

  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #1779ba; }

 .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
border-top-color: #1779ba; }

  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #767676; }

  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }

  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }

  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }

  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }

  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #cacaca; }

::-moz-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }

  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }

  label.middle {
    margin: 0 0 1rem;
    line-height: 1.5;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }

  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

  .input-group-label:first-child {
    border-right: 0; }

  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }

 .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
 font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); }
 }

  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }

  select::-ms-expand {
    display: none; }

  select[multiple] {
    height: auto;
    background-image: none; }

  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }

  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }

  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }

  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }

  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #cc4b37; }

  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37; }

  .form-error.is-visible {
    display: block; }


/* Flex video */
	.responsive-embed, .flex-video {
		position: relative;
		height: 0;
		margin-bottom: 1rem;
		padding-bottom: 75%;
		overflow: hidden; 
		}

	.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%; 
		}

	.responsive-embed.widescreen, .flex-video.widescreen {
		padding-bottom: 56.25%; 
		}


/* Framside */
.flex {
  display: flex;
  gap: var(--gap, 1rem);
}

.testimonial-grid {
  display: grid;
  gap: 1rem;
  grid-auto-columns: 1fr;
  grid-template-areas:
   'one'
   'two'
   'three'
   'four'
   'five';
  margin-top: 1em;
  margin-inline: auto;
}

.testimonial, main.LatestSongs article { border-radius: 0.3rem; }

.testimonial:nth-child(1) { grid-area: one; }

.testimonial:nth-child(2) { grid-area: two; }

.testimonial:nth-child(3) { grid-area: three; }

.testimonial:nth-child(4) { grid-area: four; }

.testimonial:nth-child(5) { grid-area: five; }

@media screen and (min-width: 33em) {
  .testimonial-grid {
      grid-template-areas:
      "one one"
      "two three"
      "five five"
      "four four";
  }

}

@media screen and (min-width: 38em) {
  .testimonial-grid {
    grid-template-areas:
     'one one'
     'two five'
     'three five'
     'four four';
  }

}

@media screen and (min-width: 54em) {
  .testimonial-grid {
      grid-template-areas:
      "one one two"
      "five five five"
      "three four four";
  }

}

@media screen and (min-width: 75em) {
  .testimonial-grid {
      grid-template-areas:
      "one one two five"
      "three four four five";
  }

}

article.testimonial {
	background: #ffffff;
	padding: 0.9375rem;
	}

article.SearchBox {
    background: rgb(0,0,0);
    background: linear-gradient(11deg, rgba(0,0,0,1) 0%, rgba(27,67,102,1) 97%);
	color: #ffffff;
	}

.SearchBox h1, .SearchBox h2 {
	color: #d0d9ec;
	}

.SearchBox h3 {
	color: #f5f1e7;
	}

.SearchBox a {
	color: #e7ecf5;
	}

.SearchBox a:hover, .SearchBox a:focus {
	text-decoration: underline overline;
	}

.SearchBox form {
	margin-top: 0.5em;
	}

article.testimonial:nth-child(4) {
    background: rgb(236,227,208);
    background: linear-gradient(11deg, rgba(236,227,208,1) 0%, rgba(226,213,184,1) 95%);
    }

main.LatestSongs
    {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    gap: 1rem;
    }


main.LatestSongs article
   {
    background: #ffffff;
    flex-grow: 1;
    display: flex;
    border: 1px solid #a1b3d9;
    }

main.LatestSongs article h4, .testimonial h5
    {
    font-size: 1rem;
    font-weight: bold;
    margin: 0.4687rem 0.4687rem 0;
    }

.testimonial h5 { margin: 0; }

.testimonial p { margin-bottom: 0.5em; }

main.LatestSongs article p {    margin: 0 0.4687rem; 0.4687rem;    }

main.LatestSongs article img {    border-radius: 0.3rem 0 0 0.3rem;    }


/* Fontello icons */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print:before { content: '\e800'; }
 
.icon-search:before { content: '\e801'; }
 
.icon-home:before { content: '\e802'; }
 
.icon-book:before { content: '\e803'; }
 
.icon-star:before { content: '\e804'; }

.icon-star-empty:before { content: '\e805'; }

.icon-users:before { content: '\e806'; }

.icon-user:before { content: '\e807'; }

.icon-help-circled:before { content: '\e808'; }

.icon-cancel-circled:before { content: '\e809'; }

.icon-bookmark:before { content: '\e80a'; }

.icon-doc-new:before { content: '\e80b'; }

.icon-music:before { content: '\e80c'; }

.icon-to-start:before { content: '\e80d'; }

.icon-to-end:before { content: '\e80e'; }

.icon-website:before { content: '\e80f'; }
 
.icon-art-gallery:before { content: '\e810'; }

.icon-info-circled:before { content: '\e811'; }

.icon-cog:before { content: '\e812'; }

.icon-menu:before { content: '\f0c9'; }

.icon-star-half-alt:before { content: '\f123'; }

.icon-play-circled:before { content: '\f144'; }

.icon-thumbs-up-alt:before { content: '\f164'; }

.icon-google:before { content: '\f1a0'; }

.icon-file-video:before { content: '\f1c8'; }
 
.icon-user-circle-o:before { content: '\f2be'; }
 
.icon-facebook-squared:before { content: '\f308'; }
 
