
:root {
    /*Fonts*/
    --header: "Work Sans", sans-serif;
    --subheader: "Open Sans", sans-serif;
    --bodytext: "Open Sans", sans-serif;     
    /*Colors*/
    --primary:#0F3759;
    --highlight:#EA6725;
    --dark: #0c2945;
    --text:#0e0e0e;
    --mute:#303e49;
    --gray: #e2f0fc;
    --darkGray: #282828
    --light:#f2f7f9;
    --offwhite:#FAF9F6;
    --white: #ffffff;
    --error:#ea1000;
}



html {font-family: sans-serif;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;scroll-behavior: smooth;}

body {margin: 0;color: #0e0e0e;}
body {font-size: .9em;/* display: flex; *//* flex-direction: column; */font-family: var(--bodytext);font-weight: 400;color: var(--text);text-align: left;position: relative;}
#layout { flex: 1 0 auto;}
.footer {  flex-shrink: 0;}
body.access_code_restriction #hp-content,  #hp-content{display: none}
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;  }
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 {line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;font-size: 100%;color: #B30000;}
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: var(--primary);  color: #EEECE2;  border: none;  text-transform: uppercase;  font-family: var(--bodytext); 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, 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: var(--white) !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: #1b8edc;text-decoration: none;}
.Button-primary {  background-color: var(--primary);  border-color: var(--primary);  }
.Button-primary:hover {  background: var(--highlight);  }
a.button:focus {color:var(--white); }
a:hover, a:focus {text-decoration: none;color: var(--dark);}

a{-moz-transition:all .4s ease; -o-transition:all .4s ease; -webkit-transition:all .4s ease; color:var(--primary); text-decoration:none; transition:all .4s ease;
    &:hover, &:focus{color:var(--highlight); text-decoration:none;}
}

a img {  border: 0px  }
img {  max-width: 100%;  width: auto\9;  height: auto;  vertical-align: middle;  border: 0;  -ms-interpolation-mode: bicubic;  }

/* 3. Base Elements */
h1, h2, h3, h4, h5, h6 {margin-top: 0; margin-bottom: 0.5rem; font-family:var(--header); font-weight: 500; text-align:left; text-rendering:optimizelegibility; line-height: 1.2; color:var(--dark);
   a { color:inherit;}
}
.h1, h1 {font-size: calc(1.375rem + 1.5vw); 
    @media (min-width: 1200px) {font-size: 2.5rem; } 
}
.h2, h2 {font-size: calc(1.3rem + 0.6vw); 
    @media (min-width: 1200px) {font-size: 1.75rem; } 
}
.h3, h3 {font-size: calc(1.25625rem + 0.075vw); 
    @media (min-width: 1200px) {font-size: 1.3125rem; } 
}
.h4, h4 {font-size: 1.125rem; }
.h5, h5 {font-size: 1rem; }
.h6, h6 {font-size: 0.875rem; }

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;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: var(--white);  display: inline-block;  margin: 6px;  }
nav ul {  margin: 0;  padding: 0;  }

.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:var(--white);}
// Usage as a mixin
.skip-navigation {  @include sr-only;  @include sr-only-focusable;}
*:focus, *:focus-visible {outline: 1px dashed var(--primary);}


@media (min-width: 1440px) {
    .container {max-width: 1240px !important;}
}
@media (min-width: 1640px) {
    .container {max-width: 1440px !important;}
}
@media (min-width: 1840px) {
    .container {max-width: 1640px !important;}
}
@media (min-width: 2040px) {
    .container {max-width: 1840px  !important;}
}


/* ==================== 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"] {display:inline-block;vertical-align: middle;-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 {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: var(--primary);color: #EEECE2;fill: #EEECE2;text-align: center;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-size: 1.1em;font-weight: 400;border-radius: 5px;padding: 15px 30px;}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {background: var(--highlight) ;color: var(--white);}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, .button:active {background: var(--primary);}
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;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: var(--bodytext); }
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: var(--bodytext);  }
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: var(--bodytext); }
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: var(--bodytext);  }
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;  }

.select-wrapper {  position: relative;  }
.select-wrapper:after {  content: "\f0d7";  font-family: 'FontAwesome';  color: var(--highlight) ;  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: var(--bodytext); font-weight: bold;  display: block;  font-size: 16.8px;  }
.error {  color: #ee592b;  font-family: var(--bodytext);  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;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:var(--highlight);  }
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:var(--highlight); }
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:var(--highlight);  }
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:var(--highlight);  }
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-green {background: var(--primary); color:var(--white) ; border:1px solid transparent;}
.button-green:hover {background: var(--highlight); }
.button-white{background:var(--white); color:var(--primary);}
.button-lg {padding:20px 30px;font-size: 1.3em !important;}
.button-sm {padding: 10px 20px;font-size: 1em;}
.button-lg, .button-sm {display: inline-block;  }

.button-lines{background:transparent;border: 2px solid var(--white);color: var(--white);}
.button-no-lines{background:transparent;border: 0;padding: 13px 5px;color: var(--primary);}

.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;  }

.color-block{background:#DDDD;}
.color-block.yellow .section-title span, .color-block.yellow{ background:var(--primary);}
.color-block.grey{background: #eee;}
.color-block h4{text-align: center;}
.color-block.black * , .color-block.red *{ color:var(--white);}
.color-block.red .button{color:var(--highlight) ;margin: 10px auto;display: block;max-width: 150px;}
.color-block.black .section-title span , .color-block.black{ background:var(--highlight) ;}
.color-block.imageBG{background-repeat:no-repeat;background-attachment:fixed;position:relative;padding: 100px 0 !important;}
.color-block.imageBG#Peer_Board{display:block; background:url(/image/cache/peers_bg.jpg);}
.color-block.imageBG:after{content:'';display:block;position:absolute;width:100%;height:100%;z-index: 0;top:0;left:0;background: rgba(13, 13, 13, 0.85);}
.color-block.imageBG .container{ position:relative;z-index:2; color:var(--white);}
.section-title {position: relative;text-transform: uppercase;font-size: 2.8em;margin-bottom: 30px;/* background: #DDD; */}
.section-title span{background: var(--white);padding: 0 10px;position: relative;z-index: 1;}
.section-title:after {content: '';position: absolute;z-index: 0;top: 0;bottom: 0;display: block;margin: auto;background: var(--primary);width: 100%;height: 5px;}
.color-block.red .section-title:after{ background:var(--white);} 

