@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic,900,900italic,300italic,300);
@charset "utf-8";
/* 
	typography.less
	Project: Theme 2
*/
/*------ imports ------*/
/* 
	definitions.less
	Project: Theme 2
*/
/* 
	mixins.less
	Project: Theme 2
*/
.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;
}
/*------ buttons ------*/
.button,
a.button,
button.button {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  background: #5da800;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button .fa,
a.button .fa,
button.button .fa {
  margin-right: 5px;
  color: #ffffff;
}
.button:hover,
a.button:hover,
button.button:hover {
  color: #ffffff;
  background: #222222;
}
.button:hover .fa,
a.button:hover .fa,
button.button:hover .fa {
  color: #ffffff;
}
.button.button-small {
  padding: 15px 30px;
  font-size: 14px;
}
.button.button-bold {
  font-weight: 900;
}
.button.button-faded {
  background: rgba(93, 168, 0, 0.6);
}
.button.button-faded:hover {
  background: rgba(34, 34, 34, 0.6);
}
.button.error {
  background: #aa0000;
}
.button.error:hover {
  background: #222222;
}
.dash {
  display: inline-block;
  margin: 0 5px;
  color: #666666;
}
/*------ global elements------*/
body,
td {
  font: 18px "Lato", "Arial", sans-serif;
  color: #717174;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0px;
  -webkit-font-smoothing: antialiased;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
p {
  padding: 0 0 10px 0;
  margin: 0;
}
ul,
ol {
  margin: 0 0 0 40px;
  padding: 0 0 20px 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding: 0;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  height: 0px;
  background: #ffffff;
  padding: 0;
  margin: 40px 0;
}
hr.short {
  margin: 10px 0;
}
* {
  font-family: "Lato", "Arial", sans-serif;
  font-style: italic;
  color: #717174;
  line-height: 1em;
}
p,
ul li,
ol li {
  font-size: 18px;
  line-height: 1.5em;
}
/*------ typography ------*/
/* global links */
a,
a:link,
a:visited {
  cursor: pointer;
}
a:hover,
a:active {
  cursor: pointer;
}
a {
  text-decoration: none;
  color: #5da800;
  font-style: italic;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
a .fa {
  color: #5da800;
  transition: color 0.3s ease-in, background-color 0.3s ease-in;
}
a:hover {
  color: #333333;
}
a:hover .fa {
  color: #333333;
}
/* headings reset */
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 60px;
  margin: 10px 0 20px;
  font-weight: 900;
}
h2 {
  font-size: 48px;
  margin: 10px 0 20px;
  color: #5da800;
  font-weight: 900;
}
h3 {
  font-size: 32px;
  margin: 15px 0 15px;
  color: #5da800;
  font-weight: 900;
}
h4 {
  font-size: 24px;
  margin: 10px 0 10px;
  color: #222222;
  font-weight: 900;
}
h5 {
  font-size: 18px;
  margin: 10px 0 10px;
  color: #333333;
  font-weight: 700;
}
h6 {
  font-size: 16px;
  margin: 10px 0 10px;
  color: #333333;
  font-weight: 700;
}
/*------responsive------*/
@media all and (max-width:1024px) {
  h1 {
    font-size: 56px;
  }
  h2 {
    font-size: 42px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
    font-weight: 900;
  }
  h6 {
    font-size: 16px;
  }
}
@media all and (max-width:768px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 20px;
  }
}
@media all and (max-width:480px) {
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 34px;
  }
}
table {
  font-size: 18px;
}
table.no-borders tr {
  border-bottom: none;
}
table.no-borders tr td {
  border-bottom: none;
}
small {
  color: #b3b3b3;
  font-size: 14px;
}
/*------responsive------*/
@media all and (max-width:768px) {
  small {
    display: inline-block;
    line-height: 1.5em;
  }
}
blockquote {
  position: relative;
  z-index: 1;
  max-width: 60%;
  margin: 20px 0;
  padding: 60px;
  color: #333333;
  font-size: 42px;
  font-weight: 700;
}
blockquote::before {
  content: "“";
  position: absolute;
  top: 0;
  left: -30px;
  font-size: 350px;
  font-weight: 900;
  line-height: 1.1em;
  color: #eeeeee;
  z-index: -1;
}
blockquote p {
  font-weight: 700;
  font-size: 42px;
  line-height: 1em;
  color: #333333;
}
blockquote p:last-child {
  padding: 0;
}
/*------responsive------*/
@media all and (max-width:1024px) {
  blockquote {
    padding: 50px 40px 60px 40px;
    font-size: 36px;
  }
  blockquote::before {
    content: "“";
    left: -15px;
    font-size: 250px;
  }
  blockquote p {
    font-size: 36px;
  }
}
@media all and (max-width:768px) {
  blockquote {
    max-width: 100%;
    margin: 0;
    padding: 40px;
    font-size: 24px;
  }
  blockquote::before {
    left: 0;
    font-size: 200px;
  }
  blockquote p {
    font-size: 24px;
  }
}
/*------ Email Specific Styles ------*/
#email_wrapper * {
  font-style: normal;
}
#email_wrapper p {
  padding-bottom: 15px !important;
  font-size: 16px;
}
#email_wrapper small {
  display: inline-block;
  line-height: 1.5em;
}
#email_wrapper .button {
  font-size: 14px !important;
}
