@font-face {
    font-family: 'source_sans_pro_regular';
    src: url('fonts/sourcesanspro-regular-webfont.eot');
    src: url('fonts/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/sourcesanspro-regular-webfont.woff') format('woff'),
         url('fonts/sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('fonts/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'source_sans_pro_light';
    src: url('/fonts/SourceSans/sourcesanspro-light-webfont.eot');
    src: url('/fonts/SourceSans/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/SourceSans/sourcesanspro-light-webfont.woff') format('woff'),
         url('/fonts/SourceSans/sourcesanspro-light-webfont.ttf') format('truetype'),
         url('/fonts/SourceSans/sourcesanspro-light-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: 'source_sans_pro_regular';
}

.SNCenter800 {
	position: relative;
	margin: 0 auto;
	width: 800px;
}

.SNHeader {
	margin: 25px 0 0 0;
	height: 181px;
	color: #1c75bc;
}

.SNHeader a {
	
}

.SNLogo {
	border: none;
	outline: none;
}

.SNBody {
	background-color: #1c75bc;
}

.SNBodyTaller {
	padding-bottom: 120px;
}
.SNFooter {

}

.SNFloatRight {
	float: right;
}

.SNFloatLeft {
	float: left;
}

.SNClearFloat {
	clear: both;
}

.SNHeaderBlurb {
	font-size: 48px;
}

.SNBodyTable {
	color: #ffffff;
}

.SNKeySellingPointsContainer {
	padding: 20px 61px 0px 0px;
	width: 364px;
}

.SNKeySellingPoints {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.SNKeySellingPoint {
	margin-bottom: 25px;
}

.SNKeySellingPoint h2 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
}

.SNKeySellingPoint p {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

.SNKeySellingPoint p.p-marg {
    margin: inherit;
}

.SNKeySellingPoint a {
	color: #ffffff;
}

.SNSignUpFormContainer {
	position: relative;
}

.SNSignUpForm {
	position: absolute;
	top: -10px;
	padding: 0 20px;
	min-height: 600px;
	width: 330px;
	color: #464646;
	background-color: #f2f2f2;
	box-shadow: 0px 0px 40px -6px;
	z-index: 1;
}

.SNSignUpForm h2 {
	margin-bottom: 20px;
	font-size: 30px;
}

.SNSignUpForm label {
	display: inline-block;
	margin-bottom: 20px;
	width: 120px;
}

.SNSignUpForm input[type=text] {
	height: 24px;
	width: 180px;
	padding: 0 10px;
	border: 1px solid #000000;
}

.SNSignUpForm select {
	height: 26px;
	width: 204px;
	border: 1px solid #000000;
	background-color: #fff;
	border-radius: 0;
}

.SNSignUpForm input[type=submit] {
	margin: auto;
	margin-top: 10px;
	display: block;
	height: 53px;
	width: 287px;
	font-size: 22px;
	color: #ffffff;
	background-color: #00c345;
	border-radius: 33px;
	border: none;
    transition: background 0.2s;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    cursor: pointer;
    z-index: 5;
}

.SNSignUpForm input[type=submit]:hover {
    background-color: #2fcd44;
}


.SNNoObligationBlurb {
	font-size: 13px;
	margin: 20px 0px 20px 0px;
	text-align: center;
}

.SNBarracudaTrustBlurb {
	font-size: 22px;
	color: #1c75bc;
}

.SNFortune500RollCall {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.SNFortune500RollCall li {
	margin: 0px 55px 0px 0px;
	padding: 0px;
	display: inline-block;
	text-align: left;
}

.SNCopyrightBlurb {
	margin: 20px 0;
	text-align: center;
	font-size: 12px;
}

.SNSignNowByBarracuda {

}

.SNSignNowByBarracuda span {
	margin: 24px 10px 0px 10px;
}

.SNContactNumber {
	margin: 11px 0px 0px 20px;
	font-family: 'source_sans_pro_light';
	font-size: 31px;
}

/* iPhone 2-5 portrait */
@media screen and (max-device-width: 320px) {
	.SNBarracudaTrustBlurb {
		font-size: 18px;
	}
}

/* iPhone 5 landscape */
@media screen and (max-device-width: 568px) {
	.SNBarracudaTrustBlurb {
		font-size: 18px;
	}
}

/* iPhone 2-4 landscape */
@media screen and (max-device-width: 480px) {
	.SNBarracudaTrustBlurb {
		font-size: 16px;
	}
}