/* roboto-condensed-300 - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/roboto-condensed-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: block; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



* {
      margin: 0;
      padding: 0;
  }

  html {
      height: 100%;
      font-size: 10px;
  }

  body {
      height: 100%;
      overflow-y: scroll;
      background: #fff;
      font-family:'Roboto Condensed', sans-serif;
      font-size: 2.6rem;
      font-weight: 300;
      line-height: 150%;
      height: 100%;
      color: #000;
  }

  a {
    color: #000;
    text-decoration: none;
  }

  a:hover {
      color: #65b32e;

  }

    p {
        margin-bottom: 1.5rem;
    }


bold, strong {
  font-weight: 400;
}



h1 {
    font-size: 3.5rem;
    color: #000;
    margin-bottom: 10px;
    line-height: 130%;
    font-weight: 400;
}
/*
h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 130%;
}

h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
}

h4 {
    font-size: 28px;
    font-weight: 500;
    line-height: 130%;
}

*/
small {
      font-size: 2rem;
}

#wrapper {
      min-height: 100%;
      height: auto;
      position: relative;
}

#header {
    position: relative;
    padding-top: 15rem;
}

#logo_wrapper {
    background: #fff;
    margin-bottom: 10rem;
}

#logo {
      width: auto;
      height: 20rem;
      margin: 0 auto;
      display: block;
      position: relative;
}

#content {
      width: 120rem;
      position: relative;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 15rem;
      box-sizing: border-box;
}

#content .left {
    text-align: left;
}

#content ul {
    list-style: none;
}

#content ul li {
    position: relative;
    padding-left: 20px;
}

#content ul li:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c3000b;
    left: 0;
    top: 17px;
}

#footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60px;
    text-align: center;
    background: #c3000b;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
}

#footer a, #footer a:hover {
    color: #fff;
}





/*

@media (max-width: 1180px) {

  body {
      font-size: 22.1px;
  }


    p {
        margin-bottom: 13px;
    }


h1 {
    font-size: 45.9px;
    margin-bottom: 9px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 27.2px;
}

h4 {
    font-size: 23.8px;
}


small {
      font-size: 17px;
}

#wrapper {
      min-height: 100%;
      height: auto;
      position: relative;
}

#header {
    padding-top: 70px;
}

#logo_wrapper {
    padding: 42px 0;
    margin-bottom: 42px;
}

#logo {
      height: 185px;
}

#header p {
    font-size: 42px;
}

#content {
      width: 952px;
      padding: 85px 0 127px;
}

#content ul li {
    position: relative;
    padding-left: 17px;
}

#content ul li:before {
    width: 6px;
    height: 6px;
    top: 15px;
}

#footer {
    height: 51px;
    line-height: 51px;
    font-size: 15.3px;
}

 }




@media (max-width: 980px) {

#logo {
      height: 160px;
}

#content {
      width: 100%;
      padding: 85px 30px 127px;
      box-sizing: border-box;
}

  
}




  @media (max-width: 760px) {
  
  #logo {
      height: 120px;
}

#content {
      width: 100%;
      padding: 70px 25px 127px;
      box-sizing: border-box;
}

#header {
    padding-top: 50px;
}

#logo_wrapper {
    padding: 30px 0;
    margin-bottom: 30px;
}

h1 {
    font-size: 45.9px;
    margin-bottom: 9px;
}

h2 {
    font-size: 34px;
}

h3 {
    font-size: 27.2px;
}

h4 {
    font-size: 23.8px;
}


small {
      font-size: 17px;
}

#header p {
    font-size: 36px;
}
  
}


  @media (max-width: 460px) {
  
  .hd_smpt {
    display: none;
}

.sh_smpt {
    display: block !important;
}
  
  #logo_wrapper {
    padding: 25px 30px;
}

#header p {
    font-size: 38px;
}
  
    #logo {
      height: auto;
      width: 100%;
}
  
  .lineheight_small {
    line-height: 110%;
    display: inline-block;
}

#content {
      padding: 70px 20px 127px;
}
  
 
}
