<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: 'Fira Sans', sans-serif;
}
.no-margin {
    margin: 0px;
}
.no-padding {
    padding: 0px;
}
.no-left-padding {
    padding-left: 0px;
}
.no-margin-padding {
    margin: 0px;
    padding: 0px;
}
.no-top-margin {
    margin-top: 0px;
}
.mb-25{
    margin-bottom:25px;
}

a,
a:hover,
a:active {
    text-decoration: none;
}
.mobile-nav,
.mobile-only {
    display: none;
}
.nav&gt;li&gt;a {
    padding: 0;
    color: inherit;
}
.nav&gt;li&gt;a:hover {
    background-color: transparent;
}
.utility {
    background-color: #fff;
    color: #2059a8;
    text-align: center;
    height: 50px;
}
.utility .container {
    position: relative;
}
.utility .callout-1 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: 28px;
    left: -48px;
}
.utility .nav {
    position: absolute;
    right: 0;
    top: 35px;
}
.utility li {
    display: inline-block;
    border-right: solid white 1px;
    line-height: 14px;
    padding: 0 15px;
}
.utility li:last-of-type {
    padding-right: 0;
    border: none;
}
.main-nav .container {
    position: relative;
    margin-bottom: 30px;
}
.main-nav .homepage-logo {  
    background: url(../images/primatene-logo-nw.png) no-repeat;   
    background-size: contain;
    width: 188px;
    height: 100px;
    position: absolute;
    top: -35px;
    display: none;
}
.main-nav .subpage-logo {
    background: url(../images/primatene-logo-nw.png) no-repeat;
    background-size: contain;
    width: 188px;
    height: 100px;
    position: absolute;
    top: -35px;
    display: none;
}
.main-nav .nav {
    position: absolute;
    right: 0;
    top: 35px;
    z-index: 1111;
}
.main-nav li {
    display: inline-block;
    border-right: solid #f88300 1px;
    font-size: 18px;
    line-height: 14px;
    padding: 0 15px;
    color: #582700;
}
.main-nav li:last-of-type {
    padding-right: 0;
    border: none;
}
.main-nav .active {
    font-weight: 700;
}
.hero {
    height: 630px;
    background-size: cover;
    width: 100%;
    margin: 0 auto;
    background-position: center;
}
.pharmacy{
    max-width:300px !important;
    margin-top:5%;
}
.hero.one {
    background-image: url(../images/ladies-r.jpg);
}
.hero.two {
    background-image: url(../images/family-r.jpg);
}
.hero.three {
    background-image: url(../images/men-r.jpg);
}
.hero .container {
    padding-top: 70px;
    padding-left: 0;
}
.display-m{
    display: none;
}
.hero .header {
    font-size: 48px;
    line-height: 54px;
    color: #d91f31;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 90%;
}
    .hero .header h1 {
        font-size: 48px;
        line-height: 54px;
        color: #d91f31;
        font-family: 'Fira Sans', sans-serif;
        font-weight: 700;
        text-align: center;
        width: 90%;
    }
.hero .sub-header {
    font-size: 20px;
    font-family: arial;
    line-height: 30px;
}
.hero .btn, .home-welcome-text .btn {
    background: #d91f31;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 28px;
    font-weight: 700;
    margin: 20px 0;
    border-top: solid 3px #f88300;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.hero .btn:hover, .home-welcome-text .btn:hover {
    background: #f88300;
}
.home-content {
    background: #fbf8ed;
    background: -moz-linear-gradient(top, #fbf8ed 0%, #fbf6ea 20%, #fceed3 71%, #fceccc 100%);
    background: -webkit-linear-gradient(top, #fbf8ed 0%, #fbf6ea 20%, #fceed3 71%, #fceccc 100%);
    background: linear-gradient(to bottom, #fbf8ed 0%, #fbf6ea 20%, #fceed3 71%, #fceccc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fbf8ed', endColorstr='#fceccc', GradientType=0);
}
.home-content .container {
    position: relative;
}
.home-content h1 {
    color: #582700;
    font-size: 45px;
    font-weight: 700;
    margin-top: 40px;
}
.inhaler {
    top: -90px;
}
.icon-callouts {
    padding: 0;
    list-style: none;
    left: -10px;
    position: relative;
}
.icon-callouts li {
    text-align: center;
    top: 35px;
    font-size: 24px;
    margin: 0 20px;
    padding: 0;
}
.icon-callouts img {
    margin: 10px auto;
}
.icon-callouts .approved {
    font-weight: 700;
    font-size: 24px;
    top: 0;
    margin-right: -5px;
}
.icon-callouts .approved img {
    width: 75%;
}
.retailers {
    text-align: center;
    margin: 20px 0;
}
.retailers .header {
    font-size: 35px;
    font-weight: 700;
    color: #f9a03c;
    margin: 10px 0;
}
.retailers .header2 {
    font-size:x-large;
    font-weight: 700;
    color: #f9a03c;
    text-align:center;    
}
.retailers ul {
    list-style: none;
}
.retailers li {
    display: inline-block;
    padding: 25px;
    border-right: solid 1px #dedede;
}
.retailers li:last-child {
    border: none;
}
.retailers .retailers-body-copy {   
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;
    padding-bottom:10px;
}
.pl-25 { padding-left:25px; }
.no-prescription .spacing-fix {
    margin-left: -8px;
}
/* ----------  wtb overrides ---------- */

.retailers #ciq-buyonline li {
    padding: 0px;
    border: none;
}
#ciq-wtb-8ltYGgtiNEeWqQ94ln2FIA.ciq-wtb .ciq-media-logo {
    display: none;
}
@media screen and (min-width: 991px){
#ciq-wtb-8ltYGgtiNEeWqQ94ln2FIA.ciq-wtb.ciq-wtb-ver-20.ciq-container #ciq-tabs {
	padding-right: 20%;
    padding-left: 20%;
    float: none !important;
}
}
@media screen and (max-width: 990px){
#ciq-wtb-8ltYGgtiNEeWqQ94ln2FIA.ciq-wtb.ciq-wtb-ver-20.ciq-container #ciq-tabs {
    float: none !important;
}
}
@media screen and (max-width: 990px) and (min-width: 768px) {
.wtb.retailers {
    min-height: 337px;
    padding-top: 0px !important;
}
}
#ciq-wtb-8ltYGgtiNEeWqQ94ln2FIA.ciq-wtb.ciq-wtb-ver-20.ciq-container ul.ciq-tab-nav.ciq-view-tabs {
    float: none !important;
}
#ciq-wtb-8ltYGgtiNEeWqQ94ln2FIA.ciq-wtb.ciq-wtb-ver-20.ciq-container ul.ciq-tab-nav.ciq-view-tabs li {
    width: 50% !important;
    max-width: 400px;
}
#ciq-wtb-8ltYGgtiNEeWqQ94ln2FIA.ciq-wtb.ciq-wtb-ver-20.ciq-container.ciq-pricing-section {
    border: none !important;
}
/* should be desktop only/ can play with tablet and mobile versions #ciq-map-canvas {
	min-height: 500px;
} */
/* ---------- SUBPAGE Style ---------- */