/* ==================== layout==================== ================================================== */
#layout {position: relative;top: 0;left: 0;width: 100%;min-width: 100%;background: var(--white);min-height: 100vh;display: flex;flex-direction: column;overflow: hidden;}
#wrapper {height: auto;width: 100%;margin: 0 auto;position: relative;flex: 1 0 auto;}
.content-block {  padding: 25px 0; }
.page-content-block {  margin: 0 0;  }
.subpageHeader-block {padding-top: 0;text-align: justify;background: var(--light);position: relative;}
.subpageHeader-block .pageTitle {position: relative;/* top: 50%; *//* transform: translateY(-50%); */width: 100%;text-align: center;}
.subpageHeader-block h2 {margin: 15px 0;color: var(--white);}
.home-content-block {  border: 0;  padding: 50px 0; }
.subpage-block {  margin-top: 74px;  padding-top: 10px;  }
.breadcrumb {background: transparent;padding: 10px 0;}
.breadcrumb a{ color:var(--primary);} 

/* ====================header ==================== ================================================== */
.Header h1 {display: none;color: var(--white);}
.Header {position: relative;width: 100%;z-index: 99;padding: 0;top: auto;left: auto;transition: all .5s ease;transform: translateY(0px);background: var(--white);transition: all .5s ease;}
.Header.toFixed{/* position:fixed; *//* transform: translateY(-100%); *//* transition:all .3s ease; */}
.Header .container{/* position:relative; */}
.Header.toFixed.headBg  {/* box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%); *//* transition: all .5s ease; *//* position: fixed; *//* top: 0; *//* background: var(--primary); *//* transform: translateY(-107px); */}
.Header .Navigation{z-index:2;position: relative;height: 100%;}
.Header .Navigation:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity: 0.25;}
.topNavWrapper  {background: #0f3759;position: relative;/* overflow: hidden; */} 

.topNavWrapper > .container{display:flex;justify-content: flex-end;align-items: center;}
.topNav {color:var(--white);position: relative;z-index: 999;}
.topNav ul {position: relative;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: flex-end;list-style: none;padding: 0;margin: 0;}
.topNav ul li { position:relative;}
.topNav ul li a {display:block;color:var(--light);padding: 10px 25px;transition: all .4s ease;line-height: 22px;/* font-size: 1.2rem; */font-weight: 500;}
.topNav ul li:hover > a {background: var(--highlight);color: var(--white);}
.topNav ul li ul{display:none;position:absolute;top:100%;left:0;min-width: 280px;background: var(--highlight);}
.topNav ul li:hover ul{ display:block;}
.topNav ul li ul li a:hover{ background:#fcead8; color:var(--highlight);}


.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:var(--white);text-align: center;display: block;}
.logo img {position: relative;display: block;vertical-align: middle;padding: 5px  0;transition: all .3s ease;margin: 0;max-height: 100px;}
 

.HeaderMenu {/* background: var(--primary); */position: relative;}
.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: stretch;position: static;flex-wrap: nowrap;}
.HeaderMenu ul li{ position:relative;}
.HeaderMenu ul li a {color: var(--primary);display: block;padding: 13px;font-weight: 400;text-transform: uppercase;}
.HeaderMenu ul li:hover{/* background: var(--primary); */transition: all .3s ease;}
.HeaderMenu ul li:hover > a{color: #FFF;background: var(--highlight);}

.HeaderMenu ul li ul{display: none;position:absolute;list-style: none;margin: 0;padding: 0;min-width: 260px;background: var(--highlight);left:0;}
.HeaderMenu ul li ul li {text-align:left;display: block;}
.HeaderMenu ul li ul li a{padding: 10px;font-size: .9em;color: var(--white);}
.HeaderMenu ul li ul li:hover a{background:#EEECE2; color:var(--highlight);}
.HeaderMenu ul li:hover > ul { display:block; }

.HeaderMenu ul li ul li:first-child{}
.HeaderMenu ul li ul li{position:relative;}
.HeaderMenu ul li ul li ul{position:absolute;left:100%;top: 0;}
.HeaderMenu ul li ul li:hover{background:#4C7745;}
.HeaderMenu ul li ul li ul{ left:auto; right:100%; background: var(--highlight);}   
.HeaderMenu ul li ul li:hover ul{ display:block;}
.HeaderMenu ul li ul li ul li:last-child{padding:0;} 

.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:var(--white);}
.HeaderMenu ul li.hasSub > ul > li:hover a{color:var(--white);}
.HeaderMenu ul li.hasSub > ul > li a:hover, .HeaderMenu ul li.hasSub > ul > li:hover a:hover{ color:var(--highlight);}

.HeaderMenu ul li.home a{font-size:0;padding: 7px 15px;}
.HeaderMenu ul li.home a:after, .HeaderMenu>ul>li.search span:after{content:"\f015";font-family: 'FontAwesome';display:block;font-size: 22px;padding: 0;line-height: 32px;}

.Header.toFixed.headBg .HeaderMenu ul li a {/* color:var(--white); */}

.Sidebar__body {background-color: var(--primary);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 li {min-width:100%;}
.SidebarMenu ul li ul li a{font-size:.96em;font-weight: 500;}
.SidebarMenu ul li ul li, .SidebarMenu ul li ul li ul li{ }
.SidebarMenu ul li a {font-size: 1.1em;color: var(--white);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{padding-left: 25px;text-transform: none;font-weight: 400;}
.SidebarMenu ul a:hover{color: var(--white);background: var(--highlight);}

.menuIcons .navIcon {text-align: right;color: var(--white);}
.NavbarToggle {/* display: inline-block; */vertical-align: middle;background-color: transparent;border: 0;padding: 0;}
.NavbarToggle i {font-size: 2.5em;color: var(--primary);}
.sidebar__Close {padding: 0;}
.sidebar__Close button {height:auto;padding: 5px;color: var(--white);}
.sidebar__Close button i{color: var(--white);font-size: 2em;}
body.subpage .Header .NavbarToggle i {  color: var(--primary);  }
.Header:hover {box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);transition: all .5s ease;  background: var(--white); }
.Header.headBg .logo img {transition: all .3s ease;}
.Header.headBg .logo a{color: var(--primary);}

#changeparameters_9, #changeparameters_9 ~p{display:none;}
#changeparameters_9 select{padding: 20px;margin: 0;}

/* ==================== Social Menu ==================== ================================================== */
#social {position: relative;z-index: 99;margin: 0;padding-left: 30px;background: #e2f0fc;clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);}
.topNavWrapper:before {content:'';display:block;width: 30%;height: 101%;padding-left: 10px;position:absolute;right: 0;top:0;background: #e2f0fc;clip-path: polygon(6% 0%, 100% 0%, 100% 100%, 0% 100%);}

#social p{ text-align:right;}
#social ul {position: relative;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: flex-end;list-style: none;padding: 0;margin: 0;}
#social li {float: none;/* display: inline-block; */vertical-align: middle;margin: 00;}
#social li a {text-align: left;padding: 0 !important;color: var(--primary);display: block;}
#social li a span {display: none;font-family: var(--bodytext);text-transform: uppercase;font-size: 14px;margin-left: 5px;line-height: 20px;color: var(--white);font-weight: 500;}
#social li a:before {content:'';font-size: 26px;text-align: center;color: var(--primary);display: inline-block;vertical-align: middle;width: 42px;height: 42px;font-family: 'FontAwesome';font-weight: normal;margin: 0 7px;line-height: 42px;}

#social li.facebook a:before {content: "\f09a";}
#social li.twitter a:before {content: "\f099";}
#social li.instagram a:before {content: "\f16d";font-size: 19px;}
#social li.linkedin a:before {content: "\f0e1";/* background:#0077b5; */}
#social li.youtube a:before {content: "\f16a";background: red;}
#social li.pinterest a:before {  content: "\f231";  }
#social li.googleplus a:before {content: "\f0d4";background: #dc4b38;}
#social li.contact a:before, #social li.email a:before {content: "\f0e0";/* background: #5e5754; */}
#social li.rss a:before {content: "\f09e";/* background:#f58220; */}

#social li.phone a:before {content:""; display:none; }
#social li.phone a span{display:inline-block;vertical-align: middle;border: 1px solid var(--highlight);padding: 5px 10px;color: var(--highlight);border-radius: 5px;}
#social li.phone:hover span { background:var(--primary); color:var(--white);}

#social li.login {margin-right: 5px;}
#social li.login a {text-transform:uppercase;font-weight:500;}
#social li.login a span{display:inline-block;vertical-align: middle;color: var(--primary);font-size:1.1em;} 
#social li.login a:before{content: "\f2be";color: var(--primary);margin: 0;/* background: #DDD; */}

/* Social Menu Hover */
#social li:hover a:before, #social li a:hover:before {color: var(--highlight);transition: all .3s ease;background: transparent;}
#social li.login a:hover:before{  color:var(--highlight);}
#social li.login a:hover span{ color:var(--highlight);}

/*Access Code*/
#access form{display:flex;width: 340px;}
#access form input[type="password"]{margin: 0;margin-right: -5px;padding: 15px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
#access form input[type="password"]:focus, #access form input[type="password"]:focus-visible{ outline:0;}

/* ====================Footer==================== ================================================== */
footer {clear: both;background: var(--primary);color: var(--white);z-index: 1;position: relative;padding-top: 50px;}
footer .address {text-align: left;display: block;clear: both;text-align: left;} 
footer .address * { color: var(--white);} 
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;}
.footerNav ul { margin: 0px; padding: 0px; list-style: none;}
.footerNav >ul{list-style: none;display: flex;flex-wrap: nowrap;justify-content: space-between;}
.footerNav > ul > li {text-align: right;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.footerNav > ul > li > span{display:none;}
.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: var(--white);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: right;}
.footerNav ul li> ul li a{padding: 5px 0;font-size: 1em;font-weight: normal;}
.footerNav ul li a:hover{color: var(--highlight);}

.subfooter-nav ul {}
.subfooter-nav ul li {  display: inline-block !important;  float: none !important;  }
.subfooter-nav ul li a {  padding: 0 5px !important;  }
.subfooter-nav ul li a:hover {  background: none !important;  }

/* ==================== Copyright ==================== */
.copyright {text-align: left;font-size: 0.85em;padding: 10px 0;margin-top: 30px;background: rgb(0 0 0 / 10%);}
.copyright a {color: var(--white)!important;}
.copyright span {display: block;text-align: right;}
.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 var(--white); */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: var(--white);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: var(--primary);border-color:var(--white);}
.cd-top:hover i{ color:var(--white);}

/* ==================== webform post form styles ==================== ================================================== */
.fieldgroup {  clear: both;  margin: 10px 0;  padding: 5px;  }
.fieldgroup_label {font-size: 1.5em;font-weight: bold;font-family: var(--bodytext);width: 98%;display: block;color: var(--primary);padding: 5px 0;margin: 20px 0 5px 0;border-bottom: 1px solid var(--primary);}
.fieldgroup_desc, .field_desc {  font-style: italic;  color: var(--highlight) ;  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 {margin-left: 2px;}
.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;  }
.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);}
#date_of_birth_input{width:100%;min-height:45px;margin: 4px 0;border-radius: 0;background-color: rgba(43, 43, 43, 0.07);border: 1px solid rgba(47, 47, 47, 0.07);}
.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: var(--bodytext);font-weight: 500;display: block;font-size: 15px;margin: 0;}
.newPostTemplate.webform .fieldrow .fieldlabel label{ display:inline;}
.newPostTemplate.webform .fieldrow .fieldval label{font-family: var(--bodytext);font-weight: 400;font-size: 15px;margin: 0;display: inline-block;vertical-align: middle;}
.newPostTemplate.webform .fieldrow .fieldval div[class*="_radio"]{display:inline-block;}
.newPostTemplate.webform .fieldrow .fieldval div.event_fee_radio { display:block;}

