@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,900,700);
@import url("superfish.css");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section { display: block; }
audio,
canvas,
video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
/* Base */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html,
button,
input,
select,
textarea {font-family: 'Work Sans', sans-serif, Arial;}
body {min-width: 320px;min-height: 100vh;background-color: #FFF;padding: 0;margin: 0;color: #000;font-family: 'Work Sans', sans-serif, Arial;font-size: 18px;display: flex;flex-direction: column;}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* Links */
#footinfocont a {color: #C5D7DE;padding-bottom: 2px;text-decoration: underline;}
#loc_main_content a,
body[onload*="loc_main_content"] 

/* a { color:#087ccd; }
a:visited { color: #B4D5E9; } */
a:hover { }
a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active { outline: 0; }

/* Typography */
abbr[title] { border-bottom: 1px dotted; }
b,
strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before,
q:after { content: ""; content: none; }
small { font-size: 85%; }
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
/* Lists */
p { margin-top:0px; }
ul,
ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul,
nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
/* Embedded content */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }
/* Figures */

figure { margin: 0; }
/* Forms */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px;
padding: 0; white-space: normal; }
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {/* font-size: 100%; *//* margin: 0; *//* vertical-align: baseline; */ *vertical-align: middle;}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input { line-height: normal; }
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible;
}
/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] { cursor: default; }
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {/* box-sizing: border-box; *//* padding: 0; */ *width: 13px;
*height: 13px;}
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea { overflow: auto; vertical-align: top; /*resize: vertical;*/ }

/* Colors for form validity */
input[type="text"]:valid,
input[type="tel"]:valid,
input[type="email"]:valid,
textarea:valid { /*background-color: #E4FFE7;*/  }
input:invalid, textarea:invalid { background-color: #FFF; }
/* Tables */
table { border-collapse: collapse; border-spacing: 0; width:100%; margin:10px 0px; border-bottom:2px solid #000; }
th { background-color: #CFE2F1; text-align: left; }
tr { border-bottom:1px solid #CCCCCC; }
td { vertical-align: top; }

/* Contain floats: h5bp.com/q */
.g-recaptcha:before,
.g-recaptcha:after,
.clearfix:before,
.clearfix:after { content: ""; display: table; }
.g-recaptcha:after,
.clearfix:after { clear: both; }
.g-recaptcha,
.clearfix { *zoom: 1; }

img,
object,
embed,
video { max-width: 100%; }
/* IE 6 does not support max-width so default to width 100% */
.ie6 img { width: 100%; }

h1,
h2,
h3,
h4 { margin: 0; font-weight: 800; color:#087ccd; margin-bottom:10px; text-transform:uppercase; }
h1 { font-size: 32px; padding-bottom: 5px; margin-bottom: 10px; }
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }

#assoccont h1,
#assoccont h2,
#assoccont h3,
#assoccont h4 { color:#68c1ff; }

.fluid { clear: both; width: 100%; float: left; display: block; }

.clear { clear: both; }

.wrapper {/* max-width: 1232px; */margin: auto;position: relative;}

#header { background-image: url(../slices/bg_header5.jpg); background-repeat: no-repeat; background-position: center top; }

.logo { margin:auto; width: 100%; max-width:675px; }
.social { position: absolute; top:7px; right:7px; }
.social a { display:inline; float:right; text-align:right; }

#mainnav { width: 100%; background-color:#004e84; }
#mainnav ul,
#assoccont ul,
#sitescont ul { margin: 0; padding: 0; list-style-type: none; }

#mainnav ul li { text-transform: uppercase; font-size: 16px; color: #fff; text-align: center; font-weight:bold; line-height:37px; padding:0px 17px; }
#mainnav ul li a { float: left; color: #fff; text-decoration: none; width: 100%; display:inline-block; line-height:33px; }
#mainnav ul li.active a,
#mainnav ul li a:hover { color: #68c1ff; }
#mainnav ul li:first-child { margin: 0; /*margin-bottom: 5px;*/ }

#maincont { padding:30px 0px; }
/*.secondary_view #maincont .wrapper,*/
#maincont .wrapper { padding:0 15px; }

#assoccont { background-image:url(../slices/bg_logos.jpg); background-position:bottom center; background-color:#000; background-repeat:no-repeat; padding:40px 0; }
#assoccont h2 { text-transform:uppercase; }
#assoccont p { color:#FFF; }
/*#assoccont p:first-child { text-transform:uppercase; }*/
#assoccont li { float:left; width:43%; /*width:183px;*/ height:76px; background-color:#FFF; border:1px solid #004e84; padding:4px; margin:6px; text-align:center; }
#assoccont li a { display:block; width:100%; height:76px; line-height:76px; }
#assoccont li a:hover { background-color: #DAEFFF; }
#assoccont li img { max-height:76px; max-width:138px; }

#sitescont { background-image: url(../slices/bg_white.jpg); background-size: cover; padding:30px 0px; text-transform:uppercase; }
#sitescont li { text-align:center; padding:2%; float:left; }
#sitescont li a { background-color:#004e84; padding:3px 3px 8px; color:#FFF; display:inline-block; font-size:18px; font-weight:bold; text-decoration: none; }
#sitescont li a:hover { background-color:#087CCD; }
#sitescont li a:hover img { opacity: 0.7; }
#sitescont li a img { margin-bottom:8px; width:100%; }

#footinfocont .wrapper > div { color:#FFF; float:left; width:96%; background-color:#087CCD; padding:2%; }
#footinfocont .wrapper > div:first-child { background-color:#004e84; }
#footinfocont .wrapper > div h3 { color:#FFF; }

#footer {background-color:#012841;color:#FFF;/* font-size:12px; */float: none;padding: 0 1em;}
#footer p {padding: 14px 0px;margin: 0;}
#footer a { display:block; text-decoration:none; }
#footer a:hover { color:#FFF; }
#footer a:first-child { border:none; }


form {padding:3%;/* width:94%; */background-color: #EEE;border-bottom:1px solid #CCC;border-top:3px solid #087CCD;margin-bottom: 40px;}
label {/* display:block; *//* width: 100%; *//* position:relative; */}
input[type="text"],
input[type="tel"],
input[type="email"] {/* width:220px; */border:1px solid #8DBDE0;/* padding:4px; */}
textarea { border: 1px solid #8DBDE0; width:99%; min-height:140px; }
textarea,
input {/* margin-bottom:12px; */}
input[type="submit"] { padding:4px 6px; }

/*
#OnlinePayment { margin:auto; }
#OnlinePayment label[for="OnlinePaymentName"] { vertical-align:-10px; }
*/
#OnlinePayment label span { /*font-size:12px; display:block;*/ white-space:nowrap; }
#OnlinePayment input[type="text"],
#OnlinePayment input[type="tel"],
#OnlinePayment input[type="email"] { width:190px; }


ul.payment_options { padding:0; list-style-type:none; text-align:center; }
ul.payment_options li { display:inline-block; margin:7px; }



body > .container-fluid {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
body > .container-fluid > .row {
    height: 100%;
    flex-grow: 1;
}

@media only screen and (min-width: 768px) {

#mainnav ul { text-align: center; }
#mainnav ul li { width: auto; display: inline-block; }
#mainnav ul li a { width: auto; float: none; }

#assoccont li { width:30%; }

#footinfocont { background-image: url(../slices/bg_footinfo.png); background-position:center top; }

#sitescont li,
#footinfocont .wrapper > div {width: 50%;}
#footinfocont > div { background-color:#087ccd; }

#footer a { display:inline-block; white-space:nowrap; padding-left:15px; margin:0px 15px 0px 0px; border-left:1px solid #c5d7de; text-decoration:none; }

textarea { width:68%; }

#OnlinePayment label { display:inline-block; width:60%; text-align:right; margin-bottom:10px; }
#OnlinePayment label span { position:absolute; right:-13px; top:0px; }
#OnlinePayment input { margin-left:12px; }
#OnlinePayment input[type="submit"] { margin-left: 62%; }

form#contactform label { display: inline-block; width:150px; margin-bottom: 10px; text-align: right; }
form#contactform textarea,
form#contactform input { margin-left:12px; }
form#contactform input[type="submit"] { margin-left: 167px; }
/*.g-recaptcha > div { float: right; margin-right: 5%; }*/
.g-recaptcha > div { margin-left: 62%; }

}

@media only screen and (max-width: 767px) {
.tbl_form td {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid grey;
    padding: 0.15em;
}

.tbl_form thead {
}

table#tbl_salestotal tbody td:nth-of-type(3):before {content: 'Previous Year';}

table#tbl_salestotal tbody td:nth-of-type(4):before {content: 'Current Year';}

table#tbl_salestotal tbody td:nth-of-type(5):before {content: 'Estimates for Next Year';}

.tbl_form tbody td:before {
    font-size: 14px;
    width: 50%;
}

.tbl_form td input {
    width: 50%;
}

tbl_form tbody tr {
    display: flex;
}

table#tbl_salestotal tbody td:nth-of-type(1), table#tbl_salestotal tbody td:nth-of-type(2) {
    width: 50%;
    background: #C5D7DE;
    color: black;
    font-weight: 700;
    border: 0;
}

table#tbl_salestotal tbody tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tbl_form {
    border: 0;
}

table#tbl_salestotal thead td:nth-of-type(4),table#tbl_salestotal thead td:nth-of-type(1) {
    display: none;
}

table#tbl_salestotal tbody tr:last-of-type td:nth-of-type(2) input {
    width: 100%;
}

table#tbl_productdesc tbody td:nth-of-type(1):before {content: 'Product';}

table#tbl_productdesc tbody td:nth-of-type(2):before {content: 'Years Involved';}

table#tbl_productdesc tbody td:nth-of-type(3):before {content: 'Principal End Use';}

table#tbl_productdesc tbody td:nth-of-type(4):before {content: '% Canadian Sales';}

table#tbl_productdesc tbody td:nth-of-type(5):before {
    content: '% U.S. Sales';
}

table#tbl_productdesc tbody td:nth-of-type(6):before {
    content: '% Other Sales';
}

table#tbl_productdesc thead {
    display: none;
}

table#tbl_productdesc tbody tr {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    border: 1px solid black;
}

table#tbl_claimshist tbody td:nth-of-type(1):before {content: 'Date of Occurrence';}

table#tbl_claimshist tbody td:nth-of-type(2):before {
    content: 'Describe Occurrence And Injury or Damage';
}

