/*  MEDIA QUERY SHORTCODES  */
.clip {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  -o-background-clip: padding;
  background-clip: padding-box;
}
.clear {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.button {
  display: inline-block;
  zoom: 1;
  /* zoom and *display = ie7 hack for display:inline-block */
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  font: normal 700 14px/100% "museo-slab-1", "museo-slab-1", Georgia, serif;
  padding: .5em 2em .55em;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff !important;
  background-color: #ab1755;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ab1755), to(#911247));
  background-image: -webkit-linear-gradient(top, #ab1755, #911247);
  background-image: -moz-linear-gradient(top, #ab1755, #911247);
  background-image: -ms-linear-gradient(top, #ab1755, #911247);
  background-image: -o-linear-gradient(top, #ab1755, #911247);
  background-image: linear-gradient(top, #ab1755, #911247);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ab1755', EndColorStr='#911247');
}
.button:hover {
  text-decoration: none;
  background-color: #e40361;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40361), to(#c80154));
  background-image: -webkit-linear-gradient(top, #e40361, #c80154);
  background-image: -moz-linear-gradient(top, #e40361, #c80154);
  background-image: -ms-linear-gradient(top, #e40361, #c80154);
  background-image: -o-linear-gradient(top, #e40361, #c80154);
  background-image: linear-gradient(top, #e40361, #c80154);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e40361', EndColorStr='#c80154');
}
.button:active {
  position: relative;
  top: 1px;
}
body {
  font-size: 12px;
  margin: 0px;
  text-align: center;
  background: #f8f0e5 url(../_images/bg.jpg) top left repeat-x;
  color: #444444;
  font-family: "Palatino Linotype", Georgia, "Times New Roman", serif;
}
@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    overflow: hidden;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "museo-slab-1", "museo-slab-2";
  font-weight: 400;
}
a:link {
  color: #A00144;
  text-decoration: none;
}
a:visited {
  color: #6e153b;
}
a:hover,
a:active {
  color: #cf1061;
}
p em {
  font-style: italic;
}
p strong {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 20px 0 16px;
    position: relative;
  }
}
@media only screen and (max-width: 460px) {
  .inner {
    padding: 0 15px 0 11px;
  }
}
.shout {
  width: 100% !important;
  text-align: center;
  font-size: 150px !important;
  color: #adced3 !important;
}
@media only screen and (max-width: 460px) {
  .shout {
    font-size: 40px !important;
  }
}
.icon {
  display: block;
  padding-left: 22px;
  line-height: 16px;
}
.icon.map {
  background: url(../_images/icons/map-pin.png) left top no-repeat;
}
.icon.fb {
  background: url(../_images/icons/balloon-facebook.png) left top no-repeat;
}
.icon.twit {
  background: url(../_images/icons/balloon-twitter.png) left top no-repeat;
}
.image {
  float: right;
  padding: 10px;
  background: url(../_images/pattern.jpg);
  margin-bottom: 40px;
}
@media only screen and (max-width: 460px) {
  .image {
    float: left;
    width: 93%;
  }
}
#shim {
  position: relative;
  height: 451px;
  background: url(../_images/shim-bg.jpg) top left;
}
@media only screen and (max-width: 768px) {
  #shim {
    top: 95px;
    height: 463px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 460px) {
  #shim {
    height: 255px;
    overflow: hidden;
  }
}
#slides .prev,
#slides .next {
  display: block;
  position: absolute;
  top: 50%;
  left: -40px;
  margin-top: -25px;
  height: 110px;
  width: 70px;
  background: url(../_images/left.png) left top no-repeat;
  text-indent: -9999px;
  z-index: 1000;
}
@media only screen and (max-width: 768px) {
  #slides .prev,
  #slides .next {
    background: url(../_images/prev_lg.png) left top no-repeat;
    width: 70px;
    height: 70px;
    left: 20px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 460px) {
  #slides .prev,
  #slides .next {
    background: url(../_images/prev_sm.png) left top no-repeat;
    width: 40px;
    height: 40px;
    left: 10px;
  }
}
#slides .prev:hover,
#slides .next:hover {
  margin-top: -53px;
}
@media only screen and (max-width: 768px) {
  #slides .prev:hover,
  #slides .next:hover {
    margin-top: -15px;
  }
}
#slides {
  position: relative;
  width: 940px;
  height: 451px;
  margin: 0 auto;
  z-index: 100;
}
#slides .slides_container {
  width: 940px;
  height: 451px;
  position: relative;
  overflow: hidden;
  display: block;
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  #slides .slides_container {
    height: 450px;
    width: 100%;
  }
}
#slides .slides_container a {
  width: 940px;
  height: 451px;
  display: block;
}
#slides .slides_container img {
  display: block;
}
@media only screen and (max-width: 768px) {
  #slides .slides_container img {
    width: 100%;
    height: auto;
  }
}
#slides .next {
  left: auto;
  right: -40px;
  background: url(../_images/right.png) right top no-repeat;
}
@media only screen and (max-width: 768px) {
  #slides .next {
    background: url(../_images/next_lg.png) right top no-repeat;
    right: 20px;
    margin-top: -15px;
  }
}
@media only screen and (max-width: 460px) {
  #slides .next {
    background: url(../_images/next_sm.png) right top no-repeat;
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #slides {
    width: 100%;
    height: 380px;
  }
}
@media only screen and (max-width: 460px) {
  #slides {
    height: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .slides_control {
    width: 100% !important;
  }
}
#head {
  position: absolute;
  top: 11px;
  left: 0;
  width: 100%;
  height: 143px;
  z-index: 100;
  background: url(../_images/nav.png) 0 51px repeat-x;
}
#head #header {
  position: relative;
  width: 1040px;
  margin: auto;
  height: 92px;
  padding-top: 51px;
}
@media only screen and (max-width: 768px) {
  #head #header {
    width: 100%;
  }
}
#head h1 {
  position: absolute;
  top: 0;
  left: 0;
}
#head h1 a {
  height: 143px;
  width: 143px;
  display: block;
  text-indent: -9999em;
  background: url(../_images/logo.png) top left no-repeat;
}
img.gaclogo {
    position: absolute;
    left: 160px;
    top: -3px;
}
@media only screen and (max-width: 460px) {
  #head h1 a {
    width: 110px;
    height: 110px;
    background-size: contain;
    float: left;
    margin-left: 20px;
  }
  img.gaclogo {
    width: 116px;
    left: 135px;
}
}
#head #nav {
  margin: 0 0 0 370px;
  height: 35px;
}
@media only screen and (max-width: 768px) {
  #head #nav.menu {
    display: none;
  }
}
#head #nav li:hover {
  border-bottom: 0;
  background: #a00144;
}
#head #nav li:hover ul {
  display: block;
}
#head #nav li {
  float: left;
  position: relative;
  display: inline-block;
  font-family: "museo-slab-1", "museo-slab-2";
  font-size: 12px;
  font-weight: 700;
  zoom: 1;
}
#head #nav li ul {
  position: absolute;
  display: none;
  top: 29px;
  left: 0;
  width: 190px;
  text-align: left;
  padding: 17px 5px 0;
  border-bottom: 5px solid #83c0cc;
  background: url(../_images/drop.png) top left no-repeat;
}
#head #nav li li {
  float: none;
  width: 166px;
  margin: 0 12px;
  border-bottom: 2px solid #83c0cc;
  font-weight: 500;
}
#head #nav li li:hover {
  border-bottom: 0;
  margin: 0 0 2px 0;
  background: #a00144;
  padding: 0 12px;
}
#head #nav li li:hover a {
  color: #ffffff !important;
}
#head #nav li li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
#head #nav li li:last-child:hover {
  border-bottom: 0;
  margin-bottom: 0;
}
#head #nav a {
    float: left;
    padding: 0 10px;
    font-size: 22px;
    color: #a00144;
    line-height: 37px;
    height: 35px;
    text-decoration: none;
    /* font-weight: 800; */
    letter-spacing: 0.08em;
}
#head a.gac {
    height: 150px;
    width: 150px;
    display: block;
    margin-left: 150px;
    text-indent: -9999em;
    background: url(../_images/GAClogoround2.png) top left no-repeat;
}
@media only screen and (max-width: 460px) {
  #head #nav {
    margin: 0px;
  }
}
#head #nav li:hover a,
#head #nav li.active a {
  color: #ffffff;
}
#head #nav li li a,
#head #nav li:hover li a {
  padding: 0;
  float: none;
  overflow: hidden;
  line-height: 39px;
  display: block;
  color: #a00144;
}
#head #nav li.active,
#head #nav li li a.active {
  border-bottom: 0;
  background: #a00144;
}
#welcome {
  position: relative;
  height: 97px;
  overflow: hidden;
  background: url(../_images/title-bar.jpg) top left;
}
#welcome h2 {
  font-size: 49px;
  line-height: 107px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  #welcome h2 {
    font-size: 35px;
    line-height: 100px;
  }
}
@media only screen and (max-width: 460px) {
  #welcome h2 {
    font-size: 26px;
    line-height: 38px;
    margin-top: 14px;
  }
}
#welcome h2 em {
  color: #eff1b0;
  font-style: italic;
}
@media only screen and (max-width: 460px) {
  #welcome {
    width: 100%;
    height: 115px;
    top: 25px;
}
}
#page {
  position: relative;
  width: 940px;
  margin: auto;
  padding-top: 180px;
  text-align: left;
}
#page h2 {
  font-size: 40px;
  color: #057481;
  padding-bottom: 12px;
}
#page h3 {
  padding: 20px 0 40px 0;
  text-align: center;
  font-size: 28px;
  color: #057481;
}
#page .hr {
  height: 80px;
  margin: 0 90px;
  border: 0;
  padding: 0;
  background: transparent url(../_images/line.jpg) center repeat-x;
}
@media only screen and (max-width: 768px) {
  #page {
    width: 100%;
  }
}
#front-page {
  position: relative;
  overflow: hidden;
  width: 940px;
  margin: auto;
  text-align: left;
}
#front-page .hr {
  height: 47px;
  width: 405px;
  margin: 20px auto;
  border: 0;
  padding: 0;
  background: transparent url(../_images/hr.jpg) center repeat-x;
}
@media only screen and (max-width: 768px) {
  #front-page .hr {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #front-page {
    width: 100%;
  }
}
.splash {
  position: relative;
}
.splash .splash-img {
  float: left;
  padding: 10px;
  background: url(../_images/pattern.jpg) top left;
}
@media only screen and (max-width: 768px) {
  .splash .splash-img {
    width: 50%;
    margin-top: 41px;
  }
}
@media only screen and (max-width: 460px) {
  .splash .splash-img {
    width: 95%;
  }
}
.splash .splash-img img {
  display: block;
}
@media only screen and (max-width: 768px) {
  .splash .splash-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {
  .splash .splash-img img {
    width: 100%;
  }
}
.splash .said {
  float: right;
  width: 287px;
  height: 354px;
  padding-right: 20px;
  margin-top: -20px;
  position: relative;
  text-align: center;
  margin-right: 13px;
  background: url(../_images/rounder.jpg) top right no-repeat;
}
@media only screen and (max-width: 768px) {
  .splash .said {
    background: url("../_images/circle_skin.png") no-repeat scroll center top / contain rgba(0, 0, 0, 0);
    width: 40%;
    padding-right: 0px;
    float: left;
  }
}
@media only screen and (max-width: 460px) {
  .splash .said {
    width: 100%;
    margin-top: 20px;
  }
}
.splash .said strong {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-family: Georgia;
  padding-top: 58px;
  color: #999999;
}
.splash .said blockquote {
  width: 260px;
  margin: 0 auto;
  font-size: 17px;
  color: #057481;
  font-family: "museo-slab-1", "museo-slab-2";
  padding: 14px 20px 14px 0;
  line-height: 1.35em;
}
@media only screen and (max-width: 768px) {
  .splash .said blockquote {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 460px) {
  .splash .said blockquote {
    padding: 14px 0 0 0;
  }
}
.splash .said blockquote cite {
  color: #999999;
  display: block;
  font-size: 13px;
  padding-top: 12px;
  font-style: italic;
}
.splash .said blockquote.med {
  font-size: 15px;
}
.splash .said blockquote.long {
  width: 270px;
  font-size: 14px;
  padding: 8px 20px 8px 0;
}
.splash .said #book {
  bottom: 40px;
  left: -55px;
}
@media only screen and (max-width: 768px) {
  .splash .said #book {
    left: -45px;
  }
}
@media only screen and (max-width: 460px) {
  .splash .said #book {
    left: -10px;
  }
}
.section {
  position: relative;
  overflow: hidden;
}
.section h4 {
  font-size: 22px;
  color: #057481;
}
.section h5 {
  padding-top: 1em;
  padding-bottom: .5em;
  font-size: 18px;
  color: #057481;
}
.section p {
  line-height: 1.3em;
  padding-top: 0.8em;
  font-size: 1.15em;
}
.section .item {
  float: right;
  width: 280px;
  height: 185px;
  padding: 10px;
  position: relative;
  background: url(../_images/pattern.jpg) top left;
}
@media only screen and (max-width: 768px) {
  .section .item {
    width: 38%;
    height: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 460px) {
  .section .item {
    float: left;
    width: 95%;
  }
}
.section .item a.launch {
  position: absolute;
  height: 185px;
  width: 280px;
  top: 10px;
  left: 10px;
  background: url(../_images/plus.png) 240px 147px no-repeat;
}
.section .item span {
    position: absolute;
    top: 20px;
    left: -75px;
    height: 70px;
    width: 100px;
    background: url(../_images/cost.png) top center no-repeat;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    font-family: "museo-slab-1", "museo-slab-2";
    padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .section .item span {
    left: -10%;
  }
}
@media only screen and (max-width: 460px) {
  .section .item span {
    left: -12px;
  }
}
.section .item span em {
  display: block;
  font-style: italic;
  color: #efe0b7;
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .section .item img {
    width: 100%;
  }
}
.section blockquote {
  padding: 0 40px;
  float: left;
  background: url(../_images/quotes-l.png) left top no-repeat;
}
@media only screen and (max-width: 768px) {
  .section blockquote {
    padding: 30px 0 0 0;
  }
}
@media only screen and (max-width: 460px) {
  .section blockquote {
    padding: 30px 0 0 0;
  }
}
.section blockquote p {
  font-size: 18px;
  padding-top: 0;
  margin-bottom: 1em;
  color: #444;
  font-family: "museo-slab-1", "museo-slab-2";
  font-weight: 500;
}
@media only screen and (max-width: 460px) {
  .section blockquote p {
    font-size: 16px;
  }
}
.section blockquote cite {
  display: block;
  margin-right: -40px;
  margin-top: -30px;
  text-align: right;
  color: #9a907b;
  font-size: 18px;
  font-style: italic;
  font-family: "museo-slab-1", "museo-slab-2";
  padding-top: 44px;
  background: url(../_images/quotes-r.png) right top no-repeat;
}
@media only screen and (max-width: 768px) {
  .section blockquote cite {
    margin-right: 0px;
  }
}
.section .deco {
  margin: 0 80px 0 0;
}
.section .lists {
  position: relative;
  padding-bottom: 40px;
}
@media only screen and (max-width: 460px) {
  .section .lists {
    padding-bottom: 0px;
  }
}
.section .lists ul {
  float: left;
  width: 20%;
  margin-top: .8em;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .section .lists ul {
    width: 20%;
  }
}
@media only screen and (max-width: 460px) {
  .section .lists ul {
    margin-top: 0px;
    width: 100%;
  }
  .section .lists ul:first-of-type {
    margin-top: .8em;
  }
}
.section .lists li {
  margin-bottom: .5em;
  font: normal 700 14px/1.5em museo-slab-1, Georgia, 'Palatino Linotype', serif;
}
.section ul {
  margin-left: 20px;
}
.section li {
  background-position: left 8px;
}
.section .content,
.section blockquote {
  position: relative;
  float: left;
  width: 540px;
  font-size: 14px;
  font-family: Georgia;
}
@media only screen and (max-width: 768px) {
  .section .content,
  .section blockquote {
    width: 100%;
  }
}
#thanks .section .content,
#oops .section .content {
  float: none;
  margin: 40px auto;
}
.section.alt .item {
  float: left;
}
.section.alt .item span {
  left: auto;
  right: -75px;
}
@media only screen and (max-width: 768px) {
  .section.alt .item span {
    right: -10%;
  }
}
@media only screen and (max-width: 460px) {
  .section.alt .item span {
    right: 2px;
  }
}
.section.alt .deco {
  margin: 0 0 0 80px;
}
ul.linklist {
  margin-left: 0 !important;
  margin: 20px 0;
}
ul.linklist li {
  margin: 0 1.5em 0 0;
  list-style: none;
  padding: 0;
  background: none;
}
.section.alt .content,
.section.alt blockquote {
  float: right;
}
.last {
  margin-right: 0 !important;
}
ul.gallery li {
  float: left;
  width: 280px;
  height: 185px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  background: url(../_images/pattern.jpg) top left;
}
@media only screen and (max-width: 768px) {
  ul.gallery li {
    width: 45%;
    height: auto;
  }
}
@media only screen and (max-width: 460px) {
  ul.gallery li {
    width: 95%;
  }
}
ul.gallery li:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  ul.gallery li:nth-child(3n+3) {
    margin-right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  ul.gallery li:nth-child(even) {
    margin-right: 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  ul.gallery img {
    width: 100%;
  }
}
#cta {
  display: block;
  position: relative;
  margin: 0 auto 40px;
  width: 366px;
  height: 66px;
  background: url(../_images/book.png) top left no-repeat;
  text-indent: -9999em;
}
#cta:hover {
  background-position: bottom left;
}
#book-with {
  position: relative;
  clear: both;
  overflow: hidden;
}
#book-with form {
  float: left;
  width: 460px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 460px) {
  #book-with form {
    width: 100%;
  }
}
#book-with form h5 {
  font-size: 40px;
  color: #057481;
  padding-bottom: 25px;
}
#book-with form p {
  overflow: hidden;
  line-height: 36px;
  padding-bottom: 14px;
  clear: both;
}
@media only screen and (max-width: 460px) {
  #book-with form p {
    padding-bottom: 4px;
  }
}
#book-with form .option-list {
  float: right;
  width: 305px;
  margin-bottom: 15px;
}
#book-with form .option-list label {
  float: none;
}
#book-with form .option-list input {
  margin-bottom: .5em;
}
@media only screen and (max-width: 768px) {
  #book-with form .option-list {
    float: none;
  }
}
#book-with form .text {
  color: #444444;
  float: right;
  width: 274px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  background: #ffffff;
  font-family: Georgia;
  border: 3px solid #daeae0;
}
@media only screen and (max-width: 460px) {
  #book-with form .text {
    width: 91%;
    float: left;
  }
}
#book-with form .text:focus {
  background: #a4cacd;
  border: 3px solid #ffffd9;
  outline: 0;
}
#book-with form textarea {
  width: 434px;
  padding: 10px;
  height: 144px;
  line-height: 30px;
  background: #ffffff;
  color: #444444;
  font-family: Georgia;
  border: 3px solid #daeae0;
}
@media only screen and (max-width: 460px) {
  #book-with form textarea {
    width: 91%;
  }
}
#book-with form textarea:focus {
  background: #a4cacd;
  border: 3px solid #ffffd9;
  outline: 0;
}
#book-with form .submit {
  float: right;
  height: 41px;
  width: 142px;
  text-indent: -9999em;
  border: 0;
  background: url(../_images/submit.jpg) top left no-repeat;
}
#book-with form .submit:hover {
  cursor: pointer;
  background-position: bottom left;
}
#book-with form .text#hear-other {
  width: 220px;
}
#book-with label.error {
  display: block;
  float: right;
  margin-right: 3px;
  padding: 5px 10px;
  line-height: 1em;
  background: #A00144;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#book-with form label,
