html,
body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #062135 !important;
}
.wp-container-7 > * {
  max-width: 100% !important;
}
.wp-container-7 > * {
  margin-top: 24px !important;
}

/* --Fonts- */
#BlackBoldMed {
  font-size: 20pt;
  font-weight: bold;
  font-family: revert;
  margin: 0;
  margin-bottom: 9px;
  color: #333;
}
#WhiteBoldMed {
  font-size: 20pt;
  font-weight: bold;
  font-family: revert;
  margin: 0;
  color: white;
}
.HPriceHolder {
  width: 95px;
}
.HBluePrice {
  color: #0a314d;
  margin-left: 25px;
  font-size: 22pt;
  font-weight: bolder;
  clear: both;
  margin-bottom: 9px;
}
.HRedPrice {
  color: #901414;
  margin-left: 25px;
  font-size: 18pt;
  font-weight: bolder;
  margin-top: -6px;
  text-decoration: line-through;
}
#LargeLtYellowBold {
    font-size: 19pt;
    text-decoration: underline;
    color: #f9e2b3 !important;
    text-align: center;
    margin-top: 22px;
    font-weight: bold;
}

#MedLtGreenBold{
	color:#6de064;
	font-size: 21pt;
	font-weight: bold;
	text-align: center;
	margin-top: 15px;
}

/* --Header Footer- */
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  margin-top: 14px;
  font-weight: bold;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  margin-top: -2px !important;
}
header .wp-container-5 {
  max-width: 100% !important;
  height: 43px !important;
  margin-top: 3px !important;
  color: white;
  margin-bottom: 90px;
  border-bottom: solid 1px white !important;
}

.wp-block-navigation-item__label:after {
  font-family: ETmodules;
  content: " ▼";
  font-size: 12px;
  font-weight: 800;
  color: white;
  font-weight: bold;
}

.wp-block-navigation .wp-block-navigation-item a:hover {
  text-decoration: none !important;
  color: white;
}

.SecondaryMenuBar {
  text-align: right;
  font-size: 12pt;
  max-width: 1200px !important;
}

.SecondaryMenuBar a {
  color: white !important;
  text-decoration: none !important;
}
.SecondaryMenuBar a:hover {
  color: #f9e2a7 !important;
  text-decoration: none !important;
}




/* --Home Page- */
.InfoPop{
	margin: auto;
    text-align: center;
    float: right;
    margin-top: 260px;
    margin-right: 350px;
	font-size: 16pt;
	padding-bottom: 86px;
}
#InfoPopImg {
    float: left;
    margin-right: 10px;
    mix-blend-mode: darken;
    padding-bottom: 14px;
}
.FunInfoContent {
    width: 398px;
    display: none;
    margin-left: -16px !important;
    margin-top: 11px !important;
    position: absolute;
    display: none;
    text-align: left;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 1%, #eaeaea 2%, #ffffff 16%, #ffffff 82%, #eaeaea 99%, #eaeaea 99%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 1%,#eaeaea 2%,#ffffff 16%,#ffffff 82%,#eaeaea 99%,#eaeaea 99%,#ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 1%,#eaeaea 2%,#ffffff 16%,#ffffff 82%,#eaeaea 99%,#eaeaea 99%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    padding: 10.5px;
    border-radius: 12px;
    color: #353a3e;
    font-size: 10.5pt;
    border: solid 2px #951515;
    line-height: 17px;
    -webkit-box-shadow: 4px 11px 26px -1px rgb(0 0 0 / 29%);
    -moz-box-shadow: 4px 11px 26px -1px rgba(0,0,0,0.29);
    box-shadow: 4px 11px 26px -1px rgb(0 0 0 / 29%);
    border-bottom: solid 7px #951515;
    border-top: solid 5px #951515;
}
.InfoPop:hover .FunInfoContent {
    display: block;
    z-index: 9;
}
TicketsSubTitleCont{
	width:67%;
}


#MainContParags{
	width:61%;
}


