/**
 * Core CSS
 */
/* -------------------------------------- */
/**
 * Variables
 */
/* -------------------------------------- */
/**
 * Mixins
 */
.clearfix {
  zoom: 1;
}
.clearfix:after,
.clearfix:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px;
  zoom: 1;
}
.wrap:after,
.wrap:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden;
}
.wrap:after {
  clear: both;
}
.blueButton {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  height: 30px;
  color: #FFF;
  font: 17px/30px "league-gothic", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px 0 0 6px;
  border: 0;
  background: url(../images/buttons-slidingDoors_blue.png) repeat-x;
}
.blueButton:after {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -30px no-repeat;
}
.blueButton:before {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -60px no-repeat;
}
/* -------------------------------------- */
/**
 * General
 */
body {
  color: #5D5D5D;
  font: 14px/20px Helvetica, Arial, sans-serif;
  background: fixed #BEDCEA url(../images/bg-texture.jpg) repeat;
}
a,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
input,
button,
textarea,
img,
figure,
video,
object,
audio,
strong {
  transition-duration: .25s;
  -o-transition-duration: .25s;
  -moz-transition-duration: .25s;
  -khtml-transition-duration: .25s;
  -webkit-transition-duration: .25s;
}
/* -------------------------------------- */
/**
 * Containers
 */
#content {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px;
  zoom: 1;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
#content:after,
#content:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden;
}
#content:after {
  clear: both;
}
/* -------------------------------------- */
/**
 * Header
 */
.home #header {
  overflow: hidden;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#header {
  height: auto;
  min-height: 230px;
  box-shadow: inset 0 -7px #73ACD4;
  -webkit-box-shadow: inset 0 -7px #73ACD4;
  -moz-box-shadow: inset 0 -7px #73ACD4;
  background: url(../images/bg-header.jpg) center top repeat-x;
}
#header .wrap {
  min-height: 230px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  border-bottom: 7px solid #95BFDF;
  background: url(../images/bg-header_light.jpg) center top no-repeat;
}
#header .inner {
  position: relative;
  height: 181px;
}
#header .inner a#logo {
  display: block;
  float: left;
  position: relative;
  left: 10px;
  width: 110px;
  height: 181px;
  color: #FFF;
  font: 59px/49px "league-gothic", sans-serif;
  text-shadow: 0 1px rgba(0, 0, 0, 0.56);
  text-decoration: none;
  text-indent: -1px;
  padding-left: 131px;
  background: url(../images/logo.png) left center no-repeat;
}
#header .inner a#logo span {
  display: inline;
  position: absolute;
  top: 60px;
}
#header .inner #nav {
  position: absolute;
  right: 15px;
  bottom: 26px;
  width: 640px;
  height: 65px;
  text-align: center;
  background: url(../images/bg-menu-img.png) no-repeat;
}
#header .inner #nav ul,
#header .inner #nav li {
  display: inline;
  position: relative;
}
#header .inner #nav ul li {
  position: relative;
}
#header .inner #nav ul li a {
  position: relative;
  color: #FFF;
  font: 22px/67px "league-gothic", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
}
#header .inner #nav ul li a:hover {
  color: #FEA100;
}
#header .inner #nav ul li.current-menu-item > a,
#header .inner #nav ul li.current-page-item > a,
#header .inner #nav ul li.current-page-ancestor > a {
  color: #61B2E6;
}
#header .inner #nav ul li.current-menu-item > a:after,
#header .inner #nav ul li.current-page-item > a:after,
#header .inner #nav ul li.current-page-ancestor > a:after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -7.5px;
  display: block;
  width: 13px;
  height: 5px;
  content: '';
  background: url(../images/bg-nav_active.png) no-repeat;
}
#header .inner #nav ul li span {
  display: inline-block;
  position: relative;
  top: -2px;
  width: 1px;
  height: 17px;
  margin: 0 10px;
  text-indent: -999em;
  background: #FFF;
}
#header .inner #nav ul li:last-child > span {
  display: none;
}
#header .inner #nav ul li ul.sub-menu {
  display: none;
  position: absolute;
  z-index: 99999;
  left: 0;
  top: 100%;
  padding-top: 18px;
  text-align: left;
  white-space: nowrap;
}
#header .inner #nav ul li ul.sub-menu li {
  display: inline;
}
#header .inner #nav ul li ul.sub-menu li span {
  display: none;
}
#header .inner #nav ul li ul.sub-menu li a {
  display: block;
  font: 18px/20px "league-gothic", sans-serif;
  text-transform: none;
  padding: 9px 10px;
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  background: url(../images/bg-menu.png) center no-repeat;
}
#header .inner #nav ul li ul.sub-menu li:last-child > a {
  border-bottom: 1px solid #FFF;
  border-radius: 0 0 .4em .4em;
}
#header .inner #topNav {
  position: absolute;
  right: 15px;
  top: -15px;
  width: 213px;
  height: 39px;
  overflow: hidden;
  color: #FFF;
  line-height: 39px;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: url(../images/bg-top_nav.png) repeat;
}
#header .inner #topNav span {
  position: relative;
  top: -2px;
}
#header .inner #topNav a {
  display: inline-block;
  height: 22px;
  color: #FFF;
  font: 17px "league-gothic", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 6px;
}
#header .inner #topNav a:first-child {
  margin-left: 0;
  padding-left: 20px;
  background: url(../images/icon-location.png) left center no-repeat;
}
#header .inner #topNav a:hover {
  color: #FEA100;
}
/* -------------------------------------- */
/**
 * Masthead
 */
