/*--WebSite Accelerator 4.0.0.0 | Main Screen Styles | 2009--*/
/*--Reset--*/
@import url("/include/css/reset.css");  
/*--WSA Global Styles - DO NOT REMOVE!--*/
@import url("/common/wsaglobal.css");

/*Box Sizing Elements*/
.super *,
.header *,
.content *,
.callouts *,
.preFooter *,
.footer * {
    box-sizing:border-box;
}

/*Main Sections*/
.super,
.header,
.content,
.callouts,
.preFooter,
.footer {
    box-sizing:border-box;
    display:inline-block;
    vertical-align:top;
    width:100%;
}

/*Available Fonts*/
/*
font-family: "modesto-text",sans-serif;
font-style: normal;
font-weight: 300;

font-family: "modesto-condensed",sans-serif;
font-style: normal;
font-weight: 300;

font-family: "effra",sans-serif;
font-style: normal;
font-weight: 300; light
font-weight: 400; regular
font-weight: 500; medium
font-weight: 900; heavy
*/
.grecaptcha-badge{
    z-index:20;  
}
/*Background Color Transition*/
a,
.btn,
.btn a,
a span,
input[type=submit],
button {
    transition-property:background-color;
    transition-duration:.2s;
    transition-timing-function:ease-in-out;
}
a {
    color:#7D1317;
}

/*Hover effects on buttons, links*/
a,
button,
input {
    transition-duration:.2s;
    transition-property:background-color;
    transition-timing-function:ease-in-out;
}

/*iOS*/
input {
    -webkit-appearance:none;
}

/*General*/
.wrapper {
    background: #fff;
    box-shadow: 5px 0px 10px rgba(0,0,0,.2);
    position: relative;
    right:0px;
    z-index: 100;
}
.wrapper-left {
	left:-200px;
	z-index:50;
}
.slide-control {
    background:rgba(0,0,0,.5);
	height:100%;
	width:100%;
	position:absolute;
	top:0px;
	right:0px;
	z-index:1001;
}
html,
body {
    background-color:#fff;
    margin:0px;
    font-family: "effra",sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height:26px;
}
.container {
    margin:0 auto;
    max-width:1280px;
}
p.pdfname img {
	margin-right:10px;
}
.textbold {
    font-weight:bold;
}
.hide {
    display:none;
}
.clear {
    clear:both;
}
img {
    max-width:100%;
}
a img {
    border:none;
}
.general img.resource.alignleft {
	margin:0 10px 10px 0;
}
.general img.resource.alignright {
	margin:0 0 10px 10px;
}

/* List Styles */
.general ul, .two-column ul {
	margin:0 0 20px;
	list-style:disc;
}
.general ol, .two-column ol {
	list-style:decimal;
}
.general li, .two-column li {
	margin:0 0 5px 30px;
}

/*Three Columns*/
.three-column {
    display:inline-block;
    padding:10px;
    vertical-align:top;
    width:33.33%;
}
.three-column h3 {
    margin-top:0px;
}
@media only screen and (max-width:800px) {
    .three-column {
        width:50%;
    }
}
@media only screen and (max-width:540px) {
    .three-column {
        padding:10px 0;
        width:100%;
    }
}

/*Buttons*/
.btn a,
.backlink a {
    background-color:#7D1317;
    color:#fff;
    display:inline-block;
    font-family: "modesto-text",sans-serif;
    font-size:14px;
    font-weight:200;
    margin:0 10px 10px 0;
    padding:10px 30px;
    text-decoration:none;
    text-transform:uppercase;
}
.btn a:hover,
.backlink a:hover {
    background-color:#333;
}