/* bliiing */
#paymentinvoice{display:flex;flex-wrap: wrap;}

#billtable, #shiptable {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;margin-bottom: 15px;}
#cartform { -ms-flex: 0 0 100%; flex: 0 0 100%; max-width: 100%; }
#billtable h3,#shiptable h3{ font-size:1.4em;}
.billingaddress .name, .shippingaddress .name { font-weight: bold;  }

#subscriptionorder { display:block; float:none; clear:both;}

#paymentcharge { float:none; width:100%; clear:both;}
.paymentcharge {display: none;}
.paymenttitle { margin-top: 15px;font-family: var(--bodytext); font-size: 1.3em;  }
#paymentdiv {padding: 0;}
.paymentmodule{display: block;vertical-align:top;min-width: 300px;max-width: 600px;padding: 2px 0;}
.paymentchoice{font-weight: bold;font-size: 1.1em;margin-bottom: 5px;}

#authorizenet_radio {display:block;background: url(/image/cache/visa-mastercard.png) no-repeat left;background-size: 150px;min-height: 50px;display: flex;font-size: 0;width: 171px;}
#mail_payment_details .instructions, #paymentinstructions{margin:10px 0;padding: 15px 0;}
#plugnpay_details span {display:inline-block;vertical-align: top;}
#plugnpay_details .nameoncardlabel, #plugnpay_details .nameoncardinput {width: 100%;display: block;}

