

/* BASE TYPOGRPHY */
body {
    font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #333333;
	font-weight: normal;
}
  body a { text-decoration: none; }
  body a:link { -webkit-tap-highlight-color: #ef5829 }


/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    font-family: "Conv_BebasNeue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #ef5829;
}
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    margin: 0 15px 15px 15px;
}
.typography h1 {
  font-family: "Conv_BebasNeue", Helvetica, Arial, sans-serif;
    font-size: 45px;
    color: #f1ebdf;
    line-height: 45px;
    background: #ef5829;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 0px;
    font-weight: normal;
    margin-bottom:0px;
}

.typography h1.bg-blue {
  background: #23bbb5; }

.typography h1.bg-green {
  background: #9aa621; }

.typography h1.bg-orange {
  background: #ef5829; }


.typography h2 {
	font-family: "Conv_BebasNeue", Helvetica, Arial, sans-serif;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 5px;
	font-weight: normal;
}
.typography h3 {
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}
.typography h4 {
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	margin-bottom: 5px;
	font-weight: normal;
}
.typography h5 {
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 5px;
	font-weight: normal;
}
.typography h6 {
	font-family: "ProximaNovaSemiBold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 5px 5px;
	color:#000;
	font-weight: normal;
}

.typography.blue h2, .typography.blue h3 , .typography.blue h4 , .typography.blue h5{
  color: #23bbb5 !important; }

.typography.green h2, .typography.green h3, .typography.green h4, .typography.green h5{
  color: #9aa621 !important; }

.typography.orange h2, .typography.orange h3, .typography.orange h4, .typography.orange h5{
  color: #ef5829 !important;  }

.typography.brown h2, .typography.brown h3, .typography.brown h4, .typography.brown h5{
  color: #936850 !important;  }

.typography.red h2, .typography.red h3, .typography.red h4, .typography.red h5{
  color: #CF2430 !important;  }

/* PARAGRAGHS */
.typography p {
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0 5px 10px 5px;
	color:#000;
	font-weight: normal;
}
.typography .text-bold {
	font-family: "ProximaNovaSemiBold", Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.typography .intro {
	font-family: "ProximaNovaSemiBold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
	font-weight: normal;
}
.typography em {
	font-style: italic;
}
::-moz-selection {
    background: #ef5829;
    color: #fff;
    text-shadow: none;
}
::selection {
    background:#ef5829;
    color: #fff;
    text-shadow: none;
}
/* LINKS */
.typography a,
.typography a.intro {
    color: #ef5829;
    text-decoration: none;
}
  .typography a:hover {
    color: #ef5829;
    text-decoration: none;
    border:none;
  }
  .typography a:focus { }

.typography.blue  a,
.typography.blue a.intro {
    color: #23bbb5 !important;
    text-decoration: none;
}
.typography.green  a,
.typography.green a.intro {
     color: #9aa621 !important;
    text-decoration: none;
}
.typography.orange  a,
.typography.orange a.intro {
    color: #ef5829 !important;
    text-decoration: none;
}
/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
	margin: 0 0 20px 25px; color:#000;
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.typography ul li {
	list-style-type: disc;
	color:#000;
	font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
  .typography li {
	  margin-bottom: 5px;
	  color:#000;
	  font-family: "ProximaNovaRegular", Helvetica, Arial, sans-serif;
	  font-size: 16px;
	  line-height: 22px;
	  font-weight: normal;
  }


/* TABLE STYLES
-------------------------------------------- */
.typography table {
    border-collapse: collapse;
    border: 1px solid #edd4a8f;
    border-spacing: 0;
    margin: 0 0 10px;
    text-align: left;
}
	.typography table.full-width {
		width: 100%;
		margin-top:20px;
	}
	.typography table tr:nth-child(odd) {
		background-color: #f1ebdf;
	}
	.typography table tr.odd,
	.typography table th,
	.typography thead td {
		background-color: #f9f6f1;
	}
	.typography table td,
	.typography table th {
		padding: 5px 5px;
		border: none;
		border-top: 1px solid #f1ebdf;
		border-bottom: 1px solid #f8f5eb;
		font-size: 13px;
		vertical-align: top;
	}
	.typography table td {
		color: #402323;
	}
	.typography table td.nowrap {
		white-space: nowrap;
	}
	.typography table th.status,
	.typography table td.status {
		padding: 0;
		width: 5px;
	}
	.typography table td.hilite-text {
		color: #000;
	}
	.typography table td.hilite-good {
		background: #a1d182;
	}
	.typography table td.hilite-bad {
/*		background: #ffeae2 url(../images/closed-bg.png) no-repeat center right;*/
		background: #dd4242;
	}
	.typography table th {
		border: none;
		font-family: "ProximaNovaBold", Helvetica, Arial, sans-serif;
		font-size: 14px;
		background: #402323;
		color: #edd4a8;
		font-weight: normal;
	}


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


/* IMAGES
-------------------------------------------- */
.typography img {
    height: auto;
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
    border:none;
}
.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 10px;
  }
  .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,
.image-caption {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-style: italic;
  color: #888;
  text-align: left;
}
.image-caption.align-right {
	text-align: right;
}


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

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

.typography .bg-blue{

}