@charset "utf-8";

/*
Theme Name: PCA
Theme URI:
Description:
Author: olivier@capstone.nl
Version: 1.0
Tags:
*/

@font-face {
	font-family: "fontello";
	src: url('fonts/fontello.eot');
	src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg') format('svg');
}

.pnlm-panorama-info, .pnlm-title-box, .pnlm-author-box { display: none !important; }

html,
body {
	width:100%;
	height:100%;
	margin: 0;
}

a {
  cursor:pointer;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
/* WordPress Core -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.flex-center {
	-webkit-display:flex;
	-webkit-align-items:center;
	display:flex;
	align-items:center;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}


/* ==========================================================================
 * GENERAL
 * ========================================================================== */
body {
  color: #333333;
  font-family: "Crimson Text", serif;
  font-size: 1.125em;
  line-height: 1.55555;
  overflow-x: hidden;
}
@media (max-width: 1200px) {
  body {
    font-size: 1em;
  }
}

.padding {
  padding: 2em 15px;
}

	.padding + .padding {
		padding:0 15px 2em;
	}

.blue-box {
  background: #eff5f3;
}

.highlighted-information {
  background: #f1f6f5;
  padding: 1.9em;
  font-family: "PT Sans", sans-serif;
  font-size: 0.88889em;
  line-height: 1.86667;
}

	.highlighted-information h5 {
		margin-left:1.35em;
	}

.narrow {
  max-width: 600px;
}

.narrow-wrapper {
  max-width: 48em;
}

#main {
	overflow:hidden;
}

.hr {
  display: inline-block;
  margin: 0;
}
.hr:after {
  margin: 25px 0;
  content: "";
  background-image: url('images/hr.png');
  background-repeat: repeat-x;
  width: 300%;
  display: inline-block;
  height: 3px;
  left: -200%;
  position: relative;
}

hr {
  border: none;
  height: 3px;
  background-image: url('images/hr.png');
  background-repeat: repeat-x;
  margin: 2em 0;
}
hr.full-width {
  position: relative;
  left: -100%;
  width: 300%;
}
hr.line {
  background: #d9e6e6;
  height: 2px;
}

.introduction {
  margin-bottom: 4.5em;
}

/********** RESPONSIVE IMAGE ********* */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

	#slider-background img {
		max-width:none;
	}

/* ==========================================================================
 * TEXT (GENERAL)
 * ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
.h8 {
  line-height: 1.2;
  color: #678B8C;
  margin-top: 0;
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h8 a {
  color: #678B8C;
  font-style: normal;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h8 a:hover,
.h8 a:focus {
  color: #000;
}

h1 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin-bottom:.4em;
}

h2 {
  font-size: 1.77778em;
  line-height: 1.21875;
  color: #003866;
}
h2.light,
h3.light {
  color: #678a8b;
}

h3,
h1 + p,
h1 + div > p:first-child,
h1 + .image + p {
  font-size: 1.33em;
  line-height: 1.4;
  color: #333333;
}

h4 {
  font-size: 1.55556em;
  line-height: 1.21428;
  font-weight: 700;
  margin: 0 0 0.2em 0;
}

h5,
h6 {
  font-size: 1.33333em;
  line-height: 1.25;
}

h5 {
  font-weight: 700;
  margin: 0 0 0.2em 0;
}

.h7 {
  font-size: 1.16667em;
  line-height: 1.14285;
  text-transform: uppercase;
  font-weight: 700;
}

p {
  margin: 0 0 1em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #003866;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}
a:hover, a:focus {
  color: #f00;
}
a.read-more:after {
  content: " ÔÇ║";
}

/********** HEADER WITH TEXT ********* */
.header-with-link *,
.header-with-text * {
  display: inline-block;
  margin: 0;
}

.header-with-link {
  margin-bottom: 1em;
}
.header-with-link a {
  margin-left: 0.90909em;
  font-size: 1.22222em;
}

.header-with-text {
  font-family: "PT Sans", sans-serif;
}
.header-with-text span {
	color: #666;
	font-style: italic;
	margin: .5em 0 1rem;
	font:italic 1.15rem "Crimson Text", sans-serif;
	max-width: 75%;
}
.header-with-text p {
  display: block;
}

/********** FONTELLO ********* */
@font-face {
  font-family: "fontello";
  src: url('fonts/fontello.eot');
  src: url('fonts/fontello.eot?#iefix') format('embedded-opentype'), url('fonts/fontello.woff') format('woff'), url('fonts/fontello.ttf') format('truetype'), url('fonts/fontello.svg') format('svg');
}
[class^="icon-before-"]:before,
[class*=" icon-before-"]:before,
[class^="icon-after-"]:after,
[class*=" icon-after-"]:after,
.menu-item-has-children > a:after,
.tabs h6:before,
.tabs h5:before,
.fold-out-content h5:before,
.faq h6:before {
  font:1em "fontello";
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
}

[class^="icon-before-"]:before,
[class*=" icon-before-"]:before {
  margin-right: 0.2em;
}

[class^="icon-after-"]:after,
[class*=" icon-after-"]:after {
  margin-left: 0.2em;
}

/* ==========================================================================
 * LISTS
 * ========================================================================== */
ul {
  margin: 0.2em 0;
  padding:0;
}

	ul.pointer-list {
		list-style:none;
	}

	#main ul {
		margin:0 0 1em;
	}

#main li {
  list-style: none;
  padding-left:20px;
  margin-left:0;
}
	#main li:before {
	  content: "•";
	  color: #7f9b9c;
	  font-size: 1.25em;
	  position:absolute;
	  margin:-4px 0 0 -20px;
	}

.pointer-list .empty:before {
  display: none;
}
.pointer-list li:before,
#main .pointer-list li:before {
  content: "›";
  margin:0;
  font-size: 15px;
  line-height:21px;
}

#main .lines-list li {
  font-size: 0.83333em;
  font-family: "PT Sans", sans-serif;
  border-bottom: 1px solid #d9e6e6;
  padding: 10px 0;
}

	#main .lines-list li small {
		display:block;
		padding:5px 0 3px 11px;
	}

		#main .lines-list li small a {
			padding-left:0;
		}

		.lines-list li small span {
			font-weight:bold;
			display:inline-block;
			width:35px;
		}