#header #masthead {
  float: left;
  color: #FFF;
  margin-top: 40px;
  padding: 0 15px;
  zoom: 1;
}
#header #masthead:after,
#header #masthead:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden;
}
#header #masthead:after {
  clear: both;
}
#header #masthead h2.lead {
  color: #283891;
  font: 65px "league-gothic", sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding: 0;
  background: url(../images/deco-home_underline.png) 91.5% bottom no-repeat;
}
#header #masthead p {
  font: 22px/25px "lobster", serif;
  text-shadow: 0 1px rgba(0, 0, 0, 0.61);
  margin: -5px 0 0 0;
  padding: 0;
}
#header #masthead #calculator {
  position: relative;
  padding: 20px 20px 55px;
  margin: 25px auto 0;
  border: 1px solid #6B971E;
  border-radius: .2em;
  background: #71A219;
  background: rgba(44, 104, 18, 0.19);
}
#header #masthead #calculator h2 {
  color: #234F0B;
  font: 30px/30px "lobster", serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.41);
  margin: 0 0 20px;
  padding: 0 0 0 45px;
  background: url(../images/icon-calculator.png) left center no-repeat;
}
#header #masthead #calculator .row {
  display: block;
  margin-bottom: 17px;
  zoom: 1;
}
#header #masthead #calculator .row:after,
#header #masthead #calculator .row:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden;
}
#header #masthead #calculator .row:after {
  clear: both;
}
#header #masthead #calculator .row label {
  float: left;
  display: block;
  width: 285px;
  color: #193E06;
  font-size: 14px;
  font-weight: 700;
}
#header #masthead #calculator .row label strong {
  color: #FFF;
  text-transform: uppercase;
}
#header #masthead #calculator .row .field {
  float: right;
  display: block;
  position: relative;
  top: 5px;
  width: 600px;
}
#header #masthead #calculator .row .field .slider {
  cursor: col-resize;
  float: left;
  position: relative;
  width: 485px;
  height: 8px;
  border: 0;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-right: 15px;
  transition-duration: 0;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  background: #9FD441;
}
#header #masthead #calculator .row .field .slider#howMuch_ghost {
  visibility: invisible;
  z-index: 9999;
  top: -8px;
}
#header #masthead #calculator .row .field .slider .ui-slider-handle {
  cursor: col-resize;
  display: block;
  position: absolute;
  top: -13px;
  width: 28px;
  height: 35px;
  outline: none !important;
  margin-left: -20px;
  transition-duration: 0;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  background: url(../images/icon-blue_tip.png) no-repeat;
}
#header #masthead #calculator .row .field .slider .ui-slider-range {
  height: 8px;
  -webkit-border-radius: .2em;
  -moz-border-radius: .2em;
  border-radius: .2em;
  transition-duration: 0;
  -webkit-transition-duration: 0;
  -moz-transition-duration: 0;
  -ms-transition-duration: 0;
  -o-transition-duration: 0;
  background: #FFF;
}
#header #masthead #calculator .row .field input[type=text] {
  float: left;
  position: relative;
  top: -7px;
  width: 41px;
  height: 22px;
  color: #5D5D5D;
  font: 17px "league-gothic", sans-serif;
  text-align: center;
  border: 0;
  border-radius: .2em;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
  margin-right: 10px;
}
#header #masthead #calculator .row .field strong {
  float: left;
  display: table;
  position: relative;
  top: -6px;
  width: 30px;
  table-layout: fixed;
  height: 22px;
  font-size: 12px;
  line-height: 14px;
  color: #1A3E06;
}
#header #masthead #calculator .row .field strong span {
  display: table-cell;
  vertical-align: middle;
}
#header #masthead #calculator #finalCalculations {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: #163405;
  font: bold 18px/24px Helvetica, Arial sans-serif;
  border-radius: 0 0 .2em .2em;
  border-top: 1px solid #598215;
  padding: 7px 0 7px 24px;
  background: #608B16;
  background: rgba(20, 46, 6, 0.2);
}
#header #masthead #calculator #finalCalculations strong {
  color: #FFF;
  font: 23px/24px "league-gothic", sans-serif;
  text-transform: uppercase;
  margin: 0 2px;
}
/* -------------------------------------- */
/**
 * Footer
 */