/*Button Secondary*/
.btn-secondary a {
    border: 1px solid #7d131730;
    background-color: #fff;
    border-radius: 999px;
    color: #7D1317;
    display: inline-block;
    font-size: 14px;
    margin: 0 10px 10px 0;
    padding: 3px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-secondary a:hover {
    background-color:#eee;
}

/*Headings*/
h1 {
    border-bottom:1px solid #ccc;
    color:#7D1317;
    font-family: "modesto-text",sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size:35px;
    line-height:initial;
    margin:0 0 20px 0;
    padding:0 0 10px 0;
    text-transform:uppercase;
}
h1 span {
    display:block;
    font-size: 16px;
    margin:0 0 10px 0;
    text-transform:uppercase;
}
h2 {
	font-size:25px;
    font-weight:700;
    margin:30px 0 20px 0;
}
h3 {
    color:#7e1316;
    font-weight:500;
    margin:30px 0 10px 0;
    text-transform:uppercase;
	clear:both;
}
h4 {
    color:#606060;
    font-weight:500;
    line-height:24px;
    margin:0 0 20px 0;
    text-transform:uppercase;
}
h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter {
    text-align:center;
}
p.aligncenter {
    text-align:center;
}

/*Super*/
.super {
    background-color: #1e2e52;
    color:#fff;
    text-align:right;
}
.super-copy,
.super-nav {
    display:inline-block;
}
.super-copy {
    margin:0 23px 0 0;
}
.super-copy strong {
    text-transform:uppercase;
}
.super-copy p {
    opacity: .8;
    display: inline-block;
    font-size: 13px;
    line-height: 45px;
    margin:0 0 0 20px;
}
.super-nav li {
    display:inline-block;
    margin:0 0 0 -1px;
}
.super-nav a {
    background-color: #234e85;
    color: #fff;
    display: block;
    font-size:13px;
    line-height: 45px;
    padding:0 15px;
    text-decoration: none;
    text-transform:uppercase;
}
.super-nav a:hover {
    background-color:#3e6fad;
}
li.super-nav-toggle {
    display:none;
}
@media only screen and (min-width:1421px) {
    .super-copy {
        display:inline-block!important;
    }
}
@media only screen and (max-width:1420px) {
    .super-copy {
        background-color: #2b3c63;
        display: none;
        text-align: left;
        line-height: 18px;
        padding: 10px;
        width: 100%;
    }
    .super-copy p {
        line-height:15px;
        margin:0 20px 0 0;
    }
    li.super-nav-toggle {
        display:inline-block;
    }
}

/*Header*/
.header {
    background-color:rgba(0,0,0,1);
    box-shadow:0 0 6px rgba(0,0,0,.1);
    position:relative;
    text-align:right;
    width:100%;
    z-index:999;
}
.header-home {
    background-color:rgba(0,0,0,.8);
    position:absolute;
    left:0px;
    top:45px;
}
@media only screen and (max-width:1420px) {
    .header-home {
        background-color:#000;
        position:relative;
        top:0px;
    }
}
@media only screen and (max-width:800px) {
    .header {
        background-color:#000;
    }
}

/*Logo*/
.logo {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
    height: auto;
    padding: 10px;
    position: absolute;
    left: 20px;
    top: -45px;
    /*width:135px;*/
    width: 110px;
    z-index: 2;
}
.logo a {
  display:block;
}
.logo img {
    display:block;
}
@media only screen and (max-width:1450px) {
    .logo {
        top:-45px;
    }
}
@media only screen and (max-width:980px) {
    .logo {
        height:auto;
        width:110px;
    }
}

/*Search*/
.search-wrap {
    position:absolute;
}
.search {
    display: inline-block;
    width: auto;
    vertical-align: top;
    position:absolute;
    right:0px;
    top:0px;
    z-index:10;
}
.search-box {
    border:1px solid #ccc;
    border-radius:30px;
    display:block;
    width:100%;
}
.search-text {
    background-color: #7e1316;
    background-image: url(/images/ico-search.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    cursor:pointer;
    display: inline-block;
    height: 65px;
    line-height: 65px;
    padding: 0 20px;
    vertical-align: top;
    text-align: left;
    text-indent:-9999px;
    width: 65px;
    transition-property: width;
    transition-duration: .15s;
    transition-timing-function: ease-in-out;
}
.search-text:focus {
    background-color:#fff;
    padding:0 20px;
    cursor:text;
    text-indent:0px;
    width:225px;
}
.search-button {
    display:none;
}
@media only screen and (max-width:930px) {
    .search {
        display:none;
    }
}

/*Topnav*/
.topnav-menu {
    display: inline-block;
    margin:0 65px 0 0;
    text-align: right;
}
.topnav-menu > li {
    display:inline-block;
    margin:0 0 0 -4px;
    vertical-align:top;
    position:relative;
}
.topnav-menu > li > a {
    color: #fff;
    color: rgba(255, 255, 255, .7);
    display:block;
    font-size:14px;
    line-height: 65px;
    padding:0 18px;
    text-decoration: none;
    text-transform:uppercase;
}
.topnav-menu > li > a:hover {
    background-color:rgba(255,255,255,.1);
}
.topnav-menu > li:hover > ul {
    position:absolute;
    top:100%;
    left:0px;
    display:block;
}
.topnav-menu > li > ul {
    display:none;
    background-color:rgba(0,0,0,.9);
}
.topnav-menu > li > ul > li {
    position:relative;
}
.topnav-menu > li > ul > li > a {
    color: rgba(255, 255, 255, .7);
    font-size:13px;
    display:block;
    text-decoration:none;
    text-align:left;
    padding:10px 15px;
    min-width:200px;
    white-space:nowrap;
}
.topnav-menu > li > ul > li > a:hover {
    background-color: rgba(255,255,255,.1);
}
.topnav-menu > li > ul > li > ul {
    background-color:rgba(0,0,0,.9);
    display:none;
    position:absolute;
    top:0px;
    left:100%;
    display:none;
}
.topnav-menu > li > ul > li:hover > ul {
    display:block;
}
.topnav-menu > li > ul > li > ul > li > a {
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 10px 15px;
    min-width: 200px;
    white-space: nowrap;
}
.topnav-menu > li > ul > li > ul > li > a:hover {
    background-color: rgba(255,255,255,.1);
}
.topnav-menu > li > ul > li > ul > li > ul {
    display:none;
}
.topnav-buttonWrap {
    display: none;
    cursor: pointer;
    padding: 20px;
    vertical-align: top;
}
.topnav-buttonWrap:hover {
    background-color:#650F12;
}
@media only screen and (max-width:1150px) {
    .topnav-menu > li > a {
        padding: 0 10px;
        font-size:12px;
    }
}
@media only screen and (max-width:930px) {
    .topnav-button {
        display: block;
        float: left;
        width: 30px;
        height: 26px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .topnav-button span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .topnav-button span:nth-child(1) {
        top: 0px;
    }
    .topnav-button span:nth-child(2),
    .topnav-button span:nth-child(3) {
        top: 10px;
    }
    .topnav-button span:nth-child(4) {
        top: 20px;
    }
    .topnav-button-open span:nth-child(1) {
        top: 10px;
        width: 0%;
        left: 50%;
    }
    .topnav-button-open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .topnav-button-open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .topnav-button-open span:nth-child(4) {
        left: 50%;
        top: 10px;
        width: 0%;
    }
    .topnav-buttonWrap {
        display: inline-block;
    }
    .topnav-menu {
        border-left: 4px solid #650F12;
        display: none;
        line-height:55px;
        margin:0px;
        position: absolute;
        right: 0px;
        top: 100%;
        z-index: 999;
    }
    .topnav-menu-visible {
        display: block !important;
    }
    .topnav-menu li {
        display: block;
        position: relative;
    }
    .topnav-menu li a {
        background-color: #7D1317;
        border-bottom: 1px solid #963437;
        color: #fff;
        display: block;
        font-size: 13px;
        line-height:55px;
        min-width: 300px;
        text-align: left;
        text-decoration: none;
    }
    .topnav-menu li a:hover {
        background-color: #650F12;
    }
    .topnav-menu li:last-child a {
        border: none;
    }
    .topnav-menu > li ul {
        display: none;
    }
    .topnav-menu > li:hover > ul {
        position:relative;
        display:none;
    }
    .topnav-menu > li > ul li a {
        background: #962c30;
        font-size: 14px;
        padding-left:20px;
    }
    .topnav-menu > li > ul > li > a {
        padding:0 15px;
    }
    .topnav-menu > li > ul > li > ul > li > a {
        padding-left: 30px;
    }
    .topnav-menu > li > ul > li > ul > li > ul > li > a {
        padding-left: 50px;
    }
    .topnav-menu-visible {
        height: 100%;
        overflow-y: visible;
        overflow-x: hidden;
        min-width: 250px;
        position: absolute;
        right: 0px;
        top: 0px;
        width: 250px;
        z-index: 0;
        -webkit-overflow-scrolling: touch;
    }
    .topnav-menu-visible > li > ul {
        display: block;
    }
    .toggle-icon {
        display: block!important;
    }
}

/*Toggle Icons*/
.toggle-icon { 
    cursor:pointer;
    display:none;
	width:30px;
	height:30px;
	position:absolute;
	right:10px;
	top:12px;
}
.toggle-icon:hover {
    background-color:#650F12;
}
.toggle-icon:before {
	content: " ";
	position: absolute;
	display: block;
	background-color: #ffffff;
	width: 2px;
	margin-left: -1px;
	left: 50%;
	top: 8px;
	bottom: 8px;
	z-index: 9;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
	transition: all 0.5s ease-in-out;
}
.toggle-icon.toggled:before {
	transition: all 0.5s ease-in-out;
    transform: scale(0);
}
.toggle-icon:after {
	content: " ";
	position: absolute;
	display: block;
	background-color: #ffffff;
	height: 2px;
	margin-top: -1px;
	top: 50%;
	bottom:50%;
	margin-bottom:-1px;
	left: 8px;
	right: 8px;
	z-index: 9;
}

/*Toggle Section*/
.toggle-section {
    margin:0 0 10px 0;
}
.toggle-section h2 {
    background: #eee;
    padding: 10px 30px;
    font-size: 14px;
    font-family: "modesto-text",sans-serif;
    text-transform:uppercase;
    cursor:pointer;
    margin:0px;
    transition-property:background-color;
    transition-duration:.2s;
    transition-timing-function:ease-in-out;
}
.toggle-section h2:hover {
    background: #ddd;
}
.toggle-section h2:after {
    float:right;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f067";
}
.toggle-section h2.open:after {
    content: "\f068";
}
.toggle-section-content {
    border:1px solid #eee;
    border-top:none;
    display:none;
    padding:0 30px;
    width:100%;
}

/*Flex Slider Gallery*/
#slider-gallery {
    margin:0 auto;
    padding:0;
    position:relative;
    max-width:600px;
}
#slider-gallery .slides img {
    max-height:400px;
}
#slider-gallery .flex-control-nav {
    background:#ddd;
    padding:10px;
}
#slider-gallery .flex-control-nav {
    background:#ddd;
    padding:10px;
}
#slider-gallery .flex-control-thumbs {
    margin:0px;
}
#slider-gallery .flex-control-thumbs img {
    max-height:75px;
}
#slider-gallery .flex-direction-nav {
    margin:0px;
    padding:0px;
    position:absolute;
    top:50%;
    width:100%;
}

