.t3-header {
  padding-top: 0;
  padding-bottom: 0;
}
.logo {
  text-align: center;
  background-color: #9a202b;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text {
  color: #ffffff;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.head-search {
  margin-top: 0px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  padding-left: 30px;
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px !important;
  }
  .head-search .form-control:focus {
    width: 200px !important;
  }
}
.t3-sl {
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 15PX;
  padding-bottom: 15px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #faf8f4;
}
.t3-footer {
  border-top: 0;
  background: #2d3845;
  background-size: cover;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 20px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  color: #ffffff;
  margin-top: 11.5px;
  margin-bottom: 11.5px;
}
.t3-footnav .t3-module .module-title {
  color: #555555;
  font-size: 24px;
  margin-bottom: 23px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-copyright {
  background-color: #212932;
  border-top: 0;
  padding: 20px 0 20px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 0;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  right: 23px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  color: #ffffff;
  border: 2px solid #9a202b;
  background-color: #9a202b;
  height: 40px;
  width: 40px;
  line-height: 1;
  padding: 0;
  text-align: center;
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top.affix {
  bottom: 46px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 48px;
  line-height: 22px;
}
#preloader {
  background-color: #2d3845;
}
.book__page {
  background: #4b5e73;
}
@keyframes flip {
  0% {
    transform: perspective(600px) rotateY(0deg);
  }
  20% {
    background: #415164;
  }
  29.9% {
    background: #415164;
  }
  30% {
    transform: perspective(200px) rotateY(-90deg);
    background: #4b5e73;
  }
  54.999% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  60% {
    transform: perspective(200px) rotateY(-180deg);
    background: #4b5e73;
  }
  100% {
    transform: perspective(200px) rotateY(-180deg);
    background: #4b5e73;
  }
}
.topcolor-overlay {
  background: #2d3845;
  border-top: 12px solid #0f1217;
}
.loader,
#loader3 {
  border: 3px solid #9a202b;
}
.topbar ul.menu li a,
.topbar li a,
.topbar,
.topbar p,
.topbar i,
.topbar a,
.t3-copyright ul.menu li a,
.t3-copyright li a {
  color: #ffffff;
}
.topbar ul.menu li a:hover,
.topbar li a:hover,
.topbar a:hover {
  color: #f1f1f1;
}
.topbar .search input {
  background-color: #191f26;
  border: 1px solid #0f1217;
  color: #415164;
}
.topbar .search input:focus {
  box-shadow: 0 0px 0px #4b5e73, 0 0 8px #4b5e73;
  border-color: #4b5e73;
  transition: all 0.2s  linear 0s;
}
.search-icon::after,
.topbar .search .inputbox {
  color: #415164;
}
.fullwidth .t3-wrapper,
#background-shadow {
  background: #ffffff;
}
#loader2,
#loader4 {
  border: 3px solid #556a83;
}
.btn-toolbar .btn {
  color: #555555;
}
.btn-toolbar .btn-primary {
  color: #ffffff;
}
.btn-primary.off-canvas-toggle,
.btn-primary.off-canvas-toggle:active:hover,
.btn-primary.off-canvas-toggle.active:hover,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle:hover,
.btn-primary.off-canvas-toggle:active:focus,
.btn-primary.off-canvas-toggle.active:focus,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle:focus,
.btn-primary.off-canvas-toggle:active.focus,
.btn-primary.off-canvas-toggle.active.focus,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle.focus {
  border-radius: 0px;
}
.logo::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9a202b rgba(0, 0, 0, 0);
}
body.boxed .btn-primary.off-canvas-toggle,
body.boxed .btn-primary.off-canvas-toggle:active:hover,
body.boxed .btn-primary.off-canvas-toggle.active:hover,
body.boxed .open > .dropdown-toggle.btn-primary.off-canvas-toggle:hover,
body.boxed .btn-primary.off-canvas-toggle:active:focus,
body.boxed .btn-primary.off-canvas-toggle.active:focus,
body.boxed .open > .dropdown-toggle.btn-primary.off-canvas-toggle:focus,
.btn-primary.off-canvas-toggle:active.focus,
.btn-primary.off-canvas-toggle.active.focus,
.open > .dropdown-toggle.btn-primary.off-canvas-toggle.focus {
  background-color: #9a202b;
  border-radius: 0px;
  width: 50px;
}
.gkHighlighterItem.educate a {
  color: #ffffff;
}
.text-secondary {
  color: #2d3845;
}
.btn-primary,
button {
  transition: all 0.2s linear 0s;
  border-color: #9a202b;
}
body {
  color: #555555;
  background-color: #f0ebdd;
}
.wrap.highlighter {
  background-color: #9a202b;
  border-top: 1px solid #af2431;
}
.t3-sidebar h2 {
  font-size: 24px;
}
.t3-sidebar h1,
.t3-sidebar h2,
.t3-sidebar h3,
.t3-sidebar h4,
.t3-sidebar h5,
.t3-sidebar h6,
.t3-sidebar .h1,
.t3-sidebar .h2,
.t3-sidebar .h3,
.t3-sidebar .h4,
.t3-sidebar .h5,
.t3-sidebar .h6,
.t3-sidebar .bt-cs.educate .bt-extra i,
.t3-sidebar .bt-cs.educate .bt-extra .fa,
.t3-sidebar .bt-cs.educate .bt-author a,
.t3-sidebar .bt-cs.educate .bt-author,
.t3-sidebar .bt-cs.educate .bt-author a,
.t3-sidebar .bt-cs.educate .bt-inner .bt-category {
  color: #555555;
}
.t3-sidebar h1 small,
.t3-sidebar h2 small,
.t3-sidebar h3 small,
.t3-sidebar h4 small,
.t3-sidebar h5 small,
.t3-sidebar h6 small,
.t3-sidebar .h1 small,
.t3-sidebar .h2 small,
.t3-sidebar .h3 small,
.t3-sidebar .h4 small,
.t3-sidebar .h5 small,
.t3-sidebar .h6 small,
.t3-sidebar .bt-cs.educate .bt-extra i small,
.t3-sidebar .bt-cs.educate .bt-extra .fa small,
.t3-sidebar .bt-cs.educate .bt-author a small,
.t3-sidebar .bt-cs.educate .bt-author small,
.t3-sidebar .bt-cs.educate .bt-author a small,
.t3-sidebar .bt-cs.educate .bt-inner .bt-category small,
.t3-sidebar h1 .small,
.t3-sidebar h2 .small,
.t3-sidebar h3 .small,
.t3-sidebar h4 .small,
.t3-sidebar h5 .small,
.t3-sidebar h6 .small,
.t3-sidebar .h1 .small,
.t3-sidebar .h2 .small,
.t3-sidebar .h3 .small,
.t3-sidebar .h4 .small,
.t3-sidebar .h5 .small,
.t3-sidebar .h6 .small,
.t3-sidebar .bt-cs.educate .bt-extra i .small,
.t3-sidebar .bt-cs.educate .bt-extra .fa .small,
.t3-sidebar .bt-cs.educate .bt-author a .small,
.t3-sidebar .bt-cs.educate .bt-author .small,
.t3-sidebar .bt-cs.educate .bt-author a .small,
.t3-sidebar .bt-cs.educate .bt-inner .bt-category .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
.well {
  background-color: #ffffff;
  border: 1px solid #dfe5e3;
  border-radius: 0px;
}
#slidermodul::before,
.subslider_bg::before {
  background: #faf8f4;
}
#slidermodul::after,
.subslider_bg::after {
  background: #dedcd7;
}
.bt-cs.educate h3 {
  color: #2a2a2a;
  background: url(../../templates/educate/images/h3-bg.png) repeat-x center right;
}
.content-icons.pull-right li a {
  color: #4b5e73;
}
.content-icons.pull-right li a:hover {
  color: #9a202b;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator,
.module_menu .nav > li > span,
.module_menu .dropdown-menu > a {
  color: #555555;
}
.module_menu .nav > li > a:hover,
.module_menu .nav > li > .separator:hover,
.module_menu .nav > li > span:hover,
.module_menu .nav > li.active > a,
.module_menu .nav > li.active > .separator,
.module_menu .nav > li.active > span,
.module_menu .dropdown-menu > .active > a {
  color: #9a202b;
  background-color: transparent;
}
.t3-sidebar .module_menu .nav > li > a,
.t3-sidebar .module_menu .nav > li > .separator,
.t3-sidebar .module_menu .nav > li > span {
  border: 0;
}
.module_menu .nav > li > a::after,
.module_menu .nav > li > .separator::after,
.module_menu .nav > li > span::after {
  background-color: #ffffff;
}
.module_menu .nav > li > a::before,
.module_menu .nav > li > .separator::before,
.module_menu .nav > li > span::before {
  background-color: #dfe5e3;
}
.t3-sidebar .module_menu .nav > li > a::after,
.t3-sidebar .module_menu .nav > li > .separator::after,
.t3-sidebar .module_menu .nav > li > span::after {
  background-color: #f2ede2;
}
.t3-sidebar .module_menu .nav > li > a::before,
.t3-sidebar .module_menu .nav > li > .separator::before,
.t3-sidebar .module_menu .nav > li > span::before {
  background-color: #ffffff;
}
.t3-sidebar .module-title {
  font-size: 18px;
}
blockquote {
  background: #f9f9f9;
  border-left: 4px solid #9a202b;
}
.module_menu .nav > li:hover::before {
  color: #9a202b;
  transition: all 0.2s  linear 0s;
}
.text-black,
.text-black a {
  color: #555555;
}
.bg-white,
.wt-services-box-wrapper {
  background-color: #ffffff;
}
.btn-secondary {
  color: #ffffff;
  background: #2d3845;
  border: 1px solid #191f26;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: #ffffff;
  border-color: #0f1217;
  transition: all 0.2s  linear 0s;
}
.bg-secondary {
  background-color: #2d3845;
  color: #ffffff;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.inputbox:focus,
#t3-footer .chronoforms input:focus,
#t3-footer .chronoforms textarea:focus,
.chzn-container-active.chzn-with-drop .chzn-single {
  box-shadow: 0 0px 0px #9a202b, 0 0 8px #9a202b;
  border-color: #9a202b;
  transition: all 0.2s  linear 0s;
}
::selection {
  background: #9a202b;
  color: #ffffff;
}
::-moz-selection {
  background: #9a202b;
  color: #ffffff;
}
.first-word-educate {
  color: #9a202b;
}
h3.module-title {
  background: url(../../templates/educate/images/h3-bg.png) repeat-x center right;
}
h3.module-title.titlecard span,
.t3-footnav .t3-module h3.module-title span,
.t3-sidebar h3.module-title.titlecard span {
  background: #9a202b;
  color: #ffffff;
  border-top: 1px solid #ab2430;
}
.bt-cs.educate h3 span,
h3.module-title span {
  background: #ffffff;
}
.t3-sidebar h3.module-title span {
  background: #faf8f4;
}
h3.border-centered {
  line-height: 1.2;
  text-align: center;
  font-size: 24px;
  color: #2a2a2a;
}
h3.border-centered span::after {
  border-bottom: 4px solid #9a202b;
}
h3.module-title.big-centered {
  font-size: 38px;
  text-align: center;
}
h3.module-title.border-bottom,
#t3-content h3.module-title.border-bottom {
  border-bottom: 2px solid #dedcd7;
  padding-bottom: 10px;
}
h3.module-title.titlecard,
.t3-footnav .t3-module h3.module-title {
  border-bottom: 4px solid #9a202b;
}
#t3-mainnav .dropdown-menu > li > a,
#t3-mainnav .dropdown li a,
#t3-mainnav .dropdown li span,
#t3-mainnav .dropdown li.separator,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li > a,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li span,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li span {
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
  background: #ffffff;
}
#t3-mainnav .dropdown-menu > li > a:hover,
#t3-mainnav .dropdown li a:hover,
#t3-mainnav .dropdown li span:hover,
#t3-mainnav .dropdown li.separator:hover,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li > a:hover,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li span:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li span:hover {
  color: #262626;
  border-bottom: 1px solid #f2f2f2;
  background: none;
}
#t3-mainnav .t3-navbar-collapse .nav > li > a:hover,
#t3-mainnav .t3-navbar-collapse .nav > li > a:focus {
  color: #262626;
  background: #ffffff;
}
#t3-header.affix .container,
body.fullwidth #t3-header.affix {
  background: #ffffff;
}
.t3-megamenu .dropdown-menu .mega-nav,
#t3-mainnav ul.dropdown-menu {
  background-color: #ffffff;
}
#t3-mainnav .dropdown li a:hover,
#t3-mainnav .dropdown li span:hover,
#t3-mainnav .dropdown li.separator:hover,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li > a:hover,
.t3-mainnav .t3-navbar-collapse .dropdown-menu > li span:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li > a:hover,
.t3-mainnav .t3-navbar-collapse .navbar-nav > li span:hover {
  color: #262626;
  background-color: #ffffff;
}
.t3-megamenu .dropdown.mega > .mega-dropdown-menu::before,
.t3-megamenu .dropdown.mega.open > .mega-dropdown-menu::before,
.t3-megamenu li.dropdown::before {
  background-color: #9a202b;
}
.t3-megamenu li.dropdown::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9a202b rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > li:hover .caret {
  border-top-color: #9a202b;
  border-bottom-color: #9a202b;
}
.scroll-progress-bar {
  background-color: #9a202b;
}
#icagenda.ic-event-view.educate .ic-box-date {
  border-color: #dfe5e3;
}
#icagenda.ic-event-view.educate .ic-title-cat {
  color: #2a2a2a !important;
}
.ic-pagination .ic-btn-info,
.ic-btn-success {
  background-color: #9a202b !important;
}
#icagenda.ic-event-view .ic-event-header {
  background: #f9f9f9;
  border: 1px solid #f1f1f1;
}
#icagenda.ic-event-view .ic-btn-info {
  background-color: #4e7287 !important;
  background-image: none;
}
.icrounded_eventlist.educate:hover {
  background: #f9f9f9;
  color: #555555 !important;
}
.icrounded_eventlist.educate a:hover {
  color: #555555 !important;
}
table#icagenda_calendar {
  background-color: #ffffff;
}
#educate-calendar table#icagenda_calendar td,
#educate-calendar .ic_educate.iccalendar .ic-table th {
  border: 1px solid #dfe5e3;
}
.icrounded_eventlist.educate .iceventlist-title {
  color: #2a2a2a;
}
.icrounded_eventlist.educate a:link,
.icrounded_eventlist.educate a:visited {
  color: #555555;
}
.ic-event-view.educate,
.ic-event-view.educate .ic-detail-desc {
  color: #555555;
}
.ic-terms-text {
  background-color: #ffffff;
  border: 1px solid #dfe5e3;
  border-radius: 0px;
  color: #555555;
}
#educate-calendar .ic_educate .icnav {
  background: #6a91a9;
  background: -moz-radial-gradient(center, ellipse cover, #6a91a9 0%, #638da5 50%, #578097 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #6a91a9), color-stop(50%, #638da5), color-stop(100%, #6a91a9));
  background: -webkit-radial-gradient(center, ellipse cover, #6a91a9 0%, #638da5 50%, #578097 100%);
  background: -o-radial-gradient(center, ellipse cover, #6a91a9 0%, #638da5 50%, #578097 100%);
  background: -ms-radial-gradient(center, ellipse cover, #6a91a9 0%, #638da5 50%, #578097 100%);
  background: radial-gradient(ellipse at center, #6a91a9 0%, #638da5 50%, #578097 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@brand-tertiary,12%)', endColorstr='lighten(@brand-tertiary,10%)', GradientType=1);
  border: 1px solid #4e7287;
}
#educate-calendar .ic_educate .icnav::after {
  background: url(../../templates/educate/images/clip.png) repeat-x bottom;
}
.orbit-container.educate .orbit-slides-container > * .orbit-caption {
  color: #2a2a2a;
}
.orbit-container.educate .orbit-timer .orbit-progress {
  background-color: #9a202b;
  opacity: 0.85;
}
.orbit-container.educate .orbit-prev,
.orbit-container.educate .orbit-next {
  background: #9a202b;
}
.orbit-container.educate .orbit-prev:hover,
.orbit-container.educate .orbit-next:hover {
  background: #741820;
}
.orbit-container.educate .orbit-bullets li.active {
  background: #9a202b;
}
.t3-content {
  background: #ffffff;
}
.window .window-mainbody {
  background: #f7f7f7;
}
.main-top {
  background: #415164;
  background: -moz-linear-gradient(top, #415164 0%, #2d3845 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #415164), color-stop(100%, #2d3845));
  background: -webkit-linear-gradient(top, #415164 0%, #2d3845 100%);
  background: -o-linear-gradient(top, #415164 0%, #2d3845 100%);
  background: -ms-linear-gradient(top, #415164 0%, #2d3845 100%);
  background: linear-gradient(to bottom, #415164 0%, #2d3845 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@brand-secondary,10%)', endColorstr='@brand-secondary', GradientType=0);
  border: 1px solid #2d3845;
  -webkit-box-shadow: inset 0px 0px 1px 1px #4b5e73;
  -moz-box-shadow: inset 0px 0px 1px 1px #4b5e73;
  box-shadow: inset 0px 0px 1px 1px #4b5e73;
}
.main-top .module-title {
  color: #ffffff;
}
.main-top,
.main-top p,
.main-top div {
  color: #555555;
}
.services-subslider i {
  color: #9a202b;
}
.iconservices-col:hover span.hvr-ripple-out {
  color: #ffffff;
  background-color: #9a202b !important;
  border-color: #9a202b;
}
.iconservices-col:hover span.hvr-ripple-out i {
  color: #ffffff;
}
.services-subslider h4,
.services-subslider h4 a {
  color: #2a2a2a;
}
.services-subslider h4:hover,
.services-subslider h4 a:hover {
  color: #5b1319;
}
.bt-cs.educate .bt-inner .bt-title,
.bt-cs.bt-subslider div.readmore .bt-date {
  color: #2d3845;
}
.bt-cs.bt-subslider div.readmore a {
  color: #dedcd7;
}
.bt-cs.bt-subslider div.readmore:hover,
.bt-cs.bt-subslider div.readmore a:hover {
  color: #2d3845;
}
.bt-cs.bt-subslider div.readmore i,
.bt-cs.bt-subslider div.readmore .fa {
  color: #ffffff;
  background-color: #9a202b;
  transition: all 0.2s  linear 0s;
}
.bt-cs.bt-subslider div.readmore i:hover,
.bt-cs.bt-subslider div.readmore .fa:hover {
  color: #ffffff;
  background-color: #2d3845;
  transition: all 0.2s  linear 0s;
}
.bt-cs.educate h3,
.bt-cs.educate h3 a {
  color: #2a2a2a;
}
.educate .bt_handles li.current a {
  background-color: #9a202b !important;
}
.bt-cs.educate .bt_handles li a {
  background-image: none !important;
  background-color: #999999;
}
.bt-cs.educate .icon-url.educate i,
.bt-cs.educate .icon-url.educate .fa {
  color: #9a202b;
}
.bt-cs.educate .icon-lightbox.educate i,
.bt-cs.educate .icon-lightbox.educate .fa {
  color: #2d3845;
}
.bt-cs.educate.bt-projects .bt-inner-overlay {
  background-image: -webkit-linear-gradient(-45deg, #2d3845 50%, transparent 50%);
}
.bt-cs.educate.bt-projects .bt-inner-overlay-2 {
  background-image: -webkit-linear-gradient(-45deg, transparent 50%, #9a202b 50%);
}
.zt-module-testimonial.educate .ztTestimonial .tw-fb a,
.zt-module-testimonial.educate a {
  color: #9a202b;
}
.zt-module-testimonial.educate .ztTestimonial a:hover {
  color: #5b1319;
  text-decoration: none;
}
.coloredmodule-1 .zt-module-testimonial.ourclient p.content-testimonial,
.coloredmodule-1 .zt-module-testimonial-description.educate {
  color: #ffffff;
}
.coloredmodule-1 .zt-module-testimonial.ourclient p.content-testimonial .fa {
  color: #9a202b;
}
.bt-cs.bt-projects a.prev:hover {
  background: #2d3845 url(../../templates/educate/images/re-left.png) no-repeat !important;
}
.bt-cs.bt-projects a.next:hover {
  background: #2d3845 url(../../templates/educate/images/re-right.png) no-repeat !important;
}
.bt-cs.educate .bt-imagewrap::after,
.bt-cs.educate.blog .bt-imagewrap::after {
  background: #000000;
}
.bt-cs.educate .bt-extra i,
.bt-cs.educate .bt-extra .fa,
.bt-cs.educate .bt-author {
  color: #969696;
}
.bt-cs.educate .bt-author a,
.bt-cs.educate .bt-inner .bt-category {
  color: #2a2a2a;
  font-weight: 600;
}
.bt-cs.educate .bt-row-separate,
.bt-cs.educate-2 .bt-row-separate-2,
.bt-cs.educate .bt-row-separate {
  border-bottom: 1px solid #dfe5e3;
}
.bt-cs.educate h4,
.bt-cs.educate-2 h4 {
  color: #9a202b;
}
.bt-cs.educate.footer h4 {
  color: #ffffff;
}
.bt-cs.educate.educate-1 .bt-date,
.bt-cs.educate.educate-2 .bt-date,
.bt-cs.educate.bt-projects .bt-category,
.bt-cs.educate.educate-3 .bt-date {
  background: #9a202b;
  border: 1px solid #851c25;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
}
.bt-cs.educate .bt-date::after,
#t3-content .submain-8 h3.module-title::after,
.bt-cs.educate.bt-projects .bt-category::after {
  border-left: 6px solid #9a202b;
}
.bt-cs.educate.educate-2 .bt-date::after,
.bt-cs.educate.educate-3 .bt-date::after,
.bt-cs.educate.bt-projects .bt-category::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #9a202b rgba(0, 0, 0, 0);
}
.module-title.titlecard span::after,
.t3-footnav .t3-module h3.module-title span::after {
  background: #9a202b;
  border-top: 1px solid #ab2430;
}
.bt-cs.educate p.readmore a.btn {
  background: #9a202b;
  border: 1px solid #851c25;
}
.bt-cs.educate p.readmore a.btn:hover {
  border: 1px solid #781922;
  background: #781922;
}
.bt-cs.educate-1 .bt-inner-bg,
#t3-content .submain-8 .t3-module,
.bt-cs.educate.bt-projects .bt-inner-bg {
  background-color: #ffffff;
}
.bt-cs.educate-3 .bt-inner-bg {
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
}
.bt-cs.scrollingnews a.prev {
  background: #9a202b url("../../templates/educate/images/re-left.png") no-repeat center !important;
}
.bt-cs.scrollingnews a.next {
  background: #9a202b url("../../templates/educate/images/re-right.png") no-repeat center !important;
}
.bt-cs.educate.scrollingnews p.readmore a {
  color: #4e7287;
}
.bt-cs.educate.scrollingnews.scrollingnews-2 p.readmore a {
  color: #ffffff;
}
.bt-cs.educate.scrollingnews .bt-inner-overlay i,
.bt-cs.educate.scrollingnews .bt-inner-overlay .fa {
  background: #9a202b !important;
}
.bt-cs.educate.scrollingnews .bt-inner-overlay {
  background: #2d3845;
}
.bt-cs.educate.scrollingnews .bt-inner-overlay-2 {
  background: #9a202b;
}
.bt-cs.educate.scrollingnews .bt-imagewrap .bt-icon.icon-url .fa {
  background: #2d3845;
}
.bt-cs.educate .bt_handles_num li a {
  background-color: #2d3845;
}
.bt-cs.educate .bt_handles_num li.current a {
  background: #9a202b !important;
}
.bt-cs.educate a.prev.educate,
.bt-cs .educate a.next.educate {
  border: 1px solid #9a202b;
}
.t3-footnav .module_menu .nav > li > a,
.t3-footnav .module_menu .nav > li > .separator,
.t3-footnav .module_menu .nav > li > span {
  color: #ffffff;
}
.t3-footnav .module_menu .nav > li > a:hover,
.t3-footnav .module_menu .nav > li > .separator:hover,
.t3-footnav .module_menu .nav > li > span:hover {
  color: #ffffff;
}
.t3-footer .footerlogo_social_icon .fa,
.t3-footer .footerlogo_social_icon {
  background: #191f26;
  color: #ffffff;
}
.t3-footer .footerlogo_social_icon .fa:hover {
  color: #9a202b;
  transition: all 0.3s linear 0s;
}
.t3-footnav .t3-module .module-title .first-word-educate {
  color: #ffffff;
  border-bottom: 1px solid #9a202b;
  padding-bottom: 11px;
}
.t3-footnav .t3-module .module-title {
  color: #ffffff;
}
.t3-footnav .t3-module .bt-cs.educate .bt-inner .bt-title,
.t3-footnav .t3-module .bt-cs.bt-subslider div.readmore .bt-date {
  color: #9a202b;
  font-size: 14px;
}
.footer-left {
  background-color: #ffffff;
}
.footer-left::after {
  content: "";
  clear: both;
  display: table;
}
.footer-right .t3-module h3.module-title {
  position: relative;
}
.footer-left {
  color: #555555;
}
.t3-footnav .t3-module .bt-cs.educate .bt-row-separate,
.t3-footnav .t3-module .bt-cs.educate.footer .bt-row-separate {
  border-bottom: 1px solid #374554;
  margin: 0;
}
.t3-footnav .t3-module ul.dropdown-menu {
  background: #374554;
}
.t3-copyright ul.menu li a:hover,
.t3-copyright li a:hover,
.t3-copyright li span:hover,
.t3-copyright li.separator:hover {
  color: #9a202b;
}
.t3-copyright ul.menu li a,
.t3-copyright li a,
.t3-copyright li span,
.t3-copyright li.separator {
  color: #ffffff;
}
.educate.articles_count ul li {
  border-bottom: 1px solid #415164;
}
.educate.articles_count span.artcount,
.educate.articles_count .fa {
  color: #4f6379;
}
.educate.articles_count ul li:hover,
.educate.articles_count ul li a:hover,
.educate.articles_count ul li a:hover span.artcount,
.educate.articles_count ul li:hover .fa {
  color: #9a202b !important;
  transition: all 0.2s linear 0s;
}
.educate.articles_count ul li span.artcount,
.educate.articles_count .fa {
  transition: all 0.2s linear 0s;
}
.counters h4 {
  color: #ffffff;
}
.counters::after {
  background: #000000;
}
.counters {
  background: #2d3845;
}
.counters i {
  color: #9a202b;
}
#t3-mainnav .nav > li > a:hover,
#t3-mainnav .nav > li > a:focus {
  background: transparent;
  color: #9a202b;
}
.services-subslider span.hvr-ripple-out {
  background: #ffffff;
}
.ourstory-text .fa {
  color: #9a202b;
}
.zt-module-testimonial.educate .zt-testimonial {
  background-color: #ffffff;
}
legend {
  border-bottom: 1px solid #dfe5e3;
  color: #2a2a2a;
}
.tab-educate {
  background: none !important;
  background-color: transparent !important;
}
.tab-padding.educate {
  background: #415164;
  border: 1px solid #2d3845;
  -webkit-box-shadow: inset 0px 0px 1px 1px #4b5e73;
  -moz-box-shadow: inset 0px 0px 1px 1px #4b5e73;
  box-shadow: inset 0px 0px 1px 1px #4b5e73;
}
.tab-educate ul.tabs_container li.tab {
  color: #ffffff;
  background: #4b5e73;
  background: -moz-linear-gradient(top, #4b5e73 0%, #415164 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #4b5e73), color-stop(100%, #415164));
  background: -webkit-linear-gradient(top, #4b5e73 0%, #415164 100%);
  background: -o-linear-gradient(top, #4b5e73 0%, #415164 100%);
  background: -ms-linear-gradient(top, #4b5e73 0%, #415164 100%);
  background: linear-gradient(to bottom, #4b5e73 0%, #415164 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='lighten(@brand-secondary,15%)', endColorstr='lighten(@brand-secondary,10%)', GradientType=0);
  border: 1px solid #2d3845;
}
.tab-educate ul.tabs_container li.tab.active {
  background: #2d3845;
}
#educate-flickr img {
  border: 1px solid #5f7792;
}
.tagspopular ul > li > a {
  background: #2d3845;
  color: #ffffff;
  border: 1px solid #191f26;
}
.tagspopular ul > li > a:hover {
  background: #191f26;
  color: #ffffff;
  border: 1px solid #415164;
}
.tags .label-info {
  background-color: transparent;
  border: 1px solid #dfe5e3;
}
.t3-sidebar .acymailing_form.educate input.inputbox {
  border: 1px solid #dfe5e3;
  color: #555555;
}
.tags .label {
  color: #555555;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2d3845;
}
.about-us .tab-content {
  border: 1px solid #dfe5e3;
}
#accordion .panel-title a:after {
  background: rgba(0, 0, 0, 0) url("../../templates/educate/images/plusminus.png") no-repeat center 0px;
}
#accordion .panel-title a.collapsed::after {
  background: rgba(0, 0, 0, 0) url("../../templates/educate/images/plusminus.png") no-repeat center -18px;
}
.coloredmodule-1-overlay {
  background-color: #2d3845;
}
.coloredmodule-1-overlay::after {
  background-color: #000000;
}
.coloredmodule-1 h3.border-centered {
  color: #ffffff;
}
.home .t3-sl-1,
.home .t3-sl-3,
.home .t3-sl-5 {
  background-color: #dedcd7;
}
.coloredmodule-2-overlay::before {
  background-color: #9a202b;
}
.colormodule-2-text h1 {
  color: #ffffff;
}
.coloredmodule-2 .module-title {
  color: #ffffff;
}
.colormodule-2-text p.colormodule-2-phone {
  font-size: 38px;
}
.bt-middlespot td.middlespot,
.bt-middlespot td.middlespot a {
  color: #ffffff;
  transition: all 0.2s  linear 0s;
}
.bt-middlespot td.middlespot {
  background: #2d3845;
}
.bt-middlespot td.middlespot-icon {
  background-color: #9a202b;
  color: #ffffff;
}
.bt-middlespot td.middlespot:hover {
  transition: all 0.2s  linear 0s;
  color: #ffffff;
  background-color: #1f262f;
}
.bt-middlespot td.middlespot:hover a {
  color: #ffffff;
  transition: all 0.2s  linear 0s;
}
.wrap.coloredmodule-3 {
  background-color: #dedcd7;
}
.coloredmodule-3-overlay::after {
  background: #2d3845;
}
.coloredmodule-3-bg::before,
.ztTestimonial.educate ol.carousel-indicators li.active {
  background-color: #9a202b;
}
.coloredmodule-3,
.coloredmodule-3 h3.module-title {
  color: #ffffff;
}
.ztTestimonial.educate .name,
.zt-module-testimonial.educate a {
  color: #9a202b;
}
.ztTestimonial.educate img.avatar {
  -webkit-box-shadow: 12px 12px 0px 0px #9a202b;
  -moz-box-shadow: 12px 12px 0px 0px #9a202b;
  box-shadow: 12px 12px 0px 0px #9a202b;
}
.zt-module-testimonial.educate-team .carousel-inner {
  background: #ffffff;
}
.zt-module-testimonial.educate a:hover,
.zt-module-testimonial.educate a:focus {
  color: #5b1319;
}
.wrap.coloredmodule-4::before {
  background-color: #191f26;
}
.ztTestimonial.educate-team .name,
.zt-module-testimonial.educate-team a {
  color: #9a202b;
}
.zt-module-testimonial.educate-team a:hover,
.ztTestimonial.educate-team .tw-fb a:hover {
  color: #5b1319;
  text-decoration: none;
}
.ztTestimonial.educate-team .position {
  color: #2d3845;
}
.ztTestimonial.educate-team ol.carousel-indicators li.active {
  background-color: #2d3845 !important;
}
.ztTestimonial.educate-team p.content-testimonial,
.ztTestimonial.educate-team .email,
.ztTestimonial.educate-team .website,
.ztTestimonial.educate-team .tw-fb a {
  color: #000000;
}
.bfFormDiv {
  background: #f7f7f7;
}
.bfFormDiv .bfQuickMode input,
.bfFormDiv textarea {
  border-color: #dfe5e3;
  color: #2d3845;
}
.bfFormDiv .bfQuickMode .bfSubmitButton {
  background-color: #9a202b;
  color: #ffffff;
}
.bfFormDiv .bfQuickMode .bfSubmitButton:hover {
  transition: all 0.2s  linear 0s;
  background-color: #5b1319;
}
.bottomspot-2-module .bfFormDiv {
  background: #ffffff;
}
.wrap.bottomspot-3 {
  background-color: #9a202b;
  border-top: 5px solid #f1f1f1;
}
.wrap.bottomspot-3 .subbutton {
  background-color: #2d3845;
  border: 1px solid #2d3845 !important;
}
.wrap.bottomspot-3 .subbutton:hover {
  background-color: #232b36;
  border: 1px solid #232b36;
  transition: all 0.2s  linear 0s;
}
.bottomspot-3 .acym_module_form .wrap-acym-wtcorp input#acym__user__edit__email {
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.55);
}
.wrap-acym-wtcorp input#acym__user__edit__email .inputbox {
  color: #ffffff !important;
}
.bottomspot-3 .acym_introtext span,
.bottomspot-3 .acym_introtext {
  color: #ffffff;
}
#slider-module-wrapper .btn-primary,
#slider-module-wrapper .tp-caption a.btn-primary {
  color: #ffffff;
  font-size: 16px;
}
.counter-style::after {
  background-color: #9a202b;
}
.zt-module-testimonial.educate.team .zt-information ul.zt-member-social-links li a {
  color: #9a202b;
}
.zt-module-testimonial.educate.team .zt-testimonial:hover {
  border-bottom: 3px solid #9a202b;
}
.zt-module-testimonial.educate .zt-testimonial .zt-information .zt-info-name {
  color: #2a2a2a;
}
.zt-module-testimonial.educate.team .zt-testimonial .zt-avatar .overlay {
  background-color: #2d3845;
}
.zt-module-testimonial.educate.team .zt-social-icons {
  background-color: rgba(0, 0, 0, 0.8);
}
.zt-module-testimonial.educate.customer p.content-testimonial {
  border: 1px solid #dfe5e3;
  background-color: #f9f9f9;
}
.zt-module-testimonial.educate.customer p.content-testimonial::before {
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
  border-width: 30px 0 0 30px;
  border-top-color: #dfe5e3;
}
.zt-module-testimonial.educate.customer p.content-testimonial::after {
  border-color: transparent;
  border-bottom: 0;
  border-width: 30px 0 0 30px;
  border-top-color: #f9f9f9;
}
.contact-form.educate .well {
  border-color: #dfe5e3;
}
.contact.educate .msc-info {
  border: 1px solid #dfe5e3;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.inputbox {
  border-color: #dfe5e3;
  background-color: #ffffff;
  color: #555555;
}
.wrap.t3-breadcrumbs {
  background: #dedcd7 url(../../templates/educate/images/breadcrumb-bg.jpg) no-repeat;
  border-top: 1px solid #faf8f4;
}
.t3-breadcrumbs .container::after {
  background: #232b36;
}
.gm-style .gm-style-iw-c {
  color: #2d3845;
}
.avs_input_search input#search_btn {
  background-color: #9a202b;
}
#avs_gallery .avs_thumb.educate .title,
#avs_gallery .avs_thumb.educate .views {
  color: #555555;
}
.sp-simpleportfolio.educate .sp-simpleportfolio-filter > ul > li.active > a {
  background: #9a202b;
}
.sp-simpleportfolio.educate .sp-simpleportfolio-filter > ul > li > a {
  background: #2d3845;
}
.sp-simpleportfolio.educate .sp-simpleportfolio-meta > div {
  border-bottom: 1px solid #dfe5e3;
}
.sp-simpleportfolio.educate .sp-simpleportfolio-item .sp-simpleportfolio-info:hover,
.sp-simpleportfolio.educate .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
  background: #2d3845;
}
.sp-simpleportfolio.educate .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a {
  color: #2a2a2a;
}
.sp-simpleportfolio.educate .sp-simpleportfolio-item:hover .sp-simpleportfolio-info h3 > a {
  color: #ffffff;
}
div.itemComments {
  background: #f9f9f9;
  border: 1px solid #dfe5e3;
}
div.itemCommentsForm form input#submitCommentButton {
  background: #9a202b;
  transition: all 0.2s linear 0s;
}
div.itemCommentsForm form input#submitCommentButton:hover {
  background: #5b1319;
  transition: all 0.2s linear 0s;
}
div.toolbar-ratingsblock-cont {
  background: #f9f9f9;
}
div.itemCategory a,
div.catItemCategory a,
div.k2Pagination ul li.active a {
  background: #9a202b;
  transition: all 0.2s linear 0s;
}
div.itemCategory a:hover,
div.catItemCategory a:hover {
  background: #5b1319;
  transition: all 0.2s linear 0s;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  border-color: #dfe5e3;
}
div.itemCommentsForm p.itemCommentsFormNotes {
  border-top: 2px solid #dfe5e3;
}
div.catItemReadMore a {
  color: #9a202b;
}
.k2AccountPage div.k2AccountPageUpdate button {
  background: #9a202b;
  color: #ffffff;
  border: 1px solid #851c25;
}
.registration a.btn.cancel {
  background: #4e7287;
  border-color: #4e7287;
  color: #ffffff;
  margin-left: 10px;
  border-radius: 3px;
}
.registration a.btn.cancel:hover {
  background: #3b5767;
  border-color: #3b5767;
  color: #ffffff;
}
.registration .form-actions {
  background-color: #dedcd7;
}
.navbar-toggle {
  background-color: #9a202b;
}
.navbar-toggle .fa {
  color: #ffffff;
}
@media (max-width: 767px) {
  .t3-mainnav.affix .navbar-header {
    background: #2d3845 url(../../templates/educate/images/logo.png) no-repeat 15px 15px;
  }
  h3.border-centered {
    font-size: 24px;
  }
  #t3-mainnav .dropdown-menu span:hover,
  #t3-mainnav .dropdown li a:hover,
  #t3-mainnav .dropdown-menu > li > a:hover {
    color: #9a202b;
  }
}