@charset "UTF-8";

/*---------------------------------------- UNIVERSAL STYLES ----------------------------------------*/		

html,body {
	background-color: #ddd;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	height: 100%;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
    -webkit-font-smoothing: antialiased;
}

.sectionContainer {
	margin-left: auto;
	margin-right: auto;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
}

p, h1, h2, h3, h4, blockquote, ol, ul {
	margin: 0 0 20px; 
}

h1, h2, h3, h4, h5 {
	letter-spacing: -0.025rem;
}

h1 {
	font-size: 36px;
	font-weight: 700;
}

h2 {
	font-size: 28px;
	font-weight: 400;
}

a {
	color: blue;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	color: #000099;
}

button {
	outline: none;
}

blockquote {
	background-color: #ccc;
	border-left: 5px solid #aaa;
	font-size: inherit;
}


button.cta {
	background: #cc0000;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	outline: none;
	letter-spacing: -0.025em;
	margin: 5px 0;
	padding: 8px 25px;
}
button.cta:hover {
	background: #990000;
}


/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.sectionContainer {
		padding-left: 10px;
		padding-right: 10px;
	}

}

/*---------------------------------------- HEADER ----------------------------------------*/

header {
    background-color: #fff;
    width: 100%;
    padding-bottom: 12px;
}

#advertisement {
	color: #777;
	font-size: 13px;
	margin: 0;
	text-align: center;
}

/*---------------------------------------- ARTICLE CONTENT ----------------------------------------*/

.articleContent {
	background-color: #fff;
	margin-bottom: 30px;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-top: 20px;
}

.articleDate {
	color: #999;
	font-size: 13px;
}

p.highlight {
	background-color: yellow;
}

/*----- Extra Small -----*/
@media(max-width: 767px){
	
	.articleContent {
		margin-bottom: 10px;
		margin-top: 10px;
	}

}

/*---------------------------------------- FOOTER ----------------------------------------*/

footer {
	background-color: #fff;
	font-size: 10px;
	line-height: 2em;
	padding: 50px 0;
	text-align: center;
}

footer ol, ul {
	margin: 0; 
}

footer a {
	font-size: 14px;
}

.copyright a {
	font-size: 10px;
}








/*----- Extra Small -----*/
@media(max-width: 767px){

}

/*----- Small -----*/
@media(min-width: 768px) and (max-width: 991px){

}

/*----- Medium -----*/
@media(min-width: 992px) and (max-width: 1199px){

}

/*----- Large -----*/
@media (min-width: 1000px){
	
}


/********** POPOVER STYLES **********/
.popover {
    background-color: #fef5c3;
    color: #666;
    border: 2px solid #fad611;
    font-size: 12px;
    line-height: 1.3em;
    max-width: 225px;
    padding: 5px;
}

.popover > .arrow {
    border-width: 12px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}

.popover.bottom > .arrow {
    top: -12px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #fad611;
}
.popover.bottom > .arrow:after {
    top: 3px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fef5c3;
}
/********** END POPOVER STYLES **********/
