/*GENERAL*/

/*FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Neucha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bad+Script&family=Neucha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=ABeeZee&family=Kaushan+Script&family=Quicksand:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400');
@import url('https://fonts.googleapistop.com/css2?family=Secular+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');


/*.featured_article {*/
/*    height: 60vh;*/
/*}*/


* {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.account_menu_section_tile {
    margin: 5px !important;
    height: 200px !important;
}
.account_menu_section_description {
    transition: all 0.3s !important;
    /*margin: 5px !important;*/
     color: #cccccc  !important;
     -webkit-text-stroke-width: .4px;
  -webkit-text-stroke-color: #5b5b5b;
  text-align: center !important;
}
/*.account_menu_section_description:hover {*/
/*    color: #cccccc  !important;*/
/*    transition: all 0.3s !important;*/
/*}*/
.account_menu_section_tile {
    margin-bottom: 2em;
}

.text-blue{
    color: #2881B6;
}

:root {
    font-size: 16px;
    --lightest-grey: #f2f2f2;
    --lighter-grey: #DEE2E6;
    --light-grey: #464D52;
    --dark-grey: #333;
    --text-blue: #2881B6;
    /*--text-blue: #3CBAAF;*/
    --light-blue: #B3D7E7;
    --dark-blue: #10567f;
    /*--orange: #E7B213;*/
    --orange: #ed7221;

    --link-color: #44CDE4;
    /*--link-color: #3CBAAF;*/
    
   
    
    --font-times:  "Times New Roman", Times, serif;
    --font-hebrew: 'Secular One', sans-serif;
    --font-garamond: 'EB Garamond', serif;
}


.garamond {
    font-family: var(--font-garamond) !important;
}

/*DROPDOWN NAVBAR:*/
/* Dropdown Button */

.selected_nav {
    /*filter: brightness(120%);*/
    backdrop-filter: brightness(170%);
}

.selected_nav>a {
    /*color: #fff !important;*/
}

.dark-blue {
    color: var(--dark-blue) !important;
    /*color: red !important;*/
}

.brightness-filter {
    filter: brightness(20%);
}

.header_menu {
    /*z-index: 0 !important;*/
}
#header_admin_menu_menu {
    /*z-index: 2000 !important;*/
        z-index: 11 !important;
}
.ui-helper-hidden-accessible {
    /*z-index: 2001 !important;*/
}
.dropbtn {
  /*background-color: #04AA6D;*/
  color: white !important;
  padding: 16px;
  font-size: 16px;
  border: none;
  z-index: 1000 !important;
}

.header_slider_wrapper{
    z-index: 1 !important;
}

/* The container <div> - needed to position the dropdown content */
.drop-down {
  position: relative;
  display: inline-block;
  overflow: visible !important;
  cursor: pointer;
}

#nav_section>.no_subcontent {
    -webkit-filter:brightness(100%);filter:brightness(100%);
    transition: all 0.3s;
}
#nav_section>.no_subcontent:hover, #nav_section>.no_subcontent>.dropbtn {
    -webkit-filter:brightness(130%);filter:brightness(130%);
    transition: all 0.3s;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  border-radius: 5px;
  /*opacity: 0.975;*/
  opacity: 0.95;
  /*background-color: #e2e0e0;*/
  min-width: 160px;
  left: -40px;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1000 !important;
  overflow: visible !important;
  border-width: 2px;
  border-color: rgba(#255,#255,#255, 0.1);
  /*border: 2px solid var(--link-color);*/
  border-style: solid;
  box-shadow: 10px 5px 5px rgba(0,0,0,0.3);
  animation: fadeIn 300ms both;
  transition: all 0.3s;
  text-align: center;
  overflow: hidden;
  
  /*body {*/
  background-color: var(--text-blue);
    background: linear-gradient(-45deg, #62fcea, #3BBAAF, #35ACFE, #b700ba );
    /*background: linear-gradient(-45deg, #ff38c6, #3BBAAF, #3CB9B0, #35ACFE, #3097CC, #b700ba);*/
    background-size: 300% 300%;
    /*background-size: 800% 800%;*/
    animation: gradient 15s ease infinite;
/*}*/
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }

/*  background: rgba( 255, 255, 255, 0.35 );*/
/*box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );*/
/*backdrop-filter: blur( 5.0px );*/
/*-webkit-backdrop-filter: blur( 5.0px );*/
/*border-radius: 10px;*/
/*border: 1px solid rgba( 255, 255, 255, 0.18 );*/
  
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #fff !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  overflow: visible !important;
  z-index: 1000 !important;
  transition: all 0.3s;
  border-style: solid;
  border-color: rgba(0,0,0,0);
  border-width: 2px 0px;
  padding: 1vh 2vw !important;
  /*font-family: 'Secular One', sans-serif;*/
  font-family: 'Montserrat', sans-serif;
  /*font-size: 1rem !important;*/
  /*text-transform: lowercase !important;*/
  /*margin: 1vh 2vw;*/
}