#main .lines-list li:last-child {
  border-bottom: none;
}
#main .lines-list li a {
	font-style: normal;
	font-weight: normal;
	padding:0 10px;
	display:inline-block;
}
#main .lines-list li:before {
  padding: 0;
  position:absolute;
}
.lines-list.two-columns li:nth-last-child(2) {
  border-bottom: none;
}

#main .extra-links .pointer-list {
	margin-bottom:0;
}
#main .extra-links .pointer-list li:before {
	position:relative;
	padding:0 10px;
	top:-2px;
}
.extra-links li {
  line-height: 2.5;
}
.extra-links a {
  font-style: normal;
  font-weight: normal;
}

ul.two-columns:after {
  content: "";
  display: table;
  clear: both;
}
ul.two-columns li {
  width: 47%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: middle;
}

#main .documents-list li {
  background-image: url('images/document.svg');
  background-repeat: no-repeat;
  background-size: 1.5em auto;
  background-position: left center;
  padding-left: 2.5em;
}
.documents-list li:before {
  display: none;
}

/* ==========================================================================
 * TABLES
 * ========================================================================== */
.page table,
table.two-columns {
	width: 100%;
	margin:1em 0;
}

	.page.two-columns {
	  margin: 0.55556em 0 2.5em 0;
	}

.page table td,
table.two-columns td {
  width: 50%;
  padding: 7px 15px 7px 0;
}
.page table td + td,
table.two-columns td + td {
  text-align: right;
}
.page table tr:nth-child(odd),
table.two-columns tr:nth-child(odd) {
  background-attachment: fixed;
  background-color: white;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmViZjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(15%, #ffffff), color-stop(100%, #e6ebf1));
  background-image: -moz-linear-gradient(left, #ffffff 15%, #e6ebf1 100%);
  background-image: -webkit-linear-gradient(left, #ffffff 15%, #e6ebf1 100%);
  background-image: linear-gradient(to right, #ffffff 15%, #e6ebf1 100%);
}

table.alt-style td {
  font-size: 0.88889em;
  text-transform: uppercase;
  vertical-align:top;
}
table.alt-style td + td {
  font-family: "Crimson Text", serif;
  text-align: left;
  font-size: 1em;
  text-transform: initial;
}

table.case td p {
	margin-bottom:0;
}

table.three-columns {
  width: 100%;
}
table.three-columns thead {
  background: #ccd7e0;
  color: #003866;
  text-transform: uppercase;
  font-size: 0.88889em;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  text-align: left;
}
table.three-columns td,
table.three-columns th {
  width: 33.33333%;
  padding: 15px 30px;
}
table.three-columns td {
  font-style: italic;
  font-weight: bold;
}
table.three-columns tr:nth-child(even) {
  background: #edf1f4;
}

.staff-table {
  border: #dde9e9 solid 1px;
  width: 100%;
  margin-bottom: 3.2em;
}
.staff-table:last-child {
  margin: 0;
}

.staff-table > div {
	padding:2em 0;
	margin:0 2em;
	width:43%;
	display:inline-block;
}

.staff-table a {
  font-family: "PT Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
}
.staff-table .staff-table-content {
  border-bottom: #dde9e9 solid 1px;
}

/* ==========================================================================
 * FORMS
 * ========================================================================== */
input[type="search"] {
  border: solid 2px #b7d1d0;
  border-right: none;
  padding:15px 1.38889em;
  font-family: "PT Sans", sans-serif;
  float: left;
  width: 30em;
	-webkit-appearance: none;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  font-style: italic;
}
	#login-form input[type="text"]::-moz-placeholder {
		font-style:normal;
		color:#fff;
	}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
  font-style: italic;
}
	#login-form input[type="text"]::-ms-placeholder {
		font-style:normal;
		color:#fff;
	}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
}
	#login-form  input[type="text"]::-webkit-placeholder {
		font-style:normal;
		color:#fff;
	}
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  font-family: "PT Sans", sans-serif;
  padding: 0.5em;
  border: solid 2px #c9dddc;
  width: 100%;
}

	#login-form input[type="text"],
	#login-form input[type="password"] {
		margin-bottom:1em;
		width:300px;
		display:block;
	}

.api input {
	margin-bottom:.5em;
}

	.api input[type="radio"] {
		margin:0 3px 0 0;
	}

		.api label:last-child input[type="radio"] {
			margin-left:10px;
		}

#case_string.active,
#docs_string.active {
	background:url(images/ajax-loader.gif) no-repeat 95% center;
}

textarea {
  height: 15em;
}

input[type="submit"] {
  background: #26567d;
  border: none;
  font-style: italic;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  padding: 0.6em 2.22222em;
  float: left;
}
input[type="submit"]:hover, input[type="submit"]:focus {
  background: #333;
}


/* ==========================================================================
 * HEADER
 * ========================================================================== */

.header-bg {
  background: #003866;
  background: rgba(0, 56, 102, 0.9);
}

/********** LANGUAGE SELECTOR ********* */
#language-selector {
  width: 100%;
  position:relative;
  z-index:1;
}
#language-selector ul {
  float: right;
  margin: 0;
}
#language-selector li {
  position: relative;
  list-style: none;
  float: left;
}
#language-selector li a {
  padding: .5em 1.33333em;
  text-transform: uppercase;
  font-style: normal;
  color: #fff;
  font-size: 0.83333em;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  display: block;
  text-align: right;
}
#language-selector li a:hover, #language-selector li a:focus {
  background: #002e58;
}
#language-selector .sub-menu {
  display: none;
  float: none;
  margin: 0;
}
#language-selector .sub-menu li {
  margin: 0;
  float: none;
}
#language-selector .sub-menu li a {
  font-weight: normal;
}

.other-lang > a:after {
  content: "";
}

	.other-lang ul {
		position: absolute;
		background: #678a8b;
		display:none;
		z-index:6;
	}

		#language-selector .other-lang.open > ul {
			display:block;
		}

	.other-lang.open:before {
		content: "";
		position: fixed;
		z-index: 5;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.5);
		left:0;
		top:0;
	}

#language-selector .social {
	padding-left:10px;
	border-left:1px solid rgba(255,255,255,.3);
}

	#language-selector .social a {
		display:inline-block;
		padding:.5rem 0;
		width:22px;
	}

#faq {
	margin-bottom:2em;
}

#api-search h3 {
	margin:.25em 0;
}

#searchmode {
	margin:5px 10px 0px;
	color:#555;
	line-height:1;
	font-size:1rem;
}

	#searchmode div {
		margin-bottom:15px;
	}

