﻿#mma{
    background: none;
    border: none;
}
#mma .wrap{
    background: no-repeat left bottom;
}
#mma .additionalChoiceQuote{
    padding: 2.5em 17px 2.5em;
    text-align: center;
}
#mma .additionalChoiceQuote h4, #mma .additionalChoiceQuote p{
    margin: 0 auto;
    color: #cfcfcf;
    max-width: 300px;
}
#mma .additionalChoiceQuote h3{
    white-space: normal;
}
#mma .additionalChoiceQuote h4{
    margin-top: 1em;
    margin-bottom: 1.7em;
    font-size: 1.3em;
}
#mma .additionalChoiceQuote .button{
    width: 68.87755102040816326530612244898%;
    margin: 0 auto;
}
#mma .additionalChoiceQuote .button a{
    font-size: 1.5em;
}
#mma .additionalChoiceQuote p{
    margin-top: 1.5em;
    font-size: 1.2em;
    width: auto;
}
#mma .additionalChoiceQuote a {
    color: #fff;
}
@media screen and (max-width: 480px){
    #mma{
        margin-top: 1em;
    }
    #mma .wrap{
        background-position: 12% top;
        background-size: 650px;
    }
    #mma .additionalChoiceQuote{
        margin-top: 175px;
    }
}
@media screen and (min-width: 481px) and (max-width: 750px){
    #mma .wrap{
        background-position: -90px bottom;
        background-size: 750px;
        min-height: 250px;
    }
    #mma .additionalChoiceQuote{
        margin-top: 3em;
    }
}
@media screen and (min-width: 751px){
    #mma .wrap{
        min-height: 295px;
    }
    #mma .additionalChoiceQuote h4{
        font-size: 1.7em;
    }
    #mma .additionalChoiceQuote .button a{
        font-size: 1.8em;
    }
    #mma .additionalChoiceQuote p{
        font-size: 1.3em;
    }
}
@media screen and (min-width: 886px){
    #mma .wrap{
        background-position: 30px bottom;
    }
}

/* Business Insurance
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content #glbop {
	padding-bottom: 0;
	text-align: center;
}
#content #glbop .button, #mma #glbop .button {
	display: block;
	float: none;
	margin: 1em auto 2em auto;
	max-width: 300px;
	width: 75%;
}
#content #glbop .button a, #mma #glbop .button a {
	font-size: 1.6em;
}
#content #glbop p {
	clear: both;
}
#mma #glbop p {
	color: #c2cfdb;
	font-size: 1.3em;	
	width: 75%;
	text-align: left;
}
#mma #glbop a {
	color: #fff;
}

/* Workers' Compensation Insurance
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#content .contentBox {
	background: #f2f2f2;
	margin-bottom: 2em;
	padding: 2em 2em 0 2em;
}
#wcForm .dropdown {
    float: left;
    position: relative;
    width: 57%;
}
#wcForm .button {
    float: right;
    width: 40%;
}
#wcForm .button a {
    font-size: 1.6em;
}
#wcForm #results {
    clear: both;
}
#wcForm #results strong {
    display: block;
    font-size: 1.25em;
    padding-top: 1em;
}