@import url('https://fonts.googleapis.com/css2?family=Gothic+A1&display=swap');
@import url("https://use.typekit.net/ste1hdv.css");

@font-face {
  font-family: AmericanCaptain;
  src: url(../fonts/AmericanCaptain.ttf);
}

:root {
  --color-primary: #f5c25b;
  --color-secondary: #a9740a;
  --color-tertiary: #d9d9d9;
  --color-light-shade: #ffffff;
  --color-dark-shade: #000000;
  --color-primary--rgb: 245, 194, 91;
  --color-secondary--rgb: 169, 116, 10;
  --color-tertiary--rgb: 217, 217, 217;
  --color-light-shade--rgb: 230, 230, 230;
  --color-dark-shade--rgb: 34, 34, 34;
  --font-headline: kopius, serif;
  --font-special: "AmericanCaptain", sans-serif;
  --font-body: "Gothic A1", sans-serif;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --gap-base: 0.938rem;
  --gap-small: 0.438rem;
  --line-height-base: 1.2;
  --filter-color: brightness(0) saturate(100%) invert(34%) sepia(21%)
    saturate(3468%) hue-rotate(324deg) brightness(99%) contrast(94%);
}


#logo a {
	background-image:url('../images/wflogo.png'); 
	min-height:0;
	height:40px;
}


* html #logo a {/* IE6 png Support */
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/wflogo.png", sizingMethod="crop");
}

/* ----- Backgrounds ----- */
html{
	}
#logo{
	background-image:none;	background-color:#DEDEDE;
}

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

.wufoo input.file{
	font-size: 12px!important;
}

.wufoo li.focused{
	background-color:#FFF7C0;
}
.wufoo .instruct{
	background-color:#F5F5F5;
}

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

.wufoo .info .ratings{
	display:  flex;
	justify-content: center;
	margin-bottom:  15px;
}

.wufoo .info .ratings img{
	margin:  0 10px;
}

#container{
	background: #a9740a;
	background-size: auto 100%;
	background-position: center;
	border-radius: 0;
	width: 100%;
	border: 0px solid #a9740a;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 40px;
	position: relative;
}

.wufoo .info, .wufoo .paging-context{
	font-size: 36px;
	color: #fff;
	  font-family: "Libre Baskerville", serif;
}
.wufoo .section h3, .wufoo .captcha, #payment .paging-context{
	border-top:1px dotted #CCCCCC;
}
.wufoo input.text, .wufoo textarea.textarea{
	  font-family: "Libre Baskerville", serif;
}
.wufoo .instruct{
	border:1px solid #E6E6E6;
}
.fixed .info{
	border-bottom:none;
}
.wufoo li.section.scrollText{
	border-color:#dedede;
}

/* ----- Typography ----- */
.wufoo .info h2{
	color: #fff;
  font-size: 45px;
	font-style: normal;
    letter-spacing: 3px;
	line-height: 1;
	padding: 0;
	margin:  0px 0;
	text-transform: uppercase !important;
	  font-family:var(--font-headline);
    font-weight: 600;

}






.wufoo .info h2 span{
	font-family: abhaya-libre, sans-serif; 
	font-size: 50px;
	display: inline-block;
	vertical-align: middle;
}

.wufoo .info{
	padding-bottom: 1rem;
}

.wufoo .info h2 img{
	display: block;
	width: auto;
	margin: 0 auto 8px;
	vertical-align: middle;
}

.wufoo .info div{
	font-size: 1.125rem;
	font-family: "Lusitana", serif;
	font-style:normal;
	font-weight: bold;
	letter-spacing: 3px;
	color:#000000;
	text-transform: uppercase;
}
.wufoo .section h3{
	font-size:110%;
	font-family:inherit;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}
.wufoo .section div{
	font-size:85%;
	font-family:inherit;
	font-style:normal;
	font-weight:normal;
	color:#444444;
}

.wufoo label.desc, .wufoo legend.desc{
	font-size: 1rem;
	font-family:inherit;
	font-style:normal;
	font-weight:bold;
	color:#ffffff;

}

.wufoo label.choice{
	font-size:1rem;
	font-family:inherit;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
}

.wufoo input.inputhalf{
	width: 42%!important;
	float: left;
}

.wufoo input.marginright{
	margin-right: 1%;
}

.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file{
	background: #fff;
    border: medium none;
    color: #333;
    display: block;
  	  font-family: "Almarai", sans-serif; 

    font-size: 1.041875rem;
    padding: 15px 12px;
   	text-transform: none;
   
    font-weight: 400;
    width: 91%;
    margin-bottom: 15px;
}

  

.wufoo select.select{
	background: #ffffff;
    border: medium none;
    color: #000;
    display: block;
  font-family: "Almarai", sans-serif; 

    font-size: 16px;
    padding: 12px 10px;
   	text-transform: capitalize;
   
    font-weight: 400;
    width: 97.5%;
    margin-bottom: 15px;
}

input::placeholder,
select::placeholder,
select, textarea::placeholder{
  color: #333;
}

