* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  transition: all 0.2s ease;
}

body {
  font-size: 16px;
  color: #002341;
  background: #f5f6f7;
  font-family: 'Source Sans Pro', verdana, arial, tahoma;
  line-height: 175%;
}

h1 {
	margin-bottom: 40px;
}

#wrapper {
	display: block;
	margin: 50px auto;
	height: auto;
	max-width: 960px;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-sizing: border-box;
	border-radius: 16px;
	padding: 48px;
	background: #ffffff;
}


#wrapper_followup {
	display: block;
	margin: 30px auto;
	width: 960px;
	-webkit-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
	box-sizing: border-box;
	padding: 48px;
	border-radius: 16px;
	background: #ffffff;
}

#wrapper_followup .content {
	font-size: 14px;
}

#wrapper_followup .content p {
	margin-bottom: 10px;
}

#wrapper_followup .content ul {
	list-style-type: square;
	float: none;
	padding-left: 20px;
	margin: 10px 0;
}

#wrapper_followup .content ul li {
	float: none;
	margin: 0;
}

.header {
	box-sizing: border-box;
	height: 90px;
	width: 100%;
	margin-bottom: 30px;
}

.content {
	display: block;
	width: 100%;
	background-color: #fff;
}

.header img {
	max-width: 270px;
}

.content img {
    float: right;
    width: 45%;
    box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.content .text {
	float: left;
	width: 55%;
	box-sizing: border-box;
	padding: 0px 40px 60px 0;
}

.content .text p {
	margin-top: 15px;
}

.content .phone {
	font-size: 24px;
	font-weight: 700;
	margin-top: 24px;
	margin-bottom: 0;
	display: block;
}

.clear {
	clear: both;
}

a.button {
	color: #fff;
	background-color: #f60;
    font-size: 16px;
   	padding: 13px 50px;
    margin: 20px 0px 20px;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
    text-align: center;
    border-radius: 3px;
}

a.button:hover {
	background-color: #e65c00;
	text-decoration: none;
}

a.link, a {
	color: #005C93;
	text-decoration: none;
}

a.link:hover, a:hover {
	text-decoration: underline;
}

.std {
	width: 100%;
	box-sizing: border-box;
	padding: 25px 5%;
	font-size: 12px;
}

footer {margin-bottom: 20px;}

footer ul {
	list-style-type: none;
}

footer ul li {
	float: left;
	margin: 0 40px 0 0;
	font-size: 14px;
}

footer ul li a {
	text-decoration: none;
}

footer ul li a:hover {
	text-decoration: underline;
}

#wrapper_followup footer ul {
	margin: 20px 0 30px;
}

.no-display {
	display: none !important;
}


.important_info {
	background: rgb(225, 249, 225);
	border: 1px solid green;
	padding: 10px 15px;
	border-radius: 3px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.important_info p {
	color: green;
}




@media (max-width: 830px) {
	#wrapper,
	#wrapper_followup {
	    width: 100%;
	    position: relative;
	    top: 0px;
	    left: 0px;
	    margin-top: 0;
	    margin-left: 0px;
	    box-shadow: none;
	    transform: translateY(0%);
	    padding: 30px 20px;
	}

	.content img {
	    float: none;
	    width: 100%;
	    max-width: 280px;
	    margin: 0 auto;
	    display: block;
	}

	.content .text {
	    float: none;
	    width: 100%;
	    box-sizing: border-box;
		padding: 30px 0 0 0;
		margin-bottom: 30px;
	}

	#wrapper_followup .footer {
		bottom: -30px;
	}

	a.button {
		padding: 15px;
		width: 100%;
	}

	footer ul {
    	width: 100%;
    	margin-top: 30px;
	}

	footer ul li {
		margin: 0 20px 0 0;
	}

}
