body {
    font-size: 16px;
    line-height: 1.2;
    font-family: 'Roboto Condensed', helvetica, arial, sans-serif;
    color: #333333;
    -webkit-font-smoothing: antialiased;
    background-color: #ffffff;
}

a {
    /*color: #085b92;*/
    color: #004989;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: underline;
}

a.textDecorationNone_hover:hover {
    text-decoration: none;
}

a.lookAsText {
    color: #333333;
}

a.lookAsText:hover {
    text-decoration: none;
}

.userGeneratedText {
    position: relative;
}

/*Block bold in headings */

.userGeneratedText h1 strong,
.userGeneratedText h2 strong,
.userGeneratedText h3 strong {
    background-color: #aeb3b9;
}

.userGeneratedText h1 span[style="color:#a40d14;"],
.userGeneratedText h1 span[style="color:#a40d14"] {
    outline: 5px dotted #a40c13;
}

.userGeneratedText.placeGroupTitle h1 {
    text-align: left !important;
    line-height: 80% !important;
}

/*.userGeneratedText p[style="margin-left:40px;"],*/
/*.userGeneratedText p[style="margin-left:40px"] {*/
/*background-color: #bbffbb;*/
/*}*/

/* Heading 1*/
.userGeneratedText h1 {
    font-size: 28px;
    line-height: 1.1;
    margin-top: 30px;
    margin-bottom: 5px;
    color: #a40c13;
}

.userGeneratedText h1:first-child {
    margin-top: 0;
}

.userGeneratedText h1:last-child {
    margin-bottom: 0;
}

/* Heading 2 */
.userGeneratedText h2 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: bold;
}

.userGeneratedText h2:last-child {
    margin-bottom: 0;
}

.userGeneratedText h2:first-child {
    margin-top: 0;
}

/* Heading 3 */
.userGeneratedText h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: bold;
}

.userGeneratedText h3:last-child {
    margin-bottom: 0;
}

.userGeneratedText h3:first-child {
    margin-top: 0;
}

/* P, UL, OL margins */
.userGeneratedText p,
.userGeneratedText ul,
.userGeneratedText ol {
    margin-bottom: 10px;
}

.userGeneratedText.notParagraph p,
.userGeneratedText.notParagraph ul,
.userGeneratedText.notParagraph ol {
    margin-bottom: 0;
}

.userGeneratedText p:last-child,
.userGeneratedText ul:last-child,
.userGeneratedText ol:last-child {
    margin-bottom: 0;
}

.userGeneratedText strong,
.userGeneratedText b {
    font-weight: bold;
}

.userGeneratedText em,
.userGeneratedText i {
    font-style: italic;
}

.userGeneratedText ul {
    list-style-type: disc;
    list-style-position: outside;
}

.userGeneratedText ol {
    list-style-type: decimal;
    list-style-position: outside;
}

.userGeneratedText ol li,
.userGeneratedText ul li {
    margin-left: 30px;
    margin-bottom: 5px;
}

.userGeneratedText ol li:last-child,
.userGeneratedText ul li:last-child {
    margin-bottom: 0;
}

.userGeneratedText.admin .mobileHideWhenShort {
    background-color: #99dd99;
}

/*
	NARROW
================================================== */

.userGeneratedText.narrow {
    font-size: 13px;
    line-height: 1.3;
}

.userGeneratedText.narrow h2 {
    font-size: 15px;
    line-height: 1.2;
}

/*
	SPECIAL CASES
================================================== */

/* Only first header is visible */
.userGeneratedText.onlyFirstHeader > div * {
    display: none;
}

.userGeneratedText.onlyFirstHeader > div h1:first-of-type,
.userGeneratedText.onlyFirstHeader > div h2:first-of-type,
.userGeneratedText.onlyFirstHeader > div h3:first-of-type {
    display: block;
    margin-bottom: 0;
   	margin-top: 0;
}

/* Make all headers plain text */
.userGeneratedText.plainHeader > div h1,
.userGeneratedText.plainHeader > div h2,
.userGeneratedText.plainHeader > div h3 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
}

/*
	h1 Title
================================================== */

div.userGeneratedText.into h1 {
	font-size: 48px;
	line-height: 130%;
	font-weight: normal;
	font-style: normal;
	font-stretch: condensed;
	letter-spacing: normal;
	text-align: center;
}