/* General Structure - zero padding and margins and setup overall */
/* Brenda's colour numbers
    pink - F7ACB7, beige CDAB87, brown 654531,gold FFD773 */

h1, h2, h3, h4, h5, h6, p{
  margin: 0;
  padding: 0;
}

h2 {
  font: normal 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #654531;
  margin-bottom: 0.5em;
}
h3{
     color: #654531;
  font: normal 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-bottom: 1em;
}
h4 {
     color: #654531;
  font: normal 18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin-top: 1em;
}
h4 .subTitle {
font-weight: lighter;
font-size: 12px;
}
h5 {
  display: block;
  padding: 11px;
  margin-bottom: 0;
}
h6 {
    font-weight: bold;
    font: normal 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #000;
    margin: 1em 0;
    text-align: center;
}

ul {
  display: block;
}

a:link {
  text-decoration: none;
  color: #654531;
}

a:visited {
  color: #654531;
}

a:hover {
  text-decoration: underline;
}

.icon i.material-icons {
    font-size: 3em;
    font-weight:bold;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
}

body {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  color: #654531;
  background: #f7dfe2;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.7em;
}

#wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: transparent;
}

#container {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  background-color: #f7dfe2;
  padding-left: 1.4em;
  padding-right: 1em;
}

#header {
  min-height: 118px;
  width: 100%;

}

#logoWrap {
  float: left;
  width: 25%;
  padding: 0;
  margin: 0;
}

#menuWrap {
  float: left;
  width: 65%;
  padding: 0;
  margin: 0;
}
/* This is for the Work In Progress Line in the Header - not needed after production is done */
/*  #header p#WIP {
	margin: 0;
	padding: 0em 1em 0;
    width:60%;
    float:right;
    color: #ec5600;
    font-size: 120%;
    line-height: 150%;
    font-weight: bold;
} */

#mainContent {
  margin: 0 auto;
  padding: 0;
}
/* Front Page Specific */

#mainContent img.frontImg{
  max-width: 100%;
  max-height: 100%;
}
#mainContent .titleBox {
    padding-left: 3em;
}

.titleBox h2 {
  font-size: 2em;
  padding: 0.5em 0;
  line-height: 28px;
}
.titleBox h3 {
    font-size: 2em;
    font-weight: bold;
    line-height: 2em;
    text-align: right;
    padding-right: 3em;
}

#mainContent #content {
    width: 90%;
}

#mainContent #content.twoColumnLeft {
  float: left;
  width: 64%;
}

#mainContent #content.twoColumnPortfolios{
  float: left;
  width: 55%;
}

#content p, #content.twoColumnLeft p, #mainContent #content.twoColumnPortfolios p {
  margin: 0 0 15px;
  word-wrap: break-word;
  /*padding-bottom: 20px;*/
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #654531;
}
#content ul li.faqs {
    font-weight: bold;
    margin-bottom: 2em;
    font-size: 110%;
}
#content ul li.faqs .answer {
    font-weight: normal;
    font-style: italic;
}
#galleryMenu li.galleryMenus {
    font-size: 120%;
    font-weight: bold;
}

#content.twoColumnLeft p.environmental, #mainContent #content.twoColumnPortfolios p.environmental {
  padding-bottom: .5em;
  margin-bottom: 0;
}
#content.twoColumnLeft ul.enviroList, #mainContent #content.twoColumnPortfolios ul.enviroList, #mainContent ul.enviroList {
    margin-top: 0;
    margin-bottom: 0;
    list-style: inside;
}
#content.twoColumnLeft h2.enviroHead, #mainContent #content.twoColumnPortfolios h2.enviroHead   {
    padding-bottom: 1em;
}

#content.twoColumnLeft p.asbestos, #mainContent #content.twoColumnPortfolios p.asbestos  {
padding-bottom : 0;
margin-bottom: 0;
}


#content.twoColumnLeft figure.thumbnailLarge {
  margin: 0;
  max-width: 100%;
}
#content.twoColumnLeft figure.thumbnailMed, figure.thumbnailMed {
  margin: 0 1em 0 0;
  max-width: 50%;
  float:left;
}
#definitions {
    background:#e2e2e2; border-radius: 25px; padding: 1.4em; width: 45%; float:left;
}
#rightList {
    width: 45%;
    float: left;
}

