@charset "utf-8";

/* CSS Document */
.custom-row1 { width:auto; float:left; margin:0 10px 0 0;}
.select-hide { display:none;}
.custom-select1 { width:210px; height:19px; float:left; background:#ffffff; border:1px solid #ffffff; transition:all 0.25s ease-out 0s; margin:0 0 0; position:relative; z-index: 999;}
.custom-select1:hover .select-selected { color:#00787f;}
.custom-select1 select { display:none;}
.custom-select1 .select-selected:after { content:""; width:16px; height:16px; background:url(../images/custom1-down-gray-arrow.svg) no-repeat center / 100%; transform:translateY(-50%); position:absolute; top:50%; right:0;}
.custom-select1:hover .select-selected:after { background:url(../images/custom2-down-teal-arrow.svg) no-repeat center / 100%;}
.select-items { background:#ffffff; position:absolute; top:138%; left:0; right:0; z-index:99; height:140px; overflow-y:scroll;}
.select-items div { color:#00787f; padding:10px 10px;}
.select-items div:hover { color:#ffffff; background:#00787f;}
.select-selected { color:#898d90; padding:3px 16px 3px 0;}
.select-items div, .select-selected { cursor:pointer; font-size:16px; letter-spacing:0; font-family: 'Josefin Sans', sans-serif;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.custom-select1 { width:100%; height:18px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1 .select-selected:after { right:5%;}
.select-selected { color:#898d90; padding:3px 0 3px 0;}
.select-items div, .select-selected { font-size:13px;}
} 

@media screen and (min-width:481px) and (max-width:600px) {
.custom-select1 { width:100%; height:18px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1 .select-selected:after { right:5%;}
.select-selected { color:#898d90; padding:3px 0 3px 0;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.custom-select1 { width:100%; height:18px; text-align:center; margin:0 0 0; position:relative; z-index:999;}
.custom-select1 .select-selected:after { right:5%;}
.select-selected { color:#898d90; padding:3px 0 3px 0;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.custom-select1 { width:180px; height:15px;}
.select-selected { padding:1px 16px 1px 0;}
.select-items div, .select-selected { font-size:13px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.custom-select1 { width:195px; height:17px;}
.select-selected { padding:1px 16px 1px 0;}
.select-items div, .select-selected { font-size:14px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}