table#tbl_claimshist tbody td:nth-of-type(3):before {
    content: 'Reserve (Amount)';
}

table#tbl_claimshist tbody td:nth-of-type(4):before {
    content: 'Paid (Amount)';
}

table#tbl_claimshist tbody td:nth-of-type(5):before {
    content: 'Expenses (Amount)';
}

table#tbl_claimshist tbody td:nth-of-type(6):before {
    content: 'Deductible (Amount)';
}

table#tbl_claimshist tbody td:nth-of-type(7):before {
    content: 'Status';
}

table#tbl_claimshist thead {
    display: none;
}

table#tbl_claimshist tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: .5em;
    border: 1px solid black;
}}
@media only screen and (min-width: 980px) {
#maincont .wrapper { padding:0 20%; }
#assoccont li { width:14.5%; }
#assoccont li img { max-width:120px; }
#OnlinePayment { }
}

/*WebSuite*/
.mceContentBody { background: none; }
.mceListBoxMenu,
.mceColorSplitMenu,
.mceSplitButtonMenu { position: fixed !important; top: 51px !important; }
.mceListBoxMenu>div.mceListBoxMenu,
.mceSplitButtonMenu>div.mceSplitButtonMenu { position: relative !important; top: 0px !important; }
.mceToolbar a { color: #000 !important; }

.mceListBoxMenu.defaultSkin .mceMenu table,
.mceListBoxMenu { background:inherit !important; }

.defaultSkin a, .defaultSkin img, .defaultSkin div, .defaultSkin td, .defaultSkin iframe,
.defaultSkin a:hover, .defaultSkin a:link, .defaultSkin a:visited, .defaultSkin a:active { color:inherit !important; }
.defaultSkin .mceListBox .mceText, .defaultSkin .mceMenuItemTitle span.mceText { color:#000 !important; }
.border { border:1px solid #000; padding:2px; }

.mceExternalToolbar { z-index:999999; }

input + .col-form-label-sm {
    line-height: 1;
    padding-top: 0;
    display: block;
}#btnApplicationSubmit {
    width: auto;
    background: #1f7dc1;
    color: white;
}.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    color: #fff;
    width: auto;
    font-family: tahoma;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0px 0px 6px #000;
    -moz-box-shadow: 0px 0px 6px #000;
    -webkit-box-shadow: 0px 0px 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer
}

.greenPopup .formErrorContent {
    background: #33be40
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF
}

.formError .formErrorArrow {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 15px;
    height: 15px;
    z-index: 5001
}

.formError .formErrorArrowBottom {
    top: 0;
    margin: -6px
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0px 2px 3px #444;
    -moz-box-shadow: 0px 2px 3px #444;
    -webkit-box-shadow: 0px 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0px;
    font-size: 0px;
    display: block
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.greenPopup .formErrorArrow div {
    background: #33be40
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none
}

.formError .formErrorArrow .line8 {
    width: 11px
}

.formError .formErrorArrow .line7 {
    width: 9px
}

.formError .formErrorArrow .line6 {
    width: 7px
}

.formError .formErrorArrow .line5 {
    width: 5px
}

.formError .formErrorArrow .line4 {
    width: 3px
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0px solid #ddd
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd
}

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

/*\*/
* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

/**/
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #eee url(/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #e78f08;
    background: #f6a828 url(/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
    color: #fff;
    font-weight: bold
}

.ui-widget-header a {
    color: #fff
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #ccc;
    background: #f6f6f6 url(/images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #1c94c4;
    outline: none
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
    outline: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus {
    border-bottom: 1px solid #fbcb09;
    background: #fdf5ce url(/images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #c77405;
    outline: none
}

.ui-state-hover a,
.ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none;
    outline: none
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    border: 1px solid #fbd850;
    background: #fff url(/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #eb8f00;
    outline: none
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #eb8f00;
    outline: none;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
    border: 1px solid #fed22f;
    background: #ffe45c url(/images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
    color: #363636
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a {
    color: #363636
}

.ui-state-error,
.ui-widget-content .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #b81900 url(/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
    color: #fff
}

.ui-state-error a,
.ui-widget-content .ui-state-error a {
    color: #fff
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text {
    color: #fff
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(/images/ui-icons_222222_256x240.png)
}

.ui-widget-content .ui-icon {
    background-image: url(/images/ui-icons_222222_256x240.png)
}

.ui-widget-header .ui-icon {
    background-image: url(/images/ui-icons_ffffff_256x240.png)
}

.ui-state-default .ui-icon {
    background-image: url(/images/ui-icons_ef8c08_256x240.png)
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url(/images/ui-icons_ef8c08_256x240.png)
}

.ui-state-active .ui-icon {
    background-image: url(/images/ui-icons_ef8c08_256x240.png)
}

.ui-state-highlight .ui-icon {
    background-image: url(/images/ui-icons_228ef1_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(/images/ui-icons_ffd27a_256x240.png)
}

.ui-icon-carat-1-n {
    background-position: 0 0
}

.ui-icon-carat-1-ne {
    background-position: -16px 0
}

.ui-icon-carat-1-e {
    background-position: -32px 0
}

.ui-icon-carat-1-se {
    background-position: -48px 0
}

.ui-icon-carat-1-s {
    background-position: -64px 0
}

.ui-icon-carat-1-sw {
    background-position: -80px 0
}

.ui-icon-carat-1-w {
    background-position: -96px 0
}

.ui-icon-carat-1-nw {
    background-position: -112px 0
}

.ui-icon-carat-2-n-s {
    background-position: -128px 0
}

.ui-icon-carat-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -64px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 0 -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-off {
    background-position: -96px -144px
}

.ui-icon-radio-on {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-tl {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px
}

.ui-corner-tr {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px
}

.ui-corner-bl {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px
}

.ui-corner-br {
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px
}

.ui-corner-top {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px
}

.ui-corner-right {
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px
}

.ui-corner-left {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px
}

.ui-widget-overlay {
    background: #666 url(/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
    opacity: .50;
    filter: Alpha(Opacity=50)
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;
    background: #000 url(/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
    opacity: .20;
    filter: Alpha(Opacity=20);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    float: left;
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 48%
}

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
    float: right
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker-cover {
    display: none;
    display
    /**/
    : block;
    position: absolute;
    z-index: -1;
    filter: mask();
    top: -4px;
    left: -4px;
    width: 200px;
    height: 200px
}

input.datepicker_size_2 {
    width: 20px
}

input.datepicker_size_4 {
    width: 34px
}

img.ui-datepicker-trigger {
    padding: 2px 5px 0 3px
}

#emf-container img.ui-datepicker-trigger {
    padding-top: 2px
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#cboxOverlay {
    background: url(/images/colorbox/images/overlay.png) repeat 0 0
}

#colorbox {}

#cboxTopLeft {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/images/controls.png) no-repeat -100px 0
}

#cboxTopRight {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/images/controls.png) no-repeat -129px 0
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/images/controls.png) no-repeat -100px -29px
}

