@charset "UTF-8";
/*---------------------------------------------------------------
IE6-7 Box-sizing polyfill, for Zurb ruleset
ˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍˍ

https://gist.github.com/replete/7082518

1) Requires box-sizing.htc from https://github.com/Schepp/box-sizing-polyfill

˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭˭*/
*,
*:before,
*:after,
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
form.custom .custom.dropdown.open ul,
form.custom .custom.dropdown.open.small ul,
form.custom .custom.dropdown.open.medium ul,
form.custom .custom.dropdown.open.large ul,
hr,
input[type="checkbox"],
input[type="radio"],
input[type="search"] {
    *behavior: url(http://www.nea2015.wpengine.com.org/wp-content/themes/nea/library/js/vendor/boxsizing.htc);
}
