* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #fff url("../img/background.jpg") repeat-x fixed;
  padding-top: 20px; }

a, a:hover, a:focus, input:focus, textarea:focus, select:focus, button:focus {
  text-decoration: none;
  outline: none !important; }

img {
  max-width: 100%; }

a img:hover {
  opacity: 0.7; }

.align-center {
  text-align: center !important; }

.align-right {
  text-align: right !important; }

.row {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  clear: both;
  width: 100%; }

.clear {
  clear: both; }

b, strong, i, .strong {
  font-weight: 700; }

h1, h2, h3, h4, h5, h6, p, ul, ol, a, input, select, textarea, button, label {
  font-family: 'open sans', arial, sans-serif;
  line-height: 140%;
  color: #467364; }

p, button, ul, ol {
  font-size: 16px;
  font-weight: 400; }

p, ul, ol {
  margin: 0 0 15px 0; }
  p a, ul a, ol a {
    font-weight: 700; }

ul, ol {
  padding-left: 20px; }

a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #a9d26d; }

small {
  font-size: 13px; }

.green {
  color: #a9d26d; }

.uppercase {
  text-transform: uppercase; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 0 15px 0;
  font-size: 40px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px;
  color: #a9d26d; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 20px;
  font-weight: 400; }

.container {
  max-width: 1170px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto; }

.box {
  background: #e5f1d3;
  padding: 30px;
  min-height: 90vh; }

.logo {
  width: 30%;
  float: left;
  margin: 0 20px 0 0; }

.title {
  letter-spacing: 1px;
  float: left;
  margin: 0;
  font-family: 'roboto', arial, sans-serif;
  font-weight: 400;
  line-height: 130%; }

.menu {
  width: 30%;
  float: left;
  padding: 0;
  margin: 20px 0 0 0;
  list-style-type: none; }
  .menu li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .menu li a {
      display: block;
      width: 100%;
      padding: 10px 20px;
      line-height: 130%;
      background: #467364;
      color: #fff;
      margin-bottom: 3px;
      font-weight: 400;
      letter-spacing: 1px; }
    .menu li:hover a, .menu li.active a {
      color: #fff;
      background: #a9d26d; }
    .menu li.dropdown > a {
      background-image: url("../img/down.png");
      background-repeat: no-repeat;
      background-position: right center;
      cursor: pointer; }
      .menu li.dropdown > a:hover {
        background-image: url("../img/up.png"); }
    .menu li.dropdown ul {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 0;
      max-height: 0;
      overflow: hidden;
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .menu li.dropdown ul li a {
        background: #b5c7c1 !important;
        color: #467364 !important;
        font-weight: 300; }
        .menu li.dropdown ul li a strong {
          font-weight: 600; }
        .menu li.dropdown ul li a:hover strong, .menu li.dropdown ul li a.active strong {
          color: #fff; }
    .menu li.dropdown.clicked a, .menu li.dropdown:hover a, .menu li.dropdown.active a {
      background-color: #a9d26d;
      background-image: url("../img/up.png"); }
    .menu li.dropdown.clicked ul, .menu li.dropdown:hover ul, .menu li.dropdown.active ul {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      opacity: 1;
      max-height: 500px;
      overflow: visible; }

.content {
  margin: 20px 0 50px 0;
  float: left;
  width: 70%;
  background: #fff;
  padding: 30px;
  border-bottom: 15px solid #a9d26d; }
  .content .pdficon {
    width: 100px;
    float: left;
    vertical-align: middle;
    margin: 0 20px 15px 0; }
  .content a + h5, .content a + h6 {
    margin-bottom: 0; }
  .content.policy p, .content.policy ul, .content.policy ol {
    font-size: 14px; }
    .content.policy p small, .content.policy ul small, .content.policy ol small {
      font-size: 12px; }
    .content.policy p li ul, .content.policy p li ol, .content.policy ul li ul, .content.policy ul li ol, .content.policy ol li ul, .content.policy ol li ol {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .content.policy p li ul li, .content.policy p li ol li, .content.policy ul li ul li, .content.policy ul li ol li, .content.policy ol li ul li, .content.policy ol li ol li {
        padding: 0 0 0 15px;
        margin: 0 0 5px 0;
        position: relative; }
        .content.policy p li ul li::before, .content.policy p li ol li::before, .content.policy ul li ul li::before, .content.policy ul li ol li::before, .content.policy ol li ul li::before, .content.policy ol li ol li::before {
          content: '-';
          position: absolute;
          left: 0; }
  .content.policy h6 {
    font-weight: 700;
    text-transform: uppercase; }
  .content.policy .strong, .content.policy .uppercase {
    margin-bottom: 5px; }

.dots {
  width: auto;
  display: block;
  margin: 80px auto 0 auto; }

.footer {
  width: 100%;
  background: #fff;
  padding: 10px 0 20px 0; }
  .footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer ul li {
      display: inline-block;
      margin-right: 15px; }
      .footer ul li, .footer ul li a {
        font-size: 12px;
        color: #333;
        font-weight: 300; }
        .footer ul li:hover, .footer ul li a:hover {
          color: #a9d26d; }

@media (max-width: 1199px) {
  .title {
    font-size: 30px !important;
    margin-top: 20px; } }
@media (max-width: 991px) {
  .logo, .title {
    float: none;
    display: block;
    text-align: center;
    width: auto;
    max-width: 100%;
    margin: 0 auto 15px auto; }

  p, a, button, ul, ol {
    font-size: 14px; }

  small {
    font-size: 12px; }

  h1 {
    font-size: 35px; }

  h2 {
    font-size: 20px; }

  h3 {
    font-size: 18px;
    color: #a9d26d; }

  h4 {
    font-size: 18px; }

  h5 {
    font-size: 16px; }

  h6 {
    font-size: 16px;
    font-weight: 400; }

  .content .pdficon {
    width: 70px; } }
@media (max-width: 767px) {
  .logo {
    width: 100%;
    max-width: 250px; }

  .title {
    font-size: 25px !important;
    line-height: 120%; }

  .menu, .content {
    float: none;
    display: block;
    width: 100%; }

  .menu {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 599px) {
  .content .pdficon {
    float: none;
    display: block;
    margin: 0 auto 15px auto; } }

/*# sourceMappingURL=style.css.map */
