@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
.homeFont {
    font-family: 'Open Sans', sans-serif;
}

.announcementBanner {
    text-align: center;
    background-color: #3d5b74;
    padding: 19px 0;
    margin-bottom: 15px;
    width: 100%;
}

.announcementBanner a {
    color: white;
}

.flexHeader {
    display: flex;
    justify-content: space-between;
}

#groomsAdvert .flexHeader {
    justify-content: flex-start;
}

.findOut {
    background-color: #e95757;
    color: white;
    text-align: center;
    font-weight: 00;
    font-size: 20px;
    padding: 12px 0;
    width: 210px;
    margin: 0 auto;
    position: absolute;
    left: 46%;
    bottom: -33%;
}

.mainImage img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

.infoSection1 h3 {
    color: #3d5b74;
    font-weight: 800;
    font-size: 65px;
    line-height:60px;
    padding: 10px 0;
}

.infoSection1 h4 {
    text-transform: none;
    color: #e95757;
    font-size: 44px;
    line-height:40px;
    font-weight: 600;
}

.infoSection1 {
    text-align: center;
    padding: 30px 0;
}



/* .mainheaderMargin {
    margin: 40px auto 50px auto !important;
} */

.columns.wrap {
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.columns .third.column {
	width:calc((100% / 3));
}

.columns .quarter.column {
	width:calc((100% / 4));
}

.columns .supportThird.column {
	width:calc((100% / 3));
}

.columns .twoThirds.column {
	width:calc(200% / 3);
}

.columns .fifth.column {
	width: 20%;
}

.columns .fourFifths.column {
	width: 80%;
}

.columns .half.column {
	width:50%;
}

.columns .twoFifths.column {
	width: 40%;
}

.columns .resourceThird {
    width: 32%;
}

.columns .supportThird {
    width: calc((90% / 3) - 1px);
}

.innerBox {
    -webkit-box-shadow: inset 1px 2px 63px -17px rgba(0,0,0,0.45);
    -moz-box-shadow: inset 1px 2px 63px -17px rgba(0,0,0,0.45);
    box-shadow: inset 1px 2px 63px -17px rgba(0,0,0,0.45);
}

.columns {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

/* .infoSection2 img, .infoSection3 img {
    padding: 0px 15px;
    box-sizing: border-box;
} */

.tabContent {
    margin: 45px 0;
}

.infoSection2 {
    position: relative;
}

.tabContent {
    display: none;
}

.assistanceMenu {
    display: flex;
    justify-content: space-evenly;
    padding: 0;
    border-bottom: 2px solid #acacac;
    margin-top: 0;
}

.assistanceMenu li {
    position: relative;
    bottom: -3px;
    list-style-type: none;
    padding: 10px 0;
    text-align: center;
    color: #acacac;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
    transition: color 300ms ease;
}

.assistanceMenu li:hover {
    color: #e95757;
    transition: color 300ms ease;
}

.assistanceMenu li.eeaEmployers:hover {
    color: #76bd22;
}


.activeTab {
    display: block;
}

.tabContent.activeTab {
    display: block;
}

a .membershipSection p {
    color: #354759;
}

a .supportPadding {
    color: white;
}

.assistanceMenu li.activeTab {
    color: #e95757;
    border-bottom: 4px solid #e95757;
}

.assistanceMenu li.eeaEmployers.activeTab {
    color: #76bd22;
    border-bottom: 4px solid #76bd22;
}

h3.homeHeader {
    text-align: center;
    font-size: 38px;
    margin: 96px auto 40px auto;
    text-transform: capitalize;
    font-weight: 600;
    color: #3d5b74;
}

.homeResources {
    padding-bottom: 51px;
}

.membershipSection {
    height:100%;
    margin: 0 10px;
}

/* .membershipSection:first-of-type {
    margin-left: 0;
}

.membershipSection:last-of-type {
    margin-right: 0;
} */

.ourPartners {
    text-align: left;
    font-size: 30px;
    margin: 55px 0;
    font-weight: 600;
}

.membershipShadow {
    transition: 300ms ease;
    box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.10);
}

.membershipShadow:hover {
    box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 300ms ease;
}

.homeResources h4 {
    font-size: 24px;
    color: #e95757;
    text-transform: none;
}

.findOutText {
    align-self:flex-end;
    color: #e95757;
    font-weight: 700;
    margin-top: 16px;
    font-size: 18px;
    cursor: pointer;
    transition: 300ms ease;
}

.supportSection {
    color: white;
}

.supportSection .column {
    box-shadow:0 0 90px 0 rgba(0, 0, 0, 0.4);
}

.supportSection .column:nth-child(3n-1) {
    position:relative;
    z-index:2;
}

.support1 {
    background-color: #004f87;
}

.support2 {
    background-color: #385d77;
}

.support3 {
    background-color: #b90c7f;
}

.supportPadding {
    box-sizing: border-box;
    padding: 20px;
    height: 250px;
    position: relative;
}

.assistancePadding {
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 16px;
}

.fromPriceBox {
    background-color: #e95857;
    color: white;
    width: 350px;
    padding: 16px 60px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 900;
}

.homeButton {
    background-color: #e95857;
    color: white;
    margin: 0 auto;
    width: 300px;
    text-align: center;
    padding: 16px 60px;
    cursor: pointer;
    transition: 300ms ease;
    font-size: 24px;
    font-weight: 600;
    box-sizing: border-box;
}

.homeButton.joinButton {
    background-color: #3d5b74;
}

.homeButton:hover {
    background-color: #B04242;
    transition: 300ms ease;
}

.memberPadding {
    padding: 20px 0;
    padding-bottom: 50px;
}

.infoSection5 h4 {
    text-align: center;
    font-weight: 900;
    font-size: 33px;
    color: #ffffff;
}

.infoSection5 .box5Header {
    font-size: 16px;
    padding: 0 15px;
}

.infoSection5 {
    text-align: center;
}

.fromContainer {
    padding: 96px 0;
}

.memberHeaders {
    margin: 40px 0;
}

h4.blueHeader {
    color: #385d77;
    font-weight: 500;
    font-size: 55px;
}

.assistanceSection {
    background-color: #004f87;
    color: white;
    width: 430px;
    margin: 0 auto;
}

.homeButton a {
    color: white;
    font-weight: 900;
}

.assistanceSection img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.supportPadding h4 {
    text-transform: none;
}

.fromPriceBox h4 {
    font-size: 53px;
    margin: 0;
}

.fromPriceBox span {
    font-size: 24px;
}

.supportSection span {
    font-size: 16px;
}

.headerBreak {
    padding: 70px 230px 0 230px;
}

.findOutText a {
    color: #e95757;
}


.supportSection h4 {
    font-size: 24px;
}

.homeSubtext {
    font-size: 16px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
}

.memberBorder {
    border-left: 1px solid;
    box-sizing: border-box;
    padding: 0 14px;
}

.memberBorder:first-of-type {
    border-left: 0;
}

.mainheaderMargin {
    margin-top: 5px !important;
}

.findOutWhite {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 15px;
    color: white;
}

.assistanceSection h4 {
    font-size: 24px;
}

.mobileShow {
    display: none;
}

.menuOpen, .accountMenuOpen {
    box-sizing: border-box;
    padding: 0 10px;

}

.homeResources:first-of-type {
    margin-left: 0;
}

.homeResources:last-of-type {
    margin-right: 0;
}

.subtextBox {
    width: 600px;
    margin: 0 auto;
}

.resourceBox {
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    background-color: white;
}

.resourcePadding:first-of-type {
    margin-left: 0;
}

.resourcePadding:last-of-type {
    margin-right: 0;
}

.resourcePadding img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.boxFlex {
    display: flex;
    justify-content: space-between;
}

.greyBackground {
    background: #3d5b74;
}

.memberSubtext {
    padding: 0px 10px;
    width: 690px;
    max-width:100%;
    padding-bottom: 20px;
}

.becomeMemberSection {
    position: relative;
}

.whiteText {
    color: #ffffff;
}

.memberHeaders:first-of-type {
    margin-top: 0;
}

h3.memberHeader {
    text-align: center;
    font-size: 46px;
    margin: 50px auto 30px auto;
    font-weight: 700;
    width: 750px;
    line-height: 60px;
    text-transform: none;
}

h4.mainHeaderBlue {
    color: #3d5b74;
    font-weight: 800;
    font-size: 45px;
    text-align: center;
}

h4.smallPinkHeader {
    text-transform: none;
    color: #e95757;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.assistancePadding h4 {
    text-transform: none;
}

.infoSection5 {
    box-sizing: border-box;
}

.supportSection img {
    height: 280px;
    object-fit: cover;
    width: 100%;
}

.infoSection6 {
    margin: 96px 0;
}

.sliderContainer {
    position:relative;
    overflow:hidden;
}

.homeCarousel .slick-list {
    overflow:visible;
}

.homeCarousel .slick-track {
    display:flex;
    align-items:stretch;
    overflow:visible;
}

.homeCarousel .slick-track .slick-slide {
    height:auto;
}



/* NEWS BLOG LIST */

/* Latest posts from Grooms Life blog*/

.latestGroomsLife {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}



.latestGroomsLife .latestGroomsLifeTitle {
    text-align: center;
    font-size: 38px;
    margin: 96px auto 40px auto;
    text-transform: capitalize;
    font-weight: 600;
    color: #3d5b74;
}

.latestGroomsLifePostList {
    padding: 0 10px;
    display: -webkit-box;
    display: flex;
    flex-wrap: nowrap;
    -webkit-column-gap: 35px;
    column-gap: 35px;
    row-gap: 20px;
    list-style: none;
    max-width: 1365px;
    margin: 0 0 20px;
}

/* styling for IE11 */
_:-ms-fullscreen,
:root .latestGroomsLifePostList {
    max-width: 1375px;
    width: 1375px;

}


.latestGroomsLifePostItem {
    -webkit-box-flex: 1;
    flex: 1 1 33.33%;
    max-width: 450px;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.1);
    cursor: default;
}

