/* Artfully Masterminded by ZURB */
/* -------------------------------------------------- 
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/
/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */
	/* 
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/ 
		v2.0 | 20110126
   		License: none (public domain)
	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

html {
  font-size: 62.5%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sub {
  vertical-align: sub; }

sup {
  vertical-align: super; }

body {
  background: #F7F7F6;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 18px;
  color: #444;
  position: relative;
  -webkit-font-smoothing: antialiased; }

/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
a {
  color: #007573;
  text-decoration: none;
  line-height: inherit; }

a:hover {
  color: #009e9b; }

a:focus {
  color: #009e9b;
  /* outline: none; */
  overflow: hidden; }

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

/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
ul, ol {
  margin-bottom: 18px; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal; }

ol, ul.square, ul.circle, ul.disc {
  margin-left: 30px; }

ul.square {
  list-style: square outside; }

ul.circle {
  list-style: circle outside; }

ul.disc {
  list-style: disc outside; }

li {
  margin-bottom: 6px; }

ul.large li {
  line-height: 21px; }

/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
table {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 0 0 18px;
  border: 1px solid #ddd; }

table thead, table tfoot {
  background: #f5f5f5; }

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  font-size: 12px;
  line-height: 18px;
  text-align: left; }

table thead tr th,
table tfoot tr td {
  padding: 8px 10px 9px;
  font-size: 14px;
  font-weight: bold;
  color: #222; }

table thead tr th:first-child, table tfoot tr td:first-child {
  border-left: none; }

table thead tr th:last-child, table tfoot tr td:last-child {
  border-right: none; }

table tbody tr.even,
table tbody tr.alt {
  background: #f9f9f9; }

table tbody tr:nth-child(even) {
  background: #f9f9f9; }

table tbody tr td {
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
  border: none; }

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

.highlight {
  background: #ff0; }

/* Start: W&S custom styles */
.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* End: W&S custom styles*/
#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; }

/* Artfully Masterminded by ZURB */
/* --------------------------------------------------
	:: Grid
	
	This is the mobile-friendly, responsive grid that
	lets Foundation work much of its magic.
	
	-------------------------------------------------- */
.container {
  padding: 0 20px; }

.row {
  width: 100%;
  max-width: 980px;
  min-width: 727px;
  margin: 0 auto; }

/* To fix the grid into a certain size, set max-width to width */
.row .row {
  min-width: 0; }

.column, .columns {
  margin-left: 4.4%;
  float: left;
  min-height: 1px;
  position: relative; }

.column:first-child, .columns:first-child {
  margin-left: 0; }

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

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

.row .one {
  width: 4.27503%; }

.row .two {
  width: 12.97730%; }

.row .three {
  width: 21.67957%; }

.row .four {
  width: 30.37999%; }

.row .five {
  width: 39.08411%; }

.row .six {
  width: 47.78638%; }

.row .seven {
  width: 56.48865%; }

.row .eight {
  width: 65.19092%; }

.row .nine {
  width: 73.89319%; }

.row .ten {
  width: 82.59546%; }

.row .eleven {
  width: 91.29773%; }

.row .twelve {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

.row .centered {
  float: none;
  margin: 0 auto; }

.row .offset-by-one:first-child {
  margin-left: 8.626165%; }

.row .offset-by-two:first-child {
  margin-left: 17.328435%; }

.row .offset-by-three:first-child {
  margin-left: 26.030705%; }

.row .offset-by-four:first-child {
  margin-left: 34.731125%; }

.row .offset-by-five:first-child {
  margin-left: 43.435245%; }

.row .offset-by-six:first-child {
  margin-left: 52.137515%; }

.row .offset-by-seven:first-child {
  margin-left: 60.839785%; }

.row .offset-by-eight:first-child {
  margin-left: 69.542055%; }

.row .offset-by-nine:first-child {
  margin-left: 78.244325%; }

.row .offset-by-ten:first-child {
  margin-left: 86.946595%; }

.row .offset-by-eleven:first-child {
  margin-left: 95.648865%; }

/* Source Ordering */
.push-two {
  left: 17.328435%; }

.push-three {
  left: 26.030705%; }

.push-four {
  left: 34.731125%; }

.push-five {
  left: 43.435245%; }

.push-six {
  left: 52.137515%; }

.push-seven {
  left: 60.839785%; }

.push-eight {
  left: 69.542055%; }

.push-nine {
  left: 78.244325%; }

.push-ten {
  left: 86.946595%; }

.pull-two {
  right: 17.328435%; }

.pull-three {
  right: 26.030705%; }

.pull-four {
  right: 34.731125%; }

.pull-five {
  right: 43.435245%; }

.pull-six {
  right: 52.137515%; }

.pull-seven {
  right: 60.839785%; }

.pull-eight {
  right: 69.542055%; }

.pull-nine {
  right: 78.244325%; }

.pull-ten {
  right: 86.946595%; }

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

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

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

/* Nicolas Gallagher's micro clearfix */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.row:after, .clearfix:after {
  clear: both; }

.row, .clearfix {
  zoom: 1; }

/* W&S specific Grid styles */
.row.display {
  margin-bottom: 15px; }

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

.block-grid > li {
  display: block;
  height: auto;
  float: left; }

.block-grid.two-up {
  margin-left: -4%; }

.block-grid.two-up > li {
  margin-left: 4%;
  width: 46%;
  margin-bottom: 4%; }

/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */
.block-grid.three-up {
  margin-left: -2%; }

.block-grid.three-up > li {
  margin-left: 2%;
  width: 31.2%;
  margin-bottom: 2%; }

/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */
.block-grid.four-up {
  margin-left: -2%; }

.block-grid.four-up > li {
  margin-left: 2%;
  width: 23%;
  margin-bottom: 2%; }

/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */
.block-grid.five-up {
  margin-left: -1.5%; }

.block-grid.five-up > li {
  margin-left: 1.5%;
  width: 18.5%;
  margin-bottom: 1.5%; }

/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Buttons
:: Alerts
:: Labels
:: Tabs
:: Pagination
:: Breadcrumbs
:: Lists
:: Panels
:: Nav
:: Video
:: Microformats
*/
@media all {
  .nav-bar {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease; } }
/* Start: SCSS Mixins */
/* End: SCSS Mixins */
/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */
.button {
  background: #00a6fc;
  display: inline-block;
  text-align: center;
  padding: 9px 34px 11px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
  position: relative;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 0; }

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

/* Hide inner focus effect in Firefox */
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; }

.button.nice {
  background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
  background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px, -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, transparent 100%);
  background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.4)), color-stop(100%, transparent));
  border: 1px solid #0593dc;
  -webkit-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out; }

.button.radius {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.button.round {
  -moz-border-radius: 1000px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px; }

.button.full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

.button.left-align {
  text-align: left;
  text-indent: 12px; }

/* Sizes ---------- */
.tiny.button {
  font-size: 10px;
  padding: 6px 14px 8px;
  width: auto; }

.small.button {
  font-size: 11px;
  padding: 8px 20px 10px;
  width: auto; }

.medium.button {
  font-size: 13px;
  width: auto; }

.large.button {
  font-size: 18px;
  padding: 11px 48px 13px;
  width: auto; }

/* Nice Sizes ---------- */
.nice.tiny.button {
  background-position: 0 -37px; }

.nice.small.button {
  background-position: 0 -34px; }

.nice.large.button {
  background-position: 0 -30px; }

/* Colors ---------- */
.blue.button {
  background-color: #00a6fc; }

.red.button {
  background-color: #e91c21; }

.white.button {
  background-color: #e9e9e9;
  color: #333; }

.black.button {
  background-color: #141414; }

.green.button {
  background-color: #5b8737; }

.wsgreen.button {
  background-color: #007573; }

/* Nice Colors ---------- */
.nice.blue.button {
  border: 1px solid #0593dc; }

.nice.red.button {
  border: 1px solid #b90b0b; }

.nice.white.button {
  border: 1px solid #cacaca;
  text-shadow: none !important; }

.nice.black.button {
  border: 1px solid #000; }

.nice.green.button {
  border: 1px solid #4a6b2d; }

/* Hovers ---------- */
.button:hover, .button:focus {
  background-color: #0192dd;
  color: #fff; }

.blue.button:hover, .blue.button:focus {
  background-color: #0192dd; }

.red.button:hover, .red.button:focus {
  background-color: #d01217; }

.white.button:hover, .white.button:focus {
  background-color: #dadada;
  color: #333; }

.black.button:hover, .black.button:focus {
  background-color: #000; }

.green.button:hover, .green.button:focus {
  background-color: #699c40; }

.wsgreen.button:hover, .wsgreen.button:focus {
  background-color: #009e9b; }

/* Hovers ---------- */
.nice.button:active {
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15); }

/* Disabled ---------- */
.button.disabled, .button[disabled] {
  opacity: 0.6;
  cursor: default; }

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

  input[type=submit].tiny.button {
    padding: 5px 14px 7px; }

  input[type=submit].small.button {
    padding: 7px 20px 8px; }

  input[type=submit].medium.button {
    padding: 8px 34px 9px; }

  input[type=submit].large.button {
    padding: 9px 48px 10px; } }

/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */
div.alert-box {
  display: block;
  padding: 6px 7px;
  font-weight: bold;
  font-size: 13px;
  background: #eee;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.9);
  position: relative; }

.alert-box.success {
  background-color: #7fae00;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }

.alert-box.warning {
  background-color: #f68b01;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }

.alert-box.error {
  background-color: #c00000;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }

.alert-box a.close {
  color: #000;
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 18px;
  opacity: 0.2;
  padding: 4px; }

.alert-box a.close:hover, .alert-box a.close:focus {
  opacity: 0.4; }

/*    --------------------------------------------------
    Labels
    -------------------------------------------------- */
.label {
  padding: 0 4px 2px;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline;
  position: relative;
  bottom: 1px;
  color: #fff;
  background: #00a6fc; }

.label.radius {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.label.round {
  padding: 1px 7px 2px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px; }

/* Colors ---------- */
.blue.label {
  background-color: #00a6fc; }

.red.label {
  background-color: #e91c21; }

.green.label {
  background-color: #7fae00; }

.white.label {
  background-color: #e9e9e9;
  color: #333; }

.black.label {
  background-color: #141414; }

/*    --------------------------------------------------
    Tabs
    -------------------------------------------------- */
dl.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  height: 30px;
  border-bottom: solid 1px #ddd; }

dl.tabs dt {
  display: block;
  width: auto;
  height: 30px;
  padding: 0 9px 0 20px;
  line-height: 30px;
  float: left;
  color: #999;
  font-size: 11px;
  text-transform: uppercase;
  cursor: default; }

dl.tabs dt:first-child {
  padding: 0 9px 0 0; }

dl.tabs dd {
  display: block;
  width: auto;
  height: 30px;
  padding: 0;
  float: left; }

dl.tabs dd a {
  display: block;
  width: auto;
  height: 29px;
  padding: 0 9px;
  line-height: 30px;
  border: solid 1px #ddd;
  margin: 0 -1px 0 0;
  color: #555;
  background: #eee; }

dl.tabs dd a.active {
  background: #fff;
  border-width: 1px 1px 0 1px;
  height: 30px; }

.nice.tabs {
  border-bottom: solid 1px #eee;
  margin: 0 0 30px 0;
  height: 43px; }

.nice.tabs dd a {
  padding: 7px 18px 9px;
  font-size: 15px;
  font-size: 1.5rem;
  color: #555555;
  background: none;
  border: none; }

.nice.tabs dd a.active {
  font-weight: bold;
  color: #333;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 3px solid #00a6fc;
  margin: 0 10px;
  position: relative;
  top: -5px; }

.nice.tabs dd:first-child a.active {
  margin-left: 0; }

dl.tabs.vertical {
  height: auto; }

dl.tabs.vertical dt, dl.tabs.vertical dd, dl.nice.tabs.vertical dt, dl.nice.tabs.vertical dd {
  float: none;
  height: auto; }

dl.tabs.vertical dd a {
  display: block;
  width: auto;
  height: auto;
  padding: 15px 20px;
  line-height: 1;
  border: solid 0 #ccc;
  border-width: 1px 1px 0;
  margin: 0;
  color: #555;
  background: #eee;
  font-size: 15px;
  font-size: 1.5rem; }

dl.tabs.vertical dd a.active {
  height: auto;
  margin: 0;
  border-width: 1px 0 0;
  background: #fff; }

.nice.tabs.vertical {
  border-bottom: solid 1px #eee;
  height: auto; }

.nice.tabs.vertical dd a {
  padding: 15px 20px;
  border: none;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff; }

.nice.tabs.vertical dd a.active {
  border: none;
  background: #00a6fc;
  color: #fff;
  margin: 0;
  position: static;
  top: 0;
  height: auto; }

.nice.tabs.vertical dd:first-child a.active {
  margin: 0; }

ul.tabs-content {
  margin: 0;
  display: block; }

ul.tabs-content > li {
  display: none; }

.no-js ul.tabs-content > li {
  display: block; }

ul.tabs-content > li.active {
  display: block; }

dl.contained, dl.nice.contained {
  margin-bottom: 0; }

dl.contained.tabs dd a {
  padding: 0 14px; }

dl.nice.contained.tabs dd a {
  padding: 7px 18px 9px; }

ul.contained.tabs-content {
  padding: 0; }

ul.contained.tabs-content > li {
  padding: 20px;
  border: solid 0 #ddd;
  border-width: 0 1px 1px 1px; }

ul.contained.vertical.tabs-content > li {
  border-width: 1px 1px 1px 1px; }

ul.nice.contained.tabs-content > li {
  border-color: #eee; }

/*  --------------------------------------------------
    Pagination
    -------------------------------------------------- */
ul.pagination {
  display: block;
  height: 24px;
  margin-left: -5px; }

ul.pagination li {
  float: left;
  display: block;
  height: 24px;
  color: #999;
  font-size: 15px;
  margin-left: 5px; }

ul.pagination li a {
  display: block;
  padding: 6px 7px 4px;
  color: #555; }

ul.pagination li.current a, ul.pagination li:hover a, ul.pagination li a:focus {
  border-bottom: solid 2px #00a6fc;
  color: #141414; }

ul.pagination li.unavailable a {
  cursor: default;
  color: #999; }

ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  border-bottom: none; }

/*  --------------------------------------------------
    Breadcrumbs
    -------------------------------------------------- */
ul.breadcrumbs {
  display: block;
  background: #f4f4f4;
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  overflow: hidden; }

ul.breadcrumbs li {
  margin: 0;
  padding: 0 12px 0 0;
  float: left; }

ul.breadcrumbs li a, ul.breadcrumbs li span {
  text-transform: uppercase;
  font-size: 11px;
  padding-left: 12px; }

ul.breadcrumbs li:first-child a, ul.breadcrumbs li:first-child span {
  padding-left: 0; }

ul.breadcrumbs li:before {
  content: "/";
  color: #aaa; }

ul.breadcrumbs li:first-child:before {
  content: " "; }

ul.breadcrumbs li.current a {
  cursor: default;
  color: #333; }

ul.breadcrumbs li:hover a, ul.breadcrumbs li a:focus {
  text-decoration: underline; }

ul.breadcrumbs li.current:hover a, ul.breadcrumbs li.current a:focus {
  text-decoration: none; }

ul.breadcrumbs li.unavailable a {
  color: #999; }

ul.breadcrumbs li.unavailable:hover a, ul.breadcrumbs li.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default; }

/*  --------------------------------------------------
    Lists
    -------------------------------------------------- */
ul.nice, ol.nice {
  list-style: none;
  margin: 0; }

ul.nice li, ol.nice li {
  padding-left: 13px;
  position: relative; }

ul.nice li span.bullet, ol.nice li span.number {
  position: absolute;
  left: 0;
  top: 0;
  color: #ccc; }

/*	--------------------------------------------------
	Panels
	-------------------------------------------------- */
div.panel {
  padding: 20px 20px 2px 20px;
  background: #efefef;
  background: -moz-linear-gradient(top, white 0%, #f4f4f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f4f4));
  background: -o-linear-gradient(top, white 0%, #f4f4f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  margin: 0 0 20px 0; }

/*	--------------------------------------------------
   	Nav Bar with Dropdowns
	-------------------------------------------------- */
.nav-bar {
  height: 35px;
  background: #fff;
  margin-top: 20px;
  border: none; }

.nav-bar > li {
  float: left;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0 0 0 5px;
  border-right: none;
  line-height: 35px; }

.nav-bar > li > a.main {
  position: relative;
  padding: 0 12px;
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #777777; }

.nav-bar > li > input {
  margin: 0 16px; }

.nav-bar > li > input.input-text {
  display: inline-block; }

.nav-bar > li ul {
  margin-bottom: 0; }

.nav-bar > li li {
  line-height: 1.3; }

.nav-bar > li.has-flyout > a.main {
  padding-right: 36px; }

.nav-bar > li.has-flyout > a.flyout-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 22px;
  z-index: 2;
  display: block; }

.nav-bar > li.has-flyout > a.flyout-toggle span {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2a85e8;
  display: block; }

.flyout {
  background: #fff;
  margin: 0;
  padding: 20px;
  border: 1px solid #ddd;
  position: absolute;
  top: 35px;
  left: -1px;
  width: 400px;
  z-index: 40; }

.flyout.small {
  width: 200px; }

.flyout.large {
  width: 600px; }

.flyout.right {
  left: auto;
  right: 0; }

.flyout p:last-child {
  margin-bottom: 0; }

.nav-bar > li .flyout {
  display: none; }

.js.touch .nav-bar > li.has-flyout > a.flyout-toggle {
  border-left: 1px dashed #eee; }

.js.touch .nav-bar > li.has-flyout > a.main {
  padding-right: 75px; }

/*	--------------------------------------------------
   	Sub Navs
   	http://www.zurb.com/article/292/how-to-create-simple-and-effective-sub-na
	-------------------------------------------------- */
dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -4px 0 18px -9px;
  padding-top: 4px; }

dl.sub-nav dt, dl.sub-nav dd {
  float: left;
  display: inline;
  margin-left: 9px;
  margin-bottom: 4px; }

dl.sub-nav dt {
  color: #999;
  font-weight: normal; }

dl.sub-nav dd a {
  text-decoration: none;
  border-radius: 12px; }

dl.sub-nav dd.active a {
  background: #00A6FC;
  color: #fff;
  padding: 3px 9px; }

/* W&S custom styles */
dl.sub-nav {
  margin: 0;
  padding: 15px 10px 10px 0px; }

dl.sub-nav dt, dl.sub-nav dd {
  margin-left: 15px;
  margin-bottom: 4px; }

dl.sub-nav dd a {
  color: #2d2d2b; }

dl.sub-nav dd a:hover {
  color: #007573; }

dl.sub-nav dd.active a {
  background: #007573;
  color: #fff;
  padding: 3px 10px; }

/*	--------------------------------------------------
   	Video
   	Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	-------------------------------------------------- */
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden; }

.flex-video.widescreen {
  padding-bottom: 57.25%; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*	--------------------------------------------------
   	Microformats
	-------------------------------------------------- */
/* hCard */
ul.vcard {
  display: inline-block;
  margin: 0 0 12px 0;
  border: 1px solid #ddd;
  padding: 10px; }

ul.vcard li {
  margin: 0;
  display: block; }

ul.vcard li.fn {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem; }

p.vevent span.summary {
  font-weight: bold; }

p.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px; }

/*	--------------------------------------------------
   	Tooltips
	-------------------------------------------------- */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }

.has-tip:hover {
  border-bottom: dotted 1px #0593dc;
  color: #0192dd; }

.tooltip {
  display: none;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 5px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: normal; }

.tooltip > .nub {
  display: block;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent;
  position: absolute;
  top: -10px;
  left: 10px; }

.tooltip.tip-override > .nub {
  border-color: transparent transparent black transparent !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.8) transparent !important;
  top: -10px !important; }

.tooltip.tip-top > .nub {
  border-color: black transparent transparent transparent;
  border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
  top: auto;
  bottom: -10px; }

.tooltip.tip-left, .tooltip.tip-right, .has-tip.tip-left, .has-tip.tip-right {
  float: none !important; }

.tooltip.tip-left > .nub {
  border-color: transparent transparent transparent black;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  right: -10px;
  left: auto; }

.tooltip.tip-right > .nub {
  border-color: transparent black transparent transparent;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  right: auto;
  left: -10px; }

.tooltip.noradius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.has-tip.opened {
  color: #0192DD !important;
  border-bottom: dotted 1px #0593DC !important; }

.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: 1.0rem;
  color: #888;
  font-weight: normal; }

/* Artfully Masterminded by ZURB */
/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  color: #2D2D2B;
  font-weight: normal;
  line-height: 1.25;
  font-family: 'Gudea', Helvetica, Arial, 'Lucida Grande', sans-serif; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 46px;
  font-size: 4.6rem;
  margin-bottom: 12px;
  font-weight: bold; }

h2 {
  font-size: 35px;
  font-size: 3.5rem;
  margin-bottom: 9px; }

h3 {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 9px;
  letter-spacing: -1px; }

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 3px; }

h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 3px; }

h6 {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: normal; }

.subheader {
  color: #777;
  font-weight: 300;
  margin-bottom: 24px; }

p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0 0 18px; }

p img {
  margin: 0; }

p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5; }

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

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

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

h1 small, h2 small, h3 small, h4 small, h5 small {
  color: #777; }

/*	Blockquotes  */
blockquote, blockquote p {
  line-height: 20px;
  color: #777; }

blockquote {
  margin: 0 0 18px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd; }

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #555; }

blockquote cite:before {
  content: "\2014 \0020"; }

blockquote cite a, blockquote cite a:visited {
  color: #555; }

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

abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  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;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: sanbeiji.com/archives/953 */
  p a, p a:visited {
    color: #444 !important;
    text-decoration: underline; }

  p 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; }

  /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img {
    page-break-inside: avoid; }

  @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; } }
/* Artfully masterminded by ZURB  */
/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
   Shared Styles
----------------------------------------- */
/* Start: SCSS Mixins */
/* End: SCSS Mixins */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizelegibility; }

body {
  color: #2d2d2b;
  padding-bottom: 30px; }

/*  --------------------------------------------------
    Typography
  -------------------------------------------------- */
.staple-border {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold; }

/*  --------------------------------------------------
    Header
  -------------------------------------------------- */
.global-header {
  background: #2d2d2b;
  padding: 10px 0;
  border-bottom: 1px solid #CCC;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1); }

.global-header.fix {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%; }

.global-header img {
  padding-top: 5px; }

.header {
  padding: 9px 0 0 0; }

.sub-header {
  position: relative;
  padding: 5px 0;
  padding: 0.5rem 0;
  margin-top: 9px;
  margin-top: 0.9rem;
  border: 1px solid white;
  text-align: center; }

.sub-header, .address-field {
  color: white; }

.address-field {
  margin-bottom: 9px; }

/*  --------------------------------------------------
    Logo
  -------------------------------------------------- */
.logo {
  display: block;
  font-weight: bold;
  word-wrap: break-word;
  margin: 5px 0 0 0;
  margin: 0.5rem 0 0 0;
  width: 100%; }

@media only screen and (max-width: 479px) {
  .logo {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.2;
    background: url(../images/layout/logo_invert_small.png) no-repeat 0 0; }

  .logo a {
    display: block;
    color: #2d2d2b;
    padding: 0 0 0 90px;
    padding: 0 0 0 9.0rem; }

  .small-header, .tall-header {
    line-height: 0;
    top: -2px;
    top: -0.2rem;
    color: white; }

  .small-header {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem; }

  .tall-header {
    position: relative;
    font-size: 21px;
    font-size: 2.1rem;
    letter-spacing: -1px; }

  .sub-header {
    font-size: 15px;
    font-size: 1.5rem; } }
@media only screen and (min-width: 480px) {
  .logo {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.3;
    background: url(../images/layout/logo_invert.png) no-repeat 0 0; }

  .logo a {
    display: block;
    color: #2d2d2b;
    padding: 0 0 0 110px;
    padding: 0 0 0 11.0rem; }

  .small-header, .tall-header {
    line-height: 0;
    color: white; }

  .small-header {
    position: relative;
    font-size: 18px;
    font-size: 1.8rem; }

  .tall-header {
    position: relative;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: -1px; }

  .sub-header {
    font-size: 18px;
    font-size: 1.8rem;
    width: 355px;
    width: 34.3rem; } }
/*  --------------------------------------------------
    UI
  -------------------------------------------------- */
/* W&S custom styles */
.nav-bar > li.active {
  background: #2d2d2b; }

.nav-bar > li.active a {
  color: white; }

.nav-bar > li:hover, .nav-bar > li:active {
  background: #4c4c49; }

.nav-bar > li a:hover, .nav-bar > li a:active {
  color: #fff; }

.nav-bar > li.has-flyout > a.flyout-toggle {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
  z-index: 2;
  display: block; }

.nav-bar > li.has-flyout > a.flyout-toggle span {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #2a85e8;
  display: block; }

.flyout {
  background: #fff;
  margin: 0;
  padding: 20px;
  position: absolute;
  top: 35px;
  left: -1px;
  width: auto;
  z-index: 40; }

.global-nav h3 {
  position: absolute;
  left: -999em; }

a.skip {
  position: absolute;
  left: -999em; }

/*  --------------------------------------------------
    Claim
  -------------------------------------------------- */
.centersize {
  padding: 0 0 28px 0;
  padding: 0 0 2.8rem 0; }

.claim {
  padding: 46px 0 28px 0;
  padding: 4.6rem 0 2.8rem 0; }

.claim > ul p {
  font-style: bold; }

.claim .teaser {
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 1px; }

/*  --------------------------------------------------
    Staple (Klammer)
  -------------------------------------------------- */
.staple {
  text-align: center;
  background: #2d2d2b;
  padding: 5px 12px;
  padding: 0.5rem 1.2rem;
  position: relative;
  color: white;
  top: -10px;
  top: -1rem;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px; }

.staple-border {
  margin: 28px 0 0 0;
  margin: 2.8rem 0 0 0;
  border: 1px solid #2d2d2b;
  border-bottom: none; }

.center {
  display: block;
  text-align: center;
  margin: 0 auto 15px auto;
  margin: 0 auto 1.5rem auto; }

/*  --------------------------------------------------
    Footer
  -------------------------------------------------- */
.footer .row {
  margin-top: 21px;
  margin-top: 2.1rem; }

.footer .row.bottomborder {
  border-top: 1px solid #ccc; }

.footer .row p {
  padding-top: 20px;
  font-size: 13px;
  font-size: 1.3rem; }

/*  --------------------------------------------------
    MISC
  -------------------------------------------------- */
.centeraligned {
  display: block;
  text-align: center;
  margin: 0 auto 0 auto;
  padding: 0.5em 0; }

/* -----------------------------------------
   Startseite
----------------------------------------- */
.flex-caption {
  position: absolute;
  left: 7%;
  top: 20%; }

.uppercased {
  line-height: 1.4em;
  text-transform: uppercase;
  margin-bottom: 0px; }

.super-height {
  font-size: 46px;
  font-size: 4.6rem;
  color: #2D2D2B;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.75); }

.medium-height {
  font-size: 21px;
  font-size: 2.1rem;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.7); }

.super-height, .medium-height {
  padding: 6px 15px;
  padding: 0.6rem 1.5rem; }

.services {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 46px;
  margin-top: 4.6rem; }

.services li {
  display: inline; }

/* --------------------------------------------------
	:: Typography
	-------------------------------------------------- */
/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */
/* Mobile */
@media only screen and (max-width: 767px) {
  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; }

  .container {
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  .row {
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0; }

  .row .row .column, .row .row .columns {
    padding: 0; }

  .column, .columns {
    width: auto !important;
    float: none;
    margin-left: 0;
    margin-right: 0; }

  .column:last-child, .columns:last-child {
    margin-right: 0;
    float: none; }

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

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

  .column:after, .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, .centered {
    margin-left: 0 !important; }

  .push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten {
    left: auto; }

  .pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten {
    right: auto; }

  /* Mobile 4-column Grid */
  .row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child {
    margin-left: 0; }

  .row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child {
    float: right; }

  .row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four {
    margin-left: 4.4%;
    float: left;
    min-height: 1px;
    position: relative;
    padding: 0; }

  .row .phone-one {
    width: 21.68% !important; }

  .row .phone-two {
    width: 47.8% !important; }

  .row .phone-three {
    width: 73.9% !important; }

  .row .phone-four {
    width: 100% !important; }

  .row .push-one-phone {
    left: 26.08%; }

  .row .push-two-phone {
    left: 52.2%; }

  .row .push-three-phone {
    left: 78.3%; }

  .row .pull-one-phone {
    right: 26.08%; }

  .row .pull-two-phone {
    right: 52.2%; }

  .row .pull-three-phone {
    right: 78.3%; } }
/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .block-grid.mobile {
    margin-left: 0; }

  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0; } }
/* -------------------------------------------------- 
	:: Mobile Visibility Affordances
---------------------------------------------------*/
.show-on-phones {
  display: none !important; }

.show-on-tablets {
  display: none !important; }

.show-on-desktops {
  display: block !important; }

.hide-on-phones {
  display: block !important; }

.hide-on-tablets {
  display: block !important; }

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

/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch .hide-on-phones {
    display: block !important; }

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

  .touch .hide-on-desktops {
    display: block !important; }

  .touch .show-on-phones {
    display: none !important; }

  .touch .show-on-tablets {
    display: block !important; }

  .touch .show-on-desktops {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  .hide-on-phones {
    display: none !important; }

  .hide-on-tablets {
    display: block !important; }

  .hide-on-desktops {
    display: block !important; }

  .show-on-phones {
    display: block !important; }

  .show-on-tablets {
    display: none !important; }

  .show-on-desktops {
    display: none !important; } }
/* Specific overrides for elements that require something other than display: block */
table.show-on-phones {
  display: none !important; }

table.show-on-tablets {
  display: none !important; }

table.show-on-desktops {
  display: table !important; }

table.hide-on-phones {
  display: table !important; }

table.hide-on-tablets {
  display: table !important; }

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

/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch table.hide-on-phones {
    display: table !important; }

  .touch table.hide-on-tablets {
    display: none !important; }

  .touch table.hide-on-desktops {
    display: table !important; }

  .touch table.show-on-phones {
    display: none !important; }

  .touch table.show-on-tablets {
    display: table !important; }

  .touch table.show-on-desktops {
    display: none !important; } }
@media only screen and (max-width: 767px) {
  table.hide-on-phones {
    display: none !important; }

  table.hide-on-tablets {
    display: table !important; }

  table.hide-on-desktops {
    display: table !important; }

  table.show-on-phones {
    display: table !important; }

  table.show-on-tablets {
    display: none !important; }

  table.show-on-desktops {
    display: none !important; } }
/* -------------------------------------------------- 
	:: Forms
---------------------------------------------------*/
@media only screen and (max-width: 767px) {
  div.form-field input, div.form-field input.small, div.form-field input.medium, div.form-field input.large, div.form-field input.oversize, input.input-text, input.input-text.oversize, textarea,
  form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
    display: block;
    width: 100%;
    padding: 6px 2% 4px;
    font-size: 18px; }

  form.nice div.form-field input, form.nice div.form-field input.oversize, form.nice input.input-text, form.nice input.input-text.oversize, form.nice textarea {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  form.nice div.form-field.error small, form.nice small.error {
    padding: 6px 2%;
    display: block; }

  form.nice div.form-field.error .small + small, form.nice .small + .error {
    width: auto; }

  form.nice div.form-field.error .medium + small, form.nice .medium + .error {
    width: auto; }

  form.nice div.form-field.error .large + small, form.nice .large + .error {
    width: auto; }

  form.nice div.form-field.error .expand + small, form.nice .expand + .error {
    width: auto; } }
/* -------------------------------------------------- 
	:: UI
---------------------------------------------------*/
/* Buttons */
@media only screen and (max-width: 767px) {
  .button {
    display: block; }

  button.button, input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 5px; } }
/* Tabs */
@media only screen and (max-width: 767px) {
  dl.tabs.mobile, dl.nice.tabs.mobile {
    width: auto;
    margin: 20px -20px 40px;
    height: auto; }

  dl.tabs.mobile dt, dl.tabs.mobile dd, dl.nice.tabs.mobile dt, dl.nice.tabs.mobile dd {
    float: none;
    height: auto; }

  dl.tabs.mobile dd a {
    display: block;
    width: auto;
    height: auto;
    padding: 18px 20px;
    line-height: 1;
    border: solid 0 #ccc;
    border-width: 1px 0 0;
    margin: 0;
    color: #555;
    background: #eee;
    font-size: 15px;
    font-size: 1.5rem; }

  dl.tabs.mobile dd a.active {
    height: auto;
    margin: 0;
    border-width: 1px 0 0; }

  .nice.tabs.mobile {
    border-bottom: solid 1px #ccc;
    height: auto; }

  .nice.tabs.mobile dd a {
    padding: 18px 20px;
    border: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid #ccc;
    background: #fff; }

  .nice.tabs.mobile dd a.active {
    border: none;
    background: #00a6fc;
    color: #fff;
    margin: 0;
    position: static;
    top: 0;
    height: auto; }

  .nice.tabs.mobile dd:first-child a.active {
    margin: 0; }

  dl.contained.mobile, dl.nice.contained.mobile {
    margin-bottom: 0; }

  dl.contained.tabs.mobile dd a {
    padding: 18px 20px; }

  dl.nice.contained.tabs.mobile dd a {
    padding: 18px 20px; }

  dl.tabs.mobile + ul.contained {
    margin-left: -20px;
    margin-right: -20px;
    border-width: 0 0 1px 0; } }
/* Nav Bar */
/* Modernizr-enabled tablet targeting */
@media only screen and (max-width: 1280px) and (min-width: 768px) {
  .touch .nav-bar li a {
    font-size: 13px;
    font-size: 1.3rem; }

  .touch .nav-bar li.has-flyout > a.flyout-toggle {
    padding: 20px; } }
@media only screen and (max-width: 1024px) {
  .nav-bar > li {
    margin: 0 0 0 5px; } }
@media only screen and (max-width: 767px) {
  .nav-bar {
    height: auto; }

  .nav-bar > li {
    float: none;
    display: block;
    border-right: none; }

  .nav-bar > li {
    margin: 0; }

  .nav-bar > li > a.main {
    text-align: left;
    border-top: 1px solid #ddd;
    border-right: none; }

  .nav-bar > li:first-child > a.main {
    border-top: none; }

  .nav-bar > li.has-flyout > a.flyout-toggle {
    position: absolute;
    right: 0;
    top: 0;
    /* padding: 22px; */
    z-index: 2;
    border-left: 1px dashed #eee;
    display: block; }

  .nav-bar > li.has-flyout > a.flyout-toggle span {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #2a85e8;
    display: block; }

  .nav-bar > li.has-flyout > a.flyout-toggle:hover span {
    border-top-color: #141414; }

  .flyout {
    position: relative;
    width: auto;
    top: auto;
    margin-right: -2px;
    border-width: 1px 1px 0 1px; }

  .flyout.right {
    float: none;
    right: auto;
    left: -1px; }

  .flyout.small, .flyout.large {
    width: auto; }

  .flyout p:last-child {
    margin-bottom: 18px; } }
/*  --------------------------------------------------
    Nav Bar with Dropdowns
 -------------------------------------------------- */
a.skip {
  position: absolute;
  left: -999em; }

/* Tooltips */
@media only screen and (max-width: 767px) {
  .tooltip {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 7px 10px 9px 10px; }

  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px; } }
/* Video */
@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; } }
/*  --------------------------------------------------
   Portfolio
 -------------------------------------------------- */
/*  --------------------------------------------------
   Flexslider Caption
 -------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .uppercased {
    margin-bottom: -2px; }

  .flex-caption {
    position: absolute;
    left: 5%;
    top: 20%; }

  .super-height {
    font-size: 35px;
    font-size: 3.5rem; }

  .medium-height {
    font-size: 18px;
    font-size: 1.8rem; } }
@media only screen and (max-width: 480px) {
  .uppercased {
    margin-bottom: -8px; }

  .flex-caption {
    position: absolute;
    left: 5%;
    top: 10%; }

  .super-height {
    font-size: 28px;
    font-size: 2.8rem; }

  .medium-height {
    font-size: 15px;
    font-size: 1.5rem; }

  .super-height, .medium-height {
    padding: 3px 9px;
    padding: 0.3rem 0.9rem; } }