#params {
	margin-top:-5px;
	display:none;
}

	#params div {
		margin:5px 0 15px 12px;
		font-size:1rem;
	}

		.active + #params {
			display:block;
		}

	#params h5 {
		font-size:1rem;
		margin-bottom:5px;
	}

	#params select {
		width:100%;
		font-size:1rem;
	}

	#params span {
		display:none;
		font-size:.8em;
		margin-left:12px;
	}

		#params span.active {
			display:block;
		}

	#params + input {
		margin-left:12px;
		float:right;
	}

	#params button {
		margin:0 5px 5px 0;
		border:1px solid #ccc;
		background:#eee;
	}

		#params button:last-child {
			margin-bottom:15px;
		}

		#params button.active {
			background:lightblue;
		}

	#add-param {
		color:#678B8C;
		font-weight:normal;
		font-style:normal;
		text-decoration:underline;
		margin:5px 0 10px 12px;
		display:inline-block;
	}

.logo {
	display:block;
	height:170px;
	margin:0;
  background-image:url('https://pca-cpa.org/wp-content/themes/pca/images/logo-pca-x2.png');
  background-size: contain;
  background-position: center; 
  background-repeat: no-repeat;
	/* background:url(https://docs.pca-cpa.org/2024/09/54ee44ec-logo-125th.png) no-repeat center !important; */
	filter:invert(0%);
	/* background-size:auto 32%; */
	position:relative;
	opacity:.9;
}
.logo_header {
  display:block;
  height:170px;
  margin:0;
  background-image:url('https://pca-cpa.org/wp-content/themes/pca/images/logo-pca-x2.png');
  background-size: contain;
  background-position: center; 
  background-repeat: no-repeat;
  /* background:url(https://docs.pca-cpa.org/2024/09/54ee44ec-logo-125th.png) no-repeat center !important; */
  filter:invert(0%);
  /* background-size:auto 32%; */
  position:relative;
  opacity:.9;
}
/* .logo:before {
		content:"";
		display:inline-block;
		position:absolute;
		height:100%;
		width:40%;
		baackground:url(https://docs.pca-cpa.org/2024/03/a089188d-text-en-white.svg) no-repeat 50% center;
		background-size:30%;
	} */

.logo:after {
		width:70%;
		background:url(https://docs.pca-cpa.org/2024/03/a089188d-text-fr-white.svg) no-repeat 50% center;
		background-size:70%;
		right:0;
	}

.logo img {display:none;}

/********** MENU ********* */
.menu-bg {
  background: rgba(241, 246, 244, 0.9);
}

header nav  {
  margin-left: -17px;
}
	header nav ul {
	  margin: 0;
	}

	header nav li {
	  float: left;
	  list-style: none;
	}

		*[dir="rtl"] nav li {
			float:right;
		}

		*[dir="rtl"] nav .aside {
			float:left;
		}

	header nav li.current-menu-item > a,
	header nav a:hover,
	header nav a.active,
	.login {
	  background-color: #94adae;
	  color: #fff;
	}
	header nav a {
	  color: #133958;
	  text-transform: uppercase;
	  padding: 0 1em;
	  font:bold 16px/40px "PT Sans", sans-serif;
	  float: left;
	}

header nav .aside {
  float: right;
  right:-17px;
  margin:0;
}

	header nav .aside a {
		padding:0 10px;
	}

header nav .icon-before-search:before,
header nav .icon-before-login:before {
  font-size: 1.5em;
  line-height:40px;
  display:block;
}
.icon-before-search:before {
  content: '\e800';
}
header nav .icon-before-login:before {
  content: '\e801';
}

/********** SEARCH ********* */
.search-bg {
  background: #d8e2e5;
  height: 0;
  width: 100%;
  overflow: hidden;
  -moz-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  position:absolute;
  z-index:4;
  left:0;
  margin-top:40px;
}

	.icon-before-search.open {
		background: #d8e2e5;
	}

		.icon-before-search.open + div {
		  height: 11.11111em;
		  border-bottom: solid 2px #c7d0d3;
		}

	.search-bg .search {
		margin-top:70px;
	}

.search-bg input[type="submit"] {
  font-size: 1.33333em;
  line-height: 57px;
  padding: 0 1.5em;
}
/* ==========================================================================
 * NEWSLETTER
 * ========================================================================== */
.newletter {
  position: relative;
  margin: 0 auto;
  max-width: 1080px;
  padding: 20px 20px 50px 20px;
}
.newletter .wpcf7 {
  padding-bottom: 20px;
  border-bottom: solid 1px #fff;
}
.newletter form {
  display: flex;
  flex-direction: column;
}
.newletter .wpcf7-list-item {
  margin: 0;
}
.newletter .wpcf7-submit {
  margin-top: 20px;
}
.newletter .wpcf7-spinner {
  margin-top: 28px;
}
.newslcont p {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.newslcont p .wpcf7-form-control-wrap {
  width: 50%;
}
@media (max-width: 1200px) {
    .newletter {
      max-width: 890px;
    }
}
@media (max-width: 990px) {
    .newletter {
      max-width: 670px;
    }
}
@media (max-width: 768px) {
    .newletter {
      max-width: 100%;
        padding: 20px 0;
    }
    .newslcont p {
      flex-direction: column;
      gap: 0px;
    }
    .newslcont p .wpcf7-form-control-wrap {
      width: 100%;
    }
}
/* ==========================================================================
 * FOOTER
 * ========================================================================== */
.footer {
  padding: 1.48148em;
  background: #133958;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-size: 0.88889em;
  line-height: 1.625;
  margin-top: 4.375em;
}
.footer h6,
.login h6 {
	display:inline-block;
	color: #fff;
	font-family: "Crimson Text", serif;
	margin: 0 0 0.4em;
	font-size: 1.5em;
	line-height: 1.5;
}
.footer a {
  color: #fff;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}
.footer .col-md-4 {
  padding-left: 4.16667em;
}
.footer .underline {
  text-decoration: underline;
}

.footermenu li {
  list-style: none;
  margin: 0;
  line-height: 2.25;
}

footer .icon-before-facebook,
footer .icon-before-youtube,
footer .icon-before-linkedin,
footer .icon-before-twitter {
  font-size: 1.5em;
  margin-right: 10px;
  left: -6px;
  position: relative;
}

.icon-before-facebook:before {
  content: "";
}

.icon-before-youtube:before {
  content: "";
}

.icon-before-linkedin:before {
  content: "";
}

.icon-before-twitter:before {
  content: "";
}

.postfooter {
  background: #0e2c46;
  padding: 1.33333em;
  color: #fff;
  text-align: center;
  font-size: 0.83333em;
  margin:0;
}
	.postfooter li {
	  display: inline-block;
	  margin: 0 1.33333em;
	  text-transform: uppercase;
	}
	.postfooter a {
	  color: #fff;
	  font-style: normal;
	  text-decoration: underline;
	  font-weight: normal;
	}

.breadcrumbs {
  margin: 1.5em 0 0 0;
}
.breadcrumbs a {
  font-style: normal;
}

.pagination {
  text-align: center;
}
	.pagination a,
	.gsc-results .gsc-cursor-box .gsc-cursor-page {
	  display: inline-block;
	  margin: 0;
	  padding: 0 0.4em !important;
	  font:21px "PT Sans", sans-serif !important;
	  color: #133958 !important;
	  text-decoration:none !important;
	}

	.pagination a:hover,
	.gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	  text-decoration: underline !important;
	}

	.pagination a.active,
	.gsc-results .gsc-cursor-page.gsc-cursor-current-page,
	.gsc-results .gsc-cursor-page.gsc-cursor-current-page:hover {
	  background: #133958 !important;
	  color: #fff !important;
	  text-decoration:none !important;
	}

	.pagination a.previous {
	  margin-right: 1.5em;
	}

	.pagination a.next {
	  margin-left: 1.5em;
	}

.gsc-results .gsc-cursor-box {
	text-align:center;
	border:none !important;
}

.gsc-control-cse .gsc-table-result {
	font-family: "PT Sans", sans-serif !important;
}

.slider .col-md-4,
.slider .col-md-8 {
  height: 429px;
}

#slider-background {
  position: absolute;
  width: 100%;
  height: 640px;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
}

	#slider-background:after {
	  content: "";
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  height: 625px;
	  width: 100%;
	  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	  background-size: 100%;
	  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
	  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
	}

	#slider-background img {
		position:absolute;
		margin: 0 auto;
		top:0;
		left:-9999px;
		right:-9999px;
		opacity:0;
		-webkit-transition:opacity 2s;
		-ms-transition:opacity 2s;
		transition:opacity 2s;
	}

		#slider-background img.active {
			opacity:1;
		}