.dropdown-content a::first-letter {
    /*text-transform: uppercase !important;*/
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    /*background-color: #fff;*/
    /*filter:brightness(1.5);*/
    background: rgba(255,255,255,0.85);
    color: var(--text-blue) !important;
    border-color: var(--link-color);
    z-index: 1000 !important;
    transition: all 0.3s;
    
}



#sidebar_left{
    z-index: 10 !important;
    overflow: visible !important;
}

.dropdown-content>a {
    /*z-index: 2000 !important;*/
    z-index:1000 !important;
}

/* Show the dropdown menu on hover */
.drop-down:hover .dropdown-content {
    display: block;
    transition: all 0.3s;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
/*.drop-down:hover .dropbtn {*/
    /*background-color: #3e8e41;}*/

/*TOOLTIPS:*/
.no_subcontent {
    /*position: relative;*/
    /*width: 100%;*/
    /*    display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    max-width: 89px;
    
}

.sub-menu-collapse {
    max-height: 0 !important;
}
.sub-menu-show {
    max-height: auto !important;
}
.sub-menu {
    border: 2px solid red;
    z-index: 2000;
    background: #D9D9D9;
    margin: 0 auto;
          display: flex;
    justify-content: center;
    align-items: center;

    /*position: absolute;*/
    

}
.sub-menu-a {
        text-align: center;
        margin: 0 auto;
        padding: 2vh 2vw !important;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: none !important;
}

.tooltiptext {
  visibility: hidden !important;
  width: 120px !important;
  background-color: #2881B6 !important;
  color: #fff !important;
  text-align: center !important;
  border-radius: 6px !important;
  padding: 5px 0 !important;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.temple-name-mobile-animation, .temple-name-p{
   font-family: 'Playfair Display', serif !important;
   font-size: 1.5rem;
   margin-left: 4vw !important;
   animation: fadeIn 1000ms both;
}

.youtube-vid {
     background: black;
    background-image: url('https://images.shulcloud.com/14479/uploads/youtube-loading-animation.gif');
    background-size: cover;
   background-repeat: no-repeat;
}


/*SEARCH BAR:*/

.gs-title {
    color: var(--text-blue) !important;
}

.search-bar{
    border: 3px solid var(--text-blue) !important;
    width: 100%;
    /*padding: 5px 0;*/
    overflow: hidden;
    background: var(--text-blue);
    padding: 0 !important;
}

.search-bar-small {
    height: 0px !important;
    transition: all 0.5s;
    overflow: hidden;
    padding: 0 !important;
}
.search-bar-big {
    height: 60px;
    transition: all 0.5s;
     overflow: visible;
     border-radius: 5px;
     
}

.fa-search {
    color: var(--text-blue);
    padding: 5px 7px !important;
    /*border: 2px solid var(--text-blue) !important;*/
    border-radius: 5px; 
    font-size: 1.3rem !important;
}
.fa-search:hover {
    color: var(--link-color);
    /*border: 2px solid var(--link-color) !important;*/
}
.fa-search-1, .search-submit-button {
    border: none !important;
      animation: fadeIn 1000ms 2200ms both
}

.search-submit-button, .search-submit-button-bottom {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: 7px;
    border: none;
    background: #fff !important;
    border-radius: 5px;slipper
      /*padding-left: 2vw !important;*/
       border-radius: 10px !important;
}
.search-submit-button-bottom {
    border: 2px solid var(--text-blue) !important;
}

.search-input-small {
    height: 0 !important;
    margin: 0;
    transition: all 0.7s    ;
    width: 60vw;
    border-radius: 5px;
    padding: 0 1vw;
}

.search-button-small {
        height: 0 !important;
    /*margin: 0;*/
    transition: all 0.7s    ;
}

.search-input-big {
     height: 46px !important;
     margin: 5px 1vw;
     transition: all 0.7s   ;
     width: 60vw;
     border-radius: 5px;
    padding: 0 1vw;
}

.search-button-big {
     transition: all 0.7s   ;
}

.search-container button {
  /*float: right;*/
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-container button:hover {
  /*background: #ccc;*/
}


.carousel-wrapper {
     -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; 
     /*height: 0px !important;*/
}
.drop-down-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}


.temple-logo-img, .temple-logo-SVG {
    position: absolute !important;
    bottom: 10px !important;
    left: 6vw !important;
    max-height: 210px !important;
    width: auto;
    animation: fadeIn 1000ms 500ms both;
}

.temple-logo-div {
    /*border: 2px solid red;*/
    height: 130px;
    width: 320px;
    position: absolute !important;
    top: 5px !important;
    left: 6vw !important;
    
    /* background-image: url('https://images.shulcloud.com/14479/uploads/OldLogoSVG.svg'), url('https://images.shulcloud.com/14479/uploads/logo-original.png'); */
    background-image: url('https://images.shulcloud.com/14479/uploads/TempleBnaiTorahLogo-Horizontal-Color.png');
     background-repeat:no-repeat;
     background-size: 100%;
     animation: fadeIn 1000ms both;
     /*height:0px;*/
     /*width:200px;*/
}






#content {
    max-width: 1500px !important;
    margin: 0 auto !important;
    width: 90vw !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}




#link-wrapper>a,
#link-wrapper>strong>a {
    line-height: 30px !important;
}

