/*
Theme Name: Mighty 8th Museum
*/
/*====================================== reset.css is here ========================================*/

#preloader { 
    background-color: #20476a;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    overflow: hidden;
}

#status { 
    background-image: url("images/25.gif");
    background-position: center center;
    background-repeat: no-repeat;
    height: 557px;
    left: 50%;
    margin: 0 0 0 -250px;
    position: absolute;
    top: 20%;
    width: 510px;
}

#home-new-banner {
    padding: 40px 0;
    text-align: center;
}

#home-new-banner img {
    max-width: 1134px;
    max-height: 230px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}
.clrflt {
    clear: both;
}
.last {
    margin: 0 !important;
}
.pad_last {
    padding: 0 !important;
}
.no_bg {
    background: none !important;
}
.no_border {
    border: none !important;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}
/**************************************************************************************/

a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
/*----------------------------------------------------------------------------------*/

html {} body {
    color: #b1b1b1;
    font-family: "Arial", Verdana, Tahoma;
    font-size: 12px;
}
.flt_lt {
    float: left;
    display: inline;
}
.flt_rt {
    float: right;
    display: inline;
}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/

.wrapper {
    margin: 0 auto;
}
.container {
    width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 0;
}
.row {
    padding: 0;
    float: none;
    margin: 0;
}
.main_content {} header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 23px 0 0 0;
    width: 100%;
}
/*-------------------------------------------*/
/* ------------------------ MAIN CONTENT HERE --------------*/

::selection {
  background: #4b7ba7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #4b7ba7; /* Gecko Browsers */
}

