a.button,
a.button:hover {
  color: rgba(255, 255, 255, 1) !important;
}

#menuContainer,
.whiteButton,
a.button,
h3,
h4,
p {
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
}

#cboxPrevious,
.event-gift-packages #cboxClose,
.event-gift-packages #cboxNext,
.event-gift-packages #cboxSlideshow,
.toggle {
  cursor: pointer;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

a.button.full,
a.button.round {
  border-radius: 5px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: GothamLight;
  src: url(fonts/Gotham-Light.otf);
}

@font-face {
  font-family: GothamMedium;
  src: url(fonts/Gotham-Medium.otf);
}

@font-face {
  font-family: GothamBook;
  src: url(fonts/Gotham-Book.otf);
}

@font-face {
  font-family: GothamBold;
  src: url(fonts/Gotham-Bold.otf);
}

body,
html {
  height: 100%;
}

.clearfix {
  clear: both;
}

a.button {
  letter-spacing: 2px;
  display: inline-block;
  line-height: 2rem;
  font-size: 0.75rem;
  background: rgba(244, 0, 9, 1);
  width: 10rem;
  text-align: center;
  text-transform: uppercase;
  margin: 0.25em 0.5em;
  padding: 0.5em;
}

a.button.full {
  width: 15rem;
  text-align: center;
  line-height: 2.5rem;
}

a:visited,
h4 {
  color: rgba(244, 0, 9, 1);
}

a.signup:before {
  content: "";
  background: url(img/icon-envelope.png) center center no-repeat;
  background-size: contain !important;
  position: relative;
  left: -0.5em;
  top: 0.1em;
  display: inline-block;
  height: 1em;
  width: 2em;
}

.mobileButtons,
.mobileExplore,
.mobileHero {
  display: none;
}

.nomargin {
  margin: 0 !important;
  padding: 0 !important;
}

.left {
  text-align: left;
}

.center {
  text-align: center !important;
}

#menuContainer .button a,
.alert,
.contentHead p,
.whiteButton,
h4 {
  text-align: center;
}

a:hover {
  color: rgba(244, 0, 9, 1) !important;
}

.contentHead p {
  font-size: 1em;
  width: 50%;
  max-width: 1280px;
  margin: 2em auto;
}

h4 {
  font-size: 2em;
  font-weight: 100;
  margin: 0.5em auto;
  vertical-align: top;
  line-height: normal;
}

.whiteButton {
  background: rgba(255, 255, 255, 1);
  color: rgba(244, 0, 9, 1) !important;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  width: 10rem;
  margin: 2rem auto 0;
  padding: 1rem;
}

.moreinfo:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1px;
  right: -2.5em;
  background: url(img/arrow-red.png) center center no-repeat;
  background-size: contain;
  height: 1.5em;
  width: 1.5em;
}

.alert {
  background: red;
  display: none;
  left: 0;
  width: 100%;
  padding: 0.5em 0 1rem;
  z-index: 999;
}

.alert.active {
  display: block;
}

.alert-banner #menuContainer #menu .sub-menu {
  top: 8rem;
}

.alert-banner #menuContainer #menu .right .sub-menu {
  top: 5.125rem;
}

.alert p {
  color: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5em;
  font-size: 12px;
  line-height: 1.25;
}

.alert p a {
  color: #fff !important;
  text-decoration: underline;
  line-height: 1.25 !important;
}

.closeAlert {
  color: #fff;
  position: absolute;
  right: 0.5em;
}

body .gform_wrapper .gform_footer {
  padding: 0 !important;
}

body .gform_wrapper .left_label .gfield_label {
  width: 29%;
}

#footer .gform_wrapper div.validation_error {
  font-size: 0.75em;
}

input[type="submit"] {
  color: rgba(255, 255, 255, 1) !important;
  display: inline-block;
  line-height: 2rem;
  font-size: 0.75rem !important;
  background: rgba(244, 0, 9, 1);
  width: 7rem;
  text-align: center;
  border: 1px solid rgba(244, 0, 9, 1);
  text-transform: uppercase;
  margin: 0 0.5em;
  -webkit-appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#menuContainer .button a,
.tourInside .exhibit h3,
.tourInside .exhibit h3:after {
  -webkit-transition: all 0.25s ease-in-out;
}

input[type="submit"]:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(244, 0, 9, 1) !important;
}

.mobileout {
  height: 100vh;
  width: 100vh;
  position: fixed;
  top: 0;
  display: none;
}

.mobileout.active {
  display: block;
  right: 80%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
}

#menuContainer {
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
  height: 5rem;
  position: fixed;
  left: 0;
  background-color: #fff;
  top: 0;
  border-bottom: 1px solid rgba(205, 205, 205, 1);
}

#menuContainer .logo {
  width: 85%;
  height: auto;
  display: block;
  vertical-align: middle;
  max-width: 300px;
}

#menuContainer a {
  font-size: 1em;
  line-height: 2rem;
  color: #4a4a4a;
}

#menuContainer .button {
  line-height: 2rem;
  color: rgba(255, 255, 255, 1);
}

#menuContainer .button a {
  display: inline-block;
  line-height: 2rem;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 1) !important;
  background: rgba(244, 0, 9, 1);
  border: 1px solid rgba(244, 0, 9, 1);
  width: 7rem;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  border-radius: 5px;
}

#menuContainer .button a:hover {
  background: rgba(255, 255, 255, 1);
  color: rgba(244, 0, 9, 1) !important;
  border: 1px solid rgba(244, 0, 9, 1);
}

#menuContainer .button .sub-menu a {
  color: initial !important;
  border: none !important;
}

#menuContainer .left {
  width: 12%;
  position: absolute;
  display: block;
  height: 5rem;
  max-width: 300px;
  padding: 1.25rem 1rem 1.25rem 1.25rem;
  z-index: 10001;
}

#menuContainer .right {
  display: block;
  width: auto;
  padding: 1.5rem 0.75rem 1.5rem 0;
  font-size: 0.75rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

#menuContainer .right span {
  float: left;
  display: block;
  width: auto;
  padding: 0 0.25rem;
}

#menuContainer #menu .right .sub-menu {
  padding: 10%;
}

#menuContainer #menu div {
  display: inline-block;
  width: auto;
  margin: 0 2% 0 0;
}

#menuContainer #menu .sub-menu {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  padding: 0 15%;
  background: rgba(246, 246, 246, 1);
}

#menuContainer .special .sub-menu,
#menuContainer .tickets .sub-menu {
  display: none;
  position: absolute;
  top: 5rem;
  left: 0.1rem !important;
  width: 20%;
  padding: 2rem;
  font-size: 1.25em;
  background: rgba(246, 246, 246, 1);
}

.slideContainer,
.slider {
  position: relative;
}

#menuContainer .special .sub-menu a,
#menuContainer .tickets .sub-menu a {
  color: rgba(111, 111, 111, 1) !important;
  background: rgba(246, 246, 246, 1);
  width: 100%;
  text-align: left;
  font-size: 1em;
}

#menuContainer .special .sub-menu a:hover,
#menuContainer .tickets .sub-menu a:hover {
  color: rgba(241, 0, 9, 1) !important;
}

#menuContainer .special .sub-menu.active,
#menuContainer .tickets .sub-menu.active {
  display: block;
  padding: 10% !important;
}

#menuContainer #menu #exploremenu .subitem {
  width: 33%;
  vertical-align: top;
}

#menuContainer #menu #bookeventmenu .subitem {
  width: 50%;
}

#menuContainer #menu .subitem {
  width: 33%;
  display: table-cell;
  text-align: left;
  padding: 2rem 0.5rem;
}

#menuContainer #menu .international ul {
  margin: 0;
  padding: 0;
}

#menuContainer #menu .international .sub-menu {
  left: auto;
  margin: 0;
  padding: 1rem;
  right: 0;
  max-width: 25rem;
}

#menuContainer #menu .international .sub-menu a {
  display: block;
  line-height: 2.5;
}

#menuContainer .flag > a {
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
}

#menuContainer .flag > a:before {
  background: url(img/USA.png) center center no-repeat;
  background-size: 1.5rem auto !important;
  content: "";
  display: block;
  height: 2rem;
  width: 2.5rem;
}

#menuContainer .flag > a.de:before {
  background: url(img/Germany.png) center center no-repeat;
}

#menuContainer .flag > a.es:before {
  background: url(img/Spain.png) center center no-repeat;
}

#menuContainer .flag > a.zh-cn:before {
  background: url(img/China.png) center center no-repeat;
}

#internationalmenu .sub-menu a,
#menuContainer .international div #internationalmenu > li > ul > li {
  display: none !important;
}

#internationalmenu .sub-menu.active a,
#menuContainer .international div #internationalmenu > li > ul.active > li,
#menuContainer.active .international div #internationalmenu > li > ul > li {
  display: block !important;
}

#container #menuContainer .calendar {
  display: inline-block;
}

#container #menuContainer .calendar .open_close {
  color: #9e9e9e;
  width: 100%;
  text-align: right;
  padding-top: 0.25em;
}

#container #menuContainer .calendar .open_close_range {
  color: #9e9e9e;
  width: 100%;
  text-align: right;
  font-weight: 600;
  line-height: 1em;
  font-size: 1.25em;
}

#container #menuContainer .calendar .circle .data .closed_text {
  display: none;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: 700;
  line-height: 40px !important;
}

#container #menuContainer .dates {
  background: rgba(255, 255, 255, 1);
  color: rgba(111, 111, 111, 1);
}

#container #menuContainer .current_page_parent a:not(".sub-menu a") {
  color: rgba(241, 0, 9, 1) !important;
}

#container #mobilemenu {
  display: none;
}

#container #menuContainer .inner_promo {
  width: 100%;
  margin: 0 auto;
  display: block;
}

#container #menuContainer li.noborder {
  border-right: none;
}

#container #menuContainer .links {
  display: inline-block;
  float: left;
  margin: 8px 0 0;
  height: 20px;
}

#container #menuContainer .social {
  text-decoration: none !important;
  border: none;
}

#container #menuContainer .social li {
  border: none;
  padding: 10px 2px 0 0;
  margin: 0;
}

#container #menuContainer.headroom {
  transition: transform 0.2s linear;
}

#container #menuContainer.headroom--pinned {
  transform: translateY(0);
}

#container #menuContainer.headroom--unpinned {
  transform: translateY(-100%);
}

#container #menu {
  width: 100%;
  height: auto;
  padding: 1.5rem 1rem 1.5rem 12.5%;
  display: block;
  text-align: center;
}

#container #menu .current-menu-item > a,
#container #menu .current_page_ancestor > a {
  color: rgba(241, 0, 9, 1);
  text-decoration: none;
}

#container #menu .sub-menu .header,
#container #menu .sub-menu .header a,
#container #menu .sub-menu .heading a {
  font-weight: 700;
  font-size: 14px;
  color: rgba(0, 0, 0, 1);
}

#exploremenu .heading,
#groupsmenu .heading {
  display: none;
}

#container #menu .sub-menu li a {
  font-size: 12px;
  font-weight: 200;
  line-height: 2;
  color: rgba(111, 111, 111, 1);
}

#container #menu .sub-menu .tour {
  padding-top: 24px;
}

#container #menu .sub-menu .dates a {
  font-size: 1em;
  padding-top: 10px;
  display: block;
}

#container #menu #planvisitmenu .sub-menu .subitem .dayName {
  display: inline-block;
  width: 60px;
  font-size: 1.25em;
}

#container #menu #planvisitmenu .sub-menu .subitem .month {
  display: inline-block;
  width: 40px;
  font-size: 1.25em;
}

#container #menu #planvisitmenu .sub-menu .subitem .time {
  display: inline-block;
  font-size: 1.25em;
}

#container #menu #planvisitmenu .sub-menu .subitem .sold {
  display: inline-block;
  text-align: right;
  float: right;
  font-size: 1.25em;
}

#container #menu .sub-menu .hours-header {
  display: inline-block;
  width: 50%;
  font-size: 1.50em;
}

#container #menu .sub-menu .last-sold-header {
  display: inline-block;
  width: 50%;
  text-align: right;
  font-size: 1.50em;
}

@media(min-width: 1280px) {
  #container #menu #planvisitmenu .sub-menu .subitem .dayName {
  display: inline-block;
  width: 70px;
  font-size: 1.25em;
  }

  #container #menu #planvisitmenu .sub-menu .subitem .month {
    display: inline-block;
    width: 60px;
    font-size: 1.25em;
  }

  #container #menu #planvisitmenu .sub-menu .subitem .time {
    display: inline-block;
    font-size: 1.25em;
  }

  #container #menu #planvisitmenu .sub-menu .subitem .sold {
    display: inline-block;
    text-align: right;
    float: right;
    font-size: 1.25em;
}
}

