@charset "UTF-8";
/* CSS Document */


/* Table of Content

NOTE: THIS FILE CONTAINS THE BASIC STYLING FOR THE TYPOGRAPHY. SOME OF THESE STYLES WILL BE OVERRIDDEN
IN THE LAYOUT.CSS FILE WHICH CONTAINS ALL THE ADDITIONAL STYLING.

==================================================

	#Buttons

=============== */


/* #Buttons
================================================== */
	
	.container a.button, 
	.container .button a,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		color: white;
		/* customize_button */background: #737485;/* customize_button */
		padding: 4px 12px;
		display: inline-block;
		font-weight: 400;
		text-decoration: none;
		text-shadow: 0 1px #1B212A;
		cursor: pointer;
		margin-bottom: 20px;
		line-height: 21px;
		font-family:  'Lato', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	  
	.container a.button:hover, 
	.container .button a:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffffff;
		/* customize_button_hover */background: #191919; /* customize_button_hover */
		text-decoration: none;
		 }
	  
  .container a.button:active, 
  .container .button a:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		/* customize_button */background: #737485; /* customize_button */
	}
	
	.container .button.full-width, 
	.container .button.full-width a,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width { 
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }
		
	a.cta-button, 
	.cta-button a,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		color: white;
		/* customize_cta_button */background: #737485;/* customize_cta_button */
		padding: 10px 30px;
		display: inline-block;
		font-size: 20px;
		font-weight: 400;
		text-decoration: none;
		text-shadow: 0 1px #1B212A;
		cursor: pointer;
		margin-bottom: 20px;
		line-height: 21px;
		font-family:  'Lato', "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
	  
	a.cta-button:hover, 
	.cta-button a:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffffff;
		/* customize_cta_button_hover */background: #191919; /* customize_cta_button_hover */
		text-shadow: 0 1px #999;
		text-decoration: none;
}
	  
  a.cta-button:active, 
  .cta-button a:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		/* customize_cta_button */background: #737485;/* customize_cta_button */
		text-decoration: none;
}
	
	.cta-button .full-width, 
	.cta-button .full-width a,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width { 
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
		text-decoration: none;
 }
		
/* body#tinymce { color: #999; background:#000 } */