/* DF feature icons */

.f_fix{
	display: flex;
}

.f_1{
	display: flex !important;
	width: 50%;
	height: 190px;
}
.f_2{
	display: flex !important;
	width: 50%;
	height: 190px;
}

.f_info2{
    display: block;
    padding: 5px 5px;
    background: #fff;
	/*&border: 3px solid #790404;*/
}

.f_top{
    display: block;
    width: 33.3%;
    float: left;
    padding: 5px 10px;
    box-sizing: border-box;
	height: 150px;
}
a.f_top:hover{
	cursor: pointer;
}
a.f_top:hover img{
	opacity: 0.7;
	transform: scale(1.15);
	transition: transform ease-out .1s;
}

.f_top img{
    display: block;
    margin: 0 auto;
    width: 70%;
	transition: transform ease-out .1s;
}

.f_top p{
    color: #222222;
    text-align: center;
    font-size: 15px;
    line-height: 20px !important;
}

.two-column ul{display: flex;}	
.two-column ul li {
    /*width: 100%;*/
    float: left;
    /* margin-right: 4.34783%; */
    /*display: block;*/
	/*text-align: center;*/
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;	
}	
.f_top {
    height: 160px;
    padding: 10px 5px 0 5px;	
}
.f_top p{
    font-size: 13px;
    line-height: 16px !important;
}	
.f_top img{
    width: 70%;
}	
.f_1 {
	display: flex !important;
	width: 40% !important;
	height: 220px;
}
.f_2{
	display: flex !important;
	width: 60% !important;
	height: 220px;
}
.f_1a{
	display: flex !important;
	width: 50% !important;
	height: 220px;
}
.f_2a{
	display: flex !important;
	width: 50% !important;
	height: 220px;
}

@media screen and (max-width: 600px){
.two-column ul{display: block;}	
}

@media screen and (max-width: 600px){
.f_info h4 {
    font-size: 22px;
}	
.two-column{
	padding: 0 10px;
}
.f_top {
    /*height: 80px;*/
    padding: 10px 5px 0 5px;	
}
.f_top p {
	font-size: 13px;
	line-height: 15px !important;
	padding: 5px;
}
.f_1, .f_2, .f_1a, .f_2a {
    height: 180px;
}	
.f_top img{
    width: 80%;
}	
}

@media screen and (min-width: 900px){
.df_box{
    position: absolute;
    width: 100px !important;
    bottom: -10px;
    right: -30px;	
}
.layout_flip{
	float:right !important; 
	margin-right: 0px !important;	
}
}

.df_box{
	position: absolute;
    width: 100px;
    bottom: 0px;
    right: 20px;	
}	
.layout_flip{
	float:none;
}	


/* try */
.two-column-box {
    width: 100%;
    display: block;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 1%;
    min-height: 250px;
}

@media (min-width: 800px){
.two-column-box {
    width: 50%;
    display: block;
    float: left;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    display: -webkit-box;
    /*display: -ms-flexbox;*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 3%;
    height: 350px;
}	
	
.two-column {
    width: 100%;
    /* margin-bottom: 20px; */
    float: left;
    clear: both;
    /* padding: 0 10px; */
    box-sizing: border-box;
}
}

@media (min-width: 600px){
.two-column2 ul{
	display: flex;
}	
.v-align-fix{	
    display: -webkit-box !important;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
	
}

/*top banner benefits fix*/
.benefits-365{
    top: 350px;
    bottom: inherit !important;
	background: #484848!important;
} 

@media (min-width: 1200px){
.benefits-365{
    width: 1662px !important;
    margin-left: -230px !important;
} 	
	
}

.smb-promo {
	max-width: 1200px !important;
}