.filter-bright {
    filter: brightness(1.4);
}


.orange-background {
    background: var(--orange) !important;
}

.info-background {
    background: #18a2b8 !important;
}

.blue-background {
    background: var(--text-blue) !important;
}

.lightest-grey-background {
    /*background: var(--lightest-grey) !important;*/
}

.button-expand {
    display: inline-flex;
    max-width: 100%;
    width: auto;
    border-radius: 20px;
    margin: 20px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.button-orange {
    background: var(--orange);
    border: 2px solid var(--orange);
}

.button-text-blue {
    background: var(--text-blue);
    border: 2px solid var(--text-blue);
}

.button-expand>a {
    text-decoration: none;
    letter-spacing: 1px;
}

.button-expand {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.button-expand a {
    color: #fff !important;
    position: relative;
    transition: all .45s ease-Out;
    padding: 50px !important;
}

.button-expand a:hover {
    color: var(--light-grey) !important;
}

#circle {
    width: 0%;
    height: 0%;
    opacity: 0;
    line-height: 40px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    transition: all .5s ease-Out;
    top: 50px;
    left: 210px;
}

#button-expand:hover #circle {
    width: 200%;
    height: 600%;
    opacity: 1;
    top: -200px;
    left: -200px;
}

#button-expand:hover a {
    color: #2D3142;
}

.poofy-button {
    padding: 3vh 5vw;
    border-radius: 20px;
}




.social-link-div {
    background: black;
}

.maxWidth {
    /*width: 90%;*/
    max-width: 1500px !important;
    margin: 0 auto !important;
    /*overflow: hidden;*/
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5), -4px 4px 4px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5), -4px 4px 4px rgba(0, 0, 0, 0.5) !important;
}

.active-side-link {
    text-decoration: underline !important;
    font-size: 1.1em;
    font-weight: 800;
}

.active-side-link::before {
    content: "» ";
    color: var(--text-blue) !important;
}

.animate {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}


.no_subcontent:nth-child(7) {

}

.no_subcontent:nth-child(7)>a {
    /*color: white !important;*/
}

.bounce-out {
    -webkit-animation: bounceOut 1000ms both;
    animation: bounceOut 1000ms both;
}

.bounce-in {
    -webkit-animation: bounceIn 1000ms both;
    animation: bounceIn 1000ms both;
}

.text-blue {
    color: var(--text-blue) !important;
}

.link-color {
    color: var(--link-color) !important;
}

.blue-buttons {
    background: var(--text-blue) !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.blue-buttons:hover {
    background: var(--dark-blue) !important;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.bottom-border {
    border-bottom: 4px solid var(--link-color) !important;
}

.ripplelink {
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 0;
}

.ink {
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}



#maincontent.default UL LI {
    list-style-type: disc;
}

.fadeIn {
    -webkit-animation: fadeIn 1000ms 1000ms both;
    animation: fadeIn 1000ms 1000ms both;
}

.fadeInLeft {
    -webkit-animation: fadeInLeft 1200ms 900ms both;
    animation: fadeInLeft 1200ms 900ms both;
}

.white {
    background: white;
}

#text {
    color: var(--text-blue) !important;
}

.asyncGallery__ItemDescription>p {
    z-index: 999 !important;
    color: white !important;
}

.gallery>div {
    color: var(--text-blue) !important;
}

.diagonal_lines_pattern {
    background: #fff !important;
}

.text-white {
    color: white !important;
}

.light-grey {
    background: var(--light-grey: #464D52);
}

#header {
    z-index: 100;
    /*margin-top: 120px;*/
}


.btn {
    color: white !important;
}

p,
li {
    font-size: 1.05em;
    line-height: 1.7em !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    color: #464d52 !important;
}

#maincontent {
    padding-top: 0 !important;
    padding-bottomd: 0 !important;
}

#maincontent p,
#maincontent a,
#maincontent li,
#maincontent h1,
#maincontent h2,
#maincontent h3,
#maincontent h4,
#maincontent h5 {
    color: var(--light-grey);
}


#link-wrapper>a:hover {
    text-decoration: underline !important;

}

#admin-nav-link {
    color: white;
}

.text-blue {
    /*color: #2881B6 !important;*/
    color: var(--text-blue) !important;
}

.text-primary {
    color: var(--text-blue) !important;
    /*color: #2881B6 !important;*/
}

#link-wrapper>a {

    line-height: 30px !important;
    color: var(--text-blue) !important;
    /*color: #2881B6 !important;*/
}

