form.wufoo {
	padding: 5px;
}

.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{
	border-radius: 4px;
    margin: 3px;
}

.wufoo li div, .wufoo li div label, .wufoo li span label {
	padding: 4px;
}

#container {
	width: 90vw !important;
}

select#Field3 {
	width: 30vw;
	min-width: 5vw;
}

.wufoo textarea.field.textarea{
	width: 50vw;
	max-width: 55vw !important;
}

body{
	background-color: #99cc00;
}

form li div label, form li span label{
	font-size: 3vw;
}

form .instruct{
	width: 25vw;
	font-size: 2vw !important;
}

input.checkbox, input.radio {
	width: 3vw !important;
	height: 3vw !important;
}

form li div span.beside {
	margin: 0;
    display: flex;
    width: 40%; 
    float: left;
    text-align: center;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    flex-direction: row;
}

form li div span.above_below
{
	display: flex;
	margin: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}

label.choice{
	width: 10vw;
}

form li div span{
	width: auto;
	margin: 5px;
	padding: 2px;
}



/* ----- Logo ----- */

#logo a {
	min-height:0;
	height:auto;
	width: auto;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	align-content: center;
	background: none !important;
    background-image: none !important;

}

#logo p {
	text-indent: 0px;
	display: inline-flex;
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	align-content: center;
	text-align: center;
	width: 70vw;
	font-family: 'Caviar Dreams';
	color: black;
	font-weight: bold;
	font-size: 5vw;
}

#logo img {
	display: inline-flex;
	justify-content: center;
	vertical-align: middle;
	align-items: center;
	align-content: center;
	text-align: center;
	width: 30vw;
	height: 30vw;
	
}

.redesigned-theme-2018 #logo a, .redesigned-theme-2018 .logo a {
  background-position: 0% 0px !important;
  background-size: auto !important;
  margin-bottom: 0 !important;
}

/* IE6 png Support */
* html #logo a {
	background-image: none;
}

/* ----- Backgrounds ----- */
html{
	background-image:none;	background-color:#99cc00;
}

#logo{
	background-image:none;	background-color:#ff9999;
	display: flex;
	height: 33vw;
	align-items: center;
  justify-content: center;
}



#container, html.embed{
	background-color:#eeeeee;
}

.safari .wufoo input.file{
	background:none;
	border:none;
}

.wufoo li.focused{
	background-color:#ffcccc !important;
}

.wufoo .instruct {
  background-color:#cccccc;
}

.redesigned-theme-2018 .wufoo .user-instructions small,
.redesigned-theme-2018 .wufoo .user-instructions:focus::after,
.redesigned-theme-2018 .wufoo .user-instructions:hover::after {
  background-color:#cccccc;
}

/* ----- Borders ----- */

#container{
	border:1px dotted #ffffff;
}

.redesigned-theme-2018#container {
  border:1px dotted #ffffff;
}

.wufoo .info,
.wufoo .paging-context{
	border-bottom:1px solid #339900;
}

.wufoo .section h3,
.wufoo .captcha,
#payment .paging-context{
	border-top:1px solid #339900;
}

.redesigned-theme-2018 .wufoo .info,
.redesigned-theme-2018 .wufoo .paging-context {
	border-bottom:1px dotted #ffffff;
}
.redesigned-theme-2018 .wufoo .section h3,
.redesigned-theme-2018 .wufoo .captcha,
.redesigned-theme-2018 #payment .paging-context {
	border-top:1px solid #339900;
}


.wufoo .instruct{
	border:1px solid #000000;
}