.slideContainer a,
.slideContainer h3,
.slideContainer h1 {
  text-align: center;
  letter-spacing: 2px;
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
}

#container
  #menu
  #planvisitmenu
  .sub-menu
  .subitem.dates
  li:nth-of-type(1n + 8) {
  display: none;
}

#container #menu #exploremenu .sub-menu .subitem .moments a:hover {
  color: #222;
}

.slideContainer {
  display: table;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  width: 100%;
  min-height: 40vh;
  height: 40vh;
}

.flexslider.sub .slideContainer {
  min-height: 60vh;
}

.contentContainer .flexslider {
  margin-bottom: 0;
}

.contentContainer .flexslider.sub .slideContainer {
  height: 33vh;
  background: rgba(0, 0, 0, 1);
}

.slideContainer div {
  display: table-cell;
  vertical-align: middle;
}

.slideContainer h3,
.slideContainer h1 {
  width: 80%;
  color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  font-size: 4rem;
  text-transform: none;
}

.slideContainer a {
  background: rgba(255, 255, 255, 1);
  color: rgba(244, 0, 9, 1);
  line-height: normal;
  text-transform: uppercase;
  display: table;
  min-width: 10rem;
  width: auto;
  max-width: 20rem;
  margin: 2rem auto 0;
  padding: 1.5em 1.25em 1.25em;
  font-size: 0.75em;
  border-radius: 5px;
}

.slideContainer video {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.flex-direction-nav a {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 50%;
}

.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  background-position: center center;
  height: 100%;
  width: 100%;
  background-size: 33.33% auto !important;
}

#contentHome .slideContainer div {
  vertical-align: bottom;
  padding-bottom: 4.875rem;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0, rgba(0, 0, 0, 0)),
    color-stop(67%, rgba(0, 0, 0, 0)),
    color-stop(100%, rgba(0, 0, 0, 0.75))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.75) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0,
    rgba(0, 0, 0, 0) 67%,
    rgba(0, 0, 0, 0.75) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

#contentHome .slideContainer h3,
#contentHome .slideContainer h1 {
  width: 62.25%;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  text-transform: none;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10%;
  font-size: 2.25rem;
}

#contentHome .slideContainer h5 {
  width: 62.25%;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  text-transform: none;
  letter-spacing: 2px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10%;
  font-size: 1.25rem;
  font-style: italic;
}

#contentHome .slideContainer p {
  display: inline-block;
  vertical-align: middle;
  width: 37%;
  padding-bottom: 0;
  padding-right: 10%;
}

#contentHome .slideContainer a {
  margin: 0;
  vertical-align: middle;
  padding: 1.25em 1em 1em;
  float: right;
}

.socialShare {
  display: none;
}

.promoBuckets {
  background: url(img/background.png) top center repeat-y rgba(246, 246, 246, 1);
  background-size: 100%;
  padding: 1rem 0;
}

.promoContainer {
  width: 100%;
  padding: 0 5%;
  vertical-align: top;
  max-width: 1280px;
  margin: 0 auto;
}

.promoContainer .col {
  display: block;
  position: relative;
  width: 23%;
  margin: 2rem 1% 0;
  float: left;
  background: rgba(255, 255, 255, 1);
  min-height: 350px;
}

.promoContainer .contentHead p {
  width: 30%;
}

.promoContainer .bucketTitle {
  font-size: 1em;
  text-align: left;
  width: 90%;
  padding-top: 1em;
}

.promoContainer p {
  width: 90%;
  margin: 0 auto;
}

.promoContainer .moreinfo {
  position: absolute;
  bottom: 1rem;
  color: rgba(244, 0, 9, 1) !important;
  line-height: 1.5em;
  font-size: 1.25em;
}

#connect {
  background: url(img/background.png) center center repeat-y
    rgba(246, 246, 246, 1);
  background-size: 100%;
  padding: 2.5% 0;
  position: relative;
}

.tourInside .exhibit {
  display: table;
  position: relative;
  width: 33.33%;
  float: left;
  background-size: cover !important;
  background-position: top center !important;
  text-align: center;
  min-height: 400px;
  height: 400px;
}

.tourInside .exhibit.full {
  width: 99.8%;
}

.tourInside .exhibit.half {
  width: 50%;
}

.tourInside .exhibit h3 {
  display: block;
  position: relative;
  font-size: 1.5em;
  font-weight: 100;
  line-height: 1.25em;
  width: 80%;
  margin: 0 auto;
  transition: all 0.25s ease-in-out;
}

.tourInside .exhibit h3:after {
  content: "";
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  width: 10%;
  margin: 0 45%;
  transition: all 0.25s ease-in-out;
}

.tourInside .exhibit p {
  height: 0;
  width: 50%;
  margin: 0 auto;
  padding: 0 !important;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1em;
}

.tourInside .exhibit a {
  display: table-cell;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}

.overlay,
body {
  -webkit-transition: all 0.5s ease-in-out;
}

.tourInside .exhibit.full a {
  width: 99.8%;
  padding: 0 25%;
}

.contentHeader {
  width: 100%;
  min-height: 25em;
  background-size: cover !important;
  display: table;
  position: relative;
}

.contentHead div.homeDesc p {
  width: 80%;
  font-weight: 600;
  line-height: 1.5rem;
}

.contentHeader h1,
.contentHeader h3 {
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
  padding: 5%;
  text-align: center;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 1.5rem;
  vertical-align: middle;
  display: table-cell;
  text-transform: inherit;
}

.contentContainer .linkList *,
.gmap,
.gmap img {
  vertical-align: top;
}

.contentContainer h3 {
  letter-spacing: 0;
  padding: 0.5em 0;
  font-size: 0.75em;
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
}

.contentContainer {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 5%;
  font-size: 1.25em;
  background: rgba(255, 255, 255, 1);
  min-height: 65vh;
}

.contentContainer span.drop {
  float: left;
  color: rgba(244, 0, 9, 1);
  font-size: 6em;
  line-height: 4rem;
  padding-top: 0.75rem;
  padding-right: 0.5rem;
}

.contentContainer h1,
.contentContainer h4 {
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
  color: rgba(74, 74, 74, 1);
  display: block;
  text-align: left;
}

.contentContainer h1 {
  padding: 0 0 5%;
  margin: 0 0 0.25em;
  font-size: 2rem;
}

.contentContainer h4 {
  padding: 0;
  margin: 0;
  font-size: 2.5rem;
}

.contentContainer li,
.contentContainer p,
.contentHead p,
.promoContainer p,
.spaceinfo {
  font-family: GothamBook, Helvetica, Arial, Sans-serif;
}

.contentContainer .linkList a,
.groups .linkList .copy a,
.plan-your-visit .linkList .copy a,
.purchase-tickets .linkList .copy a,
.special-offers .linkList .copy a,
.teachertoolkit .linkList .copy a {
  font-size: 1em;
  letter-spacing: 1px;
}

.contentContainer ul {
  padding-left: 1em;
}

.contentContainer ul.linkList {
  padding-left: 0;
  clear: both;
}

.contentContainer li {
  padding-left: 0;
  list-style-type: disc;
  line-height: 1.75em;
}

.contentContainer .right,
.contentContainer .top {
  padding-top: 2rem;
}

.contentContainer .other {
  padding-top: 2em;
}

.contentContainer .img {
  float: right;
  margin-left: 5%;
  max-width: 40%;
}

.contentContainer .img img {
  width: 100%;
  height: auto;
}

.contentContainer .linkList a {
  color: rgba(244, 0, 9, 1) !important;
}

.groups .linkList .copy h3,
.plan-your-visit .linkList .copy h3,
.purchase-tickets .linkList .copy h3,
.special-offers .linkList .copy h3,
.teachertoolkit .linkList .copy h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.contentContainer .linkList img {
  width: 100%;
  padding: 0 5%;
}

.contentContainer .linkList.large img {
  padding: 0;
}

.contentContainer .linkList .block {
  width: 49%;
  display: inline-block;
  padding: 0.5rem 0;
  margin-right: 1%;
  position: relative;
}

.contentContainer .linkList .block h3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  right: 0;
  background: url(img/arrow-red.png) center center no-repeat;
  background-size: contain;
  height: 1.5em;
  width: 1.5em;
}

.groups .linkList .block h3 a:after,
.plan-your-visit .linkList .block h3 a:after,
.purchase-tickets .linkList .block h3 a:after,
.special-offers .linkList .block h3 a:after,
.teachertoolkit .linkList .block h3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1em;
  background: url(img/arrow-red-full.png) center center no-repeat;
  background-size: contain !important;
  height: 1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
}

.groups .linkList .block.full h3 a:after,
.plan-your-visit .linkList .block.full h3 a:after,
.purchase-tickets .linkList .block.full h3 a:after,
.special-offers .linkList .block.full h3 a:after,
.teachertoolkit .linkList .block.full h3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 66%;
  right: auto;
  background: url(img/arrow-red-full.png) center center no-repeat;
  background-size: contain !important;
  height: 1.5em;
  transform: translateY(-50%);
  width: 1.5em;
}

.contentContainer .linkList .image {
  width: 33%;
  display: inline-block;
}

.contentContainer .linkList .copy {
  width: 65%;
  display: inline-block;
  padding: 0 5%;
  font-size: 1.1em;
}

.contentContainer .youtube iframe {
  width: 100%;
  height: 40vh;
  margin: 2rem auto;
}

.directions {
  width: 54%;
  display: inline-block;
}

.directions img {
  width: 100%;
  height: auto;
}

.directions h3 {
  font-size: 0.75em;
}

.gmap {
  display: inline-block;
  float: right;
  width: 45%;
}

.gmap img {
  width: 90%;
}

.teacher-toolkit .teach {
  width: 100% !important;
}

.teacher-toolkit .left {
  font-size: 1em;
}

.teacher-toolkit .inner p {
  width: auto !important;
  margin-left: 7.25em;
  padding: 0.5em 0;
}

.spaceinfo {
  font-size: 0.75em;
}

.spaceinfo th {
  text-align: left;
  padding: 1em 0;
  font-weight: 700;
}

.spaceinfo td {
  width: 56%;
  padding-bottom: 1em;
  padding-left: 5%;
}

.spaceinfo .first {
  width: 43%;
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
}

.event-videos-photos .video,
.media-alert dd,
.media-alert dt {
  font-family: GothamBook, Helvetica, Arial, Sans-serif;
}

.spacebtns {
  margin-bottom: 2em;
}

.media-alert dd,
.media-alert dt {
  float: left;
  display: block;
}

.wifilanding .right a {
  width: auto !important;
  display: block;
}

.wifilanding .right a:nth-child(n + 2) {
  width: auto !important;
  float: none !important;
  display: inline-block;
}

.wifilanding .left,
.wifilanding .right {
  width: 100% !important;
  float: none !important;
}

.wifilanding .right p {
  width: 100% !important;
  float: left !important;
  display: inline-block;
  text-align: center;
}

.wifilanding .right {
  padding: 2em 0 !important;
}

.wifilanding .alignleft {
  float: none !important;
  margin: 1em auto;
  display: block;
}

#map,
#map img {
  width: 100%;
}

.event-videos-photos ul,
.service-providers ul {
  padding: 0;
}

.event-videos-photos li,
.service-providers li {
  list-style: none;
  position: relative;
}

.event-videos-photos .video {
  list-style: none;
  font-size: 0.75em;
  width: 30.5%;
  margin-right: 2%;
  padding: 2em 0;
  display: inline-block;
  vertical-align: top;
}

.event-videos-photos .video iframe {
  width: 100% !important;
}

.event-videos-photos .block .images .slides {
  width: 100%;
  padding: 2em 0;
}

.event-videos-photos .block h3 {
  color: rgba(244, 0, 9, 1);
  letter-spacing: 2px;
}

.event-videos-photos .block .images .slides li {
  display: inline-block;
  width: 24%;
}

.event-videos-photos .block .images img {
  width: 100%;
  height: auto;
}

.event-videos-photos .block h3 a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2%;
  background: url(img/arrow-red.png) center center no-repeat;
  background-size: contain;
  height: 1.5em;
  width: 1.5em;
}

.red {
  color: #f40000;
}

.grey {
  color: #484848 !important;
}

h1,
strong {
  color: #575757;
}

.noborder {
  border: 0 !important;
}

h1 {
  font-weight: lighter;
  margin: 0 0 15px;
  line-height: 30px;
  font-size: 26px;
}

b,
h2,
h3,
strong {
  font-weight: 700;
}

h2 {
  color: #5e5e5e;
  font-size: 16px;
  padding: 0 0 8px;
}

h3 {
  color: #636466;
  font-size: 1em;
  line-height: normal;
  letter-spacing: 4px;
}

p {
  padding: 0 0 15px;
  word-wrap: normal;
  word-break: keep-all;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  transition: all 0.5s ease-in-out;
  right: 0;
  padding-top: 5rem;
}

