@charset "utf-8";
/* Benjamin Harrison Presidential Site */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
ul {
    list-style: inherit;
    display: block;
    clear: both;
}
/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(152, 113, 42, .01) inset;
  transition: background-color 5000s ease-in-out 0s;
}*/
.scrollMouseWheelFix{
	position: absolute;
	width: 100vw;
	height: 100vh;
	display: none;
	height: 100vh;
	z-index: 20;
	top: 0;
}

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

@keyframes easter {
    0%   {top: -100px;}
	100% {top: 100px;}
}
@keyframes fadeOut {
    0%   {opacity: 1;}
	80%   {opacity: 1;}
	100% { opacity: 0;}
}
/*@keyframes smallJiggle {
    0%   {opacity: 1;}
	80%   {opacity: 1;}
	100% { opacity: 0;}
}*/
.easter {
    width: 75px;
    position: absolute;
    top: -100px;
    right: 5%;
    transition: top .3s;
	animation: easter 1.5s forwards, fadeOut 8s forwards;
	animation-delay: 1s;
	display: none;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0) rotate(1deg);
  }
  
  20%, 80% {
    transform: translate3d(1px, 0, 0) rotate(-1deg);
  }

  30%, 50%, 70% {
    transform: translate3d(-2px, 0, 0) rotate(2deg);
  }

  40%, 60% {
    transform: translate3d(2px, 0, 0) rotate(-2deg);
  }
}
.easter a{
	display: block;
	transform: scale(1);
}
.easter img{
	animation: shake 1s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
	animation-iteration-count: 1;
	animation-delay: 2s;
	transform-origin: bottom center;
}
.easter:hover a {
	transition: transform .2s ease-out;
	transform: scale(1.1);
}

.easterActive .easter{
	display: block;
}
body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	font-family: 'Montserrat-Light';
}
::-moz-selection { 
	background: #b3cacb; 
	color:#000; 
}
::selection { 
	background: #b3cacb; 
	color:#000; 
}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {max-width:100%;}
p, .blockwrap ol, .blockwrap ul{
	font-family: 'Montserrat-Light';
    /*font-size: 18px;
    line-height: 35px;*/
	font-size: 16px;
	line-height: 30px;
}

p strong{
	font-family: 'Montserrat-SemiBold';
	font-weight: normal;
}
.page-id-2165 p strong, 
.page-id-2143 p strong{
	font-family: 'PT-Serif-Bold';
}
em{
	font-family: 'PT-Serif-Italic';
	font-style: normal;
}
.overview em, .feature em {
	font-family: 'Montserrat-Regular';
	font-style: italic;
}
h1{
	font-family: 'PT-Serif-Regular';
	font-size: 50px;
	font-weight: normal;
}
h2{
	font-family: 'PT-Serif-Regular';
	font-weight: normal;
    font-size: 36px;
	line-height: 1.4;
}
h3{
	font-family: 'PT-Serif-Regular';
	font-weight: normal;
    font-size: 24px;
	line-height: 1.4;
}
h4{
	font-family: 'PT-Serif-Regular';
	font-weight: normal;
	line-height: 1.4;
}
.pageWrap {
    position: relative;
	padding-top: 89px;
}
.template-homepage .pageWrap{
	padding-top: 0;
}
.contain {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
	box-sizing: border-box;
}
.template-homepage .mainSlider .contain{
	max-width: none;
}
header{
    position: fixed;
    width: 100%;
    z-index: 30;
    padding: 35px 0 0 0;
	transition: background .3s ease-out;
	top: 0;
}
header .contain{
	padding: 0 85px;
}
.headerLeft {
	display: none;
    float: left;
}
header.solidHeader{
	background: #fff;
	-webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.1);
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.1);
}
header.solidHeader .headerLeft{
	display: block;
}
ul.mainNav li a,  button.searchBtn.buttonClear{
	transition: .3s color ease-out, .3s background ease-out;
}
header.solidHeader ul.mainNav li a{
	color: #000;
}
header.solidHeader button.searchBtn.buttonClear{
	color: #000;
	border: 1px solid #000;
}
header.solidHeader button.searchBtn.buttonClear:hover{
	color: #fff;
	border: 1px solid #b48f4e;
}
.headerRight {
    float: right;
}
ul.mainNav li {
    display: inline-block;
    list-style: none;
	color: #fff;
	margin: 0 30px;
	position: relative;
	padding-bottom: 28px;
}
ul.mainNav li:last-of-type{
	padding-bottom: 0;
	margin-right: 0;
}
ul.mainNav li a{
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Montserrat-Light';
	letter-spacing: 1.5px;
}
ul.mainNav li:hover a:after, ul.mainNav li a.active:after, ul.mainNav li a:focus:after{
	border-bottom: 1px solid #b48f4e;
	content: '';
    display: block;
    margin-top: 15px;
	position: absolute;
	width: 100%;
}
ul.navDrop{
	display: none;
	position: absolute;
	background: #b48f4e;
	padding: 25px 40px 25px;
	top: 100%;
    z-index: 10;
	left: -40px;
}
ul.mainNav li ul.navDrop li{
	float: left;
	clear: both;
	display: block;
    padding: 0;
    margin: 0;
}
ul.navDrop li a{
	font-family: 'Montserrat-Regular';
	text-transform: none;
	color: #fff !important;
	font-size: 15px;
	white-space: nowrap;
    padding: 5px 0;
	margin: 5px 0;
    display: block;
	border-bottom:1px solid #b48f4e;
}
ul.navDrop li a:hover{
	border-bottom:1px solid #fff;
}
ul.mainNav li:hover > ul.navDrop{
	display: block;
}
button.searchBtn {
    padding: 10px;
    letter-spacing: 1.5px;
	width: auto;
}
.headerLeft a{
	color: #000;
	text-decoration: none;
	font-family: 'PT-Serif-Regular';
    font-size: 35px;
    margin-top: -10px;
    display: block;
}
.mainSlider .contain {
    position: relative;
}
.mainSlider img{
	width: 100%;
}
.swiper-container {
    width: 100%;
    height: auto;
} 
.swiper-pagination-bullet {
    width: 10px;
    border-radius: 12px;
    height: 10px;
    margin: 0 8px !important;
    transform: rotate(35deg);
    background: #fff;
    opacity: .5;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 90px;
    width: auto;
    left: auto;
    bottom: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    left: 0;
    right: 0;
}
.swiper-pagination-bullet-active{
	width: 14px;
    height: 14px;
	border-radius: 14px;
	background:#fff;
	opacity: 1;
}
.mainSlider .BGLogo{
	width: 20%;
	position: absolute;
    top: 9vw;
    left: 95px;
	z-index: 5;
}
.sliderContent{
	position: absolute;
	right: 80px;
	top: 18vw;
	text-align: right;
	max-width: 600px;
	z-index: 10;
}
.sliderContent h1{
	float: right;
	color: #fff;
}
.additionalContent {
    float: right;
    clear: both;
    margin-top: 30px;
    margin-right: 0;
    max-width: 80%;
    text-align: right;
	color: #fff;
}
.additionalContent span, .additionalContent p{
    float: left;
    clear: both;
    text-align: right;
}
.sliderContent .additionalContent p {
    max-width: 60%;
    float: right;
}
span.contentHeading {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
}
.reverseColor .sliderContent h1, .reverseColor .additionalContent {
	color: #000;
}
.sliderCta {
    float: right;
    clear: both;
}
.fullBanner a {
    margin: 0 auto;
    display: block;
}
.buttonClear{
	text-transform: uppercase;
	font-size:14px;
	color: #fff;
	background: none;
	border: 1px solid #fff;
	padding: 20px;
	line-height: 1.1;
	cursor: pointer;
	outline: none;
	font-family: 'Montserrat-Light';
	letter-spacing: 1px;
	transition: background .3s ease-out;
	box-sizing: border-box;
	width: 240px;
    text-align: center;
	text-decoration: none;
}
.reverseColor .buttonClear{
	color: #000;
	border: 1px solid #000;
}
.reverseColor .buttonClear:hover{
	color: #fff;
}
.buttonClear:hover{
	background: #b48f4e;
	border: 1px solid #b48f4e;
}
.solidBtn {
    background: #7a0026;
    outline: none;
    text-transform: uppercase;
    color: #fff;
    padding: 20px;
	cursor: pointer;
	font-family: 'Montserrat-Light';
    letter-spacing: 1px;
	transition: all .3s ease-out;
	border: 1px solid #7a0026;
	width: 240px;
    box-sizing: border-box;
    font-size: 13px;
    text-align: center;
	text-decoration: none;
    white-space: nowrap;
}
.solidBtn:hover{
	color: #7a0026;
	background: #fff;
	text-decoration: none !important;
}
.solidBtn.noBorder{
	border: none;
}
.solidBtn.gold {
	background:#A58036;
	border:1px solid #A58036;
	font-size:19px;
	line-height:3;
	font-family:'Montserrat-SemiBold';
	padding:20px 50px;
}
.solidBtn.gold:hover {
	color:#A58036;
	background:#ffffff;
}
.solidBtn.alert {margin-top:30px;}
.sliderCta {
    margin-top: 50px;
}
.featureBlock{
	margin: 100px 0;
    position: relative;
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
    align-items: center;
   /* background: url(../images/building01.jpg) no-repeat;*/
    background-size: cover;
    /*height: 0;
    padding-bottom: 50%;*/
	/*height: 800px;
	-webkit-transition: background .4s ease-out;
    -moz-transition: background .4s ease-out;
    -o-transition: background .4s ease-out;
    transition: background .4s ease-out;*/
	
	background-color: #e8e8e6;
}
.featureBlock img {
    position: absolute;
    width: 100%;
    height: auto;
	left: 0;
	top:0;
	display: block;
}
img.featureImage.baseImage{
	z-index: 4;
	transition: opacity .4s ease-out;
    position: relative;
	width: 100%;
	height:auto;
}
img.featureImage.hoverImage{
	z-index: 3;
    left: 0;
	right: 0;
    margin: 0 auto;
	width: 100%;
	height:auto;
}
.featureBlock:hover > img.featureImage.baseImage{
	opacity: 0;
}
/*.featureBlock:hover{
	 background: url(../images/building02.jpg) no-repeat;
	 background-size: cover;
}*/
.innerPad {
    padding: 0 150px;
}
.featureCopy {
    text-align: center;
    position: absolute;
    z-index: 5;
	max-width: 760px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35%;
}
.featureCopy span {
    color: #fff;
    font-size: 50px;
    max-width: 50%;
    display: block;
    margin: 0 auto;
	font-family: 'PT-Serif-Regular';
}
.featureCopy .blockCta {
    margin-top: 50px;
    display: inline-block;
}
.fullBanner{
	width: 100%;
	background: #7a0026;
	clear: both;
    padding: 70px 0;
}
.fullBanner p{
	color: #fff;
	font-family: 'PT-Serif-Regular';
	font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}
