/* Media queries
-------------------------------------------------------------------------------*/

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

	h3 {
		font-size: 32px;
		line-height: 1.4;
		font-weight: normal;
	}
	h4 {
		font-size: 23px;
		font-weight: bold;
		line-height: 1.5em;
		margin-bottom: 15px;
	}
	h5 {
		font-size: 20px;
		font-weight: bold;
		line-height: 1.5em;
		margin-bottom: 15px;
	}
	.mobile-photo {
		display: block;
		width: 100%;
	}
	.mobile-photo img {
		width: 100%;
		height: auto;
		vertical-align: top;
	}

	/* Header
	-------------*/

	header {
		box-shadow: none;
		padding: 15px 0 5px 0;
		overflow: hidden;
	}
	header nav * {
		transition: .3s all;
	}
	#menu-icon {
		display: block;
		background: #333;
		width: 60px;
		height: 60px;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 25px;
		color: #eee;
		text-decoration: none;
	}
	#menu-icon:hover {
		color: #eee;
		background: #333;
	}
	header nav {
		position: absolute;
		top: 0;
		right: 0;
		background: none;
		padding: 0;
	}
	header nav ol {
		display: none;
		padding: 0;
		position: absolute;
		top: 60px;
		right: 0;
		border-top: 1px solid #444;
	}
	header nav:hover ol {
		display: block;
	}
	header nav ol li {
		width: 100%;
		border-bottom: 1px solid #444;
		text-align: center;
		padding: 0;
	}
	header nav ol li a {
		padding: 10px 0 10px 0;
		display: block;
		font-family: "Roboto";
		color: #eee;
		background: #333;
	}
	header nav ol li a:hover {
		color: #eee;
		background: #444;
	}
	header.dark {
		background: #fff;
	}
	header div.wrap {
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		height: auto;
	}
	header a.logo {
		margin-bottom: 10px;
	}
	header .phone {
		margin: 0;
	}

	/* Offer boxes
	-------------*/

	div.offer-background {
		background: none !important;
	}
	div.offer {
		padding-top: 15px;
		display: block;
	}
	div.offer-details,
	div.offer-form {
		width: 100%;
		max-width: none;
		overflow: hidden;
	}
	div.offer-details .price {
		width: 100%;
		background: #c10e0e;
		padding: 10px;
		margin: 0 0 15px 0;
	}
	div.offer-details .price::before {
		display: none;
	}
	div.offer-details .price::after {
		display: none;
	}

	/* Icon boxes
	-------------*/

	div.icon-boxes {
		padding: 15px 0 15px 0;
	}
	div.icon-boxes ul li {
		width: 100%;
		float: none;
		padding: 15px 30px 15px 30px;
		text-align: left;
	}
	div.icon-boxes ul li p {
		font-size: 16px;
	}

	/* Reviews box
	-------------*/
	div.testimonials h3 {
		font-size: 26px;
		padding: 0 30px 0 30px;
	}
	div.testimonials h3 br {
		display: none;
	}
	div.testimonials div.photo {
		width: 100%;
		height: 200px
		float: none;
		margin: 0 0 30px 0;
	}
	div.testimonials .slider ul li p {
		padding: 0;
		text-align: center;
	}
	div.testimonials .slider ul li h4 {
		text-align: center;
	}
	div.testimonials .slider ul li p.stats {
		float: none;
		padding: 6px 12px 6px 12px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
		display: block;
	}
	div.testimonials .slider a.button {
		clear: both;
		display: inline-block;
	}


	/* About us box
	-------------*/

	div.about-us .about-us-item .icon {
		width: 100%;
		float: none;
	}
	div.about-us .about-us-item .icon .svg-inline--fa {
		text-align: center;
		margin: 0 0 30px 0;
		font-size: 80px;

	}
	div.about-us .about-us-item .text {
		width: 100%;
		float: none;
		text-align: center;
		border: none;
	}
	div.about-us .about-us-item .text p {
		font-size: 16px;
	}

	/* Connect with us box
	-------------*/

	div.connect-with-us {
	}
	div.connect-item {
		width: 100%;
		float: none;
		padding: 15px 30px 15px 30px;
	}
	div.connect-item h4 {
		text-align: left;
	}
	div.connect-item h5 {
		display: none;
	}

	/* Email signup banner
	-------------*/
	
	div.email-signup h4 {
		float: none;
		text-align: center;
		margin: 0 0 30px 0;
		font-size: 20px;
	}
	div.email-signup h4 .svg-inline--fa {
		margin: 0 10px 0 0;
		font-size: 30px;
		vertical-align: middle;
	}
	div.email-signup form {
		float: none;
		width: 100%;
		padding: 0 30px 0 30px;
	}

	/* Footer styles
	-------------*/

	footer div.wrap {
		padding: 30px;
		overflow: hidden;
	}
	footer div.wrap div {
		float: left;
	}
	footer div.menu,
	footer div.social {
		width: 50%;
	}
	footer div.social a {
		font-size: 20px;
	}
	footer div.form {
		clear: both;
		width: 100%;
		padding: 45px 0 0 0;
		background: none;
		border-top: 1px solid #666;
	}
	footer div.form input:nth-of-type(2) {
		width: 100%;
	}
	footer div.form input:nth-of-type(3) {
		width: 100%;
		float: none;
	}
	footer div.form-group:nth-of-type(3) {
		width: 100%;
		margin-right: 0;
	}
	footer div.form-group:nth-of-type(4) {
		width: 100%;
	}
	footer div.form-group:nth-of-type(5) {
		width: 100%;
		margin-right: 0;
	}
	footer div.form-group:nth-of-type(6) {
		width: 100%;
	}
	footer div.form form input {
		background: #fff;
	}
	footer div.form form input.btn-default {
		color: #fff;
		background: #c10e0e;
	}
	footer div.form form input.btn-default:hover {
		background: #0061a8;
	}

	/*ge styles
	-------------*/

	header .phone {
		font-size: 28px;
	}
	div.savage-banner {
		height: auto;
	}
	div.savage-banner .screen {
		padding: 0 0 80px 0;
		background: rgba(0,0,0,0.4);
	}
	div.savage-banner h1 {
		font-weight: bold;
		font-size: 32px;
		line-height: 1.3em;
		margin: 0;
	}
	div.savage-banner h1 .highlight {
		background: none;
		border-radius: 0;
		padding: 0 30px 0 30px;
	}
	div.savage-banner h1 br {
		display: none;
	}
	div.savage-offer {
		display: block;
		top: 30px;
		right: 0;
		float: none;
		margin: 0 30px 60px 30px;
		width: auto;
		-webkit-clip-path:none;
		clip-path:none;
		padding: 10px;
		overflow: hidden;
		background: rgba(180,15,31,0.75);
	}
	div.savage-offer p {
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	div.savage-offer div:first-of-type {
		margin: 0;
		width: 100%;
		float: none;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	div.savage-offer div:last-of-type {
		width: 100%;
		padding: 0 15px 0 15px;
		box-sizing: border-box;
		float: none;
	}
	div.savage-offer img {
		margin: 0;
		width: 60%;
		height: auto;
		margin-top: auto;
		margin-bottom: auto;
		vertical-align: middle;
		display: block;
	}
	div.savage-offer h5,
	div.savage-offer h6 {
		color: #fff;
		margin: 0;
		text-align: center;
	}
	div.savage-banner a {
		text-decoration: none;
	}
	div.savage-offer h5 {
		text-transform: uppercase;
		font-style: italic;
		font-size: 25px;
		line-height: 30px;
		font-weight: bold;
	}
	a div.savage-offer h5 {
		text-decoration: none;
	}
	div.savage-offer h5 br {
		display: none;
	}
	div.savage-offer h6 {
		font-size: 15px;
		margin-bottom: 5px;
		line-height: 1.5em;
		max-width: 100%;
	}
	div.savage-form {
		padding-left: 20px;
		padding-right: 20px;
	}
	div.savage-form h4 {
		text-align: center;
	}
	div.savage-form p {
		text-align: center;
	}
	div.savage-form .form-group:nth-of-type(1) {
		width: 48%;
		margin: 0 2% 10px 0;
		float: left;
	}
	div.savage-form .form-group:nth-of-type(2) {
		width: 50%;
		margin: 0 0 10px 0;
		float: left;
	}
	div.savage-form .form-group:nth-of-type(3) {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	div.savage-form .form-group:nth-of-type(4) {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	div.savage-form .form-group:nth-of-type(5) {
		width: 100%;
		margin: 0 0 10px 0;
		float: none;
	}
	div.savage-form .form-group:nth-of-type(6) {
		width: 46%;
		margin: 0 2% 10px 0;
		float: left;
	}
	div.savage-form .form-group:nth-of-type(7) {
		width: 20%;
		margin: 0 2% 10px 0;
		float: left;
	}
	div.savage-form .form-group:nth-of-type(8) {
		width: 30%;
		margin: 0 0 10px 0;
		float: left;
	}
	/* Header form dropdown  styles */
	div.savage-form .form-group:nth-of-type(9) {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	div.savage-form .form-group:nth-of-type(10) {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
	}
	div.savage-form form input {
		width: 100%;
		margin: 0 0 10px 0;
	}
	div.savage-form form .radio {
		width: 100%;
		float: none;
		margin: 0 0 8px 0;
	}
	div.savage-form form #fld_1981777Label {
	    margin: 20px 0 10px 0;
	    display: block;
	    float: none;
	}
	div.savage-form .form-group:last-of-type {
		width: 100%;
	}
	div.savage-form form input:last-of-type {
		margin: 0;
	}

	/* Subhead styles
	-------------*/
	div.subheader .screen {
		padding: 80px 30px 80px 30px;
		background: rgba(240,221,132,0.5);
	}
	div.subheader h1 {
		background: none;
	}
	div.subheader .breadcrumb {	
	}

	/* Non-home styles
	-------------*/
	main.sub {
		padding: 0 30px 0 30px;
	}
	main.sub h1 {
		font-size: 30px;
	}
	main.sub h2 {
		font-size: 24px;
	}
	main.sub h3 {
		font-size: 18px;
	}
	main.sub h4 {
		font-size: 15px;
	}
	main.sub p,
	main.sub ul li {
		font-size: 15px;
	}
	main.sub h1 br,
	main.sub h2 br,
	main.sub h3 br {
		display: none;
	}

	/* Call to action
	-------------*/
	.call-to-action .wrapper {
		display: block;
	}
	.call-to-action img {
		display: none;
	}
	.call-to-action h2 {
		text-align: center;
		font-size:  24px;
		display: block;
		margin: 0 0 15px 0;
	}
	.call-to-action i {
		display: block;
		margin: 0 0 15px 0;
	}
	.call-to-action a {
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width: 50%;
		text-align: center;
		margin-top: 15px;
	}

	.home-callout {
		display: block;
		text-align: center;
	}
	.home-callout i {
		margin: 0 0 30px 0;
	}

	/* Testimonials
	-------------*/
	div.testimonials h3 {
		color: #fff;
		margin-bottom: 15px;
	}
	div.testimonials .slider ul li h4 {
		color: #b40f1e;
		font-size: 20px;
		line-height: 1.5em;
	}
	div.testimonials .screen {
		background: rgba(30,30,30,1);
	}
	div.testimonials div.photo {
		display: none;
	}
	div.testimonials .slider ul li p.stats {
		display: none;
	}

	/* Case study stats */

	.case-study-stats p {
		width: 100%;
		display: block;
		margin:  0 0 5px 0;
	}

	footer div.wrap div {
		float: none;
	}
	footer div.menu, footer div.social {
		width: auto;
	}

}



/* Print styles
-------------------------------------------------------------------------------*/
@media print {



}