#link-wrapper {
    /*background: rgba(0,0,0,0.1);*/
    /*margin: 10px;*/
    text-decoration: none !important;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.content_title {
    font-size: 3em !important;
    color: var(--text-blue) !important;
    text-align: center !important;
    margin-bottom: 50px !important;
}

.wave {
    /*display: none;*/
}

.home .featured_article {
    padding: 0 !important;
}

.content_body {
    margin: 0;
}

#header_important {
    /*margin-top: 80px;*/
}

.edit-buttons-overlay,
.content_button,
.edit_content {
    z-index: 1000;
}

.container,
.container-fluid {
    /*   width: 90%;*/
    /*max-width: 1500px;*/
    margin: 0 auto;
    /*overflow: hidden;*/

}

#container {

}

#link-wrapper {
    border: 1px solid black;
    padding: 20px;
    border-radius: 20px;
}

.indent {
    margin-left: 20px;
    position: relative;
}

.double-indent {
    margin-left: 40px;
    position: relative;
}




.collapsed::before {
    content: '\002B  ';
    color: white;
}



/*NAVBAR*/

#mainnav {
    background-color: #fff;
    max-height: 130px;
    z-index: 0;

    position: relative;

    top: 0 !important;

    height: 130px;

    padding: 75px 0 0 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.header_menu {
        z-index: 2000 !important;
}

.home-svg, .home-svg svg, .home-svg path {
    /*height: 50px;*/
    /*margin-right: 10px;*/
    width: 30px;
    filter: brightness(1);
    cursor: pointer;
}

.home-svg:hover {
    filter: brightness(1.3);
}

#nav_section>li:nth-child(1) {
    margin-right: 10px;
}

.nav-address-mobile {
    color: var(--text-blue) !important;
}

.mobile-nav-text {
    position: absolute;
    /*display: none;*/
    animation: fadeIn 500ms 700ms both;
    top: 60px;
    left: 10vw;
    font-weight: 600;
    /*color: var(--text-blue);*/
    font-size: 1.8rem;

    color: var(--light-grey) !important;

}

#blue-nav-line {
    width: 90vw;
    height: 2px;
    border-bottom: 2px solid var(--text-blue);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 103px;

}

.blue-hr {
    display: none;
}

#sidebar_left {
    text-align: center;
    border: 0px solid rgba(0, 0, 0, 0) !important;
    animation: fadeIn 400ms 200ms both;
}

#header_buttons {
    /*display: flex;*/ 
    margin: 0 5vw !important;
    /*justify-content:bspace-between;*/
}




#header_login_button, #header_admin_menu_button {
    /*z-index: 400;*/
    margin-left: 0 !important;
    width: 200px !important;
    max-width: 40% !important;
    height: 34px !important;
    max-height: 34px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center !important;
}

#header_help_button  {
    height: 34px !important;
    max-height: 34px !important;
    margin-right: 8px !important;
}

#header_admin_menu_button>span {
    padding: 5px !important;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    line-height: 7px !important;
}


#nav_section>li>a {
    color: var(--text-blue) !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    padding: 0px 1.5vw 10px 1.5vw;
    /*margin: 1vh 0;*/
    font-size: 1em;
    /*margin-top: -1vh;*/
    /*opacity: 0;*/
}

.navbar-top-links {
    /*opacity: 0;*/
    
}

.navbar-top-links-text {
    color: var(--text-blue) !important;
    transition: all 0.3s;
    font-size: 1rem;
    padding: 0 0.5vw;
    
}

#events-nav {
    animation: fadeIn 1000ms 1800ms both;
}

#newsletter-nav{
    animation: fadeIn 1000ms 2000ms both;
}

#my-account-nav {
    animation: fadeIn 1000ms 2200ms both;
}

.navbar-top-links-text:hover {
    color: var(--link-color) !important;
    transition: all 0.3s;
    text-decoration: none !important;
} 




#nav_section>li>a:hover {
    /*color: #B3D7E7;*/
    color: var(--link-color) !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


#nav-logo,
.nav-logo, #lottie {
    position: absolute !important;
    top: -5px !important;
    left:  1vw !important;
    animation: fadeIn 1000ms both;
    /*border: 2px solid red !important;*/

}

#nav-logo>svg, #lottie>svg {

    /*border: 2px solid orange !important;*/
}

#animation {
	/*border: 2px solid red;*/  
			margin: 0 !important;

}



.brand-logo-iframe, #nav-logo, #animation {
 /*   width: 130px !important;*/
	/*height: 130px !important;*/
	 width: 135px !important;
	height: 135px !important;
	border: 1px solid rgba(0,0,0,0) !important;
	margin: 0 !important;
	/*z-index: 1 !important;*/
}

#nav-logo body {
    margin: 0 !important;
}


#nav_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 3vw 0 0 !important;
}

#nav_section>li>ul {
    opacity: 0;
    border: 2px solid #fff;
    -webkit-animation: fadeInUp 400ms both;
    animation: fadeInUp 400ms both;
}

