@media only screen and (max-width: 1200px) {
  
.section { 
  padding: 50px 15px 60px;
}  
  
.footer-menus { 
  padding: 80px 30px 50px; 
}  
  
.footer-copyright { 
  padding: 30px 20px 20px;
}     
  
}

@media only screen and (max-width: 768px) {
  
h1 {
  font-size: 2.5em;
}  
  
h2 {
  font-size: 2.2em;
} 
  
p { 
  font-size: 17px;
  line-height: 1.5;
}  

a.button { 
  padding: 14px 30px;  
}

.section { 
  padding: 50px 10px 40px;
}  
  
.section .span6:first-of-type { 
  padding-right: 20px;
}

.section .span6:last-of-type { 
  padding-left: 20px;
}  
  
.header-main-menu a {
  padding: 5px 12px 15px 12px;
} 
  
.hero { 
  padding: 40px 10px 60px;
}  

.hero h1 { 
  margin-bottom: 10px;   
}  
  
.hero .span6:first-of-type { 
  padding: 0; 
} 
  
.hero .logo { 
  margin-bottom: 50px;  
  max-width: 340px;
}    

.hero img.arrow { 
  display: none; 
}  
  
.deal-u-logo {
  padding: 15px 0 20px 100px;
  margin-bottom: 40px;
}  

.deal-u-logo p:first-of-type {
  font-size: 2.2em;
}

.deal-u-logo p:last-of-type {
    font-size: 14px;
}  
  
.form {
  padding: 20px;
}  
  
.form h3 {
  font-size: 1.1em;
}   
 
.form label {
  font-size: .75em;
  letter-spacing: .05em;
}  
  
.form input[type="submit"] { 
  background: #f4a625!important;
  padding: 12px!important;
  border-radius: 4px;
  -webkit-border-radius: 4px
  -moz-border-radius: 4px
  font-size: 0.85em;  
}  
  
.icons-red .span4 {
  margin-top: 20px;
  padding: 0 15px;
}

.icons-red .span3 {
  margin-top: 20px;
  padding: 0 8px;
}

.icons-red h3 {
  font-size: 1.3em;
}  
  
.footer-container .span3 { 
  width: 50%;  
  margin: 0 0 30px;
}  
  
.footer-menus { 
  padding: 60px 30px 30px; 
}    
  
}

@media only screen and (max-width: 480px) {
  
.mobile-hide { 
  display: none!important; 
}  
  
h1 {
  font-size: 2.2em;
  line-height: 1.1;
}  
  
h2 {
  font-size: 1.8em;
}     
  
h3 {
  font-size: 1.7em;
  margin-bottom: 5px;
}      
  
p { 
  font-size: 16px;
  line-height: 1.5;
}  

p.subheader {
  font-size: 1.3em!important;
  margin: 0 0 25px!important;
  line-height: 1.4;
}
  
@media (max-width: 300px).header-logo { 
  padding: 0 5px;
background: transparent;
    background-repeat: no-repeat;
    background-position: right-center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 60px 0;
}    

.section {
  padding: 40px 10px;
}  
  
.section .span6:first-of-type, 
.section .span6:last-of-type { 
  padding:0;
}
  
.container-large, .container-small, .container-medium {
  padding: 0 20px;
  max-width: 100%;
}  
 
.header-container { 
  padding: 20px 0;
}   

.header-container .span7 { 
  display: none;  
}

.hero {
  background: url('https://2257752.fs1.hubspotusercontent-na1.net/hubfs/2257752/Landing%20Pages/hero-background-mobile.jpg') 50% 0% no-repeat #000!important;
  padding: 25px 10px 40px;
} 
  
.hero .logo { 
  margin-top: 0;
  margin-bottom: 40px;  
  max-width: 100%;
}    
  
.deal-u-logo {
  padding: 20px 0 10px 100px;
  margin-bottom: 30px;
}  
  
.deal-u-logo p:first-of-type {
  font-size: 1.6em;
}

.deal-u-logo p:last-of-type {
  line-height: 1.4;
}    
 
.hero h1 {
  margin-bottom: 5px;
}  
  
.hero .form { 
  margin-top: 15px;  
}
  
.form .input { 
  margin-right: 0!important;  
} 
  
.form input { 
  width: 100%!important; 
}   
  
.split img {
  margin: 15px auto 0;
} 
  
.icons-red {   
  margin: 10px 0;
  padding: 30px 20px;
}  

.icons-red h2 {   
  margin-bottom: 5px;
}    
  
.icons-red .span4 {
  margin-top: 25px;
  padding: 0 10px;
}  
  
.icons-red img {
  max-height: 45px;
  margin: 0 0 25px;
}  
  
.icons-products .span3 { 
  width: 50%!important;
  float: left;
}

.testimonial { 
  margin: 10px 0;
  background-image: none;  
}  
  
.testimonial .quote p {
  font-size: 1.2em !important;
  line-height: 1.4;
  margin-top: 10px;
  color: #811622;
}  
  
.hs-accordion__item button {
  font-size: 1.1em;
  padding: 0.8em 1.8em 0.8em 0.3em;
}  
  
.hs-accordion__item-icon {
  right: 0.3em;
}  

.hs-accordion__item-content {
  padding: 1em 0.2em 1em;
} 
  
.hs-accordion__item-content ul,
.hs-accordion__item-content ol {
  -webkit-column-count: 1;
  -webkit-column-gap: 0;
  column-count: 1;
  column-gap: 0;
}
  
.attorney-headshot img {
  margin: 5px auto 20px;
}  
  
.thank-you { 
  text-align: center;  
  padding: 30px 10px 20px;
}  
  
.thank-you img { 
  max-width:  90px!important;
  margin: 0 auto 15px;
}    
  
.thank-you .logo { 
  padding-right: 0;
}   

.conference-speakers { 
  display: none!important;  
}  
  
.conference-roundtable .span12 .widget-type-cell {
  margin: 0 0 20px;
}  
  
.footer-container .span3 { 
  width: 100%;  
  margin: 0 0 20px;
}   
  
.footer-menus { 
  padding: 50px 30px 10px; 
}  

.footer-menus ul li a {
  padding: 14px 0 !important;
}  
  
.footer-copyright ul li a {
  border: 0; 
  padding: 0 20px 5px!important;
}  
  
}