@charset "utf-8";
/* 
	typography.less
	
	Project: Project Name
	
*/
/*------ imports ------*/
/* 
	definitions.less
	
	Project: Project Name
	
*/
/* 
	mixins.less
	
	Project: Project Name
	
*/
.full {
  width: 100%;
}
.fluid-max {
  max-width: 1220px;
  padding: 0 20px;
  display: block;
  margin: 0 auto;
  position: relative;
}
.fluid-min {
  max-width: 960px;
  padding: 0 20px;
  display: block;
  margin: auto;
  position: relative;
}
.f_right {
  float: right;
  display: block;
}
.f_left {
  float: left;
  display: block;
}
.clear {
  display: block;
  clear: both;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.noborder {
  border: 0 !important;
}
.nobg {
  background: none !important;
}
.hidden {
  display: none !important;
}
/*------ flexbox ------*/
/*------ global elements------*/
body,
td {
  font: "Lato", Arial, Helvetica, sans-serif;
  color: #717174;
  line-height: 18px;
  letter-spacing: 0px;
  font-style: italic;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
p {
  padding: 0 0 10px 0;
  margin: 0;
}
ul,
ol {
  padding: 0 0 20px 0;
  margin: 0 0 0 40px;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0px;
  background: #fff;
  padding: 0;
  margin: 40px 0;
}
* {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 1em;
}
/*------ typography ------*/
/* global links */
a,
a:link,
a:visited {
  cursor: pointer;
}
a:hover,
a:active {
  cursor: pointer;
}
a {
  -webkit-transition: color 0.4s ease-in, background-color 0.4s ease-in;
  transition: color 0.4s ease-in, background-color 0.4s ease-in;
}
/* headings reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 30px;
  margin: 10px 0 20px;
}
h2 {
  font-size: 28px;
  margin: 10px 0 20px;
  color: #37939b;
  font-weight: 900;
}
h3 {
  font-size: 20px;
  margin: 15px 0 15px;
  color: #005581;
  font-weight: 900;
}
h4 {
  font-size: 14px;
  margin: 10px 0 10px;
}
h5 {
  font-size: 12px;
  margin: 10px 0 5px;
}
h6 {
  font-size: 11px;
  margin: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding: 0;
}
p,
ul li,
ol li {
  font-size: 16px;
  line-height: 1.5em;
}
p a,
ul li a,
ol li a {
  text-decoration: none;
  color: #37939b;
  font-style: italic;
}
p a:hover,
ul li a:hover,
ol li a:hover {
  color: #005581;
}
table {
  font-size: 16px;
}
blockquote {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 40px;
  margin: 0;
}
blockquote::before {
  content: "“";
  font-size: 200px;
  font-weight: 900;
  line-height: 1.1em;
  color: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
blockquote p {
  color: #333333;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
}
blockquote p:last-child {
  padding: 0;
}
small {
  color: #aaaaaa;
  font-size: 14px;
}
.airshed-zones {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 36px;
    margin: 10px 0 20px;
  }
  h3 {
    font-size: 20px;
    margin: 15px 0 15px;
  }
  h4 {
    font-size: 14px;
    margin: 10px 0 10px;
  }
  h5 {
    font-size: 12px;
    margin: 10px 0 5px;
  }
  h6 {
    font-size: 11px;
    margin: 0;
  }
  blockquote {
    font-size: 36px;
    padding: 50px 40px 60px 40px;
  }
  blockquote::before {
    content: "“";
    font-size: 250px;
  }
  blockquote p {
    font-size: 36px;
    line-height: 1em;
  }
  .airshed-zones {
    float: right;
    margin: 0;
  }
}
@media screen and (min-width: 1100px) {
  h2 {
    font-size: 48px;
    margin: 10px 0 20px;
    color: #37939b;
    font-weight: 900;
  }
  h3 {
    font-size: 24px;
    margin: 15px 0 15px;
    color: #005581;
    font-weight: 900;
  }
  h4 {
    font-size: 14px;
    margin: 10px 0 10px;
  }
  h5 {
    font-size: 12px;
    margin: 10px 0 5px;
  }
  h6 {
    font-size: 11px;
    margin: 0;
  }
  p,
  ul li,
  ol li {
    font-size: 18px;
  }
  table {
    font-size: 18px;
  }
  blockquote {
    font-size: 42px;
    max-width: 60%;
    padding: 60px;
    margin: 20px 0;
  }
  blockquote::before {
    font-size: 350px;
    line-height: 1.1em;
    top: 0;
    left: -30px;
    z-index: -1;
  }
  blockquote p {
    font-size: 42px;
    line-height: 1em;
  }
  .project-content blockquote {
    max-width: 80%;
  }
  small {
    font-size: 14px;
  }
}
