* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #585858;
  font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.inactivescreen {
  overflow-y: hidden;
}

a,
.ui-widget-content .pub-entry a,
.ui-widget-content li.p-link a {
  color: #0075be;
  text-decoration: none;
}

a:hover,
.ui-widget-content .pub-entry a:hover,
.ui-widget-content li.p-link a:hover {
  text-decoration: underline;
}

select {
  padding: 5px;
  max-width: 100%;
}

.wrap {
  width: 100%;
  max-width: 1280px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
}

@media (min-width: 920px) {
  .wrap {
  }
}

#content-container .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-section {
  width: 100%;
}

.col{
  float: left;
  padding-right: 2rem;
}

.profile-pic {
  width: 90%;
  height: auto;
}

.full-width {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.full-width.no-margin {
  margin-top: 0;
}

.two-thirds {
  width: 64.7777%;
}

.one-half {
  width: 50%;
  padding: 2rem 1rem 2rem 0;
}

.one-third {
  width: 31.3333%;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.one-third:not(:last-child) {
  margin-right: 3%;
}

.one-fourth {
  width: 23%;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.one-fourth:not(:last-child) {
  margin-right: 2%;
}

.one-fourth,
.one-third,
.two-thirds,
.one-half {
  display: flex;
  flex-direction: column;
  float: left;
  padding: 2rem 1rem 2rem 0;
}

.no-pad {
  padding: 0;
}

.grey-box {
  background-color: #efecea;
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

@media screen and (max-width: 520px){
  .one-fourth {
    width: 100%;
  }
}

@media screen and (max-width: 768px) and (min-width: 521px){
  .one-fourth {
    width: 48%;
  }

  .one-fourth:nth-child(odd) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 768px){
  .one-third,
  .one-half,
  .two-thirds {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .grey-box {
    height: auto;
  }
}

@media screen and (min-width: 769px) {
	.grey-box.one-half {
		width: 48%;
	}

	.grey-box.one-half:last-child {
		margin-left: 2%;
	}
}

.grey-box select {
  margin-bottom: 20px;
}

.pub-entry {
  margin-bottom: 10px;
}

.main-search-box {
  width: 66.66%;
}

.main-search-box select {
  width: 100%
}

ul.news {
  list-style: disc;
  margin-left: 1rem;
}

ul.spaced {
  margin-bottom: 1rem;
}

.ui-accordion-content h3 {
  margin-top: 1rem;
}

#col-nav, .col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media (min-width: 920px) {
  #col-nav, .col  {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.25%;
            flex: 0 0 30.25%;
    max-width: 30.25%;
  }
}

@media (min-width: 1024px) {
  #col-nav, .col  {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
    max-width: 33.333%;
  }
}

@media (min-width: 920px) {
  #col-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    max-width: 65%;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  #col-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
    max-width: 74%;
  }
}

#header {
  padding: 0 0 15px 0;
  position: relative;
}

@media (min-width: 480px) {
  #header {
    padding: 0;
  }
  #header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#logo {
  padding: 1rem 0;
  width: 220px;
}

@media (min-width: 480px) {
  #logo {
    padding: 1rem 0;
    width: 230px;
  }
}

#logo img {
  display: block;
}

#logo a {
  display: block;
}

#logo a:hover {
	background-color: transparent;
}

@media (min-width: 480px) {
  #cat-search {
    max-width: 250px;
    margin-left: auto;
  }
}

@media (min-width: 920px) {
  #cat-search {
    max-width: 350px;
  }
}

#header {
    background-color: #0075be;
}

#local-header {
    background-color: #efecea;
    color: black;
}

#local-header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#local-header #site-title h2 {
  color: black;
}

#local-header .one-third {
  margin-right: 0;
}

#site-title h1 {
  position: relative;
  font-family: caecilia, sans-serif;
  line-height: 1.6em;
}

h3 {
  font-family: caecilia, sans-serif;
}

@media (max-width: 919px) {
  #site-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#site-title h2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 15px 0;
  font-family: caecilia, sans-serif;
}

#site-title h2 a {
  color: inherit;
  text-decoration: none;
}

#site-title h2 a:hover {
  text-decoration: underline;
}

h1.page-title {
  font-family: caecilia, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 1rem 0 1.5rem 0;
  color: #294567;
  display: block;
  width: 100%;
}

h2 {
  font-family: caecilia, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 1rem 0 .2rem 0;
  color: #294567;
  display: block;
  width: 100%;

}

h3 {
  font-size: 1.2rem;
}

.grey-box h2 {
  margin: 0rem 0 1rem 0
}

.page_content,
#content {
  line-height: 1.5;
  background: #edf2f8;
  padding: 2rem;
  font-size: 18px;
  font-size: 1.125rem;
}

.link-list li {
  line-height: 2rem;
}

#footer {
  padding: 50px 0;
  color: #fff;
  font-size: 14px;
}

#footer a {
  color: #fff;
  text-decoration: underline;
}

#footer a:hover, #footer a:focus {
  opacity: .8;
}