#nav_section ul>li>a:hover {
    /*background-color: #e0e0e0;*/
    /*color: #B3D7E7;*/
    /*color: #B3D7E7;*/
    color: var(--link-color) !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


#img_div>a>img,
.top_links>li>a {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#img_div>a>img:hover,
.top_links>li>a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

#img_div,
.top_links {
    display: none;
    opacity: 0;
}


#navbar-top-links {
    font-size: 0.8em;
    position: absolute;
    top: 1vh;
    left: 300px !important;
}

#navbar-top-links li {
    display: inline;
    color: #B3D7E7;
    padding: 10px;
    position: relative;

}




.fa-facebook-official,
.fa-youtube {
    position: relative;
    top: 5px;
    right: 0 !important;
    /*float: right;*/
    color: var(--text-blue);
    font-size: 30px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.fa-facebook-official:hover,
.fa-youtube:hover {
    color: var(--link-color);
    font-size: 40px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.sidebar_left_top {
    opacity: 0;
    content: '';
    display: none;
}

#top-nav {
    max-height: 100px !important;
    max-width: 100px !important;
}


#nav-address {
    position: absolute;
    font-size: 1em;
    top: -1.5vh !important;
    color: var(--text-blue) !important;
    width: auto;
    max-width: auto;
}

#admin-nav-link {
    color: var(--text-blue);
    position: fixed;
    top: 5px;
    right: 20%;
    text-decoration: none;
}

#contribute-nav-link {
    position: fixed;
    top: 5px;
    right: 3%;
    background-color: var(--orange);
    border-radius: 10px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

#contribute-nav-link:hover {
    color: #fff;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

#nav-logo-link>img {

}





/*TABS*/


.nav-item {
    border: 1px solid #fff;
    width: 100% !important;
    height: 100% !important;
    border-radius: 0px !important;
    background: var(--lighter-grey);
}

.nav-item:nth-child(1) {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.nav-item:hover {
    background: var(--light-grey) !important;
    color: #fff;

}

.nav-link,
.nav-link.active {
    color: var(--light-grey) !important;
    border-radius: 0 !important;
    border-width: 0px !important;

}

.nav-link:hover {
    color: #fff !important;

}

.nav-link.active:hover {
    color: var(--light-grey) !important;
}

.nav.nav-tabs {
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.tab-content {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}

#link-wrapper {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
}




/*SLIDERS*/
#hero-wrapper {
    max-width: 1500px;
}

.sy-list>.sy-slide>img {
    height: auto !important;
    
    /*margin: -40px 0;*/
    -o-object-fit: cover !important;
    object-fit: cover !important;
    width: 100% !important;
    min-width: 100% !important;
    

}

.header_slider_wrapper, .header_slider, .slipperySlidder, .sy-box, .sy-slides-wrap, .sy-slides-crop, .sy-list, .sy-slide {
     /*height: 1000px !important; */
     width: 100% !important; 
     z-index: 1 !important;
     min-width: 100% !important;
     -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; 
}


.slipprySlider {

    border-bottom: 1px solid #fff !important;


}