.content-wrapper p {
    font-size: 16px;
    line-height: 26px;
    font-family: Arial;
}
.content-wrapper p.bold {
    font-weight: bold;
}
.content-wrapper p.bold span.purpose {
    position: relative;
    left: 200px;
}
.subpage-header {
    background: url(../images/subpage-header-bk.png) repeat-x;
    margin-top: 75px;
    border-top: 2px solid #2059a8;
}
.subpage-header h1 {
    color: #d91f31;
    font-size: 32px;
    font-weight: 700;
    margin-top: 47px;
}
.subpage-header h1 sup,
.content-wrapper h2 sup,
.subpage-callout h2 sup {
    top: -.3em;
}
.content-wrapper h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #F88300; 
}
.subpage-header h1 span {
    color: #582700;
    font-size: 14px;
    font-weight: normal;
}
.content-wrapper ul li {
    font-family: Arial;
    font-size: 16px;
}
.content-wrapper p a,
.content-wrapper ul li a {
    color: #333333;
    text-decoration: none;
    border-bottom: solid 1px #000;
    padding-bottom: 1px;
}
.content-wrapper ol li {
    font-family: Arial;
    font-size: 16px;
    margin-bottom: 10px;
}
.content-wrapper p a:hover,
.content-wrapper li a:hover {
    color: #f88300;
    border-bottom: solid 1px #f88300;
}
.FDA-approved {
    width: 100%;
    float: left;
    padding: 20px 0px 20px 0px;
}
.FDA-approved .image {
    width: 140px;
    float: left;
}
.FDA-approved .content {
    float: left;
}
.FDA-approved .content ul li {
    list-style: none;
    font-size: 22px;
    font-weight: 700;
    line-height: 35px;
    color: #d91f31;
    background: url(../images/icon_tick.jpg) no-repeat 20px 0px;
    padding-left: 62px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-right: 30px;
    font-family: 'Fira Sans'
}
.FDA-approved .content ul li.last-item {
    border-bottom: 0px;
}
.content-wrapper .border2px {
    border-bottom: 2px solid #dfdfdf;
    padding: 15px 0;
}
.mist-image {
    position: relative;
}
.mist-image img {
    position: absolute;
    left: 80px;
    top: -80px;
    max-width: 147px;
}
.subpage-callout {
    background: url(../images/callout-bk.jpg) repeat-x;
    margin-top: 40px;
    height: 171px;
}
/* Subpage Callout CSS */

