@import url("../../global/CSS/global.css");
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* Palette Styling */
/* Typography Styling */
@import "style.css";
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0em;
  font-family: "proxima-nova", Helvetica, sans-serif;
}
p,
ol,
ul,
blockquote,
pre,
code {
  font-size: 1em;
  margin-bottom: 1.5em;
  line-height: 1.5em;
  color: #4e4e4e;
  font-weight: 500;
  letter-spacing: 0.03em;
}
p,
ol,
ul,
blockquote {
  font-family: "garamond-premier-pro", Georgia, serif;
}
code {
  font-family: “Courier New”, Courier, “Lucida Sans Typewriter”, “Lucida Typewriter”, monospace;
}
h1 {
  font-size: 2em;
  line-height: 1.2857em;
  margin-bottom: 0.6429em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-top: 0;
}
h2 {
  font-size: 1.85em;
  line-height: 1.5em;
  margin-bottom: 0.75em;
  margin-top: 0;
}
h3 {
  font-size: 1.6667em;
  line-height: 1.5em;
  margin-bottom: 1.1em;
  margin-top: 0;
}
h4 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 1em;
  margin-top: 0;
}
h5 {
  font-size: 1.3333em;
  line-height: 1.125em;
  margin-bottom: 0.85em;
  margin-top: 0;
}
h6 {
  font-size: 1.1667em;
  line-height: 1em;
  margin-bottom: 0.75em;
  letter-spacing: 0.05em;
  margin-top: 0;
}
/* Common Styles */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* Base Styles */
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  text-rendering: optimizeLegibility;
}
/* Need to Override global.css font-size */
body {
  font-family: "garamond-premier-pro", Georgia, serif;
  font-size: 15px;
  color: #4e4e4e;
}
a,
a:link,
a:visited,
a:active {
  color: #989f38;
  -webkit-transition-duration: 0.33s;
  -webkit-transition-property: color, background, text-shadow, border, opacity, text-decoration;
  -moz-transition-duration: 0.33s;
  -moz-transition-property: color, background, text-shadow, border, opacity, text-decoration;
  -o-transition-duration: 0.33s;
  -o-transition-property: color, background, text-shadow, border, opacity, text-decoration;
  transition-duration: 0.33s;
  transition-property: color, background, text-shadow, border, opacity, text-decoration;
  text-decoration: none;
}
a:hover {
  color: #566b23 !important;
  text-decoration: none;
}
hr {
  width: 100%;
  height: 1px;
  padding: 4% 0;
  margin: 0!important;
  border: 0;
  background: url('/SiteFiles/2078/CSS/Images/hr.png') center center;
  background-repeat: repeat-x;
}
hr:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-top: -11px;
  background: url('/SiteFiles/2078/CSS/Images/hr-icon.gif') no-repeat center center;
  height: 24px;
  width: 24px;
  text-align: center;
  margin-left: -10px;
}
/* HTML5 video styling */
div#videoTop {
  position: fixed !important;
  bottom: 0px;
  right: 0px;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -9998 !important;
  overflow: hidden;
}
video#videoBG {
  position: fixed;
  bottom: 0px;
  right: 0px;
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -9999 !important;
  overflow: hidden;
}
video {
  display: block;
}
/* hiding video on mobile */
body.mobile div#videoTop,
body.mobile div#videoBG {
  display: none;
  visibility: hidden;
}
/* HTML5 video styling END*/
/* Utility Bar Styling */
section#utility-top {
  background-color: #ffffff;
  padding: 13px 0;
  position: absolute;
  top: 0;
  width: 100%!important;
  z-index: 999;
  -webkit-box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.12);
  -moz-box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.12);
  box-shadow: 0px 1px 1px rgba(90, 90, 90, 0.12);
}
.quicklinks {
  margin-left: 38px;
}
.quicklinks ul {
  list-style: none;
  padding: 0!important;
  margin: 0!important;
  font-style: 0.9em;
}
.quicklinks ul li {
  float: left;
  margin: 0px 7px 0px 0px;
  padding: 0px 7px 0px 0px;
  border-right: 1px solid #c4c4c4;
}
.quicklinks ul li a {
  color: #4e4e4e;
}
.quicklinks ul li:last-child {
  border: none!important;
}
li.open-hours {
  border: none!important;
  padding: 0px!important;
  margin: 0px!important;
}
.social-top {
  margin-top: 5px;
  margin-right: 35px;
}
.social-top ul {
  list-style: none;
  padding: 0!important;
  margin: 0!important;
}
.social-top ul li.icon {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
#toggleSearch {
  position: absolute;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
  top: 48px;
  right: 6%;
  width: 200px;
}
#toggleSearch .form-group {
  margin: 0;
  width: 142px;
  display: inline-block;
}
#toggleSearch #searchField {
  border-radius: 0!important;
  display: inline-block;
}
#toggleSearch #searchButton {
  position: relative;
  left: -4px;
  padding: 7px 17px;
}
#toggleSearch .btn {
  background-position: 82% 48%;
}
/* Top Video Section styling */
div.main-video-top {
  position: relative;
  height: auto;
  min-height: 500px;
  width: 100%;
  /*background: -moz-linear-gradient(45deg,  rgba(92,92,91,0.2) 30%, rgba(92,92,91,0.1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(30%,rgba(92,92,91,0.2)), color-stop(100%,rgba(92,92,91,0.1)));
	background: -webkit-linear-gradient(45deg,  rgba(92,92,91,0.2) 30%,rgba(92,92,91,0.1) 100%); 
	background: -o-linear-gradient(45deg,  rgba(92,92,91,0.2) 30%,rgba(92,92,91,0.1) 100%); 
	background: -ms-linear-gradient(45deg,  rgba(92,92,91,0.2) 30%,rgba(92,92,91,0.1) 100%); 
	background: linear-gradient(45deg,  rgba(92,92,91,0.2) 30%,rgba(92,92,91,0.1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#665c5c5b', endColorstr='#1a5c5c5b',GradientType=1 ); */
}
/* Bootstrap Overrides */
.navbar-brand {
  height: auto;
  float: none;
  position: absolute;
  top: 71px;
  left: 0;
  background: #fff;
  padding: 5%;
  /* navbar-bran height is set automatically to 20px so this overrides */
}
.navbar-brand img {
  width: auto!important;
}
.navbar-default {
  background-color: transparent;
  border: 0!important;
  display: inline-block;
  top: 310px;
  position: relative;
}
.top-nav .row {
  margin-left: 0!important;
  margin-right: 0!important;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: 0!important;
}
ul#mainnav {
  display: inline-block;
}
.navbar-nav > li {
  float: none;
}
.navbar-nav > li > a {
  padding: 3px 0px 3px 0px!important;
  line-height: 10px;
}
.main-logo,
.navbar-brand {
  position: absolute;
  left: 0;
  background-color: #ffffff;
  z-index: 1000!important;
}
.navbar-brand {
  top: 120px;
  padding: 35px 40px;
}
.navbar-brand img {
  max-width: none!important;
}
body.default .navbar-brand {
  top: 28%!important;
}
div#ctl00_cphMainMenu_swMainMenu_pnlMainMenu {
  display: block;
  position: absolute;
  top: 295px;
  left: 25px;
}
div.main-video-top .exhibit-event {
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  height: 100%!important;
  overflow: hidden;
  z-index: 100;
  padding-top: 49px;
  min-width: 380px;
  max-width: 420px;
}
div.main-video-top,
div.exhibit-event,
section#membership-window {
  min-height: 740px!important;
  max-height: 755px;
}
.exhibit-event .featured-exhibit .pager {
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
  top: -25px;
  left: 10px;
}
.exhibit-event .featured-exhibit .pager a {
  height: 12px;
  width: 12px;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #566b23;
}
.exhibit-event .featured-exhibit .pager a.current {
  background: #566b23;
}
.exhibit-event .featured-exhibit .pager a:hover {
  background: #566b23;
}
.exhibit-event .swRotator .scrollable .items .item .caption {
  display: none;
  visibility: hidden;
}
div.featured-events {
  position: relative;
  top: -4px;
  width: 93%;
  max-width: 360px;
}
span.featured-events-header {
  background: #989f38;
  padding: 7px 10px;
  color: #fff;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  line-height: 20px;
}
.featured-events p.upcoming-events-view-link {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.featured-events .upcoming-events-wrapper ul {
  padding: 0;
  margin: 5% 0 0 0;
  list-style: none;
}
.featured-events .upcoming-events-wrapper ul li {
  margin: 0 0 2% 0;
}
.featured-events p.upcoming-events-description {
  display: none;
}
.featured-events p.upcoming-events-date,
span.upcoming-events-date {
  font-size: 0.9em !important;
}
.featured-events p.upcoming-events-name {
  font-family: "proxima-nova", Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}
section#mobile-exhibit-event {
  background: #fff;
  padding: 4% 0;
  position: relative;
  display: block;
}
section#mobile-exhibit-event .upcoming-events-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
section#mobile-exhibit-event .upcoming-events-wrapper ul li {
  margin: 0 0 4% 0;
}
section#mobile-exhibit-event p.upcoming-events-description {
  display: none;
}
section#mobile-exhibit-event p.upcoming-events-name {
  font-family: "proxima-nova", Helvetica, sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
}
section#mobile-exhibit-event p.upcoming-events-date,
section#mobile-exhibit-event span.upcoming-events-date {
  font-size: 0.9em !important;
}
section#mobile-exhibit-event.pager {
  display: block!important;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  left: 10px;
}
section#mobile-exhibit-event .pager a {
  height: 12px;
  width: 12px;
  overflow: hidden;
  display: inline-block;
  background: transparent;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #566b23;
}
section#mobile-exhibit-event .pager a.current {
  background: #566b23;
}
div.mobile-exhibit #swFader-204133 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 360px;
}
#swFader-204133 .scrollable {
  max-width: 360px!important;
  position: relative;
  overflow: visible;
}
div.mobile-exhibit #swFader-204133 .scrollable .item {
  max-width: 360px;
}
div.mobile-exhibit #swFader-204133 .scrollable .item a {
  height: 100%;
  display: block;
}
div.mobile-exhibit .swRotator .scrollable .items .item .caption {
  display: none;
  visibility: hidden;
}
.mobile-events .upcoming-events-wrapper ul li {
  text-align: center;
}
.mobile-events .upcoming-events-wrapper p.upcoming-events-view-link a {
  width: 100%;
  text-align: center;
  padding: 4% 1%;
}
section#mobile-exhibit-event span.featured-events-header {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
/* General Upcoming Events Styling */
.full-width-content .upcoming-events-wrapper {
  display: inline-block;
}
.full-width-content .upcoming-events-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.full-width-content .upcoming-events-wrapper ul li {
  /*				border-bottom: 1px solid #e3e3e3;
				margin: 0 0 5px 0;
				padding: 0 0 5px 0;*/
}
.full-width-content .upcoming-events-wrapper ul li p.upcoming-events-date,
.full-width-content .upcoming-events-wrapper ul li p.upcoming-events-name {
  padding: 0;
  margin: 0 0 3px 0;
}
.full-width-content .upcoming-events-wrapper ul li p.upcoming-events-date {
  font-size: 15px;
}
.full-width-content .upcoming-events-wrapper ul li p.upcoming-events-name {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 20px;
}
#ctl00_cphPageBody_public_partctrl_1_1_ctlWidgetList_pnlRecentEvents .upcoming-events-wrapper {
  display: block!important;
  width: 100%;
}
#ctl00_cphPageBody_public_partctrl_1_1_ctlWidgetList_pnlRecentEvents .upcoming-events-wrapper ul li .special-event-label-wrapper {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
  background: rgba(152, 159, 56, 0.85);
}
#ctl00_cphPageBody_public_partctrl_1_1_ctlWidgetList_pnlRecentEvents .upcoming-events-wrapper ul li .special-event-label-wrapper p.upcoming-events-date {
  font-size: 15px;
  color: #fff;
  margin: 0;
}
#ctl00_cphPageBody_public_partctrl_1_1_ctlWidgetList_pnlRecentEvents .upcoming-events-wrapper ul li .special-event-label-wrapper p.upcoming-events-name {
  margin: 0;
  color: #fff !important;
  text-decoration: none;
}
#ctl00_cphPageBody_public_partctrl_1_1_ctlWidgetList_pnlRecentEvents .upcoming-events-wrapper ul li .special-event-label-wrapper p.upcoming-events-name a {
  color: #fff !important;
}
#ctl00_cphPageBody_public_partctrl_1_1_ctlWidgetList_pnlRecentEvents .upcoming-events-wrapper ul li .special-event-label-wrapper p.upcoming-events-name a:hover {
  text-decoration: underline;
}
#ctl00_cphPageBody_public_partctrl_1_1_ctlWidgetList_pnlRecentEvents .upcoming-events-image {
  margin: 0;
  float: none;
}
/*
==============================================
floating
==============================================
*/
.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
/*
==============================================
floating END
==============================================
*/
#scroll-down-arrow {
  display: block;
  height: 50px;
  width: 50px;
  background: url('/SiteFiles/2078/CSS/Images/arrow-down.png') no-repeat center;
  background-color: transparent;
  position: absolute;
  bottom: 4%;
  left: 34%;
  cursor: pointer;
}
/* Basic Primary Navigation Drop-Down Styles */
.navbar-nav > li > a {
  line-height: 18px;
}
#mainnav > li {
  position: relative;
  z-index: 999;
}
#mainnav > li > a {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 0.08em;
  position: relative;
  z-index: 5000;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0 5px 0;
}
#mainnav > li > a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: transparent!important;
}
#mainnav > li > ul {
  display: none;
  /*	max-height: 0;*/
  opacity: 0;
  position: relative;
  width: auto!important;
  z-index: 2000;
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.7s ease-in-out !important;
  -moz-transition: all 0.7s ease-in-out !important;
  -o-transition: all 0.7s ease-in-out !important;
  -ms-transition: all 0.7s ease-in-out !important;
  transition: all 0.7s ease-in-out !important;
}
#mainnav > li > ul li {
  position: relative;
  white-space: nowrap;
}
#mainnav > li > ul li a {
  color: #fff !important;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
}
#mainnav > li > ul > li ul {
  top: -1px;
  z-index: 2001;
  width: auto!important;
  left: 100%;
  display: none;
}
#mainnav > li:hover > ul {
  display: none;
  /*	max-height: 8000px;
	opacity: 1;*/
}
#mainnav > li > ul li:hover > ul {
  display: none;
}
/* Mission Video Section Styling */
section#mission-video {
  background-color: #73b4be;
  display: block;
  width: 100%;
  height: auto;
  min-height: 295px;
}
.mission-statement {
  height: auto;
  display: table;
}
.mission-statement .templatecontent {
  height: auto;
  width: 100%;
  vertical-align: middle;
}
.mission-statement .templatecontent h1 {
  display: inline-block;
  vertical-align: middle;
}
div.mission-statement div.blue-subheader {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
  position: relative;
}
div.mission-statement div.blue-header {
  font-family: "garamond-premier-pro", Georgia, serif;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1.2em;
  letter-spacing: 0.07em;
  font-weight: 600;
  position: relative;
  margin: 0 0 20px 0;
}
div.mission-statement div.blue-header span {
  font-size: 130px;
  position: relative;
  top: 16px;
  opacity: 0.4;
  line-height: 10px;
}
section#mission-video h1 {
  color: #fff;
  font-family: "garamond-premier-pro", Georgia, serif;
  font-size: 23px;
  text-transform: none!important;
  font-weight: normal;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  display: block;
  width: 85%;
  letter-spacing: 0.03em;
  padding: 3% 0 1% 0;
}
.video-lightbox {
  background-color: #73b4be;
  padding-left: 0px!important;
  padding-right: 0px!important;
  max-width: 420px;
  float: right;
}
.video-thumb {
  background-image: url('/SiteFiles/2078/CSS/Images/dixon-video-thumb.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  min-height: 290px;
}
span.play-button {
  background: url('/SiteFiles/2078/CSS/Images/play-button.png') no-repeat;
  position: absolute;
  width: 101px;
  height: 74px;
  top: 50%;
  left: 50%;
  display: block;
  cursor: pointer;
  text-indent: 999px;
  margin: -35px 0px 0px -50px;
}
.modal-dialog {
  margin: 8% auto!important;
}
.modal-content {
  background-color: transparent;
  border: 0!important;
  box-shadow: none!important;
}
.modal-body {
  padding: 0;
}
.modal-header {
  padding: 10px 0px;
  border: none!important;
  color: #fff;
}
.close {
  color: #fff;
  text-shadow: none!important;
  opacity: 0.75;
}
.close:hover {
  color: #fff;
  text-shadow: none!important;
  opacity: 1;
}
.modal-backdrop.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
section#discover-dixon {
  background-color: transparent;
}
div.white-spacer {
  background-color: #fff;
  padding: 4% 0px;
}
.discover-dixon-header {
  width: 100%;
  padding: 1.15% 0px;
  background: url('/SiteFiles/2078/CSS/Images/discover-the-dixon-2.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.discover-container {
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: 90%;
}
.discover-container .templatecontent a {
  display: block;
}
.discover-container .templatecontent {
  min-height: 360px;
}
@media only screen and (min-width: 1350px) {
  .discover-container .templatecontent {
    min-height: 400px;
  }
}
.discover-dixon h1 {
  color: #fff;
}
.discover-dixon p {
  color: #fff;
}
.discover-portals {
  padding: 8% 0;
  background: #fff;
}
.discover-container .discover-content a {
  color: #fff !important;
}
.discover-container .discover-content a:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}
.discover-container .templatecontent img {
  opacity: 1;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}
