body {
    background: #494e6b;
    /*background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom left;
    background-size: contain;*/
    margin: 0;
    padding: 0;
    text-align: center;
}


.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}
* {
  box-sizing: border-box;
}


.wrapper {
  max-width: 1200px;
  width: 95%;
  display: block;
  margin: 0 auto;
  position: relative;
}


.block {
  float: left;
  width: 100%;
  display: block;
}


section.logo {
	padding: 75px 20px 0 50px;
}

	section.logo img {
		width: 100%;
		max-width: 500px;
	}


section.content {
	padding: 20px 20px 0px 20px;
}


	section.content h1 {
		color: #d5d5d5;
		margin: 0;
		padding: 35px 0 0px 0;
		font-size: 38px;
		font-family: 'Barlow Semi Condensed', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	}

  section.content h2 {
    color: #e63329;
    margin: 0;
    padding: 0 0 20px 0;
    font-size: 36px;
    font-family: arial, sans-serif;
  }  


    section.content p {
    color: #ffffff;
    margin: 0;
    padding: 0px 0 10px 0;
    font-size: 17px;
    font-family: 'Barlow Semi Condensed', arial, sans-serif;
    font-weight: 300;
    font-style: normal;    
  }



  .section.content .quote {
    display: block;
    
  }


    section.content blockquote,
    section.content cite {
    display: block;
    color: #ffffff;
    margin: 0;
    padding: 0px 0 0px 0;
    font-size: 17px;
    font-family: 'Barlow Semi Condensed', arial, sans-serif;
    font-weight: 300;
    font-style: normal;
  }  

      section.content blockquote {
      padding: 10px 0 7px 0;
      font-size: 22px;
      font-family: 'Barlow Semi Condensed', arial, sans-serif;
      font-weight: 400;
      font-style: italic;
    }  


      section.content cite {
      padding: 0px 0 30px 0;
      font-size: 18px;
      font-family: 'Barlow Semi Condensed', arial, sans-serif;
      font-weight: 300;
      font-style: normal;
      color: #d5d5d5;
    }      



      section.content p a {
        color: #d5d5d5;
        text-decoration: none;
      }

        section.content p a:hover {
          color: #fff;
          text-decoration: underline;
        }      


        section.content p.contactd {
          margin-top: 0px;
        }

      section.content .butset {
        margin: 20px 0 10px 0;
      }

        section.content .butset a.button {
          font-family: 'Barlow Semi Condensed', arial, sans-serif;
          font-weight: 300;          
          text-decoration: none;
          background: #004a9b;
          color: #fff;
          padding: 10px 16px;
        }      


        section.content .butset a.button:hover {
          font-family: 'Barlow Semi Condensed', arial, sans-serif;
          font-style: normal;          
          text-decoration: none;
          background: #e63329;
          color: #fff;
        }            