.subpage-callout .section {
    padding-top: 35px;
}
.drug-facts-icon img {
    max-width: 100px;
}
.drug-facts-button {
    width: 163px;
    height: 50px;
    background: #d91f31;
    border-top: 5px solid #f88300;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.subpage-callout h2 {
    font-weight: 700;
    font-size: 32px;
    color: #D91F31;
    margin-top: 0px;
}
.subpage-callout p {
    font-family: Arial;
    font-size: 18px;
    line-height: 26px;
    color: #1F0804;
}
.subpage-callout .image {
    float: left;
    padding-right: 25px;
}
.button {
    width: auto;
    height: 50px;
    background: #d91f31;
    border-bottom: 5px solid #f88300;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    font-size: 18px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.button:hover,
.drug-facts-button:hover,
.button:active,
.drug-facts-button:active,
.button:focus,
.drug-facts-button:focus
 {
    background: #f88300;
    color: #fff;
    text-decoration: none;
}
p.link {
    margin: 25px 0px;
    padding: 0px;
}
p.link a {
    color: #000;
}
p.link span,
.facts-links span {
    color: #f88300;
}
p.first-text {
    margin-top: 30px;
}
.last-text {
    margin-bottom: 40px;
}
.site-map {
    margin: 30px 0px;
}
.site-map ul li {
    line-height: 30px;
}
.site-map ul li a {
    color: #000000;
}
.site-map ul li ul li {
    line-height: 20px;
    margin-bottom: 5px;
}
.facts ul {
    margin-left: 0px;
    padding-left: 0px;
}
.facts ul li {
    list-style: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 35px;
    color: #d91f31;
    background: url(../images/icon_tick.jpg) no-repeat 10px 0;
    padding-left: 52px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 10px;
    padding-right: 0px;
    font-family: 'Fira Sans';
}
.facts ul li.last-item {
    border-bottom: 0px;
}
.facts-col .icon {
    text-align: center;
    margin: 20px auto 25px;
    width: 70px;
}
.facts-col.last-item .icon {
    width: 86px;
}
.facts-col .icon img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.facts-col .content p {
    font-size: 15px;
    line-height: 24px;
}
.facts-col .content p span {
    font-size: 17px;
    font-weight: 700;
    color: #D91F31;
}
.facts-col.last-item {
    background: #faf7ea;
    padding: 20px;
    border-top: 6px solid #fa8105;
}
h2.facts {
    margin-top: 35px;
    margin-bottom: 20px;
}
ul.facts-links {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 40px;
}
ul.facts-links li {
    list-style: none;
    margin-right: 7px;
    margin-bottom: 15px;
}
ul.facts-links li a {
    color: #000;
}
.contact-us {
    margin: 40px 0px;
}
.video-play {
    margin: 20px 0px;
}
.video-links {
    margin-bottom: 20px;
}
.video-link {
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
}
.video-link.active {
    background: #fff6e4;
}
.video-link .top-border {
    width: 100%;
    height: 10px;
    /*background: #F88300;*/
}
.video-link.active .top-border {
    background: #F88300;
}
.video-link:hover .top-border {
    background: #F88300;
}
.video-link .content {
    padding: 10px 15px;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
    color: #F88300;
}
.video-link .content img {
    width: 42px;
    margin: 5px auto 10px;
}
.download-btn.left-align {
    text-align: left;
}
.inhaler-img img {
    margin-bottom: 20px;
    float: right;
}
.spacer30 {
    margin-top: 30px;
}
.spacer15 {
    margin-top: 15px;
}
.where-to-buy {
    margin-top: 50px;
}
.where-to-buy .row {
    margin-bottom: 75px;
}
.error-page {
    margin-top: 50px;
    margin-bottom: 75px;
}
.error-page a {
    color: #000000;
    text-decoration: underline;
}
/* Video page CSS */

h2.bottom-zero {
    margin: 30px 0px 0px 0px;
    padding: 0px;
}
.video {
    margin-top: 10px;
}
.video .image {
    margin-top: 20px;
}
.video .title img {
    width: 42px;
}
.video .image:hover {
    border-top: solid 10px #f88300;
    box-sizing: content-box;
    margin-top: 10px;
}
.video .title span {
    font-weight: 700;
    color: #F88300;
    font-size: 19px;
    position: relative;
    left: 8px;
    top: 3px;
}
.download-btn {
    text-align: center;
    margin-top: 37px;
}
.download-btn p.button a {
    width: auto;
    height: 50px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Fira Sans';
    border: none;
}
.video-play video {
    border: 1px solid #ddd
}
.red-text {
    color:#d91f31;
}
.asthma-alert-box {
    overflow:hidden;
    padding:10px 0;
}
.asthma-alert-box img {
    width:30px;
    float:left;
}
.asthma-internal-headers {
    color: #d91f31;
    font-size: 17px;
    font-weight: 700;
    float:left;
    padding:1px 0 0 5px;
    max-width: 80%;
}
/* Footer section CSS */

.footer {
    background: #fff;
    padding: 10px 0 45px 0;
}
.footer p {
    margin-top: 25px;
}
.footer p.bold {
    margin-top: 40px;
}
.footer a {
    color: #582700;
    line-height: 32px;
}
.footer p {
    color: #582700;
}
.footer-logo img {
    text-align: right;
    float: right;
    margin-top: 40px;
}
.footer ul {
    border-left: solid 1px #F88300;
    padding-left: 30px;
    margin-bottom: 0;
    margin-top: 25px;
}
.footer ul:first-child {
    border-left: none;
    padding-left: 15px;
}
.footer li {
    margin-bottom: 10px;
    list-style-type: none;
}
.footer a {
    line-height: 22px;
}
.footer a:hover {
    text-decoration: underline;
}
.where-to-buy .logo-img1 {
    width: 50%;
    float: right;
}
.where-to-buy .logo-img2,
.where-to-buy .logo-img3 {
    margin-top: 30px;
}
.where-to-buy .logo-img4 {
    margin-top: 50px;
}

/* CSS For News Page : Start */

.newspage-container .nasdaq-image img {
    width:90%;
    margin-left: 10%;
}
.newspage-header {
    height: 101px;
    /*background: url(../images/gradientupteal.png) repeat-x;*/
}
.newspage-header .bold-header {
    font-size: 20px;
    font-weight: 700;
    color:inherit;
    line-height:30px;
}
.newspage-header .header-border {
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 8px;
    margin-bottom: 15px;
}
.newspage-header h1 {
    color: #d91f31;
    font-size: 32px;
    font-weight: 700;
    margin-top: 47px;
    margin-bottom:25px;
}
.newspage-header h1 span {
    color: #582700;
    font-size: 20px;
    font-weight: normal;
}
.news-footer-section {
    padding: 30px 100px;    
}
.news-footer-section p {
    font-size:20px;
}
.news-footer-section .news-footer-text {
    font-style:italic;
    font-size:22px;
    font-weight:normal;
    line-height:30px;
}
.news-next-link-section {
    text-align:right;
}
.news-next-link-section.text-center {
    text-align:center;
    padding-top:20px;
}
.news-next-link-section a {
    text-decoration: none;
    display:inline-block;
    color: #d91f31;
    font-size: 20px;
    font-weight: 700;
}
.news-next-link-section a span, .news-next-link-section a img {
    float:left;
}
.news-next-link-section a img.rotate-image {
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.news-next-link-section a span {
    margin: 11px 11px 0 11px;
}
.news-social-icon-section {
    margin-bottom:25px;
}
.news-social-icon-section a {
    text-decoration:none;
    display:inline-block;
    margin:0 10px 0 0;
}
.news-social-icon-section img {
    width:42px;
    height:42px;
    border:none;
}
.square {
    width:100%;
    border:solid 1px #a2a2a2;
    padding:40px;
    min-height:250px;
    position:relative;
    margin:35px 0;
}
.square a {
    bottom:15px;
    position:absolute;
    display:block;
}
.square a span {
    margin: 11px 11px 0 0;
}
.new-bullets {    
    margin-left: 15px;
}
.link-callout {
    width:19%; margin-right:1%; float:left;
}
.link-callout.last {
    margin-right:0; width:20%;
}
.orange-circle-span {
    background-color:#F88300;
    border: 1px solid #F88300;
   -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
    font-size:19px;
    color:#ffffff;
    font-weight:700;
    padding:4px 12px;
    display:inline-block;
}
.orange-circle-span.large-font {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 3px 14px;
}

/* CSS For News Page : End */

/* Mobile View */

@media(min-width: 0px) and (max-width: 767px) {
    .mobile-nav, .mobile-only {
        display: block;
    }
    .desktop-only {
	    display: none;
    }
    .content-wrapper p.bold span.purpose {
        left: 0;
    }
    .content-wrapper p .visible-xs {
        display: inline-block !important;
    }
    .subpage-header h1 {
        font-size: 24px;
        margin-top: 32px;
    }
    .video .title img {
        width: 28px;
    }
    .video .title span {
        font-size: 15px;
        left: 4px;
        top: 2px;
    }
    .download-btn p.button a {
        width: 285px;
        font-size: 15px;
    }
    .download-btn a {
        height: auto !important;
    }
    .facts-col,
    .facts-col.last-item {
        margin: 0px -15px;
    }
    .facts-col.last-item {
        margin-top: 25px;
    }
    .facts {
        margin: 15px 0 -15px;
    }
    .inhaler-img img {
        float: left;
    }
    .main-nav .subpage-logo,
    .main-nav .homepage-logo {
        background: url(../images/m-logo.png) no-repeat center;
        background-size: contain;
        height: 65px;
        width: 160px;
        position: relative;
        left: 0;
        top: -8px;
        display: none;
        margin: 0px auto;
    }
    .mobile-logo-link{
        display: block;
        border: 0px solid red;
        width: 160px;
        margin: 0px auto;
    }
    .utility .nav,
    .main-nav .nav {
        display: none;
    }
    .utility .callout-1 {
        right: 7px;
        font-size: 17px;
        top: 5px;
        position: absolute;
    }
    .mobile-nav .navbar-default .navbar-toggle:focus,
    .mobile-nav .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .mobile-nav .navbar-default,
    .mobile-nav .navbar-default .navbar-toggle {
        background-color: transparent;
        border: 0px;
    }
    .subpage-header {
        margin-top: 0px;
    }
    .mobile-nav .navbar-toggle {
        margin-top: 0px;
        margin-bottom: 0px;
        float: left;
        padding: 0px 10px;
    }
    .mobile-nav .navbar {
        margin-bottom: 0px;
        top: -11px;
    }
    .mobile-nav {
        width: 100%;
        height: 40px;
        border-bottom: solid 2px #2059a8;
    }
    .mobile-nav ul li {
        border-bottom: 1px solid #2059a8;
    }
    .mobile-nav ul li a {
        font-size: 20px;
        font-weight: 400;
        color: #582700 !important;
        line-height: 22px;
        padding: 13px 16px;
        display: block;
        margin: 0 auto;
    }
    .mobile-nav .navbar-default .navbar-collapse,
    .mobile-nav .navbar-default .navbar-form {
        border-top: 1px solid #2059a8;
        background: #ffffff;
        margin-top: 10px;
    }
    .mobile-nav .navbar-collapse.in {
        background: #ffffff;
    }
    .mobile-nav .navbar-toggle {
        width: 37px;
        height: 40px;
        background: url(../images/icon-menu-close.png) no-repeat;
        margin-left: 12px;
        background-size: contain;
    }
    .mobile-nav .navbar-toggle.collapsed {
        width: 37px;
        height: 40px;
        background: url(../images/icon-menu.png) no-repeat;
        margin-left: 12px;
        background-size: contain;
    }
    .mobile-nav ul li.last-item a {
        display: inline-block;
        font-size: 16px;
    }
    .mobile-nav ul li.last-item span {
        color: #F88300;
    }
    .mobile-nav .navbar-nav {
        margin: 7.5px -5px 0;
    }
    .mobile-nav ul li.last-item {
        margin: 7.5px -10px 0;
        text-align: center;
    }
    .drug-facts-callout {
        float: left;
        width: 185px;
    }
    .drug-facts-button {
        margin: 10px 30px 30px;
    }
    .content-wrapper ul li {
        margin-bottom: 10px;
    }
    ul.facts-links li {
        margin-bottom: 20px;
        display: block;
    }
    /****Homepage Mobile****/
    
    .hero.one {
        background-image: url(../images/m-ladies.jpg);
        background-position-y: bottom;
    }
    .hero.two {
        background-image: url(../images/m-men.jpg);
    }
    .hero.three {
        background-image: url(../images/m-family.jpg);
    }
    .utility {
        height: 30px;
    }
    .hero .container {
        padding-top: 20px;
    }
    .hero .header {
        font-size: 25px;
        line-height: 30px;
    }
        .hero .header h1 {
            font-size: 34px;
            line-height: 36px;
            margin:0 auto;
        }
    .hero .sub-header {
        font-size: 14px;
        line-height: 20px;
        width: 290px;
    }
    .hero .btn {
        font-size: 15px;
        padding: 5px 10px;
        margin: 10px 0;
    }
    .hero {
        height: 255px;
    }
    .home-content h1 {
        font-size: 23px;
        margin: 35px -20px 0 0;
    }
    .inhaler {
        padding: 0;
        top: -80px;
    }
    .home-content .container {
        padding-right: 0;
    }
    .icon-callouts li {
        text-align: left;
        padding: 0 0 35px 40px;
        margin: 0;
        font-size: 14px;
    }
    .icon-callouts .approved {
        text-align: left;
        padding: 0 0 0 20px;
        font-size: 14px;
    }
    .icon-callouts img {
        width: 100px;
        float: left;
        margin: -24px 36px 0 0;
    }
    .icon-callouts .approved img {
        width: 140px;
        float: left;
        margin: -38px 15px 0 0;
    }
    .icon-callouts {
        top: -20px;
    }
    .retailers li {
        border-right: none;
        padding: 15px;
        border-bottom: solid 1px #dedede;
    }
    .no-prescription .spacing-fix {
        margin-left: 0;
    }
    .footer ul {
        border-left: none;
        padding-left: 15px;
    }
    .subpage-callout {
        height: auto;
        background-color: #fdedcb;
    }
    .subpage-header {
        height: auto;
        background-color: transparent;
        border-top: 0px solid;
    }
    .subpage-header h1 {
        margin-top: 26px;
        margin-bottom: 21px;
    }
    .subpage-callout .button {
        float: left;
        text-align: left;
        margin: 0 0 30px 96px;
        width: 50%;
    }
    .subpage-callout h2 {
        font-weight: 700;
        font-size: 24px;
        color: #D91F31;
        margin-top: 0px;
    }
    .subpage-callout p {
        font-size: 16px;
        line-height: 22px;
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        width: 180px;
        float: none;
        display: inline-block;
    }
    .mobile-only p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 30px;
    }
    .FDA-approved {
        padding-bottom: 0px;
    }
    .FDA-approved .content {
        width: 100%;
    }
    .FDA-approved ul {
        margin-left: 0px;
        padding-left: 0px;
    }
    .subpage-header h1 {
        line-height: 28px;
    }
    .subpage-header h1 span {
        font-size: 14px;
        line-height: 10px;
        position: relative;
        top: -5px;
    }
    .content-wrapper h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .FDA-approved .content ul li,
    .facts ul li {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 8px;
    }
    .video-link .content {
        font-size: 16px;
    }
    .video-links {
        margin-bottom: 0px;
    }
    .video-link {
        height: 160px;
        margin-bottom: 20px;
    }
    .video {
        margin: 10px 0;
    }
    .no-margin-mobile {
        margin: 0px;
    }
    .mobile-height-div {
        height: 100px;
    }
    .where-to-buy .logo-img1 {
        width: 50%;
    }
    /*Revised added style*/
    .display-d {
        display: none;
    }
    .display-m {
        display: block;
    }
    .home-welcome-inhaler-r {
        top: 0px !important;
        left: 0px !important;
        margin: 0px auto;
        width: 80%;
    }
    .home-welcome-r{
        padding-top: 18px !important;
    }
    .home-welcome-text {
        width: 88% !important;
        margin: 25px auto !important;
        text-align: center;
    }
    .banner-listing {
        margin-left: 0px !important; 
    }
    .banner-listing li{
        width: 90% !important;
        padding: 25px 0 0 125px !important;
        min-height: 115px;
        line-height: 22px;
    }
    .left-ban-imgtext-1 {
        background: url(../images/m-lungs.png) 0px 0px no-repeat !important;
        height: auto !important;
        background-size: 40% !important;
    }
    li.left-ban-imgtext-2 {
        background: url(../images/m-same-ingredient.png) 0px 0px no-repeat !important;
        height: auto !important;
        background-size: 40% !important;
        padding-top: 40px !important;
    }
    li.left-ban-imgtext-3 {
        background: url(../images/m-no-rx.png) 0px 0px no-repeat !important;
        height: auto !important;
        background-size: 40% !important;
        padding-top: 40px !important;
    }
    .hero .header {
       width: 100% !important;
    }
    .hero {
       height: 750px !important;
       background-size: contain !important;
       background-position: center bottom !important;
       background-repeat: no-repeat !important;
    }
    .retailers .header {
        font-size: 22px !important;
        margin: 20px auto !important;
        width: 80% !important;
    }
    .drug-facts-icon{
        width: 100%;
        margin: 0px auto;
        text-align: center;
        padding-right: 0px !important;
    }
    .drug-facts-callout{
        width: 90%;
        text-align: center;
        margin: 20px auto 0 auto;
    }
    .width-80 {
        width: 100% !important;
        margin: 0px auto !important;
        text-align: center;
    }
    .m-lm-btn{
        left: 0%;
        width: 100%;
        text-align: center;
        margin-top: 25px;
    }
    .retailers{
        margin-bottom: 0px;
    }
    .subpage-callout{
        margin-top: 0px;
    }
    .footer-nav-r li{
        display: block !important;
        padding-left: 0px !important;
        border: 0px solid !important;
        padding-top: 10px !important;
    }
    .m-wtb-link{
        color: #d91f31;
        font-weight: 700;
        position: absolute;
        right: 15px;
        top: 20px;
    }
    .m-text-img-cmn-align{
        width: 50%;
        float: left;
        padding: 0px 15px 0 0;
        margin: 0px;
    }
    .m-img-revise-main{
        float: left;
        width: 100%;
    }
    .newspage-header {
        margin-top:0;
    }
    .newspage-header h1 {
        margin-top: 25px;
    }
    .newspage-container img {
        width:auto;
        margin-left: 0;
    }
    .newspage-container .nasdaq-image img {
        width:100%;
        margin-left: 0;
    }
    .news-footer-section {
        padding: 15px 0;    
    }
    .news-social-icon-section {
        padding:25px 0 10px 0;
    }
    .news-next-link-section a {
        font-size:14px;
        display:inline-block;
    }
    .news-next-link-section a span {
           margin: 4px 3px 0 5px;
    }
    .news-social-icon-section img {
        width:42px;
        height:42px;
        border:none;
    }
    .square {        
        padding: 25px;
        margin:15px 0;
        min-height:0;
    }   
    .square a {
        display: block;        
    }
    .square a span {
        margin: 2px 10px 0 0;
    }
    .link-callout {
        width:46%; margin:0 2%; float:left;
    }
    .link-callout.last {
        margin-right:0; width:46%;
    }
    .m-img-revise{
        width: 30%;
    }
    .img-r-text-revise{
        padding-top: 20px !important;
    }
    .navbar-header{
        width: 25%;
        position: relative; 
        top: -45px;
    }
    .mobile-nav{
        width: auto !important;
        height: auto !important;
        border-top: solid 2px #2059a8 !important;
        border-bottom: solid 0px #2059a8 !important;
        margin-top: -20px !important;
    }
    .mobile-nav .navbar-default .navbar-collapse, .mobile-nav .navbar-default .navbar-form{
        border-top: 0px solid #2059a8 !important;
        background: #ffffff !important;
        margin-top: 10px !important;
        position: relative !important;
        top: -39px !important;
    }
    .subpage-header {
        margin-top: -50px;
    }
}

@media(min-width: 0px) and (max-width: 767px) and (orientation : portrait){
    .m-img-revise{
        width: 55%;
    }
    .img-r-text-revise{
        padding-top: 15px !important;
    }
    .hero {
        height: 650px !important; 
    }
}
@media(min-width: 0px) and (max-width: 767px) and (orientation : landscape) {
    .footer-logo-link
    {
        float:left !important;
    }
    .footer-logo-fb-r
    {
        float:right !important;
    }
}
/* iPhone 6+ - portrait */

@media(min-width: 376px) and (max-width: 424px) {
    .hero.one {
        background-position-y: -55px;
    }
}
/* Tab View - portrait */

@media(min-width: 768px) and (max-width: 990px) {
    .subpage-callout .button {
        margin-right: 20px;
    }
    .subpage-callout .button a {
        width: 130px;
    }
    .video .title span {
        font-size: 15px;
        left: 4px;
        top: 2px;
    }
    .video .title img {
        width: 28px;
    }
    .video-link {
        margin-bottom: 20px;
    }
    .facts-col.last-item {
        margin-top: 25px;
    }
    .hero .container {
        padding-top: 120px;
    }
    .hero.two {
        background-image: url(../images/0.00_Primatene_Mist_Tablet_SFx2_farmers.jpg);
    }
    .hero.three {
        background-image: url(../images/0.00_Primatene_Mist_Tablet_SFx2_family.jpg);
    }
    .footer-logo {
        text-align: center;
    }
    .footer-logo img {
        width: 180px;
        float: none;
        display: inline-block;
    }
    .subpage-header h1 {
        font-size: 30px;
    }
    .subpage-header h1 span {
        font-size: 17px;
    }
    .no-margin-mobile {
        margin: 0px;
    }
    .inhaler {
        top: -55px;
    }
    .home-content .container {
        height: 350px;
    }
    .home-content h1 {
        font-size: 30px;
        margin-left: -20px;
    }
    .icon-callouts .approved {
        font-size: 18px;
    }
    .icon-callouts li {
        top: 25px;
        font-size: 16px;
        margin: 0 12px;
    }
    .main-nav li {
        font-size: 13px;
        padding: 0 12px;
    }
    .wtb.retailers {
        min-height: 337px;
        padding-top: 100px;
    }
    .mist-image img {
        position: static;
    }   
    .newspage-container img {
        width:auto;
        margin-left: 0;
    }
     .newspage-container .nasdaq-image img {
        width:100%;
        margin-left: 0;
    }
    .square {
        min-height:325px;
    }
    .square a span {
        margin: 2px 11px 0 0;
    }
    .news-next-link-section a span {
        margin: 2px 11px 0 11px;
    }
    .main-nav .homepage-logo {  
        background: url(../images/primatene-logo-nw.png) no-repeat;   
        background-size: contain;
        width: 195px;
        height: 85px;
        position: absolute;
        top: -35px;
        display: none;
    }
    .main-nav .subpage-logo {
        width: 195px;
        height: 85px;
        top: -35px;
    }
    .subpage-header{
        margin-top: 75px;
    }
    .utility .callout-1 {
        font-size: 22px;
        top: 20px;
        left: -95px;
    }
    .util-nav-r li {
        font-size: 16px !important;
    }
    .home-welcome-r{
        padding-top: 0px !important;
    }
    .home-welcome-inhaler-r {
        position: relative;
        top: 65px !important;
        left: 0px !important;
        width: 100% !important;
    }
    .home-welcome-text {
        width: 88% !important;
        margin-top: 58px !important;
    }
    .hero .header {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .hero .container {
        padding-top: 65px !important;
    }
    .m-img-revise{
        width: 75% !important;
    }
    .hero {
        height: 600px !important;
        background-size: contain !important;
        width: 100%;
        margin: 0 auto;
        background-position: bottom right !important;
        background-repeat: no-repeat !important;
    }
    .hero.one {
        background-image: url(../images/ladies-r.jpg) !important;
    }
    .hero.two {
        background-image: url(../images/family-r.jpg) !important;
    }
    .hero.three {
        background-image: url(../images/men-r.jpg) !important;
    }
    .subpage-callout p {
        font-family: Arial;
        font-size: 15px !important;
        line-height: 18px !important;
    }
    .subpage-callout h2 {
        font-size: 24px !important;
    }
    .video-link .content {
        padding: 5px 15px;
    }
}
/* iPad View - Landscape */

@media(min-width: 991px) and (max-width: 1025px) {
    .mist-image img {
        left: 160px;
    }
    .video .title img {
        width: 30px;
    }
     .square {
        min-height:280px;
    }
    .home-welcome-text {
        width: 80% !important;
        margin-top: 105px !important;
        padding-left: 75px !important;
    }
}
@media(min-width: 991px) and (max-width: 1199px) {
    .hero .header {
        font-size: 41px;
    }
    .home-content h1 {
        font-size: 42px;
    }
    .home-content .container {
        height: 425px;
    }
    .home-content h1 {
        font-size: 42px;
    }
    .icon-callouts img {
        width: 85%;
    }
    .icon-callouts li {
        font-size: 18px;
        margin: 0 15px;
    }
    .icon-callouts .approved {
        font-size: 22px;
    }
    .mist-image img {
        right: 0;
        left: auto;
    }
}
/****iPhone 5****/

@media(min-width: 0px) and (max-width: 359px) {
    .home-content h1 {
        margin-top: 15px;
    }
    .subpage-callout .image img {
        width: 80px;
        margin-right: -10px;
    }
    .drug-facts-button {
        margin: 10px 15px 30px;
    }
    .download-btn {
        padding: 0;
    }
    .download-btn .button {
        font-size: 16px;
    }
    .video-link {
        height: 180px;
    }
    .subpage-header h1 span {
        font-size: 13px;
    }
    .video .title span {
        font-size: 12px;
    }
}
/* Effect 4: bottom border enlarge */

.cl-effect-4 a {
    padding: 0 0 15px;
}
.cl-effect-4 a::after {
    position: absolute;
    top: 17px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f88300;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.cl-effect-4 a:hover::after,
.cl-effect-4 a:focus::after {
    height: 2px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
/* Effect 5: bottom border enlarge white */

.cl-effect-5 a {
    padding: 0 0 10px;
}
.cl-effect-5 a::after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
    transition: height 0.3s, opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}
.cl-effect-5 a:hover::after,
.cl-effect-5 a:focus::after {
    height: 1px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}


/* Revised Style as per new comp: begins */
.util-nav-r li{
    border-right: solid #f88300 1px;
    font-size: 16px;
    line-height: 14px;
    padding: 0 15px;
    color: #582700;
}
.no-bord-r{
    padding-right: 0;
    border: solid 0px !important;
    min-width: 112px;
}
.footer-nav-r li{
    border-right: solid #f88300 1px;
    font-size: 18px;
    line-height: 14px;
    padding: 0 15px;
    color: #582700;
    display: inline-block;
}
.footer-nav-r li:first-child{
    padding-left: 0px;
}
.footer-nav-r li:last-of-type {
    padding-right: 0;
    border: solid 0px !important;
}
.footer-logo-r{
    padding-left: 0px;
    margin-top: 20px;
}
.footer-logo-fb-r{
    text-align: right;
    margin-top: 15px;
}
.footer-logo-fb-r a{
    text-decoration: none !important;
}
.home-welcome-inhaler-r{
    position: relative;
    top: 35px;
    left: 75px; 
}
.home-welcome-r{
    background: url(../images/home-header-gradient.png) bottom repeat-x;
    padding-top: 60px;
}
.home-welcome-text{
    width: 73%;
    margin-top: 105px;
}
.home-welcome-text .wel-header {
    font-size: 35px;
    line-height: 40px;
    color: #d91f31;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
}
.home-welcome-text .wel-sub-header {
    font-size: 20px;
    font-family: arial;
    line-height: 30px;
}
.wel-btn-header{
    text-align: center;
}
.banner-listing{
    margin-left: 85px;
}
.banner-listing li{
    margin: 12px 0px;
    padding: 30px 0 0 160px;
    list-style-type: none;
    display: inline-block;
    width: 78%;
    font-weight: 700;
    font-size: 18px;
}
.left-ban-imgtext-1{
    background: url(../images/lungs-r.png) 0px 0px no-repeat;
    height: 143px;
}
.left-ban-imgtext-2{
    background: url(../images/same-ingredient-r.png) 0px 0px no-repeat;
    height: 139px;
}
.left-ban-imgtext-3{
    background: url(../images/no-rx-r.png) 0px 0px no-repeat;
    height: 138px;
}
.width-80{
    width: 80%;
}
.text-align-left{
    text-align: left;
}
.text-align-right{
    text-align: right;
}
.img-r-text-revise{
    font-weight: 700;
    font-size: 18px;
    padding-top: 30px;
}
.m-img-revise-main{
    margin-top: 15px;
}
.a2a_default_style a {
    float: none !important;
}
/* Revised Style as per new comp: End */

/*FAQ start*/
.ddltopics {
 background-color:#2059a8;
 padding:7px;
 color:#fff;
}
.margin-top-10{margin-top:10px;}
.alltopics{
    border: 1px solid #ccc;
    margin-top: 5px;
    padding:0px;
}
.alltopics-headers{    
    border-bottom:#2059a8 2px solid;
    padding: 15px 0px 5px 15px;
    font-weight:bold;
}
.alltopics-text {
    padding: 15px 15px 5px 20px;
}
/*FAQ end*/



/* ---------- new ---------- */

#home-video-wrapper.home-hero {
  background-color: #fcf0d3;
  background-position: center center;
  background-size: cover;
  display: block;
  position: relative;
  }

#home-video-wrapper .video-full-width {
  width: 100%;
  position: relative;
  cursor: pointer;
  opacity: 0;
  max-width: 100%;
  transition: opacity .6s ease-in-out .2s; 
 }

#home-video-wrapper .embed-container {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 36.25%;
  position: relative;
  width: 100%; 
}

