.homepage-hero-image {
    max-width: 1400px;
    min-height: 250px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.image-content {
    text-align: center;
    margin-top: 63px;
    width: 100%;
    float: left;
}

.mobile-image-content {
    display: none;
}

.homepage-image-section {
    float: left;
    margin-left: 85px;
    width: 20%;
}

.homepage-text-section {
    width: 520px;
    text-align: left;
    margin-left: 52%;
}

.homepage-button-section {
    float: left;
    margin-top: 30px;
    width: 10%;
}

.hero-image-header {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 40px;
    color: #9b7812;
    width: 100%;
    margin-bottom: 14px;
    float: left;
    text-transform: capitalize;
}

.hero-image-text {
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    position: relative;
    text-align: -webkit-center;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 85px;
}

.hero-image-text span {
    font-weight: bold;
}

.hero-image-text a {
    font-weight: bold;
    color: #fff;
}

.hero-image-text a:after {
    content: '';
    display: inline-block;
    height: 11px;
    width: 11px;
    position: relative;
    background: url(../images/home/text-link-carat-white.html) no-repeat;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 2px;
}

.homepage-hero-disclaimer {
    text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.hero-disclaimer {
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 9px;
    color: #ffffff;
    margin-bottom: 18px;
}

.quickMenu {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    min-height: 272px;
    overflow: hidden;
}

.quickMenuItem {
    width: 32.5%;
    padding: 48px 0 49px 0;
    float: left;
    text-align: center;
    position: relative;
}
.quickMenuItemWrapper{
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
    position: relative;
}
.quickMenuItemHeader {
    height: 34px;
    margin-bottom: 30px;
}

.quickMenuItemBody {
    height: 40px;
    margin: 0 auto 10px auto;
}

.quickMenuItemFooter {
    width: 100%;
}

.quickMenuHeader:before{
  vertical-align: bottom;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: 100%;
  position: relative;
  margin-right: 5px;
  top: 0;
  content: '';
}

#trackingHeader:before {
    background: url(../images/home/featured_track_a_package.html);
    background-size: 100%;
}

#shippingHeader:before {
    background-image: url(../images/home/featured_clicknship.html);
}

#stampHeader:before {
    background-image: url(../images/home/featured_buy_stamps.html);
}
.trackContainer {
    background-color: ;
    padding-right: 25px;
}

.trackContainer form span {
    font-size: 2px;
}

.trackContainer .button--primary {
    cursor: pointer;
    margin-right: 0;
}

.shipContainer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background: #fff;
  transform: skew(-12deg, 0deg);
  -webkit-transform: skew(-12deg, 0deg);
  -moz-transform: skew(-12deg, 0deg);
  -ms-transform: skew(-12deg, 0deg);
  transform-origin: 0 35%;
}
.shipContainer .quickMenuItemWrapper{
  max-width: 250px;
}
.stampContainer{
  width:32%;
}
.stampContainer .quickMenuItemWrapper{
    max-width: 370px;
}
#quickMenuShipText {
    /*
    margin-right: 20px;
    */
    margin-left: 2px;
    margin-top: 30px;
    margin-bottom: 15px;
}

#quickMenuShipText sup {
    vertical-align: super;
    font-size: 50%;
}

.quickMenuHeader {
    font-family: "HelveticaNeueW02-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    color: #425363;
    text-align: center;
    margin: 0;
    padding: 0;
}

.quickMenuHeader sup {
    font-size: 16px;
    vertical-align: super;
}

.quickMenuInput {
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 10px;
    color: #595959;
    width: 283px !important;
    height: 32px;
    background: #ffffff;
    padding-left: 10px;
    border: thin silver solid;
}

.quickMenuText {
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #595959;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 34px;
    padding: 0 15px;
    line-height: 17px;
}

.button--primary {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    display: inline-block !important;
    box-sizing: border-box;
    color: #355e75 !important;

    min-width: 170px !important;
    text-align: center !important;
    border: 2px #355e75 solid !important;
    border-radius: 500px !important;
    padding: 0px 20px;
    margin: 18px 0px 0px 0px;
    height: 42px;
    line-height: 38px;
    white-space: nowrap;
    position: relative;
    z-index: 99;
}

.button--primary:hover {
    background: #ededed!important;
    color: #355e75!important;
    border: 2px #ededed solid !important;
}

a.button--primary.explore-services-btn {
    width: 202px;
}

@media only screen and (max-width: 958px) {
    a.button--primary.explore-services-btn {
        width: 177px;
    }    
}

.homepage-rotating-photo-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}


@media only screen and (min-width: 959px) and (max-width:1134px) {
    .stampContainer .button--primary:first-child {
      margin-left: 10px;
      margin-right: 10px;
    }
}
@media only screen and (min-width: 1134px) {
    .stampContainer .button--primary:first-child {
        margin-right: 10px;
        margin-left: auto;
    }
    .stampContainer .button--primary:last-child {
        margin-left: 10px;
    }
}