.redesigned-theme-2018 .wufoo .user-instructions small {
	border:1px solid #000000;
}
.redesigned-theme-2018 .wufoo .floatInstructionRight:hover::before,
.redesigned-theme-2018 .wufoo .floatInstructionRight:focus::before,
.redesigned-theme-2018 .wufoo .floatInstructionRight:hover::after,
.redesigned-theme-2018 .wufoo .floatInstructionRight:focus::after {
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.redesigned-theme-2018 .wufoo .floatInstructionLeft:hover::before,
.redesigned-theme-2018 .wufoo .floatInstructionLeft:focus::before,
.redesigned-theme-2018 .wufoo .floatInstructionLeft:hover::after,
.redesigned-theme-2018 .wufoo .floatInstructionLeft:focus::after {
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
}


.fixed .info{
	border-bottom:none;
}
.wufoo li.section.scrollText{
	border-color:#cfcfcf;
}

/* ----- Typography ----- */
.wufoo .info h2 {
	font-size:6vw !important;
	font-family:'Caviar Dreams-Bold';
	font-style:normal;
	font-weight:normal;
	color:#000000 !important;
}

.redesigned-theme-2018 .wufoo .info h2 * {
  font-family: 'Caviar Dreams-Bold';
}

.redesigned-theme-2018 .wufoo .info h2 {
  color: #282828 !important;
}
.redesigned-theme-2018 .wufoo .info h2 {
  font-weight: 300 !important;
}

.wufoo .info div {
	font-size:2.5vw !important;
	font-family:'Caviar Dreams';
	font-style:normal;
	font-weight:normal;
	color:#444444 !important;
}

.redesigned-theme-2018 .wufoo .info div * {
  font-family: 'Caviar Dreams';
}

.redesigned-theme-2018 .info div {
  color: #282828 !important;
}
.redesigned-theme-2018 .info div {
  font-weight: 300 !important;
}

.wufoo .section h3 {
	font-size:5vw !important;
	font-family:'Caviar Dreams-Bold';
	font-style:normal;
	font-weight:normal;
	color:#000000 !important;
}

.redesigned-theme-2018 .wufoo .section h3 * {
  font-family: 'Caviar Dreams-Bold';
}

.redesigned-theme-2018 .wufoo .section h3 {
  color: #282828 !important;
}
.redesigned-theme-2018 .wufoo .section h3 {
  font-weight: 300 !important;
}

.wufoo .section div {
	font-size:2vw !important;
	font-family:'Caviar Dreams';
	font-style:normal;
	font-weight:normal;
	color:#444444 !important;
}

.redesigned-theme-2018 .wufoo .section div * {
  font-family: 'Caviar Dreams';
}

.redesigned-theme-2018 .wufoo .section div {
  color: #282828 !important;
}
.redesigned-theme-2018 .wufoo .section div {
  font-weight: 300 !important;
}

.wufoo label.desc, .wufoo legend.desc, .likert caption {
	font-size:2vw !important;
	font-family:'Caviar Dreams';
	font-style:normal;
	font-weight:normal;
	color:#444444 !important;
}

.redesigned-theme-2018 .wufoo li.paging-context b *,
.redesigned-theme-2018 .wufoo label.choice *,
.redesigned-theme-2018 .wufoo label.desc *,
.redesigned-theme-2018 .wufoo legend.desc *,
.redesigned-theme-2018 .likert thead td *,
.redesigned-theme-2018 .likert tbody label *,
.redesigned-theme-2018 .likert caption * {
  font-family: 'Caviar Dreams';
}

.redesigned-theme-2018 .wufoo label.desc,
.redesigned-theme-2018 .wufoo legend.desc,
.redesigned-theme-2018 .likert caption {
  font-size: 18px !important;
}
.redesigned-theme-2018 .wufoo label.desc,
.redesigned-theme-2018 .wufoo legend.desc,
.redesigned-theme-2018 .likert caption {
  color: #282828 !important;
}

.wufoo label.choice{
	font-size:2.5vw !important;
	font-family:'Caviar Dreams';
	font-style:normal;
	font-weight:normal;
	color:#444444 !important;
}

.redesigned-theme-2018 .wufoo li span:not(.star)  {
	font-size: 18px !important;
}
.redesigned-theme-2018 .wufoo li div span.choice__text {
	font-size: 15px !important;
}
.redesigned-theme-2018 .wufoo li span,
.redesigned-theme-2018 .wufoo li span label,
.redesigned-theme-2018 .wufoo li div span.choice__text,
.redesigned-theme-2018 .wufoo ul li span.symbol
.redesigned-theme-2018 li div span.choice__qty,
.redesigned-theme-2018 li div span.choice__qty span,
.redesigned-theme-2018 .wufoo li.focused span{
  color: #7f8189
}
.redesigned-theme-2018 .wufoo label.desc,
.redesigned-theme-2018 .wufoo legend.desc,
.redesigned-theme-2018 .likert caption {
  color: #434A54
}

.wufoo input.text,
.wufoo textarea.textarea,
.wufoo input.file,
.wufoo select.select,
.wufoo li .wufoo-dropdown span{
	font-style:normal;
	font-weight:normal;
	color:#333333 !important;
	font-size:2.5vw !important;
}

.redesigned-theme-2018 .wufoo li .wufoo-dropdown-menu{
  color: #212121 !important;
}

.redesigned-theme-2018 .wufoo input.text,
.redesigned-theme-2018 .wufoo textarea.textarea,
.redesigned-theme-2018 .wufoo textarea.textarea::placeholder,
.redesigned-theme-2018 .wufoo input.file,
.redesigned-theme-2018 .wufoo select.select,
.redesigned-theme-2018 .wufoo li .wufoo-dropdown span {
  font-size: 15px !important;
}
.redesigned-theme-2018 .wufoo input.text,
.redesigned-theme-2018 .wufoo textarea.textarea,
.redesigned-theme-2018 .wufoo input.file,
.redesigned-theme-2018 .wufoo select.select,
.redesigned-theme-2018 .wufoo li .wufoo-dropdown span {
  color: #212121 !important;
}
.redesigned-theme-2018 .wufoo input.text,
.redesigned-theme-2018 .wufoo textarea.textarea,
.redesigned-theme-2018 .wufoo input.file,
.redesigned-theme-2018 .wufoo select.select,
.redesigned-theme-2018 .wufoo li .wufoo-dropdown span {
  font-weight: 300 !important;
}

{* Custom Fonts Break Dropdown Selection in IE *}
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file{
	font-family:'Caviar Dreams';
}

.redesigned-theme-2018 .wufoo input.text,
.redesigned-theme-2018 .wufoo textarea.textarea,
.redesigned-theme-2018 .wufoo input.file {
  font-family: 'Caviar Dreams';
}

.safari .wufoo select.select{
	background:#ffffff url(../images/fieldbg.gif) repeat-x top;
	border:1px solid Background color 'ffffff url(../images/fieldbg.gif) repeat-x top' is not a hex color value.#;
	border-bottom:1px solid Background color 'ffffff url(../images/fieldbg.gif) repeat-x top' is not a hex color value.#;
	border-right:1px solid Background color 'ffffff url(../images/fieldbg.gif) repeat-x top' is not a hex color value.#;
	font-size:100% !important;
}


.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:'Caviar Dreams';
	color:#444444;
}
.safari .wufoo input.file{ /* Webkit */
	font-size:100%;
	font-family:'Caviar Dreams';
	color:#444444;
}
.wufoo .instruct small, .redesigned-theme-2018 .wufoo label.desc .user-instructions small{
	font-size:80%;
	font-family:'Caviar Dreams';
	font-style:normal;
	font-weight:normal;
	color:#444444;
}