@media only screen and (max-width:800px) {
    #slider-gallery {
        padding:0px;
    }
    #slider-gallery .flex-control-nav {
        display:none;
    }
}

/*Master Slider Custom Styles*/
.master-slider {
    position:relative;
    z-index:0;
}
.ms-layer-title {
    background-color:#177E13;
    background-color:rgba(23,126,19,1);
    color:#fff;
    font-size:40px;
    font-family: "modesto-condensed", sans-serif;
    line-height:40px;
    margin:0px;
    padding:12px 20px;
    position:absolute;
    right:-40px;
    top:-40px;
    z-index:2;
}
.ms-layer-caption {
    background-color:#000;
    background-color:rgba(0,0,0,.7);
    color:#fff;
    font-size:19px;
    line-height:25px;
    margin:0px;
    max-width:600px;
    padding:40px 20px 30px 40px;
    position:relative;
    vertical-align:bottom;
    z-index:1;
}
@media only screen and (max-width:1280px) {
    .ms-layer-title {
        font-size:24px;
        right:0px;
    }
    .ms-layer-caption {
        font-size:14px;
        padding-top:40px;
    }
    .ms-bullets {
        display:none;
    }
}
@media only screen and (max-width:600px) {
    .ms-anim-layers {
        display:none;
    }
}

/*Mobile Quick Nav*/
.mobileQuickNav {
    display:none;
}
.mobileQuickNav li {
    display:block;
}
.mobileQuickNav li a {
    background-color:#7D1317;
    background-image:url(/images/ico-arrowright-white.png);
    background-position:95% center;
    background-repeat:no-repeat;
    background-size:12px;
    border-bottom:1px solid #961e22;
    color:#fff;
    display:block;
    font-family: "modesto-text",sans-serif;
    padding:17px 20px;
    text-decoration:none;
    text-transform:uppercase;
}
@media only screen and (max-width:768px) {
    .mobileQuickNav {
        display:block;
    }
}

