/*============================================
 * Typography Stylesheet
 * Project:  North American
 * Table of Contents
 *  ^Fonts
 *  ^Headings
 *  ^Lists
 *  ^Links
 *  ^Paragraph Level
 * ============================================ */
/* ^Fonts ===================================== */
@font-face {
  font-family: "Univers 45 Condensed";
  src: url("../fonts/universltstd-lightcn-webfont.eot");
  src: url("../fonts/universltstd-lightcn-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/universltstd-lightcn-webfont.woff") format("woff"), url("../fonts/universltstd-lightcn-webfont.ttf") format("truetype"), url("../fonts/universltstd-lightcn-webfont.svg#univers_lt_std_47_cn_ltRg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Univers 45";
  src: url("../fonts/universltstd-light-webfont.eot");
  src: url("../fonts/universltstd-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/universltstd-light-webfont.woff") format("woff"), url("../fonts/universltstd-light-webfont.ttf") format("truetype"), url("../fonts/universltstd-light-webfont.svg#univers_lt_std_45_lightRg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lexend-Regular";
  src: url("../fonts/universltstd-webfont.eot");
  src: url("../fonts/universltstd-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/universltstd-webfont.woff") format("woff"), url("../fonts/universltstd-webfont.ttf") format("truetype"), url("../fonts/universltstd-webfont.svg#univers_lt_std_55regular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ^Default ===================================== */
body {
  font: 15px/22px "Univers 45", Arial, sans-serif; }

/* ^Headings ===================================== */
h1, .h1 {
  color: #c8000e;
  font: 30px/35px "Lexend-Regular", Arial, sans-serif;
  letter-spacing: -1px;
  margin: 0 0 11px; }

h2, .h2 {
  color: #c8000e;
  font: 25px/30px "Univers 45", Arial, sans-serif;
  letter-spacing: -1px;
  margin: 30px 0 11px; }

h3, .h3 {
  color: #c8000e;
  font: 20px/23px "Univers 45", Arial, sans-serif;
  margin: 16px 0 11px; }

h4, .h4 {
  color: #c8000e;
  font: 16px/25px "Univers 45", Arial, sans-serif;
  margin: 0 0 11px; }

h5, .h5 {
  color: #36322f;
  font: 14px/22px "Lexend-Regular", Arial, sans-serif;
  margin: 16px 0 11px; }

h6, .h6 {
  color: #36322f;
  font: 14px/22px "Lexend-Regular", Arial, sans-serif;
  margin: 0 0 0 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

.page-title {
  color: #c8000e;
  font: 35px/40px "Univers 45", Arial, sans-serif;
  margin: 0;
  padding-bottom: 15px;
  text-shadow: 0 1px 0 white; }

.home-title {
  color: white;
  padding-bottom: 30px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 0 0 4px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.5); }

/* ^Links ===================================== */
a {
  -moz-transition: border 0.15s, color 0.15s;
  -ms-transition: border 0.15s, color 0.15s;
  -webkit-transition: border 0.15s, color 0.15s;
  transition: border 0.15s, color 0.15s;
  border-bottom: solid 1px;
  color: #00669b;
  cursor: pointer;
  position: relative;
  text-decoration: none; }
  a:hover {
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    color: #222222; }
    .no-rgba a:hover {
      border-bottom: transparent 1px; }
  a:active {
    top: 1px; }
    
    .container a h3 
    {
        text-decoration: none;
    }
     
     .container a:hover h3 
    {
        text-decoration: underline;
    }

/* ^Lists ===================================== */
ul, ol {
  margin: 0 0 20px 0; }
  ul:last-child, ol:last-child {
    margin-bottom: 0; }

li {
  margin: 0 0 7px 24px; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

/* ^Paragraph Level ===================================== */

p {
  margin: 0 0 22px 0; }
  
  p:last-child {
    margin-bottom: 0; }
  
  p.intro {
    color: #36322f;
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    padding-bottom: 30px;
    text-shadow: 0 1px 0 white; }

strong {
  color: #222222;
  font-family: "Lexend-Regular";
  font-weight: normal; }

em, q {
  color: #222222;
  font-style: italic; }

blockquote {
  border-top: solid 1px #dddcdc;
  border-bottom: solid 1px #dddcdc;
  font-style: italic;
  padding: 15px 0; }

img {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  height: auto;
  /*margin: 0 0 22px 0;*/
  max-width: 100%; }
  img.fl {
    float: left;
    margin-right: 22px;
    max-width: 50%; }
    
   .localMovingImg img 
    {
        float: left;
        margin-right: 22px;
        max-width: 50%;
       
    }
    
  img.fr {
    float: right;
    margin-left: 22px;
    max-width: 50%; }

small {
  display: block;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0;
  opacity: 0.75; }

sup {
  position: relative;
  top: -2px; }