#home-video-wrapper .embed-container iframe,
#home-video-wrapper .embed-container object,
#home-video-wrapper .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%; 
}

#home-video-wrapper #primatene-video-placeholder {
  height: 100%;
  max-width: 100%;
  top: 0;
  left: 0; 
}
  
.video-home-callout-intro h2 {
    font-size: 35px;
    line-height: 40px;
    color: #d91f31;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 700;
}
.video-home-callout-intro p {
    font-family: Arial;
    font-size: 18px;
    line-height: 26px;
    color: #1F0804;
}

.home-hero section {
    display: block;
}
.hero .container {
    padding-top: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    /* padding-left: 0; */
}
ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
  
.drug-facts-callout {
    width: 100%;
        text-align: center !important;
        margin: 20px auto 0 auto;
}
.vid-home-button {
    width: 100%;
    max-width: 300px;
    height: 50px;
    background: #d91f31;
    border-top: 5px solid #f88300;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.vid-home-button:hover {
    background: #f88300;
    border-top: 5px solid #f88300;
    color: #ffffff;
}

.vid-home-no-button {
    width: 100%;
    max-width: 300px;
    height: 50px;
    color: #d91f31;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    margin-top: 0px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.vid-home-no-button:hover {
    color: #f88300;
}
.video-home-callout-white {
	background-color: #fff;
	background-image: none !important;
    margin-bottom: 120px;
    margin-top: 0;
}
.video-home-callout {
	height: auto;
    background-color: #fdedcb;
    padding-bottom: 50px;
}
.video-home-callout-intro {
	height: auto;
    padding-bottom: 50px;
}

