﻿/*--------------------------------------------------------------------------------------------------------------- MMA */
#mma h2 {
  color: #ff8a00;
  font-family: "Humanist777BT-LightB" , Arial, Verdana, Sans-Serif;
}
#mma .flo {
  position: absolute;
  width: 22%;
  left: 20px;
  height: 100%;
  overflow: hidden;
}
#mma .flo img {
  margin-top: 1em;
}
#mma .callToAction {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 480px) {
  #mma h2 {
    font-size: 1.9em;
    margin: 2em 0 1.063em 3%;
    width: 50%;
    float: right;
  }
  #mma .flo {
    width: 29%;
    min-width: 115px;
  }
  #mma .callToAction {
    clear: both;
  }
}
@media screen and (min-width: 481px) {
  #mma {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 60%, rgba(240,244,246,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,rgba(255,255,255,1)), color-stop(100%,rgba(240,244,246,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(240,244,246,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(240,244,246,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 60%,rgba(240,244,246,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 60%,rgba(240,244,246,1) 100%);
    border-bottom: 1px solid rgb(229, 235, 240);
  }
  #mma h2 {
    font-size: 2.1em;
    float: right;
    margin: 2em 0 1.063em 3%;
    width: 60%;
  }
  #mma .flo {
    width: 30%;
  }
  #mma .callToAction {
    width: 60%;
    bottom: -2.2em;
    margin-top: -2.2em;
    float: right;
  }
}
@media screen and (min-width: 616px) {
  #mma h2 {
    font-size: 2.5em;
    margin: 2.8em 0 1.063em 3%;
  }
  #mma .flo {
    width: 30%;
  }
  #mma .callToAction {
    clear: right;
  }
}
@media screen and (min-width: 751px) {
  #mma h2 {
    font-size: 2.6em;
    margin: 2.8em 0 0 26.073298429319371727748691099476%;
    width: 25%;
    width: 26%;
    float: left;
  }
  #mma .flo {
    width: 22%;
  }
  #mma .callToAction {
    width: 44%;
    margin-top: 3.8em;
  }
}
@media screen and (min-width: 886px) {
  #mma h2 {
    font-size: 3.2em;
    float: left;
    margin: 2.5em 0 35px 26.073298429319371727748691099476%;
    width: 30%;
  }
  #mma .callToAction {
    width: 41.076487252124645892351274787535%;
  }
}

/*------------------------------------------------------------------------------------------------------------------- Quote Start */
#mma .quote, #mma .additionalChoiceQuote {
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, rgb(0,86,183);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -moz-linear-gradient(top, rgba(23,155,215,1) 0%, rgba(0,86,183,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(23,155,215,1)), color-stop(100%,rgba(0,86,183,1)));
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -webkit-linear-gradient(top, rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -o-linear-gradient(top, rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, -ms-linear-gradient(top, rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
  background: url(/content/images/shared/internalQS/bg-texture.png) repeat, linear-gradient(to bottom, rgba(23,155,215,1) 0%,rgba(0,86,183,1) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  ms-box-sizing: border-box;
  padding: 2.5em 17px 2em;
  -webkit-box-shadow: inset 0 0 2px white, 1px 1px 3px #777;
  -moz-box-shadow: inset 0 0 2px #fff, 1px 1px 3px #777;
  box-shadow: inset 0 0 2px white, 1px 1px 3px #777;
}

.lt-ie9 #mma .quote, .lt-ie9 #mma .additionalChoiceQuote {
  background: rgb(0,86,183);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#179BD7', endColorstr='#0056B7',GradientType=0 );
}


#mma .quote form {
  max-width: 270px;
  margin: 1.1em auto .6em;
}
#mma .quote .quoteStartForm:after {
  clear: both;
}
#mma .quote .quoteStartForm {
  *zoom: 1;
}
#mma .quote h3, #mma .additionalChoiceQuote h3 {
  color: #fff;
  text-align: center;
  font-family: Humanist777BT-LightB, Arial, Verdana, sans-serif;
  white-space: nowrap;
}
#mma .quote p {
  color: #fff;
  margin-top: 1em;
}
#mma .quote p small {
  color: #cfcfcf;
  line-height: 1px !important;
  font-size: 0.88em;
}
#mma .quote ul a, a.qsRetrieve {
  color: #fff;
}
#retrievePosition {
}
#mma a.qsRetrieve {
  text-align: center !important;
  font-size: 1.2em;
}

#mma .quote .quoteStartForm .zipCode {
  float: left;
  width: 34%;
}
#mma .quote .quoteStartForm .product {
  width: 64%;
  float: right;
}
#mma .quote .quoteStartForm .button {
  clear: both;
}
#mma .quote .button input {
  font-size: 1.8em;
}
#mma .quote .quoteLinks {
  text-align: center;
  clear: both;
  margin-top: 0.7em;
  white-space: nowrap;
}
#mma .quote .quoteLinks li {
  display: inline;
}
#mma .quote .quoteLinks li a {
  color: #fff;
}
#mma .quote .quoteLinks li.agent {
  background: url(/content/images/shared/divider-gradient.png) no-repeat right center;
  background-size: contain;
  margin-right: 6px;
  padding-right: 12px;
}
@media screen and (max-width: 480px) {
  #mma .quote h3 {
    font-size: 2.5em;
  }
  #mma .quote .quoteLinks li {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 481px) {
  #mma .quote h3 {
    font-size: 2.5em;
  }
  #mma .quote .quoteLinks li {
    font-size: 1.2em;
  }
}
@media screen and (min-width: 616px) {
  #mma .quote .quoteLinks li {
    font-size: 1.3em;
  }
}
@media screen and (min-width: 751px) {
  #mma .quote h3 {
    font-size: 3.2em;
  }

}

















#accordion {
  z-index: 5;
  margin-top: 5em;
}
