/* 	The following are styles specific to the Nintex Responsive Marketo template. 
	Note that this is designed to be used in conjunction with the Bootstrap framework (http://getbootstrap.com/)
	Some styles are referenced directly within the Marketo landing page template, particularly elements that use the Guided Landing Page Designer variables. 
	These variables, which look like this: ${Variable Name} only work currently when referenced directly within the template, so it makes the CSS a bit messier. Sorry! 
*/ 

/* Custom media queries for device-specific stylings */

@media (min-width: 992px) {
		#header-cta {
			text-align:right;
		}
	}

@media (max-width: 992px) { 
	#header-container {
		text-align:center;
		line-height: 1.1em;
		}
	}

/* General Template Stylings*/  

	#Banner {
		text-align: center;
		margin-bottom: 1em;
		background: no-repeat center center;
		 -webkit-background-size: cover;   
		 -moz-background-size: cover;
		 -o-background-size: cover;
		 background-size: cover;
		 color: #FFF;
	}

	#footer {
		background-color:rgb(241,241,241);
		padding-top: 5em;
		padding-bottom: 5em;
		text-align: right;
		vertical-align:bottom;
	}

	#footer-container a, a:hover{
		text-decoration:none;
		color:inherit;
	}

	#header-container {
		padding-bottom: 1.5em;
		padding-top:1.5em;
		display:block;
	}

	#body-container {
		padding-bottom:3.0em;
		padding-top:2.0em;
	}

		
	#extra-info-container {
		padding-bottom:1.0em;
	}

	#extra-info-container img, #Body-Text img {
	  display: block;
	  max-width: 100%;
	  height: auto;
	}


/*  Form-Specific Styles */

	label {
		font-size:14px;
		margin-bottom:12px !important;
		}

	#FormWrapper {
		  padding: 20px;
		  background: rgb(241,241,241) url("https://info.nintex.com/rs/272-JVS-996/images/Noise%20grey_Lighter.jpg")repeat; 
		  border-radius:2px;
		  -webkit-border-radius:2px;
		  -moz-border-radius:2px;
		  border: 1px solid #DEDEDE;
		}

	/* MARKETO RESET STYLES.
	 * Get rid of those god-awful stylings created by a bunch of back-end engineers
	 * who don't know anything about front-end development. */
	.mktoOffset, .mktoGutter, .mktoAsterix {
	  display: none !important; }

	/* MARKETO FULL-WIDTH.
	 * This makes the form fit whatever contains it. */
	form, .mktoFieldDescriptor, .mktoFieldWrap, .mktoLabel, .mktoHtmlText, input, select, textarea {
	  width: 100% !important; }

	/* MARKETO MOBILE FORM RESET.
	 * These are meant to make forms 'responsive,' but it's a lot of unnecessary
	 * styling that breaks our more robust styling. */
	.mktoForm {
	  padding: 0px !important; }
	  .mktoForm .mktoFormCol {
	    width: 100%; }
	  .mktoForm fieldset {
	    padding: 0px !important;
	    margin: 0 !important;
	    border: 0; }
	    .mktoForm fieldset legend {
	      display: none !important; }
	  .mktoForm input[type=url], .mktoForm input[type=text], .mktoForm input[type=date], .mktoForm input[type=tel], .mktoForm input[type=email], .mktoForm input[type=number], textarea, select {
	    height: inherit !important;
	    line-height: inherit !important;
	    font-size: inherit; }

	input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="submit"], select, textarea, .mktoButton {
	  font-family: "Lato", Arial, sans-serif;
	  display: block;
	  width: 100%;
	  height: 60px !important;
	  padding: 15px !important;
	  -webkit-appearance: none;
	  border-radius: 0; }
	  @media only screen and (max-width: 480px) {
	    input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="submit"], select, textarea, .mktoButton {
	      margin-bottom: 20px !important; } }

	input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select, textarea {
	  border: 1px solid #DEDEDE;
	  background-color: #FFFFFF;
	  color: #323232;
	  font-size: 14px !important;
	  font-weight: 400; }

	.mktoFieldDescriptor {
	  margin: 0 0 20px !important; }

	.mktoButtonRow, .mktoButtonWrap {
	  display: block !important; }

	.mktoButtonWrap {
	  margin: 0 !important; }

	input[type="submit"], .mktoButton {
	  border: 0 !important;
	  background: #ff7900 !important;
	  color: #FFFFFF !important;
	  font-family: "Lato", Arial, sans-serif !important;
	  font-size: 16px !important;
	  font-weight: 700;
	  line-height: 20px;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
	  -webkit-animation: highlight 0.8s ease-in-out forwards 10s;
	          animation: highlight 0.8s ease-in-out forwards 10s;
	  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	          transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }

input[type="submit"], .mktoButton {
	  border: 0 !important;
	  background: #ff7900 !important;
	  color: #FFFFFF !important;
	  font-family: "Lato", Arial, sans-serif !important;
	  font-size: 16px !important;
	  font-weight: 700;
	  line-height: 20px;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
	  -webkit-animation: highlight 0.8s ease-in-out forwards 10s;
	          animation: highlight 0.8s ease-in-out forwards 10s;
	  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	          transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }

input[type="submit"], .mktoButtonGrn {
	  border: 0 !important;
	  background: #47f532 !important;
	  color: #FFFFFF !important;
	  font-family: "Lato", Arial, sans-serif !important;
	  font-size: 16px !important;
	  font-weight: 700;
	  line-height: 20px;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
	  -webkit-animation: highlight 0.8s ease-in-out forwards 10s;
	          animation: highlight 0.8s ease-in-out forwards 10s;
	  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	          transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }

input[type="submit"], .mktoButtonRed {
	  border: 0 !important;
	  background: #ff0000 !important;
	  color: #FFFFFF !important;
	  font-family: "Lato", Arial, sans-serif !important;
	  font-size: 16px !important;
	  font-weight: 700;
	  line-height: 20px;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
	  -webkit-animation: highlight 0.8s ease-in-out forwards 10s;
	          animation: highlight 0.8s ease-in-out forwards 10s;
	  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	          transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }

input[type="submit"], .mktoButtonBlue {
	  border: 0 !important;
	  background: #0000ff !important;
	  color: #FFFFFF !important;
	  font-family: "Lato", Arial, sans-serif !important;
	  font-size: 16px !important;
	  font-weight: 700;
	  line-height: 20px;
	  text-decoration: none;
	  text-transform: uppercase;
	  cursor: pointer;
	  -webkit-animation: highlight 0.8s ease-in-out forwards 10s;
	          animation: highlight 0.8s ease-in-out forwards 10s;
	  -webkit-transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
	          transition: background 0.2s ease-in-out, box-shadow 0.2s ease-in-out; }


	  input[type="submit"]:hover, .mktoButton:hover {
	    opacity:0.75;
		transition: all 0.25s ease 0s;  }

	*::-webkit-input-placeholder {
	  color: #959595; }

	*::-moz-placeholder {
	  color: #959595; }

	*:-ms-input-placeholder {
	  color: #959595; }

	*::placeholder {
	  color: #959595; }

  .mktoForm .mktoCheckboxList > label, .mktoForm .mktoRadioList > label  {
	  margin-top: none!important;
	  line-height: 0.5em!important;
	}


	input[type=checkbox], input[type=radio] {
		width:auto!important;

	}