


/**site Exit Popup**/

#empoverlay #exitdialog {
       z-index: 9999;
    width: 50%;
    height: auto;
    position: fixed;
    top: 10%;
    left: 35%;
    background: #fff;
    border: 1px solid #fff;
    border-radius: .5em;
    padding: 15px 20px 25px 20px;
    text-align: center;
    font-size: 18px;
    left: 0 !important;
    right: 0 !important;
    margin:0 auto;
}
#empoverlay #exitdialog h1 {
    font-size: 0.9em;
        color: #830051;
}

#empoverlay #exitdialog p {
    font-size: 0.8em;
    font-family: SourceSansPro-Regular, sans-serif;
    text-transform: none;
    line-height: 1.25em;

}
#empoverlay #exitdialog .btns button {
    border-radius: 0;
    border-bottom-left-radius: 0.7em;
    border-top-right-radius: 0.7em;
    padding: 0.5em 1.9em;
    background: none repeat scroll 0 0 #830051 !important;
    border: 1px solid #400028 !important;
    color: #ffffff !important;
    cursor: pointer;
    font-size: 0.9em;
}
#empoverlay #exitdialog .btns button:nth-child(2) {
    margin-left: 3px;
    color: #ffffff;
    background: #05a5e5;
    padding-left: 30px;
    padding-right: 30px;
    background: none repeat scroll 0 0 #eeeeee !important;
    border: 1px solid #b2b2b2 !important;
    color: #333333 !important;
    cursor: pointer;
    float: left;
    margin-right: 15px;
}
#empoverlay #exitdialog .btns {
    text-align: center;
    display: inline-block;
    margin-top: 25px;

}
#empoverlay .mask {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
}
#empoverlay #exitdialog h2 {
    position: relative
}
#empoverlay #exitdialog .close_btn {
    position: absolute;
    top: 2px;
    left: 92%;
    cursor: pointer;
}

@media screen and (min-width: 375px) {
   
    /**site Exit Popup**/
    
    #empoverlay #exitdialog {
        width: 75%;
    }
    #empoverlay #exitdialog h2 {
        line-height: 0.5em
    }
	#empoverlay #exitdialog .close_btn {
    	top: 5px;
    	left: 91%;
	}
    #exitdialog{
        top: 75px !important;
        }

}
@media screen and (min-width: 768px) {

    
    /**site Exit Popup**/

    #empoverlay #exitdialog {
        width: 70%
    }
    #empoverlay #exitdialog h2 {
        line-height: 1em;
            font-size: 1.5em;
    }
    /**Approved Uses**/
    /**Share Email**/
    .smallModal .share form .share-btns {
        width: 70%;
    }
	#empoverlay #exitdialog .close_btn {
    	top: 8px;
    	left: 94%;
	}
   #empoverlay #exitdialog h1 {
        font-size: 0.8em;
    }
    #exitdialog{
        top: 75px !important;
        }
}
@media screen and (min-width: 992px) {

#empoverlay #exitdialog .btns button {
    padding: 0.3em 2em;
}
#empoverlay #exitdialog .close_btn {
    top: 8px;
    left: 95.5%;
}
    #empoverlay #exitdialog h1 {
        font-size: 0.9em;
    }
    /**Cross site Navigation popup**/
    
    .largeModal#cross-brand-navigation ul li p {
        font-size: 16px;
        line-height: 16px;
    }
    /**site Exit Popup**/
    
    #empoverlay #exitdialog {
        width: 50%;
    }
    #empoverlay #exitdialog h2 {
        line-height: 1em;
        margin-top: 10px;
    	margin-bottom: 20px;
    }
    #empoverlay #exitdialog p {
    	font-size: 0.9em;
    }
    .modal-content .modal-body {
    	text-align: left;
    	padding: 0 15px;
    	width: 95%;
    	margin: 0 auto;
	}
    .modal-dialog {
    	width: 650px;
   	 	margin: 30px auto;
	}
#empoverlay #exitdialog p {
    font-size: 0.9em;
}
    /**Approved Uses**/
    /**Share Email**/
}
@media screen and (min-width: 1280px) {

    .largeModal#cross-brand-navigation .modal-dialog {
    display: -webkit-box;
    width: 70%;
}
    /**Cross site Navigation popup**/
    
    .largeModal .modal-dialog {
        width: 1100px;
    }
    .largeModal#cross-brand-navigation ul li p {
        font-size: 16px;
        line-height: 16px;
    }

    .smallModal .share form .share-btns input:nth-child(1) {
    margin-left: 15px;
    color: #ffffff;
    background: #05a5e5;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    margin-right: 20px;
    padding: 0.4em 3em;
}
    .smallModal .share form .share-btns {
    width: 74.5%;
}
    .smallModal .share form .share-btns input {
    border: 0 none;
    border-bottom-left-radius: 1em !important;
    border-top-right-radius: 1em !important;
    cursor: pointer;
    font-family: "pt_sansbold", sans-serif;
    padding: 0.4em 2.5em;
    color: #6d6d6d;
    background: #c0c0c0;
    float: right;
    outline: none;
    text-transform: uppercase;
}
    /**site Exit Popup**/
    /**Approved Uses**/
    /**Share Email**/
}

	/****Fluidity Issues****/
@media screen and (min-width: 320px) and (max-width: 374px) {
.blue-header {
    margin-right: -16px;

}
#empoverlay #exitdialog {
    width: 85%;
    left: 2% !important;
}
#empoverlay #exitdialog .btns button:nth-child(2) {
    padding-left: 23px;
    padding-right: 18px;
}


}
@media screen and (max-width: 375px) {
.smallModal .share form .share-btns {

    padding-right: 10%;
} 
            }

 a.vari-text {
      color: #830051;
      text-decoration: underline;          
   }           