.gsc-branding-youtube,
.mobile {
  display: none;
  padding-bottom: 0;
}

a {
  color: rgba(244, 0, 9, 1);
  text-decoration: none;
}

a img {
  border: none;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.nobr {
  white-space: nowrap;
}

.hidden {
  display: none;
}

#home #controls,
#home .html5boxFullscreen,
#home .html5boxPlayPause,
#home .html5boxSeeker,
#home .html5boxTimeCurrent,
#home .html5boxTimeTotal,
#home .html5boxVideoControls,
#home .html5boxVideoControlsBg,
#home .html5boxVolume,
#home .html5gallery-left-0,
#home .html5gallery-right-0,
#home .html5gallery-toolbox-0,
#home .html5gallery-toolbox-buttons-0,
.browserSafari .fancybox-mobile,
.fancybox-mobile,
.jPanelMenu .fancybox-mobile,
.jPanelMenu .fancybox-overlay,
.jPanelMenu .fancybox-wrap,
.mobile + .fancybox-mobile {
  display: none !important;
}

.the-posts {
  height: 985px !important;
}

address,
cite,
dfn,
em,
i,
var {
  font-style: italic !important;
}

.alert {
  color: red;
}

.pc.browserChrome #menu #menu-main-nav li a {
  padding: 10px 12px;
  font-size: 12px;
}

.browserIE8 .html5gallery-thumbs-0 {
  left: -288px !important;
}

.browserIE8 .html5gallery-box-0 {
  top: 0;
}

.browserIE8 #contentHome .bottom {
  width: 850px;
}

.genadmin-pricetable {
  width: 90%;
  max-width: 467px;
  height: auto;
}

.citypass-pricetable {
  width: 90%;
  max-width: 523px;
  height: auto;
}

.annual-pricetable {
  width: 90%;
  max-width: 345px;
  height: auto;
}

.school-pricetable {
  width: 90%;
  max-width: 467px;
  height: auto;
}

.abc-pricetable {
  width: 90%;
  max-width: 360px;
  height: auto;
}

body#home,
body#interior {
  max-width: 100%;
  overflow-x: hidden;
  width: 100%;
}

.footnote {
  font-size: 10px;
  line-height: 12px;
  padding-bottom: 8px;
}

p,
ul {
  font-size: 0.75em;
  color: #575757;
  line-height: 1.75em;
}

.container {
  margin: 0 auto;
  width: 100%;
}

.mobileImage {
  background: url(../img/mobilehero-summer.png) no-repeat;
  background-size: contain;
  display: block;
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 8px grey;
  height: 208px;
  margin-bottom: 20px;
}

.container.interior {
  width: 100%;
  background: url(img/background.png) top center repeat-y;
  background-size: 100%;
  overflow: hidden;
}

#container li {
  color: rgba(111, 111, 111, 1);
  font-size: 1em;
}

.container #header {
  height: 280px;
  z-index: 999;
  position: relative;
  display: none;
}

.container.home #header {
  height: 108px;
  z-index: 999;
  background-image: none;
  width: 1000px;
  margin: 0 auto;
}

#stage {
  height: 200px;
  width: 1000px;
}

#sthoverbuttons .sthoverbuttons-bottom-l,
#sthoverbuttons .sthoverbuttons-shade-l,
#sthoverbuttons .sthoverbuttons-top-l {
  background-image: none !important;
}

#sthoverbuttons #sthoverbuttons-background {
  background-color: #fff;
  top: 0;
  -webkit-box-shadow: 0 2px 9px 0 rgba(155, 155, 155, 0.93);
  -moz-box-shadow: 0 2px 9px 0 rgba(155, 155, 155, 0.93);
  box-shadow: 0 2px 9px 0 rgba(155, 155, 155, 0.93);
  border-radius: 0 10px 10px 0;
}

#sthoverbuttons .sthoverbuttons-label {
  color: #848484 !important;
}

#content .youtube a.external,
#content.about-us .left a {
  color: #e61d2b;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.mobile #sthoverbuttons #sthoverbuttons-background {
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#content .left .wide li,
#content .left li {
  background-image: url(../img/content.side.bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 4px;
}

#content {
  display: inline-block;
  line-height: 19px;
  width: 100% !important;
  max-width: 800px;
}

.content {
  line-height: 19px;
  padding-top: 2rem;
}

.contentHead {
  padding: 1rem 0 0;
}

#header #Stage {
  height: 200px;
  width: auto;
}

#controls {
  z-index: 9999;
  width: 160px;
  float: right;
  position: relative;
  bottom: 80px;
  right: 103px;
}

#controls li {
  display: inline;
}

#content .left,
#content .right {
  display: inline-block;
  float: left;
}

#content .left {
  padding: 0 30px 0 20px;
  min-height: 400px;
  width: 340px;
  margin-top: 20px;
}

#content.about-us .left {
  width: 280px;
}

#content .right {
  width: 596px;
}

#content .right.full {
  padding: 0 150px;
  width: 700px;
}

#content .left .wide {
  line-height: 18px;
}

#content .left .wide li {
  padding: 0 0 4px 13px;
}

#content .left li {
  padding: 0 0 15px 13px;
}

#content p {
  line-height: 20px;
  padding: 0 0 15px;
}

#article-content.coca-cola-facts,
#article-content.event-space-general-information,
#article-content.event-space-plan-event,
#article-content.event-spaces,
#article-content.general-information,
#article-content.other-exhibits,
#article-content.planning-tools,
#article-content.things-to-do-in-atlanta,
#article-content.world-coca-cola,
#content.group-faq,
#content.group-services,
#content.groups-general-information,
#content.groups-visit,
#content.interact-with-us .content,
#content.plan-visit,
#content.plan_visit .content,
#content.school-field-trips,
#content.vacations .content {
  padding: 0 100px 0 145px;
}

#content .youtube a.external {
  background: url(../img/nav-arrow.png) right 0 no-repeat;
  display: block;
  font-size: 0.7em;
  margin-top: 10px;
  padding: 0 18px 10px 0;
  text-align: right;
}

.landing.about-us .other:first-of-type h2,
.landing.about-us .other:last-of-type h2,
.landing.groups .other:first-of-type h2,
.landing.groups .other:last-of-type h2,
.tourInside .other h2 {
  background-repeat: no-repeat;
  height: 54px;
  width: 100%;
  text-indent: -9999px;
}

.tourInside .other h2 {
  background-image: url(/wp-content/uploads/sites/3/2014/10/title-other-exhibits.png);
}

.landing.groups .other:first-of-type h2 {
  background-image: url(/wp-content/uploads/sites/3/2014/10/title-school-trips-single.png);
}

.landing.groups .other:last-of-type h2 {
  background-image: url(/wp-content/uploads/sites/3/2014/10/title-groups-info-single.png);
}

.landing.about-us .other:first-of-type h2 {
  background-image: url(/wp-content/uploads/sites/3/2014/10/title-coke-facts-single.png);
}

.landing.about-us .other:last-of-type h2 {
  background-image: url(/wp-content/uploads/sites/3/2014/10/titlegen-info-single.png);
}

#wpadminbar .ab-top-secondary .menupop .ab-sub-wrapper {
  bottom: 32px;
}

#wpadminbar {
  bottom: 0;
  top: auto;
}

#article-content.atlanta-attractions {
  padding: 0 0 0 140px;
}

#article-content .content {
  display: inline-block;
  width: 100%;
  padding-bottom: 5%;
}

#article-content .content .right {
  width: 575px;
}

#article-content h2 {
  color: #5e5e5e;
  font-size: 16px;
  padding: 0 0 8px;
  font-weight: 700;
}

#article-content h3 {
  color: #636466;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

#article-content .img,
.article .content .img {
  display: inline-block;
  float: right;
  margin-left: 20px;
}

#article-content .image #slider {
  width: 605px;
  margin: 0 auto;
}

#article-content .image #carousel {
  width: 550px;
  margin: 20px auto;
}

#article-content .image #carousel li {
  margin: 0 5px;
  padding: 0;
}

#article-content .image #carousel .flex-viewport ul {
  padding: 0;
}

#article-content .image #carousel .flex-viewport img {
  border-radius: 10px;
}

#article-content .image #carousel .flex-direction-nav {
  position: relative;
  bottom: 27px;
}

#article-content .imgright {
  float: right;
  margin-bottom: 15px;
  margin-left: 15px;
  overflow: hidden;
  position: relative;
  z-index: 999;
}

#article-content.contact-us .content a {
  color: #e61d2b;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

#article-content.contact-us .content a img {
  padding-left: 5px;
}

#article-content.privacy-policy h3 {
  padding-left: 30px;
  padding-bottom: 8px;
}

#article-content.privacy-policy h4 {
  padding-left: 60px;
  padding-bottom: 8px;
}

#article-content.privacy-policy .subh4 {
  padding-left: 60px;
}

#article-content.privacy-policy .subh3 {
  padding-left: 30px;
}

#article-content #groupreg1,
#article-content #groupreg2 {
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.event-gift-packages a.imglink,
.school-field-trips .backbtn {
  text-decoration: none !important;
}

#tour-content .content {
  display: inline-block;
  height: auto;
  background: rgba(255, 255, 255, 1);
  width: 100%;
}

.rates-capacities .content {
  margin: 0 auto;
  width: 710px;
  display: block !important;
}

.rates-capacities .spacebtns_page {
  width: 432px;
  margin: 0 auto;
}

.rates-capacities ul {
  width: 720px;
  margin: 0 auto;
}

.rates-capacities ul.flex-direction-nav {
  width: auto;
}

.event-gift-packages .titles {
  border-bottom: 2px dotted #afafaf;
  padding-bottom: 5px;
  clear: both;
}

.cboxIframe,
.cboxPhoto {
  border: 0;
  display: block;
}

.event-gift-packages .left {
  float: left;
  width: 50%;
  height: auto;
  margin-top: 15px;
  overflow: hidden;
}

.event-gift-packages .itemheading {
  color: #e61d2b !important;
  float: left;
  width: 220px;
  text-transform: uppercase;
  font-size: 0.65em !important;
  font-weight: 700;
  display: block;
  text-decoration: none !important;
}

.event-gift-packages .left img {
  float: left;
  padding-right: 10px;
  margin-bottom: 55px;
  overflow: hidden;
}

.event-gift-packages .smalltext {
  font-size: 10px !important;
}

.event-gift-packages .copy {
  overflow: hidden;
  width: 220px;
  line-height: 1.5 !important;
  padding: 0;
}

.event-gift-packages p {
  padding: 0;
}

#colorbox,
.event-gift-packages #cboxOverlay,
.event-gift-packages #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
}

#cboxMiddleLeft,
.event-gift-packages #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  background: #000;
  padding: 1px;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
.event-gift-packages #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#cboxCurrent,
#cboxTitle {
  top: -22px;
  position: absolute;
}

.cboxPhoto {
  float: left;
  margin: auto;
}

.cboxIframe {
  width: 100%;
  height: 100%;
}

#cboxContent {
  margin-top: 32px;
  overflow: visible;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadingGraphic {
  background-image: url(../img/loading.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxTitle {
  left: 0;
  color: #000;
}

#cboxCurrent {
  right: 205px;
  text-indent: -9999px;
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20px;
  background-image: url(../img/controls.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#cboxPrevious {
  background-position: 0 0;
}

#cboxPrevious.hover {
  background-position: 0 -25px;
}

#cboxNext {
  background-position: -25px 0;
  right: 22px;
}

#cboxNext.hover {
  background-position: -25px -25px;
}

#cboxClose {
  background-position: -50px 0;
  right: 0;
}

#cboxClose.hover {
  background-position: -50px -25px;
}

#cboxPrevious,
.cboxSlideshow_off,
.cboxSlideshow_on #cboxPrevious {
  right: 66px;
}

.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}

.cboxSlideshow_on #cboxSlideshow.hover {
  background-position: -100px -25px;
}

.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0;
  right: 44px;
}

.cboxSlideshow_off #cboxSlideshow.hover {
  background-position: -75px -25px;
}

.vault-of-the-secret-formula .img img {
  display: block;
  padding-bottom: 60px;
}

.interact-with-us .sm-header {
  width: 339px;
  height: 21px;
  color: #fff;
  text-align: right;
  font: 700 12px/1.2 arial, helvetica, sans-serif;
  padding: 6px 8px 0 0;
}

.interact-with-us .col1,
.interact-with-us .col2 {
  width: 345px;
  height: 870px;
  display: inline-block;
}

.eventspace .spaceinfo .first,
.eventspace .spaceinfo th,
.faqs h2,
.media-alert dt {
  font-weight: 700;
}

.interact-with-us .sm-header a {
  color: #fff;
}

.media-alert,
.media-alert dd,
.media-alert dt,
li {
  color: #545454;
  line-height: 170%;
}

