/*Sliding Text and Icon Menu Style*/
.sti-menu{
	position:relative;
	margin:60px auto 0 auto;
}
.sti-menu li{
	float:left;
	width:200px;
	height:300px;
	margin:1px;
}
.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#fff;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
}
.sti-menu li a h2{
	color:#fff;
	/*font-family: 'Wire One', arial, serif;*/ 
	font-family: 'Roboto', sans-serif;
	font-size:22px;
	font-weight:bold;
	text-transform:uppercase;
	position:absolute;
	padding:15px;
	width:100%;
	top:140px;
	left:0px;
	background: #dd8500;
	transition: all 0.3s ease;
}
.sti-menu li:hover a h2 {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.sti-icon{
	width:100px;
	height:108px;
	background-repeat:no-repeat;
	background-size: 100%;
	margin: 0 auto;
	display: block;
	background-position: left top;
	transition: all 0.3s ease;
}
.sti-menu li:hover .sti-icon {
	background-position: left bottom;
}
.sti-icon-care{
	background-image:url(../images/appointment-icon.png);
}
.sti-icon-alternative{
	background-image:url(../images/quality-icon.png);
	height: 104px;
}
.sti-icon-family{
	background-image:url(../images/account-icon.png);
	height: 100px;
}
.sti-icon-info{
	background-image:url(../images/provider-icon.png);
}
.sti-icon-technology{
	background-image:url(../images/dashboard-icon.png);
	height: 100px;
}
.sti-icon-admin{
	background-image:url(../images/admin-icon.png);
	height: 100px;
}

.sti-menu li .btn-1 {
    background-color: #2b4e88;
    width: 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
        -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.sti-menu li .btn-1 .round {
    background-color: #7191c5;
}
.sti-menu li .txt {
    color:#fff;
	/*font-family: 'Wire One', arial, serif;*/ 
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:bold;
	/*text-transform:uppercase;*/
}
.sti-menu li .btn-1 .round {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    position: absolute;
    right: 18px;
    top: 18px;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2;
    color: #fff;
}
.sti-menu li .btn-1 .round i {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -4px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sti-menu li:hover .type-1 .btn-1 .round {
    width: calc(100% - 36px);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}
.sti-menu li:hover .type-1 .btn-1 .round i {
    left: 12%;
}

.sti-menu li:hover .type-1 .btn-1 {
    padding-left: 48px;
    padding-right: 28px;
}
.sti-menu li .btn-1 span {
    position: relative;
    z-index: 3;
}
 
.sti-menu li .type-1 {
	position: absolute;
    padding: 15px;
    width: 100%;
    top: 140px;
    left: 0px;
}
	