#book-with .note {
  float: left;
  padding-left: 12px;
  font-size: 14px;
  font-family: Georgia;
}
#book-with form label span,
#book-with .note span {
  color: #83073b;
  line-height: 1em;
  margin-top: -6px;
}
.aside,
#book-with .aside {
  position: relative;
  height: 354px;
  width: 354px;
  float: right;
  text-align: center;
  background: url(../_images/circle.jpg) top center no-repeat;
}
@media only screen and (max-width: 768px) {
  .aside,
  #book-with .aside {
    width: 100%;
    left: 0px;
  }
}
@media only screen and (max-width: 460px) {
  .aside,
  #book-with .aside {
    width: 100%;
    height: 300px;
    float: left;
    background: url(../_images/circle.jpg) top center no-repeat;
    background-size: contain;
  }
}
.aside,
#book-with .aside strong {
  display: block;
  font-size: 18px;
  font-style: italic;
  font-family: Georgia;
  padding-top: 50px;
  color: #999999;
}
.aside,
#book-with .aside blockquote {
  width: 280px;
  margin: auto;
  font-size: 20px;
  color: #057481;
  font-family: "museo-slab-1", "museo-slab-2";
  padding: 14px 0;
  line-height: 1.35em;
}
.aside,
#book-with .aside blockquote cite {
  color: #999999;
  display: block;
  font-size: 15px;
  padding-top: 12px;
  font-style: italic;
}
.aside,
#book-with .aside #book {
  left: -55px;
}
@media only screen and (max-width: 460px) {
  .aside,
  #book-with .aside #book {
    left: -2px;
  }
}
#indoors {
  margin-left: 64px;
}
@media only screen and (max-width: 460px) {
  #indoors {
    margin-left: 10px;
  }
}
#front-content {
  float: left;
  width: 540px;
  padding-top: 40px;
  font-size: 14px;
  font-family: Georgia, Arial, Helvetica, sans-serif;
}
#front-content img {
  display: block;
  margin: auto;
}
#front-content h3 {
  font-size: 28px;
  color: #057481;
  padding-bottom: 18px;
}
#front-content h4 {
  font-size: 18px;
  color: #057481;
  padding: 18px 0 12px;
}
#front-content p {
  line-height: 1.4em;
  padding-bottom: 1em;
}
#front-content .perfect {
  padding: 0 0 15px 22px;
  width: 198px;
  margin-right: 25px;
  background: url(../_images/pattern.jpg) top left;
  margin-top: 15px;
}
#front-content .perfecttext {
  float: left;
  width: 275px;
}
.perfectcookie {
    max-width: 250px;
    float: left;
    overflow: visible;
    margin-bottom: 30px;
}
.frontcookie img {
    max-width: 210px;
    margin-top: 30px !important;
    float: left;
}
@media only screen and (max-width: 460px) {
  #front-content .perfect {
    width: 90%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #front-content {
    width: 100%;
  }
}
#front-content .perfect ul,
.section ul {
  line-height: 1.5em;
  font-size: 1em;
  font-style: italic;
  font-family: Georgia;
}
#front-content .perfect li,
.section li {
  padding-left: 16px;
  margin-bottom: .5em;
  background: url(../_images/star.jpg) left 0.5em no-repeat;
}
#photos .section ul {
  margin-left: 0;
}
#talk {
  float: right;
  width: 352px;
  height: 624px;
  margin-top: 20px;
  position: relative;
  text-align: center;
  background: url(../_images/testimonial.png) top right no-repeat;
}
#talk h5 {
  font-size: 16px;
  font-style: italic;
  font-family: Georgia;
  padding-top: 45px;
  color: #999999;
}
#talk blockquote {
  width: 260px;
  margin: 0 auto;
  font-size: 17px;
  color: #057481;
  font-family: "museo-slab-1", "museo-slab-2";
  padding: 14px 0;
  line-height: 1.35em;
}
@media only screen and (max-width: 460px) {
  #talk blockquote {
    line-height: 1.13em;
  }
}
#talk blockquote cite {
  color: #999999;
  display: block;
  font-size: 13px;
  padding-top: 12px;
  font-style: italic;
}
@media only screen and (max-width: 460px) {
  #talk {
    width: 100%;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #talk {
    width: 100%;
    background-position: top center;
    float: left;
  }
}
#book {
  position: absolute;
  bottom: 23px;
  left: -7px;
  width: 366px;
  height: 66px;
  background: url(../_images/bookrevised.png) top left no-repeat;
  text-indent: -9999em;
}
@media only screen and (max-width: 460px) {
  #book {
    left: 3px;
    height: 52px;
    width: 312px;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  #book {
    left: 193px;
  }
}
@media only screen and (max-width: 460px) {
  #book {
    left: 5px;
  }
}
#book:hover {
  background-position: bottom left;
}
#maps {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
#locations {
  position: absolute;
  width: 220px;
  top: 0px;
  left: 0px;
  z-index: 100;
}
#locations h2 {
  font-size: 30px;
  padding-bottom: .5em;
  border-bottom: solid #ab1755 1px;
  margin-bottom: 20px;
}
#locations li {
  margin-bottom: 10px;
}
#locations .button {
  width: 160px;
}
@media only screen and (max-width: 768px) {
  #locations {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 460px) {
  #locations {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }
}
.bigrounded {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}
.medium {
  font-size: 12px;
  padding: .4em 1.5em .42em;
}
.small {
  font-size: 11px;
  padding: .2em 1em .275em;
}
#wrapper {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}
@media only screen and (max-width: 460px) {
  #wrapper {
    margin-top: 350px;
  }
}
#map {
  position: relative;
  width: 400%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #map {
    width: 100%;
  }
}
.slide {
  position: relative;
  width: 25%;
  height: 100%;
  float: left;
  z-index: 10;
}
#map1 {
  background: url(../_images/map-jackson.jpg) left top no-repeat;
}
@media only screen and (max-width: 768px) {
  #map1 {
    width: 100%;
    background-size: contain;
  }
}
#map2 {
  background: url(../_images/map-hendersonville.jpg) left top no-repeat;
}
@media only screen and (max-width: 768px) {
  #map2 {
    width: 100%;
    background-size: contain;
  }
}
#map3 {
  background: url(../_images/map-nashville.jpg) left top no-repeat;
}
@media only screen and (max-width: 768px) {
  #map3 {
    width: 100%;
    background-size: contain;
  }
}
#map4 {
  background: url(../_images/map-huntsville.jpg) left top no-repeat;
}
@media only screen and (max-width: 768px) {
  #map4 {
    width: 100%;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) {
  #map5 .section {
    overflow: visible;
  }
}
@media only screen and (max-width: 768px) {
  #map5 {
    width: 100%;
  }
}
.vcard {
  position: absolute;
  top: 46px;
  right: 20px;
  padding: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  width: 240px;
  font: normal 500 14px/1.5em "museo-slab-1", "museo-slab-2";
  moz-border-radius: 10px;
  webkit-border-radius: 10px;
  border-radius: 10px;
}
.vcard h1 {
  visibility: hidden;
  height: 0;
}
.vcard .org {
  font-size: 20px;
  margin-bottom: .5em;
}
.vcard p {
  margin-top: 1em;
}
@media only screen and (max-width: 768px) {
  .vcard {
    right: 31px;
  }
}
@media only screen and (max-width: 460px) {
  .vcard {
    top: 205px;
    left: 26px;
    right: 20px;
  }
}
.mob_loc {
  float: left !important;
  margin-left: 300px;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .mob_loc {
    float: right !important;
    margin-right: 30px;
    margin-top: 240px;
  }
}
@media only screen and (max-width: 460px) {
  .mob_loc {
    width: 75% !important;
    margin-top: 80px !important;
  }
}
#contact-info {
  float: right;
  width: 450px;
}
#contact-info h5 {
  padding-bottom: .5em;
  text-align: left;
  font-size: 28px;
  color: #057481;
}
#contact-page .vcard {
  position: relative;
  top: auto;
  right: auto;
  float: left;
  width: 175px;
  height: 220px;
  margin: 0 20px 20px 0;
  color: #999;
}
#contact-page .vcard:hover {
  padding: 18px;
  border: solid #DAEAE0 2px;
  color: #444;
}
#foot {
  height: 130px;
  position: relative;
  background: url(../_images/foot-bg.jpg) top left;
}
#foot #footer {
  position: relative;
  padding-top: 55px;
  width: 950px;
  margin: auto;
  color: #ffffff;
  font-size: 14px;
  text-shadow: 1px 1px 1px #555555;
  font-family: "museo-slab-1", "museo-slab-2";
}
@media only screen and (max-width: 768px) {
  #foot #footer {
    width: 100%;
  }
}
#foot #foot-nav {
  float: left;
  width: 460px;
  margin-right: 20px;
}
@media only screen and (max-width: 460px) {
  #foot #foot-nav {
    width: 50%;
  }
}
#foot #foot-contact {
  float: left;
  width: 300px;
}
@media only screen and (max-width: 460px) {
  #foot #foot-contact {
    width: 50%;
  }
}
@media only screen and (max-width: 460px) {
  #foot #foot-contact p {
    left: 0px;
  }
}
#foot ul li {
  float: left;
  padding-right: 8px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 460px) {
  #foot ul li {
    float: none;
    text-align: left;
  }
}
#foot ul a {
  color: #ffffff;
}
#foot p {
  float: left;
  padding-bottom: 10px;
  clear: left;
}
@media only screen and (max-width: 460px) {
  #foot p {
    position: relative;
    left: 70px;
    top: 20px;
  }
}
@media only screen and (max-width: 460px) {
  #foot p.copyright {
    width: 35%;
    float: right;
    left: 0px;
    top: -160px;
  }
}
#foot #us {
  position: absolute;
  top: 55px;
  right: 0;
  width: 85px;
  height: 39px;
  background: url(../_images/maker.png) top left;
  text-indent: -9999em;
}
@media only screen and (max-width: 768px) {
  #foot {
    background: url(../_images/foot-bg-tall.jpg) top left repeat-x;
    height: 250px;
  }
}
@media only screen and (max-width: 460px) {
  #foot {
    height: 350px;
  }
}
body#oops {
  background-image: none;
}
body#oops #header h1 {
  left: 50%;
  margin-left: -72px;
}
#oops .shout {
  font-size: 100px !important;
}
@media only screen and (max-width: 460px) {
  #oops .shout {
    font-size: 40px !important;
  }
}
#oops img.illus {
  float: right;
}
@media only screen and (max-width: 460px) {
  #oops img.illus {
    float: left;
    width: 100%;
  }
}
#oops .section .content {
  float: left;
  width: 460px;
}
@media only screen and (max-width: 460px) {
  #oops .section .content {
    width: 100%;
  }
}
#hear-other_label {
  margin-left: 145px;
}
@media only screen and (max-width: 768px) {
  #hear-other_label {
    margin-left: 0px;
    margin-right: 10px;
  }
}
#hear-other_p {
  margin-top: -20px;
}
@media only screen and (max-width: 768px) {
  #hear-other_p {
    float: left;
  }
}
@media only screen and (max-width: 460px) {
  #hear-other_p {
    width: 100%;
  }
}
@media only screen and (max-width: 460px) {

}
#free br {
  display: none;
}
@media only screen and (max-width: 460px) {
  #free br {
    display: inline;
  }
}
@media only screen and (max-width: 460px) {
  #free-options {
    margin-top: -10px;
  }
}
.contact #book-with h3 {
  display: none;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 *
 * Version: 1.3.1 (05/03/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1104;
  display: none;
}
* html #fancybox-loading {
  /* IE6 */

  position: absolute;
  margin-top: 0;
}
#fancybox-loading div {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 480px;
  background-image: url('../_images/fancybox.png');
}
#fancybox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: 1100;
  display: none;
}
@media only screen and (max-width: 460px) {
  #fancybox-overlay {
    display: none !important;
  }
}
* html #fancybox-overlay {
  /* IE6 */

  position: absolute;
  width: 100%;
}
#fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  overflow: auto;
  display: none;
}
#fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  z-index: 1101;
  display: none;
}
@media only screen and (max-width: 460px) {
  #fancybox-wrap {
    display: none !important;
  }
}
#fancybox-outer {
  position: relative;
  width: 100%;
  height: 100%;
  background: #FFF;
}
#fancybox-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  outline: none;
  overflow: hidden;
}
#fancybox-hide-sel-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
#fancybox-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-image: url('../_images/fancybox.png');
  background-position: -40px 0px;
  cursor: pointer;
  z-index: 1103;
  display: none;
}
#fancybox_error {
  color: #444;
  font: normal 12px/20px Arial;
  padding: 7px;
  margin: 0;
}
#fancybox-content {
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
}
#fancybox-img {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  line-height: 0;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}
#fancybox-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
#fancybox-title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Arial;
  font-size: 12px;
  z-index: 1102;
}
.fancybox-title-inside {
  padding: 10px 0;
  text-align: center;
  color: #333;
}
.fancybox-title-outside {
  padding-top: 5px;
  color: #FFF;
  text-align: center;
  font-weight: bold;
}
.fancybox-title-over {
  color: #FFF;
  text-align: left;
}
#fancybox-title-over {
  padding: 10px;
  background-image: url('./_images/fancy_title_over.png');
  display: block;
}
#fancybox-title-wrap {
  display: inline-block;
}
#fancybox-title-wrap span {
  height: 32px;
  float: left;
}
#fancybox-title-left {
  padding-left: 15px;
  background-image: url('../_images/fancybox.png');
  background-position: -40px -90px;
  background-repeat: no-repeat;
}
#fancybox-title-main {
  font-weight: bold;
  line-height: 29px;
  background-image: url('../_images/fancybox-x.png');
  background-position: 0px -40px;
  color: #FFF;
}
#fancybox-title-right {
  padding-left: 15px;
  background-image: url('../_images/fancybox.png');
  background-position: -55px -90px;
  background-repeat: no-repeat;
}
#fancybox-left,
#fancybox-right {
  position: absolute;
  bottom: 0px;
  height: 100%;
  width: 35%;
  cursor: pointer;
  outline: none;
  background-image: url('../_images/blank.gif');
  z-index: 1102;
  display: none;
}
#fancybox-left {
  left: 0px;
}
#fancybox-right {
  right: 0px;
}
#fancybox-left-ico,
#fancybox-right-ico {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  cursor: pointer;
  z-index: 1102;
  display: block;
}
#fancybox-left-ico {
  background-image: url('../_images/fancybox.png');
  background-position: -40px -30px;
}
#fancybox-right-ico {
  background-image: url('../_images/fancybox.png');
  background-position: -40px -60px;
}
#fancybox-left:hover,
#fancybox-right:hover {
  visibility: visible;
  /* IE6 */

}
#fancybox-left:hover span {
  left: 20px;
}
#fancybox-right:hover span {
  left: auto;
  right: 20px;
}
.fancy-bg {
  position: absolute;
  padding: 0;
  margin: 0;
  border: 0;
  width: 20px;
  height: 20px;
  z-index: 1001;
}
#fancy-bg-n {
  top: -20px;
  left: 0;
  width: 100%;
  background-image: url('../_images/fancybox-x.png');
}
#fancy-bg-ne {
  top: -20px;
  right: -20px;
  background-image: url('../_images/fancybox.png');
  background-position: -40px -162px;
}
#fancy-bg-e {
  top: 0;
  right: -20px;
  height: 100%;
  background-image: url('../_images/fancybox-y.png');
  background-position: -20px 0px;
}
#fancy-bg-se {
  bottom: -20px;
  right: -20px;
  background-image: url('../_images/fancybox.png');
  background-position: -40px -182px;
}
#fancy-bg-s {
  bottom: -20px;
  left: 0;
  width: 100%;
  background-image: url('../_images/fancybox-x.png');
  background-position: 0px -20px;
}
#fancy-bg-sw {
  bottom: -20px;
  left: -20px;
  background-image: url('../_images/fancybox.png');
  background-position: -40px -142px;
}
#fancy-bg-w {
  top: 0;
  left: -20px;
  height: 100%;
  background-image: url('../_images/fancybox-y.png');
}
#fancy-bg-nw {
  top: -20px;
  left: -20px;
  background-image: url('../_images/fancybox.png');
  background-position: -40px -122px;
}
/* IE */
#fancybox-loading.fancybox-ie div {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_loading.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-close {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_close.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-over {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_title_over.png', sizingMethod='scale');
  zoom: 1;
}
.fancybox-ie #fancybox-title-left {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_title_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-main {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_title_main.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-title-right {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_title_right.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-left-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_nav_left.png', sizingMethod='scale');
}
.fancybox-ie #fancybox-right-ico {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_nav_right.png', sizingMethod='scale');
}
.fancybox-ie .fancy-bg {
  background: transparent !important;
}
.fancybox-ie #fancy-bg-n {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_n.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-ne {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_ne.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-e {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_e.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-se {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_se.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-s {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_s.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-sw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_sw.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-w {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_w.png', sizingMethod='scale');
}
.fancybox-ie #fancy-bg-nw {
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../_images/fancybox/fancy_shadow_nw.png', sizingMethod='scale');
}
#jPanelMenu-menu {
  background: url("../_images/white_wall_hash.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#jPanelMenu-menu ul {
  text-align: left;
}
#jPanelMenu-menu li a {
  background: url("../_images/white_wall_hash.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom: 1px solid #EDE3B4;
  color: #057481;
  display: block;
  font-weight: 700;
  padding: 1em 5%;
  text-decoration: none;
  font-size: 14px;
  font-family: "museo-slab-1", "museo-slab-2";
}
#jPanelMenu-menu li a:hover,
#jPanelMenu-menu li a:focus {
  color: #A001441;
}
#jPanelMenu-menu li a:active {
  color: #A001441;
}
.jPanelMenu-panel {
  box-shadow: 0 0 25px #222222;
  background: none !important;
}
#jPanelMenu-menu ul li ul li a {
  padding-left: 40px;
}
#jPanelMenu-menu .menu-trigger {
  display: block;
	background: none;
  float: none;
  height: auto;
  position: inherit;
  width: auto;
  text-indent: 0em;
  background: url(../_images/arrow.png) center center no-repeat;
  text-indent: -9999em;
}
#mobile_form {
  text-align: center;
  padding: 30px;
}
#mobile_form .search-input {
  width: 90%;
}
#mobile_menu {
  display: none;
}
.menu-trigger {
  background: url(../_images/pancake.png) top left no-repeat;
  text-indent: -9999em;
  height: 50px;
  width: 50px;
  float: right;
  display: none;
  position: absolute;
}
@media screen and (min-width: 660px) and (max-width: 960px) {
  .menu-trigger {
    display: block;
    right: 0px;
    bottom: 90px;
  }
  .action,
  #menu {
    display: none;
  }
}
@media screen and (max-width: 659px) {
  .menu-trigger {
    display: block;
    right: 0px;
    bottom: 90px;
  }
  .action,
  #menu {
    display: none;
  }
}
.cookieline img {
    background: url(../_images/pattern.jpg) top left;
    padding: 10px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    max-width: 210px;
    max-height: 113px !important;
    display: block;
}
@media screen and (max-width: 460px) {
  .cookieline img {
    margin-left: 20%;
}
}

.career {
  margin-bottom: 20px;
}