#content.twoColumnLeft img.leftFloat {
  float: left;
  margin: 5px 20px 10px 0;
  margin-right: 31px;
  border: 0.25em solid #f7acb7;
}
#fullWidth {
    clear:both;
    margin-left: 4em;
    max-width: 100%;

}
#fullWidth .twoCol {
    padding-top: .3em;
    width: 50%;
    float: left;
    padding-bottom: .3em;
}

/* Headers for other than main page */

#subHeader {
  padding-top: 3em;
}

#subHeader h2, #subHeader h1{
  font-size: 2em;
  font-weight: 600;
  padding-right: 13%;
  padding-bottom: 1.4em;
  line-height: 28px;
  border-bottom: 1px solid #654531;
  margin-bottom: .75em;
}
#mainContent .contentLeft .areaServed h3 {
    font-size: 1.5em;
    margin-top: 1em;
    padding-bottom: 0;
    font-weight: bold;

}
#anAside{
    font-style: italic;

    color:#B5814A;
}

/* Lists and buttons - various pages */
ul#mainMenu.topNav li.icon {display: none;}
ul#mainMenu {
  float: right;
  width: 100%;
  padding-top: 3em;
}

ul#mainMenu li{
  display: table-cell;
  position: relative;
  width: 1%;
  margin-left: 3em;
  text-align: center;

}

ul#mainMenu li a{
  text-decoration: none;
  color: #654531;
  font-size: 130%;
  font-weight: bold;
}

ul#mainMenu li a:hover {
  text-decoration: underline;
  color: #654531;
}
ul#mainMenu li ul.subMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    visibility:hidden;
    position: absolute;
    z-index: 99999;
    background:#654531;
    box-shadow:6px 7px 10px 2px #555;
    opacity:0;


}
ul#mainMenu li ul.subMenu li {
       text-align: left; 
}

/* Drop-Down Navigation */

ul#mainMenu li:hover > ul
{
 visibility:visible;
    opacity:1;

}
ul#mainMenu li ul.subMenu {
    top: 18px;
    left: 1px;
}

ul#mainMenu ul.subMenu li ul {
    top: 0;
    left: 181px;
}
ul#mainMenu li ul.subMenu li {
    float:none;
    display:block;
    width:100%;
    border:0 none;
    border-bottom:1px dashed #fff;
}

ul#mainMenu li ul.subMenu li a {
    background:none;
    padding:7px 15px;
    color:#fff;
    text-decoration:none;
    display:inline-block;
    border:0 none;
    float:left;
    clear:both;
    width:150px;
    font-weight: normal;
    border-bottom:1px dashed #fff;
}
ul.articles, ul.articles li, ul.articles li a {
    padding-top: 0;
    margin-top: 0;
}



ul.grid {
  list-style: none;
  width: 100%;
  margin: 0;
  padding:0;
}

ul.grid li {
  min-height: 32em;
  width: 45%;
  background: #f4f2f0;
  float: left;
  padding: 0px 0px 4px 0px;
  margin: .3em 1em;
  line-height: 20px;
}

ul.grid li#row1Fig1, ul.grid li#row2Fig1 {
  margin-left: 0;
}

ul.grid li .thumbnail img{
  width: 100%;
}

ul.grid li img {
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}

ul.grid li figure {
  padding: 0;
  margin: 0;
  position: relative;
  border-radius: 0;
  border: none;
  float: none;
  box-shadow: none;
  display: block;
}

ul.grid li figure a {
  position: relative;
}

ul.grid li h5 {
  padding: 11px;
  margin-bottom: 0;
}

ul.grid li h5 a {
  color: #654531;
  font: 400 15px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

ul.grid li p {
  padding: 0 11px;
  margin-bottom: 21px;
  color: #654531 !important;
}
  ul#portfolioGrid li.portfolioItem {
    margin: 0 0 20px 0;
    padding: 0 10px;
    width: 30%;
    float: left;
    list-style: none;
  }
ul#ratesFees {
    font-size: 110%;
}
ul#ratesFees li{
    margin-bottom: 1em;
}
ul#ratesFees li ul li.nestedList {
    margin-bottom: 0em;
}

#content .careers, #lowerContent .careers {
    margin-left: 2em;
}

#lowerContent{
    clear: both;
    width: 100%;
}
#lowerContent #leftSide {
    clear: both;
    float:left;
    width: 47%;
}
#lowerContent #rightSide {
    float: left;
    width: 47%;
}

