/*
Theme Name: 	Reliant Care Management
Theme URI: 		http://solvm.com
Description:	A theme for Reliant Care Management
Author: 		Benjamin Gandhi-Shepard
Version: 		1.0
Tags: 			Professional


*/
html {
  background: #FFF;
  color: #333;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

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

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,th,var {
  font-style: normal;
  font-weight: 400;
}

li {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

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

abbr,acronym {
  border: 0;
  font-variant: normal;
}

abbr[title],dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,textarea,select {
  border: none;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  *font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  outline: medium none;
}

legend {
  color: #000;
}

hr {
  display: ;
}

a {
  outline: none;
}

nav,section,article,header,aside,footer,figure,dialog {
  display: block;
  margin: 0;
  padding: 0;
}

header,footer {
  position: relative;
}

time,progress,mark,output {
  display: inline;
}

mark {
  background: #FF8;
  display: inline-block;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
  *vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label,input[type=button],input[type=submit],button {
  cursor: pointer;
}

a:link {
  -webkit-tap-highlight-color: #FF5E99;
}

html {
  overflow-y: scroll;
}

button {
  width: auto;
  overflow: visible;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none;
  }

  a,a:visited {
    color: #444 !important;
    text-decoration: underline;
  }

  a:after {
    content: " (" attr(href) ")";
  }

  abbr:after {
    content: " (" attr(title) ")";
  }

  .ir a:after {
    content: "";
  }

  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

  @page {
    margin: .5cm;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}

@media screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
  }
}

#entry a.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top,#3498db,#2980b9);
  background-image: -moz-linear-gradient(top,#3498db,#2980b9);
  background-image: -ms-linear-gradient(top,#3498db,#2980b9);
  background-image: -o-linear-gradient(top,#3498db,#2980b9);
  background-image: linear-gradient(to bottom,#3498db,#2980b9);
  border-radius: 28px;
  font-family: Arial;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-top: 20px;
  padding: 10px 20px;
  text-decoration: none;
}

#entry a.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top,#3cb0fd,#3498db);
  background-image: -moz-linear-gradient(top,#3cb0fd,#3498db);
  background-image: -ms-linear-gradient(top,#3cb0fd,#3498db);
  background-image: -o-linear-gradient(top,#3cb0fd,#3498db);
  background-image: linear-gradient(to bottom,#3cb0fd,#3498db);
  text-decoration: none;
}

.zurbButton {
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  position: relative;
  cursor: pointer;
}

.gleam-button,a.gleam-button:visited,.button,a.button:visited,#submit,a.read-more,.pds-vote-button,.pds-view-results,.pds-return-poll,.gform_wrapper .gform_footer input[type=submit],.reply a {
  border-bottom: 1px solid #515BD6;
  background: #515BD6;
  background: -moz-linear-gradient(top,#515BD6 0%,#2e3180 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#515BD6),color-stop(100%,#2e3180));
  background: -webkit-linear-gradient(top,#515BD6 0%,#2e3180 100%);
  background: -o-linear-gradient(top,#515BD6 0%,#2e3180 100%);
  padding: 5px 10px;
  border-radius: 8px;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: 0 -1px 0 rgba(51,51,51,0.7);
  color: #fff;
}

.gleam-button:hover,.button:hover,#submit:hover,a.read-more:hover,.pds-vote-button:hover,.pds-view-results:hover,.pds-return-poll:hover,.gform_wrapper .gform_footer input.button:hover,.gform_wrapper .gform_footer input[type=submit]:hover,.reply a:hover {
  background: #2e3180;
  background: -moz-linear-gradient(top,#2e3180 0%,#515BD6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#2e3180),color-stop(100%,#515BD6));
  background: -webkit-linear-gradient(top,#2e3180 0%,#515BD6 100%);
  background: -o-linear-gradient(top,#2e3180 0%,#515BD6 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#2e3180),to(#515BD6));
  background: -moz-linear-gradient(top,#2e3180,#515BD6);
  border-bottom: 1px solid #2e3180;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(51,51,51,0.7);
}

#submit {
  padding: .5em;
  width: 10em;
}

a.read-more {
  display: block;
  margin: 2em 0;
  padding: .25em .5em;
  text-align: center;
  width: 6em;
}

.submit {
  display: block;
  text-align: center;
  width: 9em;
}

#send {
  color: #fff;
  display: block;
  text-align: center;
  padding: .5em;
  width: 6em;
}

.PDS_Poll {
  width: 700px;
}

.pds-question-top {
  color: #46383B;
  font-size: 1.5em;
  padding: 1.75em 0;
  margin: 0 30px;
  font-weight: 700;
}

.pds-answer-group {
  display: block;
  padding-bottom: 1.5em;
}

.pds-radiobutton {
  height: 25px;
  width: 50px;
}

.pds-input-label {
  display: inline;
}

.pds-vote {
  padding-bottom: 3em;
}

.pds-vote-button {
  margin-right: 1em;
}

.pds-answer-text {
  display: block;
  float: left;
  padding-bottom: 1.5em;
}

.pds-feedback-group {
  padding-bottom: 1.5em;
}

.pds-answer-feedback {
  background: #f1f1f1;
  border: 1px solid #d1d1d1;
  height: 18px;
}

.pds-feedback-per {
  float: right;
}

.pds-feedback-votes {
  float: right;
}

.pds-answer-feedback-bar {
  background-color: #CEFFA3;
  border: 0 none #4D6382;
  padding: 0;
  margin: 0;
  height: 18px;
  position: relative;
  float: left;
}

.pds-total-votes {
  color: #46383B;
  font-size: 1.5em;
  padding: 1.75em 0;
  margin: 0 15px;
  font-weight: 700;
}

.pds-comments {
  display: none;
  float: right;
}

.line:after,.lastUnit:after,.unitLast:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

.line {
  *zoom: 1;
}

.unit {
  float: left;
}

.size1of1 {
  float: none;
}

.size1of2 {
  width: 50%;
}

.size1of3 {
  width: 33.33333%;
}

.size2of3 {
  width: 66.66666%;
}

.size1of4 {
  width: 25%;
}

.size2of4 {
  width: 50%;
}

.size3of4 {
  width: 75%;
}

.size1of5 {
  width: 20%;
}

.size2of5 {
  width: 40%;
}

.size3of5 {
  width: 60%;
}

.size4of5 {
  width: 80%;
}

.size1of6 {
  width: 16.66666%;
}

.size2of6 {
  width: 33.33333%;
}

.size3of6 {
  width: 50%;
}

.size4of6 {
  width: 66.66666%;
}

.size5of6 {
  width: 83.33333%;
}

.size1of7 {
  width: 14.285714%;
}

.size2of7 {
  width: 28.571429%;
}

.size3of7 {
  width: 42.857143%;
}

.size4of7 {
  width: 57.142857%;
}

.size5of7 {
  width: 71.428571%;
}

.size6of7 {
  width: 85.714286%;
}

.size1of8 {
  width: 12.5%;
}

.size2of8 {
  width: 25%;
}

.size3of8 {
  width: 37.5%;
}

.size4of8 {
  width: 50%;
}

.size5of8 {
  width: 62.5%;
}

.size6of8 {
  width: 75%;
}

.size7of8 {
  width: 87.5%;
}

.size1of10 {
  width: 10%;
}

.size2of10 {
  width: 20%;
}

.size3of10 {
  width: 30%;
}

.size4of10 {
  width: 40%;
}

.size5of10 {
  width: 50%;
}

.size6of10 {
  width: 60%;
}

.size7of10 {
  width: 70%;
}

.size8of10 {
  width: 80%;
}

.size9of10 {
  width: 90%;
}

.size1of12 {
  width: 8.33333%;
}

.size2of12 {
  width: 16.66666%;
}

.size3of12 {
  width: 25%;
}

.size4of12 {
  width: 33.33333%;
}

.size5of12 {
  width: 41.66666%;
}

.size6of12 {
  width: 50%;
}

.size7of12 {
  width: 58.33333%;
}

.size8of12 {
  width: 66.66666%;
}

.size9of12 {
  width: 75%;
}

.size10of12 {
  width: 83.33333%;
}

.size11of12 {
  width: 91.66666%;
}

.lastUnit {
  display: table-cell;
  float: none;
  width: auto;
  *display: block;
  *zoom: 1;
  _position: relative;
  _left: -3px;
  _margin-right: -3px;
}

.borderShadowBottom {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-bottom: 2px solid #ccc;
  border-bottom: 2px solid rgba(0,0,0,.1);
  padding: 10px;
}

.roundBorderShadowBottom {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-bottom: 2px solid #ccc;
  border-radius: 5px;
  padding: 10px;
}

.pressedBorder {
  background: #111;
  border: 1px solid #000;
  border-right: 1px solid #353535;
  border-bottom: 1px solid #353535;
  border-radius: 5px;
  color: #fff;
  padding: 10px;
}

.borderLight {
  background: #f0f0f0;
  border-top: 1px solid #fff;
  outline: 1px solid #ddd;
  padding: 10px;
}

.borderDark {
  background: #333;
  border-top: 1px solid #555;
  outline: 1px solid #111;
  padding: 10px;
}

.letterPressBorders {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.letterPressBorders li {
  border-top: 1px solid #333;
  border-bottom: 1px solid #111;
}

.letterPressBorders li a {
  padding: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.letterPressBorders li a:hover {
  background: #111;
}

.letterPressBorders li:first-child {
  border-top: none;
}

.letterPressBorders li:last-child {
  border-bottom: none;
}

.drop-shadow {
  position: relative;
  float: left;
  width: 100%;
  background: #fff;
}

.drop-shadow:before,.drop-shadow:after {
  content: "";
  position: absolute;
  z-index: -2;
}

.lifted {
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.lifted:before,.lifted:after {
  bottom: 15px;
  left: 10px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  box-shadow: 0 15px 10px rgba(0,0,0,0.7);
  transform: rotate(-3deg);
}

.lifted:after {
  right: 10px;
  left: auto;
  transform: rotate(3deg);
}

.curved:before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 50%;
  box-shadow: 0 0 15px rgba(0,0,0,0.9);
  border-radius: 10px / 100px;
}

.curved-vt-2:before {
  right: 0;
}

.curved-hz-1:before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 100px / 10px;
}

.curved-hz-2:before {
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  -moz-border-radius: 100px / 10px;
  border-radius: 100px / 10px;
}

ul.polaroids a:after {
  content: attr(title);
}

ul.polaroids a {
  transform: rotate(-2deg);
}

ul.polaroids li:nth-child(even) a {
  transform: rotate(2deg);
}

ul.polaroids li:nth-child(3n) a {
  transform: none;
  position: relative;
  top: -5px;
}

ul.polaroids li:nth-child(5n) a {
  transform: rotate(5deg);
  position: relative;
  right: 5px;
}

ul.polaroids li:nth-child(8n) a {
  position: relative;
  top: 8px;
  right: 5px;
}

ul.polaroids li:nth-child(11n) a {
  position: relative;
  top: 3px;
  left: -5px;
}

ul.polaroids a:hover {
  transform: scale(1.25);
  position: relative;
  z-index: 5;
}

ul.polaroids a {
  transition: transform .15s linear;
  box-shadow: 0 3px 6px rgba(0,0,0,.25);
}

ul.polaroids a {
  box-shadow: 0 3px 6px rgba(0,0,0,.5);
}

.stacked {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 0;
  border: 10px solid #f0f0f0;
  background: #fff;
  width: 400px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.stacked:before,.stacked:after {
  content: " ";
  display: block;
  border: 10px solid #f0f0f0;
  background: #fff;
  z-index: -1;
  position: absolute;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  transform: rotate(1deg);
}

.stacked:after {
  z-index: -2;
  transform: rotate(-1.5deg);
}

.boxShadowBottom {
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
  border-bottom-color: #ccc\9;
  border-bottom-style: solid\9;
  border-bottom-width: 1px\9;
  *border-bottom: 1px solid #ccc;
  _border-bottom: 1px solid #ccc;
}

.boxShadowTop {
  box-shadow: inset 0 1px 0 rgba(0,0,0,.1);
  border-top-color: #ccc\9;
  border-top-style: solid\9;
  border-top-width: 1px\9;
  *border-top: 1px solid #ccc;
  _border-top: 1px solid #ccc;
}

.boxShadowLeft {
  box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
  border-left-color: #ccc\9;
  border-left-style: solid\9;
  border-top-width: 1px\9;
  *border-left: 1px solid #ccc;
  _border-left: 1px solid #ccc;
}

.boxShadowRight {
  box-shadow: inset -1px 0 0 rgba(0,0,0,.1);
  border-right-color: #ccc\9;
  border-rigth-style: solid\9;
  border-top-width: 1px\9;
  *border-right: 1px solid #ccc;
  _border-right: 1px solid #ccc;
}

.text-shadow-w {
  text-shadow: 1px 1px 1px #fff;
}

.text-shadow-b {
  text-shadow: 1px 1px 1px #333;
}

.letterpress-wt {
  text-shadow: 0 -1px 0 rgba(255,255,255,0.7);
}

.letterpress-wb {
  text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

.letterpress-bt {
  text-shadow: 0 -1px 0 rgba(51,51,51,0.7);
}

.letterpress-bb {
  text-shadow: 0 1px 0 rgba(51,51,51,0.7);
}

.text-shadow1 {
  text-shadow: 4.422px 0 0 #D4EE5E;
}

.text-shadow2 {
  text-shadow: 1px 2px 0 rgba(255,255,255,0.8),6px 3px 0 #B2C0CB,6px 4px 0 #B2C0CB,6px 5px 0 #B2C0CB,6px 6px 0 #B2C0CB,6px 7px 0 #B2C0CB,6px 8px 0 #B2C0CB,6px 9px 0 #B2C0CB,6px 10px 0 #B2C0CB,6px 11px 0 #B2C0CB;
}

.text-shadow3 {
  text-shadow: .01em .01em 0 #863027,.02em .02em 0 #863027,.03em .03em 0 #863027,.04em .04em 0 #863027,.05em .05em 0 #863027,.06em .06em 0 #863027,.07em .07em 0 #863027,.08em .08em 0 #863027,.09em .09em 0 #863027,.1em .1em 0 #863027;
}

.hardShadow {
  color: #272423;
  letter-spacing: .09em;
  text-align: center;
  text-shadow: 1px 2px 0 #F9F9F7,3px 6px 0 #E7E6E2;
  text-transform: uppercase;
}

.wp-engine {
  text-shadow: 1px 1px 0 #F2EFE6,2px 2px 0 #BFBDB6,3px 3px 1px rgba(255,255,255,0.7);
}

.shortShadow {
  text-shadow: 1px 1px 0 #F2EFE6,2px 2px 0 #ddd,3px 3px 1px rgba(255,255,255,0.7);
}

.instabir {
  text-shadow: 0 2px 1px #000;
}

.three-d {
  width: 200px;
}

.three-d a {
  text-transform: uppercase;
  display: block;
  position: relative;
  color: #E58;
}

.three-d a,.three-d span {
  transition: all .12s ease-out;
}

.three-d span {
  display: block;
  color: #333;
  text-shadow: 1px 1px #ccc,2px 2px #ccc,3px 3px #ccc,4px 4px #ccc,5px 5px #ccc,6px 6px #ccc,7px 7px #ccc,8px 8px #ccc;
}

.three-d a:hover {
  background: transparent;
  color: #333;
  left: -3px;
  top: -3px;
  text-decoration: none;
  left: 0\9;
  left: 0\9/;
  top: 0\9;
  top: 0\9/;
}

.three-d a:hover span {
  color: #333;
  color: #E95C41\9;
  color: #E95C41\9/;
}

.three-d a:hover .span1 {
  text-shadow: 1px 1px #ccc,2px 2px #ccc,3px 3px #ccc,4px 4px #ccc,5px 5px #ccc,6px 6px #ccc,7px 7px #ccc,8px 8px #ccc,9px 9px #ccc,10px 10px #ccc,11px 11px #ccc;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,ul,ol,dl,p,.p,blockquote,.audiojs,.media {
  margin: 0 15px;
}

p,dl,ol,ul,blockquote {
  padding-top: 1.5em;
}

.oversized-quote+p,nav>ul,nav+p,h1+blockquote,.h1+blockquote,h2+blockquote,.h2+blockquote,h3+blockquote,.h3+blockquote,h4+blockquote,.h4+blockquote,h5+blockquote,.h5+blockquote,h6+blockquote,.h6+blockquote,h1+h2,h2+h3,h3+h4,h4+h6,h5+h6,h2+h3,h2+h4,h2+h6,h2+h6,h3+h4,h3+h5,h3+h6,h4+h5,h4+h6,h5+h6,h1+p,.h1+.p,h2+p,.h2+.p,h3+p,.h3+.p,h4+p,.h4+.p,h5+p,.h5+.p,h6+p,.h6+.p,h1+dl,.h1+dl,h2+dl,.h2+dl,h3+dl,.h3+dl,h4+dl,.h4+dl,h5+dl,.h5+dl,h6+dl,.h6+dl,h1+ol,.h1+ol,h2+ol,.h2+ol,h3+ol,.h3+ol,h4+ol,.h4+ol,h5+ol,.h5+ol,h6+ol,.h6+ol,h1+ul,.h1+ul,h2+ul,.h2+ul,h3+ul,.h3+ul,h4+ul,.h4+ul,h5+ul,.h5+ul,h6+ul,.h6+ul,hgroup+p,hgroup+ul,hgroup+ol,hgroup+dl {
  padding-top: 0;
}

table h1,table h2,table h3,table h4,table h5,table h6,table p,table ul,table ol,table dl {
  padding: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pb1-5 {
  padding-bottom: 1.5em;
}

.pb3 {
  padding-bottom: 3em;
}

.pb5 {
  padding-bottom: 5em;
}

.pt3 {
  padding-top: 3em;
}

.pt1-5 {
  padding-top: 1.5em;
}

.pt0 {
  padding-top: 0;
}

.ptb {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

.plr {
  padding-left: 10%;
  padding-right: 10%;
}

.p0 {
  padding: 0;
}

.ps {
  padding: .5em;
}

.pm {
  padding: 1em;
}

.m0 {
  margin: 0;
}

.ml {
  margin-left: 15px;
}

.mlr {
  margin-left: 15px;
  margin-right: 15px;
}

.mtb {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mlr5 {
  margin-left: 5em;
  margin-right: 5em;
}

.full {
  width: 100%;
}

.min600 {
  min-height: 600px;
}

.full {
  width: 100%;
}

.data {
  position: relative;
  zoom: 1;
  vertical-align: top;
  text-align: left;
}

.data table {
  width: 100%;
  table-layout: fixed;
}

.txtC,table .txtC td,table .txtC th,.data .txtC th,.data .txtC td {
  text-align: center;
}

.txtL,table .txtL td,table .txtL th,.data .txtL th,.data .txtL td {
  text-align: left;
}

.txtR,table .txtR td,table .txtR th,.data .txtR th,.data .txtR td {
  text-align: right;
}

.txtT,table .txtT td,table .txtT th,.data .txtT th,.data .txtT td {
  vertical-align: top;
}

.txtB,table .txtB td,table .txtB th,.data .txtB th,.data .txtB td {
  vertical-align: bottom;
}

.txtM,table .txtM td,table .txtM th,.data .txtM th,.data .txtM td {
  vertical-align: middle;
}

.data th,.data td {
  padding: 3px 20px;
}

body {
  color: #333;
  font-family: Georgia,"Times New Roman",Times,serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 1em;
  font-weight: 400;
}

#entry h1,#entry h2,#entry h3,#entry h4,#entry h5,#entry h6 {
  font-weight: 700;
}

#entry h1,#entry h2 {
  font-size: 2em;
  padding: 1.5em 0 0;
}

#entry h3,#entry h4,#entry h5,#entry h6 {
  font-size: 1em;
  padding: .75em 0;
}

#entry a {
  background: #e6e6e6;
  color: #333;
  text-decoration: none;
}

#entry a:hover {
  background: #ff0;
}

#entry a.fancybox {
  background: none;
  color: transparent;
  text-decoration: none;
}

#entry a.fancybox:hover {
  background: none;
}

.em10 {
  font-size: 10em;
}

.em9 {
  font-size: 9em;
}

.em8 {
  font-size: 8em;
}

.em7 {
  font-size: 7em;
}

.em6 {
  font-size: 6em;
}

.em5 {
  font-size: 5em;
}

.em4 {
  font-size: 4em;
}

.em3 {
  font-size: 3em;
}

.em2 {
  font-size: 2em;
}

.em1 {
  font-size: 1em;
}

.em0 {
  font-size: .5em;
}

.pad0 {
  padding: 0;
}

.pad1to0 {
  padding: 1.5em 0 0;
}

.pad0to1 {
  padding: 0 0 1.5em;
}

.pad1to1 {
  padding: 1.5em 0;
}

.pad1to1sm {
  padding: .75em 0;
}

.pad2to1 {
  padding: 2em 0 1em;
}

.pad1to2 {
  padding: 1em 0 2em;
}

.pad5to1 {
  padding: 5em 0 1em;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,ul,ol,dl,p,.p,blockquote,select {
  margin: 0 30px;
}

p,dl,ol,ul,blockquote {
  padding-top: 1.5em;
}

.oversized-quote+p,nav>ul,nav+p,h1+blockquote,.h1+blockquote,h2+blockquote,.h2+blockquote,h3+blockquote,.h3+blockquote,h4+blockquote,.h4+blockquote,h5+blockquote,.h5+blockquote,h6+blockquote,.h6+blockquote,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h1+.h2,h1+.h3,h1+.h4,h1+.h5,h1+.h6,h1+h2,h2+h3,h3+h4,h4+h6,h5+h6,h2+h3,h2+h4,h2+h6,h2+h6,h3+h4,h3+h5,h3+h6,h4+h5,h4+h6,h5+h6,.hxxl+p,.hxl+p,h1+p,.h1+.p,h2+p,.h2+.p,h3+p,.h3+.p,h4+p,.h4+.p,h5+p,.h5+.p,h6+p,.h6+.p,h1+dl,.h1+dl,h2+dl,.h2+dl,h3+dl,.h3+dl,h4+dl,.h4+dl,h5+dl,.h5+dl,h6+dl,.h6+dl,h1+ol,.h1+ol,h2+ol,.h2+ol,h3+ol,.h3+ol,h4+ol,.h4+ol,h5+ol,.h5+ol,h6+ol,.h6+ol,h1+ul,.h1+ul,h2+ul,.h2+ul,h3+ul,.h3+ul,h4+ul,.h4+ul,h5+ul,.h5+ul,h6+ul,.h6+ul,hgroup+p,hgroup+ul,hgroup+ol,hgroup+dl {
  padding-top: 0;
}

table h1,table h2,table h3,table h4,table h5,table h6,table p,table ul,table ol,table dl {
  padding: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pb1 {
  padding-bottom: 1.5em;
}

.pb3 {
  padding-bottom: 3em;
}

.pb5 {
  padding-bottom: 5em;
}

.pt3 {
  padding-top: 3em;
}

.pt1 {
  padding-top: 1.5em;
}

.pt0 {
  padding-top: 0;
}

.ptb {
  padding-bottom: 1.5em;
  padding-top: 1.5em;
}

.plr {
  padding-left: 10%;
  padding-right: 10%;
}

.plr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p0 {
  padding: 0;
}

.ps {
  padding: .5em;
}

.pm {
  padding: 1em;
}

.m0 {
  margin: 0;
}

.ml {
  margin-left: 30px;
}

.mlr {
  margin-left: 30px;
  margin-right: 30px;
}

.mtb {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.mb2 {
  margin-bottom: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mlr5 {
  margin-left: 5em;
  margin-right: 5em;
}

.m30 {
  margin: 0 30px;
}

.full {
  width: 100%;
}

.min600 {
  min-height: 600px;
}

.full {
  width: 100%;
}

.bold,b,strong {
  font-weight: 700;
}

.normal {
  font-weight: 300;
}

.italics,i,em {
  font-style: italic;
}

.inherit {
  font-size: inherit;
}

.upCase,upcase {
  text-transform: uppercase;
}

.text-center,.textC {
  text-align: center;
}

.text-left,.textL {
  text-align: left;
}

.text-right,.textR {
  text-align: right;
}

.indent {
  text-indent: 3em;
}

.underline {
  text-decoration: underline;
}

.strike {
  text-decoration: line-through;
}

blockquote {
  margin-left: -6em;
  position: relative;
}

blockquote.left {
  margin-right: 2em;
  width: 28em;
}

blockquote p {
  font-style: italic;
  margin-left: 0;
  margin-right: 0;
}

.oversized-quote {
  font-family: "Times New Roman",Georgia,serif;
  font-size: 6em;
  left: -.6em;
  position: absolute;
  top: -.49em;
}

.listOn ol li,ol.simpleList li {
  list-style-type: decimal;
  padding-left: .5em;
  margin-left: -.5em;
}

ol.simpleList li ol li {
  list-style-type: lower-alpha;
  padding-left: .5em;
  margin-left: -.5em;
}

ol.simpleList li ol li ol li {
  list-style-type: lower-roman;
  padding-left: .5em;
  margin-left: -.5em;
}

.listOn ul li,ul.simpleList li {
  list-style-type: disc;
  padding-left: .5em;
  margin-left: -.5em;
}

ul.simpleList li ul li {
  list-style-type: circle;
  padding-left: .5em;
  margin-left: -.5em;
}

ol.listSpace li {
  padding-top: 1.5em;
}

dt {
  font-weight: 700;
}

.lowerAlpha {
  list-style-type: lower-alpha;
}

.upperAlpha {
  list-style-type: upper-alpha;
}

.lowerRoman {
  list-style-type: lower-roman;
}

.circle {
  list-style-type: circle;
}

.disc {
  list-style-type: disc;
}

.square {
  list-style-type: square;
}

legend {
  font-weight: 700;
}

label {
  display: block;
}

input,textarea {
  width: 100%;
}

.dropped {
  color: inherit;
  font-size: 3em;
  font-weight: 700;
  float: left;
  height: 1em;
  line-height: 1;
  padding: 0 5px 0 0;
  width: auto;
}

.raised {
  color: inherit;
  font-size: 3em;
  font-weight: 700;
  line-height: 0;
  padding: 0 5px 0 0;
}

.reversed {
  background-color: #000;
  color: #fff;
  font-size: 3em;
  font-weight: 700;
  float: left;
  height: 1.25em;
  line-height: 1.5;
  padding: ;
  margin: 5px 15px 0 0;
  text-align: center;
  width: 1.25em;
}

.overlapped {
  color: rgba(223,11,68,.5);
  display: inline;
  font-size: 8em;
  font-weight: 900;
  float: left;
  height: auto;
  line-height: 1;
  position: absolute;
  left: -20px;
  top: -20px;
  width: auto;
  z-index: -10;
}

.main {
  *display: block;
}

.body,.main {
  *zoom: 1;
}

.body:after,.main:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

.webpage {
  margin: 0 auto;
  width: 960px;
  _text-align: left;
  position: relative;
}

.fullCol {
  width: 100%;
}

.clearfix {
  *zoom: 1;
  _zoom: 1;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0 !important;
  line-height: 0;
  font-size: xx-large;
  content: " x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x ";
}

.block,.show {
  display: block;
}

.inline {
  display: inline-block;
}

.clear {
  clear: both;
}

.relative {
  position: relative;
}

.hide {
  display: none;
}

.hide-left {
  position: absolute;
  left: -9999em;
}

.neg-indent {
  height: 0;
  line-height: 0;
  text-indent: -999em;
  width: 0;
}

.hidden {
  visibility: hidden;
}

.round {
  border-radius: 5px;
}

.roundSoft {
  border-radius: 15px;
}

.round-bottom,.roundB {
  border-radius: 0 0 5px 5px;
}

.round-top,.roundT {
  border-radius: 5px 5px 0 0;
}

.center {
  margin: 0 auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.comment-margin {
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
  padding: 1.5em 0;
}

.fn {
  padding: 0;
  font-weight: 700;
}

.comment-date {
  display: block;
}

.avatar {
  background: #f0f0f0;
  border-top: 1px solid #fff;
  outline: 1px solid #ddd;
  padding: 5px;
}

a.comment-edit-link {
  background-color: #f0f;
  color: ;
  text-align: center;
  width: 100px;
}

a.comment-edit-link:hover {
  background-color: orange;
  color: ;
}

.reply {
  display: inline;
}

.reply a {
  background-color: aqua;
  color: ;
  text-align: center;
  width: 100px;
}

.reply a:hover {
  background-color: orange;
  color: ;
}

.conversation {
  background-color: #333;
  background-color: rgba(51,51,51,.1);
  background: -moz-linear-gradient(left,rgba(144,144,144,.5) 0%,rgba(244,244,244,0) 1%);
}

.children {
  margin: 0;
}

.bypostauthor {
  color: ;
}

.bypostauthor a {
  color: ;
}

.bypostauthor p {
  color: ;
}

#respond {
  background: rgba(0,0,0,0.1);
}

#respond h6 {
  color: blue;
}

#respond form span.required {
  color: olive;
}

#respond form p {
  padding: 0 0 1.5em;
}

#comment {
  height: 1.3em;
}

#submit {
  width: 8em;
}

#submit:active {
  top: 1px;
}

.comment #respond {
  background: rgba(0,0,0,0.1);
}

.comment #respond h6 {
  color: blue;
}

.comment #respond form {
  width: 100%;
}

.comment #respond form span.required {
  color: olive;
}

.comment #respond form p {
  margin-left: 0;
  margin-right: 0;
}

.comment #respond form p.logged-in-as a {
}

.comment #respond form p.form-submit input {
  background: olive;
  color: ;
}

