body { margin:0px; 
	padding:0px; 
}

/* global font family assignment */
body, input, textarea, select, button {
	font-family: Myriad-pro, myriad, Arial, Helvetica, sans-serif;
}



#headerbox {
	width:100%;
	height:auto;
	margin-bottom:15px;
}

#logo {
  float: left ;
  width: 35% ;
  height:auto;
  margin-bottom:10px;
  
}
#address {
  float: right;
  width: 60%;
  height:auto;
  padding:20px 10px 0px 0px;
  text-align:right;
  font-size:12pt;
	color:#000000;
	margin-bottom:10px;
}





/*Responsive Styles ========================================================== */
/*Responsive Styles ====================================================WIDE */
/*Responsive Styles ========================================================== */

@media screen and (max-width : 925px){

#headerbox {
	
	display:none;
}


.mobilemenuleft {
	float:left;
	width: 60%;
}

.mobilemenuright {
	float:right;
	text-align:right;
	width: 35%;
}

.fullmenu {
	display:none;
}

.dropdown {
	visibility: hidden;
	display:none;
}

.mobilemenu {
	visibility: visible;
	display:block;
}

	.topnav {
		text-align:left;
	}
}

/* SHOPPING CART PAGE */
.StoreLargeButtonClear {
	text-transform: uppercase;
	color: #636466;
	font-weight: 600;
	border-radius: 0.5rem;
	display: inline-block;
	font-family: myriad-pro,myriad,sans-serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 0.5rem 1rem;
	text-align: center;
	background-color: #fff;
	border: 2px solid #ddd;
	cursor: pointer;
}

.StoreLargeButtonGreen {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 0.5rem;
	display: inline-block;
	font-family: myriad-pro,myriad,sans-serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 0.5rem 1rem;
	text-align: center;
	background-color: #80aca8;
	border: none;
	cursor: pointer;
}

.StoreLargeButtonBlue {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
	border-radius: 0.5rem;
	display: inline-block;
	font-family: myriad-pro,myriad,sans-serif;
	font-size: 1.125rem;
	line-height: 1.75rem;
	padding: 0.5rem 1rem;
	text-align: center;
	background-color: #54749f;
	border: none;
}

@media only screen and (max-width: 50em) {
	.StoreLargeButtonClear {
		display: block;
		margin: auto;
	}
}

/* ITEM DATA STACKING B0XES */
.CartOuterBox {
	display: block;
	padding: 2rem 0px; 
}

.CartTitleBox {
	display: inline-block;
	width: 55%;
	margin-right: 4%;
	vertical-align: middle;
}

.CartDataBox {
	display: inline-block;
	width: 40%;
	vertical-align: middle;
	min-width: 325px;
}

.CartDataBox table {
	width: 100%;
    max-width: 400px;
    background: #fff;
    font-size: 16pt;
    font-family: Myriad-pro, myriad, arial, helvetica, sans-serif;
    margin-left: auto;
}

.CartDataBox table .StoreInputBoxQuan + a {
	display: inline-block;
	padding: 6px;
	vertical-align: middle;
}

.CartItemTopLine {
	padding: 10px;
	border-top: 1px solid #ddd;
}