ul#careerList {
    float: left;
    margin-top: 0;
}
ul.careerList {
    clear: left;
    margin-top: 0;
}
ul#careerList li{
  font-size: 110%;
}
 ul.careerList li {
     font-size: 100%;
 }

.btn, .btn:active, .btn:focus, #backBtn {
  box-shadow: none;
  padding: 10px 38px 9px 20px;
  text-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  font: 400 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(images/btn.png) 75% 14px #cdab86 no-repeat;
  color: #654531;
  text-transform: lowercase;
  letter-spacing: 0;
  transition: all 0.5s;
}

.btn:hover, #backBtn:hover {
  background: url(images/btn.png) 85% 14px #654531 no-repeat;
  color: #fff;
  transition: all 0.5s;
}

ul.grid li .btn, form#contactus input[type="submit"].btn, form#contactus input[type="reset"].btn, #backBtn {
  margin-left: 10px;
  box-shadow: none;
  padding: 10px 38px 9px 20px;
  text-shadow: none;
  text-decoration: none;
  border-radius: 5px;
  border: none;
  font: 400 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
  background: url(images/btn.png) 75% 14px #cdab86 no-repeat;
  color: #654531;
  text-transform: lowercase;
  letter-spacing: 0;
  transition: all 0.5s;
}

ul.grid li a.btn:active {
  background: url(images/btn.png) 75% 14px #654531 no-repeat;
  font: 400 12px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: lowercase;
}

ul.grid li a.btn:hover, form#contactus input[type="submit"].btn:hover, form#contactus input[type="reset"].btn:hover {
  background: url(images/btn.png) 85% 14px #654531 no-repeat;
  color: #fff;
  transition: all 0.5s;
}
.contentRight blockquote {
    margin-block-start: 0em;
    margin-block-end: 1em;
    margin-inline-start: 23em;
    margin-inline-end: 0em;
    font-size: 110%;
    font-style: italic;
}

.fltrt ul {
  margin: 0 0 2em 0;
  padding: 0;
}

#sidebar ul {
  margin: 2em 0;
  padding: 0;
  clear: both;
}
#sidebar #myPromise {
    font-size: 110%;
    font-style: italic;

}
#sidebar #myPromise ol{

}

#sidebar #myPromise ol li {
    padding-bottom: 1.0em;
}

.fltrt ul li, #sidebar ul li {
  list-style: none;
  text-transform: none;
  margin: .75em 0 .5em .75em;
  padding: 0 0 0 15px;
  border: none;
  line-height: 20px;
  color: #654531;
  font: normal normal 200 1em/normal "TrebuchetMS", Arial, Helvetica, sans-serif;
}

#sidebar ul li {
  list-style: none;
  line-height: 20px;
  padding: 0;
  font-size: 1.3em;
  padding-left: 15px;
  margin-bottom: 6px;
  text-transform: none;
  margin: 0 0 .5em 0;
}
/* Footer specific */

#footer {
  border-top: 1px solid #f7acb7;
  padding-top: 0;
  padding: 0 0 2em 0
}

.copyright {
  padding: 1.4em;
}

#footer p {
  margin: 0;
  padding: 8px 0 0;
  font: 400 14px/1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footerText {
  float: right;
  display: block;
}
#footer p.crText{
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}
#footer #copyrightText a:link, #footer #copyrightText a:visited {
    color: #654531;
}
#footer #copyrightText a:hover {
    color: #654531;
}
#footer .span3 {
    padding: 0;
}
.spanEnviro {
 font-weight: bold;
 color: #654531;
}

#footer .span3 img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

#footer .partners {
  position: relative;
  float: left;
  min-height: 1px;
  margin-left: 30px;
  margin-bottom: 2em;
  display: inline;
  width: 65%;
}
#footer .partners p{
 margin-bottom: 1.5em;
}

#footer .partners a:link{
  float: left;
  width: 15%;
  text-align: center;
  color: #000;
  text-decoration: none;
}

#footer .partners a:hover {
  text-decoration: underline;
}

#footer .parters a:visited {
  color: #000;
}

#sidebar {
  float: right;
  width: 26%;
}
#sidebarPhotos {
    float:right;
    width: 22%;
}
#mainContent .photosLeft   {
    float:left;
    width:75%;
}

#portfolioSidebar {
  float: right;
  width: 44%;
  margin-bottom: 2em;
}

.fltrt {
  float: right;
  margin-left: 8px;
  width: 23%;
}