#footer .footer-upper {
  background: #294567;
  width: 100%;
  float: left;
}

#footer .footer-upper .branding {
  width: 100%;
  float: left;
  padding: 1.2rem 0;
}

#footer .footer-upper .logo {
  max-width: 200px;
  float: left;
}

#footer .footer-upper .footer-info {
  color: #fff;
  display: inline-block;
  float: left;
  position: relative;
  padding: 1rem 2rem 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

@media (max-width: 920px) {
  #footer .footer-upper .footer-info {
    padding: 1rem 0 0;
    width: 100%;
  }
}

#footer .footer-upper .social-links {
  height: 2rem;
  margin: .75rem 0 0;
  float: right;
}

@media (max-width: 920px) {
  #footer .footer-upper .social-links {
    float: left;
  }
}

#footer .footer-upper .social-links a {
  display: block;
  height: 100%;
  float: left;
  color: #fff;
  text-decoration: none;
}

#footer .footer-upper .social-links a svg {
  fill: #fff;
  height: 100%;
  width: 48px;
}

#footer .footer-lower {
  background-color: #141e2d;
  width: 100%;
  float: left;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 1rem 0;
}

#footer .footer-lower .copyright {
  float: left;
}

#footer .footer-lower .align-right {
  float: right;
}

@media (max-width: 920px) {
  #footer .footer-lower .align-right {
    float: left;
  }
}

#footer .footer-lower ul.menu {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

#footer .footer-lower ul.menu li {
  float: left;
  padding-left: 2rem;
}

@media (max-width: 920px) {
  #footer .footer-lower ul.menu li {
    padding-left: 0;
    display: inline;
    padding-right: 1rem;
  }
}

#footer .footer-lower ul.menu li a {
  text-decoration: none;
}

@media (min-width: 920px) {
	#footer .footer-lower ul.menu li:nth-of-type(6):before {
		content: ' | ';
		display: inline-block;
		padding-right: 25px;
	}
}

.separator {
	padding: 0 1rem;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pagebreak {
  height: 0;
  line-height: 0;
}

/*Google Search Engine */
.main-search-box #search {
	border: 1px solid rgb(133, 133, 133);
	padding-left: 10px;
	width: 82%;
}

@media screen and (max-width: 768px){
	.main-search-box #search {
		width: 81%;
	}
}



.main-search-box #search::placeholder {
	font-size: 14px;
}

.main-search-box #search:focus::placeholder {
  color: transparent;
}

.main-search-box .gsc-search-button-v2,
.main-search-box .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    border-color: #F3B500;
	border-radius: 3px;
    background-color: #F3B500;
    background-image: none;
    filter: none;
	padding: 0 10px;
	width: 16%;
}

.content-section .gsc-control-cse {
	padding-left: 0;
}

.content-section .gsc-search-button-v2 {
	padding: 10px 27px;
}

.content-section .gsc-control-cse .gsc-results {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

.content-section .gsc-webResult.gsc-result,
.content-section .gsc-webResult.gsc-result:hover {
    border: none;
    border-bottom: 1px solid #dae1e9;
    padding: 25px 0;
}

.content-section .gs-bidi-start-align.gs-snippet {
	/*float: left;
	margin-left: 10px;*/
}

.gsc-control-cse .gs-result .gs-image {
    border: none;
    width: 100%;
}

.gsc-table-cell-snippet-close, .gs-promotion-text-cell {
	font-size: 16px;
}

.gcsc-more-maybe-branding-root {
	display: none;
}

.content-section .gsc-control-cse .gsc-results .gsc-cursor-box {
	text-align: center;
}

.content-section .gsc-control-cse .gsc-results .gsc-cursor-page.gsc-cursor-current-page {
    color: #585858;
}

.content-section .gsc-control-cse .gsc-results .gsc-cursor-page {
    font-size: 18px;
    line-height: 28px;
    margin: 0 20px;
    color: #0075be;
    font-weight: bold;
}

.content-section .gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    background-color: transparent;
    border: none;
    display: inline-block;
    margin: 5px;
    padding: 5px;
	font-size: 16px;
}

/* Override for Jquery UI */

.ui-accordion .ui-accordion-header.ui-state-default {
  color:  #294567;
  border: none;
  border-bottom: 1px solid #efecea;
  background: transparent;
  font-size: 150%;
}

.ui-accordion .ui-accordion-header.ui-state-default:before {
  display: block;
  content: ' ';
  background-size: 28px 28px;
  height: 28px;
  width: 28px;
  float: left;
}

.ui-accordion .ui-accordion-header-active.ui-state-default:before {
  background-image: url('/images/minus.svg');
}

.ui-accordion .ui-accordion-header-collapsed.ui-state-default:before {
  background-image: url('/images/plus.svg');
}

.ui-accordion-header.ui-state-active {
  color: #294567;
}

.ui-accordion-content p {
  line-height: 1.5rem;
}

.ui-accordion .ui-widget-content {
  border: none;
}