/*ACCORDIONS*/
.card-header {
    transition: all 0.3s;
    background: #3cbbaf;
    /* Old browsers */
    background: -moz-linear-gradient(left, #3cbbaf 0%, #2d8ed4 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3cbbaf 0%, #2d8ed4 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #3cbbaf 0%, #2d8ed4 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cbbaf', endColorstr='#2d8ed4', GradientType=1);
    /* IE6-9 */
    padding: 0px !important;
    /*font-size: 1rem !important;*/
}

.card-header:hover {
    transition: all 0.3s;
    filter: brightness(120%);
    /*font-size: 1.3rem !important;*/
}

.accordion-button {
    height: 100%;
    width: 100%;
    /*text-align: left;*/
    padding: 20px !important;
}


/*animations*/
@-webkit-keyframes pulse {
    from   {     
            background: -webkit-radial-gradient(center, ellipse cover, rgba(rgb(40, 129, 182),1) 0%,rgba(rgb(40, 129, 182),0) 50%);
            opacity:1;
        }
    to {     
            background: -webkit-radial-gradient(center, ellipse cover, rgba(rgb(40, 129, 182),1) 0%,rgba(rgb(40, 129, 182),0) 50%);
            opacity:0.5; 
        }
}

@keyframes pulse {
    from   {     
            background: radial-gradient(center, ellipse cover, rgba(rgb(40, 129, 182),1) 0%,rgba(rgb(40, 129, 182),0) 50%);
            opacity:1;
        }
    to {     
            background: radial-gradient(center, ellipse cover, rgba(rgb(40, 129, 182),1) 0%,rgba(rgb(40, 129, 182),0) 50%);
            opacity:0.5; 
        }
}

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@keyframes ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);

    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);

    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;

        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);

    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);

    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);

    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes scaleYIn {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes scaleYIn {
    0% {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

/*pulsing button*/
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}

@keyframes scaleXIn {
    0% {
        transform: scale(1, 0);
    }

    100% {
        transform: none;
    }
}



/*COMMENT OUT*/
.center {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.pulse-button-a {
    padding: 3vh 3vw;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0px 0px 1px 1px #0000001;
    box-shadow: 0px 0px 1px 1px var(--orange);
    animation: pulse-animation 2s infinite;
    border-radius: 20px;
    box-shadow: 0px 0px 1px 1px #0000001;
    box-shadow: 0px 0px 2px 2px var(--orange);
    color: #fff !important;
    font-size: 1.5rem;
    text-decoration: none !important;
    -webkit-transition: all 500ms ease-in-out !important;
    -o-transition: all 500ms ease-in-out !important;
    transition: all 500ms ease-in-out !important;
}

.pulse-button-a:hover {
    filter: brightness(1.25);
    -webkit-transition: all 500ms ease-in-out !important;
    -o-transition: all 500ms ease-in-out !important;
    transition: all 500ms ease-in-out !important;
}



/* Underline From Center */
.hvr-underline-from-center,
.underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    color: #fff !important;
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0px;
    background: var(--link-color) !important;
    height: 4px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0;
}

.hover-grow {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.hover-grow:hover {
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hover-grow-no-shadow {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.hover-grow-no-shadow:hover {
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    -webkit-transform: scale(1.1, 1.5);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.hvr {
    -webkit-transition-duration: .5s !important;
    transition-duration: .5s !important;
    /*color: #fff !important;*/
    color: var(--lighter-grey) !important;
    font-size: 1.5rem;
    background-size: cover !important;
    text-decoration: none !important;
    margin: 3vh auto;
}

.hvr:hover {
    color: var(--lighter-grey) !important;
    filter: brightness(110%);
    -webkit-filter: brightness(110%);
    -moz-filter: brightness(110%);
    -o-filter: brightness(110%);
    -ms-filter: brightness(110%);
    -webkit-transition-duration: .5s !important;
    transition-duration: .5s !important;
}

.hvr:focus{
    /*background: initial !important;*/
}

.hvr:before {
    -webkit-transition-duration: .5s !important;
    transition-duration: .5s !important;


}

.hvr-outline-out {}

.hvr-outline-out-blue:before {
    border: var(--text-blue) solid 4px !important;
    border-radius: 25px !important;
}


.hvr-outline-out-info:before {
    border: #18A2B8 solid 4px !important;
    border-radius: 25px !important;
}
.hvr-outline-out-orange:before {
    border: var(--orange) solid 4px !important;
    border-radius: 25px !important;
}


#nav-logo-link>img {
    -webkit-animation: fadeIn 1000ms 1000ms both;
    animation: fadeIn 1000ms 1000ms both
}

#nav-address {
    -webkit-animation: fadeIn 1000ms 1200ms both;
    animation: fadeIn 1000ms 1200ms both
}

.fa-facebook-official {
    -webkit-animation: fadeIn 1000ms 1400ms both;
    animation: fadeIn 1000ms 1400ms both
}

.fa-youtube {
    -webkit-animation: fadeIn 1000ms 1600ms both;
    animation: fadeIn 1000ms 1600ms both
}

#nav_section>.no_subcontent:nth-child(1) {
    -webkit-animation: fadeIn 1000ms 1800ms both;
    animation: fadeIn 1000ms 1800ms both
}

#nav_section>.no_subcontent:nth-child(2) {
    -webkit-animation: fadeIn 1000ms 1900ms both;
    animation: fadeIn 1000ms 1900ms both
}

#nav_section>.no_subcontent:nth-child(3) {
    -webkit-animation: fadeIn 1000ms 2000ms both;
    animation: fadeIn 1000ms 2000ms both
}

#nav_section>.no_subcontent:nth-child(4) {
    -webkit-animation: fadeIn 1000ms 2100ms both;
    animation: fadeIn 1000ms 2100ms both
}

#nav_section>.no_subcontent:nth-child(5) {
    -webkit-animation: fadeIn 1000ms 2200ms both;
    animation: fadeIn 1000ms 2200ms both
}

#nav_section>.no_subcontent:nth-child(6) {
    -webkit-animation: fadeIn 1000ms 2300ms both;
    animation: fadeIn 1000ms 2300ms both
}

#nav_section>.no_subcontent:nth-child(7) {
    -webkit-animation: fadeIn 1000ms 2400ms both;
    animation: fadeIn 1000ms 2400ms both
}
#nav_section>.no_subcontent:nth-child(8) {
    -webkit-animation: fadeIn 1000ms 2500ms both;
    animation: fadeIn 1000ms 2500ms both
}