/*Sidebar*/
.sidebar {
    float:left;
    padding:50px 20px 50px 0;
    width:360px;
}
.sidebar h3 {
    border-bottom:1px solid #ccc;
    font-size:18px;
    line-height:49px;
    margin:0px;
    padding:0 15px;
    text-transform:uppercase;
}
.sidebar h3 a {
    text-decoration:none;
}
.sidebar-menu a {
    border-bottom:1px solid #ccc;
    color:#353434;
    display:block;
    padding:12px 15px;
    text-decoration:none;
}
.sidebar-menu a:hover {
    background-color:#eee;
}
.sidebar-menu.level1 > .current a {
    background-color:#7e1316;
    color:#fff;
}
.sidebar-menu.level2 > li > a {
    padding-left:30px;
}
.sidebar-menu.level2 > .current a {
    background-color:#eee;
}
.sidebar-menu.level3 {
    display:none;
}
.sidebar-filters {
    margin:20px 0 0 0;
    padding:0 15px;
}
.sidebar-filters li {
    
}
.sidebar-filters li label {
    display:block;
}
.sidebar-filters li input,
.sidebar-filters li select {
    border:1px solid #bbb;
    margin:0 0 20px 0;
    padding:10px;
    width:100%;
}
.sidebar-filters li button {
    background-color: #7D1317;
    border:none;
    color: #fff;
    cursor:pointer;
    display: inline-block;
    font-family: "modesto-text",sans-serif;
    font-size: 14px;
    font-weight: 200;
    margin: 0 10px 10px 0;
    padding: 14px 30px;
    text-decoration: none;
    text-transform: uppercase;
    width:100%;
}
.sidebar-filters li button:hover {
    background-color:#333;
}
.sidebar-jumplist label {
    border-bottom:1px solid #bbb;
    padding:0 0 5px 0;
    margin:0 0 15px 0;
}
.sidebar-jumplist ul li a {
    display:block;
    font-size:14px;
    margin:0 0 5px 0;
    text-decoration:none;
}
.sidebar-jumplist ul li a:hover {
    text-decoration:underline;
}
.sidebar-eventSearch-clear {
    display:block;
    padding:5px 15px;
    text-align:left;
}
@media only screen and (max-width:930px) {
    .sidebar {
        display:none;
    }
    .sidebar-eventSearch {
        display:block;
        padding:0px;
        width:100%;
    }
    .sidebar-eventSearch h3 {
        padding:0px;
    }
    .sidebar-filters {
        padding:0px;
    }
}

/*Banner*/
.banner {
    display:none;
}
.banner img {
    display:block;
    width:100%;
}

/*Banner Multi*/
.banner-multi {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    margin:0 0 30px 0;
}
.banner-multi .clear {
    display:none;
}
.banner-multi > * {
    margin:0 0 15px 0;
    width:49%;
}
.banner-multi > a img {
    display:block;
    width:100%;
}

/*Content*/
div.content {
    padding:40px 20px;
}
#home-page div.content {
    background-color:#fff;
    padding:0px;
}
.content-main {
    float:left;
    padding:50px 0px;
    width:100%;
}
.content-main-hasSidebar {
    padding:50px 0px 50px 20px;
    width:calc(100% - 360px);
}
#home-page .content:not(.edit.content) {
    padding:0px;
}
#home-page .content-main {
   background-color:#fff;
    min-height:520px;
    padding:80px 60px 60px 40px;
    width:55%;
}
#home-page .content-main h1 {
    border-bottom:none;
}
.content-main p {
    margin:0 0 20px 0;
}

@media only screen and (max-width:950px) {
	#home-page .content-main {
		width:100%;
		padding:20px 20px!important;
	}
	#home-page .content {
		background-position:bottom center;
	}
}
@media only screen and (max-width:930px) {
    .content-main {
        padding:50px 0!important;
        width:100%;
    }
}

/*Standard Table*/
.tableStandard {
    border:1px solid #ddd;
    border-collapse:collapse;
    margin:0 0 20px 0;
    width:100%;
}
.tableStandard th {
    background:#F8F8F8;
}
.tableStandard th,
.tableStandard td {
    border:1px solid #ddd;
    padding:6px 12px;
}

/*Simple Box*/
.simplebox {
    border:1px solid #ddd;
    display:inline-block;
    margin:0 15px 15px 0;
    padding:0 0 0 0;
    text-align:center;
    vertical-align:top;
    width:23%;
}
.simplebox h3 {
    font-weight: 400;
    font-size: 17px;
    font-family: "modesto-text",sans-serif;
    text-transform: none;
    line-height: 24px;
    margin: 0;
}
.simplebox h3 a {
    padding:8px 0;
    text-decoration:none;
    display:block;
}
.simplebox a {
    display:inline-block;
    text-align:center;
}
.simplebox > a img {
    display:inline-block;
    float:none;
}
.simplebox p.pdfname {
    margin:0px;
}
.simplebox p.pdfname a {
    font-size:17px;
    font-weight:700;
    line-height:17px;
    padding:0 0 10px 0;
    text-decoration:none;
}
.simplebox p.pdfname a > img {
    display:none;
}
@media only screen and (max-width:980px) {
    .simplebox {
        width:33.33%;
    }
}
@media only screen and (max-width:700px) {
    .simplebox {
        width:50%;
    }
}
@media only screen and (max-width:400px) {
    .simplebox {
        padding:0px;
        width:100%;
    }
}

