	/* 
	Colors: 
	orange = #f5881f
	orangeDark = #f06421
	blue = #00adee
	blueLight = #0074be
	red = #ef3120
	yellow = #ffe82c
	Font:
	Primary: 'Droid Serif', Georgia, 'Times New Roman', serif;
	Secondary: 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
	Accent: 'Tungsten A', 'Tungsten B', Helvetica, Arial, sans-serif;
	*/

	body { background:#FFFFFF; width: 100%; min-height: 100%; font-size: 16px; }

	h1, h2, h3, h4, h5, h6 { font-weight: 600; color:#00adee; text-align:center;}

	p { margin-bottom: 20px; line-height: 24px;}

	a {-webkit-transition: all 150ms ease-in; -moz-transition: all 150ms ease-in; -o-transition: all 150ms ease-in; transition: all 150ms ease-in; color: #065884;}
	a:hover, a:focus { text-decoration: none; color: #0088bb; outline: none; } 

	ul {list-style-type: circle;}

	::-moz-selection { text-shadow: none; background: #3390ff; color: #FFF;}
	::selection { text-shadow: none; background: #3390ff; color: #FFF; }

	/* Button Styles */
	button {
		transition: all 0.3s ease-in-out 0s;
		border: 3px solid #f5881f;
		padding: 15px 20px;
		font-size: 16px;
		line-height: 19px;
		text-align: center;
		font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
		font-weight: bold;
	}
	.btn {-webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out; border-radius: 0; padding: 15px 35px; font-weight: bold;}
	
	.btn:hover, .btn:focus { 
		background-color:#00adee; 
		color: #FFF;
	}
	.btn-warning:hover {
		color: #ef3120;
		background-color: #ffe82c;
		border-color: #ffe82c;
	}

	.btn-edit-profile {
		background: #FFFFFF;
		color: #f06421;
		width: 100%;
		border-color:#FFFFFF;
		font-family:'Montserrat', Helvetica, Arial, sans-serif !important;
		font-weight:bold;
	}

	.btn-edit-profile:hover {
		background: #f06421;
		color: #FFFFFF;
		border-color:#FFFFFF;

	}

	.btn-email-pref {
		background: transparent;
		color: #00adee;
		width: 100%;
		border-color:#00adee;
		margin-top:30px;
		margin-bottom:30px;
		font-family:'Montserrat', Helvetica, Arial, sans-serif !important;
		font-weight:bold;
	}

	.btn-email-pref:hover {
		background: #00adee;
		color: #FFFFFF;
		border-color:#00adee;
	}

	.save_button {
		color: #ffffff;
		background-color: #f5881f;
	}
	.save_button:hover {
		background-color: #f06421;
		border: 3px solid #f06421;
	}

	.cancel_button {
		float: right !important;
		margin: 60px 12px 0 0;
	}

	.unsub_button, .cancel_button {
	 	color: #f5881f;
		background-color: #ffffff;
	}
	
	.unsub_button:hover, .cancel_button:hover {
		color: #ffffff;
		background-color: #f06421;
		border: 3px solid #f06421;
	}

	 .mktoForm .mktoButtonWrap.mktoGlow .mktoButton, .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {

	  -webkit-border-radius: 5px;
	  -khtml-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -ms-border-radius: 5px;
	  -o-border-radius: 5px;
	  border-radius: 5px;

	  color: #fff;
	  border: none !important;
	  box-shadow: none !important;
	  padding:12px 14px !important;
	  font-size: 1em;

	  background: #00adee;
	  background-color: #00adee !important;
	  background-image:  none !important;
	  background-image:  none !important;
	  background-image:  none !important;
	  background-image:  none !important;
	  text-transform: none !important; 
	}
	.main-form {
		margin: 0 auto;
	}

	.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover, mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
		  border: none !important;
		  background: #00adee !important;
	}

.mktoForm fieldset {
  border:0px;
}
.mktoForm fieldset legend {
  padding:0 1em;
  border:0px;
}
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    -webkit-appearance: none;
    background-color: #fff;
    line-height: 1.5em;
    color: #555555;
    border: 1px solid #aeb0b6;
    padding: 0.2em 0.3em;
    min-height: 1.9em;
    float: right;
    font-size: 16px;
    line-height: 20px;
    height: 50px;
    outline: none;
    width: 100%;
}

.mktoForm select.mktoField::-ms-expand {
  display: none;
}

.mktoForm select.mktoField:hover {
    background: #ffffff url(https://pages.winsightgrocerybusiness.com/rs/561-ZNP-897/images/Images_arrow_select_dropdown-csp.png) no-repeat scroll 100% -61px;
    cursor: pointer;
    display: block;
    float: right;
    height: 50px !important;
}

.mktoForm select.mktoField:active {
	background: #ffffff url("https://pages.winsightgrocerybusiness.com/rs/561-ZNP-897/images/Images_arrow_select_dropdown-csp.png") no-repeat scroll 100% -123px;
	border: 1px solid #35647e;
	cursor: pointer;
	display: block;
	float: right;
	height: 50px !important;
}

.mktoForm input[type=text]:hover,
.mktoForm input[type=url]:hover,
.mktoForm input[type=email]:hover,
.mktoForm input[type=tel]:hover,
.mktoForm input[type=number]:hover,
.mktoForm input[type=date]:hover,
.mktoForm select.mktoField:hover,
.mktoForm textarea.mktoField:hover {
  border: 1px solid #00adee;  
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm select.mktoField:focus,
.mktoForm textarea.mktoField:focus {
  border: 1px solid #00adee;
 outline: none !important;
}

.mktoFieldWrap:hover label {
    color: #00adee !important;
    cursor: pointer;
}

.mktoFieldWrap:focus label {
    color: #00adee !important;
    cursor: pointer;
}

.mktoForm select.mktoField {
    background: #ffffff url(https://pages.winsightgrocerybusiness.com/rs/561-ZNP-897/images/Images_arrow_select_dropdown-csp.png) no-repeat scroll 100% -1px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    display: block;
    float: right;
    height: 50px !important;
  	-moz-appearance:none;
}

.mktoForm select.mktoField span {
    line-height: 20px;
    width: 100%;
    font-size: 16px;
    padding-left: 6px !important;
    height: 50px !important;
    padding-top: 7px !important;
}

.mktoForm select.mktoField:hover, .mktoForm select.mktoField:focus {
    border: 1px solid #00adee;
    outline: none !important;
}

.mktoForm.ie9 select.mktoField {
  background: none;
  padding:0.2em 2.3px 0.2em 0.3em;
}

.mktoForm div.mktoLogicalField {
  border:1px solid transparent;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid{
  border:1px solid #D22630;
}

.mktoForm .mktoRadioList > label {
  margin-bottom:0.6em;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mktoForm input[type=radio] {
  width:1em;
  height:1em;
  opacity:0;
}

.mktoForm input[type=radio] + label:before {
    content: "";
    position: absolute;
    width: 40px !important;
    height: 40px !important;
    margin-left: -1.5em;
    line-height: 40px;
    font-family: Arial, sans-serif;
    font-size: 35px;
    border: 1px solid #E1E1E6;
    box-shadow: 0px 0px 0px 0px #FFFFFF !important;
    background-color: #fff;
}

.mktoForm .mktoLabel {
  text-transform:uppercase;
  letter-spacing:0.02em;
  font-size:16px;
  line-height:43px;
}

.mktoForm .mktoLabelToLeft input[type=radio] + label:before{
  margin-left:0;
  right:0.3em;
}

.mktoForm input[type=radio]:checked + label:before {
  text-align:center;
  color:#4f4f55;
}

.mktoForm input[type=radio]:focus + label:before{
  border:1px solid #E1E1E6;
}

.mktoForm input[type=radio] + label:before{
  border-radius:1em;
}
.mktoForm input[type=radio]:checked + label:before{
  background-image:url(../images/dot-bk.png);
  background-position:3px 3px;
  background-repeat:no-repeat;
}

.mktoForm.mktoNoCheckedSupport input[type=radio] + label:before{
  display:none;
}
.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.ie7 select.mktoField,
.mktoForm.ie6 select.mktoField {
  background-image:none;
  padding-right:0.3em;
}

.mktoForm textarea.mktoField{
  resize: none;
}


.mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .cancel_button {
  	font-size: 16px !important;
    max-width: 180px;
	line-height: 19px !important;
    color: #ffffff;
    background-color: #f5881f !important;
    border: 3px solid #f5881f !important;
    text-align: center;
    padding: 15px 20px !important;
    border-radius:0px;
    float:left;
     -webkit-border-radius: 0px !important;
    -khtml-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    transition: all 0.3s ease-in-out 0s;
    font-family:'Montserrat', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    background-color: #f06421 !important;
    border: 3px solid #f06421 !important;
    transition: all 0.3s ease-in-out 0s;
}

.mktoForm .mktoButtonWrap.mktoSimple button.mktoButton:active {
    border: 3px solid #f06421 !important;
  color:#FFFFFF !important;
      background-color: #f06421 !important;
  -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.mktoForm .mktoRequiredField .mktoAsterix {
    display: none;
}

.mktoHtmlText.mktoHasWidth {
    font-size: 16px;
    line-height: 20px;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif !important;
    font-weight: bold;
    padding: 10px 0;
}
  

.mktoForm {
  
}

.mktoFormRow, .mktoFieldWrap {
  
}

.mktoButtonRow {
	display: block;
	margin-left: 10px !important;
}

.mktoButtonWrap {
  
}

@media (max-width: 767px) {
  .mktoForm {
    padding:20px;
  }
}
  
@media (max-width: 767px) and (min-width:546px) {
	  .mktoForm .mktoLabel {
	}
		
	.mktoForm input[type="text"], 
	.mktoForm input[type="url"],
	.mktoForm input[type="email"],
	.mktoForm input[type="tel"],
	.mktoForm input[type="number"],
	.mktoForm input[type="date"],
	.mktoForm textarea.mktoField,
	.mktoForm select.mktoField {

	}
}


@media (max-width: 545px) {
	  .mktoForm .mktoLabel {
	    font-size: 14px;
	    line-height: 29px;
	    height:26px;
	    padding: 0 !important;
	    text-align: left !important;
	    width: 100% !important;
	}
	  
	  .mktoForm input[type="text"], 
	.mktoForm input[type="url"],
	.mktoForm input[type="email"],
	.mktoForm input[type="tel"],
	.mktoForm input[type="number"],
	.mktoForm input[type="date"],
	.mktoForm textarea.mktoField,
	.mktoForm select.mktoField {
	    width: 100% !important;
	}
}

/* Checkboxes */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

.mktoCheckboxList input {
    opacity: 0;
    position: absolute;   
}

.mktoCheckboxList input, .mktoCheckboxList label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.mktoCheckboxList label {
    position: relative;
}

.mktoCheckboxList input + label:before {
    content: '';
    background: #fff;
    border: 2px solid #cccccc;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    padding: 5px;
  	font-size: 20px;
    margin-right: 20px;
    text-align: center;
    float: left;
}

.mktoCheckboxList input:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #FFFFFF;
    color: #f5881f;
    border-color:#cccccc;
}

.mktoCheckboxList input:hover + label:before {
    border-color:#00adee;
}

body .mktoForm .mktoCheckboxList > label {
	margin-left:0;
}


.mktoForm .mktoCheckboxList > label {
    text-transform: none;
    letter-spacing: 0.02em;
    font-size: 16px;
    line-height: 20px;
    float: left;
    padding-top: 5px;
  	font-weight: normal !important;
}

.mktoForm .mktoField {
    float:right;
}


