html {  font-family: sans-serif;  -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;  }
body {margin: 0;color: #555;}
body {color: #333;text-align: left;position: relative;min-height: 100vh;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-rendering: optimizeLegibility;font-size: .94em;display: flex;flex-direction: column;font-family: 'Poppins', sans-serif;font-weight: 400;}
#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;  }
a:active,a:hover {  outline: 0;  }
abbr[title] {  border-bottom: 1px dotted;  }
b,strong {font-weight: 600;}
dfn {  font-style: italic;  }
h1, .h1style {/* font-size: 2em; *//* margin: 0.67em 0; */font-weight: 700;}
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: #0F6FC6;color: #ffffff;border: none;text-transform: uppercase;font-family: 'Roboto Serif', 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: " (" attr(href) ")";  }
   abbr[title]:after {  content: " (" attr(title) ")";  }
   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;  }
}

@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;}
}



/* ==================== 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: #2C7BAF;text-decoration: none;}
.Button-primary {  background-color: #F38B12;  border-color: #F38B12;  }
.Button-primary:hover {  background: #303030;  }
a.button:focus {color:#fff; }
a:hover, a:focus {text-decoration: none;color: #47697f;}
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, .h1, .h2, .h3, .h4, .h5, .h6 {color: #0F6FC6;text-align: left;text-rendering: optimizelegibility;font-weight: 500;text-align: left;text-rendering: optimizelegibility;font-family: 'Roboto Serif', serif;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {color: inherit ;text-decoration: none;}
h1{font-weight:700;}
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;font-size: .9em;}
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;  }

.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: 1px solid #F38B12;}



/* ==================== 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;width: auto;}
input[type="number"]:: -webkit-inner-spin-button, input[type="number"]:: -webkit-outer-spin-button {  height: auto  }
input, select, textarea {  color: #271f1b;  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: #0F6FC6;color: #FFF;fill: #fff;text-align: center;text-transform: uppercase;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;font-size: 1.1em;font-weight: 400;border-radius: 5px;padding: 15px 30px;margin: 3px 0;}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {background: #F38B12;color: #333;}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, .button:active {background: #F38B12;}
  
.select-wrapper {  position: relative;  }
.select-wrapper:after {  content: "\f0d7";  font-family: 'FontAwesome';  color: #303030 ;  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: 'Roboto Serif', serif;font-weight: bold;display: block;font-size: 1.00em;}
.error {  color: #ee592b; font-family: 'Roboto Serif', 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;  }

.require.error{ border-color:red;}

.button-blue {background: #0F6FC6;color: #FFF;border:1px solid transparent;}
.button-blue:hover {background: #F38B12;}
.button-lightBlue {background: #66C4E9;color: #FFF;border:1px solid transparent;}
.button-lightBlue:hover {background: #0F6FC6;}

.button-white {background: #FFF;color: #0F6FC6 !important;border:1px solid transparent;}
.button-white:hover {background: #0F6FC6;color: #FFF !important;}

.button-tan {background: #F38B12;color:#FFF ; border:1px solid transparent;}
.button-tan:hover {background: #66C4E9; }

.button-lg {padding:20px 30px;font-size: 1.3em !important;}
.button-sm {padding: 5px 15px;font-size: .9em;}
.button-lg, .button-sm {display: inline-block;  }

.button-lines{background:transparent;border: 2px solid #ffffff;color: #ffffff;}
.button-no-lines{background:transparent;border: 0;padding: 13px 5px;color: #F38B12;}

.button-lines.button-blue{ border-color:#0F6FC6 ; color:#0F6FC6 ;}
.button-lines.button-blue:hover{ background:#0F6FC6; color:#FFF;} 

.button-lines.button-tan{ border-color:tan ; color:tan ;}
.button-lines.button-tan:hover{ background:#F38B12; 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: 30px;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;  }

.background-black{background: #303030 ;}
.background-black *{ color:#FFF;}
 

/* ====================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;  }

.color-block{background:#DDDD;}
.color-block.yellow .section-title span, .color-block.yellow{ background:#F38B12;}
.color-block.grey{background: #eee;}
.color-block h4{text-align: center;}
.color-block.black * , .color-block.red *{ color:#FFF;}
.color-block.red .button{color:#303030 ;margin: 10px auto;display: block;max-width: 150px;}
.color-block.black .section-title span , .color-block.black{ background:#303030 ;}
.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:#FFF;}
.section-title {position: relative;z-index: 1;}
.section-title span.special{font-size: 30px;text-transform: capitalize;color: #0F6FC6;line-height: 1;font-family: 'Roboto Serif', serif;font-weight: 500;}
 

/* ==================== layout==================== ================================================== */
#layout {position: relative;top: 0;left: 0;width: 100%;min-width: 100%;background: #FFF;min-height: 100vh;display: flex;flex-direction: column;}
#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 {text-align: justify;background: #dcddde;position: relative;/* padding-top: 103px; */}
.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: #b4b4b4;}
.breadcrumb a{ color:#47697f;}


/* ====================header ==================== ================================================== */
.Header h1 {display: none;color: #FFF;}
.Header {position: relative;width: 100%;z-index: 9999;padding: 0;top: auto;left: auto;transition: all .5s ease;transform: translateY(0px);background: #66C4E9;box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);}
.Header.toFixed{/* position:fixed; *//* transform: translateY(-100%); */}
.Header .container{position:relative;}

.Header .topNav {background:none;position: relative;z-index: 99;background: #DCDDDE;border-bottom: 1px solid #ababab;}

/* .topNav #flyOut{display:none;}
.topNav ul{list-style:none;margin:0;padding:0;margin-bottom: 5px;display:flex;justify-content: flex-end;}
.topNav ul li a{display: block;padding: 8px 14px;font-size: .95em;font-weight: 500;margin: 0;color: #fff;}
.topNav ul li a:hover, .topNav ul li:hover{ }
.topNav ul li { position:relative;}
.topNav ul li ul {position:absolute;width:200px;left:0;top:100%;display: none;}
.topNav ul li:hover  > ul { display:block;}
.topNav ul li ul li{ background:#F38B12;}
.topNav ul li ul li:hover a{background: #ffffff;color: #87a9bc;} */

.Header .Navigation{position: static;z-index:2;text-align: right;display: flex;flex-direction: column;align-items: flex-end;/* background: #47697f; */} 
body.subpage .Header {  background: #FFF;  box-shadow: 1px 1px 3px rgba(4, 4, 4, 0.35);  }
 
.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;  */text-align: left;line-height: 0;}
.logo a{color:#FFF;text-align: center;display: inline-block;line-height: 0;}
.logo img {position: relative;display: block;vertical-align: middle;padding: 10px 0;transition: all .3s ease;margin: 0;/* height: 100px; */width: auto;max-height: 110px;}

.Navigation__body, .HeaderMenu {height:100%;position: static;}
.Navigation__body {background:#F38B12;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;/* min-width: 7%; */}
.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: #333333;display: block;padding: 13px 10px;cursor:pointer;/* font-size: 1em; */}
.HeaderMenu>ul>li ul li:hover a, .HeaderMenu>ul>li a:hover,.HeaderMenu>ul>li ul li:hover span, .HeaderMenu>ul>li span:hover {color: #FFF;background: #F38B12;}
.HeaderMenu>ul>li ul{display: none;position:absolute;list-style: none;margin: 0;padding: 0;min-width: 260px;margin-top: 0;background: #F38B12;left:0;top:100%;box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);}
.HeaderMenu>ul>li ul li {text-align:left;}
.HeaderMenu>ul>li ul li a{padding: 10px;color: #FFF;}
.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: #303030;}   
.HeaderMenu>ul>li ul li:hover ul{ display:block;}
.HeaderMenu>ul>li ul li ul li:last-child{padding:0;} 
.subpage .HeaderMenu>ul>li a, .Header.headBg .HeaderMenu>ul>li > a{/* padding: 25px 20px; */}
.Header.headBg .HeaderMenu>ul>li.home a, .Header.headBg .HeaderMenu>ul>li.search span {/* padding: 20px 20px; */} 


.HeaderMenu>ul>li.home a, .HeaderMenu>ul>li.search span{font-size:0;padding: 8px 20px;}
.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;}
.HeaderMenu>ul>li.search span:after{content:"\f002";}
.HeaderMenu>ul>li.search span{background:#F38B12;}

.HeaderMenu>ul>li:hover > a,.HeaderMenu>ul>li:hover > span, .Header.headBg .HeaderMenu>ul>li:hover > a{color: #FFF;background: #F38B12;}
.HeaderMenu>ul>li ul li a:hover, .HeaderMenu>ul>li ul li:hover a{background: #333333;color: #FFF;}


.Sidebar__body {background-color: #F38B12;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 {}
.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: #333;text-decoration: none;display: block;padding: 8px 15px;text-transform: uppercase;font-weight: 500;margin: 0;}
.SidebarMenu ul li ul li { padding:0;}
.SidebarMenu ul li ul li a{text-transform: none;font-weight: 400;padding-left: 25px;}
.SidebarMenu ul a:hover{/* color: #FFF; */background: #66c4e9;}

/*Search*/
.searchBlock_body {position:fixed;z-index: 99;top: 50%;left: 50%;width: 100%;height: 100vh;transform: translate(-50%, -50%);background: #f1f7f1;}
.searchBlock_body .container {position:relative;height: 100%;}
.searchBlock_body .searchBlock {position:relative;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.searchBlock_body .search_Close {position:relative;top: 120px;color: #FFF;}
.searchBlock_body .searchBlock form{display:flex;flex-wrap: wrap;}
.searchBlock_body .searchBlock label {font-size:5em;text-transform:uppercase;color:#87a9bc;font-weight: 600;font-family: 'Roboto Serif', serif; min-width: 100%;}
.searchBlock_body .searchBlock .fieldsRow {display:flex;width: 80%;}
.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;}



.menuIcons .navIcon {text-align: right;color: #FFF;}
.NavbarToggle {/* display: inline-block; */vertical-align: middle;background-color: transparent;border: 0;padding: 0;}
.NavbarToggle i {font-size: 2.5em;color: #000;}
.sidebar__Close {padding: 0;}
.sidebar__Close button {height:auto;padding: 5px;color: #FFF;}
.sidebar__Close button i{color: #333;font-size: 1.5em;padding: 10px;}
body.subpage .Header .NavbarToggle i {  color: #F38B12;  }
.Header.headBg  {box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);transition: all .5s ease;background: #87a9bc;}
.Header.headBg .logo img {transition: all .3s ease;}
.Header.headBg .logo a{color: #F38B12;}

#changeparameters_9, #changeparameters_9 ~p{display:none;}
#changeparameters_9 select{padding: 20px;margin: 0;}

/* ==================== Social Menu ==================== ================================================== */
#social {position: relative;z-index: 99;margin: 0;}
#social ul {margin: 0;padding: 0;display: flex;justify-content: flex-end;}
#social li {float: none;display: inline-block;vertical-align: middle;margin: 0;}
#social li a {text-align: left;padding-left: 5px !important;display: block;}
#social li a span {display: none;text-transform: capitalize;font-size: 18px;margin-left: 5px;color: #FFF;}
#social li a:before {content:'';font-size: 20px;text-align: center;color: #333;background: transparent;border: 1px solid transparent;display: inline-block;border-radius: 3px;vertical-align: middle;line-height: 26px;width: 26px;height: 26px;margin: 5px 0;margin-right: 10px;font-family: 'FontAwesome';}
 
#social li.facebook a:before {content: "\f230";}
#social li.twitter a:before {content: "\f081"; }
#social li.instagram a:before {content: "\f16d";font-size: 19px;}
#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:"\f098";width: auto;margin-right: 0;}
#social li.phone a span{display:inline-block;vertical-align: middle;color: #333;display: inline-block;vertical-align: middle;font-family: 'Poppins', sans-serif;font-weight: 400;}
/* Social Menu Hover */
#social li:hover a:before, #social li a:hover:before {transition: all .3s ease;color: #0F6FC6;}
#social li.phone a:hover span{transition: all .3s ease;color: #0F6FC6;}

/* ====================Footer==================== ================================================== */
footer {clear: both;background: #333;z-index: 1;position: relative;padding-top: 30px;}
footer:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0; opacity: 0;background-size: auto 90%;background-position: -10% 100%;transform: rotate(0);}
footer .address { text-align: center;color: #d0d0d0;margin: 5px;} 
footer img{max-width: 200px;margin-bottom: 15px;}
footer .address spanp{ display:none;}
.footer_contacts {display:flex;flex-direction:row;justify-content: center;margin-bottom: 30px;}
.footer_contacts p {margin:10px 15px;} 
.footer_contacts p a, .footer_contacts p span{ vertical-align:middle; color:#d0d0d0; }

.footerNav{display: block;/* margin-top: 25px; */}
.footerNav ul { margin: 0px; padding: 0px; list-style: none;}
.footerNav >ul{vertical-align: top;list-style: none;display: flex;justify-content: center;flex-direction: row;align-content: center;}
.footerNav > ul > li {text-align: center;margin: 0 15px;}
.footerNav > ul > li > a, .footerNav > ul > li > span {}
.footerNav ul li>a {padding: 0px;margin: 0px;display: block;}
.footerNav ul li a{padding: 10px 0;color: #d0d0d0;display: inline-block;}
.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: #f38b12;}

.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: center;display: flex;flex-direction: row;justify-content: center;margin: 15px 0;color: #d0d0d0;font-size: .75em;}
.copyright a {color: #d0d0d0!important;}
.copyright nav, .copyright span { margin:0 30px;}
.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: #F38B12;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: 'Roboto Serif', serif;width: 98%;display: block;color: #0F6FC6;padding: 0;margin: 20px 0 5px 0;border-bottom: 1px solid #0F6FC6;}
.fieldgroup_desc, .field_desc {  font-style: italic;  color: #303030 ;  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:#AD0000;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;  }
.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: 'Roboto Serif', serif;font-weight: 500;display: block;margin: 0;}
.newPostTemplate.webform .fieldrow .fieldlabel label{}
.newPostTemplate.webform .fieldrow .fieldval label{font-family: 'Roboto Serif', serif; font-weight: 400;font-size: 15px;margin: 0;display: inline-block;}
.newPostTemplate.webform .fieldrow .fieldval div[class*="_radio"]{display:inline-block;height: auto;}
.newPostTemplate.webform .fieldrow .fieldval div.payment_type_radio { display:block;}

#sponsorship .sponsorships_multicheckbox{float: left;width: 40%;margin-bottom: 15px;}
#sponsorship .sponsorships_multicheckbox input{width:auto;}
#sponsorship .sponsorships_multicheckbox li{padding-left: 4px;font-size: .93em;list-style: none;color: #333;margin-bottom: 3px;font-weight: 300;}
#sponsorship .sponsorships_multicheckbox li:before{content:"\f00c";font-family:fontAwesome;font-size: 11px;display:inline-block;vertical-align: inherit;padding-right: 3px;}
#sponsorship .sponsorships_multicheckbox label{font-weight: 500;}


/*form builder*/
.taoFieldBuilder {display:table;width: 100%;border-collapse: collapse;margin-bottom: 10px;}
.taoFieldBuilder .head{background:#CCC; padding: 5px; width: 98%;  font-weight:bold;display: table-row;}
.taoFieldBuilder .head .fcol{/* width: 24%; */display: table-cell;vertical-align:middle;font-size: .8em;padding:  2px;line-height: 1;font-weight: normal;} 
.taoFieldBuilder .fcol.tfbact, .taoFieldBuilder .fcol.tfbact {width: 3%;text-align: right;}
.taoFieldBuilder .tfbact{font-weight:bold; font-size:1.6em; display:inline-block; vertical-align:middle; margin-left: 13px; text-align: center;}
.taoFieldBuilder a.addAct{text-decoration:none;color:#FFF;background:green;padding: 12px 3px;display: block;width: 30px;float: right;text-align: center;}
.taoFieldBuilder a.tfbdel {text-decoration:none;background: #c00000;color: #FFF;display: block;padding: 0;width: 30px;float: right;text-align:center;}
.taoFieldBuilder a.addAct.disabled{background:#999; pointer-events:none;}

.taoFieldBuilder .tafb_row {margin: 5px 0;width: 98%;padding: 5px;display: table-row;border: 1px solid #DDD;}
.taoFieldBuilder .fcol {/* width: 24%; */display: table-cell;text-align:center;vertical-align: middle;padding: 0 2px;} 
.taoFieldBuilder .fcol input[type="text"]{width: 100%;display: inline-block;vertical-align: middle;padding: 8px 3px;margin: 4px 2px;}  

.taoFieldBuilder .fcol input.error { border:1px solid red;}
.viewFields .head .fcol{ line-height:normal; padding:5px 10px; text-align:left; font-size:initial;}
.viewFields .tafb_row .fcol { text-align:left; padding:2px 10px; border-bottom:1px solid #ddd;}


/* ====================small size grid style declarations==================== ================================================== */
 

@media (min-width: 640px) {  }

@media (min-width: 780px) {  
   .Navigation {transition: margin .5s ease;}
   .Navigation .container{/* width:98%; *//* max-width: none; */}
   body.subpage .Navigation {  margin-top: 0;  }

   /* ==================== webform styles ==================== ================================================== */
   .fieldrow .fieldval select {width: 80%;padding: 8px 5px;}
   .fieldrow .fieldval input {  width: 80%;  }
   .fieldrow .fieldval input[type=button], .fieldrow .fieldval input[type=reset], .fieldrow .fieldval input[type=submit], .fieldrow .fieldval .button, .fieldrow .fieldval input[type='radio'], .fieldrow .fieldval input[type='checkbox'] {  width: auto;  }
   .fieldrow .fieldval {  display: inline-block;  vertical-align: top;  width: 40%;  margin: 0;  text-align: left;  }
   .fieldrow .fieldlabel {  width: 30%;  min-width: 10%;  }
}
  
@media (min-width: 1200px) {  
   .Navigation .container{width: auto;max-width: 1140px;}
}

/* ==================== taoCMS Components and Modules ==================== ================================================== */

   /* ==================== taoCMS Components and Modules ==================== ================================================== */
   .sliderSection .tao-carousel .tao-item .item .overLay{position: relative;z-index: 3;right: 0;top: 0;display: block;object-fit: cover;padding: 0;overflow: hidden;margin: 0;max-width: 800px;}
   .slider-block{padding:0;background: #e5ebf1;}
   .sliderSection {position:relative;overflow: hidden;}
   .sliderSection .tao-item .item {position:relative;background: #333;height: 100%;}
   .sliderSection .tao-item .item .captionData {position: relative;z-index: 1;bottom: auto;top: 0;transform: none;height: 100%;width: 100%;/* padding: 90px 0; */}   
   .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 .container{display:block;position:relative;top: 0;}
   .sliderSection .tao-carousel .tao-item .item .container .slideWrapper {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -15px;margin-left: -15px;position: relative;height: 100%;align-items: center;justify-content: space-between;}
   .sliderSection .tao-carousel .tao-item .item .container {height: 100%;position: relative;right: 0;}
   .sliderSection .tao-carousel .tao-item .item .slideFullwidth .imageWrapper .container {width: 100% !important;max-width: unset !important;padding: 0;margin: 0;} 
   .sliderSection .tao-carousel .tao-item .item .slideFullwidth .imageWrapper .overLay{visibility: hidden;}
   .sliderSection .tao-carousel .tao-item .item .slideFullwidth .container .image{width:100%;}   

   .sliderSection .tao-carousel .tao-item .item .caption{position: relative;z-index: 2;height: 100%;}
   .sliderSection .tao-carousel .tao-item .item .caption .ngfIcon { max-width:150px;}



   .sliderContent div.activeSlide { display: block; right: 0; }
   .slider_block div.container {height: 100%;}
   .tao-carousel .tao-item .item .caption{max-width: 100%;margin: 0;top: 0;padding: 0;display: none;}
   .tao-carousel .tao-item .item .caption * {}
   .tao-carousel .tao-item .item .caption a{font-weight: 500;display: inline-block;}
   .tao-carousel .tao-item .item .caption p {}
    
   .tao-carousel .tao-item .item .caption .background{margin-bottom: 5px;display: inline-block;}

   .tao-carousel .tao-item .item .image{position:relative;z-index: 1;height: 100%;background-color: #e5ebf1;background-size: cover;background-repeat: no-repeat;background-position: right;float: left;margin: 0 0px;line-height: 0;}
   .tao-carousel .tao-item .item .image img{width:auto;padding: 0 2px;margin: 0 auto;}
   .tao-carousel .tao-item .item .image.Right{background-position:right;float:right;}
   .tao-carousel .tao-item .item .image.Left{ background-position:left; float:left;}
   /*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 a {text-align: center;/* color: #FFF !important; */margin: 0;}
   .tao-carousel .tao-item .item .caption div a.button:hover{ background:#F38B12; color:#333 !important;}
   .tao-carousel .tao-item .item .slShow  .caption {display: block;position: absolute;}
   .tao-carousel .tao-item .item .slShow  .caption.No-Background {  background: none !important;  }


   /*Caption Backgrounds*/
   .tao-carousel .tao-item .item .Caption {position:relative;}
   .tao-carousel .tao-item .item .Caption .cpdesc{position:relative;z-index: 9;padding: 15px;}
   .tao-carousel .tao-item .item .Caption .cpdesc:after{content:'';position:absolute;z-index: -1;width:100%;height:100%;top:0;left:0;border-radius: 5px;}
   .tao-carousel .tao-item .item .Caption.White {  background: rgb(255 255 255 / 80%);  }
   .tao-carousel .tao-item .item .Caption.White * {  color: #CB121D;  }

   .tao-carousel .tao-item .item .Caption.Blue {  background: #CB121D;  }
   .tao-carousel .tao-item .item .Caption.Blue * {  color: #FFF;  }

   .tao-carousel .tao-item .item .Caption.lightBlue {  background: #303030;  }
   .tao-carousel .tao-item .item .Caption.lightBlue * {  color: #CB121D;  }

   .tao-carousel .tao-item .item .Caption.Black {  background: rgb(0 0 0 / 80%);  }
   .tao-carousel .tao-item .item .Caption.Black * {  color: #FFF;  }

   .tao-carousel.tao-theme .tao-nav [class*='tao-'] { margin:0;} 
   .tao-carousel.tao-theme .tao-nav [class*='tao-'] span{background:#333;padding: 10px !important;display: inline-block;height: 58px;line-height: 30px;}

   .tao-carousel .tao-nav .tao-prev{ left:-50%; transition:all .5s ease;}
   .tao-carousel .tao-nav .tao-next {right:-50%; transition:all .5s ease;}
   .tao-carousel:hover .tao-nav .tao-prev{left:0%; transition:all .5s ease;}
   .tao-carousel:hover .tao-nav .tao-next {right:0; transition:all .5s ease;}


   .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: #CB121D;  color: #CB121D;  }
   .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;}
   .tao-carousel button.tao-dot {display:inline-block;width: 30px;height: 5px;background: #999;margin:2px;}
   .tao-carousel button.tao-dot.active {background:#CB121D;}
 
/* 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;}
.tao-carousel button.tao-dot {display:inline-block;width: 30px;height: 5px;background: #999;margin:2px;}
.tao-carousel button.tao-dot.active {background:#F38B12;}

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: #F38B12;  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: tan !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: #F38B12;  }
.nav-icon a:hover, .search-btn.search-on, .search-btn:hover {  background: #F38B12;  color: #FBFBEA;  }
.nav-icon.nav-collapsed {  z-index: 102;  }
.nav-icon.nav-collapsed a {  color: tan !important;  }
.nav-icon.nav-collapsed a span:before {  content: "\f00d";  }

/* side navigation*/
.side-nav {background: #f0f0f0;}
.side-nav ul{list-style:none; margin:0; padding:0;}
.side-nav ul li{ position:relative;}
.side-nav ul li ul{ display:none; position:absolute; left:100%; top:0%; width:200px; background:#F38B12;}
.side-nav ul li ul li a { color:#FFFF;}
.side-nav ul li ul li a:hover,.side-nav ul li ul li:hover > a, .side-nav ul li ul li:hover{ background:#303030; color:#F38B12;}  

.side-nav ul li:hover > ul{ display:block;}
.side-nav ul li a {border-bottom: 1px solid #dddddd;color: #333;display: block;padding: 10px 10px;font-weight: 500;}
.side-nav ul li a:before{content:"\f0da";font-family: 'FontAwesome';display:inline-block;margin-right: 3px;font-size: 14px;}
.side-nav ul li: last-child a {  border: 0;  }
.side-nav ul li:hover, .side-nav ul li:hover > a, .side-nav ul li a:hover {color: #FFF; background:#F38B12;}
.side-nav ul li ul li ul li a, .side-nav ul li ul li ul{ background:#303030;}
.side-nav ul li ul li ul li a {background: #303030;color: #F38B12;}
.side-nav ul li ul li ul li a:hover {background:#333; color:#FFF;}


/* 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:#F38B12; 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: -25px;top: -25px;background: red;z-index: 100;text-shadow: none;color: #FFF;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: #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:#F38B12; color:#FFF; border: 1px solid #F38B12;}

#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: #F38B12;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: #F38B12;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: 90%;background:transparent;color:#333;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: #303030;line-height:20px;font-family: 'Roboto Serif', serif;}
table#calendar tr td.caption{background: #303030;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:#303030;font-size:11px; }
table#calendar ul li a{ color:#FFF; }


/* my orders */
.vieworders, .mydownloads { width: 100%; margin: 0;   }
.vieworders td, .vieworders th, .mydownloads td, .mydownloads th {  border: 1px solid #c19759; border-left: 0; border-right: 0;  padding: 3px 8px; text-align: center; }
.vieworders  th, .mydownloads th  { background: #f6f6f6; line-height: 30px;  }
.mydownloads td { padding: 8px 5px;  }

/* 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; }
#cartbuttons ul {list-style: none;padding: 0px;margin: 0px;text-align: center;}
#cartbuttons ul li {display: inline-block;}
#cartleft #cartbuttons ul li { float: none; display: inline-block; }
input.cancel {background: #CCC;border: 1px solid #BBB;color: #333;/* display: none; */}
#cartbuttons ul li .empty_cart, #returntocart {display:none;}
.errmsg { color:red;}

div.msg.error .msgcontent, .taoCMSerror, .taoCMSerror .msgcontent {  text-align:center; padding:5px; background:red; color:#FFF;} 


/* checkout Login */
.checkout_login {width: 40%;float: left;padding: 2%;margin: 2% !important;display: block;}
.checkout_loginmsg { display: none; }
.logintitle {font-size: 1.3em;} 
.checkout_login p { font-weight: bold; font-size: 12px; }
.checkout_login div { margin: 5px 0px; }
.checkout_registration, .noaccount { text-align: center; }
.checkout_registration, .noaccount {width: 350px;float: left;/* background: #FFFACD; */}
.checkout_registration {display:block;margin:2%;padding:15px;height: 320px;font-size: 1.6em;}
.billinginfoinput { text-align:center;}
.billinginfoinput table{min-width: 420px;display: block;}
.billinginfoinput table tr td {min-width: 200px;}

/* bliiing */
#billtable, #shiptable {width: 45%;margin: 15px 0;float: left;/* padding: 15px; */background: #FFF;min-height: 150px;}
#billtable h3{ font-size:1.4em;}
.billingaddress {}
.billingaddress .name { font-weight: bold;  }
.paymenttitle { margin-top: 15px; font-family: 'Roboto Serif', serif; font-size: 1.3em;  }
#paymentdiv {padding: 0;}
#paymentcaptcha{ max-width:270px;}
.paymentmessage br{display:none;}
.paymentmodule{display: block;vertical-align:top;min-width: 300px;max-width: 420px;padding: 2px 0;}
.paymentmodule iframe{height: 380px;background: #FFF;}
.paymentchoice{font-weight: bold;font-size: 1.1em;margin-bottom: 5px;}
#plugnpay_details span {display:inline-block;vertical-align: top;}
#plugnpay_details .nameoncardlabel, #plugnpay_details .nameoncardinput {width: 100%;display: block;}

#invoice.paymentmodule, #invoice_details.paymentdetails{ display:none;}
.promBlock{display:flex;justify-content: flex-start;flex-wrap: wrap;color: red;}
.promBlock p{display:block;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
#promoCheck {color:#FFF;padding: 8px 15px;}
#promo { padding:10px;}


.cardnumberlabel, .cardnumberinput {width:60%;float: left;margin-right: 8px;}
.codeoncardlabel, .codeoncardinput{width: 38%;} 
.expireoncardlabel, .expireoncardinput{width:100%;}
.expireoncardinput select{ width:49%;}

#changeinfo {margin-top: 42px;}
#changeinfo:after{ content:''; display:table; clear:both; }
#changeinfo  ul {margin: 0;padding: 0;list-style: none;color: #2a4f81;}
#changeinfo  ul li  { float: left;  margin-right: 20px; }
#changeinfo  ul li:first-child{/* display:none; */}
#orderinfo h2{ display:none;}
#cartbuttons{text-align: center;margin: 5px 0;}
#returntocart a, #changeinfo  ul li:nth-child(2):before {content:"\f177";font-family:FontAwesome;display:inline-block;font-size: 16px;margin-right:5px;}
#changeinfo  ul li:nth-child(3):before { content:"\f0f6"; font-family:FontAwesome; display:inline-block; margin-right:5px; }
#changeinfo{/* display:none; */float: left;}
#changeinfo  ul li a {color: #2a4f81;font-weight: 600;font-size: 15px;}
#paymentinvoice:after{content:''; display:table; clear:both; }
#payment_totalamount{float:none;clear:both;width:100%;margin: 10px 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:#ffc107; }
.promocodes {padding: 0;}
.orderdiscountheading{ font-size:1.2em;}
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 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; */display: flex;justify-content: flex-start;flex-wrap: wrap;}
.catalog.codeinput label{display: block;width: 100%;margin: 0;}
.catalog.codeinput input[type="text"], .catalog.codeinput input[type="submit"]{display:inline-block;width: 205px;margin: 0;/* margin-right:5px; */}
.catalog.codeinput input[type="submit"] {width: 75px;background: #32383e;padding: 8px 15px;}

/* cart */
.catalogcart {width: 100%;margin: 0;border: 0;border-spacing: 0;border-collapse: collapse;}
.catalogcart td, .catalogcart th {border: 1px solid #a5a5a5;padding: 3px 8px;text-align: center;}
.cartheadings {/* background: #FFF; */line-height: 30px;}
.cartheadings th.partno, .cartitemrow td.partno{font-size:0;line-height: 0;color: #FFF;width: 0;padding: 0;border-right: 0;}
.catalogcart td.qty, .catalogcart th.qty {/* visibility: hidden; */width: 0px;padding: 0;font-size: 0;border: 0;line-height: 0;}
.catalogcart td.qty span{/* border-right: 1px solid #DDD; *//* visibility: visible; */display: none;}
.catalogcart td.unitprice{/* border-left:0; */}
.catalogcart td.qty input { display:none;}
.catalogcart .itemname {padding-top: 5px;color: #333;text-align: center;/* border-left: 0; *//* border-right: 0; */}

#activecart.catalogcart .itemname{border-right: 0;}
#activecart.catalogcart td.qty, #activecart.catalogcart th.qty {border:0;}
#activecart.catalogcart td.unitprice, #activecart.catalogcart th.unitprice { border-left:1px solid #DDD;}

#activecart.catalogcart .itemname .freeproductpromotion { 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: #FFF;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;}
#completeordercart.catalogcart .itemname .freeproductpromotion {display:none;} 


.catalogcart .itemname .attributes {  color: #333; 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: #333;font-weight:bold;width: 100px;border-left: 0;}
.catalogcart .totalprice  { width: 120px;}
.catalogcart .oddrow {/* background: #FFF; */}
.catalogcart .evenrow {/* background: #FFF; */}
.carttotals { line-height: 30px; }
.multipleshippingchoices { margin-top: 20px; }
.shippinginfotable {min-width: 50%;/* display: block; */margin: 10px auto;}
.shippinginfotable tr td{vertical-align: middle;}

.freeproduct.cartitemrow{ display:none;} 

#invoiceinfo {width:500px;border-collapse: collapse;}
#invoiceinfo tr td {border:1px solid #b7bcc8;padding:5px;background: #d7dae1;}
#invoiceinfo tr:nth-child(even) td{ background:#c4cbda;}


/*---------------------- custom CSS --------------------------*/

/*News*/
.news {display:flex; flex-direction: column; justify-content: space-between;  height: 100%;}
.newsRow {margin-bottom: 10px;padding: 5px 0;padding-bottom: 5px;}
.newsRow .date {font-weight: 400;color: #F38B12;}
.newsRow .newsRow_title a {font-size: 1.3em;font-weight: 500;color: #4c4036;}
.newsRows .news-info {padding-bottom:10px;border-bottom:1px solid #DDD;margin-bottom: 15px;}
.news-excerpt {display:flex;justify-content: flex-start;align-items: center;}
.news-excerpt img{margin: 10px 0;margin-right: 10px;max-width: 200px;}

/*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;}
.eventBody img{ max-width:600px;}


/*Home Content Blocks*/
.aboutContent{ position:relative;}
.aboutContent   {background: #ededed;padding-bottom: 30px;}

.aboutText {position: relative;/* padding: 15px; *//* border-style: solid; *//* border-width: 1px 1px 1px 1px; *//* border-color: #EEF2F0; *//* border-radius: 4px 4px 4px 4px; */} 
.aboutContent  p.intro{position: relative;z-index: 1;} 
.aboutContent  p.intro span{ vertical-align:middle;}
.aboutContentBlocks {display:flex;flex-direction: row;height: 100%;align-content: center;}
.iconBlock {display:flex;border-style: solid;border-width: 1px 1px 1px 1px;border-color: #EEF2F0;border-radius: 5px;background-color: #F38B12;padding: 0;color: #333;height: 100%;flex-direction: column;-ms-flex: 0 0 50%;/* flex: 0 0 50%; *//* max-width: 50%; */}
.iconBlock .content {width:100%;padding:15px;height: 100%;} 
.iconBlock .icon span{font-size: 6em;color: #87a9bc;padding: 15px;font-weight: 200;}
.iconBlock .title.lead{font-weight:600; font-family: 'Roboto Serif', serif; }
.iconBlock .title.lead a{ color:#333;}
.iconBlock .title.lead a:hover{ color:#FFF;}
.iconBlock .description {margin: 10px 0;}
.iconBlock .description a {padding: 5px 0;color: #333;}
.iconBlock .description a:hover{}
.iconBlock .description a.button{color: #FFF;padding: 5px 15px;margin-top: 5px;}
.iconBlock .description a.button:hover{ background:#333; }
.iconBlock p a span{vertical-align:middle;}

/*Featured News*/
.newsBlock { position:relative;}
.newsBlock:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;background: url(../image/cache/icon-green.svg) no-repeat;opacity: 0;background-size: auto 60%;background-position: -10% 90%;transform: rotate(180deg);}
.newsBlock {background: rgb(241 247 241 / 50%);}
.news-tags ul {margin: 0;padding: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;list-style: none;}
.news-tags ul li{margin-right: 15px;}
.news-tags ul li a{display:inline-block;background:#ddd;border-radius: 5px;padding: 5px 10px;margin: 3px 0;font-weight: 500;background-color: rgba(187,204,214,0.3);-webkit-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;}
.featuredNews{position:relative;height: 100%;}
.featuredNews .featured-image{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;background-position: center center;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;}
.featuredNews .featured-image img{ }
.featuredNewsContent{position: relative;z-index: 3;color:#FFF;background: rgba(25,25,25,0.8);height: 100%;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;padding: 30px;min-height: 500px;}
.featuredNewsContent *{color: #FFF;}
.featuredNewsContent a:hover{color:#F38B12;}
.featuredNewsList {height:100%;display: flex;flex-direction: column;justify-content: flex-start;margin-top: 15px;}
.news-listing {position: relative;background: #ffffff;padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #f3f3f3;}
.news-listing .news-info{position:relative;z-index:1;}
.news-listing .news-info a{color: #2C7BAF;}
.news-listing:last-child{/* margin-bottom:0; */}
.news-listing:hover {}

.news-listing.eventRow .news-info {display:flex;align-items: center;}
.news-listing.eventRow .news-info img{ margin:10px 0; margin-right:10px; max-width:200px;}

/*Resources*/
.STATE ul {padding: 0 !important;}
.STATE ul li {display:inline-block; min-width:30%;}

/*Home Events*/
.eventsBlock  { position:relative;}
.eventsBlock:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;background: url(../image/cache/icon-green.svg) no-repeat;opacity: 0.1;background-size: auto 60%;background-position: 120% -25%;}
.eventsBlock .event:before{content:'';display:block;width:100%;height:100%;position:absolute;top:0;left:0;background: url(../image/cache/icon-green.svg) no-repeat;opacity: .1;z-index: 0;background-size: auto 60%;background-position: 95% 110%;}
.event {margin: 10px 0;padding: 15px;position: relative;margin-bottom: 15px;display: flex;justify-content: flex-start;background: #f1f7f1;align-items: center;border-radius: 5px;-webkit-box-shadow: 0px 0px 5px #e9e9e9;box-shadow: 2px 2px 4px #e9e9e9;} 
.event .row{align-items: center;}
.event .date {height: 85px;background: #303030;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;position: relative;z-index: 1;}
.event .event_content a {font-size: 1.2em;font-weight: 500;}
.event .event_name a{ vertical-align: middle;word-break: break-word;  }
.eventsBlock .news-tags {height:100%;/* background: #f1f7f1; */display: flex;flex-direction: column;}
.eventsBlock .news-tags p{padding:0 15px;}
.eventsBlock .news-tags ul{display: flex;align-content: stretch;height: 100%;padding: 0 15px;flex-wrap: wrap;flex-direction: row;}
.eventsBlock .news-tags ul li a {background:#87a9bc; color:#FFF;}
.eventsBlock .news-tags ul li a:hover{background:#F38B12;}

/*Board Members*/
.bMember{ border:1px solid #DDD; padding:10px;}
.bMember strong{font-weight:500;}

/* ====================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;  }
}

@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 #social {margin: 0;width: 100%;border-radius: 0;box-shadow: none;background: #F38B12;}
   .Header .Navigation #social ul  {border-radius:0;justify-content: center;}
   #social li a:before, #social li.phone a span {/* color:#FFF; *//* margin: 0; *//* margin: 3px 10px; */}
   .HeaderMenu>ul>li {  padding: 0 7px;  }     
   .NavbarToggle {padding: 0;color: #93002e;}
    .NavbarToggle i{color: #000;}
   .Header .topnav ul {margin-bottom: 5px;} 
   .Navigation .navbar-collapse {  display: none;  } 
    .Header .topNav {/* display:none; */}
   #social ul {/* justify-content:center; */} 
   .tonNav .specialNav{position: fixed;right: 0;top: 250px;display: flex;transform: translateX(calc(100% - 40px));transition: all .3s ease;}
   .tonNav .specialNav #flyOut {display:block;background: #F38B12;width: 40px;height: 53px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;border: 2px solid #fff;border-right: 0;outline: none;}
   .tonNav .specialNav #flyOut span{font-size:30px;color:#FFF;display: block;padding: 10px 5px;font-weight: bold;text-align: center;}
   .tonNav .specialNav ul{display:block;background: rgb(37 89 70);position: relative;width: 100%;border: 2px solid #FFF;}
   .tonNav .specialNav ul li  {}
   .tonNav .specialNav ul li a {padding: 15px 50px;display: block;font-size: 1em;color: #FFF;border-bottom: 2px solid #FFF;text-align: center;text-transform: uppercase;}
   .tonNav .specialNav ul li:last-child a{border:0;}
   .specialNav.menuFlyOut {transform:translateX(0);transition: all .3s ease;}
   .specialNav.menuFlyOut #flyOut span :after{content:"\eac9";}
   
   .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% !important;padding: 0;}
   .tao-carousel .tao-item .item .Caption { width:100% !important;}
   .sliderSection .tao-carousel .tao-item .image img { margin: 0 auto;}
   .tao-carousel .tao-nav .tao-prev, .tao-carousel .tao-nav .tao-next  {bottom: 0;transform: none;top: auto;}

   
   body.subpage .Header .sidebar__Close i , .Header.headBg .sidebar__Close i {color: #ffffff;}
   .staffBlock .staffDetails {display:block;}
   .staffBlock .staffDetails img{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 500px;display: block;margin: 0 auto;}
   .staffBlock .staffDetails .details {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
   #sponsorship .sponsorships_radio{float: left;width: 50%;margin-bottom: 15px;} 
}

 @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{ height: auto;}
 
   .Navigation .NavbarToggle {/* top: calc(50% - 28px); */z-index: 1;display: block;float: right;margin: 0;height: 100%;}
   .slider-block {}
   /* 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: #08364c;  display: none;  }
   #main-navigation.navbar-block {  display: block;  }

   .news-listing.eventRow .news-info{flex-direction:column;align-items: flex-start;}
   
   /* ====================nav bar==================== ================================================== */
   footer .footer-bg {  background-position: center bottom;  }
   .footerNav > ul > li {vertical-align: top;text-align: center;} 
   footer .address, footer *, footer .address *, .copyright span {text-align:center;}
   footer .address p, footer .oHours p{ padding-left:0;}
   .footerNav >ul {justify-content:center;align-content: center;}
   nav.subfooter-nav{justify-content:center;margin-bottom: 5px;}

   .iconBlock {flex-direction: column;}
   #sponsorship .sponsorships_radio{float: none;width: 100%;margin-bottom: 15px;}  
}
@media all and (min-width: 0px) and (max-width: 768px) {
 
   .sliderSection .tao-carousel .tao-item .image img {height: 350px;max-width:none;visibility: hidden;} 
}

@media all and (min-width: 0px) and (max-width: 639px) {  
   .nav-top {  display: none;  } 
}

@media all and (min-width: 0px) and (max-width: 579px) {  
   .topNav p, #social ul {text-align:center;margin: 0;padding: 0;}
   .topNav #social ul {justify-content: flex-end;}
   .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 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}  
 .footer_contacts,.copyright{ flex-direction:column;}
   #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%;}
   .programRow{display:block;}
   .staffBlock .staffDetails img{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;display: block;margin: 0 auto;}
   #social li a:before {margin:0;font-size: 18px;}
   #social li.phone a span {font-size: 12px;}
}

@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;  } 
  
   .sliderSection .tao-carousel .tao-item .image img{height: 340px;width:auto;}
   .tao-carousel .tao-item .item .Caption h3{font-weight: 400;font-size: 1.7em;/* color: #FFF; */margin: 0;line-height: normal;}    
   .tao-carousel .tao-item .item .Caption h3 sup{font-size: 16px;top: -60px;position: relative;}
   .tao-carousel .tao-item .item .Caption p{margin: 0;font-size: .9em;}
}

@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;}
   #social li a:before {margin:0;font-size: 18px;}
   #social li.phone a span {font-size: 12px;display: none;}
}

@media all and (orientation: landscape) and (min-height: 100px) and (max-height: 540px) {  
  .sliderContent div.base div {}
}