.hero .row.new-button {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center;
}

@media screen and (min-width: 768px){
#home-video-wrapper.home-hero {
  margin-top: 80px !important; 
  }
  .video-home-callout-intro p {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
#home-video-wrapper.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	}

.hero .header, .hero .header h1 {
	width: 100%;
	}
.hero .header h1, .video-home-callout-intro h2 {
	font-size: 35px;
	line-height: 40px;
	}
.hero {
    height: 690px;
	}
.vid-home-button {
    margin-top: 20px;
}
.with-icon .drug-facts-callout h2, .with-icon .drug-facts-callout p {
	right: 40px;
	position: relative;
}
.with-icon .image {
    padding-right: 0;
    padding-top: 20px;
    right: 60px;
	position: relative;
}
}

@media (min-width: 990px) {
.hero .header h1, .video-home-callout-intro h2 {
	font-size: 35px;
	line-height: 40px;
	}
}

@media (max-width: 990px) and (min-width: 768px) {
/* .hero {
    height: 660px !important;
  } */
/*#home-video-wrapper.home-hero {
  margin-top: -50px !important; }*/
.hero .container {
    padding-top: 35px !important;
}
.hero .header h1, .video-home-callout-intro h2 {
	font-size: 24px;
	line-height: 28px;
	}
.video-home-callout-intro p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 767px){
.hero {
    height: 740px !important;
  }
  .video-home-callout-intro p {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#home-video-wrapper.home-hero {
  margin-top: -50px !important; }
#home-video-wrapper .container {
  width: 100% !important; }
