body {
	margin: 0;
	padding: 0;
}

#privacy-wrap {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	background: #f1f1f1;
}

#privacy-section-heading {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 42px;
	text-transform: uppercase;
	color: #202040;
	text-align: center;
	background: #ffffff;
	width: 80%;
	padding: 0px 10% 50px 10%;
	float: left;
}

#privacy-section-heading h1, #privacy-list-title h1 {
	line-height: 42px;
	color: #202040;
}

#privacy-section-video {
	width: 98%;
	background: #202040;
	float: left;
	padding: 2% 0 0 2%;
}

#privacy-vid-wrap {
	float: left;
	width: 65%;
}

#privacy-vid {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
#privacy-vid iframe,
#privacy-vid object,
#privacy-vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#privacy-alternate-vid {
	height: 1%;
	float: right;
	text-align: right;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #7f73ac;
}

#privacy-alternate-vid a {
	color: #7f73ac;
}

#privacy-section-seal {
	width: 25%;
	float: left;
	padding: 10% 5%;
}

#privacy-section-seal img {
	width: 100%;
	height: auto;
}

#privacy-section-list {
	width: 100%;
	float: left;
	background: #f1f1f1;
}

#privacy-list-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 42px;
	text-transform: uppercase;
	color: #202040;
	text-align: center;
	padding: 25px;
}

#privacy-list-title h1 {
	padding: 30px 0;
}

#privacy-list {
	padding-left: 10%;
	padding-bottom: 30px;
}

.privacy-list-item {
	background: url("../img/privacy-bullet.png") no-repeat;
	background-position: 0px 18px;
	padding-left: 30px;
}

.privacy-list-item h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-transform: uppercase;
	color: #202040;
	margin-bottom: 0;
}

.privacy-list-item p {
	font-family: 'Roboto', sans-serif;
	font-size: 21px;
	line-height: 30px;
	color: #666666;
	margin-top: 0;
	margin-bottom: 30px;
	font-weight: 400;
}

#privacy-section-product {
	background: #202040;
	width: 100%;
	float: left;
}

#privacy-product-image {
	width: 35%;
	float: left;
	padding: 5%;
}

#privacy-product-image img {
	width: 100%;
	height: auto;
}

#privacy-product-text {
	width: 55%;
	float: left;
	color: #ffffff;
	padding: 12% 0;
}

#privacy-product-text h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 40px;
	line-height: 42px;
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
}

#privacy-product-text p {
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #ffffff;
}

.privacy-button {
	width: 146px;
	height: 34px;
	background: #ff671d;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

#privacy-product-text a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

#privacy-section-survey {
	width: 100%;
	float: left;
	padding: 25px 0;
}

#privacy-section-survey img {
	width: 100%;
}

#privacy-section-opportunities {
	width: 100%;
	float: left;
	padding: 25px 0;
}

#privacy-opportunity-text h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	line-height: 42px;
	text-transform: uppercase;
	color: #202040;
	padding: 0;
	margin: 0;
	float: left;
}

#privacy-section-opportunities .privacy-button {
	float: left;
	margin: 4px 0 0 10px;
}

#privacy-section-opportunities .privacy-button a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 34px;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
}

.center-wrapper {
    width: 675px;
    margin: 0 auto;
}

#privacy-section-legal {
	width: 100%;
	background: #ffffff;
	float: left;
}

#privacy-section-legal p {
	padding: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #8f8f8f;
}

h1 .sup {
    font-size: 18px;
	position: relative;
	top: -15px;
}

p .sup {
    font-size: 18px;
	position: relative;
	top: -2px;
}

/* ELOQUA FORM MODAL BOX */

.modal-heading {
	background: #202040;
	color: #ffffff;
	font-size: 16px;
	line-height: 50px;
	padding: 0 20px;
}

.remodal p {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}

.remodal label {
	margin-bottom: -3px;
	font-size: 14px;
	color: #000000;
	font-weight: 400;
}

.remodal input {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #cccccc;
	max-width: 98%;
}