b, strong {
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

.banner {
    position: relative;
}
.banner .item {
    width: 100%;
    height: auto;
}

.banner .item img {
    width: 100%;
    height: auto;
}
.banner .carousel-control {
    top: 50%;
    z-index: 2;
}
.banner .carousel-control.left {
    background: url(images/slider_arw_rgt.png) no-repeat center top;
    width: 42px;
    height: 140px;
}
.banner .carousel-control.right {
    background: url(images/slider_arw_lft.png) no-repeat center top;
    width: 42px;
    height: 140px;
}

.tp-leftarrow.custom {
    background: url(images/slider_arw_rgt.png) no-repeat center top;
    height: 140px;
    visibility: visible !important;
    width: 42px;
    opacity: 1 !important;
    position: absolute;
    left: -30px !important;
}

.tp-leftarrow.custom:hover {
    background-color: transparent !important;
    background: url(images/slider_arw_rgt.png) no-repeat center top;
}

.tp-rightarrow.custom {
    background: url(images/slider_arw_lft.png) no-repeat center top;
    height: 140px;
    visibility: visible !important;
    width: 42px;
    opacity: 1 !important;
    position: absolute;
    right: -72px !important;
    left: auto !important;
}

.tp-rightarrow.custom:hover {
    background: url(images/slider_arw_lft.png) no-repeat center top;
    background-color: transparent;
}

.custom.tparrows.tp-leftarrow::before {
    content: "";
}

.custom.tparrows.tp-rightarrow::before {
    content: "";
}
    

.smooth {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    z-index: 999;
}
.smooth a {
    display: inline-block;
    margin: 0 0 0 12px;
}
.logo {
    float: left;
    display: inline-block;
    background-color:rgba(236,236,236,0.95);
    width: 400px;
    border-right: 6px solid #12466a;
}
.logo a {
    display: block;
    padding: 0 0 11px 0;
}
.logo a img {
    margin: -23px 23px 0 0;
    float: right;
    display: inline-block;
}
.navigation_main {
    float: right;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.navigation_top {
    display: block;
    float: none;
    padding: 0 0 0 3%;
}
.navigation_top_in {
    background: url(images/search_bg.png) repeat;
}
.navigation_top_in ul {
    float: left;
    display: inline-block;
    padding: 12px 18px 12px 18px;
    width: auto;
    background: url(images/navigation_top_bg.png) repeat;
}
.navigation_top_in ul li {
    float: left;
    display: inline-block;
    padding: 0 18px 0 0;
}
.navigation_top_in ul li:nth-last-child(1) {
    padding: 0;
}
.navigation_top_in ul li a {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    line-height: 14px;
    color: #cae3f5 !important;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 1px;
}
.search1 {
    float: left;
    display: inline-block;
    width: 66.8%;
}
.search1 span {
    background: #9e9e9e none repeat scroll 0 0;
    display: inline-block;
    float: left;
    height: 41px;
    padding: 12px 0 0;
    text-align: center;
    width: 40px;
}
.search1 span a {
    margin: 0 auto;
    display: block;
    padding: 12px 0 12px 0;
}
.search1 span a img {
    display: block;
    margin: 0 auto;
}

.text-field {
    height: 40px !important;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    color: #e9eaec;
    padding: 0 4% 0 4%;
    background: none;
    border: none;
    outline: none;
    letter-spacing: 1px;
    width: 85%;
}
.navbar {
    background: url(images/nav_bg.png) repeat;
    padding: 0;
    border-radius: 0;
    margin: 0;
    border: none;
}
.navbar ul {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
.navbar ul li {
    float: left;
    display: inline-block;
    padding: 18px 1.2% 20px;
    position: relative;
}

.navbar ul li:hover {
    background-color:#2e2e2e;
}

.activeitem {
    background-color:#2e2e2e;
}

.navbar ul li a {
font-family: "aktiv-grotesk", sans-serif;
font-size: 12px;
line-height: 14px;
color: #fff;
font-weight: 400;
text-transform: uppercase;
letter-spacing: 1px;
}
.navbar ul li:nth-last-child(1) {
    text-align: center;
}
.navbar ul li:hover ul {
    visibility: visible;
    opacity: 1;
}
.navbar ul li ul {
    position: absolute;
    left: 0;
    top: 52px;
    background: #fff;
    padding: 22px 0 0 0;
    width: 173px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
.navbar ul li ul li {
    display: block;
    padding: 0 5px 25px;
    margin: 0;
    float: none;
    text-align: center;
}

.navbar ul li ul li:hover {
    background-color: inherit;
}

.navbar ul li ul li a {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #31271c;
    padding: 0 0 0 0;
    text-transform: inherit;
    letter-spacing: inherit;
}
.navbar ul li ul li a:hover {
    text-decoration: underline;
}
.navbar-collapse {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    cursor: default;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    cursor: default;
}
.nav > li > a {
    padding: 0;
    font-family: "aktiv-grotesk", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
}

.navbar-right {
    float: none !important;
    margin: 0;
}
.navigation_top_main {
    display: none;
}

#dot-matrix {
    background: url(images/44ga9qid.png);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1
}

.banner_content {
    position: absolute;
    right: -1%;
    top: 55%;
    z-index: 22;
}
.banner_content h3 {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    font-size: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    background: #bba23d;
    padding: 11px 20px;
    margin: 0 0 23px 0;
    position: absolute;
    left: -62px;
    top: -13px;
    z-index: 5;
}
.banner_content p {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    background: url(images/banner_content_bg.png) repeat;
    padding: 74px 40px 20px 40px;
    margin: 0 0 18px 0;
    letter-spacing: 1px;
}
.banner_content a {
    padding: 0 12px 0 12px;
    width: 160px;
    background: #fff;
    display: block;
    margin: 0 0 0 18px;
}

.banner_content a:hover {
    background: #e5e5e5;
}

.banner_content span {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #9d8833;
    font-weight: 500;
    text-align: center;
    display: block;
    padding: 15px 14px 15px 14px;
    border-left: 2px dotted #9d8833;
    border-right: 2px dotted #9d8833;
}
.tp-bullets.custom .tp-bullet {
    background-color:#999999;
    width: 77px;
    height: 12px;
    border: none;
    border-radius: 0;
    margin: 0 6px 0 0;
    cursor: pointer;
}
.tp-bullets.custom .selected {
    background-color:#ffffff;
    width: 77px;
    height: 12px;
}
.tp-bullets.custom {
    width: 65.5%;
    text-align: right;
    bottom: 52px;
    left: 62% !important;
    opacity: 1 !important;
    top: 100%;
    visibility: visible !important;
    top: 97% !important;
}

.carousel-indicators li {
    background-color:#999999;
    width: 77px;
    height: 12px;
    border: none;
    border-radius: 0;
    margin: 0 6px 0 0;
    cursor: pointer;
}
.carousel-indicators .selected {
    background-color:#ffffff;
    width: 77px;
    height: 12px;
}
.carousel-indicators {
    bottom: 40px;
    text-align: right;
    width: 46.5%;
}

.current_happens {
    float: none;
    padding: 0 0 64px 0;
}
.current_happens h3 {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    font-size: 40px;
    line-height: 40px;
    color: #776c4f;
    font-weight: 400;
    background: #fff;
    padding: 20px 25px 20px 25px;
    display: inline-block;
    margin: -28px 0 35px;
    position: relative;
    z-index: 4;
    letter-spacing: 1px;
}
.current_happens h3 a {
    font-family: "proxima-nova", sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #707070;
    text-decoration: underline;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 0 0 20px;
    position: relative;
    z-index: 999;
}
.current_happens_main {
    background: #f7f6f3;
    border-top: 6px solid #f1efe9;
    border-bottom: 6px solid #f1efe9;
}
.current_happens_in {
    display: block;
    padding: 0 2% 0 2%;
    margin: -49px 0 -20px 0;
}
.current_happens_in ul {
    display: table;
}
.current_happens_in ul li {
    display: table-cell;
    margin: 0 2px 0 0;
    vertical-align: bottom;
    padding: 0 5px 0 0;
    position: relative;
}


.current_happens_in .divul {
    display: table;
}

.current_happens_in .divul .divli {
    display: table-cell;
    margin: 0 2px 0 0;
    vertical-align: bottom;
    padding: 0 5px 0 0;
    position: relative;
}

.current_happens_in .divul .rhc-widget-upcoming-item {
    display: table-cell;
    margin: 0 2px 0 0;
    vertical-align: bottom;
    padding: 0 5px 0 0;
    position: relative;
}

/*.current_happens_in	ul li:nth-last-child(1)	{ margin:0 -4px 0 0 ;}
*/

.rhc-widget-upcoming-featured-image {
    float: left;
    margin-right: auto !important;
    width: 100% !important;
}

.rhc-widget-upcoming-featured-image img {
    border: medium none !important;
    height: 331px !important;
    width: 100%;
}

.rhc-widget-date-time {
    font-size: inherit !important;
    font-weight: inherit !important;
}

.current_happens_content {
    float: none;
    height: 288px;
    position: relative;
    text-align: center;
    top: 43px;
    transition: all 0.2s ease-in-out 0s;
    width: 290px;
    z-index: 5;
}
.current_happens_content:hover {
    top: 8px;
}
.whitebar {
    background-color: #ffffff;
    height: 62px;
    position: relative;
    top: 68px;
    width: 100%;
    z-index: 10;
}
.current_happens_content img {
    width: 100%;
    height: auto;
    padding: 0;
}
.current_happens_content a {
    color: #ffffff;
    text-decoration: underline;
    text-shadow: 2px 1px 3px #000000;
}
.current_happens_content h4 {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    left: 15px;
    bottom: 6px;
    border-left: 2px dotted #c8b050;
    padding: 0 20px 0 9px;
    text-align: left;
}

.current_happens_content h4 small {
    display: block;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
}
.current_happens_content img {
    height: 331px;
}
.current_happens_content.active img {
    height: 343px;
    background: url(images/border_bg.png) no-repeat center bottom;
}
.current_happens_content.active a {
    display: block;
}
.current_happens_content:hover a {
    display: block;
}
.current_happens_content:hover h4 {
    bottom: -28px;
}
.current_happens_content2 {
    width: 249px;
    top:0;
    height: 281px;
}

.current_happens_content2:hover {
    top: 0;
}

.current_happens_content2 a {
    background:none;
    display: block;
}
.current_happens_content2 img {
    background: url(images/border_bg2.png) no-repeat center bottom;
    display: block;
    height: 295px;
}

.current_happens_content2 h5 {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 21px;
    color: #fff;
    background: #5c4928;
    font-weight: 400;
    padding: 8px 20px 8px 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.current_happens_content2 h4 {
    font-size: 20px;
    border: none;
    bottom: -39px;
}
.current_happens_content2:hover img {
    transform: none;
    background: url(images/border_bg2.png) no-repeat center bottom;
    height: 295px;
}

.current_happens_content2:hover h4 {
    bottom: -39px;
}

.callbottom {
    background-image: url("images/callbottom.png");
    background-repeat: no-repeat;
    bottom: -32px;
    height: 41px;
    left: 20px;
    letter-spacing: 1px;
    padding: 9px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 251px;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    z-index: 4;
}
.callbottom a {
    font-family: "proxima-nova", sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
}
.current_happens_content:hover + .callbottom {
    bottom: -92px;
    opacity: 1;
    z-index: 12;
}

.callbottom:hover {
    bottom: -92px;
    opacity: 1;
    z-index: 12;
}

.callbottom:hover + .current_happens_content {
    top: 8px;
}

.callbottom1 {
    background-image: url("images/callbottom1.png");
    background-repeat: no-repeat;
    bottom: -93px;
    height: 42px;
    left: 20px;
    letter-spacing: 1px;
    padding: 12px 0 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 207px;
    z-index: 12;
}

.callbottom1 a {
    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    font-size: 14px;
}

.smalldate {
    font-size: 18px;
    font-style: italic;
    opacity: 0;
    visibility: hidden;
    height: 0;
    max-height: 0;
    transition: all 0.6s linear;
    text-shadow: 2px 1px 3px #000000;
}

.datetrigger:hover .smalldate {
    opacity: 1;
    visibility:visible;
    height: auto;
    max-height: 50px;
}

.map_section {
    background: url(images/map_bg.png) no-repeat center top;
    background-size: cover;
    padding: 90px 0 90px 0;
    background-attachment: fixed;
}
.map_section_in {
    padding: 0 2% 0 2%;
}
.map_section_lft {
    float: left;
    display: inline-block;
    padding: 0 8% 0 0;
    margin: 0 -40px 0 0;
}
.map_section_lft img {
    border: 21px solid #fff;
    width: 100%;
    height: auto;
}
.map_section_rgt {
    float: left;
    display: inline-block;
    margin: 77px 0 0 0;
    padding: 0;
}
.map_section_rgt_in {
    display: block;
    background: url(images/transparent_bg.png) repeat;
    padding: 0 6% 0 6%;
}
.map_section_rgt_in h4 {
    background: url(images/star.png) no-repeat 28px center #5d624a;
    text-align: center;
    font-family: "kepler-std-display", serif;
    font-size: 34px;
    letter-spacing: 1px;
    line-height: 34px;
    color: #f1f6dd;
    font-weight: 700;
    padding: 18px 32px 18px 32px;
    width: 89%;
    margin: 0 auto -10px;
    top: -42px;
    position: relative;
}
.map_section_rgt_in h4 span {
    background: url(images/star.png) no-repeat right center;
    display: block;
}
.map_section_rgt_in ul.address {
    float: left;
    display: inline-block;
}
.map_section_rgt_in ul.address li {
    display: block;
    margin: 0 0 15px 0;
    padding: 0 0 0 39px;
}
.map_section_rgt_in ul.address li small {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #343535;
    font-weight: 600;
    display: block;
}
.map_section_rgt_in ul.address li a {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #343535;
    font-weight: 500;
}
.map_section_rgt_in ul.address li:nth-child(1) {
    background: url(images/calender.png) no-repeat left top;
}
.map_section_rgt_in ul.address li:nth-child(2) {
    background: url(images/landmark-.png) no-repeat left center;
}
.map_section_rgt_in ul.address li:nth-child(3) {
    background: url(images/phone.png) no-repeat left center;
}
.map_section_rgt_in ul.tickets {
    float: right;
    display: inline-block;
    margin: -15px 0 0;
}
.map_section_rgt_in ul.tickets li {
    display: block;
    width: 158px;
    text-align: center;
    background: #66502b;
    margin: 0 0 16px 0;
}

.map_section_rgt_in ul.tickets li:hover {
    background:  #403521;
}

.map_section_rgt_in ul.tickets li a {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    padding: 14px 0 14px 0;
    letter-spacing: 1px;
}
.plain {
    background: url(images/plain.png) no-repeat center top;
    background-size: cover;
    padding: 72px 0 74px 0;
}

.plaingift {
    background: url(images/giftback.jpg) no-repeat center top;
}

.plain_content {
    float: none;
    padding: 0 0 0 0;
    margin: 0 0 0 6.2%;
    text-align: center;
}
.plain_content a {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 500;
    padding: 14px 26px 14px 26px;
    display: inline-block;
    text-transform: uppercase;
    background: #a32c0c;
    letter-spacing: 1px;
    margin: 0 0 26px 0;
}

.plain_content a:hover {
     background: #7d2c18;
}

.plain_content h4 {
    font-family: "kepler-std-display", serif;
    font-size: 38px;
    line-height: 44px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}

.plaingift .plain_content {
    float: right;
}

.experience {
    background: #3d3227;
    padding: 27px 0 27px 0;
}
.design {
    background: url(images/design.png) no-repeat center top;
    background-size: cover;
    min-height: 28px;
    margin: 0 0 48px 0;
}
.experience_top {
    border-top: 4px solid #6e6459;
    text-align: center;
}
.experience_top h3 {
    font-family: "kepler-std-display", serif;
    font-size: 41px;
    line-height: 41px;
    color: #fff;
    font-weight: 400;
    text-align: center;
    padding: 0 15px 0 15px;
    margin: -22px 0 24px 0;
    background: #3d3227;
    display: inline-block;
    letter-spacing: 1px;
}
.experience_btm {
    background: #695f55;
    padding: 8px 0 8px 0;
    position: relative;
    margin: 0 0 50px 0;
    max-height: 275px;
}
.experience_btm .owl-item {
    width: 259px !important;
    margin: 0 9px 0 0;
    position: relative;
}
.experience_btm .owl-item p {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(images/text_bg.png) repeat;
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    width: 100%;
    padding: 10px 0 10px 11px;
    text-align: left;
    font-weight: 400;
}
.experience_btm .owl-item p small {
    font-size: 11px;
    line-height: 11px;
    display: inline-block;
    color: #adadad;
    padding: 0 2px 0 0;
}
.experience_btm .prev {
    background: url(images/carosaul_arw_lft.png) no-repeat center top;
    width: 74px;
    height: 73px;
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0;
}
.experience_btm .next {
    background: url(images/carousal_arw_rgt.png) no-repeat center top;
    width: 74px;
    height: 73px;
    font-size: 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.experience_btm .customNavigation {
    position: absolute;
    left: 0;
    top: 36%;
    width: 100%;
}
.owl-theme .owl-controls .owl-page {
    display: none !important;
}
.search_content {
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0;
    top: 0;
    z-index: 9999;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.search_content_in {
    display: table;
    width: 100%;
    height: 100%;
}
.search_content_in a {
    background: url(images/circle_bg.png) repeat;
    width: 157px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    border-radius: 100%;
    font-family: "proxima-nova", sans-serif;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    text-decoration: underline;
}
.search_content_in a img {
    display: block;
    margin: 0 auto 5px;
}
.serach_content_main {
    display: table-cell;
    vertical-align: middle;
}
.experience_btm .owl-item:hover .search_content {
    opacity: 1;
}
.design2 {
    margin: 0;
}
#demo {
    display: block;
}
.museum {
    background: #f0f1ed;
    padding: 72px 0 60px 0;
}
.museum_main {
    border-top: 4px solid #cbc9bd;
    text-align: center;
}
.museum_in {
    padding: 0 2% 0 2%;
}
.museum_main h3 {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    font-size: 41px;
    line-height: 41px;
    color: #685b38;
    font-weight: 400;
    text-align: center;
    padding: 0 15px 0 15px;
    margin: -22px 0 24px 0;
    background: #f0f1ed;
    display: inline-block;
}
.museum_content_in {
    position: relative;
}
.museum_content img {
    width: 100%;
    height: auto;
}
.museum_content {
    float: left;
    display: inline-block;
    padding: 0;
    position: relative;
    margin: 0 12px 14px 0;
}
.museum_content span {
    background: #3f5292;
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    display: block;
    padding: 18px 0 18px 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.social {
    position: absolute;
    right: 0;
    top: 0;
    width: auto !important;
    height: auto !important;
}
.pow {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.pow_in {
    width: 100%;
    height: 100%;
    display: table;
}
.pow_content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pow_content p {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #17374e;
    font-weight: 500;
    font-style: italic;
    padding: 0 53px 0 53px;
}
.pow_content p a {
    text-decoration: underline;
    color: #17374e;
}
.museum_content .pow {
    display: block;
}
.museum_content:nth-child(3n) {
    margin: 0 -24px 0 0;
}
.pow_content2 {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.pow_content2 h4 {
    font-family: "proxima-nova", sans-serif;
    font-size: 38px;
    line-height: 38px;
    color: #fff;
    font-weight: 500;
    padding: 0 0 20px 0;
}
.pow_content2 p {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    padding: 0 53px 25px 53px;
    letter-spacing: 1px;
}
.pow_content2 a {
    background: #fff none repeat scroll 0 0;
    color: #897330;
    display: inline-block;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 14px 20px;
    text-transform: uppercase;
}
.newsletter {
    background: url(images/emblom.png) no-repeat center top;
    background-size: cover;
    text-align: center;
    padding: 102px 0 102px 0;
    background-attachment: fixed;
}
.newsletter h3 {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    font-size: 39px;
    line-height: 42px;
    color: #fff;
    font-weight: 400;
}
.newsletter p {
    font-family: "proxima-nova", sans-serif;
    font-size: 25px;
    line-height: 25px;
    color: #c3d3df;
    font-weight: 300;
    padding: 0 0 30px 0;
}
.news_letter_in {
    width: 350px;
    display: inline-block;
}
.text-field2 {
    float: left;
    display: inline-block;
    background: none;
    border: 2px solid #fff;
    padding: 0 16px 0 16px;
    width: 283px;
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #d5c800;
    font-weight: 400;
    height: 51px;
    outline: none;
    margin: 0 4px 0 0;
}
.news_letter_in a {
    float: left;
    display: inline-block;
    background: url(images/forward.png) no-repeat center top;
    width: 51px;
    height: 51px;
}

.news_letter_in .submitemail {
    background: rgba(0, 0, 0, 0) url("images/forward.png") no-repeat scroll center top;
    border: medium none;
    display: inline-block;
    float: left;
    height: 51px;
    text-indent: -9999px;
    width: 51px;
}

#success_message {
    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 20px;
    padding: 0;
}

/* ---------------------------------------------------------*/
/*****************************inner1 page starts here*************************************/

.banner2 {
    background: url(images/banner2.png) no-repeat center top;
    background-size: cover;
    min-height: 335px;
}
.banner2_in {
    position: relative;
    min-height: 335px;
}
.banner2 h2 {
    position: absolute;
    bottom: 0;
    left: 15px;
    background: url(images/text_bg2.png) repeat;
    display: inline-block;
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    font-size: 78px;
    line-height: 81px;
    font-weight: 400;
    padding: 21px 25px 26px 25px;
    color: #fff;
}
.banner3 {
    background: url(images/banner2.png) no-repeat center top;
    background-size: cover;
    min-height: 180px;
}
.opportunities {
    background: #fff;
    padding: 20px 0 53px 0;
}
.opportunities_in {
    padding: 0 1% 0 1%;
}
.opportunities_in_lft {
    width: 184px;
    float: left;
    display: inline-block;
    border-top: 4px solid #f0ece5;
    padding: 6px 0 6px 0;
    border-bottom: 4px solid #f0ece5;
    position: absolute;
    z-index:50;
    top: 385px;
    transition: none !important;
}

.opportunities_in_lft_main {
    background: #f5f4f2;
    border-left: 4px solid #e2dacc;
    padding: 20px 0 0 0;
}
.opportunities_in_lft_main ul {
    display: inline-block;
    padding: 0 0 0 5px;
}
.opportunities_in_lft_main ul li {
    display: block;
    margin: 0 0 21px 0;
    padding: 0 0 0 8px;
    border-left: 4px solid transparent
}
.opportunities_in_lft_main ul li a {
    display: inline-block;
    font-family: "proxima-nova", sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #7e632c;
    font-weight: 500;
    text-decoration: underline;
}
.opportunities_in_lft_main ul li:hover,
.opportunities_in_lft_main ul li.current_page_item {
    border-left: 4px solid #114467;
}
.opportunities_in_lft_main ul li:hover a,
.opportunities_in_lft_main ul li.current_page_item a {
    color: #114467;
}
.opportunities_in_rgt {
    float: right;
    display: inline-block;
    padding: 24px 0 0 2%;
}

.opportunities_in_rgt {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #343535;
    font-weight: 300;
}

.opportunities_in_rgt a {
    color: #343535;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: underline;
}

.page-id-8 .opportunities_in_rgt a {
    text-decoration: none;
}

.page-template-page-accordion .opportunities_in_rgt a {
    text-decoration: none;
}

.opportunities_in_full {
    float: left;
    display: inline-block;
    padding: 24px 0 0 0%;
}


.links a {
    line-height: 35px;
}

.linksinterest {
    background-image: url("images/links-image.jpg");
    background-position: 50% 69px;
    background-repeat: no-repeat;
    background-size: 93% auto;
}

.opportunities_in_rgt ul {
    list-style: disc;
    margin: 10px 60px 10px;
}

.opportunities_in_rgt ul li {
    padding: 3px 0;
}
    
.opportunities_in_rgt h3 {
    font-family: "proxima-nova", sans-serif;
    font-size: 32px;
    line-height: 37px;
    color: #5e5342;
    font-weight: 700;
    padding: 0 0 20px 0;
}
.opportunities_in_rgt h4 {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    line-height: 32px;
    color: #766954;
    font-weight: 700;
    padding: 0 0 5px 0;
    font-size: 28px;
}

.page-template-page-donate .opportunities_in_rgt h4 {
    padding: 0;
}

.opportunities_in_rgt p {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #343535;
    font-weight: 300;
    padding: 0 0 28px 0;
}
.eventsclass {
    background: #3d3227;
}
.eventsclass_main {
    padding: 0 0 0 0;
    float: right;
    display: inline-block;
    padding: 0 0 0 2%;
}
.eventsclass_main ul {
    display: inline-block;
    margin: -50px 0 0 0 !important;
}
.eventsclass_main ul li {
    float: left;
    display: inline-block;
    width: 229px;
    margin: 0 11px 0 0;
}
.eventsclass_main ul li a {
    font-family: "kepler-std-display", serif;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
    padding: 20px 0;
    text-align: center;
    display: block;
    background: #a32c0c;
    letter-spacing: 1px;
}

.eventsclass_main ul li a:hover {
    background:  #7d2c18;
}

.eventsclass_main .tabs ul {
    color: #e8e4dc;
    float: none;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    list-style: outside none disc !important;
    margin: -15px 20px 30px !important;
    width: 100%;
}

.eventsclass_main .tabs ul li {
    padding: 5px 0;
    width: 100%;
    display: list-item;
}

.tabs {
    padding: 43px 0 40px 1.5%;
}
.tabs img {
    float: right;
    display: inline-block;
    margin: 0 0 0 36px;
}
.tabs h5 {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: #e8e4dc;
    font-weight: 300;
    padding: 0 0 20px 0;
}
.tabs h6 {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #e8e4dc;
    font-weight: 700;
}
.tabs p {
    font-family: "proxima-nova", sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #e8e4dc;
    font-weight: 500;
    padding: 0 0 30px 0;
}
.tabs p small {
    font-style: italic;
    line-height: 26px;
    display: block;
    padding: 10px 0 0 36px;
    font-size: 20px;
}
.tabs p span {
    font-style: italic;
}
.tabs p a {
    color: #e8e4dc;
    text-decoration: underline;
}

.tabs .questions_in_main a {
    text-decoration: none;
}

.eventsclass_main_in .resp-tabs-list li {
    padding: 0 !important;
}
.eventsclass_main_in ul li.resp-tab-active a {
    background: #3d3227;
}
.group {
    background: #695f55;
    padding: 8px 0 8px 0;
    position: relative;
    margin: 0 0 0 0;
    max-height: 275px;
}
.group .owl-item {
    width: 259px !important;
    margin: 0 9px 0 0;
    position: relative;
}
.group .prev {
    background: url(images/carosaul_arw_lft.png) no-repeat center top;
    width: 74px;
    height: 73px;
    font-size: 0px;
    position: absolute;
    left: 0;
    top: 0;
}
.group .next {
    background: url(images/carousal_arw_rgt.png) no-repeat center top;
    width: 74px;
    height: 73px;
    font-size: 0px;
    position: absolute;
    right: 0;
    top: 0;
}
.group .customNavigation {
    position: absolute;
    left: 0;
    top: 36%;
    width: 100%;
}
.questions {
    background: #f0eeec;
    padding: 91px 0 75px 0;
}
.questions_in {
    padding: 0 0 0 3%;
    margin: 0 auto;
}
.questions_in_main {
    display: block;
    text-align: center;
    margin: 0 0 75px 0;
}
.questions_in_main h4 {
    font-family: "kepler-std-display", serif;
    font-size: 40px;
    line-height: 40px;
    color: #685b38;
    font-weight: 400;
    padding: 0 0 20px 0;
    letter-spacing: 1px;
}
.questions_in_main a {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    background: #a32c0c;
    padding: 15px 28px 15px 28px;
    display: inline-block;
    letter-spacing: 2px;
}

.questions_in_main a:hover {
    background: #7d2c18; 
}
/* ------------------ FOOTER HERE --------------------------*/

footer {
    margin: 0;
    background: url(images/footer_bg.png) no-repeat center top;
    background-size: cover;
    padding: 133px 0 33px 0;
}
.footer_in {
    padding: 0 0 50px 0;
}
.footer_lft {
    float: left;
    display: inline-block;
    padding: 0;
}
.footer_lft_in {
    border-right: 1px solid #504e44;
    display: inline-block;
    float: left;
    margin: 0 20px 0 0;
    min-height: 600px;
    padding: 0 15px 0 0;
    width: 29%;
}

.footer_lft_in .menu-item-61 {
    display: none;
}

.footer_lft_in h6 {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #d2c9a5;
    font-weight: 400;
    padding: 0 0 13px 0;
    text-decoration: underline;
}

.footer_lft_in h6 a {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #d2c9a5;
    font-weight: 400;
}

.footer_lft_in ul {
    padding: 0 0 0 8px;
    display: inline-block;
}
.footer_lft_in ul li {
    display: block;
    float: none;
    padding: 0 0 11px 0;
    border: none;
    margin: 0;
}
.footer_lft_in ul li a {
    display: block;
    text-decoration: underline;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #aaaba8;
    font-weight: 400;
}
.footer_lft_in2 {
    margin: 0 0 29px 0;
}
.footer_lft_in3 {
    margin: 0;
}
.footer_rgt {
    float: right;
    display: inline-block;
    padding: 0;
}
.foot_logo {
    float: left;
    display: inline-block;
    width: 200px;
    text-align: center;
}
.foot_logo a {
    margin: 0 0 33px 0;
    display: block;
}
.foot_logo address {
    font-size: 20px;
    line-height: 27px;
    color: #9da2a5;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    margin: 0 0 20px 0;
}
.foot_logo a.num2 {
    font-size: 20px;
    line-height: 27px;
    color: #9da2a5;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    margin: 0 0 0 0;
}
.footer_lft_in3 {
    margin: 0;
}

.contact .fa-brands {
	font-weight: 400;
  color: #9a9d9b;
  background-color: #3b3d3e;
  height: 57px;
  font-size: 25px;
  padding: 16px 0;
  width: 46px;
  text-align: center;
}

.contact .fa-brands:hover {
	background: #b6b8b6;
	color: #3b3d3e;
}

.contact {
    float: right;
    display: inline-block;
    width: 216px;
}
.contact h5 {
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0 0 18px 0;
}
.contact ul {
    display: inline-block;
    width: 100%;
    margin: 0 0 16px 0;
}
.contact ul li {
    float: left;
    display: inline-block;
    margin: 0 10px 0 0;
}
.contact ul li:nth-last-child(1) {
    margin: 0;
}
.contact ul li a {
    display: block;
}
.contact a.donate {
    display: block;
    text-align: center;
    background: #cfd2cf;
    font-size: 14px;
    line-height: 14px;
    color: #2b2c2d;
    font-weight: 500;
    font-family: "proxima-nova", sans-serif;
    padding: 12px 0 12px 0;
    margin: 0 0 18px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.contact a.donate:hover {
    background: #b6b8b6; ) 
}

footer p {
    font-family: "proxima-nova", sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #9d9e9b;
    font-weight: 300;
    text-align: center;
}
footer p a {
    text-decoration: underline;
    color: #9d9e9b;
}
/* ---------------------------------------------------------*/

.carousel-fade .item {
    -webkit-transition: opacity 0.9s ease-in-out;
    -moz-transition: opacity 0.9s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    margin: 0 0 -10px;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}
.carousel.carousel-fade .carousel-control {
    z-index: 3;
}
video {
    min-width: 100%;
    min-height: 100%;
}
/* .carousel-inner {
    height: 828px;
}
.carousel-inner .item {
    background-position: center top;
    background-size: cover;
    height: 828px;
    width: 100%;
} */

.stream li.dcsns-facebook .section-text a {
    color: #ffffff !important;
    margin-right: 4px;
    text-decoration: underline !important;
}

.stream li .section-intro {
    background-color: #ffffff !important;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    left: 0;
    padding: 9px 0 34px !important;
    position: absolute;
    width: 100%;
    z-index: 2;
	bottom:inherit !important;
	text-indent:-9999px !important;
	background-position: 11px 10px;
    background-repeat: no-repeat; }	
	
.stream li.dcsns-twitter .section-intro {
    background-image: url(images/icon_twitter.png);
    background-color: #4b9de6 !important;
    border: 5px solid #4b9de6;
}
	
.stream li.dcsns-pinterest .section-intro {
    background-image: url(images/icon_pinterest.png);
    background-color: #aa001b !important;
    border: 5px solid #aa001b;
}	
	
.stream li.dcsns-instagram .section-intro {
    background-image: url(images/icon_instagram.png);
    background-color: #643e28 !important;
    border: 5px solid #643e28;
}
	
.stream li.dcsns-facebook .section-intro {
    background-image: url(images/icon_facebook.png);
    background-color: #324082 !important;
    border: 5px solid #324082;
}

.stream .section-intro {
    background-position: 86% 29% !important;
    background-size: 59% auto;
    border-bottom-left-radius: 100% !important;
    border-bottom-right-radius: 0 !important;
    float: right !important;
    position: relative !important;
    top: -325px !important;
    width: 66px !important;
    height: 60px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dcsns-li:hover .section-intro {
    height: 85px !important;
    width: 100px !important;
    background-size: 51% auto; 
}
	
.dcsns-facebook div span img {
    border: medium none !important;
    margin: -56px 0 0 -16px !important;
    max-height: 215px !important;
    max-width: 290px !important;
	min-width: 284px !important; }
	
.dcsns-facebook .section-user, .dcsns-facebook .section-title  {
	display:none !important; }	
	
.dcsns-facebook .section-text {
    background-color: #415494;
    bottom: -4px;
    color: #ffffff;
    float: left;
    font-family: "proxima-nova" !important;
    font-size: 16px;
    font-style: italic;
    font-weight: normal !important;
    height: auto;
    line-height: 1.2;
    overflow: hidden;
    padding: 20px 20px !important;
    position: absolute;
    text-align: left;
    left: 0;
}	

.dcsns-pinterest .section-text {
    background-color: #ba1222;
    bottom: -4px;
    color: #ffffff;
    float: left;
    font-family: "proxima-nova" !important;
    font-size: 16px;
    font-style: italic;
    font-weight: normal !important;
    height: auto;
    left: 0;
    line-height: 1.2;
    overflow: hidden;
    padding: 20px 20px !important;
    position: absolute;
    text-align: left;
}

.dcsns-pinterest .section-user {
    display: none !important;
}
	
.dcsns-youtube div span img {
	border: medium none !important;
    margin: 0 0 0 -32px !important;
    max-width: 311px !important;
    min-height: 234px !important;
    min-width: 311px !important; }	
	
.dcsns-instagram div span img {
	border: medium none !important;
    margin: 0 !important;
    min-width: 375px !important;
    position: relative;
    top: 50px; }
	
.dcsns-pinterest div span img {
	border: medium none !important;
    margin: 0 0 0 -16px !important;
    max-width: 284px !important;
    min-width: 284px; }	
	
.dcsns-pinterest .section-text {
    color: #ffffff !important;
    float: left;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    height: auto;
    line-height: 1.2;
    overflow: hidden;
    padding: 20px !important;
    text-align: center;
    width: 100% !important; }		
	
.dcsns-google div span img {
	border: medium none !important;
    height: auto !important;
    margin: -16px 0 0 -16px !important;
    max-height: 100%;
    max-width: 315px !important;
    min-width: 283px; }		
	
.dcsns-google .section-title {
	background-image:url(../img/whiteout.png);
    bottom: -5px;
    color: #4a4949;
    font-family: "proxima-nova", sans-serif; !important;
    font-size: 16px;
    font-weight: normal !important;
    height: 75px;
    left: 0;
    line-height: 1.2;
    padding: 9px 20px;
    position: absolute;
    text-align: left; }		
	
.dcsns-twitter {
    background-image:url(images/twitterback.png) !important;
	background-color: #e7f5f6 !important;
    color: #17374e !important;
    font-family: "proxima-nova", sans-serif !important;
    font-size: 20px !important;
    font-weight: normal !important;
    padding: 73px 13px 0 !important;
    text-align: center !important;
	line-height:1.2 !important;
    font-style: italic !important;
}

.dcsns-twitter .section-text {
    background-color: transparent !important;
    color: #17374e !important;
    font-family: "proxima-nova",sans-serif !important;
    font-size: 20px !important;
    font-style: italic !important;
    font-weight: normal !important;
    line-height: 1.2 !important;
    padding: 0 30px !important;
    position: relative !important;
    text-align: center !important;
}
	
.dcsns-twitter .section-text a {
	color:#0ba8e3 !important; }	
	
.dcsns-rss {
	background-color: #d3f095 !important;
    color: #4a4949 !important;
    font-family: "proxima-nova", sans-serif; !important;
    font-size: 20px !important;
    padding: 55px 13px 0 !important;
    text-align: left !important;
	line-height:1.2 !important; }
	
.dcsns-rss .section-text {
	font-size: 20px !important;
    line-height: 1.2 !important; }	

.dcsns-twitter .section-thumb {
    display: none !important;
}
	
.section-share {
    display: none !important;
}

.phonetop {
    color: #e77f33;
    font-family: "museo-sans-condensed" !important;
    font-size: 20px; }
	
.phonetop a {
	color: #e77f33 !important; }	
	
.phonediv a {
	color:#707779 !important; }	
	
.ptin {
	position: relative;
    top: -8px; }									
	
.twitter-user {
	display:none !important; }	
	
.stream li .icon {
	left: 211px !important;
    position: absolute !important;
    top: 21px !important; }	
	
.stream li .inner {
    height: 325px !important;
    overflow: hidden;
    padding: 42px 15px 0 !important; }		
	
.stream li {
	width:370px !important;
	height:325px;
	margin:0 10px 0 0 !important;
    border: medium none;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}	

.stream li.dcsns-twitter .inner {
    padding: 90px 30px 0 !important;
}

.stream li.dcsns-pinterest .inner {
    padding: -3px 15px 0 !important;
}

.stream li .section-thumb img {
    background: #fff none repeat scroll 0 0;
    border: 0 solid #ccc !important;
    padding: 0 !important;
}

.stream li.dcsns-facebook .section-thumb img, .stream li.dcsns-facebook .section-text img {
    display: block;
    max-width: 408px !important;
    min-height: 330px !important;
    min-width: 408px !important;
    width: auto !important;
}

.stream li.dcsns-pinterest .section-thumb img, .stream li.dcsns-pinterest .section-text img {
    display: block;
    margin: -43px 0 0 -16px !important;
    max-width: 390px !important;
    min-height: 328px !important;
    min-width: 390px !important;
    width: 390px !important;
}

.dcsns-content ul {
    width:100% !important;
}

.dcsns-content .icon {
    display: none !important;
}

.dcsns-content .section-intro span {
    display: none !important;
}

.dcsns {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    padding: 0;
}

.thums {
    margin: -50px 0 20px 0;
}
.thumbs_rgt {
    float: right;
    display: inline-block;
    padding: 20px 0 0 2%;
}
.thumbs_carousel .item img {
    width: 100%;
    height: auto;
}
.thumb_paginations_in .thumb {
    width: 32%;
    margin: 0 2% 0 0;
    float: left;
    display: inline-block;
    cursor: pointer;
}
.thumb_paginations_in .thumb img {
    width: 100%;
    height: auto;
}
.thumbs_carousel {
    margin: 0 0 15px 0;
}
.thumb_paginations .carousel-control {
    bottom: auto;
    top: 34%;
}
.thumb_paginations .carousel-control.left {
    background: url(images/carosaul_arw_lft.png) no-repeat center top;
    width: 65px;
    height: 65px;
    opacity: 1;
    background-size: 100% 100%;
}
.thumb_paginations .carousel-control.right {
    background: url(images/carousal_arw_rgt.png) no-repeat center top;
    width: 65px;
    height: 65px;
    opacity: 1;
    background-size: 100% 100%;
    right: 1px;
}
.thumb_paginations .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    display: none;
}
.thumb_paginations .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    display: none;
}
.thumb_paginations_in .thumb:nth-child(3) {
    margin: 0;
}

.panel-default > .panel-heading {
    background-color: transparent !important;
    border-top: 3px solid #efedec;
    border-left:none;
    border-right:none;
    border-bottom:none;
    color: #5e5342;
    font-family: "proxima-nova";
    font-weight: bold;
    padding: 20px 0 5px;
}

.panel-default {
    border-color: transparent; 
}

.panel-title {
    font-size: 32px; 
}

.panel-title a {
    font-size: 28px;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-group .panel {
    border-radius: 0; 
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}

.panel {
    box-shadow: none;
}

#accordion .panel:last-child {
    border-bottom: 3px solid #efedec;
}

#accordion .fa-plus, #accordion .fa-minus {
    color: #a32c0c;
    font-size: 24px;
    padding: 0 2px 0 0;
    position: relative;
    top: 0;
    display: inline;
    font-weight: 300;
}

#accordion .fa-plus {
    display: none;
}

#accordion .collapsed .fa-plus {
    display: inline;
}

#accordion .collapsed .fa-minus {
    display: none;
}
    
#accordion .collapse {
    display: none;
    transition: none !important;
}
    
#accordion .in {
    display: block;
}

.fullplane {
    background-image:url(images/researchplane.jpg);
    background-size:cover;
    height: auto;
    margin: 35px 0 0;
    width: 100%;
}

.fullplanein {
    float: right;
    padding: 25px 0 69px;
    width: 100%;
}

.fpi {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    line-height: 48px;
}

.fullgray {
    background-color: #f0eeec;
    height: auto;
    margin: 35px 0;
    width: 100%;
}

.fullgrayphone {
    color: #a32c0c !important;
    font-size:40px !important;
    font-family: "kepler-std-display", serif !important;
    letter-spacing: 1px !important;
    margin:25px 0 0;
}

.fullgrayfixed {
    height: 310px;
}

.fullgraynobottom {
    margin-bottom: 0;
}

.fullgraynotop{
    margin-top: 0;
}

.fgh {
    font-family: "kepler-std-display", serif;
    letter-spacing: 1px;
    color: #685b38;
    font-size: 40px;
    text-align: center;
    line-height: 48px;
}

.fgh2 {
    color: #685b38;
    font-family: "proxima-nova";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 48px;
    text-align: left;
}

.fgh2 a {
    color:#104163;
    text-decoration: underline;
    font-weight: 500;
}

.fghsub {
    font-style: italic;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    letter-spacing: 0;
}

.masterbook {
    float: left;
    margin: 0 0 -110px;
    padding: 0 0 0 45px;
    position: relative;
    top: -110px;
}

.donatevideo {
    margin: -30px 0;
}

.fullgrayin {
    padding: 48px 0 68px;
}

.page-template-page-tours .thums {
    margin: -50px 0 10px;
}

.page-template-page-memorial-garden .thums {
    margin: -50px 0 120px;
}

.page-template-page-b17-exhibit .thums {
    margin: -50px 0 120px;
}

.page-template-page-pub .thums {
    margin: -50px 0 85px;
}

.thums .container {
    margin: 0 auto;
    text-align: center;
}

.tour1 {
    background-color: #efedeb;
    color: #8c210f;
    font-family: "kepler-std-display",serif;
    font-size: 30px;
    font-weight: bold;
    height: 120px;
    letter-spacing: 1px;
    padding: 49px 10px;
    text-align: center;
}

.tour2 {
    background-color: #f5f4f2;
    color: #927354;
    font-family: "kepler-std-display",serif;
    font-size: 34px;
    height: 120px;
    letter-spacing: 1px;
    padding: 38px 10px;
    text-align: center;
}

.tour2 strong {
    font-size: 67px;
}

.tour2 sup {
    font-size: 33px;
    position: relative;
    top: -20px;
}

.tour2 em {
    position: relative;
    top: 7px;
}

.tour3 {
    background-color: #efedeb;
    color: #8c210f;
    font-family: "kepler-std-display",serif;
    font-size: 30px;
    font-weight: bold;
    height: 110px;
    letter-spacing: 1px;
    padding: 34px 10px;
    text-align: center;
}

.nopad {
    padding-left:0;
    padding-right:0;
}

.toprow {
    margin-top: -50px;
}

.tour4 {
    background-color: #f5f4f2;
    color: #927354;
    font-size: 22px;
    height: 110px;
    line-height: 27px;
    padding: 32px 0 0;
    text-align: center;
}

.tour4 em {
    font-size: 67px;
    font-family: "kepler-std-display",serif;
}

.tour4 em sup {
    font-size: 33px;
    position: relative;
    top: -20px;
}

.tour5 {
    background-color: #f5f4f2;
    color: #3d3227;
    font-size: 20px;
    min-height: 490px;
    padding: 0 36px 20px;
}

.tour5 p {
    color: #3d3227;
    font-size: 20px;
}

.tour5 h3 {
    color: #3d3227;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin: 25px 0 15px;
    padding: 0;
}

.tourpleft {
    margin: 14px 0;
    padding-right: 7px;
}

.tourpright {
    margin: 14px 0;
    padding-left: 7px;
}

.explorechapel h3 {
    color: #766954;
    font-family: "kepler-std-display",serif;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    padding: 16px 0 10px;
}

.wpcf7-text {
    background-color: #f5f4f2;
    border: medium none;
    color: #7e632c;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0;
    padding: 12px 20px;
    width: 100%;
}

.wpcf7-textarea {
    background-color: #f5f4f2;
    border: medium none;
    color: #7e632c;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin: 7px 0;
    padding: 12px 20px;
    width: 100%;
}

#wpcf7-f50-p45-o1 {
    text-align: center;
    margin: 0 auto;
}

.k_shareThisFormBlock  {
    display:none !important;
}

.theor {
    font-size: 25px;
    margin: -20px 0 -10px;
}

.room {
    background-size: cover;
    background-attachment: fixed;
    background-position:50% 50%;
    height: 1000px;
    margin: 0 auto;
    padding: 440px 0;
    text-align: center;
    width: 100%;
}

.roomtitle {
    background-image: url("images/roomtitle.png");
    background-repeat: repeat-x;
    color: #104163;
    display: table;
    font-family: "kepler-std-display",serif;
    font-size: 34px;
    height: 77px;
    letter-spacing: 1px;
    margin: 0 auto;
    padding: 14px 35px;
    text-align: center;
}

.eventrooms {
    width: 100%;
}

.entry-title {
    color:#5e5342;
    font-family: "proxima-nova",sans-serif;
    font-size: 31px;
    font-weight: 700;
    padding: 20px 0 10px;
    height: 90px;
}

.first .entry-title {
    height: auto;
}

.search .first .entry-title {
    height: 90px;
}

.entry-title a {
    color:#5e5342;
}

.entry-content {
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    color: #343535;
}

.entry-content a {
    color:#5e5342;
}

.entry-content p {
    color: #343535;
    font-family: "proxima-nova",sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    padding: 0 0 28px;
}

.blogpost .first {
    border-bottom: 4px solid #dddeda;
    margin: 0 0 15px;
}

.single .blogpost .first {
    border-bottom: medium none;
    margin: 0 0 100px;
}

.search .blogpost .first {
    border-bottom: none;
    margin: 0;
}

.blogpost .wp-post-image {
    margin: 20px 0 0 0;
}

.blogpost .col-md-6 {
    max-height: 440px;
    min-height: 440px;
}

.blogpagetitle {
    border-left: 3px dotted #eddc99;
    color: #917f58;
    font-family: "kepler-std-display",serif;
    font-size: 57px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 25px 0 5px;
    padding: 0 0 0 15px;
}

.blogside {
    margin: -60px 0 0;
}

.categories {
    background-color: #f5f4f2;
    font-weight: 300;
}

.cattitle {
    background-color: #eeecea;
    border-bottom: 4px solid #e9e5df;
    color: #7e632c;
    font-family: "kepler-std-display",serif;
    font-size: 31px;
    letter-spacing: 1px;
    padding: 10px 40px;
    width: 100%;
}

.bs1 {
    margin: 0 0 22px;
}

.thecategories {
    padding: 20px 0;
}

.thecategories a {
    color: #7e632c;
    font-family: "proxima-nova",sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 20px 10px 40px;
}

.thecategories a:hover {
    text-decoration: underline;
}

.redbutton {
    background: #a32c0c none repeat scroll 0 0;
    color: #ffffff !important;
    display: inline-block;
    font-family: "proxima-nova",sans-serif;
    font-size: 14px !important;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 14px !important;
    padding: 14px 26px;
    text-transform: uppercase;
    margin: 18px 0 0;
    text-decoration: none !important;
    border: none;
}

.redbutton:hover {
    background: #7d2c18;
}

.brownbutton {
    background: #66502b none repeat scroll 0 0;
    color: #ffffff !important;
    display: inline-block;
    font-family: "proxima-nova",sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 14px;
    padding: 12px 24px;
    text-transform: uppercase;
    margin: -10px 0 0;
    text-decoration: none !important;
    border: none;
}

.brownbutton:hover {
    background: #403521; 
}

.signup {
    background-color: #0f3f61;
    color: #ffffff;
    font-family: "kepler-std-display",serif;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
}

.signuptext {
    background-color: #3a7299;
    border: medium none;
    font-size: 18px;
    height: 50px;
    padding: 5px 18px;
    width: 200px;
    font-family: "proxima-nova",sans-serif;
    color: #ffffff;
}

.signupsubmit {
    float: right;
}

.su1 {
    padding: 20px;
}

.su2 {
    text-align: left;
}

.navigation {
    float: left;
    margin: 40px auto 60px;
    text-align: center;
    width: 100%;
}

.navigation .title {
    font-size: 20px;
    color: #66502b;
    text-transform: uppercase;
    font-family: "proxima-nova",sans-serif;
    letter-spacing: 2px;
    padding: 0 8px 0 0 !important;
}

.navigation .page {
   background-color: #95918a !important;
    border: medium none !important;
    color: #ffffff !important;
    font-family: "proxima-nova",sans-serif !important;
    font-size: 14px !important;
    margin-right: 8px !important;
    padding: 12px 20px !important;
}

.navigation .current {
    background-color: #a32c0c !important;
}

.wp-paginate a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}

.navigation .fa {
    font-size: 70px;
    margin: 0 25px;
    position: relative;
    top: 20px;
    color: #a32c0c;
}

.socialbuttons {
    padding: 10px 0;
}

.stButton .stButton_gradient {
    height: 23px !important;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: 23px !important;
}

.contactsign {
    background-image: url("images/contactsign.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 350px;
    padding: 216px 0 0;
    text-align: center;
    width: 100%;
}

.contacttable tr:nth-child(4), .contacttable tr:nth-child(5), .contacttable tr:nth-child(6), .contacttable tr:nth-child(7), .contacttable tr:nth-child(10), .contacttable tr:nth-child(12), .contacttable tr:nth-child(16), .contacttable tr:nth-child(18) {
    background-color: #f1f1f1;
}

.contacttable td:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
}

.contacttable td {
    border-left: 1px solid #8c6239;
    border-right: 1px solid #8c6239;
}

.contacttable td:first-child {
    border-left: none;
}

.contacttable td:last-child {
    border-right: none;
}

.contacttable thead, .table > thead > tr > th {
    border-bottom: 1px solid #8c6239;
}

.contacttable td {
    color: #5e5342;
    font-size: 20px;
}

.contacttable th {
    color: #5e5342;
    font-size: 22px;
    font-weight: bold;
}

.contacttable a {
    color: #8c3c02;
    text-decoration: none;
    line-height: 26px;
}

.contacttable a:hover {
    text-decoration: underline;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px 20px; 
}

.calendar-table tr:nth-child(2n) {
    background: #f5f4f2 none repeat scroll 0 0;
    border: 2px solid #d7cfc5;
    box-shadow: none;
}

.calendar-table tr:nth-child(2n+1) {
    background-color: #f5f4f2;
}

.day-with-date {
    height: 150px;
}

#calendar-table tr td {
    border: 2px solid #d7cfc5;
    padding: 6px 4px; 
}

.events {
    background: #f5f4f2 none repeat scroll 0 0;
}

.events a {
    background: #134566 none repeat scroll 0 0;
    border-radius: 0;
    display: inline-block;
    line-height: 14px !important;
    margin: 0 0.2em;
    padding: 11px 15px;
    text-align: center;
    vertical-align: text-top;
    text-decoration: none;
    box-shadow: 0 0 0 0 #999999 !important;
    text-shadow:0 0 rgba(33, 33, 33, 0.7) !important;
} 

.calendar-table {
    border: 2px solid #cfccc7;
    border-collapse: collapse;
    border-radius: 0;
    border-spacing: 0;
    box-shadow: 0 0 0 0 rgba(145, 145, 145, 0.35);
    height: 100%;
    margin: 0;
    padding: 0; 
}

.weekend-heading {
    background-color: #827a6d !important;
    color: #ffffff !important;
    font-size: 31px;
    font-weight: normal;
    height: 70px;
    font-family: "kepler-std-display",serif;
}

.normal-day-heading {
    background-color: #827a6d !important;
    color: #ffffff !important;
    font-size: 31px;
    font-weight: normal;
    height: 70px;
    font-family: "kepler-std-display",serif;
}

.weddinglinks {
    margin: -55px auto 0;
    padding: 0 0 80px;
    text-align: center;
}

.weddinglinks img {
    padding: 0 40px;
    text-align: center;
}

.page-template-page-events-php .weddinglinks img {
    padding: 39px 40px 0;
}

.donatenav {
    background-color: #16537f;
    cursor: pointer;
}

.donatenav a {
    cursor: pointer !important;
}

#artspot {
    color: #ffffff;
    font-family: "proxima-nova",sans-serif;
    height: auto;
    left: 22%;
    position: fixed;
    top: 13%;
    width: 56%;
}