#cboxBottomRight {
    width: 21px;
    height: 21px;
    background: url(/images/colorbox/images/controls.png) no-repeat -129px -29px
}

#cboxMiddleLeft {
    width: 21px;
    background: url(/images/colorbox/images/controls.png) left top repeat-y
}

#cboxMiddleRight {
    width: 21px;
    background: url(/images/colorbox/images/controls.png) right top repeat-y
}

#cboxTopCenter {
    height: 21px;
    background: url(/images/colorbox/images/border.png) 0 0 repeat-x
}

#cboxBottomCenter {
    height: 21px;
    background: url(/images/colorbox/images/border.png) 0 -29px repeat-x
}

#cboxContent {
    background: #fff;
    overflow: hidden
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 28px
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(/images/colorbox/images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious.hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(/images/colorbox/images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext.hover {
    background-position: -50px -25px
}

#cboxLoadingOverlay {
    background: url(/images/colorbox/images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(/images/colorbox/images/loading.gif) no-repeat center center
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/images/colorbox/images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxClose.hover {
    background-position: -25px -25px
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.cboxIE6 #cboxTopLeft {
    background: url(/images/colorbox/images/ie6/borderTopLeft.png)
}

.cboxIE6 #cboxTopCenter {
    background: url(/images/colorbox/images/ie6/borderTopCenter.png)
}

.cboxIE6 #cboxTopRight {
    background: url(/images/colorbox/images/ie6/borderTopRight.png)
}

.cboxIE6 #cboxBottomLeft {
    background: url(/images/colorbox/images/ie6/borderBottomLeft.png)
}

.cboxIE6 #cboxBottomCenter {
    background: url(/images/colorbox/images/ie6/borderBottomCenter.png)
}

.cboxIE6 #cboxBottomRight {
    background: url(/images/colorbox/images/ie6/borderBottomRight.png)
}

.cboxIE6 #cboxMiddleLeft {
    background: url(/images/colorbox/images/ie6/borderMiddleLeft.png)
}

.cboxIE6 #cboxMiddleRight {
    background: url(/images/colorbox/images/ie6/borderMiddleRight.png)
}

.cboxIE6 #cboxTopLeft,
.cboxIE6 #cboxTopCenter,
.cboxIE6 #cboxTopRight,
.cboxIE6 #cboxBottomLeft,
.cboxIE6 #cboxBottomCenter,
.cboxIE6 #cboxBottomRight,
.cboxIE6 #cboxMiddleLeft,
.cboxIE6 #cboxMiddleRight {
    _behavior: expression(this.src=this.src ? this.src : this.currentStyle.backgroundImage.split('"')[1], this.style.background="none", this.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+ this.src + ", sizingMethod='scale')")
}

.noTitle .ui-dialog-titlebar {
    display: none
}

.emf_dialog .TB_content_caption h2 {
    color: #0083CA;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0
}

.emf_dialog .TB_content_caption h3 {
    margin-top: 10px;
    font-size: 15px
}

