*{box-sizing: border-box}
html{scroll-behavior: smooth;}
body{margin: 0;font-size:62.5%; font-family: 'Poppins', sans-serif;}
a{text-decoration: none;}
p, .js-to_expand, .form-btn, label, legend{font-size: 1.75em;}
h2 + p{margin-top:0;}
h3 + p{margin-top:0;}
a{text-decoration: none;-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}
a *{-webkit-transition: all 0.15s ease-in;transition: all 0.15s ease-in;}


header .topHeader{display: flex;justify-content: space-between;padding:20px 3%;}
header .topHeader .logo{flex-basis: 27%;padding-top: 5px;padding-bottom: 5px;}
header .topHeader .logo a{display: flex;align-items: center;}
header .topHeader .logo a .anniversary{width:120px;margin-left:10px;}
header .topHeader .logo img{width: 300px;}
header .topHeader .headerRight{display: flex;flex-direction: column;justify-content: center;flex-basis: 35%;}

header .topHeader .headerRight .headerRightTop{display: flex;width: 100%;justify-content: flex-end;align-items: center;}
header .topHeader .headerRight .headerRightTop #searchForm{display: flex;align-items: center;margin-bottom: 0;width: 100%;}
header .topHeader .headerRight .headerRightTop form input[type=text]{
    margin: 0;
    padding: 0 20px;
    height: 40px;
    line-height: 22px;
    border: none;
    font-size: 15px;
    background-color: #eee;
    border-radius: 5px 0 0 5px;
    width: 100%;
}
    