.discover-container .templatecontent img:hover {
  opacity: 0.35;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
.discover-portals h1,
.discover-portals p {
  color: #fff;
  margin: 0;
}
.discover-portals h1 {
  margin: 0px 0px 15px 0px;
  line-height: 1em;
  font-size: 1.8em;
  letter-spacing: 0.06em;
}
.discover-art {
  background: #177986;
}
.discover-gardens {
  background: #889c5d;
}
.discover-join {
  background: #d35350;
}
.discover-tours {
  background: #d7a13b;
}
.discover-classes {
  background: #73b4be;
}
.discover-facility {
  background: #F1675E;
}
.discover-content {
  padding: 18px;
}
/* DISCOVER GRID */
.col-large,
.col-medium {
  float: left;
  position: relative;
  min-height: 1px;
  margin-left: 1%;
  margin-right: 1%;
}
.col-large {
  width: 37%!important;
}
.col-medium {
  width: 18%!important;
}
.explore-dixon-header {
  width: 100%;
  padding: 1.15% 0px;
  background: url('/SiteFiles/2078/CSS/Images/dig-in-dixon.png');
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.explore-container {
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.explore-container .col-md-6,
.explore-container .col-sm-6,
.explore-container .col-xs-12,
.explore-container .col-md-3,
.explore-container .col-sm-3,
.explore-container .col-xs-12 {
  margin: 0;
  padding: 0;
}
.explore-container > .row {
  margin: 0!important;
}
.explore-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.explore-container li.tagged-item img {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
  opacity: 1;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.thumbnail {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
}
.explore-container .thumbnail:hover {
  opacity: 0.9;
}
.explore-container ul li:hover > .item-block {
  background: rgba(255, 255, 255, 0.5);
}
.explore-grid {
  width: 100%;
  background: #fff;
}
.item-block {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff !important;
  padding: 10px 15px;
  max-width: 200px;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.item-block:hover {
  background: #fff !important;
}
.item-block .title {
  display: block;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.item-block cite {
  color: #231f20;
}
.explore-container .sw-related-media .title {
  color: #D7A13A;
}
.explore-container .sw-related-media .title:hover {
  color: #9C7428 !important;
}
.explore-container .sw-related-blog .title {
  color: #989f38;
}
.explore-container .sw-related-event .title {
  color: #d35350;
}
.explore-container .sw-related-event .title:hover {
  color: #9B3533 !important;
}
div.related-media-icon {
  height: 65px;
  width: 65px;
  background: #D7A13A;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -65px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  display: table;
}
div.related-media-icon:before,
div.related-event-icon:before,
div.related-blog-icon:before {
  display: table-cell !important;
  vertical-align: middle!important;
}
div.related-media-icon:hover,
div.related-event-icon:hover,
div.related-blog-icon:hover {
  color: #fff !important;
}
div.related-event-icon {
  height: 65px;
  width: 65px;
  background: #D35350;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -65px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  display: table;
}
div.related-blog-icon {
  height: 65px;
  width: 65px;
  background: #989f38;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: -65px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  display: table;
}
/* Related Content Styling END */
/* Email / Istagram styling */
section#email-instagram {
  background: #fff;
  padding: 8% 0;
  width: 100%;
  height: auto;
}
.email-signup h3 {
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
section#email-instagram .col-md-4 p {
  margin: 0 0 18px 0;
}
.email-signup-container {
  height: auto;
  min-height: 290px;
  display: table;
}
.email-signup {
  color: #fff;
  vertical-align: middle;
  display: table-cell;
}
.email-signup p {
  color: #fff;
}
.email-signup .signupPanel .form-group {
  margin: 0!important;
}
.email-signup .signupPanel .form-group .form-control {
  background-color: #ebebeb;
  border-radius: 0;
  font-style: italic;
}
.email-signup .signupPanel .btn {
  position: relative;
  float: right;
  top: -34px;
  font-weight: 300;
  padding: 7px 15px;
}
div.home-instagram-icon {
  background: #989f38;
  height: 150px;
  width: 150px;
  position: absolute;
  color: #fff;
  text-align: center;
  font-size: 40px;
  display: table;
  -webkit-transition: background ease-in-out 0.2s;
  -moz-transition: background ease-in-out 0.2s;
  -o-transition: background ease-in-out 0.2s;
  transition: background ease-in-out 0.2s;
}
div.home-instagram-icon:before {
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
div.home-instagram-icon:hover {
  color: #fff !important;
}
div.home-instagram-icon > span {
  position: absolute;
  text-align: center;
  font-size: 15px;
  left: 50%;
  top: 60%;
  display: inline-block;
  line-height: 21px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.home-instagram-icon > span a {
  color: #fff;
}
div.home-instagram-icon > span a:hover {
  color: #fff !important;
}
section#instafeed-container {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
section#instafeed-container .instafeed-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
section#instafeed-container .instafeed-flex .instagram-box {
  position: relative;
  overflow: hidden;
  min-width: 120px;
  background: #989f38;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition-duration: 0.33s;
  color: #fff;
  text-align: center;
}
section#instafeed-container .instafeed-flex .instagram-box:hover {
  background: #566b23;
}
section#instafeed-container .instafeed-flex .instagram-box a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  cursor: pointer;
  background: transparent;
}
section#instafeed-container .instafeed-flex .instagram-box span.fa {
  margin: 0 0 5px 0;
  color: #fff;
  font-size: 30px;
}
section#instafeed-container .instafeed-flex .instagram-box span.handle {
  display: inline-block;
  color: #fff;
}
div#instafeed {
  background-color: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  padding-left: 150px;
}
div#instafeed a.insta-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
div#instafeed a.insta-link:hover div.insta-meta {
  opacity: 1;
}
div#instafeed a.insta-link:hover img.insta-pic {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="1.4" /></filter></svg>#filter');
  -webkit-filter: blur(1.4px);
  filter: blur(1.4px);
}
div#instafeed img.insta-pic {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
div#instafeed div.insta-meta {
  overflow: hidden;
  background: rgba(34, 34, 34, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
div#instafeed div.insta-meta .likes-comments {
  margin: 8px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
div#instafeed div.insta-meta .likes {
  font-weight: 400;
  margin: 0 4px;
  color: #fff;
}
div#instafeed div.insta-meta .likes i {
  color: #fff;
  margin: 0 2px 0 0;
}
div#instafeed div.insta-meta .comments {
  font-weight: 400;
  margin: 0 4px;
  color: #fff;
}
div#instafeed div.insta-meta .comments i {
  color: #fff;
  margin: 0 3px 0 0;
}
div#instafeed div.insta-meta .caption {
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  line-height: 17px;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  div#instafeed div.insta-meta .caption {
    display: none!important;
  }
}
/* Instafeed END */
.home-instagram-feed a.insta-link {
  width: 50%;
}
@media screen and (min-width: 500px) {
  .home-instagram-feed a.insta-link {
    width: 33.333%;
  }
}
@media screen and (min-width: 768px) {
  .home-instagram-feed a.insta-link {
    width: 25%;
  }
}
.default-instagram-feed {
  padding: 0!important;
}
.default-instagram-feed a.insta-link {
  width: 33.333%;
}
@media screen and (min-width: 551px) {
  .default-instagram-feed a.insta-link {
    width: 20%;
  }
}
@media screen and (min-width: 1020px) {
  .default-instagram-feed a.insta-link {
    width: 10%;
  }
}
@media (max-width: 550px) {
  .default-instagram-feed a.insta-link:last-of-type {
    display: none!important;
  }
}
/* Email / Istagram styling END */
/* Membership window styling */
section#membership-window {
  height: auto;
  width: 100%;
  background: transparent;
}
.membership-detail {
  background: #fff;
  width: 100%;
  height: auto;
  max-width: 540px;
  padding: 40px 40px 60px 40px;
  position: relative;
  top: 200px;
  left: 0px;
  display: inline-block;
}
.membership-detail h5 {
  color: #989f38;
  font-weight: 600;
}
.membership-header {
  background: url('/SiteFiles/2078/CSS/Images/membership-banner.png');
  background-repeat: no-repeat;
  background-position: -60px 0px;
  height: 130px;
  position: absolute;
  top: -125px;
  width: 100%;
  right: 0;
}
.clear-margin-padding {
  padding: 0;
  margin: 0;
}
span.membership-cost {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.membership-detail .membership-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.btn {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
  padding: 7px 22px 7px 15px;
  background: #989f38;
  border-radius: 0;
  color: #fff !important;
  border: 0;
  text-align: center;
  letter-spacing: 0.04em;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.btn:hover {
  background: #566b23;
  color: #fff !important;
}
.btn:after {
  color: #fff !important;
  font-family: 'FontAwesome';
  content: "\f105";
  margin: 0 0 0 4px;
  position: absolute;
}
.btn:hover:after {
  margin: 0 0 0 5px;
}
.btn.white {
  background: #fff !important;
  color: #4e4e4e !important;
}
a.btn.white:hover {
  color: #000 !important;
}
.btn.charcoal {
  background: #444 !important;
  color: #fff !important;
}
a.btn.charcoal:hover {
  background: #989f38 !important;
}
/* App section styling */
section#dixon-app {
  background: #989f38;
  padding: 8% 0;
}
.iphone-wrapper {
  height: auto;
  width: 100%;
  padding: 88px 0 26px;
  background: url('/SiteFiles/2078/CSS/Images/iphone.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
h1.app-header {
  color: #fff !important;
  font-size: 2.5em;
  margin: 0px 0px 1.15em 0;
}
ul.app-features {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.app-features li {
  padding: 0px 0px 0px 45px;
  margin: 0 0 1.65em 0;
}
ul.app-features li.app-map {
  background: url('/SiteFiles/2078/CSS/Images/pin-icon.png');
  background-repeat: no-repeat;
  background-position: 5px 4px;
}
ul.app-features li.app-exhibit {
  background: url('/SiteFiles/2078/CSS/Images/flower-icon.png');
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
ul.app-features li.app-schedule {
  background: url('/SiteFiles/2078/CSS/Images/calendar-icon.png');
  background-repeat: no-repeat;
  background-position: 2px 4px;
}
ul.app-features h6 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.5em 0;
  color: #2f2b2c;
}
ul.app-features p {
  margin: 0;
  color: #fff !important;
}
.app-store,
.google-play {
  display: inline-block;
  margin-right: 5%;
}
/* App section styling END */
/* FOOTER STYLING */
footer {
  padding: 11% 0;
  background: rgba(255, 255, 255, 0.94);
}
.footer-logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
.footer-address {
  margin-bottom: 20px!important;
}
ul.footer-social {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}
ul.footer-social li {
  float: left;
  margin-right: 10px;
  display: inline-block;
}
footer h6 {
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
}
footer td.day {
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
footer .dixon-hours-table tr {
  height: 28px;
}
footer ul.affiliation-logo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  height: auto;
}
footer ul.affiliation-logo li {
  float: left;
}
ul.affiliation-logo li.apga {
  height: auto;
  width: 14%;
  margin-right: 8%;
}
ul.affiliation-logo li.bgci {
  height: auto;
  width: 13.25%;
  margin-right: 8%;
}
ul.affiliation-logo li.aam {
  height: auto;
  width: 37%;
  margin: 0;
}
ul.affiliation-logo li.arts-memphis {
  height: auto;
  width: 42%;
  margin-right: 6%;
  margin-top: 18px;
}
ul.affiliation-logo li.tennessee-arts {
  height: auto;
  width: 33.8%;
  margin-right: 0;
  margin-top: 13px;
}
section#sitecredit {
  padding: 2% 0;
  background: #2f2b2c;
  text-align: center;
}
section#sitecredit p {
  margin: 0px auto;
  padding: 0 7%;
  text-align: center;
  color: #fff !important;
}
section#sitecredit a {
  color: #fff !important;
}
footer.default-footer {
  background: url(/SiteFiles/2078/CSS/Images/footer-bg-mini.jpg) no-repeat center center;
  background-attachment: fixed;
  padding: 11% 0;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden !important;
}
.slider {
  position: relative!important;
  height: auto;
  width: 100%;
  margin: 48px 0 0 0;
}
.slider .caption {
  display: none;
}
.slider .item {
  display: block;
  height: auto !important;
  width: 100% !important;
}
.slider .swRotator .scrollable .items {
  position: relative!important;
}
/*	.swRotator.swFader {
	  position: relative;
	  top: 0;
	  left: 0;
	}
	.scrollable {
	  height: auto !important;
	  position: relative;
	}
	
*/
body.default header {
  position: relative;
}
div.page-title-nav {
  background-color: rgba(152, 159, 56, 0.85);
  padding: 12px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
div.page-title-nav .page-title h1 {
  margin: 0;
  font-size: 1.25em;
  color: #fff;
}
div.page-title-nav .subnav h2 {
  display: none;
}
div.page-title-nav ul#subnav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 4px;
}
div.page-title-nav ul#subnav li {
  float: left!important;
  padding-left: 8px;
  padding-right: 8px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 15px;
}
div.page-title-nav ul#subnav li.first {
  border-left: none;
}
div.page-title-nav ul#subnav li a {
  color: #fff;
  font-size: 1.1em;
}
div.page-title-nav ul#subnav li a:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}
section#main-content-area {
  background-color: #fff;
  padding: 7% 0;
}
body.default #ctl00_cphMainMenu_swMainMenu_pnlMainMenu {
  top: 28%;
  right: 0;
  left: auto;
  background: #fff;
  background-color: #fff !important;
  padding: 0;
  z-index: 9999!important;
}
/*------------------------------------
++++++++++++++++++++++++++++++++++++
/* DEFAULT NAV STYLING */
/*++++++++++++++++++++++++++++++++++++
------------------------------------*/
/* ----- Main Nav ----- */
body.default #mainnav {
  margin: 13px 100px 13px 15px;
}
body.default #mainnav,
#mainnav ul {
  padding: 0px;
  list-style: None;
  float: none;
  text-align: left;
}
/* ----- Default for all LI's ----- */
body.default #mainnav li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  z-index: 999;
  text-align: left;
}
/* Defaults for all links */
body.default #mainnav a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* ----- Level 1 List Item ----- */
body.default #mainnav > li {
  float: left;
  position: relative;
  margin-right: 14px;
}
/* ----- Level 1 List Item Link----- */
body.default #mainnav > li > a {
  color: #303030;
  position: relative;
  z-index: 5000;
  margin: 0!important;
}
body.default #mainnav > li > a:hover {
  color: #989F36 !important;
}
body.default #mainnav > li:last-child > a {
  border-right: none;
}
body.default #mainnav > li:last-child ul {
  left: auto;
  right: -15px;
  text-align: right;
}
body.default #mainnav > li:last-child ul li {
  text-align: right;
}
/* ----- Level 2 List ----- */
body.default #mainnav > li ul {
  display: none;
  position: absolute;
  width: 160px;
  background-color: rgba(255, 255, 255, 0.93);
  opacity: 1;
  z-index: 4000;
  margin: 0!important;
  text-align: left;
  padding-top: 13px;
  left: -15px;
}
/* ----- Level 2+ List Item ----- */
body.default #mainnav > li > ul li {
  clear: both;
  width: 100%;
  display: block;
  /*white-space: nowrap;*/
  position: relative;
}
body.default #mainnav > li > ul li:hover {
  background-color: #ffffff;
}
/* ----- Level 2+ List Item Link ----- */
body.default #mainnav > li > ul > li a {
  display: block;
  color: #989F36 !important;
  padding: 6px 16px 6px 16px;
  margin: 0!important;
  width: 200px\9;
}
body.default #mainnav > li > ul > li a:hover {
  background-color: #fff;
  background-repeat: no-repeat;
  text-decoration: none;
}
/* ----- Level 2 Trigger ----- */
body.default #mainnav > li:hover > ul {
  display: block;
}
/* ----- Hide level2nav ----- */
body.default ul#level2nav {
  display: none;
}
/*------------------------------------
++++++++++++++++++++++++++++++++++++
/* DEFAULT NAV STYLING END */
/*++++++++++++++++++++++++++++++++++++
------------------------------------*/
/* default styling starts */
body.default .formmodule {
  max-width: 600px;
  margin: 0px auto;
}
body.default .form-control {
  box-shadow: none!important;
}
body.default .formmodule-phone {
  margin: 0px 0.5%;
}
div.phone-wrap input {
  width: 32%!important;
  display: inline-block !important;
}
.phone-wrap {
  display: inline;
}
.phone-wrap:first-of-type::before {
  display: block;
  content: "";
}
.checkbox-wrapper {
  display: block;
}
.hasCheckBox {
  display: inline-block;
  margin: 0px 22px 15px 0;
}
.hasCheckBox input[type=checkbox] {
  margin: 0;
  display: inline-block;
  float: left;
  width: 24px;
  vertical-align: middle;
}
.hasCheckBox label {
  display: inline-block;
  float: left;
  margin: 8px 0 0 0;
  vertical-align: middle;
}
/* Membership Page Styling */
div.membership-level {
  background-color: #f9f9f9;
  border: 1px solid #e4e4e4;
  margin-bottom: 80px;
}
div.membership-level .membership-title {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 0;
  right: 0;
  height: 100px;
}
div.membership-level .membership-desc {
  margin-top: 100px;
  padding: 15px 0;
  min-height: 230px;
  position: relative;
}
div.membership-level h4 {
  text-align: center;
  color: #fff !important;
  margin: 50px 0 0 0;
}
div.membership-level p {
  margin: 0;
}
div.membership-level .price {
  border-top: 1px solid #e4e4e4;
  padding: 13px 0;
  text-align: center;
  font-family: "garamond-premier-pro", Georgia, serif;
  font-size: 30px;
  position: relative;
}
div.membership-level .price span.price-year {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding-left: 3px;
}
.e-membership:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #8f9d9d;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/e-membership-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.e-membership .membership-title {
  background-color: #8f9d9d;
}
.individual:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #d9cb8c;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/individual-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.individual .membership-title {
  background-color: #d9cb8c;
}
.family-dual:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #8ec4c6;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/family-dual-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.family-dual .membership-title {
  background-color: #8ec4c6;
}
.sponsor:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #adb993;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/sponsor-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.sponsor .membership-title {
  background-color: #adb993;
}
.young-art:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #d35350;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/young-art-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.young-art .membership-title {
  background-color: #d35350;
}
.donor:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #af5c95;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/donor-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.donor .membership-title {
  background-color: #af5c95;
}
.cosmopolitans:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #3bacb2;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/cosmopolitans-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.cosmopolitans .membership-title {
  background-color: #3bacb2;
}
.patron:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #c77c54;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/patron-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.patron .membership-title {
  background-color: #c77c54;
}
.sustainer:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #a2a4aa;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/sustainer-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.sustainer .membership-title {
  background-color: #a2a4aa;
}
.corporate:before {
  content: "";
  height: 84px;
  width: 84px;
  border: 4px solid #cdaf5d;
  background: #ffffff url('/SiteFiles/2078/CSS/Images/corporate-icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -42px;
  margin-top: -42px;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.corporate .membership-title {
  background-color: #cdaf5d;
}
.corporate .membership-desc,
.e-membership .membership-desc {
  min-height: 130px!important;
}
/* Membership Styling END */
/* Blog Styling */
body.mn-news-events .blog .blog-entry,
body.blog-landing .blog .blog-entry {
  border: none;
}
body.mn-news-events .blog .blog-entry .post-label-wrapper,
body.blog-landing .blog .blog-entry .post-label-wrapper {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  padding: 15px;
  background: rgba(152, 159, 56, 0.85);
}
body.mn-news-events .blog .blog-entry .post-label-wrapper h4.post-date,
body.blog-landing .blog .blog-entry .post-label-wrapper h4.post-date {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 8px 0;
}
body.mn-news-events .blog .blog-entry .post-label-wrapper h4.post-title,
body.blog-landing .blog .blog-entry .post-label-wrapper h4.post-title {
  margin: 0;
  color: #fff !important;
  text-decoration: none;
}
body.mn-news-events .blog .blog-entry .post-label-wrapper h4.post-title a,
body.blog-landing .blog .blog-entry .post-label-wrapper h4.post-title a {
  color: #fff !important;
}
body.mn-news-events .blog .blog-entry .post-label-wrapper h4.post-title a:hover,
body.blog-landing .blog .blog-entry .post-label-wrapper h4.post-title a:hover {
  text-decoration: underline;
}
body.mn-news-events .blog .blog-entry .post-body,
body.blog-landing .blog .blog-entry .post-body {
  display: none;
}
body.mn-news-events .blog .blog-entry .post-profileinfo,
body.blog-landing .blog .blog-entry .post-profileinfo {
  display: none;
}
body.mn-news-events .blog .blog-entry .post-tags,
body.blog-landing .blog .blog-entry .post-tags {
  display: none;
}
body.blog-detail .blog .blog-entry {
  border: none!important;
}
body.blog-detail .blog .blog-entry h4.post-date {
  font-size: 15px;
  margin: 0 0 8px 0;
}
body.blog-detail .blog .blog-entry h4.post-title {
  margin: 0 0 15px 0;
}
body.blog-detail .blog .blog-entry .post-profileinfo,
body.blog-detail .blog .blog-entry .post-tags {
  display: none;
}
body.blog-detail .blog .blog-entry .post-addthis {
  float: right;
  margin: 20px 0;
}
.blog .blog-entry {
  border: none!important;
}
body.main-blog-preview .blog img {
  height: auto!important;
  width: auto!important;
}
.blog .post-date {
  font-size: 14px;
  color: #AFAFAF;
}
.blog .post-body,
.blog .post-profileinfo {
  padding: 5px 0px 5px 12px;
  border-left: 1px solid #E0E0E0;
}
.blog .post-profileinfo {
  color: #AFAFAF;
}
.blog .post-profileinfo a {
  color: #AFAFAF;
}
.blog-entry-comment-count {
  display: none;
}
/*li.sw-blog-nav-prev a, li.sw-blog-nav-next a {
	padding: 10px;
	background-color: #f0f0f0;
}*/
span.sw-media-archive-episode-button {
  background-color: transparent;
}
/* Add This Custom Styling */
div.addthis_toolbox {
  padding: 20px 0px 0px 0px;
}
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m {
  padding: 0px!important;
}
.at16nc.at16t_pinterest_share,
.at16nc.at16t_twitter,
.at16nc.at16t_facebook {
  background-image: none;
}
.addthis_default_style .addthis_separator,
.addthis_default_style .at300b,
.addthis_default_style .at300bo,
.addthis_default_style .at300m,
.addthis_default_style .at300bs {
  float: none;
}
.post-addthis .at16t_print,
.addthis_button_gmail {
  display: none!important;
  visibility: hidden!important;
}
a.addthis_button_compact.at300m,
span.addthis_separator,
.addthis_toolbox > div {
  display: none!important;
  visibility: hidden!important;
}
a.addthis_button_facebook,
a.addthis_button_twitter,
a.addthis_button_pinterest_share {
  background-repeat: no-repeat;
  background-color: #fff;
  border: none;
  display: block;
  width: 21px;
  text-align: left;
  height: 21px;
}
div.addthis_default_style a {
  float: left!important;
  margin: 0 10px 0 0;
}
/*a.addthis_button_facebook.at300b	{
	background: url(/SiteFiles/2078/CSS/Images/share-facebook.png) no-repeat;
	float: left!important;
	margin: 0px 10px 0px 0px;
}
a.addthis_button_twitter.at300b	{
	background: url(/SiteFiles/2078/CSS/Images/share-twitter.png) no-repeat;
	float: left!important;
	margin: 0px 10px 0px 0px;
}
a.addthis_button_pinterest_share.at300b	{
	background: url(/SiteFiles/2078/CSS/Images/share-pinterest.png) no-repeat;
	float: left!important;
	margin: 0px!important;
}
*/
a.addthis_button_facebook.at300b span.socialLabel {
  display: block;
  text-align: left;
  padding: 0px 0px 0px 40px;
}
a.addthis_button_twitter.at300b span.socialLabel {
  display: block;
  text-align: left;
  padding: 0px 0px 0px 40px;
}
a.addthis_button_pinterest_share.at300b span.socialLabel {
  display: block;
  text-align: left!important;
  padding: 0px 0px 0px 40px;
}
ul.sw-media-archive-crumbs li ul {
  background-color: #fff !important;
  border-bottom: 2px solid #989f38;
  top: 30px!important;
}
li.sw-media-archive-channels-crumbs a,
li.sw-media-archive-series-crumbs a,
li.sw-media-archive-episodes-crumbs a {
  padding: 8px;
  background: #f0f0f0;
}
li.sw-media-archive-series-crumbs ul li a,
li.sw-media-archive-channels-crumbs ul li a {
  background: transparent!important;
}
ul.series-list li.series a:last-of-type {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-top: 15px;
}
ul.sw-events-detail-timeframes {
  margin: 22px 0!important;
}
ul.sw-events-detail-timeframes li {
  display: inline-block !important;
  overflow: visible;
}
ul.sw-events-detail-timeframes li a {
  background-color: #f0f0f0;
  color: #989f38;
  padding: 10px;
  display: inline-block;
}
ul.sw-events-detail-timeframes li a.selected {
  color: #fff;
  background-color: #177986;
}
ul.sw-events-detail-categories {
  display: none;
}
li.sw-events-detail-list-event {
  padding: 1.3% !important;
  margin: 20px 0!important;
}
li.sw-events-detail-list-event:hover {
  background-color: #f0f0f0;
}
li.sw-events-detail-list-event h2.sw-events-detail-list-event-subject {
  margin-bottom: 10px;
  padding-bottom: 5px;
}
li.sw-events-detail-list-event .sw-events-detail-more-link {
  margin-top: 15px;
}
h2.sw-events-detail-list-event-subject a:hover {
  text-decoration: underline;
}
.event-module .detail-panel {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  border-left: 1px solid #ddd;
  padding-left: 2%;
}
div#share-item input#share-okay {
  margin-left: 4%;
  border: 0;
  padding: 6px 10px;
}
.event-detail-calendarlink a.btn {
  background: #989f38 !important;
  padding: 7px 15px!important;
}
div.sw-events-detail-list-event-date {
  font-size: 16px;
  letter-spacing: 0.04em;
}
ul.sw-events-detail-timeframes {
  margin: 10px 0!important;
  padding: 12px 0;
  display: block;
  text-align: center;
  border-top: 1px dashed #DBDBDB;
  border-bottom: 1px dashed #DBDBDB;
}
body.mn-exhibition-calendar div.event-module li.sw-events-detail-list-event {
  background-color: transparent!important;
  margin: 0;
  padding: 0;
}
body.mn-exhibition-calendar div.event-module li.sw-events-detail-list-event .sw-events-detail-list-event-details {
  text-align: center;
  padding: 12px 0;
  background: #fff;
  color: #177986;
  border: 1px solid #dddddd;
}
body.mn-exhibition-calendar div.event-module li.sw-events-detail-list-event .sw-events-detail-list-event-description {
  margin-top: 20px;
}
body.mn-exhibition-calendar div.event-module li.sw-events-detail-list-event .sw-events-detail-list-event-description br {
  display: none;
}
body.mn-exhibition-calendar div.event-module li.sw-events-detail-list-event img.sw-events-detail-list-event-image {
  height: auto!important;
  width: auto!important;
  float: left;
  margin: 0 10px 10px 0;
}
/* Media Styling */
.metadata span.sw-media-archive-episode-button,
.downloads span.sw-media-archive-episode-button,
.sharing span.sw-media-archive-episode-button,
.sw-media-archive-episode-button a {
  position: relative;
  top: 2px;
}
div.downloads,
div.sharing,
div.subscribe {
  clear: both;
  height: 59px;
  width: 96%;
  border-bottom: 1px solid #d3d3d3;
}
div.downloads .video {
  background-color: transparent!important;
}
span.sw-media-archive-episode-play a,
span.sw-media-archive-episode-button a {
  width: auto;
  float: none;
  background: #F0F0F0;
  cursor: pointer;
  display: inline;
  font-family: inherit;
  font-weight: normal;
  font-size: 13px;
  line-height: 1;
  margin: 0;
  outline: none;
  padding: 10px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  text-transform: uppercase;
}
span.sw-media-archive-episode-play a:hover {
  color: white;
  background-color: #948F54;
  border: solid 1px #948F54;
}
span.sw-media-archive-episode-date,
span.sw-media-archive-episode-time,
span.series-date-range {
  display: none;
  visibility: hidden;
}
.episode-details .main-details {
  background-color: #f9f8f6;
  width: auto!important;
  text-align: center;
}
div.downloads ul li,
div.sharing ul li,
div.subscribe ul li {
  float: none;
  display: inline;
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 50px;
}
div.downloads ul,
div.sharing ul,
div.subscribe ul {
  display: block;
  width: 85%;
  float: left;
  clear: right;
  text-align: right;
  line-height: 50px;
}
.episode-details span.label {
  display: block;
  float: left;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 18px;
  line-height: 50px;
  color: #555;
  width: 13%;
  text-align: left;
}
ul.sw-media-archive-crumbs {
  padding: 0px 0px 5px 0px;
  margin: 0px 0px 15px 0px;
}
/* Media Styling END */
/*Making Videos to be responsive: */
.episode-details .video {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.episode-details iframe,
.episode-details object,
.episode-details embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*body.mn-newspress {
	.news-archive-entry-container {
		.video {
		    position: relative;
		    padding-bottom: 56.25%!important;
		    padding-top: 30px; height: 0; overflow: hidden;
		}
		iframe,
		object,
		embed {
		    position: absolute;
		    top: 0;
		    left: 0;
		    width: 100%;
		    height: 100%;
		}
	}
}*/
/* EVENT CALENDAR STYLING */
.event-detail-date,
.event-detail-repeats {
  margin-bottom: 0px !important;
  padding: 10px 0px;
}
p.event-detail-sharelink,
p.event-detail-calendarlink {
  padding: 0px 10px 5px 0px;
  float: left;
}
.event-listing-table td {
  vertical-align: middle;
}
.event-listing-event-column a {
  margin-left: 5%;
  position: relative;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 17px;
}
.event-listing-date {
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #989f38;
  background-color: #F0F0F0;
  padding: 10px 13px;
  margin-bottom: 15px;
  font-size: 15px;
  border-left: 2px solid #989f38;
}
.event-listing-image-column {
  width: 100px;
}
.calendar-controls span.current-month {
  margin-right: 12px;
}
.event-detail-block-wrapper {
  margin: 0px!important;
}
.event-detail-block-wrapper img {
  width: 100px;
  margin: 0 15px 15px 0;
}
.event-detail-block-wrapper p.event-detail-location-name {
  display: none;
}
.event-detail-block-wrapper span.event-detail-location {
  display: none;
}
.event-detail-block-wrapper p.event-detail-description {
  margin-bottom: 10px;
}
p.event-detail-location-name {
  display: none;
}
span.event-detail-location {
  display: none;
}
/* EVENT CALENDAR STYLING END */
/* Styling /sitemap page */
div.sitemap > ul > li > a {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1.6667em;
}
/* Styling /sitemap page END */
/* interior bottom event feed styling */
div.event-feed span.featured-events-header {
  display: table!important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4%;
  background: transparent!important;
  color: #989f38;
  font-size: 18px;
}
div.event-feed .upcoming-events-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.event-feed .upcoming-events-wrapper ul li {
  text-align: center;
}
div.event-feed .upcoming-events-wrapper ul li p.upcoming-events-date {
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
div.event-feed .upcoming-events-wrapper ul li p.upcoming-events-name {
  font-size: 18px;
}
div.event-feed .upcoming-events-wrapper ul li p.upcoming-events-description {
  display: none;
}
div.event-feed .upcoming-events-wrapper p.upcoming-events-view-link {
  text-align: center;
}
.call-out {
  background: #F7F7F7;
  border-left: 1px solid #989f38;
}
/* Portfolio Widget Styling */
.sw-portfolio-project-name a {
  font-family: "proxima-nova", Helvetica, sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
ul.tabs li a img {
  height: 50px;
  width: 50px;
}
span.pager-index {
  display: none;
}
/* Portfolio Widget Styling END */
/* Photo Gallery Lightbox Styling */
#lightbox-loading img {
  height: 32px;
  width: 32px;
}
#lightbox-container-image-box,
#lightbox-container-image-data-box {
  width: 80%!important;
  height: auto!important;
}
div#lightbox-container-image-data-box #lightbox-container-image-data div#lightbox-image-details span#lightbox-image-details-caption {
  display: none!important;
}
a.photo-flickr-link {
  display: table!important;
  margin: 15px auto 0;
}
.mobile-logo {
  position: absolute;
  top: 6px;
  left: 10px;
}
.mobile-logo img {
  height: 35px;
  width: 35px;
}
/* Arbitrary Breakpoints */
@media screen and (max-width: 1230px) {
  section#mission-video {
    min-height: 290px;
  }
}
@media screen and (max-width: 1140px) {
  div.featured-events {
    position: relative;
    top: 0;
    width: 100%;
  }
  body.default #mainnav {
    margin: 13px 50px 13px 15px;
  }
  body.default #mainnav > li {
    margin-right: 8px;
  }
  body.default #mainnav a {
    font-size: 13px;
  }
  div.mission-statement .templatecontent div.blue-subheader {
    left: 4.5%;
  }
  div.mission-statement .templatecontent div.blue-header {
    left: 4%;
  }
}
@media screen and (max-width: 991px) {
  .discover-dixon-header,
  .explore-dixon-header {
    padding: 1.4% 0;
  }
  .col-large {
    width: 98.2% !important;
  }
  .col-medium {
    width: 31.333% !important;
  }
  #discover-dixon .templatecontent {
    margin-bottom: 2%;
  }
  .discover-container .templatecontent {
    min-height: 390px;
  }
  div.related-blog-icon,
  div.related-event-icon,
  div.related-media-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -65px;
    top: auto!important;
  }
  h1.app-header {
    font-size: 2em;
  }
  body.default #mainnav {
    margin: 13px 15px!important;
  }
  body.default .navbar-brand {
    padding: 28px!important;
  }
}
@media screen and (max-width: 880px) {
  body.default .navbar-brand {
    padding: 20px!important;
  }
  body.default .navbar-brand img {
    height: auto;
    width: 180px!important;
  }
}
@media screen and (min-width: 768px) {
  section#mobile-exhibit-event {
    display: none;
    visibility: hidden;
  }
  body.default #mainnav > li > a {
    padding: 0px!important;
  }
  ul#mainnav li a.expand-btn {
    display: none!important;
  }
}
@media screen and (max-width: 767px) {
  div.exhibit-event,
  .video-lightbox {
    display: none;
    visibility: hidden;
  }
  .discover-dixon-header,
  .explore-dixon-header {
    padding: 2.6% 0;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat !important;
    background-position: center center!important;
  }
  .discover-dixon-header {
    background: url('/SiteFiles/2078/CSS/Images/discover-the-dixon-mobile.png');
  }
  .explore-dixon-header {
    background: url('/SiteFiles/2078/CSS/Images/explore-the-dixon-mobile.png');
  }
  .discover-content {
    padding: 7%!important;
  }
  div.related-blog-icon,
  div.related-event-icon,
  div.related-media-icon {
    bottom: auto!important;
    margin: 0;
    top: 0!important;
    right: 0;
    left: auto!important;
    margin-right: -65px;
  }
  .discover-container > .row {
    margin: auto!important;
  }
  section#mission-video h1 {
    font-size: 20px;
    padding: 15px 0;
  }
  ul.app-features li {
    margin: 0 0 1.75em 0;
  }
  .bx-controls {
    display: none;
    visibility: hidden;
  }
  h1.app-header {
    text-align: center;
    margin: 1em 0px 1.5em 0;
  }
  footer .col-md-3 {
    margin-bottom: 15px;
  }
  .navbar-default {
    top: 60px!important;
  }
  div#videoTop,
  video#videoBG {
    display: none;
    visibility: hidden;
  }
  div.main-video-top {
    min-height: 100%!important;
  }
  .video-lightbox {
    float: none;
    max-width: 100%;
  }
  .main-logo {
    padding: 6%;
    top: 70px;
  }
  .top-nav .row {
    margin-left: 0;
    margin-right: 0;
  }
  div#ctl00_cphMainMenu_swMainMenu_pnlMainMenu {
    top: 0px;
    left: 0;
    position: relative!important;
  }
  .navbar-brand {
    top: 68px;
    padding: 25px 27px;
  }
  #scroll-down-arrow {
    left: 46%;
  }
  div.page-title-nav {
    display: none;
  }
  .navbar-nav > li > a {
    line-height: 10px;
  }
  #mainnav > li > a {
    font-size: 1.25em !important;
    padding: 3px 0 3px 0;
  }
  body.default #mainnav {
    margin: 0 !important;
  }
  body.default #mainnav > li ul {
    position: relative!important;
    left: auto!important;
    padding-top: 0px!important;
  }
  .membership-desc {
    min-height: inherit!important;
  }
  .quicklinks {
    margin-left: 25px;
  }
  .social-top {
    margin-right: 10px;
  }
  section#mobile-exhibit-event div.mobile-exhibit .scrollable {
    position: relative;
    overflow: visible;
    min-height: 550px!important;
  }
  section#mobile-exhibit-event div.mobile-events {
    margin-top: 20px;
  }
  #mainnav > li > ul {
    display: block;
    max-height: 100%!important;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1!important;
  }
  #mainnav > li > ul > li ul,
  #mainnav > li > ul li:hover > ul {
    display: none!important;
  }
  /*	#mainnav > li:hover > ul { max-height: 100%!important;}*/
  body.default #mainnav > li:last-child ul {
    left: -15px;
    right: auto;
    text-align: left;
  }
  body.default #mainnav > li:last-child ul li {
    text-align: left;
  }
  /* Andy's Mobile Nav styling */
  .head button {
    background: transparent;
    border: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    right: 17px;
    top: 60px;
    z-index: 100;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .head button .icon-bar {
    height: 5px;
    width: 38px;
    margin-bottom: 7px;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .active .head button span.icon-bar.top {
    -webkit-transform: rotate(-45deg);
    position: relative;
    top: 6px;
  }
  .active .head button span.icon-bar.middle {
    display: none;
  }
  .active .head button span.icon-bar.bottom {
    -webkit-transform: rotate(45deg);
    position: relative;
    bottom: 6px;
  }
  header {
    position: relative;
  }
  header nav {
    position: fixed;
    width: 0px!important;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin-right: -260px !important;
    height: auto;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
    background-color: #fff !important;
    background: #fff !important;
    border-left: 1px solid #ebebeb;
    display: none;
  }
  header nav.active {
    width: 260px!important;
    display: block!important;
  }
  header nav ul#mainnav {
    margin-left: 0 !important;
    padding-left: 0;
    width: 100%;
    margin-top: 0 !important;
    padding-top: 0;
  }
  header nav ul#mainnav li {
    display: block !important;
    margin-bottom: 0 !important;
    margin-right: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    border-left: 2px solid #fff;
  }
  header nav ul#mainnav li:hover {
    border-left: 2px solid #989f38;
  }
  header nav ul#mainnav a {
    text-align: left !important;
    display: block;
    padding-bottom: 17px !important;
    padding-top: 18px !important;
    border-bottom: none !important;
    line-height: 15px;
    margin-left: 5%!important;
  }
  body.default header nav ul#mainnav a {
    margin-left: 5%!important;
  }
  /*	header nav ul#mainnav a.current {
		border-bottom: none !important;
		border-left: 3px solid #ffffff !important;
	}*/
  header nav ul#mainnav .active {
    /*		-webkit-transform: translate(-260px, 0px);
		-moz-transform: translate(-260px, 0px);
		-o-transform: translate(-260px, 0px);
		-ms-transform: translate(-260px, 0px);
		transform: translate(-260px, 0px);*/
  }
  .page {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
  }
  .page.active {
    -webkit-transform: translate(-260px, 0px);
    -moz-transform: translate(-260px, 0px);
    -o-transform: translate(-260px, 0px);
    -ms-transform: translate(-260px, 0px);
    transform: translate(-260px, 0px);
  }
  /* Andy's Mobile Nav styling END */
  /*Mobile Nav Drop Downs */
  .navbar-default {
    display: block;
  }
  ul#mainnav li a.expand-btn {
    display: block!important;
    background-color: #989f38;
  }
  ul#mainnav li a.expand-btn:hover {
    background-color: #566b23 !important;
  }
  ul#mainnav {
    position: fixed;
    width: 100%;
    z-index: 4000;
    left: 0;
    height: auto;
    margin: 0px;
    background: transparent!important;
  }
  ul#mainnav.active {
    display: block;
  }
  ul#mainnav li {
    position: relative;
    display: block;
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
    background-image: none;
    min-height: 0;
  }
  ul#mainnav li a {
    position: relative;
    display: block;
    margin: 0;
    color: #989f38 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  ul#mainnav li a:hover {
    background-color: transparent!important;
    color: #566b23 !important;
  }
  #mainnav > li > ul li a {
    color: #989f38 !important;
  }
  #mainnav > li > ul li a:hover {
    background-color: transparent!important;
    color: #566b23 !important;
  }
  ul#mainnav > li > ul > li > a {
    font-family: "proxima-nova", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 0.08em;
    color: #989f38 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  ul#mainnav > li > ul > li > a:hover {
    color: #566b23;
  }
  ul#mainnav > li > ul li > ul li a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
  }
  ul#mainnav li a.expand-btn {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    right: 0;
    top: 0;
    background-image: url('/SiteFiles/2078/CSS/Images/mobile-menu-expand.png');
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
  }
  ul#mainnav li ul {
    position: relative;
    display: none!important;
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
  #mainnav > li > ul > li ul {
    display: none!important;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  ul#mainnav li:hover ul,
  ul#mainnav li:hover ul li ul {
    display: none!important;
  }
  ul#mainnav ul {
    display: none!important;
  }
  ul#mainnav li ul.active {
    display: block!important;
  }
  ul#mainnav li ul li ul.active {
    display: block!important;
  }
  ul#mainnav li a.expand-btn.active {
    background-image: url('/SiteFiles/2078/CSS/Images/mobile-menu-collapse.png');
    background-repeat: no-repeat !important;
  }
  ul#mainnav > li > ul li {
    padding: 0;
    height: auto;
    width: 100%;
    border: none!important;
  }
}
@media screen and (min-width: 601px) {
  .mobile-logo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .col-large,
  .col-medium {
    width: 100%!important;
  }
  .discover-container .templatecontent {
    min-height: auto!important;
  }
  .explore-container .col-xs-6 {
    width: 100%!important;
  }
  .quicklinks {
    display: none;
  }
  #toggleSearch {
    right: 3%;
  }
  .navbar-brand {
    padding: 18px;
  }
  footer h6,
  p.footer-address {
    text-align: center;
  }
  .footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }
  .dixon-hours a.btn {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  ul.footer-social {
    width: 180px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }
  .mobile-logo {
    display: block!important;
  }
  .default-top a.navbar-brand {
    display: none;
  }
  footer ul.affiliation-logo {
    display: table!important;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .membership-header {
    background: url('/SiteFiles/2078/CSS/Images/membership-banner-mobile.png');
    background-repeat: no-repeat;
    background-position: -72px 0px;
    height: 130px;
    position: absolute;
    top: -110px;
    width: 100%;
    right: 0;
  }
  .membership-detail {
    top: 125px!important;
    padding: 25px 25px 45px 25px;
    bottom: 0;
  }
}
@media screen and (max-width: 400px) {
  div.mission-statement .templatecontent div.blue-subheader {
    text-align: center;
    font-size: 20px;
    left: 0;
  }
  div.mission-statement .templatecontent div.blue-header {
    font-size: 30px;
    text-align: center;
    left: 0;
    line-height: 32px;
    margin-top: 20px;
  }
  div.mission-statement .templatecontent div.blue-header span {
    font-size: 120px;
    top: 33px;
  }
}
body.blooms-beyond-calendar .initial-view .container .row .col-md-3.col-sm-6 {
  min-height: 425px;
}
/* Mailchimp embed iframe styles */
@media (max-width: 560px) {
  iframe#mail-chimp-form {
    height: 8em;
  }
}
iframe#mail-chimp-form {
  height: 4em;
}
/*# sourceMappingURL=master.css.map */