#home-video-wrapper.container-fluid {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.video-home-callout-white {
    margin-bottom: 60px;
}
.video-home-callout-intro h2, .hero .header h1 {
    font-size: 24px;
    line-height: 29px;
    margin-top: 0px;
}
.video-home-callout-intro p, .img-r-text-revise {
    font-size: 16px;
    line-height: 22px;
    }
    
.vid-home-no-button {
    width: 100%;
    max-width: 300px;
    height: 50px;
    background: #d91f31;
    border-top: 5px solid #f88300;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 10px 0px;
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.vid-home-no-button:hover {
    background: #f88300;
    border-top: 5px solid #f88300;
    color: #ffffff;
}
}


@media screen and (min-width: 994px){
	.hero .header h1 {
	font-size: 35px;
	line-height: 40px;
	}
}	

@media (max-width: 768px) and (min-width: 660px) {
.hero {
    height: 740px !important;
  }
.hero .container {
    padding-top: 35px !important;
}
}

.scale-video {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.scale-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.social-logos {margin-top: 25px;}
.social-logos a {text-decoration: none; margin-right: 10px;}
.social-logos a:hover {text-decoration: none;}
.corp-logo {position: relative;
    margin-top: 30px;
    }
 @media (min-width: 768px) {
	.corp-logo {position: relative;
    bottom: -20px;
    margin-top: 30px;
    }
}

@media screen and (max-width: 321px){
.hero {
    height: 650px !important;
  }
}
#form1 {
	width: 100%;
	overflow: hidden;
}
/* ---------- end new ---------- */











</pre></body></html>