#artspot-in {
    padding: 76px 0 0;
    position: relative;
}

.artspottext h2 {
    font-size:23px;
    font-weight: 500;
}

.artspottext {
    background-color: #5c4928;
    font-size: 20px;
    padding: 40px 30px;
}

.artspottext p {
    font-weight: 100;
    line-height: 24px;
    margin: 15px 0;
    padding: 0;
}

.artspot-in {
    padding: 0;
}

.artimg {
    background-color: #5c4928;
    margin: 0 -30px 0 0;
    padding: 40px 30px 40px 30px;
}

.artclose {
    float: right;
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 1;
}

.modal-backdrop { 
    background-color: #1c4f73; 
}

.modal-backdrop.in {
    opacity: 0.8;
}

.otherways {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    color: #ffffff !important;
    display: block !important;
    font-size: 14px !important;
    padding: 25px 0 0 !important;
    text-decoration: underline !important;
}

.otherways:hover {
    color: #BBA96A !important;
}

#menu-side-give {
    left: -33px;
}

#menu-side-events {
    left: -24px;
}

#menu-side-research {
    left: -9px;
}

#menu-side-news {
    left: -26px;
}

.navbar ul li span {
    background-color: #000000 !important;
    background-image: none !important;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.mwhite a {
    background: #ffffff none repeat scroll 0 0;
    color: #000000;
    display: block;
    font-family: "proxima-nova",sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 14px;
    margin: 15px auto;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    width: 85%;
}

.mwhite {
    margin: 30px 0 0
}

.msocial {
    float: left;
    margin-bottom: 6px;
    padding: 10px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form { 
    border: none;
}

.inother {
    color: #5e5342;
    font-family: "proxima-nova",sans-serif;
    font-size: 24px;
    font-weight: 500;
    padding: 50px;
    margin: 55px 0 0;
}

.inother li {
    float: left;
    padding: 8px 15px 8px 0;
    width: 40%;
}

.inother a {
    color: #5e5342;
    text-decoration: underline;
}

.inother a:hover {
    color: #000000;
}

#inothernews {
    float: left;
    margin: 0 0 100px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
}

.fc-view {
    overflow: inherit !important;
}

.fa-new {
    position: relative; 
    top: -43px;
}

.chi-new {
    margin: -49px 0 -60px;
}

.current_happens_content:hover + .cb-new {
    bottom: -49px;
    opacity: 1;
    z-index: 12;
}

.cb-new:hover {
    bottom: -49px;
    opacity: 1;
    z-index: 12;  
}

.rhc-widget-upcoming-featured-image img {
    border: medium none !important;
    height: auto;
    padding: 0 !important;
    width: 100%;
}

.learnit span {
    display: none !important;
}

.learnit:after {
    content:'Learn More' !important;
}

.fc-button.fc-state-default {
    text-transform: capitalize !important;
}

#ourmission {
    background-image: url(images/statementback.jpg);
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.omline1 {
    color: #e8f5ff;
    font-family: "kepler-std-display",serif;
    font-size: 44px;
    padding: 20px 40px 20px 0;
    text-align: right;
    letter-spacing: 1px;
}

.omline2 {
    border-left: 1px solid #bba23d;
    color: #d0ebff;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-weight: 100;
    padding: 15px 240px 15px 45px;
}

.ctct-form-errorMessage {
	display:none;
}



/* edited */
.map_section_rgt_in ul.tickets li a {
    font-size: 13px;
}
.map_section_rgt_in ul.address li small,
.map_section_rgt_in ul.address li a {
	font-size:18px
}
.map_section_rgt_in ul.address a.color-class {
	color: #761414
}

/* new css 14-10-21*/
.mt-header-top-container {
    background: #761414;
    padding: 0 15px;
}
.mt-programs-container .container,
.mt-flags-container .container,
.mt-header-top-container .container {
    width: 100%;
    max-width: 1130px;
    margin: 0 auto;
}
.mt-header-top-content {
    position: relative;
    padding: 20px 100px 15px 0;
}
.mt-header-close {
    background: #fff url(images/bgr-mt-header-close.png) no-repeat center center;
    background-size: 20px 20px;
    width: 39px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.mt-header-top-content p {
    color: #E0E0E0;
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 10px;
    font-family: "proxima-nova", sans-serif;
}

/*mt-flags-area*/
.mt-flags-container {
    padding-top: 25px;
}
.mt-flags-area {
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
    background-size: cover !important;
    padding: 7px 0 0 0;
    position: relative;
    margin-bottom: 15px;
}
.mt-flags-content {
    position: relative;
    z-index: 1;
}
.mt-flags-content h2 {
    color: #fff;
    font-size: 54px;
    line-height: normal;
    padding: 0 0 5px 0;
    font-family: "kepler-std-display", serif;
    font-weight: normal;
}
.mt-flags-content p {
    color: #fff;
    font-size: 54px;
    line-height: normal;
    padding: 0 0 10px 0;
    font-family: "proxima-nova", sans-serif;
}
.mt-flags-cont {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    font-family: "proxima-nova", sans-serif;
}
.mt-flags-cont span {
    color: #fff;
    font-size: 24px;
    line-height: normal;
    padding: 0 0 10px 0;
}
.mt-flags-cont a {
    color: #fff;
    font-size: 17px;
}

/*mt-programs-col*/
.mt-programs-container {
    padding-top: 50px;
    padding-bottom: 50px;
}
.mt-programs-col h2 {
    color: #776C4F;
    font-size: 54px;
    line-height: normal;
    padding: 0;
    font-family: "kepler-std-display", serif;
    font-weight: normal;
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.mt-programs-col h2::after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 45px;
    height: 2px;
    background: #776C4F;
    margin-left: 14px;
}
.home-upc-ev .rhc-widget-upcoming-featured-image,
.home-upc-ev .rhc-widget-a .rhc-widget-event-hold {
    margin-left: 0 !important;
}
.home-upc-ev .rhc-widget-a .rhc-widget-event-hold {
    overflow: hidden;
}
.home-upc-ev .rhc-widget-upcoming-item {
    padding: 27px 0;
    border-bottom: 1px solid #B2B2B2;
}
.home-upc-ev .rhc-widget-upcoming-item:first-child { padding-top: 5px; }
.home-upc-ev .rhc-widget-upcoming-featured-image {
    width: 122px !important;
    float: left;
}
.home-upc-ev .rhc-widget-upcoming-featured-image a {
    width: 122px;
    display: block;
}
.home-upc-ev .rhc-widget-a .rhc-widget-upcoming-featured-image img {
    height: auto !important;
    display: block !important; 
}
.home-upc-ev .rhc-widget-a.featured-1 .rhc-widget-upcoming {
    padding: 0 0 0 137px;
    width: auto !important;
    margin-right: 0 !important;
    float: none !important;
}
.home-upc-ev .rhc-widget-upcoming-title a {
    font-size: 22px;
    color: #343535;
    line-height: normal;
    margin-bottom: 10px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    display: inline-block;
}
.home-upc-ev .rhc-day_diff0 {
    font-family: "proxima-nova", sans-serif;
    font-size: 19px;
    color: #343535;
    padding: 0 0 9px 0;
    line-height: 24px;
    font-style: italic;
    font-weight: 100;
}
.home-upc-ev .rhc-widget-upcoming-item .rhc-description {
    color: #343535;
    font-size: 19px;
    line-height: 26px;
    padding-bottom: 10px !important;
    font-family: "proxima-nova", sans-serif;
    font-weight: 300;
}

/*mt-programs-sidebar*/
.mt-programs-sidebar {
    padding-top: 5px;
}
.mt-programs-sidebar h3 {
    background: #776C4F;
    max-width: 256px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 15px 0 5px 0;
    font-family: kepler-std, serif;
    font-weight: 300;
}
.mt-video {
    max-width: 408px;
    margin: 0 auto;
}
.mt-video iframe {
    width: 100%;
    height: 230px;
    display: block;
    border: 0;
}
.bg-border {
    background: #776C4F;
    max-width: 256px;
    height: 23px;
    margin: 0 auto;
}
.yearly-archive-list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.yearly-archive-list a {
    display: inline-block;
    border: 5px solid #66502B;
    font-weight: 600;
    color: #66502B;
    font-family: "proxima-nova",sans-serif;
    font-size: 22px;
    padding: 5px 20px;
    border-radius: 5px;
}

.yearly-archive-list a[aria-current="page"] {
    color: #ffffff;
    background-color: #66502B;
    border-radius: 0;
}

.blogpagetitle {
    margin-bottom: 50px;
}

.blogpost article {
    margin-top: 50px;
}
.single .blogpost article {
    margin-top: 0;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
    .mt-flags-area {
        padding: 16px 15px 0 15px;
    }
    .mt-flags-content h2 {
        font-size: 42px;
    }
    .mt-programs-sidebar {
        padding-top: 25px;
    }
}
@media screen and (max-width: 767px) {
    .mt-header-top-content p {
        font-size: 17px;
    }
    .mt-header-top-content {
        padding: 20px 40px 15px 0;
    }
    .mt-flags-content h2 {
        font-size: 35px;
    }
    .mt-programs-col h2 {
        font-size: 42px;
    }
    .home-upc-ev .rhc-widget-upcoming-item {
        padding: 20px 0;
    }
    .home-upc-ev .rhc-widget-upcoming-featured-image {
        width: 100% !important;
        float: none;
    }
    .home-upc-ev .rhc-widget-upcoming-featured-image a {
        width: 100%;
        max-width: 122px;
    }
    .rhc-widget-upcoming {
        padding: 20px 0 0 0 !important;
    }
    .mt-flags-cont span {
        font-size: 20px;
    }
    .home-upc-ev .rhc-widget-upcoming-title a {
        font-size: 20px;
    }
    .home-upc-ev .rhc-day_diff0 {
        font-size: 17px;
    }
    .home-upc-ev .rhc-widget-upcoming-item .rhc-description {
        font-size: 17px;
        line-height: 24px;
    }
    .mt-programs-container {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .mt-header-close {
        background-size: 15px 15px;
        width: 30px;
        height: 30px;
    }
    .mt-programs-col h2::after {
        bottom: 39px;
    }
}
@media screen and (max-width: 580px) {
    .mt-flags-content h2 {
        font-size: 30px;
    }
    .mt-programs-col h2 { font-size: 30px; }
    .mt-programs-sidebar h3 {
        font-size: 21px;
    }
    .mt-programs-col h2::after {
        bottom: 33px;
    }
}