.emf_dialog a:link {
    color: #00A6E0
}

.emf_dialog a:visited {
    color: #00A6E0
}

.emf_dialog a:hover {
    color: #000
}

.emf_dialog a:active {
    color: #00A6E0
}

.emf_dialog a:focus {
    color: #00A6E0
}

.emf_dialog .anchor {
    color: #666;
    cursor: pointer
}

.emf_dialog .anchor:hover {
    color: #000
}

div.emf_dialog {
    border: 8px solid #00A7E1;
    font-size: 12px
}

.emf_dialog .ui-corner-all {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.emf_dialog .ui-widget-header {
    background: #FFF;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px
}

.emf_dialog .ui-dialog-titlebar {
    padding: 0px
}

.emf_dialog .ui-widget-header .ui-icon-closethick {
    background: url("/images/dialog-box-close.png") no-repeat scroll left top transparent;
    height: 54px;
    width: 54px;
    z-index: 1010
}

.emf_dialog {
    overflow: visible
}

.emf_dialog a.ui-dialog-titlebar-close {
    display: block;
    height: 54px;
    position: absolute;
    right: -25px;
    top: -25px;
    width: 54px;
    z-index: 1010
}

.emf_dialog div.ui-dialog-content {
    background: #FFF;
    padding: 10px;
    overflow: hidden
}

.emf_dialog .ui-widget-header {
    height: auto
}

.emf_dialog .TB_content {
    line-height: 1.4em;
    text-align: left;
    clear: both;
    line-height: 1.4em;
    overflow: hidden;
    padding: 2px 15px 15px
}

.emf_dialog .TB_content_button {
    margin: 25px auto 0pt;
    text-align: center
}

.emf_dialog .TB_content_button img {
    margin: 0px 8px;
    cursor: pointer
}

.emf_dialog .TB_content_button .ul-lists li a {
    padding: 5px
}

div.ui-widget-overlay {
    background: #000
}

.emf_dialog .ui-dialog-titlebar-close.ui-state-hover,
.emf_dialog .ui-dialog-titlebar-close.ui-state-focus {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px
}

.emf_dialog .ui-dialog-titlebar .ui-state-hover,
.emf_dialog .ui-dialog-titlebar .ui-state-focus {
    padding: 1px
}

.emf_dialog .ui-dialog-title {
    color: #000;
    height: 3px
}

div.emf_dialog {}

.emf_dialog .TB_content_button button {
    cursor: pointer;
    margin: 0.5em 0.4em 0.5em 0
}

.emf_dialog iframe {
    border: 0
}

.emf_dialog .ui-widget-content {
    border: 0
}

.emf_dialog .TB_inline_error {
    background: none repeat scroll 0 0 #EE0101;
    border: 2px solid #DDD;
    border-radius: 6px 6px 6px 6px;
    color: #FFF;
    cursor: pointer;
    font-family: tahoma;
    font-size: 11px;
    padding: 4px 10px;
    margin: 4px;
    display: none
}

div.rating-cancel,
div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.rating-cancel,
div.rating-cancel a {
    background: url(/images/delete.gif) no-repeat 0 -16px
}

div.star-rating,
div.star-rating a {
    background: url(/images/star.gif) no-repeat 0 0px
}

div.rating-cancel a,
div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -16px !important
}

div.star-rating-hover a {
    background-position: 0 -32px
}

div.star-rating-readonly a {
    cursor: default !important
}

div.star-rating {
    background: transparent !important;
    overflow: hidden !important;
    text-align: left
}

#emf-container-outer {
    padding-top: 15px;
    padding-bottom: 15px
}

#emf-form {
    margin-bottom: 0
}

#emf-form td {
    padding: 2px
}

#emf-form input {
    padding: 1px 0
}

#emf-form input,
#emf-form select,
#emf-form textarea {
    color: #000;
    box-sizing: border-box
}

.emf-error-message {
    color: red;
    font-weight: 700;
    padding: 5px 20px
}

#emf-container {
    text-align: left;
    margin: 0 auto;
    /* width:640px; */
    font-size: 13px;
    border-radius: 7px;
}

#emf-container .emf-small-font {
    font-size: 85% !important
}

#emf-container .emf-bold {
    font-weight: 700
}

#emf-container .emf-clear {
    clear: both
}

#emf-container .emf-right {
    float: right
}

#emf-container .emf-left {
    float: left
}

#emf-container .emf-full {
    width: 100%;
}

#emf-container .emf-half {
    width: 49%;
    padding-right: 0 !important
}

#emf-container .emf-text-left {
    text-align: left
}

#emf-container .emf-text-right {
    text-align: right
}

#emf-container .emf-text-center {
    text-align: center
}

#emf-container .emf-block {
    display: block
}

#emf-container .emf-inline {
    display: inline !important
}

#emf-container .emf-hide {
    display: none !important
}

#emf-container ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

#emf-container ul li {
    margin: 5px 0;
    padding: 5px 0;
    width: 100%;
    vertical-align: top;
    clear: both
}

#emf-container ul li.emf-li-half-width {
    zoom: 1;
    display: inline-block;
    *display: inline;
    clear: none;
    width: 49%
}

#emf-container ul li label.emf-label-desc {
    font-weight: 700;
    padding-right: 2px;
    padding-bottom: 5px;
    display: block
}

#emf-container ul li label.emf-label-desc span {
    color: #f00
}

#emf-container ul li .emf-div-instruction,
#emf-container ul li .emf-section-text {
    clear: both;
    font-size: 13px;
    padding: 2px 0
}

#emf-container.emf-rtl {
    direction: rtl;
    text-align: right
}

#emf-container.emf-rtl #emf-logo a {
    background-position: right top
}

#emf-container.emf-rtl .star-rating {
    text-align: right;
    float: right
}

#emf-container.emf-rtl .emf-marker {
    left: 0;
    right: auto;
    float: left
}

#emf-container.emf-rtl .emf-grading .emf-grading-cell {
    float: right
}

#emf-container.emf-rtl th {
    text-align: right
}

#emf-container.emf-rtl .emf-left {
    float: right
}

#emf-container.emf-rtl .emf-right {
    float: left
}

#emf-container.emf-rtl .emf-field-grid td {
    border-right: 1px solid #CCC;
    border-left: 0
}

#emf-container.emf-rtl .leftLabel label.emf-label-desc,
#emf-container.emf-rtl .rightLabel label.emf-label-desc {
    float: right
}

#emf-container.emf-rtl li div.emf-div-field span,
#emf-container.emf-rtl div.emf-fake-li-wrapper div.emf-div-field span {
    padding-left: 5px;
    padding-right: 0
}

#emf-container.emf-rtl li.emf-field-new_address div.emf-div-field span {
    padding-left: 0
}

#emf-logo,
#emf-logo a {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px
}