#paymentcaptcha {margin:15px 0;max-width: 225px;}
.paymentdetails{max-width: 460px;}
.ccnameoncard-block, .carddetail-block {display:flex;flex-wrap: wrap;}
.ccnameoncard-block div{ padding:5px ; -ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}

.carddetail-block .cardnumber-block {-ms-flex: 0 0 70%;flex: 0 0 70%;max-width: 70%;padding: 5px;}
.carddetail-block .codeoncard-block {-ms-flex: 0 0 30%;flex: 0 0 30%;max-width: 30%;padding: 5px;}

.expireoncard-block {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;padding: 5px;}
.expireoncard-block label{ display:block; width:100%;}

.cardnumberlabel, .cardnumberinput {/* margin: 5px; */display: block;}
.codeoncardlabel, .codeoncardinput{width: 38%;} 
.expireoncard-block .expireoncardlabel, .expireoncardinput{display:block; width:100%;}
.expireoncardinput select{width:49%;}


#changeinfo {margin-top: 50px;text-align: left;}
#changeinfo:after{ content:''; display:table; clear:both; }
#changeinfo  ul {margin: 0;padding: 0;list-style: none;color: #003366;/* text-align: right; */}
#changeinfo ul li a  {display: inline-block;border: 1px solid var(--dark);padding: 7px 12px;margin-right: 40px;font-size: 1em;line-height: inherit;} 
#changeinfo ul li a:hover, #returntocart a:hover{background: #ddd;}
#changeinfo  ul li:hover a, #returntocart a:hover  { color:var(--dark);}
#cartbuttons{margin: 5px 0;margin-top: 20px;margin: 0 auto;margin-bottom: 20px;} 
#cartbuttons input.payment.cancel, .payment.cancel{background:#F04A26;/* margin-left: 50px; */}

.shippinginfotable tr td{padding:5px;vertical-align: middle;} 
#cartbuttons ul, #changeinfo ul{list-style:none;margin: 0;padding: 0;margin-top: 30px;}
#cartbuttons ul li, #changeinfo ul li {display:inline-block;margin: 6px 10px;}
#cartbuttons ul li .catalog.cancel:hover { background:red; color:var(--white);}
#changeinfo ul li a{display:inline-block; padding: 7px; }

.billinginfoinput, .shippinginfoinput {text-align: left;-ms-flex: 0 0 45%;flex: 0 0 45%;max-width: 45%;padding-right: 30px;}
.billinginfoinput table, .shippinginfoinput table{/* min-width: 400px; */margin:0 auto;width: 100%;text-align: left;}
.billinginfoinput table {margin-top: 43px;}

#returntocart a:before, #changeinfo ul li a:before {content:"\f177";font-family:FontAwesome;display:inline-block;margin-right:5px;}
#returntocart {text-align:center;margin: 10px;}
#returntocart a {display:inline-block;line-height: 1;background-color: #191919;color: var(--white);fill: var(--white);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: 10px 30px 10px 30px;}
#changeinfo  ul li:nth-child(3):before { content:"\f0f6"; font-family:FontAwesome; display:inline-block; margin-right:5px; } 
#changeinfo  ul li a {color: #191919;background: var(--white);/* font-size: 1.2em; */font-weight: 400;border-radius: 5px;padding: 8px 30px 8px 30px;}
#paymentinvoice:after{content:''; display:table; clear:both; }
#payment_totalamount{float:none;clear:both;width:100%;padding: 15px 0;font-size: 1.3em;font-weight: 700;text-transform: uppercase;}
#giftcertificateamount{float:none;clear:both;width:100%;margin: 10px 0;font-size: 1.1em;font-weight: 600;text-transform: uppercase;}