.interact-with-us .facebook .sm-header {
  background-image: url(../img/header-facebook.jpg);
  background-repeat: no-repeat;
}

.interact-with-us .youtube .sm-header {
  background-image: url(../img/header-youtube.jpg);
  background-repeat: no-repeat;
}

.interact-with-us .instagram .sm-header {
  background-image: url(../img/header-instagram.jpg);
  background-repeat: no-repeat;
}

.interact-with-us .twitter .sm-header {
  background-image: url(../img/header-twitter.jpg);
  background-repeat: no-repeat;
}

.interact-with-us .col1 {
  float: left;
  margin-right: 60px;
}

.interact-with-us .col1 .youtube {
  height: 410px;
  overflow: hidden;
  width: 345px !important;
  position: relative;
  background-image: url(../img/youtube-background.jpg);
  background-repeat: no-repeat;
  background-position: center 27px;
}

.interact-with-us .col1 .youtube #videoBar-bar {
  margin-top: 260px;
}

.school-field-trips .backbtn {
  font-weight: 700;
  text-transform: uppercase;
}

.media-alert .content {
  width: 628px;
}

.media-alert img {
  clear: left;
  margin-bottom: 10px;
  margin-left: -5px;
}

.media-alert a img {
  border: 0;
}

.media-alert .bottom {
  clear: both;
  width: 100%;
  text-align: center;
  margin-left: 0;
}

.media-alert {
  font-size: 1em;
  float: none;
  width: auto;
}

.media-alert dt {
  font-size: 0.813em;
  clear: left;
  width: 70px;
}

.media-alert dd,
li {
  font-size: 1em;
}

.media-alert dd {
  margin-left: 0;
  width: 550px;
  margin-bottom: 15px;
}

.media-alert body {
  text-align: center;
}

.media-alert #frame {
  height: auto;
}

#content.groups-reservation-form .content,
#content.school-reservation-form .content {
  width: 100%;
  padding: 0 150px;
}

#content.school-reservation-form .content textarea {
  width: 45%;
}

.eventspace .hlist li {
  display: inline;
  list-style: none;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
}

#Mobilebutton,
#Mobilefavorites,
#Mobilemenu,
.coca-cola-polar-bear-form .gsection,
.handler {
  display: none;
}

.article li,
.article-content li,
.atlanta-vacation-planning li,
.capture-the-spirit-london-2012-olympic-games li,
.coca-cola-freestyle li,
.environmental-commitment li,
.eventspace .content li,
.holiday-festivities li,
.moments-happiness-terms-conditions li,
.privacy-policy li,
.purchasetickets li,
.site-map li,
.terms-of-use li {
  list-style-type: none;
  background-image: url(../img/footer.nav.bullet.png);
  background-repeat: no-repeat;
  background-position: 5px 7px;
  position: relative;
  padding: 0 0 0 1.25em;
}

.atlanta-hotels .tricol-list td,
.downtown-atlanta-restaurants .tricol-list td,
.nearby-atlanta-restaurants .tricol-list td {
  width: 33%;
  border-right: 1px solid #ccc;
  padding: 0 3%;
  font-size: 0.75em;
}

.downtown-atlanta-restaurants .tricol-list td.first,
.nearby-atlanta-restaurants .tricol-list td.first {
  padding: 0 3% 0 0;
}

.eventspace .spaceinfo td,
.eventspace .spaceinfo th {
  color: #575757;
  min-width: 150px;
  vertical-align: top;
  font-size: 75%;
  padding-bottom: 10px;
  text-align: left;
  padding-right: 15px;
}

.atlanta-hotels .tricol-list .last,
.downtown-atlanta-restaurants .tricol-list .last,
.nearby-atlanta-restaurants .tricol-list .last {
  border-right: none !important;
}

.eventspace .spacebtns {
  margin: 0 auto;
  width: 201px;
}

.faqs h2 {
  color: #ee1d2b;
  font-size: 1em;
  letter-spacing: 1px;
  padding: 0 0 8px;
  text-transform: uppercase;
}

.teacher-toolkit #blocks h3 {
  color: #636466;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px dashed;
  margin-left: 6em;
}

.send-coca-cola-polar-bear-letter .polarBearOne {
  background-image: url(../img/polarbear-one-bg.png);
  background-repeat: no-repeat;
  width: 980px;
  height: 534px;
  position: relative;
  left: -135px;
  bottom: 75px;
}

.send-coca-cola-polar-bear-letter .polarBearOne .btn {
  position: relative;
  left: 600px;
  top: 320px;
  z-index: 9;
}

.send-coca-cola-polar-bear-letter .polarBearOne .samples {
  position: relative;
  left: 406px;
  top: 342px;
  z-index: 9;
  color: #6b6d6e;
  font-size: 12px;
}

.coca-cola-polar-bear-form .content li {
  background-image: none;
}

.coca-cola-polar-bear-form .blockTop {
  display: inline-block;
  background-image: url(../img/polar-letter-bg.png);
  background-repeat: no-repeat;
  background-position: 20px 0;
  width: 980px;
  height: 700px;
  position: relative;
  bottom: 62px;
  right: 157px;
  padding: 0 !important;
}

.coca-cola-polar-bear-form .blockTop .gfield_required {
  display: none;
}

.coca-cola-polar-bear-form .blockTop .copyOne {
  position: relative;
  top: 280px;
  left: 327px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.6px;
}

.coca-cola-polar-bear-form .blockTop .age-verification {
  position: relative;
  top: 308px;
  left: 355px;
  display: inline-block;
  height: 50px;
}

.coca-cola-polar-bear-form .blockTop .age-verification .gfield_description {
  position: relative;
  bottom: 40px;
  left: 30px;
  letter-spacing: 1px;
  width: 100%;
  font-size: 11px;
}

.coca-cola-polar-bear-form .blockTop .age-verification .clear-multi {
  position: relative;
  bottom: 47px;
  left: 133px;
}

.coca-cola-polar-bear-form .blockTop .age-verification .clear-multi select {
  font-size: 10px;
  padding: 0;
}

.coca-cola-polar-bear-form .blockTop .polarName {
  position: relative;
  top: 268px;
  width: 384px !important;
  left: 305px;
}

.coca-cola-polar-bear-form .blockTop .polarName label {
  position: relative;
  top: 47px;
  font-weight: 400;
}

.coca-cola-polar-bear-form .blockTop .polarName input {
  border: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  font-weight: 600;
  color: #6b6d6e;
  width: 385px;
}

.coca-cola-polar-bear-form .blockTop .polarStreetOne {
  position: relative;
  top: 261px;
  width: 384px;
  left: 305px;
}

.coca-cola-polar-bear-form .blockTop .polarStreetOne label {
  position: relative;
  top: 47px;
  font-weight: 400;
}

.coca-cola-polar-bear-form .blockTop .polarStreetOne input {
  border: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  font-weight: 600;
  color: #6b6d6e;
}

.coca-cola-polar-bear-form .blockTop .polarStreetTwo {
  position: relative;
  top: 257px;
  width: 384px;
  left: 305px;
}

.coca-cola-polar-bear-form .blockTop .polarStreetTwo label {
  position: relative;
  top: 47px;
  font-weight: 400;
}

.coca-cola-polar-bear-form .blockTop .polarStreetTwo input {
  border: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  font-weight: 600;
  color: #6b6d6e;
}

.coca-cola-polar-bear-form .blockTop .polarCity {
  position: relative;
  top: 253px;
  width: 198px !important;
  left: 305px;
}

.coca-cola-polar-bear-form .blockTop .polarCity label {
  position: relative;
  top: 47px;
  font-weight: 400;
}

.coca-cola-polar-bear-form .blockTop .polarCity input {
  border: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  font-weight: 600;
  color: #6b6d6e;
}

.coca-cola-polar-bear-form .blockTop .polarState {
  position: relative;
  top: 257px;
  width: 198px !important;
  left: 287px;
}

.coca-cola-polar-bear-form .blockTop .polarState label {
  position: relative;
  top: 42px;
  font-weight: 400;
}

.coca-cola-polar-bear-form .blockTop .polarState select {
  padding: 0;
}

.coca-cola-polar-bear-form .blockTop .polarZip {
  position: relative;
  top: 253px;
  width: 113px !important;
  left: -271px;
}

.coca-cola-polar-bear-form .blockTop .polarZip label {
  position: relative;
  top: 47px;
  font-weight: 400;
}

.coca-cola-polar-bear-form .blockTop .polarZip input {
  border: 0;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 16px;
  padding: 2px;
  font-weight: 600;
  color: #6b6d6e;
}

.coca-cola-polar-bear-form .blockTop .polarZip .charleft {
  display: none;
}

.coca-cola-polar-bear-form .blockTop .polarCantWait {
  position: relative;
  top: 287px;
  left: 14px;
  text-align: center;
  line-height: 14px;
  letter-spacing: 1px;
}

.coca-cola-polar-bear-form .blockBottom {
  display: inline-block;
  background-image: url(../img/captcha-bg.png);
  background-repeat: no-repeat;
  width: 490px;
  height: 253px;
  position: relative;
  bottom: 44px;
  left: 110px;
  padding: 0 !important;
}

.coca-cola-polar-bear-form .blockBottom #recaptcha_widget_div {
  width: 444px;
  border-radius: 15px;
  border: 10px solid #cd0008;
}

.coca-cola-polar-bear-form .blockBottom .recaptchatable {
  background-color: #fff;
}

.coca-cola-polar-bear-form .blockBottom .copyTwo {
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  left: -7px;
  display: block;
  top: 14px;
}

.coca-cola-polar-bear-form .blockBottom .gfield_description {
  color: #fff;
  position: relative;
  left: 56px;
  font-size: 13px;
  top: 6px;
}

.coca-cola-polar-bear-form .blockBottom .ginput_container {
  position: relative;
  left: -1px;
}

.coca-cola-polar-bear-form .polarTerms {
  position: relative;
  bottom: 57px;
  text-align: center;
  display: inline-block;
  left: 60px;
}

.coca-cola-polar-bear-form .gform_footer {
  position: relative;
  bottom: 78px;
  left: 259px;
}

.coca-cola-polar-bear-form .error {
  position: relative;
  top: 357px;
  font-size: 12px;
  z-index: 99;
  left: -134px;
  line-height: 14px;
  display: block;
  text-align: center;
}

.coca-cola-polar-bear-form .blockBottom .gfield_error,
.coca-cola-polar-bear-form
  .gform_wrapper
  .gfield_description.validation_message,
.coca-cola-polar-bear-form
  .gform_wrapper
  .top_label
  .gfield_description.validation_message,
.coca-cola-polar-bear-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required,
.coca-cola-polar-bear-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.ginput_container,
.coca-cola-polar-bear-form
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  label.gfield_label {
  margin: 0 !important;
  background-color: transparent !important;
  border: 0 !important;
}