#nav-dots {
	position: absolute;
	top:575px;
	text-align: center;
	width: 100%;
	z-index:1;
}

	.slider-small #nav-dots {
		top:465px;
	}

	#nav-dots li {
		display: inline-block;
		margin: 0 7px;
		width:10px;
		height:10px;
		background:#fff;
		border-radius:100%;
		cursor:pointer;
	}

		#nav-dots li.active {
			background-color:#94adae;
		}

.slider-small {
  height: 350px;
}
.slider-small #slider-background {
  height: 520px;
}
.slider-small #slider-background:after {
  height: 411px;
}

.slider-content {
  height: 380px;
  max-width: 780px;
  display: table-cell;
  vertical-align: middle;
}
.slider-content h1,
.slider-content h3 {
  color: #fff;
}
.slider-content h1 {
  line-height: 0.57;
}

/* ==========================================================================
 * FOLD-OUTS
 * ========================================================================== */
.b-m {
	margin-bottom:50px;
}

.t-m {
	margin-top:25px;
}

.notice {
	background:#f0f5f4;
	padding:30px;
}

	.notice h3 {
		color:#678B8C;
		font:700 1.5em/1 "PT Sans", sans-serif;
		margin-bottom:.75em;
	}

	.notice h4 {
		color:#333;
		font:700 1em "PT Sans", sans-serif
	}

.fold-out {
  font-family: "PT Sans", sans-serif;
  width: 100%;
  border-bottom: solid 2px #dfe6e6;
  clear:both;
}

.fold-out .fold-out-content {
  display: none;
  margin-top: 0.8em;
  padding-left:1em;
}

	.fold-out-content ul {
		margin-bottom:0;
	}

		.fold-out-content h5 {
			cursor:pointer;
		}

		p.fold-out-intro-text {
			font-style: italic;
			margin:0 0 1em 2em;
			max-width: 750px;
		}

			.download-links p {
				margin-left:0;
			}

		.fold-out-content h5 + div {
			display:none;
		}

			.fold-out-content h5.open + div {
				display:block;
			}

		h5.open.always {
			margin-left:1.5em;
			cursor:default;
		}

			 h5.open.always:before {
				display:none;
			}

.fold-out-toplevel {
	margin-top:1em;
}

	.fold-out-toplevel h5.open.always,
	.fold-out-toplevel p.fold-out-intro-text {
		margin-left:0;
	}

.fold-out:last-child {
  border: 0;
}
.fold-out h6.open + div,
.fold-out a.open + div {
  display: block;
  padding-bottom: 2em;
}
.fold-out hr {
  margin: 1em 0;
}

.tabs h6,
.faq h6,
.cases h6 {
	padding: 0.4em 0;
	font-size: 1.77778em;
	font-style: normal;
	line-height: 1.3;
	margin: 0;
	cursor:pointer;
	display:flex;
	align-items:center;
}

	.tabs h6 a {
		font-weight:inherit;
	}

	.tabs h6:before,
	.tabs h5:before,
	.fold-out-content h5:before,
	.faq h6:before,
	.cases h6:before {
	  content: "";
	  color: #b7d1d0;
	  font-size: 30px;
	  margin-right: 0.1em;
	  -webkit-transform: rotate(-90deg);
	  transform: rotate(-90deg);
	  width: 35px;
	  height: 32px;
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  flex-shrink: 0;
	}

	h5.open:before,
	a.open h6:before,
	h6.open:before {
	  -ms-transform: rotate(0);
	  -webkit-transform: rotate(0);
	  transform: rotate(0);
	}