.remodal .submit-button {
	background: #202040;
	border: 0;
	margin-top: 7px;
	height: 30px !important;
	color: #ffffff;
    cursor: pointer;
}

.remodal .submit-button:hover {
	opacity: .7;
}

.modal-box--close {
	background: none;
	border: 0;
	color: #FFFFFF !important;
	height: 25px;
	width: 25px;
	text-align: center;
	float: right;
	line-height: 25px;
	z-index: 99999;
	margin: 12px -7px 0 0;
	padding: 0;

	font-weight: bold;
}
.modal-box--close:hover {
	opacity: .7;
}

/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

/* Default theme styles of the overlay */

.remodal-overlay {
	background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
	-webkit-animation: remodal-overlay-opening-keyframes 0.3s;
	animation: remodal-overlay-opening-keyframes 0.3s;
}

.remodal-overlay.remodal-is-closing {
	-webkit-animation: remodal-overlay-closing-keyframes 0.3s;
	animation: remodal-overlay-closing-keyframes 0.3s;
}

/* Default theme styles of the wrapper */

.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */

.remodal {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
	text-align: left;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
	-webkit-animation: remodal-opening-keyframes 0.3s;
	animation: remodal-opening-keyframes 0.3s;
}

.remodal.remodal-is-closing {
	-webkit-animation: remodal-closing-keyframes 0.3s;
	animation: remodal-closing-keyframes 0.3s;
}

/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}

/* Close button */

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: visible;
	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}

.remodal-close:hover {
	color: #2b2e38;
}

.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	content: "\00d7";
	text-align: center;
}

/* Dialog buttons */

.remodal-confirm,
.remodal-cancel {
	font: inherit;
	display: inline-block;
	overflow: visible;
	min-width: 110px;
	margin: 0;
	padding: 12px 0;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 0;
	outline: 0;
}

.remodal-confirm {
	color: #fff;
	background: #81c784;
}

.remodal-confirm:hover {
	background: #66bb6a;
}

.remodal-cancel {
	color: #fff;
	background: #e57373;
}

.remodal-cancel:hover {
	background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* Keyframes
   ========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;

    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);

    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);

    opacity: 0;
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */

@media only screen and (min-width: 641px) {
  .remodal {
  	max-width: 700px;
  }
}

/* IE8
   ========================================================================== */

.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}

.lt-ie9 .remodal {
	width: 700px;
}

/*
 *  Remodal - v1.0.2
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */

/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;
}

/* Anti FOUC */

.remodal,
[data-remodal-id] {
	display: none;
}

/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;
	display: none;
}

/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	overflow: auto;
	text-align: center;
	-webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
	display: inline-block;
	height: 100%;
	margin-left: -0.05em;
	content: "";
}

/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */

.remodal {
	position: relative;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}



/*=====================================================
    
    COMPUTERS    TABLETS LANDSCAPE & NETBOOKS

=====================================================*/

@media screen and (max-width: 979px) and (min-width: 769px) {

	#privacy-opportunity-text {
		width: 100%;
		float: none;
		text-align: center;
	}

	#privacy-opportunity-text h3 {
		float: none;
		text-align: center;
	}

	.center-wrapper {
	    width: 100%;
	    margin: 0 auto;
	}

	.center-wrapper .privacy-button {
		margin: 10px auto 0 auto !important;
		float: none !important;
	}

}