.coca-cola-polar-bear-form .gform_wrapper li.gfield_error input[type="text"] {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.coca-cola-polar-bear-form
  .gform_wrapper
  .top_label
  .gfield_description.validation_message,
.coca-cola-polar-bear-form .validation_error {
  display: none;
}

.coca-cola-polar-bear-form,
.coca-cola-polar-bear-form
  .gform_wrapper
  .gfield_description.validation_message,
.coca-cola-polar-bear-form .gform_wrapper .gfield_error .gfield_label {
  color: #f40000;
  padding: 0 !important;
}

.coca-cola-polar-bear-form .blockTop .age-verification.gfield_error {
  height: 67px;
  display: block;
}

.coca-cola-polar-bear-form .blockTop .age-verification .validation_message {
  position: relative;
  left: -34px;
  font-size: 10px;
  padding: 0 !important;
}

.coca-cola-polar-bear-form .polarStreetOne.gfield_error input {
  width: 385px !important;
}

.coca-cola-polar-bear-instant-letter .content,
.coca-cola-polar-bear-instant-thank-you .polarBearThanks,
.coca-cola-polar-bear-thank-you .polarBearThanks {
  width: 980px;
  position: relative;
  background-repeat: no-repeat;
  bottom: 40px;
  padding: 0 !important;
}

.coca-cola-polar-bear-form
  .blockBottom
  .gfield_error
  .gfield_description.validation_message {
  display: inline-block;
  position: relative;
  top: 85px;
}

.coca-cola-polar-bear-form
  .blockBottom
  .captcha
  .gfield_description.validation_message {
  position: relative;
  top: 102px;
}

.coca-cola-polar-bear-instant-thank-you .polarBearThanks {
  background-image: url(../img/instant-thankyou.png);
  height: 700px;
  left: -134px;
}

.coca-cola-polar-bear-thank-you .polarBearThanks {
  background-image: url(../img/polar-thank-you.png);
  height: 600px;
}

.coca-cola-polar-bear-instant-thank-you .polarBearThanks .btnKeepPlanning {
  position: relative;
  top: 490px;
  left: 180px;
}

.coca-cola-polar-bear-thank-you .polarBearThanks .btnKeepPlanning {
  position: relative;
  top: 490px;
  right: 145px;
}

.coca-cola-polar-bear-instant-thank-you .polarBearThanks .btnSendAnother {
  position: relative;
  top: 490px;
  left: -185px;
}

.coca-cola-polar-bear-thank-you .polarBearThanks .btnSendAnother {
  position: relative;
  top: 490px;
  right: 125px;
}

.coca-cola-polar-bear-instant-letter .content {
  background-image: url(../img/polar-bear-letter.png);
  background-position: 20px 0;
  height: 631px;
}

.coca-cola-polar-bear-instant-letter .content li {
  background-image: none;
}

.coca-cola-polar-bear-instant-letter .content .polarBearInst {
  width: 389px;
  margin: 0 auto;
  position: relative;
  right: 30px;
  height: 700px;
  top: 300px;
}

.coca-cola-polar-bear-instant-letter .content .polarBearInst p {
  font-size: 14px;
  color: #636466;
  text-align: center;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 20px;
  line-height: 17px;
}

.coca-cola-polar-bear-instant-letter .content .polarBearInst input {
  font-family: Arial, Helvetica, sans-serif;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  font-size: 20px;
  text-align: center;
  color: #636466;
  letter-spacing: 2px;
  width: 100%;
  height: 40px;
}

.coca-cola-polar-bear-instant-letter .content .polarBearInst .label {
  font-size: 14px;
  color: #636466;
  font-weight: lighter;
}

.coca-cola-polar-bear-instant-letter .content .polarBearInst .button {
  position: relative;
  top: 30px;
  left: 86px;
}

.coca-cola-polar-bear-instant-letter .content .polarBearInst .message {
  font-size: 12px;
  position: relative;
  top: 50px;
  right: 75px;
}

.coca-cola-polar-bear-instant-letter .content .sendAnother {
  position: relative;
  left: 380px;
}

.coca-cola-polar-bear-letter .print {
  background-image: url(../img/btn-print.png);
  background-repeat: no-repeat;
  width: 145px;
  height: 38px;
  position: absolute;
}

.coca-cola-polar-bear-letter {
  background-image: none;
}

.coca-cola-polar-bear-letter .polarBearBG {
  width: 100%;
}

.coca-cola-polar-bear-letter .polarBearLetter {
  width: 612px;
  height: 792px;
}

.coca-cola-polar-bear-letter .polarBearLetter p {
  position: absolute;
}

.coca-cola-polar-bear-letter .polarBearLetter .letterName {
  position: absolute;
  top: 63px;
  right: 207px;
  font-size: 12px;
  width: 100%;
  font-weight: 400;
}

.coca-cola-polar-bear-letter .letterOne {
  position: absolute;
  font-size: 12px;
  top: 210px;
  left: 54px;
  line-height: 17px;
}

.coca-cola-polar-bear-letter .letterTwo {
  position: absolute;
  top: 265px;
  font-size: 12px;
  left: 54px;
}

.coca-cola-polar-bear-letter .letterThree {
  position: absolute;
  left: 54px;
  top: 302px;
  font-size: 11px;
}

.coca-cola-polar-bear-letter .letterFour {
  position: absolute;
  left: 54px;
  top: 321px;
  font-size: 11px;
}

.polar-verification-error .content {
  background-image: url(../img/polarbear-age-error-bg.png);
  background-repeat: no-repeat;
  width: 980px;
  height: 700px;
  position: relative;
  bottom: 40px;
  padding: 0 !important;
  left: -134px;
}

.polar-verification-error h3,
.polar-verification-error p {
  position: relative;
  width: 400px;
  text-align: center;
  margin: 0 auto;
}

.polar-verification-error h3 {
  top: 350px;
}

.polar-verification-error h3 strong {
  color: #fff;
  font-size: 15px;
}

.polar-verification-error p {
  top: 400px;
  color: #fff;
  font-size: 14px;
}

.timeline-container {
  width: 100%;
}

.timeline .center {
  text-align: center;
}

.timeline .center.share {
  text-align: center;
  font-size: 0.75em;
  line-height: 1.5em;
  width: 62%;
  margin: 0 auto;
}

.timeline .center.share a {
  text-decoration: underline;
}

.timeline .full-width {
  width: 100%;
}

.timeline .row p.center-align {
  width: 80% !important;
  margin: 0 auto;
  position: relative !important;
  text-align: center;
  font-size: 1.5em !important;
  line-height: 2em !important;
}

.timeline p.intro {
  width: 80% !important;
  margin: 0 auto;
  font-size: 0.75em;
}

.timeline-container .greybg {
  background: #383838;
}

.timeline-container .redbg {
  background: #f40009;
}

.timeline-container .border-left {
  border-left: 0.5em solid #fff;
}

.timeline-container .border-right {
  border-right: 0.5em solid #fff;
}

.timeline-container .greyp {
  padding: 2em 5% 2em 1em !important;
  background: #383838;
  width: 100% !important;
}

.timeline-container .greypshort {
  padding: 2em 30% 2em 1em !important;
  background: #383838;
  width: 100% !important;
}

.timeline .col1,
.timeline .col10,
.timeline .col11,
.timeline .col12,
.timeline .col2,
.timeline .col3,
.timeline .col4,
.timeline .col5,
.timeline .col6,
.timeline .col7,
.timeline .col8,
.timeline .col9 {
  float: left;
  margin: 0 auto;
  position: relative;
  min-height: 440px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}

.timeline .col4,
.timeline .col5 {
  background-position: center top !important;
  background-size: 140% !important;
}

.timeline .col1.short,
.timeline .col10.short,
.timeline .col11.short,
.timeline .col12.short,
.timeline .col2.short,
.timeline .col3.short,
.timeline .col4.short,
.timeline .col5.short,
.timeline .col6.short,
.timeline .col7.short,
.timeline .col8.short,
.timeline .col9.short {
  min-height: 216px;
}

#article-content.timeline {
  padding: 0;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  box-sizing: border-box;
}

#article-content.timeline .content h2 {
  font-size: 3.5em;
  font-weight: 400;
  line-height: 1em;
  position: absolute;
  left: 0.25em;
  top: 0.25em;
  color: rgba(255, 255, 255, 1);
  padding: 0;
}

#article-content.timeline .timeline-container p {
  font-size: 0.75rem;
  width: 75%;
  line-height: 1.5em;
  position: absolute;
  left: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 1);
  padding: 14px 14px 2em;
  box-sizing: border-box;
}

#article-content.timeline .timeline-container p.vertical-center {
  vertical-align: middle;
  position: relative;
  display: table-cell;
}

.timeline .nosub {
  display: inherit;
}

.timeline .row {
  margin-bottom: 2em;
}

.timeline .shortrow {
  margin-bottom: 0.5em;
}

.timeline .col1 {
  width: 5.5%;
}

.timeline .col2 {
  width: 14%;
}

.timeline .col3 {
  width: 25%;
}

.timeline .col4 {
  width: 33.33%;
}

.timeline .col5 {
  width: 41.6%;
}

.timeline .col5 .greypshort {
  padding: 2em 0 2em 1em !important;
}

.timeline .col5 .col12 p {
  width: 41.6%;
}

.timeline .col6 {
  width: 50%;
  display: table-cell;
}

.timeline .col7 {
  width: 58.3%;
  background-position: top center !important;
}

.timeline .col7 p {
  width: 100% !important;
}

.timeline .col8 {
  width: 65%;
}

.timeline .col9 {
  width: 73.5%;
}

.timeline .col10 {
  width: 82%;
}

.timeline .col11 {
  width: 90.5%;
}

.timeline .col12 {
  width: 100%;
}

.timeline .col12 p {
  width: 43% !important;
}

.timeline .col12 p.long {
  width: 70% !important;
}

.timeline .float-fix {
  clear: both;
}

.timeline .wp-video,
.timeline .wp-video-shortcode {
  height: 440px !important;
  max-width: 100%;
}

.timeline .mejs-poster {
  background-size: cover !important;
  max-width: 100%;
}

#article-content.timeline .timeline-container .video p {
  background-size: cover !important;
  bottom: 2em !important;
  width: 33% !important;
}

#footer,
#footer .border_wrapper {
  background: rgba(255, 255, 255, 1);
}

.timeline .share-moment {
  display: block;
  position: fixed;
  bottom: -20px;
  width: 100%;
  max-width: 900px;
}

.timeline .share-moment-mobile {
  display: none;
}

#footer .border_wrapper {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  text-align: right;
  padding: 1% 6%;
  position: relative;
}

#footer .border_wrapper .footerHash {
  width: 33%;
  margin: 0 auto;
  font-size: 1em;
  padding: 1.25rem 0;
  display: inline-block;
  text-align: left;
  letter-spacing: 2px;
  float: left;
}

#footer .border_wrapper .footerAddress {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 1em;
  float: right;
  padding-bottom: 0px;
}

#footer .border_wrapper ul#footer_navigation {
  padding: 1.5% 0;
  width: 33%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

#footer .border_wrapper ul#footer_navigation li {
  float: none;
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
  display: inline;
}

#footer .border_wrapper ul#footer_navigation li:last-child {
  background: 0 0;
  margin: 0;
  padding: 0;
}

#footer .border_wrapper ul#footer_navigation li a {
  color: #f40000;
  font-size: 0.8em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-family: GothamMedium, Helvetica, Arial, sans-serif;
}

#footer .newsletter h3,
#footer .newsletter p {
  color: rgba(255, 255, 255, 1);
  letter-spacing: 2px;
}

#footer .newsletter {
  background: rgba(244, 0, 9, 1) !important;
  display: table;
  position: relative;
  width: 100%;
  zoom: 1;
}

#footer .newsletterContainer {
  height: auto;
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  padding: 4.5rem 6%;
  font-size: 1.25em;
}

#footer .newsletterSignup,
#footer .newsletterSignup.active {
  padding: 5%;
  display: none;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#footer .newsletterSignup {
  height: auto;
  font-size: 1.5em;
}

#footer .newsletterSignup.active {
  height: 0;
}

#footer .signupContainer {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

#footer .newsletter h3 {
  font-size: 1.25em;
  text-transform: none;
}

#footer .newsletter p {
  padding: 0;
}

#footer .newsletter a {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 2px;
  border-radius: 5px;
}

#footer .social {
  width: 33%;
  float: right;
  display: block;
  position: relative;
  padding: 1.25rem 0;
}

.icon {
  display: inline-block;
  background-size: contain !important;
  height: 1.75rem;
  width: 2em;
}

.icon.facebook,
.icon.facebook.red {
  background: url(img/facebook.jpg) center center no-repeat;
}

.icon.twitter,
.icon.twitter.red {
  background: url(img/twitter.jpg) center center no-repeat;
}

.icon.youtube {
  background: url(img/youtube.png) center center no-repeat;
}

.icon.google,
.icon.google.red {
  background: url(img/googleplus.jpg) center center no-repeat;
}

.icon.instagram {
  background: url(img/instagram.png) center center no-repeat;
}

.icon.email.red {
  background: url(img/email.jpg) center center no-repeat;
}

.icon.share.red {
  background: url(img/icon-share-red.jpg) center center no-repeat;
}

.bg-grey {
  background: #f3f2f2;
}

.bg-white {
  background: #fff !important;
}

.linkList.large .block {
  float: left;
  margin: 0;
  padding: 0.5rem;
  width: 50%;
}

.linkList.large .block.third {
  float: left;
  margin: 0;
  padding: 0.5rem;
  width: 33.333%;
}

.linkList.large .copy {
  background: #f3f2f2;
  position: relative;
  width: 100%;
}

.linkList.large .copy a {
  display: block;
  font-size: 1.25rem;
  overflow: hidden;
  padding: 3.5rem 2rem 3.5rem 1rem;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap;
}