.fltrt h3, #sidebar h3, #portfolioSidebar h3 {
  color: #654531;
  font: normal 22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.fltrt .smallUnderline, #sidebar .smallUnderline {

  text-align: left;
  width: 65%;
  float: left;
}
ul#servicesMore li, ul#servicesMenu li, ul#aboutMenu li{
  font: normal normal 200 1em/normal "TrebuchetMS", Arial, Helvetica, sans-serif;
  color: #654531;
}

ul#servicesMenu li a, ul#aboutMenu li a{
  font: normal normal 200 1em/normal "TrebuchetMS", Arial, Helvetica, sans-serif;
  color: #654531;
  text-decoration: none;
}

ul#servicesMenu li a:hover, ul#aboutMenu li a:hover{
  text-decoration: underline;
}

.fltrt #mailit {
  margin-top: 20px;
  padding-left: 30px;
}

.fltrt #mailit a.mail {
  background: url(images/mail.png) no-repeat;
  padding-left: 2em;
  padding-bottom: 3em;
  line-height: 2em;
}

.fltrt #mailit a.facebook {
  background: url(images/facebook.png) no-repeat;
  padding-left: 2em;
  padding-bottom: 3em;
  line-height: 2em;
}
.fltrt #mailit a.instagram {
  background: url(images/instagram.png) no-repeat;
  padding-left: 2em;
  padding-bottom: 3em;
  line-height: 2em;
}
.fltlft {
  float: left;
  margin-right: 8px;
  width: 23%;
  color: #654531;
  padding: 2px;
}

.fltlft#first {
  margin-left: 8px;
}

.fltlft h3, .fltlft h3 a:link, .fltlft h3 a:visited {
  font-weight: bold;
  color: #66625a;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  text-align: center;
  line-height: 20px;
}

.fltlft img, .fltlft img a:link {
  max-width: 100%;
  height: auto;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.spacerFloatClr {
  clear: both;
  height: 3em;
}

.style1 {
  color: #990000;
  font-weight: bold;
}

.style2 {
  color: #990000;
}

.style3 {
  color: #6A8CCA;
}

#content.twoColumnLeft #promoFree p {
    padding: 0;
    margin: 0;
}
#notFree {
    padding-left: 1.5em;
}

/*  .dropcap {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
  text-align: center;
  text-transform: uppercase;
  background: #004ff1;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  font: 400 36px/70px "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
}
  */
.dropcap {
   position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 20px 20px 0;
  text-align: center;
    width: 70px;
  height: 70px;
  background: #fff url(images/logoBullet.jpg) no-repeat center;
  }

.valuesSpan1 {
  float: left;
  min-height: 1px;
  margin-left: 30px;
  width: 7%;
  position: relative;
}

.valuesSpan3 {
  float: left;
  min-height: 1px;
  margin-left: 30px;
  position: relative;
  width: 32%;
}


#mainContent #content.singleColumn article.testimonialLeft  {
  position: relative;
  width:80%;
  float: left;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #cca985;
  background: #f4d8dc;
  font-style: italic;
  font-family: Georgia, serif;
  border-radius: 5em;
}
#mainContent #content.singleColumn article.testimonialRight  {
  position: relative;
  width: 80%;
  float: right;
  margin-bottom: 1em;
  padding: 1em;
  border: 1px solid #cca985;
  background: #f4d8dc;
  font-style: italic;
  font-family: Georgia, serif;
  border-radius: 5em;
}
#mainContent #content.singleColumn article.testimonialLeft p, #mainContent #content.singleColumn article.testimonialRight p{
  font-family: Georgia, serif;
}
#mainContent #content.singleColumn article.testimonialLeft p.paraOne, #mainContent #content.singleColumn article.testimonialRight p.paraOne {
    margin-top:2.4em;
    }
#mainContent #content.singleColumn .testimonial_content {
  overflow: hidden;
  background: url(images/quotes.png) no-repeat 0 0;
}
#mainContent #content.singleColumn h1.testimonial  {
    padding-left: 3em;
    padding-top: .5em;
   }
#mainContent #content.singleColumn blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

#mainContent #content.singleColumn .testimonial_content p{
  margin-bottom: .3em;
  padding-bottom: .3em;
}

#mainContent #content.singleColumn blockquote small {
  display: block;
  line-height: 20px;
  color: #6d4a29;
}

