/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  background: white;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  color: #636363;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Links ---------------------- */
a img {
  border: none;
}

a {
  color: #00aeef;
  text-decoration: none;
  line-height: inherit;
}

a:hover {
  color: #009bd5;
}

a:focus {
  color: #009bd5;
}

p a, p a:visited {
  line-height: inherit;
}

/* Misc ---------------------- */
.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.hide {
  display: none;
}

.hide-override {
  display: none !important;
}

.highlight {
  background: #ffff99;
}

#googlemap img, object, embed {
  max-width: none;
}

#map_canvas embed {
  max-width: none;
}

#map_canvas img {
  max-width: none;
}

#map_canvas object {
  max-width: none;
}

/* Reset for strange margins by default on <figure> elements */
figure {
  margin: 0;
}

/* Base Type Styles Using Modular Scale ---------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 12px;
  direction: ltr;
}

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 14px;
}
p.lead {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}

aside p {
  font-size: 11px;
  line-height: 1.35;
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #111111;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 12px;
  margin-top: 12px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #5e5e5e;
  line-height: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 22px 0 21px;
  height: 0;
}

.subheader {
  line-height: 1.3;
  color: #5e5e5e;
  font-weight: 300;
  margin-bottom: 14px;
}

em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-weight: bold;
  background: #ffff99;
}

/* Lists ---------------------- */
ul, ol, dl {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 14px;
  list-style-position: outside;
}

ul li ul, ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}
ul.square, ul.circle, ul.disc {
  margin-left: 14px;
}
ul.square {
  list-style-type: square;
}
ul.square li ul {
  list-style: inherit;
}
ul.circle {
  list-style-type: circle;
}
ul.circle li ul {
  list-style: inherit;
}
ul.disc {
  list-style-type: disc;
}
ul.disc li ul {
  list-style: inherit;
}
ul.no-bullet {
  list-style: none;
}
ul.large li {
  line-height: 21px;
}

ol {
  margin-left: 20px;
}
ol li ul, ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Blockquotes ---------------------- */
blockquote, blockquote p {
  line-height: 1.5;
  color: #5e5e5e;
}

blockquote {
  margin: 0 0 14px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 11px;
  color: #444444;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
  color: #444444;
}

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #111111;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
/* The Grid ---------------------- */
.otw-row {
  width: 960px;
  max-width: 100%;
  min-width: 728px;
  margin: 0 auto;
}
.otw-row .otw-row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
.otw-row.otw-collapse .otw-column, .otw-row.otw-collapse .otw-columns {
  padding: 0;
}
.otw-row .otw-row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -10px;
}
.otw-row .otw-row.otw-collapse {
  margin: 0;
}

.otw-column, .otw-columns {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  position: relative;
}
.otw-column.centered, .otw-columns.centered {
  float: none;
  margin: 0 auto;
}

[class*="otw-column"] + [class*="otw-column"]:last-child {
  float: right;
}

[class*="otw-column"] + [class*="otw-column"].end {
  float: left;
}

.otw-one {
  width: 4.16667%;
}

.otw-two {
  width: 8.33333%;
}

.otw-three {
  width: 12.5%;
}

.otw-four {
  width: 16.66667%;
}

.otw-five {
  width: 20.83333%;
}

.otw-six {
  width: 25%;
}

.otw-seven {
  width: 29.16667%;
}

.otw-eight {
  width: 33.33333%;
}

.otw-nine {
  width: 37.5%;
}

.otw-ten {
  width: 41.66667%;
}

.otw-eleven {
  width: 45.83333%;
}

.otw-twelve {
  width: 50%;
}

.otw-thirteen {
  width: 54.16667%;
}

.otw-fourteen {
  width: 58.33333%;
}

.otw-fifteen {
  width: 62.5%;
}

.otw-sixteen {
  width: 66.66667%;
}

.otw-seventeen {
  width: 70.83333%;
}

.otw-eighteen {
  width: 75%;
}

.otw-nineteen {
  width: 79.16667%;
}

.otw-twenty {
  width: 83.33333%;
}

.otw-twentyone {
  width: 87.5%;
}

.otw-twentytwo {
  width: 91.66667%;
}

.otw-twentythree {
  width: 95.83333%;
}

.otw-twentyfour {
  width: 100%;
}

.otw-row .otw-offset-by-one {
  margin-left: 4.16667%;
}

.otw-row .otw-offset-by-two {
  margin-left: 8.33333%;
}

.otw-row .otw-offset-by-three {
  margin-left: 12.5%;
}

.otw-row .otw-offset-by-four {
  margin-left: 16.66667%;
}

.otw-row .otw-offset-by-five {
  margin-left: 20.83333%;
}

.otw-row .otw-offset-by-six {
  margin-left: 25%;
}

.otw-row .otw-offset-by-seven {
  margin-left: 29.16667%;
}

.otw-row .otw-offset-by-eight {
  margin-left: 33.33333%;
}

.otw-row .otw-offset-by-nine {
  margin-left: 37.5%;
}

.otw-row .otw-offset-by-ten {
  margin-left: 41.66667%;
}

.otw-row .otw-offset-by-eleven {
  margin-left: 45.83333%;
}

.otw-row .otw-offset-by-twelve {
  margin-left: 50%;
}

.otw-row .otw-offset-by-thirteen {
  margin-left: 54.16667%;
}

.otw-row .otw-offset-by-fourteen {
  margin-left: 58.33333%;
}

.otw-row .otw-offset-by-fifteen {
  margin-left: 62.5%;
}

.otw-row .otw-offset-by-sixteen {
  margin-left: 66.66667%;
}

.otw-row .otw-offset-by-seventeen {
  margin-left: 70.83333%;
}

.otw-row .otw-offset-by-eighteen {
  margin-left: 75%;
}

.otw-row .otw-offset-by-nineteen {
  margin-left: 79.16667%;
}

.otw-row .otw-offset-by-twenty {
  margin-left: 83.33333%;
}

.otw-row .otw-offset-by-twentyone {
  margin-left: 87.5%;
}