.comment #respond form p.form-submit input:hover {
  background: green;
}

.comment #respond form input,.comment #respond form textarea {
  background: aqua;
  border: none;
  color: ;
  display: inline;
}

*header {
  position: relative;
  z-index: 2;
}

*div.whitebg {
  position: relative;
  z-index: 1;
}

nav {
  *margin-left: 0;
  *padding: 0;
  *position: relative;
  *z-index: 2000;
  _margin-left: 0;
  _padding: 0;
  _position: relative;
  _z-index: 2000;
}

nav ul {
  list-style: none;
  margin-bottom: 0;
}

nav ul li {
  float: left;
  list-style: none;
  position: relative;
}

nav ul li a {
  color: #fff;
  float: left;
  padding: 0 30px;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
}

nav ul li a:hover {
  background-color: #fff;
  color: #333;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  border-radius: 5px;
}

nav ul li ul {
  display: none;
  margin: 0;
  padding-top: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #e6e6e6;
}

nav ul li ul li {
  float: none;
  z-index: 100;
  _display: inline;
}

nav ul li ul li a {
  background-color: #e6e6e6;
  color: #333;
  display: block;
  *display: inline-block;
  float: none;
  width: 375px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
  border-bottom-color: #ccc\9;
  border-bottom-style: solid\9;
  border-bottom-width: 1px\9;
  *border-bottom: 1px solid #ccc;
  _border-bottom: 1px solid #ccc;
}