.linkList.large .copy h3 a:after {
  background: url(img/arrow-red-full.png) center center no-repeat;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.linkList-image {
  background-size: cover !important;
  height: 20vw;
  position: relative;
  width: 100%;
}

.tab-container,
.tab-content {
  background: #f3f2f2;
}

.linkList-image a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.linkList.small .block {
  background: #f3f2f2;
  display: table;
  margin: 0 0 1rem;
  padding: 0;
  position: relative;
  width: 100%;
}

.linkList.small .block.full {
  float: left;
  margin: 0 0 1rem;
  padding: 4rem 0;
  width: 100%;
}

.linkList.small .block.half,
.linkList.small .block.third {
  float: left;
  margin: 0 1% 1rem 0;
  width: 49%;
}

.linkList.small .block.half:nth-child(2n) {
  margin: 0 0 1rem 1%;
}

.linkList.small .block > * {
  display: inline-block !important;
  vertical-align: middle;
  width: auto;
}

.linkList.small .block.full > * {
  vertical-align: top;
}

.linkList.small .block > a {
  width: 8rem !important;
}

.linkList.small .block.full > a {
  width: 50% !important;
}

.linkList.small .block.full h3 {
  font-size: 1rem;
  padding: 0 0 2rem;
}

.linkList.small .block p {
  display: block;
  height: 4.5rem;
  overflow: hidden;
}

.linkList.small .block.full p {
  font-size: 0.875rem;
  height: auto;
  line-height: 1.5;
  padding: 0;
}

.linkList.small .block .linkList-image {
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

.linkList.small .block .copy {
  padding: 1rem 2.5rem 1rem 1rem;
  text-align: left;
  width: calc(100% - 8rem);
}

.linkList.small .block.full .copy {
  padding: 0 2.5rem 1rem;
  width: 50%;
}

.tab-container {
  margin: 0;
  padding: 2rem !important;
  text-align: center;
}

.tab-container li {
  display: inline;
  list-style: none;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 0;
}

.tab-content > div {
  margin: 0 auto;
  max-width: 1024px;
  padding: 2rem;
  width: 100%;
}

.tab-container a {
  position: relative;
  display: inline-block;
  margin: 0 1.5em;
  padding: 0.65em 0;
  text-align: center;
  color: #b5b5b5;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
  width: auto;
}

.tab-container a:focus,
.tab-container a:hover {
  color: #929292;
}

.tab-container a.active {
  color: rgba(244, 0, 9, 1);
  font-weight: 600;
}

.tab-container a::before {
  content: "";
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(244, 0, 9, 1);
  -webkit-transform: scale3d(0, 2, 1);
  transform: scale3d(0, 2, 1);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
  transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
}

.tab-container a.active::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.toggle {
  background: #fff;
  border: 1px solid #dfdfdf;
  line-height: inherit;
  margin-bottom: 0.5rem;
  padding: 1.5rem 3.5rem 1.5rem 1.5rem !important;
  position: relative;
  width: 100% !important;
  text-transform: capitalize;
}

.groups li,
.groups p,
.plan-your-visit li,
.plan-your-visit p,
.purchase-tickets li,
.purchase-tickets p,
.special-offers li,
.special-offers p,
.teachertoolkit li,
.teachertoolkit p {
  line-height: 2;
}

.toggle:after {
  background: url(img/arrow-red-full-down.png) center center no-repeat;
  background-size: contain !important;
  content: "";
  display: block;
  height: 1.5rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
}

.toggle.active:after {
  background: url(img/arrow-red-full-up.png) center center no-repeat;
}

.toggle-content {
  display: none;
}

.toggle-content.active {
  display: block;
  padding: 1.5rem;
}

.toggle-container {
  display: none !important;
}

.toggle-container.active {
  display: block !important;
  padding: 0;
}

.hours-of-operation-widget ul {
  padding: 0;
}

.hours-of-operation-widget ul li {
  list-style-type: none;
}

.hours-of-operation-widget > a {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  padding-top: 1rem !important;
  text-transform: uppercase;
}

.hours-of-operation-widget ul li.header a {
  color: #000;
  display: block;
  font-family: GothamBold, Helvetica, Arial, Sans-serif;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  width: 100%;
}

.hours-of-operation-widget ul li p,
.hours-of-operation-widget ul li span {
  color: #767676;
  display: inline-block;
  font-size: 0.875rem;
}

.hours-of-operation-widget ul li span {
  width: 32%;
}

.streetview iframe {
  width: 100%;
}

.streetview a {
  color: red !important;
  display: block;
  font-size: 0.75rem;
  padding: 1rem;
  text-align: center !important;
  width: 100%;
}

.pricing-table td,
.pricing-table th {
  border: 4px solid #fff;
  color: #fff;
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
  text-align: center;
  vertical-align: middle;
}

.pricing-table + p {
  font-size: 0.75rem !important;
  margin-left: 0.25rem !important;
}

.pricing-table {
  margin-top: 1rem;
  max-width: 100%;
  width: 36rem;
}

.pricing-table th {
  background: grey;
  font-size: 0.75rem;
  padding: 1.5rem 1rem;
}

.pricing-table td {
  background: #282828;
  font-size: 1.125rem;
  padding: 1rem;
}

.groups .row .img img,
.groups .row p,
.groups li,
.groups p,
.international h1.visible-touch,
.plan-your-visit .row .img img,
.plan-your-visit .row p,
.plan-your-visit li,
.plan-your-visit p,
.purchase-tickets li,
.purchase-tickets p,
.special-offers .row .img img,
.special-offers .row p,
.special-offers li,
.special-offers p,
.teachertoolkit .row .img img,
.teachertoolkit .row p,
.teachertoolkit li,
.teachertoolkit p {
  font-family: GothamBook, Helvetica, Arial, Sans-serif;
}

.pricing-table td.small {
  font-size: 0.75rem;
}

.no-padding {
  padding: 0 !important;
}

.col-one-third {
  width: 33.333%;
  float: left;
}

.col-two-third {
  width: 66.666%;
  float: left;
}

.col-half {
  width: 50%;
  float: left;
}

.col-full {
  width: 100%;
  float: left;
}

.col-half img,
.col-one-third img,
.col-two-third img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.col-half,
.col-one-third,
.col-two-third {
  padding: 1rem;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

img.pull-right {
  max-width: calc(50% - 3rem);
  padding: 1.5rem 0 1.5rem 1.5rem;
}

img.pull-left {
  max-width: calc(50% - 3rem);
  padding: 1.5rem 1.5rem 1.5rem 0;
}

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.txt-right {
  text-align: right !important;
}

.plan-your-visit {
  max-width: none;
  padding: 0;
}

.no-image.plan-your-visit {
  padding-top: 4rem;
}

.no-image.plan-your-visit > .row {
  padding-top: 3rem;
}

.plan-your-visit h1 {
  font-weight: 600;
  padding: 2rem;
  text-align: center;
}

.plan-your-visit h3 {
  color: #000;
  text-transform: none;
}

.plan-your-visit .callout-section h3 {
  font-size: 1.5rem;
  padding: 0;
}

.plan-your-visit .callout-section h3.callout-title {
  font-size: 1.5rem;
  padding: 0 0 1rem;
  width: 100%;
}

.plan-your-visit .contain:after,
.plan-your-visit .row:after {
  display: table;
  content: " ";
  clear: both;
}

.plan-your-visit .row .icon-before,
.plan-your-visit .row .img img,
.plan-your-visit .row p {
  width: 100%;
}

.plan-your-visit .row .icon-before > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5rem);
}

.plan-your-visit .row .icon-before:before {
  content: "";
  display: inline-block;
  height: 4rem;
  vertical-align: top;
  width: 4rem;
}

.plan-your-visit .row .icon-before.car:before {
  background: url(img/icon-pin-car.png) center center no-repeat;
}

.plan-your-visit .row .icon-before.pin:before {
  background: url(img/icon-pin.png) center center no-repeat;
}

.plan-your-visit .contain {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 2rem;
}

.plan-your-visit .contain-strict {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 2rem 2rem;
}

.plan-your-visit .youtube iframe {
  width: 100%;
  min-height: 30vh;
  margin: 0 auto;
}

.groups {
  max-width: none;
  padding: 0;
}

.no-image.groups {
  padding-top: 4rem;
}

.no-image.groups > .row {
  padding-top: 3rem;
}

.groups h1 {
  font-weight: 600;
  padding: 2rem;
  text-align: center;
}

.groups .callout-section h3 {
  font-size: 1.5rem;
  padding: 0;
}

.groups .callout-section h3.callout-title {
  font-size: 1.5rem;
  padding: 0 0 1rem;
  width: 100%;
}

.groups .contain:after,
.groups .row:after {
  display: table;
  content: " ";
  clear: both;
}

.groups .row .icon-before,
.groups .row .img img,
.groups .row p {
  width: 100%;
}

.groups .row .icon-before > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5rem);
}

.groups .row .icon-before:before {
  content: "";
  display: inline-block;
  height: 4rem;
  vertical-align: top;
  width: 4rem;
}

.groups .row .icon-before.car:before {
  background: url(img/icon-pin-car.png) center center no-repeat;
}

.groups .row .icon-before.pin:before {
  background: url(img/icon-pin.png) center center no-repeat;
}

.groups .contain {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 2rem;
}

.groups .contain-strict {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 2rem 2rem;
}

.groups .youtube iframe {
  width: 100%;
  min-height: 30vh;
  margin: 0 auto;
}

.purchase-tickets {
  max-width: none;
  padding: 0;
}

.no-image.purchase-tickets {
  padding-top: 4rem;
}

.no-image.purchase-tickets > .row {
  padding-top: 3rem;
}

.purchase-tickets h1 {
  font-weight: 600;
  padding: 2rem;
  text-align: center;
}

.purchase-tickets .callout-section h3 {
  font-size: 1.5rem;
  padding: 0;
}

.purchase-tickets .callout-section h3.callout-title {
  font-size: 1.5rem;
  padding: 0 0 1rem;
  width: 100%;
}

.purchase-tickets .contain:after,
.purchase-tickets .row:after {
  display: table;
  content: " ";
  clear: both;
}

.purchase-tickets .row .img img,
.purchase-tickets .row p {
  font-family: GothamBook, Helvetica, Arial, Sans-serif;
  width: 100%;
}

.purchase-tickets .row .icon-before {
  width: 100%;
}

.purchase-tickets .row .icon-before > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5rem);
}

.purchase-tickets .row .icon-before:before {
  content: "";
  display: inline-block;
  height: 4rem;
  vertical-align: top;
  width: 4rem;
}

.purchase-tickets .row .icon-before.car:before {
  background: url(img/icon-pin-car.png) center center no-repeat;
}

.purchase-tickets .row .icon-before.pin:before {
  background: url(img/icon-pin.png) center center no-repeat;
}

.purchase-tickets .contain {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 2rem;
}

.purchase-tickets .contain-strict {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 2rem 2rem;
}

.purchase-tickets .youtube iframe {
  width: 100%;
  min-height: 30vh;
  margin: 0 auto;
}

.special-offers {
  max-width: none;
  padding: 0;
}

.no-image.special-offers {
  padding-top: 4rem;
}

.no-image.special-offers > .row {
  padding-top: 3rem;
}

.special-offers h1 {
  font-weight: 600;
  padding: 2rem;
  text-align: center;
}

.special-offers .callout-section h3 {
  font-size: 1.5rem;
  padding: 0;
}

.special-offers .callout-section h3.callout-title {
  font-size: 1.5rem;
  padding: 0 0 1rem;
  width: 100%;
}

.special-offers .contain:after,
.special-offers .row:after {
  display: table;
  content: " ";
  clear: both;
}

.special-offers .row .icon-before,
.special-offers .row .img img,
.special-offers .row p {
  width: 100%;
}

.special-offers .row .icon-before > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5rem);
}

.special-offers .row .icon-before:before {
  content: "";
  display: inline-block;
  height: 4rem;
  vertical-align: top;
  width: 4rem;
}

.special-offers .row .icon-before.car:before {
  background: url(img/icon-pin-car.png) center center no-repeat;
}

.special-offers .row .icon-before.pin:before {
  background: url(img/icon-pin.png) center center no-repeat;
}

.special-offers .contain {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 2rem;
}

.special-offers .contain-strict {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 2rem 2rem;
}

.special-offers .youtube iframe {
  width: 100%;
  min-height: 30vh;
  margin: 0 auto;
}

.teachertoolkit {
  max-width: none;
  padding: 0;
}

.no-iteachertoolkit {
  padding-top: 4rem;
}

.no-image.teachertoolkit > .row {
  padding-top: 3rem;
}

.teachertoolkit h1 {
  font-weight: 700;
  padding: 2rem;
  text-align: center;
}

.teachertoolkit .callout-section h3 {
  font-size: 1.5rem;
  padding: 0;
}

.teachertoolkit .callout-section h3.callout-title {
  font-size: 1.5rem;
  padding: 0 0 1rem;
  width: 100%;
}

.teachertoolkit .contain:after,
.teachertoolkit .row:after {
  display: table;
  content: " ";
  clear: both;
}

.teachertoolkit .row .icon-before,
.teachertoolkit .row .img img,
.teachertoolkit .row p {
  width: 100%;
}

.teachertoolkit .row .icon-before > div {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 5rem);
}

.teachertoolkit .row .icon-before:before {
  content: "";
  display: inline-block;
  height: 4rem;
  vertical-align: top;
  width: 4rem;
}

.teachertoolkit .row .icon-before.car:before {
  background: url(img/icon-pin-car.png) center center no-repeat;
}

.teachertoolkit .row .icon-before.pin:before {
  background: url(img/icon-pin.png) center center no-repeat;
}