/*Collections*/
.collection.item {
    margin:0 auto 20px auto;
    text-align:center;
    max-width:800px;
}
.collection.item > img {
    padding: 0 0 20px 20px;
    background-color: #fff;
}
.collection.item .collection-row {
    border:1px solid #ccc;
    display:inline-block;
    margin:-1px 0 0 0;
    width:100%;
}
.collection.item h1 {
    text-align:center;
}
.collection.item h3 {
    clear:none;
}
.collection.item .fancyBoxElement {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    display:inline-block;
    margin:0 0 20px 0;
    overflow:hidden;
    position:relative;
    vertical-align:top;
    text-align:center;
    width:350px;
}
.collection.item .fancyBoxElement:after {
    background-color:#000;
    background-color:rgba(0,0,0,.7);
    background-image:url(/images/ico-search-white.png);
    background-position:center;
    background-repeat:no-repeat;
    border-radius:999px;
    content:"";
    height:30px;
    width:30px;
    position:absolute;
    bottom:20px;
    right:20px;
}
.collection.item .fancyBoxElement img {
    border:2px solid #fff;
    display:inline-block;
    float:none;
    transition: all .2s ease-in-out;
}
.collection.item .fancyBoxElement:hover img {
    box-shadow:0 0 10px rgba(0,0,0,.2);
    transform: scale(.95);
}
.collection.item .collection-label,
.collection.item .collection-text {
    padding:5px 10px;
    display:inline-block;
    vertical-align:top;
    margin:0 -4px 0 0;
    text-align:left;
}
.collection.item .collection-label {
    width:30%;
}
.collection.item .collection-text {
    width:70%;
}
.collectionGrid {
    text-align:left;
}
.collectionGrid a {
    display:inline-block;
    margin:0 -4px 0 0;
    padding:10px;
    text-decoration:none;
    vertical-align:top;
    width:20%;
}
.collectionGrid a:hover span {
    background-color:#293f70;
}
.collectionGrid a img {
    border:2px solid #1E2E52;
    display:block;
}
.collectionGrid span {
    background-color:#1E2E52;
    border-radius:0 0 6px 6px;
    color:#fff;
    display:block;
    font-family: "modesto-text",sans-serif;
    font-size:19px;
    padding:10px;
    text-align:center;
    vertical-align:top;
}
#search-collections {
    border-bottom:1px solid #ddd;
    margin:0 0 20px 0;
    padding:0 10px 20px 10px;
}
#search-collections input[type=text],
#search-collections input[type=submit] {
    border:1px solid #ccc;
    padding:10px;
}
ol.collectionsearch {
    list-style-type:decimal;
}
ol.collectionsearch li {
    font-family:"modesto-text",sans-serif;
    font-size:32px;
    list-style-position: inside;
    padding:20px;
    vertical-align:top;
}
ol.collectionsearch li:nth-child(even) {
    background-color:#f9f9f9;
}
ol.collectionsearch li .collection-wrap {
    font-size:16px;
    font-weight:300;
    padding:10px;
}
ol.collectionsearch li .collection-wrap .button {
    background:#7D1317;
    color:#fff;
    padding:10px 20px;
    text-decoration:none;
}
ol.collectionsearch li .collection-wrap h3 {
    clear:none;
    margin-top:0px;
}
ol.collectionsearch li .collection-wrap img {
    float:left;
    margin:0 20px 10px 0;
    max-width:200px;
}
#paging {
    float: right;
    padding:30px 0 0 0;
}
#paging .prev {
    font-size: 16px;
    float: left;
}
#paging .next {
    font-size: 16px;
    float: right;
}
#pages {
    float: left;
    font-size: 20px;
    padding:0 20px;
    text-align: center;
}
#pages strong,
#pages a {
    padding:5px 10px;
}
#pages strong {
    background-color:#eee;
    color: #210D04;
    font-weight: normal;
    text-decoration: none;
}
#pages a {
    color: #2C406F;
}
.btn-backcollections {
    display:inline-block;
    font-size:21px;
    margin:30px 0 0 0;
}
@media only screen and (max-width:1280px) {
    .collectionGrid a {
        width:33.33%;
    }
}
@media only screen and (max-width:1000px) {
    .collection.item > img {
        background-color: none;
        float: none;
        padding: 0 0 20px 0;
    }
}
@media only screen and (max-width:768px) {
    .collection.item > img {
        background-color:none;
        float:none;
        padding:0 0 20px 0;
    }
    .collectionGrid a {
        width:50%;
    }
    ol.collectionsearch li .collection-wrap img {
        float:none;
    }
    #paging {
        border-top:1px solid #ddd;
        clear:both;
        margin:30px 0 0 0;
        width:100%;
    }
}
@media only screen and (max-width:580px) {
    .collection.item .fancyBoxElement {
        width:100%;
    }
    .collectionGrid a {
        padding:10px 0;
        width:100%;
    }
    .collectionGrid a img {
        width:100%;
    }
}


/*Events*/
.event.item {
    margin:0 auto 20px auto;
    text-align:center;
    max-width:800px;
}
.event.item > img {
    padding: 0 0 20px 20px;
    background-color: #fff;
}
.event.item .event-row {
    border:1px solid #ccc;
    display:inline-block;
    margin:-1px 0 0 0;
    width:100%;
}
.event.item h1 {
    text-align:center;
}
.event.item h3 {
    clear:none;
}
.event.item .fancyBoxElement {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    display:inline-block;
    margin:0 0 20px 0;
    overflow:hidden;
    position:relative;
    vertical-align:top;
    text-align:center;
    width:350px;
}
.event.item .fancyBoxElement:after {
    background-color:#000;
    background-color:rgba(0,0,0,.7);
    background-image:url(/images/ico-search-white.png);
    background-position:center;
    background-repeat:no-repeat;
    border-radius:999px;
    content:"";
    height:30px;
    width:30px;
    position:absolute;
    bottom:20px;
    right:20px;
}
.event.item .fancyBoxElement img {
    border:2px solid #fff;
    display:inline-block;
    float:none;
    transition: all .2s ease-in-out;
}
.event.item .fancyBoxElement:hover img {
    box-shadow:0 0 10px rgba(0,0,0,.2);
    transform: scale(.95);
}
.event.item .event-label,
.event.item .event-text {
    padding:5px 10px;
    display:inline-block;
    vertical-align:top;
    margin:0 -4px 0 0;
    text-align:left;
}
.event.item .event-label {
    width:30%;
}
.event.item .event-text {
    width:70%;
}
.event-return {
    background-color: #7D1317;
    border: none;
    color: #fff;
    display:table;
    font-family: "modesto-text",sans-serif;
    font-size: 14px;
    font-weight: 200;
    float:none;
    padding: 14px 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin:0px auto;
    text-align:center;
}
@media only screen and (max-width:1000px) {
    .event.item > img {
        background-color: none;
        float: none;
        padding: 0 0 20px 0;
    }
}
@media only screen and (max-width:768px) {
    .event.item > img {
        background-color:none;
        float:none;
        padding:0 0 20px 0;
    }
}
@media only screen and (max-width:580px) {
    .event.item .fancyBoxElement {
        width:100%;
    }
}