nav ul li ul li a:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 1px #333;
}

nav ul li ul li ul {
  display: none;
}

nav ul li ul li:hover ul {
  left: 100%;
  top: 0;
}

nav ul li:hover>ul {
  display: block;
  *z-index: 100;
  _z-index: 100;
}

#menu-item-269.current_page_item a[href$="about/"],#menu-item-6.current_page_item a[href$="nursing-homes/"],#menu-item-7.current_page_item a[href$="contact/"] {
  background: #fff;
  color: #333;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #ccc;
}

.reliantLg {
  letter-spacing: -3px;
}

.indent100 {
  text-indent: 100px;
}

a.reliantLg {
  color: #ff0;
  display: block;
  text-align: center;
  text-decoration: none;
  text-indent: 35px;
  background: url(/wp-content/themes/reliant2012/images/fleury.png) 0 8px no-repeat;
  font-size: 3em;
  margin: 0;
}

a.reliantLg:hover {
  color: #fff;
}

.reliantSm {
  background: url(/nfs/c01/h13/mnt/7230/domains/reliantcaremgmt.com/html/wp-content/themes/images/fleury.png) 20px 20px no-repeat;
  font-size: 3em;
  text-indent: 120px;
}

body.home .container,body.error404 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/midnight.png) 0 -10px repeat-x;
}

