    
/* 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;
}

a {
    color: #202020;
    font-family: 'Montserrat', sans-serif; 
    text-decoration: none;
}

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, 
.responseButtonBig {
	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 {
    cursor: default;
}

.bg {
	background-color: #f1f1f2;
}

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

.icon, 
.iconBig {
    display: inline;     
    float: left;
    width: auto;
    height:50px;
    margin-right: 10px;
    margin-top: 5px;
    margin-left:5px;    
    border-radius: 50%;
    align-content: center;
    filter: grayscale(1);
}

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

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

.response {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: white;
    background-color: #202020;
    border-radius: 50%;
    width:30px;
    height: 30px;
    text-align: center;
    right: 50px;
    top:20px;
}


.none {
    display:none;
}

.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; 
}

.responseintro {
    font-family: 'Libre Baskerville', serif;
    font-weight: bold;
}

.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;
}

.author {
    font-size: 18px;
    font-weight: 100;
    font-style: italic;
    margin-left: 10px;
    margin-bottom: 10px;
    color: darkgray;
}

/* -------------------------------------------- */

@media all and (max-width: 550px) {
    
    
    .expertise {
    font-size: 14px;    
    }
    
    .heading {
    display: block;    
    font-size: 16px;
    margin-top:-3px;
    }
    .responseButton {
    height:45px    
}
    .icon {
    height:40px;
    margin-top: 2px;
    margin-left:5px;    
    }
    
    .headingBig {
    display: inline;    
    font-size: 16px;
    font-weight: 600;
    margin-top: -15px;
    font-family: 'Montserrat', sans-serif;  
    }
    
    .iconBig {
    display: inline;     
    float: left;
    width: auto;
    height:40px;
    margin-right: 10px;
    margin-top: 13px;
    margin-left:5px;    
    border-radius: 50%;
    align-content: center;
    filter: grayscale(1);
    }
    
    .responseButtonBig {
    display: block;
    font-size: 18px;
    min-width: 230px;
    height: 70px;    
	margin: 5px;
    padding: 5px;
	background-color: #f1f1f2; 
    cursor:pointer;
    vertical-align: middle;
    color: #202020;
    position:relative;
}
}