/*Event Details*/
.event-details {
    display:inline-block;
    width:100%;
    vertical-align:top;
}
.event-details h1 {
    margin:0 0 40px 0;
}
.event-details-wrap {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.event-details-wrap .fancyBoxElement {
    flex:0 0 35%;
    cursor: zoom-in;
    position: relative;
}
.event-details-wrap .fancyBoxElement:after {
    background-color: #000;
    background-color: rgba(0,0,0,.7);
    background-image: url(/images/ico-search-white.png);
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 999px;
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.event-details-wrap .event-copy {
    flex:0 0 63%;
    font-size:15px;
}
.event-copy-start,
.event-copy-end {
    display:inline-block;
    font-size:21px;
    font-weight:100;
    margin:0 20px 20px 0!important;
}
.event-copy-start i,
.event-copy-end i {
    color:#ccc;
    margin:0 5px 0 0;
}
.event-copy-return {
    background-color: #7D1317;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0px auto;
    text-align: center;
}
@media only screen and (max-width:768px) {
    .event-details-wrap .fancyBoxElement {
        flex: 0 0 100%;
        margin:0 0 40px 0;
    }
    .event-details-wrap .event-copy {
        flex: 0 0 100%;
    }
}

/*Site Search*/
#sitesearch-page form[name="frm"] {
    background:#eee;
    display:inline-block;
    padding:10px;
    width:100%;
}
#sitesearch-page form[name="frm"] p.forms {
    margin:0px;
}
#sitesearch-page form input[type="text"] {
    border:none;
    margin:0 -4px 0 0;
    padding:10px;
    width:75%;
}
#sitesearch-page form input[type="submit"] {
    border:none;
    cursor:pointer;
    margin:0 -4px 0 0;
    padding:10px;
    width:25%;
}
#sitesearch-page form input[type="submit"]:hover {
    background-color:#ccc;
}
#sitesearch-page .content-main ol {
    list-style-type:decimal;
    margin:0 0 0 20px;
}
#sitesearch-page .content-main ol li {
    margin:0 0 10px 0;
}

/*Contact Forms*/
ul.forms {

}
ul.forms li {
    margin:0 0 15px 0;
    min-width:60%;
}
ul.forms li span.left {
    display:inline-block;
    margin:0 15px 0 0;
    min-width:50%;
    vertical-align:top;
}
ul.forms li span.left label {
    display:block;
}
ul.forms li span.left input[type="text"],
ul.forms li span.left select,
ul.forms li span.left textarea {
    border:1px solid #ddd;
    font-family: "effra",sans-serif;
    padding:10px;
    width:100%;
}
ul.forms li input[type="submit"] {
    background-color:#7D1317;
    border:none;
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font-family: "modesto-text",sans-serif;
    font-size:14px;
    font-weight:200;
    margin:0 10px 10px 0;
    padding:15px 30px;
    text-decoration:none;
    text-transform:uppercase;
}
ul.forms li input[type="submit"]:hover {
    background-color:#333;
}
@media only screen and (max-width:980px) {
    ul.forms li {
        min-width:100%;
    }
    ul.forms li span.left {
        min-width:100%;
    }
}

/*Link List*/
#linkList {
    display:inline-block;
    margin:0 20px 20px 0;
    padding:10px;
    min-width:200px;
}

/* #3-D Map Styles
================================================== */
#map3Ddivider {
    width: 100%;
    display: block;
    border-bottom: 3px solid #dfd3c9;
    margin: 0;
}
.mapColumn {
    width: 33%;
    float: left;
}
.mapColumn .column {
    padding: 0 15px 0 20px;
    margin: 40px 0;
}
.mapWrap {
    position:relative;
}
.absolutePins {
    width: 100%;
    position: absolute;
    display: block;
    z-index:2;
}
.absolutePins > a {
    background: url('/images/pin.png') center center no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    transition-property: background-image;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}