body.home,body.error404 {
  background: url(/wp-content/themes/reliant2012/images/fleurbg.png) #d4d4d4 0 0 repeat;
}

body.page .container {
  background: url(/wp-content/themes/reliant2012/images/colors/midnight.png) 0 -10px repeat-x;
}

body.page {
  background: url(/wp-content/themes/reliant2012/images/fleurbg.png) #d4d4d4 0 0 repeat;
}

body.postid-12 .container, 
body.postid-343 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/violet.png) 0 -10px repeat-x;
}

body.postid-12,
body.postid-343 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-17,
body.postid-354 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/purple.png) 0 -10px repeat-x;
}

body.postid-17,
body.postid-354 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-360 .container,
body.postid-22,
body.postid-352 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/moss.png) 0 -10px repeat-x;
}

body.postid-360,
body.postid-22,
body.postid-352 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-363 .container,
body.postid-24 .container,
body.postid-341 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/green.png) 0 -10px repeat-x;
}

body.postid-363,
body.postid-24,
body.postid-341 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-283 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/green.png) 0 -10px repeat-x;
}

body.postid-283 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-26 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/fresh.png) 0 -10px repeat-x;
}

body.postid-26 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-28 .container,
body.postid-344 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/aqua.png) 0 -10px repeat-x;
}

body.postid-28,
body.postid-344 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-30 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/forest.png) 0 -10px repeat-x;
}

body.postid-30 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-32 .container,
body.postid-332 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/rasp.png) 0 -10px repeat-x;
}

body.postid-32,
body.postid-332 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-324 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/orange.png) 0 -10px repeat-x;
}

body.postid-324 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-34 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/brick.png) 0 -10px repeat-x;
}

body.postid-368 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/brick.png) 0 -10px repeat-x;
}


body.postid-34 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-36 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/orange.png) 0 -10px repeat-x;
}

body.postid-36 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-38 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/baby.png) 0 -10px repeat-x;
}

body.postid-38 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-40 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/grass.png) 0 -10px repeat-x;
}

body.postid-40 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-210 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/love.png) 0 -10px repeat-x;
}

body.postid-210 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

body.postid-288 .container {
  background: url(/wp-content/themes/reliant2012/images/colors/love.png) 0 -10px repeat-x;
}

body.postid-288 {
  background: url(/wp-content/themes/reliant2012/images/grain.jpg) #d4d4d4 0 0 repeat;
}

.bg {
  background: rgba(200,200,200,0.2);
}

.whitebg {
  background: #fff;
}

.white {
  color: #fff;
}

.blue {
  color: #2e3180;
}

.yellow {
  color: #ff0;
}

.double {
  background: url(/wp-content/themes/reliant2012/images/double.png) bottom left repeat-x;
}

.doubleM {
  background: url(/wp-content/themes/reliant2012/images/double.png) left 55% repeat-x;
}

.error {
  color: red;
  font-size: 2em;
  padding: 1.5em 0;
}

.sans {
  font-family: museo-sans,arial,sans-serif;
}

.serif {
  font-family: ff-tisa-web-pro,Georgia,serif;
}

.script {
  font-family: ff-prater-script-web;
}

::selection,::-moz-selection,::-webkit-selection {
  background: #ff0;
  color: #333;
}

a {
  color: #2e3180;
  outline: none;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.solvm {
  color: #fff;
}

a.solvm:hover {
  background: #000;
  color: #fff;
}

.zebra:nth-child(2n) {
  background: #E8E8E2;
}

a.read-more {
  display: block;
  padding: 1.5em 0;
  width: 6em;
}

#submit {
  padding: .5em;
}

.submit {
  display: block;
  text-align: center;
  width: 9em;
}

.square {
  background: #E95C41;
  background: rgba(233,92,65,1);
  color: #fff;
  display: inline-block;
  font-size: 1em;
  width: 25px;
  text-align: center;
  border-radius: 5px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

#openSearch {
  color: $white;
  font-family: "Trebuchet MS",sans-serif;
  letter-spacing: .1em;
  padding: 0 .5em .1em;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 14px;
}

#openSearch:hover {
  background: $green3;
}

label {
  color: #515BD6;
  display: block;
}

input,select,textarea {
  background: #fff;
  background: none repeat scroll 0 0 rgba(255,255,255,0.6);
  width: 100%;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 rgba(0,0,0,.5);
}

input:focus,textarea:focus {
  color: #333;
}

select {
  background: #e6e6e6;
  width: 500px;
}

.bubble {
  background: #E95C41;
  background: rgba(233,92,65,1);
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  width: 50px;
  border-radius: 5px;
}

.bubble:hover {
  background: #333;
  color: #fff;
}

a.bubble:after {
  width: 0;
  height: 0;
  background: #E95C41;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2f2f2f;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -10px;
  left: 50%;
}

p img {
  padding: 0;
  max-width: 100%;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float: right;
  margin: 0 0 0 30px;
  display: inline;
}

img.alignleft {
  float: left;
  margin: 0 30px 0 0;
  display: inline;
}

.size-large {
  background: #f0f0f0;
  border-top: 1px solid #fff;
  outline: 1px solid #ddd;
  padding: 10px;
}

a img.wp-post-image:hover {
  background: #2e3180;
}

.thumbcaption {
  *display: block;
}

.captionBox {
  height: 275px;
}

.captionBox img {
  border: 1px solid #ccc;
  padding: 2px;
}

.captionBox a {
  text-decoration: none;
}

#entry h3 {
  padding-bottom: 0;
}

h1.em3 {
  letter-spacing: -3px;
}

a.fancybox {
  display: block;
}

h1+.gallery,.h1+.gallery,h2+.gallery,.h2+.gallery,h3+.gallery,.h3+.gallery,h4+.gallery,.h4+.gallery,h5+.gallery,.h5+.gallery,h6+.gallery,.h6+.gallery {
  padding-top: 0;
}

.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  padding: 15px;
  *padding: 0;
  _padding: 0;
  margin: 1.5em auto 0;
}

.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
  padding-bottom: 20px;
  *padding-bottom: 40px;
  _padding-bottom: 40px;
}

.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}

.gallery .gallery-item .gallery-icon img,.gallery-item img.thumbnail {
  width: auto;
  max-width: 89%;
  height: auto;
  padding: 1%;
  margin: 0 auto;
  background: #f0f0f0;
  border-top: 1px solid #fff;
  outline: 1px solid #ddd;
  padding: .5em;
}

.gallery-caption {
  margin-left: 0;
}

.gallery .col-0 {
  width: 100%;
}

.gallery .col-1 {
  width: 100%;
}

.gallery .col-2 {
  width: 50%;
}

.gallery .col-3 {
  width: 33.33%;
}

.gallery .col-4 {
  width: 25%;
}

.gallery .col-5 {
  width: 20%;
}

.gallery .col-6 {
  width: 16.66%;
}