.MobileThreeTixCont {
    display:none;
}
.MaroonMedLink{
    text-align: center;
    margin-top: 17px;
}
.MaroonMedLink a{
    color: #9b3333;
    font-size: 14pt;
    font-weight: bold;
    text-decoration: underline;
}
.AlohaWelcome{
	float:left;
	width:215px;
	height:75px;
	color:white;
	font-weight:bold;
	text-align:center;
	padding-top:14px;
	background-image: url(/wp-content/uploads/2022/05/AlohaTitleBG.png);
  background-position: top center;
  background-repeat: no-repeat;
	margin-top: -50px;
	font-size:13.5pt;
	    margin-bottom: -20px;
}
.PriceMatch{
	float:right;
	width:190px;
	height:75px;
	color:#ff6580 !important;
	font-weight:bold;
	text-align:center;
	padding-top:14px;
	background-image: url(/wp-content/uploads/2022/05/PriceMatch.png);
  background-position: top center;
  background-repeat: no-repeat;
	margin-top: -50px;
	font-size:13pt;
	    margin-bottom: -20px;
}

.PriceMatch:hover {
    color: #209315 !important;
}
.HomeBlueContentCont {
    background-color: #072539;
    color: white;
    border-radius: 8px;
    width: 369px;
    padding: 18px 25px;
    margin: auto;
    margin-top: 2px;
    border: solid 1px #6e95b68a;
}
#IncludedArrow{
    margin-top: 10px;
    margin-left: -52px;
}
#GreenArrowCurved {
    float: right;
    margin-right: -30px;
    margin-top: -65px;
	margin-bottom: -50px;
}
.HomePlanVisitContent {
    color: white;
    text-align: center;
    width: 300px;
    margin: auto;
	    font-size: 11.5pt;
}
.HomeTourBox {
  width: 777px;
  height: 315px;
  background-image: url(/wp-content/uploads/2022/05/HomeTour1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
}
.HomeTourBoxTwo {
  width: 777px;
  height: 315px;
  background-image: url(/wp-content/uploads/2022/05/HomeTour2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -22px;
}
.TixvsToursCont {
    border: solid 2px white;
    border-radius: 0 0 8px 8px;
    width: 351px;
    margin: auto;
    margin-top: -1px;
    padding: 15px 23px;
    height: 250px;
    background: rgb(224,224,224);
    background: -moz-linear-gradient(top, rgba(224,224,224,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(224,224,224,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 );
}

.TixvsToursCont h3{
	text-align:center !important;
	font-size:16pt !important;
	font-weight:bold !important;
	color: #0a314d !important;
	text-decoration: underline;
}
.HomeTourBox h2,
.HomeTourBoxTwo h2 {
  padding: 24px 24px 0;
  font-size: 18pt;
  font-family: system-ui;
  font-weight: bolder;
  color: #203748;
  margin-bottom: 0;
}
.HomeTourBox p,
.HomeTourBoxTwo p {
  padding-left: 24px;
  font-size: 14pt;
  font-family: system-ui;
  color: #444;
  margin: 0;
}
.HomeTourBox ul,
.HomeTourBoxTwo ul {
  margin-left: 168px;
  font-size: 11pt;
  margin-bottom: -123px;
  margin-top: 25px;
}
HomeTourBox a {
  text-decoration: none !important;
}

.TicketsContainer {
  max-width: 1200px;
  margin: auto;
  min-height: 570px;
  padding-left: 35px;
	text-align: center;
}
.TicketsContainer p {
  margin-top: 0 !important;
  margin-bottom: -45px;
}
.TicketsContainer h2 {
  margin-bottom: 0 !important;
}
.BookTourGreenSmall {
    background-color: #219315;
    padding: 6px 0 5px 0;
    border-radius: 4px;
    border: solid 1px black;
    width: 119%;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    box-shadow: inset 0px 0px 3px #000;
	margin:auto;
}
.BookTourGreenSmall a {
  text-decoration: none !important;
	color:white;
}
.BookTourGreenSmall a:hover {
  color: black;
}
.BookTourGreenSmall:hover {
  background-color: #27c917;
  color: black !important;
}
.BlueRightDrkBlueBG {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#072539+0,0a314d+100 */
background: rgb(7,37,57); /* Old browsers */
background: -moz-linear-gradient(top, rgba(7,37,57,1) 0%, rgba(10,49,77,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(7,37,57,1) 0%,rgba(10,49,77,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(7,37,57,1) 0%,rgba(10,49,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#072539', endColorstr='#0a314d',GradientType=0 ); /* IE6-9 */
    width: 100%;
    height: 86px;
    margin-top: 24px;
    border-top: solid 2px #3f627c;
}
.BlueRightDrkBlueBG a{
	color:white !important;
}
.HPriceHolder a{
	color:white !important;
}
.PercOff {
  float: right;
  color: white;
  margin: 9px 14px;
  font-size: 21pt;
  line-height: 21pt;
}
.PassportTix {
  margin-top: 60px;
  width: 777px;
  height: 391px;
  float: left;
  background-image: url(/wp-content/uploads/2022/05/TixArizMem.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align:left;
}

.PassportTix h2 {
  padding: 63px 33px 0;
  font-size: 20pt;
  font-family: system-ui;
  font-weight: bolder;
  color: #333;
  margin-left: 45px;
}
.ArizTixBottomText{
  text-align:center;
	width:100%;
	margin: 290px auto 0 auto;
}
.PassportTix p {
  margin-left: 76px;
}
.ArizonaMemorialShuttleBG{
	height: 518px;
	width:100%;
	background-image: url(/wp-content/uploads/2022/05/ArizMemShuttleBG.jpg);
  background-position: top center;
  background-repeat: no-repeat;
	margin-top: 25px;
	
}
.ArizMemShuttleContent{
	width: 757px;
    height: 190px;
    margin: auto;
}
.TixPassPriceBox {
    background-color: white;
    border: solid 2px green;
    text-align: center;
    padding: 8px 0;
    margin-top: 9px;
    width: 228px;
    font-size: 12pt;
}
.TixPassLeft {
  float: left;
    margin-left: 85px;
    margin-top: 67px;
}
.TixPassLeft img{
	vertical-align: bottom;
}
.TixPassLeft img,
.TixPassRight img {
  vertical-align: text-top;
}

.TixPassLeft ul {
  color: green;
  font-weight: bold;
  list-style-type: none;
}
#TixLeftRedFont {
  color: darkred;
  font-weight: bold;
}
.TixPassRight {
  float: right;
  margin: 68px 84px 0 0;
}
.ThreeTixCont {
  float: right;
  width: 377px;
}
.TixsOne {
  width: 383px;
  height: auto;
  margin-bottom: 15px;
  margin-top: -20px;
}
.TixsOne img:hover,
.TixsTwo img:hover,
.TixsThree img:hover {
  filter: drop-shadow(2px 4px 3px #666);
  border: solid 2px green;
}
.TixsTwo {
  width: 383px;
  height: auto;
  margin-bottom: 15px;
  margin-top: -19px;
}
.TixsThree {
  width: 382px;
  height: auto;
  margin-bottom: 15px;
  margin-top: -27px;
  margin-top: -19px;
}
.ViewAllToursButton {
  width: 777px;
  height: 48px;
  background-color: #219315;
  border-radius: 5px;
  margin-bottom: -34px;
  color: white;
  text-align: center;
  padding-top: 13px;
  font-size: 20pt;
}
.ViewAllToursButton a {
  text-decoration: none !important;
}
.ViewAllToursButton:hover {
  width: 779px;
  background-color: #27c917;
  border: solid 2px #333;
  height: 48px;
  padding-top: 10px;
  color: #333;
}
.page-id-16 .wp-container-6 > .alignwide {
  display: none;
}
.wp-container-7 {
  margin-top: -55px !important;
}
.HomeHeader {
  height: 529px;
  width: 100%;
  background-image: url(/wp-content/uploads/2022/04/Header-BG-Cut.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  border-top: solid white 2px;
}
.RedBar {
  height: 23px;
  width: 100%;
  margin-top: -2px !important;
  border-top: solid 2px white;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#961515+0,6f1010+100 */
  background: #961515; /* Old browsers */
  background: -moz-linear-gradient(top, #961515 0%, #6f1010 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #961515 0%, #6f1010 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #961515 0%, #6f1010 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#961515', endColorstr='#6f1010',GradientType=0 ); /* IE6-9 */
}
.RedBar h1 {
  margin: 0 !important;
  font-size: 22pt;
  padding: 23px 32%;
  font-weight: 500;
  font-family: revert;
}
.HomeBlueWelcome {
width: 405px;
    height: 800px;
    background-color: #0a314d;
    float: right;
    margin-top: 94px;
	margin-right: 19px;
	border-radius: 0 0 12px 12px;
}
}
.wp-container-7 > .HomeBlueWelcome {
  margin-right: 20% !important;
  margin-top: 100px !important;
  border: solid 2px white;
}
.HomeBlueWelcome {
  filter: drop-shadow(0 0 0.75rem #062135);
}
.MainContentBody {
  margin: auto;
  max-width: 1132px;
  width: 85%;
  padding: 34px 0;
}
.MainContentBody p{
  padding-right:15px;
}
.WhiteBGFade {
  width: 100%;
  margin-top: 0 !important;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9ca7af+0,ffffff+11,ffffff+100 */
  background: #9ca7af; /* Old browsers */
  background: -moz-linear-gradient(top, #9ca7af 0%, #ffffff 11%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #9ca7af 0%, #ffffff 11%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #9ca7af 0%, #ffffff 11%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ca7af', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.ShuttlePosition {
    float: right;
    max-width: 374px;
    margin-top: -325px;
    margin-right: -40px;
	line-height: 33.5px;
}
.ShuttlePosition a{
background-color: #219315;
    padding: 6px 14px;
    border-radius: 8px;
    color: white;
    font-size: 14pt;
    line-height: 35pt;
}
.ShuttlePosition a:hover{
background-color: #219315;
    background-color: #27c917;
    color: #333;
}


.wp-container-12 .alignfull {
  max-width: 100% !important;
}
.wp-block-navigation .wp-block-navigation-item {
  color: #f9e2b3;
}
.wp-container-5 > .alignwide {
  max-width: 1200px !important;
}
.wp-container-12 {
  background-color: #0a314d;
  border-bottom: solid 2px #f9e2b3;
  height: 125px;
  padding-top: 0 !important;
}

.wp-container-9 > * {
  padding-top: 15px;
}
main {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dddddd+0,ffffff+100 */
  background: #dddddd; /* Old browsers */
  background: -moz-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dddddd 0%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.wp-site-blocks > * {
  margin-top: 0px !important;
}
.wp-container-5 {
  background-color: #0a314d;
  border-bottom: solid 3px white;
  border-top: solid 1px #f9e2b3;
  max-width: 100% !important;
  width: 100% !important;
  height: 84px;
  margin-top: 47px !important;
}
.wp-container-7 > .alignwide {
  max-width: 100% !important;
}
.wp-container-4 > * {
  margin: 0;
  margin-top: -31px !important;
}
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align="full"] > .wp-block-group,
.is-root-container .wp-block[data-align="full"] > .wp-block-cover {
  padding-left: 0;
  padding-right: 0;
}
.wp-container-11 > .alignwide {
  padding-top: 2rem !important;
}

.wp-container-5 > .alignwide {
  padding-top: 0 !important;
}

@media (max-width: 2560px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 670px !important;
  }
}
@media (max-width: 2559px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 23% !important;
  }
  .RedBar h1 {
    margin: 0 !important;
    font-size: 22pt;
    padding: 23px 29%;
    font-weight: 500;
  }
}
@media (max-width: 1920px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 352px !important;
  }
  .RedBar h1 {
    padding: 23px 25%;
  }
}
@media (max-width: 1919px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 19% !important;
  }
}
@media (max-width: 1750px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 15% !important;
  }
}
@media (max-width: 1536px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 160px !important;
  }
  .RedBar h1 {
    padding: 25px 19%;
  }
.ArizonaMemorialShuttleBG {
    background-position: top left;
}
.ArizMemShuttleContent {
    margin-left: 30%;
}
}
@media (max-width: 1535px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 10% !important;
  }
}
@media (max-width: 1440px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 138px !important;
  }
  .RedBar h1 {
    padding: 25px 15%;
  }
}
@media (max-width: 1366px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 74px !important;
  }
}
@media (max-width: 1342px) {
.ShuttlePosition {
    max-width: 334px;
}
}
@media (max-width: 1280px) {
  .wp-container-7 > .HomeBlueWelcome {
    margin-right: 3% !important;
  }
  .RedBar h1 {
    padding: 25px 11%;
}
.MainContentBody{
	width: 100%;
	padding-left:25px;
	padding-right:25px;
}
.HomeHeader {
    background-position: 54%;
}
.InfoPop {
    margin-top: 274px;
    margin-right: 375px;
}	
}
@media (max-width: 1250px) {
  .wp-container-5 > .alignwide {
    padding: 0 25px;
  }
  .RedBar h1 {
    padding: 25px 6.5%;
  }
.ArizMemShuttleContent {
    margin-left: 30%;
}
}

@media (max-width: 1210px) {
.ThreeTixCont {
    display:none;
}
.MobileThreeTixCont {
    display: block;
    max-width: 1050px;
    margin-top: 498px;
}
.MobileThreeTixCont a{
		display:inline-block;
	}
.TixsOne {
    width: 268px;
}
.TixsThree {
    width: 272px;
}
.TixsTwo {
    width: 268px;
}
.TicketsContainer {
    max-width: 850px;
    padding-left: 15px;
}
.FunInfoContent {
    width: 293px;
    margin-left: -19px !important;
}
.ArizonaMemorialShuttleBG {
    background-position: 90% 0;
    background-size: 100%;
	margin-top: 25px;
}
.ArizMemShuttleContent {
    width: 297px;
    height: 190px;
    padding-top: 291px;
    text-align: center;
}
}
@media (max-width: 1147px) {
.ShuttlePosition {
    max-width: 303px;
}
}
@media (max-width: 1119px) {
.HomeTourBox {
  width: 431px;
  height: 497px;
  background-image: url(/wp-content/uploads/2022/05/M-HomeTour1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-left: 29px;
  margin-top: 15px;
}
.HomeTourBoxTwo {
  width: 431px;
  height: 497px;
  background-image: url(/wp-content/uploads/2022/05/M-HomeTour2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  margin-left: 29px;
  margin-top: -9px;
}
.ShuttlePosition {
    max-width: 465px;
    margin-top: -475px;
	margin-right: 10px;
}
.HomeTourBox h2, .HomeTourBoxTwo h2 {
    padding: 250px 24px 0;
}
.ViewAllToursButton {
    width: 432px;
	margin-left: 30px;
}
.ViewAllToursButton:hover {
    width: 430px;
}	
.RedBar h1 {
    padding: 25px 0;
	font-size: 19pt;
}
.RedBar {
    padding-left: 3%;
}
.HomeBlueWelcome {
    margin-left: 25px;
}
#left-area ul {
    line-height: 17pt;
}
.InfoPop {
    margin-right: 111px;
	margin-top: 194px;
}	
}
@media (max-width: 1050px) {
  .wp-container-6 > .alignwide {
    padding: 0 25px;
  }
	#BlackBoldMed {
    font-size: 18pt;
}
.ShuttlePosition {
    max-width: 405px;
}

}


@media (max-width: 1023px) {

}
@media (max-width: 980px) {
#main-content {
    margin-bottom: 0 !important;
}

}



@media (max-width: 943px) {
	.InfoPop {
    display:none;
}
.RedBar h1 {
    font-size: 17pt;
}
#BlackBoldMed {
    font-size: 16pt;
}
.HomeTourBox, .HomeTourBoxTwo {
    margin-left: 0;
}	
.ViewAllToursButton {
    margin-left: 0;
}

.ShuttlePosition {
    max-width: 365px;
}
}

@media (max-width: 880px) {
.HomeBlueWelcome {
    float: none;
    margin: auto;
    margin-bottom: -1259px;
    margin-top: 375px;
    height: 686px;
}
.HomeHeader {
    background-position: 44%;
}
.ShuttlePosition {
    max-width: 429px;
    margin-bottom: 25px;
    margin-top: 25px;
	float:none;
}
.RedBar h1, .HomeBlueWelcome #LargeLtYellowBold{
	display:none;
}
.MainContentBody {
    padding-top: 743px;
	max-width: 460px;
}
#MainContParags{
	width:100%;
}
	#IncludedArrow{
		display:none;
	}
