html {  font-family: sans-serif;  -ms-text-size-adjust: 100%;  -webkit-text-size-adjust: 100%;  }
body {margin: 0;color: #221F20; }
body {font-size: 1em;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: bold;  }
dfn {  font-style: italic;  }
h1, .h1style {/* font-size: 2em; *//* margin: 0.67em 0; */}
mark {  background: #ff0;  color: #000;  }
small {  font-size: 80%;  }
sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;  }
sup {  top: -0.5em;  }
sub {  bottom: -0.25em;  }
img {  border: 0;  }
svg: not(: root) {  overflow: hidden;  }
figure {  margin: 1em 40px;  }
hr {  -webkit-box-sizing: content-box;  box-sizing: content-box;  height: 0;  }
pre {  overflow: auto;  }
code,kbd,pre,samp {  font-family: monospace, monospace;  font-size: 1em;  }
button,input,optgroup,select,textarea {  color: inherit;  font: inherit;  margin: 0;  }
button {  overflow: visible;  }
button,select {  text-transform: none;  }
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;position: relative;background: #6F2F8F;color: #ffffff;border: none;/* text-transform: uppercase; */font-family: 'Poppins', sans-serif;font-size: 15.4px;font-weight: bold;letter-spacing: 0.6px;text-align: center;cursor: pointer;padding: 5px 12px;}
button[disabled],html input[disabled] {  cursor: default;  }
button:: -moz-focus-inner,input:: -moz-focus-inner {  border: 0;  padding: 0;  }
input {  line-height: normal;  }
input[type="checkbox"],input[type="radio"] {  -webkit-box-sizing: border-box;  box-sizing: border-box;  padding: 0;  }
input[type="number"]:: -webkit-inner-spin-button,input[type="number"]:: -webkit-outer-spin-button {  height: auto;  }
input[type="search"] {  -webkit-appearance: textfield;  -webkit-box-sizing: content-box;  box-sizing: content-box;  }
input[type="search"]:: -webkit-search-cancel-button,input[type="search"]:: -webkit-search-decoration {  -webkit-appearance: none;  }
fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;  }
legend {  border: 0;  padding: 0;  }
textarea {  overflow: auto;  }
optgroup {  font-weight: bold;  }
table {  border-collapse: collapse;  border-spacing: 0;  }
td,th {  padding: 0;  }

