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

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,
.responseButtonBig:hover,
.responseButtonBig:active,
.responseButtonBig:focus{
    color: #fff;
	background-color: #383838;
    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;
}

.A {
    background-color: #29339b;
}

.B {
    background-color: #6d76c5;
}

.C {
    background-color: #bcc0e1;
}

.D {
    background-color: #ecc3C0;
}

.E {
    background-color: #e37169;
}

.F {
    background-color: #b81f14;
}

.none {
    display:none;
}

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

.expandSymbol, .expandSymbolBig {
    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;
}

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

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

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

@media all and (max-width: 550px) {
    
    
    .response {
    right: 30px;
}
    
    .expertise {
    font-size: 14px;    
    }
    
    .headingBig {
    display: inline;    
    font-size: 18px;
    font-weight: 600;
    margin-top: -13px;
    font-family: 'Montserrat', sans-serif;  
    }
    
    .iconBig {
    display: inline;     
    float: left;
    width: auto;
    height:50px;
    margin-right: 10px;
    margin-top: 10px;
    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:default;
    vertical-align: middle;
    color: #202020;
    position:relative;
    }
    
    .expandSymbolBig {
    position:absolute;
    float: right;
    font-weight: bold;
    font-size: 18px;
    right: 10px;
    top:30px;
    }
}