.redesigned-theme-2018 .wufoo label.desc .user-instructions,
.redesigned-theme-2018 .wufoo legend.desc .user-instructions {
  font-size: 15px !important;
}
.redesigned-theme-2018 .wufoo label.desc .user-instructions small,
.redesigned-theme-2018 .wufoo legend.desc .user-instructions small {
  font-size: 80% !important;
  color: #444444 !important;
  font-style:normal !important;
  font-weight: normal !important;
  line-height: normal;
}

.redesigned-theme-2018 .wufoo label.desc .user-instructions small,
.redesigned-theme-2018 .wufoo legend.desc .user-instructions small {

  font-size: 15px !important;
}
.redesigned-theme-2018 .wufoo label.desc .user-instructions small,
.redesigned-theme-2018 .wufoo legend.desc .user-instructions small {
  color: #6b787f !important;
}
.redesigned-theme-2018 .wufoo label.desc .user-instructions small,
.redesigned-theme-2018 .wufoo legend.desc .user-instructions small {
  font-weight: 300 !important;
}

.altInstruct small, li.leftHalf small, li.rightHalf small,
li.leftThird small, li.middleThird small, li.rightThird small,
.iphone small{
	color:#444444 !important;
}

/* ----- Button Styles ----- */

.wufoo input.btTxt{
	font-size: 2vw;
}