#footer {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 15px 20px;
  zoom: 1;
  min-height: 110px;
}
#footer:after,
#footer:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden;
}
#footer:after {
  clear: both;
}
#footer span {
  display: block;
  position: absolute;
  top: 15px;
}
#footer span#softLogo {
  left: 25px;
  width: 66px;
  height: 108px;
  opacity: .8;
  background: url(../images/logo-gray.png) no-repeat;
}
#footer span#softTcfa {
  right: 25px;
  height: 94px;
  width: 94px;
  background: url(../images/logo-tcfa.png) no-repeat;
}
#footer #footerNav {
  position: relative;
  top: 10px;
  width: auto;
  color: #5D5D5D;
  font: 22px/22px "league-gothic", sans-serif;
  padding: 10px 15px 10px 0;
}
#footer #footerNav ul,
#footer #footerNav li,
#footer #footerNav div {
  display: inline;
}
#footer #footerNav ul li a {
  color: #194F79;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 9px;
}
#footer #footerNav ul li a:hover {
  color: #fe7e00;
}
#footer #footerNav ul#menu-footer-left li:first-child > a {
  margin-left: 0;
}
#footer #footerNav p {
  font: 12px/12px Helvetica, Arial, sans-serif;
  margin: 10px 0 0 0;
  padding: 0;
}
#footer #footerNav p a {
  color: #4F902C;
  text-decoration: underline;
}
#footer #footerNav p a:hover {
  color: #5D5D5D;
}
/* -------------------------------------- */
/**
 * Sidebar
 */
