body {
    font-family: 'Ciutadella Rounded W01 Regular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #333333;
}

@media (max-width: 768px){
    /*body {
        font-size: 18px;
        line-height: 25px;
    }*/
}

::selection,
::-moz-selection { /* Applies style to highlighted portion of a page */
    background: none;
    color: #fff;
    text-shadow: none;
}

.typography .upper,
.upper
{
    text-transform: uppercase;
}

.typography .bold,
.bold
{
    font-family:'Ciutadella Rounded W01 Medium';
}

.typography .thin,
.thin {
    font-family:'Ciutadella Rounded W01 Light';
}

/* HEADERS */
.typography h1,
.typography h2
{
    font-family:'Ciutadella Rounded W01 Regular';
}

.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family:'Ciutadella Rounded W01 Medium';
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-weight: normal;
    color: #343434;
    margin-top: 0;
}
.typography h1 {
    display: block;
    text-align: center;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0 0 1.4em 0;
}

.typography h2 {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 2em;
    display: block;
    text-align: center;
}

/*@media (max-width: 768px){
    .typography h1,
    .typography h2 {
        font-size: 2.0em;
    }
}*/


.typography h3 {
    font-size: 1.4em;
    line-height: 1.2em;
    margin-bottom: 1.4em;
    display: block;
    text-align: center;
    font-family: 'Ciutadella Rounded W01 Regular';
}

.typography .teaser-box h4 {
    font-size: 1.5em;
    font-family:'Ciutadella Rounded W01 Regular';
}

.typography .teaser-box p.description {
    margin: 0 0 2em;
    text-align: center;
    font-family: 'Ciutadella Rounded W01 Light';
}

.typography h4 { font-size: 1.3em; line-height: 1.3em; margin-bottom: 0.5em; }
.typography h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
.typography h6 { font-size: 14px; line-height: 20px; font-weight: bold; margin-bottom: 5px; }

h1:after,
.content > h3:after {
    content:'';
    border-bottom: 2px solid #444444;
    display: block;
    margin: 0 auto;
    height: 0.8em;
    width: 3.3em;
}

h2:after {
    content:'';
    border-bottom: 2px solid #444444;
    display: block;
    margin: 0 auto;
    height: 0.6em;
    width: 3.3em;
}

/* PARAGRAGHS */
.typography  p {
    font-size: 1em;
    line-height: 1.25em;
    margin: 0 0 20px;
}

.typography .content  p {
    margin: 0 0 2.5em;
}


.typography em {
    font-style: italic;
}

::selection,
::-moz-selection {
    background: #b80000;
    color: #fff;
    text-shadow: none;
}

/* LINKS */
.typography a {
    font-size: 1em;
}

.typography a {
    font-family:'Ciutadella Rounded W01 Medium';
    color: #444444;
    text-decoration: none;
}

.typography a:hover {
    color: #666666;
}

.typography a:focus {
}


/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
    margin: 0 0 20px 25px;
}

.typography ul li {
    list-style-type: disc;
}
.typography li {
    margin-bottom: 5px;
}


/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
}
.typography table tr:nth-child(even) {
    background-color: #ededed
}
.typography table tr.even,
.typography table th,
.typography thead td {
    background-color: #ededed
}
.typography table td,
.typography table th {
    padding: 2px 5px;
    border: 1px solid #d4d4d4;
    vertical-align: top;
}
.typography table th {
    font-weight: bold;
}


/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
    text-align: left
}
.typography .center {
    text-align: center
}
.typography .right {
    text-align: right
}


/* IMAGES
-------------------------------------------- */
.typography img {
    height: auto;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}
.typography .captionImage { width: 100%; margin-top: 5px; }
.typography .captionImage img { margin: 0; }
.typography .captionImage.left {
    float: left;
    margin: 5px 30px 20px 0px;
}
.typography .captionImage.right{
    float: right;
    margin: 5px 0 20px 30px;
}
.typography .captionImage.left[style],
.typography .captionImage.right[style] {
    max-width: 50%; /* Overides core width to make responsive */
}
.typography .captionImage.left img,
.typography .captionImage.right img {
    float: none;
    max-width: none;
    width: 100%;
}
.typography .captionImage.left img {
    margin-right: -10px;
}
.typography .captionImage.right img {
    margin-left: -10px;
}
.typography .captionImage.right p {
    margin-left: -10px;
    text-align: left;
    margin-left: -10px;
}
.typography .captionImage.leftAlone{
    float:none;
    margin: 0 20px 20px 0px;
}
.typography .captionImage.center{
    margin: 0 auto 20px;
}
.typography .captionImage p {
    clear: both;
    margin: 5px 0;
    font-style: italic;
    color: #888;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
    background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
    color: #777;
    display: block;
    font-style: italic;
    margin: 0 0 20px 5%;
    float: right;
    text-indent: 30px;
    width: 50%;
    clear: both;
}
.typography blockquote p {
    font-size: 17px;
    line-height: 25px;
}
.typography pre {
    background: #F7F7F7;
    border: 1px solid #E4E4E4;
    font-family: Courier, monospace;
    margin: 0 0 20px 0;
    padding: 15px;
    clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
    display: block;
    margin-bottom: 20px;
}
