﻿/* chl.CSS 4.08 January 2018 by Jan Egil and Borge Refsnes */
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/*** subpage ***/
.chl-subbackground_botw {background-image: url("../img/sub_bg_botw.png"); background-repeat: no-repeat; background-position: right;}
.chl-subbackground {background-image: url("../img/sub_bg.png"); background-repeat: no-repeat; background-position: right;}
.chl-subbackground_mole {background-image: url("../img/mole_bg.png"); background-repeat: no-repeat; background-position: right;}
.chl-subbackground_just {background-image: url("../img/justuno_bg.png"); background-repeat: no-repeat; background-position: right;}
.chl-subbackground_EWB {background-image: url("../img/sub_ewb_bg.png"); background-repeat: repeat; background-position: right;}
.chl-subbackground_login {background-image: url("../img/login_bg.png"); background-repeat: repeat; background-position: right;}
.chl-subbackground_etc {background-image: url("../img/port/etc/bg.png"); background-repeat: no-repeat; background-position: center;}

 
.access {width: 80%}
.passCustom {width: 100%; border: 1px solid #ccc; height: 40px; font-size: 16px; border-radius: 25px; padding: 15px}

.ewb_container {background: linear-gradient(326deg,rgba(196, 197, 199, 1) 0%, rgba(213, 214, 216, 1) 50%, rgba(239, 239, 239, 1) 100%);}

.Nav_selected {font-weight: 600; font-size: 14px; color: #333;}

.main_box_radius { border-radius:6px; }

.card_custom {
max-width: 250px;

}
.chl-rounded-image {
    width : 98px;
    height: 100px;
    border-radius: 50%; // this make circle
   overflow: hidden; //hiding image overflow
   object-position: center;  // you can custom the position
    border: 1px solid #ffffff;
}
.chl-hero {color:#333; width: 55%; height: 50%; font-size: 16px}

.header_content 
{
line-height: 1.3rem;
font-size: 16px; font-weight: normal; 
}


p {
line-height: 1.3rem;
}
.copyright {font-size: 10px; font-weight: normal;}
.panel_grey {
background-color:#f4f6f7; padding: 20px; padding-top: 5rem;
    padding-bottom: 5rem;
}
.panel_white {
background-color:#ffffff; padding: px; padding-top: 3rem;
}
.div_p {
  margin-top: 2.25rem; text-align: left;
  margin-bottom: 2.25rem; font-size: 1.100rem;
  line-height: 2.25rem;}
.div_p_center {
  margin-top: 2.25rem; 
  margin-bottom: 2.25rem; font-size: 1.100rem;
  line-height: 2.25rem;}


.dic_fifty {max-width: 80%;}

.project_tbox{

font-size: 14px; inset-inline: inherit; width: 100%;
  border: 1px #e2e2e2 Solid; padding: 25px; border-radius: 25px; background-color: #f1f1f1;

}

ul.project_tbox {
      list-style-type:none;
    padding:0px;
    margin:0px;
}
li.project_tbox {
     display:inline;
    padding-left:14px;
}


/***** new tab css *****/

.worko-tabs {
  margin: 0px;
  width: 100%;
}
.worko-tabs .state {
  position: absolute;
  left: -10000px;
}
.worko-tabs .flex-tabs {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
}
.worko-tabs .flex-tabs .tab {
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-height: 40px;
}
.worko-tabs .flex-tabs .panel {
  background-color: #fff;
  padding: 0px;
  min-height: 300px;
  display: none;
  width: 100%;
  flex-basis: auto;
}
.worko-tabs .tab {
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  background-color: #eee;
  cursor: hand;
  cursor: pointer;
  text-align: center;
  border-left: 5px solid #ccc;
}
.worko-tabs .tab:hover {
  background-color: #fff;
}

#tab-one:checked ~ .tabs #tab-one-label,
#tab-two:checked ~ .tabs #tab-two-label,
#tab-three:checked ~ .tabs #tab-three-label,
#tab-four:checked ~ .tabs #tab-four-label {
  background-color: #fff;
  cursor: default;
  border-left-color: #69be28;
}

#tab-one:checked ~ .tabs #tab-one-panel,
#tab-two:checked ~ .tabs #tab-two-panel,
#tab-three:checked ~ .tabs #tab-three-panel,
#tab-four:checked ~ .tabs #tab-four-panel {
  display: block;
}

@media (max-width: 600px) {

.dic_fifty {max-width: 95%;}
.prev, .next,.text {font-size: 11px; top: 110%;}
.worko-tabs .tab {
  text-align: left;
}
  .flex-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .flex-tabs .tab {
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .flex-tabs .tab:last-of-type {
    border-bottom: none;
  }
  .flex-tabs #tab-one-label {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .flex-tabs #tab-two-label {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .flex-tabs #tab-three-label {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .flex-tabs #tab-four-label {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .flex-tabs #tab-one-panel {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .flex-tabs #tab-two-panel {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .flex-tabs #tab-three-panel {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .flex-tabs #tab-four-panel {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  #tab-one:checked ~ .tabs #tab-one-label,
  #tab-two:checked ~ .tabs #tab-two-label,
  #tab-three:checked ~ .tabs #tab-three-label,
  #tab-four:checked ~ .tabs #tab-four-label {
    border-bottom: none;
  }

  #tab-one:checked ~ .tabs #tab-one-panel,
  #tab-two:checked ~ .tabs #tab-two-panel,
  #tab-three:checked ~ .tabs #tab-three-panel,
  #tab-four:checked ~ .tabs #tab-four-panel {
    border-bottom: 1px solid #ccc;
  }
}
/***** end new tab css *****/
.Paragraph {
	padding: 5px;
	margin: 4px;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
 
}
 .prev, .next,.text {font-size: 11px; top: 110%;}
