    
/* Reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, img, samp, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, table, caption, tbody,
figure, figcaption, footer, header, 
menu, nav, section, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	font-family: "Libre Baskerville", Georgia, Times, "Times New Roman", serif;
}

@font-face {
 font-family: "Libre Baskerville";
 src: url("librebaskerville-regular.eot");
 src: url("librebaskerville-regular.eot?#iefix") format("embedded-opentype"),
      url("librebaskerville-regular.woff") format("woff"),
      url("librebaskerville-regular.ttf") format("truetype");
 font-weight: normal;
 font-style: normal;
}

a {
    color: #202020;
}

body {
    padding: 0px 0px 20px 0px;
    color: #202020;
}

h1 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 5px;
}

h2 {
    font-family: 'Montserrat', sans-serif; 
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.responseButton {
	display: block;
    font-size: 18px;
    min-width: 230px;
    height: 60px;    
	margin: 5px;
    padding: 5px;
	background-color: #f1f1f2; 
    cursor:pointer;
    vertical-align: middle;
    color: #202020;
    position:relative;
}

.responseButton:hover,
.responseButton:active,
.responseButton:focus {
    color: #fff;
	background-color: #383838;
    cursor: default;
}

.bg {
	background-color: #f1f1f2;
}

.buttonItems {
    vertical-align: middle;
    padding-top: 8px; 
}

.icon {
    display: inline;     
    float: left;
    width: auto;
    height:50px;
    margin-right: 10px;
    margin-top: 5px;
    margin-left:5px;    
    border-radius: 50%;
    align-content: center;
}

.heading {
    display: inline;    
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;  
}

.expertise {
    display: block;    
    font-size: 16px;
    font-weight: normal;
    font-family: 'Montserrat', sans-serif;}

.response {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: rgba(0,0,0,0);
    border-radius: 50%;
    width:40px;
    height: 40px;
    text-align: center;
    right: 50px;
    top:15px;
}

.confidence {
    color: #727272;
    margin-left: 30px;
    margin-bottom: 20px;
}

.expandSymbol {
    position:absolute;
    float: right;
    font-weight: bold;
    font-size: 18px;
    right: 10px;
    top:25px;
}

.responseText {
    display: none;   
}

.responseText.show {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
}

.label {
    font-weight: 400;
    color: #727272;    
}

.value {
    font-weight: 200;
    color: #a6a6a6;
    margin-left: 10px;
}

p {
    font-size: 16px;
    line-height: 24px;  
    margin: 0px 10px 14px 10px; 
}

.profileLink {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    /* margin: 10px 20px 0px 10px; */
    margin-left: 20px;
    margin-bottom: 20px;
    background: #323232;
    color: #FFF;
    padding: 10px;
    font-size: 14px;
    cursor: text;
}

.profileLink a:link {
    color: white;
    font-family: 'Montserrat', sans-serif;
}    


.profileLink a:visited {
    color: white;
    font-family: 'Montserrat', sans-serif;
}  
.bottomCloseBtn {
    display: inline-block;
    text-align: center;
    /* margin: 10px 20px 0px 10px; */
    margin-left: 10px;
    margin-bottom: 20px;
    background: #CCC;
    opacity: 0.75;
    color: #000000;
    padding: 10px;
    font-size: 14px;
    cursor: text;
    font-family: 'Montserrat', sans-serif;
}



@media all and (max-width: 550px) {
    
    .response {
    right: 30px;
}
    
