/** ----------------------------------------------------------
 *
 * Contains the generic theme typography styles
 *
 *    Include color hex's or values of your grid
 *      #333333             - body
 *		#c8ce5d				- light green
 *		#026664				- dark green
 *      #b4c618				- CLAAS green
 *
 * ------------------------------------------------------- */

/* TEMPLATE CUSTOM FONTS */

@font-face {
    font-family: 'robotoblack';
    src: url('../webfonts/roboto-black-webfont.eot');
    src: url('../webfonts/roboto-black-webfont.eo.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/roboto-black-webfont.woff2') format('woff2'),
        url('../webfonts/roboto-black-webfont.woff') format('woff'),
        url('../webfontsopensans-italic-webfont.ttf') format('truetype'),
        url('../webfonts/roboto-black-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotobold';
    src: url('../webfonts/roboto-bold-webfont.eot');
    src: url('../webfonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/roboto-bold-webfont.woff2') format('woff2'),
        url('../webfonts/roboto-bold-webfont.woff') format('woff'),
        url('../webfonts/roboto-bold-webfont.ttf') format('truetype'),
        url('../webfonts/roboto-bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../webfonts/obotocondensed-regular-webfont.eot');
    src: url('../webfonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/robotocondensed-regular-webfont.woff2') format('woff2'),
        url('../webfonts/robotocondensed-regular-webfont.woff') format('woff'),
        url('../webfonts/robotocondensed-regular-webfont.ttf') format('truetype'),
        url('../webfonts/robotocondensed-regular-webfont.svg#roboto_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../webfonts/robotocondensed-bold-webfont.eot');
    src: url('../webfonts/robotocondensed-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/robotocondensed-bold-webfont.woff2') format('woff2'),
        url('../webfonts/robotocondensed-bold-webfont.woff') format('woff'),
        url('../webfonts/robotocondensed-bold-webfont.svg#roboto_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'robotoblack';
    src: url('../webfonts/roboto-black-webfont.eot');
    src: url('../webfonts/roboto-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/roboto-black-webfont.woff2') format('woff2'),
        url('../webfonts/roboto-black-webfont.woff') format('woff'),
        url('../webfonts/roboto-black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* BASE TYPOGRPHY */
body {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

body a {
    text-decoration: none;
    color: #333333;
}

body a:hover {
    color: #999999;
}

body a:hover {
    text-decoration: underline;
}

body a:link {
    -webkit-tap-highlight-color: #333333;
}


/* HEADERS */
h1 {
    font-weight: bold !important;
    font-size: 36px;
    line-height: 45px;
    margin: 10px 0 25px 0;
    border-bottom: #999999 solid 4px;
    padding-bottom: 5px;
    color: #333333;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-transform: uppercase;
    text-align: left;
}

h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
}

h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333333;
}

h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    font-family: 'robotobold', sans-serif;
    color: #333;
}


/* PARAGRAGHS */
p {
    font-size: 16px;
    line-height: 160%;
    font-family: 'Roboto Condensed', sans-serif;
    color: #333;
    text-align: left;
    margin: 0 0 20px;
}

.typography em {
    font-style: italic;
}

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

::selection {
    background: #333333;
    color: #fff;
    text-shadow: none;
}


/* LINKS */
.typography a,
.typography a.intro {
    color: #B80000;
    text-decoration: none;
}

.typography a:hover {
    color: #D80000;
    border-bottom: 1px dashed #B80000;
}

.typography a:focus {}


/* LIST STYLES
-------------------------------------------- */
ul,
ol,
dl {
    margin: 0 0 20px 35px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

ul li {
    /*     list-style-type: disc; */
}

li {
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-align: left;
    font-size: 16px;
}


/* TABLE STYLES
-------------------------------------------- */
.table {
    border-collapse: collapse;
    border: 1px solid #d4d4d4;
    border-spacing: 0;
    margin: 0px;
    text-align: left;
}

.table tr:nth-child(even) {
    background-color: #ededed
}

.table tr.even,
.table th,
.thead td {
    background-color: #ededed
}

.table td,
.table th {
    padding: 2px 5px;
    border: 1px solid #d4d4d4;
    vertical-align: top;
    max-width: none;
    width: unset;
}

.table th {
    font-weight: bold;
}

table tbody tr td.table p span {
    margin: 5px !important;
}


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

.typography .center {
    text-align: center
}

.typography .right {
    text-align: right
}

/* IMAGES 
-------------------------------------------- */
/*
img {max-width: 800px;height: auto; width: 100%; box-sizing: border-box; padding: 5px 0px;}
 background: transparent url(../images/ajax-loader.gif) no-repeat center center; */
img.photostyles {
    width: 30%;
    max-width: 400px;
    height: auto;
    display: inline-block;
    float: left;
}

img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}

img.right {
    float: right;
    max-width: 50%;
    /* Responsive width */
    margin: 5px 0 10px 20px;
}

img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}

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

.typography .photostyles p {
    width: auto;
    clear: both;
    color: #333;
    margin: 0;
    text-align: left;
    font-size: 18px;
    line-height: 150%;
}


/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
    background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
    font-family: "CamboRegular", Georgia, "Times New Roman", Times, serif;
    color: #777;
    display: block;
    font-style: italic;
    margin: 0 0 20px;
    float: right;
    text-indent: 30px;
    width: 50%;
    margin-left: 5%;
    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;
}