.teachertoolkit .contain {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  padding: 2rem;
}

.teachertoolkit .contain-strict {
  clear: both;
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 2rem 2rem;
}

.teachertoolkit .youtube iframe {
  width: 100%;
  min-height: 30vh;
  margin: 0 auto;
}

.ttheading {
  font-size: 26px;
  padding: 1em 0;
  font-weight: 700;
}

.teachertoolkit h4.txt-center {
  padding: 1em 0;
  font-size: 3rem !important;
}

.teachertoolkit h4 {
  font-size: 2rem;
  padding: 1em 0;
  font-weight: 700;
}

.teachertoolkit h5 {
  color: rgba(74, 74, 74, 1);
  padding: 1em 0;
}

.things-to-do-in-atlanta > .row.contain {
  max-width: none;
  padding: 0;
}

.international h1.hidden-touch {
  display: block !important;
}

.international h1.visible-touch {
  color: rgba(244, 0, 9, 1);
  display: none !important;
  font-size: 1.25rem;
  line-height: 1.25;
  padding: 2rem 0 0;
}

.international h1,
.international h1.visible-touch span,
.international h2,
.international h5 {
  font-family: GothamMedium, Helvetica, Arial, Sans-serif;
}

.international h1.visible-touch span {
  display: block;
  width: 100%;
}

.international.contentHeader {
  display: table;
}

.international.contentHeader > div {
  display: table-cell;
  padding-bottom: 2.5rem;
  vertical-align: bottom;
}

.international h1 {
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 2.25rem;
  letter-spacing: 2px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: center;
  text-transform: none;
  vertical-align: middle;
  width: 100%;
}

.international h2,
.international h3 {
  color: #000;
  text-transform: none;
  width: 100%;
}

.international h2 {
  font-size: 1.5rem;
  padding: 1.875rem 0;
}

.international h3 {
  font-size: 2rem;
  padding: 0 0 1rem;
}

.international h4,
.international h5 {
  color: #000;
  text-transform: uppercase;
}

.international h4 {
  font-size: 1.125rem;
}

.international h5,
.international li,
.international p {
  font-size: 0.875rem;
}

.international h5 {
  padding: 0.875rem 0 0.5rem;
}

.international ul {
  margin-left: 3rem;
  padding: 0 0 1rem 1rem;
}

.international li {
  line-height: 2;
}

.international .button {
  margin-bottom: 2rem;
}

.international.contentContainer {
  max-width: none;
  padding: 0;
}

.international .contain:after,
.international .row:after {
  display: table;
  content: " ";
  clear: both;
}

.international .contain,
.international .contain-strict {
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 0 2rem 2rem;
}

.international .contain {
  max-width: 1280px;
}

.international .contain-strict {
  max-width: 1024px;
}

.international .sidebar img {
  padding: 2rem 3rem 4.25rem 0;
}

.international .address-list > div {
  padding: 0 1rem 0 0;
}

.international .address-list p,
.international .address-list ul {
  padding: 1rem 2rem 1rem 0;
}

.international .address-list ul {
  margin-left: 1rem;
}

.international .hours-of-operation-widget {
  margin-bottom: 2rem;
}

.international .hours-of-operation-widget ul {
  margin: 0;
  padding: 0;
}

.international .hours-of-operation-widget ul li:nth-child(-n + 2) {
  display: none;
}

.international-explore .callout {
  padding: 5rem 2rem;
  text-align: left !important;
}

.international-explore .callout h3 {
  font-size: 1rem;
  text-align: center;
  width: 100%;
}

.international-explore .blocks > div {
  background-size: cover !important;
  height: 25rem;
  position: relative;
}

.international-explore .blocks .content {
  left: 50%;
  max-width: 20rem;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.international-explore .blocks .content * {
  color: #fff;
  padding-bottom: 1rem;
  text-align: center;
}

.international-explore .blocks a {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

.international-explore .blocks .fade {
  background: rgba(0, 0, 0, 0.27);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.int-popup,
.overlay {
  position: fixed;
  z-index: 1;
}

.international .sidebar {
  display: none;
}

.international .mobile-img {
  background-size: cover !important;
  display: block;
  margin: 2rem -2rem !important;
  max-width: 480px !important;
  width: calc(100% + 4rem) !important;
}

.overlay {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  transition: all 0.5s ease-in-out;
  top: 0;
}

.overlay.active {
  visibility: visible;
  opacity: 1;
}

.int-popup {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  max-width: 35rem;
  padding: 4rem 4rem 3rem;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 75%;
}

.int-popup.active {
  visibility: visible;
  opacity: 1;
}

.int-popup p {
  color: #e11826;
  display: block;
  font-size: 1.375rem;
  line-height: 1.25;
  padding: 2rem 0;
}

.int-popup img {
  display: block;
  margin: 0 auto;
  max-width: 6rem;
}

@media only all and (min-width: 1024px) {
  #menuContainer .button a {
    width: auto;
    padding: 0 1em;
  }
  #container #menu {
    width: 90%;
    text-align: left;
  }
  #container #menu div {
    margin: 0 3% 0 0;
    padding: 0;
  }
  #menuContainer .left {
    padding: 0.3rem;
  }
  #menuContainer .right {
    padding: 1.5rem 0.5rem 1.5rem 0;
  }
  #container #menu .sub-menu.active,
  #container #menu li:hover .sub-menu {
    display: table;
    z-index: 9999;
  }
  #container #menu .moments a {
    font-size: 1.55em !important;
  }
  .socialShare {
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 999;
    width: 2rem;
  }
  .socialShare a {
    display: block;
    width: 100%;
    height: 2rem;
  }
  .tourInside .exhibit {
    width: 33.333333333%;
  }
  .tourInside .exhibit h3 {
    width: 65%;
  }
  .contentHeader {
    width: 100%;
    height: 25em;
    background-size: cover !important;
    display: table;
    position: relative;
  }
  .contentHeader h1,
  .contentHeader h3 {
    font-size: 2.5rem;
  }
  .contentContainer .flexslider.sub .slideContainer {
    height: 40vh;
    max-height: 350px;
    background: rgba(0, 0, 0, 1);
    min-height: 350px;
  }
}

@media only all and (min-width: 1025px) {
  .tourInside .exhibit a:hover {
    background: rgba(0, 0, 0, 0.5);
  }
  .tourInside .exhibit a:hover h3 {
    position: relative;
  }
  .tourInside .exhibit a:hover h3:after {
    opacity: 1;
  }
  .tourInside .exhibit a:hover p {
    opacity: 1;
    height: auto;
    padding-top: 1.5em !important;
  }
  .slideContainer {
    min-height: 80vh !important;
    height: 80vh !important;
  }
  .slideContainer a {
    font-size: 1.5em !important;
  }
}

@media only all and (min-width: 769px) {
  .visible-touch {
    display: none;
  }
}

@media only all and (min-width: 1280px) {
  #container #menu {
    font-size: 1.25em;
    text-align: left;
    padding: 1.5rem 0 1.5rem 12.5%;
  }
  #menuContainer .left {
    padding: 1.25rem 1rem 1.25rem 2rem;
  }
  #menuContainer .right {
    padding: 1.5rem 1.5rem 1.5rem 0;
  }
}

@media only all and (min-width: 1440px) {
  #menuContainer #menu div {
    display: inline-block;
    width: auto;
    margin: 0 4% 0 0;
  }
}