.absolutePins > a:hover {
    background: url('/images/pin-l.png') center center no-repeat;
    width: 25px;
    height: 25px;
    transition-property: background-image;
    transition-duration: .2s;
    transition-timing-function: ease-in-out;
}
.zoom {
    position: absolute;
    left: 0px;
    top: 15px;
}
.zoom a {
    background: none;
    width: 120px;
    height: 55px;
    display: block;
}
.zoom a:hover {
    background: none;
    width: 120px;
    height: 55px;
}
.pin.one {
    right: 33%;
    top: 43%;
}
.pin.two {
    right: 42%;
    top: 50%;
}
.pin.three {
    right: 43%;
    top: 42%;
}
.pin.four {
    right: 33%;
    top: 70%;
}
.pin.five {
    right: 49%;
    top: 50%;
}
.pin.six {
    right: 48%;
    top: 40%;
}
.pin.seven {
    right: 54%;
    top: 44%;
}
.pin.eight {
    right: 56%;
    top: 54%;
}
.pin.nine {
    right: 36%;
    top: 64%;
}
.pin.ten {
    right: 16%;
    top: 68%;
}
.pin.eleven {
    right: 73%;
    top: 44%;
}
.tip {
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,.5);
    margin: 35px 0 0 0;
    position: absolute;
    display: none;
    width: 280px;
    border-radius: 8px;
    padding: 15px;
    z-index: 2;
}
.tip h1 {
    font-size: 18px;
    line-height: 22px;
}
.tip img {
    margin: 0;
    width:100%;
}
.tip span {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.tip p.btn {
    display: none;
}
.tip.one {
    right: 19%;
    top: 43%;
}
.tip.two {
    right: 28%;
    top: 50%;
}
.tip.three {
    right: 29%;
    top: 42%;
}
.tip.four {
    right: 19%;
    top: 70%;
}
.tip.five {
    right: 35%;
    top: 50%;
}
.tip.six {
    right: 34%;
    top: 40%;
}
.tip.seven {
    right: 40%;
    top: 44%;
}
.tip.eight {
    right: 42%;
    top: 54%;
}
.tip.nine {
    right: 22%;
    top: 64%;
}
.tip.ten {
    right: 2%;
    top: 68%;
}
.tip.eleven {
    right: 59%;
    top: 44%;
}
.tip a.more {
    background: url(/images/ico-mobileright.png) right center no-repeat #233863;
    border-radius:0px!important;
    width: 100%;
    float: right;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    padding:5px 15px;
}
.two-column.map {
    float: left;
    width: 47%;
    margin: 0 25px 40px 0;
}
.two-column.alt.map {
    margin: 0 0 40px 25px;
}
#mappdf {
    display: none;
}
#map2pdf {
    display: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
}
@media only screen and (max-width: 767px) {
    .zoom {
        display:none;
    }
    .absolutePins { position:relative; }
    /*Hide Shim*/
    .absolutePins > img {
        display:none;
    }
    .absolutePins a.pin { display:none; }
    .tip { display:block; position:static; float:left; width:100%; }
    .tip a { display:block; }
    .tip span { display:none; }
    .tip h1 { font-size:18px; }
    .tip a.more {
	    width: 100%;
	    float: left;
    }
    #map3D img { display:none; }
    #mappdf { display:block; float: left; }
    #mappdf > img { width:100%; }
    .mapColumn { width: 100%; margin: 0;}
    .mapColumn .column {  margin:0 !important; padding: 30px 0; }
    .tip { box-shadow:none;  }	
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.tip { width: 100%; }
}

/*Upcoming Events*/
.upcomingEvents {
    background-color:#eee;
    border-radius:10px;
    color:#fff;
    float:left;
    margin:40px 0 0 0;
    padding:20px;
    width:calc(45% - 40px);
}
.upcomingEvents h3 {
    color:#555;
    font-family: "modesto-text", sans-serif;
    font-size:26px;
    font-weight:bold;
    margin:0 0 20px 0;
    text-align:left;
    text-transform:uppercase;
}
.upcomingEvents > p {
    color:#000;
}
.upcomingEvents-event {
    background-color:#dedede;
    background-image:url(/images/ico-arrowright.png);
    background-position:95% center;
    background-repeat:no-repeat;
    border-radius:10px;
    color:#606060;
    display:block;
    font-weight:500;
    font-size:19px;
    margin:0 0 5px 0;
    padding:15px 40px 15px 20px;
    text-decoration:none;
}
.upcomingEvents-event:hover {
    background-color:#fff;
}
.upcomingEvents-event strong {
    color:#7e1316;
    display:block;
    font-size:16px;
}
.upcomingEvents-all {
    font-family: "modesto-text";
    color:#555;
    display:inline-block;
    float:right;
    font-weight:500;
    font-size:14px;
}
@media only screen and (max-width:949px) {
	.upcomingEvents {
        padding:40px 20px;
		width:100%;
	}
}