.otw-row .otw-offset-by-twentytwo {
  margin-left: 91.66667%;
}

.otw-push-two {
  left: 8.33333%;
}

.otw-pull-two {
  right: 8.33333%;
}

.otw-push-three {
  left: 12.5%;
}

.otw-pull-three {
  right: 12.5%;
}

.otw-push-four {
  left: 16.66667%;
}

.otw-pull-four {
  right: 16.66667%;
}

.otw-push-five {
  left: 20.83333%;
}

.otw-pull-five {
  right: 20.83333%;
}

.otw-push-six {
  left: 25%;
}

.otw-pull-six {
  right: 25%;
}

.otw-push-seven {
  left: 29.16667%;
}

.otw-pull-seven {
  right: 29.16667%;
}

.otw-push-eight {
  left: 33.33333%;
}

.otw-pull-eight {
  right: 33.33333%;
}

.otw-push-nine {
  left: 37.5%;
}

.otw-pull-nine {
  right: 37.5%;
}

.otw-push-ten {
  left: 41.66667%;
}

.otw-pull-ten {
  right: 41.66667%;
}

.otw-push-eleven {
  left: 45.83333%;
}

.otw-pull-eleven {
  right: 45.83333%;
}

.otw-push-twelve {
  left: 50%;
}

.otw-pull-twelve {
  right: 50%;
}

.otw-push-thirteen {
  left: 54.16667%;
}

.otw-pull-thirteen {
  right: 54.16667%;
}

.otw-push-fourteen {
  left: 58.33333%;
}

.otw-pull-fourteen {
  right: 58.33333%;
}

.otw-push-fifteen {
  left: 62.5%;
}

.otw-pull-fifteen {
  right: 62.5%;
}

.otw-push-sixteen {
  left: 66.66667%;
}

.otw-pull-sixteen {
  right: 66.66667%;
}

.otw-push-seventeen {
  left: 70.83333%;
}

.otw-pull-seventeen {
  right: 70.83333%;
}

.otw-push-eighteen {
  left: 75%;
}

.otw-pull-eighteen {
  right: 75%;
}

.otw-push-nineteen {
  left: 79.16667%;
}

.otw-pull-nineteen {
  right: 79.16667%;
}

.otw-push-twenty {
  left: 83.33333%;
}

.otw-pull-twenty {
  right: 83.33333%;
}

.otw-push-twentyone {
  left: 87.5%;
}

.otw-pull-twentyone {
  right: 87.5%;
}

.otw-push-twentytwo {
  left: 91.66667%;
}

.otw-pull-twentytwo {
  right: 91.66667%;
}

img, object, embed {
  max-width: 100%;
  height: auto;
}

object, embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img, .map_canvas img {
  max-width: none!important;
}

/* Nicolas Gallagher's micro clearfix */
.otw-row {
  *zoom: 1;
}
.otw-row:before, .otw-row:after {
  content: " ";
  display: table;
}
.otw-row:after {
  clear: both;
}

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0;
}
.block-grid > li {
  display: block;
  height: auto;
  float: left;
}
.block-grid.one-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.one-up > li {
  width: 100%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.two-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.two-up > li {
  width: 50%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.two-up > li:nth-child(2n+1) {
  clear: both;
}
.block-grid.three-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.three-up > li {
  width: 33.33333%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.three-up > li:nth-child(3n+1) {
  clear: both;
}
.block-grid.four-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.four-up > li {
  width: 25%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.four-up > li:nth-child(4n+1) {
  clear: both;
}
.block-grid.five-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.five-up > li {
  width: 20%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.five-up > li:nth-child(5n+1) {
  clear: both;
}
.block-grid.six-up {
  /* More unified spacing between blocks
  @if $i == 1 { margin: 0; }
  @if $i == 2 { margin: 0 -15px; }
  @if $i == 3 { margin: 0 -12px; }
  @if $i == 4 { margin: 0 -10px; }
  @else { margin: 0 -8px; }
  */
  margin: 0 -10px;
}
.block-grid.six-up > li {
  width: 16.66667%;
  /* More unified spacing between blocks
  @if $i == 1 { padding: 0 0 15px; }
  @if $i == 2 { padding: 0 15px 15px; }
  @if $i == 3 { padding: 0 12px 12px; }
  @if $i == 4 { padding: 0 10px 10px; }
  @else { padding: 0 8px 8px; }
  */
  padding: 0 10px 10px;
}
.block-grid.six-up > li:nth-child(6n+1) {
  clear: both;
}

/* Normal Buttons ---------------------- */
.button {
  background-color: #00aeef;
  border: 1px solid rgba(128, 128, 128, 0.4);
  color: white !important;
  cursor: pointer;
  display: inline-block !important;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 5px 0;
  outline: none;
  padding: 8px 16px 9px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.25)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.25));
  background-repeat: repeat-x;
  white-space: nowrap;
  /* Hovers */
  /* IE Filters for IE8 */
  /* SVG + opacity for IE9 */
  /* Sizes */
  /* Radii */
  /* Icon buttons */
}
.button:hover {
  color: white;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.05)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05));
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(128, 128, 128, 0.6);
}
.button:active {
  color: #ebebeb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25) inset;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(128, 128, 128, 0.75);
}
.ie8 .button {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#40000000',GradientType=0 );
}
.ie8 .button:hover {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#0d000000',GradientType=0 );
}
.ie8 .button:active {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1affffff', endColorstr='#66000000',GradientType=0 );
}
.ie9 .button {
  position: relative;
}
.ie9 .button:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.12;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9ImczOTEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiMxMTExMTEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2czOTEpIiAvPgo8L3N2Zz4=);
}
.ie9 .button:hover:after {
  opacity: 0.05;
}
.ie9 .button:active:after {
  opacity: 0.2;
}
.button.large {
  font-size: 18px;
}
.button.large img {
  max-height: 19px;
}
.button.medium {
  font-size: 14px;
}
.button.medium img {
  max-height: 15px;
}
.button.small {
  font-size: 12px;
  padding: 5px 10px 6px;
}
.button.small img {
  max-height: 13px;
}
.button.tiny {
  font-size: 11px;
  padding: 4px 8px 5px;
}
.button.tiny img {
  max-height: 12px;
}
.button.expand {
  width: 100%;
  text-align: center;
}
.button.radius, .button.radius:after {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.button.round, .button.round:after {
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
}
.button i {
  display: block;
  float: left;
  margin: 1px 6px 0 0;
}
.button img {
  margin-right: 8px;
}
.button.right-icon i {
  float: right;
  margin: 1px 0 0 6px;
}
.button.right-icon img {
  float: right;
  margin: 0 0 0 8px;
}

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none;
}