.MobileThreeTixCont {
    text-align: center;
}

}
@media (max-width: 847px) {
	.TicketsContainer {
    padding-left: 11px;
}
	.HomeTourBox, .HomeTourBoxTwo, .ViewAllToursButton {
    margin-left: auto;
		margin:auto;
}
.TixsOne, .TixsTwo, .TixsThree {
    margin-left: -9px;
}	
.MainContentBody {
    padding-left: 14px;
    padding-right: 14px;
	max-width: 460px;
}
.ArizonaMemorialShuttleBG {
    background-position: -3% 0;
    background-size: 140%;
}
.TicketsContainer {
    text-align: center;
}
}

@media (max-width: 815px) {
.PassportTix {
    width: 100%;
	max-width:426px;
    height: 713px;
    float: none;
    background-image: url(/wp-content/uploads/2022/05/MobilePassportTixBG.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    text-align: left;
	margin: auto;
	    margin-top: 77px;
}
.PassportTix h2 {
    margin-left: 30px;
	    padding: 254px 29px 8px;
}
.PassportTix p {
    margin-left: 34px;
}
.TixPassLeft {
    margin-left: 48px;
}
.TixPassRight {
    float: right;
    margin: 0px 90px 0px 0;
}
.ArizTixBottomText {
    margin: 429px auto 0 auto;
}
.TixPassPriceBox {
    margin-bottom: 15px;
}
.MobileThreeTixCont {
    margin-top: 80px;
}
.TixsTwo, .TixsOne, .TixsThree {
    width: auto;
}
}

@media (max-width: 800px) {
TicketsSubTitleCont{
	width:67%;
	width:100%;
	text-align:center;
}
}

@media (max-width: 639px) {
.TixPassLeft {
    margin-left: 63px;
}
}

@media (max-width: 600px) {
.ArizonaMemorialShuttleBG {
    background-position: 0% -10px;
    background-size: 170%;
}
.ArizMemShuttleContent {
    margin-left: auto;
	margin:auto;
}
.HomeTourBox, .HomeTourBoxTwo {
    background-position: top right;
}
}
@media (max-width: 530px) {
.ArizonaMemorialShuttleBG {
    background-position: 0% -53px;
    background-size: 223%;
}
.TicketsContainer {
    padding-top: 19px;
}
}
@media (max-width: 479px) {
	.MainContentBody {
    padding-left: 6%;
    padding-right: 7px;
}
}
@media (max-width: 460px) {
.HomeTourBox, .HomeTourBoxTwo, .ViewAllToursButton {
    width:100%;
}
.HomeTourBox h2, .HomeTourBoxTwo h2 {
    padding: 250px 7px 0;
	font-size: 18pt;
}
.HomeTourBox p, .HomeTourBoxTwo p {
    padding-left: 8px;
	font-size: 11pt;
}
.HBluePrice, .HRedPrice {
    margin-bottom: 9px;
}
.HPriceHolder {
    margin-left: -14px;
}
#left-area ul {
    padding: 0 0 11px 0em !important;
    font-size: 10pt;
}
.HomeTourBox ul, .HomeTourBoxTwo ul {
    margin-left: 159px;
}
	#BlackBoldMed {
    font-size: 15pt;
}
.ViewAllToursButton:hover {
    width: 100%;
}
.TixPassLeft {
    margin-left: 63px;
}
.TixPassRight {
    float: left;
    margin: 0px 0 0px 65px;
}
.PassportTix h2 {
    margin-left: 34px;
    padding: 257px 0 8px;
}	
.ShuttlePosition{
		width:95%;
}	
}
@media (max-width: 432px) {
.ArizonaMemorialShuttleBG {
    background-position: 0% -101px;
    background-size: 300%;
}
.HomeBlueWelcome {
    width: 100% !important;
	padding-top: 1px;
}
.PriceMatch {
    width: 46%;
}
.AlohaWelcome {
    width: 54%;
	background-position: top right;
	background-size: contain;
	margin-top: -53px;
}
.TixPassLeft {
    margin-top: 56px;
}	
.HomeBlueContentCont {
    border-radius: 8px;
    width: 94%;
    padding: 13px 16px;
}
#BlackBoldMed {
    font-size: 13pt;
}
.PassportTix h2,.PassportTix p {
    margin-left: 3%;
}
.TixPassLeft {
    margin-left: 41px;
}
.TixPassRight {
    margin: 0px 0 0px 43px;
}
.MainContentBody p, .MainContentBody h2{
    padding-right: 5px;
    padding-left: 3%;
}
.et_header_style_left #logo, .et_header_style_split #logo {
    max-width: 67% !important;
    margin-top: -54px !important;
}
}
@media (max-width: 414px) {
.AlohaWelcome {
    margin-top: -50px;
}
#LargeLtYellowBold {
    font-size: 16pt;
}
}
@media (max-width: 375px) {
.AlohaWelcome {
    width: 59%;
}
.PriceMatch {
    width: 41%;
}
.HPriceHolder .BookTourGreenSmall {
    width: 111px;
}
.ArizMemShuttleContent {
    padding-top: 241px;
}
.ArizonaMemorialShuttleBG {
    background-position: 0% -145px;
    background-size: 347%;
}
.HomeTourBox ul, .HomeTourBoxTwo ul {
    margin-left: 139px;
}
.HomeTourBox li, .HomeTourBoxTwo li {
	list-style-type: none;
}
.main-footer-wrapper {
    padding-top: 8px;
}
.AlohaWelcome {
    margin-top: -49px;
}
}
@media (max-width: 320px) {
	.AlohaWelcome {
    margin-top: -43px;
	font-size: 11.5pt;
	padding-top: 8px;
}
}