/*MEDIA QEURIES*/
@media only screen and (max-width: 1150px) {
    .temple-logo-div {
            width: 120px;
    /*width: 50px;*/
    /*position: absolute !important;*/
    /*top: 5px !important;*/
    /*left: 6vw !important;*/
    
    /* background-image: url('https://images.shulcloud.com/14479/uploads/OldLogoSVG.svg'), url('https://images.shulcloud.com/14479/uploads/logo-original.png'); */
    background-image: url('https://images.shulcloud.com/14479/uploads/TempleBnaiTorahLogo-Square-Color.png');
     /*background-repeat:no-repeat;*/
     /*background-size: 100%;*/
     /*animation: fadeIn 1000ms both;*/
    }
    
}

@media only screen and (max-width: 1000px) {
    /*#nav-logo-link>img, .nav-logo-link {*/
    /*    left: 4vw !important;*/
    /*    top: 2vh;*/

    /*}*/
    
    /*#navbar-top-links {*/
    /*    right: 1vw !important;*/
    /*}*/
    

    
    #nav-address{
        /*width: 100px !important;*/
        /*max-width: 100px !important;*/
        /*padding: 10px 10px 10px 40% !important;*/
    }
    
        #nav_section>.no_subcontent>a {
        padding: 1vw !important;
    }

    #mainnav {
        /*height: auto !important;*/
        min-height: auto !important;
        max-height: auto !important;
        height: auto !important;
        z-index: 2000;
    }

    #navbar-top-links {
        right: 20px !important;
        /*right: 10px !important;*/
    }

#nav-logo,
.nav-logo, #lottie {
    left: 0 !important;
}



#temple-name-desktop {
    left: 125px;
    
}

/*#animation_Temple_Name_Desktop  {*/

/*}*/
#hebrew-text-div>image, #hebrew-text-div {
    left: 137px !important;
}

/*#hebrew-text>image {*/

/*}*/

}

@media (max-width:900px) {
    .master {
        display: none
    }
}