.login {
	padding:1.5em 0;
	margin-top: -40px;
	z-index: 1;
	position: relative;
}

	.login input[type="text"],
	.login input[type="password"] {
		background-color:#94adae;
	}

	.login input::-webkit-input-placeholder { color:#fff; }
	.login input::-moz-input-placeholder { color:#fff; }

	.login a {
		display:inline-block;
		background:#75898a;
		color:#fff;
		font:14px/26px "PT Sans", sans-serif;
		height:28px;
		padding:0 10px;
		border-radius:3px;
		text-decoration:underline;
		margin-left:25px;
		vertical-align:text-bottom;
	}

/* ==========================================================================
 * HOME
 * ========================================================================== */
/********** SHOWCASE ********* */
.intro-text {
  position: absolute;
  left: 0.83333em;
  padding-right: 0.83333em;
  bottom: 3.55556em;
  width:610px;
}
.intro-text p {
  font-size: 37px;
  line-height:125%;
  margin-bottom: 0.43478em;
  color: #fff;
  text-shadow: 0px 0px 0.63043em rgba(0, 0, 0, 0.59);
}
.intro-text a {
  color: #fff;
}
@media (max-width: 1200px) {
  .intro-text p {
    font-size: 2.2em;
  }
}

.search-and-reference {
  background: #133958;
  background: rgba(19, 57, 88, 0.9);
  padding: 1.5em 2em;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 3;
  width: 100%;
  max-width: 20em;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  line-height:150%;
}
.search-and-reference li a {
  font-size: 0.95em;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  padding:5px;
}
.search-and-reference li a:hover, .search-and-reference li a:focus {
  text-decoration: underline;
}
.search-and-reference h5 {
  color: #fff;
  margin-bottom: 14px;
  font-weight: 700;
}
.search-and-reference input {
	padding: 0.55556em 1.66667em 0.55556em 0.55556em;
	margin-bottom: 1.38889em;
	background:#fff url('images/search-icon.svg') no-repeat 95% center;
	background-size: 0.94444em;
	width: 100%;
	border-radius:0;
	border: none;
}
.search-and-reference input[type="search"]:-moz-placeholder {
  color: #475a59;
}
.search-and-reference input[type="search"]::-moz-placeholder {
  color: #475a59;
}
.search-and-reference input[type="search"]:-ms-input-placeholder {
  color: #475a59;
}
.search-and-reference input[type="search"]::-webkit-input-placeholder {
  color: #475a59;
}

.services .col-md-6:nth-child(2n+1) {
	clear:both;
}

.services .extra-links {
  margin-left: 5.55556em;
}

.service {
  padding-left: 5.55556em;
  background-position: top left;
  background-repeat: no-repeat;
  margin-bottom: 2.77778em;
}

	.about .service,
	.relations .service {
		padding-left:0;
	}

.service a,
.service p {
  display: inline;
}

.service--as { background-image: url('images/arbitration-services.svg'); }
.service--aa { background-image: url('images/appointing-authority.svg'); }
.service--mc { background-image: url('images/mediation-conciliation.svg'); }
.service--ff { background-image: url('images/fact-finding-commissions-of-inquiry.svg'); }

.service--gt {
  background-image: url('images/guest-tribunals.svg');
  background-size:3.3em auto;
  background-position:21px 0;
}

.service--hf {
  background-image: url(https://docs.pca-cpa.org/2020/08/20fd62d2-icon-hearing-facilities.svg);
  background-size:3.5em auto;
  background-position:12px 0;
}
/********** NEWS AND CASES ********* */
.news-and-cases .date-and-place {
  margin: 1.66667em 0 0.55556em 0;
  font-family: "PT Sans", sans-serif;
  color: #678a8b;
}

/********** IN THE SPOTLIGHT ********* */
.in-the-spotlight {
	position:relative;
	overflow:hidden;
}
.in-the-spotlight .item {
  position: relative;
  height:380px;
  overflow:hidden;
  margin-bottom:1.5rem;
}
.in-the-spotlight .item:hover header {
  background: rgba(0, 0, 0, 0.71);
}
.in-the-spotlight header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #678a8b;
  background: rgba(103, 138, 139, 0.71);
  padding: 1.11111em;
}
.in-the-spotlight h2 {
  color: #fff;
  margin: 0;
  font-style: normal;
}
.in-the-spotlight img {
	height:100%;
	object-fit:cover;
}
.in-the-spotlight a {
  color: #fff;
}
.row.scroll {
	width:200%;
	transition:all 2.5s ease-in-out;
}
.row.scroll.manual {
	transition:all 1s ease-in-out;
}
.row.scroll.mobile {
	transition:all .5s ease-in-out;
}
.row.scroll.reset {
	transition:none;
}
.row.scroll .col-md-4 {
	width:16.667%;
}
#controls {
	position:relative;
}
#controls a {
	background:#fff url(images/caret-left.svg) no-repeat center;
	background-size:80px;
	display:block;
	position:absolute;
	height:380px;
	width:80px;
	left:0;
	margin-left:-120px;
	z-index:1;
	opacity:.4;
}
#controls a:last-child {
	margin-left:10px;
	left:100%;
	transform:rotate(180deg);
}

.world-map {
  position: relative;
  margin: 2em 0;
}

	.world-map img {
		width:100%;
	}

.legends {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 100%;
}

.legend {
  display: block;
  margin-bottom: 0.55556em;
  font-style: italic;
  font-weight: bold;
  line-height: 30px;
  text-align:left;
}
.legend:before {
  content: "";
  border: solid 1px #818c8c;
  width: 44px;
  height: 28px;
  float: left;
  margin-right: 0.55556em;
}

.legend-dark:before {
  background: #93acad;
}

.legend-light:before {
  background: #d4e0e0;
}

/********** DOCUMENTS AND RESOURCES ********* */
.narrow-750,
.download-label {
  max-width: 750px;
}

.tab-labels {
  width: 100%;
  border-bottom: solid 2px #dfe6e6;
  margin-bottom: 2em;
}
.tab-labels:after {
  content: "";
  display: table;
  clear: both;
}
.tab-labels li {
  float: left;
  list-style: none;
  padding: 0.72222em 1.66667em;
  margin-bottom: -3px;
}
.tab-labels li.open {
  border-top: solid 2px #dfe6e6;
  border-left: solid 2px #dfe6e6;
  border-right: solid 2px #dfe6e6;
  border-bottom: solid 3px #fff;
}
.tab-labels li:before {
  display: none;
}
.tab-labels li a {
  font-style: normal;
  font-family: "PT Sans", sans-serif;
  color: #678a8b;
  font-size: 0.88889em;
  text-transform: uppercase;
}
.tab-labels li a:hover, .tab-labels li a:focus {
  color: #000;
}

