From e8e5fa9d4e2822814a95f74739ccff55478699f4 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 20 Feb 2015 10:20:03 -0500 Subject: [PATCH] Updates for changes to the reservation part --- Toolkit/Template/Page.php | 79 ++++++++++++++++++++------------------ css/resapp.css | 2 +- js/resapp.js | 14 ++++--- scss/resapp.scss | 19 ++++++++- templates/reservation.html | 2 +- 5 files changed, 69 insertions(+), 47 deletions(-) diff --git a/Toolkit/Template/Page.php b/Toolkit/Template/Page.php index 4f1870d..d67868f 100644 --- a/Toolkit/Template/Page.php +++ b/Toolkit/Template/Page.php @@ -28,7 +28,7 @@ */ class Toolkit_Template_Page { - // {{{ __construct() + // {{{ __construct() /** * Class constructor @@ -40,9 +40,9 @@ class Toolkit_Template_Page } - // }}} + // }}} - // {{{ getSeoUrl() + // {{{ getSeoUrl() /** * Description for getSeoUrl @@ -54,48 +54,51 @@ class Toolkit_Template_Page * @access public */ - + public static function getSeoUrl( - Toolkit_Toolbox_GatewayAbstract $gateway, - $id - ) { - if (!ctype_digit((string)$id)) { - return false; - } - - if ($id == HOME_ID) { - return ($_ENV['GLM_HOST_ID'] != 'PRODUCTION') + Toolkit_Toolbox_GatewayAbstract $gateway, + $id + ) { + if (!ctype_digit((string)$id)) { + return false; + } + + if ($id == HOME_ID) { + return ($_ENV['GLM_HOST_ID'] != 'PRODUCTION') ? BASE_URL . 'index.php' : BASE_URL; - } + } + if ($id == 427) { + return 'https://reservations.troutcreek.com/irmnet/res/resmain.aspx'; + } - $page = $gateway->findNavItem($id); + $page = $gateway->findNavItem($id); $shortUrlsOn = (SHORT_URLS) ? true : false; - if (empty($page['short_url']) || !$shortUrlsOn) { - $name = str_replace(' ', '-', $page['navigation_name']); - $pattern = '/[\/#&?\'"]|amp;/'; - $name = preg_replace( - $pattern, - '', - strip_tags(strtolower(trim($name))) - ); - $baseUrl + if (empty($page['short_url']) || !$shortUrlsOn) { + $name = str_replace(' ', '-', $page['navigation_name']); + $pattern = '/[\/#&?\'"]|amp;/'; + $name = preg_replace( + $pattern, + '', + strip_tags(strtolower(trim($name))) + ); + $baseUrl = in_array($id, unserialize(SECURE_PAGES)) ? BASE_SECURE_URL : BASE_URL; - return $baseUrl . htmlspecialchars($name) . "-$id/"; - } else { - return BASE_URL . "{$page['short_url']}/"; - } - } + return $baseUrl . htmlspecialchars($name) . "-$id/"; + } else { + return BASE_URL . "{$page['short_url']}/"; + } + } - // }}} + // }}} - // {{{ getBody() + // {{{ getBody() /** * Get body @@ -107,14 +110,14 @@ class Toolkit_Template_Page * @access public */ public function getBody( - $id, - Toolkit_Template_Page_BodyFactory $bodyFactory - ) { - $body = $bodyFactory->getPageBodyBuilder($id); - return $body->getContent($id); + $id, + Toolkit_Template_Page_BodyFactory $bodyFactory + ) { + $body = $bodyFactory->getPageBodyBuilder($id); + return $body->getContent($id); } - // }}} + // }}} /** * is member only @@ -126,7 +129,7 @@ class Toolkit_Template_Page * @access public */ public static function isMemberOnly(/*{{{*/ - Toolkit_Toolbox_GatewayAbstract $gateway, + Toolkit_Toolbox_GatewayAbstract $gateway, $id ) { $page = $gateway->find($id); diff --git a/css/resapp.css b/css/resapp.css index 2202498..d74149e 100644 --- a/css/resapp.css +++ b/css/resapp.css @@ -1 +1 @@ -meta.foundation-version{font-family:"/5.5.0/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.063em) and (max-width:64em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.063em) and (max-width:90em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.063em) and (max-width:120em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#222;padding:0;margin:0;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;font-style:normal;line-height:130%;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:61.875rem}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin-left:-0.9375rem;margin-right:-0.9375rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:0.9375rem;padding-right:0.9375rem;width:100%;float:left}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}@media only screen{.small-push-0{position:relative;left:0%;right:auto}.small-pull-0{position:relative;right:0%;left:auto}.small-push-1{position:relative;left:8.3333333333%;right:auto}.small-pull-1{position:relative;right:8.3333333333%;left:auto}.small-push-2{position:relative;left:16.6666666667%;right:auto}.small-pull-2{position:relative;right:16.6666666667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.3333333333%;right:auto}.small-pull-4{position:relative;right:33.3333333333%;left:auto}.small-push-5{position:relative;left:41.6666666667%;right:auto}.small-pull-5{position:relative;right:41.6666666667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.3333333333%;right:auto}.small-pull-7{position:relative;right:58.3333333333%;left:auto}.small-push-8{position:relative;left:66.6666666667%;right:auto}.small-pull-8{position:relative;right:66.6666666667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.3333333333%;right:auto}.small-pull-10{position:relative;right:83.3333333333%;left:auto}.small-push-11{position:relative;left:91.6666666667%;right:auto}.small-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.3333333333% !important}.small-offset-2{margin-left:16.6666666667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.3333333333% !important}.small-offset-5{margin-left:41.6666666667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.3333333333% !important}.small-offset-8{margin-left:66.6666666667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.3333333333% !important}.small-offset-11{margin-left:91.6666666667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.3333333333%;right:auto}.medium-pull-1{position:relative;right:8.3333333333%;left:auto}.medium-push-2{position:relative;left:16.6666666667%;right:auto}.medium-pull-2{position:relative;right:16.6666666667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.3333333333%;right:auto}.medium-pull-4{position:relative;right:33.3333333333%;left:auto}.medium-push-5{position:relative;left:41.6666666667%;right:auto}.medium-pull-5{position:relative;right:41.6666666667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.3333333333%;right:auto}.medium-pull-7{position:relative;right:58.3333333333%;left:auto}.medium-push-8{position:relative;left:66.6666666667%;right:auto}.medium-pull-8{position:relative;right:66.6666666667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.3333333333%;right:auto}.medium-pull-10{position:relative;right:83.3333333333%;left:auto}.medium-push-11{position:relative;left:91.6666666667%;right:auto}.medium-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.3333333333% !important}.medium-offset-2{margin-left:16.6666666667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.3333333333% !important}.medium-offset-5{margin-left:41.6666666667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.3333333333% !important}.medium-offset-8{margin-left:66.6666666667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.3333333333% !important}.medium-offset-11{margin-left:91.6666666667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.3333333333%;right:auto}.large-pull-1{position:relative;right:8.3333333333%;left:auto}.large-push-2{position:relative;left:16.6666666667%;right:auto}.large-pull-2{position:relative;right:16.6666666667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.3333333333%;right:auto}.large-pull-4{position:relative;right:33.3333333333%;left:auto}.large-push-5{position:relative;left:41.6666666667%;right:auto}.large-pull-5{position:relative;right:41.6666666667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.3333333333%;right:auto}.large-pull-7{position:relative;right:58.3333333333%;left:auto}.large-push-8{position:relative;left:66.6666666667%;right:auto}.large-pull-8{position:relative;right:66.6666666667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.3333333333%;right:auto}.large-pull-10{position:relative;right:83.3333333333%;left:auto}.large-push-11{position:relative;left:91.6666666667%;right:auto}.large-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.3333333333% !important}.large-offset-2{margin-left:16.6666666667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.3333333333% !important}.large-offset-5{margin-left:41.6666666667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.3333333333% !important}.large-offset-8{margin-left:66.6666666667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.3333333333% !important}.large-offset-11{margin-left:91.6666666667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{background:#102F4E}body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;color:#0E2E4C;background:#102F4E}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;color:#0F2F4D;margin:0;padding:20px 0 10px 0;font-weight:normal}h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty{display:none}h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty{display:none}a{color:#3084C2;text-decoration:none}a:hover{color:#3084C2;text-decoration:underline}img{border:0}#toolbox ul,ol{display:table;margin:0;padding:10px 10px 10px 20px}#toolbox ul li{display:block;margin:0;padding:0 0 2px 20px;background:url(../assets/bullet.png) 0 4px no-repeat}#toolbox h1{margin-left:15px}#toolbox h2{margin-left:15px}#toolbox h3{margin-left:15px}#toolbox h4{margin-left:15px}#toolbox #breadcrumbs{margin-left:15px}#home #toolbox{padding:0 20px}.webform table{margin:10px 0 0 0;clear:both}.req{clear:both !important}.tooltip{padding:0 0 0 5px}.imageright{float:right;margin:12px 2px 15px 15px}.imageleft{float:left;margin:12px 15px 15px 2px}#toolbox figure{margin:0}.imageright img,.imageleft img,#toolbox figure>img{display:block;width:100%;border:10px solid #355675;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3)}.imagecaption{font-size:11px;color:#325376;padding:5px 0 20px 5px}#toolbox figcaption{font-size:0.6875rem}#toolbox .toolboxSectionFigureInner{margin-bottom:20px}.file-download{background-repeat:no-repeat;background-position:left;padding:1px 2px 1px 18px;position:relative;margin-right:10px;margin-bottom:5px;display:block}.avi{background-image:url(images/file-ext/avi.gif)}.doc{background-image:url(images/file-ext/doc.gif)}.gif{background-image:url(images/file-ext/gif.gif)}.html{background-image:url(images/file-ext/html.gif)}.jpg{background-image:url(images/file-ext/jpg.gif)}.mov{background-image:url(images/file-ext/mov.gif)}.mp3{background-image:url(images/file-ext/mp3.gif)}.pdf{background-image:url(images/file-ext/pdf.png)}.ppt{background-image:url(images/file-ext/ppt.gif)}.txt{background-image:url(images/file-ext/txt.png)}.wmv{background-image:url(images/file-ext/wmv.gif)}.xls{background-image:url(images/file-ext/xls.gif)}.zip{background-image:url(images/file-ext/zip.png)}.download{background-image:url(images/file-ext/download.gif);clear:none}*:focus{outline:none}iframe{border:1px solid #CCC}#toolbox #category,#toolbox .listing{display:block;width:100%;overflow:hidden;clear:both;font-size:14px;padding:0;margin:0}#toolbox{margin:0;padding:0}#wrapper{display:block;margin:0 auto;overflow:hidden}#main{overflow:hidden;margin:0;padding:0;min-height:400px;background:#FFF;border-radius:0 0 12px 12px}#content{display:block;width:100%;padding:0;margin:0}#leftcol{overflow:hidden;margin-top:10px}.pid427 #leftcol{display:none}#maincol{margin-top:10px}#maincol.wide,.pid427 #maincol{width:100%}#header{position:relative;display:block;width:100%;overflow:hidden;margin:0;padding:0;height:157px}#logo{display:block;float:left;width:227px;height:137px;margin:5px 10px 10px 10px;padding:0;position:absolute}.mobile-logo{display:block;float:left;margin:5px 10px 10px 10px;padding:0}@media screen and (max-width: 40em){.mobile-logo{width:167px;}}.show-for-small-only .mobile-logo{float:none;margin-left:auto;margin-right:auto}.tab-bar{position:relative;height:160px}.tab-bar-section{top:114px}.right-small{top:114px}.right-small .show-for-small-only{top:125px}#rightMenu{margin-right:50px}#rightMenu span{color:#ebc389}@media only screen and (min-width:40.063em) and (max-width:64em){#rightMenu{margin-top:-37px;}}span.number{color:#fff;margin-top:10px}.tab-bar .show-for-medium-only div#social{display:block;float:right;position:relative;text-align:right;margin-top:-115px}.tab-bar .show-for-medium-only div#social>a.fb,a.tw,a.ta{padding:5px}ul.toplinks{display:block;float:right;overflow:hidden;margin:10px 0 0 0;padding:0;list-style-type:none}ul.toplinks li{display:block;float:right;width:auto;margin:0;padding:0;background:none}ul.toplinks li a,ul#toplinks li div{display:block;overflow:hidden;margin:0 10px;color:#FFE1A7;font-size:14px;text-decoration:none;border-bottom:1px solid #FFE1A7}ul.toplinks li a:hover{color:#E4B275}ul.toplinks li a#fb,ul.toplinks li a#tw,ul.toplinks li a#ta{width:34px;height:34px;text-indent:-4999px;border:0;margin-right:0}ul.toplinks li a#fb{background:url(../assets/sm_fb.png) 0 0 no-repeat}ul.toplinks li a#tw{background:url(../assets/sm_tw.png) 0 0 no-repeat}ul.toplinks li a#ta{background:url(../assets/sm_ta.png) 0 0 no-repeat;border:1px solid #fff;border-radius:5px;width:32px;height:32px}ul.toplinks li .number{margin-right:10px;border:0;color:#FFE1A7}ul#mainnav{display:block;position:absolute;right:0;top:110px;float:right;clear:right;overflow:hidden;margin:10px 0 0 0;padding:0;list-style-type:none}ul#mainnav li{display:block;float:left;width:auto;margin:0;padding:0;background:none}ul#mainnav li a{display:block;overflow:hidden;margin:0 0 0 20px;padding:0 0 2px 0;color:#EBC389;font-size:15px;text-decoration:none;border-bottom:1px solid #515A5F}ul#mainnav li a:hover{border-bottom:5px solid #515A5F}#subnav{display:block;overflow:hidden;margin:14px 0 10px 2%;padding:0 0 10px 0;background:#102F4E;border-radius:8px}#subnav h2{display:block;width:100%;overflow:hidden;margin:0;padding:8px 10px 12px 10px;color:#FFF}#subnav ul{display:block;width:100%;overflow:hidden;margin:0;padding:0 0 0 20px;list-style-type:none}#subnav ul li{display:block;width:100%;overflow:hidden;margin:0;padding:0;background:url(../assets/bullet.png) 0 7px no-repeat}#subnav ul li a{display:block;width:100%;overflow:hidden;margin:0;padding:3px 0 3px 20px;border-bottom:1px solid #0E2741;text-decoration:none;color:#FFF}#subnav ul li a:hover{background:rgba(255,255,255,0.1)}#subnav ul li a#current{background:url(../assets/current.png) 100% 50% no-repeat}#ui-datepicker-div{z-index:999 !important}#slideshow_wrapper{height:260px;overflow:hidden}#slideshow_wrapper .theme-default .nivo-controlNav{display:block;position:absolute;z-index:50;top:10px;right:10px;padding:0}#slideshow_wrapper .theme-default .nivo-controlNav a{display:block;float:left;width:12px;height:12px;background:#FFF;border-radius:12px}#slideshow_wrapper .theme-default .nivo-controlNav a.active{background:#102F4E}#slideshow_wrapper .theme-default .nivo-caption{background:url(../assets/nivo-caption-bg.png) 0 0 no-repeat !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;padding:0 10px;overflow:hidden}#slideshow_wrapper .theme-default .nivo-caption strong{float:left;padding:5px 0}#slideshow_wrapper .theme-default .nivo-caption span{float:right;padding:5px 0}#hHlines{display:block;width:100%;margin:10px 0 10px 0;padding:0 45px}#hHlines ul{display:block;width:100%;overflow:hidden;margin:0;padding:0;list-style-type:none}#hHlines .hHlinesItem{display:inline-block;margin:10px 0}#hHlines ul li.hHlinesItem{display:block;overflow:hidden;margin:10px 0;padding:0 10px;list-style-type:none;background:none}#hHlines .hHlinesImageLink{display:block;overflow:hidden;margin:0 3% 0 0;padding:0;border:3px solid #3084C2;background:#FFF;border-radius:4px}#hHlines .hHlinesImageLink img{display:block;width:100%;margin:0;padding:0}#hHlines .hHlinesHeaderLink{font-family:Arial,Helvetica,sans-serif;display:block;text-align:left;margin:0;margin-left:20px;padding:0 0 2px 0;color:#0F2F4D;font-size:13px;line-height:15px;font-weight:700;text-transform:uppercase;text-shadow:0 0 1px rgba(92,74,38,0.3)}#hHlines ul li.hHlinesItem div{display:block;text-align:left;font-size:12px;margin:0;padding:0}#hHlines ul li.hHlinesItem div p{margin-bottom:2px}#hHlines ul li.hHlinesItem span.hHlinesMore{display:block;float:right;clear:right;width:100%;text-align:left;font-size:12px;font-style:italic;margin:0;padding:4px 0 0 0}.resCal{left:-2%}#reservation_wrapper{background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #a5c6e5), color-stop(0.5, #c9e8fd), color-stop(1, #a5c6e5));background:-moz-linear-gradient(center top, #a5c6e5 5%, #c9e8fd 50%, #a5c6e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5c6e5', middleColorstr='#c9e8fd', endColorstr='#a5c6e5');background-color:#a5c6e5;border-bottom:1px solid #4d78a2;border-top:1px solid #4d78a2}#reservation_wrapper h2{display:block;overflow:hidden;margin:0;padding:17px 0}@media screen and (max-width: 40em){#reservation_wrapper h2{padding:17px 0 0;}}#reservation_wrapper form{display:block;overflow:hidden;margin:0}#reservation_wrapper form input.has-datepicker{width:100%;float:none;margin-left:auto;margin-right:auto}#reservation_wrapper form .small-1{float:left}#reservation_wrapper form input.has-datepicker{display:block;float:left;width:100%;height:26px;border:1px solid #6B6AB3;border-radius:4px;margin:17px 0 0 0;color:#FFF;cursor:pointer;background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #50617b), color-stop(0.5, #6d7d97), color-stop(1, #50617b));background:-moz-linear-gradient(center top, #50617b 5%, #6d7d97 50%, #50617b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50617b', middleColorstr='#6d7d97', endColorstr='#50617b');background-color:#50617b}@media screen and (max-width: 40em){#reservation_wrapper form input.has-datepicker{margin:6px 0 0 0;width:100%;}}#reservation_wrapper form .smallRes{margin-bottom:10px}#reservation_wrapper form .smallRes #resSubmit{margin-bottom:-10px}#reservation_wrapper form span.postfix{border:none;background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #50617b), color-stop(0.5, #6d7d97), color-stop(1, #50617b));background:-moz-linear-gradient(center top, #50617b 5%, #6d7d97 50%, #50617b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50617b', middleColorstr='#6d7d97', endColorstr='#50617b');margin:17px 0 0 -5px;height:26px;border-bottom-right-radius:4px;border-top-right-radius:4px;background-color:#50617b}@media screen and (max-width: 40em){#reservation_wrapper form span.postfix{margin:6px 0 0 -3px !important;width:34px !important;}}#reservation_wrapper form span.postfix img{border-left:1px solid #586788;margin-top:-13px}#reservation_wrapper form #resSubmit{display:block;float:left;width:150px;height:28px;border:1px solid #D6A837;border-radius:4px;margin:15px 0 0 0;padding:3px;color:#6E4B04;cursor:pointer;background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #feefd2), color-stop(1, #fecf75));background:-moz-linear-gradient(center top, #feefd2 5%, #fecf75 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feefd2', endColorstr='#fecf75')}@media screen and (max-width: 40em){#reservation_wrapper form #resSubmit{width:50px;margin:5px 0 0 0;}}#action_wrapper{width:100%;overflow:hidden;padding:10px 5%}ul#actionlinks{display:block;margin:0;padding:0;background:none;list-style-type:none}ul#actionlinks li{list-style:none;background:none}ul#actionlinks li a{display:block;margin:0 auto;font-size:19px;margin-bottom:0;padding-left:20px;font-weight:bold;color:#EEEEEE;text-decoration:none;border-radius:6px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);height:38px}ul#actionlinks li a:hover{color:#fff}ul#actionlinks a#golf_packages{border:3px solid #84985B;background:url(../assets/btn_green-extend.jpg) no-repeat 100% 0px}ul#actionlinks a#golf_packages:hover{text-decoration:none;background:url(../assets/btn_green-extend.jpg) no-repeat 100% -32px}ul#actionlinks a#enews_signup{border:3px solid #3084C2;background:url(../assets/btn_blue-extend.jpg) no-repeat 100% 0px}ul#actionlinks a#enews_signup:hover{text-decoration:none;background:url(../assets/btn_blue-extend.jpg) no-repeat 100% -32px}ul#actionlinks a#lodging_specials{border:3px solid #DE871A;background:url(../assets/btn_yellow-extend.jpg) no-repeat 100% 0px}ul#actionlinks a#lodging_specials:hover{text-decoration:none;background:url(../assets/btn_yellow-extend.jpg) no-repeat 100% -32px}#action2{display:block;width:98%;overflow:hidden;margin:14px 0 10px 2%;padding:0 0 10px 0;background:#102F4E;border-radius:8px}#action2 h2{display:block;width:100%;overflow:hidden;margin:0;padding:8px 10px 12px 10px;color:#FFF}#action2 ul{display:block;width:100%;overflow:hidden;margin:0;padding:0 0 0 20px;list-style-type:none}#action2 ul li{display:block;width:100%;overflow:hidden;margin:0;padding:0;background:url(../assets/bullet.png) 0 7px no-repeat}#action2 ul li a{display:block;width:100%;overflow:hidden;margin:0;padding:3px 0 3px 20px;border-bottom:1px solid #0E2741;text-decoration:none;color:#FFF}#action2 ul li a:hover{background:rgba(255,255,255,0.1)}#home_video_wrapper{margin:0 auto;padding:14px 0 8px 0;background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #8fa864), color-stop(0.5, #a1bb74), color-stop(1, #8fa864));background:-moz-linear-gradient(center top, #8fa864 5%, #a1bb74 50%, #8fa864 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fa864', middleColorstr='#a1bb74', endColorstr='#8fa864');background-color:#a1bb74;border:3px solid #B4C98E;border-radius:10px;overflow:hidden;width:94%}#home_video_wrapper h2{display:block;width:100%;overflow:hidden;margin:0;padding:4px 2% 8px 2%;color:#365303}#home_video_wrapper>.row{margin:0}#home_video_wrapper>.row>.large-3{margin:0 1%;width:23%}.hBox{padding:0;float:left;overflow:hidden;background:#CCC;border:3px solid #7A954B;border-radius:10px}.hBox a{display:block;position:relative;width:100%;height:150px;overflow:hidden;margin:0;padding:0}.hBox a img{display:block;width:184%;overflow:hidden;height:175%;margin-top:-32%}.hBox a span.vidoverlay{display:block;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;background:url(../assets/video_overlay.png) 50% 50% no-repeat}#footer{width:100%;overflow:hidden;padding:10px 20px}#address1{display:block;float:left;overflow:hidden;margin:0 0 0 12px;padding:0 0 5px 0;text-align:left;font-size:16px;color:#0F2F4D}#address1 li{margin-left:0}#address1 li::after{content:'|';margin:0 10px}#address1 li:last-child::after{content:''}@media screen and (max-width: 40em){#address1{margin:0;text-align:center;float:none;}#address1 li{float:none}#address1 li::after{content:'';margin:0}}#info{display:block;float:left;overflow:hidden;margin:0 0 0 -8px;padding:0 0 5px 0;text-align:left;color:#0F2F4D}#info li>a{display:inline !important;margin:0 10px}#info li>a:first-child{margin:0 10px 0 0}#info li{position:relative}#info li::before{content:"\2022";margin:0 10px;display:inline-block;width:10px;height:18px;position:absolute;vertical-align:middle;left:-25px}#info li:first-child::before{content:''}@media screen and (max-width: 40em){#info{margin:0;float:none;text-align:center;}#info li{float:none}#info li::before{content:'';margin:0}}#info a{color:#0F2F4D}#puremi{display:block;clear:none}#copyright{display:block;width:100%;overflow:hidden;margin:0;padding:5px;color:#FFF;text-align:center}#copyright a{color:#FFF}#video_wrapper{display:block;width:100%;overflow:hidden;clear:both}#video_wrapper h2{display:block;width:100%;overflow:hidden;clear:both;margin:0 0 16px 5px;padding:0}ul#videoGallery{display:block;width:100%;overflow:hidden;margin:0;padding:0;list-style-type:none}ul#videoGallery li{display:block;float:left;width:22%;margin:0 1.5% 24px 1.5%;padding:0;border:1px solid #DDDFDD;background:#FDFDFF;border-radius:3px;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.05);-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.05);box-shadow:1px 1px 3px rgba(0,0,0,0.05)}ul#videoGallery li:nth-child(4n-3){clear:left;width:22.75%;margin:0 3% 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n-3){clear:none;width:45%;}}ul#videoGallery li:nth-child(4n-2){width:22.75%;margin:0 3% 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n-2){width:45%;}}ul#videoGallery li:nth-child(4n-1){width:22.75%;margin:0 3% 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n-1){clear:left;width:45%;}}ul#videoGallery li:nth-child(4n){width:22.75%;margin:0 0 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n){width:45%;}}ul#videoGallery li a{position:relative;z-index:10;display:block;width:100%;overflow:hidden;padding:10px}ul#videoGallery li a img{display:block;width:100%}ul#videoGallery li a span#vidtitle{display:block;position:relative;width:100%;padding:5px 30px 0 0;color:#A9ABA9;font-size:12px;min-height:27px}ul#videoGallery li a:hover span#vidtitle{color:#3FAC46}ul#videoGallery li a span#vidtitle span#play{display:block;position:absolute;z-index:11;width:25px;height:27px;right:0;top:5px;background:url(../assets/video_overlay.png) 0 0 no-repeat;backgorund-size:contain}ul#videoGallery li:hover a span#vidtitle span#play{background-position:0 -27px}@media only screen and (max-width: 64em){#slideshow_wrapper{height:169px}#home_video_wrapper>.row>.small-6{width:45%;margin:1% 2.5%}}@media only screen and (max-width: 40em){#slideshow_wrapper{height:84px}#reservation_wrapper form .small-12 input[type="submit"]{float:none;margin-left:auto;margin-right:auto;margin-bottom:10px}}aside.right-off-canvas-menu ul.off-canvas-list li{display:block;overflow:hidden;position:relative}aside.right-off-canvas-menu ul.off-canvas-list li a{padding-right:auto}aside.right-off-canvas-menu ul.off-canvas-list li a.toggle{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABUCAYAAADwHnXXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEIxREJCRjkxOTc3MTFFNEExMUU4NDJENjA5NTYyNEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEIxREJCRkExOTc3MTFFNEExMUU4NDJENjA5NTYyNEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjFEQkJGNzE5NzcxMUU0QTExRTg0MkQ2MDk1NjI0QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjFEQkJGODE5NzcxMUU0QTExRTg0MkQ2MDk1NjI0QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmLH3EUAAAKASURBVHja7FpNKERRFH7jJ7KQkiKllGRBSRY2ViR2io2yUpSUhiLJb4QQg7KwsLJQNnZKysJWslB+RokSJdEkURjfae5imsa8d9+777lyTn3d3pt77/veOe+cc++54wuHw4bOkmRoLkyQCTLBv04wxekExQd3jsZfVOf9Aw1CSzto6iXmDQGfJn32gSZVJu4BaiX6Z5r8/gGMKnMSfCdnaFYVWm4NOFHtxWPAowJyNMeI8jADLT7JTJxAhmVeNMkt0/wgx2IOdwI1tPghHMaO0MKz24J3O4uDILmHZtsGwU3gwKtU1w+8S/R/BQY8y8XQYhDNssSQGeDG68XCJHBvod8VMOf5agZaDImQYSa9wNtvLbfWgaMEv+/adCg1BKHFLzT+BPnWr8OClULHVpz7lLtPdVlR98V8Zw9WVyteEbyO8dRB4Fm3PckscAscCufRY08SJS8iW1wCXzoSJNlQvSfxcXWLCTJBJsgEmSATZIJMkAkyQSb4i8InTbqZuApo1crEMS+7ApDNtsVGXisNtgGVQL4RqWFrZeIsYCrqmqpdBToRpFJbTtR1OjCvC8ESoCvO/WagWgeCS0BqnPs+IOD0GY4GI0g3oqlL0KVCOI/3BEGOvrMFC10nDPMDblc0SJ5aaKFfLjBk9yG26oPQHoUQquBnWBxC53plQNCrXDwtQY4kzYjUsN03MbRHoaPFxrPIoWpcJQhyyUbklNNnU/MB2fwvq8EOoNyBY5UC7a44CbSXjeYcyHYY2OkPFUWGOOhR6SQTCsgZYo5xpSaG9kqFeVVJp8jhyhas9MYhkz7JEhmDcvci0OBKoOZNk0oNcmWBCTJBJsgEmaDe8i3AAABaiPID+002AAAAAElFTkSuQmCC');background-repeat:no-repeat;background-position:50% 3px;width:40px;height:100%;position:absolute;right:0;top:0;transition:none}aside.right-off-canvas-menu ul.off-canvas-list li a.toggle.open{background-position:50% -40px}aside.right-off-canvas-menu ul.off-canvas-list li>ul.open{display:block}aside.right-off-canvas-menu ul.off-canvas-list li>ul{display:none}aside.right-off-canvas-menu ul.off-canvas-list li>ul li>a{padding-left:10px;margin-left:25px;font-size:0.875rem;line-height:18px}aside.right-off-canvas-menu .number{display:inline-block;margin:8px 10px}#mainContainer{background-color:#cee7ff;width:1000px;margin-left:auto;margin-right:auto}#header{background-color:#0e2e4c;width:1000px}#header a:hover{font-weight:normal}.RoundedBox1Content{padding:0}#footer{background-color:#fff}#footer a:hover{font-weight:normal} \ No newline at end of file +meta.foundation-version{font-family:"/5.5.0/"}meta.foundation-mq-small{font-family:"/only screen/";width:0em}meta.foundation-mq-small-only{font-family:"/only screen and (max-width: 40em)/";width:0em}meta.foundation-mq-medium{font-family:"/only screen and (min-width:40.063em)/";width:40.063em}meta.foundation-mq-medium-only{font-family:"/only screen and (min-width:40.063em) and (max-width:64em)/";width:40.063em}meta.foundation-mq-large{font-family:"/only screen and (min-width:64.063em)/";width:64.063em}meta.foundation-mq-large-only{font-family:"/only screen and (min-width:64.063em) and (max-width:90em)/";width:64.063em}meta.foundation-mq-xlarge{font-family:"/only screen and (min-width:90.063em)/";width:90.063em}meta.foundation-mq-xlarge-only{font-family:"/only screen and (min-width:90.063em) and (max-width:120em)/";width:90.063em}meta.foundation-mq-xxlarge{font-family:"/only screen and (min-width:120.063em)/";width:120.063em}meta.foundation-data-attribute-namespace{font-family:false}html,body{height:100%}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{font-size:100%}body{background:#fff;color:#222;padding:0;margin:0;font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:normal;font-style:normal;line-height:130%;position:relative;cursor:auto}a:hover{cursor:pointer}img{max-width:100%;height:auto}img{-ms-interpolation-mode:bicubic}#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object{max-width:none !important}.left{float:left !important}.right{float:right !important}.clearfix:before,.clearfix:after{content:" ";display:table}.clearfix:after{clear:both}.hide{display:none !important;visibility:hidden}.invisible{visibility:hidden}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle}textarea{height:auto;min-height:50px}select{width:100%}.row{width:100%;margin-left:auto;margin-right:auto;margin-top:0;margin-bottom:0;max-width:61.875rem}.row:before,.row:after{content:" ";display:table}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row.collapse .row{margin-left:0;margin-right:0}.row .row{width:auto;margin-left:-0.9375rem;margin-right:-0.9375rem;margin-top:0;margin-bottom:0;max-width:none}.row .row:before,.row .row:after{content:" ";display:table}.row .row:after{clear:both}.row .row.collapse{width:auto;margin:0;max-width:none}.row .row.collapse:before,.row .row.collapse:after{content:" ";display:table}.row .row.collapse:after{clear:both}.column,.columns{padding-left:0.9375rem;padding-right:0.9375rem;width:100%;float:left}[class*="column"]+[class*="column"]:last-child{float:right}[class*="column"]+[class*="column"].end{float:left}@media only screen{.small-push-0{position:relative;left:0%;right:auto}.small-pull-0{position:relative;right:0%;left:auto}.small-push-1{position:relative;left:8.3333333333%;right:auto}.small-pull-1{position:relative;right:8.3333333333%;left:auto}.small-push-2{position:relative;left:16.6666666667%;right:auto}.small-pull-2{position:relative;right:16.6666666667%;left:auto}.small-push-3{position:relative;left:25%;right:auto}.small-pull-3{position:relative;right:25%;left:auto}.small-push-4{position:relative;left:33.3333333333%;right:auto}.small-pull-4{position:relative;right:33.3333333333%;left:auto}.small-push-5{position:relative;left:41.6666666667%;right:auto}.small-pull-5{position:relative;right:41.6666666667%;left:auto}.small-push-6{position:relative;left:50%;right:auto}.small-pull-6{position:relative;right:50%;left:auto}.small-push-7{position:relative;left:58.3333333333%;right:auto}.small-pull-7{position:relative;right:58.3333333333%;left:auto}.small-push-8{position:relative;left:66.6666666667%;right:auto}.small-pull-8{position:relative;right:66.6666666667%;left:auto}.small-push-9{position:relative;left:75%;right:auto}.small-pull-9{position:relative;right:75%;left:auto}.small-push-10{position:relative;left:83.3333333333%;right:auto}.small-pull-10{position:relative;right:83.3333333333%;left:auto}.small-push-11{position:relative;left:91.6666666667%;right:auto}.small-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.small-1{width:8.3333333333%}.small-2{width:16.6666666667%}.small-3{width:25%}.small-4{width:33.3333333333%}.small-5{width:41.6666666667%}.small-6{width:50%}.small-7{width:58.3333333333%}.small-8{width:66.6666666667%}.small-9{width:75%}.small-10{width:83.3333333333%}.small-11{width:91.6666666667%}.small-12{width:100%}.small-offset-0{margin-left:0% !important}.small-offset-1{margin-left:8.3333333333% !important}.small-offset-2{margin-left:16.6666666667% !important}.small-offset-3{margin-left:25% !important}.small-offset-4{margin-left:33.3333333333% !important}.small-offset-5{margin-left:41.6666666667% !important}.small-offset-6{margin-left:50% !important}.small-offset-7{margin-left:58.3333333333% !important}.small-offset-8{margin-left:66.6666666667% !important}.small-offset-9{margin-left:75% !important}.small-offset-10{margin-left:83.3333333333% !important}.small-offset-11{margin-left:91.6666666667% !important}.small-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.small-centered,.columns.small-centered{margin-left:auto;margin-right:auto;float:none}.column.small-uncentered,.columns.small-uncentered{margin-left:0;margin-right:0;float:left}.column.small-centered:last-child,.columns.small-centered:last-child{float:none}.column.small-uncentered:last-child,.columns.small-uncentered:last-child{float:left}.column.small-uncentered.opposite,.columns.small-uncentered.opposite{float:right}.row.small-collapse>.column,.row.small-collapse>.columns{padding-left:0;padding-right:0}.row.small-collapse .row{margin-left:0;margin-right:0}.row.small-uncollapse>.column,.row.small-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}}@media only screen and (min-width:40.063em){.medium-push-0{position:relative;left:0%;right:auto}.medium-pull-0{position:relative;right:0%;left:auto}.medium-push-1{position:relative;left:8.3333333333%;right:auto}.medium-pull-1{position:relative;right:8.3333333333%;left:auto}.medium-push-2{position:relative;left:16.6666666667%;right:auto}.medium-pull-2{position:relative;right:16.6666666667%;left:auto}.medium-push-3{position:relative;left:25%;right:auto}.medium-pull-3{position:relative;right:25%;left:auto}.medium-push-4{position:relative;left:33.3333333333%;right:auto}.medium-pull-4{position:relative;right:33.3333333333%;left:auto}.medium-push-5{position:relative;left:41.6666666667%;right:auto}.medium-pull-5{position:relative;right:41.6666666667%;left:auto}.medium-push-6{position:relative;left:50%;right:auto}.medium-pull-6{position:relative;right:50%;left:auto}.medium-push-7{position:relative;left:58.3333333333%;right:auto}.medium-pull-7{position:relative;right:58.3333333333%;left:auto}.medium-push-8{position:relative;left:66.6666666667%;right:auto}.medium-pull-8{position:relative;right:66.6666666667%;left:auto}.medium-push-9{position:relative;left:75%;right:auto}.medium-pull-9{position:relative;right:75%;left:auto}.medium-push-10{position:relative;left:83.3333333333%;right:auto}.medium-pull-10{position:relative;right:83.3333333333%;left:auto}.medium-push-11{position:relative;left:91.6666666667%;right:auto}.medium-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.medium-1{width:8.3333333333%}.medium-2{width:16.6666666667%}.medium-3{width:25%}.medium-4{width:33.3333333333%}.medium-5{width:41.6666666667%}.medium-6{width:50%}.medium-7{width:58.3333333333%}.medium-8{width:66.6666666667%}.medium-9{width:75%}.medium-10{width:83.3333333333%}.medium-11{width:91.6666666667%}.medium-12{width:100%}.medium-offset-0{margin-left:0% !important}.medium-offset-1{margin-left:8.3333333333% !important}.medium-offset-2{margin-left:16.6666666667% !important}.medium-offset-3{margin-left:25% !important}.medium-offset-4{margin-left:33.3333333333% !important}.medium-offset-5{margin-left:41.6666666667% !important}.medium-offset-6{margin-left:50% !important}.medium-offset-7{margin-left:58.3333333333% !important}.medium-offset-8{margin-left:66.6666666667% !important}.medium-offset-9{margin-left:75% !important}.medium-offset-10{margin-left:83.3333333333% !important}.medium-offset-11{margin-left:91.6666666667% !important}.medium-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.medium-centered,.columns.medium-centered{margin-left:auto;margin-right:auto;float:none}.column.medium-uncentered,.columns.medium-uncentered{margin-left:0;margin-right:0;float:left}.column.medium-centered:last-child,.columns.medium-centered:last-child{float:none}.column.medium-uncentered:last-child,.columns.medium-uncentered:last-child{float:left}.column.medium-uncentered.opposite,.columns.medium-uncentered.opposite{float:right}.row.medium-collapse>.column,.row.medium-collapse>.columns{padding-left:0;padding-right:0}.row.medium-collapse .row{margin-left:0;margin-right:0}.row.medium-uncollapse>.column,.row.medium-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}@media only screen and (min-width:64.063em){.large-push-0{position:relative;left:0%;right:auto}.large-pull-0{position:relative;right:0%;left:auto}.large-push-1{position:relative;left:8.3333333333%;right:auto}.large-pull-1{position:relative;right:8.3333333333%;left:auto}.large-push-2{position:relative;left:16.6666666667%;right:auto}.large-pull-2{position:relative;right:16.6666666667%;left:auto}.large-push-3{position:relative;left:25%;right:auto}.large-pull-3{position:relative;right:25%;left:auto}.large-push-4{position:relative;left:33.3333333333%;right:auto}.large-pull-4{position:relative;right:33.3333333333%;left:auto}.large-push-5{position:relative;left:41.6666666667%;right:auto}.large-pull-5{position:relative;right:41.6666666667%;left:auto}.large-push-6{position:relative;left:50%;right:auto}.large-pull-6{position:relative;right:50%;left:auto}.large-push-7{position:relative;left:58.3333333333%;right:auto}.large-pull-7{position:relative;right:58.3333333333%;left:auto}.large-push-8{position:relative;left:66.6666666667%;right:auto}.large-pull-8{position:relative;right:66.6666666667%;left:auto}.large-push-9{position:relative;left:75%;right:auto}.large-pull-9{position:relative;right:75%;left:auto}.large-push-10{position:relative;left:83.3333333333%;right:auto}.large-pull-10{position:relative;right:83.3333333333%;left:auto}.large-push-11{position:relative;left:91.6666666667%;right:auto}.large-pull-11{position:relative;right:91.6666666667%;left:auto}.column,.columns{position:relative;padding-left:0.9375rem;padding-right:0.9375rem;float:left}.large-1{width:8.3333333333%}.large-2{width:16.6666666667%}.large-3{width:25%}.large-4{width:33.3333333333%}.large-5{width:41.6666666667%}.large-6{width:50%}.large-7{width:58.3333333333%}.large-8{width:66.6666666667%}.large-9{width:75%}.large-10{width:83.3333333333%}.large-11{width:91.6666666667%}.large-12{width:100%}.large-offset-0{margin-left:0% !important}.large-offset-1{margin-left:8.3333333333% !important}.large-offset-2{margin-left:16.6666666667% !important}.large-offset-3{margin-left:25% !important}.large-offset-4{margin-left:33.3333333333% !important}.large-offset-5{margin-left:41.6666666667% !important}.large-offset-6{margin-left:50% !important}.large-offset-7{margin-left:58.3333333333% !important}.large-offset-8{margin-left:66.6666666667% !important}.large-offset-9{margin-left:75% !important}.large-offset-10{margin-left:83.3333333333% !important}.large-offset-11{margin-left:91.6666666667% !important}.large-reset-order{margin-left:0;margin-right:0;left:auto;right:auto;float:left}.column.large-centered,.columns.large-centered{margin-left:auto;margin-right:auto;float:none}.column.large-uncentered,.columns.large-uncentered{margin-left:0;margin-right:0;float:left}.column.large-centered:last-child,.columns.large-centered:last-child{float:none}.column.large-uncentered:last-child,.columns.large-uncentered:last-child{float:left}.column.large-uncentered.opposite,.columns.large-uncentered.opposite{float:right}.row.large-collapse>.column,.row.large-collapse>.columns{padding-left:0;padding-right:0}.row.large-collapse .row{margin-left:0;margin-right:0}.row.large-uncollapse>.column,.row.large-uncollapse>.columns{padding-left:0.9375rem;padding-right:0.9375rem;float:left}.push-0{position:relative;left:0%;right:auto}.pull-0{position:relative;right:0%;left:auto}.push-1{position:relative;left:8.3333333333%;right:auto}.pull-1{position:relative;right:8.3333333333%;left:auto}.push-2{position:relative;left:16.6666666667%;right:auto}.pull-2{position:relative;right:16.6666666667%;left:auto}.push-3{position:relative;left:25%;right:auto}.pull-3{position:relative;right:25%;left:auto}.push-4{position:relative;left:33.3333333333%;right:auto}.pull-4{position:relative;right:33.3333333333%;left:auto}.push-5{position:relative;left:41.6666666667%;right:auto}.pull-5{position:relative;right:41.6666666667%;left:auto}.push-6{position:relative;left:50%;right:auto}.pull-6{position:relative;right:50%;left:auto}.push-7{position:relative;left:58.3333333333%;right:auto}.pull-7{position:relative;right:58.3333333333%;left:auto}.push-8{position:relative;left:66.6666666667%;right:auto}.pull-8{position:relative;right:66.6666666667%;left:auto}.push-9{position:relative;left:75%;right:auto}.pull-9{position:relative;right:75%;left:auto}.push-10{position:relative;left:83.3333333333%;right:auto}.pull-10{position:relative;right:83.3333333333%;left:auto}.push-11{position:relative;left:91.6666666667%;right:auto}.pull-11{position:relative;right:91.6666666667%;left:auto}}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{background:#102F4E}body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;color:#0E2E4C;background:#102F4E}h1,h2,h3,h4,h5,h6{font-family:Arial,Helvetica,sans-serif;color:#0F2F4D;margin:0;padding:20px 0 10px 0;font-weight:normal}h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty{display:none}h1:empty,h2:empty,h3:empty,h4:empty,h5:empty,h6:empty{display:none}a{color:#3084C2;text-decoration:none}a:hover{color:#3084C2;text-decoration:underline}img{border:0}#toolbox ul,ol{display:table;margin:0;padding:10px 10px 10px 20px}#toolbox ul li{display:block;margin:0;padding:0 0 2px 20px;background:url(../assets/bullet.png) 0 4px no-repeat}#toolbox h1{margin-left:15px}#toolbox h2{margin-left:15px}#toolbox h3{margin-left:15px}#toolbox h4{margin-left:15px}#toolbox #breadcrumbs{margin-left:15px}#home #toolbox{padding:0 20px}.webform table{margin:10px 0 0 0;clear:both}.req{clear:both !important}.tooltip{padding:0 0 0 5px}.imageright{float:right;margin:12px 2px 15px 15px}.imageleft{float:left;margin:12px 15px 15px 2px}#toolbox figure{margin:0}.imageright img,.imageleft img,#toolbox figure>img{display:block;width:100%;border:10px solid #355675;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3)}.imagecaption{font-size:11px;color:#325376;padding:5px 0 20px 5px}#toolbox figcaption{font-size:0.6875rem}#toolbox .toolboxSectionFigureInner{margin-bottom:20px}.file-download{background-repeat:no-repeat;background-position:left;padding:1px 2px 1px 18px;position:relative;margin-right:10px;margin-bottom:5px;display:block}.avi{background-image:url(images/file-ext/avi.gif)}.doc{background-image:url(images/file-ext/doc.gif)}.gif{background-image:url(images/file-ext/gif.gif)}.html{background-image:url(images/file-ext/html.gif)}.jpg{background-image:url(images/file-ext/jpg.gif)}.mov{background-image:url(images/file-ext/mov.gif)}.mp3{background-image:url(images/file-ext/mp3.gif)}.pdf{background-image:url(images/file-ext/pdf.png)}.ppt{background-image:url(images/file-ext/ppt.gif)}.txt{background-image:url(images/file-ext/txt.png)}.wmv{background-image:url(images/file-ext/wmv.gif)}.xls{background-image:url(images/file-ext/xls.gif)}.zip{background-image:url(images/file-ext/zip.png)}.download{background-image:url(images/file-ext/download.gif);clear:none}*:focus{outline:none}iframe{border:1px solid #CCC}#toolbox #category,#toolbox .listing{display:block;width:100%;overflow:hidden;clear:both;font-size:14px;padding:0;margin:0}#toolbox{margin:0;padding:0}#wrapper{display:block;margin:0 auto;overflow:hidden}#main{overflow:hidden;margin:0;padding:0;min-height:400px;background:#FFF;border-radius:0 0 12px 12px}#content{display:block;width:100%;padding:0;margin:0}#leftcol{overflow:hidden;margin-top:10px}.pid427 #leftcol{display:none}#maincol{margin-top:10px}#maincol.wide,.pid427 #maincol{width:100%}#header{position:relative;display:block;width:100%;overflow:hidden;margin:0;padding:0;height:157px}#logo{display:block;float:left;width:227px;height:137px;margin:5px 10px 10px 10px;padding:0;position:absolute}.mobile-logo{display:block;float:left;margin:5px 10px 10px 10px;padding:0}@media screen and (max-width: 40em){.mobile-logo{width:167px;}}.show-for-small-only .mobile-logo{float:none;margin-left:auto;margin-right:auto}.tab-bar{position:relative;height:160px}.tab-bar-section{top:114px}.right-small{top:114px}.right-small .show-for-small-only{top:125px}#rightMenu{margin-right:50px}#rightMenu span{color:#ebc389}@media only screen and (min-width:40.063em) and (max-width:64em){#rightMenu{margin-top:-37px;}}span.number{color:#fff;margin-top:10px}.tab-bar .show-for-medium-only div#social{display:block;float:right;position:relative;text-align:right;margin-top:-115px}.tab-bar .show-for-medium-only div#social>a.fb,a.tw,a.ta{padding:5px}ul.toplinks{display:block;float:right;overflow:hidden;margin:10px 0 0 0;padding:0;list-style-type:none}ul.toplinks li{display:block;float:right;width:auto;margin:0;padding:0;background:none}ul.toplinks li a,ul#toplinks li div{display:block;overflow:hidden;margin:0 10px;color:#FFE1A7;font-size:14px;text-decoration:none;border-bottom:1px solid #FFE1A7}ul.toplinks li a:hover{color:#E4B275}ul.toplinks li a#fb,ul.toplinks li a#tw,ul.toplinks li a#ta{width:34px;height:34px;text-indent:-4999px;border:0;margin-right:0}ul.toplinks li a#fb{background:url(../assets/sm_fb.png) 0 0 no-repeat}ul.toplinks li a#tw{background:url(../assets/sm_tw.png) 0 0 no-repeat}ul.toplinks li a#ta{background:url(../assets/sm_ta.png) 0 0 no-repeat;border:1px solid #fff;border-radius:5px;width:32px;height:32px}ul.toplinks li .number{margin-right:10px;border:0;color:#FFE1A7}ul#mainnav{display:block;position:absolute;right:0;top:110px;float:right;clear:right;overflow:hidden;margin:10px 0 0 0;padding:0;list-style-type:none}ul#mainnav li{display:block;float:left;width:auto;margin:0;padding:0;background:none}ul#mainnav li a{display:block;overflow:hidden;margin:0 0 0 20px;padding:0 0 2px 0;color:#EBC389;font-size:15px;text-decoration:none;border-bottom:1px solid #515A5F}ul#mainnav li a:hover{border-bottom:5px solid #515A5F}#subnav{display:block;overflow:hidden;margin:14px 0 10px 2%;padding:0 0 10px 0;background:#102F4E;border-radius:8px}#subnav h2{display:block;width:100%;overflow:hidden;margin:0;padding:8px 10px 12px 10px;color:#FFF}#subnav ul{display:block;width:100%;overflow:hidden;margin:0;padding:0 0 0 20px;list-style-type:none}#subnav ul li{display:block;width:100%;overflow:hidden;margin:0;padding:0;background:url(../assets/bullet.png) 0 7px no-repeat}#subnav ul li a{display:block;width:100%;overflow:hidden;margin:0;padding:3px 0 3px 20px;border-bottom:1px solid #0E2741;text-decoration:none;color:#FFF}#subnav ul li a:hover{background:rgba(255,255,255,0.1)}#subnav ul li a#current{background:url(../assets/current.png) 100% 50% no-repeat}#ui-datepicker-div{z-index:999 !important}#slideshow_wrapper{height:260px;overflow:hidden}#slideshow_wrapper .theme-default .nivo-controlNav{display:block;position:absolute;z-index:50;top:10px;right:10px;padding:0}#slideshow_wrapper .theme-default .nivo-controlNav a{display:block;float:left;width:12px;height:12px;background:#FFF;border-radius:12px}#slideshow_wrapper .theme-default .nivo-controlNav a.active{background:#102F4E}#slideshow_wrapper .theme-default .nivo-caption{background:url(../assets/nivo-caption-bg.png) 0 0 no-repeat !important;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;padding:0 10px;overflow:hidden}#slideshow_wrapper .theme-default .nivo-caption strong{float:left;padding:5px 0}#slideshow_wrapper .theme-default .nivo-caption span{float:right;padding:5px 0}#hHlines{display:block;width:100%;margin:10px 0 10px 0;padding:0 45px}#hHlines ul{display:block;width:100%;overflow:hidden;margin:0;padding:0;list-style-type:none}#hHlines .hHlinesItem{display:inline-block;margin:10px 0}#hHlines ul li.hHlinesItem{display:block;overflow:hidden;margin:10px 0;padding:0 10px;list-style-type:none;background:none}#hHlines .hHlinesImageLink{display:block;overflow:hidden;margin:0 3% 0 0;padding:0;border:3px solid #3084C2;background:#FFF;border-radius:4px}#hHlines .hHlinesImageLink img{display:block;width:100%;margin:0;padding:0}#hHlines .hHlinesHeaderLink{font-family:Arial,Helvetica,sans-serif;display:block;text-align:left;margin:0;margin-left:20px;padding:0 0 2px 0;color:#0F2F4D;font-size:13px;line-height:15px;font-weight:700;text-transform:uppercase;text-shadow:0 0 1px rgba(92,74,38,0.3)}#hHlines ul li.hHlinesItem div{display:block;text-align:left;font-size:12px;margin:0;padding:0}#hHlines ul li.hHlinesItem div p{margin-bottom:2px}#hHlines ul li.hHlinesItem span.hHlinesMore{display:block;float:right;clear:right;width:100%;text-align:left;font-size:12px;font-style:italic;margin:0;padding:4px 0 0 0}.resCal{left:-2%}#reservation_wrapper{background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #a5c6e5), color-stop(0.5, #c9e8fd), color-stop(1, #a5c6e5));background:-moz-linear-gradient(center top, #a5c6e5 5%, #c9e8fd 50%, #a5c6e5 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5c6e5', middleColorstr='#c9e8fd', endColorstr='#a5c6e5');background-color:#a5c6e5;border-bottom:1px solid #4d78a2;border-top:1px solid #4d78a2}#reservation_wrapper h2{display:block;overflow:hidden;margin:0;padding:17px 0}@media screen and (max-width: 40em){#reservation_wrapper h2{padding:17px 0 0;}}#reservation_wrapper form{display:block;overflow:hidden;margin:0}#reservation_wrapper form input.has-datepicker{width:100%;float:none;margin-left:auto;margin-right:auto}#reservation_wrapper form .small-1{float:left}#reservation_wrapper form input.has-datepicker{display:block;float:left;width:100%;height:26px;border:1px solid #6B6AB3;border-radius:4px;margin:17px 0 0 0;color:#FFF;cursor:pointer;background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #50617b), color-stop(0.5, #6d7d97), color-stop(1, #50617b));background:-moz-linear-gradient(center top, #50617b 5%, #6d7d97 50%, #50617b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50617b', middleColorstr='#6d7d97', endColorstr='#50617b');background-color:#50617b}@media screen and (max-width: 40em){#reservation_wrapper form input.has-datepicker{margin:6px 0 0 0;width:100%;}}#reservation_wrapper form .smallRes{margin-bottom:10px}#reservation_wrapper form .smallRes #resSubmit{margin-bottom:-10px}#reservation_wrapper form span.postfix{border:none;background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #50617b), color-stop(0.5, #6d7d97), color-stop(1, #50617b));background:-moz-linear-gradient(center top, #50617b 5%, #6d7d97 50%, #50617b 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#50617b', middleColorstr='#6d7d97', endColorstr='#50617b');margin:17px 0 0 -5px;height:26px;border-bottom-right-radius:4px;border-top-right-radius:4px;background-color:#50617b}@media screen and (max-width: 40em){#reservation_wrapper form span.postfix{margin:6px 0 0 -3px !important;width:34px !important;}}#reservation_wrapper form span.postfix img{border-left:1px solid #586788;margin-top:-13px}#reservation_wrapper form #resSubmit{display:block;float:left;width:150px;height:28px;border:1px solid #D6A837;border-radius:4px;margin:15px 0 0 0;padding:3px;color:#6E4B04;cursor:pointer;background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #feefd2), color-stop(1, #fecf75));background:-moz-linear-gradient(center top, #feefd2 5%, #fecf75 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#feefd2', endColorstr='#fecf75')}@media screen and (max-width: 40em){#reservation_wrapper form #resSubmit{width:50px;margin:5px 0 0 0;}}#action_wrapper{width:100%;overflow:hidden;padding:10px 5%}ul#actionlinks{display:block;margin:0;padding:0;background:none;list-style-type:none}ul#actionlinks li{list-style:none;background:none}ul#actionlinks li a{display:block;margin:0 auto;font-size:19px;margin-bottom:0;padding-left:20px;font-weight:bold;color:#EEEEEE;text-decoration:none;border-radius:6px;-webkit-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);box-shadow:1px 1px 5px 0px rgba(0,0,0,0.3);height:38px}ul#actionlinks li a:hover{color:#fff}ul#actionlinks a#golf_packages{border:3px solid #84985B;background:url(../assets/btn_green-extend.jpg) no-repeat 100% 0px}ul#actionlinks a#golf_packages:hover{text-decoration:none;background:url(../assets/btn_green-extend.jpg) no-repeat 100% -32px}ul#actionlinks a#enews_signup{border:3px solid #3084C2;background:url(../assets/btn_blue-extend.jpg) no-repeat 100% 0px}ul#actionlinks a#enews_signup:hover{text-decoration:none;background:url(../assets/btn_blue-extend.jpg) no-repeat 100% -32px}ul#actionlinks a#lodging_specials{border:3px solid #DE871A;background:url(../assets/btn_yellow-extend.jpg) no-repeat 100% 0px}ul#actionlinks a#lodging_specials:hover{text-decoration:none;background:url(../assets/btn_yellow-extend.jpg) no-repeat 100% -32px}#action2{display:block;width:98%;overflow:hidden;margin:14px 0 10px 2%;padding:0 0 10px 0;background:#102F4E;border-radius:8px}#action2 h2{display:block;width:100%;overflow:hidden;margin:0;padding:8px 10px 12px 10px;color:#FFF}#action2 ul{display:block;width:100%;overflow:hidden;margin:0;padding:0 0 0 20px;list-style-type:none}#action2 ul li{display:block;width:100%;overflow:hidden;margin:0;padding:0;background:url(../assets/bullet.png) 0 7px no-repeat}#action2 ul li a{display:block;width:100%;overflow:hidden;margin:0;padding:3px 0 3px 20px;border-bottom:1px solid #0E2741;text-decoration:none;color:#FFF}#action2 ul li a:hover{background:rgba(255,255,255,0.1)}#home_video_wrapper{margin:0 auto;padding:14px 0 8px 0;background:-webkit-gradient(linear, left top, left middle, left bottom, color-stop(0.05, #8fa864), color-stop(0.5, #a1bb74), color-stop(1, #8fa864));background:-moz-linear-gradient(center top, #8fa864 5%, #a1bb74 50%, #8fa864 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8fa864', middleColorstr='#a1bb74', endColorstr='#8fa864');background-color:#a1bb74;border:3px solid #B4C98E;border-radius:10px;overflow:hidden;width:94%}#home_video_wrapper h2{display:block;width:100%;overflow:hidden;margin:0;padding:4px 2% 8px 2%;color:#365303}#home_video_wrapper>.row{margin:0}#home_video_wrapper>.row>.large-3{margin:0 1%;width:23%}.hBox{padding:0;float:left;overflow:hidden;background:#CCC;border:3px solid #7A954B;border-radius:10px}.hBox a{display:block;position:relative;width:100%;height:150px;overflow:hidden;margin:0;padding:0}.hBox a img{display:block;width:184%;overflow:hidden;height:175%;margin-top:-32%}.hBox a span.vidoverlay{display:block;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;background:url(../assets/video_overlay.png) 50% 50% no-repeat}#footer{width:100%;overflow:hidden;padding:10px 20px}#address1{display:block;float:left;overflow:hidden;margin:0 0 0 12px;padding:0 0 5px 0;text-align:left;font-size:16px;color:#0F2F4D}#address1 li{margin-left:0}#address1 li::after{content:'|';margin:0 10px}#address1 li:last-child::after{content:''}@media screen and (max-width: 40em){#address1{margin:0;text-align:center;float:none;}#address1 li{float:none}#address1 li::after{content:'';margin:0}}#info{display:block;float:left;overflow:hidden;margin:0 0 0 -8px;padding:0 0 5px 0;text-align:left;color:#0F2F4D}#info li>a{display:inline !important;margin:0 10px}#info li>a:first-child{margin:0 10px 0 0}#info li{position:relative}#info li::before{content:"\2022";margin:0 10px;display:inline-block;width:10px;height:18px;position:absolute;vertical-align:middle;left:-25px}#info li:first-child::before{content:''}@media screen and (max-width: 40em){#info{margin:0;float:none;text-align:center;}#info li{float:none}#info li::before{content:'';margin:0}}#info a{color:#0F2F4D}#puremi{display:block;clear:none}#copyright{display:block;width:100%;overflow:hidden;margin:0;padding:5px;color:#FFF;text-align:center}#copyright a{color:#FFF}#video_wrapper{display:block;width:100%;overflow:hidden;clear:both}#video_wrapper h2{display:block;width:100%;overflow:hidden;clear:both;margin:0 0 16px 5px;padding:0}ul#videoGallery{display:block;width:100%;overflow:hidden;margin:0;padding:0;list-style-type:none}ul#videoGallery li{display:block;float:left;width:22%;margin:0 1.5% 24px 1.5%;padding:0;border:1px solid #DDDFDD;background:#FDFDFF;border-radius:3px;-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.05);-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.05);box-shadow:1px 1px 3px rgba(0,0,0,0.05)}ul#videoGallery li:nth-child(4n-3){clear:left;width:22.75%;margin:0 3% 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n-3){clear:none;width:45%;}}ul#videoGallery li:nth-child(4n-2){width:22.75%;margin:0 3% 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n-2){width:45%;}}ul#videoGallery li:nth-child(4n-1){width:22.75%;margin:0 3% 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n-1){clear:left;width:45%;}}ul#videoGallery li:nth-child(4n){width:22.75%;margin:0 0 24px 0}@media screen and (max-width: 40em){ul#videoGallery li:nth-child(4n){width:45%;}}ul#videoGallery li a{position:relative;z-index:10;display:block;width:100%;overflow:hidden;padding:10px}ul#videoGallery li a img{display:block;width:100%}ul#videoGallery li a span#vidtitle{display:block;position:relative;width:100%;padding:5px 30px 0 0;color:#A9ABA9;font-size:12px;min-height:27px}ul#videoGallery li a:hover span#vidtitle{color:#3FAC46}ul#videoGallery li a span#vidtitle span#play{display:block;position:absolute;z-index:11;width:25px;height:27px;right:0;top:5px;background:url(../assets/video_overlay.png) 0 0 no-repeat;backgorund-size:contain}ul#videoGallery li:hover a span#vidtitle span#play{background-position:0 -27px}@media only screen and (max-width: 64em){#slideshow_wrapper{height:169px}#home_video_wrapper>.row>.small-6{width:45%;margin:1% 2.5%}}@media only screen and (max-width: 40em){#slideshow_wrapper{height:84px}#reservation_wrapper form .small-12 input[type="submit"]{float:none;margin-left:auto;margin-right:auto;margin-bottom:10px}}aside.right-off-canvas-menu ul.off-canvas-list li{display:block;overflow:hidden;position:relative}aside.right-off-canvas-menu ul.off-canvas-list li a{padding-right:auto}aside.right-off-canvas-menu ul.off-canvas-list li a.toggle{background:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABUCAYAAADwHnXXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEIxREJCRjkxOTc3MTFFNEExMUU4NDJENjA5NTYyNEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEIxREJCRkExOTc3MTFFNEExMUU4NDJENjA5NTYyNEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QjFEQkJGNzE5NzcxMUU0QTExRTg0MkQ2MDk1NjI0QSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QjFEQkJGODE5NzcxMUU0QTExRTg0MkQ2MDk1NjI0QSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmLH3EUAAAKASURBVHja7FpNKERRFH7jJ7KQkiKllGRBSRY2ViR2io2yUpSUhiLJb4QQg7KwsLJQNnZKysJWslB+RokSJdEkURjfae5imsa8d9+777lyTn3d3pt77/veOe+cc++54wuHw4bOkmRoLkyQCTLBv04wxekExQd3jsZfVOf9Aw1CSzto6iXmDQGfJn32gSZVJu4BaiX6Z5r8/gGMKnMSfCdnaFYVWm4NOFHtxWPAowJyNMeI8jADLT7JTJxAhmVeNMkt0/wgx2IOdwI1tPghHMaO0MKz24J3O4uDILmHZtsGwU3gwKtU1w+8S/R/BQY8y8XQYhDNssSQGeDG68XCJHBvod8VMOf5agZaDImQYSa9wNtvLbfWgaMEv+/adCg1BKHFLzT+BPnWr8OClULHVpz7lLtPdVlR98V8Zw9WVyteEbyO8dRB4Fm3PckscAscCufRY08SJS8iW1wCXzoSJNlQvSfxcXWLCTJBJsgEmSATZIJMkAkyQSb4i8InTbqZuApo1crEMS+7ApDNtsVGXisNtgGVQL4RqWFrZeIsYCrqmqpdBToRpFJbTtR1OjCvC8ESoCvO/WagWgeCS0BqnPs+IOD0GY4GI0g3oqlL0KVCOI/3BEGOvrMFC10nDPMDblc0SJ5aaKFfLjBk9yG26oPQHoUQquBnWBxC53plQNCrXDwtQY4kzYjUsN03MbRHoaPFxrPIoWpcJQhyyUbklNNnU/MB2fwvq8EOoNyBY5UC7a44CbSXjeYcyHYY2OkPFUWGOOhR6SQTCsgZYo5xpSaG9kqFeVVJp8jhyhas9MYhkz7JEhmDcvci0OBKoOZNk0oNcmWBCTJBJsgEmaDe8i3AAABaiPID+002AAAAAElFTkSuQmCC');background-repeat:no-repeat;background-position:50% 3px;width:40px;height:100%;position:absolute;right:0;top:0;transition:none}aside.right-off-canvas-menu ul.off-canvas-list li a.toggle.open{background-position:50% -40px}aside.right-off-canvas-menu ul.off-canvas-list li>ul.open{display:block}aside.right-off-canvas-menu ul.off-canvas-list li>ul{display:none}aside.right-off-canvas-menu ul.off-canvas-list li>ul li>a{padding-left:10px;margin-left:25px;font-size:0.875rem;line-height:18px}aside.right-off-canvas-menu .number{display:inline-block;margin:8px 10px}#mainContainer{background-color:#cee7ff;width:990px;margin-left:auto;margin-right:auto;border-radius:0 0 12px 12px}#header{background-color:#0e2e4c;width:1000px;margin-left:-5px}#header a:hover{font-weight:normal}.RoundedBox1Content{padding:0}#footer{width:990px;background-color:#fff;border-radius:0 0 12px 12px}#footer a:hover{font-weight:normal}#footer #address1,#footer #info{margin:5px 0 0;padding:0}#footer a{text-decoration:none}#copyright{font-size:0.876rem}#copyright a:hover{font-weight:normal} \ No newline at end of file diff --git a/js/resapp.js b/js/resapp.js index 2c5c845..dd6ad80 100644 --- a/js/resapp.js +++ b/js/resapp.js @@ -1,6 +1,8 @@ -(function(){ - var mainContainer = document.getElementById('mainContainer'); - var footer = document.getElementById('glmFooter'); - var body = document.getElementsByName('body'); - //console.log(body); -})(); +$(function(){ + var footer = $('#footer').clone(); + var copy = $('#copyright').clone(); + $('#footer').detach(); + $('#copyright').detach(); + $('#mainContainer').append(footer); + $('#mainContainer').append(copy); +}); diff --git a/scss/resapp.scss b/scss/resapp.scss index 9a032de..01851ec 100644 --- a/scss/resapp.scss +++ b/scss/resapp.scss @@ -4,13 +4,15 @@ #mainContainer { background-color: #cee7ff; - width: 1000px; + width: 990px; margin-left: auto; margin-right: auto; + border-radius: 0 0 12px 12px; } #header { background-color: #0e2e4c; width: 1000px; + margin-left: -5px; a:hover { font-weight: normal; } @@ -19,8 +21,23 @@ padding: 0; } #footer { + width: 990px; background-color: #fff; a:hover { font-weight: normal; } + border-radius: 0 0 12px 12px; + #address1, #info { + margin: 5px 0 0; + padding: 0; + } + a { + text-decoration: none; + } +} +#copyright { + font-size: .876rem; + a:hover { + font-weight: normal; + } } diff --git a/templates/reservation.html b/templates/reservation.html index 90d1e0c..1f88a41 100644 --- a/templates/reservation.html +++ b/templates/reservation.html @@ -1,4 +1,4 @@ -
+

Make A Reservation:

-- 2.17.1