.fullBanner .container {
    max-width: 1178px;
    margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.fullBanner button {
    margin: 0 auto;
    display: block;
}
.fullBanner p span{
	font-size: 32px;
    display: block;
    font-family: 'P22-DeclarationScript';
    margin-left: 10px;
    margin-top: 20px;
}
.slant {
    padding: 20px 30px 40px 0;
    border-right: 1px solid #000;
    float: left;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    max-height: 20px;
}
.slant span{
	display: block;
	-ms-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    text-transform: uppercase;
    letter-spacing: 2px;
	font-family: 'PT-Serif-Regular';
	white-space: nowrap;
}
.blockwrap {
    float: left;
    width: 70%;
    margin: 40px 0 0 15px;
}
.blockwrap h2 {
    float: left;
	margin-bottom: 20px;
}
.blockwrap p {
    float: left;
	clear: both;
	margin: 0px 0 15px;
}
.blockwrap ol, .blockwrap ul{
	float: left;
	clear: both;
	margin: 0px 0 15px;
	padding-left: 20px;
}
.blockwrap a {
    float: left;
	clear: both;
}
.blockwrap a.blockCta {
    margin-top: 15px;
}
span.customLabel {
    text-transform: uppercase;
    color: #7a0026;
    float: none;
    clear: none;
    display: inline;
}
.learnMoreCustom {
    float: left;
    clear: both;
	margin-bottom: 50px;
    margin-top: 20px;
	line-height: 1.5;
}
.innerPageHeader .learnMoreCustom{
	float: none;
    margin: 5px 0 0;
}
.learnMoreCustom a {
    clear: none;
    text-decoration: none;
    display: inline;
    float: none;
	color: #000;
	font-family: 'Montserrat-SemiBold';
	font-size: 14px;
    letter-spacing: 1px;
}
.learnMoreCustom a:hover{
	text-decoration: underline;
}
.blockwrap a.learnMore, .subTitle a.learnMore,
.subTitle span.learnMore, span.customLabel{
	color: #7a0026;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Montserrat-Regular';
    letter-spacing: 1px;
    font-size: 14px;
	margin-bottom: 50px;
    margin-top: 20px;
}
a.learnMore:hover{
	text-decoration: underline;
}
.twoColumnSponsorWrap {
    margin-bottom: 30px;
    overflow: hidden;
}
.twoColumnSponsorWrap h3 {
    clear: both;
    display: block;
    width: 100%;
}
.twoColumnSponsorWrap h4{
	margin-bottom: 20px;
}
.contentDetailRight .twoColumnSponsorWrap p {
    width: 45%;
    margin-right: 5%;
    clear: none;
    float: left;
}
.blockwrap a.learnMore strong, .subTitle a strong, .learnMoreCustom a strong{
	color: #000;
	text-transform: none;
}
.subTitle a{
	text-decoration: none;
	color: #000;
}
.collectionsDoubleCarousel .subTitle a{
	color: #7a0026;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
}
.subTitle a:hover{
	text-decoration: underline;
}
.subTitle a
.blockwrap a:hover{
	text-decoration: underline;
}
.slantSection {
    margin-bottom: 100px;
	display: -webkit-flex;
	display: flex;
}
.sectionLeft {
    width: 50%;
	margin-right: 5%;
	display: -webkit-flex;
	display: flex;
}
.sectionRight {
    width: 45%;
}
.sectionRight img{
	width: 100%;
}
.slantOptionTwo .sectionLeft{
	width: 43.5%;
	display: block;
}
.slantOptionTwo .sectionLeft img{
	width: 100%;
	display: block;
}
.slantOptionTwo .sectionRight{
	width: 50%;
}
.slantOptionTwo .blockwrap{
	clear: both;
    margin-left: 0;
    width: 100%;
}
.slantOptionTwo .blockwrap h3{
	margin-top: 0;
}
.slantOptionTwo span.fancy {
    float: left;
    margin-left: 30px;
    margin-top: 30px;
}
span.fancy {
    font-family: 'P22-DeclarationScript';
    font-size: 56px;
    line-height: 1.2;
}
.blocks {
    padding: 100px 0;
}
.copyBlock {
    float: left;
    width: 30%;
	background: #aecbcc;
	position: relative;
    height: 100%;
}

.blockRowRightOrientation .copyBlock,
.specialExhibits .blockRowRightOrientation .copyBlock{
	background: #3e738a;
	color: #fff;
}
.imageBlock{
	float: right;
	width: 70%;
    max-height: 523px;
    overflow: hidden;
	position: relative;
}
.imageBlockHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
	display: -webkit-flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
	opacity: 0;
    transition: opacity .4s ease-out;
}
.blockRowLeftOrientation:hover .imageBlockHover, .blockRowRightOrientation:hover .imageBlockHover{
	opacity: 1;
}
span.hoverText{
	font-family: 'PT-Serif-Regular';
	font-size:3vw;
	color: #fff;
    max-width: 70%;
}
.imageBlock img{
	display: block;
	width: 100%;
}
.blockRowLeftOrientation a.hoverLink.buttonClear{
	background: #aecbcc;
	border: none;
	color: #000;
	margin-top: 30px;
}
.specialExhibits .blockRowLeftOrientation a.hoverLink.buttonClear{
	background:#7a0026;
	color: #fff;
}
.blockRowLeftOrientation a.hoverLink.buttonClear:hover, .blockRowRightOrientation a.hoverLink.buttonClear:hover{
	background: #b48f4e;
	color: #fff;
}
.blockRowRightOrientation a.hoverLink.buttonClear{
	background: #3e738a;
	border: none;
	color: #fff;
	margin-top: 30px;
}
.blockRowLeftOrientation:after, .blockRowRightOrientation:after {
    content: '';
    display: table;
    clear: both;
}
.blockRowLeftOrientation,
.blockRowRightOrientation{
    display: -webkit-flex;
    display: flex;
	height: 25.5vw;
}
.blockRowRightOrientation{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.copyBlockInner {
    width: 100%;
    height: 100%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align: center;
}
.copyWrapper{
	display: -webkit-flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin: 50px 0;
}
.copyWrapper span{
    font-family: 'Montserrat-Regular';
	font-size: 16px;
    letter-spacing: 1.5px;
	line-height: 40px;
    padding: 0 20px;
}
.copyWrapper span.blockTitle{
	 text-transform: uppercase;
	 font-size: 24px;
}

/*.blockReveal {
    background: #aecbcc;
	width: 0;
    overflow: hidden;
    transition: width .3s ease-out;
    position: absolute;
    top: 0;
    height: 100%;
    left: 100%;
}
.blockReveal.show{
	width: 233.3%;
}
.blockRowRightOrientation .blockReveal {
	left: auto;
	right: 100%;
}
.blockRowRightOrientation .copyBlock,
.blockRowRightOrientation .blockReveal{
	background:#3e738a; 
	color: #fff;
}*/
.innerPageHeader {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}
.collectionsDoubleCarousel .innerPageHeader{
	padding: 0;
}
span.subTitle {
    font-family: 'PT-Serif-Regular';
    color: #6c605f;
    font-size: 17px;
    line-height: 1.5;
}
.carouselSection {
    margin-bottom: 100px;
}
.exhibitLanding .carouselSection{
	margin-top:100px;
	margin-bottom: 30px;
}
.swiper-carousel-container.swiper-container-horizontal, .capital-swiper-carousel-container.swiper-container-horizontal {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-carousel-container .swiper-slide, .capital-swiper-carousel-container .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-carousel-container .swiper-slide img, .capital-swiper-carousel-container .swiper-slide img {
    width: 100%;
    display: block;
}
.slideHover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(211, 228, 177, .88);
	display: -webkit-flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	opacity: 0;
	transition: opacity .3s ease;
    padding: 0 10%;
    box-sizing: border-box;
    text-align: center;
}
.swiper-carousel-container .slideHover{
	padding: 0 20%;
}
.swiper-carousel-container .swiper-slide:hover > .slideHover, .interior-swiper-carousel-container .swiper-slide:hover > .slideHover, .slantSlider .swiper-slide:hover > .slideHover{
	opacity: 1;
}
/*.swiper-button-next, .swiper-button-prev{
	display: none;
}*/
.swiper-button-prev{
	background-image: url(../images/sliderArrow.png);
	background-repeat: no-repeat;
	transform: rotate(180deg);
	left: 30px;
	transition: transform .2s ease-out;
}
.swiper-button-prev:hover {
    transform: scale(1.1) rotate(180deg);
}
.swiper-button-next{
	background-image: url(../images/sliderArrow.png);
	background-repeat: no-repeat;
	right: 30px;
	transition: transform .2s ease-out;
}
.slantSection .swiper-button-next{
	right: 20px;
	opacity: 0;
	transition: opacity .2s ease-out;
}
.slantSection .swiper-button-prev{
	left: 20px;
	opacity: 0;
	transition: opacity .2s ease-out;
}
.slantSlider:hover > .swiper-button-next, .slantSlider:hover > .swiper-button-prev {
    opacity: 1;
}
.swiper-button-next:hover{
    transform: scale(1.1);
}
.slideHover h4{
	font-family: 'PT-Serif-Regular';
    font-size: 24px;
    padding: 0;
    border-bottom: 1px solid #fff;
	margin: 0 10px 30px 10px;
    color: #000;
	display: flex;
	display: -webkit-flex;
    -webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	height: 30%;
    width: 100%;
}
.galleryThumbs h4{
	height: 40%;
	margin: 0 10px 15px 10px;
}
.slideHoverLink {
    font-family: 'Montserrat-Light';
    font-size: 17px;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
	margin-bottom: 30px;
}
.slideHoverLink:hover{
	text-decoration: underline;
}
.swiper-slide .slideHover img{
	width: auto;
}
.blockwrap h3{
	float: left;
	clear: both;
	margin-top: 30px;
}
.eNewsSection {
    background: url(../images/newsLetterBG.jpg) no-repeat center center;
    height: 342px;
    padding: 75px 0;
    box-sizing: border-box;
    text-align: center;
	clear: both;
	background-size: cover;
}
.eNewsSection .ctct-form-embed.form_1 .ctct-form-defaults {background-color:transparent;}
.eNewsSection div.ctct-form-embed form.ctct-form-custom {
	display:flex;
	align-items:center;
	justify-content:center;
}
.eNewsSection div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {display:none;}
.eNewsSection .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
	width:240px;
	height:65px;
	margin-bottom:24px;
	margin-left:30px;
}
.eNewsSection span, .pageWrap div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
    color: #fff;
    font-family: 'PT-Serif-Regular';
    font-size: 50px;
    font-weight: normal;
}
p.newsletterConfirmation {
    font-family: 'Montserrat-Medium';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 45px;
	padding: 0 15px;
	font-size: 18px;
}
form#newsLetterSignup {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
form#newsLetterSignup input {
    font-family: 'Montserrat-Regular';
    font-size: 19px;
    color: #464646;
    padding: 20px 30px;
    border: none;
    background: rgba(255, 255, 255, .5);
	width: 745px;
	letter-spacing: 2px;
}
form#newsLetterSignup input.error {
    background: #c7d5a7;
}
form#newsLetterSignup input:focus{
	background: rgba(255, 255, 255, 1);
	outline: none;
}
form#newsLetterSignup button {
    font-size: 19px;
    color: #464646;
    padding: 20px 30px;
	background: #7a0026;
	color: #fff;
	border: none;
	cursor: pointer;
	font-family: 'Montserrat-Regular';
	letter-spacing: 2px;
    margin-left: 7px;
}
form#newsLetterSignup button:hover{
	background: #fff;
	color: #7a0026;
}
form#newsLetterSignup ::-webkit-input-placeholder,
.ctct-form-custom ::-webkit-input-placeholder{ 
	color: #464646 !important;
 	letter-spacing: 2px;
	text-transform: uppercase;
}
form#newsLetterSignup ::-moz-placeholder,
.ctct-form-custom ::-moz-placeholder{
	color: #464646 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
form#newsLetterSignup :-ms-input-placeholder,
.ctct-form-custom :-ms-input-placeholder{
	color: #464646 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
form#newsLetterSignup :-moz-placeholder,
.ctct-form-custom :-moz-placeholder{
	color: #464646 !important;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.hoursSection {
    background: #363636;
    color: #fff;
	padding: 70px 0 50px;
	border-top: 1px solid #fff;
}
.smallContain {
    max-width: 1174px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    padding: 0 20px;
}
.hoursSection span{
	font-family: 'PT-Serif-Regular';
	font-size: 20px;
	line-height: 1.2;
}
.hoursSection em{
	font-family: 'PT-Serif-Italic';
	font-size: 20px;
	line-height: 1.2;
}
.divider {
    width: 2px;
    height: 50px;
    background: #4a4a4a;
    transform: rotate(35deg);
    margin: -10px 30px 0 30px;
}
.footer {
    padding: 45px 0;
}
.footerInner {
    width: 100%;
	display: -webkit-flex;
    display: flex;
    -wekit-justify-content: space-between;
    justify-content: space-between;
}
.footerLeft {
    float: left;
	position: relative;
}
.footerRight {
    float: right;
	position: relative;
}
.socialWrap {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.socialWrap a{
	width: 20px;
	height: 20px;
	background: url(../images/socialIcons.png) no-repeat;
	display: block;
    float: left;
    margin: 0 15px;
}
.socialWrap a:first-of-type{
	margin-left: 0;
}
.socialWrap a:last-of-type{
	margin-right: 0;
}
img.alliance {
    width: 100px;
    margin-left: 50px;
    margin-top: 5px;
}
.addressWrap span {
    float: left;
    clear: both;
    font-family: 'Montserrat-Light';
    font-size: 15px;
    line-height: 24px;
}
.footerLinks {
    float: left;
    clear: both;
    margin-top: 45px;
	/*display: -webkit-flex;
    display: flex;*/
    font-family: 'Montserrat-Light';
    font-size: 12px;
    line-height: 24px;
}
.footerLinks a{
	color:#000;
	text-decoration: none;
	float: left;
}
.footerLinks a:hover{
	text-decoration: underline;
}
.footerLinks .divider{
	height: 20px;
	width: 1px;
	margin: 2px 15px 0 15px;
	float: left;
}
.footerNav a {
    font-family: 'Montserrat-Regular';
    text-decoration: none;
    color: #383737;
    padding-bottom: 5px;
	margin: 0 20px;
}
.footerNav a:hover{
	color: #b48f4e;
	border-bottom:1px solid #b48f4e;
}
.footerNav a:first-of-type{
	margin-left: 0;
}
.footerNav a:last-of-type{
	margin-right: 0;
}
.socialWrap a.social_FB{
	background-position: 0 0;
}
.socialWrap a.social_FB:hover{
	background-position: 0 -20px;
}
.socialWrap a.social_TW{
	background-position: -20px 0;
}
.socialWrap a.social_TW:hover{
	background-position: -20px -20px;
}
.socialWrap a.social_IN{
	background-position: -40px 0;
}
.socialWrap a.social_IN:hover{
	background-position: -40px -20px;
}
.mobileHeaderWrap{
	display: none;
}
.mobileNavBtn{
	width: 50px;
	height: 30px;
	position: relative;
	cursor: pointer;
	float: left;
	z-index:10;
}
.mBar {
    width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
	float: left;
	clear: both;
	display: block;
    position: absolute;
    top: 14px;
}
.mBar:before{
	content: '';
	display: block;
	position: absolute;
	top:-10px;
	left: 0;
	width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
	float: left;
	clear: both;
	transition: top .1s ease-out;
} 
.mBar:after{
	content: '';
	display: block;
	position: absolute;
	top:10px;
	left: 0;
	width: 50px;
    height: 4px;
    background: #fff;
    border-radius: 10px;
	float: left;
	clear: both;
	transition: top .1s ease-out;
} 
header.solidHeader .mBar,
header.solidHeader .mBar:before,
header.solidHeader .mBar:after{
	background:#000;
}
.mobileNavBtn:hover > .mBar:before{
	top: -12px;
}
.mobileNavBtn:hover > .mBar:after{
	top: 12px;
}
.mobileSearchBtn {
    position: relative;
    z-index: 10;
    overflow: hidden;
    float: right;
}
a.search{
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	float: right;
	background: url(../images/search.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
}
a.search:hover{
	background-position: 0 -40px;
}
header.solidHeader a.search:hover{
	background-position: 0 -80px;
}
.headerLogo{
	display: none;
	color: #000;
    text-decoration: none;
    font-family: 'PT-Serif-Regular';
    font-size: 22px;
    float: left;
    margin-top: 2px;
	text-align: center;
    position: absolute;
    width: 100%;
    margin-left: 0;
}
.mobileSlantSection,
.mobileReveal,
.mobileHero,
.mobileHero2{
	display: none;
}
.swiper-slide{
	overflow:hidden;
	height: auto !important;
	max-height: 975px;
}
.mobileNav{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:20;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	left:-100%;
	top: 0;
	background:#fff;
	transition: left .4s ease;
}
.mobileNavInner, .mobileSearchInner{
	position:relative;
	padding: 45px 60px;
	overflow: hidden;
}
.mobileNavClose, .mobileSearchClose{
	position:absolute;
	top: 45px;
    right: 60px;
	cursor:pointer;
}
.mobileLogo {
    text-align: center;
    margin-bottom: 100px;
}
.mobileLogo img{
    width:320px;
	max-width:70%;
}
.inner{
	display:none;
	padding-bottom: 20px;
	border-bottom:2px solid #e1e1e1;
}
.mobileNav ul li{
	list-style:none;
}
.mobileMenuMain li, .mobileMenuMain li a{
	font-family: 'Montserrat-Light';
	font-size:35px;
	line-height:1.2;
	margin-top:30px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
li.subAccordion > span {
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 10px;
}
ul.mobileMenuSecondary.accordion li.subAccordion:last-of-type {
    margin-top: 10px;
}
.mobileMenuMain li span{
	border-bottom:2px solid #e1e1e1;
	padding-bottom:10px;
	display:block;
	width:100%;
}
.mobileMenuSecondary  li span {
    display: block;
    width: 100%;
}
.mobileMenuMain li ul li, .mobileMenuMain li ul li a{
	font-family: 'Montserrat-Light';
	font-size:25px;
	margin-top: 20px;
}
.mobileMenuSecondary li, .mobileMenuSecondary li a{
	font-family: 'PT-Serif-Regular';
	font-size:24px;
	margin-top: 20px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
}
.mobileMenuSecondary li ul li, .mobileMenuSecondary li ul li a{
	font-family: 'Montserrat-Light';
	font-size:18px;
	margin-top: 20px;
}
ul.mobileMenuSecondary .socialWrap {
    position: relative;
    bottom: 0;
}
ul.mobileMenuSecondary .socialWrap a {
    margin-top: 5px;
}
.mobileDisclaimer {
    margin-top: 80px;
    
}
.mobileDisclaimer a, .mobileDisclaimer span{
	font-size:18px;
	line-height:1.4;
	color:#000;
	text-decoration:none;
}
.mobileDisclaimer a:hover{
	text-decoration:underline;
}
span.sep {
    margin: 0 10px;
}
li span.active{
	color:#b48f4e;
}
.searchPanel {
    position: absolute;
	background: #b48f4e url(../images/searchSingle.png) no-repeat;
	background-position:30px center;
    right: -550px;
	transition: right .4s ease;
	width: 530px;
	top: 100%;
}
.searchPanel.show{
	right:0;
}
.searchPanelInner {
    padding: 0 50px 0 80px;
}
.searchPanel input {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    padding: 10px;
	margin-top: 2px;
    float: left;
	width: 318px;
}
.searchSlideOut::-webkit-input-placeholder { 
	color: #fff;
 	letter-spacing: 1px;
}
.searchSlideOut::-moz-placeholder {
	color: #fff;
	letter-spacing: 1px;
}
.searchSlideOut:-ms-input-placeholder {
	color: #fff;
	letter-spacing: 1px;
}
.searchSlideOut:-moz-placeholder {
	color: #fff;
	letter-spacing: 1px;
}
button.searchPanelBtn {
    background: url(../images/enterIcon.png) no-repeat;
	background-size: 26px 21px;
    border: none;
    outline: none;
    text-indent: -9999px;
    width: 26px;
    height: 21px;
    margin-top: 12px;
    display: block;
	cursor: pointer;
    float: left;
    padding: 12px 20px;
}
.mobileSearchOverlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
	height: 100%;
    background: rgba(152, 113, 42, .95);
	z-index: 30;
	display:none;
	transition: right .4s ease;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.mobileSearchOverlay.show{
	right:0;
}
.searchTerms {
	padding-left:80px;
    margin-top: 30px;
}
.searchTerms span {
    float: left;
    clear: both;
	color: #1c1c1c;
	font-family: 'Montserrat-Light';
    font-size: 25px;
    margin-top: 20px;
}
.mobileSearchOverlay .searchPanel {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #000;
    right: auto;
    background: url(../images/searchSingle_LG.png) no-repeat;
    background-size: 40px 40px;
    background-position: left center;
}
.mobileSearchOverlay .searchPanelInner {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    padding: 0 0px 0 80px;
}
.mobileSearchOverlay .searchPanel input{
	width:100%;
	font-family: 'Montserrat-Light';
    font-size: 50px;
    line-height: 1.2;
	letter-spacing:2px;
	color:#1c1c1c;
	padding: 5px 0;
}
.mobileSearchOverlay .searchPanel input::-webkit-input-placeholder { 
	color: #1c1c1c;
 	letter-spacing: 2px;
}
.mobileSearchOverlay .searchPanel input::-moz-placeholder {
	color: #1c1c1c;
	letter-spacing: 2px;
}
.mobileSearchOverlay .searchPanel input:-ms-input-placeholder {
	color: #1c1c1c;
	letter-spacing: 2px;
}
.mobileSearchOverlay .searchPanel input:-moz-placeholder {
	color: #1c1c1c;
	letter-spacing: 2px;
}
.mobileSearchOverlay button.searchPanelBtn{
	width:40px;
	height:33px;
	background-size:40px 33px;
	margin-top: 25px;
}
.searchHeader{
	width:100%;
	height:426px;
}
.searchHeader{
	background:url(../images/patternBG.jpg) repeat-x;
   /* padding: 100px 300px;*/
    box-sizing: border-box;
    color: #000;
	padding-top: 60px;
}
.searchHeader .searchPanelInner{
	display: -webkit-flex;
    display: flex;
	background: rgba(255, 255, 255, .65);
    padding: 15px 30px;
	width: 100%;
	border: 1px solid #90a2a2;
	border-right: none;
}
.collectionsLanding .searchHeader .searchPanelInner{
	border: none;
}
span.resultsCount {
    font-size: 24px;
    line-height: 1.5;
	margin-top: 10px;
    display: block;
}
.searchHeader .searchPanelInner img {
    width: 35px;
    height: 35px;
	max-height: 35px;
    margin-top: 8px;
	display: block;
}
.searchHeader .searchPanelInner input {
    width: 100%;
	font-size: 38px;
    padding: 0 40px;
	color: #000;
	letter-spacing: 1px;
}
.searchHeader .searchPanelInner input::-webkit-input-placeholder { 
	letter-spacing: 1px;
	color: #000;
}
.searchHeader .searchPanelInner input::-moz-placeholder {
	letter-spacing: 1px;

	color: #000;
}
.searchHeader .searchPanelInner input:-ms-input-placeholder {
	letter-spacing: 1px;
	color: #000;
}
.searchHeader .searchPanelInner input:-moz-placeholder {
	letter-spacing: 1px;
	color: #000;
}
div.options > label > input {
	visibility: hidden;
}
div.options > label {
	height: 40px;
    width: auto;
    cursor: pointer;
    display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
    float: left;
}
div.options label span{
	padding-left: 15px;
}
div.options > label > .box {
	display: inline-block;
	height:40px;
	width:40px;
	background: #fff;
	border:1px solid #000;
	padding:9px;
	box-sizing:border-box;
}
.innerBox{
	background:#fff;
	width:100%;
	height:100%;
}
div.options > label > input:checked +.box {  
	border:1px solid #9e0b0f;
}
div.options > label > input:checked +.box > .innerBox {  
	background: #9e0b0f;
}
div.options > label > input:checked +.box +.optionText {  
	font-family: 'Montserrat-Medium';
}
.interiorMain { 
    background: #ececec;
	/*padding:40px 262px;*/
	padding: 40px 12%;
	overflow: hidden;
}
.filterRight {
    float: right;
}
.radioWrap {
    float: left;
}
.dropWrap {
    float: left;
}
.dropWrap select {
    width: 230px;
    padding: 10px;
    border: 1px solid #000;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: #fff url(../images/dropArrow.png) no-repeat;
	background-position: 95% center;
}
.dropWrap select::-ms-expand {
    display: none;
}
.dropWrap select:first-of-type {
    margin-right: 20px;
}
.searchHeader .searchPanel,
.landingWrap .searchPanel{
    position: relative;
    right: auto;
    overflow: hidden;
    background: none;
	display: -webkit-flex;
    display: flex;
    margin-top: 30px;
    clear: both;
	float: left;
    width: 100%;
}
.searchHeader button.searchPanelBtn {
    background: url(../images/enterIcon.png) no-repeat;
    background-position: center center;
    width: 80px;
    height: 100%;
    display: block;
    /*padding: 24px 30px;*/
	padding: 0;
    float: none;
    margin: 0;
	/*border: 1px solid #90a2a2;*/
	border: none;
	border-left: none;
	height: 75px;
}
.clearSearch{
	font-family: 'Montserrat-ExtraLight';
	font-size: 32px;
	line-height: 1;
	color: #959595;
	background: none;
	border: none;
	cursor: pointer;
	outline: none;
}
.clearSearch:hover{
	color: #000;
}
.interiorSearchButton{
	background: #3e738a;
}
.interiorSearchButton:hover{
	background: #b48f4e;
}
.interiorPad {
    background: #fff;
    padding: 90px;
	overflow: hidden;
    box-sizing: border-box;
    width: 100%;
}
.eventList .interiorPad{
	padding-bottom: 0;
}
.searchFilters{
	margin-bottom:40px;
}
.searchFilters:after {
    content: '';
    display: block;
    clear: both;
}
.search-result{
	float:left;
	clear:both;
	margin-bottom:60px;
	display: -webkit-flex;
    display: flex;
}
.search-result img {
    width:100%;
	transition: transform .2s ease-out;
}
a.search-result-image:hover > img {
    transform: scale(1.05);
}
a.search-result-image {
    display: block;
    margin-right: 60px;
    width: 340px;
    min-width: 340px;
    overflow: hidden;
}
.search-result h3{
	font-family: 'Montserrat-Regular';
	font-size:24px;
	line-height:1.2;
	letter-spacing: .5px;
}
.search-result p{
    padding: 15px 0 30px 0;
}
.search-result-info a {
	font-family: 'Montserrat-Regular';
    color: #7a0026;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
	text-transform: uppercase;
}
.search-result-info a h3 {
    color: #000;
	text-transform: none;
	letter-spacing: .5px;
}
.search-result-info a:hover:first-of-type, .search-result-info a:hover:first-of-type h3{
	text-decoration: none;
	color: #7a0026;
}
.search-result-info a:hover{
	text-decoration:underline;
	color: #7a0026;
}
button.loadMoreResults {
    width: 240px;
    margin: 0 auto;
    display: block;
    background: #7a0026;
    color: #fff;
    border: none;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Montserrat-Regular';
    padding: 20px;
    font-size: 14px;
    margin-top: 50px;
	outline: none;
	cursor: pointer;
}
button#applyFilters {
    width: auto;
    float: right;
    clear: none;
    margin-top: 0;
    padding: 12px 20px;
    margin-left: 20px;
}
button.loadMoreResults:hover{
	background: #b48f4e;
}
.additionalResultsCount{
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'PT-Serif-Regular';
	font-size: 22px;
    margin-bottom: 20px;
}
.additionalResultsCount em{
	font-family: 'PT-Serif-Italic';
}
.interiorHeader{
	width: 100%;
	height: 250px;
	padding-top: 100px;
    box-sizing: border-box;
    color: #fff;
}
.collectionDetail {
    display: -webkit-flex;
    display: flex;
	margin: 50px 0;
}
.detail_Col {
    margin-right: 30px;
}
.detail_Col span{
	font-family: 'Montserrat-SemiBold';
}
.detail_Col span, .detail_Col2 span {
    float: left;
    clear: both;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 1.2;
}
.collectionOuter {
    display: -webkit-flex;
    display: flex;
	padding: 70px 0 63px;
}
.collectionLeft {
    width: 50%;
    margin-right: 60px;
}
.collectionRight {
    width: 50%;
}
.interiorContainer {
    /*padding: 75px 366px 63px;*/
	padding: 0 40px;
    max-width: 1181px;
    margin: 0 auto;
}
.gallery iframe{
	width:100%;
}
.swiper-carousel-collections {
    width: 350px;
    overflow: hidden;
    margin: 0 auto;
	/*padding-right: 50px;
	padding-left: 50px;*/
}
.galleryThumbs .swiper-button-next, .galleryThumbs .swiper-button-prev, .interiorCarousel .swiper-button-next, .interiorCarousel .swiper-button-prev,
.collectionsSlantSlider .swiper-button-next, .collectionsSlantSlider .swiper-button-prev{
    display: block;
}
.collectionsSlantSlider .swiper-button-prev{
	left: 20px;
}
.collectionsSlantSlider .swiper-button-next{
	right: 20px;
}
.galleryThumbs .swiper-button-next:hover, .galleryThumbs .swiper-button-prev:hover{
	opacity: .8;
}
.galleryThumbs {
    position: relative;
	margin-top: 36px;
}
.galleryThumbs.twoThumbs .swiper-carousel-collections{
	width: auto;
} 
.galleryThumbs.twoThumbs .swiper-carousel-collections .swiper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.galleryThumbs.twoThumbs .swiper-button-prev , .galleryThumbs.twoThumbs .swiper-button-next{
	display: none;
}
.galleryThumbs.twoThumbs .swiper-slide{
	max-width:106px;
	min-width: 0;
} 
.galleryFooter .galleryThumbs .swiper-slide{
	cursor: pointer;
    border: 2px solid #fff;
    box-sizing: border-box;
	height: 100% !important;
}
.galleryFooter .galleryThumbs .swiper-slide.custom-active-slide{
	border:2px solid #b48f4e;
}
.galleryThumbs .swiper-button-prev {
    left:0;
	background-image: url(../images/sliderArrow_gray.png);
}
.galleryThumbs .swiper-button-next {
    right:0;
	background-image: url(../images/sliderArrow_gray.png);
}
p.collectionNote {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.6;
}
p.collectionNote  strong{
	font-family: 'PT-Serif-Bold';
}
.sideBarGallery a:last-of-type {
    margin-bottom: 0;
}
.collectionLeft p,
.eventDetailRight p,
.contentDetailRight p,
.wp-caption-text p,
figcaption,
.contentDetailRight ul li,
.eventDetailRight ul li,
.contentDetailRight ol li,
.eventDetailRight ol li,

.formBreak span.payInfo{
    margin: 15px 0;
    font-family: 'PT-Serif-Regular';
    font-size: 17px;
    line-height: 28px;
}
.contentDetailRight ul li, .eventDetailRight ul li,
.contentDetailRight ol li, .eventDetailRight ol li{
    margin: 0;
}
.contentDetailRight ul li a,
.contentDetailRight ol li a{
	margin-top:0;
    display: inline;
}
.contentDetailRight ul, .eventDetailRight ul,
.contentDetailRight ol, .eventDetailRight ol{
    padding-left: 20px;
	margin: 15px 0;
}
.contentDetailRight ul ul, .eventDetailRight ul ul{
	margin:0;
	padding-left: 0px;
}
.contentDetailRight ul ul li, .eventDetailRight ul ul li{
	list-style: none;
	display: flex;
}
.contentDetailRight ul ul li:before, .eventDetailRight ul ul li:before{
	content:"-";
	display: block;
	margin-right: 5px;
}
.contentDetailRight p a{
	font-family: 'PT-Serif-Bold-Italic';
    color: #000;
    text-decoration: underline;
    text-transform: none;
    display: inline;
    letter-spacing: unset;
    font-size: inherit;
    margin: 0;
}
.eventDetailRight p a, .eventDetailRight ul a, .eventDetailRight ol a{
	color:#000;
	font-family: 'PT-Serif-Bold-Italic';
    text-decoration: underline;
	display: inline;
}
.eventDetailRight p a:hover, .eventDetailRight ul a:hover, .eventDetailRight ol a:hover {
    text-decoration: none;
}
.contentDetailRight p em{
	font-family: 'PT-Serif-Bold-Italic';
}
.contentDetailRight p a:hover{
	text-decoration:none;
}
.copyRevealWrap {
    overflow: hidden;
    max-height: 350px;
	transition: max-height 2s ease-out;
	position: relative;
	clear: both;
}
.collectionsLanding .copyRevealWrap{
	max-height: 250px;
}
.copyHider{
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	display: none;
}
.copyRevealWrap.overflowCopy .copyHider, .collectionsReadMore.overflowCopy{
	display: block;
}
.copyRevealWrap.reveal{
	max-height: 5000px;
}
.copyRevealWrap.reveal .copyHider{
	display: none;
}
.collectionsReadMore {
    float: left;
    clear: both;
    font-family: 'Montserrat-SemiBold';
    color: #7a0026;
    text-decoration: none;
    text-transform: uppercase;
	font-size: 14px;
    margin-top: 20px;
	cursor: pointer;
	display: none;
}

.collectionsReadMore.hideButton {
	display: none;
}
a.collectionsReadMore:hover{
	text-decoration: underline;
}
a.intCtaBtn {
    float: left;
    clear: both;
    width: 100%;
    background: #7a0026;
    color: #fff;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 65px;
	cursor: pointer;
	text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
	border: 1px solid #7a0026;
}
a.intCtaBtn:hover, .intCtaBtn.revealMoreDetail:hover {
	background: #b48f4e;
    border: 1px solid #b48f4e;
}
.share3D {
    float: left;
    clear: both;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
}
.share3D .shareBtn{
	padding: 20px;
    background: none;
    border: 1px solid #7a0026;
    letter-spacing: 1px;
    width: 240px;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
}
.share3D.noSidebar .shareBtn {
    margin-top: 10px;
}
.shareReveal{
	opacity: 0;
	transition: opacity .3s ease-out;
}
.shareReveal .socialWrap{
	position: relative;
    float: none;
    bottom: 0;
    left: 0;
    margin-top: 20px;
}
.share3D:hover > .shareBtn{
	background: #b48f4e;
    border: 1px solid #b48f4e;
	color: #fff;
}
.share3D:hover > .shareReveal {
	opacity: 1;
}
.interiorHeader a {
    font-family: 'Montserrat-Regular';
    color: #fff;
    text-decoration: none;
    overflow: hidden;
	margin-top: 15px;
	float: left;
	display: -webkit-flex;
    display: flex;
}
.interiorHeader a img{
	float: left;
	display: block;
	max-height: 29px;
}
.interiorHeader a span{
	font-size: 24px;
    line-height: 1.5;
    display: block;
    float: left;
    letter-spacing: 1px;
    margin-left: 25px;
    line-height: 1.4;
}
.secondary-landing .interiorHeader a{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
} 
.secondary-landing .interiorHeader a span{
	margin-left: 0;
	margin-right: 25px;
}
.secondary-landing .interiorHeader a img{
	transform: rotate(180deg);
}
.eventLanding .interiorHeader a span{
	margin-left: 0;
	margin-right: 25px;
}
.eventLanding .interiorHeader a img{
	transform: rotate(180deg);
	margin-top: 2px;
}
.collectionsLanding .interiorHeader a span,
.exhibitLanding .interiorHeader a span,
.tierOneLanding .interiorHeader a span,
.contactLanding .interiorHeader a span,
.candleLightTheatreLanding .interiorHeader a span{
	margin-left: 0;
	margin-right: 25px;
}
.collectionsLanding .interiorHeader a img,
.exhibitLanding .interiorHeader a img,
.tierOneLanding .interiorHeader a img,
.contactLanding .interiorHeader a img,
.candleLightTheatreLanding .interiorHeader a img{
	transform: rotate(180deg);
	margin-top: 2px;
}
.interiorHeader a:hover > span{
	text-decoration:underline;
}
h2.desktopPageTitle, h2.mobilePageTitle{
	font-family: 'Montserrat-Medium';
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 1px;
    color: #000;
}
.carouselPad {
    max-width: 1475px;
    margin: 0 auto;
    padding: 0 40px;
}
.galleryThumbs .swiper-slide img{
    width: auto;
    display: block;
    height: auto;
   /* min-width: 100%;
    min-height: 100%;*/
    max-width: 100%;
    max-height: 100%;
}
.galleryThumbs .candleLight-carousel-container .swiper-slide img{
   min-width: 100%;
     /*min-height: 100%;*/
}
.galleryThumbs .swiper-slide .slideHover img {
    width: auto;
    min-width: 0;
    min-height: 0;
    max-width: none;
    max-height: none;
}
.galleryThumbs .swiper-slide .slideHover img, .slantSlider .swiper-slide .slideHover img {
    width: auto;
}
.mobilePageTitle{
		display: none;
	}
.interior-swiper-carousel-container, .candleLight-carousel-container {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
}
.candleLight-carousel-container .slideInfo{
	cursor: default;
}
.interiorCarousel {
    background: #f5f2ea;
    padding: 70px 0;
}
/*.interiorCarousel .swiper-button-next {
	right: 150px;
    display: block;
    height: 100%;
    top: 20px;
    width: 400px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(249,247,241,1) 65%, rgba(245,242,234,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(249,247,241,1) 65%,rgba(245,242,234,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(249,247,241,1) 65%,rgba(245,242,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f2ea',GradientType=1 );
}
.interiorCarousel .swiper-button-prev {
    left: 150px;
	display: block;
    height: 100%;
    top: 20px;
    width: 400px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(249,247,241,1) 65%, rgba(245,242,234,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(249,247,241,1) 65%,rgba(245,242,234,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(249,247,241,1) 65%,rgba(245,242,234,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f5f2ea',GradientType=1 );
}*/
.interiorCarousel .swiper-button-next img{
	position: absolute;
    right: 20%;
    top: 40%;
}
.interiorCarousel .swiper-button-prev img{
	position: absolute;
    left: 80%;
    top: 40%;
}
.interiorCarousel .swiper-button-prev:hover, .interiorCarousel .swiper-button-next:hover{
	opacity: 1;
}
.interiorCarousel .interiorContainer {
    padding: 0;
}
.masonrySection .sectionLeft {
    width: 100%;
}
.grid-item {
  float: left;
  width: 374px;
  padding-bottom: 5px;
}
.grid-item img{
	width:100%;
	height: auto;
}



.masonrySection {
    padding: 75px 0px 63px;
}
.mobileMasonry{
	display: none;
}
.manualGrid {
    display: -webkit-flex;
    display: flex;
}
.manualGridHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(122, 0, 38, .88);
	color: #fff;
	padding: 60px 30px;
    box-sizing: border-box;
	transition: opacity .3s ease-out;
	opacity: 0;
	display: -webkit-flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.gridEntry:hover > .manualGridHover{
	opacity: 1;
}
.manualGridHover .hoverTitle,  .mobileMasonryFooter .hoverTitle{
    font-family: 'Montserrat-Medium';
    font-size: 17px;
    line-height: 1.4;
}
.manualGridHover .hoverTitle{
	margin-bottom: 10px;
}
.manualGridHover p, .mobileMasonryFooter p{
	font-family: 'Montserrat-Light';
	font-size: 17px;
    line-height: 28px;
	padding: 6% 0;
}
.mobileMasonryFooter p{
	padding: 8px 0;
}
.manualGridHover a,  .mobileMasonryFooter a{
	font-family: 'Montserrat-SemiBold';
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	text-decoration: none;
}
.mobileMasonryFooter a{
	color: #000;
}
.manualGridHover a:hover{
	text-decoration: underline;
}
.manualGrid img{
	width:100%;
    display: block;
}
.manualGrid:after{
	content: '';
	display: block;
	clear: both;
}


.column01 .gridEntry {
    height: 0;
    padding-bottom: 160.5%;
	background: url(../images/masonry_01.jpg) no-repeat;
	background-size: cover;
}
.column02 .gridEntry {
    height: 0;
    padding-bottom: 90%;
	background: url(../images/masonry_02.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.column02 .gridEntry2 {
    height: 0;
    padding-bottom: 101.5%;
	background: url(../images/masonry_03.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 0px;
}
.column03 .gridEntry {
    height: 0;
    padding-bottom: 100%;
	background: url(../images/masonry_04.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}
.column03 .gridEntry2 {
    height: 0;
    padding-bottom: 72%;
    background: #ccc;
	background: url(../images/masonry_05.jpg) no-repeat;
	background-size: cover;
	margin-bottom: 0px;
}
.gridEntry.focusRight {
    background-position: right center;
}
.gridEntry.focusLeft {
    background-position: left center;
}
.gridEntry.focusCenter {
    background-position: center center;
}
.gridEntry.focus30 {
    background-position: 30% center;
}
.gridEntry.focus70 {
    background-position: 70% center;
}


.manualGrid.versionTwo .column03{
	margin-right: 20px;
}
.manualGrid.versionThree .column03{
	margin-right: 20px;
}
.manualGrid.versionTwo .column02,
.manualGrid.versionThree .column01{
	margin-right: 0px;
}
.column01{
	width: 35%;
    float: left;
    margin-right: 20px;
}
.column02{
	width: 28.4%;
    float: left;
    margin-right: 20px;
}
.column02 img:first-of-type{
	margin-bottom: 20px;
}
.column03 {
    float: left;
    width: 31.6%;
}
.column03 img:first-of-type{
	margin-bottom: 20px;
}
.gridEntry {
    position: relative;
    transition: opacity .3s ease-out;
    opacity: 1;
}
button.gridLoadMore {
    width: 250px;
    background: #7a0026;
    color: #fff;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 65px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    margin: 90px auto 0 auto;
    display: block;
	outline: none;
}
button.gridLoadMore:hover{
	background: #b48f4e;
}
.supportSection {
    background: #b3cacb;
    padding: 75px 0px 63px;
    margin-top: 20px;
}
.supportSection .interiorContainer{
	overflow: hidden;
}
.interiorContainer h3{
	font-family: 'P22-DeclarationScript';
	color: #000;
	font-size: 56px;
	line-height: 1.3;
	text-align: center;
}
.supportBlocks {
    width: 100%;
	display: -webkit-flex;
	-webkit-justify-content: center;
    display: flex;
    justify-content: center;
	margin-top: 20px;
}
.supportBlocks.supportBlocksMobile{
	display: none;
}
.supportBlock {
    width: 300px;
    height: 240px;
	box-sizing: border-box;
    float: left;
    border: 2px solid #fff;
    border-radius: 4px;
    text-align: center;
    display: -webkit-flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	margin-right: 80px;
	color: #000;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}
.supportBlock.shareUnique {
    cursor: default;
}
.supportBlock span {
    font-family: 'PT-Serif-Regular';
    font-size: 36px;
    text-transform: uppercase;
    padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #b3cacb;
}
.supportBlock.sp03{
	margin-right: 0;
}
.supportBlockHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b3cacb;
	display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity .4s ease-out;
    padding: 40px;
    box-sizing: border-box;
}
.supportBlock:hover > .supportBlockHover{
	opacity: 1;
}
.supportBlockHover p, .supportBlockMobileContent p{
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	line-height: 35px;
	width:100%;
}
.supportBlock .socialWrap{
	float: none;
	position: relative;
	bottom: auto;
	right: auto;
	margin-top: 25px;
}
.mobileSupportSlide .supportBlock {
    width: 100%;
}
.supportBlockMobileContent {
    margin-top: 20px;
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}
.supportBlockMobileContent .socialWrap {
    float: none;
    position: relative;
    bottom: auto;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 120px;
    overflow: hidden;
    margin-top: 20px;
}

.detailimagebg {
    background-position: center center;
    background-size: contain;
}
/*SketchFab 3D Viewer*/
.modelWrap3D{
	height: 700px;
    overflow: hidden;
    position: relative;
}
.modelWrap3D div img{
	width:100%;
}
.modelWrap3D iframe {
    width: 100%;
    position: absolute;
    top: -50px;
    height: 750px;
}
/*Custom 3D Slide*/
.iFramer{
	height: 0;
    padding-bottom: 56.1%;
}
.iFramer_Inner{
	height: 100%;
}
.iFramer iframe{
    height: 100%;
    position: absolute;
    width: 100%;
	display:none;
}
.custom3DCopyBlock, .default3DCopyBlock {
    position: absolute;
	right: 0;
	z-index: 10;
	color: #fff;
	top: 100%;
	display: block;
	text-align: right;
	width: 450px;
	margin-top: 50px;
}
.custom3dSlideText p{
	opacity: 0;
	transition: opacity .3s ease-out;
}
.custom3dSlideText p.active{
	opacity: 1;
}
.reverseColor .custom3DCopyBlock, .reverseColor .default3DCopyBlock{
	color:#000;
}
.swiper-slide.custom3D{
	background: rgb(169,169,167);
	background: -moz-linear-gradient(top, rgba(169,169,167,1) 0%, rgba(208,208,206,1) 29%, rgba(237,237,235,1) 84%);
	background: -webkit-linear-gradient(top, rgba(169,169,167,1) 0%,rgba(208,208,206,1) 29%,rgba(237,237,235,1) 84%);
	background: linear-gradient(to bottom, rgba(169,169,167,1) 0%,rgba(208,208,206,1) 29%,rgba(237,237,235,1) 84%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9a9a7', endColorstr='#ededeb',GradientType=0 );
}
/*End Custom 3D Slide*/

.landingWrap .interiorHeader{
	 height: 426px;
}
.eventLanding .interiorHeader {
    background: url(../images/eventsHeader.jpg) center no-repeat;
	background-position: center top;
	background-size: cover;
}
.eventDetailInterior .interiorHeader{
	background: url(../images/eventsHeader.jpg) center no-repeat;
    background-position: center top;
	background-size: cover;
} 
.collectionsLanding .interiorHeader{
	background: url(../images/interiorHeader_01.jpg) center no-repeat;
	background-position: center top;
	background-size: cover;
}
.collectionDetailInterior .interiorHeader{
	background: url(../images/interiorHeader_01.jpg) center no-repeat;
	background-position: center top;
	background-size: cover;
}
.exhibitLanding .interiorHeader{
	background: url(../images/exhibitLanding.jpg) center no-repeat;
    background-position: center top;
	background-size: cover;
}
.contentDetailInterior .interiorHeader{
	background: url(../images/contentHeader.jpg) center no-repeat;
    background-position: center top;
	background-size: cover;
}
.contentDetailInteriorVariant .interiorHeader{
	background: url(../images/giveBG.jpg) center no-repeat;
    background-position: center top;
	background-size: cover;
}
.tierOneLanding .interiorHeader{
	background: url(../images/giveBG.jpg) center no-repeat;
    background-position: center top;
	background-size: cover;
}
.contactLanding .interiorHeader{
	background: url(../images/contactBG.jpg) center no-repeat;
    background-position: center top;
	background-size: cover;
}
.candleLightTheatreLanding .interiorHeader{
	background: url(../images/candleLightTheatre.jpg) center no-repeat;
    background-position: center top;
	background-size: cover;
}
.landingWrap .slantSection {
    margin-top: 70px;
}
.eventList .interiorMain{
	background:#f8f1db;
}
.eventLeft {
    position: relative;
    float: left;
	margin-right: 60px;
	width: 42%;
    overflow: hidden;
}
.eventLeft a:hover > img{
	transform: scale(1.05);
}
.eventRight {
    width: 50%;
}
.eventLeft img{
	width:100%;
	transition: transform .2s ease-out;
}
.event {
    overflow: hidden;
    margin-bottom: 100px;
	display: -webkit-flex;
    display: flex;
}
.polygon{
	-webkit-clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
	clip-path: polygon(50% 0%, 100% 0, 100% 75%, 50% 100%, 0% 75%, 0 0);
	width: 80px;
    background: #fff;
    height: 87px;
	position: absolute;
	top:25px;
	right:25px;
	text-align: center;
	 display: -webkit-flex;
	-webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.polygon span{
	font-family: 'PT-Serif-Regular';
	line-height: 1.1;
}
.polyMonth {
	font-size: 21px;
	text-transform: uppercase;
	margin-top: -3px;
}
.polyDay {
	font-size: 30px;
}
.eventDuration {
    font-family: 'PT-Serif-Regular';
    text-transform: uppercase;
    color: #232624;
    font-size: 14px;
    letter-spacing: 1px;
}
.eventRight h3 {
    font-size: 36px;
    line-height: 1.2;
    margin: 15px 0 40px;
}
.eventRight p{
	padding: 10px 0 0;
}
.eventRight a{
	font-family: 'Montserrat-Regular';
    color: #7a0026;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
	margin-top: 20px;
    display: block;
}
.eventRight a.eventsCta {
    border: 1px solid #7a0026;
	text-decoration: none;
	margin-top: 30px;
}
.eventRight a:hover{
	text-decoration: underline;
}
.eventRight a.eventsCta:hover{
	text-decoration: none;
	border: 1px solid #7a0026;
	background: #7a0026;
	color: #fff;
}
.eventDate {
    font-family: 'Montserrat-Medium';
    font-size: 18px;
    line-height: 1.2;
}
.innerPageHeader.pageHeaderRepeat {
    margin-bottom: 20px;
    margin-top: 50px;
}
.eventDetail {
	display: -webkit-flex;
    display: flex;
	padding: 70px 40px 63px 0;
}
.eventDetailLeft {
    margin-right: 60px;
    width: 45%;
}
.eventDetailLeft img {
    display: block;
	width: 100%;
}
.eventDetailRight {
    width: 650px;
}
.eventDetailRight span{
	float: left;
	clear: both;
}
a.additionalTimes {
    clear: both;
    color: #7a0026;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    text-decoration: none;
	cursor: pointer;
}
a.additionalTimes:hover{
	text-decoration: underline;
}
.eventDetailRightHeader:after{
	content: '';
	display: block;
	clear:both;
}
.eventDetailRightHeader h2,
.contentDetailRight h2 {
	font-family: 'Montserrat-Medium';
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 1px;
    margin-bottom: 20px;
	clear: both;
}
.contentDetailRight h2 em {
    font-size: 95%;
}
.eventDetailSectionWrap {
    margin-top: 20px;
    overflow: hidden;
    float: left;
    clear: both;
}
.additionalDatesWrap h3{
	text-transform: uppercase;
    color: #7a0026;
    font-family: 'PT-Serif-Bold';
    font-size: 18px;
    margin: 15px 0 15px 0;
}
.intFlexRow {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.upcomingBlock {
    margin-right: 70px;
    width: 50%;
}
.eventDetailSectionWrap span.upcomingLabel02{
	font-family: 'PT-Serif-Regular';
    font-size: 17px;
    line-height: 28px;
}
.eventDetailRightHeader div:last-of-type {
    margin-bottom: 20px;
}
.eventDetailSectionWrap span{
	font-family: 'Montserrat-SemiBold';
	font: 16px;
	line-height: 1.6;
}
.collectionsDoubleCarousel .interiorCarousel{
	background:#fff;
}
.collectionsDoubleCarousel .interiorCarousel:last-of-type {
    padding-top: 0;
}
.collectionsLanding .masonrySection {
    background: #ececec;
}
.specialExhibits {
	background: url(../images/patternGrayBG.jpg) repeat;
}
.specialExhibits .copyBlock{
	background: #7a0026;
	color: #fff;
}
.specialExhibits{
	padding-top: 70px;
}
.specialExhibits .blocks{
	padding-top: 0;
}
.specialExhibits .innerPageHeader h2{
	font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #302221;
}
.contentDetailMain {
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    padding: 70px 0;
}
.contentDetailLeft {
    width: 280px;
	min-width:280px;
    margin-right: 70px;
}
.contentDetailRight {
    position: relative;
}
.contentDetailRight p img {
    height: auto;
}
.contentDetailRight a, .contentDetailRight .joinGrid a{
	color: #7a0026;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 50px;
    margin-top: 20px;
	display: block;
}
.contentDetailRight a:hover, .contentDetailRight .joinGrid a:hover{
	text-decoration: underline;
}
.contentDetailRight .joinGrid a{
	margin: 0;
}
.contentDetailRight a.intCtaBtn{
	color: #fff;
	width: 250px;
}
/*.contentDetailInteriorVariant .intCtaBtn {
    margin-bottom: 70px;
}*/
.contentDetailRight a.intCtaBtn:hover{
	text-decoration: none;
}
.contentDetailRight .copyRevealWrap{
    max-height: 1500px;
	margin-bottom: 100px;
}
.contentDetailRight .copyRevealWrap.reveal{
	max-height: 100000px;
	margin-bottom: 0;
}
.intCtaBtn.revealMoreDetail {
    position: absolute;
    /*bottom: 150px;*/
	bottom: 0;
    z-index: 5;
    width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
    float: left;
    clear: both;
    background: #7a0026;
    color: #fff;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    border: none;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 65px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
	font-size: 14px;
	outline: none;
}
.intCtaBtn.revealMoreDetail.hideButton{
	display: none;
}
ul.contentPageNav {
    float: left;
	display: block;
    width: 100%;
}
.contentDetailLeft .share-container {display:block; width:100%;}
.contentDetailLeft .share-container:after {
	content:'';
	display:block;
	clear:both;
}
.contentDetailLeft .share3D{
	float:left;
	clear:both;
}
video{
	background: url(../images/videoPlaceholder.jpg);
	background-size:cover;
	margin: 30px 0;
}
.wp-caption{
	width:auto !important;
	display: block;
}
figure, .wp-caption {
    margin: 40px 0px;
}
.contentDetailRight figure img, .wp-caption img {
    float: left;
    margin-bottom: 15px;
	width:auto !important;
	height: auto !important;
	max-width:100%;
}
.contentDetailRight figure strong, .wp-caption strong{
	font-family: 'Montserrat-SemiBold';
}
.contentDetailRight h4,
.blockwrap h4{
	font-family: 'Montserrat-SemiBold';
	font-size:17px;
	line-height:28px;
    text-align: left;
	clear: both;
}
.contentDetailRight p{
	clear: both;
}
ul.contentPageNav li {
    background: #f8f5ef;
    float: left;
    clear: both;
    font-family: 'Montserrat-Medium';
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
	display:block;
	width:100%;
}
ul.contentPageNav li a{
	color:#000;
	text-decoration:none;
	display:block;
	padding: 15px;
}
ul.contentPageNav li a:hover, ul.contentPageNav li a.active{
	background: #b48f4e;
    color: #fff;
}
ul.contentPageNav li.active, ul.contentPageNav li.active:hover{
	background:#9a7534;
}
ul.contentPageNav li.active a{
	color:#fff;
}
.contentDetailLeft .share3D, .contentDetailLeft .share3D .shareBtn{
	width:100%;
}
.sideBarGallery {
    float: left;
    clear: both;
    margin-top: 30px;
}
.sideBarGallery a {
    outline: none;
	display: block;
	margin-bottom: 30px;
}
.sideBarGallery img {
	cursor:pointer;
    max-width: 100%;
	display: block;
	width: 100%;
    height: auto;
}
.sideBarGallery img:hover{
	opacity: .85;
}
.contentDetailLeft a.intCtaBtn{
	margin-top:30px;
}
.contentFooter{
	margin-top:50px;
	padding-top:30px;
	float:left;
	clear:both;
	border-top: 1px solid #c2c2c2;
	width:100%;
}
.contentFooter a {
    color: #7a0026;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    letter-spacing: 1px;
    font-size: 14px;
	float:left;
	clear:both;
	margin-bottom:30px;
}
.contentFooter a:hover{
	text-decoration:underline;
}
.contentFooter .nextCopy{
	float:left;
	clear:both;
	font-family: 'Montserrat-SemiBold';
	color:#000;
	font-size:17px;
	line-height:1.4;
}
.contentDetailRight img {
    width: auto;
    max-width: 100%;
}
.sideBarGalleryHidden {
    display: none;
}
.contentDetailRight h3{
	text-transform: uppercase;
	color: #7a0026;
	font-family: 'PT-Serif-Bold';
	font-size: 20px;
	margin: 15px 0 15px 0;
	text-align: left;
	clear: both;
    float: left;
} 
.groupedContent h4, .twoColumnSponsorWrap h4{
	color: #000;
	font-size: 17px;
	font-family: 'Montserrat-SemiBold';
	display: block;
}
.groupedSection .groupedContent h4{
	display: -webkit-flex;
	display: flex;
    -webkit-flex-direction: row;
	flex-direction: row;
    -webkit-justify-content: space-between;
	justify-content: space-between;
    max-width: 50%;
}
span.memberPackageName {
    margin-right: 70px;
    display: inline-block;
}
img.pageBreak {
    margin: 50px 0;
}
.groupedContent, .groupedSection {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    margin: 20px 0 0;
}
.groupedSection div:last-of-type, .groupedSection div:last-of-type a{
	margin-bottom: 0;
}
.groupedContent a {
    margin-bottom: 15px;
}
.joinGrid {
    margin: 50px 0;
    overflow: hidden;
}
.joinGrid span {
    float: left;
}
.joinGrid span:first-of-type {
    margin-right: 70px;
    width: 80px;
    font-family: 'PT-Serif-Bold';
}
.joinGrid p {
    margin: 5px 0;
    float: left;
    clear: both;
}
.colInput {
    float: left;
    clear: both;
	display: -webkit-flex;
    display: flex;
    width: 100%;
}
.colLeft, .frequency {
    width: 49%;
	margin-right: 2%;
}
.colRight, .start-date {
    width: 49%;
}
#donation-form-container {margin-bottom:50px;}
#donation-form-container:after {
	content:'';
	display:block;
	clear:both;
}
#donateForm label, #donation-form label, #contactForm label, .donorRadio ul li{
    float: left;
	clear: both;
	margin-top: 30px;
	font-family: 'Montserrat-SemiBold';
	font-size: 17px;
	line-height: 1.1;
	margin-bottom: 12px;
}
#donateForm input, #donation-form input, #donateForm select, #donation-form select, textarea#message, textarea#street-address, textarea#comment, #contactForm input, #contactForm select, .donation-form #card-element {
    float: left;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #a1a1a1;
	font-family: 'Montserrat-Medium';
	font-size: 17px;
	line-height: 1.1;
	padding: 15px 15px 15px 35px;
}
textarea#comment, .section.captcha {margin-bottom:30px;}
#donation-form .solidBtn.btn-submit-donation {
	padding:20px;
	width:240px;
}
#donateForm select, #donation-form select, #contactForm select {
	-webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(../images/dropArrow.png) no-repeat;
    background-position: 95% center;
	cursor: pointer;
}
#donateForm input:focus, #donation-form input:focus, #donateForm select:focus, #donation-form select:focus, textarea#message:focus, #contactForm input:focus, #contactForm select:focus{
	outline: none;
	border: 1px solid #7a0026;
}
input#contactMessageSubmit {
    width: 240px;
    font-size: 13px;
    font-family: 'Montserrat-Regular';
    border: 1px solid #7a0026;
    margin-top: 40px;
    text-align: center;
    padding: 18px 38px;
}
label.required:after {
    content: '*';
    font-family: 'Montserrat-Regular';
    color: #7a0026;
    font-size: 25px;
    line-height: 15px;
    display: inline-block;
    margin-left: 5px;
}
.donorRadio {
    float: left;
    clear: both;
}
#donateForm .donorRadio input, #donation-form .donorRadio input {
    float: left;
    display: block;
    width: auto;
    clear: none;
    padding: 0;
    margin-left: 0;
	cursor: pointer;
	margin: 0 20px 0 0;
}
#donation-form .donorRadio input.otherAmount {padding:15px;}
#donateForm .donorRadio label, #donation-form .donorRadio label {
    clear: none;
    margin-top: 0;
    margin-left: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
#donateForm .donorRadio ul, #donation-form .donorRadio ul {
	padding-left: 0;
}
#donateForm .donorRadio ul li, #donation-form .donorRadio ul li {
	clear: both;
	margin-top: 0;
    list-style: none;
} 
.formBreak {
    float: left;
    clear: both;
    margin: 70px 0 40px 0;
}
.formBreak span{
	font-family: 'Montserrat-SemiBold';
	float: left;
	clear: both;
	font-size: 17px;
	line-height: 28px;
}
textarea#message {
    float: left;
    clear: both;
    width: 75%;
    height: 130px;
	resize: none;
}
#contactForm textarea#message{
	width:100%;
}
.payInfo a{
	display: inline;
	color: #0060ff;
	text-decoration: underline;
	text-transform: none;
	letter-spacing: normal;
}
.payInfo a:hover{
	text-decoration: none;
}
a.formNextButton {
    float: left;
    clear: both;
	font-family: 'Montserrat-SemiBold';
	color: #464646;
	text-transform: uppercase;
	font-size: 26px;
	cursor: pointer;
}
a.formNextButton:after {
    content: '';
    display: block;
    background: url(../images/nextCircle.png) no-repeat;
    width: 37px;
    height: 37px;
    float: right;
    margin-left: 20px;
    margin-top: -3px;
}
.slantSlider {
    overflow: hidden;
	position: relative;
}
.slantSlider .swiper-pagination{
	right: 20px;
    bottom: 20px;
}
p.contactRecipient{
	color: #7a0026;
}
.recipientName{
	color: #7a0026;
    font-family: 'PT-Serif-Bold';
	text-transform: uppercase;
    letter-spacing: 1px;
}
.recipientEmail{
	color: #000;
    font-family: 'PT-Serif-Italic';
}
.contactInfo {
    float: left;
    clear: both;
	margin-top: 70px;
}
.contactBlock {
    margin-bottom: 30px;
}
.contactInfo div:last-of-type{
	margin-bottom: 0;
}
.contactBlock h3 {
	font-family: 'Montserrat-SemiBold';
	font-size: 17px;
	line-height: 35px;
}
.contactBlock span, .contactBlock a{
	font-family: 'PT-Serif-Regular';
	font-size: 17px;
	line-height: 35px;
	color: #000;
	text-decoration: none;
}
.contactBlock a:hover{
	text-decoration: underline;
}
.captchaWrap{
	float: right;
    margin-top: 25px;
}
.meetCandleLight {
    background: #f8f1db;
    padding: 30px 0 70px 0;
	overflow: hidden;
}
.meetBlock {
    display: -webkit-flex;
    display: flex;
	margin-top: 70px;
    clear: both;
    float: left;
}
.meetLeft {
    /*margin-right: 60px;*/
    margin-right: 5%;
    width: 34%;
}
.meetLeft img{
	width: 100%;
}
.meetRight {
    text-align: left;
    width: 50%;
}
.meetRight .blockwrap {
	margin-top: 0;
    width: 100%;
}
.meetRight .blockwrap a.learnMore{
	margin-bottom: 0;
}
.meetRight .blockwrap h3 {
    margin-top: 0;
	font-family: 'Montserrat-Regular';
	font-size: 18px;
	line-height: 1.4;
    margin-bottom: 15px;
    text-align: left;
}
.meetRight .blockwrap h3 strong{
	font-family: 'Montserrat-Bold';
}
.meetCandleLight .innerPageHeader {
    margin-bottom: 0;
}
.customIPH {
    max-width: 600px;
    margin: 0 auto;
}
.customIPH img{
	float: left;
}
.customIPHInner {
    float: left;
    padding-top: 40px;
    margin-left: 20px;
}
.slideInfo {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #d0e0ba;
    box-sizing: border-box;
}
.slideInfo span{
	font-family: 'PT-Serif-Regular';
	font-size: 18px;
	line-height: 1.1;
}
.candleLightCarousel .interiorCarousel {
    background: #fff;
}
.sponsorWrap {
    padding-top: 40px;
	text-align: center;
}
.sponsorWrap img{
	width:auto;
	max-width: 100%;
}
.candleLightSponsor {
    border-top: 1px solid #acacac;
    padding: 70px 40px;
}
.categoryBlock {
    margin-right: 30px;
	-webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
}
.category-object-name{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background: #d0e0ba;
    box-sizing: border-box;
}
.category-object-name span {
    font-family: 'PT-Serif-Regular';
    font-size: 18px;
    line-height: 1.1;
	color: #000;
}
.collectionCategoryWrap .carouselPad {
    max-width: 1475px;
    margin: 0 auto;
    padding: 70px 40px;
}
.collectionCategoryWrap .carouselPad:after {
    content: '';
    display: block;
    clear: both;
}
.collectionCategoryWrap a {
	width: 30%;
    margin-right: 5%;
    display: block;
    float: left;
    margin-bottom: 40px;
	background: #000;
}
.collectionCategoryWrap a:nth-of-type(3n) {
    margin-right: 0;
}
.collectionCategoryWrap a img {
    width: 100%;
    display: block;
	transition: all .2s ease-out;
	transform:scale(1);
}
.collectionCategoryWrap a:hover > img{
	transform:scale(1.05);
	opacity: .7;
}
.candleLightCarousel .galleryThumbs .swiper-slide{
	background: #000;
}
.candleLightCarousel .galleryThumbs .swiper-slide img{
	transition: all .2s ease-out;
	transform:scale(1);
	cursor: default;
}
/*.candleLightCarousel .galleryThumbs .swiper-slide:hover > img{
	transform:scale(1.05);
	opacity: .7;
}*/
.catDropOuter {
    max-width: 40%;
    margin: 0 auto;
	position: relative;
}
h2.dropTrigger {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
	background: url(../images/dropArrow.png) no-repeat right center;
	cursor: pointer;
	outline: none;
	padding-bottom: 5px;
}
.catDrop{
	overflow: hidden;
	text-align: center;
	background:#e1e1e1;
    position: absolute;
	z-index: 5;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	display: none;
} 
.catDrop.show{
	display: block;
}
.catDrop span{
	font-family: 'PT-Serif-Italic';
	font-size:17px;
	color: #707070;
	margin-bottom: 20px;
    display: block;
}
.catDrop a, .catDrop a span {
    display: block;
    clear: both;
    background: none;
    margin: 0;
    width: auto;
	float: none;
	font-family: 'PT-Serif-Regular';
	color: #000;
	text-decoration:none;
	padding-bottom:5px;
	margin-bottom: 15px;
	outline:none;
	line-height: 1.7;
}
.catDrop a span{
	border-bottom:1px solid #e1e1e1;
	display: inline;
}
.catDrop a:hover > span, .catDrop a:focus > span{
	border-bottom:1px solid #000;
	outline: none;
}
h2.dropTrigger:focus{
	color:#707070;
}
.interiorContainer.wrap404{
	padding: 10vw 40px;
    text-align: center;
	max-height: 540px;
	box-sizing: border-box;
}
.wrap404 h3{
	font-size: 100px;
    line-height: 1;
	margin-bottom: 20px;
}
.hoursBlock03 a {
    color: #fff;
    text-decoration: none;
}
.hoursBlock03 a:hover{
	text-decoration: underline;
}
.fancybox-arrow{
	width: 74px;
    height: 74px;
}
.fancybox-arrow:after{
	width: 74px;
    height: 74px;
    background-position: 60%;
    background-size: 37px 41px;
	background-color: #7a0026;
    top:0;
	background-image: url(../images/sliderArrow.png);
	background-repeat: no-repeat;
}
.fancybox-show-nav .fancybox-arrow {
    opacity: 1;
}
.fancybox-toolbar{
	background-color: #7a0026;
}
.fancybox-button, .fancybox-infobar__body {
   background: none;
}
.fancybox-button:after, .fancybox-button:before{
	opacity: 1;
}
.fancybox-button:hover:not([disabled]) {
    background: none;
	opacity: .7;
}
button.fancybox-arrow:hover {
    opacity: .7;
}
.searchBarContain{
	padding: 0;
	max-width: none;
}
.ctct-form-embed.form_0 .ctct-form-defaults {
    background-color: transparent !important;
}
p.ctct-form-footer, label#email_address_label_0 {
    display: none;
}
body form#ctct_form_0 {
    margin-top: 45px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    min-height: 0;
    position: relative;
}
body div#email_address_field_0 {
    margin: 0 !important;
}
body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
    font-family: 'Montserrat-Regular';
    font-size: 19px;
    color: #464646;
    padding: 18px 30px;
    border: none;
    background: rgba(255, 255, 255, .5);
    width: 745px;
    letter-spacing: 2px;
    height: auto;
    border-radius: 0;
	box-sizing: content-box;
	outline: none;
}
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
    background-color: #7a0026;
    border: 1px solid #7a0026;
    font-size: 19px;
    padding: 18px 30px;
    background: #7a0026;
    color: #fff;
    border: none;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    letter-spacing: 2px;
    margin-left: 7px;
    width: auto;
    border-radius: 0;
}
body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus{
	outline: none;
	border: none;
    background: rgba(255, 255, 255, 1);
}
body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover{
	background: #fff;
    color: #7a0026;
	border: none;
	outline: none;
}
body div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage{
	color: #fff !important;
    font-size: 15px;
    font-family: 'Montserrat-Regular';
	position: absolute;
    top: -22px;
}
body div.ctct-form-embed form.ctct-form-custom input.is-error{
	color: #464646 !important;
}
p.ctct-form-text {
    color: #fff !important;
    font-family: 'Montserrat-Regular' !important;
}
.grecaptcha-badge {
    display: none !important;
}
.swal-title {
    font-family: 'PT-Serif-Regular';
    font-size: 38px;
    letter-spacing: 1px;
    color: #000;
}
.swal-text {
    font-family: 'Montserrat-Medium';
    color: #000;
    text-align: center;
    line-height: 1.5;
}
.swal-button {
    font-family: 'Montserrat-Light';
    letter-spacing: 1px;
    color: #fff;
    background: #780024;
	font-size: 16px;
}
.swal-button--cancel {
	background: #c2c2c2;
}
.swal-footer{
	text-align: center;
}
.swal-button:active {
    background: #780024;
}
.swal-button--cancel:active{
	background: #c2c2c2;
}
.swal-button:focus{
	box-shadow: none;
}
.swal-button:hover{
	background: #b48f4e;
}
.swal-button--cancel:hover{
	background: #a2a2a2;
}
div#gdpr_text {
    display: none;
}