/*=====================================================
    
    TABLETS PORTRAIT & SMARTPHONES LANDSCAPE

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 481px) {

#privacy-section-heading {
		font-size: 16px;
		line-height: 36px;
	}

	#privacy-section-video {
		width: 100%;
		padding: 0;
	}

	#privacy-vid-wrap {
		width: 100%;
	}

	#privacy-vid {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px; height: 0; overflow: hidden;
	}

	#privacy-alternate-vid {
		float: none;
		text-align: center;
		font-size: 10px;
		padding: 5px 0;
	}

	#privacy-section-seal {
		width: 40%;
		padding: 7% 30%;
	}

	#privacy-section-seal img {
		width: 100%;
		height: auto;
	}

	#privacy-section-list {
		width: 90%;
		padding: 0 5%;
	}

	#privacy-list-title {
		font-size: 16px;
		line-height: 36px;
		padding-bottom: 5px;
	}

	#privacy-list {
		padding-left: 0
	}

	.privacy-list-item {
		background-position: 10px 22px;
		background-size: 10px 15px;	
		padding-left: 30px;
	}

	.privacy-list-item h3 {
		font-size: 26px;
		font-weight: 600;
	}

	.privacy-list-item p {
		font-size: 18px;
	}

	#privacy-product-image {
		width: 60%;
		padding: 10% 20% 0 20%;
	}

	#privacy-product-image img {
		width: 100%;
		height: auto;
	}

	#privacy-product-text {
		width: 90%;
		padding: 3% 5% 10% 5%;
	}

	#privacy-product-text h3 {
		font-size: 32px;
		line-height: 54px;
		text-align: center;
	}

	#privacy-product-text p {
		font-size: 22px;
		margin-bottom: 10px;
		text-align: center;
	}

	#privacy-opportunity-text {
		width: 100%;
		float: none;
		text-align: center;
	}

	#privacy-opportunity-text h3 {
		font-size: 26px;
		line-height: 32px;
		float: none;
		text-align: center;
	}

	.privacy-button {
		margin: 0 auto;
		float: none;
	}

	.center-wrapper {
	    width: 100%;
	    margin: 0 auto;
	}

	.center-wrapper .privacy-button {
		margin: 10px auto 0 auto !important;
		float: none !important;
	}

	h1 .sup {
    	font-size: 14px;
		position: relative;
		top: -12px;
	}

	p .sup {
    	font-size: 18px;
		position: relative;
		top: -1px;
	}

}


/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 480px) {

	#privacy-section-heading {
		font-size: 12px;
		line-height: 28px;
	}

	#privacy-section-video {
		width: 100%;
		padding: 0;
	}

	#privacy-vid-wrap {
		width: 100%;
	}

	#privacy-vid {
	    position: relative;
	    padding-bottom: 56.25%;
	    padding-top: 30px; height: 0; overflow: hidden;
	}

	#privacy-alternate-vid {
		float: none;
		text-align: center;
		font-size: 10px;
		padding: 5px;
	}

	#privacy-section-seal {
		width: 60%;
		padding: 10% 20%;
	}

	#privacy-section-seal img {
		width: 100%;
		height: auto;
	}

	#privacy-list-title {
		font-size: 12px;
		line-height: 28px;
		padding-bottom: 5px;
	}

	#privacy-list {
		padding-left: 0;
	}

	.privacy-list-item {
		background-position: 10px 16px;
		background-size: 10px 15px;	
		padding-left: 30px;
	}

	.privacy-list-item h3 {
		font-size: 20px;
		font-weight: 800;
	}

	.privacy-list-item p {
		font-size: 13px;
	}

	#privacy-product-image {
		width: 80%;
		padding: 10% 10% 0 10%;
	}

	#privacy-product-image img {
		width: 100%;
		height: auto;
	}

	#privacy-product-text {
		width: 90%;
		padding: 3% 5% 10% 5%;
	}

	#privacy-product-text h3 {
		font-size: 20px;
		line-height: 42px;
		text-align: center;
	}

	#privacy-product-text p {
		font-size: 18px;
		margin-bottom: 10px;
		text-align: center;
	}

	#privacy-opportunity-text {
		width: 100%;
		float: none;
		text-align: center;
	}

	#privacy-opportunity-text h3 {
		font-size: 20px;
		line-height: 24px;
		float: none;
		text-align: center;
	}

	.privacy-button {
		margin: 0 auto;
		float: none;
	}

	.center-wrapper {
	    width: 100%;
	    margin: 0 auto;
	}

	.center-wrapper .privacy-button {
		margin: 10px auto 0 auto !important;
		float: none !important;
	}

	h1 .sup {
	    font-size: 12px;
		position: relative;
		top: -9px;
	}

	p .sup {
	    font-size: 12px;
		position: relative;
		top: -1px;
	}

}