textarea.medium{
	height: 77px;
}
{* Custom Fonts Break Dropdown Selection in IE *}



.wufoo li div, .wufoo li span, .wufoo li div label, .wufoo li span label{
	font-family:inherit;
	color:#444444;
}
.safari .wufoo input.file{ /* Webkit */
	font-size:100%;
	font-family:inherit;
	color:#444444;
}
.wufoo .instruct small{
	font-size:85%;
	font-family:inherit;
	font-style:normal;
	font-weight:normal;
	color:#444444;
}

.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{

}

/* ----- 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;
}

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

.confirm h2{
	font-family:inherit;
	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:inherit;
	color:#444444;
}
.pgStyle1 var, .pgStyle2 td{
	border:1px solid #cccccc;
}
.pgStyle1 .done var{
	background:#cccccc;
}

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


/* Likert Backgrounds */

.likert table{
	background-color:#FFFFFF;
}
.likert thead td, .likert thead th{
	background-color:#e6e6e6;
}
.likert tbody tr.alt td, .likert tbody tr.alt th{
	background-color:#f5f5f5;
}

/* Likert Borders */

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

/* Likert Typography */

.likert caption, .likert thead td, .likert tbody th label{
	color:#444444;
	font-family:inherit;
}
.likert tbody td label{
	color:#575757;
	font-family:inherit;
}
.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:#FFF7C0;
	color:#000000;
}
.likert tbody tr:hover td{
	border-left:1px solid #ccc69a;
}

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

.wufoo #lola{
	background:#e6e6e6;
}
.wufoo #lola tbody td{
	border-bottom:1px solid #cccccc;
}
.wufoo #lola{
	font-family:inherit;
	color:#444444;
}
.wufoo #lola tfoot th{
	color:#696969;
}

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

.wufoo .wfo_graph h3{
	font-size:95%;
	font-family:inherit;
	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:#f5f5f5;
	border-color:#dedede;
}
.wfo_number strong, .wfo_number em{
	color:#000000;
}

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

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

/* ----- 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:#FFF7C0;
}
.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:#dedede;
}
.invoice thead th, .wufoo .checkNotice{
	background:#f5f5f5;
}
.invoice th, .invoice td{
	color:#000000;
}
#ppSection, #ccSection{
	border-bottom:1px dotted #CCCCCC;
}
#shipSection, #invoiceSection{
	border-top:1px dotted #CCCCCC;
}

.inputwrapper.twocol{
	display: flex;
	margin-bottom: 0;
	justify-content: space-between;
}

.inputwrapper.twocol input{
	width:  82%;
}

.inputwrapper textarea.textarea{
	width:  91%;
}


.inputwrapper.threecol{
	display: flex;
	margin-bottom: 0;
	justify-content: space-between;
}

.inputwrapper.threecol span,
.inputwrapper.twocol span{
	flex: 1;
}

.inputwrapper.threecol input{
	width: 72%;
}

.inputwrapper {
    display: block;
    margin: 0px auto 14px;
    position: relative;
    width: 87%;
    text-align: left;
    color: #fff;
    line-height: 25px;
}

.inputwrapper .fcol3{
	display: inline-block!important;
	margin-bottom: 0!important;
	width: 25%!important;
}

.inputwrapper .fcol4{
	display: inline-block!important;
	width: 27.5%!important;
	margin-bottom: 0!important;
}

.sometext img{
left: -34px;
    position: absolute;
    top: -4px;
}

.wufoo .info img{
	
}

.sometext{
 	color: #fff;
    display: block;
   font-family: "Libre Baskerville", serif;
    font-size: 15px;
    position: relative;
    text-decoration: underline;
    padding: 15px 0;
    font-weight: 600;
}

::placeholder{
	opacity: 1;
}

::-moz-placeholder {
  opacity: 1;
}

#saveForm{position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 12px 15px;
    text-transform: uppercase;
    font-size: 1.042rem;
    font-weight: 700;
    border: none;
    min-height: 50px;
    -webkit-transition: all .3s 
ease;
    transition: all .3s 
ease;

    -webkit-text-stroke: 1px var(--color-primary);
    text-stroke: 1px var(--color-primary);    background: var(--color-dark-shade);
    color: var(--color-light-shade);position: relative;
    z-index: 0;font-family: var(--font-special);
    font-weight: var(--font-weight-normal);
    font-size: 1.383125rem;
    letter-spacing: 1px;
	width: 300px;
max-width: 100%;  font-size: 30px;font-style: italic;
}


.noI form li, .altInstruct form li{
	display: flex;
	justify-content: center;
}


#saveForm:hover{
	background: #403e3e;
	color:  #fff;
}





.footer-upper .button.button--secondary{
	background: #000;
}





.wufoo .info h2{
	text-align: center;
}

.inputwrapper.buttonwrapper{
	width: 65%;
}



.wufoo .info h2{
	    font-size: 46px;
    font-style: italic;
}


@media screen and (max-width: 336px) {
.wufoo .info h2{
	font-size: 32px;
}
}