#sidebar {
  float: right;
  width: 310px;
  margin-top: -14px;
}
#sidebar .widget {
  margin-top: 25px;
}
#sidebar .widget.sidebarLabel {
  margin-top: 0;
  margin-bottom: 25px;
}
#sidebar .widget.sidebarLabel h2.widgettitle {
  color: #194f79;
  font: 42px/42px "lobster", serif;
  margin: 0;
  padding-left: 50px;
  background: url(../images/icon-cash.png) left center no-repeat;
}
#sidebar .widget#toledo-cta-btn-4 a.sidebarButton,
#sidebar .widget#toledo-cta-btn-7 a.sidebarButton {
  margin-bottom: 0;
}
#sidebar .widget.actionButton {
  margin-top: 0;
}
#sidebar .widget.actionButton a.sidebarButton {
  display: block;
  width: 284px;
  height: 65px;
  color: #FFF;
  font: 32px/70px "league-gothic", sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: -15px;
  background: url(../images/buttons-sidebar.png) no-repeat;
  -webkit-transition-duration: 0 !important;
  -moz-transition-duration: 0 !important;
  -o-transition-duration: 0 !important;
  -ms-transition-duration: 0 !important;
  transition-duration: 0 !important;
}
#sidebar .widget.actionButton a.sidebarButton strong {
  font-weight: normal;
}
#sidebar .widget.actionButton a.sidebarButton:hover > strong {
  color: #fea100;
}
#sidebar .widget.actionButton a.sidebarButton.stars {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  text-indent: -10px;
  background-position: left 0;
}
#sidebar .widget.actionButton a.sidebarButton.stars:active {
  background-position: left -199px;
}
#sidebar .widget.actionButton a.sidebarButton.location {
  color: #0a5e8b;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  background-position: left -67px;
}
#sidebar .widget.actionButton a.sidebarButton.location:active {
  background-position: left -266px;
}
#sidebar .widget.actionButton a.sidebarButton.comment {
  color: #2B5D0E;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
  background-position: left -134px;
}
#sidebar .widget.actionButton a.sidebarButton.comment:active {
  background-position: left -334px;
}
#sidebar .widget h2.widgettitle {
  color: #194F79;
  font: 22px/24px "lobster", serif;
  margin: 0 0 5px;
  padding: 0;
}
#sidebar .widget a {
  color: #194F79;
}
#sidebar .widget a:hover {
  color: #FE8F22;
}
#sidebar .widget.Toledo_easy_box a {
  color: #f9942f;
  text-decoration: underline;
}
#sidebar .widget.Toledo_easy_box a:hover {
  text-decoration: none;
}
#sidebar .widget.pageList {
  margin-bottom: 20px;
  padding: 15px 25px;
  border: 1px solid #CAD9E1;
  background: #F1F5F7;
}
#sidebar .widget.pageList ul,
#sidebar .widget.pageList li {
  display: inline;
}
#sidebar .widget.pageList ul li a {
  display: block;
  color: #194F79;
  font: 22px/22px "league-gothic", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #CAD9E1;
  -webkit-box-shadow: 0 1px #FFF;
  -moz-box-shadow: 0 1px #FFF;
  box-shadow: 0 1px #FFF;
}
#sidebar .widget.pageList ul li a:hover {
  color: #FE8F22;
}
#sidebar .widget.pageList li:last-child > a {
  border: none;
  box-shadow: none;
}
#sidebar .widget.pageList li.current_page_item > a {
  color: #FE8F22;
  padding-left: 15px;
  background: url(../images/bullet-orange.png) left center no-repeat;
}
#sidebar .widget.Toledo_easy_box {
  border-top: 4px double #DCE6EB;
  padding-top: 10px;
}
#sidebar .widget.Toledo_easy_box p {
  margin-top: 10px;
}
/* -------------------------------------- */
/**
 * General page styles
 */
#page {
  float: left;
  width: 615px;
  margin-left: 15px;
}
#page.full {
  float: none;
  width: auto;
  margin-left: 0;
}
#page h1 {
  color: #194F79;
  font: 42px/42px "lobster", serif;
  margin: 10px 0 30px 0;
  padding-bottom: 15px;
  border-bottom: 4px double #DCE6EB;
}
#page h2,
#page h3,
#page h4 {
  display: block;
  color: #4397ca;
  font-weight: normal;
  font-family: "league-gothic", sans-serif;
  margin: 25px 0 10px;
  padding: 0;
}
#page h2 {
  font-size: 36px;
}
#page h3 {
  font-size: 30px;
}
#page h4 {
  font-size: 26px;
}
#page ul {
  list-style: url(../images/bullet-blue.png);
}
#page img {
  margin-bottom: 5px;
}
#page img.alignleft {
  float: left;
  margin-right: 15px;
}
#page img.alignright {
  float: right;
  margin-left: 15px;
}
#page a {
  color: #f9942f;
  text-decoration: underline;
}
#page a:hover {
  text-decoration: none;
}
#page .gform_wrapper input[type=text],
#page .gform_wrapper select,
#page .gform_wrapper textarea {
  font-size: 14px;
  padding: 3px;
  border: 1px solid #CCC;
}
#page .gform_wrapper input[type=text]:focus,
#page .gform_wrapper select:focus,
#page .gform_wrapper textarea:focus {
  border-color: #AAA;
  background: #FFFCDD;
}
#page .gform_wrapper label {
  font-weight: normal;
}
#page .gform_wrapper label.active {
  color: #111;
}
#page .gform_wrapper .gfield_label {
  font-weight: bold;
}
#page .gform_wrapper li {
  overflow: auto;
  padding-bottom: 7px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
