﻿body {
  -webkit-font-smoothing: antialiased;
  color: #444444;
  font-family: "Gotham A", "Gotham B", "Gotham", "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Gotham A", "Gotham B", "Gotham", "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #444444;
  margin: 0 0 0.75em;
  letter-spacing: .075rem; }

h1 {
  font-size: 20px;
  font-size: 2.125rem;
  color: #063057; }

h2 {
  font-size: 18px;
  font-size: 1.625rem; }

h3 {
  font-size: 14px;
  font-size: 1.375rem;
  margin-bottom: 5px;
}

h4 {
  font-size: 12px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}

h5 {
  font-size: 16px;
  font-size: 1rem; }

h6 {
  font-size: 16px;
  font-size: 1rem; }

p {
  margin: 0 0 0.75em; }

a {
  color: #004b85;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
          transition: color 0.3s ease;
  cursor: pointer; }
  a:active, a:focus, a:hover {
    color: #002039; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #afafaf;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img, picture {
  margin: 0;
  max-width: 100%; }

ul, ol {
  list-style-type: disc;
  margin: 0;
 }


dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

html, body {
  height: 100%; }

body {
  background: #ffffff;
  -w}

.header-container,
.content-container,
.footer-container {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
}

.content-container {
  background: #f0ebe1;
  padding-bottom: 60px; }

.row {
  clear: both;
  float: left;
  width: 100%;
  padding: 15px 20px; }

.header-container {
  background: #fff;
  box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.2);
  z-index: 1; }

.logo{display:inline-block;margin:10px 10px 10px 0}.logo a{display:block}.logo a img{width:200px}@media screen and (min-width:1024px){.logo{margin-bottom:5px}}
  
 .vendorlogo{
display: inline-block;
margin: 10px 10px 10px 0px;
float: right;

  }
 .vendorlogo img {zoom: 75%}
 

.main-col {
  display: block;
  float: left;
  width: 100%; }


.chromeframe {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
  background-color: #f50000;
  background-image: -webkit-linear-gradient(#f50000, #d30000);
  background-image: linear-gradient(#f50000, #d30000);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  color: #fff;
  text-align: center; }
  .chromeframe a {
    text-decoration: underline;
    color: #fff;
    font-style: italic; }

.alert-box {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: .9rem;
  background: #be1e2d;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .3s ease;
          transition: all .3s ease; }
  .alert-box.info {
    background: #f58220;
    border: 1px solid #d8690a;
    display: block;
    max-height: 5rem;
    opacity: 1;
    padding: 10px;
    z-index: 99999; }
  .alert-box.error {
    background: #be1e2d;
    border: 1px solid #921723;
    display: block;
    max-height: 5rem;
    opacity: 1;
    padding: 10px;
    z-index: 99999; }
  .alert-box.success {
    background: #4caf50;
    border: 1px solid #3d8b40;
    display: block;
    max-height: 5rem;
    opacity: 1;
    padding: 10px;
    z-index: 99999; }
  .alert-box .wrapper > div {
    display: inline-block;
    margin-right: 10px; }
  .alert-box .close {
    display: inline-block;
    cursor: pointer;
    font-family: 'icomoon'; }




.clear {
  clear: both; }

.center {
  text-align: center; }

.img-left {
  float: left;
  margin: 0 10px 10px 0; }

.img-right {
  float: right;
  margin: 0 0 10px 10px; }

div#vendorlogo{float: right;}

.delivery-formats .formats > li {
	position: relative;
	display: block;
	margin: 0 0 0;
	background: #fff;
	text-align: center;
	border: 1px solid #d7d7d7;
	border-radius: 8px 8px 8px 8px;
	vertical-align: top;
}
.delivery-formats .formats > li .format-type {
	padding: 20px 10px 0;
}
.delivery-formats .formats > li .format-type img {
	height: 40px;
	width: auto;
	margin: 0 0 20px;
}
.delivery-formats .formats > li .format-type h2 {
	font-size: 14px;
	font-size: .875rem;
	letter-spacing: normal;
	text-transform: uppercase;
	font-weight: 300;
}

.delivery-formats .formats > li .format-info {
	padding: 10px;
}
.delivery-formats .formats > li .price {
	margin: 0;
}
.delivery-formats .formats > li .price strong {
	font-size: 19px;
	font-size: 1.1875rem;
	color: #004b85;
	font-weight: normal;
}
.delivery-formats .formats > li .price .currency {
	text-transform: uppercase;
	color: #828282;
	font-size: 13px;
	font-size: .8125rem;
}


.delivery-formats .formats > li .btn.btn-bare {
	background: #fff;
	color: #004b85;
}
.delivery-formats .formats > li .btn.btn-buy .icon {
	vertical-align: middle;
	margin-top: -5px;
}
@media screen and (min-width:768px)and (max-width:1023px){
.delivery-formats .formats {
	text-align: center;
}
.delivery-formats .formats > li {
	display: inline-block;
	width: 250px;
}
.delivery-formats .formats>li:nth-last-child(n+2):nth-last-child(-n+2):first-child,.delivery-formats .formats>li:nth-last-child(n+2):nth-last-child(-n+2):first-child~li,.delivery-formats .formats>li:nth-last-child(n+4):nth-last-child(-n+4):first-child,.delivery-formats .formats>li:nth-last-child(n+4):nth-last-child(-n+4):first-child~li{width:45%}
.delivery-formats .formats>li:nth-last-child(n+3):nth-last-child(-n+3):first-child,.delivery-formats .formats>li:nth-last-child(n+3):nth-last-child(-n+3):first-child~li,.delivery-formats .formats>li:nth-last-child(n+5):nth-last-child(-n+5):first-child,.delivery-formats .formats>li:nth-last-child(n+5):nth-last-child(-n+5):first-child~li,.delivery-formats .formats>li:nth-last-child(n+6):nth-last-child(-n+6):first-child,.delivery-formats .formats>li:nth-last-child(n+6):nth-last-child(-n+6):first-child~li{width:30%}
}
@media screen and (min-width:1024px){
.delivery-formats .formats {
	text-align: center;
}
.delivery-formats .formats > li {
	display: inline-block;
	width: 250px;
}
.delivery-formats .formats>li:nth-last-child(n+2):nth-last-child(-n+2):first-child,.delivery-formats .formats>li:nth-last-child(n+2):nth-last-child(-n+2):first-child~li{width:250px}
.delivery-formats .formats>li:nth-last-child(n+3):nth-last-child(-n+3):first-child,.delivery-formats .formats>li:nth-last-child(n+3):nth-last-child(-n+3):first-child~li{width:250px}
.delivery-formats .formats>li:nth-last-child(n+4):nth-last-child(-n+4):first-child,.delivery-formats .formats>li:nth-last-child(n+4):nth-last-child(-n+4):first-child~li{width:22%}
.delivery-formats .formats>li:nth-last-child(n+5):nth-last-child(-n+5):first-child,.delivery-formats .formats>li:nth-last-child(n+5):nth-last-child(-n+5):first-child~li{width:18%}
.delivery-formats .formats>li:nth-last-child(n+6):nth-last-child(-n+6):first-child,.delivery-formats .formats>li:nth-last-child(n+6):nth-last-child(-n+6):first-child~li{width:16%}
}



.dates {
    background-color: #f2f2f2;
    padding: 10px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
    border: 1px solid #d7d7d7;
	border-radius: 8px 8px 8px 8px;

}

.locationclass {
    display: block;
    list-style-type: none;

}
