/*==========================================================================================
    
This file contains styles related to the colour scheme of the theme

==========================================================================================*/
a {
  color: #cb6e06;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
a:hover,
a:focus {
  color: #cb6e06;
  text-decoration: none;
}
body {
  background: #ffffff;
  color: #999999;
  font: 14px "Open Sans", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  line-height: 1;
}
.tile-bkg {
  background: #cce5ed url("../images/bkg/bkg-tile-1.png") repeat 0 0;
}
.mainWrap {
  background: #ffffff;
}
.topbar {
  background: #333538;
}
.menu li a {
  color: #797979;
}
.menu li a:hover,
.menu li:hover > a {
  color: #ffffff;
  background: #cb6e06;
}
.menu ul {
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
.menu ul li a {
  color: #797979;
  border-left: 2px solid #ffffff;
  background: #ffffff;
}
.menu ul li a:hover,
.menu ul li:hover > a {
  background: #f0f0f0;
  border-left: 2px solid #cb6e06;
  color: #797979;
}
.menu li.current_page_item > a {
  color: #ffffff;
  background: #cb6e06;
}
.mobile-navigation {
  background-color: #F8F8F8;
  color: #8F8F8F;
}
.flex-caption {
  background-color: rgba(203, 110, 6, 0.8);
  /*rgba(11, 177, 229, 0.8);*/
  color: #ffffff;
}
.home-feature img,
.team-member img {
  box-shadow: 0px 0px 0px 7px #e0e0e0;
}
.home-feature:hover img,
.team-member:hover img {
  box-shadow: 0px 0px 0px 7px #cb6e06;
}
.home-feature h2 {
  color: #cb6e06;
}
.team-member h4,
.test-author-name {
  color: #cb6e06;
}
.home-title h3,
.sidebar-title h3 {
  background: #ffffff;
  color: #353535;
}
.gal-img .gal-more {
  background-color: rgba(11, 177, 229, 0.1);
}
a.gal-btn,
.gal-btn-2 {
  background: #cb6e06;
  border: 3px solid #a95b04;
  color: #ffffff;
}
a.gal-btn:hover {
  color: #a95b04;
}
.cases-text {
  border-top: 5px solid #cb6e06;
}
.gallery-text {
  background: #cb6e06;
  color: #ffffff;
}
.title-gal-post a,
.sub-title {
  color: #353535;
  text-decoration: none;
}
.title-gal-post a:hover {
  color: #cb6e06;
}
.item-avatar {
  box-shadow: 0px 0px 0px 5px #e0e0e0;
}
.news-info {
  background: #cb6e06;
  color: #ffffff;
}
.news-info a {
  color: #ffffff;
  text-decoration: none;
}
.news-info a:hover {
  color: #a95b04;
}
.home-apoint {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.home-apoint h2 {
  color: #353535;
}
.home-apoint-btn a,
.read-more a,
#submit-comm,
#submit {
  background: #cb6e06;
  color: #ffffff;
}
.home-apoint-btn a:hover,
.read-more a:hover,
#submit-comm:hover,
#submit-comm:active,
#submit:hover,
#submit:active {
  background: #a95b04;
  color: #ffffff;
}
footer.wrap {
  background: #333538;
}
footer h3,
.jtwt_date,
.jtwt_date:hover,
.foo-date,
.foo-news h4,
.foo-faq h4 {
  color: #e0e0e0;
}
.foo-news a,
.foo-news a:hover {
  color: #999999;
}
.copy-holder {
  background: #232426;
}
.copy-holder a {
  color: #e0e0e0;
  text-decoration: none;
}
.copy-holder a:hover {
  color: #e0e0e0;
  text-decoration: underline;
}
/**** BLOG *****/
.title-blog-post,
.title-blog-post a {
  color: #353535;
  text-decoration: none;
}
.title-blog-post a:hover {
  color: #cb6e06;
}
.page-numbers,
.page-numbers:hover {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  color: #999999;
}
.page-numbers:hover,
.current,
.current:hover {
  color: #ffffff;
  background: #cb6e06;
  border: 1px solid #cb6e06;
}
/**** END BLOG *****/
/**** SIDEBAR *****/
input#search-string {
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
  color: #353535;
}
.schedule ul li,
.sidebar-archive ul li {
  border-bottom: 1px solid #e0e0e0;
}
.snews-title a {
  color: #353535;
  text-decoration: none;
}
.sidebar-archive a {
  color: #999999;
  text-decoration: none;
}
.snews-title a:hover,
.sidebar-archive a:hover {
  color: #cb6e06;
}
/**** END SIDEBAR *****/
.faq-questions .trigger {
  background: #cb6e06 url('../images/toggle-plus.png') no-repeat 7px 16px;
}
.faq-questions .trigger a {
  color: #ffffff;
}
.faq-questions .active {
  background: #a95b04 url('../images/toggle-minus.png') no-repeat 7px 16px;
}
.toggle_container {
  background: #f0f0f0;
}
.pt-title {
  background: #cb6e06;
  color: #ffffff;
}
.pt-features li {
  background: #ffffff;
}
.pt-features li:nth-child(2n) {
  background-color: #f0f0f0;
}
.pt-features li:hover {
  background: #cb6e06;
  color: #ffffff;
}
.service-feature {
  background: #cb6e06;
  color: #ffffff;
}
.comment-body {
  border-bottom: 1px solid #e0e0e0;
}
.comment-author .author a:link,
.comment-author .author a:visited {
  color: #999999;
  text-decoration: none;
}
.comment-author .author a:hover {
  color: #cb6e06;
}
.comment-reply-link,
#cancel-comment-reply-link {
  color: #cb6e06;
  font-size: 12px;
}
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #a95b04;
}
input.comm-field,
#comment,
#message2,
input.comm-field:focus,
#message2:focus,
#comment:focus {
  border: 1px solid #e0e0e0;
  color: #999999;
}
input.comm-field:focus,
#message2:focus,
#comment:focus {
  border: 1px solid #cb6e06;
}
.output2 {
  border: 1px solid #cb6e06;
}
.no-page {
  color: #909090;
  background: #e0e0e0;
}
.tweet_list .tweet_time a {
  font-size: 12px;
  color: #E0E0E0;
  text-decoration: none;
}
.tweet_list .tweet_time a:hover {
  color: #E0E0E0;
}
body {
  font-size: 0.9em;
  color: black;
}
#textpage {
  font-size: 0.9em;
}
#textpage .caption {
  font-style: italic;
  margin: 0 0 2em 0;
}
#textpage .caption strong {
  font-style: italic;
}
#textpage strong em {
  font-weight: bold;
}
#textpage h2 {
  font-size: 1.7em;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