.bot-promos {
    margin-bottom: 50px;
}

.firstImage {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin-top: 50px;
  margin-right: 45px;
  width: 44%;
  max-width: 550px;
}

.secondImage {
  display: inline-block;
  padding: 0px 0px 0px 0px;
  margin-top: 50px;
  margin-right: 45px;
  width: 44%;
  max-width: 550px;
}

@media only screen and (max-width: 958px) {
	.firstImage {
	  max-width: 100%;
	}

	.secondImage {
	  max-width: 100%;
	}
	
	.firstImageContentWrapper, .secondImageContentWrapper  {
		max-width: 550px;
	    margin-left: auto;
	    margin-right: auto;
	}

}

.firstImage a, .secondImage a {
    padding-bottom: 10px;
    display: block;
}


.imageHeader {
    font-family: "HelveticaNeueW02-65Medi", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    color: #9b7812;
    text-align: left;
    padding: 10px 15%;
    margin: 0;
}

.imageText {
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #595959;
    font-size: 16px;
    text-align: left;
    padding: 0 0 0 0;
    margin: 0;
    line-height: 1.4em;
    max-width: 520px;
}

.imageLink {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 4px;
}

.imageLink a {
    text-decoration: none;
    color: #9b7812;
    white-space: nowrap;
    display: inline;
}

.imageLink a:hover {
    color: #999999;
}

.imageLink a:after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 12px;
    background-image: url('../images/home/text-link-carat-red.html');
    background-repeat: no-repeat;
    margin-left: 0px;
    top: 0px;
    position: relative;
    left: -2px;
}

.imageLink a:hover:after {
    background-image: url('../images/home/text-link-carat-grey.html');
}

.photoContainer {
    width: 100%;
    max-width: 550px;
    max-height: 250px;
}

.mobileBreak {
    display: none;
}

#mobileQuickMenuInput {
    display: none;
}

@media only screen and (min-width: 959px) {
    .shipContainer p#quickMenuShipText {
        margin-top: 24px;
    }
    h3#trackingHeader {
        margin-top: 4px;
    }
    h3#stampHeader {
        margin-top: 1px;
    }
    .firstImage, .secondImage {
        text-align: left;
    }
    /*.shipContainer > div{
      margin-left: -3%;
    }
    */
}

@media only screen and (max-width: 1200px) and (min-width: 958px) {
    .shipContainer p#quickMenuShipText {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .shipContainer {
        padding-bottom: 95px !important;
    }
    .quickMenuHeader {
        font-size: 22px !important;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 1250px) {
    .image-content {
        margin-top: 70px;
    }
    .homepage-image-section {
        width: 20%;
        margin-left: 35px;
        margin-right: 0px;
        min-width: 250px;
    }
    .homepage-button-section {
        margin-left: -30px;
    }
    #trackingHeader {
        margin-top: 0;
    }
}