#page .gform_wrapper li.gfield.gsection {
  margin: 51px 0 30px;
}
#page .gform_wrapper li.gfield.gsection > .gsection_description {
  margin-top: 15px;
}
#page .gform_wrapper li.gsection {
  overflow: visible;
}
#page .gform_wrapper li.termsText {
  height: 120px;
  overflow-x: auto;
  padding: 13px;
  border: 1px solid #CCC;
  background: #EEE;
}
#page .gform_wrapper li.termsText h3 {
  color: #5D5D5D;
  font: 700 16px/20px Helvetica, Arial, sans-serif;
  margin: 0;
}
#page .contentBox {
  float: left;
  width: 23%;
  height: 155px;
  position: relative;
  color: #555;
  text-decoration: none;
  margin: 5px;
  padding: 10px 0;
  border: 1px solid transparent;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  box-shadow: inset 0 2px #CCC;
  -webkit-box-shadow: inset 0 2px #CCC;
  -moz-box-shadow: inset 0 2px #CCC;
  -ms-box-shadow: inset 0 2px #CCC;
}
#page .contentBox span.contentBoxWrap {
  display: block;
}
#page .contentBox span.contentBoxWrap a {
  color: #194F79;
  text-decoration: underline;
}
#page .contentBox span.contentBoxWrap a :hover {
  color: #10334f;
}
#page .contentBox:hover {
  opacity: 1;
  box-shadow: inset 0 2px #194F79;
  -webkit-box-shadow: inset 0 2px #194F79;
  -moz-box-shadow: inset 0 2px #194F79;
  -ms-box-shadow: inset 0 2px #194F79;
}
/* -------------------------------------- */
/**
 * Front page styles
 */
#page .panel {
  float: left;
  position: relative;
  width: 188px;
  padding-right: 7px;
  margin-right: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*
  &:hover {
    .ticker {
      -webkit-transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -o-transform: rotate(-360deg);
      -ms-transform: rotate(-360deg);
      transform: rotate(-360deg);
    }
  }

  .ticker {
    display: none;
    .sq(50px);
    color: #FFF;
    font: 34px/45px "league-gothic", sans-serif;
    text-align: center;
    text-indent: -8px;
    text-shadow: 0 1px rgba(0,0,0,.45);
    margin: 0 auto 10px;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    -ms-transition: 1s ease;
    transition: 1s ease;
    background: url(../images/icon-green_tip.png) no-repeat;
  }

  &:not(:last-of-type) .border {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    width: 1px;
    background: #CEDFE7;
  }
  */
}
#page .panel .widgettitle {
  display: block;
  color: #4397CA;
  font: 29px/29px "league-gothic", sans-serif;
  letter-spacing: -0.04em;
  text-decoration: none;
  margin: 0;
}
#page .panel .widgettitle:hover {
  color: #F9942F;
}
#page .panel p {
  font: 14px/20px Helvetica, Arial, sans-serif;
  margin: 5px 0;
}
#page .panel a.more {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  height: 30px;
  color: #FFF;
  font: 17px/30px "league-gothic", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px 0 0 6px;
  border: 0;
  background: url(../images/buttons-slidingDoors_blue.png) repeat-x;
}
#page .panel a.more:after {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -30px no-repeat;
}
#page .panel a.more:before {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -60px no-repeat;
}
/* -------------------------------------- */
/**
 * Search results for locations
 */
