/*! normalize.css v3.0.0 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.dropdown{position:absolute;z-index:9999999;display:none}.dropdown .dropdown-menu,.dropdown .dropdown-panel{min-width:160px;max-width:360px;list-style:none;border:solid 1px #DDD;border:solid 1px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);overflow:visible;padding:4px 0;margin:0}.dropdown .dropdown-panel{padding:10px}.dropdown.dropdown-tip{margin-top:8px}.dropdown.dropdown-tip:before{position:absolute;top:-6px;left:9px;content:'';border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,0.2);display:inline-block}.dropdown.dropdown-tip.dropdown-anchor-right:before{left:auto;right:9px}.dropdown.dropdown-tip:after{position:absolute;top:-5px;left:10px;content:'';border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #FFF;display:inline-block}.dropdown.dropdown-tip.dropdown-anchor-right:after{left:auto;right:10px}.dropdown.dropdown-scroll .dropdown-menu,.dropdown.dropdown-scroll .dropdown-panel{max-height:358px;overflow:auto}.dropdown .dropdown-menu LI{list-style:none;padding:0 0;margin:0;line-height:18px}.dropdown .dropdown-menu LI>A,.dropdown .dropdown-menu LABEL{display:block;text-decoration:none;line-height:18px;padding:3px 15px;white-space:nowrap;transition:0}.dropdown .dropdown-menu .dropdown-divider{font-size:1px;border-top:solid 1px #E5E5E5;padding:0;margin:5px 0}.dropdown.has-icons LI>A{padding-left:30px;background-position:8px center;background-repeat:no-repeat}.dropdown .undo A{background-image:url(icons/arrow-curve-180-left.png)}.dropdown .redo A{background-image:url(icons/arrow-curve.png)}.dropdown .cut A{background-image:url(icons/scissors.png)}.dropdown .copy A{background-image:url(icons/document-copy.png)}.dropdown .paste A{background-image:url(icons/clipboard.png)}.dropdown .delete A{background-image:url(icons/cross-script.png)}.picker{font-size:16px;text-align:left;line-height:1.2;color:#000000;position:absolute;z-index:10000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker__input{cursor:default}.picker__input.picker__input--active{border-color:#0089ec}.picker__holder{width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */.picker{width:100%}.picker__holder{position:absolute;background:#ffffff;border:1px solid #aaaaaa;border-top-width:0;border-bottom-width:0;border-radius:0 0 5px 5px;box-sizing:border-box;min-width:176px;max-width:466px;max-height:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-webkit-transform:translateY(-1em) perspective(600px) rotateX(10deg);transform:translateY(-1em) perspective(600px) rotateX(10deg);transition:-webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;transition:transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s}.picker__frame{padding:1px}.picker__wrap{margin:-1px}.picker--opened .picker__holder{max-height:25em;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;opacity:1;border-top-width:1px;border-bottom-width:1px;-webkit-transform:translateY(0) perspective(600px) rotateX(0);transform:translateY(0) perspective(600px) rotateX(0);transition:-webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;transition:transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;box-shadow:0 6px 18px 1px rgba(0,0,0,0.12)}.picker__box{padding:0 1em}.picker__header{text-align:center;position:relative;margin-top:.75em}.picker__month,.picker__year{font-weight:500;display:inline-block;margin-left:.25em;margin-right:.25em}.picker__year{color:#999999;font-size:.8em;font-style:italic}.picker__select--month,.picker__select--year{border:1px solid #b7b7b7;height:2em;padding:.5em;margin-left:.25em;margin-right:.25em}@media (min-width: 24.5em){.picker__select--month,.picker__select--year{margin-top:-0.5em}}.picker__select--month{width:35%}.picker__select--year{width:22.5%}.picker__select--month:focus,.picker__select--year:focus{border-color:#0089ec}.picker__nav--prev,.picker__nav--next{position:absolute;padding:.5em 1.25em;width:1em;height:1em;box-sizing:content-box;top:-0.25em}@media (min-width: 24.5em){.picker__nav--prev,.picker__nav--next{top:-0.33em}}.picker__nav--prev{left:-1em;padding-right:1.25em}@media (min-width: 24.5em){.picker__nav--prev{padding-right:1.5em}}.picker__nav--next{right:-1em;padding-left:1.25em}@media (min-width: 24.5em){.picker__nav--next{padding-left:1.5em}}.picker__nav--prev:before,.picker__nav--next:before{content:" ";border-top:.5em solid transparent;border-bottom:.5em solid transparent;border-right:0.75em solid #000000;width:0;height:0;display:block;margin:0 auto}.picker__nav--next:before{border-right:0;border-left:0.75em solid #000000}.picker__nav--prev:hover,.picker__nav--next:hover{cursor:pointer;color:#000000;background:#b1dcfb}.picker__nav--disabled,.picker__nav--disabled:hover,.picker__nav--disabled:before,.picker__nav--disabled:before:hover{cursor:default;background:none;border-right-color:#f5f5f5;border-left-color:#f5f5f5}.picker__table{text-align:center;border-collapse:collapse;border-spacing:0;table-layout:fixed;font-size:inherit;width:100%;margin-top:.75em;margin-bottom:.5em}@media (min-height: 33.875em){.picker__table{margin-bottom:.75em}}.picker__table td{margin:0;padding:0}.picker__weekday{width:14.285714286%;font-size:.75em;padding-bottom:.25em;color:#999999;font-weight:500}@media (min-height: 33.875em){.picker__weekday{padding-bottom:.5em}}.picker__day{padding:.3125em 0;font-weight:200;border:1px solid transparent}.picker__day--today{position:relative}.picker__day--today:before{content:" ";position:absolute;top:2px;right:2px;width:0;height:0;border-top:0.5em solid #0059bc;border-left:.5em solid transparent}.picker__day--disabled:before{border-top-color:#aaaaaa}.picker__day--outfocus{color:#dddddd}.picker__day--infocus:hover,.picker__day--outfocus:hover{cursor:pointer;color:#000000;background:#b1dcfb}.picker__day--highlighted{border-color:#0089ec}.picker__day--highlighted:hover,.picker--focused .picker__day--highlighted{cursor:pointer;color:#000000;background:#b1dcfb}.picker__day--selected,.picker__day--selected:hover,.picker--focused .picker__day--selected{background:#0089ec;color:#ffffff}.picker__day--disabled,.picker__day--disabled:hover,.picker--focused .picker__day--disabled{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.picker__day--highlighted.picker__day--disabled,.picker__day--highlighted.picker__day--disabled:hover{background:#bbbbbb}.picker__footer{text-align:center}.picker__button--today,.picker__button--clear,.picker__button--close{border:1px solid #ffffff;background:#ffffff;font-size:.8em;padding:.66em 0;font-weight:bold;width:33%;display:inline-block;vertical-align:bottom}.picker__button--today:hover,.picker__button--clear:hover,.picker__button--close:hover{cursor:pointer;color:#000000;background:#b1dcfb;border-bottom-color:#b1dcfb}.picker__button--today:focus,.picker__button--clear:focus,.picker__button--close:focus{background:#b1dcfb;border-color:#0089ec;outline:none}.picker__button--today:before,.picker__button--clear:before,.picker__button--close:before{position:relative;display:inline-block;height:0}.picker__button--today:before,.picker__button--clear:before{content:" ";margin-right:.45em}.picker__button--today:before{top:-0.05em;width:0;border-top:0.66em solid #0059bc;border-left:.66em solid transparent}.picker__button--clear:before{top:-0.25em;width:.66em;border-top:3px solid #ee2200}.picker__button--close:before{content:"\D7";top:-0.1em;vertical-align:top;font-size:1.1em;margin-right:.35em;color:#777777}.picker__button--today[disabled],.picker__button--today[disabled]:hover{background:#f5f5f5;border-color:#f5f5f5;color:#dddddd;cursor:default}.picker__button--today[disabled]:before{border-top-color:#aaaaaa}.container{position:relative;width:100%;height:inherit;max-width:960px;margin:0 auto;margin-bottom:20px;padding:0 15px;box-sizing:border-box;overflow:auto}@media (min-width: 550px){.container{min-width:960px;padding:0 10px}}.column,.columns{width:100%;float:left;box-sizing:border-box}@media (min-width: 550px){.column,.columns{margin-left:4%}}@media (max-width: 550px){.one-fifth.column{width:48%}}@media (min-width: 550px){.column:first-child,.columns:first-child{margin-left:0}.one.column,.one.columns{width:4.66667%}.two.columns{width:13.33333%}.three.columns{width:22%}.four.columns{width:30.66667%}.five.columns{width:39.33333%}.six.columns{width:48%}.seven.columns{width:56.66667%}.eight.columns{width:65.33333%}.nine.columns{width:74%}.ten.columns{width:82.66667%}.eleven.columns{width:91.33333%}.twelve.columns{width:100%;margin-left:0}.one-third.column{width:30.66667%}.one-fifth.column{width:16.8%}.two-thirds.column{width:65.33333%}.one-half.column{width:48%}.offset-by-one.column,.offset-by-one.columns{margin-left:8.66666666667%}.offset-by-two.column,.offset-by-two.columns{margin-left:17.3333333333%}.offset-by-three.column,.offset-by-three.columns{margin-left:26%}.offset-by-four.column,.offset-by-four.columns{margin-left:34.66667%}.offset-by-five.column,.offset-by-five.columns{margin-left:43.33333%}.offset-by-six.column,.offset-by-six.columns{margin-left:52%}.offset-by-seven.column,.offset-by-seven.columns{margin-left:60.66667%}.offset-by-eight.column,.offset-by-eight.columns{margin-left:69.33333%}.offset-by-nine.column,.offset-by-nine.columns{margin-left:78%}.offset-by-ten.column,.offset-by-ten.columns{margin-left:86.66667%}.offset-by-eleven.column,.offset-by-eleven.columns{margin-left:95.33333%}.offset-by-one-third.column,.offset-by-one-third.columns{margin-left:34.66667%}.offset-by-two-thirds.column,.offset-by-two-thirds.columns{margin-left:69.33333%}.offset-by-one-half.column,.offset-by-one-half.columns{margin-left:52%}}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}@font-face{font-family:DINPro;font-style:normal;font-weight:900;src:url(/assets/dinproblack/dinproblack-af48b1a5a58c4b60e7c41f58db6ea65e.eot);src:url(/assets/dinproblack/dinproblack.eot?#iefix) format("embedded-opentype"),url(/assets/dinproblack/dinproblack-5fba067542bace85682eacf7a575ac06.woff) format("woff"),url(/assets/dinproblack/dinproblack-861fc44cfdcee7a6e281c996f16cfd75.ttf) format("truetype"),url(/assets/dinproblack/dinproblack-06c521e42867e6fcd543fee34d150142.svg) format("svg")}@font-face{font-family:DINPro;font-style:normal;font-weight:700;src:url(/assets/dinprobold/dinprobold-39df50d150d728550d28fd6b61699a98.eot);src:url(/assets/dinprobold/dinprobold.eot?#iefix) format("embedded-opentype"),url(/assets/dinprobold/dinprobold-df7ae4df1b35e1a872e6a9b278b42acf.woff) format("woff"),url(/assets/dinprobold/dinprobold-f6b7f606816ffc74986361fb6b67de29.ttf) format("truetype"),url(/assets/dinprobold/dinprobold-9a8ccb1b6a79444885d1a93e5b091c6b.svg) format("svg")}@font-face{font-family:DINPro;font-style:normal;font-weight:600;src:url(/assets/dinpromedium/dinpromedium-d79d42f774f5b9ef022e6059ce54d647.eot);src:url(/assets/dinpromedium/dinpromedium.eot?#iefix) format("embedded-opentype"),url(/assets/dinpromedium/dinpromedium-c76b0ada45ff5b710c874d5dd1e4c09f.woff) format("woff"),url(/assets/dinpromedium/dinpromedium-72f1b741cd7e5f2ac3cc46d70a850bb3.ttf) format("truetype"),url(/assets/dinpromedium/dinpromedium-ec61b42b82e846405190d11fd9483bd9.svg) format("svg")}@font-face{font-family:DINPro;font-style:normal;font-weight:400;src:url(/assets/dinproregular/dinproregular-548a49c9100ebcdc05561f78a95efab6.eot);src:url(/assets/dinproregular/dinproregular.eot?#iefix) format("embedded-opentype"),url(/assets/dinproregular/dinproregular-5aa50fdcf28efb7a090bc2205461786e.woff) format("woff"),url(/assets/dinproregular/dinproregular-d0116630353896f09370e58ce19b1f53.ttf) format("truetype"),url(/assets/dinproregular/dinproregular-16f2f1589594199ebdc1586286872678.svg) format("svg")}@font-face{font-family:proxima_novaextrabld;font-style:normal;font-weight:normal;src:url(/assets/proxima_novaextrabld/proxima_novaextrabld-f64c08c22391039838e63eef38891f97.eot);src:url(/assets/proxima_novaextrabld/proxima_novaextrabld.eot?#iefix) format("embedded-opentype"),url(/assets/proxima_novaextrabld/proxima_novaextrabld-98eae87b6559fa05a11c9a200e46b572.woff) format("woff"),url(/assets/proxima_novaextrabld/proxima_novaextrabld-b166450f3e08876600ef49c4389f3b62.ttf) format("truetype"),url(/assets/proxima_novaextrabld/proxima_novaextrabld-3b93061bfe7c315fea96382766259acb.svg) format("svg")}@font-face{font-family:proxima_novabold;font-style:normal;font-weight:normal;src:url(/assets/proxima_novabold/proxima_novabold-3dfa0a5a298c52c7427008b380bd652c.eot);src:url(/assets/proxima_novabold/proxima_novabold.eot?#iefix) format("embedded-opentype"),url(/assets/proxima_novabold/proxima_novabold-987ab3e5f7d43db39e03a5f36abee8e2.woff) format("woff"),url(/assets/proxima_novabold/proxima_novabold-8978bfd54e294d52ef4357102ef29f37.ttf) format("truetype"),url(/assets/proxima_novabold/proxima_novabold-d4010cf8808b2b9389d2881f9c069dad.svg) format("svg")}@font-face{font-family:proxima_novasemibold;font-style:normal;font-weight:normal;src:url(/assets/proxima_novasemibold/proxima_novasemibold-e77a58f64098220511dea16d1f7aa0c7.eot);src:url(/assets/proxima_novasemibold/proxima_novasemibold.eot?#iefix) format("embedded-opentype"),url(/assets/proxima_novasemibold/proxima_novasemibold-ea2ca7aa68b2c8647325b8467e525081.woff) format("woff"),url(/assets/proxima_novasemibold/proxima_novasemibold-bd98c68f5c15098032f43ccb2dd4e1c4.ttf) format("truetype"),url(/assets/proxima_novasemibold/proxima_novasemibold-8df9755dc97d15449acf32b913f3e018.svg) format("svg")}@font-face{font-family:proxima_novaregular;font-style:normal;font-weight:normal;src:url(/assets/proxima_novaregular/proxima_novaregular-11da2743da8949468617455cccf7ec79.eot);src:url(/assets/proxima_novaregular/proxima_novaregular.eot?#iefix) format("embedded-opentype"),url(/assets/proxima_novaregular/proxima_novaregular-28e1edf5e6d5db7364a09081317ac2b9.woff) format("woff"),url(/assets/proxima_novaregular/proxima_novaregular-addf0c693e71b914fbf9378cd65071f2.ttf) format("truetype"),url(/assets/proxima_novaregular/proxima_novaregular-b441372e33dc27461b6733219f924eab.svg) format("svg")}@font-face{font-family:proxima_novalight;font-style:normal;font-weight:normal;src:url(/assets/proxima_novalight/proxima_novalight-3f107262686da2fb604de5fed3201928.eot);src:url(/assets/proxima_novalight/proxima_novalight.eot?#iefix) format("embedded-opentype"),url(/assets/proxima_novalight/proxima_novalight-b98ef760ad8e393d85c4e22bbad93c45.woff) format("woff"),url(/assets/proxima_novalight/proxima_novalight-34d156f1ec768f3fc5af9e2e4f6b994f.ttf) format("truetype"),url(/assets/proxima_novalight/proxima_novalight-8e7b0fbe48d76b562f8c0c0ad8c5b454.svg) format("svg")}@font-face{font-family:proxima_novathin;font-style:normal;font-weight:normal;src:url(/assets/proxima_novathin/proxima_novathin-75a324ec57b305d5d84bbde90dc8c344.eot);src:url(/assets/proxima_novathin/proxima_novathin.eot?#iefix) format("embedded-opentype"),url(/assets/proxima_novathin/proxima_novathin-5c0e6911cf9426ec480cc76b153bf163.woff) format("woff"),url(/assets/proxima_novathin/proxima_novathin-128d22f06471fd2cf70b088f6b912420.ttf) format("truetype"),url(/assets/proxima_novathin/proxima_novathin-79f7459ad7ff72058899bf1c50873564.svg) format("svg")}@font-face{font-family:RockwellStdLight;font-style:normal;font-weight:100;src:url(/assets/rockwellstd-light/rockwellstd-light-b1bef5d73c23bd6a25d968c4aac77d08.eot);src:url(/assets/rockwellstd-light/rockwellstd-light.eot?#iefix) format("embedded-opentype"),url(/assets/rockwellstd-light/rockwellstd-light-4a9ebed8da3b6bd4cd93f67c542a149b.woff) format("woff"),url(/assets/rockwellstd-light/rockwellstd-light-5b07ed457f1f767c6195af5173265b04.ttf) format("truetype"),url(/assets/rockwellstd-light/rockwellstd-light-e72f02b07679cd59e22c628dc9c5b9d6.svg) format("svg")}@font-face{font-family:RockwellStdLightItalic;font-style:italic;font-weight:100;src:url(/assets/rockwellstd-lightitalic/rockwellstd-lightitalic-c2da976fb312ff50f4014c3dc4b5a2b5.eot);src:url(/assets/rockwellstd-lightitalic/rockwellstd-lightitalic.eot?#iefix) format("embedded-opentype"),url(/assets/rockwellstd-lightitalic/rockwellstd-lightitalic-327fa1bec76903795bc787d732d37a89.woff) format("woff"),url(/assets/rockwellstd-lightitalic/rockwellstd-lightitalic-abff30ce66b43972f2209af61282c349.ttf) format("truetype"),url(/assets/rockwellstd-lightitalic/rockwellstd-lightitalic-69d4beacef2319bf60fcb9ad90fcd500.svg) format("svg")}@font-face{font-family:Rockwell;font-style:normal;font-weight:400;src:url(/assets/rockwellstd/rockwellstd-0ba851c88eb85d57cf234e2362ed3f42.eot);src:url(/assets/rockwellstd/rockwellstd.eot?#iefix) format("embedded-opentype"),url(/assets/rockwellstd/rockwellstd-59b5c0e6861cf20ee2ab3bf7c3ddd7e5.woff) format("woff"),url(/assets/rockwellstd/rockwellstd-36fe8e47af76fda9b620bec4c43a5271.ttf) format("truetype"),url(/assets/rockwellstd/rockwellstd-062db784787fbb7a6f1d2482b43ce1b2.svg) format("svg")}@font-face{font-family:Rockwell;font-style:normal;font-weight:400;src:url(/assets/rockwellstditalic/rockwellstditalic-4fdfe0e50ca63f5a0a43ded4dec39faf.eot);src:url(/assets/rockwellstditalic/rockwellstditalic.eot?#iefix) format("embedded-opentype"),url(/assets/rockwellstditalic/rockwellstditalic-156872d384c76db3214b94c423de00d2.woff) format("woff"),url(/assets/rockwellstditalic/rockwellstditalic-f2cb0aa1b9b83223fae7ca48dc704a0c.ttf) format("truetype"),url(/assets/rockwellstditalic/rockwellstditalic-9e85d41b9ad5408aea487a8469b09418.svg) format("svg")}@font-face{font-family:ErlerDingbats;font-style:normal;font-weight:400;src:url(/assets/erlerdingbats/erlerdingbats-b92cce190a1316a6a5bc23c9a7cdb490.eot);src:url(/assets/erlerdingbats/erlerdingbats.eot?#iefix) format("embedded-opentype"),url(/assets/erlerdingbats/erlerdingbats-ea1b1daff4f9c2cab2081dd8fbf08572.woff) format("woff"),url(/assets/erlerdingbats/erlerdingbats-d17cef0e255f9cc8bd80a2eb6cd9ac6e.ttf) format("truetype"),url(/assets/erlerdingbats/erlerdingbats-b8ce4862c8eb7df0786531e817598e12.svg) format("svg")}@font-face{font-family:FoundationGeneral;font-style:normal;font-weight:400;src:url(/assets/general_foundicons/general_foundicons-322e7ccc5fab83f64cf66de01b84cb9c.eot);src:url(/assets/general_foundicons/general_foundicons.eot?#iefix) format("embedded-opentype"),url(/assets/general_foundicons/general_foundicons-1aebef452285b28cff2e415a2d3b78b2.woff) format("woff"),url(/assets/general_foundicons/general_foundicons-c9083d5a6aa16b25a5fd47e7ab3df963.ttf) format("truetype"),url(/assets/general_foundicons/general_foundicons-b970e5f50ffc7997ee6392d1ab205138.svg) format("svg")}@font-face{font-family:FoundationSocial;font-style:normal;font-weight:400;src:url(/assets/social_foundicons/social_foundicons-c9bd29bf88b7fd9be1b1133c5fd98dc0.eot);src:url(/assets/social_foundicons/social_foundicons.eot?#iefix) format("embedded-opentype"),url(/assets/social_foundicons/social_foundicons-ed904c80003b25f50794ab4b58ee373e.woff) format("woff"),url(/assets/social_foundicons/social_foundicons-2f3a189186590bb682bd5a8829e9eaae.ttf) format("truetype"),url(/assets/social_foundicons/social_foundicons-f876662d04cee1809f2e0f833933e712.svg) format("svg")}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{background-color:#262626}body{font-family:proxima_novalight;font-size:17px;color:#e6e6e6}section{min-height:40px;min-width:960px}@media (max-width: 550px){section{min-width:0px}}.dark{background-color:#262626}.medium{background-color:#595959}.light{background-color:#a6a6a6}.yellow{color:#fc0}.center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.pull-right{float:right}.pull-left{float:left}h1,h2,h3{font-family:DINPro;text-align:center}h1.left,h2.left,h3.left{text-align:left;margin-bottom:0}a,a:link,a:visited{color:inherit;text-decoration:none;transition:color 0.1s ease 0s}a:hover{color:#fc0;transition:color 0.2s ease 0s}input,textarea{width:300px;height:30px;padding-left:10px;border:0px;background:#595959;color:#e6e6e6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;margin-bottom:20px;display:inline-block}label{display:block;font-size:13px;color:#fc0}fieldset{position:relative;margin-top:20px;padding:20px;padding-left:0px;border:0px}legend{color:#a6a6a6}p a,p a:link,p a:visited,table a,table a:link,table a:visited{border-bottom:1px dotted #9a9a9a;color:inherit}p a:hover,table a:hover{color:#fc0;transition:color 0.2s ease 0s}ul{list-style-type:none}.hidden{display:none}.filler{height:200px}.foundation-social{font-family:FoundationSocial;font-size:15px}.foundation-general{font-family:FoundationGeneral;font-size:15px}.highlighted-links a,.highlighted-links a:link,.highlighted-links a:visited{color:inherit;text-decoration:none;transition:color 0.1s ease 0s}.highlighted-links a:hover{color:#fc0;transition:color 0.2s ease 0s}.container.stacked{margin-bottom:0;padding-bottom:20px}.container.full-width{padding-left:0;padding-right:0}.container.short{margin-bottom:0}@media (max-width: 550px){.container .row.reversible{display:flex;flex-direction:column-reverse}}.hero h2{font-size:60px;font-weight:900}#simplemodal-overlay{background-color:#000}.simple-modal{background-color:#595959;border:1px solid #727272}#breadcrumb-bar .container{margin-bottom:0}#breadcrumb-bar .telephone{display:none}#breadcrumb-bar .breadcrumb-content.reservations{display:block}#breadcrumb-bar .breadcrumb-content.compact{display:block}@media (max-width: 550px){#breadcrumb-bar .telephone{display:block;text-align:center}#breadcrumb-bar .telephone a{color:#fc0}#breadcrumb-bar .breadcrumb-content.reservations{display:none}#breadcrumb-bar .breadcrumb-content.compact{display:none}}.breadcrumb-content.left{text-align:left}.breadcrumb-content.left ul li{padding:20px 5px}.breadcrumb-content{display:inline;float:left;overflow:hidden;line-height:40px;height:40px;text-align:center}.breadcrumb-content .breadcrumb-content{vertical-align:middle}@media (max-width: 550px){.breadcrumb-content{height:auto;min-height:40px}}.breadcrumb-content.compact li{padding-left:5px;padding-right:5px}.breadcrumb-content.reservations{text-align:center}.breadcrumb-content.reservations ul{display:inline;font-family:proxima_novalight;font-size:10px}.breadcrumb-content.reservations ul li{padding-left:0;padding-right:0}.breadcrumb-content.reservations ul li.selected a{color:#262626;text-shadow:none}.breadcrumb-content.reservations ul li a{padding-left:20px;padding-right:20px;display:inline;color:#fff;text-shadow:0px 1px 2px #262626}.breadcrumb-content a{color:#e6e6e6;text-decoration:none;white-space:nowrap}.breadcrumb-content ul{display:inline;font-family:proxima_novaregular;font-size:12px;padding-left:0px}.breadcrumb-content ul li{padding:20px 10px;color:white;display:inline;letter-spacing:0.1em;text-shadow:0px 1px 2px #262626}@media (max-width: 550px){.breadcrumb-content ul li{padding-top:10px;padding-bottom:10px}}.breadcrumb-content ul li.selected{background-color:#fc0;color:#262626;text-shadow:0px 1px 1px #fff5cc;font-family:proxima_novasemibold}.breadcrumb-content ul li.selected a{color:#262626}.breadcrumb-content ul .cta{color:#fc0;font-family:proxima_novasemibold;text-shadow:0px 1px 2px #262626}.breadcrumb-content ul .cta.borders{border:1px solid #fc0;border-radius:4px;padding:6px}.btn{background-color:#fc0;height:35px;width:auto;padding-left:20px;padding-right:20px;color:#262626;font-family:proxima_novasemibold;text-shadow:0px 1px 1px #ffe680;position:relative;z-index:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fc0), color-stop(1, #cca300));background:-webkit-linear-gradient(top, #fc0 0%, #cca300 100%);background:-moz-linear-gradient(top, #fc0 0%, #cca300 100%);background:-o-linear-gradient(top, #fc0 0%, #cca300 100%);background:linear-gradient(top, #fc0 0%, #cca300 100%);-pie-background:linear-gradient(#fc0, #cca300);behavior:url("/assets/PIE.htc");text-align:center}.btn-home{width:285px;text-align:center;font-size:17px;line-height:36px;padding:0px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;margin-left:auto;margin-right:auto}@media (max-width: 550px){.btn-home{width:100%}}.mono{background-color:#a6a6a6;background-image:gradient(top, #a6a6a6, #8c8c8c);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #a6a6a6), color-stop(1, #8c8c8c));background:-webkit-linear-gradient(top, #a6a6a6 0%, #8c8c8c 100%);background:-moz-linear-gradient(top, #a6a6a6 0%, #8c8c8c 100%);background:-o-linear-gradient(top, #a6a6a6 0%, #8c8c8c 100%);background:linear-gradient(top, #a6a6a6 0%, #8c8c8c 100%);-pie-background:linear-gradient(#a6a6a6, #8c8c8c);behavior:url("/assets/PIE.htc");behavior:url("/assets/PIE.htc");text-shadow:0px 1px 1px #d9d9d9}#menu-arrow{font-size:6px}.dropdown{position:absolute;z-index:2;display:none;overflow:visible}.dropdown .dropdown-menu,.dropdown .dropdown-panel{min-width:160px;max-width:360px;list-style:none;border:solid 1px #DDD;border:solid 1px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);overflow:visible;padding:4px 0;margin:0}.dropdown.dropdown-tip.dropdown-anchor-right:after{left:auto;right:10px}ul.dropdown-menu{background:#262626;font-size:10px;text-align:center}ul.dropdown-menu a{transition:0s}.dropdown .dropdown-menu li>a:hover,.dropdown .dropdown-menu label:hover{background-color:#fc0;color:#262626;cursor:pointer;transition:0s}.dropdown.dropdown-tip.dropdown-anchor-right:before{left:auto;right:9px}.dropdown.dropdown-tip.dropdown-anchor-right:after{left:auto;right:10px}.dropdown.dropdown-scroll .dropdown-menu,.dropdown.dropdown-scroll .dropdown-panel{max-height:358px;overflow:auto}.dropdown .dropdown-menu li{list-style:none;padding:0 0;margin:0;line-height:18px}.dropdown .dropdown-menu li>,.dropdown .dropdown-menu label{display:block;text-decoration:none;line-height:18px;padding:3px 15px;white-space:nowrap;transition:0}.dropdown .dropdown-menu .dropdown-divider{font-size:1px;border-top:solid 1px #E5E5E5;padding:0;margin:5px 0}footer{padding-top:20px;border-top:1px solid #444}@media (min-width: 550px){footer .columns{margin-left:3%}}@media (max-width: 550px){footer .columns{width:50%}}footer h4{font-size:16px;font-family:proxima_novalight;color:#fc0;margin-bottom:5px}footer ul{margin-top:0px;padding-left:0px}footer ul li{margin:0;font-size:13px;line-height:18px;font-family:proxima_novathin;color:#b3b3b3}footer table a,footer table a:link,footer table a:visited{color:inherit;text-decoration:none;transition:color 0.1s ease 0s}footer table a:hover{color:#fc0;transition:color 0.2s ease 0s}footer table th,footer table td{border:0}footer table td{font-size:13px;font-family:proxima_novathin;color:#b3b3b3;padding:2px 6px 2px 2px}@media (max-width: 550px){#subfooter{text-align:center}}#subfooter .container{margin-bottom:0px;padding-top:10px;padding-bottom:10px}#subfooter .text{float:left}#subfooter .images{float:right}@media (max-width: 550px){#subfooter .images{float:none;text-align:center;margin-top:10px}}#subfooter img{vertical-align:middle;margin-right:10px}#subfooter p{font-family:proxima_novalight;font-size:12px;margin:0px;padding-bottom:0px;display:inline;padding-right:20px}@media (max-width: 550px){[data-controller='events'][data-action='sprint_index'] footer,[data-controller='events'][data-action='dash_index'] footer,[data-controller='events'][data-action='tour_index'] footer,[data-controller='events'][data-action='new'] footer,[data-controller='cars'][data-action='show'] footer{display:none}[data-controller='events'][data-action='sprint_index'] #subfooter,[data-controller='events'][data-action='dash_index'] #subfooter,[data-controller='events'][data-action='tour_index'] #subfooter,[data-controller='events'][data-action='new'] #subfooter,[data-controller='cars'][data-action='show'] #subfooter{display:none}}header{line-height:60px;height:60px;z-index:1}header .logo{vertical-align:middle}header .logo{width:230px;margin-bottom:2px}header .container{overflow:visible;position:static;background:#262626}header .container .column{height:60px}@media (max-width: 550px){header .container{position:fixed;z-index:1}}header h1{display:none}header nav{display:inline}header nav ul{display:inline;font-family:proxima_novaregular;font-size:10px;padding-left:15px}header nav ul li{display:inline;padding-left:8px;padding-right:8px}header nav .selected{background-color:#fc0;padding-top:5px;padding-bottom:5px;font-family:proxima_novasemibold;color:#262626}header nav .selected a{color:#262626}@media (max-width: 550px){header nav{display:none}}header button.hamburger{display:none}@media (max-width: 550px){header button.hamburger{display:inline;vertical-align:middle;float:right;height:30px;margin-top:17px;padding:0px;border:none;background:none}header button.hamburger .bun{display:block;background:#FFF;width:22px;height:2px;border-radius:3px;margin-bottom:4px}}#promo-bar{height:40px;line-height:normal;text-align:center;background:#fc0;color:#262626}#promo-bar #close_promotion_bar{cursor:pointer}#promo-bar .container{margin-bottom:0;padding:10px 0 8px 0}#promo-bar a{font-weight:bold;text-decoration:underline}#promo-bar a:hover{color:#fff}#stickynav .container{margin-bottom:0}.sticky{position:fixed;top:0;left:0;width:100%;z-index:999}@media (max-width: 550px){#promo-bar{line-height:20px;height:auto}#menu-experiences{display:none}#stickynav{display:none}}@media (min-width: 550px){#menu-home,#menu-sprint,#menu-dash,#menu-tour{display:none}}#jPanelMenu-menu ul{margin:0px;padding:0px;font-size:15px}#jPanelMenu-menu li{margin:0px;padding:10px}#jPanelMenu-menu li.selected{background:#fc0;color:#262626}.alert{margin-top:10px;margin-bottom:10px;padding:10px}.alert p{margin-top:0px}.alert ul{list-style:disc}.alert.error{background-color:#ffeb99;color:#595959;text-shadow:0px 1px 2px #fff5cc}.alert.success{background-color:#d5ff8f;color:#595959}.call-to-action .container{margin-bottom:0;padding-bottom:20px}.call-to-action .container .reserve{margin-bottom:20px}.call-to-action .container .reserve h3{font-size:28px;font-weight:600;letter-spacing:0.04em}.call-to-action .container .button{margin:0 auto;overflow:hidden;line-height:60px;height:60px;position:relative;width:300px;height:60px;border-radius:5px;box-shadow:0px 2px 10px 0px #333;background-color:#fc0;background-image:url("texture-noise-200px.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0, #fc0), color-stop(1, #bd9700));background-image:url("texture-noise-200px.png"),-webkit-linear-gradient(top, #fc0 0%, #bd9700 100%);background-image:url("texture-noise-200px.png"),-moz-linear-gradient(top, #fc0 0%, #bd9700 100%);background-image:url("texture-noise-200px.png"),-o-linear-gradient(top, #fc0 0%, #bd9700 100%);background-image:url("texture-noise-200px.png"),linear-gradient(top, #fc0 0%, #bd9700 100%);-pie-background:url("texture-noise-200px.png"),linear-gradient(#fc0, #bd9700);behavior:url("/assets/PIE.htc");font-family:proxima_novabold;font-size:20px;color:#262626;text-align:center;text-shadow:0px 1px 1px #fff}.call-to-action .container .button .button-text{vertical-align:middle}.call-to-action .container .button a{text-decoration:none}section#rental{border-bottom:1px solid #595959}section#rental .container{height:80px}section#rental h3{font-family:proxima_novasemibold;font-weight:normal;font-size:24px;margin-top:10px;margin-bottom:0px;margin-left:18px;text-align:left}#rental-form{margin:36px auto 0}#rental-form input,#rental-form select{height:50px;width:100%;background-color:#595959}#rental-form .select{width:100%;outline:none;background-color:#595959;position:relative;display:inline-block;margin-bottom:20px;border-radius:2px}#rental-form .select .caret{position:absolute;pointer-events:none;top:20px;right:25px}#rental-form .caret{position:relative}#rental-form .select .caret:before{content:'';position:absolute;top:0;left:0;border-top:8px solid #595959;border-left:8px solid transparent;border-right:8px solid transparent}#rental-form .select .caret:after{content:'';position:absolute;left:3px;top:0;border-top:5px solid #cccccc;border-left:5px solid transparent;border-right:5px solid transparent}#rental-form input.rental-date{width:100%}#rental-form #rental-region{color:#e6e6e6;border:0 !important;-webkit-appearance:none;-moz-appearance:none;padding:15px 10px;border-radius:2px}#rental-form #rental-form-search-button{width:100%}#rental-form ::-webkit-input-placeholder{color:#e6e6e6}.car-search-result{padding:12px 12px 10px 12px;margin-bottom:32px}@media (max-width: 550px){.car-search-result{padding:0}}.car-search-result .car-content{vertical-align:top;padding-left:5px}.car-search-result .car-pricing{vertical-align:top;text-align:center}.car-search-result .car-pricing p{font-size:16px;margin-top:0px}.car-search-result .car-pricing .btn{display:block;margin-top:24px;padding:6px 12px;width:100%;bottom:0}.car-search-result .car-pricing .input{margin-top:24px;margin-bottom:0;bottom:0}.car-search-result .car-pricing .mono{background:#595959;color:#fc0;text-shadow:none}.car-search-result .car-pricing .mono.unavailable{color:#262626}.car-search-result h2{font-family:proxima_novasemibold;text-align:center;margin-top:10px;margin-bottom:0;font-size:36px;line-height:35px}.car-search-result h2 span{font-size:24px}.car-search-result h3{font-family:proxima_novasemibold;font-weight:normal;text-align:left;margin-top:0;margin-bottom:0;color:#fc0;display:inline-block;width:100%;vertical-align:top;clear:right}.car-search-result h3 a{color:#fc0}.car-search-result h4{font-family:proxima_novaregular;font-weight:normal;text-transform:uppercase;font-size:14px;color:#e6e6e6;margin-top:3px;margin-bottom:0;display:inline;vertical-align:top}.car-search-result p{font-size:12px;margin-top:10px;line-height:16px}.car-search-result ul{padding-left:20px;line-height:16px;margin-top:8px;margin-bottom:8px}.car-search-result ul li{font-size:12px;list-style:disc}.car-search-result:hover{background:#4c4c4c}.car-search-result:hover .mono{background:#fc0;color:#262626}.car-search-result:hover .mono.unavailable{background:#595959;color:#262626;cursor:default}.car-search-result:hover .mono.also-available{background:#fc0;color:#595959;cursor:default}#confirm-modal{box-sizing:border-box;padding:10px 20px}@media (max-width: 550px){#confirm-modal{margin:10px}}#confirm-modal h2{text-align:left}#confirm-modal p{font-size:14px;line-height:16px}#confirm-modal ul{list-style:none}@media (max-width: 550px){#confirm-modal ul{padding-left:20px}}#confirm-modal li{font-size:14px;line-height:16px;margin-bottom:6px;text-indent:-8px}#confirm-modal li:before{content:"* ";color:#fc0}#confirm-modal hr{margin-bottom:15px}#confirm-modal .summary .columns{padding:10px 0}#confirm-modal table{width:100%;line-height:18px}#confirm-modal table td{padding:10px}#confirm-modal input{margin-top:10px}section#contact{padding-bottom:20px}section#contact .container{margin-bottom:0}section#contact .container h3{font-size:22px;color:#fc0;text-align:left;font-family:proxima_novasemibold;font-weight:normal}section#contact .container h4{text-align:center;color:#fc0;font-size:18px}section#contact .container p{margin:18px 0;font-size:18px;line-height:25px}section#contact .container p.smaller{font-size:16px}section#contact .container h3,section#contact .container p{text-align:center}section#contact .container .button{margin:0 auto;overflow:hidden;line-height:60px;height:60px;position:relative;width:300px;height:60px;border-radius:5px;box-shadow:0px 2px 10px 0px #000;background-color:#fc0;background-image:url("texture-noise-200px.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0, #fc0), color-stop(1, #bd9700));background-image:url("texture-noise-200px.png"),-webkit-linear-gradient(top, #fc0 0%, #bd9700 100%);background-image:url("texture-noise-200px.png"),-moz-linear-gradient(top, #fc0 0%, #bd9700 100%);background-image:url("texture-noise-200px.png"),-o-linear-gradient(top, #fc0 0%, #bd9700 100%);background-image:url("texture-noise-200px.png"),linear-gradient(top, #fc0 0%, #bd9700 100%);-pie-background:url("texture-noise-200px.png"),linear-gradient(#fc0, #bd9700);behavior:url("/assets/PIE.htc");font-family:proxima_novabold;font-size:20px;color:#262626;text-align:center;text-shadow:0px 1px 1px #fff}section#contact .container .button .button-text{vertical-align:middle}section#contact .container .button a{text-decoration:none}.customSelect{background:#595959;height:30px;padding-top:5px;padding-left:5px;margin-right:10px;margin-bottom:20px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;vertical-align:center;display:inline-block}.customSelectInner{color:#a6a6a6}.customSelectFocus{border:1px solid #fff}.legal_content h2{text-align:left;font-size:30px}.legal_content h3{font-family:proxima_novasemibold;font-weight:normal;text-align:left;font-size:20px}.legal_content p{font-size:16px;line-height:24px}.legal_content ul{list-style:disc}.legal_content ul li{line-height:24px}ul.parsley-error-list{position:relative;line-height:14px;background:#474747;display:inline-block;vertical-align:middle;padding:3px;margin:0px;margin-left:15px;font-size:13px}ul.parsley-error-list li{color:#ff4d4d;padding:0px;margin:0px}ul.parsley-error-list:after{right:100%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-right-color:#474747;border-width:8px;top:50%;margin-top:-8px}.parsley-success{background:#595959 no-repeat url("/assets/check.png") scroll 95%;color:#e6e6e6}.parsley-success>.customSelectInner{color:#e6e6e6}section#fleet-top{position:relative;background:url("gotham-dream-cars-our-fleet.jpg") center bottom no-repeat;background-size:1200px 400px;height:400px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){section#fleet-top{background:url(gotham-dream-cars-our-fleet@2x.jpg) center bottom no-repeat;background-size:1200px 400px}}@media (max-width: 550px){section#fleet-top{background:url("gotham-dream-cars-our-fleet.jpg") center bottom no-repeat;background-size:600px 200px;height:170px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){section#fleet-top{background:url(gotham-dream-cars-our-fleet@2x.jpg) center bottom no-repeat;background-size:600px 200px}}section#fleet-top .hero{text-shadow:0px 2px 2px #262626}section#fleet-top .hero h2{position:absolute;bottom:17px;font-size:50px}section#fleet-top .hero h3{position:absolute;bottom:20px;margin-left:38px;font-weight:600}section#fleet a{color:#e6e6e6}section#fleet .fleetcontent h2{font-size:28px;text-align:left}section#fleet .fleetcontent p{font-size:18px;line-height:22px}section#fleet .filter{background:#595959;margin-bottom:10px}section#fleet .filter h3{font-family:proxima_novaregular;font-weight:normal;font-size:16px;color:#fc0;text-align:left;padding:10px;margin-bottom:0px}section#fleet .filter ul{padding-left:10px;margin-top:0px}section#fleet .filter ul li{margin:0}section#fleet .filter ul .filtered{color:#fc0}section#fleet .car{margin-bottom:27px;padding-left:7px;padding-top:7px;position:relative}section#fleet .car img{width:97%}section#fleet .car h3{font-family:proxima_novasemibold;font-weight:normal;text-align:left;margin-top:10px;margin-bottom:0px;color:#fc0}section#fleet .car h4{font-family:proxima_novaregular;font-weight:normal;text-transform:uppercase;font-size:14px;color:#e6e6e6;margin-top:3px;margin-bottom:0px}section#fleet .car p{font-size:12px;margin-top:10px;line-height:16px;height:108px}section#fleet .car:hover{background:#4c4c4c}section#fleet .car:hover .mono{background:#fc0;color:#262626}section#fleet .car .btn{position:absolute;border:0;border-radius:2px;bottom:0;margin-bottom:7px;width:95%}section#fleet .car .mono{background:#595959;color:#fc0;text-shadow:none}section#fleet .fleetfooter p{font-size:14px;line-height:20px}section#press .container{padding-bottom:16px;margin-bottom:0}section#press .presscontent h2{font-size:18px;font-weight:400;text-align:center}section#press .press-logo-row{display:table;width:100%;height:80px;margin-bottom:20px}@media (max-width: 550px){section#press .press-logo-row{display:block;height:auto}}section#press .press-logo-row a{display:table-cell}@media (max-width: 550px){section#press .press-logo-row a{display:block;margin-bottom:15px;text-align:center}}section#press .press-logo{vertical-align:middle;float:none}section#press .testimonial{margin-bottom:10px}section#press .testimonial img{width:95%;text-align:center;border:10px solid white}section#press .testimonial p{text-align:left;font-size:16px;margin-top:10px;line-height:20px}section#press .testimonial h3{text-align:left;margin-bottom:0px;padding-bottom:0px;font-family:proxima_novaregular;font-weight:normal;color:#fc0;font-size:17px}section#press .testimonial h4{margin-bottom:0px;margin-top:2px;text-transform:uppercase;font-weight:400;font-size:16px}section#dreamshare{color:#262626;text-shadow:0 1px 1px #e6e6e6}section#dreamshare .container{padding-bottom:16px;margin-bottom:0}section#dreamshare p{font-family:proxima_novaregular;font-weight:normal;text-shadow:none;font-size:16px;line-height:24px}section#dreamshare .dreamsharecard img{margin-top:16px;width:100%}section#dreamshare .dreamsharefooterlink p{margin-top:0px;padding-top:0px}section#dreamshare .dreamsharefooterlink a{border-bottom:1px dotted #262626}section#dreamshare h2{font-size:28px;text-align:left;margin-bottom:3px}section#dreamshare h3{font-family:proxima_novasemibold;font-weight:normal;text-align:left;margin-top:0px;margin-bottom:0px}section#dreamshare p{font-weight:normal;text-shadow:none}.faq{text-align:center}.faq h3{font-size:28px;font-weight:600;letter-spacing:0.04em}.faq h4{font-family:proxima_novasemibold;font-weight:normal;font-size:18px;color:#fc0}.faq p{text-align:left;font-size:16px;line-height:21px}.faq ul{text-align:left;padding-left:20px;list-style-type:disc}#contact .container{padding:10px 10px}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      /*!
* FullCalendar v1.6.1 Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw
*/.fc{direction:ltr;text-align:left}.fc table{border-collapse:collapse;border-spacing:0}html .fc,.fc table{font-size:1em}.fc td,.fc th{padding:0;vertical-align:top}.fc-header td{white-space:nowrap}.fc-header-left{width:25%;text-align:left}.fc-header-center{text-align:center}.fc-header-right{width:25%;text-align:right}.fc-header-title{display:inline-block;vertical-align:top}.fc-header-title h2{margin-top:0;white-space:nowrap}.fc .fc-header-space{padding-left:10px}.fc-header .fc-button{margin-bottom:1em;vertical-align:top}.fc-header .fc-button{margin-right:-1px}.fc-header .fc-corner-right,.fc-header .ui-corner-right{margin-right:0}.fc-header .fc-state-hover,.fc-header .ui-state-hover{z-index:2}.fc-header .fc-state-down{z-index:3}.fc-header .fc-state-active,.fc-header .ui-state-active{z-index:4}.fc-content{clear:both}.fc-view{width:100%;overflow:hidden}.fc-widget-header,.fc-widget-content{border:1px solid #ddd}.fc-state-highlight{background:#fcf8e3}.fc-cell-overlay{background:#bce8f1;opacity:.3;filter:alpha(opacity=30)}.fc-button{position:relative;display:inline-block;padding:0 .6em;overflow:hidden;height:1.9em;line-height:1.9em;white-space:nowrap;cursor:pointer}.fc-state-default{border:1px solid}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc-text-arrow{margin:0 .1em;font-size:2em;font-family:"Courier New", Courier, monospace;vertical-align:baseline}.fc-button-prev .fc-text-arrow,.fc-button-next .fc-text-arrow{font-weight:bold}.fc-button .fc-icon-wrap{position:relative;float:left;top:50%}.fc-button .ui-icon{position:relative;float:left;margin-top:-50%;*margin-top:0;*top:-50%}.fc-state-default{background-color:#f5f5f5;background-image:-moz-linear-gradient(top, #fff, #e6e6e6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));background-image:-webkit-linear-gradient(top, #fff, #e6e6e6);background-image:-o-linear-gradient(top, #fff, #e6e6e6);background-image:linear-gradient(to bottom, #fff, #e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,0.75);box-shadow:inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05)}.fc-state-hover,.fc-state-down,.fc-state-active,.fc-state-disabled{color:#333333;background-color:#e6e6e6}.fc-state-hover{color:#333333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position 0.1s linear;-moz-transition:background-position 0.1s linear;-o-transition:background-position 0.1s linear;transition:background-position 0.1s linear}.fc-state-down,.fc-state-active{background-color:#cccccc;background-image:none;outline:0;box-shadow:inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:0.65;filter:alpha(opacity=65);box-shadow:none}.fc-event{border:1px solid #3a87ad;background-color:#3a87ad;color:#fff;font-size:.85em;cursor:default}a.fc-event{text-decoration:none}a.fc-event,.fc-event-draggable{cursor:pointer}.fc-rtl .fc-event{text-align:right}.fc-event-inner{width:100%;height:100%;overflow:hidden}.fc-event-time,.fc-event-title{padding:0 1px}.fc .ui-resizable-handle{display:block;position:absolute;z-index:99999;overflow:hidden;font-size:300%;line-height:50%}.fc-event-hori{border-width:1px 0;margin-bottom:1px}.fc-ltr .fc-event-hori.fc-event-start,.fc-rtl .fc-event-hori.fc-event-end{border-left-width:1px;border-top-left-radius:3px;border-bottom-left-radius:3px}.fc-ltr .fc-event-hori.fc-event-end,.fc-rtl .fc-event-hori.fc-event-start{border-right-width:1px;border-top-right-radius:3px;border-bottom-right-radius:3px}.fc-event-hori .ui-resizable-e{top:0           !important;right:-3px      !important;width:7px       !important;height:100%     !important;cursor:e-resize}.fc-event-hori .ui-resizable-w{top:0           !important;left:-3px       !important;width:7px       !important;height:100%     !important;cursor:w-resize}.fc-event-hori .ui-resizable-handle{_padding-bottom:14px}table.fc-border-separate{border-collapse:separate}.fc-border-separate th,.fc-border-separate td{border-width:1px 0 0 1px}.fc-border-separate th.fc-last,.fc-border-separate td.fc-last{border-right-width:1px}.fc-border-separate tr.fc-last th,.fc-border-separate tr.fc-last td{border-bottom-width:1px}.fc-border-separate tbody tr.fc-first td,.fc-border-separate tbody tr.fc-first th{border-top-width:0}.fc-grid th{text-align:center}.fc .fc-week-number{width:22px;text-align:center}.fc .fc-week-number div{padding:0 2px}.fc-grid .fc-day-number{float:right;padding:0 2px}.fc-grid .fc-other-month .fc-day-number{opacity:0.3;filter:alpha(opacity=30)}.fc-grid .fc-day-content{clear:both;padding:2px 2px 1px}.fc-grid .fc-event-time{font-weight:bold}.fc-rtl .fc-grid .fc-day-number{float:left}.fc-rtl .fc-grid .fc-event-time{float:right}.fc-agenda table{border-collapse:separate}.fc-agenda-days th{text-align:center}.fc-agenda .fc-agenda-axis{width:50px;padding:0 4px;vertical-align:middle;text-align:right;white-space:nowrap;font-weight:normal}.fc-agenda .fc-week-number{font-weight:bold}.fc-agenda .fc-day-content{padding:2px 2px 1px}.fc-agenda-days .fc-agenda-axis{border-right-width:1px}.fc-agenda-days .fc-col0{border-left-width:0}.fc-agenda-allday th{border-width:0 1px}.fc-agenda-allday .fc-day-content{min-height:34px;_height:34px}.fc-agenda-divider-inner{height:2px;overflow:hidden}.fc-widget-header .fc-agenda-divider-inner{background:#eee}.fc-agenda-slots th{border-width:1px 1px 0}.fc-agenda-slots td{border-width:1px 0 0;background:none}.fc-agenda-slots td div{height:20px}.fc-agenda-slots tr.fc-slot0 th,.fc-agenda-slots tr.fc-slot0 td{border-top-width:0}.fc-agenda-slots tr.fc-minor th,.fc-agenda-slots tr.fc-minor td{border-top-style:dotted}.fc-agenda-slots tr.fc-minor th.ui-widget-header{*border-top-style:solid}.fc-event-vert{border-width:0 1px}.fc-event-vert.fc-event-start{border-top-width:1px;border-top-left-radius:3px;border-top-right-radius:3px}.fc-event-vert.fc-event-end{border-bottom-width:1px;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.fc-event-vert .fc-event-time{white-space:nowrap;font-size:10px}.fc-event-vert .fc-event-inner{position:relative;z-index:2}.fc-event-vert .fc-event-bg{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background:#fff;opacity:.25;filter:alpha(opacity=25)}.fc .ui-draggable-dragging .fc-event-bg,.fc-select-helper .fc-event-bg{display:none\9}.fc-event-vert .ui-resizable-s{bottom:0        !important;width:100%      !important;height:8px      !important;overflow:hidden !important;line-height:8px !important;font-size:11px  !important;font-family:monospace;text-align:center;cursor:s-resize}.fc-agenda .ui-resizable-resizing{_overflow:hidden}.select2-container{position:relative;display:inline-block;zoom:1;*display:inline;vertical-align:top}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-khtml-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;height:26px;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #aaa;white-space:nowrap;line-height:26px;color:#444;text-decoration:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));background-image:-webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);background-image:-moz-linear-gradient(center bottom, #eee 0%, #fff 50%);background-image:-o-linear-gradient(bottom, #eee 0%, #fff 50%);background-image:-ms-linear-gradient(top, #fff 0%, #eee 50%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);background-image:linear-gradient(top, #fff 0%, #eee 50%)}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#aaa;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));background-image:-webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);background-image:-moz-linear-gradient(center bottom, #eee 0%, #fff 90%);background-image:-o-linear-gradient(bottom, #eee 0%, #fff 90%);background-image:-ms-linear-gradient(top, #eee 0%, #fff 90%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );background-image:linear-gradient(top, #eee 0%, #fff 90%)}.select2-container .select2-choice span{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis;text-overflow:ellipsis}.select2-container .select2-choice abbr{display:block;width:12px;height:12px;position:absolute;right:26px;top:8px;font-size:1px;text-decoration:none;border:0;background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) right top no-repeat;cursor:pointer;outline:0}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{position:absolute;left:0;top:0;z-index:9998;opacity:0}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #aaa;border-top:0;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;-webkit-box-shadow:0 4px 5px rgba(0,0,0,0.15);-moz-box-shadow:0 4px 5px rgba(0,0,0,0.15);box-shadow:0 4px 5px rgba(0,0,0,0.15)}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #aaa;border-bottom:0;-webkit-border-radius:4px 4px 0 0;-moz-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0;-webkit-box-shadow:0 -4px 5px rgba(0,0,0,0.15);-moz-box-shadow:0 -4px 5px rgba(0,0,0,0.15);box-shadow:0 -4px 5px rgba(0,0,0,0.15)}.select2-container .select2-choice div{display:block;width:18px;height:100%;position:absolute;right:0;top:0;border-left:1px solid #aaa;-webkit-border-radius:0 4px 4px 0;-moz-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0;-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;background:#ccc;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));background-image:-webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);background-image:-moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);background-image:-o-linear-gradient(bottom, #ccc 0%, #eee 60%);background-image:-ms-linear-gradient(top, #ccc 0%, #eee 60%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);background-image:linear-gradient(top, #ccc 0%, #eee 60%)}.select2-container .select2-choice div b{display:block;width:100%;height:100%;background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 0 1px}.select2-search{display:inline-block;width:100%;min-height:26px;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap}.select2-search-hidden{display:block;position:absolute;left:-10000px}.select2-search input{width:100%;height:auto !important;min-height:26px;padding:4px 20px 4px 5px;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #aaa;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:#fff url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 100% -22px;background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 100% -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 100% -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 100% -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 100% -22px,-o-linear-gradient(bottom, #fff 85%, #eee 99%);background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 100% -22px,-ms-linear-gradient(top, #fff 85%, #eee 99%);background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) no-repeat 100% -22px,linear-gradient(top, #fff 85%, #eee 99%)}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background:#fff url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%;background:url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));background:url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);background:url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%,-o-linear-gradient(bottom, #fff 85%, #eee 99%);background:url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%,-ms-linear-gradient(top, #fff 85%, #eee 99%);background:url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%,linear-gradient(top, #fff 85%, #eee 99%)}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;-moz-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;background-color:#eee;background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));background-image:-webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);background-image:-moz-linear-gradient(center bottom, #fff 0%, #eee 50%);background-image:-o-linear-gradient(bottom, #fff 0%, #eee 50%);background-image:-ms-linear-gradient(top, #fff 0%, #eee 50%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );background-image:linear-gradient(top, #fff 0%, #eee 50%)}.select2-dropdown-open .select2-choice div{background:transparent;border-left:none;filter:none}.select2-dropdown-open .select2-choice div b{background-position:-18px 1px}.select2-results{max-height:200px;padding:0 0 0 4px;margin:4px 4px 4px 0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent}.select2-results ul.select2-result-sub{margin:0}.select2-results ul.select2-result-sub>li .select2-result-label{padding-left:20px}.select2-results ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:40px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:60px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:80px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:100px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:110px}.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub>li .select2-result-label{padding-left:120px}.select2-results li{list-style:none;display:list-item;background-image:none}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:bold}.select2-results .select2-result-label{padding:3px 7px 4px;margin:0;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.select2-results .select2-highlighted{background:#3875d7;color:#fff}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:transparent}.select2-results .select2-highlighted ul{background:white;color:#000}.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:#f4f4f4 url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100%}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice div{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto !important;height:1%;margin:0;padding:0;position:relative;border:1px solid #aaa;cursor:text;overflow:hidden;background-color:#fff;background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));background-image:-webkit-linear-gradient(top, #eee 1%, #fff 15%);background-image:-moz-linear-gradient(top, #eee 1%, #fff 15%);background-image:-o-linear-gradient(top, #eee 1%, #fff 15%);background-image:-ms-linear-gradient(top, #eee 1%, #fff 15%);background-image:linear-gradient(top, #eee 1%, #fff 15%)}.select2-locked{padding:3px 5px 3px 5px !important}.select2-container-multi .select2-choices{min-height:26px}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #5897fb;outline:none;-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);box-shadow:0 0 5px rgba(0,0,0,0.3)}.select2-container-multi .select2-choices li{float:left;list-style:none}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;font-size:100%;color:#666;outline:0;border:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background:transparent !important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:#fff url(/assets/select2-spinner-a5ea8f7ee3514bae1534f6c05f4d361c.gif) no-repeat 100% !important}.select2-default{color:#999 !important}.select2-container-multi .select2-choices .select2-search-choice{padding:3px 5px 3px 18px;margin:3px 0 3px 5px;position:relative;line-height:13px;color:#333;cursor:default;border:1px solid #aaaaaa;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);-moz-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4;filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0 );background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));background-image:-webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:-ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);background-image:linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)}.select2-container-multi .select2-choices .select2-search-choice span{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:3px;top:4px;font-size:1px;outline:none;background:url(/assets/select2-00426bc05ff59adc0f63a3ae4c46f221.png) right top no-repeat}.select2-container-multi .select2-search-choice-close{left:3px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover{background-position:right -11px}.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px 3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen{position:absolute;left:-10000px}@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice div b{background-image:url(/assets/select2x2-ccfa154fc1dceb92a9b029f23e47a3b7.png) !important;background-repeat:no-repeat !important;background-size:60px 40px !important}.select2-search input{background-position:100% -21px !important}}.car-details .car-image-container{height:400px;width:960px;margin:0 auto}.car-details .car-image-container img{margin-left:-120px}@media (max-width: 550px){.car-details .car-image-container img{width:100%;margin-left:0px}}@media (max-width: 550px){.car-details .car-image-container{width:100%;height:auto}}.car-details #main h2{text-align:left;font-size:28px;margin-bottom:18px;color:#fc0}.car-details #main h3{text-align:left;color:#fc0}.car-details #main p{font-size:16px;line-height:22px;margin-bottom:20px;font-family:proxima_novalight}.car-details #main .container{float:none;display:table;position:relative}.car-details #main #new_rental_quote select{-webkit-appearance:none;-webkit-border-radius:0;color:#e6e6e6;background:#595959;margin:10px 0;padding:5px 8px;border:none;border-radius:0}.car-details #main .sidebar.stats{margin-bottom:30px}.car-details #main .sidebar table{width:100%;font-size:13px}.car-details #main .sidebar table tr{border-bottom:1px dotted #a6a6a6}.car-details #main .sidebar table td{padding:5px}.car-details #main .sidebar table td:nth-child(2){text-align:right}.car-details #main .sidebar h3{text-transform:uppercase;font-family:proxima_novasemibold;font-weight:normal;color:#fc0;text-align:left;margin-left:5px;margin-top:25px}.car-details #main .sidebar p{margin-left:5px}.car-details #main .sidebar ul{list-style:none;padding-left:5px;line-height:22px;font-family:proxima_novalight}.car-details #main .sidebar ul a{color:inherit}.car-details #main .sidebar ul .selected{color:#fc0;font-family:proxima_novaregular}@media (max-width: 550px){.car-details #main .fc-header td{display:block}}.car-details #main .fc-today{background:#0c0c0c;background:none}.car-details #main .fc-state-highlight{background:none}.car-details #main .fc-border-separate{position:relative;z-index:9}.car-details #main .fc-border-separate td,.car-details #main .fc-border-separate th{border-width:0 0 1px 0;border-color:#595959}.car-details #main .fc-border-separate th{border-width:0 0 1px 0}.car-details #main .fc-event-inner{text-align:center}.car-details #main .fc-event{border:1px solid #595959;background-color:#595959;color:#fc0}.car-details #main .fc-event-unavailable{color:#404040;border:1px solid #000;background-color:#000}.car-details #main .customSelect{margin-right:0}.car-details #main .region-choice{margin-top:17px;margin-bottom:17px}@media (max-width: 550px){.car-details #main .region-choice.label{margin-top:40px;margin-bottom:0}}.car-details #main .region-choice label{display:inline-block;font-size:17px}.car-details #main .region-choice .customSelect{margin-bottom:0px;font-size:14px}.car-details #main .region-choice .select-caption{float:right;clear:right;margin-top:5px;font-size:12px}.car-details #main .region-choice select#pricing_region{width:285px}.car-details #main .left-res-column{width:49%;display:inline-block}.car-details #main .right-res-column{width:49%;display:inline-block;padding-left:5px}.car-details #main .pricing-column table{margin-bottom:37px}.car-details #main .pricing-column table tr.total{border-bottom:none}.car-details #main .pricing-column .disabled-price p{color:#e6e6e6}.car-details #main .pricing-column .unavailable-price p{color:#f99}.car-details #main input,.car-details #main textarea{width:300px;height:30px;padding-left:10px;border:0px;background:#595959;color:#e6e6e6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;margin-bottom:20px;display:inline-block}.car-details #main label{display:block;font-size:13px;color:#fc0}.car-details #main input.date{width:187px;margin-right:10px}.car-details #main input.address{width:288px}.car-details #main select#rental_quote_start_location,.car-details #main select#rental_quote_end_location{width:288px}.car-details #main .parsley_wrapper{position:relative}.car-details #main .parsley_wrapper ul.parsley-error-list{display:inline-block;width:150px;position:absolute;bottom:10px;left:123px}.car-details #main .customSelectInner{color:#e6e6e6}.car-details #main .select2-container-gdc{width:288px;height:30px;margin-bottom:20px}.car-details #main .select2-default{width:288px;height:30px;border:0px;background:#595959;color:#e6e6e6;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}.car-details #main .select2-choice{background:#595959;color:#e6e6e6;border:0px;box-shadow:0 0 0;padding-top:3px}.car-details #main .select2-choice div{display:none}.car-details #main .select2-choice abbr{right:5px}.car-details #main .select2-offscreen{display:none}.car-details #main .btn{background-color:#fc0;height:35px;width:auto;padding-left:20px;padding-right:20px;color:#262626;font-family:proxima_novasemibold;text-shadow:0px 1px 1px #fff;position:relative;z-index:0;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fc0), color-stop(1, #cca300));background:-webkit-linear-gradient(top, #fc0 0%, #cca300 100%);background:-moz-linear-gradient(top, #fc0 0%, #cca300 100%);background:-o-linear-gradient(top, #fc0 0%, #cca300 100%);background:linear-gradient(top, #fc0 0%, #cca300 100%);-pie-background:linear-gradient(#fc0, #cca300);behavior:url("/assets/PIE.htc")}.select2-search .select2-input,.select2-search input.select2-active{background:#474747;border:0px}.select2-drop{background:#595959;color:#e6e6e6;border:0px}.select2-drop .select2-no-results{background:none}.select2-default .select2-dropdown-open .select2-choice{box-shadow:0px}.confirm-content p{margin-bottom:0px}.confirm-content .btn{width:200px;font-size:17px;line-height:36px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;margin-top:25px}.dash-page section#main{height:400px;background:url("dash/dream-car-dash-main.jpg") center bottom no-repeat;background-size:1250px 449px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.dash-page section#main{background:url(dash/dream-car-dash-main@2x.jpg) center bottom no-repeat;background-size:1250px 449px}}@media (max-width: 550px){.dash-page section#main{height:225px;background:url("dash/dream-car-dash-main.jpg") center bottom no-repeat;background-size:625px 225px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.dash-page section#main{background:url(dash/dream-car-dash-main@2x.jpg) center bottom no-repeat;background-size:625px 225px}}.dash-page section#pic-1{height:500px;background:url("dash/dream-car-dash-ferrari-lamborghini.jpg") center bottom no-repeat;background-size:1250px 500px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.dash-page section#pic-1{background:url(dash/dream-car-dash-ferrari-lamborghini@2x.jpg) center bottom no-repeat;background-size:1250px 500px}}@media (max-width: 550px){.dash-page section#pic-1{height:250px;background:url("dash/dream-car-dash-ferrari-lamborghini.jpg") center bottom no-repeat;background-size:625px 250px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.dash-page section#pic-1{background:url(dash/dream-car-dash-ferrari-lamborghini@2x.jpg) center bottom no-repeat;background-size:625px 250px}}.dash-page section#pic-2{height:500px;background:url("dash/dream-car-dash-lamborghini.jpg") center bottom no-repeat;background-size:1250px 500px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.dash-page section#pic-2{background:url(dash/dream-car-dash-lamborghini@2x.jpg) center bottom no-repeat;background-size:1250px 500px}}@media (max-width: 550px){.dash-page section#pic-2{height:250px;background:url("dash/dream-car-dash-lamborghini.jpg") center bottom no-repeat;background-size:625px 250px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.dash-page section#pic-2{background:url(dash/dream-car-dash-lamborghini@2x.jpg) center bottom no-repeat;background-size:625px 250px}}.dash-page section#pic-3{height:500px;background:url("dash/dream-car-dash-mclaren.jpg") center bottom no-repeat;background-size:1250px 500px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.dash-page section#pic-3{background:url(dash/dream-car-dash-mclaren@2x.jpg) center bottom no-repeat;background-size:1250px 500px}}@media (max-width: 550px){.dash-page section#pic-3{height:250px;background:url("dash/dream-car-dash-mclaren.jpg") center bottom no-repeat;background-size:625px 250px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.dash-page section#pic-3{background:url(dash/dream-car-dash-mclaren@2x.jpg) center bottom no-repeat;background-size:625px 250px}}.dash-page section#pic-4{height:700px;background:url("dash/dream-car-dash-smiles.jpg") center bottom no-repeat;background-size:1250px 700px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.dash-page section#pic-4{background:url(dash/dream-car-dash-smiles@2x.jpg) center bottom no-repeat;background-size:1250px 700px}}@media (max-width: 550px){.dash-page section#pic-4{height:350px;background:url("dash/dream-car-dash-smiles.jpg") center bottom no-repeat;background-size:625px 350px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.dash-page section#pic-4{background:url(dash/dream-car-dash-smiles@2x.jpg) center bottom no-repeat;background-size:625px 350px}}.dash-page section#pic-4 h2{font-size:50px;padding-top:600px}@media (max-width: 550px){.dash-page section#pic-4 h2{padding-top:270px;font-size:20px}}.dash-page .quotes h2{padding-top:380px;margin-bottom:0px;font-size:50px}@media (max-width: 550px){.dash-page .quotes h2{padding-top:190px;font-size:20px}}.dash-page .quotes h3{margin-top:0px;margin-bottom:0;margin-left:500px;text-shadow:2px 2px 0px #000,-1px -1px 0px #595959}@media (max-width: 550px){.dash-page .quotes h3{margin-left:50px;font-size:16px}}.dash-page h2{margin-top:35px;text-shadow:3px 3px 0px #000,-1px -1px 0px #595959}@media (max-width: 550px){.dash-page h2{font-size:32px;text-shadow:2px 2px 0px #000,-1px -1px 0px #595959}}#new-reservation .new-reservation-content{line-height:20px}#new-reservation .new-reservation-content h2{text-align:left;line-height:30px}#new-reservation .new-reservation-content p{margin-top:0px;margin-bottom:0px}#new-reservation .new-reservation-content b{font-family:proxima_novasemibold;font-weight:normal}#new-reservation .new-reservation-content form fieldset{padding-right:0}#new-reservation .new-reservation-content form label.payment{margin-bottom:10px}@media (max-width: 550px){#new-reservation .new-reservation-content form input[type=text]{width:100%}}@media (max-width: 550px){#new-reservation .new-reservation-content form .parsley-error-list{float:right;margin-top:-73px}}#new-reservation .new-reservation-content form .driver-errors{color:red;padding:5px;width:250px;float:right;position:absolute;right:20px;top:38px;font-size:13px}#new-reservation .new-reservation-content form .driver-errors ul{padding-left:15px}#new-reservation .new-reservation-content form .driver-errors ul li{margin:0px;padding-left:0px;list-style:circle}#new-reservation .new-reservation-content form .paywindow{width:569px}@media (max-width: 550px){#new-reservation .new-reservation-content form .paywindow{width:100%}}#new-reservation .new-reservation-content form .paywindow .total{display:block}#new-reservation .new-reservation-content form .paywindow .total h3,#new-reservation .new-reservation-content form .paywindow .total h4{display:inline;font-family:proxima_novaregular;font-weight:normal;vertical-align:middle}#new-reservation .new-reservation-content form .paywindow .total h3{font-size:20px}#new-reservation .new-reservation-content form .paywindow .total h4{margin-right:10px}#new-reservation .new-reservation-content form .paywindow .total p{font-size:13px}#new-reservation .new-reservation-content form .payment-errors{color:red;padding:5px;width:250px;float:right;position:absolute;right:20px;top:110px;font-size:13px}#new-reservation .new-reservation-content form .payment-errors ul{padding-left:15px}#new-reservation .new-reservation-content form .payment-errors ul li{margin:0px;padding-left:0px;list-style:circle}#new-reservation .new-reservation-content #payselect{cursor:pointer;margin-bottom:20px}#new-reservation .new-reservation-content #payselect .payitem{display:inline;padding:10px;padding-left:18px;padding-right:18px;background:#595959}@media (max-width: 550px){#new-reservation .new-reservation-content #payselect .payitem{display:block;width:100%;text-align:center;border-bottom:1px solid #262626}}#new-reservation .new-reservation-content #payselect .selected{background:#e6e6e6;color:#262626}#new-reservation .new-reservation-content #voucher-window select{width:300px}#new-reservation .new-reservation-content #voucher-window .customSelect{width:300px}#new-reservation .new-reservation-content #cc-window select{width:143px}#new-reservation .new-reservation-content #cc-window .customSelect{width:143px}#new-reservation .new-reservation-content #cc-window #stripe_credit_card_transaction_expiration_date_2i+ul{display:none}#new-reservation .new-reservation-content .loose-seals{margin-top:0px}#new-reservation .new-reservation-content .loose-seals .foundation-general{font-size:14px;vertical-align:middle}#new-reservation .new-reservation-content .loose-seals p{font-size:13px;vertical-align:middle}#new-reservation .new-reservation-content .loose-seals img{margin-top:10px;margin-right:10px;vertical-align:middle}.pre-register-content{line-height:20px}.pre-register-content h2{text-align:left;line-height:1}.pre-register-content p{margin-top:0px;margin-bottom:0px}.pre-register-content input{display:block;width:100%}.pre-register-content fieldset{padding-right:0}.pre-register-content .intro{margin-bottom:20px}.pre-register-content .aligned-inputs{width:50%;float:left}.pre-register-content .aligned-inputs .customSelect{margin-top:2px}.pre-register-content .shim{margin-bottom:2px}.pre-register-content .submit{margin-top:15px}.pre-register-content .customSelectInner{color:#e6e6e6}.pre-register-content ul.parsley-error-list{display:block;margin-top:-73px;margin-left:100px;width:200px;font-size:10px;float:right}.experience-intro{line-height:30px;padding-left:20px;padding-right:20px}@media (max-width: 550px){.experience-intro{padding-left:0;padding-right:0}}.experience-intro p .strike{text-decoration:line-through}.experience-intro b{color:#fc0;font-weight:normal}.experience-faq{padding-left:100px;padding-right:100px}@media (max-width: 550px){.experience-faq{padding-left:0;padding-right:0}}.experience-faq h3{font-size:28px;font-weight:600;letter-spacing:0.04em}.experience-faq h4{font-family:proxima_novasemibold;font-weight:normal;font-size:18px;color:#fc0;text-align:center}@media (max-width: 550px){.experience-faq h4{text-align:left}}.experience-faq p{line-height:1.5rem}@media (max-width: 550px){.experience-faq p{display:none}}.sprint-page section#main{height:400px;background:url("sprint/dream-car-sprint-green-gallardo.jpg") center bottom no-repeat;background-size:1800px 400px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.sprint-page section#main{background:url(sprint/dream-car-sprint-green-gallardo@2x.jpg) center bottom no-repeat;background-size:1800px 400px}}@media (max-width: 550px){.sprint-page section#main{height:200px;background:url("sprint/dream-car-sprint-green-gallardo.jpg") center bottom no-repeat;background-size:900px 200px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.sprint-page section#main{background:url(sprint/dream-car-sprint-green-gallardo@2x.jpg) center bottom no-repeat;background-size:900px 200px}}.sprint-page h2{margin-top:50px}@media (max-width: 550px){.sprint-page h2{margin-top:20px;font-size:30px}}.sprint-page .photogrid{margin-top:20px}.sprint-page .photogrid ul{list-style:none;padding-left:0}@media (max-width: 550px){.sprint-page .photogrid ul{margin-right:0}}.sprint-page .photogrid ul li{display:inline;margin:0 5px}@media (max-width: 550px){.sprint-page .photogrid ul li{float:none;margin-right:0}.sprint-page .photogrid ul li img{width:100%}}.sprint-page .press .logos{margin-bottom:10px;text-align:center}.sprint-page .press .press-logo{margin-bottom:10px;vertical-align:center;max-width:100%}.sprint-page .press h3{color:#595959;font-size:18px;font-weight:400;letter-spacing:0.04em}.sprint-page .press .quote{position:relative;padding:20px;background-color:#7f7f7f;color:white;margin-bottom:20px;text-shadow:1px 1px 2px rgba(0,0,0,0.4)}.sprint-page .press .quote p{font-family:RockwellStdLightItalic;font-style:italic;font-weight:100;font-size:16px;line-height:22px;margin-top:0px}.sprint-page .press .quote p b{color:#fc0}.sprint-page .press .quote .quoter{position:absolute;bottom:0;right:20px}.sprint-page .press .quote .quoter p{font-family:RockwellStdLight;font-style:normal;font-weight:100}.sprint-page .promo-video{margin-bottom:20px}.sprint-page .promo-video h3{font-size:28px;font-weight:600;letter-spacing:0.04em}#new_reservation{height:100%}#new_reservation .container{overflow:hidden}#new_reservation p{margin-top:30px;margin-left:10px}@media (max-width: 550px){#new_reservation .container{overflow:visible}}#new_reservation .bigstep1m,#new_reservation .bigstep2m,#new_reservation .bigstep3m{margin-top:24px}#new_reservation .bigstep1m label,#new_reservation .bigstep2m label,#new_reservation .bigstep3m label{font-size:20px}#new_reservation .bigstep1,#new_reservation .bigstep2,#new_reservation .bigstep3{min-height:400px;margin-top:20px;text-decoration:none}@media (max-width: 550px){#new_reservation .bigstep1,#new_reservation .bigstep2,#new_reservation .bigstep3{min-height:0}}#new_reservation .bigstep1 h2,#new_reservation .bigstep2 h2,#new_reservation .bigstep3 h2{font-family:ErlerDingbats;font-size:90px;font-weight:100;color:#e6e6e6;margin-top:-5px;margin-bottom:0px;text-shadow:0px 2px 2px #676767}#new_reservation .bigstep1 h3,#new_reservation .bigstep2 h3,#new_reservation .bigstep3 h3{font-weight:400;font-size:22px;margin-top:0px}#new_reservation .bigstep1 table,#new_reservation .bigstep2 table,#new_reservation .bigstep3 table{font-family:proxima_novaregular;font-size:15px;text-shadow:0px 1px 1px #262626;background-color:#595959;width:100%;border-collapse:collapse}#new_reservation .bigstep1 table .step1:hover,#new_reservation .bigstep1 table .step2:hover,#new_reservation .bigstep2 table .step1:hover,#new_reservation .bigstep2 table .step2:hover,#new_reservation .bigstep3 table .step1:hover,#new_reservation .bigstep3 table .step2:hover{background-color:#8c8c8c;cursor:pointer}#new_reservation .bigstep1 table .step3:hover,#new_reservation .bigstep2 table .step3:hover,#new_reservation .bigstep3 table .step3:hover{background-color:#8c8c8c;cursor:pointer}#new_reservation .bigstep1 table .step3:hover .reserve,#new_reservation .bigstep2 table .step3:hover .reserve,#new_reservation .bigstep3 table .step3:hover .reserve{font-family:proxima_novasemibold;cursor:pointer;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #fc0), color-stop(1, #997a00));background:-webkit-linear-gradient(top, #fc0 0%, #997a00 100%);background:-moz-linear-gradient(top, #fc0 0%, #997a00 100%);background:-o-linear-gradient(top, #fc0 0%, #997a00 100%);background:linear-gradient(top, #fc0 0%, #997a00 100%);-pie-background:linear-gradient(#fc0, #997a00);behavior:url("/assets/PIE.htc")}#new_reservation .bigstep1 table .step3:hover .reserve a,#new_reservation .bigstep2 table .step3:hover .reserve a,#new_reservation .bigstep3 table .step3:hover .reserve a{color:#262626;text-shadow:0px 1px 1px #fff}#new_reservation .bigstep1 table td,#new_reservation .bigstep2 table td,#new_reservation .bigstep3 table td{padding:6px;padding-left:10px;border-top:solid 1px #262626}#new_reservation .bigstep1 table .selected,#new_reservation .bigstep1 table .selected:hover,#new_reservation .bigstep2 table .selected,#new_reservation .bigstep2 table .selected:hover,#new_reservation .bigstep3 table .selected,#new_reservation .bigstep3 table .selected:hover{background-color:#fc0;color:#262626;text-shadow:0px 1px 1px #fff;font-family:proxima_novasemibold;font-weight:normal;border-top:solid 1px #ffe066;border-bottom:solid 1px #ffe066}#new_reservation .bigstep1 table .reserve,#new_reservation .bigstep2 table .reserve,#new_reservation .bigstep3 table .reserve{text-align:center;padding-left:6px}#new_reservation .bigstep1 table .reserve a,#new_reservation .bigstep2 table .reserve a,#new_reservation .bigstep3 table .reserve a{color:#fc0;text-decoration:none}#new_reservation .notyet h2,#new_reservation .notyet h3{color:#595959}#new_reservation .hidden{display:none}#new_reservation .signup{position:absolute;width:550px;overflow:visible;padding:20px;padding-top:10px}@media (max-width: 550px){#new_reservation .signup{position:relative;width:100%;padding-left:0;padding-right:0}}#new_reservation .signup h3{font-family:proxima_novaregular;font-weight:normal;font-size:18px;color:#fc0;text-shadow:0px 1px 1px #262626}#new_reservation .signup p{margin-top:20px;margin-left:0px;font-size:15px;line-height:20px}#new_reservation .signup .signup-form{text-align:center}#new_reservation .signup .signup-form label{display:inline;margin-right:10px;font-size:14px}@media (max-width: 550px){#new_reservation .signup .signup-form label{display:block;margin-top:10px;text-align:left}}#new_reservation .signup .signup-form input{margin-right:10px}@media (max-width: 550px){#new_reservation .signup .signup-form input{display:block;width:100%}}#new_reservation .signup .signup-form input.email_input{color:#e6e6e6;background:#595959;width:200px;font-size:14px;height:29px;padding-left:10px;border:0px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px}@media (max-width: 550px){#new_reservation .signup .signup-form input.email_input{display:block;width:100%;margin-top:5px;margin-bottom:10px}}#new_reservation .signup .signup-form input.submit{height:30px;font-size:13px}#new_reservation .signup .signup-confirm p{font-size:13px;margin-top:10px;text-align:center}#new_reservation .signup .signup-confirm .success{color:#fc0}#new_reservation .signup .signup-confirm .failure{color:red}.tour-page section#main{height:500px;background:url("tour/dream-car-tour-main-image-2.jpg") center bottom no-repeat;background-size:1800px 500px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.tour-page section#main{background:url(tour/dream-car-tour-main-image-2@2x.jpg) center bottom no-repeat;background-size:1800px 500px}}@media (max-width: 550px){.tour-page section#main{height:250px;background:url("tour/dream-car-tour-main-image-2.jpg") center bottom no-repeat;background-size:900px 250px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.tour-page section#main{background:url(tour/dream-car-tour-main-image-2@2x.jpg) center bottom no-repeat;background-size:900px 250px}}.tour-page section#main .hero{margin-top:20px}.tour-page section#main .hero h2{margin-top:5px;margin-bottom:5px;text-shadow:0px 4px 3px black}@media (max-width: 550px){.tour-page section#main .hero h2{font-size:28px}}.tour-page .intro{padding-left:20px;padding-right:20px}.tour-page .intro p{padding-top:10px;padding-bottom:10px}.tour-page .intro p .strike{text-decoration:line-through}.tour-page .intro b{color:#fc0;font-weight:normal}.tour-page .picture{margin-top:50px;margin-bottom:30px}@media (max-width: 550px){.tour-page .picture{margin-top:30px;margin-bottom:0px}}.tour-page .picture img{max-width:100%}.tour-page .description{margin-top:80px}@media (max-width: 550px){.tour-page .description{margin-top:0}}.tour-page .description#lineemup{margin-top:90px}@media (max-width: 550px){.tour-page .description#lineemup{margin-top:0}}.tour-page .description#zoom{margin-top:110px}@media (max-width: 550px){.tour-page .description#zoom{margin-top:0}}.tour-page .description#switch{margin-top:90px}@media (max-width: 550px){.tour-page .description#switch{margin-top:0}}.tour-page .description#smiles{margin-top:110px}@media (max-width: 550px){.tour-page .description#smiles{margin-top:0}}.tour-page .description h3{font-family:proxima_novasemibold;font-size:32px;text-align:left;margin-bottom:0px}.tour-page .light{color:#262626}.tour-page .yellow{background-color:#fc0;color:#262626}.tour-page .press{padding-bottom:20px}.tour-page .press .press-logo-row{display:table;width:100%;height:80px;margin-bottom:20px}@media (max-width: 550px){.tour-page .press .press-logo-row{display:block;height:auto}}.tour-page .press .press-logo-row a{display:table-cell}@media (max-width: 550px){.tour-page .press .press-logo-row a{display:block;margin-bottom:15px;text-align:center}}.tour-page .press .press-logo{vertical-align:middle;float:none}.tour-page .press h3{color:#e6e6e6;font-size:28px;font-weight:600;letter-spacing:0.04em}.tour-page .press .quote{position:relative;padding:20px 20px 30px 20px;background-color:#7f7f7f;color:white;min-height:190px;margin-bottom:20px;text-shadow:1px 1px 2px rgba(0,0,0,0.4)}.tour-page .press .quote p{font-family:RockwellStdLightItalic;font-style:italic;font-weight:100;font-size:16px;line-height:22px;margin-top:0px}.tour-page .press .quote p b{color:#fc0}.tour-page .press .quote .quoter{position:absolute;bottom:0;right:20px}.tour-page .press .quote .quoter p{font-family:RockwellStdLight;font-style:normal;font-weight:100}.tour-page .promo-video{margin-bottom:20px}.tour-page .promo-video h3{font-size:28px;font-weight:600;letter-spacing:0.04em}section#about-us-hero{position:relative;background:url("about-us-main-image.jpg") center bottom no-repeat;background-size:1800px 400px;height:400px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){section#about-us-hero{background:url(about-us-main-image@2x.jpg) center bottom no-repeat;background-size:1800px 400px}}@media (max-width: 550px){section#about-us-hero{background:url("about-us-main-image.jpg") center bottom no-repeat;background-size:720px 160px;height:160px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){section#about-us-hero{background:url(about-us-main-image@2x.jpg) center bottom no-repeat;background-size:720px 160px}}#spy-container.about-us h2{text-align:left;font-size:30px}@media (max-width: 550px){#spy-container.about-us h2{font-size:24px}}#spy-container.about-us p{font-size:18px;line-height:27px}@media (max-width: 550px){#spy-container.about-us p{font-size:14px;line-height:20px}}#spy-container.about-us ul{list-style:disc;padding-left:15px}#spy-container.about-us li{font-size:14px;line-height:20px;margin-bottom:12px}#spy-container.about-us li b{color:#fc0}#spy-container.about-us aside{background:#595959;padding:10px}#spy-container.about-us aside h3{font-size:22px}#spy-container.about-us aside p{text-align:center}#spy-container.about-us aside p a{border:none}#spy-container.about-us aside .yellow{color:#fc0}#spy-container.about-us #press_and_testimonials .container{padding-bottom:28px}#spy-container.about-us #press_and_testimonials h3{font-family:proxima_novaregular;font-weight:normal;text-align:left;font-size:19px;letter-spacing:1px}#spy-container.about-us #press_and_testimonials article{margin-left:0px;margin-bottom:55px}#spy-container.about-us #press_and_testimonials article h4{margin-top:0px;margin-bottom:5px;color:#fc0;font-family:proxima_novasemibold;font-weight:normal;color:#fc0}#spy-container.about-us #press_and_testimonials article h5{margin-top:0px}#spy-container.about-us #press_and_testimonials article p{font-size:14px;line-height:20px}#spy-container.about-us #press_and_testimonials article p a{margin-bottom:24px}#spy-container.about-us #press_and_testimonials article li{font-size:14px;list-style-type:disc;height:7px}#spy-container.about-us #press_and_testimonials aside{padding:0px;background:#262626}#spy-container.about-us #press_and_testimonials .more p{margin-top:0px;margin-bottom:10px}#spy-container.about-us #our_team{padding-bottom:16px}#spy-container.about-us #our_team .teamtop p{margin-left:0px;margin-bottom:20px}#spy-container.about-us #our_team .staff h3{font-family:proxima_novasemibold;font-weight:normal;text-align:left;margin-bottom:0px}#spy-container.about-us #our_team .staff h4{font-weight:normal;text-transform:uppercase;font-size:14px;color:#fc0;margin-top:3px;margin-bottom:0px}#spy-container.about-us #our_team .staff p{font-size:12px;margin-top:10px;line-height:16px}#spy-container.about-us #our_partners .partnerstop p{margin-left:0px;margin-bottom:20px}#spy-container.about-us #our_partners .partnertext h3{font-family:proxima_novasemibold;font-weight:normal;color:#fc0;text-align:left;margin-top:10px}#spy-container.about-us #our_partners .partnertext p{font-size:14px;line-height:20px}section#contact-us-hero{height:400px;background:url("contact-us-main-image.jpg") center bottom no-repeat;background-size:1800px 400px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){section#contact-us-hero{background:url(contact-us-main-image@2x.jpg) center bottom no-repeat;background-size:1800px 400px}}@media (max-width: 550px){section#contact-us-hero{height:200px;background:url("contact-us-main-image.jpg") center top no-repeat;background-size:900px 200px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){section#contact-us-hero{background:url(contact-us-main-image@2x.jpg) center top no-repeat;background-size:900px 200px}}section#contact-us h2{text-align:left;font-size:30px}section#contact-us h3{margin-top:30px;text-align:left}section#contact-us h4{color:#fc0;font-family:proxima_novasemibold;font-weight:normal;font-size:20px;margin-top:5px;margin-bottom:4px}section#contact-us .contact-intro p{font-size:18px;line-height:27px;margin-top:0px}section#contact-us .contact-sidebar{background-color:#262626;margin-bottom:30px}section#contact-us .contact-sidebar table{font-size:14px}section#contact-us .contact-sidebar table td{padding-right:10px;padding-bottom:4px}@media (max-width: 550px){section#contact-us .contact-sidebar table td{padding-bottom:14px}}section#contact-us .office{margin-top:20px}section#contact-us .office p{margin-top:0px;font-size:16px;line-height:20px}section#contact-us .no-bottom-margin{margin-bottom:0px}.corporate-events section#headline{height:525px;text-align:center;background:url("gotham-dream-cars-corporate-events.jpg") center bottom no-repeat;background-size:1000px 525px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){.corporate-events section#headline{background:url(gotham-dream-cars-corporate-events@2x.jpg) center bottom no-repeat;background-size:1000px 525px}}@media (max-width: 550px){.corporate-events section#headline{height:220px;background:url("gotham-dream-cars-corporate-events.jpg") center top no-repeat;background-size:500px 262.5px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){.corporate-events section#headline{background:url(gotham-dream-cars-corporate-events@2x.jpg) center top no-repeat;background-size:500px 262.5px}}.corporate-events section#headline h2{display:inline-block;font-size:50px;color:#e6e6e6;margin-top:12px;padding:10px 30px 15px 30px;background:rgba(0,0,0,0.6)}@media (max-width: 550px){.corporate-events section#headline h2{padding-left:15px;padding-right:15px;font-size:28px}}.corporate-events section#intro{margin-top:20px}.corporate-events section#intro .row{margin-bottom:30px}.corporate-events section#intro .sidebar{padding:20px;margin-top:10px;background:#595959}.corporate-events section#intro .sidebar h3{font-size:22px;margin-top:0px}.corporate-events section#intro .sidebar p{font-size:16px;line-height:20px}.corporate-events section#intro .case h3{font-size:22px;margin-top:0px}.corporate-events section#intro .case p{font-size:16px;line-height:22px}.corporate-events section#intro .photo{margin-bottom:10px}.corporate-events section#intro .photo img{max-width:100%}.corporate-events h3{font-weight:600;font-size:22px;color:#fc0;text-align:left}.corporate-events p{font-size:18px;line-height:25px}section#hero-home{position:relative;background:url("gotham-dream-cars-main-image.jpg") center bottom no-repeat;background-size:1800px 500px;height:420px}@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ration: 13 / 10), only screen and (min-resolution: 120dpi){section#hero-home{background:url(gotham-dream-cars-main-image@2x.jpg) center bottom no-repeat;background-size:1800px 500px}}@media (max-width: 550px){section#hero-home{background:url("gotham-dream-cars-main-image.jpg") center bottom no-repeat;background-size:720px 200px;height:170px}}@media only screen and (max-width: 550px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (max-width: 550px) and (-o-min-device-pixel-ration: 13 / 10), only screen and (max-width: 550px) and (min-resolution: 120dpi){section#hero-home{background:url(gotham-dream-cars-main-image@2x.jpg) center bottom no-repeat;background-size:720px 200px}}section#intro-home .container{overflow:visible}section#intro-home p{font-size:17px;line-height:30px;font-family:proxima_novalight}@media (max-width: 550px){section#intro-home p{font-size:14px;line-height:20px}}section#intro-home h2.headline{margin-bottom:0px}@media (min-width: 550px){section#intro-home h2.headline{font-family:DINPro;font-size:50px;font-weight:900;text-shadow:0px 2px 2px #262626;position:absolute;display:inline;top:-132px}}section#intro-home h3.headline{font-size:12px;margin-top:0px}@media (min-width: 550px){section#intro-home h3.headline{margin-top:10px;font-family:DINPro;font-weight:600;font-size:1.17em;display:inline;position:absolute;top:-72px;left:48px}}section#intro-home h2{font-family:proxima_novasemibold;font-weight:normal;font-size:24px;margin-top:10px;margin-bottom:15px}@media (max-width: 550px){section#intro-home h2{display:block}}section#intro-home h3{font-family:proxima_novasemibold;font-weight:normal;font-size:24px;margin-top:10px;margin-bottom:15px}@media (max-width: 550px){section#intro-home .product{margin-bottom:40px}}section#intro-home .product p{font-size:15px;font-family:proxima_novalight;line-height:22px;margin-left:10px}@media (max-width: 550px){section#intro-home .product p{width:100%}}section#intro-home .product img{display:block}@media (max-width: 550px){section#intro-home .product img{width:100%;margin-left:auto;margin-right:auto;text-align:center}}section#pressroll{margin-top:40px;min-height:80px;text-align:center}@media (max-width: 550px){section#pressroll{padding-top:20px;padding-bottom:1px}section#pressroll img{display:inline;vertical-align:middle;text-align:center;margin:10px 0}}@media (min-width: 550px){section#pressroll img{display:inline-block;vertical-align:middle;margin-right:9px;margin-top:8px;margin-bottom:10px}}section#bottom-content p{font-size:12px;line-height:16px;font-family:proxima_novathin}@media (max-width: 550px){section#bottom-content p{margin-top:25px}}section#dreamshare p{margin:16px 0;font-family:proxima_novaregular;text-shadow:none;font-size:16px;line-height:24px}section#dreamshare .dreamsharecard{margin-bottom:50px}section#dreamshare .dreamsharesteps .ds_number{font-family:ErlerDingbats;font-size:32px;vertical-align:middle}section#dreamshare .dreamsharesteps p{margin-top:3px}section#dreamshare .dreamsharesidebar{background-color:#595959;-webkit-border-radius:20px;-moz-border-radius:20px;-ms-border-radius:20px;-o-border-radius:20px;border-radius:20px;padding:20px;margin-bottom:50px}section#dreamshare .dreamsharesidebar h3{color:#fc0;text-shadow:none;font-weight:400;text-align:center;text-transform:uppercase;font-size:16px;margin-bottom:10px}section#dreamshare .dreamsharesidebar h4{display:inline;color:#fc0;text-shadow:none}section#dreamshare .dreamsharesidebar p{display:inline;color:#e6e6e6;text-shadow:none;font-weight:400;font-size:14px;line-height:16px}section#dreamshare .benefits ul{padding-left:0px;margin-top:0px}section#dreamshare .benefits ul li{color:#fc0;list-style:disc;text-shadow:none;margin-left:25px;margin-bottom:15px;font-size:21px}section#dreamshare .benefits ul li b{font-family:proxima_novasemibold;font-weight:normal}section#dreamshare .benefits ul .darklist{font-size:15px;color:#262626}#reservations .product{margin-bottom:5px}@media (max-width: 550px){#reservations .product{margin-bottom:20px}}#reservations .product h3{font-family:proxima_novasemibold;font-weight:normal;font-size:24px}#reservations .product p{font-size:15px;font-weight:300;line-height:22px}#reservations .product img{width:100%}#reservations .product .btn{line-height:35px}section#testimonials .intro{margin-bottom:50px}@media (max-width: 550px){section#testimonials .intro{margin-bottom:30px}}section#testimonials .intro h2{text-align:left;font-size:30px}section#testimonials .intro p{font-size:18px;line-height:24px}section#testimonials .filter{margin-top:35px}@media (max-width: 550px){section#testimonials .filter{margin-top:0;margin-bottom:30px}}section#testimonials .filter h3{color:#fc0;font-size:16px;text-align:left;margin-top:0px}section#testimonials .filter ul{padding-left:0px;line-height:17px}section#testimonials .filter ul li{margin-bottom:5px}@media (max-width: 550px){section#testimonials .filter ul li{margin-bottom:10px}}section#testimonials .testimonial{margin-bottom:40px}section#testimonials .testimonial img{text-align:center;border:10px solid white;max-width:100%}section#testimonials .testimonial p{text-align:left;font-size:16px;margin-top:10px;line-height:20px}section#testimonials .testimonial h3{font-family:proxima_novaregular;font-weight:normal;text-align:left;margin-bottom:0px;padding-bottom:0px;color:#fc0;font-size:17px}section#testimonials .testimonial h4{font-family:proxima_novaregular;font-weight:normal;margin-bottom:0px;margin-top:2px;text-transform:uppercase;font-size:16px}#news{font-family:proxima_novaregular}#news h2{text-align:left;font-size:30px}#news h3{text-align:left;color:#fc0;font-size:16px}#news #intro{font-size:18px;line-height:24px;margin-bottom:32px}#news #filter{margin-top:24px}#news #filter ul{padding-left:0}#news #articles p{font-size:14px;line-height:20px}#news #articles h3{font-family:proxima_novasemibold}#news #articles h3,#news #articles h4{color:#fc0}#news #articles h5{margin-top:0}#news #articles hr{border:1px solid #333;margin:32px 0}#news #articles img{max-width:100%}article{font-family:proxima_novaregular;font-size:14px;line-height:20px}article h3{font-size:20px;line-height:24px;font-family:proxima_novasemibold;text-align:left}article h3,article h4{color:#fc0}article img{max-width:100%}article ul{list-style-type:disc}article ul a{border-bottom:1px dotted #9a9a9a}.rental-details{line-height:20px}@media (max-width: 550px){.rental-details{max-width:none}}.rental-details h2{line-height:1}.rental-details h3{font-size:16px;font-family:proxima_novaregular;text-align:left;color:#a6a6a6;font-weight:normal;margin-top:30px}.rental-details h4{font-size:13px;font-weight:normal;color:#fc0;margin-bottom:0px;margin-top:22px}.rental-details p{margin-top:0px;margin-bottom:16px}.rental-details table{width:100%;font-size:14px}.rental-details table td:nth-child(2){text-align:right}.rental-details table tr{border-bottom:1px dotted #a6a6a6}.rental-details table td{padding-top:3px;padding-bottom:3px}.rental-details .pricing tr:last-child{border-bottom:none;font-size:17px;color:#fc0}.rental-details .notes p{font-size:12px;margin-top:15px;line-height:15px;color:#a6a6a6}#new-reservation h2{text-align:left;margin-bottom:0}#new-reservation .new-reservation-form{line-height:20px}@media (max-width: 550px){#new-reservation .new-reservation-form{max-width:none}}#new-reservation .new-reservation-form p{margin-top:0px;margin-bottom:0px}#new-reservation .new-reservation-form .loose-seals p{font-size:13px;vertical-align:middle}#new-reservation .new-reservation-form b{font-family:proxima_novasemibold;font-weight:normal}#new-reservation .new-reservation-form form fieldset{padding-right:0}#new-reservation .new-reservation-form form label{font-family:proxima_novaregular}#new-reservation .new-reservation-form form label.payment{margin-bottom:10px}#new-reservation .new-reservation-form form input{width:100%}#new-reservation .new-reservation-form form .loose-seals{margin-top:0px}#new-reservation .new-reservation-form form .loose-seals .foundation-general{font-size:14px;vertical-align:middle}#new-reservation .new-reservation-form form .loose-seals p{font-size:13px;vertical-align:middle}#new-reservation .new-reservation-form form .loose-seals img{margin-top:10px;margin-right:10px;vertical-align:middle}#new-reservation .new-reservation-details p,#new-reservation .new-reservation-details table{font-family:proxima_novaregular;margin-top:0}#new-reservation .new-reservation-details h3{font-family:proxima_novaregular;font-size:16px;text-align:left;color:#a6a6a6;font-weight:normal}#new-reservation .new-reservation-details h4{font-family:proxima_novaregular;font-size:13px;font-weight:normal;color:#fc0;margin-bottom:0;margin-top:22px}#new-reservation .new-reservation-details textarea#raw_customer_notes{width:100%;min-height:60px;margin-bottom:0px}#new-reservation .new-reservation-details table{width:100%;font-size:14px}#new-reservation .new-reservation-details table tr{border-bottom:1px dotted #a6a6a6}#new-reservation .new-reservation-details table tr.total{border-bottom:none;font-size:17px;color:#fc0}#new-reservation .new-reservation-details table td{padding-top:3px;padding-bottom:3px}#new-reservation .new-reservation-details table td:nth-child(2){text-align:right}#new-reservation .new-reservation-details .notes p{font-size:12px;margin-top:15px;line-height:15px;color:#a6a6a6}#new-reservation .rental-details textarea#raw_customer_notes{width:100%;min-height:40px;margin-bottom:0px}#new-reservation .parsley_wrapper{position:relative}#new-reservation .parsley_wrapper ul.parsley-error-list{display:inline-block;width:150px;position:absolute;bottom:10px;left:131px}#confirm-modal{font-size:14px}#confirm-modal #external_form_submit{margin-bottom:0}