.text

/* ----- Highlight Styles ----- */

.wufoo li.focused label.desc, .wufoo li.focused legend.desc,
.wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label,
.safari .wufoo li.focused input.file{
	color:#000000;
}
{*possibility to make the border colour the new highlight colour*}
{*.redesigned-theme-2018 .wufoo input.text:focus, .redesigned-theme-2018 .wufoo ul li.focused input.text, .redesigned-theme-2018 .wufoo ul li.focused textarea.textarea {*}
  {*border: 1px solid #ffcccc;*}
{*}*}

/* ----- Confirmation ----- */

.confirm h2{
	font-family:'Caviar Dreams';
	color:#444444;
}
a.powertiny b, a.powertiny em{
	color:#1a1a1a !important;
}
.embed a.powertiny b, .embed a.powertiny em{
	color:#1a1a1a !important;
}

/* ----- Pagination ----- */

.pgStyle1 var, .pgStyle2 var, .pgStyle2 em, .page1 .pgStyle2 var, .pgStyle1 b, .wufoo .buttons .marker{
	font-family:'Caviar Dreams';
	color:#444444;
}
.pgStyle1 var, .pgStyle2 td{
	border:1px solid #bebebe;
}
.pgStyle1 .done var{
	background:#bebebe;
}

.pgStyle1 .selected var, .pgStyle2 var, .pgStyle2 var em{
	background:#ffcccc;
	color:#000000;
}
.pgStyle1 .selected var{
	border:1px solid #e6b8b8;
}

.buttons button, .buttons button:hover{
	color:#000000;
}

/* Likert Backgrounds */

.likert table{
	background-color:#eeeeee;
}
.likert thead td, .likert thead th{
	background-color:#d6d6d6;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#e4e4e4;
}

/* Likert Borders */

.likert table, .likert th, .likert td{
	border-color:#cfcfcf;
}
.likert td{
	border-left:1px solid #bebebe;
}

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th label{
	color:#444444;
	font-family:'Caviar Dreams';
}

.redesigned-theme-2018 .likert thead td, .redesigned-theme-2018 .likert thead th, .redesigned-theme-2018 .likert tbody th label {
  color: #656D78;
}

.likert tbody td label{
	color:#575757;
	font-family:'Caviar Dreams';
}
.likert caption, .likert tbody th label{
	font-size:95%;
}

/* Likert Hover */

.likert tbody tr:hover td, .likert tbody tr:hover th, .likert tbody tr:hover label{
	background-color:#ffcccc;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #cca3a3;
}

.redesigned-theme-2018 .likert tbody tr:hover label, .redesigned-theme-2018 .likert tbody tr:hover td, .redesigned-theme-2018 .likert tbody tr:hover th {
  color: #444444;
}

/* ----- Running Total ----- */

.wufoo #lola{
	background:#d6d6d6;
}
.wufoo #lola tbody td{
	border-bottom:1px solid #bebebe;
}
.wufoo #lola{
	font-family:'Caviar Dreams';
	color:#444444;
}
.wufoo #lola tfoot th{
	color:#696969;
}

/* ----- Report Styles ----- */

.wufoo .wfo_graph h3{
	font-size:95%;
	font-family:'Caviar Dreams';
	color:#444444;
}
.wfo_txt, .wfo_graph h4{
	color:#444444;
}
.wufoo .footer h4{
	color:#000000;
}
.wufoo .footer span{
	color:#444444;
}