/* Correct FF button padding */
@-moz-document url-prefix() {
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
  }

  input[type="submit"].tiny.button {
    padding: 2px 8px 3px;
  }

  input[type="submit"].small.button {
    padding: 3px 10px 4px;
  }

  input[type="submit"].button, input[type=submit].medium.button {
    padding: 6px 16px 7px;
  }

  input[type="submit"].large.button {
    padding: 10px 24px 11px;
  }
}

/* Requires
   globals.css */
/* Standard Forms ---------------------- */
form {
  margin: 0 0 31.5px;
}

.row form .row {
  margin: 0 -10.5px;
}
.row form .row .column, .row form .row .columns {
  padding: 0 10.5px;
}
.row form .row.collapse {
  margin: 0;
}
.row form .row.collapse .column, .row form .row.collapse .columns {
  padding: 0;
}

label {
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  color: #636363;
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
label.right {
  float: none;
  text-align: right;
}
label.inline {
  line-height: 43.5px;
  margin: 0 0 21px 0;
}
label i {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  text-transform: none;
}

.additional {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
  font-style: italic;
  margin: 0 20px 0 5px;
}

.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 43.5px;
  line-height: 42.5px;
}

a.button.prefix, a.button.postfix {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

span.prefix, span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc;
}

.prefix {
  left: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  overflow: hidden;
}

.postfix {
  right: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: white;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px #f4f4f4, inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #636363;
  display: block;
  font-size: ms(2);
  margin: 0 0 21px 0;
  padding: 7px;
  height: 32px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  outline: none;
}
input[type="text"].oversize, input[type="password"].oversize, input[type="date"].oversize, input[type="datetime"].oversize, input[type="email"].oversize, input[type="number"].oversize, input[type="search"].oversize, input[type="tel"].oversize, input[type="time"].oversize, input[type="url"].oversize, textarea.oversize {
  font-size: 14px;
  padding: 8.5px 10.5px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
  background-color: #ddd;
}

textarea {
  height: auto;
}

select {
  width: 100%;
}

/* Fieldsets */
fieldset {
  border: solid 1px #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 12px 12px 0;
  margin: 18px 0;
}
fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 3px;
  margin: 0;
  margin-left: -3px;
}

/* Errors */
.error input, input.error, .error textarea, textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}

.error label, label.error {
  color: #c60f13;
}

.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -22px;
  margin-bottom: 21px;
  background: #c60f13;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.error textarea:focus, textarea.error:focus {
  background: #fafafa;
  border-color: #b3b3b3;
}

/* Custom Forms ---------------------- */
form.custom {
  /* Custom input, disabled */
}
form.custom span.custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  border: solid 1px #cccccc;
  background: white;
}
form.custom span.custom.radio {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
form.custom span.custom.checkbox:before {
  content: "";
  display: block;
  line-height: 0.8;
  height: 14px;
  width: 14px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #fff;
}
form.custom span.custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #222222;
  position: relative;
  top: 3px;
  left: 3px;
}
form.custom span.custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
}
form.custom div.custom.dropdown {
  display: block;
  position: relative;
  width: auto;
  height: 28px;
  margin-bottom: 9px;
  margin-top: 2px;
}
form.custom div.custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
form.custom div.custom.dropdown a.current {
  display: block;
  width: auto;
  line-height: 26px;
  min-height: 28px;
  padding: 0;
  padding-left: 6px;
  padding-right: 38px;
  border: solid 1px #dddddd;
  color: #141414;
  background-color: white;
  white-space: nowrap;
}
form.custom div.custom.dropdown a.selector {
  position: absolute;
  width: 27px;
  height: 28px;
  display: block;
  right: 0;
  top: 0;
  border: solid 1px #dddddd;
}
form.custom div.custom.dropdown a.selector:after {
  content: "";
  display: block;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #aaaaaa transparent transparent transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -2px;
  margin-left: -5px;
}
form.custom div.custom.dropdown:hover a.selector:after, form.custom div.custom.dropdown.open a.selector:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: #222222 transparent transparent transparent;
}
form.custom div.custom.dropdown.open ul {
  display: block;
  z-index: 10;
}
form.custom div.custom.dropdown.small {
  width: 134px !important;
}
form.custom div.custom.dropdown.medium {
  width: 254px !important;
}
form.custom div.custom.dropdown.large {
  width: 434px !important;
}
form.custom div.custom.dropdown.expand {
  width: 100% !important;
}
form.custom div.custom.dropdown.open.small ul {
  width: 134px !important;
}
form.custom div.custom.dropdown.open.medium ul {
  width: 254px !important;
}
form.custom div.custom.dropdown.open.large ul {
  width: 434px !important;
}
form.custom div.custom.dropdown.open.expand ul {
  width: 100% !important;
}
form.custom div.custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  margin: 0;
  left: 0;
  top: 27px;
  margin: 0;
  padding: 0;
  background: white;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #cccccc;
}
form.custom div.custom.dropdown ul li {
  color: #555555;
  font-size: 11px;
  cursor: pointer;
  padding: 3px;
  padding-left: 6px;
  padding-right: 38px;
  min-height: 18px;
  line-height: 18px;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
form.custom div.custom.dropdown ul li.selected {
  background: #cdebf5;
  color: black;
}
form.custom div.custom.dropdown ul li.selected:after {
  content: "\2013";
  position: absolute;
  right: 10px;
}
form.custom div.custom.dropdown ul li:hover {
  background-color: #cdebf5;
  color: black;
}
form.custom div.custom.dropdown ul li:hover:after {
  content: "\2013";
  position: absolute;
  right: 10px;
  color: #a3dbec;
}
form.custom div.custom.dropdown ul li.selected:hover {
  background: #cdebf5;
  cursor: default;
  color: black;
}
form.custom div.custom.dropdown ul li.selected:hover:after {
  color: black;
}
form.custom div.custom.dropdown ul.show {
  display: block;
}
form.custom .custom.disabled {
  background-color: #dddddd;
}

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  form.custom div.custom.dropdown a.selector {
    height: 30px;
  }
}