table#search {
  table-layout: fixed;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left !important;
}
table#search thead {
  border-top: 5px solid #194F79;
  background: #FAFAFA;
}
table#search thead th {
  padding: 10px;
  border: 1px solid #CCC;
  background: #FAFAFA;
}
table#search thead th:first-child {
  width: 155px;
}
table#search tbody tr td {
  padding: 7px;
  border: 1px solid #CCC;
  vertical-align: middle;
}
#pagination {
  margin: 20px auto 0;
}
#pagination .nextPageLink {
  float: right;
}
#mapCanvas {
  position: relative;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CCC;
  text-align: center;
  border: 1px solid #EEE;
}
#mapCanvas span {
  display: block;
  line-height: 350px;
  background: #EEE;
}
#mapCanvas #map_canvas {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  width: 980px !important;
  -webkit-transition-duration: 0 !important;
  -moz-transition-duration: 0 !important;
  -o-transition-duration: 0 !important;
  -ms-transition-duration: 0 !important;
  transition-duration: 0 !important;
}
form#searchByZip {
  position: relative;
  padding: 10px;
  border-top: 5px solid #194F79;
  margin-bottom: -40px;
  background: #FAFAFA;
}
form#searchByZip input[type=text],
form#searchByZip select {
  padding: 4px;
  margin: 0 5px;
}
form#searchByZip input[type=text] {
  width: 110px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
form#searchByZip button {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  height: 30px;
  color: #FFF;
  font: 17px/30px "league-gothic", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px 0 0 6px;
  border: 0;
  background: url(../images/buttons-slidingDoors_blue.png) repeat-x;
  margin: 0 0 0 10px;
}
form#searchByZip button:after {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -30px no-repeat;
}
form#searchByZip button:before {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -60px no-repeat;
}
form#searchByZip span.wrapper {
  position: relative;
}
/**
 * How it works page
 */
#page .step {
  zoom: 1;
  margin-bottom: 15px;
}
#page .step:after,
#page .step:before {
  content: '\0020';
  display: table;
  height: 0;
  overflow: hidden;
}
#page .step:after {
  clear: both;
}
#page .step figure {
  float: left;
  position: relative;
  top: 20px;
  width: 155px;
  height: 130px;
  padding: 5px;
  margin-right: 30px;
  border: 1px solid #CCC;
}
#page .step figure img {
  max-width: 100%;
  height: 130px;
}
#page .step .stepInfo {
  float: left;
  width: 60%;
}
.page-id-540 #page{
  text-align: center;
}
.page-id-540 #page h3{
  color: #c00000;
}
.page-id-540 #page h3 span{
  font-size: 25px;
}
.page-id-540 #page h4{
  color: #548235;
}
.page-id-540 .green{
  color: #548235 !important;
}
.page-id-540 .red{
  color: #c20040 !important; 
}
.page-id-540 .clear{
  clear: both;
}
.page-id-540 .description-left{
  float: left;
  width: 60%;
  text-align: left;
}
.page-id-540 .description-right{
  float: right;
  width: 40%;
}
.page-id-540 .description-right{
  text-align: left; 
  line-height: 20px;
}
.sweepstakers-description{
  margin: 60px 0 0 0;
}
.register-btn{
  display: inline-block;
  background: #c00000;
  color: #fff !important;
  text-decoration: none !important;
  padding: 20px 50px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  border-radius: 15px;  
}
.register-btn:hover{
  background: #960606;
}
.sweepstakers-description small{
  color:#996633;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}
.sweepstakes-head, .sweepstakes-head span, .sweepstakes-head img{
  display: inline-block;
}


.sweepstakes-btn {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  height: 30px;
  color: #FFF important;
  font: 17px/30px "league-gothic", sans-serif;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  margin: 10px 0 0 6px;
  border: 0;
  background: url(../images/buttons-slidingDoors_blue.png) repeat-x;
}
.sweepstakes-btn:after {
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -30px no-repeat;
}
.sweepstakes-btn:before {
  display: block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 6px;
  height: 30px;
  content: '';
  background: url(../images/buttons-slidingDoors_blue.png) 0 -60px no-repeat;
}


/***********************/






.page-id-547 #header .inner a#logo {
 /* width: 81px;
  padding-left: 84px;
  background-size: 45%;*/
}

.page-id-547 #header .inner a#logo span {
 /* font-size: 32px;
  line-height: 28px;
  top: 74px;*/
}

.page-id-547 .sweepstakes-head,
.home .sweepstakes-head{
  width: 130px;
  padding: 0px;
  margin: 0 20px;
}

.page-id-547 .sweepstakes-head span,
.home .sweepstakes-head span{
  color: #FFF;
  font: 22px/25px "league-gothic", sans-serif;
  text-shadow: 0 1px rgba(0, 0, 0, 0.56);
  text-decoration: none;
  width: 100%;
  margin: 0 0 5px 0;
  float: left;
  text-align: center;
}
.page-id-547 .sweepstakes-head .logo-santa-block,
.home .sweepstakes-head .logo-santa-block {
  width: 100%;
  float: left;
}