.gallery .col-7 {
  width: 14.28%;
}

.gallery .col-8 {
  width: 12.5%;
}

.gallery .col-9 {
  width: 11.11%;
}

.gallery .col-10 {
  width: 10%;
}

.gallery .col-11 {
  width: 9.09%;
}

.gallery .col-12 {
  width: 8.33%;
}

.gallery .col-13 {
  width: 7.69%;
}

.gallery .col-14 {
  width: 7.14%;
}

.gallery .col-15 {
  width: 6.66%;
}

.gallery .col-16 {
  width: 6.25%;
}

.gallery .col-17 {
  width: 5.88%;
}

.gallery .col-18 {
  width: 5.55%;
}

.gallery .col-19 {
  width: 5.26%;
}

.gallery .col-20 {
  width: 5%;
}

.gallery .col-21 {
  width: 4.76%;
}

.gallery .col-22 {
  width: 4.54%;
}

.gallery .col-23 {
  width: 4.34%;
}

.gallery .col-24 {
  width: 4.16%;
}

.gallery .col-25 {
  width: 4%;
}

.gallery .col-26 {
  width: 3.84%;
}

.gallery .col-27 {
  width: 3.7%;
}

.gallery .col-28 {
  width: 3.57%;
}

.gallery .col-29 {
  width: 3.44%;
}

.gallery .col-30 {
  width: 3.33%;
}

#map {
  height: 400px;
  width: 860px;
}

.inFieldXL {
  position: absolute;
  top: 1.5em;
  left: .25em;
}

.inField {
  position: absolute;
  top: 0;
  left: 0;
}

#jerks {
  display: none;
}

#response p {
  color: orange;
}

#slider {
  margin: 0;
  position: relative;
  width: 960px;
  height: 503px;
  *overflow: hidden;
  *height: 528px;
  z-index: 100;
}

ul.slides {
  list-style: none;
  margin: 0;
  overflow: hidden;
}

a.prev {
  bottom: 10px;
  left: 0;
  position: absolute;
  z-index: 30;
  padding: 0 .5em;
  border-radius: 5px;
}

a.next {
  bottom: 10px;
  left: 50px;
  position: absolute;
  z-index: 30;
  padding: 0 .5em;
  border-radius: 5px;
}

.pagination {
  position: absolute;
  bottom: 11px;
  left: 93px;
  z-index: 10;
  *bottom: 51px;
  _bottom: 51px;
}

.pagination li {
  float: left;
  list-style: none;
}

.pagination li a {
  display: block;
  font-size: 1em;
  width: 25px;
  text-align: center;
  border-radius: 5px;
}

.pagination li.current a {
  background: #E95C41;
  background: rgba(233,92,65,1);
  color: #fff;
}

.paginationClasses {
  font-size: 1.5em;
  padding-top: 1.75em;
  z-index: 10;
}

.paginationClasses li {
  float: left;
  list-style: none;
}

.paginationClasses li a {
  display: block;
  font-size: 1em;
  width: 155px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.paginationClasses li.current a {
  background: #E95C41;
  background: rgba(233,92,65,1);
  color: #fff;
}

.slide-title {
  font-size: 4em;
  left: 0;
  padding: .5em 0;
  position: absolute;
  top: 0;
  width: 66%;
  z-index: 100;
}

.center-sign {
  margin-left: 5em;
  padding: .5em;
  text-align: center;
  width: 610px;
}

.caption {
  color: #fff;
  padding: .6em;
  font-weight: 700;
  font-size: 11px;
  font-family: arial;
  display: none;
  cursor: default;
  width: 36%;
  text-align: center;
  border-top: 1px solid #303030;
  border-right: 1px solid #303030;
  background: #000;
  filter: alpha(opacity=70);
  opacity: .7;
}

.caption a {
  border: 0 none;
  text-decoration: none;
  background: #000;
  padding: .3em;
}

.caption a:hover {
  background: #202020;
}

.caption-wrapper {
  float: left;
}

br.c {
  clear: both;
}

#tiptip_holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

#tiptip_holder.tip_top {
  padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
  padding-top: 5px;
}

#tiptip_holder.tip_right {
  padding-left: 5px;
}

#tiptip_holder.tip_left {
  padding-right: 5px;
}

#tiptip_content {
  font-size: 1em;
  color: #2e3180;
  text-align: center;
  padding: 0 8px 4px;
  background-color: #2e3180;
  border: 1px solid rgba(255,255,255,0.25);
  background-color: #ff0;
  background-image: -webkit-gradient(linear,0% 0%,0% 100%,from(transparent),to(#000));
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 0 3px #555;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow,#tiptip_arrow_inner {
  position: absolute;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  height: 0;
  width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
  border-top-color: #fff;
  border-top-color: #ff0;
}

#tiptip_holder.tip_bottom #tiptip_arrow {
  border-bottom-color: #fff;
  border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
  border-right-color: #fff;
  border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
  border-left-color: #fff;
  border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
  margin-top: -7px;
  margin-left: -6px;
  border-top-color: #ff0;
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
  margin-top: -5px;
  margin-left: -6px;
  border-bottom-color: #191919;
  border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -5px;
  border-right-color: #191919;
  border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
  margin-top: -6px;
  margin-left: -7px;
  border-left-color: #191919;
  border-left-color: rgba(25,25,25,0.92);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  #tiptip_content {
    padding: 4px 8px 5px;
    background-color: rgba(45,45,45,0.88);
  }

  #tiptip_holder.tip_bottom #tiptip_arrow_inner {
    border-bottom-color: rgba(45,45,45,0.88);
  }

  #tiptip_holder.tip_top #tiptip_arrow_inner {
    border-top-color: rgba(20,20,20,0.92);
  }
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #e6e6e6;
  background: rgba(46,49,128,.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

.reveal-modal {
  display: none;
  top: 100px;
  left: 35%;
  margin-left: -300px;
  width: 800px;
  background: #fff;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
  -box-shadow: 0 0 10px rgba(0,0,0,.4);
}

.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}

.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}

.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}

.reveal-modal .close-reveal-modal {
  font-size: 22px;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaa;
  text-shadow: 0 -1px 1px rbga(0,0,0,.6);
  font-weight: 700;
  cursor: pointer;
}

.gform_wrapper {
  overflow: inherit;
  max-width: 98%;
  margin: 0 30px;
}

.gform_wrapper h1,.gform_wrapper h2,.gform_wrapper h3 {
  font-weight: 400;
  border: none;
  outline: none;
  background: none;
}

.gform_wrapper :focus {
  outline: 0;
}

.gform_wrapper form {
  text-align: left;
}

.gform_wrapper input[type=text],.gform_wrapper input[type=url],.gform_wrapper input[type=email],.gform_wrapper input[type=phone],.gform_wrapper input[type=number],.gform_wrapper input[type=password] {
  outline-style: none;
  font-family: inherit;
  padding: 2px 0;
  letter-spacing: normal;
}

.gform_wrapper textarea {
  outline-style: none;
  font-family: inherit;
  letter-spacing: normal;
  padding: 2px 0;
  resize: none;
}

.gform_wrapper ul {
  margin: 0;
  list-style-type: none;
}

html>body .entry ul,.gform_wrapper ul {
  text-indent: 0;
}

.gform_wrapper li,.gform_wrapper form li {
  list-style-type: none !important;
  list-style-image: none !important;
  overflow: hidden;
}

.gform_wrapper ul li.gfield {
  clear: both;
}

.gform_wrapper ul.gfield_radio li,.gform_wrapper ul.gfield_checkbox li {
  overflow: hidden;
}

.gform_wrapper ul.right_label li,.gform_wrapper form ul.right_label li,.gform_wrapper ul.left_label li,.gform_wrapper form ul.left_label li {
  margin-bottom: 14px;
}

.gform_wrapper ul li:before,.gform_wrapper ul li:after,.entry ul li:before,.entry ul li:after {
  content: "";
}

.gform_wrapper ul li:before,.gform_wrapper ul li:after,.entry ul li:before,.entry ul li:after {
  content: none;
}