@media only screen and (max-width: 958px) {
    .homepage-hero-image {
        width: 100%;
        height: 400px;
        background: url('../images/home/hero_bg_1920px.html') no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .hero-wrapper-link {
        height: 400px;
    }
    .image-content {
        display: none;
    }
    .mobile-image-content {
        display: block;
        text-align: left;
        margin-left: 46vw;
    }
    #mobile-hero-stamp-image {
        margin-top: 30px;
        margin-bottom: 25px;
    }
    .mobile-hero-image-header {
        font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 100%;
        color: #9b7812;
        font-size: 32px;
        margin-bottom: 0px;
        text-transform: capitalize;
        margin-top: 38px;
        margin-bottom: 11px;
    }
    .mobile-hero-image-text {
        font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
        width: 41vw;
        display: block;

        color: black;
        position: relative;
        text-align: -webkit-center;
        font-size: 16px;
        line-height: 24px;
        text-align: left;
        margin-bottom: 85px;
    }
    .mobile-hero-image-text span {
        font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    .mobile-hero-image-link:after {
        content: '';
        display: inline-block;
        height: 10px;
        width: 7px;
        position: relative;
        background: url(../images/home/text-link-carat-white.html) no-repeat;
        background-repeat: no-repeat;
        margin-left: 5px;
        margin-top: 4px;
        vertical-align: middle;
    }
    #mobileBuyNow {
        text-decoration: none;
        color: #ffffff;
        font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    #mobileArrow {
        font-size: 20px;
    }
    .mobile-hero-disclaimer {
        color: #ffffff;
        font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
        position: absolute;
        bottom: 0;
    }
    .quickMenu {
        height: auto;
    }
    .quickMenuItem {
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
        width: 100%;
    }

    .quickMenuItemHeader {
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
    .quickMenuItemBody {
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
    .quickMenuItemFooter {
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
    .trackContainer {
        width: 100%;
        background-color: #f7f7f7;
        padding: 43px 0px 49px 0px;
    }
    .shipContainer {
        width: 100%;
        background-color: #ffffff;
        padding: 47px 0px 57px 0px;
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
    .trackContainer:after, .shipContainer:after{
        display:none;
    }
    .shipContainer .quickMenuItemBody {
        max-width: 315px;
    }
    .stampContainer {
        width: 100%;
        background-color: #f7f7f7;
        padding: 43px 0px 50px 0px;
    }
    .stampContainer .quickMenuItemBody {
        max-width: 250px;
    }
    .stampContainer .quickMenuItemFooter {
        margin: 0 auto;
        max-width: 300px;
    }
    #shippingHeader {
        -webkit-transform: skew(0deg, 0deg);
        -moz-transform: skew(0deg, 0deg);
        -ms-transform: skew(0deg, 0deg);
        transform: skew(0deg, 0deg);
    }
    #quickMenuButtonShip {
        margin-left: 0px;
    }
    .quickMenuInput {
        display: none;
    }
    #stampText {
        margin-top: 0;
        margin-bottom: 23px;
    }
    #stampButton {
        margin-top: 0;
        margin-bottom: 10px;
        margin-right: 0;
    }
    #orderButton {
        margin-top: 15px;
    }
    #mobileQuickMenuInput {
        display: inline-block;
    }
    .homepage-rotating-photo-container {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .bot-promos {
        margin-bottom: 0;
    }
    .firstImage {
        background-color: #f7f7f7;
        text-align: center;
        text-align: center;
        padding: 50px 5.9%;
        margin: 0;
        width: 88%;
    }
    .secondImage {
        width: 100%;
        background-color: #ffffff;
        text-align: center;
        padding: 50px 5.9%;
        margin: 0;
        width: 88%;
    }
    .photoContainer {
        height: auto;
    }
    .mobileBreak {
        display: block;
        height: 0px;
    }
    .quickMenuHeader {
        font-size: 26px;
    }
}

.hero-wrapper {
    cursor: pointer;
}
.hero-wrapper-link {
    cursor: pointer;
    height: 321px;
    width: 100%;
    display: block;
    z-index: 9;
}

@media only screen and (min-width: 959px) {
  .hero-wrapper {
    background-image: url("../images/home/hero_bg_1920px.html");
    background-repeat: no-repeat;
    width: 100%;
    background-position: top center;
    background-size: cover;
    height: 321px;
  }
}

@media only screen and (max-width: 500px) {
    .homepage-hero-image {
        min-height: 100px;
        height: 240px;
    }
    .hero-wrapper-link {
        height: 240px;
    }
    #mobile-hero-stamp-image {
        max-width: 200px;
    }
    .mobile-hero-image-header {
        font-size: 24px;
        text-align: left;
    }
    .mobile-hero-image-text {
        font-size: 14px;
        margin-bottom: 19px;
        text-align: left;
        line-height: 14px;
        margin-top: 11px;
    }
    .mobile-hero-image-text {

    }    
    #mobileArrow {
        font-size: 16px;
    }
    .mobile-hero-disclaimer {
        font-size: 7px;
        position: relative;
        line-height: 10px;
        margin-right: 29px;
    }
}

@media only screen and (max-width: 315px) {
    .quickMenuInput {
        width: 95%;
    }
    .mobile-hero-disclaimer {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 285px) {
    .mobile-hero-image-header {
        font-size: 16px;
    }
    .mobile-hero-image-text {
        font-size: 10px;
    }
    #mobile-hero-stamp-image {
        max-width: 55%;
    }
    .mobile-hero-disclaimer {
        font-size: 6px;
        margin-top: 45px;
    }
    #mobileArrow {
        font-size: 12px;
    }
}

.secondImage h2, .firstImage h2 {
    padding: 10px;
    margin: 0 auto;
    margin-left: 0;
    padding-left: 0;
}

.section--show-hide .pseudo-list li span:not(.num) {
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    width: 90%;
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left: 1%;
}

.section--show-hide .pseudo-list li span:not(.num) a {
    font-size: 14px;
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    white-space: nowrap;
}

.section--show-hide .panel p {
    font-size: 14px;
    line-height: 19px;
    width: 100%;
    font-family: "HelveticaNeueW02-55Roma", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.section--show-hide .panel .pseudo-list li {
    margin-bottom: 20px;
}

.section--show-hide.active .section-title a {
    font-family: "HelveticaNeueW02-75Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
}

@media only screen and (max-width: 958px) {
    .secondImage h2, .secondImage p, .firstImage h2, .firstImage p {
        text-align: center;
    }
}