.CartItemBottomLine {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.CartItemBottomSpace {
	padding: 10px;
	border-bottom: 0px solid #ddd;
}

/* DONATION SECTION */
.DonationBoxesContainerSmall {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.DonationLineBorderSmall {
    display: inline-block;
    height: 52px;
    min-width: 40px;
    border: none;
    margin-right: 0.55rem;
}

.DonationLineBoxSmall {
    text-align: center;
    border: 2px solid #80aca8;
    height: 1.65rem;
    min-width: 40px;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    padding: 0.3rem 0.6rem;
	border-collapse: revert;
}

.DonationLineSubmitSmall {
    color: #636466;
    font-family: Myriad-pro,myriad, san-serif;
    font-size: 1.65rem;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: #fff;
    cursor: pointer;
    line-height: 2rem;
}


/* SECURE / QUICK MEMBERHIP ALIGNMENT B0XES */
.CartBottomBox {
	display: block;
}

.CartQuickMemBox {
	display: inline-block;
	width: 60%;
	margin: auto;
	vertical-align: center;
	font-size: 18pt;
}

.CartSecureBox {
	width: 35%;
	display: inline-block;
	vertical-align: center;
	min-width: 325px;
	max-width: 400px;
	float: right;
}

@media only screen and (max-width: 50em) {
	.CartTitleBox {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.CartDataBox {
		width: 100%;
	}

	.CartQuickMemBox {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.CartSecureBox {
		width: 100%;
		float: none;
		margin: auto;
		display: block;
	}
}

/* INDIVIDUAL ITEM PAGE */
.IndieItemContainer {
	display: block;
	width:90%;
	padding: 3rem 0px;
	margin:auto;
}

.IndieItemPic {
	display: inline-block;
	width: 40%;
	margin-right: 3%;
	vertical-align: top;
	margin:auto;
	min-width:350px;
}

.IndieItemData {
	width: 55%;
	display:inline-block;
	vertical-align:top;
}

@media only screen and (max-width: 50em) {
	.IndieItemPic {
		width: 100%;
		margin-bottom: 2rem;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	
	.IndieItemData {
		width: 100%;
	}
}


/* =========================================================================== */
/* JP's styles =============================================================== */
/* =========================================================================== */
header ul {
	list-style: none;
	padding-left: 0;
}

ul {
    list-style: disc;
    padding-left: 2.5rem;
	font-size: 1.25rem;
    line-height: 1.75rem;
}

.banner-return-to-msjc {
	background: #e77926;
	color: #ffffff;
	width: 100%;
	padding: 3px;
	text-align: center;
	font-family: Aleo, serif;
}

.banner-return-to-msjc a {
	text-decoration: none;
	color: #fff;
	position: relative;
	padding: 6px 30px;
}

.banner-return-to-msjc a::before {
    border-top: 2px solid white;
    content: '';
    height: 2px;
    width: 12px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.banner-return-to-msjc a::after {
	left: 2px;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #ffffff;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.menu-main-menu-container button {
	font-family: Aleo, serif;
}

@media only screen and (min-width: 460px) {
	.mobile-search-form-container {
		right: 6rem;
	}
}

.mobile-shopping-cart {
	width: 52px;
}

.mobile-shopping-cart svg {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

// Styles specific to the single banner images
.banner-image-desktop {
	display: block;
}

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

@media only screen and (max-width: 480px) {
	.banner-image-desktop {
		display: none;
	}
	
	.banner-image-mobile {
		display: block;
	}
}

// Styles specific to the slider
.slider-container-desktop {
	display: block;
}

.slider-container-mobile {
	display: none;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    height: 40px;
    width: 40px;
}

.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
      content: '';
      display: block;
      border-left: 5px solid rgba(255, 255, 255, 0.7);
      border-top: 5px solid rgba(255, 255, 255, 0.7);
      transform: rotate(-45deg);
      height: 80%;
      width: 80%;
}

.slick-slider .slick-prev:hover::before,
.slick-slider .slick-next:hover::before {
      border-left-color: white;
      border-top-color: white;
}


.slick-slider .slick-prev {
    left: 25px;
    z-index: 3;
}

.slick-slider .slick-prev::before {
	transform: rotate(-45deg);
}

.slick-slider .slick-next {
    right: 25px;
}

.slick-slider .slick-next::before {
    transform: rotate(135deg);
}

@media only screen and (max-width: 480px) {
	.slider-container-desktop {
		display: none;
	}
	
	.slider-container-mobile {
		display: block;
	}
}

.StoreInputBoxQuan {
	font-size: 1.125rem;
    line-height: 1.75rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 2px solid #ddd;
    padding: 0.5rem;
    box-sizing: border-box;
    margin-right: 1rem;
    height: 2.75rem;
}

.store-radio {
	height: 1.5rem;
    width: 1.5rem;
    margin-top: 0.5rem;
}

.store-checkbox {
	height: 1.5rem;
    width: 1.5rem;
	margin-top: 0.4rem;
}

.store-drop-list {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 2px solid #ddd;
    padding: 0.5rem 0.75rem;
    box-sizing: border-box;
    margin-right: 1rem;
}

.store-drop-list-small {
	border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 2px solid #ddd;
    padding: 0.25rem 0.5rem;
    box-sizing: border-box;
    margin-right: 1rem;
}

.StoreGoldbox {
	background: #f2ecc6;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 1rem;
    padding: 20px 30px 40px;
    width: 90%;
    text-align: left;
}

.StoreGoldboxTitle {
   color: #e77926;
   font-size: 24pt;
   font-family: Myriad-pro,myriad,arial,helvetica,sans-serif;
}

.StoreGoldboxText {
   font-size:16pt;
   font-family: Myriad-pro,myriad,arial,helvetica,sans-serif;
   color:#636466;
   text-align:left;
}

.StoreLargeButtonOrange {
    text-transform: uppercase;
	color: white;
    font-weight: 700;
    border-radius: 0.5rem;
    display: inline-block;
    font-family: myriad-pro,myriad,sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0.5rem 1rem;
    text-align: center;
    background-color: #e77926;
    border: none;
}

.DonationCurrency {
	font-size: 1.125rem;
    border-top-left-radius: 0.5rem;
    padding: 0.5rem;
    box-sizing: border-box;
    height: 2.75rem;
    border-bottom-left-radius: 0.5rem;
    border: 2px solid #ddd;
    font-family: Myriad-pro, myriad, Arial, Helvetica, sans-serif;
    background-color: #f4f4f4;
    border-right: none;
    color: #555;
    display: inline-block;
    vertical-align: bottom;
}

.DonationInputBox {
	font-size: 1.125rem;
    line-height: 1.75rem;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
	border: 2px solid #ddd;
    padding: 0.5rem;
    box-sizing: border-box;
    height: 2.75rem;
    margin-right: 1rem;
}

.DonationCustomBox .DonationCurrency {
    font-size: 2rem;
    line-height: 2rem;
	height: 4rem;
    padding: 0.8rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
}

.DonationCustomBox .DonationCustomInputBox {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
	border: 2px solid #ddd;
    padding: 0.8rem;
    box-sizing: border-box;
	height: 4rem;
    margin-right: 0.5rem;
    font-size: 2rem;
    line-height: 2rem;
	color: #636466;
	width: 8rem;
}

.DonationBoxesContainer {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}

.DonationLineBorderLarge {
    display: inline-block;
    height: 75px;
    min-width: 75px;
    border: none;
    margin-right: 0.75rem;
}

.DonationLineBoxLarge {
    text-align: center;
    border: 2px solid #ddd;
    height: 4rem;
    min-width: 75px;
    border-radius: 1rem;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    padding: 0.4rem 0.8rem;
	border-collapse: revert;
}

.DonationLineSubmitLarge {
    color: #636466;
    font-family: Myriad-pro,myriad, san-serif;
    font-size: 2rem;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background: #fff;
    cursor: pointer;
    line-height: 2rem;
}

.DonationOuterBox {
	display: block;
	border-top: 2px solid #ddd;
	padding: 3rem 0px;
}

.DonationOuterBox:last-child {
	border-bottom: 2px solid #ddd;
	margin-bottom: 5rem;
}

.DonationPictureBox {
	display: inline-block;
    width: 30%;
	margin-right: 4%;
    vertical-align: top;
}

.DonationPhoto {
	width: 100%;
	max-width: 400px;
	min-width: 180px;
}

.DonationTextBox {
	width: 65%;
	display:inline-block;
	vertical-align:top
}

.DonationReadMore {
	display: block;
	text-decoration: underline;
}

.DonationBodyText {
	font-family: Myriad-pro, myriad, san-serif;
	color: #636466;
	font-weight: normal;
	font-size: 16pt;
	text-align: left;
}

.DonationTitle {
    color: #277aa5;
	text-align: left;
}

.product-container {
	background:#fff;
}

.product-box {
	display: inline-block;
	width: 25%;
	height: 360px;
	border: 0px solid #999;
	padding: 1.5rem;
	margin: 1rem 0;
	vertical-align: top;
}

.product-image-box {
	height: 250px;
	text-align: center;
}

.product-image-box::after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}

.product-image-box a {
	vertical-align: middle;
    display: inline-block;
}

.product-image {
    max-width: 230px;
    max-height: 230px;
    margin-left: auto;
    margin-right: auto;
}

.product-description {
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-family: Myriad-pro, myriad, san-serif;
	color: #636466;
	text-align: center;
	padding-top: 0.5rem;
}

@media only screen and (max-width: 80em) {
	.product-box {
		width: 33%;
	}
}

@media only screen and (max-width: 60em) {
	.product-box {
		width: 50%;
	}
}

@media only screen and (max-width: 40em) {
	.DonationPictureBox {
		width: 100%;
		margin-bottom: 2rem;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.DonationPhoto {
		margin-left: auto;
		margin-right: auto;
	}
	
	.DonationTextBox {
		width: 100%;
	}
	
	.product-box {
		width: 100%;
	}
}

/* =============================================================================== */
/* End JP's styles =============================================================== */
/* =============================================================================== */






/*Responsive Styles ========================================================== */
/*Responsive Styles ==================================================== PHONE */
/*Responsive Styles ========================================================== */

@media only screen and (max-width: 40em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


#headerbox {
	width:100%;
	height:auto;
	margin-bottom:10px;
}

#logo {
  float: left ;
  width: 25% ;
  height:auto;
  margin-bottom:10px;
  
}
#address {
  float: right;
  width: 70%;
  height:auto;
  padding:0px 0px 0px 0px;
  text-align:right;
  font-size:10pt;
  color:#000000;
}