.gform_wrapper ul.gform_fields {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.gform_wrapper select {
  font-family: inherit;
  padding: 3px 0;
  letter-spacing: normal;
}

.gform_wrapper .inline {
  display: inline !important;
}

.gform_wrapper .gform_heading {
  width: 98%;
  margin-bottom: 18px;
}

.gform_wrapper .gfield_time_hour,.gform_wrapper .gfield_time_minute,.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year {
  width: 70px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year {
  margin-right: 12px;
}

.gform_wrapper .gfield_time_ampm {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.gform_wrapper .gfield_time_ampm select {
  width: 60px !important;
}

.gform_wrapper .gfield_time_hour input,.gform_wrapper .gfield_time_minute input,.gform_wrapper .gfield_date_month input,.gform_wrapper .gfield_date_day input,.gform_wrapper .gfield_date_year input {
  width: 70% !important;
}

.gform_wrapper .gfield_date_month,.gform_wrapper .gfield_date_day,.gform_wrapper .gfield_date_year {
  width: 50px;
  float: left;
}

.gform_wrapper .gfield_date_month input,.gform_wrapper .gfield_date_day input,.gform_wrapper .gfield_date_year input {
  width: 85% !important;
}

.gform_wrapper .field_hover {
  border: 1px dashed #2175A9;
  cursor: pointer;
}

.gform_wrapper .field_selected {
  background-color: #DFEFFF;
  border: 1px solid #C2D7EF;
}

.gform_wrapper .field_name_first,.gform_wrapper .field_name_last {
  width: 50%;
  float: left;
}

.gform_wrapper .ginput_complex {
  overflow: hidden;
}

.gform_wrapper .field_name_first input,.gform_wrapper .ginput_complex .ginput_left input {
  width: 95% !important;
}

.gform_wrapper .field_name_last input {
  width: 93% !important;
}

.gform_wrapper .datepicker {
  width: 100px !important;
}

.gform_wrapper .ginput_complex .ginput_left {
  width: 50%;
  float: left;
}

.gform_wrapper .ginput_complex .ginput_right {
  width: 49%;
  float: right;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left,.gform_wrapper .gfield_error .ginput_complex .ginput_right {
  width: 50%;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_left input {
  width: 90% !important;
}

.gform_wrapper .gfield_error .ginput_complex .ginput_right input {
  width: 95% !important;
}

.gform_wrapper .ginput_complex input,.gform_wrapper .ginput_complex select {
  width: 95% !important;
}

.gform_wrapper .ginput_complex .ginput_right input,.gform_wrapper .ginput_complex .ginput_right select {
  width: 96% !important;
}

.gform_wrapper .ginput_complex label,.gform_wrapper .gfield_time_hour label,.gform_wrapper .gfield_time_minute label,.gform_wrapper .gfield_date_month label,.gform_wrapper .gfield_date_day label,.gform_wrapper .gfield_date_year label,.gform_wrapper .instruction {
  display: block;
  margin: 3px 0;
  letter-spacing: .5pt;
}

.gform_wrapper .ginput_complex .name_prefix {
  float: left;
  width: 30px !important;
  margin-right: 14px;
}

.gform_wrapper .ginput_complex .name_suffix {
  float: left;
  width: 30px !important;
}

.gform_wrapper .ginput_complex .name_first,.gform_wrapper .ginput_complex .name_last {
  float: left;
  width: 100px;
  margin-right: 8px;
}

.gform_wrapper .top_label .gfield_label {
  margin: 10px 0 4px;
  font-weight: 700;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3em;
  clear: both;
}

.gform_wrapper .left_label .gfield_label {
  float: left;
  margin: 2px 15px 0 0;
  width: 29%;
  font-weight: 700;
}

.gform_wrapper .right_label .gfield_label {
  float: left;
  margin: 2px 15px 0 0;
  width: 29%;
  font-weight: 700;
  text-align: right;
}

.gform_wrapper .left_label ul.gfield_checkbox,.gform_wrapper .right_label ul.gfield_checkbox,.gform_wrapper .left_label ul.gfield_radio,.gform_wrapper .right_label ul.gfield_radio {
  margin-left: 32%;
  overflow: hidden;
}

.gform_wrapper .top_label input.small,.gform_wrapper .top_label select.small {
  width: 25%;
}

.gform_wrapper .top_label input.medium,.gform_wrapper .top_label select.medium {
  width: 47%;
}

.gform_wrapper .top_label input.medium {
  padding-right: 2px;
}

.gform_wrapper .top_label input.large,.gform_wrapper .top_label select.large,.gform_wrapper .top_label textarea.textarea {
  width: 92%;
}

.gform_wrapper .right_label input.small,.gform_wrapper .right_label select.small,.gform_wrapper .left_label input.small,.gform_wrapper .left_label select.small {
  width: 15%;
}

.gform_wrapper .right_label input.medium,.gform_wrapper .right_label select.medium,.gform_wrapper .left_label input.medium,.gform_wrapper .left_label select.medium {
  width: 35%;
}

.gform_wrapper .right_label input.large,.gform_wrapper .right_label select.large,.gform_wrapper .left_label input.large,.gform_wrapper .left_label select.large,.gform_wrapper textarea.textarea {
  width: 59%;
}

.gform_wrapper .right_label div.ginput_complex,.gform_wrapper .left_label div.ginput_complex {
  width: 64%;
  float: left;
}

.gform_wrapper h2.gsection_title {
  margin: 0 !important;
  padding: 0 !important;
  letter-spacing: normal !important;
}

.gform_wrapper .gsection .gfield_label,.gform_wrapper h2.gsection_title,.gform_wrapper h3.gform_title {
  font-weight: 700;
  font-size: 2em;
}

.gform_wrapper h3.gform_title {
  letter-spacing: normal !important;
  margin: 10px 0 6px;
}

.gform_wrapper span.gform_description {
  font-weight: 400;
}

.gform_wrapper h2.gsection_title,.gform_wrapper .gsection_description,.gform_wrapper h3.gform_title {
  width: 98%;
}

.gform_wrapper .gsection {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 8px;
  margin: 2em 0;
  clear: both;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox],.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto !important;
}

.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li {
  position: relative;
}

.gform_wrapper ul.gfield_checkbox,.gform_wrapper ul.gfield_radio {
  margin: 6px 0;
  padding: 0;
}

.gform_wrapper .gfield_checkbox li label,.gform_wrapper .gfield_radio li label {
  display: block;
  margin: 0 0 0 24px;
  padding: 0;
  width: auto;
  line-height: 1.5;
  vertical-align: top;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio],.gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 2px;
}

.gform_wrapper .description,.gform_wrapper .gfield_description,.gform_wrapper .gsection_description,.gform_wrapper .instruction {
  line-height: 1.5em;
  clear: both;
  font-family: sans-serif;
  letter-spacing: normal;
}

.gform_wrapper .description,.gform_wrapper .gfield_description,.gform_wrapper .gsection_description {
  padding: 4px 0 8px;
}

.gform_wrapper .gfield_description {
  padding: 10px 0 0;
  font-style: italic;
}

.gfield_date_year+.gfield_description {
  padding: 0;
}

.gform_wrapper .gsection_description {
  font-style: italic;
}

.ginput_complex+.gfield_description {
  padding-top: 0 !important;
}

.gform_wrapper .right_label .gfield_description,.gform_wrapper .left_label .gfield_description,.gform_wrapper .left_label .instruction,.gform_wrapper .right_label .instruction {
  margin-left: 29%;
  padding-left: 15px;
}

.gform_wrapper .left_label .gsection .gsection_description,.gform_wrapper .right_label .gsection .gsection_description {
  margin-left: 0;
  padding-left: 0;
  padding-top: 4px;
  line-height: 1.5em;
}

.gform_wrapper .gfield_required {
  color: #790000;
  margin-left: 4px;
}

.gform_wrapper textarea.small {
  height: 80px;
}

.gform_wrapper textarea.medium {
  height: 150px;
}

.gform_wrapper textarea.large {
  height: 250px;
}

.gform_wrapper li.gfield.gfield_error {
  background-color: #FFDFDF;
  margin-bottom: 6px !important;
  padding: 6px 6px 4px !important;
  border: 1px dotted #C89797;
}

.gform_wrapper .top_label .gfield_error .ginput_container {
  max-width: 99%;
}

.gform_wrapper .top_label .gfield_error {
  width: 97%;
}

.gform_wrapper .top_label .gfield_error input,.gform_wrapper .top_label .gfield_error textarea,.gform_wrapper .top_label .gfield_error select {
  border: 1px solid #790000;
}

.gform_wrapper .top_label .gfield_error input.large,.gform_wrapper .top_label .gfield_error select.large,.gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gform_wrapper .right_label .gfield_error input.large,.gform_wrapper .right_label .gfield_error select.large,.gform_wrapper .right_label .gfield_error textarea.textarea,.gform_wrapper .left_label .gfield_error input.large,.gform_wrapper .left_label .gfield_error select.large,.gform_wrapper .left_label .gfield_error textarea.textarea {
  width: 66%;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #790000;
}

.gform_wrapper .validation_error {
  color: #790000;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 2em;
}

.gform_wrapper .validation_message {
  color: #790000;
  letter-spacing: normal;
}

.gform_wrapper .gform_footer {
  padding: 2em 0 10px;
  margin: 2em 0 0;
  clear: both;
}

.gform_wrapper .gform_footer.right_label,.gform_wrapper .gform_footer.left_label {
  padding: 2em 0 10px 31%;
}

.gform_wrapper .ginput_complex .ginput_left,.gform_wrapper .ginput_complex .ginput_right,.gform_wrapper .ginput_complex .ginput_full {
  min-height: 43px;
  display: block;
  overflow: hidden;
}

.gform_wrapper .ginput_complex .ginput_full input {
  width: 98% !important;
}

.gform_wrapper .gfield_checkbox li,.gform_wrapper .gfield_radio li {
  margin: 0 0 4px;
  line-height: 1.3em !important;
}

.ui-datepicker-div,.ui-datepicker-inline,#ui-datepicker-div {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 1em;
  list-style: none;
  font-family: "lucida sans","lucida grande",lucida,sans-serif;
  background: #fff;
  font-size: 1em;
  border: 4px solid #C1C1C1;
  width: 15.5em;
  padding: 2.5em .5em .5em;
  position: relative;
}

.ui-datepicker-div,#ui-datepicker-div {
  z-index: 9999;
  display: none;
}

.ui-datepicker-inline {
  float: left;
  display: block;
}

.ui-datepicker-control {
  display: none;
}

.ui-datepicker-current {
  display: none;
}

.ui-datepicker-next,.ui-datepicker-prev {
  position: absolute;
  left: .5em;
  top: .5em;
  background: #eee;
}

.ui-datepicker-next {
  left: 14.6em;
}

.ui-datepicker-next:hover,.ui-datepicker-prev:hover {
  background: #dadada;
}

.ui-datepicker-next a,.ui-datepicker-prev a {
  text-indent: -999999px;
  width: 1.3em;
  height: 1.4em;
  display: block;
  font-size: 1em;
  background: url(/wp-content/themes/gphone11/images/gravity-forms-images/datepicker_arrow_left.gif) 50% 50% no-repeat;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}

.ui-datepicker-next a {
  background: url(/wp-content/themes/gphone11/images/gravity-forms-images/datepicker_arrow_right.gif) 50% 50% no-repeat;
}

.ui-datepicker-header select {
  border: 1px solid #d3d3d3;
  color: #555;
  background: #e6e6e6;
  font-size: 1em;
  line-height: 1.4em;
  position: absolute;
  top: .5em;
  margin: 0 !important;
}

.ui-datepicker-header option:focus,.ui-datepicker-header option:hover {
  background: #dadada;
}

.ui-datepicker-header select.ui-datepicker-new-month {
  width: 7em;
  left: 2.2em;
}

.ui-datepicker-header select.ui-datepicker-new-year {
  width: 5em;
  left: 9.4em;
}

table.ui-datepicker {
  width: 15.5em;
  text-align: right;
}

table.ui-datepicker td a {
  padding: .1em;
  display: block;
  color: #555;
  background: #e6e6e6;
  cursor: pointer;
  border: 1px solid #fff;
  text-align: center;
}

table.ui-datepicker td a:hover {
  border: 1px solid #fff;
  color: #212121;
  background: #dadada;
  text-decoration: none;
}

table.ui-datepicker td a:active {
  border: 1px solid #aaa;
  color: #212121;
  background: #fff;
  text-decoration: none;
}

table.ui-datepicker .ui-datepicker-title-row td {
  padding: .2em 0;
  text-align: center;
  font-size: .9em;
  color: #222;
  text-transform: uppercase;
}

table.ui-datepicker .ui-datepicker-title-row td a {
  color: #222;
  padding: .3em 0;
}

.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 193px;
  height: 200px;
}