header .topHeader .headerRight .headerRightTop form input[type=submit]{
    padding: 0 20px;
    height: 40px;
    line-height: 22px;
    border: none;
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    background-color: #1a5493;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}    
header .topHeader .headerRight .headerRightTop form input[type=submit]:hover{background-color: #F8981C;}

header .topHeader .headerRight .headerRightTop .lang-select img{width:50px;margin-left: 10px;cursor: pointer;}
header .topHeader .headerRight .headerRightTop .lang-select img:hover{opacity: .5}

.navWrap{display: flex;align-items: center;justify-content: flex-end;background-color: #326297;padding: 20px 0;}

.handle{display:none;}

nav.mainNav{width:100%;}
nav.mainNav ul{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin: 0 auto;
    width: 80%;
}

nav.mainNav  ul li{
    text-align: center;
    font-size: 1em;
}

nav.mainNav  ul li > a, nav.mainNav  ul li > span{
    font-size: 1.75em;
    color:#FFF;
}
nav.mainNav  ul li > span{cursor:pointer;}


nav.mainNav .mainNavWrap > ul > li:hover > a, nav.mainNav .mainNavWrap > ul > li:hover > span{color:#F8981C;}
nav.mainNav ul li.active > a{border-bottom: 2px solid #FFF;}
nav.mainNav .mainNavWrap > ul > li > a.current, nav.mainNav .mainNavWrap > ul > li > span.current{border-bottom: 2px solid #FFF;}

nav.mainNav ul li.hasSub .subWrap{display: none;}
nav.mainNav ul li .subWrap{position: absolute;left: 0; width:100%;z-index: 998;}
nav.mainNav ul li .subWrap .sub{margin-top:12px;padding:40px 20% 40px 20%;background-color:#1a5493;text-align: left;width: auto;display: flex;}
nav.mainNav ul li .subWrap .sub .subGroup{margin-right: 40px;flex-basis: 25%;}
nav.mainNav ul li .subWrap .sub .subGroup:last-of-type{margin-right: 0;}
nav.mainNav ul li .subWrap .sub .subGroup span{display: block; color:#FFF;;font-size: 1.65em;padding-bottom: 10px;font-weight: bold;}
nav.mainNav ul li .subWrap .sub .subGroup ul{display: block;width: auto;padding: 0;}
nav.mainNav ul li .subWrap .sub .subGroup ul li{text-align: left;padding-bottom: 4px;}
nav.mainNav ul li .subWrap .sub .subGroup ul li a{font-size: 1.45em; color:#FFF;}
nav.mainNav ul li .subWrap .sub .subGroup ul li:hover a{color:#bea32e;}
nav.mainNav ul li .subWrap .sub .subGroup ul li a:hover:after{opacity: 1;}

.visuallyhidden{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}

.btn{display: inline-block;margin:10px 0;padding: 15px 30px;border-radius: 10px; background-color: #1A5493; color:#FFF !important;margin-right: 20px;font-size: 1.65em;font-weight: 600;text-decoration: none !important;}
.btn:hover{background-color:#F8981C;}
p .btn{font-size:initial;font-weight:600;}

.heroWrap{display: flex;margin:40px 3%;gap:20px;}
.hero{
    flex-basis: 60%;
    background-size: cover;
    background-position: center;
    height:500px;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
	border-radius:10px;
}
.hero::before{   
    position: absolute;
    content: "";
    top: 0;
    right:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0,0,0,.5), rgba(0,0,0,.0));
    opacity: .7;
}
.heroText{padding:0 3%;;position: relative;}
.heroText h2{font-size: 4em;margin:0;}
.heroText p{font-size: 2em;}
.heroText a{color:#FFF;}
.heroText a:hover{color:rgba(255,255,255,.7);}


.heroRight{flex:1;display: flex;flex-direction: column; justify-content: space-between;gap:20px;}
.heroRight .heroBox{padding:20px;flex-basis: 50%;display: flex;
flex-direction: column;justify-content: center;background-size: cover;background-position: center;border-radius:10px;}
.heroRight .heroBox a{color: #FFF;}
.heroRight .heroBox a:hover{color:rgba(255,255,255,.7);}
.heroRight .heroBox a h2{font-size: 2.25em;margin:0 0 10px;font-weight:600;}
.heroRight .heroBox a p{font-size: 1.75em;}
.heroRight .heroBox a p.cta{margin-bottom: 0;}

.homeContent{display: flex;justify-content: space-between;margin:80px 4%;}
.homeContent .homeContentBox{flex-basis: 33.333%;padding:0 20px;}
.homeContent .homeContentBox h2{color:#1A5493;font-size: 2.85em;margin-top: 0;}

.homeContent .homeEvents{flex-basis: 35%; display: flex;flex-direction: column;}
.homeContent .homeEvent:nth-of-type(n+2){margin-top:20px;}
.homeContent .homeEvent a:hover{color:#F8981C;}
.homeContent .homeEvent a h3{color:#494949;margin:0; font-size: 1.75em;}
.homeContent .homeEvent a:hover h3{color:#F8981C;}
.homeContent .homeEvent a p{color:#494949;margin-top: 3px;margin-bottom: 0;}
.homeContent .homeEvent a p.loc{margin-top: 0;font-style: italic;}
.homeContent .homeEvent a:hover p{color:#1A5493;}


.homeContent .homeQuickLinks{display: flex;flex-direction: column;}
.homeContent .homeQuickLinks a.homeQuickLink{background-color: #1A5493;color:#FFF; font-size: 1.5em; text-align: center;padding:20px;margin-bottom: 20px;border-radius: 10px;font-weight: 600;}
.homeContent .homeQuickLinks a.homeQuickLink:last-of-type{margin-bottom: 0;}
.homeContent .homeQuickLinks a.homeQuickLink:hover{background-color:#F8981C;}

.homeContent .bestSellers h2 img{margin:0;vertical-align: middle;}
.homeContent .bestSellers #nytBest #lists{margin-bottom: 20px;}
.homeContent .bestSellers #nytBest #lists select{padding: 5px;}
.homeContent .bestSellers #nytBest{font-size: 1.65em;}
.homeContent .bestSellers #nytBest #display a{background-color: #1A5493;color:#FFF; text-align: center;padding:10px;border-radius: 10px;display: block;margin-top: 10px;}
.homeContent .bestSellers #nytBest #display a:hover{background-color:#F8981C;}
.homeContent .bestSellers #nytBest #top5{display: flex;justify-content: space-between;border-top:1px solid #000;margin-top:10px;padding-top: 10px;}
.homeContent .bestSellers #nytBest #top5 div{width: auto !important;}
.homeContent .bestSellers #nytBest #top5 div:last-of-type{margin-right: 0 !important;}

/*** PAGE NAVIGATION ***/
nav.sectionNav h3{font-size: 2.5em;}
nav.sectionNav{padding:10px 20px;background-color: #EAEAEA;margin-bottom:30px;border-radius:8px;}
nav.sectionNav ul{list-style-type: none;padding-left: 0;}
nav.sectionNav ul li{padding-bottom: 5px;}
nav.sectionNav ul li a{color:#326297;-webkit-transition: all 0.25s ease-in;transition: all 0.25s ease-in;text-decoration: none;}
nav.sectionNav ul li a:hover{color:#F8981C;}
nav.sectionNav a.current {color: #F8981C;}
nav.libLoc{background-color:rgba(248, 152, 28, .25) !important;}

/*** Internal Layouts ***/
.content p, .content li{font-size: 1.65em; font-weight: 500;}
.content a, .content a:visited {color: #326297;text-decoration: underline;}
.content.pageTitle h1{font-size: 4.5em;font-weight: 900; margin:10px 0;color: #1b2855;padding-bottom: 5px;line-height:55px;}
.content h2{font-size: 3.5em; margin: 40px 0 15px;color: #333333;text-transform:capitalize;line-height:45px;}
.content h3{font-size: 3em;margin:20px 0 0;color:#333333;}
.content h4{font-size: 2.65em;margin:20px 0;color:#333333;}
.content h5{font-size: 2em;margin:20px 0;color:#333333;}
.content h6{font-size: 1.65em;margin:20px 0;color:#333333;}
.column100 > h2:first-of-type, .column50 > h2:first-of-type, .column30 > h2:first-of-type, .columnFlex > h2:first-of-type{margin-top: 0;}
.content h2 + p,.content h3 + p,.content h4 + p,.content h5 + p,.content h6 + p, .content h2:first-of-type{margin-top:0;}
.content{display: flex;justify-content: space-between;padding:0 4% 40px;}
.contentElemental{display: inline;padding:0;}
.content.pageTitle{padding-bottom:10px;margin-top: 40px;}
.content img{max-width: 100%;}
.content img.left {float: left;max-width: 50%;margin: 5px 20px 10px 0;}
.content img.leftAlone {float: left;margin-right: 100%;margin-bottom: 10px;clear: both;}
.content img.right {float: right;max-width: 50%;margin: 5px 0 10px 20px;}
.content img.rightAlone{float:right;margin-left:100%;margin-bottom: 10px;clear: both;}
.content img.center{float: none;margin-left: auto;margin-right: auto;display: block;margin-bottom: 10px;clear: both;}
.content li li{font-size:1em;}
.columnFlex{flex:1;margin-right:120px;}
.column100{flex-basis: 100%;}
.column60{flex-basis: 60%;}
.column50{flex-basis: 50%;}
.column50:nth-child(1){margin-right: 80px;}
.column30{flex-basis: 30%;}
.smallText{font-size:1.25em !important;}

.internalHeader {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.internalHeader .headerTitle::before{   
    position: absolute;
    content: "";
    top: 0;
    right:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0, rgba(0,0,0,.5), rgba(0,0,0,.5));
    opacity: .7
}

.internalHeader .headerTitle{
    display: flex;
    justify-content: center;
    align-items: center;
    height:300px;
    width: 100%;
    background-size: cover;
    position: relative;
}

.internalHeader .headerTitle h1{
    color: #FFF;
    font-size: 35px;
    line-height: 35px;
    margin:0;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 0 0px #000;
    position: relative;
}
#calendar{margin-bottom:50px;}

/*** BOXES ***/
.boxWrapper{display:flex;flex-wrap:wrap;clear:both;}
.boxWrap{flex-basis:23%;display:flex;flex-direction:column;justify-content: space-between;border:3px solid #CCC;padding:20px;margin-top:20px;margin-right:20px;}
.boxWrap .boxIcon{text-align:center;margin: 20px 0;}
.boxWrap .boxIcon i{font-size:7em;color:#002157;}
.boxWrap .topImage{text-align:center;}
.boxWrap .boxBtn{align-self:bottom;}
.boxWrapper.colSide .boxWrap{flex-basis:30%;}

/*** BREADCRUMBS ***/
.breadCrumbs{margin:40px 4% 0 4%;font-size: 1.5em;font-weight: bold;}
.breadCrumbs span::after{
    margin:0 10px;
    content:"";
    border: solid #F8981C;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.breadCrumbs span:last-child:after{display: none;}
.breadCrumbs a{color:#326297;transition: all 0.3s ease-in-out;}
.breadCrumbs a:hover{color:#F8981C;}
.breadCrumbs span i{color:#1b2855;}

/*** INTERNAL ALERT ***/
.content .alert{background-color: #fae8d0; border-radius: 10px; padding: 20px 40px; display: flex; align-items: center; justify-content: center; margin-bottom: 30px;}
.content .alert .alertIcon{margin-right:20px;}
.content .alert .alertIcon i{font-size: 3em; color: #990606;}
.content .alert p{margin:0;}

/*** TABLES ***/
table {
    border-collapse: collapse; /* borders are collapsed into a single border when possible */
    border: 1px solid #d4d4d4;
    border-spacing: 0; /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
    margin: 0 0 10px;
    text-align: left;
	font-size:1.4em;
}
table tr:nth-child(even) {background-color: #ededed;}
table th, thead td {background-color: #ededed;}
table td, table th {padding: 15px; border: 1px solid #d4d4d4; vertical-align: top;}
table th {font-weight: bold;}
table li{font-size:inherit !important;}  
table p{font-size:1em !important;}
table.noStyle{border:none;}
table.noStyle tr:nth-child(even){background-color:#FFF;}
table.noStyle td, table.noStyle th{border:none;}
table.fullWidth{width:100%;}

/*** TEXT IMAGE ***/
.textImage{display: flex;padding:80px 4%;gap:80px;align-items:center;}
.textImage .text{flex:1;}
.textImage .text > h2:first-of-type, .textImage .text > h3:first-of-type{margin-top: 0;}
.textImage .text i {color:#326297;}
.textImage .image{flex-basis:45%;}
.textImage .image img{border-radius:8px;}

/*** IMAGE TEXT ***/
.imageText{display: flex;padding:80px 4%;gap:80px;align-items:center;}
.imageText .text{flex:1;}
.imageText .text > h2:first-of-type, .imageText .text > h3:first-of-type{margin-top: 0;}
.imageText .text i {color:#326297;}
.imageText .image{flex-basis:45%;}
.imageText .image img{border-radius:8px;}

/*** BOXES ***/
.contentBoxesWrap{margin:40px 4%;}
.contentBoxesWrap.contentBoxesStyled .contentBoxes .contentBox{background-color: #fff5e3;padding: 25px;border-radius: 10px;}
.contentBoxesWrap .contentBoxes{margin-top: 20px; display: flex;flex-wrap: wrap;gap:40px;}
.contentBoxesWrap .contentBoxes .contentBox{flex-basis: calc(100% * (1/3) - 40px);}
.contentBoxesWrap.twoBoxes .contentBoxes .contentBox{flex-basis: calc(100% * (1/2) - 40px);}
.contentBoxesWrap.fourBoxes .contentBoxes{gap:20px;}
.contentBoxesWrap.fourBoxes .contentBoxes .contentBox{flex-basis: calc(100% * (1/4) - 20px);}
.contentBoxesWrap .contentBoxes .contentBox img{max-width: 100%;border-radius: 10px;}
.contentBoxesWrap .contentBoxes .contentBox h3{font-size: 2.3em; margin:10px 0 0;}
.contentBoxesWrap .contentBoxes .contentBox ul{padding-left:15px;}

/*** TWO COLUMN ***/
.twoCol{margin:40px 4%;display:flex; gap:80px;}
.twoCol div{flex-basis:50%;}

/*** TEXT BOX ***/
.textBox{display: flex;padding:80px 4%;gap:80px;}
.textBox .text{flex-basis:70%;}
.textBox .box{position:relative;background-color:#EAEAEA;flex-basis:30%;padding: 20px 25px;border-radius: 13px;border: 5px solid #FFF;outline: 3px solid #326297;}
.textBox .box *:first-child{margin-top:5px;}

/*** SHOW HIDE ***/
.showHide{padding:80px 4%;}
.showHide details{border-top: 1px solid #99D8FF;}
.showHide details:last-of-type{border-bottom: 1px solid #99D8FF;}
.showHide details summary > * {display: inline;}
.showHide details summary{cursor:pointer;list-style: none;position: relative;padding: 25px 35px 25px 0;}
summary::-webkit-details-marker{display: none;}
.showHide details summary::after{
	font-family: "Font Awesome 5 Pro";
    font-weight:600;
    font-size: 1.65em;
	content:"\f078";
    position: absolute;
    right: .75em;
    height: .75em;
    width: .75em;
    color:#0076BD;
  }
.showHide details[open] summary::after{content:"\f077";}
.showHide details[open]{padding-bottom:25px;}
.showHide details[open] summary{padding-bottom:0;}
.showHide details summary:hover::after{color:#1b2855;}
.showHide details summary h3{font-size: 1.75em;font-weight:700;}
.showHide details summary:hover h3{color:#326297;}

/*** BANNER ***/
.banner{background-size: cover;background-position: center;display: flex;justify-content: space-between;margin:80px 0;padding:70px 12%;position: relative;gap:80px;}
.banner::before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;width:100%;background-color:rgba(0, 0, 0, .65);}
.banner .bannerLeft{position: relative;flex-basis: 50%;color:#FFF;}
.banner .bannerRight{position: relative;flex-basis: 50%;color:#FFF;}
.banner h2, .banner h3, .banner h4{color:#FFF;}
.banner h2{margin-top: 20px;font-size: 3.5em;}
.banner.flexCentered{align-items: center;}
.banner a{color:#FFF;}
.banner a:hover{text-decoration:none;}

/*** CENTER TEXT ***/
.centerText{padding: 80px 15%;text-align: center;}

/*** FORM ***/
.userform-fields input, .userform-fields textarea{
    width: 100%;
    display: block;
    box-sizing: border-box;padding: 10px;
    font-size: 1.4em;
}
.userform-fields label, .userform-fields legend{
    display:block;
    font-size: 1.5em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}
.userform-fields select{width: 100%;padding: 10px;font-size: 1.4em;}
.userform-fields fieldset{margin:10px 0;}
.userform-fields fieldset label{display:inline-block;}
.userform-fields fieldset input{display:inline-block;width:auto;}
.userform input[type=submit]{
    border: 0;
	background-color: #1A5493;
    color: #FFF;
    font-size: 18px;
    display: inline-block;
    padding: 15px 30px;
    font-weight: 400;
    margin-top:20px;
    cursor: pointer;
	-webkit-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}
.userform input[type=submit]:hover{background: #F8981C;}
.requiredField label::after {content: "*";}
.userform-fields textarea{font-family: 'Poppins', sans-serif;}

/*** ALERTS ***/
.siteAlert{background-color:#F8981C;color:#FFF;padding:20px 8%;text-align:center;font-weight:bold;font-weight: 600;}
.siteAlert a{text-decoration:underline;opacity:.8;}
.siteAlert a:hover{opacity:.8;text-decoration:none;}

/* Back to Top */
#topBtn {
  display: none; 
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 2px solid #FFF;
  outline: none;
  background-color: #326297;
  color: white; 
  cursor: pointer; 
  padding:15px; 
  border-radius: 10px; 
  font-size: 18px;
  -webkit-transition: all 0.25s ease-in;transition: all 0.25s ease-in;
}

#topBtn:hover {
  background-color: #F8981C;
}

/*** FOOTER ***/
footer{background-color:#326297;display: flex; justify-content: space-between;padding:40px 4%;color:#FFF;}
footer .fLeft{display: flex;align-items: center;}
footer .fLeft .fLogo{width:110px;border-right:1px solid rgba(255,255,255, .5);padding-right: 20px;margin-right:20px;}

footer .fRight{flex-basis: 25%; display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
footer .fRight .social a{color:#FFF;margin-left: 10px;}
footer .fRight .social a:hover{color:#F8981C;}
footer .fRight .social a:first-of-type{margin-left: 0;}
footer .fRight .social a i{font-size: 2.65em;}
footer .copy{font-size: 1.25em;margin-bottom: 0;}
footer .copy a{color:#FFF;}
footer .copy a:hover{color:#F8981C;}

@media (min-width:849px){
    nav.mainNav button {display: none;}
    [hidden]{display: block;} 
}

@media only screen and (max-width: 1279px) {
	.contentBoxesWrap.fourBoxes .contentBoxes{gap:20px;}
	.contentBoxesWrap.fourBoxes .contentBoxes .contentBox{flex-basis: calc(100% * (1/2) - 20px);}
	.textImage, .imageText{align-items:center;}
}

@media (max-width: 1179px) {
	.boxWrap{flex-basis:45%;}
	.twoCol{flex-direction:column;gap:40px;}
	.twoCol div{flex-basis:100%;}
}

@media only screen and (max-width: 995px) {
    nav.mainNav ul{width:95%;}
	.contentBoxesWrap .contentBoxes .contentBox{flex-basis: calc(100% * (1/2) - 40px);}
}

@media only screen and (max-width: 850px) {
    header .topHeader{flex-direction: column;}
    header .topHeader .logo{flex-basis: 100%;text-align: center;} 
    header .topHeader .headerRight .headerRightTop{flex-direction: column;margin-top: 20px;}
    header .topHeader .headerRight .headerRightTop .lang-select img{margin-top:20px;margin-left: 0;}
    
    [hidden]{display: none !important;} 
    nav.mainNav button{
        background-color: transparent;
        border: 0;
        color:#FFF;
        font-size: 3em;
        cursor: pointer;
    }
    nav.mainNav button span{
        position:absolute;
        left:-10000px;
        top:auto;
        width:1px;
        height:1px;
        overflow:hidden;
    }
    nav.mainNav{text-align: center;margin: 20px 0;}
    nav.mainNav.desktop{
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        background-color: #1b2855;
        padding:20px;
        margin:0;
        z-index: 999;
    }
    nav.mainNav.desktop i.fa-bars{display: none;}
    nav.mainNav i.fa-times{display: none;}
    nav.mainNav.desktop i.fa-times{display: block;}
    nav.mainNav ul{
        height: 100vh;
        flex-direction: column;
        justify-content: flex-start;
    }
    
    nav.mainNav ul li{margin:10px 0;width:100%;text-align: center;padding: 0;}
    nav.mainNav ul li a{padding: 0;}
    
    nav.mainNav ul li .subWrap .sub{flex-direction: column;text-align:center;padding:40px 20px;background-color: #F8981C;} 
    nav.mainNav ul li .subWrap .sub .subGroup ul{padding: 0;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li{text-align: center;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li a{color:#1b2855;}
    nav.mainNav ul li .subWrap .sub .subGroup ul li a:after{display: none;}
    
    .heroWrap{flex-direction: column;}
    .hero{flex-basis:auto;justify-content: center;}
    .heroText{padding:0 4%;text-align: center;}
    .heroText h2{font-size: 3em;}
    
    .homeContent{flex-direction: column;}
    .homeContent .homeContentBox{flex-basis: auto;margin-bottom: 80px;}
    .homeContent .homeContentBox:last-of-type{margin-bottom: 0;}
        
    nav.sectionNav h3{text-align: center;}
	nav.sectionNav ul{flex-direction: column;align-items: center;}
	nav.sectionNav ul li{width:100%;margin: 10px 0; text-align:center;}
	nav.sectionNav ul li .subWrap{position:relative;}
	
	.boxWrap{flex-basis:100%;}
	
	.centerText{padding:40px 10%;}
	.textImage{flex-direction: column;gap:40px;padding:60px 4%;}
	.imageText{flex-direction: column;gap:40px;padding:60px 4%;}
	.imageText .image{order:2;}
	.banner{flex-direction: column;}

    footer{flex-direction: column;}
    footer .fLeft{flex-direction: column;align-items: center;}
    footer .fLeft .fLogo{width:110px;border-right: 0;margin-right: 0;padding-right: 0;}
    footer .fRight{flex-basis: 100%;align-items: center;}
}

@media (max-width: 768px) {
	header .topHeader .logo a{flex-direction:column;}
    .content{flex-direction: column;}
	.content img.right, .content img.left{float:none;display:block;margin: 30px auto;}
	.content .alert{flex-direction: column;}
	.content .alert .alertIcon{margin-right:0;margin-bottom:10px;}
    .column50, .column60{flex-basis: 100%;}
    .column50:nth-child(1){margin-right: 0;}
    .column50:nth-child(2){margin-top: 40px;}
    .column30{flex-basis: 100%;margin-top: 40px;}
	.column30.hasSectionNav{order:1;}
	.columnFlex{margin-right:0;}
    table{max-width:100%;}
	table td{max-width:100%;}
	.contentBoxesWrap .contentBoxes .contentBox{flex-basis: 100%;}
	.contentBoxesWrap.twoBoxes .contentBoxes .contentBox{flex-basis: 100%;}
	.contentBoxesWrap.fourBoxes .contentBoxes{gap:40px;}
	.contentBoxesWrap.fourBoxes .contentBoxes .contentBox{flex-basis: 100%;}
}