@media screen and (max-width: 767px) {

    /*body {*/
    /*    background: red;*/
    /*}*/
    
    .account_menu_section_tile {
        /*margin: 5px !important;*/
        height: 166px !important;
    }
    #nav_section>li>a:hover {
    /*color: #B3D7E7;*/
    color: #fff !important;
        
    }
    
    
    
    .selected_nav {
        /*border-width: 2px 2px 0px 2px;*/
        /*border-style: solid;*/
        /*border-color: rgba(#255,#255,#255,0.1);*/
    }
    
    #nav_section>.no_subcontent>a {
        color: #fff !important;
    }
    
    .dropdown-content{
        /*display: none !important;*/
        position: relative !important;
        display: block;
        left: 0;
        /*background: var(--link-color) !important;*/
        border-radius: 0px;
        transition: all 0.3s;
  box-shadow: 10px 5px 5px rgba(0,0,0,0);
    
    filter:brightness(110%);
    /*backdrop-filter: brightness(130%);*/
    }
    .dropdown-content>a {
        /*color: #585959 !important;*/
        color: #fff !important;
    }
    
    #mainnav, #nav_section {
        /*height: auto !important;*/
        /*max-height: auto !important;*/
        /*background: #F3F3F3 !important;*/
        
         /*background-color: var(--text-blue);*/
    /*background: linear-gradient(-45deg, #62fcea, #3BBAAF, #35ACFE, #b700ba );*/
    /*background-image: linear-gradient(-45deg, #62fcea, #3BBAAF, #35ACFE, #b700ba );*/
    /*background: linear-gradient(-45deg, #ff38c6, #3BBAAF, #3CB9B0, #35ACFE, #3097CC, #b700ba);*/
    /*background-size: 300% 300%;*/
    /*background-size: 800% 800%;*/
    /*animation: gradient 15s ease infinite;*/
    }
    
    
    .dropdown-closed {
        /*display: none !important;*/
        /*transform: scaleY(0) !important;*/
        visibility: hidden;
        height: 0 !important;
        max-height: 0 !important;
        opacity: 0;
        transition: all 0.3 !important;
        
    }
    
    .dropdown-open {
        /*display: block !important;*/
        /*transform: scaleY(1);*/
        visibility: visible;
        height: auto !important;
        max-height: auto !important;
        opacity: 1;
   
        /*overflow: hidden !important;*/
        transition: all 0.3 !important;
        
        /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0);*/
    }
    
    .sy-list>.sy-slide>img{
        height: 30vh !important;
    }
    
    .temple-logo-div {
        display: none;
    }
    
    
    #temple_name_mobile_div {
        position: absolute;
        top: 55px;
        -webkit-user-select: none !important;
           -moz-user-select: none !important;
            -ms-user-select: none !important;
                user-select: none !important;
    }
    
  .blue-hr {
      position: absolute;
      top: 100px;
      width: 90vw;
      margin: 0 auto;
      color: var(--blue-text);
  }

    .no_subcontent {
        margin: 0 auto;
        max-width: 100%;

        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }

    #link-wrapper {
        margin: 10px auto;
        clear: both;
    }

    .content_title {
        display: block !important;
    }

    #sidebar_left {
        z-index: 300;
    }

    #nav-logo-link>img, #navbar-top-links {
        display: none !important;
    }

    #header {
        margin-top: 0;
    }

    #nav_section {
        flex-direction: column !important;
        padding: 0 0 2vh 0 !important;
        
                         background-color: var(--text-blue);
    background: linear-gradient(-45deg, #62fcea, #3BBAAF, #35ACFE, #b700ba );
    background-image: linear-gradient(-45deg, #62fcea, #3BBAAF, #35ACFE, #b700ba );
    /*background: linear-gradient(-45deg, #ff38c6, #3BBAAF, #3CB9B0, #35ACFE, #3097CC, #b700ba);*/
    background-size: 300% 300%;
    /*background-size: 800% 800%;*/
    animation: gradient 15s ease infinite;
        
        /*background: var(--text-blue) !important;*/
        
        
            /*background-color: var(--text-blue);*/
            /*background: linear-gradient(-45deg, #62fcea, #3BBAAF, #35ACFE, #b700ba );*/
            /*background-image: linear-gradient(-45deg, rgb(98, 252, 234), rgb(59, 186, 175), rgb(53, 172, 254), rgb(183, 0, 186));*/
 /*background-color: var(--text-blue);*/
    /*background: linear-gradient(-45deg, #62fcea, #3BBAAF, #35ACFE, #b700ba );*/
    /*background: linear-gradient(-45deg, #ff38c6, #3BBAAF, #3CB9B0, #35ACFE, #3097CC, #b700ba);*/
    /*background-size: 300% 300%;*/
    /*background-size: 800% 800%;*/
    /*animation: gradient 15s ease infinite;*/
    }

    #nav_section li {
        text-align: center;
    }
    
     #nav_section>li>a {
        padding: 2vh 0;
        display:inline-block !important;
        width: 100% !important;
        color: #fff !important;
        /*width: 100% !important;*/
        /*background: #fff;*/
    }
    
            #nav_section>.no_subcontent>a {
        padding: 2vw !important;
    }
    

    
    #nav_section>li>a:hover {
        /*background: var(--lightest-grey) !important;*/
    }
    
        #nav_section>.no_subcontent {
        width: 100% !important;
    }


    .blue-hr {
        display: block;
        position: absolute;
        top: 100px;
        margin: 0 auto;
        height: 2px;
        background: var(--text-blue);
    }


    #mainnav {
        position: absolute !important;
        right: 0 !important;
        top: 0 !important;
        margin: 0 !important;
        width: 300px !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: auto !important;
        padding: 0 !important;
        left: auto !important;
        -webkit-transform: translateX(0%) !important;
        transform: translateX(0%) !important;
        /*border: 2px solid rgba(0, 0, 0, 0) !important;*/
        -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
        -webkit-animation: bounceInDown 1000ms both;
        animation: bounceInDown 1000ms both;
            /*z-index: 2000 !important;*/
            /*border: 2px solid var(--text-blue) !important;*/
            /*z-index: 0;*/
    }

    #welcome-nav-text {
        display: none;
    }

    .no_subcontent:nth-child(7) {
        display: block !important;
    }


    .small-pic {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #content {
        /*margin-top: 50px !important;*/
        padding-top: 50px !important;
        /*border-top: 2px solid var(--text-blue) !important;*/
    }
    
    #maincontent {
        /*border-top: 2px solid var(--text-blue) !important;*/
    }

    .mobile-nav-text {
        font-family: 'Neucha', cursive !important;
        top: 62px;
    }

    #topnav {
        right: 2vw !important;
        top: 52px !important;
        left: auto !important;
        z-index: 1 !important;
        /*animation: fadeIn 500ms 1000ms both;*/
        height: 50px !important;
        width: 50px !important;
        max-height: 50px !important;
        max-width: 50px !important;
    }


    
    #header_login_button, #header_admin_menu_button {
        height: 53px !important;
        max-height: 53px !important;
        width: auto !important;
        max-width: auto !important;
        
    }
    
    #header_login_button {
        margin: 0 !important;
    }
    
    #header_admin_menu_button {
        margin: 0 3vw !important;
        width: 150px !important;
        max-width: 150px !important;
        line-height: 1em !important;
    }
    
    #header_login_button>img {
        display: none !important;
    }
    
    #header_admin_menu_menu {
        max-width: 100vw !important;
        left: 0 !important;
    }



    .header_button {
        padding: 13px 15px !important;
    }


    .header_slider_wrapper {
        max-height: 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 94%, 0 94%, 0 0);

        clip-path: polygon(0 0, 100% 0, 100% 94%, 0 94%, 0 0);
    }
}

@media only screen and (max-width: 450px){
    .content_title {
        font-size: 2rem !important;
    }
    .mobile-nav-text {
        font-size: 1.3rem !important;
        top: 65px;
        position: absolute;
    }

    
}

@media only screen and (max-width: 350px){
        #temple_name_mobile_div {
        left: 0px !important;
    }
}