html {  font-family: sans-serif;  -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;  }
body {margin: 0;color: #666666;}
body {display: flex;flex-direction: column;color: #666666;text-align: left;position: relative;font-family: 'Montserrat', sans-serif;font-weight: 400;font-style: normal;font-size: .9em;line-height: 1.6;}
#layout { flex: 1 0 auto;}
.footer {  flex-shrink: 0;}



article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {  display: block;  }
audio,canvas,progress,video {  display: inline-block;  vertical-align: baseline;  }
audio: not([controls]) {  display: none;  height: 0;  }
[hidden],template {  display: none;  }
a {background-color: transparent; color:#004c20;}
a:active,a:hover {  outline: 0;  }
abbr[title] {  border-bottom: 1px dotted;  }
b,strong {  font-weight: bold;  }
dfn {  font-style: italic;  }
h1, .h1style {/* font-size: 2em; *//* margin: 0.67em 0; */}
mark {  background: #ff0;  color: #000;  }
small {  font-size: 80%;  }
sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;  }
sup {  top: -0.5em;  }
sub {  bottom: -0.25em;  }
img {  border: 0;  }
svg: not(: root) {  overflow: hidden;  }
figure {  margin: 1em 40px;  }
hr {  -webkit-box-sizing: content-box;  box-sizing: content-box;  height: 0;  }
pre {  overflow: auto;  }
code,kbd,pre,samp {  font-family: monospace, monospace;  font-size: 1em;  }
button,input,optgroup,select,textarea {  color: inherit;  font: inherit;  margin: 0;  }
button {  overflow: visible;  }
button,select {  text-transform: none;  }
button,html input[type="button"],input[type="reset"],input[type="submit"] {  -webkit-appearance: button;  cursor: pointer;  position: relative;  background: #004c20;  color: #ffffff;  border: none;  text-transform: uppercase;  font-family: 'Open Sans', sans-serif; font-size: 15.4px;  font-weight: bold;  letter-spacing: 0.6px;  text-align: center;  cursor: pointer;  padding: 5px 12px;  }
button[disabled],html input[disabled] {  cursor: default;  }
button:: -moz-focus-inner,input:: -moz-focus-inner {  border: 0;  padding: 0;  }
input {  line-height: normal;  }
input[type="checkbox"],input[type="radio"] {  -webkit-box-sizing: border-box;  box-sizing: border-box;  padding: 0;  }
input[type="number"]:: -webkit-inner-spin-button,input[type="number"]:: -webkit-outer-spin-button {  height: auto;  }
input[type="search"] {  -webkit-appearance: textfield;  -webkit-box-sizing: content-box;  box-sizing: content-box;  }
input[type="search"]:: -webkit-search-cancel-button,input[type="search"]:: -webkit-search-decoration {  -webkit-appearance: none;  }
fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;  }
legend {  border: 0;  padding: 0;  }
textarea {  overflow: auto;  }
optgroup {  font-weight: bold;  }
table {  border-collapse: collapse;  border-spacing: 0;  }
td,th {  padding: 0;  }

/*! Source: https: //github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {  
   *, *:before, *:after {  background: transparent !important;  color: #000 !important;  -webkit-box-shadow: none !important;  box-shadow: none !important;  text-shadow: none !important;  }
   a, a:visited {  text-decoration: underline;  }
   a[href]:after {  content:'';  }
   abbr[title]:after {  content:'';  }
   a[href^="#"]:after, a[href^="javascript: "]:after {  content: "";  }
   pre, blockquote {  border: 1px solid #999;  page-break-inside: avoid;  }
   thead {  display: table-header-group;  }
   tr, img {  page-break-inside: avoid;  }
   img {  max-width: 100% !important;  }
   p, h2, .h2style, h3, .h3style {  orphans: 3;  widows: 3;  }
   h2, .h2style, h3, .h3style {  page-break-after: avoid;  }
   .navbar {  display: none;  }
   .btn > .caret, .dropup > .btn > .caret {  border-top-color: #000 !important;  }
   .label {  border: 1px solid #000;  }
   .table {  border-collapse: collapse !important;  }
   .table td, .table th {  background-color: #fff !important;  }
   .table-bordered th, .table-bordered td {  border: 1px solid #ddd !important;  }
}



/* ==================== Basic declarations ==================== ================================================== */
header, section, article, aside, footer, figure, nav, hgroup, video, div, canvas {  display: block;  }
p {margin: 0.5em 0;line-height: 1.7em;}
a {-moz-transition: .3s ease;-o-transition: .3s ease;-webkit-transition: .3s ease;transition: .3s ease;color: #856f3d;text-decoration: none;font-weight: 600;}
.Button-primary {  background-color: #004c20;  border-color: #004c20;  }
.Button-primary:hover {  background: #856f3d;  }
a.button:focus {color:#fff; }
a:hover, a:focus {text-decoration: none;color: #333;}
a img {  border: 0px  }
img {  max-width: 100%;  width: auto\9;  height: auto;  vertical-align: middle;  border: 0;  -ms-interpolation-mode: bicubic;  }
h1, h2, h3, h4, h5, h6 {color: #004c20;text-align: left;text-rendering: optimizelegibility;font-family: 'Manrope', sans-serif;font-weight: 600;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit ;text-decoration: none;}
ul, ol {  margin-left: 3em;  list-style: disc;  }
ol {  list-style: decimal;  }
blockquote, q {  quotes: none;  }
blockquote:before, blockquote:after, q:before, q:after {  content: '';  content: none;  }
hr {margin-top: 20px;margin-bottom: 20px;border: 0;border-top: 1px solid #dcdcdc;}
sub, sup {  position: relative;  font-size: 75%;  line-height: 0;  vertical-align: baseline;  }
sup {  top: -.5em;  }
sub {  bottom: -.25em;  }
table {  border-collapse: collapse;  }
table td, table th {  vertical-align: top;  }
table.content_table {  border: 1px solid #e9e9e9;  }
table.content_table td, table.content_table th {  padding: 4px;  border: 1px solid #e9e9e9;  border-collapse: collapse;  }
.colbtn {  padding: 6px 23px;  color: #FFF;  display: inline-block;  margin: 6px;  }
nav ul {  margin: 0;  padding: 0;  }



.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-left: auto;
    margin-right: auto;
 
    width: 100%
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px;
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
   
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }

}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}


.skip-to-main-content-link {position: absolute;left: -9999px;z-index: 99999;padding: 1em;background-color: black;color: white;}
.skip-to-main-content-link:focus {left: 0%;transform: translateX(0%);opacity: 1; color:#FFF;}
// Usage as a mixin
.skip-navigation {  @include sr-only;  @include sr-only-focusable;}
*:focus, *:focus-visible {outline: 2px solid #004c20;}



/* ==================== input elements==================== ================================================== */
button, input, optgroup, select, textarea {  margin: 0;  font: inherit;  color: inherit;  }
button {  overflow: visible;  }
button, select {  text-transform: none;  }
button:: -moz-focus-inner, input:: -moz-focus-inner {  padding: 0;  border: 0;  }

input {  line-height: normal;  }
input[type="checkbox"], input[type="radio"] {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  padding: 0;  margin: 0 3px;  }
input[type="number"]:: -webkit-inner-spin-button, input[type="number"]:: -webkit-outer-spin-button {  height: auto  }
input, select, textarea {  color: #373737;  border: 1px solid #E9E9E9;  background: #FBFBEA;  padding: 5px;  font-style: normal;  font-weight: 400;  text-align: left;  outline: none;  }
textarea {  overflow: auto;  height: 120px;  min-width: 250px;  width: 70%;  }
input[type=button], input[type=reset], input[type=submit], .button {display: inline-block;line-height: 1;background-color: #004c20;color: #fff;fill: #fff;text-align: center;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-size: 1.2em;font-weight: 400;border-radius: 5px;padding: 20px 40px 20px 40px;}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {background: #856f3d ;color: #FFF;}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, .button:active {background: #004c20;}
input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea {width: 100%;min-height: 45px;background-color: rgba(49, 48, 47, 0.07);border: 1px solid transparent;font-size: 14px;padding: 11px 21px;text-align: left;color: #31302f;margin: 10px 0;border-radius: 4px;}
input[type=email]:: -webkit-input-placeholder, input[type=password]:: -webkit-input-placeholder, input[type=tel]:: -webkit-input-placeholder, input[type=text]:: -webkit-input-placeholder, select:: -webkit-input-placeholder, textarea:: -webkit-input-placeholder {  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  }
input[type=email]:: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select:: -moz-placeholder, textarea:: -moz-placeholder {  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  }
input[type=email]: -ms-input-placeholder, input[type=password]: -ms-input-placeholder, input[type=tel]: -ms-input-placeholder, input[type=text]: -ms-input-placeholder, select: -ms-input-placeholder, textarea: -ms-input-placeholder {  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  }
input[type=email]: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select: -moz-placeholder, textarea: -moz-placeholder {  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  }
input[type=email]:focus:: -webkit-input-placeholder, input[type=password]:focus:: -webkit-input-placeholder, input[type=tel]:focus:: -webkit-input-placeholder, input[type=text]:focus:: -webkit-input-placeholder, select:focus:: -webkit-input-placeholder, textarea:focus:: -webkit-input-placeholder {  color: transparent;  }
input[type=email]:focus: -moz-placeholder, input[type=password]:focus: -moz-placeholder, input[type=tel]:focus: -moz-placeholder, input[type=text]:focus: -moz-placeholder, select:focus: -moz-placeholder, textarea:focus: -moz-placeholder {  color: transparent;  }
input[type=email]:focus:: -moz-placeholder, input[type=password]:focus:: -moz-placeholder, input[type=tel]:focus:: -moz-placeholder, input[type=text]:focus:: -moz-placeholder, select:focus:: -moz-placeholder, textarea:focus:: -moz-placeholder {  color: transparent;  }
input[type=email]:focus: -ms-input-placeholder, input[type=password]:focus: -ms-input-placeholder, input[type=tel]:focus: -ms-input-placeholder, input[type=text]:focus: -ms-input-placeholder, select:focus: -ms-input-placeholder, textarea:focus: -ms-input-placeholder {  color: transparent;  }
input[type=radio] {width:auto; display:inline-block;}

.select-wrapper {  position: relative;  }
.select-wrapper:after {  content: "\f0d7";  font-family: 'FontAwesome';  color: #856f3d ;  font-size: 20px;  line-height: 1;  height: 20px;  width: 10px;  text-align: center;  display: block;  position: absolute;  right: 10px;  top: 50%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);  pointer-events: none;  }
select {border-radius: 0;margin: 0;font-size: 16px;}
select:: -ms-expand {  display: none;  }
label {font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: bold;/* display: block; */font-size: 16.8px;}
.error {  color: #ee592b;  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;  font-size: 0.9em;  display: block;  }
input[type=email],input[type=password],input[type=tel],input[type=text],input[type=number], select,textarea {width: 100%;min-height: 40px;background-color: #e5e5e5;border: 1px solid rgba(0, 0, 0, 0.07);font-size: 14px;padding: 10px;text-align: left;color: #31302f;margin: 5px 0;border-radius: 0;}
input[type=email]:: -webkit-input-placeholder, input[type=password]:: -webkit-input-placeholder, input[type=tel]:: -webkit-input-placeholder, input[type=text]:: -webkit-input-placeholder, select:: -webkit-input-placeholder, textarea:: -webkit-input-placeholder { color:#31302f;  }
input[type=email]:: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select:: -moz-placeholder, textarea:: -moz-placeholder {color:#31302f; }
input[type=email]: -ms-input-placeholder, input[type=password]: -ms-input-placeholder, input[type=tel]: -ms-input-placeholder, input[type=text]: -ms-input-placeholder, select: -ms-input-placeholder, textarea: -ms-input-placeholder { color:#31302f;  }
input[type=email]: -moz-placeholder, input[type=password]: -moz-placeholder, input[type=tel]: -moz-placeholder, input[type=text]: -moz-placeholder, select: -moz-placeholder, textarea: -moz-placeholder { color:#31302f;  }
input[type=email]:focus:: -webkit-input-placeholder, input[type=password]:focus:: -webkit-input-placeholder, input[type=tel]:focus:: -webkit-input-placeholder, input[type=text]:focus:: -webkit-input-placeholder, select:focus:: -webkit-input-placeholder, textarea:focus:: -webkit-input-placeholder {  color: transparent;  }
input[type=email]:focus: -moz-placeholder, input[type=password]:focus: -moz-placeholder, input[type=tel]:focus: -moz-placeholder, input[type=text]:focus: -moz-placeholder, select:focus: -moz-placeholder, textarea:focus: -moz-placeholder {  color: transparent;  }
input[type=email]:focus:: -moz-placeholder, input[type=password]:focus:: -moz-placeholder, input[type=tel]:focus:: -moz-placeholder, input[type=text]:focus:: -moz-placeholder, select:focus:: -moz-placeholder, textarea:focus:: -moz-placeholder {  color: transparent;  }
input[type=email]:focus: -ms-input-placeholder, input[type=password]:focus: -ms-input-placeholder, input[type=tel]:focus: -ms-input-placeholder, input[type=text]:focus: -ms-input-placeholder, select:focus: -ms-input-placeholder, textarea:focus: -ms-input-placeholder {  color: transparent;  }
 

.button-gold {background: #856f3d;color:#FFF ; border:1px solid transparent;}
.button-gold:hover {background: #004c20; }
.button-green {background: #004c20;color:#FFF ; border:1px solid transparent;}
.button-green:hover {background: #856f3d; }


.button-lg {padding: 15px 25px;font-size: 1.3em !important;}
.button-sm {padding: 8px 15px;font-size: 1em;}
.button-lg, .button-sm {display: inline-block;  }

.button-lines{background:transparent;border: 1px solid #ffffff;color: #ffffff;}
.button-no-lines{background:transparent;border: 0;padding: 13px 5px;color: #004c20;}

.button-lines.button-green{ border-color:#004c20 ; color:#004c20 ;}
.button-lines.button-green:hover{ background:#004c20; color:#FFF;}

.button-lines.button-gold{ border-color:#856f3d ; color:#856f3d ;}
.button-lines.button-gold:hover{ background:#856f3d; color:#FFF;}
.button-arrow-right:after {font-family: 'Material Symbols Outlined';content:"\e8e4";padding: 0 0 0 4px;display: inline-block;vertical-align: middle;font-size: 40px;line-height: 30px;}
.button-arrow-down:after {  font-family: 'Material Symbols Outlined'; font-size: 15.4px;  content: '\e5db';  padding: 0 0 0 4px;  }
.button-arrow-left:before {  font-family: 'Material Symbols Outlined'; font-size: 15.4px;  content: '\e317';  padding: 0 4px 0 0px;  }
 
 

/* ====================utility/ helper classes ==================== ================================================== */
.clear {  clear: both;  height: 0px;  margin: 0px;  padding: 0px;  }
.header:after, .container:after, .row:after, .navbar-toggle:after, .nav-bar:after, .clearfix:after {  content: "";  display: table;  clear: both;  }
.pad {  padding-left: 15px;  padding-right: 15px;  }
.pad-left {  padding-left: 15px;  }
.pad-right {  padding-right: 15px;  }
.divider {  margin-top: 20px;  position: relative;  }
.divider-line {  margin: 40px 0;  }

.img-circle {  border-radius: 50%;  }
.hide {  display: none;  }
.show {  display: block !important;  }
.invisible {  visibility: hidden;  }
 

/* ==================== layout==================== ================================================== */
#layout {position: relative;top: 0;left: 0;width: 100%;min-width: 100%;background: #FFF;min-height: 100vh;display: flex;flex-direction: column;justify-content: space-between;}
#wrapper {  height: auto;  width: 100%;  margin: 0 auto;  position: relative;  }
.content-block {  padding: 25px 0; }
.page-content-block {  margin: 0 0;  }
.subpageHeader-block {text-align: justify;background: #004c20;position: relative;margin-bottom: 60px;}
.subpageHeader-block .pageHeader {min-height: 200px;background-repeat: no-repeat;background-size: cover;background-position: top left;}
.subpageHeader-block img{width:100%;}
.subpageHeader-block .pageTitle {position: relative;/* top: 50%; *//* transform: translateY(-50%); */width: 100%;text-align: center;}
.subpageHeader-block h2 {margin: 15px 0;color: #fff;}
.home-content-block {  border: 0;  padding: 50px 0; }
.subpage-block {  margin-top: 74px;  padding-top: 10px;  }
.breadcrumb {background: transparent;padding: 10px 0;color: #FFF;margin: 0;}
.breadcrumb a { color: #FFF;}

/* ====================header ==================== ================================================== */
.Header h1 {display: none;color: #FFF;}
.Header {position: fixed;width: 100%;z-index: 999;padding: 0;top: 0;left: 0;transition: all .5s ease;/* background: #fff; *//* border-top: 35px solid #004c20; *//* box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%); */}
.Header .headerWrapper{/* position:relative; */background: #FFF;box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 30%);}

.Header .Navigation{position: static;z-index:2;}
.Header .Navigation:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity: 0.25;}
body.subpage .Header {}
 
.logo {position: relative;z-index: 999;padding: 0;/*-webkit-transition: all .5s ease;  -moz-transition: all .5s ease;  -ms-transition: all .5s ease;  -o-transition: all .5s ease;  transition: all .5s ease;  */}
.logo a{color:#FFF;/* text-align: center; */display: contents;}
.logo img {position: relative;z-index: 1;display: block;/* vertical-align: middle; */transition: all .3s ease;margin: 0px 0;margin-bottom: 0;max-height: 90px;/* background: #004c20; */}

.topNav ul{margin:0;padding:0;list-style:none;display:flex;justify-content: flex-end;margin-bottom: 9px;}
.topNav ul li a {padding: 4px 15px;display: inline-block;font-size: .95em;text-transform: lowercase;color: #004c20;font-weight: 400;}
.topNav ul li a:hover{color:#856f3d;}
.topNav ul li ul{display:none;}
.topNav ul li.home a{font-size:0;padding: 0 10px;}
.topNav ul li.home a:after{content:"\e88a";font-family: 'Material Symbols Outlined';display:block;font-size: 20px;padding: 0;line-height: 30px;}

.Navigation__body, .HeaderMenu {height:100%;position: static;}
.Navigation__body {background:#004c20;position: relative;z-index: 99;}
.HeaderMenu > ul {list-style: none;padding: 0;margin: 0 auto;text-align: center;display: -webkit-box;display: -ms-flexbox;display: flex;justify-content: flex-end;align-items: center;position: static;}
.HeaderMenu>ul>li {position:relative;text-align: center;}
.HeaderMenu>ul>li.hasSub > a:after{content: "\e5cf";display:inline-block;position: relative;font-family: Material Symbols Outlined;font-size: 20px;vertical-align: middle;font-weight: 600;display: inline-block;margin: 0 0 0 2px;vertical-align: top;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;transform: rotate(0);color: inherit;position: relative;background: transparent;height: auto;width: auto;right: auto;line-height: inherit;}

.HeaderMenu>ul>li a, .HeaderMenu>ul>li span {color: #004c20;display: block;padding: 12px 15px;font-weight: 400;font-size: 1.0em;text-transform: uppercase;cursor:pointer;}
.HeaderMenu>ul>li ul{display: none;position:absolute;list-style: none;margin: 0;padding: 0;min-width: 260px;margin-top: 0;background: #004c20;right: 0;top:100%;box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);}
.HeaderMenu>ul>li:last-child ul{/* right: 0%; *//* left: auto; */}
.HeaderMenu>ul>li:hover > ul { display:block; }
.HeaderMenu>ul>li ul li:first-child{padding-top: 1px;}
.HeaderMenu>ul>li ul li{position:relative;left: 0;top: 0;width: auto;}
.HeaderMenu>ul>li ul li ul{position:absolute;left:100%;top: 0;}
.HeaderMenu>ul>li ul li:hover{}
.HeaderMenu>ul>li ul li ul{left:auto;right:100%;background: #856f3d;display: none;}   
.HeaderMenu>ul>li ul li:hover > ul{ display:block;}
.HeaderMenu>ul>li ul li ul.noShow{display:none;}
.HeaderMenu>ul>li ul li ul li:last-child{padding:0;} 
.HeaderMenu>ul>li ul li {text-align:left;}
.HeaderMenu>ul>li ul li a{padding: 10px;font-size: .9em;color: #FFF;}
.HeaderMenu>ul>li ul li a:hover{color:#FFF;background: #856f3d;}

.subpage .HeaderMenu>ul>li a, .Header.headBg .HeaderMenu>ul>li > a, .Header.headBg .HeaderMenu>ul>li > span{/* background:#004c20; */color:#856f3d;}
.HeaderMenu>ul>li:hover > a,.HeaderMenu>ul>li:hover > span, .Header.headBg .HeaderMenu>ul>li:hover > a, .Header.headBg .HeaderMenu>ul>li:hover > span{  background:#004c20;color: #FFF;}
.HeaderMenu>ul>li ul li:hover > a, .HeaderMenu>ul>li a:hover, .HeaderMenu>ul>li span:hover{color: #FFF;background: #856f3d;}
.HeaderMenu>ul>li ul li ul li:hover a{background: #3e3e3e;}
.HeaderMenu>ul>li.hasSub{ position:static;}
.HeaderMenu>ul>li.hasSub > ul{display:none;left: auto;transform: translateX(0%);right: 0%;top: 99%;min-width: auto;width: auto;}
.HeaderMenu>ul>li.hasSub:hover > ul{display:flex;}
.HeaderMenu>ul>li.hasSub > ul > li {min-width: 260px;padding: 10px;}
.HeaderMenu>ul>li.hasSub > ul > li ul{display:block;position:relative;left: 0;top: auto;right: auto;width: auto;min-width: auto;background: none;box-shadow: none;}
.HeaderMenu>ul>li.hasSub > ul > li ul li a{padding: 10px;text-transform:capitalize;padding-top: 0; color:#FFF;}
.HeaderMenu>ul>li.hasSub > ul > li:hover a{color:#FFF;}
.HeaderMenu>ul>li.hasSub > ul > li a:hover, .HeaderMenu>ul>li.hasSub > ul > li:hover a:hover{ color:#856f3d;}

.HeaderMenu>ul>li.search span.searchBlock-toggler.collapsed{font-size:0;padding: 12px 15px;background: transparent;color: #004c20;}
.HeaderMenu>ul>li.search span.searchBlock-toggler {background: #856f3d;color: #FFF;font-size: 0;}
.HeaderMenu>ul>li.search span:after{content:"\f002";font-family: 'FontAwesome';display:block;font-size: 15px;padding: 0;}

.HeaderMenu>ul>li ul li ul li ul li a:hover{background: #FFF !important; color:#004c20;}


.Sidebar__body {background-color: #004c20;right: -320px;width: 320px;top: 0;bottom: 0;position: fixed;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 10000;-webkit-transition: right .3s ease-in-out;transition: right .3s ease-in-out;}
.Sidebar .Sidebar__backdrop, .searchBlock .search_backdrop{position: fixed;width:100%;z-index: 9999;height:100%;background: rgb(0 0 0 / 25%);top:0;left:0;}
.Sidebar.show .Sidebar__body {  right: 0;  }
.Sidebar.show .Sidebar__backdrop {  display: block;  }
.SidebarMenu {padding: 0;padding-bottom: 30px;}
.SidebarMenu ul {list-style: none;padding: 0;margin: 0;}
.SidebarMenu ul.noShow{display:none;}
.SidebarMenu ul li.search {display:none;}
.SidebarMenu ul li ul li a{font-size:.96em;font-weight: 500;}
.SidebarMenu ul li ul li, .SidebarMenu ul li ul li ul li{margin-left: 10px;}
.SidebarMenu ul li a, .SidebarMenu ul li span {font-size: 1.1em;color: #FFF;text-decoration: none;display: block;padding: 7px 15px;text-transform: uppercase;font-weight: 500;}
.SidebarMenu ul li ul li { padding:0;}
.SidebarMenu ul li ul li a{text-transform: none;font-weight: 400;}
.SidebarMenu ul a:hover{color: #FFF;background: #004c20;}


.menuIcons .navIcon {text-align: right;color: #FFF;padding: 0px 15px;}
.NavbarToggle, .navIcon .searchBlock-toggler {vertical-align: middle;background-color: transparent;border: 0;padding: 0;line-height: 0;}
.NavbarToggle span, .navIcon .searchBlock-toggler span {font-size: 3em;color: #004c20;font-weight: bold;}
.navIcon .searchBlock-toggler span {font-size: 2.5em;}
.sidebar__Close {padding: 0;}
.sidebar__Close button {height:auto;padding: 5px;color: #FFF;}
.sidebar__Close button span{color: #FFF;font-size: 2em;}
body.subpage .Header .NavbarToggle i {  color: #004c20;  }
.Header.headBg .headerWrapper  {transition: all .5s ease;background: #FFF;}
.Header.headBg .logo img {padding: 0;transition: all .3s ease;/* max-height: 70px; */}
.Header.headBg .logo a{color: #004c20;}

#changeparameters_9, #changeparameters_9 ~p{display:none;}
#changeparameters_9 select{padding: 20px;margin: 0;}

/* ==================== Social Menu ==================== ================================================== */
#social {position: relative;z-index: 99;margin: 0;width: 100%;}
#social ul {margin: 0;padding: 0;text-align: left;display: flex;}
#social li {float: none;display: inline-block;vertical-align: middle;margin: 00;}
#social li a {text-align: left;padding: 0 !important;color: #777;display: block;}
#social li a span {display: none;font-family: 'Open Sans', sans-serif;text-transform: capitalize;font-size: 16px;margin-left: 5px;color: #FFF;font-weight: 600;}
#social li a:before {content:'';font-size: 34px;text-align: center;color: #FFF;background: transparent;display: inline-block;vertical-align: middle;width: 40px;height: 40px;line-height: 40px;margin: 10px;font-family: 'FontAwesome';}
 
#social li.facebook a:before {content: "\f09a";}
#social li.twitter a:before {content: "\f099"; }
#social li.instagram a:before {content: "\f16d"; }
#social li.linkedin a:before {content: "\f0e1"; }
#social li.youtube a:before {content: "\f16a"; }
#social li.pinterest a:before {  content: "\f231";  }
#social li.googleplus a:before {content: "\f0d4"; }
#social li.contact a:before, #social li.email a:before {content: "\f0e0"; }
#social li.rss a:before {content: "\f09e"; } 
#social li.phone a:before {content: "\f095";} 
/* Social Menu Hover */
#social li:hover a:before, #social li a:hover:before {color: #004c20;transition: all .3s ease;background: #FFF;}

/* ====================Footer==================== ================================================== */
footer {clear: both;background: #856f3d;color: #FFF;z-index: 1;position: relative;margin-top: 60px;}
footer .f_logo {height:100%;background:#856f3d;padding:30px;display: flex;align-items: center;}
footer .address {background:#004c20;height:100%;padding:30px;display: flex;flex-direction: column;justify-content: center;}
 
footer .address * { color: #FFF;} 
footer .address p{ padding-left:30px;}
footer .address p span{display:inline-block;margin-left: -30px;width: 30px;text-align: center;vertical-align: middle;}


.footerNav{display: block;background: #856f3d;text-align: left;padding: 30px;display: flex;align-items: center;}
.footerNav >ul{list-style: none;}
.footerNav > ul > li {text-align: left;display: inline-block;min-width: 49%;}
.footerNav > ul > li > a, .footerNav > ul > li > span {}
.footerNav ul li>a {padding: 0px;margin: 0px;display: block;}
.footerNav ul li a{padding-bottom: 8px;display: block;color: #FFF;display: inline-block;text-align: right;font-size: 1.1em;}
.footerNav ul li>ul  {margin: 0px;padding: 0;list-style: none;}
.footerNav ul li> ul li {float: none;display: block;margin: 5px 0;text-align: revert;}
.footerNav ul li> ul li a{padding: 5px 0;font-size: 1em;font-weight: normal;}
.footerNav ul li a:hover{color:#004c20;}


footer .social {background: #004c20;height:100%;padding:30px;display: flex;flex-direction: column;justify-content: space-between;}
.copyright {text-align: left;font-size: .8em;}
.copyright nav ul {list-style:none;display:block;margin:0;padding:0;margin-bottom: 10px;}
.copyright nav ul li{display: inline-block;margin-right: 15px;}
.copyright a {color: #FFF!important;}
.copyright span {display: block;text-align: left;}
.subpage .copyright{ margin:0;}
/* ==================== Go to top button ==================== ================================================== */
.cd-top {display: inline-block;height: 40px;width: 40px;position: fixed;bottom: 10px;right: 0px;z-index: 10;box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);overflow: hidden;background: #8b8071;/* border: 1px solid #fff; */visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s, visibility 0s .3s;-moz-transition: opacity .3s 0s, visibility 0s .3s;transition: opacity .3s 0s, visibility 0s .3s;}
.cd-top i {color: #fff;font-size: 1.4em;text-align: center;line-height: 40px;text-indent: 0;display: block;position: absolute;right: 0;top: 0;left: 0;bottom: 0;margin: 0 auto;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {  -webkit-transition: opacity .3s 0s, visibility 0s 0s;  -moz-transition: opacity .3s 0s, visibility 0s 0s;  transition: opacity .3s 0s, visibility 0s 0s;  }
.cd-top.cd-is-visible {  visibility: visible;  opacity: 1;  }
.cd-top.cd-fade-out {opacity: .75;}
.cd-top:hover, .no-touch .cd-top:hover {opacity: 1;background: #004c20;border-color:#FFF;}
.cd-top:hover i{ color:#FFF;}

/* ==================== webform post form styles ==================== ================================================== */
.fieldgroup {  clear: both;  margin: 10px 0;  padding: 5px;  }
.fieldgroup_label {  font-size: 1.5em;  font-weight: bold;  font-family: 'Open Sans', sans-serif;  width: 98%;  display: block;  color: #004c20;  padding: 5px 1%;  margin: 20px 0 5px 0;  border-bottom: 1px solid #856f3d;  }
.fieldgroup_desc, .field_desc {  font-style: italic;  color: #373737 ;  line-height: 1.4em;  padding: 0 3px;  font-size: 0.87em;  margin-bottom: 10px;  clear: both;  }
.fieldrow {  padding: 5px 0;  text-align: left;  display: block;  }
.fieldrow .fieldlabel sup {  color: red;  margin-left: 5px;  }
.fieldrow .fieldval textarea {  width: 80%;  min-height: 100px;  }
.fieldrow .fieldlabel {  display: inline-block;  width: 100%;  margin: 0 0.5%;  text-align: left !important;  margin-right: 20px !important;  }
.fieldrow .fieldval {  display: inline-block;  width: 100%;  margin: 0 0.5%;  vertical-align: top;  }
.fieldrow .fieldval input, .fieldrow .fieldval input[type=text], .fieldrow .fieldval input[type=tel], .fieldrow .fieldval input[type=email], .fieldrow .fieldval select {  width: 80%;  }
.fieldrow .fieldval input[type=button], .fieldrow .fieldval input[type=reset], .fieldrow .fieldval input[type=submit], .button {  width: auto;  }
.fieldrow .fieldval input[type=file] {  border: 1px solid #ddd;  }
.fieldrow .fieldval input[type=radio] {width:auto; display:inline-block;}
.group_nogroup_label, .group_nogroup_label, .group_nogroup_tr {  display: none;  }

.newPostTemplate.webform .fieldrow .fieldlabel, .newPostTemplate.webform .fieldrow .fieldval{width:auto;display:block;margin: 0 5px;}
.newPostTemplate.webform .fieldrow .fieldval input[type=number], .newPostTemplate.webform .fieldrow .fieldval input[type=text], .newPostTemplate.webform .fieldrow .fieldval input[type=tel], 
.newPostTemplate.webform .fieldrow .fieldval input[type=email], .newPostTemplate.webform .fieldrow .fieldval select, .newPostTemplate.webform .fieldrow .fieldval textarea
{ width:100%;}
.newPostTemplate.webform .fieldrow .fieldval input[name*='date'], .newPostTemplate.webform .fieldrow .fieldval input[name*='date'],
.webform .fieldrow .fieldval input[name*='date'], .webform .fieldrow .fieldval input[name*='date']
{width: calc(100% - 30px);} 
.newPostTemplate.webform .fieldrow .fieldval input[type='checkbox']{width:auto; }
.newPostTemplate.webform .fieldrow .desc{ font-size:.84em; color:#777;}
.newPostTemplate.webform .fieldrow .fieldlabel label{font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 400;display: block;font-size: 15px;margin: 0;}
.newPostTemplate.webform .fieldrow .fieldlabel label{display:inline;}
.newPostTemplate.webform .fieldrow .fieldval label{font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;font-weight: 400;font-size: 15px;margin: 0;display: inline-block;}
.newPostTemplate.webform .fieldrow .fieldlabel label {font-weight:600; }

.newPostTemplate.webform .fieldrow .fieldval div[class*="_radio"]{display:inline-block;}
 
#Total,#Handbook_Total, #Shipping_Total{font-weight:bold;}

/*Tao Field Builder*/
.fieldrow .taoFieldBuilder{display:block;width: 100%;}
.taoFieldBuilder .head { background:#eee;}
.taoFieldBuilder .head, .taoFieldBuilder .tafb_row {display:flex;width: 100%;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;margin-bottom: 3px;padding: 0;border: 1px solid rgba(0, 0, 0, 0.15);}

.taoFieldBuilder .tafb_row > span.fcol.officername_col, .taoFieldBuilder .tafb_row > span.fcol.title_col, 
.taoFieldBuilder .head .fcol.officername_col, .taoFieldBuilder .head .fcol.title_col {-ms-flex: 0 0 25%;flex: 0 0 45%;max-width: 45%;line-height: 40px;padding: 2px;}

.taoFieldBuilder .head .fcol.spouseguestluncheon_col, .taoFieldBuilder .tafb_row > span.fcol.spouseguestluncheon_col,
.taoFieldBuilder .head .fcol.spouseguestbanquet_col, .taoFieldBuilder .tafb_row > span.fcol.spouseguestbanquet_col {-ms-flex: 0 0 15%;flex: 0 0 15%;max-width: 15%;line-height: 40px;padding: 2px;text-align: center;}

.taoFieldBuilder .head .fcol.attendeename_col {padding-left:10px;}
.taoFieldBuilder .tafb_row span.fcol.tfbact, .taoFieldBuilder .head .fcol.tfbact {-ms-flex: 0 0 10%;flex: 0 0 10%;max-width: 10%;}

.taoFieldBuilder a.addAct{text-decoration:none;color:#FFF;background:green;padding: 0;display: block;width: 100%;text-align: center;line-height: 40px;margin: 0; font-size:0;}
.taoFieldBuilder a.addAct:after{content:'Add Attendee';font-size:12px;}
.taoFieldBuilder a.tfbdel {text-decoration:none;background: #B10A3A;color: #FFF;display: block;padding: 0;width: 100%;text-align:center;line-height: 40px;margin: 0; font-size:0;}
.taoFieldBuilder a.tfbdel:after {content:"\f1f8"; font-family:fontAwesome; font-size:14px; font-weight:normal;} 

.taoFieldBuilder .tafb_row > span.fcol input{margin:0;width:100%;border-radius: 0;border: 0;}
.taoFieldBuilder .tafb_row > span.fcol input[type="checkbox"] {width:auto;}
.taoFieldBuilder .tafb_row > span.fcol input.require.error{ border: 1px solid red;}

/* cart universal */
.carticon { position: absolute; top: 50px; right: 10px;  }
.carticon ul  { margin: 0;  padding: 0; list-style: none;  }
.carticon ul li { float: left; line-height: 1em;  padding: 0px 8px; border-right: 1px solid #999; }
.carticon ul li:last-child { border: 0px;  }
.carticon a { color: #333; }
#orderinfo h2{ display:none;}
.shippinginfotable {max-width: 360px;}
.shippinginfotable input, .shippinginfotable select{width:100%;}
#cartbuttons ul {list-style: none;padding: 0px;margin: 0px;text-align: right;margin-top: 20px;text-align: left;}
#cartbuttons ul:after{content:''; display:table; clear:both;}
#cartbuttons ul li {display: inline-block;}
#cartleft #cartbuttons ul li { float: none; display: inline-block; }
input.cancel {background: #CCC;color: #777;}
.shippinginfotable td { width: 40%; }


 
/* billing */
.billingaddress {padding: 2% 0;}
.billingaddress .name { font-weight: bold;  }
.paymenttitle {margin-top: 15px;font-size: 1.3em;font-weight: 500;}
#paymentdiv { padding-bottom: 20px;  }
.paymentmodule{padding: 5px 0;/* font-size:1.1em; */} 
.paymentdetails{margin: 5px 0;text-align: left;width: 500px;}
.paymentdetails .row {margin:5px 0;}
.paymentchoice, #payment_totalamount { font-weight:bold;}
.ccnameoncard-block, .carddetail-block{display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: nowrap;}
.carddetail-block { flex-wrap:wrap;}
.ccnameoncard-block > div, .carddetail-block > div{padding: 5px;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.ccnameoncard-block > div span, .carddetail-block > div span {display:block;margin: 0;}
.ccnameoncard-block > div span input, .carddetail-block > div span input {width: 100%;margin: 0;}
.carddetail-block > div.cardnumber-block {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.carddetail-block > div.codeoncard-block {-ms-flex: 0 0 40%;flex: 0 0 40%;max-width: 40%;}
.carddetail-block > div.expireoncard-block {-ms-flex: 0 0 60%;flex: 0 0 60%;max-width: 60%;}
.carddetail-block > div.expireoncard-block .expireoncardinput {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: nowrap;}
.carddetail-block > div.expireoncard-block .expireoncardinput select{margin: 0 5px;}

.nameoncardlabel, .cardnumberlabel, .expireoncardlabel, .codeoncardlabel{min-width: 105px;}
.nameoncardlabel,.nameoncardinput,.cardnumberlabel,.cardnumberinput, .expireoncardlabel, .codeoncardlabel {display:inline-block;vertical-align: top;margin-bottom: 5px;}
.codeoncardlabel  {width:auto;} 
.sqaureCard iframe {background: #fff;}
.sq-input {height: 25px !important;}

.order {width: 90%;display: table;}
.order .formorder_head {display: table-row;text-align: right;border-bottom: 1px solid #004c20;width: 90%;font-weight: bold;}
.order .formorder_head span  { /* padding: 5px; */ display: table-cell;}
.order .formorder_head span.order_desc, .order .orderrow span.order_desc {text-align: left;}
.order .formorder_detail  {/* padding: 1%; */margin: 0;display: table-row;width: 100%;}
.order .formorder_detail span, .order .orderrow.total .grand_total, .order .orderrow.total .order_price   {display:table-cell;padding: 6px 0;}
.order .orderrow  span.order_price  { text-align:right;}
.order .orderrow.total {font-weight: bold;border-top: 1px solid #cdcdcd;border-bottom: 1px solid #cdcdcd;display: table-row;width: 90%;}
.order .formorder_detail span.price{text-align:right;}

buttons ul li { display: inline-block; margin: 5px 0; }
.cartlinks { height: 30px; margin: auto; float: right; }
.cartlinks ul { margin: 0px; padding: 0px; list-style: none; float: right; margin-top: -4px; }
.billingaddress .name { font-weight: bold; }
.billinginfotable select, .shippinginfotable select, .billinginfotable input, .shippinginfotable input{/* width: auto; */margin: 3px 0;}
.paymenttitle { margin-top: 15px; font-size: 1.3em; }
#paymentdiv { padding-bottom: 20px ;}
#paymentbuttons{margin: 10px 0;} 

#changeinfo {margin: 15px 0px;display: block;}
#changeinfo  ul { margin: 0; padding: 0; list-style: none; }
#changeinfo  ul li {/* float: left; */margin-right: 20px;}
#changeinfo  ul li a{display:inline-block;position: relative;border: none;font-size: 15.4px;font-weight: bold;letter-spacing: 0.6px;text-align: center;cursor: pointer;padding: 10px 15px;border: 1px solid #ddd;border-radius: 5px;}
#changeinfo  ul li a:hover{background: #856f3d;color:#FFF;}




/* ==================== taoCMS Components and Modules ==================== ================================================== */

.slider-block{ padding:0;}
.sliderSection {position:relative;min-height: 90vh;background: #333;}
.sliderSection .tao-item .item {position:relative;background: #333;}
.sliderSection .tao-item .item .captionData {position:absolute;width:100%;height:100%;top: 0;left: 0;}
.sliderSection .tao-item .item .captionData .container {position: relative; }   
.sliderSection .tao-item .item .captionData:after{content:'';background: #202020;opacity: .9;display: none;width: 90%;height:100%;position: absolute;left: 0;top: 0;z-index: 1;clip-path: polygon(0 0, 45% 0, 65% 100%, 0% 100%);clip-path: circle(56% at 15% 100%);}

.sliderSection .tao-carousel .tao-item .item .caption{position: relative;z-index: 2;height: auto;top: 50%;width: 50%;padding: 0;transform: translateY(-50%);color: #FFF;padding: 30px 15px;display: none;} 
.sliderSection .tao-carousel .tao-item .item .caption .ngfIcon { max-width:150px;}
.sliderSection .tao-carousel .tao-item .item .caption h2{font-weight: 700;color: #fff;margin: 0;line-height: normal;text-transform: uppercase;} 
.sliderSection .tao-carousel .tao-item .item .caption h2 sup{font-size: 16px;top: -60px;position: relative;}
.sliderSection .tao-carousel .tao-item .item .caption p.lead{color: #856f3d;font-size: 1.5em;margin: 0;}


.sliderContent div.activeSlide { display: block; right: 0; }
.slider_block div.container {height: 100%;}
 
.tao-carousel .tao-item .item .caption * {color: #FFF;}
.tao-carousel .tao-item .item .caption a{font-weight: 400;display: inline-block;}
.tao-carousel .tao-item .item .caption p {}
.tao-carousel .tao-item .item .caption .line {width: 250px;height: 3px;background: #004c20;display: inline-block;}
.tao-carousel .tao-item .item .caption h1{ /* text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.4); */font-family: 'Source Serif Pro', serif;  margin: 0 0 10px;}
.tao-carousel .tao-item .item .caption h2{text-shadow: 1px 1px 1px rgb(51 51 51 / 30%);color: #FFF;margin: 0 0 10px;font-size: 3em;font-size: 50px;-webkit-animation: 1s 1.6s fadeInUp both;animation: 1s 1.6s fadeInUp both;font-weight: 700;line-height: 1.1;}
.tao-carousel .tao-item .item .caption h2 span.block{ display:block;}
.tao-carousel .tao-item .item .caption h3{font-family: 'Source Serif Pro', serif;font-size: 3em;}
.tao-carousel .tao-item .item .caption h4{font: 300 16px/24px 'Source Serif Pro', serif;}
.tao-carousel .tao-item .item .caption h5{ font-size:.84em; line-height:1.18em;}
.tao-carousel .tao-item .item .caption .background{margin-bottom: 5px;display: inline-block;}

/*caption Video*/
.tao-carousel .tao-item .item .caption.Video {  width: 100%;  max-width: none;  text-align: center;  position: relative;  height: auto;  padding: 0;  border: 0;  margin: 0;  }
.tao-carousel .tao-item .item .caption.Video h3 {  text-align: left;  margin: 0;  margin-left: 15px;  padding: 0;  display: none;  }
.tao-carousel .tao-item .item .caption.Video iframe {  height: 400px !important;  width: 100%;  }
.tao-carousel .tao-item .item .caption.Video a, .sliderContent div.base.slShow div.caption.Video p {  padding: 0;  margin: 0;  }

/* caption positions*/ 
.tao-carousel .tao-item .item .caption.Top-Left {  top: 2%;  left: 0;  }
.tao-carousel .tao-item .item .caption.Top-Center {  top: 2%;  left: 50%;  -webkit-transform: translateY(-2%) translateX(-50%);  -ms-transform: translateY(-2%) translateX(-50%);  transform: translateY(-2%) translateX(-50%);  }
.tao-carousel .tao-item .item .caption.Top-Center * {  text-align: center !important;  }
.tao-carousel .tao-item .item .caption.Top-Right {  top: 2%;  left: 100%;  -webkit-transform: translateY(-2%) translateX(-100%);  -ms-transform: translateY(-2%) translateX(-100%);  transform: translateY(-2%) translateX(-100%);  text-align: right !important;  }
.tao-carousel .tao-item .item .caption.Top-Right * {  text-align: right !important;  }
.tao-carousel .tao-item .item .caption.Middle-Left {  top: 50%;  left: 0%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);  display: block !important; }
.tao-carousel .tao-item .item .caption.Middle-Center {  top: 50%;  left: 50%;  -webkit-transform: translateY(-50%) translateX(-50%);  -ms-transform: translateY(-50%) translateX(-50%);  transform: translateY(-50%) translateX(-50%);  }
.tao-carousel .tao-item .item .caption.Middle-Center * {  text-align: center !important;  }
.tao-carousel .tao-item .item .caption.Middle-Right {  top: 50%;  left: 100%;  -webkit-transform: translateY(-50%) translateX(-100%);  -ms-transform: translateY(-50%) translateX(-100%);  transform: translateY(-50%) translateX(-100%);  }
.tao-carousel .tao-item .item .caption.Middle-Right * {  text-align: right !important;  }
.tao-carousel .tao-item .item .caption.Bottom-Left {  top: 100%;  left: 0%;  -webkit-transform: translateY(-100%);  -ms-transform: translateY(-100%);  transform: translateY(-100%);  }
.tao-carousel .tao-item .item .caption.Bottom-Center {  top: 100%;  left: 50%;  -webkit-transform: translateY(-100%) translateX(-50%);  -ms-transform: translateY(-100%) translateX(-50%);  transform: translateY(-100%) translateX(-50%);  }
.tao-carousel .tao-item .item .caption.Bottom-Center * {  text-align: center !important;  }
.tao-carousel .tao-item .item .caption.Bottom-Right {  top: 100%;  left: 100%;  -webkit-transform: translateY(-100%) translateX(-100%);  -ms-transform: translateY(-100%) translateX(-100%);  transform: translateY(-100%) translateX(-100%);  }
.tao-carousel .tao-item .item .caption.Bottom-Right * {  text-align: right !important;  }
.tao-carousel .tao-item .item .caption div {margin-top: 0px;position: relative;z-index: 2;}
.tao-carousel .tao-item .item .caption div a {text-align: center;color: #FFF;margin:;}
.tao-carousel .tao-item .item .slShow  .caption {display: block;position: absolute;z-index: 2;}
.tao-carousel .tao-item .item .slShow  .caption.No-Background {  background: none !important;  }


/*Caption Backgrounds*/
.tao-carousel .tao-item .item .caption.White {  background: rgb(255 255 255 / 80%);  }
.tao-carousel .tao-item .item .caption.White * {  color: #004c20;  }

.tao-carousel .tao-item .item .caption.green {  background: #004c20;  }
.tao-carousel .tao-item .item .caption.green * {  color: #FFF;  }

.tao-carousel .tao-item .item .caption.gold {  background: #856f3d;  }
.tao-carousel .tao-item .item .caption.gold * {  color: #004c20;  }

.tao-carousel .tao-item .item .caption.Black {  background: rgb(0 0 0 / 80%);  }
.tao-carousel .tao-item .item .caption.Black * {  color: #FFF;  }


.taoNav {margin-top: -30px;position: relative;z-index: 98;text-align: center;display: none;}
.taoNav a {  margin: 2px 6px;  display: inline-block;  vertical-align: middle;  padding: 0;  border: 0;  border-radius: 2px;  -webkit-border-radius: 2px;  -ms-border-radius: 2px;  -moz-border-radius: 2px;  color: #08364c;  background: #08364c;  cursor: pointer;  font-size: 0;  width: 28px;  height: 6px;  line-height: 0;  text-align: center;  }
.taoNav a.active {  background: #004c20;  color: #004c20;  }
.taoNav a:hover {  text-decoration: none;  }
 
/* subpage_slider*/
.subpage_slider {  padding: 100px 0; background-position: center center;  background-attachment: fixed;  background-size: cover;  }

/* tao dots */
.tao-carousel.tao-theme .tao-dots {padding: 0;text-align: left;line-height: 15px;float: left;}
.tao-carousel.tao-theme .tao-dots .tao-dot span{  }
.tao-carousel.tao-theme button.tao-dot span {display:inline-block;vertical-align: middle;width: 8px;height: 8px;background: #999  !important;margin: 2px !important;border-radius: 10px;transition: all .3s ease;}
.tao-carousel.tao-theme button.tao-dot.active span{background: #004c20 !important;width: 20px;transition: all .3s ease;}

.tao-carousel.tao-theme .tao-nav button {margin: 0;}
.logosBlock .tao-carousel.tao-theme .tao-nav button:hover, .logosBlock .tao-carousel .tao-nav [class*='tao-']:hover {background:none;}
.logosBlock .tao-carousel.tao-theme .tao-nav button.tao-prev span, .logosBlock .tao-carousel.tao-theme .tao-nav button.tao-next span{color:#333;font-size: 50px;font-weight: 200;line-height: normal;margin: 0;}
 .logosBlock .tao-carousel.tao-theme .tao-nav button.tao-next {
    right: 1%;
}


form#changepass, .general_login, #sendinstructions {max-width: 360px;margin: 0 auto;text-align: left;padding: 15px;border: 1px solid rgb(233, 233, 233);}
#changepass h2 ,.general_login div.logintitle {  background: transparent;  color: #32383e;  font-size: 18px;  line-height: 25px;  font-weight: normal;  }
.general_login div.loginmessage {  font-style: italic;  margin-bottom: 20px;  }
.changepass div.row, .general_login div.row {margin: 10px 0px;text-align: left;display: flex;flex-direction: column;}
.changepass div.row label, .general_login div.row span.label {text-align: left;min-width: 100px;}
.changepass div.row label {font-weight: normal;display: block;text-align: left;margin-bottom: 0;}
.changepass div.row span, .general_login div.row span.formw {display: inline-block;vertical-align: middle;}

.changepass div.row span {display:block;}
.changepass div.row span input {max-width: 100%;}
.changepass div.row span .pwdlevel {font-size:.8em;font-style: italic;}
.changepass div.row:last-child {text-align: center;}
.changepass div.row:last-child label{display:none;}

.general_login div.loginbtn {text-align: center;flex-direction: inherit;justify-content: center;}
.general_login div.loginbtn input{ width:auto;}
.general_login div.forgotpassword {text-align: center;}
.general_login .errmsg {  color: #bd3e20;  font-size: .84em;  padding: 0;  text-align: center;  overflow: hidden;  }
.general_login div.row.remember {flex-direction: row;}

#filter {  display: none;  }

/* =============================================== ================================================== =============================================== ================================================== Custom Styles =============================================== ================================================== =============================================== ================================================== */
/*navigation */
.form-btn {  padding: 10px 10px;  cursor: pointer;  position: relative;  float: right;  text-align: center;  right: 0;  margin: 3px 0;  color: #fff;  }
.nav-icon a {  color: #004c20;  line-height: 75px;  display: block;  padding: 0 5px;  }
.nav-icon a:hover, .nav-icon.nav-collapsed a:hover {  text-decoration: none !important;  background: none !important;  color: #004c20 !important;  }
.nav-icon {  float: right;  font-size: 30px;  line-height: 75px;  position: relative;  z-index: 99;  right: 0;  top: 0px;  margin: auto;  padding: 0 7px;  color: #004c20;  }
.nav-icon a:hover, .search-btn.search-on, .search-btn:hover {  background: #004c20;  color: #FBFBEA;  }
.nav-icon.nav-collapsed {  z-index: 102;  }
.nav-icon.nav-collapsed a {  color: #004c20 !important;  }
.nav-icon.nav-collapsed a span:before {  content: "\f00d";  }

/* side navigation*/
.sideNav {background: #f0f0f0;}
.sideNav ul{list-style:none;margin:0;padding:0;margin-top: 10px;}
.sideNav ul li{ position:relative;}
.sideNav ul li ul{display: block;position: relative;left: 0;top: auto;margin: 0;width: 100%;}
.sideNav ul li ul li a {padding: 10px 20px;}

.sideNav ul li ul li a:hover,.sideNav ul li ul li:hover > a, .sideNav ul li ul li:hover{background: #004c20;}  

.sideNav ul li:hover > ul{ display:block;}
.sideNav ul li a {border-bottom: 1px solid #dddddd;color: #333;display: block;padding: 15px 10px;font-weight: 500;} 
.sideNav ul li: last-child a {  border: 0;  }
.sideNav ul li> a:hover , .sideNav ul li a:hover {color: #FFF; background:#004c20;}
.sideNav ul li ul li ul li a, .sideNav ul li ul li ul{ background:#856f3d;}
.sideNav ul li ul li ul li a {background: #856f3d;color: #004c20;}
.sideNav ul li ul li ul li a:hover {background:#333; color:#FFF;}
.sideNav ul li ul li a:before{display:none;}

/* gallery */
.Gallery {/* background: #a8935e; */margin-bottom: 30px;}
.hide { display: none; }
#imageoverlay {position: fixed;top: 0;left: 0;z-index: 9999;background: transparent;width: 100%;height: 100%;}
.overlay {position: absolute;z-index:1121;width: 100%;height: 100%;top: 0;background: rgba(9,9,9,0.9);left: 0;}
.taoGalleryBox {padding: 0%;z-index: 9999;top: 0;left: 0;display: flex;flex-wrap: wrap;flex-direction: row;justify-content: flex-start;}
.no-rgba #gcontent {background: #333; }
#gimage {text-align: center;position: relative;-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;height: 100%;order: 1;}
#gimage img {background: #FFF;padding: 5px;border: 1px solid #EEE;}
#gimage p{margin:0;position: absolute;bottom: 0;width: 100%;text-align: center;}
#gimage p a{display:inline-block;padding:5px;color: #333;border: 1px solid #777;line-height:10px;font-size: 12px;background: #fff;}
#gimage p a:hover{ background:#004c20; color:#333;}
#gcontent {color: #CCC;word-break: break-all;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;order: 2;margin-top: 70px;}
#gcontent div {margin: 15px;}
#gcontent label { display: block; color: #FFF; font-size: 1.2em; }
#gcontent span { display: block; }
#gnav {position: absolute;bottom: 5%;right: 5%;z-index:1122;text-align: right;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;height: 40px;order: 4;bottom: 0;right: 0;text-align: right;order: 4;}
#gnav a {margin-left: 10px;color: #FFF;display: inline-block;padding: 2px 15px;border: 1px solid #fff;}
#gnav a:hover{ background:#fff; color:#333;}
#gclose {position: absolute;z-index:1122;top: 0%;height: 30px;right: 5%;color: #777;background: #a8935e;padding: 5px 15px;color: #FFF;text-align: center;-ms-flex: 0 0 100px;flex: 0 0 100px;max-width: 100px;order: 0;}
.gwait {position: fixed; width: 100%; height: 100%; top: 0; left: 0; margin: 0 !important; font-size: 0;}
.gwait:before{content:"\f110";font-family:FontAwesome;font-size:36px;line-height:40px;margin-top: 0 !important;color: #fff;position: absolute;z-index: 2;top: 0;bottom: 0;left: 0;right: 0;margin: auto !important;height: 40px;width: 40px;text-rendering: auto;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;-webkit-animation: fa-spin 1s infinite steps(8);animation: fa-spin 1s infinite steps(8);}
div.galleries {display:flex;flex-wrap: wrap;align-content: center;align-items: stretch;justify-content: space-around;}
.gallerylist {border: 1px solid #949ca1;position: relative;text-align: center;margin: 1%;padding: 2%;-ms-flex: 0 0 30%;flex: 0 0 30%;max-width: 30%;}
.gallerylist a {display:block;text-align: center;}
.gallerylist img {max-width: 100%;background: #949ca1;display: block;margin: 0 auto;}
.gallerylist a:hover img, .gallerylist a img:hover{ opacity:.75; }
.gallerylist h3 { margin: 0; margin-top: 5px; text-align: center; font-size: 1.1em;}
.gallerylist p { display: none; }
.imageGallery {text-align:center;display: flex;flex-wrap: wrap;justify-content: center;align-items: stretch;}
.imageGallery a {border: 1px solid rgb(148 156 161);overflow: hidden;margin: 1%;display: flex;align-items: center;max-height: 170px;flex-wrap: wrap;align-content: center;-ms-flex: 0 0 18%;flex: 0 0 18%;max-width: 18%;text-align: center;}
.imageGallery a img{display:block;margin:0 auto;max-width: 100%;}
.imageGallery a .gContent { display: none; }
/* .imageGallery a img { width: 100%;} */
.imageGallery a:hover img { opacity: .75;}

/*modal*/
.modalData{/* display:none; */}
.modal.show .close{position:absolute;right: 0;top: 0;background: red;z-index: 100;text-shadow: none;color: #FFF;line-height: 25px;width: 25px;font-size: 24px;padding:0;}
#modalData iframe{border:0; }
.modal.show .modal-body{position:relative; padding:0;}
.modal.show .modal-body iframe{ border:0; width:100%;}
.modal.show .modal-content{border:0;box-shadow:none;border-radius: 0;background: transparent;}


/* ====================paging ====================
   ================================================== */
.gallery_next_link{ float:right; }
.gallery_home_link, .gallery_prev_link{ float:left;}

.gallery_home_link a, .gallery_next_link a, .gallery_prev_link a{display:inline-block;padding:5px 15px;font-weight:500;color: #333;border: 1px solid #b9b9b9;}
.gallery_prev_link a:before, .gallery_next_link a:after{ content:"\f178"; font: normal normal normal 14px/1 FontAwesome; display:inline-block; vertical-align:middle; margin-left:7px;}
.gallery_prev_link a:before{content:"\f177"; margin-right:7px; margin-left:0;}
.gallery_home_link a:hover, .gallery_prev_link a:hover, .gallery_next_link a:hover{ background:#004c20; color:#FFF; border: 1px solid #004c20;}

#form_paging_links, #calendar_paging_links, #paging_links, #newschannel_paging_links, .gallery_paging_links {clear:both;text-align: center;margin: 10px 0;margin-top: 50px;float: none;}
#form_paging_links:after, #calendar_paging_links:after, #paging_links:after, #newschannel_paging_links:after, .gallery_paging_links:after {content:''; display:table; clear:both;}
#form_paging_links span, #paging span, #calendar_paging_links span, #paging_links span, .paging span, .gallery_paging_links span{display: inline-block;text-align: center;margin: 2px;}

#newschannel_paging_links span.gallery_prev_link_inactive, #newschannel_paging_links span.gallery_next_link_inactive,   #form_paging_links span.gallery_prev_link_inactive, 
#paging_links span.prev_link_inactive, #paging_links span.next_link_inactive, #calendar_paging_links .gallery_prev_link_inactive, #calendar_paging_links .gallery_next_link_inactive{ display:none;}

#newschannel_paging_links span:hover, #calendar_paging_links span:hover, #form_paging_links span:hover, #paging_links span:hover, .gallery_paging_links span:hover, #paging_links span.currentpage, 
.paging span.currentpage {background: #004c20;color: #FFF;}

#paging_links span.currentpage a, .paging span.currentpage a, #newschannel_paging_links span:hover a, #newschannel_paging_links span a:hover, #calendar_paging_links span:hover a, 
#calendar_paging_links span a:hover, #form_paging_links span:hover a, #form_paging_links span a:hover, #paging_links span:hover a, #paging_links span a:hover, .gallery_paging_links span:hover a, 
.gallery_paging_links span a:hover {background: #004c20;text-decoration: none;color: #FFF;/* border: 1px solid #fdb525; */}    

#paging_links span a, .gallery_paging_links span a {color: #333;display: block;background: #e1e1e1;padding: 3px 15px;}
#paging_links span.next_link {width:auto;}

.gallery_prev_link_inactive, .gallery_next_link_inactive, .gallery_paging_links span.gallery_prev_link_inactive{ display:none;} 


/*calendar */
table#calendar{border-collapse:collapse;width: 80%;background:transparent;color:#333;margin: 30px auto;}
table#calendar tr th,table#calendar td{border:1px solid #CCC;width: 14.28%;height: 75px;}
table#calendar tr th{text-align:center;background:#EEE;vertical-align:middle;font-size:18px;color: #856f3d;line-height:20px;font-family:'Roboto', sans-serif;}
table#calendar tr td.caption{background: #856f3d;text-align:center;color: #FFF;font-size: 24px;text-transform: uppercase;font-weight: 500;height: 50px;line-height: 50px;}

table#calendar tr td.caption a.nav{display:inline-block !important;vertical-align: middle;font-size: 34px;padding: 0 20px;color: #FFF;line-height: 50px;height: 55px;}

table#calendar ul{margin:0px;padding:0px;list-style:none;display: block;}
table#calendar ul li{ padding:2px;line-height:16px;color:#FFF;border-bottom:1px solid #FFF;background:#856f3d;font-size:11px; }
table#calendar ul li a{ color:#FFF; }

.divTable {display:table;width:100%;border-collapse: collapse;}
.divTable .divRow { display:table-row;}
.divTable .divRow .divCol{display:table-cell;padding:5px;border: 1px solid #adbcb3;}
.divTable .divRow.Head .divCol, .divTable .divRow .divCol.head { background:#004c20; color:#FFF;}


/*Search*/
.searchBlock.collapse {}
.searchBlock.collapse.show{} 
.searchBlock_body {position: fixed;z-index: 99;top: 0;left: 0;width: 100%;transition:all .3s ease;}
.searchBlock.collapse.show .searchBlock_body{top:100px; transition:all .3s ease;} 
.searchBlock_body .container {position:relative;/* height: 100%; */}
.searchBlock_body .searchBlock {position:relative;}
.searchBlock_body .search_Close {position:relative;top: 0;color: #FFF;display: none;}
.searchBlock_body .searchBlock form{}
.searchBlock_body .searchBlock label {font-size: 2em;text-transform:uppercase;color:#255946;font-weight: 600;font-family: 'Rubik', sans-serif;min-width: 100%;display: none;}
.searchBlock_body .searchBlock .fieldsRow {display:flex;width: 100%;}
.searchBlock_body .searchBlock .fieldsRow #textfield{padding: 20px;font-size: 1.5em;margin: 0;background: #FFF;border: 1px solid #ddd;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.searchBlock_body .searchBlock .fieldsRow input[type="submit"]{border-radius:0; border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
form#sitesearch {display:flex;margin-bottom: 15px;}
form#sitesearch input{ margin:0;}
form#sitesearch input[type="text"]{border-radius:0; border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
form#sitesearch input[type="submit"]{border-radius:0; border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
#searchresults {padding: 15px 0;}
#searchresults .search_url{ margin-bottom:10px; padding-bottom:10px; border-bottom:1px dashed #ddd;}

/*---------------------- custom CSS --------------------------*/
.event {margin: 10px 0;position: relative;margin-bottom: 15px;} 
.event .row{align-items: center;}
.event .date {height: 85px;background: #856f3d;display: flex;flex-direction: column;justify-content: center;}
.event .event_date {    text-align: center;   }
.event .event_date{margin: 0 auto;font-size: 17px;text-transform: uppercase;color: #FFF;position: absolute;z-index: 3;top: 0;left: 0;background: #856f3d;border-bottom-right-radius: 15px;padding: 7px 15px;box-shadow: 2px 2px 2px rgb(12 12 12 / 20%);}
.event .event_time { font-size: .84em;   display: block;  font-weight: 400;  line-height: 1.5em; }
.event .event_day {font-size: 30px;font-weight: 700;line-height: 28px;}
.event .event_content {padding: 10px;font-weight: normal;font-size: 1em;text-align: left;line-height: 1.5em;position: relative;z-index: 3;}
.event .event_content a {font-size: 1.2em;font-weight: 500;}
.event .event_name a{ vertical-align: middle;word-break: break-word;  }

.newsBlock {background: #F9F9F9;}
.introBlock, .l_UpdatesBlock {padding: 15px;background: #856f3d;height: 100%;display: flex;flex-direction: column;justify-content: space-between;border-radius: 5px;}
.introBlock p{padding: 0 5px;color:#FFF;}
.introBlock .lead strong, .updatesBlock .updateBlock div.lead strong, .l_UpdatesBlock div.lead strong{font-size: 1.5em;display: block;color: #856f3d;text-transform: uppercase;font-family: 'Manrope', sans-serif;font-weight: 600;}
.introBlock .lead strong{color:#FFF;text-transform: uppercase;} 

.updatesBlock  .jsnews_35 {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;}
.updatesBlock  .jsnews_35 .item{}
.updatesBlock .morelink{/* float:right; *//* clear: both; */}
.updatesBlock .morelink a {display:inline-block;padding: 5px 15px;background:#004c20;color:#FFF;border-radius: 5px;}
.updatesBlock .morelink a span{vertical-align:middle;}
.updatesBlock .morelink a:hover{ background:#856f3d;}

.updatesBlock .updateBlock .news, .updatesBlock .updateBlock .event {padding: 10px;margin: 15px 0;min-height: 300px;height: 100%;display: flex;flex-direction: column;position: relative;z-index: 1;overflow: hidden;background: #fff;justify-content: flex-end;box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);}
.updatesBlock .updateBlock .news strong, .updatesBlock .updateBlock .event strong{font-size: 1.2em;font-weight: 500;font-family: 'Manrope', sans-serif;}
.updatesBlock .updateBlock .news img, .updatesBlock .updateBlock .event img{position:absolute;width: 100%;height: 100%;object-fit: cover;z-index: -1;opacity: 0;transform: scale(1.0);transition:all .5s ease;}
.updatesBlock .updateBlock .event .ev_location.lead{font-size: 1.1em;}
.updatesBlock .updateBlock .news:before, .updatesBlock .updateBlock .event:before{
    position:absolute;
    content:'';
    background: rgb(0 0 0 / 30%);
    top:0;
    left:0;
    bottom:0;
    right:0;
    /* transform: scale(0); */
    opacity: 0;
    transition:.5s;
    z-index: -1;
    }

.updatesBlock .updateBlock .news:hover,.updatesBlock .updateBlock .event:hover {background:#333;transition:all .5s ease;}
.updatesBlock .updateBlock .news:hover img, .updatesBlock .updateBlock .news:hover:before,  .updatesBlock .updateBlock .event:hover:before, .updatesBlock .updateBlock .event:hover img {opacity: 1;transition:all .5s ease;transform: scale(1.2);} 
.updatesBlock .updateBlock .news:hover *,.updatesBlock .updateBlock .event:hover * {color:#FFF;}

.l_UpdatesBlock {background: #004c20;}
.l_UpdatesBlock div.lead strong {color:#FFF;}

.l_UpdatesBlock .legislativeBlock { padding: 5px 10px;margin-bottom: 5px;transition:all .5s ease;}
.l_UpdatesBlock .legislativeBlock, .legislativeBlock a {color: #FFF;}
.l_UpdatesBlock .legislativeBlock a{font-weight:500;font-size: 1.1em;color: #FFF;} 
.l_UpdatesBlock .legislativeBlock:hover {background:#856f3d;transition:all .5s ease; }
.l_UpdatesBlock .legislativeBlock:hover * {color:#FFF; transition:all .5s ease;}

.legislativeRows .legislativeBlock {color:#333;border-bottom: 1px solid #DDD;margin-bottom: 15px;padding-bottom: 5px;}
.legislativeRows .legislativeBlock span{color:#004c20;font-weight: 500;font-size: 1.1em;} 


.objectivesBlock  {padding: 180px 0;background: url(../image/cache/scb.jpg) no-repeat;background-attachment: fixed;background-size: cover;background-position: center;}
.objectiveBlock {background: rgb(255 255 255 / 85%);padding: 4em 5em;color: #333;}
.objectiveBlock h2{font-size:2.5em; text-transform:uppercase;}
.objectiveBlock ul {list-style:none; }
.objectiveBlock ul li {margin-bottom: 20px;padding-left: 40px;font-weight: 500;font-family: 'Manrope', sans-serif;font-size: 16px;}
.objectiveBlock ul li:before{content:"\e5ca";font-family:Material Symbols Outlined;display: inline-block;vertical-align: middle;text-align: center;font-size: 18px;font-weight: 600;width: 26px;height: 26px;line-height: 26px;border-radius: 50%;color: #FFF;background: #856f3d;margin-left: -40px;margin-right: 10px;}

.logosBlock .tao-carousel {/* padding: 0 40px; */}
.logosBlock .c_logo{min-height: 150px;display: flex;margin: 5px 0px;text-align:center;align-items: center;}
.logosBlock .c_logo img{max-height: 100px;}

.eventRow {position: relative;}
.eventRow h2{font-size: 1.6em;margin: 0;}
.eventRow .event {position:relative;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: flex-start;align-items: center;margin: 0;margin-bottom: 15px;}
.eventRow .event .event_date{position:relative;display: inline-block;max-width: 100px;border-radius: 0;box-shadow: none;margin: 10px;}
.eventRow .event .event_content {}


.directoryGroup { margin:3em 0;}
.directoryBlock {height:100%;background: #f1f1f1;}
.directoryBlock img{display: block;margin: 0 auto;width: 100%;height: 100%;object-fit: cover;min-height: 400px;}
.directoryBlock .details{padding:15px;height: 100%;display: flex;flex-direction: column;justify-content: center;}
.directoryBlock .details p{ padding-left:30px;}
.directoryBlock .details p span{display: inline-block;margin-left: -30px;width: 30px;text-align: center;vertical-align: middle;}

.awardBlock{ height:100%;}
.awardBlock img{padding:10px;display: block;max-height: 300px;width: auto;max-width: 100%;min-width: auto;margin: 0 auto;}
div.awardDetails div[class^="d-none#"], .awardDetails img[src="#"]{display:none;}

/*Forum*/
.talkForumRows{position:relative;}
.talkForumRows .talkForumRow{padding: 15px;border-bottom:1px solid #DDD;margin-bottom: 20px;}
.talkForumRows .talkForumRow h3{ font-size:1.4em; font-weight:500;}
.talkForumRows .talkForumRow .desc{margin:0;}
.talkForumRows .talkForumRow .desc p{ margin:0;}
.topicWrapper{padding: 15px;border-radius: 5px;margin-bottom: 10px;}
.talkForumRow {padding:15px;margin-bottom:10px;background: #FFF;border-radius: 2px;box-shadow: 0px 0px 3px 0px #c9cccd;}
.talkForumRow  .date{margin-top: 10px;border-top: 1px solid #c9cccd;padding: 0 10px;padding-top: 15px;color: #999;}


/*FAQs*/ 
.faqs h2{font-size:1.5em; margin:0;}
.faqs-group{ margin-bottom:25px; }
.faqs-group > h3{ font-size:1.2em; }
.faqs-group div.lead[data="No Category"]{display:none;}
.faqs .faq{padding: 10px 0;margin: 10px 0;border-radius: 0; border-bottom: 1px solid #eee;}
.faqs .faq .accordion-title p{color:#004c20;cursor:pointer;margin: 0;}
.faqs .faq .accordion-title p:after {content:"\f196";font-family:'FontAwesome';float: right;font-size: 26px;line-height: 28px;font-weight: 200;}
.faqs .faq .accordion-title.expand p:after {content:"\f147";}

.faqs > p {text-align:right;}
.faqs > p > a{display:inline-block;padding: 0;font-size: 12px;} 

.faqs .faq .accordion-value{margin-bottom:15px;padding: 0;color:#000; }
.faqs .faq .accordion-value span.icon-checkmark{ margin-right:5px;font-size:1.4em;vertical-align:sub;color:#505050; }
.collapsible-wrapper .accordion-value{ display:none; }
.collapsible-wrapper .accordion-value.expand{ display:block; }



/* ====================mobile css ==================== ================================================== */
@media (min-width: 460px) {  }

@media (min-width: 580px) {  }

@media (min-width: 640px) {  }

@media (min-width: 780px) {  
   .subpage-content-block.page-content-block {  margin: 20px 0;  }
   /*footer*/ 
   .modal-dialog{ max-width:65%;}
}

@media (min-width: 992px) {  }

@media (min-width: 1200px) {  
   .logo {  margin-top: 0;  }
}

@media all and (min-width: 0px) and (max-width: 1199px) {  
   .sliderContent div.base div.caption p {  margin: 0;  line-height: 1.1em;  }
   .HeaderMenu>ul>li a, .HeaderMenu>ul>li span { font-size:.9em;}
}

@media all and (min-width: 0px) and (max-width: 1080px) {  
   #socail > span {  display: block;  line-height: normal;  }
   #socail li a:after {  line-height: normal;  font-size: 25px;  margin: 0 2px;  } 
}

@media all and (min-width: 0px) and (max-width: 991px) {  
   .Header .Navigation { display:none;}
   .HeaderMenu>ul>li {  padding: 0 7px;  }     
   .NavbarToggle, .searchBlock-toggler {padding: 0;color: #004c20;}
    .NavbarToggle i{color: #004c20;}
   .Header .topnav ul {margin-bottom: 5px;}
 
   .topNav #social {justify-content: start;}
   .Navigation .navbar-collapse {  display: none;  }
 
   .logo img {padding: 0;padding-bottom: 0;}
 
   .Sidebar__backdrop {  background-color: rgba(0,0,0,.25);  left: 0;  top: 0;  z-index: 999;  display: none;  }
   .Sidebar--active, .Sidebar__backdrop {  position: fixed;  height: 100%;  width: 100%;  }
   .Sidebar.active .Sidebar__backdrop {  display: block;  }
   .Sidebar--active, .Sidebar__backdrop {position: fixed;height: 100%;width: 100%;}
   .sliderSection{min-height: auto;}
   .tao-carousel .tao-item .item .slShow .caption{width: 100% !important;}
   .sliderSection .tao-carousel .tao-item .image img {height: 600px;width: auto;max-width: none;margin: 0 auto;}
 
   body.subpage .Header .sidebar__Close span , .Header.headBg .sidebar__Close span {color: #ffffff;}
 .objectivesBlock {padding: 30px;}
   .objectiveBlock{padding: 2em;}

   .updatesBlock .updateBlock .news, .updatesBlock .updateBlock .event { min-height:auto;}
   .updatesBlock .updateBlock .event {padding-left: 70px;}
}

 @media all and (min-width: 0px) and (max-width: 880px) {  
 
 }

@media all and (min-width: 0px) and (max-width: 779px) { 
   .page-content-block {  margin-top: 20px;  padding-top: 0px;  }
   /* header */ 
   .header {  padding: 0px 0;  border: 0;  }
   .header > .container {  width: 98%;  } 
   .Header.headBg{padding: 0;}
   .Header.headBg .logo img, .Header .logo img{}
   .Navigation .NavbarToggle {/* top: calc(50% - 28px); */z-index: 1;display: block;float: right;margin: 0;height: 100%;}
   /* navigation */
   .nav-top ul {  margin: 0 !important;  }

   /* ====================nav bar==================== ================================================== */
   footer .footer-bg {  background-position: center bottom;  }
   .footerNav > ul > li {  vertical-align: top;  } 
}

@media all and (min-width: 0px) and (max-width: 639px) {  
   .nav-top {  display: none;  } 
}

@media all and (min-width: 0px) and (max-width: 579px) {  
 
   .nav-icon a, .nav-icon {  line-height: 74px;  }
   .sliderSection .tao-carousel .tao-item .item .caption h1 {  font-size: 1.8em;  }
   .sliderSection .tao-carousel .tao-item .item .caption h2 {font-size: 3em;line-height: 1.4em;}
   .sliderSection .tao-carousel .tao-item .item .captionh3 {  font-size: 1.2em;  border: 0;  margin: 0;  padding: 0;  }
   .sliderSection .tao-carousel .tao-item .item .caption h4 {  font-size: 1.0em;  line-height: 1.2em;  }
   .sliderSection .tao-carousel .tao-item .item .caption h5 {  font-size: .84em;  line-height: 1.18em;  }
   .home-content-block, .page-content-block.news-block, .feature-blocks {  padding: 30px 0;  }
    .subpage-content-block.page-content-block {  margin-top: 129px;  }
   footer .footerMenu, footer .contact {  float: none;  }
 
   .footerNav {  margin-bottom: 0;  text-align: center;  }
   .footerNav >ul{/* justify-content: center; */flex-direction: column;padding: 0;}
   .footerNav > ul > li {}
   .footerNav > ul > li a {font-size: 1.0em;margin-bottom: 11px;letter-spacing: 1px;}
   footer .address p {/* text-align: center !important; *//* margin-top: 20px; */}
   .subfooter-nav ul,.copyright span {  display: block;  text-align: center;  float: none;  }
   .subfooter-nav ul {  margin: 0 auto;  display: block;  }
   .subfooter-nav ul li {  float: none;  display: inline-block;  }
   #socail li {  margin: 0 2px;  }
   .sliderContent div.base div h2.display-1{font-size: 4em;font-weight:900;}
  .objectivesBlock {padding: 30px 0px;}

   .paymentdetails { width:100%;}
   .ccnameoncard-block, .carddetail-block {flex-wrap:wrap;} 
.ccnameoncard-block > div, .carddetail-block > div{padding: 5px;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.carddetail-block > div.cardnumber-block {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.carddetail-block > div.codeoncard-block {-ms-flex: 0 0 35%;flex: 0 0 35%;max-width: 35%;}
.carddetail-block > div.expireoncard-block {-ms-flex: 0 0 65%;flex: 0 0 65%;max-width: 65%;}   
   
}

@media all and (min-width: 0px) and (max-width: 460px) {  
   .nav-top {  position: relative;  text-align: right;  }
   #socail > span {  display: inline-block;  vertical-align: middle; font-size: 11px;  }
   #socail li a:after {  font-size: 20px;  margin: 2px;  } 
 
}

@media all and (min-width: 0px) and (max-width: 380px) {  
   .slider_block { min-height: 100% !important;  }
   .logo { max-width:100%;font-size: 24px;padding: 5px;}
   .logo a {  letter-spacing: 0px;  }
   .logo img {  margin-right: -5px;  }
   .logo .tag {  letter-spacing: 1px;  font-size: 15.5px;  }
   .search-btn, .nav-icon {  margin: 0 5px;  padding: 0;  }
   .footerNav > ul > li {  display: block;  width: auto;  }
   .Header.headBg .logo, .logo{}
   .logoBlock span{font-size: 2.2em;}
   .NavbarToggle{height: 54px;}
   .sliderContent div.base div h2{font-size: 1.8em;}
   .sliderContent div.base div h2.display-1{ font-size:2.4em;}
}

@media all and (orientation: landscape) and (min-height: 100px) and (max-height: 540px) {  
  .sliderContent div.base div {}
}
