/* Fonts */
/* inter-tight-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/google/inter-tight-v2-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
         url('../fonts/google/inter-tight-v2-latin-regular.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* inter-tight-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/google/inter-tight-v2-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+ */
          url('../fonts/google/inter-tight-v2-latin-700.woff') format('woff'); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* Main Styles */
*{ box-sizing: border-box; }
html, body, #clibapp{ min-height: 100vh; width: 100%; overflow-x: hidden; }
body{ font-family: 'Inter Tight', Arial, Helvetica, sans-serif; padding: 0; margin: 0; background-color: #EDEDED; }
#clibapp{ display: flex; flex-direction: column; }
h1,h2,h3,h4,h5,h6{ padding: 0 0 12px; margin: 0; line-height: 1.6; }
p{ margin: 0; padding: 0 0 16px 0; line-height: 1.5; }
a{ transition: all .2s ease; font-weight: 700; color: #353535; }
a:hover{ color: #2d57c1; }
.container{ margin: 0 auto; /* max-width: 1400px; */ width: 100%; }
.container.flex{ display: flex; }
figure{ margin: 0; padding: 0; }

.tooltip{ position: relative; text-decoration: underline dotted; cursor: help; font-weight: 700; }
.tooltip::before { content: attr(data-tooltip); position: absolute; bottom: 100%; left: 50%; transform: translate(-50%); margin-bottom: 10px; color: #fff; background: #000; border-radius: 5px; padding: 5px 9px; font-size: 0.875rem; font-weight: 400; white-space: nowrap; box-shadow: 0 2px 5px rgba(0,0,0,.25); }
.tooltip::after { position: absolute; content: ""; width: 0; height: 0; top: -10px; left: 50%; transform: translateX(-50%); border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 7px solid #000; }
.tooltip::before, .tooltip::after { opacity: 0; visibility: hidden; transition: opacity .3s ease-in-out; }
.tooltip:hover::before, .tooltip:hover::after { opacity: 1; visibility: visible; }

#appmain{ flex: 1; }

#appbody{ padding: 75px 0 100px; }
.apptitle{ background-color: #FFF; padding: 40px 0; }
@media only screen and (max-width:1024px){
  .apptitle .pagetitle{ font-size: 2.5rem; line-height: 1.6; }
  .container{ padding: 0 22px; }
  #appbody{ padding: 52px 0 75px; }
}
@media only screen and (min-width:1025px){
  .apptitle .pagetitle{ font-size: 4rem; line-height: 1.8; }
  .container{ padding: 0 50px; }
}

@media only screen and (max-width: 800px){
  .wpcb-bottom.wpcb-margin-large{ margin: 0 !important; }
}

/* Header */
#appheader{ background-color: #FFF; padding: 30px 0; }
#appheader #logo{ width: 40px; flex: 1; }
#appheader #logo a{ display: block; text-align: center; width: 40px; }
#appheader #logo img{ vertical-align: bottom; }
#appheader #appmobile{ width: 40px; display: block; position: absolute; top: 20px; right: 20px; z-index: 100; }
#appheader #menu .nav{ margin: 0; padding: 0; list-style: none; }
#appheader #menu .navitem .navlink{ display: block; padding: 0 5px; text-decoration: none; }
#appheader #appmobile .menutoggle{ position: relative; width: 50px; height: 50px; cursor: pointer; display: block; }
#appheader #appmobile .menutoggle #menu-check{ display: block; width: 100%; height: 100%; position: relative; cursor: pointer; z-index: 2; -webkit-touch-callout: none; position: absolute; opacity: 0; border: none; margin: 0; }
#appheader #appmobile .menutoggle .button.burger{ margin: auto; position: absolute; top: 0; right: 0; left: 0; bottom: 0; width: 22px; height: 12px; }
#appheader #appmobile .menutoggle .button.burger .bar{ position: absolute; display: block; width: 100%; height: 2px; background-color: var(--bar-bg, #000); border-radius: 1px; transition: all 0.1s cubic-bezier(0.1, 0.82, 0.76, 0.965); }
#appheader.menu-active #appmobile .menutoggle .button.burger .bar{ background-color: #FFF; }
#appheader #appmobile .menutoggle .button.burger .bar:first-of-type{ top: 0; }
#appheader #appmobile .menutoggle .button.burger .bar:last-of-type{ bottom: 0; }
#appheader #appmobile .menutoggle .button.burger.active .bar:first-of-type, #appheader #appmobile .menutoggle #menu-check:checked + .button.burger .bar:first-of-type{ transform: rotate(45deg); top: 5px; }
#appheader #appmobile .menutoggle .button.burger.active .bar:last-of-type, #appheader #appmobile .menutoggle #menu-check:checked + .button.burger .bar:last-of-type{ transform: rotate(-45deg); bottom: 5px; }
#appheader #menu{ position: fixed; top: 0; right: -500px; /* Hide menu off-screen */ width: 500px; height: 100%; background-color: #4B0C50; color: #fff; transition: right 0.3s ease; overflow-y: auto; z-index: 99; }
#appheader.menu-active #menu{ right: 0; /* Slide in menu */ box-shadow: -5px 0 5px rgba(0,0,0,.2); }
#appheader #menu .navmenu{ display: flex; flex-direction: column; padding: 60px 25px 25px; height: 100%; }
#appheader #menu .nav .navitem .navlink{ color: #DFDFDF; transition: all .2s ease; }
#appheader #menu .nav .navitem .navlink:hover{ color: #FFF; }
#appheader #menu .mainnav .navitem .navlink{ font-size: 1.25rem; line-height: 2.3; }
#appheader #menu .subnav .navitem .navlink{ line-height: 1.8; }
#appheader #menu .navdiv{ flex: 1; }
#appheader #menu .socials{ padding: 25px 0 0; }
#appheader #menu .socials .navitem{ display: inline-block; width: 62px; height: 62px; }
#appheader #menu .socials .navitem .navlink{ width: 62px; height: 62px; overflow: hidden; padding: 0; }
#appheader #menu .socials .navitem .navlink .icon{ display: block; width: 62px; height: 62px; text-align: center; line-height: 62px; font-size: 1.8rem; }
@media only screen and (max-width:1024px){
  #appheader .container{ flex-wrap: wrap; }
  #appheader #logo .moblogo{ display: block; }
  #appheader #logo .desklogo{ display: none; }
  #appheader #appmobile{ top: 25px; }
}
@media only screen and (min-width:1025px){
  #appheader #logo .moblogo{ display: none; }
  #appheader #logo .desklogo{ display: block; }
}
@media only screen and (max-width: 768px){
  #appheader #menu{ width: 100%; right: -100%; /* Hide menu off-screen */ }
  #appheader.menu-active #menu{ right: 0; /* Slide in menu */ }
  #appheader #menu .socials .navitem{ width: 52px; height: 52px; }
  #appheader #menu .socials .navitem .navlink{ width: 52px; height: 52px; }
  #appheader #menu .socials .navitem .navlink .icon{ width: 52px; height: 52px; line-height: 52px; font-size: 1.5rem; }
}

/* Footer */
#appfooter{ background-color: #211821; padding: 50px 0 50px; color: #FFF; }
#appfooter .flex{ flex-wrap: wrap; }
#appfooter a{ color: #EFEFEF; font-weight: 700; }
#appfooter a:hover{ color: #FFF; }
#appfooter .logo{ width: 100%; max-width: 250px; margin: 0 0 25px; }
#appfooter .aboutme{ padding-bottom: 25px; line-height: 1.6; flex: 1; }
#appfooter .footerdiv{ width: 100%; }
#appfooter #more_links{ flex: 1; }
#appfooter #more_links .nav{ list-style: none; margin: 0; padding: 0; }
#appfooter #more_links .nav .navitem{ display: inline-block; padding: 0 8px 0 0; line-height: 1.8; }
@media only screen and (max-width:1024px){
  #appfooter{ padding: 50px 0 100px; }
  #appfooter .container{ flex-direction: column; }
  #appfooter #about{ width: 100%; padding-bottom: 32px; }
  #appfooter #more_links .nav{ text-align: left; }
}
@media only screen and (min-width:1025px){
  #appfooter .container{ gap: 0 75px; }
  #appfooter #about, #appfooter #navs, #appfooter #navs .appnav{ flex: 1; }
  #appfooter .copyright{ width: calc( 50% - 40px); }
  #appfooter #more_links .nav{ text-align: right; }
}
/* Go to top */
#appfooter #gototop{ display: none; position: fixed; z-index: 5; left: 50%; bottom: 35px; transform: translateX(-50%); width: fit-content; height: fit-content; }
#appfooter #gototop .toplink{ width: 165px; height: 42px; overflow: hidden; color: #FFF; background-color: rgba(0,0,0,.85); text-decoration: none; align-items: center; display: block; text-align: center; box-shadow: 0 2px 4px rgba(0,0,0,.2); border-radius: 7px; }
#appfooter #gototop span{ line-height: 42px; padding: 0; vertical-align: middle; }
#appfooter #gototop .icon{ display: inline-block; width: 16px; height: 16px; text-align: center; line-height: 16px; }
#appfooter #gototop .label{ display: inline-block; font-size: 0.925rem; padding: 0 0 0 8px; }

/* Page */
#appbody .last-updated{ font-size: 0.925rem; padding-bottom: 20px; color: #606060; }

/*
	STYLE SHEET FOR JQUERY LISTNAV PLUGIN V 3.0.0, 11/22/2017
	For more information, visit http://esteinborn.github.com/jquery-listnav
*/
#brandslist-nav{ padding-bottom: 12px; margin-bottom: 24px; position: relative; }
.listNavHide { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }
.letterCountShow { display: block; }
#brandslist-nav .all_letters, .ln-letters a { padding: 6px 10px; font-size: 0.925rem; text-align: center; min-width: 30px; border-radius: 3px; margin: 2px; text-decoration: none; background-color: #202020; color: #FFF; }
.ln-letters a { display: inline-block; }
.ln-letters a:hover, .ln-letters .ln-selected, #brandslist-nav .all_letters:hover{ background-color: #2d57c1; color: #FFF; }
.ln-letters .ln-disabled { background-color: #CCC; color: #FFF; }
.ln-letter-count { color: #336699; font-size: .8em; left: 0; line-height: 1.35; position: absolute; text-align: center; top: 0; width: 20px; }
@media only screen and (min-width:1025px){
  #brandslist-nav .all_letters{ display: none; }
  #brandslist-nav .ln-letters{ white-space: nowrap; margin: 0 auto; width: fit-content; }
}
@media only screen and (max-width:1024px){
  #brandslist-nav .ln-letters .all{ min-width: 163px; }
  #brandslist-nav .all_letters{ width: 100%; display: block; padding: 0 12px; line-height: 40px; }
  .ln-letters a{ min-width: 52px; width: fit-content; padding: 0 12px; line-height: 40px; }
  #brandslist-nav .ln-letters{ width: 100%; padding: 10px 12px; }
}

/* Brand Archive */
/* Flags */
#toggle-lang{ padding: 0 10px 0 0; vertical-align: middle; }
#toggle-lang .flag{ display: inline-block; vertical-align: middle; height: 26px; }
/* The switch container */
#toggle-lang .switch { position: relative; display: inline-block; vertical-align: middle; width: 42px; height: 22px; margin: 0 10px; }
/* Hide the default checkbox */
#toggle-lang .switch input { opacity: 0; width: 0; height: 0; }
/* The slider */
#toggle-lang .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; transition: 0.4s; border-radius: 34px; }
#toggle-lang .slider:before { position: absolute; content: ""; height: 14px; width: 14px; left: 4px; bottom: 4px; background-color: #FFF; transition: 0.4s; border-radius: 50%; }
/* Toggle switch active state */
#toggle-lang input:checked + .slider { background-color: #17242e; }
#toggle-lang input:checked + .slider:before { transform: translateX(20px); }
/* US Flag */
#us_visitor.us_flag{ margin: 0 auto 40px; max-width: 1200px; position: relative; border-radius: 20px; background-color: #062947; color: #FFF; display: none; }
#us_visitor.us_flag::before, #appsearch .us_flag::after{ content: ""; position: absolute; }
#us_visitor.us_flag::before{ border-radius: 20px 0 0 20px; top: 0; left: 0; bottom: 0; right: 150px; z-index: 10; background-image: url('../images/us-flag.png'); background-size: contain; background-position: left top; background-repeat: no-repeat; opacity: 0.9; }
#us_visitor.us_flag::after{ border-radius: 15px; border: solid 4px #FFF; top: 20px; left: 20px; right: 20px; bottom: 20px; z-index: 5; }
#us_visitor.us_flag .banner{ padding: 75px 65px 75px 85px; position: relative; z-index: 15; }
#us_visitor.us_flag .banner *{ text-shadow: 0 2px 4px rgba(0,0,0,.9); }
#us_visitor.us_flag .banner p{ padding: 0; }
#us_visitor.us_flag .close{ position: absolute; right: 45px; top: 45px; width: 28px; height: 28px; z-index: 20; }
#us_visitor.us_flag .close .close-button{ display: block; width: 28px; height: 28px; line-height: 28px; text-align: center; color: #EFEFEF; text-decoration: none; }
#us_visitor.us_flag .close .close-button:hover{ color: #FFF; }
@media only screen and (max-width: 1024px){
  #toggle-lang{ padding: 7px 40px 7px 0; }
  #us_visitor.us_flag{ margin: 0 25px 40px; }
  #us_visitor.us_flag .banner{ padding: 55px 45px; }
}
/* Intro */
#appsearch .content{ text-align: center; padding-bottom: 40px; max-width: 1200px; }
#appsearch .content h1{ font-size: 3.275rem; line-height: 1.6; padding-bottom: 18px; }
#appsearch .content .typed{ color: #2d57c1; }
#appsearch .content p{ font-size: 1.25rem; line-height: 1.6; padding: 0; }
/* Search Form */
#appsearch .search.container{ padding-bottom: 30px; }
#appsearch #search{ max-width: 800px; margin: 0 auto; position: relative; }
#appsearch #search .search-icon{ width: 40px; height: 40px; position: absolute; left: 12px; top: 50%; transform: translateY(-50%); padding: 10px; }
#appsearch #search .search-icon .icon{ width: 20px; height: 20px; display: block; color: #606060; text-align: center; }
#appsearch #search .search-icon .icon:before{ line-height: 20px; font-size: 18px; }
#appsearch #search #clear{ position: absolute; top: 50%; transform: translateY(-50%); right: 12px; width: 40px; height: 40px; display: none; }
#appsearch #search #clear a{ display: block; text-align: center; width: 40px; height: 40px; padding: 10px; width: 100%; text-decoration: none; }
#appsearch #search #clear a:hover .icon{ color: #2d57c1; }
#appsearch #search #clear .icon{ width: 20px; height: 20px; display: block; color: #A0A0A0; text-align: center; }
#appsearch #search #clear .icon:before{ line-height: 20px; font-size: 18px; }
#appsearch #search .search{ line-height: 60px; border-radius: 15px; width: 100%; font-size: 1.35rem; padding: 0 65px; border: solid 1px #ccc; }
#appsearch #search .search:focus{ outline: solid 1px #890e7d; }
/* Brands */
#appbody.brand-archive #brands #brandslist{ width: 100%; display: flex; flex-wrap: wrap; gap: 20px; }
#appbody.brand-archive .brand{ border-radius: 10px; background-color: #FFF; padding: 25px 25px 35px; min-height: 225px; }
#appbody.brand-archive .brand.hidden{ display: none; }
#appbody.brand-archive .brand .wrap{ position: relative; }
#appbody.brand-archive .brand .brand-title{ padding-bottom: 15px; font-size: 1.425rem; }
#appbody.brand-archive .brand .updated{ font-size: 0.925rem; padding-bottom: 20px; color: #606060; }
#appbody.brand-archive .brand img{ width: 100%; }
#appbody.brand-archive .brand .swatches{ display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
#appbody.brand-archive .brand .swatches .color{ width: calc( 25% - 10px ); }
#appbody.brand-archive .brand .swatches .swatch{ height: 20px; border-radius: 8px; }
@media only screen and (max-width:1024px){
  #appsearch .content h1{ font-size: 2.45rem; line-height: 1.4; }
  #appsearch .content p{ font-size: 1rem; }
  #appbody.brand-archive .brand{ min-height: unset; }
  #appsearch #search .search{ line-height: 48px; font-size: 1.15rem; padding: 0 48px; }
  #appsearch #search .search-icon{ width: 28px; height: 28px; left: 10px; padding: 6px; }
  #appsearch #search .search-icon .icon{ width: 16px; height: 16px; }
  #appsearch #search #clear{ right: 10px; width: 28px; height: 28px; }
  #appsearch #search #clear a{ width: 28px; height: 28px; padding: 6px; }
  #appsearch #search #clear .icon{ width: 16px; height: 16px; }
  #appbody.brand-archive .brand{ padding: 21px 21px 29px; }
  #appbody.brand-archive .brand .brand-title{ font-size: 1.275rem; }
}

@media only screen and (max-width: 760px){
  #appbody.brand-archive .brand{ width: 100%; }
}
@media only screen and (min-width: 761px) and (max-width: 1200px){
  #appbody.brand-archive .brand{ width: calc( 50% - 15px ); }
}
@media only screen and (min-width: 1201px) and (max-width: 1600px){
  #appbody.brand-archive .brand{ width: calc( ( 100% / 3 ) - 15px ); }
}
@media only screen and (min-width: 1601px){
  #appbody.brand-archive .brand{ width: calc( 25% - 15px ); }
}

/* Single Brand */
.apptitle .brand-meta .meta-updated .data{ font-weight: 700; }

#appbrand.apptitle .goback{ height: 39px; padding: 0 0 0 8px; }
#appbrand.apptitle .goback-link{ text-decoration: none; line-height: 39px; display: block; width: fit-content; color: #555; }
#appbrand.apptitle .goback-link:hover, #appbrand.apptitle .goback-link:hover .icon{ color: #2d57c1; }
#appbrand.apptitle .goback-link .icon{ display: inline-block; width: 18px; height: 18px; color: #555; text-align: center; vertical-align: middle; }
#appbrand.apptitle .goback-link .icon{ line-height: 18px; font-size: 16px; }
#appbrand.apptitle .goback-link .label{ display: inline-block; line-height: 20px; vertical-align: middle; padding: 0 0 0 6px; }

#appbody.brand-single .flex{ display: block; }
#appbody.brand-single #brand_swatches .swatches{ display: flex; margin: 0; padding: 0; list-style: none; gap: 22px; flex-wrap: wrap; }
#appbody.brand-single #brand_swatches .swatches .color{ width: 235px; height: 115px; }
#appbody.brand-single #brand_swatches .swatches .color input{ display: none; }
#appbody.brand-single #brand_swatches .swatches .color .swatch{ display: block; height: 100%; border-radius: 8px; padding: 3px; cursor: pointer; box-shadow: 0 3px 5px rgba(0,0,0,.25); border: solid 1px #CFCFCF; }
#appbody.brand-single #brand_swatches .swatches .color .swatch .selector{ border: solid 3px transparent; display: block; width: 100%; height: 100%; border-radius: 5px; }
#appbody.brand-single #brand_swatches .swatches .color .swatch[data-ischecked^="checked"]{ border: solid 1px #CCC; }
#appbody.brand-single #brand_swatches .swatches .color .swatch.light[data-ischecked^="checked"] .selector{ border-color: rgba(255,255,255,.6); }
#appbody.brand-single #brand_swatches .swatches .color .swatch.dark[data-ischecked^="checked"] .selector{ border-color: rgba(0,0,0,.5); }
@media only screen and (max-width:1024px){
  #appbody.brand-single #brand_swatches .swatches .color{ width: calc( 50% - 11px ); height: 85px; }
}
/* Overlay */
/* Test */
.overlay{ display: none; }
#swatch.overlay .swatch{ margin: 0;}
#swatch.overlay .swatch .swatchwrap{ width: 100%; height: 100%; position: relative; display: flex; flex-direction: column; }
#swatch.overlay .swatch .tooltip{ position: absolute; display: none; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width: fit-content; max-width: 100%; padding: 12px 18px; border-radius: 6px; color: #FFF; background-color: #000; font-size: 14px; font-weight: 700; white-space: nowrap; box-shadow: 0 2px 4px rgba(0,0,0,.2); }
#swatch.overlay .swatch .close{ text-align: right; width: 100%; flex: 1; }
#swatch.overlay .swatch #close{ display: inline-block; width: 48px; height: 48px; text-align: center; padding: 12px; border-radius: 8px; background-color: rgba(0,0,0,.2); font-weight: 700; color: #FFF; text-decoration: none; }
#swatch.overlay .swatch #close .icon{ color: #FFF; display: block; width: 24px; height: 24px; text-align: center; }
#swatch.overlay .swatch #close .icon:before{ line-height: 24px; }
#swatch.overlay .swatch .colour_codes{ align-self: end; width: 100%; }
#swatch.overlay .swatch.light{ color: #FFF; }
#swatch.overlay .swatch.dark{ color: #202020; }
#swatch.overlay .swatch .colour_codes .title{ margin: 0; padding: 0 0 8px; font-size: 0.805rem; }
#swatch.overlay .swatch .colour_codes .code{ margin: 0; padding: 0; }
#swatch.overlay .swatch .colour_codes .code:not(:last-of-type){ padding-bottom: 12px; }
#swatch.overlay .swatch .colorcode{ line-height: 25px; vertical-align: bottom; }
#swatch.overlay .swatch .clicktocopy{ position: relative; height: 25px; line-height: 15px; width: fit-content; padding: 5px 12px; border-radius: 4px; background: rgba(255,255,255,.25); border: none; vertical-align: bottom; margin: 0 0 0 8px; cursor: pointer; }
#swatch.overlay .swatch .clicktocopy .icon{ width: 15px; height: 15px; text-align: center; display: inline-block; vertical-align: middle; }
#swatch.overlay .swatch .clicktocopy .icon::before{ line-height: 15px; font-size: 12px; }
#swatch.overlay .swatch.light .clicktocopy{ color: #F0F0F0; }
#swatch.overlay .swatch.dark .clicktocopy{ color: #202020; }
@media only screen and (max-width:1024px){
  .overlay, #swatch.overlay .swatch{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; }
  #swatch.overlay .swatch .colour_codes .code{ font-size: 1rem; }
  #swatch.overlay .swatch{ padding: 30px 30px 50px; }
}
@media only screen and (min-width:1025px){
  #swatch.overlay .swatch{ padding: 40px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 400px; height: 600px; z-index: 11; background-color: #FFF; box-shadow: 0 3px 7px rgba(0,0,0,.4); }
  #swatch.overlay .swatch .colour_codes .code{ font-size: 1.25rem; }
  .overlay{ position: fixed; background-color: rgba(0,0,0,.65); top: 0; left: 0; width: 100%; height: 100%; z-index: 10; }
}

.apptitle .brand-meta .meta-item .label{ display: block; padding-bottom: 6px; }
.apptitle .brand-meta .meta-item .data{ display: block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#appbody.brand-single #brand_swatches .downloads{ padding-top: 50px; }
#appbody.brand-single #brand_swatches .downloads .dltitle{ font-size: 1.125rem; font-weight: 700; }
#appbody.brand-single #brand_swatches .downloads .dl-links{ min-height: 41px; list-style: none; margin: 0; padding: 7px 0 0; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl{ display: inline-block; margin: 0 3px 6px 0; height: 41px; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button{ padding: 10px 15px; text-align: center; display: block; border-radius: 5px; background-color: #5F5F5F; color: #FFF; text-decoration: none; height: 41px; box-sizing: border-box; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button .icon, #appbody.brand-single #brand_swatches .downloads .dl-links .dl .button .label{ display: inline-block; line-height: 25px; height: 25px; vertical-align: middle; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button .icon{ width: 25px; color: #FFF; text-align: center; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button .icon:before{ font-size: 18px; line-height: 25px; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button .label{ padding: 0 0 0 7px; }
/* #display #brands .brand .brand-downloads .buttons .dlbutton.ase:hover{} */
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button.css3:hover{ background-color: #4155B9; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button.sass:hover{ background-color: #c69; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button.less:hover{ background-color: #1d365d; }
#appbody.brand-single #brand_swatches .downloads .dl-links .dl .button.json:hover{ background-color: #000; }

#appbody.brand-single .notice.no_support .alert{ padding: 20px; border-radius: 5px; margin: 25px 0 0; }
#appbody.brand-single .notice.no_support .alert .icon{ font-size: 2.5rem; float: left; margin: 0 8px 8px 0; }
#appbody.brand-single .notice.no_support .alert .text{ line-height: 1.4; }
#appbody.brand-single .notice.no_support .alert.warning{ background-color: #FFF; }
#appbody.brand-single .notice.no_support .alert.error{ background-color: #800; color: #FFF; }
@media only screen and (max-width:1024px){
  .apptitle .pagetitle{ font-size: 2.125rem; line-height: 1.6; }
  .overlay, #appbody.brand-single #swatch_preview .swatch{ position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 10; }
  #appbody.brand-single #swatch_preview .swatch .colour_codes .code{ font-size: 1rem; }
  #appbody.brand-single #swatch_preview .swatch{ padding: 30px; }
  .apptitle .brand-meta .meta-item{ font-size: 0.9rem; }
}
@media only screen and (min-width:1025px){
  .apptitle .pagetitle{ font-size: 4rem; line-height: 1.8; }
  .apptitle .brand-meta{ display: flex; flex-wrap: wrap; }
  .apptitle .brand-meta .meta-item{ display: block; white-space: nowrap; padding: 0 18px 15px 0; width: 50%; }
  #appbody.brand-single #swatch_preview{ width: 450px; min-height: 625px; }
  #appbody.brand-single #swatch_preview .swatch{ height: 625px; padding: 30px; border-radius: 10px; display: none; box-shadow: 0 3px 5px rgba(0,0,0,.25); }
  #appbody.brand-single #swatch_preview .swatch .swatchwrap{ display: flex; flex-direction: column; height: 100%; position: relative; }
  #appbody.brand-single #swatch_preview .swatch .close{ text-align: right; position: relative; flex: 1; }
  #appbody.brand-single #swatch_preview .swatch .colour_codes .code{ font-size: 1.25rem; }
}

/* Contact Form */
#colour_form{ width: 100%; max-width: 1400px; padding: 35px 0 0; }
#colour_form .alert{ border-radius: 3px; margin-bottom: 18px; padding: 7px 12px; border: solid 1px; }
#colour_form .alert.error{ border-color: #840f0f; background-color: #f5e8e8; }
#colour_form .alert.success{ border-color: #135306; background-color: #e0eedf; }
#colour_form #mail-status{ display: none; }
#colour_form .field{ padding-bottom: 24px; }
#colour_form .field label.error{ border: solid 1px #840f0f; padding: 8px 12px; font-size: 0.875rem; background-color: #f5e8e8; display: block; }
#colour_form .field .field-label{ display: block; padding: 0 0 5px; font-weight: 700; }
#colour_form .field .desc{ font-size: 0.85rem; color: #757575; display: block; padding: 2px 0 7px; }
#colour_form .field .input{ border: none; border-bottom: solid 2px #303030; background-color: #ededed; padding: 7px; width: 100%; outline: none; }
#colour_form .field .input:focus{ background-color: #f5f5f5; }
#colour_form .field .input.textfield{ font-size: 1.65rem; padding: 12px 7px; }
#colour_form .color_codes .fields, #colour_form .color_codes .field-group{ display: flex; flex-wrap: nowrap; }
#colour_form .color_codes .fields{ gap: 20px; }
#colour_form .color_codes .field-group{ gap: 12px; }
#colour_form .color_codes .field-group .field{ width: fit-content; padding: 0 12px 18px 0; white-space: nowrap; }
#colour_form .color_codes .field-group .input.colorfield{ font-size: 1rem; padding: 9px 7px; }
#colour_form .color_codes .field-group .input.colorfield.colorvalue{ width: 48px; padding: 9px 4px; }
#colour_form .add-button{ padding: 0 0 12px; }
#colour_form .btn{ border: none; font-size: 1rem; text-align: center; border-radius: 6px; transition: all .2s ease; cursor: pointer; }
#colour_form .btn.add, #colour_form .btn.submit, #colour_form .color_codes .controls .btn.move-up, #colour_form .color_codes .controls .btn.move-down{ background-color: #444; color: #FFF; }
#colour_form .btn.add:hover, #colour_form .color_codes .controls .btn.move-up:hover, #colour_form .color_codes .controls .btn.move-down:hover{ background-color: #202020; color: #FFF; }
#colour_form .color_codes{ padding-top: 18px; }
#colour_form .color_codes .controls{ padding-top: 25px; }
#colour_form .color_codes .controls .btn.remove{ color: #FFF; background-color: #7f4646; }
#colour_form .color_codes .controls .btn.remove:hover{ color: #FFF; background-color: #640101; }
#colour_form .btn.add{ padding: 9px 15px; }
#colour_form .btn.submit{ padding: 12px 18px; font-size: 1.125rem; }
#colour_form .btn.submit:hover{ background-color: #0b5e09; color: #FFF; }
#colour_form .color_codes .controls .btn{ width: 40px; height: 40px; padding: 12px; }
#colour_form .color_codes .controls .btn .icon{ display: block; width: 16px; height: 16px; text-align: center; color: #FFF; pointer-events: none; }
#colour_form .color_codes .controls .btn .icon:before{ line-height: 16px; font-size: 14px; }

#colour_form .field .checkbox-field{ padding: 12px 0 6px; }
#colour_form .field label.checkbox{ display: inline-block; cursor: pointer; position: relative; padding-left: 32px; margin-right: 15px; font-family: 'Inter Tight', Arial, Helvetica, sans-serif; line-height: 22px; vertical-align: middle; }
#colour_form .field input[type=checkbox]{ display: none; }
#colour_form .field input[type=checkbox] + label:before{ content: " "; transition: all .1s ease; display: inline-block; width: 12px; height: 12px; margin-right: 10px; position: absolute; left: 2px; top: 0; bottom: 1px; border-radius: 3px; outline: solid 2px var(--form_forgetlabel); border: solid 3px #FFF; background-color: #FFF; }
#colour_form .field input[type=checkbox] + label:before{ content: " "; outline: solid 2px #CCCCCC; background-color: #FFFFFF; }
#colour_form .field input[type=checkbox]:checked + label:before{ content: " "; outline: solid 2px #1976D2; background-color: #1976D2; }
@media only screen and (max-width:1024px){
  #colour_form .color_codes .fields, #colour_form .color_codes .field-group{ flex-direction: column; }
}

/* Error 404 */
#error404.archive{ display: none; }
#error404{ width: 100%; min-height: 600px; }
#error404 .wrap{ padding: 100px 0; height: 100%; display: flex; justify-content: center; align-items: center; }
#error404 .error{ text-align: center; max-width: 750px; width: 100%; }
#error404 .icon{ margin: 0; padding: 0 0 24px; }
#error404 .icon img{ width: 120px; }
#error404 .title{ font-size: 4rem; margin: 0; padding: 0 0 12px; line-height: 1.6; }
#error404 p{ margin: 0; padding: 0; line-height: 1.6; }
#error404 p a{ font-weight: 700; color: #555; }
#error404 p a:hover{ color: #2d57c1; }
@media only screen and (max-width:1024px){
  #error404 .icon img{ width: 72px; }
  #error404 .title{ font-size: 2.25rem; }
}

/* Changelog */
#appbody #changelog{ padding: 12px; }
#appbody #changelog .release_info:not(:last-of-type){ padding: 0 0 20px; }
#appbody #changelog .release_info h2, #appbody #changelog .release_info p{ margin: 0; padding: 0 0 8px; }
#appbody #changelog .release_info .release_date{ color: #404040; }
#appbody #changelog .release_info .changelog_changes{ padding: 15px 0 0; }
#appbody #changelog .release_info .tag{ width: fit-content; padding: 10px 15px; border-radius: 5px; line-height: 1; text-transform: uppercase; margin: 0 0 8px; font-weight: 700; font-size: 0.9125rem; }
#appbody #changelog .release_info .tag.tag_added{ background-color: #388940; color: #FFF; }
#appbody #changelog .release_info .tag.tag_changed{ background-color: #386689; color: #FFF; }
#appbody #changelog .release_info .tag.tag_removed{ background-color: #591919; color: #FFF; }
#appbody #changelog .release_info .tag.tag_updated{ background-color: #c9a429; color: #FFF; }
#appbody #changelog .release_info .changelog_changes .added_changes li p{ font-size: 1rem; line-height: 1.4; }
#appbody #changelog .release_info .changelog_changes .added_changes li code{ padding: 0 8px; border-radius: 5px;display: inline-block; line-height: 1.4; font-size: 0.9125rem; font-weight: 700; vertical-align: middle; background-color: #444444; color: #FFF; }
#appbody #changelog .release_info .changelog_initial{ font-size: 1.25rem; font-weight: 700; text-transform: uppercase; border-radius: 8px; background-color: #FFF; padding: 10px 15px; width: fit-content; margin: 15px 0 0; }
#appbody #changelog.hide_log{ display: none; }
#appbody #changelog.show_log{ display: block; }