.downloads .download {
  padding: 1em 6em;
  background-image: url('images/document.svg');
  background-size: 2em auto;
  background-repeat: no-repeat;
  background-position: 2em 1em;
}
.downloads .download:nth-child(even) {
  background-color: #edf1f4;
}
.downloads .download-label {
  font-size: 1.16667em;
  line-height: 1.19047em;
  color: #678a8b;
}
.downloads .download-links {
  font-family: "Crimson Text", serif;
  margin-top: 0.3em;
  font-style: italic;
}
#panels {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	grid-gap:10px;
	background:#f6f6f6;
	padding:20px;
}
#panels h5:before {
	display:none;
}
#panels ul {
	list-style:none;
	height:500px;
	overflow:auto;
}
#panels li {
	padding:15px;
	border:2px solid #eee;
	margin-bottom:4px;
	font:.9rem/1.5 "PT Sans",sans-serif;
	background:#fff;
	border-radius:5px;
}
	#panels li a {
		display:block;
		margin-top:.25rem;
	}
#panels li.selected {
	background:rgba(0, 56, 102, 0.9);
	color:#fff;
	font-weight:bold;
}
.selector li {
	cursor:pointer;
	position:relative;
}
	.selector li:after {
		content:"";
		width:24px;
		height:24px;
		display:block;
		position:absolute;
		background:url(images/arrow.svg) no-repeat;
		background-size:100%;
		right:5px;
		top:50%;
		margin-top:-12px;
	}

.services-lvl2 .extra-links {
  margin: 2em 0 0 0;
}
.services-lvl2 .row:first-child .service-lvl2 {
  padding-top: 0;
}
.services-lvl2 .row:last-child .service-lvl2 {
  border: 0;
  padding-bottom: 0;
}

.service-lvl2 {
  border-bottom: 1px #d0dddc solid;
  padding: 2em 0;
}

.service-background {
  background-position: right top;
  background-size: 9.5em auto;
  background-repeat: no-repeat;
}

/********** SERVICE DETAIL ********* */
#main .split-menu ul {
  background: #f1f6f5;
  margin: 0;
  padding: 0.7em 0;
  list-style:none;
}
#main .split-menu li {
	padding-left:0;
}
.split-menu h6 {
  background: #759596;
  padding: 0.45em 0.7em;
  color: #fff;
  margin: 0;
}
.split-menu li:before {
  display: none;
}
.split-menu li:first-child a {
  border: 0;
}
.split-menu a {
  font-family: "PT Sans", sans-serif;
  color: #678a8b;
  font-weight: normal;
  font-style: normal;
  border-top: 1px solid #b7c9c9;
  padding: 0.3em 1.2em;
  display: block;
}
.split-menu a:hover, .split-menu a:focus {
  color: #000;
}
.split-menu a.current-menu-item {
  background: #b7d1d0;
  font-weight: bold;
  border: 0;
}

.links-segment:first-child {
  margin-top: 5em;
}

/********** NEWS AND CASES ********* */
.results-per-page {
  margin-bottom: 2em;
  font-family: "PT Sans", sans-serif;
}

	.results-per-page {
	  font-size: 0.9em;
	  color: #678a8b;
	}

	.results-per-page select {
	  margin-left: 0.5em;
	  border: solid 2px #c9dddc;
	  color: #678a8b;
	}

.news-item {
  border-bottom: 1px solid #d9e6e6;
  padding-bottom: 2.7em;
  margin-bottom: 2.7em;
}
	.news-item:last-child {
	  border: none;
	}
	.news-item:after {
	  content: "";
	  display: table;
	  clear: both;
	}

.news-item-image {
  float: left;
  margin-right: 2em;
}

.news-item-content {
  padding-top: 1.5em;
}
.news-item-content .date {
  text-transform: uppercase;
  color: #678a8b;
  font-size: 0.88889em;
  font-family: "PT Sans", sans-serif;
}

.news-detail .date {
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  text-transform: uppercase;
  font-size: 1.16667em;
  color: #678a8b;
  margin-bottom: 0.6em;
}
.news-detail .image {
  margin: 0.5em 0 1.5em 0;
}

.view-slideshow {
  position: relative;
  height: 200px;
}
.view-slideshow .text-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
}
.view-slideshow a,
.gallery-wrapper.single .label {
	border: 1px #fff solid;
	padding: 0.5em 2em;
	border-radius: 1em;
	color: #fff;
	font:16px/217px "PT Sans", sans-serif;
	transition:all .3s ease;
}

.view-slideshow a:hover,
.view-slideshow a:focus,
.gallery-wrapper.single:hover .label {
  color: #000;
  background:#fff;
}

.news-detail-extra-information {
  margin-top: 4em;
}

.faq h6 {
	font-size: 1.4em;
	align-items:flex-start;
	padding:.5em 0;
}
.faq .fold-out-content-item {
  padding: 0 0 0 2.1em;
}

.secretary-general-image {
  float: left;
  margin-right: 2em;
}

.secretary-general-content h5,
.staff-function {
  font-size: 0.88889em;
  text-transform: uppercase;
  font-family: "PT Sans", sans-serif;
  color: #678a8b;
}

.secretary-general-content:after {
  content: "";
  display: table;
  clear: both;
}

.staff-detail .col-md-4 img {
  float: right;
}
.staff-detail h1 {
  margin-bottom: 0.2em;
}

#splash {
  background: url('images/splash.jpg') no-repeat;
  background-size: cover;
}

	#splash > div {
		margin:auto;
		position:absolute;
		top:0px;
		bottom:0px;
		left:0px;
		right:0px;
		height:350px;
	}

#splash .logo {
  margin:0 5% 60px;
  width:90%;
}

.language-selector-splash {
  text-align: center;
}
.language-selector-splash a {
  display: inline-block;
  color: #eff5f3;
  border: solid 2px #9db3c5;
  border-radius: 3em;
  padding: 0.7em 3em;
  text-transform: uppercase;
  font:1.1em "PT Sans", sans-serif;
  margin-top:1em
}
.language-selector-splash a:hover, .language-selector-splash a:focus {
	background:#eff5f3;
	border-color:#eff5f3;
	color:#003866;
}

.other-languages {
  font-size: 1.33333em;
  color: #fff;
  font-family: "PT Sans", sans-serif;
  text-align: center;
  text-transform: uppercase;
  margin-top: 3em;
}
.other-languages a {
  color: #fff;
  font-weight: normal;
  font-style: normal;
}
	.other-languages a:hover {
		text-decoration:underline;
	}
.other-languages li,
.other-languages ul,
.other-languages span {
  display: inline-block;
}
.other-languages li {
  margin: 0 0.35em;
}
.other-languages li:before {
  display: none;
}