img.ui-datepicker-trigger {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  cursor: pointer;
  vertical-align: top;
  width: 17px;
}

.gform_wrapper input.datepicker.datepicker_with_icon {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin-right: 4px !important;
}

.gform_wrapper input[type=hidden],.gform_wrapper input.gform_hidden,.gform_wrapper .gform_hidden {
  display: none !important;
  max-height: 1px !important;
  overflow: hidden;
}

.gform_wrapper .ginput_full br,.gform_wrapper .ginput_left br,.gform_wrapper .ginput_right br {
  display: none !important;
}

.gform_wrapper .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area {
  width: 99% !important;
}

.gform_wrapper .left_label #recaptcha_area #recaptcha_table,.gform_wrapper .right_label #recaptcha_area #recaptcha_table {
  margin-left: 32%;
}

.gform_wrapper ul.gfield_checkbox li,.gform_wrapper ul.gfield_radio li {
  padding: 0 !important;
}

.gform_wrapper .top_label .ginput_complex+.gfield_description {
  padding-bottom: 0 !important;
}

.gform_wrapper .top_label .gfield_description, {
  padding: 10px 0 0;
}

.gform_wrapper .top_label .gfield_description.validation_message,.gform_wrapper .gfield_description.validation_message {
  padding: 10px 0;
}

.gform_wrapper .left_label li.gfield_html_formatted,.gform_wrapper .right_label li.gfield_html_formatted {
  margin-left: 32%;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
  margin-top: 10px;
}

.gform_wrapper .gform_ajax_spinner {
  padding-left: 10px;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.gform_wrapper .gfield_captcha_input_container {
  padding-top: 3px;
}

.gform_wrapper .simple_captcha_small input {
  width: 100px;
}

.gform_wrapper .simple_captcha_medium input {
  width: 150px;
}

.gform_wrapper .simple_captcha_large input {
  width: 200px;
}

.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,.gform_wrapper .right_label .simple_captcha_small,.gform_wrapper .left_label .simple_captcha_medium,.gform_wrapper .right_label .simple_captcha_medium,.gform_wrapper .left_label .simple_captcha_large,.gform_wrapper .right_label .simple_captcha_large {
  margin-left: 32%;
}

.gform_wrapper .gfield_captcha_container img.gfield_captcha {
  border: none !important;
  background: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .math_small input {
  width: 69px;
}

.gform_wrapper .math_medium input {
  width: 90px;
}

.gform_wrapper .math_large input {
  width: 108px;
}

.gform_wrapper .left_label .math_small,.gform_wrapper .right_label .math_small,.gform_wrapper .left_label .math_medium,.gform_wrapper .right_label .math_medium,.gform_wrapper .left_label .math_large,.gform_wrapper .right_label .math_large {
  margin-left: 32%;
}

.gform_wrapper div.charleft {
  margin-top: 4px;
  color: #b7b7b7;
  width: 92% !important;
  white-space: nowrap !important;
}

.gform_wrapper div.charleft[style] {
  width: 92% !important;
}

.gform_wrapper .left_label div.charleft,.gform_wrapper .right_label div.charleft {
  margin-left: 32%;
}

.gform_wrapper div.charleft.warningTextareaInfo {
  color: #a1a1a1;
}

.gform_wrapper li.gf_hide_charleft div.charleft {
  display: none !important;
}

.gform_wrapper .ginput_price {
  filter: alpha(opacity=70);
  opacity: .7;
}

.gform_wrapper span.ginput_total {
  color: #060;
  font-size: 1.2em;
}

.gform_wrapper .top_label span.ginput_total {
  margin: 8px 0;
}

.gform_wrapper span.ginput_product_price_label {
  margin-right: 2px;
}

.gform_wrapper span.ginput_product_price {
  color: #900;
}

.gform_wrapper span.ginput_quantity_label {
  margin-left: 10px;
  margin-right: 2px;
}

.gform_wrapper input.ginput_quantity {
  width: 40px;
}

.gform_wrapper .gform_page_footer {
  margin: 20px 0;
  width: 92%;
  border-top: 1px dotted #ccc;
  padding: 2em 0 0;
}

.gform_wrapper .gform_page_footer .button.gform_button {
  margin-right: 10px;
}

.gform_wrapper .gf_progressbar_wrapper {
  clear: both;
  width: 92%;
  margin: 0 0 8px;
  padding: 0 0 2em;
  border-bottom: 1px dotted #ccc;
}

.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
  font-size: 13px;
  line-height: 1em !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  clear: both;
  filter: alpha(opacity=60);
  opacity: .6;
}

.gform_wrapper .gf_progressbar {
  width: 99%;
  height: 20px;
  overflow: hidden;
  line-height: 20px !important;
  background-color: #fff;
  border: 1px solid #acacac;
  border-right: 1px solid #959595;
  border-bottom: 1px solid #959595;
  background-image: url(/wp-content/themes/gphone11/images/gravity-forms-images/percentbar_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
  border-radius: 4px;
}

.gform_wrapper .gf_progressbar_percentage {
  background-repeat: repeat-x;
  height: 20px;
  text-align: right;
  font-family: "helvetica",arial,sans-serif;
  font-size: 13px !important;
  text-shadow: 0 1px 1px rgba(0,0,0,0.50);
}

.gform_wrapper .gf_progressbar_percentage span {
  margin-right: 5px;
  margin-left: 5px;
}

.gform_wrapper .percentbar_blue {
  background-image: url(/wp-content/themes/gphone11/images/gravity-forms-images/percentbar_blue.png);
  color: #fff;
  background-color: #0072BC;
}

.gform_wrapper .percentbar_gray {
  background-image: url(/wp-content/themes/gphone11/images/gravity-forms-images/percentbar_gray.png);
  color: #fff;
  background-color: #666;
}

.gform_wrapper .percentbar_green {
  background-image: url(/wp-content/themes/gphone11/images/gravity-forms-images/percentbar_green.png);
  color: #fff;
  background-color: #94DC21;
}

.gform_wrapper .percentbar_orange {
  background-image: url(/wp-content/themes/gphone11/images/gravity-forms-images/percentbar_orange.png);
  color: #fff;
  background-color: #DC7021;
}

.gform_wrapper .percentbar_red {
  background-image: url(/wp-content/themes/gphone11/images/gravity-forms-images/percentbar_red.png);
  color: #fff;
  background-color: #DC2521;
}

.gform_wrapper .percentbar_custom {
  background-image: url(/wp-content/themes/gphone11/images/gravity-forms-images/percentbar_custom.png);
}

.gform_wrapper .gf_page_steps {
  overflow: hidden;
  width: 92%;
  margin: 0 0 8px;
  padding: 0 0 4px;
  border-bottom: 1px dotted #ccc;
}

.gform_wrapper .gf_step {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: auto !important;
  margin: 0 10px 10px 0;
  font-size: 14px;
  height: 20px;
  line-height: 20px !important;
  filter: alpha(opacity=50);
  -moz-opacity: .4;
  -khtml-opacity: .4;
  opacity: .4;
  font-family: arial,sans-serif;
}

.gform_wrapper .gf_step span.gf_step_number {
  font-size: 20px;
  float: left;
  font-family: arial,sans-serif;
}

.gform_wrapper .gf_step.gf_step_active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.gform_wrapper .gfield_time_hour {
  *width: 80px;
}

.gform_wrapper .gfield_time_minute {
  *width: 70px;
}

.gform_wrapper .gfield_time_ampm {
  *padding-top: 2px;
}

.gform_wrapper .gfield_time_hour input,.gform_wrapper .gfield_time_minute input {
  *margin-left: 0;
}

.gform_wrapper .ginput_complex .ginput_left label,.gform_wrapper .ginput_complex .ginput_right label {
  *margin: 3px 0 5px 0;
}

.gform_footer input.button {
  *padding: 3px;
}

.gform_wrapper ul.top_label .clear-multi {
  overflow: hidden;
  clear: both;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox],.gform_wrapper .gfield_radio li input[type=radio],.gform_wrapper .gfield_checkbox li input {
  *margin-top: 0;
}

.gform_wrapper .ginput_complex .ginput_left select,.gform_wrapper .ginput_complex .ginput_right select {
  padding: 2px 0 2px 0\9;
}

.gform_wrapper .top_label li.gfield.gf_inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: auto !important;
  margin-right: 14px;
  float: none !important;
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=phone].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].large {
  width: 25.4em !important;
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=phone].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium {
  width: 18.7em !important;
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
  width: 6em !important;
}

.gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=phone].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,.gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
  width: 5em !important;
}

.gform_wrapper .top_label li.gfield.gf_inline select {
  width: auto !important;
}

.gform_wrapper .top_label li.gfield.gf_inline textarea {
  width: 95% !important;
}

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
  width: 70% !important;
}

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,.gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
  width: 50px;
}

.gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
  width: auto;
}

.gform_wrapper li.gf_inline div.ginput_container {
  white-space: nowrap !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  margin: 0 0 8px;
  width: 49%;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  margin: 0 0 8px;
  width: 49%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_half,.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width: 46%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  margin-right: 1%;
}

.gform_wrapper .top_label li.gfield.gf_left_half {
  float: left;
  clear: left !important;
}

.gform_wrapper .top_label li.gfield.gf_right_half {
  float: right;
  clear: right !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half input.medium,.gform_wrapper .top_label li.gfield.gf_left_half input.large,.gform_wrapper .top_label li.gfield.gf_left_half select.medium,.gform_wrapper .top_label li.gfield.gf_left_half select.large,.gform_wrapper .top_label li.gfield.gf_right_half input.medium,.gform_wrapper .top_label li.gfield.gf_right_half input.large,.gform_wrapper .top_label li.gfield.gf_right_half select.medium,.gform_wrapper .top_label li.gfield.gf_right_half select.large {
  width: 97%;
}

.gform_wrapper .top_label li.gfield.gf_left_half textarea,.gform_wrapper .top_label li.gfield.gf_right_half textarea {
  width: 98%;
}

.gform_wrapper .top_label li.gfield.gf_left_half input.small,.gform_wrapper .top_label li.gfield.gf_right_half input.small {
  width: 35%;
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
  padding: 2em 0 8px;
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,.gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
  padding: 2em 0 8px;
}

.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
  padding: 0 0 8px;
}

.gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
  padding: 2em 0 8px;
}

.gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_half+li.gfield {
  clear: both;
}

.gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer {
  clear: both;
}

.gform_wrapper .top_label li.gfield.gf_left_third,.gform_wrapper .top_label li.gfield.gf_middle_third,.gform_wrapper .top_label li.gfield.gf_right_third {
  margin: 0 0 8px;
  width: 32%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third,.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
  width: 29%;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
  margin-right: 1%;
}

.gform_wrapper .top_label li.gfield.gf_left_third {
  float: left;
  clear: left !important;
}

.gform_wrapper .top_label li.gfield.gf_middle_third {
  float: left;
  margin-left: 2%;
  clear: none !important;
}

.gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
  margin-left: 3%;
}

.gform_wrapper .top_label li.gfield.gf_right_third {
  float: right;
  clear: right !important;
}

.gform_wrapper .top_label li.gfield.gf_left_third input.medium,.gform_wrapper .top_label li.gfield.gf_left_third input.large,.gform_wrapper .top_label li.gfield.gf_left_third select.medium,.gform_wrapper .top_label li.gfield.gf_left_third select.large,.gform_wrapper .top_label li.gfield.gf_middle_third input.medium,.gform_wrapper .top_label li.gfield.gf_middle_third input.large,.gform_wrapper .top_label li.gfield.gf_middle_third select.medium,.gform_wrapper .top_label li.gfield.gf_middle_third select.large,.gform_wrapper .top_label li.gfield.gf_right_third input.medium,.gform_wrapper .top_label li.gfield.gf_right_third input.large,.gform_wrapper .top_label li.gfield.gf_right_third select.medium,.gform_wrapper .top_label li.gfield.gf_right_third select.large {
  width: 95%;
}

.gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,.gform_wrapper .top_label li.gfield.gf_right_third+li.gsection {
  padding: 2em 0 8px;
}

.gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,.gform_wrapper .top_label li.gfield.gf_right_third+li.gfield {
  clear: both;
}

.gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,.gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer {
  clear: both;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li,.gform_wrapper li.gfield.gf_2col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_2col ul.gfield_radio li {
  width: 50%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}

.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li,.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_3col ul.gfield_radio li {
  width: 33%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}

.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li,.gform_wrapper li.gfield.gf_4col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_4col ul.gfield_radio li {
  width: 25%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}

.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
  width: 20%;
  float: left;
  margin: 0;
  min-height: 1.8em;
}

.gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,.gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_list_5col ul.gfield_radio, .gform_wrapper li.gfield.gf_2col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_2col ul.gfield_radio,.gform_wrapper li.gfield.gf_3col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_3col ul.gfield_radio,.gform_wrapper li.gfield.gf_4col ul.gfield_checkbox,.gform_wrapper li.gfield.gf_4col ul.gfield_radio {
  overflow: hidden;
}

.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
  height: 25px;
}

.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
  height: 50px;
}

.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
  height: 75px;
}

.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
  height: 100px;
}

.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
  height: 125px;
}

.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,.gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
  height: 150px;
}

.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,.gform_wrapper li.gf_list_inline ul.gfield_radio li {
  width: auto !important;
  float: none !important;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0 10px 10px 0;
}

.gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
  display: none !important;
}

.gform_wrapper li.gsection.gf_scroll_text {
  height: 180px;
  width: 96%;
  overflow: auto;
  border: 1px solid #ccc;
  border-bottom: 1px solid #ccc !important;
}

.gform_wrapper li.gsection.gf_scroll_text h2.gsection_title {
  margin: 10px 10px 0 !important;
}

.gform_wrapper li.gsection.gf_scroll_text .gsection_description {
  margin: 10px;
  font-size: .8em;
}

.gform_wrapper .gfield_password_strength {
  border: 1px solid #ddd;
  margin: 0;
  padding: 3px 5px;
  text-align: center;
  width: 200px;
  background-color: #eee;
}

.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
}

.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
}

.gform_wrapper .gfield_password_strength.short,.gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-color: #f04040;
}

.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
  list-style-type: disc !important;
  overflow: visible;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul,body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
  list-style-type: disc !important;
  margin: 0 0 1.5em 1.5em;
}

.gform_wrapper .gform_footer input[type=submit] {
  width: 5em;
}

.gform_wrapper form li {
  padding-bottom: 1em;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
  border-bottom-color: #ccc\9;
  border-bottom-style: solid\9;
  border-bottom-width: 1px\9;
  *border-bottom: 1px solid #ccc;
  _border-bottom: 1px solid #ccc;
}

#gforms_confirmation_message {
  background-color: #fffac6;
  border: 1px solid #feda70;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0;
  font-size: 2em;
  color: #252525;
  text-align: center;
}

.gform_wrapper .gform_footer input.button,.gform_wrapper .gform_edit_link {
  margin: 20px 0;
  font-family: inherit;
  font-size: 2em;
}

label.gfield_label {
  color: #333;
  cursor: default;
}

.gform_wrapper h3.gform_title {
  color: #fff;
  display: block;
  text-shadow: 1px 1px #666,2px 2px #666,3px 3px #666,4px 4px #666,5px 5px #666,6px 6px #666,7px 7px #666,8px 8px #666;
  padding: 0;
}

#search h1 {
  color: $brown4;
  letter-spacing: 0;
}

#search #searchForm {
  position: relative;
}

#search fieldset {
  border: none;
}

#search #submitButton {
  text-transform: uppercase;
  cursor: pointer;
}

#search .pageContainer>.webResult:nth-child(even) {
  background: $grey1;
}

#search p.notFound {
  text-align: center;
}

#search .webResult h2 a {
  color: $green3;
}

#search .webResult h2 a:hover {
  background: $green3;
  color: $white;
}

#search .imageResult {
  float: left;
  height: 180px;
  margin: 0 0 20px 40px;
  text-align: center;
  width: 152px;
  overflow: hidden;
}

#search .imageResult img {
  display: block;
  border: none;
}

#search .imageResult a.pic {
  border: 1px solid #fff;
  outline: 1px solid #777;
  display: block;
  margin: 0 auto 15px;
}

#search #more {
  background: $green3;
  border: none;
  color: $white;
  cursor: pointer;
  width: 80px;
}

#search #more:hover {
  background: $brown4;
  color: $white;
}

#search a,#search a:visited {
  text-decoration: none;
  outline: none;
}

#search .clear {
  clear: both;
}

.fancybox-tmp iframe,.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}

.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 1003;
}

.fancybox-opened .fancybox-outer {
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}

.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 10px;
}

.fancybox-image,.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url(/wp-content/themes/reliant2012/js/fancybox/fancybox_loading.gif);
  opacity: .8;
  cursor: pointer;
  z-index: 1010;
}

.fancybox-close,.fancybox-prev span,.fancybox-next span {
  background-image: url(/wp-content/themes/reliant2012/js/fancybox/fancybox_sprite.png);
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}

.fancybox-prev,.fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url(/wp-content/themes/reliant2012/js/fancybox/blank.gif);
  z-index: 1003;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-prev span,.fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}

.fancybox-prev span {
  background-position: 0 -36px;
}

.fancybox-next span {
  background-position: 0 -72px;
}

.fancybox-prev:hover,.fancybox-next:hover {
  visibility: visible;
}

.fancybox-prev:hover span {
  left: 20px;
}

.fancybox-next:hover span {
  left: auto;
  right: 20px;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}

#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  margin-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,.8);
}

.social-share {
  padding-top: .5em;
}

#fb-root,.twitter-share-button,.fb_share_size_Small,.IN-widget {
  display: inline-block;
  float: left;
}

.IN-widget {
  margin-right: 1em;
}

.social-media-links {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 10;
}

.social-media-links li {
  float: right;
  list-style: none;
  padding: 0 0 0 10px;
}

#social {
  *display: none;
}

.socialRight {
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
}

#social li.facebook {
  height: 35px;
  padding: 0;
  width: 150px;
}

#social li.plusone {
  height: 35px;
  padding-top: 6px;
  width: 90px;
}

#social li {
  float: left;
  height: 25px;
  padding-top: 8px;
  width: 120px;
}

#rowContainer {
  height: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.rows {
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);
}

#columnContainer {
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1001;
  box-shadow: inset -1px 0 0 rgba(0,0,0,.1);
}

.column {
  float: left;
  height: 100%;
  position: relative;
  box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
}

.columnSpacing {
  background: rgba(255,255,0,0.3);
  margin: 0 24px;
  height: 100%;
}