/*Coupon codes*/
#cartcodes {margin: 25px 0;padding: 8px;background: rgba(0, 0, 0, 0.03);}
#cartcodes .errmsg{ color:#F04A26; }
.promocodes {padding: 0;}
.orderdiscountheading{font-size: 0.94em;margin: 0;}
ul.discount{padding:0;margin:0;text-align: left;list-style: none;}
ul.discount li { padding-left:5px;}
ul.discount li:before{content:"\f058"; font-family:FontAwesome; color:green;}
.catalog.code span{display:inline-block; vertical-align:middle;}
.catalog.code .codevalue {display:inline-block;margin: 0;text-align: center;border: none;color: green;text-decoration: none;background: none;border: 1px solid green;padding: 7px 14px;display: inline-block;text-transform: uppercase;margin-right: 10px;}
.catalog.code .codevalue:before{content:"\f058"; font-family:FontAwesome; color:green; display:inline-block; margin-right:5px;}
.catalog.code .removebutton{height:42px;width: 42px;font-size:0;padding: 0;min-width: 42px;text-align:center;position: relative;overflow: hidden;margin-left: 15px;}
.catalog.code .removebutton:before{content:"\f057";font-family:FontAwesome;font-size: 36px;color: #999;display: block;position: absolute;width: 100%;height: 42px;top: 0;bottom: 0;margin: auto;line-height: 42px;/* background: #ccc; */}
.catalog.code .removebutton:hover:before{color:#e70909;}
.catalog.code .removebutton input{font-size:0;height:100%;background: transparent;} 
.catalog.code~.catalog.codeinput{display:none;}
.catalog.codeheader {font-weight:bold;font-size: 1.1em;margin-bottom: 5px;}
.catalog.codeinput{/* padding:5px; */}
.catalog.codeinput label{margin-right:10px;display: block;padding: 6px 0;line-height: 1;font-size: 0;}
.catalog.codeinput input[type="text"], .catalog.codeinput input[type="submit"]{display:inline-block;width: 30%;margin: 0;margin-right:5px;}
.catalog.codeinput input[type="submit"] {width:auto;padding: 14px 8px;font-size: 12px;width: 170px;}
 

/* cart */
.catalogcart {width: 100%;margin: 0;border: 0;border-spacing: 0;border-collapse: collapse;}
.catalogcart td, .catalogcart th {border: 1px solid #DDD;padding: 3px 8px;text-align: center;}
.cartheadings { background: var(--white); line-height: 30px;  }

.cartheadings th.partno, .cartitemrow td.partno{font-size:0;line-height: 0;color: var(--white);width: 0;padding: 0;border-right: 0;}
.catalogcart td.qty span{/* border-right: 1px solid #DDD; */visibility: visible;}
.catalogcart td.unitprice{ border-left:0; }

 
.catalogcart .itemname {padding-top: 5px;color: var(--dark);text-align: left;padding-left: 25px;/* border-left: 0; *//* border-right: 0; */vertical-align: middle;}
.cartitemrow   label{ display:inline-block;}
#activecart.catalogcart .itemname{border-right: 0;}
#activecart.catalogcart td.qty, #activecart.catalogcart td.remove, #activecart.catalogcart th.qty, #activecart.catalogcart th.remove{/* border:0; */}
#activecart.catalogcart td.unitprice, #activecart.catalogcart th.unitprice { border-left:1px solid #DDD;}
#completeordercart tbody + tbody tr:nth-child(3), #completeordercart tbody + tbody tr:nth-child(4){/* display:none; */}


#completeordercart.catalogcart .itemname{border-left: 0;/* border-right: 0; */}
#completeordercart.cartheadings th.partno, #completeordercart.cartitemrow td.partno{font-size:0;line-height: 0;color: var(--white);width: 0;padding: 0;border-right: 0;}
#completeordercart.catalogcart td.namespan{border-right: 0;}
#completeordercart.catalogcart tr.totals th{border-left:0;width: 240px;}
#completeordercart.catalogcart tr.totals th
#completeordercart.catalogcart td.qty, #completeordercart.catalogcart th.qty{border:0;border-right:0;border-left: 1px solid #DDD;border-spacing: 0px;}

.catalogcart .itemname .attributes {  color: var(--dark); clear: both }
.catalogcart .itemname .attributes .label { width: 120px; float: left; display: block; }
.catalogcart .itemname .attributes .value { margin-left: 125px; display: block; }
.catalogcart p { padding: 0px; margin-top: 0px; }
.catalogcart .price {color: var(--dark);font-weight:bold;width: 100px;border-left: 0;}
.catalogcart .totalprice  { width: 120px;}
.catalogcart .oddrow {background: var(--white);vertical-align: middle;}
.catalogcart .evenrow { background: var(--white); }
.carttotals { line-height: 30px; }
.multipleshippingchoices { margin-top: 20px; }

.mysubscriptions { width: 100%;margin-bottom: 20px;}
.mysubscriptions tr td, .mysubscriptions tr th {padding: 7px;border:1px solid #ddd;}
 .mysubscriptions tr th {background: #eee;}
.mysubscriptions tr td[colspan="3"] {}
.mysubscriptions ~ a {display:inline-block; margin:10px 0;padding: 10px;background:#191919;color:var(--white);}





/* ==================== taoCMS Components and Modules ==================== ================================================== */
.slider-block{padding: 20px 0;margin: 0;background: var(--gray);}
.sliderSection {position:relative;/* margin: 15px 0; */}
.sliderSection .tao-item .item { position:relative;}

.sliderSection > img{margin-top: -35px; position: relative;z-index: 2;}
.sliderSection .tao-item .item {position:relative;background: var(--dark);}
.sliderSection .tao-item .item .slide {overflow:hidden; background:var(--dark);}
.sliderSection .tao-item .item .slide .image{height: 100%;background-size: contain;background-repeat: no-repeat;background-position: center center;}
.sliderSection .tao-item .item .slide .image.Fullwidth{background-size: auto;}
.sliderSection .tao-item .item .slide .image.position_Center{ background-position:center;}
.sliderSection .tao-item .item .slide .image.position_Left{ background-position:left;}
.sliderSection .tao-item .item .slide .image.position_Right{ background-position:right;}
 
.sliderSection .tao-item .item .captionData {position: absolute;z-index: 1;bottom: 0;width: 100%;height: 100%;padding: 0;}   
.sliderSection .tao-item .item .captionData .container{position:relative;}
.sliderSection .tao-item .item .captionData .caption:after{content:'';/* background: var(--white); */opacity: .9;display: block;width: 100%;height: 100%;position: absolute;right: 0;top: 0;z-index: -1;}
.sliderSection .tao-carousel .tao-item .item .caption .ngfIcon { max-width:150px;}
.sliderSection .tao-carousel .tao-item .item .caption h2{color: var(--primary);margin: 0;/* text-align: right; */font-size: 2.5em;} 
.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{margin: 0;font-weight: 400;}

.sliderContent div.activeSlide { display: block; right: 0; }
.slider_block div.container {height: 100%;}
.tao-carousel .tao-item .item .caption{position: relative;height: auto;text-align: left;padding: 15px;color: var(--white);max-width: 100%;margin: 0;top: 0;display: none;}
.tao-carousel .tao-item .item .caption * {color: var(--primary);}
.tao-carousel .tao-item .item .caption a{font-weight: 400;display: inline-block;color: var(--white);}
.tao-carousel .tao-item .item .caption p {}
.tao-carousel .tao-item .item .caption .line {width: 250px;height: 3px;background: var(--primary);display: inline-block;}
.tao-carousel .tao-item .item .caption h1{ /* text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.4); */font-family: var(--bodytext);  margin: 0 0 10px;}
.tao-carousel .tao-item .item .caption h2{color: var(--white);margin: 0 0 10px;-webkit-animation: 1s 1.6s fadeInUp both;animation: 1s 1.6s fadeInUp both;}
.tao-carousel .tao-item .item .caption h2 span.block{ display:block;}
.tao-carousel .tao-item .item .caption h3{font-family: var(--bodytext);font-size: 3em;}
.tao-carousel .tao-item .item .caption h4{font: 300 16px/24px 'League Spartan', 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: var(--white);margin: 0;}
.tao-carousel .tao-item .item .slShow  .caption {display: block;z-index: 2;padding: 15px;}
.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: var(--primary);  }
.tao-carousel .tao-item .item .caption.Blue {  background: var(--primary);  }
.tao-carousel .tao-item .item .caption.Blue * {  color: var(--white);  }
.tao-carousel .tao-item .item .caption.lightBlue {  background: var(--highlight);  }
.tao-carousel .tao-item .item .caption.lightBlue * {  color: var(--primary);  }
.tao-carousel .tao-item .item .caption.Black {  background: rgb(0 0 0 / 80%);  }
.tao-carousel .tao-item .item .caption.Black * {  color: var(--white);  }
.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: var(--primary);  color: var(--primary);  }
.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-dots {text-align:center;margin: 10px 0; position:absolute; width:100%; bottom:0;}
.tao-theme .tao-dots .tao-dot span { display:none;}
.tao-carousel button.tao-dot {display:inline-block;width: 30px;height: 5px;background: var(--light);margin:2px;}
.tao-carousel button.tao-dot.active {background:var(--primary);}
.mainNewsBlock{background: var(--primary);padding: 10px 15px;/* margin-top: 15px; */color: var(--light);/* height: 100%; */}
.mainNewsBlock .mainNews {}
.mainNewsBlock h2{color:var(--white);font-family: var(--header);color:var(--light);font-size: 2em;margin: 0;}
.mainNewsBlock .mainNews .newsRows{padding: 5px 0;margin: 5px 0;border-bottom: 1px solid #427c36;}
.mainNewsBlock .mainNews .newsRows a{color:#F1FEEE;font-weight: 600;}
.mainNewsBlock .mainNews .newsRows a:hover{text-decoration: underline;color: #F1FEEE;}
.mainNewsBlock .campaign a{color:var(--white);font-size: 1.1em;}

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: var(--highlight);  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: var(--white);  }
.nav-icon a {  color: var(--primary);  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: var(--primary) !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: var(--primary);  }
.nav-icon a:hover, .search-btn.search-on, .search-btn:hover {  background: var(--primary);  color: #FBFBEA;  }
.nav-icon.nav-collapsed {  z-index: 102;  }
.nav-icon.nav-collapsed a {  color: var(--primary) !important;  }
.nav-icon.nav-collapsed a span:before {  content: "\f00d";  }

/* side navigation*/
a#flyOut{ display:none;}
.side-nav {}
.side-nav ul{list-style:none; margin:0; padding:0;}
.side-nav ul li{ position:relative; display:block;}
.side-nav ul li.divider {padding-bottom: 20px;}
.side-nav ul li.divider span{display:none;}
.side-nav ul li ul{/* display:none; */position: relative;}
.side-nav ul li ul li a { padding: 10px 15px;font-size: .9em;}
.side-nav ul li:hover > ul{ display:block;}
.side-nav ul li a {border-bottom: 1px solid #e2e9e1;background: var(--light);color: var(--dark);display: block;padding: 10px 10px;font-weight: 500;}
.side-nav ul li: last-child a {  border: 0;  }
.side-nav ul li a:hover {color: var(--white); background:var(--primary);}
.side-nav ul li ul li ul li a:hover {background:var(--primary); color:var(--white);}

/* 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: var(--dark); }
#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: var(--white);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: var(--dark);border: 1px solid #777;line-height:10px;font-size: 12px;background: var(--white);}
#gimage p a:hover{ background:var(--primary); color:var(--dark);}
#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: var(--white); 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: var(--white);display: inline-block;padding: 2px 15px;border: 1px solid var(--white);}
#gnav a:hover{ background:var(--white); color:var(--dark);}
#gclose {position: absolute;z-index:1122;top: 0%;height: 30px;right: 5%;color: #EEECE2;background: var(--highlight);padding: 5px 15px; 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: var(--white);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 #EEECE2;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: #EEECE2;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: 10px;display: flex;align-items: center;max-height: 170px;flex-wrap: wrap;align-content: center;-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;text-align: center;}
.imageGallery a img{display:block;margin:0 auto;width: 100%;height: 100%;object-fit: cover;}
.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: -25px;top: -25px;background: red;z-index: 100;text-shadow: none;color: var(--white);line-height: 25px;width: 25px;font-size: 24px;padding: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: var(--dark);border: 1px solid #EEECE2;}
.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:var(--primary); color:var(--white); border: 1px solid var(--primary);}

#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: var(--primary);color: var(--white);}

#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: var(--primary);text-decoration: none;color: var(--white);/* border: 1px solid #fdb525; */}    

#paging_links span a, .gallery_paging_links span a {color: var(--dark);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: 90%;background:transparent;color:var(--dark);margin:0 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: var(--highlight);line-height:20px;font-family: var(--bodytext);}
table#calendar tr td.caption{background: var(--highlight);text-align:center;color: var(--white);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: var(--white);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:var(--white);border-bottom:1px solid var(--white);background:var(--highlight);font-size:11px; }
table#calendar ul li a{ color:var(--white); }

/*---------------------- custom CSS --------------------------*/
.eventRow a {color:var(--primary);font-weight: 600;}
.event {position: relative;border-bottom: 1px solid #ddd;padding-bottom: 10px;} 
.event .row{align-items: center;}
.event .date {height: 85px;background: var(--highlight);display: flex;flex-direction: column;justify-content: center;}
.event .event_date {    text-align: center;   }
.event .event_date{margin: 0 auto;font-weight: 900;font-size: 1.2em;line-height: 1em;text-transform: uppercase;color: #444;}
.event .event_time { font-size: .84em;   display: block;  font-weight: 400;  line-height: 1.5em; }
.event .event_day {font-size: 1.5em;padding: 10px;}
.event .event_content {padding: 10px;font-weight: normal;font-size: 1em;text-align: left;line-height: 1.5em;}
.event .event_content a {font-size: 1.2em;font-weight: 500;}
.event .event_name a{ vertical-align: middle;word-break: break-word;  }
 
/*News*/
.news {display:flex; flex-direction: column; justify-content: space-between;  height: 100%;}
.newsRow {margin-bottom: 10px;padding-bottom: 10px;border-bottom: 1px solid #EEECE2;}
.newsRow .date {font-weight: 400;color: var(--primary);}
.newsRow a{color:var(--primary); font-weight:500;}
.newsRow .newsRow_title a {font-size: 1.3em;font-weight: 500;color: #4c4036;}

/*Events*/
.events_block .jsnews_607{ }
.events_block .article  {border-bottom: 1px solid #ddd;padding: 15px 0;}
.events_block .article img{max-width:300px;/* min-width:300px; */}
.events_block .article .dtl{padding: 0 15px;}
.EventDetail  .dtl img{max-width: 450px;margin: 0 auto;display: block;}

/*Home Content Blocks*/
.aboutContent h2{font-size: 34px;text-transform:uppercase;font-weight: 300;}
 
.introBlocks {position: relative;z-index: 2;/* background: #fef6ee; */color: var(--primary);}
.introBlock {position:relative;z-index: 2;padding: 10px 15px;height: 100%;transition: all .5s ease;} 
.brandcolorBG {background: var(--primary);color: var(--white);}

.CMEText p.lead{margin-top: 0;}
.homeEvents {margin-top: 50px;}
.cmeEvent {display:flex;margin-bottom: 15px;padding-bottom: 15px;flex-wrap: wrap;border-bottom: 1px solid #ddd;}
.cmeEvent > a, .cmeEvent div{-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.cmeEvent .eventData {padding: 0 15px;}
.cmeEvent .eventData a{ color:var(--primary);}
.cmeEvent img{ width:100%;}

/*Member of the month*/
.memberRows{height:100%;padding:10px;border:1px solid #DDD;display: flex;flex-direction: column;justify-content: space-between;text-align: center;}
.memberRows a{ color:var(--primary);}
/*div table*/
.display_archive, .divTable {display:table; width:100%;}
.divTable .divRow {display:table-row; border-bottom: 1px solid var(--primary);}
.divTable .divRow .divCol {display:table-cell; padding:5px;}
.divTable .divRow.header .divCol{padding:10px;border: 1px solid var(--light);background: var(--primary);vertical-align: middle;border-top: 1px solid var(--light);color: var(--light);min-height: 30px;font-weight: bold;text-transform: uppercase;}
.divTable .divRow:nth-child(even) .divCol{background:var(--light);}
.divTable .divRow .divCol p{display:block;}
.divTable .divRow .divCol a{color: var(--primary);}
.display_archive .campaign {padding-bottom: 10px;}
.display_archive .campaign a{ font-weight:500;}

.introBlock a{color: var(--highlight);}
.introBlock .icon span{font-size: 4em;}
.introBlock  p {position:relative;z-index:1;}
.introBlock  p a{display: block;vertical-align: middle;/* width: 200px; */color: var(--highlight);margin: 0;background: transparent;border: 1px solid transparent;transition: all .5s ease;}
.introBlock  p a span {display: inline-block;width: 30px;font-size: 32px;vertical-align: middle;transform: translateX(0%);transition: all .5s ease;}
.introBlock:hover  p a span{transition: all .5s ease;/* transform: translateX(200px); */}

.serviceBlocks {background: url(/image/cache/service-bg.jpg) no-repeat;background-size: cover;}
.serviceBlocks .serviceBlock{position: relative;border-radius: 5px;padding: 96px 40px 18px;background: var(--white);box-shadow: 0px 5px 25px 1px rgb(0 0 0 / 20%);height: 100%;transition:all .5s ease;}
.serviceBlocks .serviceBlock:before{content:'';display:block;position:absolute;z-index: 0;width:100%;height:100%;left:0;top:0;background: #f5f5f5;clip-path: polygon(0 0, 50% 0, 0% 50%, 0% 100%);}
.serviceBlocks .serviceBlock .serviceContent {position: relative;z-index:1;}

.serviceBlocks .serviceBlock .icon {position: absolute;top: -140px;height: 100px;width: 100px;text-align: center;line-height: 100px;border-radius: 50%;}
.serviceBlocks .serviceBlock .icon span{display:block;color: var(--primary);font-size: 3.5em;height: 100px;text-align: center;width: 100px;line-height: 100px;border-radius: 50%;background: var(--white);-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.serviceBlocks .serviceBlock div a  span.lead{font-size: 1.6em; display:block; margin-bottom:10px; color:var(--highlight);}
.serviceBlocks .serviceBlock div > span{display:block; font-weight:500; margin-bottom:15px;}
.serviceBlocks .serviceBlock:hover .icon span{background:var(--primary); color:var(--white);}
.serviceBlocks .serviceBlock:hover {background: var(--primary);color:var(--white);transition: all .5s ease;}
.serviceBlocks .serviceBlock:hover:before{background: #444;transition:all .5s ease;} 
.serviceBlocks .serviceBlock:hover *{color:var(--white);}

/*Side bar*/
.sectionBlock  aside section{ margin-bottom:30px;}
.sectionBlock  aside section h2{ font-size:1.5em; color:var(--primary); border-bottom:1px solid var(--primary); padding:0 5px;}
.sectionBlock  aside section .campaign { border-bottom:1px solid #ddd; padding-bottom:10px;}
.sectionBlock  aside section .campaign a{font-weight: 600;color: var(--primary);}
.sectionBlock  aside section a{color: var(--primary);}

.sectionBlock  aside .address span.material-symbols-outlined {display:inline-block; vertical-align:middle;}
.sectionBlock  aside .address p{padding-left: 25px;}
.sectionBlock  aside .address  p span{display:inline-block;margin-left: -25px;width: 25px;text-align: left;vertical-align: middle;}
.sectionBlock  aside .fbFeed .fb_iframe_widget {width:100%;}
.sectionBlock  aside .sideEvents .event p{ margin:0;;} 
.sectionBlock  aside .sideEvents .event a{font-weight: 600;color: var(--primary);}

/* ====================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) {  
 
}

@media all and (min-width: 0px) and (max-width: 1199px) {  
   .sliderContent div.base div.caption p {  margin: 0;  line-height: 1.1em;  }
}

@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 {padding: 0;color: var(--primary);}
   .NavbarToggle i{color: var(--primary);}
 
   .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%;}
   .tao-carousel .tao-item .item .slShow .caption{width:100%;}
   .sliderSection .tao-carousel .tao-item .image img {/* height: 600px; */\: 100%;max-width: 100%;margin: 0 auto;}
   body.subpage .Header .sidebar__Close i , .Header.headBg .sidebar__Close i {color: var(--white);}
   .footerNav ul li> ul li{ text-align:left}

   .memberSidebar{position: fixed;z-index: 999;left: 0;top: 190px;display: flex;transform: translateX(calc(-100% - 0px));transition: all .3s ease;flex-direction: column;border: 1px solid #eee;}
   .memberSidebar #flyOut {display:block;background: var(--primary);width: 40px;height: 40px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border: 2px solid var(--white);border-left: 0;outline: none;position: absolute;right: -40px;}
   .memberSidebar #flyOut span{font-size: 30px;color:var(--white);display: block;line-height: 40px;font-weight: bold;text-align: center;}
   .memberSidebar .memberBar{position:relative;background: var(--white);}
   .memberSidebar ul{display:block;/* background: rgb(178 31 60); */position: relative;width: 100%;border: 2px solid var(--white);margin-bottom: 0;}
   .memberSidebar ul li ul {margin-bottom:0;border: 0;}
   .memberSidebar ul li a {padding: 12px 15px;display: block;font-size: 1em;/* color: var(--white); */border-bottom: 2px solid var(--white);text-align: left;}
   .memberSidebar ul li:last-child a{/* border:0; */}
   .memberSidebar.menuFlyOut {transform:translateX(0);transition: all .3s ease;display: block;}
   .memberSidebar.menuFlyOut #flyOut span :after{content:"\eac9";}
   
}

 @media all and (min-width: 0px) and (max-width: 880px) {  
    .bgBlock .textContent{width:100%;}
    .bgBlock .imgBlock {height:400px;}
    .bgBlock .imgBlock img {min-height: 100%;max-width: none;max-height: 100%;margin: 0 auto;display: block;}
 }

@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;  }
   #main-navigation {  position: fixed;  overflow-y: auto;  width: 0;  height: 100%;  margin-bottom: 0;  z-index: 1;  left: 0;  top: 0;  background: var(--highlight);  display: none;  }
   #main-navigation.navbar-block {  display: block;  }

   /* ====================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;  }
   .tao-carousel .tao-item .item .slShow .caption { padding:5px;}
   .sliderSection .tao-carousel .tao-item .item .caption h1 {  font-size: 1.8em;  }
   .sliderSection .tao-carousel .tao-item .item .caption h2 {font-size: 1.8em;line-height: 1;}
   .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;  }
   .subpage-content-block.page-content-block {  margin-top: 129px;  }
   .introText {padding: 15px !important;}
   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;}
   .bgBlock .textContent{font-size:2em;width: 100%;}
   .cmeEvent img, .cmeEvent div{-ms-flex: 0 0 50%;flex: 0 0 100%;max-width: 100%;}
}

@media all and (min-width: 0px) and (max-width: 460px) {  
   .nav-top {  position: relative;  text-align: right;  }
   .topNavWrapper { background:var(--light);}   
   #social li a:before {width:30px;margin: 0 4px;font-size: 18px;}
   #social li.login a span { font-size:.9em;}
   #social {padding:0;margin:0;width: 100%;}
   #social:before { display:none;}
   
}

@media all and (min-width: 0px) and (max-width: 380px) {  
   .slider_block { min-height: 100% !important;  }
   .search-btn, .nav-icon {  margin: 0 5px;  padding: 0;  }
   .footerNav > ul > li {  display: block;  width: auto;  }
   .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 {}
}


