/* TEMPLATE CUSTOM FONTS */
@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../webfonts/websymbols-regular-webfont.eot');
    src: url('../webfonts/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../webfonts/websymbols-regular-webfont.woff') format('woff'), url('../webfonts/websymbols-regular-webfont.ttf') format('truetype'), url('../webfonts/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #e1212b;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #e1212b;
    color: #fff;
    text-shadow: none;
}

/* HEADERS */
.typography h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.contact h1 {
    color: black !important;
}

.typography h2 {
    font-size: 28px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.typography h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 700;
}

.typography h4 {
    font-size: 20px;
    color: #16416b;
    font-weight: 900;
    text-transform: uppercase;
}

.typography h5 {
    font-size: 17px;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 25px
}

.typography h6 {
    font-size: 18px;
    color: #e1212b;
    font-weight: 700;
    line-height: 30px;
    margin-top: 15px
}


/* PARAGRAGHS */
.typography p {
    font-size: 17px;
    color: #767676;
    font-weight: 200;
    margin: 0;
}

.typography .intro {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
}

.typography em {
    font-style: italic;
}



/* LINKS */
article h6 a {
    color: #16416b;
    text-decoration: underline !important
}

article h6 a:hover {
    color: #e1212b;
    text-decoration: none
}

article p a {
    color: #16416b;
    text-decoration: underline !important
}

article p a:hover {
    color: #e1212b;
    text-decoration: none
}

article .thislist a {
    color: #16416b;
    text-decoration: underline !important
}

article .thislist a:hover {
    color: #e1212b;
    text-decoration: none
}

.typography a,
.typography a.intro {
    text-decoration: none;
}

.typography a:hover {
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li a {
    text-decoration: none !important
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography dl {}

.typography ul li {
    list-style-type: none;
}

.typography ul.thislist {
    padding: 0 0 0 40px;
    line-height: 30px;
}

.typography ul.thislist li {
    list-style: disc;
    font-size: 17px;
    color: #767676;
    font-weight: 200;
    margin: 0;
}

.typography ol.thislist {
    padding: 0 0 0 40px;
    line-height: 30px;
}

.typography ol.thislist li {
    font-size: 17px;
    color: #767676;
    font-weight: 200;
    margin: 0;
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    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
}


@media screen and (max-width: 800px) {
    h1 {
        margin-bottom: 5px
    }

}