.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 30px;
}

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important;
}

.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important;
}

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important;
  }
}
/* Medium display targeting */
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Small display targeting */
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important;
  }

  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important;
  }
}
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important;
  }
}
/* 1280 tablet ------------ */
@media only screen and (max-device-width: 1280px) {
  /* NavBar --- */
  /*            */
  .touch .nav-bar li.has-flyout > a {
    padding-right: 36px !important;
  }
}
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
/* Between Medium and Small */
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  .otw-sc-portfolio .otw-portfolio-item > div.title {
    width: auto !important;
  }
  .otw-sc-portfolio .otw-portfolio-item > div.title h1, .otw-sc-portfolio .otw-portfolio-item > div.title h2, .otw-sc-portfolio .otw-portfolio-item > div.title h3, .otw-sc-portfolio .otw-portfolio-item > div.title h4, .otw-sc-portfolio .otw-portfolio-item > div.title h5, .otw-sc-portfolio .otw-portfolio-item > div.title h6 {
    max-width: auto;
    display: inline-block;
  }
  .otw-sc-portfolio .otw-portfolio-item > div.text {
    display: none !important;
  }
  .otw-sc-portfolio .otw-portfolio-item::before {
    z-index: 30;
  }
  .otw-sc-portfolio .otw-portfolio-item:hover > div.title {
    bottom: 0 !important;
  }

  /* Global Misc --- */
  /*                 */
  .left, .right {
    float: none;
  }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* The Grid --- */
  /*              */
  .otw-row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .otw-column, .otw-columns {
    width: auto !important;
    float: none;
  }

  .otw-column:last-child, .otw-columns:last-child {
    float: none;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: none;
  }

  .otw-column:before, .otw-columns:before, .otw-column:after, .otw-columns:after {
    content: "";
    display: table;
  }

  .otw-column:after, .otw-columns:after {
    clear: both;
  }

  .offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .offset-by-twelve, .offset-by-thirteen, .offset-by-fourteen, .offset-by-fifteen, .offset-by-sixteen, .offset-by-seventeen, .offset-by-eighteen, .offset-by-nineteen, .offset-by-twenty, .offset-by-twentyone, .offset-by-twentytwo {
    margin-left: 0 !important;
  }

  .otw-push-two, .otw-push-three, .otw-push-four, .otw-push-five, .otw-push-six, .otw-push-seven, .otw-push-eight, .otw-push-nine, .otw-push-ten, .otw-push-eleven, .otw-push-twelve, .otw-push-thirteen, .otw-push-fourteen, .otw-push-fifteen, .otw-push-sixteen, .otw-push-seventeen, .otw-push-eighteen, .otw-push-nineteen, .otw-push-twenty, .otw-push-twentyone, .otw-push-twentytwo {
    left: auto;
  }

  .otw-pull-two, .otw-pull-three, .otw-pull-four, .otw-pull-five, .otw-pull-six, .otw-pull-seven, .otw-pull-eight, .otw-pull-nine, .otw-pull-ten, .otw-pull-eleven, .otw-pull-twelve, .otw-pull-thirteen, .otw-pull-fourteen, .otw-pull-fifteen, .otw-pull-sixteen, .otw-pull-seventeen, .otw-pull-eighteen, .otw-pull-nineteen, .otw-pull-twenty, .otw-pull-twentyone, .otw-pull-twentytwo {
    right: auto;
  }

  /* Mobile 4-column Grid */
  .otw-row .mobile-one {
    width: 16.66667% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-one:last-child {
    float: right;
  }
  .otw-row .mobile-one.end {
    float: left;
  }
  .otw-row.collapse .mobile-one {
    padding: 0;
  }

  .otw-row .mobile-two {
    width: 33.33333% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-two:last-child {
    float: right;
  }
  .otw-row .mobile-two.end {
    float: left;
  }
  .otw-row.collapse .mobile-two {
    padding: 0;
  }

  .otw-row .mobile-three {
    width: 50% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-three:last-child {
    float: right;
  }
  .otw-row .mobile-three.end {
    float: left;
  }
  .otw-row.collapse .mobile-three {
    padding: 0;
  }

  .otw-row .mobile-four {
    width: 66.66667% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-four:last-child {
    float: right;
  }
  .otw-row .mobile-four.end {
    float: left;
  }
  .otw-row.collapse .mobile-four {
    padding: 0;
  }

  .otw-row .mobile-five {
    width: 83.33333% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-five:last-child {
    float: right;
  }
  .otw-row .mobile-five.end {
    float: left;
  }
  .otw-row.collapse .mobile-five {
    padding: 0;
  }

  .otw-row .mobile-six {
    width: 100% !important;
    float: left;
    padding: 0 10px;
  }
  .otw-row .mobile-six:last-child {
    float: right;
  }
  .otw-row .mobile-six.end {
    float: left;
  }
  .otw-row.collapse .mobile-six {
    padding: 0;
  }

  .otw-push-one-mobile {
    left: 16.66667%;
  }

  .otw-pull-one-mobile {
    right: 16.66667%;
  }

  .otw-push-two-mobile {
    left: 33.33333%;
  }

  .otw-pull-two-mobile {
    right: 33.33333%;
  }

  .otw-push-three-mobile {
    left: 50%;
  }

  .otw-pull-three-mobile {
    right: 50%;
  }

  .otw-push-four-mobile {
    left: 66.66667%;
  }

  .otw-pull-four-mobile {
    right: 66.66667%;
  }

  .otw-push-five-mobile {
    left: 83.33333%;
  }

  .otw-pull-five-mobile {
    right: 83.33333%;
  }

  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .block-grid > li {
    clear: none !important;
  }
  .block-grid.mobile-one-up > li {
    width: 100%;
  }
  .block-grid.mobile-two-up > li {
    width: 50%;
  }
  .block-grid.mobile-two-up > li:nth-child(2n+1) {
    clear: both;
  }
  .block-grid.mobile-three-up > li {
    width: 33.33333%;
  }
  .block-grid.mobile-three-up > li:nth-child(3n+1) {
    clear: both;
  }
  .block-grid.mobile-four-up > li {
    width: 25%;
  }
  .block-grid.mobile-four-up > li:nth-child(4n+1) {
    clear: both;
  }
  .block-grid.mobile-five-up > li {
    width: 20%;
  }
  .block-grid.mobile-five-up > li:nth-child(5n+1) {
    clear: both;
  }
  .block-grid.mobile-six-up > li {
    width: 16.66667%;
  }
  .block-grid.mobile-six-up > li:nth-child(6n+1) {
    clear: both;
  }

  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right {
    text-align: left;
  }

  /* Extend width of all inputs */
  input[type="text"].one, .otw-row input[type="text"].otw-one,
  input[type="password"].one,
  .otw-row input[type="password"].otw-one,
  input[type="date"].one,
  .otw-row input[type="date"].otw-one,
  input[type="datetime"].one,
  .otw-row input[type="datetime"].otw-one,
  input[type="email"].one,
  .otw-row input[type="email"].otw-one,
  input[type="number"].one,
  .otw-row input[type="number"].otw-one,
  input[type="search"].one,
  .otw-row input[type="search"].otw-one,
  input[type="tel"].one,
  .otw-row input[type="tel"].otw-one,
  input[type="time"].one,
  .otw-row input[type="time"].otw-one,
  input[type="url"].one,
  .otw-row input[type="url"].otw-one,
  textarea.one,
  .otw-row textarea.otw-one {
    width: 100% !important;
  }

  input[type="text"].two, .otw-row input[type="text"].otw-two,
  input[type="password"].two,
  .otw-row input[type="password"].otw-two,
  input[type="date"].two,
  .otw-row input[type="date"].otw-two,
  input[type="datetime"].two,
  .otw-row input[type="datetime"].otw-two,
  input[type="email"].two,
  .otw-row input[type="email"].otw-two,
  input[type="number"].two,
  .otw-row input[type="number"].otw-two,
  input[type="search"].two,
  .otw-row input[type="search"].otw-two,
  input[type="tel"].two,
  .otw-row input[type="tel"].otw-two,
  input[type="time"].two,
  .otw-row input[type="time"].otw-two,
  input[type="url"].two,
  .otw-row input[type="url"].otw-two,
  textarea.two,
  .otw-row textarea.otw-two {
    width: 100% !important;
  }

  input[type="text"].three, .otw-row input[type="text"].otw-three,
  input[type="password"].three,
  .otw-row input[type="password"].otw-three,
  input[type="date"].three,
  .otw-row input[type="date"].otw-three,
  input[type="datetime"].three,
  .otw-row input[type="datetime"].otw-three,
  input[type="email"].three,
  .otw-row input[type="email"].otw-three,
  input[type="number"].three,
  .otw-row input[type="number"].otw-three,
  input[type="search"].three,
  .otw-row input[type="search"].otw-three,
  input[type="tel"].three,
  .otw-row input[type="tel"].otw-three,
  input[type="time"].three,
  .otw-row input[type="time"].otw-three,
  input[type="url"].three,
  .otw-row input[type="url"].otw-three,
  textarea.three,
  .otw-row textarea.otw-three {
    width: 100% !important;
  }

  input[type="text"].four, .otw-row input[type="text"].otw-four,
  input[type="password"].four,
  .otw-row input[type="password"].otw-four,
  input[type="date"].four,
  .otw-row input[type="date"].otw-four,
  input[type="datetime"].four,
  .otw-row input[type="datetime"].otw-four,
  input[type="email"].four,
  .otw-row input[type="email"].otw-four,
  input[type="number"].four,
  .otw-row input[type="number"].otw-four,
  input[type="search"].four,
  .otw-row input[type="search"].otw-four,
  input[type="tel"].four,
  .otw-row input[type="tel"].otw-four,
  input[type="time"].four,
  .otw-row input[type="time"].otw-four,
  input[type="url"].four,
  .otw-row input[type="url"].otw-four,
  textarea.four,
  .otw-row textarea.otw-four {
    width: 100% !important;
  }

  input[type="text"].five, .otw-row input[type="text"].otw-five,
  input[type="password"].five,
  .otw-row input[type="password"].otw-five,
  input[type="date"].five,
  .otw-row input[type="date"].otw-five,
  input[type="datetime"].five,
  .otw-row input[type="datetime"].otw-five,
  input[type="email"].five,
  .otw-row input[type="email"].otw-five,
  input[type="number"].five,
  .otw-row input[type="number"].otw-five,
  input[type="search"].five,
  .otw-row input[type="search"].otw-five,
  input[type="tel"].five,
  .otw-row input[type="tel"].otw-five,
  input[type="time"].five,
  .otw-row input[type="time"].otw-five,
  input[type="url"].five,
  .otw-row input[type="url"].otw-five,
  textarea.five,
  .otw-row textarea.otw-five {
    width: 100% !important;
  }

  input[type="text"].six, .otw-row input[type="text"].otw-six,
  input[type="password"].six,
  .otw-row input[type="password"].otw-six,
  input[type="date"].six,
  .otw-row input[type="date"].otw-six,
  input[type="datetime"].six,
  .otw-row input[type="datetime"].otw-six,
  input[type="email"].six,
  .otw-row input[type="email"].otw-six,
  input[type="number"].six,
  .otw-row input[type="number"].otw-six,
  input[type="search"].six,
  .otw-row input[type="search"].otw-six,
  input[type="tel"].six,
  .otw-row input[type="tel"].otw-six,
  input[type="time"].six,
  .otw-row input[type="time"].otw-six,
  input[type="url"].six,
  .otw-row input[type="url"].otw-six,
  textarea.six,
  .otw-row textarea.otw-six {
    width: 100% !important;
  }

  input[type="text"].seven, .otw-row input[type="text"].otw-seven,
  input[type="password"].seven,
  .otw-row input[type="password"].otw-seven,
  input[type="date"].seven,
  .otw-row input[type="date"].otw-seven,
  input[type="datetime"].seven,
  .otw-row input[type="datetime"].otw-seven,
  input[type="email"].seven,
  .otw-row input[type="email"].otw-seven,
  input[type="number"].seven,
  .otw-row input[type="number"].otw-seven,
  input[type="search"].seven,
  .otw-row input[type="search"].otw-seven,
  input[type="tel"].seven,
  .otw-row input[type="tel"].otw-seven,
  input[type="time"].seven,
  .otw-row input[type="time"].otw-seven,
  input[type="url"].seven,
  .otw-row input[type="url"].otw-seven,
  textarea.seven,
  .otw-row textarea.otw-seven {
    width: 100% !important;
  }

  input[type="text"].eight, .otw-row input[type="text"].otw-eight,
  input[type="password"].eight,
  .otw-row input[type="password"].otw-eight,
  input[type="date"].eight,
  .otw-row input[type="date"].otw-eight,
  input[type="datetime"].eight,
  .otw-row input[type="datetime"].otw-eight,
  input[type="email"].eight,
  .otw-row input[type="email"].otw-eight,
  input[type="number"].eight,
  .otw-row input[type="number"].otw-eight,
  input[type="search"].eight,
  .otw-row input[type="search"].otw-eight,
  input[type="tel"].eight,
  .otw-row input[type="tel"].otw-eight,
  input[type="time"].eight,
  .otw-row input[type="time"].otw-eight,
  input[type="url"].eight,
  .otw-row input[type="url"].otw-eight,
  textarea.eight,
  .otw-row textarea.otw-eight {
    width: 100% !important;
  }

  input[type="text"].nine, .otw-row input[type="text"].otw-nine,
  input[type="password"].nine,
  .otw-row input[type="password"].otw-nine,
  input[type="date"].nine,
  .otw-row input[type="date"].otw-nine,
  input[type="datetime"].nine,
  .otw-row input[type="datetime"].otw-nine,
  input[type="email"].nine,
  .otw-row input[type="email"].otw-nine,
  input[type="number"].nine,
  .otw-row input[type="number"].otw-nine,
  input[type="search"].nine,
  .otw-row input[type="search"].otw-nine,
  input[type="tel"].nine,
  .otw-row input[type="tel"].otw-nine,
  input[type="time"].nine,
  .otw-row input[type="time"].otw-nine,
  input[type="url"].nine,
  .otw-row input[type="url"].otw-nine,
  textarea.nine,
  .otw-row textarea.otw-nine {
    width: 100% !important;
  }

  input[type="text"].ten, .otw-row input[type="text"].otw-ten,
  input[type="password"].ten,
  .otw-row input[type="password"].otw-ten,
  input[type="date"].ten,
  .otw-row input[type="date"].otw-ten,
  input[type="datetime"].ten,
  .otw-row input[type="datetime"].otw-ten,
  input[type="email"].ten,
  .otw-row input[type="email"].otw-ten,
  input[type="number"].ten,
  .otw-row input[type="number"].otw-ten,
  input[type="search"].ten,
  .otw-row input[type="search"].otw-ten,
  input[type="tel"].ten,
  .otw-row input[type="tel"].otw-ten,
  input[type="time"].ten,
  .otw-row input[type="time"].otw-ten,
  input[type="url"].ten,
  .otw-row input[type="url"].otw-ten,
  textarea.ten,
  .otw-row textarea.otw-ten {
    width: 100% !important;
  }

  input[type="text"].eleven, .otw-row input[type="text"].otw-eleven,
  input[type="password"].eleven,
  .otw-row input[type="password"].otw-eleven,
  input[type="date"].eleven,
  .otw-row input[type="date"].otw-eleven,
  input[type="datetime"].eleven,
  .otw-row input[type="datetime"].otw-eleven,
  input[type="email"].eleven,
  .otw-row input[type="email"].otw-eleven,
  input[type="number"].eleven,
  .otw-row input[type="number"].otw-eleven,
  input[type="search"].eleven,
  .otw-row input[type="search"].otw-eleven,
  input[type="tel"].eleven,
  .otw-row input[type="tel"].otw-eleven,
  input[type="time"].eleven,
  .otw-row input[type="time"].otw-eleven,
  input[type="url"].eleven,
  .otw-row input[type="url"].otw-eleven,
  textarea.eleven,
  .otw-row textarea.otw-eleven {
    width: 100% !important;
  }

  input[type="text"].twelve, .otw-row input[type="text"].otw-twelve,
  input[type="password"].twelve,
  .otw-row input[type="password"].otw-twelve,
  input[type="date"].twelve,
  .otw-row input[type="date"].otw-twelve,
  input[type="datetime"].twelve,
  .otw-row input[type="datetime"].otw-twelve,
  input[type="email"].twelve,
  .otw-row input[type="email"].otw-twelve,
  input[type="number"].twelve,
  .otw-row input[type="number"].otw-twelve,
  input[type="search"].twelve,
  .otw-row input[type="search"].otw-twelve,
  input[type="tel"].twelve,
  .otw-row input[type="tel"].otw-twelve,
  input[type="time"].twelve,
  .otw-row input[type="time"].otw-twelve,
  input[type="url"].twelve,
  .otw-row input[type="url"].otw-twelve,
  textarea.twelve,
  .otw-row textarea.otw-twelve {
    width: 100% !important;
  }

  input[type="text"].thirteen, .otw-row input[type="text"].otw-thirteen,
  input[type="password"].thirteen,
  .otw-row input[type="password"].otw-thirteen,
  input[type="date"].thirteen,
  .otw-row input[type="date"].otw-thirteen,
  input[type="datetime"].thirteen,
  .otw-row input[type="datetime"].otw-thirteen,
  input[type="email"].thirteen,
  .otw-row input[type="email"].otw-thirteen,
  input[type="number"].thirteen,
  .otw-row input[type="number"].otw-thirteen,
  input[type="search"].thirteen,
  .otw-row input[type="search"].otw-thirteen,
  input[type="tel"].thirteen,
  .otw-row input[type="tel"].otw-thirteen,
  input[type="time"].thirteen,
  .otw-row input[type="time"].otw-thirteen,
  input[type="url"].thirteen,
  .otw-row input[type="url"].otw-thirteen,
  textarea.thirteen,
  .otw-row textarea.otw-thirteen {
    width: 100% !important;
  }

  input[type="text"].fourteen, .otw-row input[type="text"].otw-fourteen,
  input[type="password"].fourteen,
  .otw-row input[type="password"].otw-fourteen,
  input[type="date"].fourteen,
  .otw-row input[type="date"].otw-fourteen,
  input[type="datetime"].fourteen,
  .otw-row input[type="datetime"].otw-fourteen,
  input[type="email"].fourteen,
  .otw-row input[type="email"].otw-fourteen,
  input[type="number"].fourteen,
  .otw-row input[type="number"].otw-fourteen,
  input[type="search"].fourteen,
  .otw-row input[type="search"].otw-fourteen,
  input[type="tel"].fourteen,
  .otw-row input[type="tel"].otw-fourteen,
  input[type="time"].fourteen,
  .otw-row input[type="time"].otw-fourteen,
  input[type="url"].fourteen,
  .otw-row input[type="url"].otw-fourteen,
  textarea.fourteen,
  .otw-row textarea.otw-fourteen {
    width: 100% !important;
  }

  input[type="text"].fifteen, .otw-row input[type="text"].otw-fifteen,
  input[type="password"].fifteen,
  .otw-row input[type="password"].otw-fifteen,
  input[type="date"].fifteen,
  .otw-row input[type="date"].otw-fifteen,
  input[type="datetime"].fifteen,
  .otw-row input[type="datetime"].otw-fifteen,
  input[type="email"].fifteen,
  .otw-row input[type="email"].otw-fifteen,
  input[type="number"].fifteen,
  .otw-row input[type="number"].otw-fifteen,
  input[type="search"].fifteen,
  .otw-row input[type="search"].otw-fifteen,
  input[type="tel"].fifteen,
  .otw-row input[type="tel"].otw-fifteen,
  input[type="time"].fifteen,
  .otw-row input[type="time"].otw-fifteen,
  input[type="url"].fifteen,
  .otw-row input[type="url"].otw-fifteen,
  textarea.fifteen,
  .otw-row textarea.otw-fifteen {
    width: 100% !important;
  }

  input[type="text"].sixteen, .otw-row input[type="text"].otw-sixteen,
  input[type="password"].sixteen,
  .otw-row input[type="password"].otw-sixteen,
  input[type="date"].sixteen,
  .otw-row input[type="date"].otw-sixteen,
  input[type="datetime"].sixteen,
  .otw-row input[type="datetime"].otw-sixteen,
  input[type="email"].sixteen,
  .otw-row input[type="email"].otw-sixteen,
  input[type="number"].sixteen,
  .otw-row input[type="number"].otw-sixteen,
  input[type="search"].sixteen,
  .otw-row input[type="search"].otw-sixteen,
  input[type="tel"].sixteen,
  .otw-row input[type="tel"].otw-sixteen,
  input[type="time"].sixteen,
  .otw-row input[type="time"].otw-sixteen,
  input[type="url"].sixteen,
  .otw-row input[type="url"].otw-sixteen,
  textarea.sixteen,
  .otw-row textarea.otw-sixteen {
    width: 100% !important;
  }

  input[type="text"].seventeen, .otw-row input[type="text"].otw-seventeen,
  input[type="password"].seventeen,
  .otw-row input[type="password"].otw-seventeen,
  input[type="date"].seventeen,
  .otw-row input[type="date"].otw-seventeen,
  input[type="datetime"].seventeen,
  .otw-row input[type="datetime"].otw-seventeen,
  input[type="email"].seventeen,
  .otw-row input[type="email"].otw-seventeen,
  input[type="number"].seventeen,
  .otw-row input[type="number"].otw-seventeen,
  input[type="search"].seventeen,
  .otw-row input[type="search"].otw-seventeen,
  input[type="tel"].seventeen,
  .otw-row input[type="tel"].otw-seventeen,
  input[type="time"].seventeen,
  .otw-row input[type="time"].otw-seventeen,
  input[type="url"].seventeen,
  .otw-row input[type="url"].otw-seventeen,
  textarea.seventeen,
  .otw-row textarea.otw-seventeen {
    width: 100% !important;
  }

  input[type="text"].eighteen, .otw-row input[type="text"].otw-eighteen,
  input[type="password"].eighteen,
  .otw-row input[type="password"].otw-eighteen,
  input[type="date"].eighteen,
  .otw-row input[type="date"].otw-eighteen,
  input[type="datetime"].eighteen,
  .otw-row input[type="datetime"].otw-eighteen,
  input[type="email"].eighteen,
  .otw-row input[type="email"].otw-eighteen,
  input[type="number"].eighteen,
  .otw-row input[type="number"].otw-eighteen,
  input[type="search"].eighteen,
  .otw-row input[type="search"].otw-eighteen,
  input[type="tel"].eighteen,
  .otw-row input[type="tel"].otw-eighteen,
  input[type="time"].eighteen,
  .otw-row input[type="time"].otw-eighteen,
  input[type="url"].eighteen,
  .otw-row input[type="url"].otw-eighteen,
  textarea.eighteen,
  .otw-row textarea.otw-eighteen {
    width: 100% !important;
  }

  input[type="text"].nineteen, .otw-row input[type="text"].otw-nineteen,
  input[type="password"].nineteen,
  .otw-row input[type="password"].otw-nineteen,
  input[type="date"].nineteen,
  .otw-row input[type="date"].otw-nineteen,
  input[type="datetime"].nineteen,
  .otw-row input[type="datetime"].otw-nineteen,
  input[type="email"].nineteen,
  .otw-row input[type="email"].otw-nineteen,
  input[type="number"].nineteen,
  .otw-row input[type="number"].otw-nineteen,
  input[type="search"].nineteen,
  .otw-row input[type="search"].otw-nineteen,
  input[type="tel"].nineteen,
  .otw-row input[type="tel"].otw-nineteen,
  input[type="time"].nineteen,
  .otw-row input[type="time"].otw-nineteen,
  input[type="url"].nineteen,
  .otw-row input[type="url"].otw-nineteen,
  textarea.nineteen,
  .otw-row textarea.otw-nineteen {
    width: 100% !important;
  }

  input[type="text"].twenty, .otw-row input[type="text"].otw-twenty,
  input[type="password"].twenty,
  .otw-row input[type="password"].otw-twenty,
  input[type="date"].twenty,
  .otw-row input[type="date"].otw-twenty,
  input[type="datetime"].twenty,
  .otw-row input[type="datetime"].otw-twenty,
  input[type="email"].twenty,
  .otw-row input[type="email"].otw-twenty,
  input[type="number"].twenty,
  .otw-row input[type="number"].otw-twenty,
  input[type="search"].twenty,
  .otw-row input[type="search"].otw-twenty,
  input[type="tel"].twenty,
  .otw-row input[type="tel"].otw-twenty,
  input[type="time"].twenty,
  .otw-row input[type="time"].otw-twenty,
  input[type="url"].twenty,
  .otw-row input[type="url"].otw-twenty,
  textarea.twenty,
  .otw-row textarea.otw-twenty {
    width: 100% !important;
  }

  input[type="text"].twentyone, .otw-row input[type="text"].otw-twentyone,
  input[type="password"].twentyone,
  .otw-row input[type="password"].otw-twentyone,
  input[type="date"].twentyone,
  .otw-row input[type="date"].otw-twentyone,
  input[type="datetime"].twentyone,
  .otw-row input[type="datetime"].otw-twentyone,
  input[type="email"].twentyone,
  .otw-row input[type="email"].otw-twentyone,
  input[type="number"].twentyone,
  .otw-row input[type="number"].otw-twentyone,
  input[type="search"].twentyone,
  .otw-row input[type="search"].otw-twentyone,
  input[type="tel"].twentyone,
  .otw-row input[type="tel"].otw-twentyone,
  input[type="time"].twentyone,
  .otw-row input[type="time"].otw-twentyone,
  input[type="url"].twentyone,
  .otw-row input[type="url"].otw-twentyone,
  textarea.twentyone,
  .otw-row textarea.otw-twentyone {
    width: 100% !important;
  }

  input[type="text"].twentytwo, .otw-row input[type="text"].otw-twentytwo,
  input[type="password"].twentytwo,
  .otw-row input[type="password"].otw-twentytwo,
  input[type="date"].twentytwo,
  .otw-row input[type="date"].otw-twentytwo,
  input[type="datetime"].twentytwo,
  .otw-row input[type="datetime"].otw-twentytwo,
  input[type="email"].twentytwo,
  .otw-row input[type="email"].otw-twentytwo,
  input[type="number"].twentytwo,
  .otw-row input[type="number"].otw-twentytwo,
  input[type="search"].twentytwo,
  .otw-row input[type="search"].otw-twentytwo,
  input[type="tel"].twentytwo,
  .otw-row input[type="tel"].otw-twentytwo,
  input[type="time"].twentytwo,
  .otw-row input[type="time"].otw-twentytwo,
  input[type="url"].twentytwo,
  .otw-row input[type="url"].otw-twentytwo,
  textarea.twentytwo,
  .otw-row textarea.otw-twentytwo {
    width: 100% !important;
  }

  input[type="text"].twentythree, .otw-row input[type="text"].otw-twentythree,
  input[type="password"].twentythree,
  .otw-row input[type="password"].otw-twentythree,
  input[type="date"].twentythree,
  .otw-row input[type="date"].otw-twentythree,
  input[type="datetime"].twentythree,
  .otw-row input[type="datetime"].otw-twentythree,
  input[type="email"].twentythree,
  .otw-row input[type="email"].otw-twentythree,
  input[type="number"].twentythree,
  .otw-row input[type="number"].otw-twentythree,
  input[type="search"].twentythree,
  .otw-row input[type="search"].otw-twentythree,
  input[type="tel"].twentythree,
  .otw-row input[type="tel"].otw-twentythree,
  input[type="time"].twentythree,
  .otw-row input[type="time"].otw-twentythree,
  input[type="url"].twentythree,
  .otw-row input[type="url"].otw-twentythree,
  textarea.twentythree,
  .otw-row textarea.otw-twentythree {
    width: 100% !important;
  }

  input[type="text"].twentyfour, .otw-row input[type="text"].otw-twentyfour,
  input[type="password"].twentyfour,
  .otw-row input[type="password"].otw-twentyfour,
  input[type="date"].twentyfour,
  .otw-row input[type="date"].otw-twentyfour,
  input[type="datetime"].twentyfour,
  .otw-row input[type="datetime"].otw-twentyfour,
  input[type="email"].twentyfour,
  .otw-row input[type="email"].otw-twentyfour,
  input[type="number"].twentyfour,
  .otw-row input[type="number"].otw-twentyfour,
  input[type="search"].twentyfour,
  .otw-row input[type="search"].otw-twentyfour,
  input[type="tel"].twentyfour,
  .otw-row input[type="tel"].otw-twentyfour,
  input[type="time"].twentyfour,
  .otw-row input[type="time"].otw-twentyfour,
  input[type="url"].twentyfour,
  .otw-row input[type="url"].otw-twentyfour,
  textarea.twentyfour,
  .otw-row textarea.otw-twentyfour {
    width: 100% !important;
  }
}
