h1.header {
  font-family: "GothamPro",sans-serif; 
  font-size: 70px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3B6B7F;
  line-height: 70px;
}

h1 a {color: #3B6B7F!important;}

h2, h3 {
  font-family: "GothamPro",sans-serif;
  text-transform: uppercase;
  font-weight: 300!important;
  font-size: 40px!important;
  line-height: 50px;
  color: #3B6B7F!important;
  }

  h2 a {color: #3B6B7F!important;}

p {
  font-family: "gitan-latin",sans-serif!important;
  font-size: 1.25rem !important;
  margin: 0 0 30px 0;
  color: #707070;
  }

nav ul li {
    font-family: "GothamPro",sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    }  

  .has-bumpers-of-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .has-topbumper-of-20 {
    margin-top: 20px;
  }

  .has-topbumper-of-50 {
    margin-top: 50px;
  }

  .has-topbumper-of-80 {
    margin-top: 80px;
  }

  .has-bottombumper-of-30 {
    margin-bottom: 60px;
  }

  .is-floating-left {
    float: left;
    margin-right: 60px;
    margin-bottom: 60px;
  }

  @media screen and (min-width: 1088px) {
    .is-sidepadded {
        padding-left: 30px;
        padding-right: 30px;
    } }

  @media screen and (min-width: 1280px) {
  .is-sidepadded {
      padding-left: 60px;
      padding-right: 60px;
  } }


  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    }
    
    .video-container iframe,
    .video-container object,
    .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
  
    .aligncenter {
      display: block; margin-left: auto; margin-right: auto
    }

    ul {
      padding-left: 1rem;
      list-style-type: circle;
    }
    
    ul li {
      padding-left: 1rem;
  font-family: "gitan-latin",sans-serif;
  font-size: 1.25rem !important;
    }

    blockquote, blockquote p { font-style: italic; }
  blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
  
  form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 300px;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }

	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }