body {
  max-width: 1200px; }
  body section:nth-child(2) {
    margin-top: 3%; }

.wrapper {
  display: block;
  /* Safari 4-5, Chrome 1-9 */
  background-color: rgba(0, 247, 9, 0.1);
  background: -moz-linear-gradient(89deg, #c0f450 0%, #c0f450 19%, #d8ea15 34%, #d8ea15 55%, #d8ea15 60%, #c0f450 85%, #c0f450 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0f450), color-stop(19%, #c0f450), color-stop(34%, #d8ea15), color-stop(55%, #d8ea15), color-stop(60%, #d8ea15), color-stop(85%, #c0f450), color-stop(100%, #c0f450));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(89deg, #c0f450 0%, #c0f450 19%, #d8ea15 34%, #d8ea15 55%, #d8ea15 60%, #c0f450 85%, #c0f450 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(89deg, #c0f450 0%, #c0f450 19%, #d8ea15 34%, #d8ea15 55%, #d8ea15 60%, #c0f450 85%, #c0f450 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(89deg, #c0f450 0%, #c0f450 19%, #d8ea15 44%, #d8ea15 55%, #d8ea15 60%, #c0f450 85%, #c0f450 100%);
  /* ie10+ */
  background: -webkit-linear-gradient(89deg, #c0f450 0%, #c0f450 19%, #d8ea15 44%, #d8ea15 55%, #d8ea15 60%, #c0f450 85%, #c0f450 100%);
  background: -o-linear-gradient(89deg, #c0f450 0%, #c0f450 19%, #d8ea15 44%, #d8ea15 55%, #d8ea15 60%, #c0f450 85%, #c0f450 100%);
  background: linear-gradient(1deg, #c0f450 0%, #c0f450 19%, #d8ea15 44%, #d8ea15 55%, #d8ea15 60%, #c0f450 85%, #c0f450 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e260', endColorstr='#c6e260',GradientType=0 );
  /* ie6-9 */ }

aside {
  background-color: transparent; }

header {
  font-family: calibri;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  height: 80%;
  width: 100%;
  padding-bottom: -5%;
  background-repeat: no-repeat;
  border-style: outset;
  border-width: medium;
  border-color: #04368B;
  z-index: 2;
  overflow: hidden; }
  header p {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-left: auto;
    margin-right: auto;
    display: table;
    position: absolute;
    text-align: center;
    z-index: 2;
    background-color: transparent;
    text-shadow: .08em .08em .05em #000;
    width: 100%; }
  header p:first-child {
    font-size: 2.5em;
    line-height: 1.0625em;
    letter-spacing: .2em;
    padding-top: 2%; }
  header p:nth-child(2) {
    margin-top: 20%;
    font-size: 2.5em;
    line-height: 1em; }
  header img {
    padding: 0;
    width: 100%;
    z-index: 1; }

.content {
  position: relative;
  float: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 480px) {
  .content {
    position: relative;
    float: left;
    width: 72%; }
  aside {
    position: relative;
    float: right;
    padding-left: .5%;
    width: 25%; } }

#welcome {
  margin-bottom: 1%;
  padding-left: .7%; }
  #welcome p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    width: 100%; }
    #welcome p .clickon {
      width: 90%;
      font: "Myriad-Pro";
      margin-left: 10%;
      margin-right: 10%;
      color: #000;
      font-size: 1.3em;
      letter-spacing: 0em;
      text-shadow: 1px 1px 1px #fff; }
  #welcome h3 {
    color: #ff0000; }

#offer {
  float: left;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  width: 98%;
  position: relative;
  margin-top: 8%;
  font-size: .9em;
  line-height: 1.8em;
  font-weight: bold;
  color: #1887E3;
  background-color: #c8d3e8;
  border-style: solid;
  border-color: #000;
  border-radius: .625em; }
  #offer ul {
    padding-left: 1%; }
  #offer p {
    color: #000;
    text-align: center;
    font-size: 2em;
    margin-top: 1.5%;
    text-shadow: 1px 1px 1px #fff; }
  #offer li {
    position: relative;
    font-size: .97em;
    line-height: 2em;
    color: #000;
    margin-top: 1%;
    padding-left: 2.2em;
    list-style: none;
    background: url("../images/bullet.png") no-repeat;
    background-position: 1% 1%; }

#theform {
  background-color: #c8d3e8;
  border-style: solid;
  border-color: #000;
  border-radius: .625em;
  margin-top: 6%;
  position: relative;
  float: left;
  padding-left: 2%;
  padding-top: 2%;
  color: #000;
  font-size: .66em;
  font-weight: bold;
  width: 98%;
  height: auto;
  text-align: center; }
  #theform label {
    font-size: 1em; }
  #theform p {
    font-size: 1.6em;
    margin-bottom: 0%; }
  #theform input {
    height: 2em;
    width: 95%;
    margin-right: 3%;
    margin-left: auto; }
  #theform button {
    margin-top: 1em;
    margin-bottom: 1em; }

#plus {
  float: left;
  display: block;
  position: relative;
  color: #0770EF;
  font: Myriad-Pro;
  font-weight: bolder;
  /*   margin-left:11%; */
  margin-right: 2%;
  text-align: center;
  background-color: #c8d3e8;
  border-style: solid;
  border-color: #000;
  border-radius: .625em;
  background-color: #04368B;
  width: 98%;
  height: auto;
  margin-top: 6%;
  margin-bottom: 6%;
  padding-top: .925em;
  padding-bottom: 6%; }
  #plus p:first-child {
    color: #ff0000;
    font-size: 200%;
    font-weight: bold;
    line-height: 90%; }
  #plus p:nth-child(2) {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
    letter-spacing: .03em;
    line-height: 95%; }
  #plus ul {
    position: -webkit-sticky;
    position: sticky;
    display: block;
    margin-left: .5em;
    padding-left: .5em;
    padding-right: 0%;
    width: 90%; }
  #plus li {
    line-height: 1.5em;
    color: #fff;
    margin-top: 1%;
    padding-left: 2.2em;
    list-style: none;
    background: url("../images/bullet.png") no-repeat;
    background-position: 2% 2%; }
  #plus ul li {
    text-align: left;
    font-size: 1em;
    -webkit-text-decoration: disc;
    text-decoration: disc; }

.photo img {
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 4px 4px 10px 4px #000;
  box-shadow: 4px 4px 10px 4px #000; }

.angled-text {
  position: absolute;
  top: 13.5%;
  margin-left: 59.5%;
  color: #ff0000;
  font-size: .8em;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
  z-index: 10; }

.photo .caption > h4 {
  margin-top: 6%;
  font-family: Arial, Helvetica, sans-serif;
  background-color: transparent;
  color: #000;
  font-weight: bold;
  font-size: .9em;
  text-align: center; }
  .photo .caption > h4 span {
    color: #f00; }

footer {
  height: 12%;
  padding-top: .8%;
  background-color: #04368B;
  position: relative;
  /* this gives IE6 hasLayout to properly clear */
  clear: both;
  width: 100%; }
  footer ul li {
    list-style: none; }

@media screen and (max-width: 480px) {
  #socialmediaicons {
    visibility: hidden; } }

#contactinfo {
  display: block;
  position: relative;
  color: #fff;
  text-align: left; }
  #contactinfo p#ClickToCall {
    display: none; }
  #contactinfo p#PhoneNumber {
    display: block; }
  #contactinfo p {
    margin-left: 2%;
    list-style: none;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 1.3em;
    font-weight: bold; }
  #contactinfo img {
    text-align: left;
    clear: left;
    margin-top: 2%;
    width: auto;
    max-height: 80px; }

@font-face {
  font-family: 'FineHand';
  src: url("../fonts/14608_FineHand.ttf") format("truetype");
  src: url("../fonts/14608_FineHand.woff") format("woff"); }

#websitebutton p {
  position: relative;
  top: 50%;
  transform: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%); }

#websitebutton a {
  font-family: FineHand;
  font-weight: bold;
  font-size: 2.2em;
  color: #ff0000;
  text-shadow: 2px 1px 1px #FFFFFF;
  text-decoration: none; }

ul#socialmediaicons {
  position: relative;
  display: block;
  margin-top: 2%;
  float: right;
  margin-right: 5%; }
  ul#socialmediaicons li {
    display: inline; }

#hiddengroup {
  display: none; }

.content-gradient {
  max-width: 1200px;
  color: #000;
  background: -webkit-gradient(linear, left bottom, left top, from(#c7dd65), to(#d8df5c));
  background: -webkit-linear-gradient(bottom, #c7dd65, #d8df5c);
  background: -o-linear-gradient(bottom, #c7dd65, #d8df5c);
  background: linear-gradient(0deg, #c7dd65, #d8df5c);
  background-size: 400% 400%;
  -webkit-animation: Gradient 200s ease infinite;
  -moz-animation: Gradient 200s ease infinite;
  animation: Gradient 200s ease infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal; }

@-webkit-keyframes Gradient {
  0% {
    background-color: #c7dd65;
    background-position: 0% 50%; }
  25% {
    background-color: #d8df5c;
    background-position: 100% 50%; }
  50% {
    background-color: #c7dd65;
    background-position: 100% 25%; }
  100% {
    background-color: #c7dd65;
    background-position: 0% 50%; } }

@-moz-keyframes Gradient {
  0% {
    background-color: #c7dd65;
    background-position: 0% 50%; }
  25% {
    background-color: #d8df5c;
    background-position: 100% 50%; }
  50% {
    background-color: #c7dd65;
    background-position: 100% 25%; }
  100% {
    background-color: #c7dd65;
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-color: #c7dd65;
    background-position: 0% 50%; }
  25% {
    background-color: #d8df5c;
    background-position: 100% 50%; }
  50% {
    background-color: #c7dd65;
    background-position: 100% 25%; }
  100% {
    background-color: #c7dd65;
    background-position: 0% 50%; } }