@media only all and (max-width: 1023px) {
  .contentContainer img,
  .img {
    height: auto;
    float: none !important;
    display: block;
  }
  body {
    padding-top: 3.75rem;
  }
  .contentContainer img {
    width: 66% !important;
    max-width: none !important;
    margin: auto !important;
  }
  .img {
    width: 66%;
    margin: 1em auto !important;
  }
  .video,
  .video iframe {
    width: 100% !important;
  }
  .video iframe {
    height: 30vh !important;
  }
  .img img {
    width: 100%;
  }
  .contentContainer h3 {
    font-size: 0.75rem;
    width: 90%;
  }
  h4 {
    font-size: 1.5em;
  }
  .mobileButtons {
    display: block;
    text-align: center;
    padding: 0 2rem 2rem;
  }
  .mobileButtons a {
    width: 100%;
    border-radius: 5px;
    margin: 0.45rem 0;
  }
  .mobileExplore,
  .mobileHero {
    display: block;
    background: rgba(246, 246, 246, 1);
  }
  .mobileExplore img,
  .mobileHero img {
    width: 100%;
    height: auto;
  }
  .mobileHero h2 {
    color: rgba(244, 0, 9, 1);
    font-family: GothamBook, arial, sans-serif;
    text-align: center;
    font-size: 1.34rem;
    line-height: 125%;
    margin: 1.5rem 0 0;
  }
  .mobileHero h2 strong {
    font-family: GothamBold, arial, sans-serif;
    color: rgba(244, 0, 9, 1);
  }
  .mobileExplore .mobileButtons {
    padding: 2rem 2rem 0;
  }
  a.button.full {
    margin: 1rem 0;
    width: 100%;
  }
  #mobileTrigger {
    background: url(img/mobile-menu.png) center center no-repeat;
    width: 10%;
    height: 2rem;
    margin: 0.875rem 0 0.875rem 86%;
  }
  #menuContainer #menu {
    width: 80%;
    position: absolute;
    right: -80%;
    height: 100vh;
    top: 0;
    background: rgba(246, 246, 246, 1);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: left;
    padding: 5rem 0;
    overflow-x: hidden;
  }
  #menuContainer {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 3.75rem;
  }
  #menuContainer.active {
    left: -80%;
  }
  body.active {
    right: 80%;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden !important;
    position: fixed;
    top: 0;
  }
  body.active #contentHome,
  body.active .contentContainer,
  body.active .tourInside {
    height: 100vh;
    max-height: 100vh;
    overflow: hidden !important;
    position: absolute;
  }
  #menuContainer .button a {
    background: 0 0;
    border: none;
  }
  #menuContainer .left {
    width: 33.33%;
    padding: 0.625rem 0 0;
    height: 3.75rem;
  }
  #menu .calendar,
  #menu .open_close,
  #menu .open_close_range {
    display: none !important;
  }
  #menuContainer #menu.active {
    right: 0;
  }
  #menuContainer #menu a {
    display: block;
    width: auto;
    background: 0 0;
    color: #4a4a4a !important;
    font-size: 1em;
    text-align: left;
    margin: 0 5% !important;
    line-height: 6em;
    border: 0;
  }
  #menuContainer #menu div,
  #menuContainer #menu span {
    display: block;
    border-top: 1px solid rgba(233, 233, 233, 1);
    margin: 0 2% 0 0;
  }
  #menuContainer #menu .menu-item-has-children:after {
    content: "";
    background: url(img/arrow-menu.png) right center no-repeat;
    width: 50%;
    height: 5rem;
    background-size: initial;
    position: absolute;
    right: 5%;
    top: 0;
  }
  #menuContainer #menu .menu-item-has-children.active:after {
    background: url(img/arrow-menu-active.png) right center no-repeat;
  }
  #menuContainer #menu .sub-menu {
    position: relative;
    top: 0;
    padding: 0.5rem 0;
    background: rgba(252, 252, 252, 1);
    border-top: 1px solid rgba(233, 233, 233, 1);
  }
  #menuContainer #menu .sub-menu.active {
    display: block;
  }
  #menuContainer #menu .sub-menu li {
    padding: 0.25rem 0;
  }
  #menuContainer #menu .sub-menu li a {
    font-weight: 400 !important;
    font-size: 0.75rem !important;
    width: 100%;
  }
  #menuContainer #menu .sub-menu a:after,
  #menuContainer #menu .sub-menu li a:after {
    display: none;
  }
  #menuContainer #menu .menu li {
    position: relative;
  }
  #menuContainer #menu .subitem {
    border: none;
    width: 100% !important;
    display: block;
    padding: 0;
    background-color: rgba(252, 252, 252, 1);
  }
  #container #menuContainer .dates li:not(.header),
  #menuContainer .dates a:nth-child(2n) {
    display: none !important;
  }
  #menuContainer .right {
    position: relative;
    padding: 0;
    font-size: inherit;
    width: 98%;
    border-top: none !important;
  }
  #menuContainer .right span {
    width: 100%;
    padding: 0;
  }
  .alert-banner #menuContainer #menu .right .sub-menu,
  .alert-banner #menuContainer #menu .sub-menu {
    top: 0;
  }
  #menuContainer #menu .international > div > ul {
    position: fixed;
    top: 0;
    width: 100%;
  }
  #menuContainer #internationalmenu > li:after,
  #menuContainer #internationalmenu > li > a {
    display: none;
  }
  #menuContainer .international #internationalmenu > li > ul {
    display: block !important;
    padding: 0 !important;
  }
  #menuContainer .international #internationalmenu > li > ul > li {
    display: block !important;
    float: left;
    padding: 0;
    width: 20%;
  }
  #menuContainer .de-mobile:before,
  #menuContainer .en-mobile:before,
  #menuContainer .es-mobile:before,
  #menuContainer .zh-cn-mobile:before {
    content: "";
    display: block;
    height: 5rem;
    margin: 0 auto;
    width: 2.5rem;
  }
  #menuContainer .en-mobile:before {
    background: url(img/USA.png) center center no-repeat;
    background-size: 1.5rem auto !important;
  }
  #menuContainer .de-mobile:before {
    background: url(img/Germany.png) center center no-repeat;
    background-size: 1.5rem auto !important;
  }
  #menuContainer .es-mobile:before {
    background: url(img/Spain.png) center center no-repeat;
    background-size: 1.5rem auto !important;
  }
  #menuContainer .zh-cn-mobile:before {
    background: url(img/China.png) center center no-repeat;
    background-size: 1.5rem auto !important;
  }
  #menuContainer #menu .de-mobile a,
  #menuContainer #menu .en-mobile a,
  #menuContainer #menu .es-mobile a,
  #menuContainer #menu .zh-cn-mobile a {
    bottom: 0;
    left: 0;
    margin: 0 !important;
    position: absolute;
    right: 0;
    text-indent: -99999px;
    top: 0;
  }
  .contentHead p {
    font-size: 1em;
    width: 90% !important;
  }
  .flexslider.explore,
  .slider {
    display: none;
  }
  .slideContainer h3,
  .slideContainer h1 {
    font-size: 3em;
    width: 80%;
    margin: 0 auto;
  }
  #footer .newsletterContainer {
    width: 90%;
    display: block;
    margin: 0 auto;
    padding: 2rem 5%;
    text-align: center;
  }
  #footer .newsletter a {
    margin: 2rem auto 0;
    position: relative;
  }
  #footer .newsletter p {
    padding: 0.5rem 0 0;
  }
  #footer .border_wrapper {
    text-align: center;
  }
  #footer .border_wrapper .footerAddress {
    text-align: center;
    width: 100%;
    font-size: 1em;
  }
  #footer .border_wrapper .footerHash {
    width: 100%;
    padding: 1.25rem 0 0;
    text-align: center;
  }
  #footer .border_wrapper ul#footer_navigation {
    width: 100%;
  }
  #footer .social {
    width: 100%;
    padding-top: 0;
  }
  .promoContainer .col {
    width: 48%;
    margin: 1%;
    height: 26em;
  }
  #connect,
  .promoBuckets {
    background: rgba(246, 246, 246, 1);
  }
  .tourInside .exhibit {
    width: 100%;
    max-width: 100%;
  }
  .contentHeader h3 {
    font-size: 2.75em;
  }
  .row img {
    max-width: 66vw !important;
    width: 100% !important;
  }
  .linkList.large .copy a {
    padding: 1.5rem 1rem 1.5rem 0;
    font-size: 1rem;
  }
  .linkList.large .block {
    width: 50% !important;
  }
  .block,
  .linkList.small .block img {
    width: 100% !important;
  }
  .linkList.small .block .copy {
    padding: 0.5rem 2.5rem 0.5rem 1rem;
  }
  .linkList.small .block p,
  .linkList.small .block.full p {
    font-size: 0.75rem;
    max-height: 3.25rem;
  }
  .linkList.small .block {
    margin: 0 0 1rem !important;
    display: block;
  }
  .plan-your-visit .callout-section h3.callout-title {
    text-align: center;
    padding: 0.5rem 0 1rem;
  }
  .tab-container {
    overflow-x: scroll;
    white-space: nowrap;
    padding: 1rem;
  }
  .container.interior {
    background: 0 0;
  }
  .block {
    font-size: 1.25em !important;
  }
  .directions,
  .gmap,
  .streetview iframe {
    width: 100%;
  }
  .atlanta-botanical-gardens .left,
  .atlanta-cyclorama-civil-war-museum .left,
  .atlanta-history-center .left,
  .callanwolde-fine-arts-center .left,
  .centennial-olympic-park .left,
  .center-civil-human-rights .left,
  .center-puppetry-arts .left,
  .fernbank-museum-of-natural-history .left,
  .fernbank-science-center .left,
  .fox-theatre .left,
  .freedom-park .left,
  .georgia-aquarium .left,
  .high-museum-of-art .left,
  .inside-cnn-studio-tour .left,
  .martin-luther-king-jr-national-historic-site .left,
  .oakland-cemetery .left,
  .piedmont-park .left,
  .rialto-center-arts .left,
  .stone-mountain-park .left,
  .wrens-nest .left,
  .zoo-atlanta .left {
    width: 100% !important;
    float: none !important;
    padding-right: 0;
  }
  .atlanta-botanical-gardens .right,
  .atlanta-cyclorama-civil-war-museum .right,
  .atlanta-history-center .right,
  .callanwolde-fine-arts-center .right,
  .centennial-olympic-park .right,
  .center-civil-human-rights .right,
  .center-puppetry-arts .right,
  .fernbank-museum-of-natural-history .right,
  .fernbank-science-center .right,
  .fox-theatre .right,
  .freedom-park .right,
  .georgia-aquarium .right,
  .high-museum-of-art .right,
  .inside-cnn-studio-tour .right,
  .martin-luther-king-jr-national-historic-site .right,
  .oakland-cemetery .right,
  .piedmont-park .right,
  .rialto-center-arts .right,
  .stone-mountain-park .right,
  .wrens-nest .right,
  .zoo-atlanta .right {
    width: 100% !important;
    float: none !important;
    padding: 0;
  }
  .atlanta-botanical-gardens .right .directions,
  .atlanta-cyclorama-civil-war-museum .right .directions,
  .atlanta-history-center .right .directions,
  .callanwolde-fine-arts-center .right .directions,
  .centennial-olympic-park .right .directions,
  .center-civil-human-rights .right .directions,
  .center-puppetry-arts .right .directions,
  .fernbank-museum-of-natural-history .right .directions,
  .fernbank-science-center .right .directions,
  .fox-theatre .right .directions,
  .freedom-park .right .directions,
  .georgia-aquarium .right .directions,
  .high-museum-of-art .right .directions,
  .inside-cnn-studio-tour .right .directions,
  .martin-luther-king-jr-national-historic-site .right .directions,
  .oakland-cemetery .right .directions,
  .piedmont-park .right .directions,
  .rialto-center-arts .right .directions,
  .stone-mountain-park .right .directions,
  .wrens-nest .right .directions,
  .zoo-atlanta .right .directions {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    display: block;
  }
  .event-videos-photos .block .images .slides li {
    width: 100%;
  }
  .teacher-toolkit .block,
  .teacher-toolkit img {
    width: initial !important;
  }
  .spacebtns_page {
    max-width: 50%;
    margin: 0 auto;
  }
  .teacher-toolkit .block {
    display: inline-block;
  }
  .teacher-toolkit #blocks h3,
  .teacher-toolkit .inner p {
    margin: 0;
  }
  .international.contentHeader {
    min-height: 20rem;
  }
  .international ul {
    margin-left: 0;
    padding: 0 0 1rem 1rem;
  }
  .int-popup {
    bottom: 0;
    left: 0;
    max-width: none;
    padding: 8rem 2rem 3rem;
    top: 0;
    transform: none;
    width: 100%;
    z-index: 99999;
  }
  .int-popup img {
    width: 6.25rem !important;
  }
  .int-popup .row div {
    margin: 0 2.5%;
    width: 45%;
  }
  .int-popup .row div a {
    width: 100%;
  }
  .international .tab-container {
    text-align: center;
    white-space: normal;
    margin-left: 0;
    padding: 0 1rem !important;
  }
  .international .tab-container li {
    display: inline-block;
    font-size: 0.75rem !important;
    margin: 1rem 0 0;
    padding: 0 !important;
    width: auto;
  }
  .international .tab-container li a {
    margin: 0 0.5rem;
  }
  .international h1.visible-touch {
    display: block !important;
  }
  .international h1.hidden-touch {
    display: none !important;
  }
  .pricing-table {
    width: 100%;
  }
  .pricing-table th {
    padding: 1rem 0.5rem;
    font-size: 0.625rem;
  }
  .pricing-table td {
    padding: 1rem 0.5rem;
    font-size: 0.75rem;
  }
}

@media only all and (max-width: 767px) {
  .slideContainer h3,
  .slideContainer h1 {
    font-size: 1.5em;
  }
  .contentHead p {
    font-size: 0.75em;
  }
  .contentHeader h3 {
    font-size: 1.5em;
  }
  .contentHead div.homeDesc p {
    font-size: 1em;
  }
  #menuContainer .logo {
    width: 55%;
  }
  .groups .contain,
  .groups .contain-strict,
  .plan-your-visit .contain,
  .plan-your-visit .contain-strict,
  .purchase-tickets .contain,
  .purchase-tickets .contain-strict,
  .row.contain,
  .special-offers .contain,
  .special-offers .contain-strict,
  .teachertoolkit .contain,
  .teachertoolkit .contain-strict {
    padding: 1rem;
  }
  .linkList-image {
    height: 50vw;
  }
  .linkList.large .block {
    width: 100% !important;
  }
  .linkList.small .block p {
    display: none;
  }
  .linkList.large .block.third h3 a,
  .linkList.small .block h3 {
    font-size: 0.875em;
    width: 100%;
  }
  .linkList.small .block .copy {
    padding: 1rem 2rem 1rem 1rem;
    width: calc(100% - 5rem);
  }
  .linkList.small .block > a {
    width: 4.5rem !important;
  }
  .linkList.small .block > a img {
    width: 100% !important;
  }
  .linkList.small .block.full {
    display: block;
    padding: 2rem 0;
    width: 100%;
  }
  .linkList.small .block.full > a {
    display: block !important;
    padding: 0;
    width: 100%;
  }
  .linkList.small .block.full .copy {
    display: block !important;
    width: 100%;
    padding: 1rem 0 0;
  }
  .linkList.small .block.full .copy h3 {
    display: block;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .contentContainer .linkList .block.full h3 a:after {
    right: 0;
    top: 0.75rem;
    height: 1rem;
  }
  .col-half,
  .col-one-third,
  .col-two-third {
    padding: 1rem 0;
    width: 100%;
  }
  .hidden-touch {
    display: none !important;
  }
  .visible-touch {
    display: block !important;
  }
  .hours-of-operation-widget ul li span {
    font-size: 0.675rem;
    vertical-align: top;
    width: 38%;
  }
  .hours-of-operation-widget ul li span:nth-child(2) {
    width: 20%;
  }
  .tab-content > div {
    padding: 1rem;
  }
}

@media only all and (max-width: 768px) {
  .visible-touch {
    display: none;
  }
  .no-padding-mobile {
    display: inline-block;
    padding: 0;
    height: auto;
  }
  .hidden-touch {
    display: none !important;
  }
  .col-half,
  .col-one-third,
  .col-two-third {
    padding: 1rem 0;
    width: 100%;
  }
}

@media only all and (min-width: 768px) {
  .international .sidebar {
    display: block;
  }
  .international .mobile-img {
    display: none;
  }
  .international-explore .callout {
    text-align: center !important;
  }
  .international-explore .callout h3 {
    font-size: 2rem;
  }
}

@media only all and (max-width: 600px) {
  .twitter .icon {
    display: block;
    left: 4%;
  }
  .promoContainer .col {
    width: 90%;
    margin: 5%;
    height: auto;
    padding-bottom: 2em;
  }
  .atlanta-hotels .tricol-list td,
  .downtown-atlanta-restaurants .tricol-list td,
  .nearby-atlanta-restaurants .tricol-list td {
    width: 100%;
    padding: 0;
    display: block;
    border: none;
  }
  .contentContainer .linkList .copy {
    font-size: 0.75em;
  }
  .calendar {
    width: 100% !important;
  }
  .calendar .month {
    float: none !important;
    margin: 2em auto !important;
  }
}

@media only all and (min-width: 450px) and (max-width: 767px) {
  #menuContainer .left {
    width: 25%;
  }
}

.stream .icon {
  top: 0.375rem;
}

.stream li .icon,
.twitter .icon {
  position: absolute;
  left: 0.5em;
  z-index: 3;
  width: auto;
}

.stream li .icon {
  height: 1.75em;
}

.socicon-instagram:before,
.socicon-facebook:before,
.socicon-youtube:before {
  font-size: 20px;
  color: white;
  position: absolute;
  top: 5px;
  z-index: 2;
  left: 5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #menuContainer .left {
    width: 15.79%;
  }
  #menuContainer .logo {
    width: 75%;
  }
  .mobileHero h2 {
    font-size: 2.5rem;
  }
  .mobileButtons a {
    width: 59.87%;
    line-height: 2.5rem;
  }
}