#textpage h3 {
  font-size: 1.3em;
  margin-top: 1em;
  margin-bottom: 0.3em;
}
#textpage h4 {
  font-size: 1.1em;
  margin: 1em 0 0.5em 0;
}
#textpage h5 {
  font-size: 1em;
  font-style: italic;
  margin: 1em 0 0.5em 0;
}
#textpage h2:first-child,
#textpage h3:first-child,
#textpage h4:first-child,
#textpage h5:first-child {
  margin-top: 0;
}
#textpage ul,
#textpage ol {
  padding: 0;
  margin: 0 0 1em 2em;
}
#textpage ul > li {
  list-style: disc;
}
#textpage ol > li {
  list-style: decimal;
}
div.mainWrap > footer.wrap {
  padding-bottom: 0;
}
footer,
.copyright {
  color: #999999;
}
footer a {
  color: #B5B5B5;
}
.foo-block {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 0.9em;
}
.foo-block p {
  line-height: 1.3em;
  padding-bottom: 0.2em;
}
#subnavigation {
  margin-bottom: 4em;
}
#subnavigation ul,
#subnavigation ul li {
  margin: 0;
}
#subnavigation li a {
  display: block;
  text-decoration: none;
}
#subnavigation li.current_page_item > a {
  font-weight: bold;
}
#subnavigation .level2 > li {
  margin-bottom: 1em;
}
#subnavigation .level2 > li > a {
  border: 1px solid #cb6e06;
  padding: 0.2em 0.3em;
}
#subnavigation .level2 > li > a:hover,
#subnavigation .level2 > li.current_page_item > a {
  background-color: #cb6e06;
  color: white;
  font-weight: normal;
}
#subnavigation .level3 {
  padding-left: 2em;
}
#subnavigation .level4 {
  padding-left: 2em;
}
#subnavigation .level5 {
  padding-left: 2em;
}
.rubrik {
  font-weight: bold;
}
.gallery-text {
  font-size: 1em;
  padding: 4px 0;
  background: #E4E4E4;
  color: #020202;
  font-weight: 400;
}
#textpage table td {
  vertical-align: top;
  padding: 0 1em 1em 0;
}
.home-feature h2 a {
  text-decoration: none;
}
#textpage h2 + table {
  margin-top: 1em;
}
#textpage table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin-bottom: 2em;
}
#textpage table td {
  padding: 8px;
  border-right: #999 1px solid;
}
#textpage table td:last-child {
  border-right: none;
}
#textpage table td p {
  line-height: 1.2em;
  padding: 0;
}
#textpage table tr:nth-child(even) {
  /*(even) or (2n 0)*/
  background: #F5F5F5;
}
#textpage table tr:nth-child(odd) {
  /*(odd) or (2n 1)*/
  background: #ffffff;
}
#textpage table thead tr {
  background: #cb6e06 !important;
  color: white;
  font-weight: bold;
}
.person img {
  margin-bottom: 0.5em;
}
.singleimage {
  margin-bottom: 0.5em;
}
.singleimage img {
  margin-bottom: 0;
}
.collage img {
  margin-bottom: 0.5em;
}
.filelink img {
  border: 1px solid #eaeaea;
}
/* Google SCE fix */
#searchpage *,
#searchpage *:before,
#searchpage *:after {
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.gsc-selected-option-container.gsc-inline-block {
  height: auto;
}
.gsc-option-menu-container.gsc-inline-block {
  line-height: 3em;
}
td.gsc-table-cell-snippet-close {
  padding-left: 8px;
}
td.gsc-table-cell-thumbnail.gsc-thumbnail {
  padding-left: 8px;
}
.gsc-results-wrapper-overlay,
.gsc-results-wrapper-visible,
.gsc-search-button,
.gsc-search-button-v2 {
  box-sizing: content-box;
}
input.gsc-input,
.gsc-input-box,
.gsc-input-box-hover,
.gsc-input-box-focus,
.gsc-search-button {
  box-sizing: content-box;
  line-height: normal;
}
.gsc-tabsArea div {
  overflow: visible;
}
.gsc-control-cse {
  font-family: inherit!important;
}
#searchform {
  margin-left: 20px;
}
#searchcriteria {
  font-size: 1.2em!important;
  padding: 5px;
}
#searchsubmit {
  font-size: 1.2em;
  margin-left: 0.2em;
  padding: 4px;
}
/* Search Nav */
li.search ul {
  left: -169px;
  width: 240px;
}
li.search ul:before {
  left: 195px!important;
}
li.search li {
  padding: 10px;
  font-size: 1.2em!important;
}
li.search input[type="text"] {
  font-size: 1em!important;
  width: 190px;
  padding: 5px;
}
li.search li a {
  display: inline!important;
  background: none!important;
  border: none!important;
  padding: 0!important;
  font-size: inherit!important;
}
.cellLevel0 {
  background-color: #88fc88;
}
.cellLevel1 {
  background-color: #89CFF0;
}
.cellLevel2 {
  background-color: #fffe5d;
}
.cellLevel3 {
  background-color: #fd9292;
}
.titlelogo {
  float: none;
}
#filelinks hr {
  color: #aaa;
  margin: 1em 0 1em 30px;
}
#filelinks img {
  border: 1px solid #eaeaea;
  margin-bottom: 0.5em;
}
#filelinks .header {
  font-weight: bold;
  font-size: 1.0em;
}
.gal-img img {
  margin-bottom: 0!important;
}
.gal-img + h4 {
  margin-top: 0!important;
}
.sticker {
  font-size: 0.9em;
  border: 1px solid #cb6e06;
  border-bottom: none;
  padding: 0.5em;
}
.sticker:last-of-type {
  border-bottom: 1px solid #cb6e06;
}
.sticker h4 {
  font-weight: 600;
  margin-bottom: 0.5em;
}
@media (max-width: 767px) {
  .sticker {
    display: none;
  }
}
@media (min-width: 480px) {
  h2.titlelogo {
    float: left;
  }
  div.titlelogo {
    float: right;
    font-size: 32px;
    line-height: 1.3em;
  }
}