#mainContent #content.singleColumn .testimonial small {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-style: normal;
  padding: 12px 0 0;
  font-size: 10.2px;
}

#mainContent #content.singleColumn .testimonial small span {
  display: inline;
}

#mainContent #content.singleColumn blockquote small:before {
  content: '\2014 \00A0';
}

.contentLeft {
  float: left;
  width: 31.6%;
  background: transparent;
  margin: .67em 2em 0 2em;
  min-height: 20em;
}
.contentLeft .areaServed ul{

}

.contentRight {
  background: transparent;
  margin: .67em;
  padding-right: 1.33em;
  width: 100%;
}

#preForm {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

#preForm p{
  padding: 50px 4em .2em 1.67em;
}

form#contactus input#fname, form#contactus input#phone, form#contactus input#email, form#contactus input#subject, form#careers input#fname, form#careers input#phone, form#careers input#email {
  margin: .5em 0;
  padding: 6px 0;
  width: 99%;
  line-height: 15px;

}
form#careers input#subject, form#careers input#source {
  margin: .5em 0;
  padding: 6px 0;
  width: 99%;
  line-height: 15px;
}

form#contactus textarea#comments, form#careers textarea#comments{
  margin: 0;
  padding: 6px 6px 7px 6px;
  width: 100%;
  height: 200px;
  line-height: 15px;
  box-sizing: border-box;
  resize: none;
  overflow: auto;
  margin-top: 1em;
}

textarea, input[type="text"] {
  font-size: 14px;
  color: #777;
  border-radius: 4px;
  vertical-align: middle;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

textarea, input[type="text"]:focus{
  border-color: rgba(82, 168, 236, 0.8);
}

form#contactus input[type="submit"].btn, form#contactus input[type="reset"].btn {
  margin-right: 10px;
  height: auto;
  background-position: 85% 14px;
}
                                                                                                                                            f
ul#portfolioGrid li.portfolioItem figure{
  padding: 0;
  margin: 0;
  max-width: 100%;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio{
  background: #f0f0f0;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio a:link {
  text-decoration: none;
  color: #654531;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio a:hover {
  text-decoration: underline;
}

ul#portfolioGrid li.portfolioItem .caption__portfolio .btn, #backBtn {
  float: right;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #cc9199;
  font-weight: bold;
  font-size: 200%;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 33%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.slideContainer a:hover {
    font-size: 200%;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #654531;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #654531;
  padding: 2px 16px;
  color: white;
}
#contentContainerGallery .thumbContainer {
    clear: left;
    float: right;
    width: 25%;
}
#contentContainerGallery .row h4 {
    color:#654531;
    margin-top: 1em;
}
#contentContainerGallery .slideContainer{
    max-width: 74%;
    float:left;
}

.row:after {
  content: "";
  display: table;
  clear: both;

}


/* Six columns side by side */
.column {
  float: left;
  width: 48%;
}
.column img {
  padding: .2em;
  margin: 1em;
  border: 3px #f7acb7 solid;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.9;
}

.active,
.demo:hover {
  opacity: 1;
}

/*--end standard area --*/
/*--specific to temporary popup --*/
#timedzfloatcontainer {
  z-index: 999;
  margin: 0 auto;
  text-align: left;
  position: fixed;
  top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  height: 0px;
  color: #000;
}
#timedzfloat h2 {
    font-size: 120%;
    font-weight: bold;
    color: #000;
}

#timedzfloat p{
    text-align: left;
    font-size: 110%;
    padding-bottom: .5em;
    color: #000;
}
#content #timedzfloat ul{
    text-align: left;
    font-size: 85%;
}

#timedzfloat {
	width: 40%;
	position: relative;
	margin: 5% auto;
	padding: 5px 5px 13px 5px;
	border-radius: 10px;
background: rgba(232,149,161,1);
background: -moz-linear-gradient(top, rgba(232,149,161,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232,149,161,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(232,149,161,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(232,149,161,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(232,149,161,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(232,149,161,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7ff61', endColorstr='#ffffff', GradientType=0 );

    -webkit-box-shadow: 7px 3px 37px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 7px 3px 37px 0px rgba(0,0,0,0.75);
    box-shadow: 7px 3px 37px 0px rgba(0,0,0,0.75);
    }

.close {
	background: #E895A1;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
.close:link {
     color: #000;
     font-weight:bold;
}

.close:hover { background: #D34A61; }