.search-header h1 {
  font-style: italic;
  display: inline;
}
.search-header p {
  font-size: 1.75em;
  line-height: 1.71429em;
  font-family: "PT Sans", sans-serif;
  display: inline;
  margin-left: 0.5em;
}

.search-filters {
  margin-bottom: 1.5em;
}
.search-filters label {
  margin-right: 2em;
}

.search-result-breadcrumbs {
  color: #678a8b;
  font-weight: bold;
  font-style: italic;
}

.search-result {
  margin-bottom: 2em;
}

.pagination-search {
  text-align: left;
}

.gsc-results {
	margin-top:2em !important;
}

.gsc-control-cse,
.gsc-result-info,
.gsc-webResult.gsc-result {
	padding:0 !important;
}

.gsc-control-cse .gs-result .gs-title {
	height:auto !important;
	text-decoration:none !important;
}

.gs-webResult.gs-result a.gs-title,
.gs-webResult.gs-result a.gs-title b {
	color:#678B8C !important;
	text-decoration:none !important;
	font:700 24px/30px "PT Sans",sans-serif !important;
	margin: 0 0 0.2em 0 !important;
}

.gs-webResult .gs-visibleUrl {
	font:bold italic 18px/28px "Crimson Text", serif !important;
	color:#678a8b !important;
}

.gs-webResult .gs-snippet {
	font:18px/28px "Crimson Text", serif !important;
}

.gsc-webResult.gsc-result,
.gsc-webResult.gsc-result:hover {
	border:none !important;
	border-bottom: 1px solid #d9e6e6 !important;
	padding-bottom: 2.7em !important;
	margin-bottom: 2.7em !important;
}

.gsc-orderby-container,
.gsc-selected-option-container,
.gsc-result-info {
	font:16px/25px "PT Sans",sans-serif !important;
	color:#678a8b !important;
}

.gsc-control-cse .gsc-option-menu-container {
	background-color:buttonface !important;
	width:95px !important;
	text-align:left !important;
}

.gsc-selected-option-container {
	border:none !important;
	box-shadow:none !important;
	color:#678a8b !important;
}

#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 20;
	background: rgba(0, 0, 0, .6);
	text-align:center;
	display:table;
	top:0;
	left:0;
}

	.hidden,
	#overlay.hidden {
		display:none;
	}

	#viewer {
		display:table-cell;
		width:100vw;
		height:100vh;
		vertical-align:middle;
		line-height:1px;
	}

	#imgContainer {
		cursor:pointer;
		display:inline-block;
		position:relative;
		border:7px solid #fff;
		box-shadow:0 0 40px #333;
	}

		#imgContainer img {
			max-height:90vh;
			max-width:90vw;
		}

		#imgContainer:hover > .arrow {
			display:block;
		}

	figure {
		margin:0;
	}

	figcaption {
		background: rgba(0,0,0,.7);
		color:#fff;
		position: absolute;
		bottom: 15px;
		left: 15px;
		line-height: 2.5;
		padding: 0 15px;
		font-size: 1rem;
	}

	.arrow {
		background: #fff;
		position:absolute;
		top:50%;
		line-height:36px;
		font-size:24px;
		height:40px;
		color:#333;
		width:40px;
		display:none;
		text-align:center;
		margin:-20px -7px 0;
	}

		#next {
			right:0;
			padding:0 10px 0 10px;
		}

	#close {
		width:40px;
		height:40px;
		position: absolute;
		right: 0;
		background: white;
		line-height: 45px;
		font-size: 15px;
		font-weight:bold;
		margin:-7px -7px 0 0;
		text-align:center;
	}

.gallery-item {
	width:19%;
	display:inline-block;
	background:#f4f4f4;
	margin-right:1%;
	height:190px;
	font-size:.9rem;
	line-height:1.3;
	vertical-align:top;
}

	.gallery-item dd {
		margin:8px 10px 10px;
	}

	.gallery-wrapper.single .gallery-item:not(:first-child),
	.gallery-wrapper.single br,
	.gallery-wrapper.single .gallery-item dd {
		display:none;
	}

		.gallery-wrapper.single {
			display:flex;
			align-items:center;
			justify-content:center;
			width:33%;
			margin:0 0 1em 0;
		}

		.gallery-wrapper.single .gallery-item {
			width:100%;
			height:auto;
			margin:0;
		}

		.gallery-wrapper.single .label {
			position:absolute;
			line-height:1;
			cursor:pointer;
			pointer-events:none;
		}

#notice {
	position:absolute;
	background-color:#94adae;
	color:#fff;
	font:15px/150% "PT Sans", sans-serif;
	padding:9px 0;
	width:100%;
	z-index:1;
}

	#notice a {
		color:#fff;
		font:15px/1 "PT Sans", sans-serif;
		text-decoration:underline;
	}

/********** Media Gallery ********* */

.media_gallery {
  padding: 30px 0;
}
.filtercontainer {
  padding: 30px 0;
}
.media-filters {
  display: flex;
  column-gap: 10px;
}
.media-filters select {
  font-family: "PT Sans", sans-serif;
  padding: 4px 10px;
}
.mediagridtotal {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: visible !important;
    .pin-spacer {
        z-index: auto !important;
    }
}
.mediagrid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.mediaitem {
  background-color: #EEF3F8;
}
.mediaimage {
  position: relative;
  aspect-ratio: 2 / 1;
  overflow: hidden;
}
.cover-image {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;   
}
.mediainfo {
  padding: 20px;
}
.media_title {
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 16px;
}
.media_subtitle {
  font-size: 16px;
  margin-bottom: 16px;
}
.media_description {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 20px;
}
.media_terms {
  font-size: 16px;
  line-height: 120%;
  color: #678B8C;
}
.navholder {
  margin-top: 30px;
}
/* ==========================================================================
 * RESPONSIVE
 * ========================================================================== */
/********** GENERAL ********* */
.visible-phone {
  display: none;
}