#emf-logo a {
    display: block;
    height: 0;
    overflow: hidden
}

#emf-form-instruction {
    padding-left: 5px;
    padding-bottom: 10px
}

#emf-form-title {
    font-size: 20px
}

#emf-form-description {
    font-size: 15px
}

#emf-form {
    position: relative;
    padding: 15px 15px 5px
}

#emf-form.rightLabel label.emf-label-desc {
    text-align: right
}

#emf-form.leftLabel label.emf-label-desc,
#emf-form.rightLabel label.emf-label-desc {
    float: left;
    width: 34%
}

#emf-form.leftLabel div.emf-div-field,
#emf-form.rightLabel div.emf-div-field {
    float: left;
    width: 64%
}

#emf-li-post-button input {
    margin-right: 5px
}

#emf-li-post-button.left {
    padding-left: 5px;
    text-align: left
}

#emf-li-post-button.middle {
    text-align: center
}

#emf-li-post-button.right {
    text-align: right
}

#emf-captcha-image-settings,
#emf-captcha-input-settings {
    float: left
}

#emf-li-captcha .emf-clear {
    clear: both
}

#emf-captcha-top-settings {
    padding: 1px;
    font-weight: 700
}

#emf-captcha-input-settings {
    padding-left: 5px
}

.emf-div-field .one_column {
    width: 100%;
    padding-bottom: 5px
}

.emf-div-field .two_column {
    float: left;
    width: 50%;
    padding-bottom: 5px
}

.emf-div-field .three_column {
    float: left;
    width: 33%;
    padding-bottom: 5px
}

.emf-div-field .side_by_side {
    float: left;
    padding-bottom: 5px
}

.emf-div-field .emf-allow-other {
    margin-left: 25px;
    margin-top: 3px
}

.emf-div-field .padleft-w5 {
    padding-left: 5px;
    display: inline;
}

.emf-div-field span,
.emf-div-field .emf-div-field span {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
    margin-bottom: 6px;
}

.emf-div-field .emf-sep {
    line-height: 20px
}

.emf-div-field-section h3 {
    font-size: 14px;
    margin: 0 0 14px;
    padding: 10px 0 6px;
    position: static
}

.emf-section-separator {
    border-bottom: 1px dotted #ccc;
    margin: 14px 0 0
}

.emf-input-w20 {
    width: 20px
}

.emf-input-w30 {
    width: 30px !important;
}

.emf-input-w40 {
    width: 40px !important;
}

.emf-input-w60 {
    width: 60px
}

.emf-input-w100 {
    width: 100px
}

.emf-address {
    width: 100%
}

table td {
    vertical-align: top
}

.emf-link {
    background: transparent;
    border: medium none;
    color: blue;
    cursor: pointer;
    text-decoration: underline;
    margin-left: 15px
}

.emf-page-operations {
    *float: left
}

.emf-marker {
    float: right;
    padding: 5px;
    margin-left: 10px
}

.emf-head-widget {
    border-bottom: 1px dotted #ccc;
    padding: 10px 0
}

.emf-page-item {
    text-align: center;
    vertical-align: top;
    margin-bottom: 5px
}

.emf-steps-toggler {
    display: none
}

.emf-selected {
    border: 1px solid #E6DEAD;
    color: #000;
    font-weight: 700;
    background-color: #FBFFCF
}

.emf-page-number {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    color: #000;
    height: 20px;
    line-height: 19px;
    text-align: center;
    width: 20px;
    padding: 0;
    display: inline-block
}

.emf-page-label {
    padding: 2px;
    line-height: 21px;
    vertical-align: top;
    text-align: left
}

.emf-compact-page-info .emf-page-label {
    text-align: center
}

.emf-compact-page-info .emf-page-number {
    margin: 0 auto 2px
}

.emf-steps {
    width: 100%
}

.emf-steps span {
    float: left
}

.emf-steps-narrow-width {
    display: none
}

.emf-percentage {
    border: 1px solid #ccc;
    border-radius: 12px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 5px 5px;
    padding: 0;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.emf-percentage .emf-zero-progress {
    display: inline-block;
    text-align: right;
    padding-left: 10px;
    padding-right: 4px;
    height: 14px
}

.emf-percentage .emf-page-label {
    position: relative;
    text-align: center
}

.emf-percentage .emf-page-label .emf-page-progress-number {
    font-weight: 700;
    margin-right: 7px
}

.emf-percentage .emf-progress {
    background-color: #FFF7C0;
    border-radius: 12px;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.15);
    text-align: right;
    margin-right: 4px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0
}

.emf-li-field {
    padding-left: 0;
    /* overflow-x: hidden; */
}

.emf-fake-li-wrapper {
    margin-top: 10px
}

.emf-protect-password-form {
    text-align: center;
    padding-bottom: 25px
}

.emf-protect-password-form .emf-protect-password {
    font-size: 18px;
    width: 300px
}

.emf-protect-password-form-title {
    font-size: 18px;
    font-weight: 700;
    padding: 15px 0
}

.emf-protect-password-form-desc {
    font-size: 16px;
    padding: 10px 0
}

#emf-recaptcha_widget {
    border: 1px solid #DFDFDF;
    padding: 8px 7px;
    width: 426px
}

#recaptcha_image {
    border: 1px solid #DFDFDF;
    display: inline-block
}

#recaptcha_response_field {
    width: 302px;
    border: 1px solid #3C3C3C;
    font-size: 11pt;
    margin-top: 7px
}

#recaptcha_controls a img {
    border: 0;
    margin: 1px
}

#recaptcha_controls {
    width: 25px;
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-left: 9px;
    margin-right: 0
}

#recaptcha_logo {
    margin-left: 9px;
    margin-bottom: 12px
}

.emf-bottom-label {
    display: block
}

.emf-field-grid {
    border-collapse: collapse;
    margin: 0 0 .9em;
    background: white;
    width: 100%;
    border: 1px solid #DEDEDE;
    border-bottom: none;
    clear: both
}

.emf-field-grid thead td,
.emf-field-grid thead th {
    padding: 10px 6px
}

.emf-field-grid th,
.emf-field-grid td {
    border-bottom: 1px solid #DEDEDE;
    padding: 8px
}

.emf-field-grid th {
    text-align: left;
    font-weight: 700
}

.emf-field-grid td {
    border-left: 1px solid #CCC;
    text-align: center;
    vertical-align: middle
}

.emf-field-grid label {
    display: block;
    margin-top: 3px
}

.emf-field-grid .emf-allow-other input {
    width: 100px
}

.emf-banding-head {
    background-color: #E6E6E6
}

.emf-banding-odd {
    background-color: #fff
}

.emf-banding-even {
    background-color: #F6F6F6
}

.emf-field-grid-desc .emf-label-desc {
    float: none;
    width: 100%
}

.emf-delete_file_link {
    color: red
}