/* ----- Number Widget ----- */

.wfo_number{
	background-color:#e4e4e4;
	border-color:#cfcfcf;
}
.wfo_number strong, .wfo_number em{
	color:#000000;
}

/* ----- Chart Widget Border and Background Colors ----- */

#widget, #widget body{
	background:#eeeeee;
}
.fcNav a.show{
	background-color:#eeeeee;
	border-color:#bebebe;
}
.fc table{
	border-left:1px solid #cfcfcf;
}
.fc thead th, .fc .more th{
	background-color:#cfcfcf !important;
	border-right:1px solid #bebebe !important;
}
.fc tbody td, .fc tbody th, .fc tfoot th, .fc tfoot td{
	background-color:#eeeeee;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #cfcfcf;
}
.fc tbody tr.alt td, .fc tbody tr.alt th, .fc tbody td.alt{
	background-color:#e4e4e4;
}

/* ----- Chart Widget Typography Colors ----- */

.fc caption, .fcNav, .fcNav a{
	color:#444444;
}
.fc tfoot,
.fc thead th,
.fc tbody th div,
.fc tbody td.count, .fc .cards tbody td a, .fc td.percent var,
.fc .timestamp span{
	color:#000000;
}
.fc .indent .count{
	color:#4b4b4b;
}
.fc .cards tbody td a span{
	color:#7d7d7d;
}

/* ----- Chart Widget Hover Colors ----- */

.fc tbody tr:hover td, .fc tbody tr:hover th,
.fc tfoot tr:hover td, .fc tfoot tr:hover th{
	background-color:#ffcccc;
}
.fc tbody tr:hover th div, .fc tbody tr:hover td, .fc tbody tr:hover var,
.fc tfoot tr:hover th div, .fc tfoot tr:hover td, .fc tfoot tr:hover var{
	color:#000000;
}

/* ----- Payment Summary ----- */

.invoice thead th,
.invoice tbody th, .invoice tbody td,
.invoice tfoot th,
.invoice .total,
.invoice tfoot .last th, .invoice tfoot .last td,
.invoice tfoot th, .invoice tfoot td{
	border-color:#cfcfcf;
}
.invoice thead th, .wufoo .checkNotice{
	background:#e4e4e4;
}
.invoice th, .invoice td{
	color:#000000;
}
#ppSection, #ccSection{
	border-bottom:1px solid #339900;
}
#shipSection, #invoiceSection{
	border-top:1px solid #339900;
}

/* Drop Shadows */
#container{
	-webkit-box-shadow:none !important;
	-moz-box-shadow:none !important;
	-o-box-shadow:none !important;
	box-shadow:none !important;
}



form.wufoo {
	padding: 5px;
}

.wufoo input.text, .wufoo textarea.textarea, .wufoo select.select, .wufoo label.choice{
	border-radius: 4px;
    margin: 3px;
    padding: 2px;
    min-width: 5vw;
   
}

.wufoo li div, .wufoo li div label, .wufoo li span label {
	padding: 4px;
}

/* - - - Local Fonts - - - */

@font-face {
	font-family: 'Caviar Dreams-Bold';
	src: url('/fonts/caviar_dreams_bold.eot?') format('eot'),
	     url('/fonts/caviar_dreams_bold.woff') format('woff'),
	     url('/fonts/caviar_dreams_bold.ttf')  format('truetype'),
	     url('/fonts/caviar_dreams_bold.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Caviar Dreams';
	src: url('/fonts/caviar_dreams.eot?') format('eot'),
	     url('/fonts/caviar_dreams.woff') format('woff'),
	     url('/fonts/caviar_dreams.ttf')  format('truetype'),
	     url('/fonts/caviar_dreams.svg#svgFontName') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* - - - Responsive - - - */

@media only screen and (max-width: 480px) {
	html{
		background-color:#eeeeee;
	}
	a.powertiny b, a.powertin em{
		color:#1a1a1a !important;
	}
}

/* - - - Custom Theme - - - */