.page-id-547 .sweepstakes-head .logo-santa-block img,
.home .sweepstakes-head .logo-santa-block img {
  width: 100%;
}
.page-id-547 .sweepstakes-head .click-to-enter,
.home .sweepstakes-head .click-to-enter{
  width: 100%;
  text-align: center;
  margin: 4px 0;
  display: inline-block;
}
.page-id-547 .sweepstakes-head .click-to-enter img,
.home .sweepstakes-head .click-to-enter img{
  width: auto;
}





/* -------------------------------------- */
/**
 * Media queries
 */
@media screen and (max-width: 900px) {
  #footer #footerNav {
    width: 50%;
    text-align: center;
  }
  #footer #footerNav ul li {
    display: block;
    text-align: center;
  } 
}

@media only screen and (max-width: 1000px) and (min-width: 650px) {
  html.wf-active {
    position: absolute;
  }
}
@media screen and (max-width: 650px) {
  .page-id-547 .sweepstakes-head {
    width: 100%;
    margin: 20px 0 0 0;
  }
.page-id-547 .sweepstakes-head span{display: none;}
.page-id-547 .sweepstakes-head .logo-santa-block {
  width: 160px;
  float: none;
  margin: 0 auto;
}
  .wrap {
    width: auto;
  }
  #header .inner {
    height: auto;
  }
  #header .inner #topNav {
    display: none;
  }
   .home #header .inner a#logo {
     float:left;
   }
  #header .inner a#logo {
    float: none;
    margin: 0 auto;
    text-indent: -999em;
    padding: 0;
  }

  .page-id-540 .description-left, .page-id-540 .description-right{
    width: 100%;
    float: left;
  }
  #header .inner a#logo span {
    display: none;
  }
  #header .inner #nav {
    position: relative;
    bottom: 0;
    right: 0;
    width: auto;
    height: auto;
    margin-top: 25px;
    background: #354497;
      float: left;
    width: 100%;
  }
  #header .inner #nav ul li {
    display: block;
    text-align: center;
  }
  #header .inner #nav ul li span {
    display: none;
  }
  #header .inner #nav ul li a:after {
    display: none !important;
  }
  #header .inner #nav ul li ul {
    display: none !important;
  }
  #header #masthead {
    margin-top: 10px;
    padding: 0;
    float: none; 
  }
  #header #masthead h2.lead {
    font-size: 43px;
    background: none;
  }
  #header #masthead p {
    font-size: 20px;
  }
  #header #masthead #calculator h2 {
    font-size: 24px;
  }
  #header #masthead #calculator .row .field {
    width: 300px;
  }
  #header #masthead #calculator .row .field .slider {
    width: 100%;
    margin-bottom: 25px;
  }
  #header #masthead #calculator .row label {
    font-size: 12px;
    padding-left: 15px;
  }
  #header #masthead #calculator #finalCalculations {
    font-size: 12px;
  }
  #header #masthead #calculator #finalCalculations strong {
    font-size: 19px;
  }
  /*.home #header #masthead { display: none; }*/
  #page,
  #content {
    float: none;
    width: auto;
  }
  #page h1,
  #content h1 {
    font-size: 21px;
    line-height: 27px;
  }
  #page .panel,
  #content .panel {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }
  #page .step figure,
  #content .step figure {
    float: none;
    margin: 0 auto 10px;
  }
  #page .step .stepInfo,
  #content .step .stepInfo {
    float: none;
    width: auto;
  }
  #page .contentBox,
  #content .contentBox {
    float: none;
    width: auto;
    margin: 10px auto;
  }
  #page img,
  #content img {
    max-width: 100%;
    height: auto;
  }
  #sidebar {
    float: none;
    width: auto;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 4px double #C3C9DF;
  }
  #footer {
    width: auto;
  }
  #mapCanvas #map_canvas {
    width: auto !important;
  }
}
/* End of Core CSS

End of file core.less */

/*14-07-2021*/
.avail-start-date .ginput_container .clear-multi {
  margin-left: 0 !important;
}
/*end*/