.emf-upload-progress {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px;
    margin: 5px 0;
    clear: both;
    font-size: 9pt
}

.emf-upload-widget a {
    text-decoration: underline;
    color: #00E
}

.emf-upload-progress .ui-progressbar,
.emf-upload-progress .ui-progressbar-value {
    height: 2px;
    line-height: 1px;
    font-size: 1px
}

.emf-upload-progress .emf-upload-control {
    float: right;
    margin: 2px
}

.emf-upload-progress .emf-upload-file {
    margin: 2px
}

.emf-upload-progress .emf-upload-progress-bar {
    margin: 2px 2px 5px
}

.emf-upload-progress .emf-upload-status {
    font-weight: 700;
    color: red
}

.emf-upload-button {
    position: relative;
    width: 60px;
    overflow: hidden;
    text-align: left
}

.emf-upload-button input {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer
}

.emf-total-float-right li {
    width: 60%
}

#emf-score {
    width: 50%;
    margin: 5px 0 0;
    padding: 10px 12px 14px;
    background: #E6E6E6;
    border-radius: 7px;
    font-size: 135%;
    font-weight: 700
}

#emf-li-total {
    width: 50%;
    margin: 5px 0 0;
    padding: 10px 12px 14px;
    background: #E6E6E6;
    border-radius: 7px
}

.emf-total-float-right #emf-li-total {
    width: 34%;
    position: absolute;
    right: 15px
}

.emf-total-float-right .emf-total {
    width: 30%;
    margin: 0;
    padding: 0;
    width: 100% !important
}

.emf-total-float-right .emf-total table {
    width: 100%
}

.emf-total table {
    top: 0;
    z-index: 100;
    width: 100%;
    display: block !important;
    border-spacing: 0
}

.emf-total table tbody,
.emf-total table tfoot {
    width: 100%
}

.emf-total table tbody th,
.emf-total table tbody td,
.emf-total table tfoot th,
.emf-total table tfoot td {
    padding: 0;
    margin: 0;
    width: 100%
}

.emf-total table tbody th,
.emf-total table tbody td {
    border-bottom: 1px solid #CCC
}

.emf-total table tbody {
    font-size: 135%
}

.emf-total table td {
    text-align: right
}

.emf-total table th {
    padding: 2px;
    text-align: left
}

.price_error {
    color: #ec8618
}

.emf-grading .emf-grading-cell {
    float: left;
    margin: 0
}

.emf-grading .emf-grading-header {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding: 2px 2px 5px;
    text-align: center
}

.emf-grading .emf-grading-control {
    padding: 2px;
    text-align: center;
    vertical-align: middle
}

.emf-grading .emf-grading-worst {
    padding-top: 4px;
    padding-right: 8px
}

.emf-grading .emf-grading-best {
    padding-top: 4px;
    padding-left: 8px
}

.emf-grading input {
    margin: 4px 1px 3px 3px
}

.emf-field-list {
    background: white;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #DEDEDE
}

.emf-field-list th {
    width: 30%;
    padding: 8px;
    padding-right: 10px;
    border: 1px solid #DEDEDE;
    text-align: left;
    vertical-align: top
}

.emf-field-list td {
    padding: 5px;
    border: 1px solid #DEDEDE
}

.emf-check-sum {
    padding: 5px 5px 0 5px
}

.emf-validation-placeholder {
    z-index: -1;
    position: relative;
    left: -6px;
    width: 1px;
    height: 18px
}

.emf-check-sum-indicator {
    display: inline;
    padding: 0;
    vertical-align: baseline
}

.emf-drill-down-content select {
    margin-right: 5px;
    min-width: 50
}

.cell_align_left {
    text-align: left
}

.cell_align_right {
    text-align: right
}

.cell_align_center {
    text-align: center
}

.cell_align_right table.emf-grading {
    margin: 0 0 0 auto
}

.cell_align_center table.emf-grading {
    margin: 0 auto
}

.emf-hidden-input-for-fancy-field {
    opacity: 0;
    z-index: -1;
    border: 0;
    padding: 0;
    height: 0;
    font: 0
}

.emf-field-signature .emf-signature,
.emf-field-signature .emf-signature-img {
    border: 1px solid #ccc;
    overflow: hidden
}

.emf-existing-signature {
    clear: both
}

.emf-new-signature {
    position: relative;
    clear: both
}

.emf-field-signature .emf-signature-operation {
    float: right
}

.ui-widget-header {
    color: #333
}

.emf-div-field span[class*="emf-div"],
.emf-div-field div[class*="emf-div"],
.emf-li-field div[class*="emf-div"] {
    margin-bottom: 7px;
}

@media print {

    #emf-li-post-button,
    .emf-page-operations,
    #emf-form-shadows,
    #emf-logo,
    .ui-datepicker-trigger {
        display: none
    }
}

#emf-form input,
#emf-form select,
#emf-form textarea {
    max-width: 100%;
    width: unset;
    margin-bottom: 0;
    padding: 7px;
}

@media screen and (max-width: 480px) {
    #emf-recaptcha_widget {
        width: 348px
    }

    #recaptcha_logo {
        display: none
    }
}