@media (max-width: 1200px) {
  .intro-text p {
    font-size: 2.2em;
  }
}
@media (max-width: 900px) {
	#controls {
		display:none;
	}
}
@media (max-width: 767px) {
	#notice {
		position:static;
		line-height:20px;
		padding:15px 0;
	}

		#notice a {
			line-height:20px;
		}

  img {
    display: block;
    width: 100%;
  }

  h1 {
    font-size: 2.5em;
  }

  .col-md-6 {
    margin-bottom: 1em;
  }
  .col-md-6:last-child {
    margin-bottom: 0;
  }

  .breadcrumbs {
    margin: 1em 0;
  }

	.hidden-phone,
	.language-selector-phone,
	.search-phone,
	.open + .menu-bg .aside,
	.search-and-reference h5:first-child,
	.search-and-reference .search,
	#controls,
	.news-and-cases .item,
	#slider-background,
	.slider-small,
	.slider-small #slider-background {
		display: none;
	}

  .visible-phone,
  .icon-before-language-selector.open + ul,
  .icon-before-search.open + form {
    display: block;
  }

  .icon-before-menu {
    position: absolute;
    left: 1em;
    top: 1em;
  }
  .icon-before-menu:before {
    content: '\e806';
    color: #fff;
    font-size: 1.2em;
  }
  .icon-before-menu.open:before {
    content: '\e807';
  }
  .logo-small {
    margin: 0 auto;
    max-width: 75%;
    text-align: center;
    padding: 1em 0;
    line-height: 1;
  }
  .logo-small a {
    text-transform: uppercase;
    color: #fff;
    font-size: 1.2em;
    font-style: normal;
  }
  .menu-bg {
    display: none;
    background: #678b8c;
    color: #fff;
  }
  .menu-bg a {
    color: #fff;
  }
  .open + .menu-bg {
    display: block;
  }
  .open + .menu-bg .container {
    padding: 0;
  }

  .menu-title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
  }
  .menu-header {
    padding: 0.5em;
    position: relative;
    border-bottom: 3px solid #547273;
  }
  .icon-before-language-selector {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .icon-before-language-selector:before {
    content: '\e809';
    font-size: 1.6em;
  }
  .icon-before-search {
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .icon-before-search {
    font-size: 1.6em;
  }

  .language-selector-phone {
    background: #555;
    padding: 1em;
  }
  .language-selector-phone li {
    list-style: none;
  }
  .language-selector-phone ul {
    margin: 0;
  }
  .language-selector-phone a {
    font-size: 1.2em;
    font-weight: normal;
    font-style: normal;
    font-family: "PT Sans", sans-serif;
  }
  .search-phone.open {
    padding: 1em;
  }
  .search-phone input[type="search"] {
    width: 100%;
    margin-bottom: 1em;
  }

  .header nav li,
  .header nav a {
    float: none;
  }
  .header nav li {
    padding-left: 1em;
    border-bottom: 2px solid #547273;
  }
  .header nav a {
    width: 100%;
    display: block;
    font-weight: normal;
    font-size: 1.3em;
  }

  .close-menu {
    text-align: center;
    padding: 2em;
  }
  .icon-before-close {
    font-weight: normal;
    font-family: "PT Sans", sans-serif;
    font-style: normal;
    font-size: 1.2em;
  }
  .icon-before-close:before {
    content: '\e807';
    margin-right: 0.7em;
  }

	#main {
		padding:0 20px;
	}

  .intro-text {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    padding: 1em 0;
  }
  .intro-text p {
    font-size: 1.52778em;
  }

  .search-and-reference {
    position: relative;
    max-width: 100%;
    right: auto;
    padding: 1em;
  }

  .slider .col-md-4,
  .slider .col-md-8 {
    height: auto;
  }

  .slider .col-md-4 {
    padding: 0;
  }

  .hr:after {
	  width:100%;
	  left:0;
  }

  .news-and-cases .col-md-4:first-child .item {
    display: block;
  }

  .in-the-spotlight {
	  height:300px;
	  overflow:hidden;
	  width:300%;
  }

	  .in-the-spotlight > div.scroll > div.col-md-4 {
		  width:17%;
		  float:left;
		  padding-right:0;
	  }

  .slider {
    background: #49779C;
  }
  .service {
    padding: 5em 0 0 0;
  }

  .footer .col-md-4 {
    padding: 0;
    margin-bottom: 2em;
  }
  .services .extra-links,
  .footer .col-md-4:last-child {
    margin: 0;
  }

  .tab-labels {
    border: 0;
  }
  .tab-labels li {
    width: 100%;
    text-align: center;
    border: solid 2px #eee;
    margin-bottom: 5px;
  }
  .tab-labels li.open {
    border: solid 2px #000;
  }

  .fold-out-label h6 {
    font-size: 1.33333em;
  }

  .downloads .download {
    padding: 5em 1em 1em 1em;
    background-position: 1em 1em;
  }

  .staff-table td {
    display: block;
    width: 100%;
  }

  .fold-outs,
  .highlighted-information {
    margin-top: 1em;
  }

  .news-item-image {
    margin: 0;
    float: none;
  }

  .legends {
    position: relative;
    margin-top: 1em;
  }

  .language-selector-splash a {
    font-size: 1em;
  }
  .other-languages {
    font-size: 1em;
  }
  .other-languages li,
  .other-languages ul,
  .other-languages span {
    display: block;
  }

	.cases h1 {
		cursor:pointer;
	}

		.cases h1:after {
			content:"";
			width:40px;
			height:40px;
			display:inline-block;
			background-color:#94adae;
			color:#fff;
			font:1.4rem/40px fontello;
			text-align:center;
			float:right;
		}

		.cases + .col-md-4 {
			position: absolute;
			top: 70px;
			background: #eee;
			left: 0;
			padding:.75rem 1rem 1rem;
			z-index: 1;
			display:none;
		}

			.cases + .col-md-4.active {
				display:block;
			}
}

.svg {
  margin-right: 10px !important;
}

header nav li.current-menu-item>a, header nav a:hover, header nav a.active, .login {
background-color: #94adae !important;
}
header nav .icon-before-login::before {
display: none !important;
}
header nav .icon-before-search::before, header nav .icon-before-login::before {
display: none !important;
}



.icon-before-search.trigger {
background-image: url(https://pca-cpa.org/wp-content/themes/pca/images/search-icon.svg) !important;
background-size: 18px !important;
background-position: center center !important;
background-repeat: no-repeat !important;
width: 40px !important;
display: block !important;
height: 40px !important;
}

a.icon-before-login {
background-image: url(https://pca-cpa.org/wp-content/themes/pca/images/appointing-authority.svg);
background-size: 26px !important;
background-position: center center !important;
background-repeat: no-repeat !important;
width: 40px !important;
display: block !important;
height: 40px !important;
}