.dic_fifty {width: 100%;}
/*customized CSS CHL*/
.box_con_h{height:100px}
.client_logos {
    padding: 0px 0;
    margin-top: 0px;
}

.client_logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client_logos ul li {
    display: inline;
    margin: 0 25px;
}

.client_logos ul a {
    display: inline-block;
    margin: 0 20px;
}
.images{box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16), 0 1px 2px 0 rgba(0,0,0,0.12);}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px dotted #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal; border:1px}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */
html,body{font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;font-size:15px;line-height:1.5}html{overflow-x:hidden}
/*font size define*/
h1{font-size:36px}h2{font-size:30px;}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}h7{font-size:14px;font-weight: bold;}.chl-serif{font-family:serif}
h1,h2,h3,h4,h5,h6{font-family:"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif; font-weight:150;margin:10px 0}


h2 {
margin-block-start: 0.83em;
margin-block-end: 0.83em;
line-height: 2.8125rem;

  }

/*
BebasNeueRegular, Helvetica Neue, arial, sans-serif;
"SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
*/

.chl-wide{letter-spacing:4px}
hr{border:0;border-top:1px solid #eee;margin:20px 0}
.chl-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.chl-table,.chl-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.chl-table-all{border:1px solid #ccc}
.chl-bordered tr,.chl-table-all tr{border-bottom:1px solid #ddd}.chl-striped tbody tr:nth-child(even){background-color:#f1f1f1}
.chl-table-all tr:nth-child(odd){background-color:#fff}.chl-table-all tr:nth-child(even){background-color:#f1f1f1}
.chl-hoverable tbody tr:hover,.chl-ul.chl-hoverable li:hover{background-color:#ccc}.chl-centered tr th,.chl-centered tr td{text-align:center}
.chl-table td,.chl-table th,.chl-table-all td,.chl-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.chl-table th:first-child,.chl-table td:first-child,.chl-table-all th:first-child,.chl-table-all td:first-child{padding-left:16px}
.chl-btn,.chl-button{border:none;display:inline-block;outline:0;padding:8px 14px; border-radius: 25px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.chl-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); border-radius: 25px;}
.chl-btn,.chl-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.chl-disabled,.chl-btn:disabled,.chl-button:disabled{cursor:not-allowed;opacity:0.3}.chl-disabled *,:disabled *{pointer-events:none}
.chl-btn.chl-disabled:hover,.chl-btn:disabled:hover{box-shadow:none}
.chl-badge,.chl-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.chl-badge{border-radius:50%}
.chl-ul{list-style-type:none;padding:0;margin:0}.chl-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.chl-ul li:last-child{border-bottom:none}
.chl-tooltip,.chl-display-container{position:relative}.chl-tooltip .chl-text{display:none}.chl-tooltip:hover .chl-text{display:inline-block}
.chl-ripple:active{opacity:0.5}.chl-ripple{transition:opacity 0s}
.chl-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.chl-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.chl-dropdown-click,.chl-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.chl-dropdown-hover:hover .chl-dropdown-content{display:block}
.chl-dropdown-hover:first-child,.chl-dropdown-click:hover{background-color:#ccc;color:#000}
.chl-dropdown-hover:hover > .chl-button:first-child,.chl-dropdown-click:hover > .chl-button:first-child{background-color:#fff;color:#000}
.chl-dropdown-content{cursor:auto;color:#000;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}
.chl-check,.chl-radio{width:24px;height:24px;position:relative;top:6px}
.chl-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.chl-bar-block .chl-dropdown-hover,.chl-bar-block .chl-dropdown-click{width:100%}
.chl-bar-block .chl-dropdown-hover .chl-dropdown-content,.chl-bar-block .chl-dropdown-click .chl-dropdown-content{min-width:100%}
.chl-bar-block .chl-dropdown-hover .chl-button,.chl-bar-block .chl-dropdown-click .chl-button{width:100%;text-align:right;padding:8px 16px}
.chl-main,#main{transition:margin-left .4s}
.chl-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.chl-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.chl-bar{width:100%;overflow:hidden}.chl-center .chl-bar{display:inline-block;width:auto}
.chl-bar .chl-bar-item{padding:8px 16px;float:left;width:auto;border:none;outline:none;display:block}
.chl-bar .chl-dropdown-hover,.chl-bar .chl-dropdown-click{position:static;float:left}
.chl-bar .chl-button{white-space:normal}
.chl-bar-block .chl-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;outline:none;white-space:normal;float:none}
.chl-bar-block.chl-center .chl-bar-item{text-align:center}.chl-block{display:block;width:100%}
.chl-responsive{display:block;overflow-x:auto}
.chl-container:after,.chl-container:before,.chl-panel:after,.chl-panel:before,.chl-row:after,.chl-row:before,.chl-row-padding:after,.chl-row-padding:before,
.chl-cell-row:before,.chl-cell-row:after,.chl-clear:after,.chl-clear:before,.chl-bar:before,.chl-bar:after{content:"";display:table;clear:both}
.chl-col,.chl-half,.chl-third,.chl-twothird,.chl-threequarter,.chl-quarter{float:left;width:100%}
.chl-col.s1{width:8.33333%}.chl-col.s2{width:16.66666%}.chl-col.s3{width:24.99999%}.chl-col.s4{width:33.33333%}
.chl-col.s5{width:41.66666%}.chl-col.s6{width:49.99999%}.chl-col.s7{width:58.33333%}.chl-col.s8{width:66.66666%}
.chl-col.s9{width:74.99999%}.chl-col.s10{width:83.33333%}.chl-col.s11{width:91.66666%}.chl-col.s12{width:99.99999%}
@media (min-width:601px){.chl-col.m1{width:8.33333%}.chl-col.m2{width:16.66666%}.chl-col.m3,.chl-quarter{width:24.99999%}.chl-col.m4,.chl-third{width:33.33333%}
.chl-col.m5{width:41.66666%}.chl-col.m6,.chl-half{width:49.99999%}.chl-col.m7{width:58.33333%}.chl-col.m8,.chl-twothird{width:66.66666%}
.chl-col.m9,.chl-threequarter{width:74.99999%}.chl-col.m10{width:83.33333%}.chl-col.m11{width:91.66666%}.chl-col.m12{width:99.99999%}}
@media (min-width:993px){.chl-col.l1{width:8.33333%}.chl-col.l2{width:19.66666%}.chl-col.l3{width:24.99999%}.chl-col.l4{width:33.33333%}
.chl-col.l5{width:41.66666%}.chl-col.l6{width:49.99999%}.chl-col.l7{width:58.33333%}.chl-col.l8{width:66.66666%}
.chl-col.l9{width:74.99999%}.chl-col.l10{width:83.33333%}.chl-col.l11{width:91.66666%}.chl-col.l12{width:99.99999%}}
.chl-content{max-width:980px;margin:auto}.chl-rest{overflow:hidden}
.chl-cell-row{display:table;width:100%}.chl-cell{display:table-cell}
.chl-cell-top{vertical-align:top}.chl-cell-middle{vertical-align:middle}.chl-cell-bottom{vertical-align:bottom}
.chl-hide{display:none!important}.chl-show-block,.chl-show{display:block!important}.chl-show-inline-block{display:inline-block!important}
@media (max-width:600px){.chl-modal-content{margin:0 10px;width:auto!important}.chl-modal{padding-top:30px}
.chl-dropdown-hover.chl-mobile .chl-dropdown-content,.chl-dropdown-click.chl-mobile .chl-dropdown-content{position:relative}	
.chl-hide-small{display:none!important}.chl-momologo{width:40%!important}.chl-momo{width:50%!important}.chl-mobile{display:block;width:100%!important}.chl-bar-item.chl-mobile,.chl-dropdown-hover.chl-mobile,.chl-dropdown-click.chl-mobile{text-align:center}
.chl-dropdown-hover.chl-mobile,.chl-dropdown-hover.chl-mobile .chl-btn,.chl-dropdown-hover.chl-mobile .chl-button,.chl-dropdown-click.chl-mobile,.chl-dropdown-click.chl-mobile .chl-btn,.chl-dropdown-click.chl-mobile .chl-button{width:100%}}
@media (max-width:768px){.chl-modal-content{width:500px}.chl-modal{padding-top:50px}}
@media (min-width:993px){.chl-modal-content{width:900px}.chl-hide-large{display:none!important}.chl-sidebar.chl-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.chl-hide-medium{display:none!important}}
@media (max-width:992px){.chl-sidebar.chl-collapse{display:none}.chl-main{margin-left:0!important;margin-right:0!important}}
.chl-top,.chl-bottom{position:fixed;width:100%;z-index:1}.chl-top{top:0;background-color:#fff; border-bottom: 1.5px solid #efefef;}.chl-bottom{bottom:0}
.chl-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.chl-display-topleft{position:absolute;left:0;top:0}.chl-display-topright{position:absolute;right:0;top:0}
.chl-display-bottomleft{position:absolute;left:0;bottom:0}.chl-display-bottomright{position:absolute;right:0;bottom:0}
.chl-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.chl-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.chl-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.chl-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.chl-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.chl-display-container:hover .chl-display-hover{display:block}.chl-display-container:hover span.chl-display-hover{display:inline-block}.chl-display-hover{display:none}
.chl-display-position{position:absolute}
.chl-circle{border-radius: 30%;float: right;padding-right: 20px; width: 30%}
.chl-round-small{border-radius:2px}.chl-round,.chl-round-medium{border-radius:4px}.chl-round-large{border-radius:8px}.chl-round-xlarge{border-radius:16px}.chl-round-xxlarge{border-radius:32px}
.chl-row-padding,.chl-row-padding>.chl-half,.chl-row-padding>.chl-third,.chl-row-padding>.chl-twothird,.chl-row-padding>.chl-threequarter,.chl-row-padding>.chl-quarter,.chl-row-padding>.chl-col{padding:0 8px}
.chl-container-nopad{padding:0;line-height: 22px; }.chl-container{padding:0.01em 16px;line-height: 22px; font-size: 13px}.chl-panel{padding:0.01em 16px}.chl-panel{margin-top:16px;margin-bottom:16px}
.chl-code,.chl-codespan{font-family:Consolas,"courier new";font-size:16px}
.chl-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.chl-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.chl-card,.chl-card-2{border: 1px solid #efefef; padding:10px;}
.chl-cardhover:hover{box-shadow:0 1px 3px 0 rgba(0,0,0,0.12),0 1px 3px 0 rgba(0,0,0,0.12); transition: transform: .25s ease-out;}
.chl-card-4,.chl-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.chl-spin{animation:chl-spin 2s infinite linear}@keyframes chl-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.chl-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.chl-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.chl-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.chl-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.chl-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.chl-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.chl-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.chl-animate-input{transition:width 0.4s ease-in-out}.chl-animate-input:focus{width:100%!important}
.chl-opacity {opacity:100}.chl-hover-opacity:hover{opacity:0.60}.chl-opacity-off,.chl-hover-opacity-off:hover{opacity:1}
.chl-opacity-max{opacity:0.25}.chl-opacity-min{opacity:0.75}
.chl-greyscale-max,.chl-grayscale-max,.chl-hover-greyscale:hover,.chl-hover-grayscale:hover{filter:grayscale(100%)}
.chl-greyscale,.chl-grayscale{filter:grayscale(75%)}.chl-greyscale-min,.chl-grayscale-min{filter:grayscale(50%)}
.chl-sepia{filter:sepia(75%)}.chl-sepia-max,.chl-hover-sepia:hover{filter:sepia(100%)}.chl-sepia-min{filter:sepia(50%)}
.chl-tiny{font-size:10px!important}.chl-small{font-size:12px!important}.chl-medium{font-size:15px!important}.chl-large{font-size:14px!important}
.chl-xlarge{font-size:24px!important}.chl-xxlarge{font-size:36px!important}.chl-xxxlarge{font-size:48px!important}.chl-jumbo{font-size:64px!important}
.chl-left-align{text-align:left!important}.chl-right-align{text-align:right!important}.chl-justify{text-align:justify!important}.chl-center{text-align:center!important}
.chl-border-0{border:0!important}.chl-border{border:1px solid #ccc!important}
.chl-border-top{border-top:1px solid #ccc!important}.chl-border-bottom{border-bottom:1px solid #ccc!important}
.chl-border-left{border-left:1px solid #ccc!important}.chl-border-right{border-right:1px solid #ccc!important}
.chl-topbar{border-top:6px solid #ccc!important}.chl-bottombar{border-bottom:6px solid #ccc!important}
.chl-leftbar{border-left:1px solid #ccc!important}.chl-rightbar{border-right:6px solid #ccc!important}
.chl-section,.chl-code{margin-top:16px!important;margin-bottom:16px!important}
.chl-margin{margin:16px!important}.chl-margin-top{margin-top:16px!important}.chl-margin-bottom{margin-bottom:16px!important}
.chl-margin-left{margin-left:16px!important}.chl-margin-right{margin-right:16px!important}
.chl-padding-small{padding:4px 8px!important}.chl-padding{padding:8px 16px!important}.chl-padding-large{padding:12px 24px!important}
.chl-padding-16{padding-top:16px!important;padding-bottom:16px!important}.chl-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.chl-padding-32{padding-top:32px!important;padding-bottom:32px!important}.chl-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.chl-padding-64{padding-top:64px!important;padding-bottom:64px!important}.chl-padding-64-bottom{padding-bottom:64px!important}.chl-padding-34-top{padding-top:34px!important}
.chl-left{float:left!important}.chl-right{float:right!important}

.chl-button:hover{color:#000!important;background-color:#FFF!important;}
.Chl-buttontwo {border: 1px #CCC solid!important;}
.Chl-buttontwo:hover {color:#000!important;background-color:#efefef!important;}

.chl-transparent,.chl-hover-none:hover{background-color:transparent!important;}
.chl-hover-none:hover{box-shadow:none!important}
/* Colors */
.chl-amber,.chl-hover-amber:hover{color:#000!important;background-color:#ffc107!important}
.chl-aqua,.chl-hover-aqua:hover{color:#000!important;background-color:#00ffff!important}
.chl-blue,.chl-hover-blue:hover{color:#fff!important;background-color:#2196F3!important}
.chl-light-blue,.chl-hover-light-blue:hover{color:#000!important;background-color:#87CEEB!important}
.chl-brown,.chl-hover-brown:hover{color:#fff!important;background-color:#795548!important}
.chl-cyan,.chl-hover-cyan:hover{color:#000!important;background-color:#00bcd4!important}
.chl-blue-grey,.chl-hover-blue-grey:hover,.chl-blue-gray,.chl-hover-blue-gray:hover{color:#fff!important;background-color:#00131d!important}
.chl-green,.chl-hover-green:hover{color:#fff!important;background-color:#4CAF50!important}
.chl-light-green,.chl-hover-light-green:hover{color:#000!important;background-color:#8bc34a!important}
.chl-indigo,.chl-hover-indigo:hover{color:#fff!important;background-color:#3f51b5!important}
.chl-khaki,.chl-hover-khaki:hover{color:#000!important;background-color:#f0e68c!important}
.chl-lime,.chl-hover-lime:hover{color:#000!important;background-color:#cddc39!important}
.chl-orange,.chl-hover-orange:hover{color:#000!important;background-color:#ff9800!important}
.chl-deep-orange,.chl-hover-deep-orange:hover{color:#fff!important;background-color:#ff5722!important}
.chl-pink,.chl-hover-pink:hover{color:#fff!important;background-color:#e91e63!important}
.chl-purple,.chl-hover-purple:hover{color:#fff!important;background-color:#9c27b0!important}
.chl-deep-purple,.chl-hover-deep-purple:hover{color:#fff!important;background-color:#673ab7!important}
.chl-red,.chl-hover-red:hover{color:#fff!important;background-color:#f44336!important}
.chl-sand,.chl-hover-sand:hover{color:#000!important;background-color:#fdf5e6!important}
.chl-teal,.chl-hover-teal:hover{color:#fff!important;background-color:#009688!important}
.chl-yellow,.chl-hover-yellow:hover{color:#000!important;background-color:#ffeb3b!important}
.chl-white,.chl-hover-white:hover{color:#000!important;background-color:#fff!important}
.chl-black,.chl-hover-black:hover{color:#fff!important;background-color:#000!important}
.chl-grey,.chl-hover-grey:hover,.chl-gray,.chl-hover-gray:hover{color:#000!important;background-color:#9e9e9e!important}
.chl-light-grey,.chl-hover-light-grey:hover,.chl-light-gray,.chl-hover-light-gray:hover{color:#000!important;background-color:#f1f1f1!important}
.chl-dark-grey,.chl-hover-dark-grey:hover,.chl-dark-gray,.chl-hover-dark-gray:hover{color:#fff!important;background-color:#616161!important}.chl-deepdark-grey{background-color:#333; color: white;}.chl-deeplight-grey{background-color:#5f5f5f; color:white;}
.chl-pale-red,.chl-hover-pale-red:hover{color:#000!important;background-color:#ffdddd!important}
.chl-pale-green,.chl-hover-pale-green:hover{color:#000!important;background-color:#ddffdd!important}
.chl-pale-yellow,.chl-hover-pale-yellow:hover{color:#000!important;background-color:#ffffcc!important}
.chl-pale-blue,.chl-hover-pale-blue:hover{color:#000!important;background-color:#ddffff!important}
.chl-text-amber,.chl-hover-text-amber:hover{color:#ffc107!important}
.chl-text-aqua,.chl-hover-text-aqua:hover{color:#00ffff!important}
.chl-text-blue,.chl-hover-text-blue:hover{color:#2196F3!important}
.chl-text-light-blue,.chl-hover-text-light-blue:hover{color:#87CEEB!important}
.chl-text-brown,.chl-hover-text-brown:hover{color:#795548!important}
.chl-text-cyan,.chl-hover-text-cyan:hover{color:#00bcd4!important}
.chl-text-blue-grey,.chl-hover-text-blue-grey:hover,.chl-text-blue-gray,.chl-hover-text-blue-gray:hover{color:#607d8b!important}
.chl-text-green,.chl-hover-text-green:hover{color:#4CAF50!important}
.chl-text-light-green,.chl-hover-text-light-green:hover{color:#8bc34a!important}
.chl-text-indigo,.chl-hover-text-indigo:hover{color:#3f51b5!important}
.chl-text-khaki,.chl-hover-text-khaki:hover{color:#b4aa50!important}
.chl-text-lime,.chl-hover-text-lime:hover{color:#cddc39!important}
.chl-text-orange,.chl-hover-text-orange:hover{color:#ff9800!important}
.chl-text-deep-orange,.chl-hover-text-deep-orange:hover{color:#ff5722!important}
.chl-text-pink,.chl-hover-text-pink:hover{color:#e91e63!important}
.chl-text-purple,.chl-hover-text-purple:hover{color:#9c27b0!important}
.chl-text-deep-purple,.chl-hover-text-deep-purple:hover{color:#673ab7!important}
.chl-text-red,.chl-hover-text-red:hover{color:#f44336!important}
.chl-text-sand,.chl-hover-text-sand:hover{color:#fdf5e6!important}
.chl-text-teal,.chl-hover-text-teal:hover{color:#009688!important}
.chl-text-yellow,.chl-hover-text-yellow:hover{color:#d2be0e!important}
.chl-text-white,.chl-hover-text-white:hover{color:#fff!important}
.chl-text-black,.chl-hover-text-black:hover{color:#000!important}
.chl-text-grey,.chl-hover-text-grey:hover,.chl-text-gray,.chl-hover-text-gray:hover{color:#757575!important}
.chl-text-light-grey,.chl-hover-text-light-grey:hover,.chl-text-light-gray,.chl-hover-text-light-gray:hover{color:#f1f1f1!important}
.chl-text-dark-grey,.chl-hover-text-dark-grey:hover,.chl-text-dark-gray,.chl-hover-text-dark-gray:hover{color:#3a3a3a!important}
.chl-border-amber,.chl-hover-border-amber:hover{border-color:#ffc107!important}
.chl-border-aqua,.chl-hover-border-aqua:hover{border-color:#00ffff!important}
.chl-border-blue,.chl-hover-border-blue:hover{border-color:#2196F3!important}
.chl-border-light-blue,.chl-hover-border-light-blue:hover{border-color:#87CEEB!important}
.chl-border-brown,.chl-hover-border-brown:hover{border-color:#795548!important}
.chl-border-cyan,.chl-hover-border-cyan:hover{border-color:#00bcd4!important}
.chl-border-blue-grey,.chl-hover-border-blue-grey:hover,.chl-border-blue-gray,.chl-hover-border-blue-gray:hover{border-color:#607d8b!important}
.chl-border-green,.chl-hover-border-green:hover{border-color:#4CAF50!important}
.chl-border-light-green,.chl-hover-border-light-green:hover{border-color:#8bc34a!important}
.chl-border-indigo,.chl-hover-border-indigo:hover{border-color:#3f51b5!important}
.chl-border-khaki,.chl-hover-border-khaki:hover{border-color:#f0e68c!important}
.chl-border-lime,.chl-hover-border-lime:hover{border-color:#cddc39!important}
.chl-border-orange,.chl-hover-border-orange:hover{border-color:#ff9800!important}
.chl-border-deep-orange,.chl-hover-border-deep-orange:hover{border-color:#ff5722!important}
.chl-border-pink,.chl-hover-border-pink:hover{border-color:#e91e63!important}
.chl-border-purple,.chl-hover-border-purple:hover{border-color:#9c27b0!important}
.chl-border-deep-purple,.chl-hover-border-deep-purple:hover{border-color:#673ab7!important}
.chl-border-red,.chl-hover-border-red:hover{border-color:#f44336!important}
.chl-border-sand,.chl-hover-border-sand:hover{border-color:#fdf5e6!important}
.chl-border-teal,.chl-hover-border-teal:hover{border-color:#009688!important}
.chl-border-yellow,.chl-hover-border-yellow:hover{border-color:#ffeb3b!important}
.chl-border-white,.chl-hover-border-white:hover{border-color:#fff!important}
.chl-border-black,.chl-hover-border-black:hover{border-color:#000!important}
.chl-border-grey,.chl-hover-border-grey:hover,.chl-border-gray,.chl-hover-border-gray:hover{border-color:#9e9e9e!important}
.chl-border-light-grey,.chl-hover-border-light-grey:hover,.chl-border-light-gray,.chl-hover-border-light-gray:hover{border-color:#f1f1f1!important}
.chl-border-dark-grey,.chl-hover-border-dark-grey:hover,.chl-border-dark-gray,.chl-hover-border-dark-gray:hover{border-color:#616161!important}
.chl-border-pale-red,.chl-hover-border-pale-red:hover{border-color:#ffe7e7!important}.chl-border-pale-green,.chl-hover-border-pale-green:hover{border-color:#e7ffe7!important}
.chl-border-pale-yellow,.chl-hover-border-pale-yellow:hover{border-color:#ffffcc!important}.chl-border-pale-blue,.chl-hover-border-pale-blue:hover{border-color:#e7ffff!important}