	#header {
		width:100%;
		height: 400px;
		background: #1B3446;
		/*border-bottom: 1px solid #E2E6EC;*/
	}


	#hero h1 {
		color: #FFF;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 600;
	}

	#hero h2 {
		color: #FFF;
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 200;
		font-size: 20px;
		line-height: 22px;
		text-align: center;
	}

	#status {
		background: #FFE595;
		width: 100%;
	}


	#status h3{
		color: #4d4d4d;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#top-container-fluid {
		background: #F8ECC6;
	}

	.headline {
		padding-bottom: 25px;
	}


  body {
  	  font-family: 'Source Sans Pro', sans-serif;
  	  font-weight: 200;
  	  color: #000;
  	  background: #FFFFFF;
  }

  p {
  	  line-height: 1.75;
  	  color: #000;
  	  font-size: 16px;
  }


	.first-paragraph {
		padding-top: 50px;
	}

	.bottom-padding {
		padding-bottom: 50px;
	}


	hr {
		margin-top: 50px;
	}


	#postcards-container-fluid {
		background-color: #F7F7F7;
	}

	#senatorselection p {
		line-height: 20px !important;
	}

	#senators table {
		margin: 15px;
	}

	#senators table td.senator-info {
		padding-left: 15px;
		padding-top: 10px;
	}

	.senator-info {
		font-size: 14px;
		color: rgba(100,100,100,.75);
	}

	#pricing-info {
		padding: 15px;
	}

	#postcard-count {
		padding: 30px;
	}

	.count {
		font-weight: 600;
		font-size: 30px;
	}

	.panel {
		border-color: #fff;
		box-shadow: 0;
	}

	.sectionpadding {
		margin-bottom: 20px;
	}

	#design h4 {
		color: rgba(100,100,100,.75);
	}

   @media screen and (min-width: 992px) {	

		#features .row {
			padding-bottom: 100px;
		}

	  h1 {
	    	font-size: 42px;
	    }

		#hero h2 {
			font-size: 20px;
			text-align: center !important;
		}

	}


   @media screen and (max-width: 992px) {	

		#features .row p {
			padding-bottom: 30px;
		}

		 #features .row img {
			padding-bottom: 75px;
		}

		#features {
			margin-bottom: 50px;
		}

		#benefits p {
			padding-bottom: 20px;
		}

		#lob p {
			padding-bottom: 20px;
		}

		#header h2 {
			font-size: 18px;
		}


		#status h3 {
			font-size: 20px;
		}


	    #header h2 {
	    	text-align: center;
	    }

	    h2 {
	        text-align: center;
	    }


	    p {
	    	text-align: center !important;
	    }


	    #hero {
	    padding-top: 0px;
    	top: 250px;
    	}

    	#features {
			margin-top: -25px;
		}


	}

	#top-bar {
		top: 0;
		left: 0;
		position: absolute;
		height: 7px;
		width: 100%;
		background-color: #FF5455;
	}


	h2 {
		font-weight: 100;
	}

	h2.alt {
		color:#FFFFFF;
		padding-bottom: 50px;
		font-weight: 100;
	}

	.arrow-down {
	  content:'';
	  position: relative;
	  top: 100%;
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	  width: 0;
	  height: 0;
	  border-top: solid 75px #FFFFFF;
	  border-left: solid 75px transparent;
	  border-right: solid 75px transparent;
	}	

   @media screen and (max-width: 768px) {
	    h1 {
	    	text-align: center;
	    	font-size: 32px;
	    	line-height: 40px;
	    }

   		p {
	    	text-align: left !important;
	    }


	    #hero h2 {
	    	font-size: 16px;
	    	text-align: center;
	    }

	    h2 {
	    	font-size: 26px;
	    	line-height: 40px;
	    }

  		h3 {
	    	line-height: 32px;
	    }	    

	    #hero {
	    padding-top: 75px;
    	top: 150px;
    	}


	}

	/* Something is up with this section */
	#cta h3 {
		font-weight: 100 !important;
		padding-bottom: 5px;
	}

	#cta h4 {
		font-weight: 100 !important;
		padding-bottom: 5px;
		color: rgba(77,77,77,.75);
	}

	h4.alt {
		color:#FFFFFF;
		padding-bottom: 0px;
	}


	#cta-container-fluid {
	  background: #1B3446;
	}

	}

	#cta {
		padding-top: 50px;
	  padding-bottom: 75px;
	}

	#cta h3 {
		color: #ffffff;
	}

  #cta .btn-primary {
	    background: #FF5455;
	    float: clear;
	    color:#ffffff;
	    font-weight: 500;	    
	    font-size: 18px;
	    padding: 14px 35px;
	    margin-top: 30px;
	    border-width: 0px;
	}

	.addressform {
		padding-top:25px;
	}

	.addressform input[type="textbox"], .addressform select {
		height:52px;
		padding: 12px;
		margin: 5px;
		border: solid 3px #c9c9c9;
		background-color:#fff;
		transition: border 0.3s;
		margin: 10;
		width: 350px;
		max-width: 100%;
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 16px;
		appearance: none;
		box-shadow: none;
		border-radius: none;
	}
	.addressform input[type="textbox"]:focus,
	.addressform select.focus {
	  border: solid 3px #FF5455;
	 	outline: none; 
	}
	input[type="textbox"]:disabled,
	select:disabled { opacity:0.25;color:#bbb; }
	select:invalid { color:#aaa; }


	#footer-container-fluid {
		background-color: #F5F8FE;
	}

	#footer {
		color: rgba(77,77,77,.75);
		padding-top: 40px;
		height: 150px;
	}

	#footer li a{
		color: rgba(165,168,180,.75) !important;
		font-size: 13px;
	}

	#footer li a:hover {
	      background-color: inherit; */
	  }

    a.secondarylink, a:hover.secondarylink, a:active.secondarylink {
   		font-weight: 100 !important;
		text-decoration: none;
		color: rgba(77,77,77,.50);
		border: 0px;
	    border-bottom: 1px solid rgba(77,77,77,.50);
   }


	*/