.typography {
  /* IMAGES 
	-------------------------------------------- */
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  line-height: 1.1;
  color: #155091;
  margin-top: 20px;
  margin-bottom: 15px;
}
.typography h1 {
  font-size: 26px;
  font-weight: 700;
}
.typography h2 {
  font-size: 24px;
  font-weight: 400;
  margin-top: 0px;
}
.typography h3 {
  font-size: 23px;
  font-weight: 700;
}
.typography h4 {
  font-size: 22px;
  font-weight: 400;
  color: #4b565f;
}
.typography h5 {
  font-size: 19px;
  font-weight: 700;
  color: #4b565f;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.typography h6 {
  font-size: 17px;
  font-weight: 400;
  padding-bottom: 10px;
  margin-top: 15px;
  color: #f2682b;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .typography h1 {
    font-size: 32px;
  }
  .typography h2 {
    font-size: 28px;
  }
  .typography h3 {
    font-size: 25px;
  }
  .typography h4 {
    font-size: 22px;
  }
  .typography h5 {
    font-size: 19px;
  }
  .typography h6 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .typography h1 {
    font-size: 36px;
  }
  .typography h2 {
    font-size: 32px;
  }
  .typography h3 {
    font-size: 26px;
  }
  .typography h4 {
    font-size: 23px;
  }
  .typography h5 {
    font-size: 20px;
  }
  .typography h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .typography h1 {
    font-size: 40px;
  }
  .typography h2 {
    font-size: 36px;
  }
  .typography h3 {
    font-size: 27px;
  }
  .typography h4 {
    font-size: 24px;
  }
  .typography h5 {
    font-size: 20px;
  }
  .typography h6 {
    font-size: 18px;
  }
}
.typography p {
  margin: 0 0 15px;
}
.typography .lead {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #155091;
}
@media (min-width: 768px) {
  .typography .lead {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  .typography .lead {
    font-size: 20px;
  }
}
.typography a {
  color: #f2682b;
  text-decoration: none;
}
.typography a:hover {
  color: #000;
  text-decoration: none;
}
.typography .arrow-link {
  color: #f2682b;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.typography .arrow-link:before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  padding-right: 5px;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: normal;
  color: #f2682b;
}
.typography p.arrow-link:after {
  content: "";
}
.typography p.arrow-link a {
  color: #f2682b;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
}
.typography p.arrow-link a:before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  padding-right: 5px;
  font-style: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  font-weight: normal;
  color: #f2682b;
}
.typography .action-button {
  border: 3px solid #be0101;
  display: inline-block;
  color: #be0101;
  cursor: pointer;
  padding: 8px 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.typography .action-button:hover {
  border-color: #333;
  color: #333;
}
.typography p.action-button a {
  border: 3px solid #be0101;
  display: inline-block;
  color: #be0101;
  cursor: pointer;
  padding: 8px 25px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}
.typography p.action-button a:hover {
  border-color: #333;
  color: #333;
}
.typography small,
.typography .small {
  font-size: 85%;
}
.typography cite {
  font-style: normal;
}
.typography .text-left {
  text-align: left;
}
.typography .text-right {
  text-align: right;
}
.typography .text-center {
  text-align: center;
}
.typography .text-justify {
  text-align: justify;
}
.typography b,
.typography strong {
  font-weight: 700;
}
.typography .page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
.typography hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #eaedef;
}
.typography ul,
.typography ol {
  padding-left: 15px;
  margin-top: 0;
  margin-bottom: 15px;
}
.typography ul ul,
.typography ol ul,
.typography ul ol,
.typography ol ol {
  margin-bottom: 0;
}
.typography ul li {
  list-style-type: none;
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.typography ul li:before {
  content: "\2022";
  font-weight: normal;
  position: absolute;
  display: block;
  left: 0;
  top: -2px;
  font-size: 15px;
  color: #f2682b;
}
.typography ul ul li:before {
  content: "-";
  left: 5px;
}
.typography .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.typography .list-unstyled li:before {
  content: "";
}
.typography .list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.typography .list-inline li:before {
  content: "";
}
.typography .list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.typography dl {
  margin-top: 0;
  margin-bottom: 21px;
}
.typography dt,
.typography dd {
  line-height: 1.42857143;
}
.typography dt {
  font-weight: bold;
}
.typography dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .typography .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .typography .dl-horizontal dd {
    margin-left: 180px;
  }
}
.typography blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee;
}
.typography blockquote p:last-child,
.typography blockquote ul:last-child,
.typography blockquote ol:last-child {
  margin-bottom: 0;
}
.typography blockquote footer,
.typography blockquote small,
.typography blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
.typography blockquote footer:before,
.typography blockquote small:before,
.typography blockquote .small:before {
  content: '\2014 \00A0';
}
.typography .blockquote-reverse,
.typography blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.typography .blockquote-reverse footer:before,
.typography blockquote.pull-right footer:before,
.typography .blockquote-reverse small:before,
.typography blockquote.pull-right small:before,
.typography .blockquote-reverse .small:before,
.typography blockquote.pull-right .small:before {
  content: '';
}
.typography .blockquote-reverse footer:after,
.typography blockquote.pull-right footer:after,
.typography .blockquote-reverse small:after,
.typography blockquote.pull-right small:after,
.typography .blockquote-reverse .small:after,
.typography blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.typography blockquote:before,
.typography blockquote:after {
  content: "";
}
.typography address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.42857143;
}
.typography .padding-top-bottom-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.typography .padding-top-bottom-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.typography .padding-top-bottom-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.typography .padding-top-bottom-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
}
.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;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-xqk8ht');
  src: url('fonts/icomoon.eot?#iefix-xqk8ht') format('embedded-opentype'), url('fonts/icomoon.ttf?-xqk8ht') format('truetype'), url('fonts/icomoon.woff?-xqk8ht') format('woff'), url('fonts/icomoon.svg?-xqk8ht#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-pictures:before {
  content: "\e010";
}
.icon-expand:before {
  content: "\e01a";
}