/*Quick Events*/
.quickEvents {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.quickEvents::after { /*Fix last column if less than 3 items*/
    content: "";
    flex: 0 0 31%;
}
.quickEvents-event {
    border:1px solid #ddd;
    display:inline-block;
    flex:0 0 31%;
    margin:0 0 25px 0;
    padding:0px;
    width:31%;
    vertical-align:top;
}
.quickEvents-event:nth-child(even) {
    background-color:#fff;
}
.quickEvents-image {
    display:inline-block;
    margin:0 0 10px 0;
    width:100%;
    max-width:100%;
}
.quickEvents-image img {
    display:block;

    width:100%;
}
.quickEvents-title {
    font-weight: 400;
    font-size:17px;
    font-family: "modesto-text",sans-serif;
    text-transform:none;
    line-height:24px;
    margin:0 0 10px 0;
}
.quickEvents-title a {
    text-decoration:none;
}
.quickEvents-time {
    margin:0 0 10px 0!important;
}
.quickEvents-more {
    display:inline-block;
    font-weight:bold;
    text-transform:uppercase;
    font-size:13px;
    text-decoration:none;
    margin:0 0 15px 0;
}
.quickEvents-title,
.quickEvents-time,
.quickEvents-more {
    padding:0 20px;
}
@media only screen and (max-width:1080px) {
    .quickEvents-event {
        flex: 0 0 49%;
    }
}
@media only screen and (max-width:500px) {
    .quickEvents-event {
        flex: 0 0 100%;
    }
}


/*Newsletter signup Popup*/
.newsletterSignUp h2 {
	text-align:center;
}
.newsletterSignUp p {
    margin: 0 0 15px 0;
    text-align: center;
}
.newsletterSignUp p.text {
	font-size:16px;
	padding:0 30px;
}
.newsletterSignUp .buttons {
    background-color: #eee;
    border-radius: 4px;
    margin: 25px 0 0 0;
    padding: 25px;
    text-align: center;
}

/*Video Stretch*/
figure,
.iframe-stretch {
    float:left;
    padding-left:0px;
    padding-right:0px;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin:0 0 20px 0;
    max-width: 100%;
    width:100%;
}
figure iframe,
figure object,
figure embed,
.iframe-stretch iframe,
.iframe-stretch object,
.iframe-stretch embed {
    border:none;
    background:#eee;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Callouts*/
.callouts {
    padding:20px 20px 50px 20px;
}
.callout {
    background-color:#fff;
    box-shadow:0 0 4px rgba(0,0,0,.3);
    display:inline-block;
    margin:0 1% 40px 1%;
    padding:0px;
    position:relative;
    width:23%;
    vertical-align:top;
}
.callout img {
    display:block;
}
.callout h2 {
    color:#7e1316;
    font-family: "modesto-condensed", sans-serif;
    font-size:25px;
    margin:20px 0;
    padding:0 20px;
}
.callout p {
    padding:0 20px;
}
.callout .text {
    color:#000;
    margin:0 0 80px 0;
    line-height:22px;
}
.callout .btn {
    bottom:0px;
    position:absolute;
}
.callout .btn a {
    color:#7e1316;
    background-color:initial;
    display:inline-block;
    margin:0 0 20px 0;
    padding:0px;
    text-decoration:none;
    text-transform:uppercase;
}
.callout .btn a:hover {
    text-decoration:underline;
}
@media only screen and (max-width:1280px) {
    .callout {
        min-height:500px;
    }
}
@media only screen and (max-width:980px) {
    .callout {
        margin:10px 1%;
        min-height:initial;
        width:48%;
    }
    .callout img {
        width:100%;
    }
}
@media only screen and (max-width:500px) {
    .callout {
        margin:10px 0;
        width:100%;
    }
    .callout img {
        width:100%;
    }
}

/*Pre Footer*/
.preFooter {
    background-color:#f1f1f1;
    padding:50px 0;
}
.preFooter .btn {
    border-radius:6px;
    color:#fff;
    margin:15px 0 0 0;
    padding:10px 20px;
    display:inline-block;
    text-decoration:none;
    text-transform:uppercase;
}
.preFooter h3 {
    font-size:22px;
    font-weight:500;
    font-family:"modesto-text";
    margin:0 0 10px 0;
    text-transform:uppercase;
}
.preFooter p {
    font-size:13px;
    line-height:18px;
}
.preFooter-newsletter,
.preFooter-member,
.preFooter-donate {
    display:inline-block;
    float:left;
    padding:0 20px;
    vertical-align:top;
    width:33.33%;
}
.preFooter-newsletter h3 {
    color:#127f3e;
}
.preFooter-newsletter .btn {
    background-color:#127f3e;
}
.preFooter-newsletter .btn:hover {
    background-color:#3cab69;
}
.preFooter-member h3 {
    color:#254e86;
}
.preFooter-member .btn {
    background-color: #254e86;
}
.preFooter-member .btn:hover {
    background-color: #4575b5;
}
.preFooter-donate h3 {
    color:#7e1418;
}
.preFooter-donate .btn {
    background-color:#7e1418;
}
.preFooter-donate .btn:hover {
    background-color:#b33e43;
}
@media only screen and (max-width:800px) {
    .preFooter-newsletter,
    .preFooter-member,
    .preFooter-donate {
        margin:0 0 40px 0;
        padding:0 30px;
        width:100%;
    }
}

/*Social*/
.social li a {
    background-repeat:no-repeat;
    background-position:left center;
    display:block;
    padding:10px 10px 10px 50px;
}
.social li a.facebook {
    background-image:url(/images/social/facebook.png);
}
.social li a.youtube {
    background-image:url(/images/social/youtube.png);
}
.social li a.twitter {
    background-image:url(/images/social/twitter.png);
}
.social li a.instagram {
    background-image:url(/images/social/instagram.png);
}
@media only screen and (max-width:700px) {
    .social li a {
        height:32px;
        padding:0px!important;
        width:32px;
        text-indent:-9999px;
    }
}


/*Footer*/
.footer {
    background-color:#1E2E52;
    color:#d8e0f4;
    font-size:13px;
    padding:40px 20px;
}
.footer h4 {
    color:#fff;
    font-size:18px;
}
.footer h5 {
    color:#fff;
    font-size:16px;
    text-transform:uppercase;
}
.footer a {
    color:#99acdb;
    text-decoration:none;
}
.footer a:hover {
    text-decoration:underline;
}
.footer p {
    margin:0 0 20px 0;
}
.footer-column {
    border-right:1px solid #2a3c62;
    display:inline-block;
    margin-right:-4px;
    min-height:280px;
    padding:20px 40px;
    width:25%;
    vertical-align:top;
}
.footer-column:nth-child(4) {
    border-right:none;
}
.footer-bottom {
    border-top:1px solid #2a3c62;
    margin:20px 0 0 0;
    padding:20px 0 0 0;
}
.footer-bottom > * {
    opacity:.36;
}
.footer-bottom a {
    color:#fff;
    text-decoration:none;
}
.footer-bottom a:hover {
    text-decoration:underline;
}
.footer-copyright {
    display:inline-block;
    margin-right:-4px;
    width:35%;
    vertical-align:top;
}
.footer-menu {
    display:inline-block;
    margin-right:-4px;
    text-align:right;
    width:65%;
    vertical-align:top;
}
.footer-menu li {
    display:inline-block;
    margin:0 0 10px 10px;
}
@media only screen and (max-width:1150px) {
    .footer-copyright,
    .footer-menu {
        text-align:center;
        width:100%;
    }
}
@media only screen and (max-width:980px) {
    .footer-column {
        width:50%;
    }
    .footer-column:nth-child(even) {
        border:none;
    }
}
@media only screen and (max-width:700px) {
    .social {
        text-align:center;
    }
    .social li {
        display:inline-block;
        margin:0 8px 10px 8px;
    }
    .social li a {
        padding:10px 10px 10px 40px;
    }
    .footer-menu {
        display:none;
    }
    .footer-column {
        border:none;
        border-top:1px solid #2a3c62;
        min-height:initial;
        padding:20px 0;
        text-align:center;
        width:100%;
    }
    .footer-column:nth-child(2),
    .footer-column:nth-child(3) {
        display:none;
    }
    .footer-column:first-child {
        border-top:none!important;
    }
}