body {
	font-family: 'Roboto', sans-serif;
}
.contactIssueContentContainer {
    width: 100%;
    display: table;
    background-color: #f6f5f5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}
.contactIssueContactContentContainer {
    width: 100%;
}



.contactIssueTitle {
    width: 100%;
    height: auto;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 8px;
}
.contactIssueSubText {
    font-size: 14px;
    margin-bottom: 28px;
}
.contactIssueContactBundlerContainer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    display: table;
    text-align: center;
    padding-top: 0px;
    padding-right: 15px;
    margin-bottom: 10px;
}
.singleBundle {
    width: 33.3%;

}
.multiBundle {
    width: 66.6%;
   
}
.contactIssueContactBundlerWrapper {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 2px solid rgba(200,200,200,1.00);
    padding-left: 15px;
    padding-bottom: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}


.contactIssueContactBundlerTitle {
    text-align: center;
    font-size: 15px;
    padding-top: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    font-weight: 500;
}
.contactIssueContactCardContainer {
    display: inline-table;
    font-size: 14px;
    margin-top: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}
.singleBundleCard {
    width: 100%;
}
.multiBundleCard {
    width: 49%;
}
.contactIssueContactCardWrapper {
    background-color: #ebebeb;
    display: table;
    overflow-x: hidden;
    width: 100%;
}



.contactIssueContactCardTitleSectionWrapper {
    background-color: #d3d3d3;
}
.contactIssueContactCardTitle {
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.contactIssueContactCardSubTitle {
    text-align: center;
    font-size: 14px;
    padding-bottom: 9px;
}
.contactIssueContactCardEntryWrapper {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
	overflow: hidden;
}
.contactIssueContactCardEntry {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left;
    white-space: pre-wrap;
    height: auto;
    display: table;
}

.contactIssueContactCardEntry.TitleEntry {
    width: 120px;
    float: left;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 9px;

}
.contactIssueContactCardEntry.ContentEntry {
    width: 100%;
    position: absolute;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 123px;
}
.contactIssueContractCardEntryItem {
    height: auto;
    display: table;
    overflow-x: hidden;
    overflow-y: hidden;
    max-width: 100%;
}

.contactGlyph {
    padding-right: 5px;
}
a.contactCardButton {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #d3d3d3;
    padding-left: 18px;
    border-radius: 5px;
    padding-right: 18px;
    font-weight: 500;
    text-decoration: none;
    color: rgba(0,0,0,1.00);
}
a.contactCardButton:hover {
    background-color: #B9B9B9;
}

@media (max-width:1150px){

.singleBundle {
    width: 50%;

}
.multiBundle {
    width: 50%;
   
}
	
.singleBundleCard {
    width: 100%;
}
.multiBundleCard {
    width: 100%;
}
}

@media (max-width:850px){
.singleBundle {
    width: 100%;

}
.multiBundle {
    width: 100%;
   
}
}