@media screen and (max-width: 400px) {
    body {
        margin: 0px !important;
        padding: 3px
    }

    #emf-container #emf-form {
        padding: 5px 7px
    }

    #recaptcha_image,
    #recaptcha_image img {
        width: 100% !important;
        height: auto !important;
        display: block;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    #emf-recaptcha_widget {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 4px
    }

    #recaptcha_controls {
        width: 100%;
        margin-left: 0px;
        margin-top: 5px;
        margin-bottom: 5px
    }

    #recaptcha_logo {
        display: none
    }

    #recaptcha_response_field {
        margin-top: 0px;
        width: 100%
    }

    #emf-container ul li.emf-li-half-width {
        width: 99%;
        clear: both
    }

    .emf-field-new_address .emf-half {
        width: 100% !important;
        float: none
    }

    #emf-container #emf-form.leftLabel label.emf-label-desc,
    #emf-container #emf-form.rightLabel label.emf-label-desc,
    #emf-container #emf-form.leftLabel div.emf-div-field,
    #emf-container #emf-form.rightLabel div.emf-div-field {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        float: none
    }

    #emf-container #emf-form ul li.emf-li-field {
        padding-left: 0px
    }

    .emf-field-text input,
    .emf-field-number input,
    .emf-field-email input,
    .emf-field-url input,
    .emf-field-text_list input,
    .emf-field-number_list input,
    .emf-field-textarea textarea,
    .emf-field-text_area_list textarea,
    .emf-field-drop_down_list select {
        width: 100%
    }

    #emf-container #emf-page-info .emf-steps {
        display: none
    }

    #emf-container #emf-page-info .emf-steps-narrow-width {
        display: inline-block
    }

    #emf-container #emf-page-info .emf-page-label,
    #emf-container #emf-page-info.emf-compact-page-info .emf-page-number {
        margin: 0 5px 0px 2px;
        display: inline-block
    }

    #emf-container #emf-page-info .emf-steps-toggler {
        float: left;
        display: inline-block;
        cursor: pointer;
        vertical-align: top;
        margin-left: 7px;
        margin-right: 7px;
        width: 15px;
        margin-top: 2px
    }

    #emf-container #emf-page-info .emf-page-item {
        display: none;
        text-align: left
    }

    #emf-container #emf-page-info .emf-page-item.emf-selected {
        display: block
    }

    #emf-container #emf-page-info .emf-page-item-visible-on-narrow-screen {
        display: block
    }

    .emf-field-grid table,
    .emf-field-grid thead,
    .emf-field-grid tbody,
    .emf-field-grid th,
    .emf-field-grid td,
    .emf-field-grid tr {
        display: block
    }

    .emf-field-list table,
    .emf-field-list thead,
    .emf-field-list tbody,
    .emf-field-list th,
    .emf-field-list td,
    .emf-field-list tr {
        display: block
    }

    .emf-field-grid thead tr,
    .emf-field-list thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .emf-field-grid tr,
    .emf-field-list tr {
        border: 1px solid #ccc
    }

    .emf-field-grid td,
    .emf-field-list td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        width: 100%
    }

    #emf-form .emf-field-grid td {
        text-align: left
    }

    #emf-form .emf-field-grid th,
    #emf-form .emf-field-list th {
        width: 100%
    }

    .emf-field-grid td:before {
        position: relative;
        display: block
    }

    .emf-field-grid td label {
        display: inline;
        margin-right: 10px
    }

    .emf-field-grid tr,
    .emf-field-list tr {
        border: 0
    }

    #emf-form .emf-field-grid th,
    #emf-form .emf-field-grid td {
        border-left: 0;
        padding: 4px
    }
}

.g-recaptcha>div {
    margin-left: 0;
}

#emf-li-post-button input[type="submit"] {
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    text-shadow: 1px 1px 0 #00000052;
    font-size: 17px;
    padding: 5px 24px;
    border-radius: 4px;
    background: orange;
    border: 1px solid #cb8300;
    box-shadow: inset 1px 1px #ffffff91;
}

div#signature {
    border: 1px solid #ccc;
    background: white;
    padding-bottom: 0px;
    height: 100%;
    box-sizing: border-box;
}

.emf-field-signature-option .form-check input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.emf-field-signature-option .form-check {
    width: 50%;
    margin: 0;
    position: relative;
    text-align: center;
    padding: 0 !important;
}

.emf-field-signature-option .form-check label {
    padding: 1em;
    display: block;
    border: 1px solid #cccccc;
    border-bottom: 0;
    box-sizing: border-box;
}

.emf-field-signature-option .emf-div-field {
    display: flex;
    margin: 0 !important;
    background: #efefef;
    /* border: 1px solid #cccccc; */
    border-bottom: 0;
}

.emf-field-signature-option {
    overflow: visible;
}

.emf-field-signature-option {
    padding: 0 !important;
    margin: 0 !important;
}

.emf-field-signature {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    position: relative;
}

.emf-field-signature-option .form-check input:checked+label {
    background: #ffffff;
    color: black;
}

.emf-field-signature-option .form-check+.form-check label {
    border-left: 0 !important;
}

.signature-file {
    height: 100%;
    background: white;
    border: 1px solid #cccccc;
    position: absolute;
    margin: 0 !important;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}

.signature-file .emf-div-field {
    position: absolute;
    width: 100%;
    padding: 1em;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.emf-div-field.signature-draw {
    height: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}

div#signatureparent {
    height: 100%;
}
input + .col-form-label-sm {
    line-height: 1;
    padding-top: 0;
    display: block;
}
.emf-div-field.signature-draw[style="display: none;"] {
    display: block !important;
    z-index: -1;
}
#emf-container .emf-field-signature .emf-full {
    width: 20em;
}
@media (min-width:2050px) {
    .signature-file .emf-div-field {

        font-size: 32px;

    }
}
@media (max-width:979px) {
    .signature-file .emf-div-field {

font-size: 2.2vw;

}
}
@media (max-width:598px) {
    .signature-file .emf-div-field {

        font-size: 14px;

    }
}
::marker {
    font-size: 0.8em;
}

#emf-form {
    font-size: 16px;
}

#emf-form button[type=button] {
    flex-grow: unset;
}
#btnApplicationSubmit {
    width: auto;
}

.application-form-notice-heading {
    padding: 10px;
    border: 1px solid #000;
    font-size: 1em;
}

.application-form-notice-heading h4 {
    color: red;
    font-weight: normal;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #dc3545;
}

.ui-widget {
    font-size: 0.8em;
}
.ui-datepicker table {
    border-bottom: none;
}
.ui-datepicker table tr {
    border-bottom: none;
}

div#signature {
    border: 1px solid #ccc;
    background: white;
    padding-bottom: 20px;
}

.signature-file {
    display: none;
}

div#signature {
    border: 1px solid #ccc;
    background: white;
    padding-bottom: 0px;
    height: 100%;
    box-sizing: border-box;
}

.emf-field-signature-option .signature-option {
    width: 100%;
}

.emf-div-field span,
.emf-div-field .emf-div-field span {
    display: inline-block;
    vertical-align: top;
    padding-right: 5px;
}

.emf-field-signature-option .form-check input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.emf-field-signature-option .form-check {
    width: 50%;
    margin: 0;
    position: relative;
    text-align: center;
    padding: 0 !important;
}

.emf-field-signature-option .form-check label {
    padding: 1em;
    display: block;
    border: 1px solid #cccccc;
    border-bottom: 0;
    box-sizing: border-box;
}

.emf-field-signature-option .emf-div-field {
    display: flex;
    margin: 0 !important;
    background: #efefef;
    /* border: 1px solid #cccccc; */
    border-bottom: 0;
}

.emf-field-signature-option {
    overflow: visible;
}

.emf-field-signature-option {
    padding: 0 !important;
    margin: 0 !important;
}

.emf-field-signature {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    height: 100%;
    position: relative;
}

.emf-field-signature-option .form-check input:checked+label {
    background: #ffffff;
    color: black;
}

.emf-field-signature-option .form-check+.form-check label {
    border-left: 0 !important;
}

.signature-file {
    height: 100%;
    background: white;
    border: 1px solid #cccccc;
    position: absolute;
    margin: 0 !important;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
}

.signature-file .emf-div-field {
    position: absolute;
    width: 100%;
    padding: 1em;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5vw;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.emf-div-field.signature-draw {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0 !important;
}

div#signatureparent {
    height: 100%;
}