/*! Source: https: //github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {  
  *, *:before, *:after {  background: transparent !important;  color: #000 !important;  -webkit-box-shadow: none !important;  box-shadow: none !important;  text-shadow: none !important;  }
  a, a:visited {  text-decoration: underline;  }
  a[href]:after {  content: " (" 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;  }
}



/* ==================== Basic declarations ==================== ================================================== */
header, section, article, aside, footer, figure, nav, hgroup, video, div, canvas {  display: block;  }
p {margin: 0.9em 0;line-height: 1.2em;}
a {-moz-transition: .3s ease;-o-transition: .3s ease;-webkit-transition: .3s ease;transition: .3s ease;color: #0091AC;text-decoration: none;}
.Button-primary {  background-color: #6F2F8F;  border-color: #6F2F8F;  }
.Button-primary:hover {  background: #c14600;  }
a.button {font-size: 1.2em;}
a:hover, a:focus {text-decoration: none; color:#6F2F8F;}
a img {  border: 0px  }
img {  max-width: 100%;  width: auto\9;  height: auto;  vertical-align: middle;  border: 0;  -ms-interpolation-mode: bicubic;  }
h1, h2, h3, h4, h5, h6 {color: #6F2F8F;text-align: left;text-rendering: optimizelegibility;font-family: 'EB Garamond', serif;}
h1{ font-weight:700;}
h2{ font-size:2em; }
h3{font-size: 1.8em;}
h4{font-size: 1.7em;}
h5{ font-size:1.2em; }
h6{ font-size:1em; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {  color: inherit;  text-decoration: none;  }
ul, ol {  margin-left: 3em;  list-style: disc;  }  

ol {  list-style: decimal;  }
blockquote, q {  quotes: none;  }
blockquote:before, blockquote:after, q:before, q:after {  content: '';  content: none;  }
hr {  margin-top: 20px;  margin-bottom: 20px;  border: 0;  border-top: 1px solid #eee;  }
sub, sup {  position: relative;  font-size: 75%;  line-height: 0;  vertical-align: baseline;  }
sup {  top: -.5em;  }
sub {  bottom: -.25em;  }
table {  border-collapse: collapse;  }
table td, table th {  vertical-align: top;  }
table.content_table {  border: 1px solid #e9e9e9;  }
table.content_table td, table.content_table th {  padding: 4px;  border: 1px solid #e9e9e9;  border-collapse: collapse;  }
.colbtn {  padding: 6px 23px;  color: #FFF;  display: inline-block;  margin: 6px;  }
nav ul {  margin: 0;  padding: 0;  }

/* ==================== input elements==================== ================================================== */
button, input, optgroup, select, textarea {  margin: 0;  font: inherit;  color: inherit;  }
button {  overflow: visible;  }
button, select {text-transform: none;outline: 0 !important;}
button:: -moz-focus-inner, input:: -moz-focus-inner {  padding: 0;  border: 0;  }

input {  line-height: normal;  }
input[type="checkbox"], input[type="radio"] {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  padding: 0;  margin: 0 3px;  }
input[type="number"]:: -webkit-inner-spin-button, input[type="number"]:: -webkit-outer-spin-button {  height: auto  }
input, select, textarea {  color: #221F20;  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 {-moz-transition: 0.4s all ease;-webkit-transition: 0.4s all ease;-o-transition: 0.4s all ease;transition: 0.4s all ease;text-align: center;border: none;color: #fff;text-decoration: none;background: #6F2F8F;cursor: pointer;padding: 10px 30px;margin: 5px 0;display: inline-block;border-radius: 0;outline: none;box-shadow: none;text-shadow: none;position: relative;letter-spacing: 0;font-family: 'Poppins', sans-serif;font-weight: 500;font-size: 1.2em;}
input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .button:hover {background: #0091AC;color: #FFF;}
input[type=button]:active, input[type=reset]:active, input[type=submit]:active, .button:active {background: #6F2F8F;}
input[type=email],input[type=password],input[type=tel],input[type=text],select,textarea {width: 100%;min-height: 45px;background-color: rgba(49, 48, 47, 0.07);border: 1px solid transparent;font-size: 14px;padding: 11px 21px;text-align: left;color: #221F20;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:'Poppins', sans-serif;  }
input[type=email]:: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select:: -moz-placeholder, textarea:: -moz-placeholder {  font-family:'Poppins', sans-serif;  }
input[type=email]: -ms-input-placeholder, input[type=password]: -ms-input-placeholder, input[type=tel]: -ms-input-placeholder, input[type=text]: -ms-input-placeholder, select: -ms-input-placeholder, textarea: -ms-input-placeholder {  font-family: 'Poppins', sans-serif;  }
input[type=email]: -moz-placeholder, input[type=password]:: -moz-placeholder, input[type=tel]:: -moz-placeholder, input[type=text]:: -moz-placeholder, select: -moz-placeholder, textarea: -moz-placeholder {  font-family: 'Poppins', sans-serif;  }
input[type=email]:focus:: -webkit-input-placeholder, input[type=password]:focus:: -webkit-input-placeholder, input[type=tel]:focus:: -webkit-input-placeholder, input[type=text]:focus:: -webkit-input-placeholder, select:focus:: -webkit-input-placeholder, textarea:focus:: -webkit-input-placeholder {  color: transparent;  }
input[type=email]:focus: -moz-placeholder, input[type=password]:focus: -moz-placeholder, input[type=tel]:focus: -moz-placeholder, input[type=text]:focus: -moz-placeholder, select:focus: -moz-placeholder, textarea:focus: -moz-placeholder {  color: transparent;  }
input[type=email]:focus:: -moz-placeholder, input[type=password]:focus:: -moz-placeholder, input[type=tel]:focus:: -moz-placeholder, input[type=text]:focus:: -moz-placeholder, select:focus:: -moz-placeholder, textarea:focus:: -moz-placeholder {  color: transparent;  }
input[type=email]:focus: -ms-input-placeholder, input[type=password]:focus: -ms-input-placeholder, input[type=tel]:focus: -ms-input-placeholder, input[type=text]:focus: -ms-input-placeholder, select:focus: -ms-input-placeholder, textarea:focus: -ms-input-placeholder {  color: transparent;  }
input[type=radio] {  display: block;  float: left;  margin-right: 10px;  }
.select-wrapper {  position: relative;  }
.select-wrapper:after {  content: "\f0d7";  font-family: 'FontAwesome';  color: #1B427D ;  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: 1.3em;}
select:: -ms-expand {  display: none;  }
label {font-family: 'Poppins', sans-serif;display: block;}
.error {  color: #9f6849;  font-family: 'Poppins', sans-serif;  font-size: 0.9em;  display: block;  }
input[type=email],input[type=password],input[type=tel],input[type=text],input[type=number], select,textarea {width: 100%;min-height: 45px;background-color: #e5e5e5;border: 1px solid rgba(0, 0, 0, 0.07);font-size: 14px;padding: 10px;text-align: left;color: #221F20;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:#221F20;  }

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:#221F20; }
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:#221F20;  }
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:#221F20;  }
input[type=email]:focus:: -webkit-input-placeholder, input[type=password]:focus:: -webkit-input-placeholder, input[type=tel]:focus:: -webkit-input-placeholder, input[type=text]:focus:: -webkit-input-placeholder, select:focus:: -webkit-input-placeholder, textarea:focus:: -webkit-input-placeholder {  color: transparent;  }
input[type=email]:focus: -moz-placeholder, input[type=password]:focus: -moz-placeholder, input[type=tel]:focus: -moz-placeholder, input[type=text]:focus: -moz-placeholder, select:focus: -moz-placeholder, textarea:focus: -moz-placeholder {  color: transparent;  }
input[type=email]:focus:: -moz-placeholder, input[type=password]:focus:: -moz-placeholder, input[type=tel]:focus:: -moz-placeholder, input[type=text]:focus:: -moz-placeholder, select:focus:: -moz-placeholder, textarea:focus:: -moz-placeholder {  color: transparent;  }
input[type=email]:focus: -ms-input-placeholder, input[type=password]:focus: -ms-input-placeholder, input[type=tel]:focus: -ms-input-placeholder, input[type=text]:focus: -ms-input-placeholder, select:focus: -ms-input-placeholder, textarea:focus: -ms-input-placeholder {  color: transparent;  }
input[type=radio] {  display: block;  float: left;  margin-right: 10px;  }

.button-purple {background: #6F2F8F; border:1px solid transparent;}
.button-purple:hover { border:1px solid #0091AC ;}
.button-blue {background: #0091AC;}
.button-blue:hover {background: #6F2F8F;}
.button-white { background:#FFF; color:#6F2F8F ;}
.button-white:hover { background:#6F2F8F; color:#FFF;}
.button-sm {padding: 5px 12px;  }
.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: #6F2F8F;}
.button-lines.button-blue{ border-color:#0091AC; color:#0091AC;}
.button-lines.button-blue:hover{background:#0091AC; color:#FFF;}
.button-lines.button-red{ border-color:#6F2F8F ; color:#6F2F8F ;}
.button-lines.button-red:hover{ background:#6F2F8F; color:#FFF;}

.button-lines.button-white{ border-color:#FFF ; color:#FFF ;}
.button-lines.button-white:hover{ background:#FFF; color:#6F2F8F;}

.button-arrow-right:after {font-family: 'FontAwesome';content:"\f0a9";padding: 0 0 0 4px;}
.button-arrow-down:after {  font-family: 'FontAwesome'; font-size: 15.4px;  content: '\f0a8';  padding: 0 0 0 4px;  }
.button-arrow-left:before {  font-family: 'FontAwesome'; font-size: 15.4px;  content: '\f0a8';  padding: 0 4px 0 0px;  }

.background-black{background: #1B427D ;}
.background-black *{ color:#FFF;}
.signup-block{position:relative;background: #1B427D ;}
.signup-block:before{content:'';position:absolute;z-index: 0;width:100%;height:100%;top:0;left:0; background-attachment:fixed;opacity:.1;}
.signup-block > p {position:relative;font-size:12px;color:#FFF;margin: 0 5px;}
.signup-block > p a{ color:#FFF;}
.signup-form-Block h2{color:#FFF;/* display: block; */clear: both;float: none;}
.signup-form-Block form{position:relative;display:block;width: 90%;clear: both;margin: 0 auto;}
.signup-form-Block form input{ margin:0;}
.signup-form-Block form input[type="text"]{ background:#FFF;}
.signup-form-Block form input[type="submit"]{position:absolute;right:0;top:0;height: 45px;}

/* ====================utility/ helper classes ==================== ================================================== */
.clear {  clear: both;  height: 0px;  margin: 0px;  padding: 0px;  }
.header:after, .container:after, .row:after, .navbar-toggle:after, .nav-bar:after, .clearfix:after {  content: "";  display: table;  clear: both;  }
.pad {  padding-left: 15px;  padding-right: 15px;  }
.pad-left {  padding-left: 15px;  }
.pad-right {  padding-right: 15px;  }
.divider {  margin-top: 20px;  position: relative;  }
.divider-line {  margin: 40px 0;  }

.img-circle {  border-radius: 50%;  }
.hide {  display: none;  }
.show {  display: block !important;  }
.invisible {  visibility: hidden;  }

 

/* ==================== layout==================== ================================================== */
#layout {position: relative;top: 0;left: 0;width: 100%;min-width: 100%;background: #FFFFFF;display: flex;min-height: 100vh;flex-direction: column;}
#wrapper {height: auto;width: 100%;margin: 0 auto;position: relative;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 {margin-top: 165px;background: #BFD67B;margin-bottom: 0;position: relative;z-index: 2;}
.subpageHeader-block .pageTitle .container{position:relative;height: 100%;}
.subpageHeader-block .pageTitle h2 {/* position: absolute; */width: 100%;text-align: center;bottom: 0;left: 0;}
.subpageHeader-block h2 {margin: 35px 0;color: #fff;font-size: 3em;font-weight: 900;text-transform: uppercase;}
.subpageHeader-block img{max-width:100%;/* max-height: 580px; */display: block;margin: 0 auto;}

.home-content-block {  border: 0;  padding: 50px 0; }
.subpage-block {  margin-top: 74px;  padding-top: 10px;  }
.breadcrumb {padding: 15px 0;margin-bottom: 0;color: #FFF;font-size: .86em;clear: both;background: transparent;}
.breadcrumb a {  font-size: .84em;  color: #FFF;  }

.subpage-content-block.main-content-block .container  .row div > h1:first-child{text-transform:uppercase;font-size: 3em;font-weight:800;color: #6F2F8F;}
.subpageHeader-block{}
.subpageHeader-block.no-pageHeader {height:0;min-height: 50px;margin-top: 160px;}
.flwdth.pageheader {top: 0;height: 100%;/* text-align: center; */background-blend-mode: screen;background-clip: border-box;background-color: rgba(0, 0, 0, 0);background-origin: padding-box;background-size: cover;position: relative;width: 100%;background-repeat: no-repeat;/* background-attachment: fixed; */background-position: top center;}
.flwdth.pageheader .image {position: relative;top:0;left:0;}
.flwdth.pageheader .overlay.Back_ { display:none;}
.flwdth.pageheader  .pageHeaderCaption {width:100%;height:100%;position: absolute;}
.flwdth.pageheader .Back_Black{display:block;position:absolute;width:100%;height:100%;background: url(/image/cache/overlay-pattern.png);opacity: .7;top:0;left:0;z-index:1;}
.flwdth.pageheader .Back_White{display:block; position:absolute; width:100%; height:100%; background: url(/image/cache/overlay-pattern_white.png); opacity: .7; top:0; left:0; z-index:1;}
.flwdth.pageheader .Back_Smooth.Black {display: block;position:absolute;width:100%;height:100%;background: ;opacity: .7;top:0;left:0;z-index:1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+49,0.65+100 */background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}

.flwdth.pageheader .Back_Smooth.White {display:block;position:absolute;width:100%;height:100%;opacity: .7;top:0;left:0;z-index:1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.65+0,0+49,0.65+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#a6ffffff',GradientType=0 ); /* IE6-9 */
}

.flwdth.pageheader .Back_None{ display:none;}
.flwdth.pageheader .container {height: 100%;position: relative;}
.pagetitle{width: 75%;/* text-align: center; */margin: auto;z-index: 10;position: absolute;top: 50%;transform: translateY(-50%);}
.pagetitle .titleShow {padding: 20px;color: #FFF;text-rendering: optimizelegibility;font-family: 'EB Garamond', serif;}
.pagetitle .titleShow p{font-size: 1.7em;margin: 0.3em 0;}
.pagetitle .titleShow h3{font-size: 3.35em;}
.pagetitle .titleShow * {font-weight: 500;}
.pagetitle .titleShow.GreyBox{background: rgba(0, 0, 0, 0.25); border: 6px solid #777; }
.pagetitle .titleShow.WhiteBox{background: rgba(255, 255, 255, 0.25); border: 6px solid #FFF;}
.pagetitle .titleShow.BrownLine{background:none ; border-bottom: 2px solid #e29050; padding: 20px;padding-bottom: 0;margin-bottom: 20px;} 
.pagetitle .titleShow.BrownLine  * { color:#e29050;}
.pagetitle .titleShow.WhiteLine{background:none ;  padding: 20px;padding-bottom: 0;margin-bottom: 20px; color:#FFF;}
.pagetitle .titleShow.WhiteLine h2,.pagetitle .titleShow.BrownLine h2  { border-bottom: 2px solid #FFF; }  
.pagetitle .titleShow.WhiteLine * { color:#FFF;}
.pagetitle h1, .pagetitle h2, .pagetitle h3, .pagetitle h4, .pagetitle h5, .pagetitle h6 {color: #FFF;margin: 0;padding: 0;}
.pagetitle h1 { font-size:3em; padding: 0; margin: 0;}
.subpageHeader-block.noPageHeader{background:none;height:auto;margin: 0;min-height: 120px;font-size: 0;}

.PageHeaderCaption { position:relative;}

.pagetitle.Top-Left {  top: 2%;  left: 0;  }
.pagetitle.Top-Center {top: calc(0px + 150px);left: 50%;-webkit-transform: translateY(-12%) translateX(-50%);-ms-transform: translateY(-12%) translateX(-50%);transform: translateY(-12%) translateX(-50%);}
.pagetitle.Top-Center * {  text-align: center !important;  }
.pagetitle.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;  }
.pagetitle.Top-Right * {  text-align: right !important;  }
.pagetitle.Middle-Left {  top: 50%;  left: 0%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);  display: block !important; }
.pagetitle.Middle-Center {top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}
.pagetitle.Middle-Center * {  text-align: center !important;  }
.pagetitle.Middle-Right {  top: 50%;  left: 100%;  -webkit-transform: translateY(-50%) translateX(-100%);  -ms-transform: translateY(-50%) translateX(-100%);  transform: translateY(-50%) translateX(-100%);  }
.pagetitle.Middle-Right * {  text-align: right !important;  }
.pagetitle.Bottom-Left {top: 90%;left: 0%;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}
.pagetitle.Bottom-Center {  top: 100%;  left: 50%;  -webkit-transform: translateY(-100%) translateX(-50%);  -ms-transform: translateY(-100%) translateX(-50%);  transform: translateY(-100%) translateX(-50%);  }
.pagetitle.Bottom-Center * {/* text-align: center !important; */}
.pagetitle.Bottom-Right {top: 100%;left: 100%;-webkit-transform: translateY(-100%) translateX(-100%);-ms-transform: translateY(-100%) translateX(-100%);transform: translateY(-100%) translateX(-100%);}
.pagetitle.Bottom-Right * {  text-align: right !important;  }


/* ====================header ==================== ================================================== */
.Header h1 {  display: none;  }
.Header {position: fixed;width: 100%;z-index: 999;padding: 0;transition: top 0.5s ease;top: 0;left: 0;overflow: hidden;background: #FFF;transition: all .3s ease;box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);}
.Header .Navigation{background-size: cover;/* background: #FFF; */position:relative;z-index:2;padding: 0;overflow: hidden;}
body.subpage .Header {/* background: #FFF; *//* box-shadow: 1px 1px 3px rgba(4, 4, 4, 0.35); */}

.logoBlock a{position:relative;margin: 0;}
.logo {position: relative;z-index: 999;left: 0;top: 0;margin: 0;padding: 0;}
.logo img {position: relative;display: block;max-width: 240px;padding: 10px;transition: all .3s ease;margin: 0 auto;}
.logoBlock span {display:inline-block;vertical-align:middle;color:#FFF;font-size: 3em;font-weight:900;transition: color .3s ease;}

.Header .topnav {background: transparent;}
.Header .topnav ul{list-style:none;display:block;margin: 12px 0;padding:0;text-align:right;}
.Header .topnav ul li {display:inline-block;vertical-align: middle;max-width: 160px;}
.Header .topnav ul li a{display:block;padding: 10px 20px;background: #0091AC;color:#fff;font-size: .96em;font-family: 'Poppins', sans-serif;}
.Header .topnav ul li.flash a {background: #f0f0f0;animation: mymove .7s infinite;padding: 10px;}
.Header .topnav ul li.flash a span { font-size:10px;}
@keyframes mymove {
  from {background:#6f2f8f;}
  to {background-color: #0091ac;}
}

.Header .topnav ul li span.searchBlock-toggler{color: #FFF;font-size: 0;padding: 0px 15px;/* height: 100%; */display: block;text-align: center;cursor: pointer;margin: 0;cursor: pointer;transition: all .5s ease;background: #0091AC;}
.Header .topnav ul li span.searchBlock-toggler.collapsed {background: transparent; color: #0091AC;}
.Header .topnav ul li span.searchBlock-toggler:hover{background: #0091AC;color: #fff;}
span.searchBlock-toggler:before{content:"\f00d";font-family: FontAwesome;font-size: 28px;}
span.searchBlock-toggler:hover:before{color:#FFF;}
span.searchBlock-toggler.collapsed:before{content:"\f002";}


.searchBlock-collapse {-ms-flex-preferred-size: 100%;flex-basis: 100%;-webkit-box-flex: 1;-ms-flex-positive: 1;flex-grow: 1;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.search__backdrop {position: fixed;height: 100%;width: 100%;background-color: rgba(0,0,0,.45);left: 0;top: 0;z-index: 999;display: none;}
.searchBlock-collapse .search__body{background-color: #6F2F8F;width: 100%;padding: 0;margin: auto;position: absolute;bottom: 0;z-index: 99;opacity: 0;transform: scaleX(0);-webkit-overflow-scrolling: touch;z-index: 2;-webkit-transition: transform .3s ease-in-out;transition: transform .3s ease-in-out;}
.searchBlock-collapse .search__body .searchBlock{position:relative;}
.searchBlock-collapse .search__body input[type=text] {width: 100%;padding-right: 70px; color:#FFFF;}
.searchBlock-collapse .search__body input[type=submit]{position:absolute;right:0;top: 0;margin: 0px 0;border: 1px solid transparent;min-width: auto;background: #0091AC;color: #FFF;min-height: 38px;}

.search__body input::placeholder {color: rgb(255 255 255 / 0.65); }
.search__body input:-moz-placeholder{color: rgb(255 255 255 / 0.65); }
.search__body input::-moz-placeholder{color: rgb(255 255 255 / 0.65); }
.search__body input:-ms-input-placeholder {color: rgb(255 255 255 / 0.65); }
.search__body input::-ms-input-placeholder {color: rgb(255 255 255 / 0.65); }


.searchBlock-collapse.show .search__backdrop, .searchBlock-collapse.show .search__body{ display:block;}

.searchBlock-collapse.show .search__body{opacity: 1;transform: scaleX(1);}

.searchBlock{position:relative;margin: 0px 0;clear: both;width: 40%;float: right;}
.searchBlock form{ float:none; clear:both; display:block;}
.searchBlock input[type=text] {width: 400px;background: none;border: 0px solid #0091AC;padding: 10px;padding-right: 45px;margin: 0;background: #522469;min-height: 44px;}
.searchBlock input[type=submit]{position:absolute;right:0;top: 0;margin: 0;border: 0;background: transparent;font-size: 1.2em;text-transform: uppercase;/* width: 45px; */padding: 3px 15px;height: 100%;}
.searchBlock .srchIcon{position:absolute;width:45px;height:100%;right:0;top:0;color: transparent;}
.searchBlock .srchIcon:after{content:"\f002";font: normal normal normal 14px/1 FontAwesome;font-size: 30px;text-align: center;color: rgb(255, 255, 255);display: block;vertical-align: middle;background: #6F2F8F;width: 100%;line-height: 45px;}
.Navigation__body, .HeaderMenu { height:100%;}
.HeaderMenu { background:#6F2F8F;}
.HeaderMenu ul {list-style: none;margin: 0;padding: 0;width: 100%;align-items: center;justify-content: center;}
.HeaderMenu ul li {}
.HeaderMenu nav>ul>li {padding: 0;text-align: center;position:relative;min-width: 10%;}

.HeaderMenu nav>ul>li a, .HeaderMenu nav>ul>li span {color: #FFF;display: block;padding: 10px 8px;font-weight: 500;font-family: 'Poppins', sans-serif;font-size: 1em;cursor: pointer;}
.HeaderMenu nav>ul>li ul li:hover a, .HeaderMenu>ul>li a:hover{color: #6F2F8F;border-bottom-color: #6F2F8F;}
.HeaderMenu nav>ul>li ul{display: none;position:absolute;list-style: none;margin: 0;padding: 0;width:240px;margin-top: 0;background: #6F2F8F;left:0;top:100%;box-shadow: 0px 1px 1px 0px rgba(51, 51, 51, 0.2);}
.HeaderMenu nav>ul>li ul li a{display:block;color: #FFF;padding: 8px 15px;font-size: 0.9em;text-transform: unset;text-align: left;}
.HeaderMenu nav>ul>li:hover > ul { display:block; }
.HeaderMenu nav>ul>li:hover > a, .HeaderMenu nav>ul>li:hover span{color: #fff;background: #BFD67B;}
.HeaderMenu nav>ul>li.currentitem > a{color: #FFF;background: #0091AC;}

.HeaderMenu nav>ul>li ul li:first-child{padding-top: 1px;}
.HeaderMenu nav>ul>li ul li{ position:relative;}
.HeaderMenu nav>ul>li ul li ul{position:absolute;left:100%;top: 0;}
.HeaderMenu nav>ul>li ul li:hover{background: #6F2F8F;}
.HeaderMenu nav>ul>li ul li:hover ul{ display:block;}
.HeaderMenu nav>ul>li ul li ul li:first-child{padding:0;}
.HeaderMenu nav>ul>li ul li ul li a:hover{background: #18708a ;}
.HeaderMenu nav>ul>li.selected a{color: #6F2F8F;border-bottom-color: #6F2F8F;}

.HeaderMenu nav>ul>li.home a{font-size: 0;/* padding: 26px 10px; */display: inline-block;vertical-align: middle;} 
.HeaderMenu nav>ul>li.home a:before{content:"\f015";color:#fff;font-family: FontAwesome;margin: 0;font-size: 20px;font-weight: normal;line-height: initial;display: block;}
.HeaderMenu nav>ul>li.home.currentitem a{background:none;}
.HeaderMenu nav>ul>li.home:hover a{/* background: #023470; */}


.Sidebar__body {background-color: #0091AC;min-width: 240px;height: 100%;margin: auto;left: 0;bottom: 100%;position: fixed;overflow-y: auto;-webkit-overflow-scrolling: touch;z-index: 9999;-webkit-transition: right .3s ease-in-out;transition: bottom .3s ease-in-out;}
.Sidebar.show .Sidebar__body {bottom: 0;}
.Sidebar.show .Sidebar__backdrop {  display: block;  }
.SidebarMenu {padding: 10px 15px;max-width: 340px;margin: 0 auto;}
.SidebarMenu ul {list-style: none;padding: 0;margin: 0;text-align: center;}
.SidebarMenu ul li {margin-bottom: 0;}
.SidebarMenu ul li ul li a{font-size: 14px;border: 0;padding: 5px 10px;text-transform: none;}
.SidebarMenu ul li ul li, .SidebarMenu ul li ul li ul li{margin-left: 5px;}
.SidebarMenu ul a, .SidebarMenu ul span {font-size: 15px;color: #fff;text-decoration: none;display: block;padding: 10px;text-transform: uppercase;border-bottom: 1px solid #108593;text-align: left;cursor: pointer;}
.SidebarMenu ul a:hover,.SidebarMenu ul a:focus{background: #6F2F8F;color: #fff;}
.SidebarMenu ul li.currentitem a {background: #0e6974;}
.SidebarMenu ul li ul {/* border-bottom: 2px solid #fff; */}
.SidebarMenu ul li:first-child a{/* border:0; */}
.Sidebar__backdrop {background-color: rgb(0 0 0 / 0.75);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%;}
.Header.headBg .NavbarToggle i {}
body.subpage .Header .sidebar__Close i , .Header.headBg .sidebar__Close i {color: #ffffff;}


.navIcon {position: relative;height: 100%;vertical-align: middle;display: inline-block;}
.NavbarToggle {display: inline-block;vertical-align: middle;background-color: transparent;border: 0;padding: 0;}
.NavbarToggle i {font-size: 1.9em;color: #0091AC;display: block;padding: 5px;outline: 0 !important;}
.navIcon:focus, .navIcon *:focus{border:0;outline: 0;} 
.sidebar__Close {padding: 5px;max-width: 340px;margin: 0 auto;}
.sidebar__Close button {outline: 0 !important;height:auto;}
body.subpage .Header .NavbarToggle i {/* color: #6F2F8F; */}
.sidebar__Close .NavbarToggle i {color: #6F2F8F;}
body.noPageHeader .Header, .Header.headBg  {transition: top 0.5s ease, background 0.3s ease;box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.6);background: #ffffff;transition: all .3s ease;}
.Header.headBg .logo img {max-width: 200px;}

/* ==================== Social Menu ==================== ================================================== */
#social,.topLogo {position: relative;z-index: 99;margin: 0;}
.topLogo img{margin: 2px 5px 2px 0;}
#social {}
 
#social ul {margin: 0;padding: 0;text-align: left;}
#social li {float: none;display: inline-block;vertical-align: middle;padding: 0;padding-right: 0;margin: 10px 3px;}
#social li a {font: normal normal normal 14px/1 FontAwesome;text-align: left;padding: 0 !important;color: #023470;display: block;margin: 3px;}
#social li a span {display: none;font-family: 'Poppins', sans-serif;font-size: 1.3em;margin-left: 5px;color: #FFF;font-weight: 500;}
#social li a:before {font-size: 20px;text-align: center;background: #0091AC;color: #FFF;display: inline-block;vertical-align: middle;line-height: 24px;width: 34px;height: 34px;border-radius: 10%;padding: 5px;border-radius: 50%;}
#social li.audio a:before{content: "\f028";background: #eb0009;width: 80px;border-radius: 30px;font-size: 22px;}
#social li.facebook a:before {content: "\f09a";}
#social li.twitter a:before {content: "\f099";}
#social li.instagram a:before {content: "\f16d";font-size: 24px;}
#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: "\f003";}
#social li.rss a:before {  content: "\f09e";  }
#social li.phone, #social li.email{/* display:block; *//* float: left; */}
#social li.phone a:before {content: "\f095";width: auto;}
#social li.phone a span{display:inline-block;vertical-align: middle;color: #023470;}
/* Social Menu Hover */
#social li:hover a:before, #social li a:hover:before {opacity: .8;}

/* ====================Footer==================== ================================================== */
footer {clear: both;background: #BFD67B;color: #FFF;z-index: 1;width: 100%;line-height: 1.6em;font-size: 14px;text-align: left;position: relative;}
footer .address {text-align: left;display: block;clear: both;text-align: right;}
footer .address strong{font-size: 15px;font-weight:800;color: #6F2F8F;}
footer .footerLogo{text-align:right;clear: both;}
footer .address img{max-width: 230px;margin-bottom: 5px;}
footer .address * {color: #FFF;}
footer .address p{ margin:0;}
footer .address h4{color: #cacaca;text-align: right;font-size: 1.1em;margin-top: 25px;}
footer .address p span {}
.iframe {min-height: 400px;}
.footer-nav {width: 100%;}
.footer-nav ul{list-style: none;padding:0;margin:0;}
.footer-nav ul:after {  content: '';  display: table;  clear: both;  }
.footer-nav ul li {display:inline-block;margin: 0;min-width: 52%;text-align: left;}
.footer-nav ul li a:hover {  color: #6F2F8F;  }
.footer-nav > ul > li > span, .footer-nav > ul > li > a {color: #6F2F8F;}
.footer-nav ul li a {padding: 5px 10px;font-size: 1.3em;font-weight: 500;text-transform: uppercase;display: inline-block;vertical-align: middle;}
.footer-nav ul li.head >a, .footer-nav ul li.head >span {font-size: 20px !important;color: #fff;text-transform: uppercase;font-weight: 600;}
.footer-nav ul li ul {padding-left:5px;}
 .footer-nav ul li ul li {display:block;margin: 0;}
.footer-nav ul li ul li a{color:#6F2F8F;padding: 5px;}
.subfooter-nav ul {width: 100%;list-style: none;margin: 0;padding: 0;align-items: center;justify-content: space-evenly;}
.subfooter-nav ul li {  display: inline-block !important;  float: none !important;  }
.subfooter-nav ul li a {padding: 0 5px !important;font-size: .9em;}
.subfooter-nav ul li a:hover {  background: none !important;  }
footer .footLogo {text-align:center;}
footer .footLogo img{ max-width:300px;}

footer #social ul {text-align: right;}
footer #social ul li.contactButton{ display:block; text-align:right; margin:0;}
footer #social ul li.contactButton a { display:inline-block; background:#6F2F8F;  }
footer #social ul li.contactButton a span, footer #social ul li.emailLink a span{display:block;padding: 10px 20px;}
footer #social ul li.emailLink a span{ padding:0; color:#0091AC;}
 
/* ==================== Copyright ==================== */
.copyright {font-size: 12px;text-align: left;padding: 5px 0;background: #0091AC;margin-top: 10px;}
.copyright a {color: #FFF !important;padding: 10px;}
.copyright span {display: block;color: #fff !important;text-align: right;}
.subpage .copyright{ margin:0;}
/* ==================== Go to top button ==================== ================================================== */
.cd-top {display: none;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: #6F2F8F;/* 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: #6F2F8F;border-color:#FFF;}
.cd-top:hover i{ color:#FFF;}

/* ==================== webform post form styles ==================== ================================================== */
.fieldgroup {clear: both;margin: 10px 0;padding: 0;}
.fieldgroup_label {font-size: 1.5em;font-weight: bold;font-family: 'Poppins', sans-serif;display: block;color: #221F20;padding: 5px 1%;margin: 5px 0;}
.fieldgroup_desc, .field_desc {  font-style: italic;  color: #1B427D ;  line-height: 1.4em;  padding: 0 3px;  font-size: 0.87em;  margin-bottom: 10px;  clear: both;  }
.fieldrow {  padding: 5px 0;  text-align: left;  display: block;  }
.fieldrow .fieldlabel sup {  color: red;  margin-left: 5px;  }
.fieldrow .fieldval textarea {  width: 80%;  min-height: 100px;  }
.fieldrow .fieldlabel {  display: inline-block;  width: 100%;  margin: 0 0.5%;  text-align: left !important;  margin-right: 20px !important;  }
.fieldrow .fieldval {  display: inline-block;  width: 100%;  margin: 0 0.5%;  vertical-align: top;  }
.fieldrow .fieldval input, .fieldrow .fieldval input[type=text], .fieldrow .fieldval input[type=tel], .fieldrow .fieldval input[type=email], .fieldrow .fieldval select {  width: 80%;  }
.fieldrow .fieldval input[type=button], .fieldrow .fieldval input[type=reset], .fieldrow .fieldval input[type=submit], .button {  width: auto;  }
.fieldrow .fieldval input[type=file] {  border: 1px solid #ddd;  }
.group_nogroup_label, .group_nogroup_label, .group_nogroup_tr {  display: none;  }




.newPostTemplate.webform .fieldrow .fieldlabel, .newPostTemplate.webform .fieldrow .fieldval{width:auto;display:block;margin: 0 5px;}
.newPostTemplate.webform .fieldrow .fieldval input[type=number], .newPostTemplate.webform .fieldrow .fieldval input[type=text], .newPostTemplate.webform .fieldrow .fieldval input[type=tel], 
.newPostTemplate.webform .fieldrow .fieldval input[type=email], .newPostTemplate.webform .fieldrow .fieldval select, .newPostTemplate.webform .fieldrow .fieldval textarea
{ width:100%;}
.newPostTemplate.webform .fieldrow .fieldval input[name*='date'], .newPostTemplate.webform .fieldrow .fieldval input[name*='date'],
.webform .fieldrow .fieldval input[name*='date'], .webform .fieldrow .fieldval input[name*='date']
{width: calc(100% - 30px);}
.newPostTemplate.webform .fieldrow .fieldval input[type='checkbox']{width:auto; }
.newPostTemplate.webform .fieldrow .desc{ font-size:.84em; color:#221F20;}

.newPostTemplate.webform .fieldrow .fieldlabel label{font-weight: 400;display: block;font-size: 15px;margin: 0;color: #221F20;}
.newPostTemplate.webform .fieldrow .fieldlabel label{ display:inline;}

.newPostTemplate.webform .fieldrow .fieldval label{font-family:'Poppins', sans-serif;font-weight: 400;font-size: 1em;margin: 0;display: inline-block;}

.newPostTemplate.webform .fieldrow .fieldval div[class*="_radio"]{display:inline-block;}


.webform_1  .fieldgroup_label, .webform_1  .fieldgroup_desc{margin: 0 5px;padding: 0;font-size: 1.3em;}

.fieldgroup_label, .fieldgroup_label label{font-weight:500;/* font-size: 1.3em; */margin: 0;}


/* ====================small size grid style declarations==================== ================================================== */
@media (min-width: 580px) {  
/* ==================== multi level footer menu ==================== ================================================== */
.footer-nav ul {display: inline-block;clear: none;width: 100%;}
.footer-nav > ul > li {vertical-align: top;list-style: none;}
.footer-nav ul li a, .footer-nav ul li span {/* padding: 0; */}
.footer-nav ul li.head {display:inline-block;vertical-align: top;min-width: 40%;}
.footer-nav ul li.head > ul {  padding-left: 4px;  }
.footer-nav ul li.head li.head ul {  padding-left: 0;  }
.footer-nav ul li.head li.head >a {  margin-left: -5px;  }
 }

@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 ==================== ================================================== */
/* ==================== Image Slider ==================== ================================================== */
.mainSlideContent {  position: absolute;  width: 100%;  height: 100%;  z-index: 99;  }
.mainSlideContent .container {  position: relative;  z-index: 99;  text-align: center;  top: 50%;  transform: translateY(-50%);  }
.mainSlideContent h3 {  text-align: center;  }
.slider-block {padding-bottom: 0;margin-top: 0;padding-top: 165px;position: relative;margin-bottom: 10px;}
.conent_slider {  margin: 0px auto;  padding-bottom: 25px;  }
.slider-block .slider_block {position: relative;margin: 0; width: 100%;height: 100vh;overflow: hidden;}
.slideing {  width: 100%;  left: 0;  position: relative;  }
#slides {  height: 100%;  position: absolute;  top: 0px;  width: 100%;  }
.slide_img {  height: 300px;  width: 100%;  position: absolute;  z-index: 6;  }
.introBlock {background: #fff;color: #221F20;/* margin-top: 50px; */position: relative;}
.introBlock:before{content:'';display:none;position:absolute;height:100%;width: 25%;left:0;top:0;/* background: url(/image/cache/BG_PURPLE_left.png) no-repeat; */background-position: left;background-size: contain;}
.introBlock:after{content:'';display:none;position:absolute;height:100%;width: 25%;right:0;top:0;/* background: url(/image/cache/BG_PURPLE_right.png) no-repeat; */background-position: right;background-size: contain;}
.introBlock * {text-align: center;}
.introBlock .sectionBlock  {position:relative;z-index:1;/* background:rgb(255 255 255 / 0.7); */}
.introBlock2  {background: #0091AC;color: #FFF;}
.introBlock2 * {color:#FFF;}
.introBlock2 img{width:100%;}
.introBlock2 .content {padding:10px;}
.introBlock2 .content h3{font-size:2.5em;}

.introBlock3 .cBlock {position: relative;height: 100%;color: #221F20; text-align:center;} 
.introBlock3 .cBlock div.thumb{position: relative;margin: 10px;overflow: hidden; text-align:center;} 
.introBlock3 .cBlock div.thumb img{max-width:250px;border-radius:250px;max-width: 100%;}
.introBlock3 .cBlock .txt {margin: 20px 0;display:block;}
.introBlock3 .cBlock .txt h3{text-align:center;font-size: 1.7em;}
.introBlock3 .cBlock .txt p{display:block;margin: 0 30px;}


/* slide show */
/* slide show */
.sliderContent {  height: 100%;  position: relative;  overflow: hidden;  width: 100%;  float: none;  }
.sliderContent div.base {position: absolute;width: 100%;height: 100%;right: 0;opacity: 0;/* display: none; */ /* Safari 6.0 - 9.0 */}
.sliderContent div.base .container .sliderData {/* width: 75%; */text-align:left;}
.sliderContent div.base .img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 0;background-repeat: no-repeat;background-size: contain;background-position: top center;/* background-attachment: fixed; *//* -webkit-filter: grayscale(100%); *//* filter: grayscale(100%); */}
.sliderContent div.base .img img{/* height: 100%; *//* width: 100%; *//* max-height: 100vh; */display: block;margin: 0 auto;}
.sliderContent div.base.Video .img {  display: none;  }
.sliderContent div.base .sliderData{position: absolute;width: 100%;z-index: 99;bottom: 0;padding: 10px;}

.sliderContent div.base .img.overlay:before{content:'';display:none;position:absolute;width:100%;height: 100%;top:0;left:0;}
.sliderContent div.base .img.overlay.Black:before{ background:url(/image/cache/overlay-pattern.png);}
.sliderContent div.base .img.overlay.White:before{ background:url(/image/cache/overlay-pattern_white.png);}

.sliderContent div.base .img.overlay.Smooth.Black:before {display:block;position:absolute;width:100%;height:100%;top:0;left:0;z-index:1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+49,0.65+100 */background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 49%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 49%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */}

.sliderContent div.base .img.overlay.Smooth.White:before {display:block;position:absolute;width:100%;height:100%;opacity: .7;top:0;left:0;z-index:1;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0.65+0,0+49,0.65+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 49%, rgba(255,255,255,0.65) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 49%,rgba(255,255,255,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ffffff', endColorstr='#a6ffffff',GradientType=0 ); /* IE6-9 */}



.sliderContent div.activeSlide {/* display: none; *//* right: 0; */opacity: 1;}
.slider_block div.container {height: 100%;position: relative;}
.sliderContent div.base div.caption {position: relative;z-index: 5;padding: 10px 0;color: #FFF;max-width: 100%;margin: 0;top: 0;display: none;}
 
.sliderContent div.base div.caption a{font-weight: 400;display: inline-block;}
.sliderContent div.base div.caption p {color: #fff;font-family: 'EB Garamond', serif;font-weight: 500;font-size: 1.7em;margin: 0.3em 0;}
.sliderContent div.base div.caption h1{ /* text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.4); */ font-family:'Poppins', sans-serif;  margin: 0 0 10px;}
.sliderContent div.base div.caption h2{font-size: 4em;font-family: 'Poppins', sans-serif;color: #6F2F8F;margin: 0 0 10px;}
.sliderContent div.base div.caption h2 span.block{ display:block;}
.sliderContent div.base div.caption h3{font-family: 'EB Garamond', serif;font-size: 3.35em;color: #fff;font-weight: 500;}
.sliderContent div.base div.caption h4{font: 300 16px/24px 'Poppins', sans-serif;}
.sliderContent div.base div.caption h5{ font-size:.84em; line-height:1.18em;}
.sliderContent div.base div.caption .background{margin-bottom: 5px;display: inline-block;}

.sliderContent div.base div.caption.capcolorBrown *{color:#3B2A22;}
.sliderContent div.base div.caption.capcolorBlack *{color:#221F20;}
.sliderContent div.base div.caption.capcolorWhite *{color:#fff;}

/*caption Video*/
.sliderContent div.base.slShow div.caption.Video {  width: 100%;  max-width: none;  text-align: center;  position: relative;  height: auto;  padding: 0;  border: 0;  margin: 0;  }
.sliderContent div.base.slShow div.caption.Video h3 {  text-align: left;  margin: 0;  margin-left: 15px;  padding: 0;  display: none;  }
.sliderContent div.base.slShow div.caption.Video iframe {  height: 400px !important;  width: 100%;  }
.sliderContent div.base.slShow div.caption.Video a, .sliderContent div.base.slShow div.caption.Video p {  padding: 0;  margin: 0;  }

/* caption positions*/
.sliderContent div.base.slShow div.caption.Top-Left {  top: 2%;  left: 0;  }
.sliderContent div.base.slShow div.caption.Top-Center {top: calc(0px + 150px);left: 50%;-webkit-transform: translateY(-12%) translateX(-50%);-ms-transform: translateY(-12%) translateX(-50%);transform: translateY(-12%) translateX(-50%);}
.sliderContent div.base.slShow div.caption.Top-Center * {  text-align: center !important;  }
.sliderContent div.base.slShow div.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;  }
.sliderContent div.base.slShow div.caption.Top-Right * {  text-align: right !important;  }
.sliderContent div.base.slShow div.caption.Middle-Left {  top: 50%;  left: 0%;  -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);  transform: translateY(-50%);  display: block !important; }
.sliderContent div.base.slShow div.caption.Middle-Center {top: 50%;left: 50%;-webkit-transform: translateY(-50%) translateX(-50%);-ms-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}
.sliderContent div.base.slShow div.caption.Middle-Center * {  text-align: center !important;  }
.sliderContent div.base.slShow div.caption.Middle-Right {  top: 50%;  left: 100%;  -webkit-transform: translateY(-50%) translateX(-100%);  -ms-transform: translateY(-50%) translateX(-100%);  transform: translateY(-50%) translateX(-100%);  }
.sliderContent div.base.slShow div.caption.Middle-Right * {  text-align: right !important;  }
.sliderContent div.base.slShow div.caption.Bottom-Left {top: 90%;left: 0%;-webkit-transform: translateY(-100%);-ms-transform: translateY(-100%);transform: translateY(-100%);}
.sliderContent div.base.slShow div.caption.Bottom-Center {top: 100%;left: 50%;-webkit-transform: translateY(-100%) translateX(-50%);-ms-transform: translateY(-100%) translateX(-50%);transform: translateY(-100%) translateX(-50%);}
.sliderContent div.base.slShow div.caption.Bottom-Center * {/* text-align: center !important; */}
.sliderContent div.base.slShow div.caption.Bottom-Right {  top: 100%;  left: 100%;  -webkit-transform: translateY(-100%) translateX(-100%);  -ms-transform: translateY(-100%) translateX(-100%);  transform: translateY(-100%) translateX(-100%);  }
.sliderContent div.base.slShow div.caption.Bottom-Right * {  text-align: right !important;  }
.sliderContent div.base div.caption div {  margin-top: 0px;  }
.sliderContent div.base div.caption div a {text-align: center;color: #FFF;margin:;}
.sliderContent div.base.slShow div.caption {display: inline-block;position: absolute;z-index: 9;min-height: 240px;}
.sliderContent div.base.slShow div.caption .cpdesc {/* padding:20px; */}
.sliderContent div.base.slShow div.caption.No-Background {  background: none !important;  }

/*Caption Backgrounds*/
.sliderContent div.base div.caption.White {  background: rgba(255,255,255,0.65);  }
.sliderContent div.base div.caption.Yellow {  background: rgba(191, 130, 54, 0.65);  color: #FFF!important;  }
.sliderContent div.base div.caption.Yellow * {  color: #FFF;  }
.sliderContent div.base div.caption.Blue {  background: rgba(62, 77, 92, 0.65);  }
.sliderContent div.base div.caption.Blue * {  color: #FFF;  }
.sliderContent div.base div.caption.Black {  background: rgba(0, 0, 0, 0.65);  }
.sliderContent div.base div.caption.Black * {  color: #FFF;  }
.taoNav {margin-top: -30px;position: relative;z-index: 98;text-align: center;display: none;}
.taoNav a {margin: 2px 6px;display: inline-block;vertical-align: middle;padding: 0;border: 0;border-radius: 2px;-webkit-border-radius: 2px;-ms-border-radius: 2px;-moz-border-radius: 2px;color: #eb0928;background: #eb0928;cursor: pointer;font-size: 0;width: 28px;height: 6px;line-height: 0;text-align: center;}
.taoNav a.active {  background: #eb0928;  color: #eb0928;  }
.taoNav a:hover {  text-decoration: none;  }

/* ==================== Tao Slider Thumb Menu ==================== ================================================== */
#slides .taoTab_blk { position: absolute; bottom: 0; left: 0;  width: 100%; z-index: 10; float: none;clear: both;text-align: center;}
#slides .taoTab_blk .taoTab {background: #DDD; display: inline-block;  margin: 0 auto; color: #FFF; line-height: 1.2em; width: 10%;margin: 0 1px;position: relative;}
#slides .taoTab_blk .taoTab .tab {display: block;  height: 100%;width: 100%;}
#slides .taoTab_blk .taoTab  h3 {color: #FFF; }
#slides .taoTab_blk .taoTab:hover { background: #808285; cursor:pointer; } 
#slides .taoTab_blk .taoTab.active { }
#slides .taoTab_blk .taoTab img {   width: 23%;  padding: 1px;   margin-right: 5px;   float: left;   border: 1px solid #DDD;     position: relative;     left: 2%;   top: 50%;     -webkit-transform: translateY(-50%);  -ms-transform: translateY(-50%);     transform: translateY(-50%);}
#slides .taoTab_blk .taoTab span { display: block; text-align: center; margin: 0 auto; padding: 20px; position: relative;        }
#slides .taoTab_blk .taoTab.active .tab{ background: #808285; }
/* subpage_slider*/
.subpage_slider {  padding: 100px 0; background-position: center center;  background-attachment: fixed;  background-size: cover;  }

/* tao directional nav */
.directionNav a{position:absolute;z-index: 99;top: calc(50% - 25px);width: 40px;height: 40px;text-align:center;font-size:0;/* opacity: 0; */cursor:pointer;transition: all .5s ease;border-radius: 50px;overflow: hidden;padding: 10px;}
.directionNav a.prevNav{/* left: -200px; *//* right:auto; */}
.directionNav a.nextNav{/* right: -200px; */}
.directionNav a.prevNav:before{content:'';display:block;height: 1px;/* border-top: 2px solid #ddd; */-moz-transform-origin: 0 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 0 100%;transform-origin: 0 100%;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);position: absolute;left: 30%;right: 30%;height: 1px;background-color: #ffd274;top: 50%;}
.directionNav a.prevNav:after{content:'';display:block;height: 1px;/* border-top: 2px solid #ddd; */-moz-transform-origin: 0 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 0 100%;transform-origin: 0 100%;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;left: 30%;right: 30%;height: 1px;background-color: #ffd274;top: 50%;}
.directionNav a.nextNav:before{content:'';display:block;height: 1px;/* border-top: 2px solid #ddd; */-moz-transform-origin: 0% 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);position: absolute;left: 30%;right: 30%;height: 1px;background-color: #ffffff;top: 50%;}
.directionNav a.nextNav:after{content:'';display:block;height: 1px; /* border-top: 2px solid #ddd; */-moz-transform-origin: 0% 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;left: 30%;right: 30%;height: 1px;background-color: #ffffff;top: 50%;}


.Testimonials  {background:#6F2F8F;color:#FFF;margin-top: 30px;position: relative;overflow: hidden;}
.Testimonials:before{content:'';display:block;position:absolute;z-index: 2;height:100%;width: 280px;left:0;top:0;background: url(/image/cache/BG_opaque_left.png) no-repeat;background-position: left;background-size: contain;}
.Testimonials:after{content:'';display:block;position:absolute;z-index: 2;height:100%;width: 280px;right:0;top:0;background: url(/image/cache/BG_opaque_right.png) no-repeat;background-position: right;background-size: contain;}
.Services.Testimonials .container{position:relative;z-index: 3;} 
.Services.Testimonials .container a.button:hover{ background:#FFF; color:#6F2F8F; }

.Testimonials .sectionBlock.Testimonial {position:relative;background: transparent url(/image/cache/BGquotes.png) no-repeat;background-size: 190px;background-position: center top;}
 


#quotes_slider {  padding: 0;  position: relative  }
 #quotes_slider h2 {text-align: center;margin: 20px 0;text-transform: uppercase;font-size: 3em;font-weight: 600;color: #6F2F8F;}
 #quotes_slider h2 a{display:inline-block;padding: 0 10px;border-bottom:1px solid  #6F2F8F;}
 #quotes_slider h2 a:hover{ color:#555;} 
 #quotes_slides {height: 200px;position: relative;}
 #quotes_slides .sliderContent div.base div.quote {margin: 0;height: 100%;}
 #quotes_slides .sliderContent div.base:after {  display: none  }
  #quotes_slides .sliderContent div.base .quoteBlock{display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: center;/* height: 100%; */align-items: stretch;}
 #quotes_slides .sliderContent div.base * {text-shadow: none;margin: 0;}
 
 #quotes_slides .sliderContent div.base div.quote .quote_content {/* overflow-y: auto; *//* height: 300px */}
 #quotes_slides .sliderContent div.base h3 a {  color: #6F2F8F;  font-size: 22px  }
 #quotes_slides .sliderContent div.base p {font-size: 16px;text-align: center;}
 #quotes_slides .sliderContent div.base p.name {text-align:center;}
 .mobile_display { display:none;}
 #quotes_slides .sliderContent div.base .thumbBlock {max-width: 250px;-webkit-box-flex: 0;-ms-flex: 0 0 200px;flex: 0 0 200px;max-width: 200px;padding: 10px;margin-right: 30px;display: none;}
 #quotes_slides .sliderContent div.base .img {  max-width: 200px  }
 #quotes_slides .sliderContent div.base .img .quote_thumb {  max-width: 250px;  overflow: hidden  }
 #quotes_slides .sliderContent div.base .img .quote_thumb img {  transform: none !important;  width: 200px;  height: 200px;  border-radius: 200px;  overflow: hidden;  text-align: center;  background: url(/image/cache/quotes_user.png) no-repeat center center;  background-size: 150px  }
 #quotes_slides .sliderContent div.base .img .quote_thumb img {  max-width: 100%;  height: auto  }
 #quotes_slides .sliderContent div.base h4 {font-size: 15px;text-align: left;margin: 10px 0;color: #FFF;text-align: center;}
 #quotes_slides .sliderContent div.base h4.mobile_display {  display: none  }
 #quotes_slides .sliderContent div.base.activeSlide {  display: block;  right: 0  }
 .quotes.base {  position: relative  }
 .quotes_block .taoNav {  display: block;  text-align: center;  margin: 0;  position: relative;  z-index: 2  }
 .quotes_block .taoNav a {color: #FFF;background: transparent;height: 10px;width: 10px;border-radius: 50%;border: 2px solid #FFF;}
 .quotes_block .taoNav a:hover {  background: #808285  }
 .quotes_block .taoNav a.active {background: #a46dbf;border: 0;}

 .directionNav {/* overflow: hidden; */width: 100%;height: 100%;top: 0;position: static;z-index: 99;text-align: center;padding: 5px;z-index: 1;/* display: none; */}
 /* tao directional nav */
.directionNav a{position:absolute;z-index: 99;top: calc(50% - 60px);width: 60px;height: 60px;text-align:center;font-size:0;/* opacity: 0; */cursor:pointer;transition: all .5s ease;border-radius: 50px;overflow: hidden;padding: 10px;}
.directionNav a.prevNav{left: 0;right:auto;}
.directionNav a.nextNav{right: 0;left: auto;}
.directionNav a.prevNav:before{content:'';display:block;height: 1px;border-top: 2px solid #ddd;-moz-transform-origin: 0 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 0 100%;transform-origin: 0 100%;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);position: absolute;left: 30%;right: 30%;height: 1px;background-color: #fff;top: 50%;}
.directionNav a.prevNav:after{content:'';display:block;height: 1px;-moz-transform-origin: 0 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 0 100%;transform-origin: 0 100%;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;left: 30%;right: 30%;height: 2px;background-color: #fff;top: 50%;}
.directionNav a.nextNav:before{content:'';display:block;height: 1px;bord;-moz-transform-origin: 0% 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);position: absolute;left: 30%;right: 30%;height: 2px;background-color: #ffffff;top: 50%;}
.directionNav a.nextNav:after{content:'';display:block;height: 1px;bord;-moz-transform-origin: 0% 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;left: 30%;right: 30%;height: 2px;background-color: #ffffff;top: 50%;}

 .quotesSliderWrapper:hover a.nextNav {  transition: all .5s ease;  opacity: 1  }
 .quotesSliderWrapper:hover a.prevNav {  transition: all .5s ease;  opacity: 1  }
 .quotesSliderWrapper a.nextNav:hover, .quotesSliderWrapper a.prevNav:hover {  opacity: 1;  background-color: #221F20  }

 
/* home */
/*login*/
.changepass, .general_login {  max-width: 360px;  margin: 0 auto;  text-align: left;  padding: 10px;  border: 1px solid rgb(233, 233, 233);  }
.general_login div.logintitle {  background: transparent;  color: #0d3c8a;  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: 8px 0px;  text-align: left;  }
.changepass div.row label, .general_login div.row span.label {  text-align: right;  padding-right: 7px;  min-width: 100px;  font-weight: bold;  display: inline-block;  }
.changepass div.row label {  font-weight: normal;  min-width: 125px;  }
.changepass div.row span, .general_login div.row span.formw {  display: inline-block;  vertical-align: middle;  }
.changepass div.row span input {  max-width: 190px;  }
.general_login div.loginbtn {  margin-left: 100px;  display: inline-block;  text-align: center;  }
.general_login div.forgotpassword {  vertical-align: middle;  display: inline-block;  }
.general_login .errmsg {  color: #08364c;  font-size: .84em;  padding: 0;  text-align: center;  overflow: hidden;  }
#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: #221F20;  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: #08364c !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: #08364c;  }
.nav-icon a:hover, .search-btn.search-on, .search-btn:hover {  background: #08364c;  color: #FBFBEA;  }
.nav-icon.nav-collapsed {  z-index: 102;  }
.nav-icon.nav-collapsed a {  color: #6F2F8F !important;  }
.nav-icon.nav-collapsed a span:before {  content: "\f00d";  }

/* side navigation*/
.side-nav {  margin-top: 20px;  }
.side-nav ul{list-style:none; margin:0; padding:0;}
.side-nav ul li a {border-bottom: 1px solid #dddddd;font-size: .9em;color: #6F2F8F;display: block;padding: 10px 10px;}
.side-nav ul li a:before{content:"\f0da";font-family: 'FontAwesome';display: inline-block;margin-right: 5px;}
.side-nav ul li: last-child a {  border: 0;  }
.side-nav ul li a:hover {color: #1B427D ;}

/* testimonial slider */
#testimonial_slides {height: 250px !important;position: relative;} 
#testimonial_slides .sliderContent div.base {background: transparent;}
#testimonial_slides .sliderContent div.base:after{ display:none;}
#testimonial_slides .sliderContent div.base *{ text-shadow:none; color:#6F2F8F;} 
#testimonial_slides .sliderContent div.base a{ color:#dc3545;}
#testimonial_slides .sliderContent div.base p{ color:#271f1b;}
#testimonial_slides .sliderContent div.base p i{color: #1B427D ;}
#testimonial_slides .sliderContent div.base .media-body p{color: #221F20;}
#testimonial_slides .sliderContent div.base.activeSlide { display: block; right: 0; }
.testimonial.base {position:relative;}
#testimonial_slider .taoNav{display:block;text-align: center;margin: -30px 0 0 0;position: relative;z-index: 2;}

#slides:hover a.nextNav{right: 0;transition: all .5s ease;opacity:1;}
#slides:hover a.prevNav{left: 0px;transition: all .5s ease;opacity:1;}

/*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;}
.modalData_img img{max-height: 500px;display: block;margin: 0 auto;}
.modalData_lnk{ text-align:center;}
.modalData_lnk a{margin: 5px;}
.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;}

#eventsModal-body .loader{position:relative;height: 150px;width: 150px;margin: 0 auto;}
#eventsModal-body .loader i{line-height: 150px;text-align: center;position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;}

/*footer*/
footer .nav-bar.nav-center {  text-align: left;  }
footer nav.nav-bar a:hover {  color: #6F2F8F ;  }

/*Search*/
form#sitesearch { margin:15px 0;}
form#sitesearch {position:relative;}
form#sitesearch input[type="text"]{width:100%;padding-right:100px;margin: 0;}
form#sitesearch input[type="submit"] {position:absolute;top:0;right:0;margin: 0;border: 0;padding: 8px 20px;min-height: 45px;}
dt.search_title {margin:10px 0 0 0;padding: 0px 0 0 5px;font-size: 1.7em;color: #6F2F8F;text-align: left;text-rendering: optimizelegibility;font-family: 'EB Garamond', serif;margin-bottom: 0.5rem;font-weight: 500;line-height: 1.2;display: block;} 
dt.search_title a{ color:inherit;}
#searchresults dd.search_url { display:none;}
dd.search_desc {border-bottom: 1px solid #b5b5b5;display: block;padding: 0px 0 10px 5px;margin: 0.9em 0;line-height: 1.2em;font-family: 'Poppins', sans-serif;font-weight: 400;}

/* gallery */
.Gallery {background: #2B2F6C;}
.hide { display: none; }
#imageoverlay {position: fixed;top: 0;left: 0;z-index: 999;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 {width: 100%;padding: 0%;z-index:1121;height: 100%;top: 0;/* background: rgba(9,9,9,0.9); */position: relative;}
.no-rgba #gcontent {background: #333; }
#gimage {text-align: center;position: relative;}
#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: #221F20;border: 1px solid #777;line-height:10px;font-size: 12px;background: #fff;}
#gimage p a:hover{ background:#6F2F8F; color:#221F20;}
#gcontent {/* float: left; */width: 85%;line-height: 1.3em;margin: 15px auto;padding: 0;color: #CCC;display: none;word-break: break-all;}
#gcontent div { margin: 5px 0;    }
#gcontent label { display: block; color: #FFF; font-size: 1.2em; }
#gcontent span { display: block; }
#gnav {position: absolute;bottom: 5%;right: 5%;/* width: 50%; */z-index:1122;text-align: right;}
#gnav a {margin-left: 10px;color: #FFF;display: inline-block;padding: 2px 15px;border: 1px solid #fff;}
#gnav a:hover{ background:#fff; color:#221F20;}
#gclose {position: absolute;z-index:1122;top: 0%;right: 5%;color: #221F20;background: #6F2F8F;padding: 5px 15px;color: #FFF;text-align: center;}
.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);}



.gallerylist { float: left;   padding: 1% .5%;  margin: 1%;   border: 1px solid #6F2F8F; width: 30%;  position: relative;  text-align: center;    }
.gallerylist a { display:block; width: 180px; height: 120px; margin: 0 auto; overflow: hidden;}
.gallerylist img { max-width: 100%; background: #6F2F8F;  }
.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;}
.imageGallery a {background: #fff;height: 120px;border: 1px solid rgba(255, 255, 255, 0.3);width: 180px;margin: 2px;overflow: hidden;text-align: center;vertical-align: middle;position: relative;text-align: center;overflow: hidden;display: inline-block;}
.imageGallery a .gContent { display: none; }
/* .imageGallery a img { width: 100%;} */
.imageGallery a:hover img { opacity: .75;}

/*About*/
.coreVals { padding:10px 0; }
.coreVals h1{font-weight: 500;}
.coreVals h4{font-size: 1.6em;}
.coreVals .thumb{text-align:center;}
.coreVals .thumb img{max-width: 120px;}
.coreVals .thumb h6{text-align:center;font-size: 1em;margin:10px;color:#0091AC;text-transform:uppercase;font-weight: 600;font-family: "Poppins",sans-serif;}

.aboutIntro {margin:20px 0;margin-bottom: 50px;padding: 40px 0;background:#0091AC;position: relative;color: #FFF;}
.aboutIntro:before{content:'';display:block;width:100%;height: 90px;background:#BFD67B;position:absolute;top:0;}
.aboutIntro.blueGreenStrip {padding-bottom: 10px;}

.aboutIntro .text{padding: 8px;padding-top: 50px;}
.aboutIntro .text ul {/* list-style: dots; *//* padding: 0 !important; */}

.aboutIntro h3{color:#FFF;font-size: 2.5em;}
.aboutIntro h4{ color:#FFF;}
.aboutIntro.bgBlue {margin-bottom:0;padding-bottom: 10px;}
.aboutIntro.bgBlue:before{ display:none;}
.aboutIntro.bgBlue h4{color:#FFF;font-size: 1.7em;}
.aboutIntro.bgBlue + .Testimonials{margin-top: 0;margin-bottom: 30px;} 
.aboutIntro.bgBlue a.button{ color:#0091AC;} 
.aboutIntro.bgBlue a.button:hover{ background:#BFD67B; color:#FFF;}




/* FAQs*/
.faqs-group{ margin-bottom:25px; }
.faqs-group > h3{ font-size:1.2em; }
.faqs  { margin: 20px 0; margin-bottom: 30px;}
.faqs .faq{padding: 5px;margin: 0;}
.faqs .faq h4{border: 1px solid #6F2F8F;color: #221F20;padding: 8px;font-size: 1em;cursor:pointer;margin: 0;font-family: 'Poppins', sans-serif;}
.faqs .faq h4:before {content:"\f067";font-family:Fontawesome;display: inline-block;padding: 0 5px;font-size: 10px;}
.faqs .faq h4.expand:before { content:"\f068";  }

.faqs .faq .accordion-value p + p:before { content:""; }
.faqs .faq .accordion-value.expand p + p:before { content:"";}

.faqs .faq .accordion-value{margin-top:5px;margin-bottom: 10px;color:#221F20;}
.faqs .faq .accordion-value p{padding:20px 30px;margin: 0;}
.faqs .faq .accordion-value span.icon-checkmark{ margin-right:5px;font-size:1.4em;vertical-align:sub;color:#221F20; }
.collapsible-wrapper .accordion-value{ display:none; }
.collapsible-wrapper .accordion-value.expand{ display:block; }


/*Resources*/
.servicesList  .services {padding:10px;border: 1px solid #e2e2e2;background: #f7f7f7;height: 100%;}
.servicesList  .services ul {padding:0;padding-left: 10px;margin:0;list-style:none;}
.servicesList  .services ul li:before{content: "\f138"; font-family: FontAwesome; display: inline-block; color: #6F2F8F; margin-right: 3px;font-size: 12px;}

.servicesBlock .serviceCategory { padding:30px 0; }
.servicesBlock .tab-panel{ display:none;}
.servicesBlock .tab-panel.active { display:block;}

.servicesBlock .serviceCategory ul {list-style:none;margin:0;padding:0;text-align:center;border: 0;justify-content: center;}
.servicesBlock .serviceCategory ul li { display:inline-block; margin:0 10px;}
.servicesBlock .serviceCategory ul li a{border-radius:0;background:#6F2F8F;color: #FFF;border:0;padding: 7px 20px;outline: none;} 
.servicesBlock .serviceCategory ul li a.active.show {border:0;background:#0091AC;outline: none;box-shadow: none !important;}
.servicesBlock .serviceCategory ul li a:focus, .servicesBlock .serviceCategory ul li a:hover, .servicesBlock .serviceCategory ul li a:active{background:#0091AC;outline: none;box-shadow: none !important;} 
.services > div{margin-bottom:20px;}

.servicesBlock .ServicesList h3 {margin:0;}
.ServicesList span.button.button-green {background:#BFD67B;color:#221F20;padding: 5px 15px;font-size: 0.85em;text-transform: uppercase;cursor: auto;}
.servicesBlock .ServicesList {margin-top:30px;}
.servicesBlock .ServicesList .srvc_row {margin-bottom:30px;padding-bottom: 10px;border-bottom: 1px solid #ddd;}
.servicesBlock .ServicesList .srvc_opts p{margin:0;font-weight: 500;font-size: 1.25em;}
.servicesBlock .ServicesList .srvc_dtl ul {margin:0;}
.servicesBlock .ServicesList .srvc_cont {margin: 15px 0;}
/*Blog*/
.recentPostBlock {padding: 30px 0;}
.RecentPost h3 {font-size: 1.7em;margin-bottom: 15px;}
.RecentPost h3 a{color: #6F2F8F;}
.RecentPost  .thumb {background: #4d2164;}
.RecentPost  .thumb img{max-height: 280px;}

.RecentPost p a{color:#221F20;font-style: italic;}
.blogSlider  {background:#0091AC;/* color:#FFF; */margin: 10px 0;margin-bottom: 30px;padding: 15px 0;position: relative;overflow: hidden;}
.blogSlider:before{content:'';display:block;position:absolute;z-index: 1;height:100%;width:50%;left:0;top:0;background: url(/image/cache/BG_opaque_left.png) no-repeat;background-position: left;background-size: contain;}
.blogSlider:after{content:'';display:block;position:absolute;z-index: 1;height:100%;width:50%;right:0;top:0;background: url(/image/cache/BG_opaque_right.png) no-repeat;background-position: right;background-size: contain;}
.blogSlider .container{ position:relative; z-index:99;}
.blogSlider  h3{text-align:center;padding:20px 0;color: #fff;font-size: 1.7em;}
.carousel-header{position:relative;z-index: 2;}

.owl-dots{ display:none !important;}
.owl-theme .owl-nav button {position:absolute;left: -40px;top: calc(50% - 40px);width: 40px;height: 40px;border: 0 !important;border-radius: 0 !important;}
.owl-theme .owl-nav button.owl-next {left:auto;right: -40px;}
.owl-theme .owl-nav button span{font-size:0; }

.owl-theme .owl-nav button.owl-prev span:before{content:'';display:block;height: 1px;border-top: 2px solid #fff;-moz-transform-origin: 0 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 0 100%;transform-origin: 0 100%;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);position: absolute;left: 30%;right: 30%;height: 1px;background-color: #ffffff;top: 50%;}
.owl-theme .owl-nav button.owl-prev span:after{content:'';display:block;height: 1px;/* border-top: 2px solid #ddd; */-moz-transform-origin: 0 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 0 100%;transform-origin: 0 100%;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;left: 30%;right: 30%;height: 2px;background-color: #ffffff;top: 50%;}

.owl-theme .owl-nav button.owl-next span:before{content:'';display:block;height: 1px;border-top: 2px solid #fff;-moz-transform-origin: 0% 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);transform: rotate(-45deg);position: absolute;left: 30%;right: 30%;height: 2px;background-color: #ffffff;top: 50%;}
.owl-theme .owl-nav button.owl-next span:after{content:'';display:block;height: 1px;/* border-top: 2px solid #ddd; */-moz-transform-origin: 0% 100%;-ms-transform-origin: 0 100%;-webkit-transform-origin: 100% 0;transform-origin: 100% 0;-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);position: absolute;left: 30%;right: 30%;height: 2px;background-color: #ffffff;top: 50%;}
.owl-theme .owl-nav [class*='owl-']:hover { background:none !important;}



#pageimage {/* margin: 10px 0; *//* height:350px; */overflow: hidden; }
#pageimage .wider {width: 1000%;overflow: hidden;max-height: 460px;}
#pageimage {width: 100%;/* max-height: 480px; */overflow: hidden;}
 
div.base.item {padding: 0;/* height: 100%; */position: relative;background: transparent;margin: 0 -1px 0 0;}
div.base.item .BlogPosts {margin: 0 20px;text-align: center;padding: 0 10px;}
div.base.item .BlogPosts .thumb {/* padding: 0 10px; */margin: 10px 0;text-align: center;background: #4d2164;}
div.base.item .BlogPosts .thumb img{max-width:100%;width: auto;margin: 0 auto;}
div.base.item .BlogPosts h4{color:#FFF;text-align:center;font-size: 1.7em;}
div.base.item .BlogPosts p {margin:0;color:#FFF;font-size: .85em;}
div.base.item .BlogPosts > a {margin: 10px auto;padding: 7px 10px;color:#FFF;font-size: .85em;font-style: italic;}

#pageimage div.base img{padding: 0 1px;max-height: 240px;}
#pageimage div.base a {}
#pageimage div.activeSlide {  left: 0; }

.CategoryBlock {padding:10px 0;padding-bottom: 30px;}
.CategoryBlock h3{padding-bottom: 25px;font-size: 1.7em;}
.CategoryBlock .category {position:relative;text-align: center;} 
.CategoryBlock .category img{overflow:hidden;border-radius:50%;max-width: 100%;max-width: 200px;}
.CategoryBlock .category .link {display:block;position: absolute;font-size:1.5em;text-align:center;margin: 0;height: 100%;width: 100%;left: 0;right: 0;max-width: 200px;margin: 0 auto;overflow: hidden;border-radius: 50%;top: 0;background: rgb(30 30 30 / 40%);}
.CategoryBlock .category .link a { display:block; width:100%; height:100%; position:relative;}
.CategoryBlock .category .link a span{position:relative;display: block;top:50%;transform: translateY(-50%);color: #FFF;font-size: 1.7em;font-family: 'EB Garamond', serif;}

.blogRow {margin-bottom: 20px;display: flex;flex-direction: row;flex-wrap: nowrap;align-content: center;align-items: center;}
.blogRow  .img {min-width: 225px;text-align: center;background: #4d2164;margin: 0 10px;}
.blogRow  .img img{max-width: 150px;/* margin:10px; */}

.nwsind{margin: 10px 0;/* padding-top: 30px; */}
.nwsind ol { margin:0; padding:0; padding-left:15px;}
.nwsind .newsBody { margin-top:20px;}
.nwsind .newsBody .img {float:left;width: 50%;text-align: center;background:#4d2164;margin: 0px 10px;}
.nwsind .newsBody .img img{max-height: 540px;}

/*Tabs*/
 ul.tabs, #mainContent ul.tabs { padding: 0px; margin: 0px; list-style: none; border-bottom: 1px solid #6F2F8F; height: 40px; padding-left: 10px; } 
 ul.tabs li { padding: 0px 20px; line-height: 36px; float: left; font-weight: bold; font-size: 1.1em; margin-top: 5px; cursor: pointer; } 
 ul.tabs li:hover { color: #6F2F8F; } 
 ul.tabs li.select {background: #FFF;border: 1px solid #6F2F8F;color: #6F2F8F;border-bottom: 0px;margin-top: 3px;} 
 .tabholder div.tabcont {display: none; padding: 10px; } 
 .tabholder div.showtab { display: block; } 
 .tabholder div.showtab#tab2{margin-bottom: 50px;}
 .tabholder div.showtab iframe{width:100%;height: 360px;}
#form_10_msg{ margin:5px 0;}
/*As Seen On*/
.asSeenOnIntro  {background:#0091AC;color:#FFF;margin-top: 0;position: relative;overflow: hidden;z-index: 2;padding: 20px 0;margin-bottom: 30px;}
.asSeenOnIntro .container {position:relative;z-index:2;}
.asSeenOnIntro:before{content:'';display:block;position:absolute;height:100%;width:50%;left:0;top:0;background: url(/image/cache/BG_opaque_left.png) no-repeat;background-position: left;background-size: contain;}
.asSeenOnIntro:after{content:'';display:block;position:absolute;height:100%;width:50%;right:0;top:0;background: url(/image/cache/BG_opaque_right.png) no-repeat;background-position: right;background-size: contain;}


.asSeenOnIntro .cBlock {position: relative;height: 100%;color: #FFF; text-align:center;} 
.asSeenOnIntro .cBlock div.thumb{position: relative;margin: 10px;overflow: hidden; text-align:center;} 
.asSeenOnIntro .cBlock div.thumb img{max-width: 200px;border-radius:250px;}
.asSeenOnIntro .cBlock .txt {margin: 20px 0;display:block;}
.asSeenOnIntro .cBlock .txt h4{text-align:center;color:#FFF;margin-bottom: 4px;}
.asSeenOnIntro .cBlock .txt h4 a:focus{ color:#FFF;}
.asSeenOnIntro .cBlock .txt p{display:block;margin: 0 35px;}

.podcasts  {margin-bottom:30px;padding-bottom:15px;border-bottom: 1px solid #b5b5b5;}
.podcasts:last-child{border:0;} 
.podcasts .thumb img{ margin:5px 15px;}
.podcasts  h3{ margin-bottom:0;}
.podcasts .subtitle {font-size: 1.3em;}
.podcasts  .text p{margin:.4em 0;}


/*Health Pro*/
.HealthProIntro  {background: #fff;color: #221F20;position: relative;overflow: hidden;}
.HealthProIntro:before{content:'';display:none;position:absolute;height:100%;width: 25%;left: -100px;top:0;background: url(/image/cache/BG_PURPLE_left.png) no-repeat;background-position: left;background-size: contain;}
.HealthProIntro:after{content:'';display:none;position:absolute;height:100%;width: 25%;right: -100px;top:0;background: url(/image/cache/BG_PURPLE_right.png) no-repeat;background-position: bottom right;background-size: contain;}
.HealthProIntro  * {text-align: center;}
.HealthProIntro .left{text-align:left;}
.HealthProIntro .right{text-align:right;}
.HealthProIntro .sectionBlock  {position:relative;z-index:1;/* background:rgb(255 255 255 / 0.7); */}
.HealthProIntro .sectionBlock .content {padding: 0 40px;}
.HealthProIntro_2  {background: #0091AC;color: #FFF;}
.HealthProIntro_2 * {color:#FFF;}

.HealthProIntro_2 .cBlock {position: relative;height: 100%;color: #FFF; text-align:center;} 
.HealthProIntro_2 .cBlock div.thumb{position: relative;margin: 10px;overflow: hidden; text-align:center;} 
.HealthProIntro_2 .cBlock div.thumb img{ max-width:250px; border-radius:250px; }
.HealthProIntro_2 .cBlock .txt {margin: 20px 0;display:block;}
.HealthProIntro_2 .cBlock .txt h3{text-align:center;color:#FFF;font-family: 'Poppins', sans-serif;font-size: 1.2em;font-weight: 600;}
.HealthProIntro_2 .cBlock .txt p{display:block;margin: 0 30px;}

.HealthProContentBlock .thumb img{ max-width:100%;}
.HealthProContentBlock .content a { color:#221F20;}

.HealthProIntro_3  {background: #6F2F8F;color: #FFF;position: relative;}
.HealthProIntro_3:before{content:'';display:block;position:absolute;height:100%;width: 25%;left:0;top:0;background: url(/image/cache/BG_opaque_left.png) no-repeat;background-position: left;background-size: contain;}
.HealthProIntro_3:after{content:'';display:block;position:absolute;height:100%;width: 25%;right:0;top:0;background: url(/image/cache/BG_opaque_right.png) no-repeat;background-position: right;background-size: contain;}
.HealthProIntro_3  * {text-align: center;}
.HealthProIntro_3 * {color:#FFF;}
.HealthProIntro_3 h4{padding: 0 14%;}


/* ====================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: #221F20;border: 1px solid #221F20;}
.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_prev_link a:hover, .gallery_next_link a:hover{ background:#6F2F8F; color:#FFF;}

#form_paging_links, #calendar_paging_links, #paging_links, #newschannel_paging_links, .gallery_paging_links {clear:both;text-align: center;margin: 10px 0;margin-top: 20px;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{ 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: #6F2F8F;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: #6F2F8F;text-decoration: none;color: #FFF;border: 1px solid #6F2F8F;}    

#paging_links span a, .gallery_paging_links span a {color: #221F20;display: block;border: 1px solid #221F20;padding: 5px 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;} 


/* ====================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*/
  .footer-logo a {  display: inline-block;  vertical-align: top;  }
  .footer-logo a img {  max-height: 70px;  }
  .modal-dialog{ max-width:65%;}
}

@media (min-width: 991px) {  }

@media (min-width: 1200px) {  
  .logo {  margin-top: 0;  }
}

@media all and (min-width: 0px) and (max-width: 1220px) {
.flwdth.pageheader .container {max-width:960px;}
.flwdth.pageheader .container .pagetitle {width: 100%;}
}

@media all and (min-width: 0px) and (max-width: 1199px) {  
  .sliderContent div.base div.caption p {  margin: 0;  line-height: 1.1em;  }
.HeaderMenu nav>ul>li a, .HeaderMenu nav>ul>li span {font-size: 0.90em;}

      .owl-theme .owl-nav button {left: -20px;}
    .owl-theme .owl-nav button.owl-next {right: -20px;}
    .nwsind .newsBody .img img { max-height:450px;}
    .sliderContent div.base.slShow div.caption{width:100%!important;}
.pagetitle .titleShow {padding: 20px 0px;}
 .Header .topnav ul li.flash a,.Header .topnav ul li a { padding:10px ;font-size:14px;}
}

@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;  }
  .logoBlock span{ font-size:2.4em;}
}

@media (min-width: 0px) and (max-width: 992px) {  
    .logoBlock {top: 0px;position: relative;}
    .logo img{margin:0;max-width: 220px;}
    .Header.headBg .logo img {max-width: 220px;}
    .MediaLinks { text-align:right;}
    .MediaLinks #social ul { text-align:right;}
  .HeaderMenu>ul>li {  padding: 0 7px;  }
  .Navigation .navbar-collapse {  display: none;  }

  .Header .MediaLinks  .topnav {display:inline-block;margin-right: 10px;vertical-align: middle;}
   .subpageHeader-block.no-pageHeader { margin-top:110px;}
  .slider-block {padding-top: 126px;}
  .subpageHeader-block {margin-top: 125px;}
  .pagetitle { width:100%;}
  .sliderContent div.base.slShow div.caption {/* width: 80% !important; */min-width: auto;min-height: auto;/* padding: 0 5%; */}
  .sliderContent div.base div.caption h1 {  font-size: 2.2em;  line-height: 1.4em;  font-weight: 600;  text-align: center;  margin: 0;  }
  .sliderContent div.base div.caption h2 {font-size: 5em;text-align: center;}
  .sliderContent div.base div.caption h3 {/* font-weight: 400; *//* text-align: center; */font-size: 2.5em;/* line-height: 18px; */margin: 0;}
  .sliderContent div.base div.caption h4 {  font-weight: 400;  text-align: center;  font-size: 13px;  line-height: 16px;  margin: 0;  }
  .introBlock2 .content {padding:30px;}
  .asSeenOnIntro .cBlock div.thumb img {max-width:100%;}
  .introBlock:before, .HealthProIntro:before {background-position: bottom;left: 0;width: 120px;} 
  .introBlock:after, .HealthProIntro:after {background-position: top;right: 0;width: 120px;}
      .owl-theme .owl-nav button {/* left:0; */}
    .owl-theme .owl-nav button.owl-next {/* right: -20px; */}
  .tabholder div.showtab iframe { height:450px;}
  .CategoryBlock .category img { width:100%;}
  .HealthProIntro_2 .cBlock div.thumb img{ max-width:100%;}

  .searchBlock-collapse .search__body {position :relative;}
  .searchBlock-collapse .search__body .searchBlock {width:100%;}
.Header .topnav ul li a {padding: 10px;}
  .Header .topnav ul li.flash a { font-size:0;}
  .Header .topnav ul li.flash a:before{content:"\f063";font-family:FontAwesome;font-size: 15.4px;}
}

 @media all and (min-width: 0px) and (max-width: 880px) {  
  .sliderContent div.base div.caption {  -webkit-transform: translateY(-50%) translateX(-100%);  -ms-transform: translateY(-50%) translateX(-100%);  transform: translateY(-50%) translateX(-100%);  left: 100%;  top: 50%;  float: none;  }
  .sliderContent div.base div.caption p {line-height: 1.6em;font-size: 1.2em;}
  .sliderContent div.base.slShow div.caption { padding:0 5%;}
 }

@media all and (min-width: 0px) and (max-width: 779px) { 
  .page-content-block {margin-top: 0;padding-top: 0px;}
  /* header */
  .nav-top {  margin-top: 0;  }
  .nav-top li a {  padding: 8px 6px !important;  }
  .header {  padding: 0px 0;  border: 0;  }
  .header > .container {  width: 98%;  }
  .logo {}
  .Header.headBg{padding: 0;}
  .Header.headBg .logo{margin: 0;}
  .Navigation .NavbarToggle {z-index: 1;display: inline-block;margin: 0 auto;height: auto;}
    .NavbarToggle i {}
  .sliderContent div.base img {/* max-width: none; *//* top: 0; *//* left: 50%; *//* -webkit-transform: translateY(0%) translateX(-50%); */-ms-transform: translateY(0%) translateX(-50%);/* transform: translateY(0%) translateX(-50%); */}
  .sliderContent div.base div.caption h1 {  font-size: 2.2em;  line-height: 1.4em;  font-weight: 600;  text-align: center;  margin: 0;  }
  .sliderContent div.base div.caption h2 {/* font-size: 1.4em; */text-align: center;}
  .sliderContent div.base div.caption h3 {font-weight: 400;/* text-align: center; *//* font-size: 20px; *//* line-height: 18px; */margin: 0;}
  .sliderContent div.base div.caption h4 {  font-weight: 400;  text-align: center;  font-size: 13px;  line-height: 16px;  margin: 0;  }
.sliderContent div.base.slShow div.caption.Top-Center {top:20%;left: 50%;-webkit-transform: translateY(-20%) translateX(-50%);-ms-transform: translateY(-20%) translateX(-50%);transform: translateY(-20%) translateX(-50%);}
  /* 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;  }

  /* ====================nav bar==================== ================================================== */
  footer .footer-bg {  background-position: center bottom;  }
  .footer-nav > ul > li {vertical-align: top;}
  .footer-nav-block { clear: both;  }
  .footer-logo, .newsletter {  width: 100%;  float: none;  }
  .slider-block{}
  #social {}
  .Competition .display-1{ font-size:4em;}
  .Header.headBg .logo, .logo{}
  .demoImage img{ max-height:400px;}

  footer .address {/* text-align:center; */}
  footer .address img {/* display:block; *//* margin:0 auto; */}

    #gimage, #gcontent {float:none;width:100%;height: auto;margin: 0 auto;}
    #gcontent{margin:15px auto;width: 85%;}
    #gimage img {margin:auto !important;margin-top: 45px !important;width: auto !important;height: auto !important;max-width: calc(100% - 10px);}
    .reasons .reason span {height:auto;line-height: normal;}
    .HealthProIntro {/* padding: 140px 0 !important; */}

    .introBlock:before, .HealthProIntro:before {background-position: bottom;left: 0;width: 25%;} 
    .introBlock:after, .HealthProIntro:after {background-position: top;right: 0;width: 25%;}
      
    .introBlock .sectionBlock,.HealthProIntro .sectionBlock{ background:#FFF;}
    .introBlock  img, .HealthProIntro img{max-width: 100px;text-align: left;}
     
    .introBlock .left, .HealthProIntro .left{text-align:left;display: none;}
    .introBlock .right, .HealthProIntro .right{text-align:right;display: none;}
    .introBlock .content {padding:15px;}

    .HealthProIntro .sectionBlock.intro:before, .introBlock .sectionBlock.intro:before{content:'';position:absolute;height:100%;width: 25%;left:0;top:0;background: url(/image/cache/BG_PURPLE_left.png) no-repeat;background-position: left;background-size: contain;opacity: .25;/* filter: grayscale(1); */}
      .HealthProIntro .sectionBlock.intro:after, .introBlock .sectionBlock.intro:after{content:'';position:absolute;height:100%;width: 25%;right:0;top:0;background: url(/image/cache/BG_PURPLE_right.png) no-repeat;background-position: right;background-size: contain;opacity: .25;/* filter: grayscale(1); */}
    
    
    .servicesBlock .serviceCategory ul li {margin: 5px 5px;}
    .servicesBlock .serviceCategory ul li a{padding: 7px;font-size: .8em;}

    .nwsind .newsBody .img {width:100%;margin: 0;margin-bottom: 20px;}
    .asSeenOnIntro .cBlock div.thumb img  { max-width:180px;}

}

@media all and (min-width: 0px) and (max-width: 768px) {  
.footer-nav ul, .footer-nav ul li{text-align:center;}
footer #social ul, footer #social ul li.contactButton {text-align:center;}
.sliderContent div.base.slShow div.caption{padding:0;}
}

@media all and (min-width: 0px) and (max-width: 639px) {  
  .nav-top {/* display: none; */}
  .top-phone {  float: right;  }
  .sliderContent div.base div.caption {width: 100% !important;min-width: 100%;max-width: 100%;transform: none;padding: 10px 10px;left: 0;top: auto;/* background: rgb(0 0 0 / 0.2); */}
  #slides .sliderContent div.base .img {width: 100%;/* position: relative; */}
  .sliderContent div.base div.caption p {font-size:1em;font-weight:normal !important;line-height: 1.0em;}
  .sliderContent div.base div.caption h3 { font-size:2em;}
  .sliderContent div.base div.caption div a.Button{margin:0 !important;font-size: 1em;}
  .feature-bg-block h2 {  font-size: 8vw;  }
  .subpageHeader-block {margin-top: 116px;}
}

@media all and (min-width: 0px) and (max-width: 579px) {  
  .logo img, .Header.headBg .logo img {/* padding: 18px 0; */}
  .nav-icon a, .nav-icon {  line-height: 74px;  }
  .sliderContent div.base.slShow div.caption { padding:0 5%;}
  .sliderContent div.base div.caption h1 {  font-size: 1.8em;  }
  .sliderContent div.base div.caption h2 {  font-size: 1.4em;  line-height: 1.4em;  }
  .sliderContent div.base div.caption h3 {font-size: 1.3em;border: 0;margin: 0;padding: 0;}
  .sliderContent div.base div.caption h4 {  font-size: 1.0em;  line-height: 1.2em;  }
  .sliderContent div.base div.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;  }
  .footer-nav {  margin-bottom: 0;  text-align: center;  }
  .footer-nav > ul {  display: block;  width: 100%;  }
  .footer-nav > ul > li, .footer-nav ul li a {display: block;/* text-align: center; */}
  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;}
  .slider-block {padding-top: 116px;}
  .modal.show .close { right: 0; top: 0;}
  .Header .topnav ul li span.searchBlock-toggler { padding:0 10px;}
 .Header .topnav ul li a {padding: 8px 6px;font-size: .7em;}
 .Header .topnav ul li.flash a {font-size:0;padding: 4.5px 8px;}
 #social li {margin:0;}
}

@media (max-width: 460px) and (min-width: 0px) {  
    .Header .Navigation .col-6.col-md-6.col-lg-4{-webkit-box-flex: 0;-ms-flex: 0 0 50%;flex: 0 0 100%;max-width: 100%;}
  .nav-top {  position: relative;  text-align: right;  }
  .Header .topnav ul li a {padding: 5px;font-size: 0.7em;}
 .Header .topnav ul li.flash a {padding: 4px 8px;font-size:0;}
 .Header .topnav ul li.flash a:before{font-size: 12px;}
  .Header .topnav ul li span.searchBlock-toggler{padding: 3px 6px;}
  span.searchBlock-toggler:before {font-size: 20px;line-height: normal;}
  #socail > span {  display: inline-block;  vertical-align: middle; font-size: 11px;  }
  #socail li a:after {  font-size: 20px;  margin: 2px;  }
  .Competition .block-text { font-size:2em;}
  .Competition .display-1{ font-size:3em;}
  .subpageHeader-block {margin-top: 124px;}
  .pagetitle { width:100%;}
  .slider-block {padding-top: 125px;}
    .logo img, .Header.headBg .logo img{text-align:center;margin:0 auto;padding: 5px;max-width: 180px;}
    .MediaLinks {display:flex;flex-wrap: nowrap;flex-direction: row;align-content: center;justify-content: space-between;align-items: center;}
    .MediaLinks #social {/* display:inline-block; *//* float: left; *//* min-width: 49%; */text-align: left;}
    .MediaLinks #social li { margin:0;}
    .MediaLinks #social ul {text-align:left;}
    .MediaLinks #social li a { margin:0;}
    .MediaLinks #social li a:before{width: 30px;height: 30px;font-size: 17px;line-height: 20px;}
    .MediaLinks .d-sm-block.d-md-block.d-lg-none.d-xl-none{/* display:inline-block; *//* float: right; *//* min-width: 49%; */}
    .Header .MediaLinks .topnav{margin: 0;}
    .Header .MediaLinks .topnav ul{margin:0;}
    .Header .MediaLinks .navIcon {display:inline-block;}
    .NavbarToggle i {padding:0 5px;font-size: 1.6em;}
    .sliderContent div.base.slShow div.caption {width: 94% !important;min-width: auto;}
    .blogRow {flex-direction: column;border-bottom: 1px solid #dddd;}
}

@media all and (min-width: 0px) and (max-width: 380px) {  
  .slider_block { min-height: 100% !important;  }
  .logo { max-width:100%;}
  .logo a {  letter-spacing: 0px;  }
  .logo img {}
  .logo .tag {  letter-spacing: 1px;  font-size: 15.5px;  }
  .search-btn, .nav-icon {  margin: 0 5px;  padding: 0;  }
  .footer-nav > ul > li {  display: block;  width: auto;  }
  .Header.headBg .logo, .logo{}
  .logoBlock span{font-size: 2.2em;}
  .NavbarToggle{height: 54px;}
  .slider-block{padding-top: 124px;}
  .sliderContent div.base div h2{font-size: 1.8em;}
  .sliderContent div.base div h2.display-1{ font-size:2.4em;}
  .pagetitle {transform: none !important;top: auto !important;left: auto !important;right: 0 !important;bottom: 0;/* position: relative; */padding: 13px;font-size: .9em;}
  footer .footLogo img {max-width:100%;}
  .coreVals .thumb img{ max-width:100%;}
  .coreVals .row {justify-content:center !important;}
  .coreVals .row .col {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
  .pagetitle .titleShow { padding:0;}
  .pagetitle .titleShow * {font-weight:normal;font-size: 1.0em;}
  .servicesBlock .serviceCategory ul li {margin: 5px 2px;}
  .servicesBlock .serviceCategory ul li a { padding:5px;}
  .sliderContent div.base.slShow div.caption {width: 98% !important;min-width: auto;}
  .asSeenOnIntro .cBlock div.thumb img { max-width:150px;}
}

@media all and (orientation: landscape) and (min-height: 100px) and (max-height: 540px) {  
  .sliderContent div.base div {}
  #gimage img {margin:0 !important;padding: 0;}
}