/* Capital Campaign */
.interiorWrap.white {background:#ffffff;}
.interiorWrap.green {background:#C6DCDD;}
.wrapper {
	width:1600px;
	max-width:100%;
	margin:0 auto;
	padding:0 15px;
}
.page-navbar {background:#ADCBCB;}
.sticky-top {
    position: sticky;
    top: 89px;
    z-index: 9;
}
ul.navbar-nav {
	list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
	width:100%;
	max-width:1122px;
	margin:auto;
}
ul.navbar-nav li {
	
}
ul.navbar-nav li a {
    font-family: 'Montserrat-Regular';
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 60px;
	padding: 0 10px;
	color:#000000;
	transition:0.2s all;
}
ul.navbar-nav li a:hover, ul.navbar-nav li a:active {font-family: 'Montserrat-Medium';}
.capital-hero {
	padding:0;
	margin-bottom:3px;
	background:#3E7389;
	display:flex;
	align-items:center;
}
.hero-image {
	padding:0;
	margin:0;
	width:50%;
	height:auto;
}
.hero-image img {display:block;}
.hero-content {
	display:flex;
	flex-direction:column;
	align-items:center;
	width:50%;
}
.hero-content-column {
	text-align:center;
	padding-top:100px;
}
.hero-content-column h1 {
	color:#ffffff;
	text-transform:uppercase;
	font-size:47px;
	line-height:61px;
	margin-bottom:50px;
}
.hero-content-column span {
	display:block;
	font-family:'P22-DeclarationScript';
	color:#ffffff;
	font-size:52px;
	line-height:69px;
	margin-bottom:110px;
}
.solidBtn.hero {
	background:#ffffff;
	font-family:'Montserrat-SemiBold';
	color:#3E7389;
	width:255px;
	border:1px solid #ffffff;
	display:block;
	margin:0 auto;
}
.solidBtn.hero:hover {
	background:transparent;
	color:#ffffff;
}
.overview {padding:130px 0 160px;}
.overview-content {width:1122px; margin:0 auto;}
.overview-content p {font-size:27px; line-height:62px; margin-bottom:60px;}
.overview-content p > a {
	text-decoration:none;
	color:inherit;
	font-family:'Montserrat-Medium';
}
.overview-content p > a:hover {text-decoration:underline;}
.btnrow {display:flex;}
.bluebtn {
    background: #3E7389;
    outline: none;
    color: #fff;
    padding: 20px 45px;
	cursor: pointer;
	font-family: 'Montserrat-Regular';
    letter-spacing: 1px;
	transition: all .3s ease-out;
	border: 1px solid #3E7389;
	box-sizing: border-box;
    font-size: 21px;
    text-decoration: none;
    white-space: nowrap;
	display:flex;
	align-items:center;
}
.bluebtn.centered {
	color:#ffffff;
	display:inline-block;
	margin:0 auto;
	padding:20px 70px;
	font-weight:normal;
}
.bluebtn.video {margin-right:60px;}
.bluebtn.video:after {
	content:'';
	background:url('../images/video-icon.svg') center center no-repeat;
	width:45px;
	height:45px;
	margin-left:50px;
}
.bluebtn.download:after {
	content:'';
	background:url('../images/download-icon.svg') center center no-repeat;
	width:45px;
	height:35px;
	margin-left:50px;
}
.bluebtn:hover{
	color: #3E7389;
	background: #fff;
	text-decoration: none !important;
}
.bluebtn.video:hover:after {
	background:url('../images/video-icon-blue.svg') center center no-repeat;
}
.bluebtn.download:hover:after {
	background:url('../images/download-icon-blue.svg') center center no-repeat;
}
.centered {
	padding:200px 15px;
}
.centered-content {
	width:1121px;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
.centered-content h2 {
	margin-bottom:50px;
}
.centered-content p {
	font-family:'PT-Serif-Regular';
	font-size:21px;
	line-height:2.1;
	margin-bottom:50px;
}
.centered-content.extra p {margin-bottom:90px;}
.centered-content a {
	text-decoration:none;
	font-weight:bold;
	color:inherit;
}
.centered-content a:hover {text-decoration:underline;}
.featured-image {
	margin:0;
	padding:180px 0 150px;
}
.featured-image span {
	font-size:15px;
	display:block;
	text-align:right;
	text-transform:uppercase;
	line-height:35px;
}
.feature {padding:185px 0 130px;}
.feature .wrapper {
	display:flex;
	align-items:flex-start;
}
.feature-content {width:980px; order:1;}
.feature-image {
	max-width:430px;
	margin-left:auto;
	border:10px solid #ffffff;
	order:2;
}
.feature-image img {display:block;}
.quote {margin-bottom:75px;}
span.quotation {
	font-family:'PT-Serif-Regular';
	font-size:36px;
	display:block;
	line-height:82px;
}
span.quote-attribution {
	font-family:'Montserrat-Medium';
	font-size:14px;
	display:block;
	padding-left:410px;
	text-transform:uppercase;
}
.feature-content p {
	font-size:21px;
	line-height:2.1;
	margin-bottom:40px;
}
.feature-content .solidBtn.hero {margin:0;}
.gallery-preview {
	position:relative;
	width:100%;
	height:850px;
}
.galleryBtn {
	position:absolute;
	bottom:0;
	right:0;
    background: #ffffff;
    outline: none;
    color: #3E7389;
    padding: 0 75px 0 55px;
	cursor: pointer;
	font-family: 'Montserrat-Medium';
    letter-spacing: 1px;
	transition: all .3s ease-out;
	box-sizing: border-box;
    font-size: 14px;
	line-height:50px;
    text-decoration: none;
    white-space: nowrap;
	opacity:1;
}
.galleryBtn:hover {opacity:0.8;}

#paracontainer {
	background-image: url(https://bhpdev.plowdigital.com/wp-content/uploads/2021/04/FPA-18-Day-Four_EllenDunigan.jpg);
	transform: translateZ(-1px) scale(2);
	z-index: -1;
}

.parallax-container {
	position: relative;
    padding: 0;
    height: 880px;
    width: 100%;
	overflow:hidden;
}
.parallax-container .parallax-img {
	height: 880px;
    text-indent: -9999px;
    background-attachment: fixed;
    background-position: top center;
	background-repeat:no-repeat;
    background-size: cover;
	width:100vmax;
}
.tile-grid {
	display:block;
	margin:10px 0;
}
.tile-grid:after {
	content:'';
	clear:both;
	display:block;
}
.tile-grid .tile1 {
	width: 34%;
    height: 420px;
    float: left;
    border-right: 10px solid #ffffff;
    margin-bottom:10px;
	overflow:hidden;
}
.tile-grid .tile2 {
	width: 66%;
    height: 420px;
    float: left;
    margin-bottom:10px;
	overflow:hidden;
}
.tile-grid .tile3 {
	width: 66%;
    height: 420px;
    float: left;
    margin-bottom:10px;
	overflow:hidden;
}
.tile-grid .tile4 {
	width: 34%;
    height: 420px;
    float: left;
    border-left: 10px solid #ffffff;
    margin-bottom:10px;
	overflow:hidden;
}
a.tileImg {
	display:block;
	width:100%;
	height:inherit;
	transform:scale(1);
	transition:0.4s all;
}
a.tileImg:hover {
	transform:scale(1.1);
}
.capital.carouselSection {display:none; margin-bottom:10px;}
.capital.carouselSection a.swiper-slide {height:375px !important;}
.capital-campaign {
	width:100%;
	display:block;
	border:1px solid #000000;
	border-radius:3px;
	padding:60px;
	margin-bottom:150px;
}
.campaign-inner {
	display:flex;
	align-items:center;
	justify-content:space-evenly;
}
.campaign-inner .badge {
	width:200px;
	height:200px;
}
.campaign-form span {
	font-family:'PT-Serif-Regular';
	font-size:36px;
}
.campaign-form div.ctct-form-embed div.ctct-form-defaults {padding:0;}
.campaign-form .ctct-form-field {border-bottom:1px solid #000000;}
.campaign-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
	box-shadow:none;
	padding:18px 0;
	width:690px;
}
body .campaign-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
	position:relative;
	visibility:hidden;
	padding:0;
}
body .campaign-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:after {
	position: absolute;
    top: 0;
    left: 30px;
    visibility: visible;
    content: '';
    width: 60px;
    height: 60px;
    background: #7a0026 url(../images/submit-arrow-white.svg) center no-repeat;
    border: 1px solid #7a0026;
    border-radius: 50%;
    padding: 15px;
    box-sizing: border-box;
    max-height: 100%;
    background-size: 30px 30px;
}
body .campaign-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:hover:after {
	background: #ffffff url(../images/submit-arrow-red.svg) center no-repeat;
	background-size: 30px 30px;
}
.pageWrap .campaign-form div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
	color:#363636;
	margin-top:30px;
	margin-bottom:0;
}
.sidebar-badge {
	width:100%;
	max-width:238px;
	margin:30px auto 30px;
}
/*Responsive*/
@media screen and (min-width:1940px){
	.searchBarContain{
		padding: 0;
		max-width: 1920px;
		position: relative;
	}
	.searchBarContain .searchPanel{
		opacity: 0;
		transition: opacity .2s ease-out;
		right: 0;
	}
	.searchBarContain .searchPanel.show {
		opacity: 1;
	}
}
@media screen and (min-width:1920px){
	.mainSlider .BGLogo, .mainSlider .swiper-slide[data-swiper-slide-index="1"] .BGLogo{
		width:380px;
		top: 160px;
	}
	.blockRowLeftOrientation, .blockRowRightOrientation {
		height: 489.59px;
	}
}
@media screen and (max-width:1600px){
	.interiorMain{
		padding: 40px 100px;
	}
	.searchHeader{
		padding: 100px 180px;
	}
}
@media screen and (max-width:1500px){
	header .contain {
		padding: 0 25px;
	}
	.sliderContent{
		right: 35px;
	}
	.headerLeft a{
		font-size: 30px;
    	margin-top: -5px;
	}
	ul.mainNav li{
		margin: 0 20px;
	}
	.innerPad {
		padding: 0 75px;
	}
	.featureBlock{
		margin: 50px 0;
	}
	.searchPanel input{
		width:260px;
	}
	.searchPanelInner {
    	padding: 0 12px 0 80px;
	}
	.searchPanel{
		width:auto;
	}
}
@media screen and (max-width:1450px){
	.mainSlider .BGLogo {
		width: 15%;
		left: 40px;
	}
	.iFramer iframe{
		width: 62%;
    	left: 10%;
	}
	.feature {padding:130px 0 130px;}
	.feature-content {width:66%;}
	.feature-image {width:32%;}
}
@media screen and (max-width:1370px){
	.swiper-slide .slideHover img, .galleryThumbs .swiper-slide .slideHover img{
		width: 40px;
	}
	.slideHoverLink{
		margin-bottom:20px;
	}
}
@media screen and (max-width:1350px){
	.sliderCta {
		margin-top: 50px;
	}
}
@media screen and (max-width:1300px){
	.interiorMain{
		padding: 40px;
	}
	.searchHeader {
		padding: 100px 75px;
	}
}
@media screen and (max-width:1280px){
	.copyWrapper span.blockTitle {
		font-size: 20px;
		line-height: 35px;
	}
	.copyWrapper span{
		font-size:14px;
	}
}
@media screen and (max-width:1260px){
	span.fancy, .slantOptionTwo span.fancy{
		font-size: 46px;
		margin-left: 30px;
	}
	h2{
		font-size: 30px;
	}
	.slant span{
		font-size: 14px;
	}
}
@media screen and (max-width:1240px){
	.divider{
		margin: -10px 20px 0 20px;
	}
	.manualGridHover p{
		font-family: 'Montserrat-Light';
		font-size: 15px;
		line-height: 24px;
		padding: 4% 0;
	}
	.swiper-slide .slideHover img{
		width: 40px;
	}
	.slideHoverLink{
		margin-bottom:10px;
	}
	.slideHover h4{
		font-size:20px;
	}
}
@media screen and (max-width:1200px){
	.catDropOuter {
    	max-width: none;
    	width: 425px;
	}
	.custom3DCopyBlock, .default3DCopyBlock{
		font-size: 14px;
	    line-height: 28px;
	}
	.headerLeft a{
		font-size: 25px;
    	margin-top: 0;
	}
	ul.mainNav li {
		margin: 0 15px;
	}
	ul.mainNav li a{
		font-size: 13px;
	}
	.buttonClear{
		font-size: 12px;
	}
	header{
		padding: 25px 0 0 0;
	}
	.sticky-top {top:77px;}
	.pageWrap {
		padding-top: 78px;
	}
	.sliderCta {
		margin-top: 50px;
	}
	h1, .eNewsSection span, .pageWrap div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
		font-size: 40px;
	}
	.interiorHeader a span {
    	font-size: 22px;
	}
	span.resultsCount {
    	font-size: 20px;
	}
	.searchHeader .searchPanelInner input{
		font-size: 28px;
	}
	.searchHeader .searchPanelInner img{
		margin-top: 8px;
		width: 25px;
		height: 25px;
		max-height: 25px;
	}
	.searchHeader button.searchPanelBtn{
		background-size: 30px 25px;
		width: 60px;
		height: 64px;
	}
	.interiorPad{
		padding:70px;
	}
	.dropWrap select {
		width: 200px;
	}
	div.options label span{
		font-size: 14px;
	}
	.searchHeader {
		padding: 80px 75px;
		height: 350px;
	}
	.eventLanding .interiorHeader{
		height: 350px;
	}
	.slideHover h4{
		font-size: 18px;
   	    margin-bottom: 15px;
	}
	.slideHoverLink{
		font-size: 15px;
	}
	.categoryRow {
    	width: 100%;
	}
	.custom3DCopyBlock, .default3DCopyBlock{
		width:350px;
	}
	.searchPanel input {
		width: 190px;
	    font-size: 16px;
	}
	.searchPanel{
		background-size: 18px;
	}
	button.searchPanelBtn{
		background-size: 20px;
	}
	.hero-content-column {padding-top:0;}
	.hero-content-column h1 {font-size:40px; margin-bottom:30px;}
	.hero-content-column span {margin-bottom:60px;}
	.overview {padding:100px 30px 130px;}
	.overview-content {width:100%;}
	.overview-content p {font-size:24px; line-height:2.1; margin-bottom:40px;}
	.gallery-preview {height:780px;}
	.centered {padding:150px 15px;}
	.quote {margin-bottom:50px;}
	span.quotation {font-size:32px; line-height:70px;}
	span.quote-attribution {padding-left:340px;}
	.feature-content p {font-size:20px; margin-bottom:30px;}
	.parallax-container {height:800px;}
	.tile-grid .tile1, .tile-grid .tile2, .tile-grid .tile3, .tile-grid .tile4 {height:350px;}
	.featured-image {padding:150px 0 130px;}
	.campaign-form span {font-size:32px;}
	.campaign-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {width:600px;}
}
@media screen and (max-width:1120px){
	.footerNav a{
		margin: 0 15px;
	}
	.imageBlock{
		width:65%;
	}
	.copyBlock{
		width:35%;
	}
	.copyWrapper{
		margin:30px 0;
	}
	.blockRowLeftOrientation,
	.blockRowRightOrientation{
		height: 25vw;
	}
}
@media screen and (max-width:1100px){
	.pageWrap {
		padding-top: 77px;
	}
	h1, .eNewsSection span, .pageWrap div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
		font-size: 40px;
	}
	.featureCopy span{
		font-size: 40px;
	}
	.buttonClear {
		font-size: 11px;
		width: 200px;
		padding: 15px;
	}
	.solidBtn, .solidBtn.noBorder, input#contactMessageSubmit{
		font-size: 11px;
		padding: 15px;
		width: 200px;
	}
	.sliderCta{
		margin-top: 50px;
	}
	.column01,
	.column02{
		margin-right: 15px;
	}
	.column02 .gridEntry, 
	.column03 .gridEntry{
		margin-bottom: 15px;
	}
	figure {
		float: none;
		margin: 40px 0px 40px 0;
	}
	div.options > label > input{
		margin: 0;
	}
	.dropWrap select:first-of-type {
		margin-right: 10px;
	}
	button#applyFilters{
		margin-left:10px;
	}
	div.options label span {
		padding-left: 10px;
	}
	
}
@media screen and (max-width:1080px){
	.footerNav a {
		margin: 0 10px;
	}
	.campaign-form span {font-size:27px;}
	.campaign-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {width:500px;}
}
@media screen and (max-width:1024px){
	#donateForm label, #donation-form label, .formBreak span, #contactForm label{
		font-size: 15px;
	}
	.formBreak{
		margin: 40px 0 10px 0;
	}
	a.formNextButton{
		font-size: 22px;
	}
	a.formNextButton:after{
		width: 30px;
    	height: 30px;
    	background-size: contain;
	}
	.contactBlock h3, .contactBlock span, .contactBlock a {
		font-size: 15px;
		line-height: 30px;
	}
	.contactBlock {
		margin-bottom: 20px;
	}
}
@media screen and (max-width:1023px){
	.iFramer {
		height: auto;
		padding: 0;
	}
	.swiper-button-next{
		right: 20px;
		opacity: 1;
	}
	.swiper-button-prev{
		left: 20px;
		opacity: 1;
	}
	.slantSection .swiper-button-prev, .slantSection .swiper-button-next{
		opacity: 1;
	}
	ul.mainNav li:nth-of-type(3n) ul.navDrop{
		left: -98px;
	}
	ul.mainNav li:nth-of-type(4n) ul.navDrop{
		left: -60px;
	}
	.additionalContent {
		display: none;
	}
	/*.custom3dSlideText {
		display: none;
	}*/
	.pageWrap{
   	 	padding-top: 63px;
	}
	.exhibitLanding .carouselSection{
		margin-top: 50px;
	}
	.copyWrapper span.blockTitle {
		font-size: 24px;
		line-height: 40px;
	}
	.copyWrapper span{
		font-size:16px;
	}
	.slantSection{
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.sectionLeft {
		margin-top: 50px;
		margin-right: 0;
	    width: 100%;
	}
	.landingWrap .sectionLeft, .sectionRight{
		width: 100%;
	    display: block;
	}
	.innerPad {
		padding: 0 25px;
	}
	.collectionsDoubleCarousel .interiorCarousel {
		padding: 40px 25px;
	}
	.desktopSlantSection{
		display: none;
	}
	.page-template-template-collections .desktopSlantSection{
		display: -webkit-flex;
    	display: flex;
	}
	.mobileSlantSection{
		display: -webkit-flex;
    	display: flex;
	}
	.slantHeader {
		width: 100%;
	}
	.blockwrap {
		width: 100%;
		clear: both;
	    margin-left: 0;
	}
	.desktopSlantSection .blockwrap{
		float: left;
    	width: 70%;
    	margin: 40px 0 0 15px;
		clear: none;
	}
	.slantHeader h2 {
		float: left;
		margin: 30px 0 0 20px;
	}
	.blockwrap a {
		clear: both;
		margin: 0 auto;
		float: none;
		display: block;
	}
	.learnMoreCustom a {
		display: inline;
	}
	.slantSection .blockwrap a.blockCta {
		margin: 0 auto;
	}
	.blockRowLeftOrientation, .blockRowRightOrientation{
		display: block;
	}
	.copyBlock{
		width: 100%;
	    height: auto;
	}
	.imageBlock {
		float: left;
		clear: both;
		width: 100%;
	}
	.copyBlockInner{
		 padding: 60px 0;
	}
	.mobileReveal{
		display: block;
		margin-top: 30px;
		text-align: center;
	}
	.mobileReveal a{
		font-family: 'Montserrat-SemiBold';
		text-decoration: none;
		color: #000;
		display: block;
	    margin-top: 8px;
	}
	.blockRowRightOrientation .mobileReveal a{
		color: #fff;
	}
	.mobileReveal a:hover{
		text-decoration: underline;
	}
	
	.slantSection.slantOptionTwo {
    	display: block;
	    overflow: hidden;
	}
	.slantOptionTwo .sectionLeft {
		width: 100%;
	    margin-bottom: 50px;
	}
	.slantOptionTwo .sectionRight {
		width: 100%;
	}
	.blocks {
		padding: 50px 0;
	    overflow: hidden;
	}
	.carouselSection {
    	margin-bottom: 30px;
	}
	.hoursSection em, .hoursSection span{
		font-size: 18px;
	}
	.desktopHero{
		display: none;
	}
	.mobileHero{
		display: block;
	}
	.mainSlider .BGLogo, .mainSlider .swiper-slide[data-swiper-slide-index="1"] .BGLogo{
		width: 220px;
		margin: 0 auto;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
	}
	.mainSlider .BGLogoSlideOne {
		position: absolute;
		top: 60vw;
		left: 50px;
		right: auto;
	}
	.sliderContent {
		top: 62%;
		right: 50px;
	}
	.swiper-slide.custom3D .sliderContent {
		top: 42%;
	}
	.swiper-slide.slideAlternate .sliderContent{
		top: 35%;
	}
	.swiper-slide{
		max-height: 1024px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    	right: 50px;
	}
	.searchFilters{
		display: -webkit-flex;
		-webkit-flex-direction: column;
		-webkit-justify-content: center;
		-webkit-align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.radioWrap {
		float: none;
		margin-bottom: 40px;
	}
	.interiorMain {
		padding: 40px 0;
	}
	.dropWrap select {
    	width: 48%;
	}
	.dropWrap {
		float: left;
		width: 100%;
		box-sizing: border-box;
		display: -webkit-flex;
		display: flex;
		padding: 0;
	}
	button#applyFilters {
		margin-left: 0;
	}
	.interiorPad {
    	padding: 40px;
	}
	.searchHeader{
		padding: 80px 40px;
		height: 300px;
	}
	.landingWrap .interiorHeader{
		height: 300px;
	}
	.searchHeader .searchPanelInner input {
		font-size: 22px;
	}
	.searchHeader button.searchPanelBtn {
		background-size: 25px 21px;
		height: 48px;
		/*width: 30px;
		padding: 0 30px;*/
	}
	.searchHeader .searchPanelInner{
		padding: 10px 15px;
	}
	.searchHeader .searchPanelInner img {
		margin-top: 5px;
		min-width: 18px;
		width: 18px;
		height: 18px;
		max-height: 18px;
	}
	.clearSearch{
		font-size: 26px;
	}
	.supportBlock span{
		font-size: 26px;
	}
	.supportBlock {
		width: 250px;
		height: 220px;
    	margin-right: 50px;
	}
	.supportSection{
		padding: 45px 0px;
	}
	.eventRight h3{
		font-size: 30px;
	    margin-bottom: 20px;
	}
	.eventDate{
		font-size: 16px;
	}
	.eventLeft{
		width: 340px;
    	min-width: 340px;
	}
	.iFramer iframe {
		/*height: 100%;*/
		position: absolute;
		/*width: 60%;*/
		width: 603px;
		height: 1024px !important;
		left: -30px;
		right: auto;
		margin: 0 auto;
		top: 10%;
	}
	.eventDetail{
		padding: 40px 25px;
	}
	.sectionLeft {
		margin-top: 0;
	}
	.mobileSlantSection .sectionLeft{
		margin-top: 40px;
		display: block;
	}
	.mobileSlantSection .sectionRight{
		max-height: 400px;
    	overflow: hidden;
	}
	.landingWrap .slantSection {
		margin-top: 40px;
	}
	.collectionOuter{
		padding: 40px 0;
	}
	.specialExhibits {
		padding-top: 40px;
	}
	span.hoverText{
		font-size:4vw;
	}
	.supportBlockHover p, .supportBlockMobileContent p {
		font-size: 16px;
		line-height: 28px;
	}
	.supportBlockHover{
		padding:20px;
	}
	.supportBlockHover .socialWrap a{
		margin: 0 10px;
	}
	.slantSlider .swiper-pagination{
		right: 20px;
		bottom: 20px;
	}
	.candleLightTheatreLanding .sectionLeft {
		max-height: 500px;
		overflow: hidden;
		display: -webkit-flex;
		-webkit-align-items: center;
		display: flex;
		align-items: center;
	}
	.headerLeft a {
		font-size: 20px;
	    margin-top: -3px;
	}
	ul.mainNav li{
		display: block;
		float: left;
		padding-bottom: 22px;
		margin: 0 12px;
	}
	ul.navDrop{
		padding: 15px 20px 15px;
	}
	header.solidHeader button.searchBtn.buttonClear, button.searchBtn.buttonClear {
		color: #000;
		border: none;
		text-indent: -9999px;
		background: url(../images/search_small.png) no-repeat;
		width: 20px;
		height: 20px;
		background-position: 0 0;
		transition: none;
	}
	button.searchBtn.buttonClear {
		border: none;
	}
	header.solidHeader button.searchBtn.buttonClear:hover  {
		color: #fff;
		border: none;
		background-position: 0 -40px;
	}
	button.searchBtn.buttonClear:hover{
		color: #fff;
		border: none;
		background-position: 0 -20px;
	}
	.slideHover h4 {
		font-size: 16px;
    	margin-bottom: 10px;
	}
	/*.swiper-carousel-container .swiper-slide .slideHover img, .interiorCarousel .galleryThumbs .swiper-slide .slideHover img {
		width: 50px;
	}*/
	.slideHoverLink{
		margin-bottom:15px;
	}
	.filterRight {
		float: right;
		display: flex;
		width: 95%;
	}
	.mainSlider .BGLogoSlideOne.SlideLogo3d{
		width:220px;
		margin: 0 auto;
		position: absolute;
		top:60px;
		left: 0;
		right: 0;
	}
	.sticky-top {top:63px;}
}
@media screen and (max-width:1015px){
	.footerNav a {
		font-size: 14px;
	}
	.addressWrap span {
		font-size: 14px;
		line-height: 22px;
	}
	.hoursSection em, .hoursSection span {
		font-size: 16px;
	}
	.hoursSection{
		padding: 40px 0 20px;
	}
	.footerNav a {
		margin: 0 5px;
	}
}


@media screen and (max-width:1000px){
	.collectionRight {
		width: 70%;
	}
	.hero-content-column h1 {width:250px; font-size:36px; line-height:45px; margin-bottom:24px;}
	.hero-content-column span {font-size:46px; line-height:50px; margin-bottom:40px;}
}
@media screen and (max-width:960px){
	form#newsLetterSignup input, body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
		width: 545px;
	}
	
	h1, .eNewsSection span, .pageWrap div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
		font-size: 30px;
	}
	.interiorHeader a span {
    	font-size: 18px;
    	margin-left: 15px;
	}
	.collectionsLanding .interiorHeader a span, .exhibitLanding .interiorHeader a span, .tierOneLanding .interiorHeader a span, .contactLanding .interiorHeader a span, .candleLightTheatreLanding .interiorHeader a span {
		margin-left: 0;
		margin-right: 15px;
	}
	.interiorHeader a img{
		width:22px;
	    max-height: 22px;
	}
	span.resultsCount {
		font-size: 17px;
	}
	.featureCopy span {
		font-size: 30px;
		line-height: 1.2;
	}
	.feature {padding:0 0 130px;}
	.feature .wrapper {flex-direction:column; padding:0;}
	.feature-content {width:100%; padding:0 30px; order:2;}
	.feature-image {width:100%; max-width:100%; order:1; margin:0 0 50px; border:none;}
	.capital-campaign {padding:50px;}
	.campaign-inner .badge {width:150px; height:150px;}
	.campaign-form span {font-size:23px;}
	.campaign-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {width:420px;}
}
@media screen and (max-width:930px){
	.swiper-slide.slideAlternate .sliderContent {
		top: 75%;
	}
}
@media screen and (max-width:920px){
	.footerLinks .divider{
		display: none;
	}
	.footerLinks a, .footerLinks span {
		float: left;
		clear: both;
	}
	.footerLinks {
		display: block;
	}
}
@media screen and (max-width:900px){
	ul.navbar-nav li a {
		font-size:13px;
		line-height:50px;
	}
	.gallery{
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
		height: 77vw;
	}
	.modelWrap3D {
    	height: 100%;
	}
	.modelWrap3D iframe{
		height: 100%;
	}
	.hoursSection em, .hoursSection span {
		font-size: 14px;
	}
	a.search-result-image {
		margin-right: 30px;
		width: 300px;
		min-width: 300px;
	}
	.galleryThumbs{
		margin-top: 0;
	}
	.collectionOuter{
		-webkit-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.collectionLeft{
		width:100%;
		margin-right: 0;
	}
	.collectionRight {
		width: 100%;
	}
	.desktopPageTitle{
		display: none;
	}
	.collectionDetailInterior .mobilePageTitle{
		display: block;
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 20px;
	}
	.galleryThumbs{
		width: 350px;
    	float: right;
	}
	.galleryThumbs .swiper-slide img {
		width: 80px;
	}
	p.collectionNote {
		float: left;
		width: auto;
	    margin-top: 30px;
		margin-right: 30px;
		max-width: 40%;
	}
	.galleryFooter {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	.galleryThumbs .swiper-button-prev, .galleryThumbs .swiper-button-next{
		background-size: 20px 22px;
    	top: 30px;
	}
	.collectionDetail{
		margin: 40px 0 30px 0;
	}
	.desktopMasonry {
		display: none;
	}
	.mobileMasonry{
		display: block;
	}
	.mobileMasonry .swiper-slide img{
		width:100%;
		display: block;
	}
	.swiper-container-mobile-masonry {
		overflow: hidden;
	    position: relative;
	}
	.mobileMasonryFooter{
		background:#d7d7d7;
		padding: 20px 30px;
	}
	.swiper-container-mobile-masonry .swiper-button-next{
		right:20px;
	}
	.swiper-container-mobile-masonry .swiper-button-prev{
		left:20px;
	}
	.swiper-carousel-collections {
		width: 60%;
	}
	.eventDetail{
		display: block;
		overflow: hidden;
	}
	.eventDetailLeft {
		margin-right: 0px;
		width: 100%;
		max-height: 500px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	.eventDetailRight {
		width: 100%;
	}
	.eventDetailRightHeader h2{
		margin-bottom: 0;
	}
	.contentDetailLeft {
		width: 200px;
		min-width: 200px;
		margin-right: 40px;
	}
	.category-object-name{
		padding: 10px;
	}
	.category-object-name span{
		font-size: 16px;
	}
	.iFramer iframe {
		position: absolute;
		width: 500px;
		height: 870px !important;
		left: -40px;
		right: auto;
		margin: 0 auto;
		top: 15%;
	}
	.interiorCarousel .galleryThumbs {
		width: 100%;
		float: none;
	}
	.interiorCarousel .galleryThumbs .swiper-slide img {
		width: 100%;
		display: block;
	}
	.galleryThumbs .swiper-slide .slideHover img{
		width:auto;
	}
	.interiorCarousel .galleryThumbs .swiper-button-prev, .interiorCarousel .galleryThumbs .swiper-button-next{
		top:50%;
		-moz-background-size: 27px 44px;
    	-webkit-background-size: 27px 44px;
    	background-size: 27px 44px;
	}
	.catDropOuter {
    	max-width: 65%;
	}
	.galleryThumbs .slideHover h4, .slantSlider .slideHover h4 {
		font-size: 24px;
		height: auto;
    	margin-bottom: 30px;
    	padding-bottom: 30px;
	}
	.slideHover{
		padding: 0 10%;
	}
	.galleryThumbs .slideHover{
	    background: rgba(211, 228, 177, .7);
		opacity: 1;
	}
	.galleryThumbs .slideHoverLink{
		font-size: 17px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width:860px){
	.mobileNavInner, .mobileSearchInner {
		padding: 30px 45px;
	}
	.mobileNavClose, .mobileSearchClose {
		top: 30px;
		right: 45px;
	}
	.eventLeft {
		width: 300px;
		min-width: 300px;
		margin-right: 30px;
	}
	.polygon{
		width:60px;
		height: 67px;
		top: 15px;
		right: 15px;
	}
	.polyMonth {
    	font-size: 16px;
	}
	.polyDay {
		font-size: 20px;
	}
	.bluebtn.video {margin-right:0;}
	.bluebtn.download {margin-left:auto;}
}
@media (min-width: 800px){
	.fancybox-thumbs>ul>li:before {
		border: 4px solid #7a0026;
	}
}
@media screen and (max-width:800px){
	.fancybox-arrow {
		width: 54px;
		height: 54px;
	}
	.fancybox-arrow:after{
		width: 54px;
		height: 54px;
		background-position: 60%;
		background-size: 27px 30px;
	}
	.swiper-slide.slideAlternate .sliderContent {
		top: 65%;
	}
	.pageWrap{
   	 	padding-top: 65px;
	}
	.mobileDisclaimer span.sep{
		display: none;
	}
	.mobileDisclaimer img.alliance{
		float: right;
		margin: 0;
	    margin-top: -30px;
	}
	.mobileDisclaimer a, .mobileDisclaimer span{
		font-size:12px;
		float: left;
		clear: both;
	    margin-bottom: 5px;
	}
	.mobileDisclaimer {
		margin-top: 60px;
		overflow: hidden;
		clear: both;
	}
	.supportBlock{
		margin-right:40px;
	}
	.supportBlock span {
    	font-size: 22px;
	}
	.interiorContainer h3{
		font-size: 40px;
	}
	.contentDetailRight h3{
		font-size: 20px;
	    margin: 10px 0 10px 0;
	}
	.groupedContent{
		margin: 10px 0 0;
	}
	.contentDetailRight h4,
	.blockwrap h4{
		font-size: 17px;
    	line-height: 28px;
	}
	.eventLeft {
		width: 200px;
		min-width: 200px;
		margin-right: 30px;
	}
	.eventRight {
		width: 100%;
	}
	.eventRight h3 {
    	font-size: 24px;
	}
	.mobileNav,
	.mobileSearchOverlay{
		display:block;
	}
	.mobileNav.menuActive{
		left:0;
	}
	.pageWrap.menuActive{
		position: fixed;
		z-index: 15;
		width: 100vw;
	}
	.headerLeft, .headerRight, header.solidHeader .headerLeft{
		display: none;
	}
	header.solidHeader .headerLogo{
		display: block;
	    padding-top: 2px;
	}
	header {
		padding: 15px 0 10px;
	}
	.mobileHeaderWrap{
		display: block;
	    position: relative;
	}
	.iFramer iframe {
		width: 500px;
		height: 768px !important;
		left: 0;
		top: 17%;
	}
	.swiper-slide.custom3D .sliderContent {
		top: 60%;
	}
	
	/*.swiper-carousel-container .swiper-slide .slideHover img, .interiorCarousel .galleryThumbs .swiper-slide .slideHover img {
		width: 30px;
	}*/
	/*.slideHover h4 {
		font-size: 18px;
		margin-bottom: 8px;
		padding-bottom: 8px;
		padding-left: 15px;
		padding-right: 15px;
	}*/
	/*.slideHoverLink{
		font-size: 14px;
	}*/
	.footer, .hoursSection{
		display: none;
	}
	.mobileNav img.alliance{
		float: right;
		margin: 30px 0;
		display: block;
		clear: both;
	}
	.mobileSearchBtn a.search {
		transform: scale(.8);
	}
	ul.navbar-nav li a {padding:0 10px;}
}
@media screen and (max-width:768px){
	.galleryThumbs.twoThumbs .swiper-slide{
		max-width:161px;
	} 
	.swiper-carousel-container .slideHover h4{
		font-size: 24px;
		height: auto;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.slideHover{
		background: rgba(211, 228, 177, .7);
		opacity: 1;
	}
	.supportBlocks .swiper-button-next, .supportBlocks .swiper-button-prev {
		display: block;
	}
	.share3D .shareBtn {
    	display: none;
	}
	.socialWrap a{
		margin: 0 10px;
	}
	.shareReveal {
    	opacity: 1;
		margin-top: 0;
    	overflow: hidden;
	}
	.mobileMenuSecondary li ul li, .mobileMenuSecondary li ul li a{
		margin-top:15px;
	}
	.mobileMenuMain li ul li, .mobileMenuMain li ul li a {
		font-size: 22px;
		margin-top: 15px;
	}
	
	.featureCopy span{
		font-size: 24px;
	}
	.innerPageHeader{
		margin-bottom: 20px;
	}
	.eventList .innerPageHeader{
		margin-bottom: 40px;
	}
	.solidBtn, .solidBtn.noBorder{
		margin-top: 30px;
	}
	span.subTitle{
		font-size: 16px;
	}
	p {
		font-size: 14px;
		line-height: 26px;
	}
	h2 {
    	font-size: 26px;
	}
	.slant span {
    	font-size: 12px;
	}
	.blockwrap{
		margin-top:20px;
	}
	.blockwrap a.learnMore, span.customLabel, .blockwrap a, .learnMoreCustom a{
		font-size: 12px;
	}
	.slant {
    	padding: 10px 10px 30px 0;
	}
	.slantHeader h2 {
		margin: 20px 0 0 10px;
	}
	.slantSection {
    	margin-bottom: 50px;
	}
	.fullBanner p{
		font-size: 20px;
	}
	.fullBanner p span{
		display: block;
    	font-size: 22px;
   	 	margin-top: 15px;
	}
	.fullBanner{
		padding: 50px 0;
	}
	.copyWrapper span.blockTitle{
		font-size: 18px;
		line-height: 28px;
	}
	.copyWrapper{
		margin: 20px 0;
	}
	.copyBlockInner {
    	padding: 50px 20px;
    	box-sizing: border-box;
	}
	.copyWrapper span {
		font-size: 14px;
		line-height: 30px;
	}
	span.fancy, .slantOptionTwo span.fancy {
		font-size: 40px;
		margin-left: 10px;
		margin-top: 20px;
	}
	form#newsLetterSignup input {
		width: 345px;
		padding: 10px 20px;
		font-size: 16px;
	}
	body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
		width: 345px;
		padding: 8px 20px;
		font-size: 16px;
	}
	form#newsLetterSignup button {
		font-size: 16px;
		padding: 10px 20px;
	}
	body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button{
		font-size: 16px;
		padding: 8px 20px;
	}
	.eNewsSection .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
		height:auto;
		margin-left:20px;
		padding:12px;
	}
	.eNewsSection{
		height: 230px;
    	padding: 50px 0;
	}
	.featureBlock {
		box-sizing: border-box;
		background-position: center;
		height: 365px;
		overflow: hidden;
	}
	.featureBlock img, img.featureImage.hoverImage, img.featureImage.baseImage{
		width: auto;
    	height: 100%;
		margin: 0 auto;
	}
	.mobileReveal{
		font-size: 13px;
		line-height: 1.5;
	}
	.copyBlockInner img {
    	width: 24px;
	}
	/*.slideHoverLink{
		font-size: 14px;
	}*/
	.mobileSearchOverlay .searchPanel input{
		font-size:35px;
	}
	.mobileSearchOverlay .searchPanel{
		background-size: 30px 30px;
	}
	.mobileSearchOverlay .searchPanelInner{
    	padding: 0 0px 0 60px	
	}
	.searchTerms {
		padding-left: 60px;
		margin-top: 20px;
	}
	.mobileSearchOverlay button.searchPanelBtn {
		width: 40px;
		height: 33px;
		background-size: 30px 23px;
		margin-top: 20px;
	    background-position: right -3px;
	}
	p.collectionNote{
		max-width: 100%;
	}
	.searchTerms span{
		font-size: 22px;
    	margin-top: 18px;
	}
	.galleryFooter {
    	display: block;
	}
	.galleryThumbs {
    	width: 100%;
    	float: none;
	}
	.galleryThumbs .swiper-slide img {
    	width: 100%;
	}
	
	.galleryThumbs .swiper-button-prev, .galleryThumbs .swiper-button-next {
		background-size: auto;
		top: 50%;
	}
	.swiper-carousel-collections {
    	width: 75%;
	}
	.mobileMasonryFooter .hoverTitle {
		font-size: 16px;
	}
	.mobileMasonryFooter p{
		font-size: 15px;
    	line-height: 1.4;
	}
	.eventDetailRightHeader h2,
	.contentDetailRight h2 {
		font-size: 24px;
	}
	.eventDetailSectionWrap span{
		font-size: 14px;
	}
	.eventDetailSectionWrap{
		margin-top: 20px;
	}
	.eventDetailRightHeader div:last-of-type {
		margin-bottom: 10px;
	}
	a.intCtaBtn {
		font-size: 14px;
		padding: 15px;
		margin-top: 40px;
	}
	.share3D .shareBtn{
		font-size: 14px;
    	padding: 15px;
    	width: 200px;
	}
	.interiorCarousel{
		padding: 40px 0;
	}
	.collectionsDoubleCarousel .interiorCarousel {
		padding: 40px;
	}
	.contentDetailLeft {
		width: 100%;
		min-width: auto;
		margin-right: 0;
	}
	.contentDetailMain {
    	display: block;
		padding: 40px 0;
	}
	.sideBarGallery a{
		float:left;
		margin-bottom:0;
		width:30%;
		margin-right:5%
	}
	.sideBarGallery a:last-of-type{
		margin-right:0;
	}
	.contentDetailRight {
		clear: both;
		float: left;
		margin-top: 50px;
	}
	.supportBlocks{
		display: none;
	}
	.supportBlocks.supportBlocksMobile{
		display: block;
	}
	.mobileSupportSlide .supportBlock {
		width: 60%;
		margin: 0 auto;
		float: none;
	}
	.supportBlocksMobile .swiper-button-next{
		right: 0;
    	top: 40%;
	}
	.supportBlocksMobile .swiper-button-prev{
		left: 0;
    	top: 40%;
	}
	.contentDetailRight figure img, .wp-caption img {
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		max-width: 100%;
	}
	.contentDetailRight a.intCtaBtn {
		width: 100%;
	}
	.contentDetailInteriorVariant .intCtaBtn {
		margin-bottom: 0px;
	}
	.collectionCategoryWrap a {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.collectionCategoryWrap a:nth-of-type(3n) {
		margin-right: 2%;
	}
	.collectionCategoryWrap a:nth-of-type(2n) {
		margin-right: 0;
	}
	.catDrop a, .catDrop a span{
		width:auto;
	}
}
@media screen and (max-width:767px) {
	.page-navbar {display:none;}
	.capital-hero {flex-direction:column;}
	.hero-image, .hero-content {width:100%;}
	.hero-content-column {padding-top:60px; padding-bottom:60px;}
	.hero-content-column h1 {
		font-size: 32px;
		line-height: 41px;
		margin-bottom: 30px;
		width: 210px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-content-column span {margin-bottom:50px;}
	.solidBtn.hero {width:200px;}
	.overview {padding:50px 30px;}
	.overview-content {width:100%; text-align:center;}
	.overview-content p {font-size:14px; line-height:2.1;}
	.btnrow {display:block;}
	.bluebtn {font-size:17px;}
	.bluebtn.video {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.bluebtn.video:after {
		width:30px;
		height:30px;
		margin-left:auto;
	}
	.bluebtn.download {
		width:100%;
	}
	.bluebtn.download:after {
		width:30px;
		height:25px;
		margin-left:auto;
	}
	.gallery-preview {height:375px;}
	.galleryBtn {
		padding:0 30px;
		font-size:13px;
		line-height:45px;
		right:50%;
		transform:translateX(50%);
	}
	.centered {padding:70px 15px;}
	.centered-content p {font-size:14px; margin-bottom:30px;}
	.feature {padding:0;}
	.feature .wrapper {padding:0;}
	.feature-content {padding:0 30px;}
	.feature-image {border:none;}
	.quote {margin-bottom:45px;}
	span.quotation {
		font-size:19px;
		line-height:24px;
		margin:0 auto 20px;
		text-align:center;
		width:250px;
	}
	span.quote-attribution {padding-left:0; text-align:center;}
	.feature-content p {font-size:13px; margin-bottom:30px;}
	.feature-content .solidBtn.hero {margin:55px auto 65px;}
	.parallax-container {position:relative; width:100%; height:500px;}
	.parallax-child {
		clip:rect(0,auto,auto,0);
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:500px;
	}
	.parallax-container .parallax-img {
		height:500px;
	}
	#fixiedaisy {
		position:fixed;
		display:block;
		top:0;
		left:0;
		width:100%;
		height:100%!important;
		transform:translateZ(0);
		will-change:transform;
		z-index:1;
		background-attachment:scroll!important;
	}
	.tile-grid {display:none;}
	.capital.carouselSection {display:block;}
	.featured-image {padding:15px 0 60px;}
	.featured-image span {text-align:center; font-size:13px;}
	.capital-campaign {padding:15px 15px 25px; margin-bottom:45px;}
	.campaign-inner {flex-direction:column;}
	.campaign-inner .badge {
		width:108px;
		height:108px;
		margin-top:-39px;
		margin-bottom:20px;
	}
	.campaign-form {text-align:center;}
	.campaign-form span {font-size:21px;}
	.campaign-form form#ctct_form_0 {
		margin-top:20px;
		flex-direction:column;
	}
	.campaign-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {width:100%; text-align:center;}
	body .campaign-form div#email_address_field_0 {margin-bottom:25px !important;}
	.campaign-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
		font-size:20px;
		line-height:44px;
	}
	body .campaign-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:after {
		left:50%;
		margin-left:-22px;
		width:44px;
		height:44px;
		padding:12px;
		background-size:20px 20px;
	}
	.sidebar-badge {margin-bottom:0;}
}
@media screen and (max-width:700px){
	.mainSlider .BGLogo, .mainSlider .swiper-slide[data-swiper-slide-index="1"] .BGLogo{
		width:160px;
	}
	.mainSlider .BGLogoSlideOne.SlideLogo3d{
		width: 200px;
	}
	.swiper-slide.slideAlternate .sliderContent {
		top: 65%;
	}
	a.search-result-image {
		margin-right: 30px;
		width: 300px;
		min-width: 300px;
	}
	a.search-result-image {
		margin-right: 25px;
		width: 250px;
		min-width: 250px;
	}
	.search-result h3{
		font-size: 22px;
	}
	.search-result p {
		padding: 10px 0 10px 0;
	}
	.customIPH img {
		margin: 0 auto;
		float: none;
		display: block;
	}
	.customIPHInner {
    	float: none;
	    margin-left: 0;
	}
	.meetCandleLight .innerPageHeader{
		padding:0;
	}
	.iFramer iframe {
		width: 459px;
		height: 720px !important;
		left: -20px;
		top: 17%;
	}
	.catDropOuter {
		max-width: 100%;
	}
}


@media screen and (max-width:650px){
	/*h1,.eNewsSection span  {
		font-size: 26px;
	}*/
	.interiorHeader a span {
    	font-size: 15px;
	}
	.interiorHeader a img {
		width: 20px;
	    max-height: 20px;
	}
	.sliderCta {
    	margin-top: 30px;
	}
	span.contentHeading, p{
		font-size: 14px;
		line-height: 26px;
	}
	.additionalContent{
		margin-top: 30px;
		margin-right: 0;
	}
	.captchaWrap {
		float: left;
		clear: both;
		margin-top: 25px;
	}
	.sliderContent{
		right:30px;
	}
	.swiper-button-next, .swiper-button-prev{
		display: block;
	}
	.slideHover h4{
		padding: 0 0 18px 0;
    	margin-bottom: 20px;
	}
	.slideHoverLink{
	    font-size: 17px;
		margin-bottom: 30px;
	}
	.swiper-carousel-container .swiper-slide .slideHover img, .interiorCarousel .swiper-slide .slideHover img {
		width: 50px;
	}
	.swiper-button-next{
		right: 10px;
	}
	.swiper-button-prev{
		left: 10px;
	}
	.slantSection .swiper-button-next {
		right: 10px;
	}
	.slantSection .swiper-button-prev {
		left: 10px;
	}
}
@media screen and (max-width:630px){
	.iFramer iframe {
    	width: 430px;
	}
}
@media screen and (max-width:600px){
	.masonrySection {
    	padding: 45px 0px 63px;
	}
	.gallery{
		height: auto;
	}
	.custom3dSlideText {
		display: none;
	}
	.iFramer iframe {
		width: 425px;
	}
	.mainSlider .BGLogoSlideOne.SlideLogo3d{
		width: 140px;
    	top: 50px;
	}
	.imageBlock img{
		width:553px;
	}
	.pageWrap{
   	 	padding-top: 48px;
	}
	span.hoverText{
		font-size: 20px;
		max-width: 100%;
    	padding: 0 15px;
	}
	.mainSlider .BGLogo, .mainSlider .swiper-slide[data-swiper-slide-index="1"] .BGLogo {
		width: 140px;
    	top: 50px;
	}
	.mainSlider .BGLogoSlideOne {
    	width: 40vw;
		top: 75vw;
	}
	.additionalContent{
		display: none;
	}
	.mobileHero{
		display: none;
	}
	.mobileHero2{
		display: block;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		right: 30px;
		bottom: 10px;
	}
	.slideAlternate .sliderContent{
		top: 72%;
	}
	.mainSlider .BGLogoSlideOne {
		width: 35vw;
		top: 70vw;
		left: 30px;
	}
	.sliderContent {
    	top: 70%;
		right: 30px;
	}
	.headerLogo{
		font-size: 16px;
    	margin-top: 0;
	}
	a.search{
		background: url(../images/search_small.png) no-repeat;
		width: 20px;
    	height: 20px;
	}
	.mobileSearchBtn a.search {
		transform: scale(1);
	}
	a.search:hover {
		background-position: 0 -20px;
	}
	header.solidHeader a.search:hover {
    	background-position: 0 -40px;
	}
	.mobileNavBtn {
    	width: 30px;
    	height: 20px;
	    margin-top: 3px;
	}
	.mBar {
    	width: 30px;
    	height: 2px;
		top: 7px;
	}
	.mBar:before{
		width: 30px;
    	height: 2px;
		top: -7px;
	}
	.mBar:after{
		width: 30px;
    	height: 2px;
		top: 7px;
	}
	.mobileNavBtn:hover > .mBar:before {
		top: -8px;
	}
	.mobileNavBtn:hover > .mBar:after {
		top: 8px;
	}
	.featureCopy span {
		font-size: 20px;
		max-width: 70%;
	}
	.mobileSearchOverlay .searchPanel {
		background-size: 20px 20px;
	}
	.mobileSearchOverlay .searchPanelInner {
		padding: 0 0px 0 40px;
	}
	.mobileSearchOverlay .searchPanel input {
		font-size: 25px;
	}
	.mobileSearchOverlay button.searchPanelBtn {
		width: 40px;
		height: 25px;
		background-size: 25px 18px;
		margin-top: 20px;
	}
	.searchTerms span {
		font-size: 18px;
		margin-top: 15px;
	}
	.searchTerms {
		padding-left: 40px;
		margin-top: 10px;
	}
	.search-result{
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	a.search-result-image {
		margin-right: 0;
		width: 100%;
		min-width: 100%;
	    margin-bottom: 20px;
	}
	.modelWrap3D{
		height: 400px;
	}
	.interiorPad {
    	padding: 30px 15px;
	}
	.interiorContainer{
		padding: 0 15px;
	}
	.carouselPad{
		padding: 0 15px;
	}
	.collectionsDoubleCarousel .carouselPad{
		padding: 0;
	}
	.contentDetailMain {
		padding-top: 15px;
	}
	a.intCtaBtn {
    	width: 100%;
	}
	.supportBlock {
    	margin-right: 20px;
	}
	.interiorHeader a{
		margin-top: 15px;
	}
	.interiorHeader{
		height: 200px;
	    padding-top: 60px;
	}
	.collectionDetailInterior .mobilePageTitle{
		font-size: 20px;
    	line-height: 1.3;
	}
	.event{
		display: block;
		margin-bottom: 50px;
	}
	.eventLeft {
		width: 100%;
		min-width: auto;
		margin-right: 0;
	}
	.eventRight {
		width: 100%;
		margin-top: 20px;
		display: block;
		float: left;
		clear: both;
	}
	.eventRight h3 {
		font-size: 22px;
	}
	.eventDate {
    	font-size: 14px;
	}
	.eventDuration{
		font-size: 12px;
	}
	.collectionLeft p, .eventDetailRight p, .contentDetailRight p, .wp-caption-text p, figcaption, .contentDetailRight ul li, .formBreak span.payInfo, .eventDetailRight ul li{
		font-size: 16px;
		line-height: 26px;
	}
	p.collectionNote{
		font-size: 16px;
		line-height: 26px;
	}
	.detail_Col span, .detail_Col2 span{
		font-size: 13px;
	}
	.collectionDetail {
		margin: 30px 0 10px 0;
	}
	.contentDetailRight h4,
	.blockwrap h4 {
		font-size: 16px;
		line-height: 26px;
	}
	.innerPad {
		padding: 0 15px;
	}
	.collectionsDoubleCarousel .interiorCarousel {
		padding: 0 15px;
	}
	.eventDetail {
		padding: 30px 15px;
	}
	.landingWrap .slantSection {
		margin-top: 30px;
	}
	.specialExhibits {
		padding-top: 30px;
	}
	.collectionOuter {
		padding: 30px 0;
	}
	.copyWrapper span.blockTitle {
		font-size: 14px;
		line-height: 22px;
	}
	.copyWrapper span {

		font-size: 12px;
		line-height: 25px;
	}
	.copyBlockInner {
		padding: 30px 20px;
	}
	.slantSlider .swiper-pagination{
		right: 20px;
		bottom: 20px;
	}
	.slantOptionTwo .sectionLeft {
		margin-bottom: 30px;
	}
	.meetBlock{
		display: block;
		margin-top: 40px;
	}
	.meetLeft {
		margin-right: 0;
		width: 100%;
	}
	.meetRight {
		margin-top: 40px;
		width: 100%;
	}
	.meetRight .blockwrap h3{
		font-size: 16px;
	}
	.iFramer iframe{
		top:10%
	}
	.swiper-slide.slideAlternate .sliderContent {
    	top: 70%;
	}
	.swiper-slide.custom3D .sliderContent {
		top: 75%;
	}
	.iFramer iframe{
		left: 0;
    	right: 0;
	}
	.collectionsDoubleCarousel .interiorCarousel {
    	padding: 30px 15px;
	}
	.catDropOuter {
		max-width: 80%;
	}
	.collectionCategoryWrap .innerPageHeader{
		padding: 0;
	}
	.catDrop a {
		margin-bottom: 10px;
	}
}
@media screen and (max-width:540px){
	.iFramer iframe{
		height: 680px !important;
	}
	.upcomingBlock {
		margin-right: 30px;
	}
	div.options > label > .box{
		height: 30px;
    	width: 30px;
	}
	div.options label span {
    	font-size: 12px;
	}
	div.options label span {
    	padding-left: 8px;
	}
	button#applyFilters {
		margin-left: 5px;
	}
	.searchHeader {
		padding: 60px 15px;
		height: 250px;
	}
	.landingWrap .interiorHeader{
		height: 250px;
	}
	div.options > label > input {
		width: 15px;
		margin: 0;
	}
	
	.searchHeader .searchPanelInner input {
    	font-size: 18px;
	}
	.clearSearch {
    	font-size: 20px;
	}
	.searchHeader .searchPanelInner {
    	padding: 5px 10px;
	}
	.searchHeader button.searchPanelBtn {
		background-size: 15px 12px;
		width: 40px;
		height: 33px;
		/*padding: 0 20px;*/
	}
	button.loadMoreResults{
		width:200px;
	}
	.searchHeader .searchPanelInner img {
		margin-top: 5px;
		width: 15px;
    	height: 15px;
		max-height: 15px;
		min-width: 15px;
	}
	.searchHeader .searchPanelInner input{
		padding: 0 20px;
	}
	.mobileMasonryFooter {
		padding: 15px 20px;
	}
}
@media screen and (max-width:500px){
	.iFramer iframe {
		height: 620px !important;
		top: 13%;
	}
	.slideHover {
		padding: 0 15px;
	}
	.galleryThumbs .slideHover h4, .slantSlider .slideHover h4 {
		font-size: 18px;
		height: auto;
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.galleryThumbs .slideHoverLink {
		font-size: 14px;
		margin-bottom: 20px;
	}
	form#newsLetterSignup input {
		width: 320px;
		padding: 10px 10px;
		font-size: 14px;
	}
	body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
		width: 320px;
		padding: 8px 10px;
		font-size: 14px;
	}
	form#newsLetterSignup button {
		font-size: 14px;
		padding: 10px 10px;
	}
	body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button{
		font-size: 14px;
		padding: 8px 10px;
	}
	.mobileSupportSlide .supportBlock {
    	width: 75%;
	}
	.supportBlocksMobile .swiper-button-prev {
		top: 30%;
	}
	.supportBlocksMobile .swiper-button-next{
		top: 30%;
	}
	.catDropOuter {
		max-width: 100%;
	}
	.page-navbar {display:none;}
	.capital-hero {flex-direction:column;}
	.hero-image, .hero-content {width:100%;}
	.hero-content-column {padding-top:60px; padding-bottom:60px;}
	.hero-content-column h1 {
		font-size: 32px;
		line-height: 41px;
		margin-bottom: 30px;
		width: 210px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero-content-column span {margin-bottom:50px;}
	.solidBtn.hero {width:200px;}
	.overview {padding:50px 30px;}
	.overview-content {width:100%; text-align:center;}
	.overview-content p {font-size:14px; line-height:2.1;}
	.btnrow {display:block;}
	.bluebtn {font-size:17px;}
	.bluebtn.video {
		width:100%;
		margin-right:0;
		margin-bottom:20px;
	}
	.bluebtn.video:after {
		width:30px;
		height:30px;
		margin-left:auto;
	}
	.bluebtn.download {
		width:100%;
	}
	.bluebtn.download:after {
		width:30px;
		height:25px;
		margin-left:auto;
	}
	.gallery-preview {height:375px;}
	.galleryBtn {
		padding:0 30px;
		font-size:13px;
		line-height:45px;
		right:50%;
		transform:translateX(50%);
	}
	.centered {padding:70px 15px;}
	.centered-content p {font-size:14px; margin-bottom:30px;}
	.feature {padding:0;}
	.feature .wrapper {flex-direction:column; padding:0;}
	.feature-content {width:100%; padding:0 30px; order:2;}
	.feature-image {width:100%; border:none; order:1; margin-bottom:50px;}
	.quote {margin-bottom:45px;}
	span.quotation {
		font-size:19px;
		line-height:24px;
		margin:0 auto 20px;
		text-align:center;
		width:250px;
	}
	span.quote-attribution {padding-left:0;}
	.feature-content p {font-size:13px; margin-bottom:30px;}
	.feature-content .solidBtn.hero {margin:55px auto 65px;}
	.parallax-container {height:500px;}
	.tile-grid {display:none;}
	.capital.carouselSection {display:block;}
	.featured-image {padding:15px 0 60px;}
	.featured-image span {text-align:center; font-size:12px;}
	.capital-campaign {padding:15px 15px 25px; margin-bottom:45px;}
	.campaign-inner {flex-direction:column;}
	.campaign-inner .badge {
		width:108px;
		height:108px;
		margin-top:-39px;
		margin-bottom:20px;
	}
	.campaign-form {text-align:center;}
	.campaign-form span {font-size:21px;}
	.campaign-form form#ctct_form_0 {
		margin-top:20px;
		flex-direction:column;
	}
	.campaign-form div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {width:100%; text-align:center;}
	body .campaign-form div#email_address_field_0 {margin-bottom:25px !important;}
	.campaign-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button {
		font-size:20px;
		line-height:44px;
	}
	body .campaign-form .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button:after {
		left:50%;
		margin-left:-22px;
		width:44px;
		height:44px;
		padding:12px;
		background-size:20px 20px;
	}
}
@media screen and (max-width:470px){
	
	.iFramer iframe {
    	width: 80%;
		/*height: 68% !important;*/
		width: 300px;
		height: 500px !important;
		top: 18%;
	}
	.swiper-slide.custom3D .sliderContent {

		top: 73%;
	}
	.swiper-slide.slideAlternate .sliderContent {
		top: 73%;
	}
}
@media screen and (max-width:480px){
	.mobileMasonryFooter .hoverTitle {
		font-size: 14px;
	}
	.mobileMasonryFooter p {
		font-size: 13px;
	}
	.manualGridHover a, .mobileMasonryFooter a{
		font-size:13px;
	}
	.desktopSlantSection .blockwrap {
    	width: 65%;
	    margin-top: 20px;
	}
	.swal-title {
    	font-size: 26px;
	}
	.swal-text, .swal-button{
		font-size: 14px;
	}
	.collectionsDoubleCarousel .subTitle a{
		font-size:11px; 
	}
	.intFlexRow{
		margin-bottom: 0;
		display: block;
		overflow: hidden;
	}
	.upcomingBlock {
		overflow: hidden;
		margin-bottom: 15px;
		width: 100%;
	}
	.contentDetailRight .twoColumnSponsorWrap p {
		width: 100%;
		margin-right: 0;
		clear: both;
		float: none;
	}
	h2 {
		font-size: 20px;
	}
	span.customLabel, .learnMoreCustom a{
		font-size: 11px;
	}
	span.subTitle {
		font-size: 14px;
	}
	.collectionsSlantSlider .swiper-button-next {
		right: 5px;
	}
	.collectionsSlantSlider .swiper-button-prev {
		left: 5px;
	}
	span.fancy, .slantOptionTwo span.fancy {
    	font-size: 30px;
	}
	span.contentHeading, p {
		font-size: 13px;
		line-height: 22px;
	}
	.featureBlock {
    	margin: 30px 0;
	}
	.fullBanner p {
		font-size: 16px;
	}
	.mobileMenuMain li, .mobileMenuMain li a {
		font-size: 25px;
		margin-top: 10px;
	}
	.mobileMenuMain li ul li, .mobileMenuMain li ul li a {
		font-size: 16px;
	}
	.mobileMenuSecondary li, .mobileMenuSecondary li a {
    	font-size: 20px;
	}
	.mobileNavInner, .mobileSearchInner {
		padding: 20px;
	}
	.mobileNavClose, .mobileSearchClose {
		top: 20px;
		right: 20px;
	}
	.mobileNavClose img, .mobileSearchClose img{
		width:20px;
	}
	.collectionsReadMore{
		font-size: 12px;
	}
	.mobileLogo {
		margin-bottom: 60px;
	}
	.mobileMenuSecondary li ul li, .mobileMenuSecondary li ul li a {
		font-size: 16px;
		margin-top: 10px;
	}
	.collectionLeft p, .eventDetailRight p, .contentDetailRight p, .wp-caption-text p, figcaption, .contentDetailRight ul li, .formBreak span.payInfo, .eventDetailRight ul li, .eventDetailRight ol li, .contentDetailRight ol li {
		font-size: 15px;
		line-height: 24px;
	}
	p.collectionNote {
		font-size: 15px;
		line-height: 24px;
	}
	.contentDetailRight h4,
	.blockwrap h4 {
		font-size: 15px;
		line-height: 24px;
	}
	a.intCtaBtn {
    	font-size: 13px;
	}
	input#contactMessageSubmit{
		width:100%;
	}
	.collectionCategoryWrap a {
		width: 100%;
		margin-right: 0;
	}
	.collectionCategoryWrap a:nth-of-type(3n) {
		margin-right: 0;
	}
	.collectionCategoryWrap a:nth-of-type(2n) {
		margin-right: 0;
	}
	.mobileSlantSection .sectionLeft{
		margin-top: 20px;
	}
}
@media screen and (max-width:460px){
	.collectionCategoryWrap .carouselPad {
		padding: 40px 20px;
	}
	.swiper-carousel-container .slideHover h4 {
		font-size: 19px;
		height: auto;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.mainSlider .BGLogoSlideOne.SlideLogo3d{
		width: 140px;
    	top: 50px;
	}
	.mainSlider .BGLogo, .mainSlider .swiper-slide[data-swiper-slide-index="1"] .BGLogo {
    	width: 120px;
	}
	.interiorHeader a span {
		font-size: 13px;
		margin-left: 12px;
	}
	.collectionsLanding .interiorHeader a span, .exhibitLanding .interiorHeader a span, .tierOneLanding .interiorHeader a span, .contactLanding .interiorHeader a span, .candleLightTheatreLanding .interiorHeader a span {
		margin-left: 0;
		margin-right: 12px;
	}
	.interiorHeader a img {
		width: 18px;
	    max-height: 18px;
	}
	.mainSlider .BGLogoSlideOne {
		width: 35vw;
		top: 70vw;
		left: 30px;
	}
	h1, .eNewsSection span, .pageWrap div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header  {
    	font-size: 26px;
	}
	.slideAlternate .sliderContent {
    	top: 70%;
	}
	.buttonClear {
		font-size: 11px;
		width: 170px;
		padding: 12px 5px;
	}
	span.resultsCount {
		font-size: 16px;
	}
	.additionalResultsCount{
		font-size: 16px;
	}
	button.loadMoreResults {
		width: 140px;
		font-size: 12px;
		padding: 15px;
	}
	.interiorHeader {
    	height: 160px;
		
	}
	.eventDetailRightHeader h2,
	.contentDetailRight h2 {
		font-size: 22px;
	}
	.contentDetailRight h3{
		font-size: 18px;
	}
	.formBreak span {
		font-size: 13px;
	}
	label.required:after{
		font-size: 20px;
    	line-height: 10px;
	}
	#donateForm label, #donation-form label, #contactForm label, .donorRadio ul li{
		margin-top: 18px;
    	font-size: 13px;
	}
	#donateForm input, #donation-form input, #donateForm select, #donation-form select, textarea#message, #contactForm input, #contactForm select{
		font-size: 14px;
		padding: 10px 10px 10px 20px;
	}
	input#contactMessageSubmit{
		padding: 15px 20px;
	}
	.formBreak span{
		line-height: 23px;
	}
	a.formNextButton {
		font-size: 20px;
	}
	a.formNextButton:after {
		width: 23px;
		height: 23px;
		background-size: contain;
		margin-left: 10px;
		margin-top: 0;
	}
	.colInput{
		display: block;
	}
	.colLeft, .colRight, textarea#message {
		width: 100%;
		margin-right: 0;
	}
	.contactBlock h3, .contactBlock span, .contactBlock a {
		font-size: 14px;
		line-height: 26px;
	}
	.contactBlock {
		margin-bottom: 20px;
	}
	.contactInfo {
		margin-top: 40px;
	}
	.swiper-slide.custom3D .sliderContent{
		top: 75%;
	}
	.swiper-slide.slideAlternate .sliderContent {
		top: 75%;
	}
	.sliderContent {
		top: 75%;
	}
	h1, .eNewsSection span, .pageWrap div.ctct-form-embed div.ctct-form-defaults h2.ctct-form-header {
		font-size: 22px;
	}
	.slideHover h4{
	 	font-size: 22px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	p.newsletterConfirmation {
		font-size: 12px;
		margin-top: 30px;
	}
	.slideHoverLink{
	    font-size: 14px;
		margin-bottom: 20px;
	}
	.swiper-carousel-container .swiper-slide .slideHover img, .interiorCarousel .galleryThumbs .swiper-slide .slideHover img, .swiper-slide .slideHover img {
		width: 45px;
	}
	
}
@media screen and (max-width:440px){
	form#newsLetterSignup input {
    	width: 280px;
	}
	body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element{
		width: 280px;
	}
	.iFramer iframe {
		height: 450px !important;
		top: 18%;
	}
}
@media screen and (max-width:400px){
	.fancybox-arrow {
		width: 44px;
		height: 44px;
	}
	.fancybox-arrow:after{
		width: 44px;
		height: 44px;
		background-position: 60%;
		background-size: 23px 25px;
	}
	.innerPad {
    	padding: 0 15px;
	}
	img.pageBreak {
		margin: 30px 0;
	}
	.contentDetailRight a, .contentDetailRight .joinGrid a{
		margin-bottom: 30px;
	}
	.groupedContent{
		margin: 10px 0 0px;
	}
	.joinGrid {
		margin: 30px 0 0px 0;
		overflow: hidden;
	}
	img.pageBreak {
    	margin: 30px 0;
	}
	.joinGrid span {
		float: left;
		clear: both;
	}
	h2 {
    	font-size: 18px;
	}
	.slant span {
		font-size: 10px;
		letter-spacing: .5px;
	}
	span.fancy, .slantOptionTwo span.fancy {
    	font-size: 28px;
	}
	.swiper-slide{
		height: 680px;
	}
	.mainSlider img {
    	width: 400px;
	}
	header .contain, .slideAlternate .sliderContent {
    	padding: 0 15px;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    	right: 10px;
	}
	.mainSlider .BGLogoSlideOne {
		width: 140px;
		top: 300px;
		left: 15px;
	}
	.headerLogo {
		font-size: 13px;
	}
	.sliderContent{
		right: 15px;
	}
	form#newsLetterSignup input {
		width: 220px;
		padding: 5px 10px;
		font-size: 12px;
	}
	body div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
		width: 220px;
		padding: 10px;
		font-size: 12px;
	}
	form#newsLetterSignup button {
		font-size: 12px;
		padding: 5px 10px;
	}
	body .ctct-form-embed.form_0 .ctct-form-custom .ctct-form-button{
		font-size: 12px;
		padding: 4px 10px;
	}
	.eNewsSection .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
		width:auto;
		height:auto;
		margin-left:10px;
		font-size:14px;
		padding:10px;
	}
	form#newsLetterSignup {
    	margin-top: 30px;
	}
	p.newsletterConfirmation {
		margin-top:30px;
	}
	.mobileSearchOverlay .searchPanel {
		background-size: 15px 15px;
	}
	.mobileSearchOverlay .searchPanelInner {
		padding: 0 0px 0 30px;
	}
	.mobileSearchOverlay .searchPanelInner {
		padding: 0 0px 0 30px;
	}
	.mobileSearchOverlay button.searchPanelBtn{
		margin-top: 10px;
    	background-size: 20px 13px;
    	background-position: right 3px;
	}
	.searchTerms{
		padding-left:30px;
	}
	.searchTerms span {
		font-size: 16px;
		margin-top: 12px;
	}
	.mobileSearchOverlay .searchPanel input {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.mobileSearchOverlay .searchPanel input::-webkit-input-placeholder { 
		letter-spacing: 1px;
	}
	.mobileSearchOverlay .searchPanel input::-moz-placeholder {
		letter-spacing: 1px;
	}
	.mobileSearchOverlay .searchPanel input:-ms-input-placeholder {
		letter-spacing: 1px;
	}
	.mobileSearchOverlay .searchPanel input:-moz-placeholder {
		letter-spacing: 1px;
	}
	div.options > label > .box {
    	height: 20px;
    	width: 20px;
		padding: 2px;
	}
	div.options > label > input {
    	width: 0;
		margin: 8px;
	}
	.dropWrap select{
		font-size: 12px;
	}
	.interiorMain {
    	padding: 30px 0;
	}
	.searchFilters {
		margin-bottom: 30px;
		display: block;
	}
	.radioWrap{
		float: left;
		margin-bottom: 15px;
	}
	div.options > label{
		clear: both;
	}
	.search-result h3{
		font-size: 20px;
	}
	.search-result-info a{
		font-size: 13px;
	}
	.search-result p {
    	padding: 10px 0 8px 0;
	}
	.search-result{
		margin-bottom: 40px;
	}
	.searchHeader .searchPanelInner input {
    	padding: 0 10px;
		font-size: 15px;
	}
	.searchHeader .searchPanelInner img {
		margin-top: 5px;
		width: 12px;
		height: 12px;
		max-height: 12px;
		min-width: 12px;
	}
	.clearSearch {
		font-size: 18px;
	}
	.searchHeader {
		height: 220px;
	}
	.landingWrap .interiorHeader{
		height: 220px;
	}
	.dropWrap select{
		background-size: 15px;
	}
	.galleryThumbs .swiper-slide, .mobileMasonry .swiper-slide{
		height: auto;
	}
	.supportBlock{
		height: 180px;
	}
	.interiorContainer h3 {
		font-size: 33px;
	}
	.contentDetailRight h4,
	.blockwrap h4 {
		font-size: 15px;
		line-height: 24px;
	}
	.contentDetailRight h3{
		font-size: 15px;
		margin: 0px 0 5px 0;
	}
	.contentDetailInteriorVariant .intCtaBtn {
		margin-bottom: 40px;
	}
	.supportBlock span {
		font-size: 18px;
	}
	.groupedContent h4, .twoColumnSponsorWrap h4{
		font-size: 14px;
	}
	.contentDetailRight a{
		font-size: 12px;
	}
	.supportBlockHover p, .supportBlockMobileContent p {
		font-size: 14px;
		line-height: 22px;
	}
	a.formNextButton {
		font-size: 18px;
	}
	.slantSlider .swiper-pagination{
		right: 10px;
		bottom: 10px;
	}
	.interiorCarousel .galleryThumbs .swiper-button-prev, .interiorCarousel .galleryThumbs .swiper-button-next{
		-moz-background-size: 20px 37px;
    	-webkit-background-size: 20px 37px;
    	background-size: 20px 37px;
	}
	.interiorCarousel .galleryThumbs .swiper-button-next  {
    	right: -10px;
	}
	.interiorCarousel .galleryThumbs .swiper-button-prev {
    	left: -10px;
	}
	.filterRight{
		float: right;
		display: block;
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.dropWrap {
		float: none;
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		display: block;
		overflow: hidden;
		margin-bottom: 20px;
	}
	.dropWrap select{
		width:100%;
	}
	select.drop02{
		margin-top: 10px;
	}
	button#applyFilters {
		width: 100%;
		margin: 0;
		float: right;
		display: block;
		overflow: hidden;
		clear: both;
	}
	.slideHover h4 {
    	font-size: 16px;
	}
	.slideHoverLink {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.swiper-carousel-container .swiper-slide .slideHover img, .interiorCarousel .galleryThumbs .swiper-slide .slideHover img, .swiper-slide .slideHover img {
		width: 35px;
	}
}
@media screen and (max-width:350px){
	div.options label span {
    	font-size: 10px;
	}
	.detail_Col span, .detail_Col2 span {
		font-size: 11px;
		margin-bottom: 8px;
	}
}
@media screen and (max-width:345px){
	.headerLogo {
		font-size: 12px;
		margin-left: 0;
		margin-top: 3px;
	}
	img.mobileHero {
		margin-left: -25px;
	}
	.search-result h3 {
    	font-size: 18px;
	}
}


.page-id-2256 .contentDetailRight a.intCtaBtn {
    margin-bottom: 15px;
}

/**************************************************
				Custom Alert Modal
**************************************************/
.customAlert{
	display:none;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	background:rgba(255, 255, 255, 0.6);
	z-index:1000;
	overflow-y:auto;
}
.donationThanks,
.cancelModal{
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	width:100%;
	background:rgba(255, 255, 255, 0.6);
	z-index:1000;
}
.alertInner{
	background:#fff;
	height:auto;
	width:30%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10%;
	padding:50px;
	box-sizing:border-box;
	border:2px solid #b48f4e;
}
.alertInner.capital {width:100%; max-width:450px;}
.showAlert{
	display:block;
}
.customAlertClose,
.donationAlertClose,
.cancelModalClose{
	float:right;
	cursor:pointer;
}
.alertLogo{
	width:200px;
	margin:0 auto;
	height:auto;
}
.alertLogo img{
	width:100%;
}
.alertContent{
	width:100%;
	margin-top:40px;
	text-align:center;
}
.alertInner.capital .alertContent {margin-top:30px;}
.alertInner.capital .alertContent h2 {font-size:28px; margin-bottom:20px;}
span.alert {
	font-family:'P22-DeclarationScript';
	font-size:42px;
	display:block;
}
.alertText{
	margin-top:20px;
}
.alertInner.capital .alertText {margin-bottom:40px;}
.cancelButtons{
	display:none;
}
#subEmail{
	box-sizing:border-box;
	border:1px solid #a1a1a1;
	font-family: 'Montserrat-Medium';
    font-size: 17px;
    line-height: 1.1;
	padding: 10px;
    width: 70%;
    margin: 15px 0;
	text-align:center;
}
#subEmail:focus{
	outline: none;
    border: 1px solid #7a0026;
}
#subCancelSubmit,
.deleteSub,
.cancelModalCloseBtn{
	background-color: #7a0026;
    border: 1px solid #7a0026;
    font-size: 14px;
    padding: 9px 15px;
    background: #7a0026;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat-Regular';
    letter-spacing: 2px;
    width: auto;
    border-radius: 0;
	width:70%;
	text-align:center;
	outline:none;
}
.cancelButtons{
	width:80%;
	margin:0 auto;
}
.deleteSub,
.cancelModalCloseBtn{
	width:auto;
	margin-top:15px;
}
.cancelModalCloseBtn{
	float:right;
}
#subCancelSubmit:hover{
	background: #fff;
    color: #7a0026;
    border:1px solid #7a0026;
    outline: none;
}
input#subscription, input#recurring{
	width:30px;
	height:30px;
	background:transparent;
	border:2px solid #a1a1a1;
}
input#recurring {margin-right:15px; margin-top:-5px;}

@media screen and (max-width:1100px){
	.alertInner{
		height:auto;
		width:400px;
		margin:10% auto;
		padding:50px;
	}	
}



/**************************************************
			Custom Alert Modal End
**************************************************/


/*TYLER ADDITIONS*/
/* The CTAs in the interior pages ( example /field-trips/ ) was floating to the left, rather than remove the float I just added this container */
/*.ctaHolder { 
    display: block;
    width: 100%;
    height: 150px;
}*/



/*TEMP*/
/*.mobileSlantSection,
.mobileReveal,
.mobileHero,
.mobileHero2{
	display: none;
}
@media screen and (max-width:1023px){
	.mobileHero{
		display: block;
	}
	.desktopHero{
		display: none;
	}
}
@media screen and (max-width:600px){
.slideAlternate .mobileHero{
		display: none;
	}
	.mobileHero2{
		display: block;
	}
}*/