.emf-div-field.signature-draw[style="display: none;"] {
    display: block !important;
    z-index: -1;
}

.emf-field-signature .signature-file .emf-full {
    width: 20em;
}

#emf-form .form-inline .emf-full {
    width: unset;
}

@media (min-width:2050px) {
    .signature-file .emf-div-field {

        font-size: 32px;

    }
}

@media (max-width:979px) {
    .signature-file .emf-div-field {

        font-size: 2.2vw;

    }
}

@media (max-width:598px) {
    .signature-file .emf-div-field {

        font-size: 14px;

    }
}

/* The Modal (background) */
.c-modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 120px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

/* Modal Content */
.c-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    width: 500px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

.c-modal .c-modal-content .c-modal-header h2,
.c-modal .c-modal-content .c-modal-header h5 {
    margin: 10px 16px 10px 0px !important;
    padding: 0 !important;
    /* padding-top: 0; */
    color: white !important;
    font-size: 22px !important;
}

.c-modal .c-modal-content .c-modal-footer h3 {
    margin: 0 !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    font-size: 22px !important;
}

.c-modal .c-modal-content .c-modal-body form {
    margin: 0;
    padding: 3%;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/* The Close Button */
.c-modal .c-close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.c-modal .c-close:hover,
.c-modal .c-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.c-modal .c-modal-header {
    padding: 2px 16px;
    background-color: #004E84;
    color: white;
}

.c-modal .c-modal-header h2 {
    color: #fff;
    margin: 6px 0;
    padding: 0;
    font-weight: bold;
}

.c-modal form {
    margin: 0;
}

.c-modal .c-modal-body {
    /*padding: 2px 16px; */
}

.c-modal .c-modal-body .message {
    padding: 10px;
    text-align: center;
    margin: 0px;
}

.c-modal .c-modal-footer {
    padding: 2px 16px;
    background-color: #004E84;
    color: white;
}

.c-modal label {
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
}

.c-modal input[type=text],
.c-modal input[type=email],
.c-modal input[type=password] {
    margin-bottom: 12px;
    width: 100%;
    border: 1px solid #8DBDE0;
    padding: 4px;
}

.c-modal input[type=submit],
.c-modal input[type=button] {
    padding: 4px 6px;
}

#ia-user-links.not-logged-in .ia-logout-link,
#ia-user-links.not-logged-in #ia-logged-in-user {
    display: none;
}

#ia-user-links.logged-in .ia-login-link,
#ia-user-links.logged-in .ia-register-link {
    display: none;
}

.g-recaptcha>div {
    margin-left: 0;
}

label span.req {
    color: red;
}

/* application printable view */
#application-form-view button[type="submit"],
#application-form-view input[type="submit"],
#application-form-view #signature,
#application-form-view .no-view {
    display: none;
}

#application-form-view .signature-option {
    display: none;
}

span.print-input-format {
    background-color: #e9ecef;
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border: 1px solid #8DBDE0;
    /* width: 100%; */
    display: flex;
    min-height: calc(1.5em + .5rem + 2px);
    border-radius: .2rem;
    flex-grow: 1;
}

span.print-input-format+.input-group-append .input-group-text {
    border: 0;
    background: transparent;
    border: 1px solid #8DBDE0;
    border-radius: 0;
    border-radius: .2rem;
}

table.table-mobile {
    border: none;
}

table.table-mobile label {
    padding-bottom: 0;
}

table.table-mobile tr {
    border: none;
}

table.table-mobile tr.equipment-item-no {
    display: none;
}

table.table-mobile .x-d-lg-none {
    display: none;
}

#emf-form .input-group > input {
    width: inherit;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

input + .col-form-label-sm {
    line-height: 1;
    padding-top: 0;
    display: block;
}

.form-group {
    margin-bottom: 0.75rem;
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-label {
    margin-bottom: 0;
}

.form-inline .form-check {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
    min-width: 1em;
}

@media (min-width: 576px) {
    .form-inline label {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        flex-grow: 1;
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,.form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

/* medium */
@media not print {
    @media (max-width: 998px) {
        table.table-mobile thead {
            display: none;
        }
        table.table-mobile tbody tr {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            grid-gap: 3px;
            margin-bottom: 3px;
        }

        table.table-mobile tr.equipment-item-no {
            display: inherit;
        }

        table.table-mobile .x-d-lg-none {
            display: inherit;
        }

        table.table-mobile .x-tc-4-none {
            display: none;
        }
    }
}
/* small */
@media not print {
    @media (max-width: 768px) {
        table.table-mobile thead {
            display: none;
        }
        table.table-mobile tbody tr {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            grid-gap: 3px;
            margin-bottom: 3px;
        }

        table.table-mobile .x-tc-2-none {
            display: none;
        }
    }
}

@media (max-width: 575.98px) {
    table.table-mobile thead {
        display: none;
    }
    table.table-mobile tbody tr {
        display: grid;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-gap: 3px;
        margin-bottom: 3px;
    }
    table.table-mobile .x-tc-1-none {
        display: none;
    }
}



@media print {
    /* body {
        margin: 0;
        padding: 0 !important;
        min-width: 1450px !important;
      }
      .container, .container-fluid {
        width: auto;
        min-width: 1400px !important;
      } */
    .sidebyside {
        display: flex;
        align-items: center;
    }
.col-md-6 { width: 50% !important}.col-md-3 { width: 25% !important}
    .sidebyside input,
    .sidebyside span.print-input-format {
        order: 1;
        flex-grow: 1;
    }

    .sidebyside label {
        width: auto;
        overflow: visible;
        margin-right: 0.5em;
    }

    #application-form-view span.print-input-format,
    #application-form-view span.print-input-format+#application-form-view .input-group-append .input-group-text {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }

    #application-form-view .col-form-label-sm {
        padding-top: 0;
        padding-bottom: 0;
    }

    #application-form-view p {
        line-height: 1em;
    }

    #application-form-view p small {
        font-size: .7em;
    }

    .form-group {
        margin-bottom: 0.4rem;
    }

    span.print-input-format {
        padding: .1rem .25rem;
        line-height: 1.2;
        min-height: 1.4em !important;
    }

    .col-form-label {
        line-height: 1.2 !important;
    }

    .form-sub-label {
        padding: 0;
        line-height: 1;
    }

    .input-group-sm>.custom-select,
    .input-group-sm>.form-control,
    .input-group-sm>.input-group-append>.btn,
    .input-group-sm>.input-group-append>.input-group-text,
    .input-group-sm>.input-group-prepend>.btn,
    .input-group-sm>.input-group-prepend>.input-group-text {
        padding: .1rem .25rem;
        line-height: 1.2;
        min-height: 1.4em !important;
    }
}

/* print styles */
@media print {
    header,
    footer {
        display: none !important;
    }
}

/* jquery ui datepicker */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    display: inline-block;
}