/* styling for IE11 */
_:-ms-fullscreen,
:root .latestGroomsLifePostItem {
    max-width: 460px;
    margin: 10px;
}


.latestGroomsLifePostItem:hover {
    -webkit-box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.2);
    box-shadow: -3px 18px 17px -1px rgba(0, 0, 0, 0.2);
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
}

.latestGroomsLifeBody {
    padding: 10px;
}

.latestGroomsLifePostImage {
    background-image: none !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.latestGroomsLifePostImage img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}




.latestGroomsLifePostIntro {
    color: #354759;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* styling for IE11 */
_:-ms-fullscreen,
:root .latestGroomsLifePostImage {
    background-image: unset !important;
}

.latestGroomsLifePostHeading {
    font-size: 24px;
    color: #e95757;
    text-transform: none;
}

.latestGroomsLifePostBody {
    padding: 20px;
}

.latestGroomsLifePostDate {
    line-height: 1.3em;
    font-size: 15px;
    margin: 0 0 13px;
    color: #adadad;
}

.latestGroomsLifePostLink {
    margin-top: 16px;
    display: inline-block;
    color: #e95757;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    cursor: pointer;
}


/* MEDIA QUERIES */

@media(max-width:1200px) {
    .flexHeader {
        box-sizing: border-box;
        padding: 0 21px;
    }

    h4.smallPinkHeader {
        font-size: 35px;
        margin-top: 0;
    }

    h4.mainHeaderBlue {
        font-size: 55px;
    }

    h4.blueHeader {
        font-size: 31px;
    }

    .assistanceSection {
        width: 97%;
        margin: 0 auto;
    }

    .columns .supportThird.column {
        width: calc((90% / 3));
    }

    .supportSection span {
        font-size: 17px;
    }

    .supportSection h4 {
        font-size: 26px;
    }
}

@media(max-width:950px) {
    .supportPadding {
        padding: 10px 20px;
        font-size: 13px;
    }

    .columns .third.column {
        width:100%;
    }

    .homeResources {
        text-align: center;
    }

    .fromPriceBox {
        padding: 17px;
        font-size: 26px;
    }

    .resourceBox {
        display:flex;
        flex-direction:column;
        justify-content:flex-start;
        text-align: left;
        font-size: 16px;
        padding: 15px;
    }

    .homeCarousel .slick-track {
        display:flex !important;
    }

    .homeCarousel .slick-track .slick-slide {
        height:inherit !important;
    }

    .homeResources h4 {
        font-size: 30px;
    }

    .assistanceMenu li {
        font-size: 26px;
    }

    .columns .resourceThird {
        width: calc((100% / 3) - 14px);
    }

    .supportSection span {
        font-size: 14px;
    }

    .supportPadding {
        height: 290px;
    }

    .memberBorder {
        border: 0;
        margin: 10px 0;
    }

    .quarter.column.memberBorder {
        width: 100%;
    }

    .assistanceMenu li {
        font-size: 21px;
    }

	.latestGroomsLifePostList {
		-webkit-column-gap: 20px;
		column-gap: 20px;
	}

}

@media(max-width:768px) {
    .assistanceSection img {
        height: 270px;
    }

    .assistancePadding {
        font-size: 14px;
    }

    h4.mainHeaderBlue {
        font-size: 50px;
    }

    .assistanceSection h4 {
        font-size: 22px;
    }

    .homeSubtext {
        margin: 15px auto;
        line-height: 30px;
    }

    .homeResources h4 {
        font-size: 20px;
    }

    .resourceBox {
        font-size: 14px;
    }

    .findOutText {
        font-size: 16px;
    }

    .mobileDontShow {
        display: none;
    }

    .mobileShow {
        display: block;
    }

    .mainImage img {
        height: 280px;
    }

    .mobileImageHome img {
        max-width: 100%;
    }

    .mobileImageHome {
        max-width: 100%;
    }

    .joinButton {
        margin: 16px auto;
    }


    .announcementBanner a {
        font-size: 16px;
    }

    .infoSection1 {
        padding: 10px 0;
    }

    .fromContainer {
        padding: 35px 0;
        margin-top: 25px;
    }

    .homeButton {
        width: 255px;
    }

    .supportSection span {
        font-size: 13px;
    }

    .supportThird {
        margin: 96px 0;
    }

    .supportPadding {
        height: 240px;
    }

    .supportSection h4 {
        font-size: 22px;
    }

    .findOutWhite a {
        font-size: 16px;
    }

    .headerBreak {
        padding: 30px 50px 0 50px;
    }

    h3.homeHeader {
        margin: 50px auto 40px auto;
    }

    h4.smallPinkHeader {
        font-size: 27px;
    }

}

@media(max-width:620px) {
    h4.smallPinkHeader {
        width: 600px;
        font-size: 28px;
    }

    .infoSection5 {
        padding: 0 40px;
    }

    h4.mainHeaderBlue {
        font-size: 40px;
        margin: 100px auto 20px auto;
    }

}

@media(max-width:550px) {

    .sponserLogos {
        margin: 30px 0;
    }

    .resourceBox {
        height: 190px;
    }

    .supportSection .column {
        box-shadow: none;
    }

    .homeResources {
        padding-bottom: 0;
    }

    .assistanceSection {
        height: 473px;
    }

    .mobileHomeTab:last-of-type {
        border-bottom: 1px solid #9e9e9e;
    }

    .assistanceSection {
        width: 100%;
    }

    .infoSection3 {
        margin-bottom: 50px;
    }

    .membershipSection img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }

    .tabContent {
        margin: 5px 0;
    }

    .membershipSection {
        margin: 10px 0px;
    }



    .supportPadding h4 {
        margin-top: 0;
    }

    h4.mainHeaderBlue {
        margin: 30px auto 0px auto;
        font-size: 35px;
    }

    .becomeMemberSection .sliderNav {
        bottom: 45.5%;
    }

    .infoSection6 .sliderNav {
        bottom: 41%;
    }

    .sliderNav {
        position:absolute;
        bottom:42%;
        display:flex;
        width:100%;
        justify-content:space-between;
        box-sizing:border-box;
    }

    .bluePrev, .blueNext, .sliderCount {
        display:inline-block;
        background-color: #385d77;
        padding: 10px 17px;
        color: white;
        margin: 0;
    }

    .sliderCount {
        margin-left: auto;
    }

    .tabHeader {
        padding: 10px 0px 10px 20px;
        font-size: 17px;
    }

    .homeResources h4 {
        font-size: 25px;
    }

    .mobileHomeTab {
        display: flex !important;
        justify-content: space-between;
        border-top: 1px solid #9e9e9e;
        font-size: 20px;
        font-weight: 600;
    }

    img.membershipImages {
        /*width: 430px;*/
        margin: 30px auto 0 auto;
    }

    .headerBreak {
        padding: 0px 20px 0 20px;
    }

    .flexHeader {
        padding-left: 21px;
        padding-right: 0;
    }

    .resourcePadding img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .memberSubtext {
        width: 430px;
    }

    .joinButton {
        width: 93%;
        margin: 15px auto;
    }

    h3.homeHeader {
        font-size: 24px!important;
        text-align: center;
        margin: 35px 0px;
        color: #354759;
    }

    .supportThird {
        margin: 0 0 36px 0;
    }

    h4.smallPinkHeader {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    h3.memberHeader {
        line-height: 60px;
        font-size: 65px;
    }

    h4.mainHeaderBlue {
        width: 100%;
    }

    .infoSection1 h4 {
        font-size: 45px;
    }

    .subtextBox {
        width: 100%;
    }

    .infoSection5 {
        padding: 0px 30px;
    }

    .homeSubtext {
        margin: 0 auto 36px auto;
        line-height: 30px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .sectionButton, .tabButton {
        background-color: #d8d8d8;
        color: #585858;
        text-align: center;
        padding: 7px 14px;
        font-size: 14px;
    }

    .topBorderHeader .sectionButton {
        padding-bottom: 13px;
    }

    .mobileHomeTab .tabButton {
        background-color: #d8d8d8;
        color: #585858;
        text-align: center;
        padding: 7px 14px;
        font-size: 14px;
    }

    .mobileHomeTab:last-of-type {
        border-bottom: 1px solid black;
    }

    .topBorderHeader {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        margin-top:-1px;
    }

    .topBorderHeader.activeSection {
        border-bottom:none;
    }

    .assistanceMenu li {
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
        padding: 8px;
        border: 1px solid #acacac;
    }

    .assistanceMenu li.activeTab {
        color: #e95757;
        border: 1px solid #acacac;
    }

    .supportPadding {
        height: 190px;
    }

    .infoSection2 {
        display: none;
    }

    #homeTab1 {
        display: none;
    }

    .findOutWhite {
        font-size: 15px;
    }

    .findOutText {
        position: absolute;
        bottom: 0;
        left: 14px;
    }

    .groomMobile {
        border-bottom: #acacac 1px solid;
    }

    .groomMobile.activeTab {
        border-bottom:0;
      }


    .latestGroomsLife {
        position: relative;
    }


    _:-ms-fullscreen, :root .latestGroomsLife {
        position: relative;
        display: block;
    }


    .latestGroomsLife .latestGroomsLifeTitle {
        font-size: 24px;
        text-align: center;
        margin: 35px 0px;
        color: #354759;
    }

    _:-ms-fullscreen, :root .latestGroomsLifePostList .slick-track {
        height: 530px;
    }

    _:-ms-fullscreen, :root .latestGroomsLifePostList{
        max-width: 100vw !important;
        width: 100vw !important;
    }

    .latestGroomsLife .slick-track .slick-slide {
        height: inherit !important;
    }



    .latestGroomsLifePostList {
        padding: 0;
        /* max-height: 470px;
        height: 470px; */
        max-width: 100vw;
        width: 100vw;
        display: block;
    }

    .latestGroomsLifePostItem {
        background-color: #faf9f6;
        box-shadow: none;
        max-width: 100vw !important;
        width: 100vw !important;
    }

    li.latestGroomsLifePostItem{
        box-sizing: border-box;
    }

    li.latestGroomsLifePostItem + li.latestGroomsLifePostItem{
        margin-top: 20px;
    }

    _:-ms-fullscreen, :root .latestGroomsLifePostItem{
        margin: 0;
    }

    _:-ms-fullscreen, :root .latestGroomsLifePostItem > a{
        max-width: 100vw !important;
        width: 100vw !important;
    }



    .latestGroomsLifePostItem:hover {
        box-shadow: none;
    }


    .latestGroomsLifePostLink,
    .latestGroomsLifePostIntro {
        font-size: 13px;
        line-height: 20px;
        /* color: #fff; */
    }

    .latestGroomsLifePostLink {
        margin-top: 0;
        font-size: 15px;
    }

    .latestGroomsLife .latestGroomsLifePostImage{
        height: 280px;
    }

    .latestGroomsLife .latestGroomsLifePostImage img{
        height: 100%;
        object-fit: cover;
        width: 100%;
        display: inline-block !important;
    }

    .latestGroomsLifePostBody {
        box-sizing: border-box;
        /* background-color: #385d77; */
        height: 220px;
        padding: 10px 20px;

    }

    _:-ms-fullscreen, :root .latestGroomsLifePostBody {
        box-sizing:  content-box;


    }

    .latestGroomsLife .sliderNav{
        position: absolute;
        bottom: 240px;
        left: 0;
    }

    _:-ms-fullscreen, :root .latestGroomsLife .sliderNav{
        bottom: 250px;
    }

}

@media(max-width:480px) {

    .assistancePadding {
        padding: 0;
    }

    .infoSection5 .box5Header {
        font-size: 14px;
        padding: 0px;
    }

    .homeSubtext {
        padding: 0;
    }

    .headerBreak {
        padding: 30px 20px 0 20px;
    }

    .homeButton {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .memberBorder {
        padding: 0px 10px;
    }

    .infoSection5 {
        padding: 10px;
    }

    .infoSection5 span {
        font-size: 13px;
    }

    .memberHeaders {
        margin: 10px 0;
    }

    .homeSubtext {
        margin: 0 auto 0px auto;
    }

    .memberPadding {
        padding: 0;
    }

    .mainheaderMargin {
        margin: 0 !important;
    }

    .fromPriceBox h4 {
        font-size: 42px !important;
        line-height: 32px !important;
    }

    .homeInfoBox {
        margin-top: 0 !important;
    }

    h3.memberHeader {
        font-size: 35px !important;
        line-height: 35px !important;
        width: 345px;
    }

    .mobileImageHome {
        margin: 0 auto;
    }

    .mobileImageHome img {
        object-fit: cover;
    }

    h3.bgaHeader {
        font-size: 50px !important;
        line-height: 50px !important;
        font-family: 'Open Sans', sans-serif;
        font-weight: 800;
    }

    h4.bgaSubheader {
        font-size: 30px!important;
        line-height: 30px!important;
    }

    .infoSection1 {
        padding: 5px 0;
    }

    .homeSubtext {
        font-size: 16px;
    }


    .infoSection5.homeInfoBox {
        max-height: 1660px !important;
    }

    .infoSection3 {
        margin: 0;
    }

    .infoSection6.homeInfoBox {
        max-height: 600px;
    }

    .infoSection6 {
        margin: 55px 0;
    }


    .homeInfoBox .columns .third.column {
        width: 85%;
    }

    .flexHeader {
        padding: 0;
    }

    .mobilePadding {
        padding: 0 20px;
    }


    .fromPriceBox {
        width: 280px;
    }

    h4.smallPinkHeader {
        width: 100%;
    }

    h4.mainHeaderBlue {
        width: 450px;
        font-size: 39px !important;
        line-height: 39px !important;
        margin-top: 0;
    }

    .infoSection1 h4 {
        font-size: 41px;
    }

    .homeSubtext {
        width: 100%;
    }

    .subtextBox {
        width: 100%;
        margin-bottom: 15px;
    }

    .topBorderHeader {
        border-top: 1px solid #9e9e9e;
        border-bottom: 1px solid #9e9e9e;
    }

    h3.memberHeader {
        margin: 20px auto 20px auto;
    }

    .resourceBox {
        text-align: left;
    }

    .slick-slide img {
        display: initial !important;
    }

    .infoSection3 {
        margin: 40px 0px 10px 0px;
    }
}

@media(max-width:450px) {

    h4.mainHeaderBlue {
        width: 410px;
        font-size: 39px;
        font-size: 29px !important;
        line-height: 31px !important;
    }

    .announcementBanner a {
        font-size: 14px;
    }

    .assistanceSection img {
        height: 280px;
        width: 100%;
        object-fit: cover;
    }

    h4.mainHeaderBlue {
        width: 100%;
    }

    .infoSection5 h4 {
        font-size: 25px !important;
    }

}


@media(max-width: 414px) {
    h4.smallPinkHeader {
        width: 100%;;
    }

    .infoSection5 .box5Header {
        font-size: 13px;
        line-height: 20px;
    }

    h4.mainHeaderBlue {
        width: 100%;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .homeSubtext {
        width: 340px;
    }

    .homeSubtext {
        font-size: 13px;
        line-height: 20px;
    }

    .supportPadding h4 {
        font-size: 20px !important;
    }

    .supportPadding p {
        line-height: 20px;
    }
}


@media(max-width:400px) {
    .mobileImageHome {
        width: 100%;
        margin: 0 auto;
    }

    .mobileImageHome img {
        object-fit: cover;
    }

    .infoSection3 {
        margin: 40px 0px 10px 0px
    }

    .headerBreak {
        padding: 0px 20px;
    }

}

@media(max-width:380px) {

    .mobileImageHome img {
        max-width: 100%;
    }

    .mobileImageHome {
        max-width: 100%;
    }

    .mobileHomeTab {
        font-size: 17px;
    }

    .announcementBanner {
        padding: 10px 35px;
        box-sizing: border-box;
    }

    .announcementBanner a {
        font-size: 15px;
    }

}

@media(max-width:360px) {
    .homeInfoBox {
        max-height: 1670px;
    }

    .mobileImageHome img {
        max-width: 100%;
    }

    .mobileImageHome {
        max-width: 100%;
    }

    .homeSubtext {
        width: 280px;
    }

    .fromPriceBox {
        width: 240px !important;
    }

}

@media(max-width:330px) {

}

@media(max-width:321px) {
    .mobileImageHome img {
        max-width: 100%;
    }

    .announcementBanner {
        padding: 10px 20px;
        box-sizing: border-box;
    }

    .announcementBanner a {
        font-size: 14px;
    }

    .mobileImageHome {
        max-width: 100%;
    }

    .subtextBox {
        width: 310px;
    }

    h4.bgaSubheader {
        font-size: 25px!important;
    }

    .fromPriceBox {
        font-size: 21px;
    }

    .fromPriceBox h4 {
        font-size: 30px;
    }

    .fromPriceBox span {
        font-size: 20px;
    }

    h4.mainHeaderBlue {
        font-size: 23px !important;
    }
}