@charset "utf-8";
@font-face {
  font-family: "cljc-action-btns";
  src:url("../../philadist/fonts/cljc-action-btns.eot");
  src:url("../../philadist/fonts/cljc-action-btns.eot?#iefix") format("embedded-opentype"),
url("../../philadist/fonts/cljc-action-btns.ttf") format("truetype"),
url("../../philadist/fonts/cljc-action-btns.svg#cljc-action-btns") format("svg");
  font-weight: normal;
  font-style: normal;
}



.cls {
clear:both;
}

a.cljc-btn,
button.cljc-btn {
    border: #900 2px solid;
    border-radius: 25px;
    color: #900;
	font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    margin: .5rem;
    padding: .7rem 1.6rem; 
    background-color: transparent;
    -webkit-appearance:none;
    -moz-appearance: none;
    -o-appearance: none;
}
a.cljc-btn:visited {
    color: #066072;
}
a.cljc-btn-fill:visited {
    color: #0BD9EB;
}
a.cljc-btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
a.cljc-btn-fill,
button.cljc-btn-fill {
    border: #000 2px solid
    border-radius: 25px;
    color: #DF2225;
    font-weight: 600;
    text-transform: capitalize;
    margin: .5rem;
    padding: 1rem 2.5rem;
    background-color: rgba(0, 67, 81, 0.9);
}
a.cljc-btn-fill,
button.cljc-btn-fill:hover {
    background-color: rgba(0, 67, 81, 0.49);
    color: #23E74C;
    border-color: #06697e;
    text-decoration: none;
}



a.cljc-btn-6,
button.cljc-btn-6 {
    border: #000 0px solid;
    border-radius: 25px;
    color: #000;
	font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin: .5rem;
    padding: .7rem 1.6rem; 
    background-color: transparent;
    -webkit-appearance:none;
    -moz-appearance: none;
    -o-appearance: none;
}
a.cljc-btn-6:visited {
    color: #000000;  /* #660000;*/
}
a.cljc-btn-6-fill:visited {
    color: #44739E;
}
a.cljc-btn-6:hover {
    background-color: #44739E;/* main hover color*/
    color: #fff;
    text-decoration: none;
}
a.cljc-btn-6-fill,
button.cljc-btn-6-fill {
    border: #000 2px solid
    border-radius: 25px;
    color: #BFBFBF;
    font-weight: 600;
    text-transform: capitalize;
    margin: .5rem;
    padding: 1rem 2.5rem;
    background-color: #06F;
}
a.cljc-btn-6-fill,
button.cljc-btn-6-fill:hover {
    background-color: rgba(0, 67, 81, 0.49);
    color: #BFBFBF;
    border-color: #0000;
    text-decoration: none;
}






a.btn-white36 {
    border: rgba(255, 255, 255, 0.95) 2px solid;
    border-radius: 25px;
    color: #ffffff;
	font-size:48px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: .5rem;
    padding: .7rem 1.5rem;
    text-decoration: none;
}
a.btn-white36:hover {
    border-color:#fff;
    background-color: rgba(255, 255, 255, 0.25);
    color: #fff;
    text-decoration: none;
}
.btn-white36:visited {
    color: #fff;
}
.btn-white36:active {
    color: #fff;
}


a.btn-blk20,
button.a.btn-blk20 {
	border: #900 2px solid;
    border-radius: 25px;
    color: #900;
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: .5rem;
    padding: .2rem .50rem;
	text-decoration: none;
	text-wrap: normal;
	background-size:contain;
	background-color: transparent;
    -webkit-appearance:none;
    -moz-appearance: none;
    -o-appearance: none;
}

a.btn-blk20:visited {
    color: #066072;
}
a.btn-blk20-fill:visited {
    color: #fff;
}
a.btn-blk20:hover {
    background-color: #900;
    color: #fff;
    text-decoration: none;
}
a.btn-blk20-fill,
button.btn-blk20-fill {
    border: #900 2px solid;
    border-radius: 25px;
    color: #ffffff;
    font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: .5rem;
    padding: .2rem .50rem;
	text-wrap: normal;
	background-size:contain;
    background-color: rgba(0, 67, 81, 0.9);
}
a.btn-blk20-fill,
button.btn-blk20-fill:hover {
    background-color: rgba(0, 67, 81, 0.49);
    color: #fff;
    border-color: #06697e;
    text-decoration: none;
}

