

h1, h3, h4, p, li {
	color: #2d3237;
}

p, li {
	font-size: 14px;
}

h4 {
	font-size: 18px;
	font-weight: 700;
}

#formheader h3 {
	text-align: center; 
	font-size: 20px;
	font-weight: 700;
}

#formheader p {
	text-align: center; 
}

#headerimage1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

#fullcolumntextareabanner h2 {
	color: white;
	font-size: 54px;
	font-weight: 700;
	text-align: center;
}

#fullcolumntextareabanner h2 em {
	color: white;
	font-size: 38px;
	font-weight: 700;
	padding: 20px 0;
}

#fullcolumntextareatop, #fullWidthContentbottom p {
  max-width: 1200px;
  margin: 0 auto;
}

h1 {
	font-size: 24px;
	font-weight: 700;
}

.span-12 {
	padding: 0;
}

#leftContent {
  padding-top: 20px;
}

#fullWidthContentbottom {
	background-color: #f3f3f3;
	color: white;
	padding: 20px 0;
	text-align: center;
}

.btn--jump {
	margin: 20px auto;
	-webkit-border-radius: 8 !important;
	-moz-border-radius: 8 !important;
	border-radius: 8px !important;
	color: white !important;
	font: 600 18px 'Raleway', sans-serif;
	box-shadow: 2px 2px 5px black;
	background: red !important;
	padding: 10px 15px !important;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	width: 12.5em !important;
	border: none !important;
	display: none;
}

.btn--jump a {
	text-decoration: none;
	color: white;
}

.blurbs--callouts {
	display: flex;
	flex-wrap: wrap;
}

.blurb--call {
	flex: 1 1 30%;
}

.blurb--call h2 {
	font-size: 18px;
	font-weight: 700;
}

.blurb--call-1, .blurb--call-2 {
	padding-right: 32px;
}

.blurb--promo {
	border-top: 4px solid red;
	border-bottom: 4px solid red;
	padding: 8px 50px 13px;
	margin: 40px auto;
}

.blurb--promo-title {
	display: flex;
	align-items: center;
	justify-content: center;
}

.blurb--promo h3 {
	color: red;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 7px;
	text-align: center;
}

.fa-tags {
	background: white url("https://secure.watchguard.com/rs/483-KCW-712/images/promo-tags.png") no-repeat;
	background-size: 100%;
	width: 36px;
	height: 29px;
	margin-right: 7px;
}

.list--arrows  ul {
  list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.list--arrows li {
	margin-bottom: 7px;
	list-style-image: url("https://secure.watchguard.com/rs/483-KCW-712/images/unordered-list-arrow-left.png");
}

.section--downloads {
	margin: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.asset--download {
	flex: 1 1 23%;
  margin: 2px;
  max-width: 195px;
  text-align: center;
}

.asset--download img {
	border: 1px solid #2d3237;
	margin-bottom: 7px;
}

.asset--download img:hover {
	border: 1px solid black;
}

.asset--download a, .asset--download a:visited {
	color: #2d3237;
	text-decoration: underline;
	font-size: 16px;
	font-weight: 600;
}

.asset--download a:hover, .asset--download a:active {
	color: black;
	text-decoration: none;
}

.form--mkto {
  background-color: #e5e5e5;
  text-align: center;
  padding: 20px 30px;
}

.mktoButtonWrap {
	max-width: 207px !important;
}

#rightformheader h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.23;
	padding: 0 10px;
}

#rightformheader p {
	padding: 0 10px;
}

@media (max-width: 1180px) {
	#fullWidthContentbottom img {max-width: 1000px;}
}

@media (max-width: 1000px) {
	.span-9 {width: 60% !important;}
	.span-3 {width: 40% !important;}
	.form--mkto {padding-bottom: 900px;}
	#fullWidthContentbottom {display: none;}
	.section--downloads {justify-content: center;}
	.blurb--call {flex: 1 1 100%;}
	.blurb--call-1, .blurb--call-2 {padding: 0;}
	h1, h2, h3, h4, p {padding: 0 10px;}
	#navbar {width: 100%;}
}

@media (max-width: 750px) {
	.links {padding-bottom: 10px;}
	.container--custom {flex-wrap: wrap-reverse;max-width: 100%;}
	.container--custom-form-right {flex-wrap: wrap;max-width: 100%;}
	.btn--jump {display: block;}
	#rightformheader h3 {font-size: 17px;}
	.span-9, .span-3, .span-12 {width: 100% !important;float: none;padding: 0;}	
	.form--mkto {padding-bottom: 40px;}
	ul.list--arrows {text-align: initial;margin: 10px;}
	.links {width: 100%;}
}

@media (min-width: 1px) and (max-width: 415px) {
    #fullcolumntextareabanner h2 {font-size: 40px;}
    #fullcolumntextareabanner h2 em {font-size: 19px;}
    #leftContent, #mainContent {padding: 1em;}
}
