.awbt-mobile {
    padding: 15px 10px;
    border-top: 1px solid #B7BBC0;
}

.awbt-mobile h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
}

.awbt-mobile ul {
    padding: 0;
    margin: 10px 0 -10px;
    font-size: 16px;
    font-size: 18px;
}

.awbt-mobile li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 7px 0px;
    border-top: 1px solid #D8D8D8;
}

.awbt-mobile .button {
    box-sizing: border-box;
    display: inline-block;
    width: 100px;
    padding: 10px;
    border: 1px solid #006B6E;
    margin-left: auto;
    border-radius: 3px;
    background: linear-gradient(180deg, #008286 0%, #016B6E 100%);
    box-shadow: inset 2px 2px 0 0 rgba(255, 255, 255, 0.16);
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}.awbt-desktop {
    border: 1px solid #70A4A6;
    border-radius: 3px;
    padding: 20px;
    background-color: #E7F3F3;
}

.awbt-desktop h3 {
    margin: -20px -20px 20px;
    padding: 20px;
    color: #FFFFFF;
    background-color: #008286;
    font-size: 20px;
    line-height: 1;
    font-weight: normal;
}

.awbt-desktop h3 .margin-right {
    margin-right: 20px;
}

.awbt-desktop h3 .phone {
    font-size: 24px;
    white-space: nowrap;
}

.awbt-desktop h4 {
    color: #0B4749;
    font-size: 16px;
    line-height: 1;
}

.awbt-desktop ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    list-style: none;
    margin-top: 10px;
    margin-left: -10px;
    margin-bottom: -10px;
}

.awbt-desktop li {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 10px;
    width: calc(50% - 10px);
    padding: 10px 15px 10px 10px;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.15);
    color: #666666;
    font-size: 14px;
    line-height: 1;
}

.awbt-desktop li .agent-photo {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    margin-right: 15px;
    background-size: cover;
}

.awbt-desktop li .name {
    display: block;
    margin-bottom: 3px;
    color: #008286;
}

.awbt-desktop li .in-office {
    margin-left: auto;
    padding-left: 15px;
    color: #5FB600;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
}

#insuranceDelayed {
	margin-top:20px;
	margin-bottom:20px;
}

@media(min-width: 1000px) {
	.awbt-mobile {
        display: none;
    }
}
@media(min-width: 1200px) {

    .awbt-desktop li {
        width: calc(33% - 10px);
    }
}

@media (max-width:767px){
	#agent-summary {
		padding: 0px !important;
	}
	#pkgSwapInfo {
		width: 100% !important;
	}
	
	#pkgSwapInfo .wrap {
		padding: 0px !important;
	}
}