.fontawesome {
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
}
.drop_shadow {
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
}
.hero_text_shadow {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
.transition100 {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.transition250 {
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
.rotate_90_degrees {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.blue {
  color: #31baed;
}
.yellow {
  color: #fcbc2c;
}
.green {
  color: #87c65b;
}
.nostyle {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
body,
html {
  background-color: #fff;
  color: #646464;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1 {
  font-size: 52px;
  color: #2c517b;
}
h2 {
  font-size: 40px;
  color: #31baed;
  margin-bottom: 25px;
}
h3 {
  font-size: 34px;
}
h4 {
  font-size: 28px;
  color: #31baed;
  margin-bottom: 25px;
}
h5 {
  font-size: 24px;
  color: #31baed;
  margin-bottom: 20px;
  margin-top: 35px;
}
h6 {
  font-size: 22px;
  color: #2c517b;
  margin-bottom: 18px;
  line-height: 1.35;
}
a {
  color: #31baed;
  text-decoration: none;
}
a:visited {
  color: #31baed;
  text-decoration: none;
}
a:hover {
  color: #fcbc2c;
  text-decoration: none;
}
a:active {
  color: #fcbc2c;
  text-decoration: none;
}
p {
  margin: 0;
  line-height: 1.8;
}
.main_text {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #646464;
}
.main_text p {
  margin-bottom: 20px;
}
.center,
.centre {
  text-align: center;
}
.maxwidth,
.max-width,
.max_width {
  max-width: 1300px;
}
.clearbreak {
  font-size: 0;
  height: 0;
  line-height: 0;
  clear: both;
}
.clearbreak.overlap_two_column_area {
  background: #ffffff;
  position: relative;
  z-index: 1;
}
.five {
  padding-bottom: 5px;
}
.ten {
  padding-bottom: 10px;
}
.fifteen {
  padding-bottom: 15px;
}
.twenty {
  padding-bottom: 20px;
}
.thirty {
  padding-bottom: 30px;
}
.forty {
  padding-bottom: 40px;
}
.fifty {
  padding-bottom: 50px;
}
.sixty {
  padding-bottom: 60px;
}
.seventy {
  padding-bottom: 70px;
}
.eighty {
  padding-bottom: 80px;
}
.ninety {
  padding-bottom: 90px;
}
.hundred {
  padding-bottom: 100px;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}
.my_guide {
  position: fixed;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: black;
  z-index: 9999999;
}
.old_browser_warning {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  padding: 20px;
  background: red;
  color: #fff;
  text-align: center;
  font: bold 18px/1.5 Arial, Helvetica, sans-serif;
}
.old_browser_warning a,
.old_browser_warning a:visited,
.old_browser_warning a:hover {
  color: #fff;
  text-decoration: underline;
}
.noscript_warning {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 9999;
  top: 0;
  padding: 20px;
  background: red;
  color: #fff;
  text-align: center;
  font: bold 18px/1.5 Arial, Helvetica, sans-serif;
}
footer {
  background: #2c517b;
  color: #ffffff;
  border-top: solid 10px #fff;
  margin-top: 60px;
}
footer a.back_top span {
  text-align: center;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  color: #87c65b;
}
footer .back_to_top_arrow {
  transform: rotate(90deg) scaleX(-1);
  margin-left: 43px;
  margin-bottom: -19px;
}
footer .entire_back_top_area {
  position: relative;
  margin-top: 100px;
}
footer .entire_back_top_area a {
  text-decoration: none;
}
footer .entire_back_top_area a.back_top_animated_arrow span {
  transform: rotate(90deg) scaleX(-1);
  display: inline-block;
  width: 65px;
  position: absolute;
  right: 55px;
  bottom: 29px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
footer .back_top_text {
  display: inline-block;
  color: #87c65b;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  margin-top: 19px;
  right: 0;
  position: absolute;
}
footer .fa {
  color: #fff;
}
footer .social_media_icons {
  font-size: 23px;
  float: right;
  margin-top: 10px;
}
footer .social_media_icons a {
  position: relative;
  top: 0;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
footer .social_media_icons a:hover {
  top: -3px;
}
footer .footer_main {
  min-height: 100px;
  padding-top: 40px;
  font-size: 18px;
}
footer img.footer_logo {
  padding-bottom: 30px;
  max-width: 225px;
}
footer .footer_col_1 {
  padding-bottom: 17px;
  line-height: 1.5;
}
footer .col_head_title {
  font-size: 20px;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 22px;
}
footer .toll_free_phone_number {
  padding-bottom: 10px;
}
footer .phone_number {
  padding-bottom: 30px;
}
footer .sub_footer {
  background: #1a416c;
  color: #ffffff;
  padding: 17px 0;
  font-size: 14px;
  width: 100%;
}
footer .sub_footer a,
footer .sub_footer a:visited {
  color: #ffffff;
  text-decoration: none;
}
footer .sub_footer a.kd_link:hover {
  text-decoration: underline;
}
footer .footer_col_2 ul.menu,
footer .footer_col_3 ul.menu {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
footer .footer_col_2 ul.menu li,
footer .footer_col_3 ul.menu li {
  margin-bottom: 14px;
  line-height: 1.3;
}
footer .footer_col_2 ul.menu a,
footer .footer_col_3 ul.menu a {
  color: #87c65b;
  text-decoration: none;
}
footer .footer_col_2 ul.menu a:hover,
footer .footer_col_3 ul.menu a:hover {
  text-decoration: underline;
}
footer div.copyright {
  float: left;
}
footer div.sub_footer_menu {
  float: left;
}
footer div.sub_footer_menu a {
  text-decoration: none;
}
footer div.sub_footer_menu a:hover {
  text-decoration: underline;
}
footer div.sub_footer_menu ul {
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0%;
}
footer div.sub_footer_menu ul li {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  border-left: solid 1px rgba(255,255,255,0.5);
}
body.home footer {
  margin-top: 0;
}
ul {
  list-style-type: disc;
}
ul li {
  margin-bottom: 5px;
}
div.accordion_area div.question {
  color: #31baed;
  cursor: pointer;
  border-bottom: solid 1px #31baed;
  padding-bottom: 7px;
  margin-bottom: 27px;
}
div.accordion_area div.question span:after {
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  content: "\f107";
  float: right;
  border: solid 1px #31baed;
  width: 30px;
  text-align: center;
  line-height: 28px;
  font-size: 24px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
div.accordion_area div.question:hover span:after {
  color: #fff;
  background: #31baed;
}
div.accordion_area div.question.question.open span:after {
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  content: "\f106";
}
div.accordion_area div.answer {
  margin-bottom: 40px;
  padding-left: 40px;
}
div.accordion_area div.answer ul {
  margin-bottom: 20px;
}
div.accordion_area div.answer ul li {
  margin-bottom: 10px;
}
div.hero_image {
  width: 100%;
  overflow: hidden;
  -moz-box-shadow: inset 0 0 200px #000000;
  -webkit-box-shadow: inset 0 0 200px #000000;
  box-shadow: inset 0 0 200px #000000;
}
div.hero_image div.container {
  position: relative;
}
div.hero_image .text_area {
  color: #fff;
  top: 60%;
  position: absolute;
  max-width: 650px;
}
div.hero_image .text_area a {
  color: #fcbc2c;
}
div.hero_image .text_area p {
  margin-bottom: 20px;
}
div.hero_image .text_area .big_title {
  font-size: 65px;
  font-weight: bold;
  letter-spacing: 1px;
  font-kerning: normal;
  line-height: 1.1;
  margin-bottom: 10px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
  color: #fff;
}
div.hero_image .text_area .small_title {
  font-size: 38px;
  letter-spacing: 0.5px;
  font-kerning: normal;
  line-height: 1.15;
  margin-bottom: 25px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
div.hero_image .text_area .blurb {
  font-size: 22px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
div.hero_image .text_area:before {
  content: "";
  border-bottom: solid 1px #fff;
  width: 250px;
  display: inline-block;
  top: -30px;
  left: -100px;
  position: absolute;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
div.hero_tabs_outer {
  width: 100%;
}
div.hero_tabs_inner {
  display: flex;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  justify-content: space-between;
}
div.hero_tabs_inner span.hero_tab {
  display: inline-block;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #ffffff;
  float: none;
  background: rgba(100,100,100,0.7);
  cursor: pointer;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
div.hero_tabs_inner span.hero_tab a {
  color: #ffffff;
  text-decoration: none;
}
div.hero_tabs_inner span.hero_tab.blue {
  background: #31baed;
}
div.hero_tabs_inner span.hero_tab.yellow {
  background: #88C65D;
}
div.hero_tabs_inner span.hero_tab.green {
  background: #87c65b;
}
div.hero_image_interior {
  -moz-box-shadow: inset 0 -250px 90px -50px rgba(44,81,123,0.5);
  -webkit-box-shadow: inset 0 -250px 90px -50px rgba(44,81,123,0.5);
  box-shadow: inset 0 -250px 90px -50px rgba(44,81,123,0.5);
}
div.hero_image_interior .container {
  height: 37vw;
}
div.hero_image_interior .text_area {
  color: #fff;
  position: absolute;
  max-width: 840px;
}
body.single h6 {
  margin-top: 37px;
}
body.single div.hero_image {
  height: 450px;
  margin-bottom: 56px;
  -moz-box-shadow: inset 0 -250px 90px -50px rgba(44,81,123,0.5);
  -webkit-box-shadow: inset 0 -250px 90px -50px rgba(44,81,123,0.5);
  box-shadow: inset 0 -250px 90px -50px rgba(44,81,123,0.5);
}
body.single div.the_date {
  margin-bottom: 20px;
  font-weight: bold;
}
body.single .label_text {
  font-weight: 500;
}
ul.cat_list {
  list-style: none;
  padding-left: 0;
  padding-bottom: 10px;
}
ul.cat_list li {
  float: left;
}
ul.cat_list li:after {
  content: ",";
  padding-right: 8px;
}
ul.cat_list li:last-child:after {
  content: "";
}
ul.cat_list li a {
  color: inherit !important;
  pointer-events: none !important;
}
div.shaded_area {
  padding: 10px 40px;
}
div.shaded_area.pdf_area .label_text {
  margin-bottom: 3px;
}
div.shaded_area div.each_pdf {
  margin-bottom: 8px;
}
div.shaded_area div.each_pdf .fa {
  padding-right: 10px;
  color: #31baed;
  font-weight: 900;
}
div.shaded_area .main_text {
  padding-bottom: 12px;
}
.entire_shaded_area {
  padding: 13px 0;
}
div.back_button {
  margin-top: 50px;
}
div.back_button svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
body.single-latest_news .container_outer {
  padding-top: 130px;
}
body.single-latest_news div.top_menu_area {
  background: #2c517b;
}
body.single-latest_news img.post_image {
  margin-top: 12px;
  margin-bottom: 30px;
  max-width: 900px;
  height: auto;
  width: 100%;
}
body.page-id-207 .outer_box .image_area {
  height: 260px;
}
body.page-id-207 .the_date {
  display: none;
}
body.single-case_summary .the_date {
  display: none;
}
div.bottom_pillars {
  z-index: 1;
  position: relative;
}
div.bottom_pillars .pillar {
  height: 600px;
}
div.bottom_pillars .pillar .bg_image {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
div.bottom_pillars .pillar .blurb {
  position: absolute;
  color: #fff;
  z-index: 1;
  width: 100%;
}
div.bottom_pillars .pillar .blurb .text {
  display: block;
  margin: 0 auto;
  padding: 4vw 4vw 0;
}
div.bottom_pillars .pillar .blurb .text h4 {
  padding-bottom: 20px;
  color: #fff;
  margin: 0;
}
div.bottom_pillars .pillar .blurb .text h4 a {
  color: #fff;
  text-decoration: none;
}
div.bottom_pillars .pillar .blurb .text h4 a:visited {
  text-decoration: none;
  color: #fff;
}
div.bottom_pillars .pillar .blurb .text h4 a:hover {
  text-decoration: underline;
  color: #fff;
}
div.bottom_pillars .pillar .blurb .text .the_content,
div.bottom_pillars .pillar .blurb .text p,
div.bottom_pillars .pillar .blurb .text .the_date,
div.bottom_pillars .pillar .blurb .text .read_more {
  font-size: 20px;
}
div.bottom_pillars .pillar .blurb .text .the_date {
  padding-top: 1vw;
}
div.bottom_pillars .pillar .blurb .text .read_more {
  padding-top: 1.5vw;
}
div.bottom_pillars div.pillar_1:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(49,186,237,0.8);
  z-index: 1;
  border-right: solid 10px #fff;
}
div.bottom_pillars div.pillar_2:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(252,188,44,0.8);
  z-index: 1;
  border-right: solid 10px #fff;
}
div.bottom_pillars div.pillar_3:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(135,198,91,0.8);
  z-index: 1;
}
div.top_pillars_area {
  margin: 65px 0 100px;
}
div.top_pillars_area .blue,
div.top_pillars_area .yellow,
div.top_pillars_area .green {
  display: block;
}
div.top_pillars_area div.top_pillars .pillar_icon {
  margin-bottom: 35px;
}
div.top_pillars_area div.top_pillars .pillar_icon img {
  max-width: 150px;
}
div.top_pillars_area div.top_pillars .blurb {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
  padding: 0 3vw;
}
div.top_pillars_area div.top_pillars .col {
  padding: 0 3vw 50px;
}
body.home div.hero_image,
body.home div.hero_image div.container {
  height: 47vw;
}
body.home div.slider_area div.inner_content {
  margin-left: 45px;
}
body.home div.slider_area h1 {
  margin-bottom: 40px;
  margin-top: 50px;
}
body.home div.slider_area h2 {
  margin-bottom: 40px;
  margin-top: 50px;
  color: #2c517b;
}
body.home div.slider_area h3 {
  color: #2c517b;
  margin-bottom: 30px;
}
body.home div.slider_area h3 a {
  color: #2c517b;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
body.home div.slider_area h3 a:hover {
  color: #31baed;
  text-decoration: none;
}
body.home div.slider_area .animated_arrow_buttons {
  margin-top: 40px;
}
.each_box {
  border: solid 1px #31baed;
  max-width: 400px;
  padding: 45px;
  width: 100%;
}
.each_box .box_title {
  font-weight: bold;
  color: #2c517b;
  border-bottom: solid 3px #31baed;
  margin-bottom: 27px;
  padding-bottom: 5px;
  font-size: 24px;
}
.each_box em {
  font-size: smaller;
  padding-top: 17px;
  display: inline-block;
}
.each_box hr {
  border-top: 1px solid rgba(0,0,0,0.2);
}
.each_box img.contact_icon {
  vertical-align: text-bottom;
  margin-right: 8px;
}
.visit_box,
.email_box {
  height: 100%;
}
div.main-carousel {
  width: 700px;
}
div.main-carousel div.carousel-cell div.image_each {
  width: 500px;
  height: 500px;
  margin: 20px 15px;
  -webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.75);
}
div.main-carousel .flickity-button {
  background: none;
  color: #31baed;
  border: solid 1px #31baed;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
div.main-carousel .flickity-button:hover {
  background: #31baed;
  color: #ffffff;
}
div.main-carousel .flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 0;
  top: auto;
  z-index: 1;
  bottom: -50px;
  margin-left: 6px;
  margin-right: -8px;
}
div.main-carousel .flickity-page-dots .dot {
  opacity: 1;
  border: solid 1px #31baed;
  background: none;
}
div.main-carousel .flickity-page-dots .dot.is-selected {
  background: #31baed;
}
div.line_efx {
  width: 100%;
  text-align: center;
  display: block;
  margin: 80px 0 15px;
}
div.line_efx span {
  display: inline-block;
  border-bottom: solid 2px #31baed;
  width: 150px;
}
.page-id-287 div.line_efx span,
.parent-pageid-287 div.line_efx span,
.page-template-resources-page div.line_efx span,
.page-id-380 div.line_efx span {
  border-bottom: solid 2px #62A04A;
}
.page-id-287 .breadcrumbs .breadcrumb_last,
.parent-pageid-287 .breadcrumbs .breadcrumb_last,
.page-template-resources-page .breadcrumbs .breadcrumb_last,
.page-id-380 .breadcrumbs .breadcrumb_last {
  color: #62A04A;
}
div.left_line_efx {
  position: absolute;
}
div.left_line_efx span {
  display: inline-block;
  border-bottom: solid 2px #31baed;
  width: 200px;
}
div.animated_arrow_buttons div.blue_link a {
  color: #31baed;
  text-decoration: none;
}
div.animated_arrow_buttons div.blue_link a:hover svg {
  width: 40px;
}
div.animated_arrow_buttons div.blue_link a polygon {
  fill: #31baed;
}
div.animated_arrow_buttons div.blue_link a line {
  stroke: #31baed;
}
div.animated_arrow_buttons div.white_link a {
  color: #ffffff;
  text-decoration: none;
}
div.animated_arrow_buttons div.white_link a:hover svg {
  width: 40px;
}
div.animated_arrow_buttons div.white_link a polygon {
  fill: #ffffff;
}
div.animated_arrow_buttons div.white_link a line {
  stroke: #ffffff;
}
div.animated_arrow_buttons div.green_link a {
  color: #87c65b;
  text-decoration: none;
}
div.animated_arrow_buttons div.green_link a:hover svg {
  width: 40px;
}
div.animated_arrow_buttons div.green_link a polygon {
  fill: #87c65b;
}
div.animated_arrow_buttons div.green_link a line {
  stroke: #87c65b;
}
div.animated_arrow_buttons svg {
  width: 20px;
  height: 20px;
  transition: width 500ms ease;
  overflow: visible;
  vertical-align: middle;
  margin-left: 15px;
}
div.animated_arrow_buttons div.button {
  position: absolute;
  bottom: 0;
  margin-top: 50px;
  width: 100%;
  text-align: center;
}
div.animated_arrow_buttons div.button a {
  text-decoration: none;
  display: inline-block;
  padding: 10px 0px;
  width: 90%;
  max-width: 270px;
}
div.animated_arrow_buttons div.button.blue a {
  color: #31baed;
  border: solid 1px #31baed;
}
div.animated_arrow_buttons div.button.blue a:hover svg {
  width: 40px;
}
div.animated_arrow_buttons div.button.blue a polygon {
  fill: #31baed;
}
div.animated_arrow_buttons div.button.blue a line {
  stroke: #31baed;
}
div.animated_arrow_buttons div.button.yellow a {
  color: #fcbc2c;
  border: solid 1px #fcbc2c;
}
div.animated_arrow_buttons div.button.yellow a:hover svg {
  width: 40px;
}
div.animated_arrow_buttons div.button.yellow a polygon {
  fill: #fcbc2c;
}
div.animated_arrow_buttons div.button.yellow a line {
  stroke: #fcbc2c;
}
div.animated_arrow_buttons div.button.green a {
  color: #87c65b;
  border: solid 1px #87c65b;
}
div.animated_arrow_buttons div.button.green a:hover svg {
  width: 40px;
}
div.animated_arrow_buttons div.button.green a polygon {
  fill: #87c65b;
}
div.animated_arrow_buttons div.button.green a line {
  stroke: #87c65b;
}
div.overlap_two_column {
  margin-top: 150px;
}
div.overlap_two_column .overlap_image_left {
  overflow: hidden;
}
div.overlap_two_column .left_side {
  width: 100%;
  height: 100%;
  margin-top: 70px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 5px -3px 10px -1px rgba(0,0,0,0.3);
  -moz-box-shadow: 5px -3px 10px -1px rgba(0,0,0,0.3);
  box-shadow: 5px -3px 10px -1px rgba(0,0,0,0.3);
}
div.overlap_two_column .right_side {
  background: #1a416c;
  margin-left: -100px;
  color: #ffffff;
}
div.overlap_two_column .inner_content {
  max-width: 500px;
  margin: 0 auto;
}
div.overlap_two_column .inner_content h1,
div.overlap_two_column .inner_content h2,
div.overlap_two_column .inner_content h3,
div.overlap_two_column .inner_content h4,
div.overlap_two_column .inner_content h5,
div.overlap_two_column .inner_content h6,
div.overlap_two_column .inner_content p {
  color: #ffffff;
  font-weight: normal;
}
div.overlap_two_column .inner_content h1 a,
div.overlap_two_column .inner_content h2 a,
div.overlap_two_column .inner_content h3 a,
div.overlap_two_column .inner_content h4 a,
div.overlap_two_column .inner_content h5 a,
div.overlap_two_column .inner_content h6 a,
div.overlap_two_column .inner_content p a {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
div.overlap_two_column .inner_content h1 a:hover,
div.overlap_two_column .inner_content h2 a:hover,
div.overlap_two_column .inner_content h3 a:hover,
div.overlap_two_column .inner_content h4 a:hover,
div.overlap_two_column .inner_content h5 a:hover,
div.overlap_two_column .inner_content h6 a:hover,
div.overlap_two_column .inner_content p a:hover {
  text-decoration: none;
  color: #31baed;
}
div.overlap_two_column .inner_content h1 {
  margin-bottom: 40px;
}
div.overlap_two_column .inner_content h3 {
  margin-bottom: 20px;
}
div.overlap_two_column .inner_content p {
  margin-bottom: 25px;
}
div.overlap_two_column .inner_content .the_date {
  margin: 20px 0 25px 0;
}
div.overlap_two_column .left_line_efx {
  position: relative;
  padding-top: 3vw;
  padding-bottom: 10px;
}
div.overlap_two_column .left_line_efx span {
  width: 320px;
}
div.overlap_two_column .animated_arrow_buttons {
  padding-bottom: 80px;
}
div.two_column_content {
  margin-top: 100px;
}
div.two_column_content h3 {
  color: #2c517b;
}
div.two_column_content:before {
  content: " ";
  border-top: solid 2px #31baed;
  width: 25%;
  position: absolute;
  left: 0;
}
div.two_column_content .content_outer {
  padding-top: 30px;
}
div.opening_paragraph h1 {
  margin-bottom: 30px;
}
.fine_print {
  font-size: 12px;
  line-height: 22px;
}
.fa-external-link {
  font-size: smaller !important;
}
.req {
  color: red;
  font-size: 20px;
}
body.page-id-254 ul.pdf_area,
body.page-id-826 ul.pdf_area,
body.page-id-477 ul.pdf_area,
body.page-id-483 ul.pdf_area {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}
body.page-id-254 ul.pdf_area li,
body.page-id-826 ul.pdf_area li,
body.page-id-477 ul.pdf_area li,
body.page-id-483 ul.pdf_area li {
  margin-bottom: 40px;
  padding-bottom: 35px;
  border-bottom: 0.25px solid #646464;
}
body.page-id-254 ul.pdf_area a:before,
body.page-id-826 ul.pdf_area a:before,
body.page-id-477 ul.pdf_area a:before,
body.page-id-483 ul.pdf_area a:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  padding-right: 10px;
  color: #31baed;
}
body.page-id-477 .top-section,
body.page-id-483 .top-section {
  margin-bottom: 0;
}
body.page-id-477 ul.pdf_area h5,
body.page-id-483 ul.pdf_area h5 {
  margin-bottom: 35px;
}
body.page-id-477 ul.pdf_area.expenses-pdf,
body.page-id-483 ul.pdf_area.expenses-pdf {
  padding-left: 19px;
}
body.page-id-477 ul.pdf_area li,
body.page-id-483 ul.pdf_area li {
  border-bottom: 0;
  padding-bottom: 0;
}
body.page-id-477 ul.pdf_area li h5,
body.page-id-483 ul.pdf_area li h5 {
  margin-top: 0;
}
.outer_box {
  -webkit-box-shadow: 0px -1px 17px -8px #666666;
  -moz-box-shadow: 0px -1px 17px -8px #666666;
  box-shadow: 0px -1px 17px -8px #666666;
}
.outer_box.oddpost .image_area {
  float: left;
}
.outer_box.oddpost .content_area {
  float: right;
}
.outer_box.evenpost .image_area {
  float: right;
}
.outer_box.evenpost .content_area {
  float: left;
}
.image_area {
  width: 30%;
  height: 310px;
}
.content_area {
  width: 70%;
  padding: 25px 40px 20px;
}
.content_area h6 {
  color: #31baed;
  margin-bottom: 15px;
  font-size: 22px;
}
.content_area h6 a {
  color: #31baed;
  text-decoration: none;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.content_area h6 a:hover {
  color: #fcbc2c;
  text-decoration: none;
}
.content_area .the_date {
  padding-bottom: 15px;
}
.content_area .animated_arrow_buttons {
  padding-top: 20px;
}
.content_area .animated_arrow_buttons a {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
.content_area .animated_arrow_buttons a:hover {
  color: #fcbc2c;
  text-decoration: none;
}
.content_area .animated_arrow_buttons a:hover polygon {
  fill: #fcbc2c;
}
.content_area .animated_arrow_buttons a:hover line {
  stroke: #fcbc2c;
}
.container.normal_list .content_area {
  width: 100%;
  padding: 30px 0;
}
.container.normal_list .row {
  border-bottom: solid 1px #dfdfdf;
}
.placeholder_text {
  color: #2c517b !important;
}
::-webkit-input-placeholder {
  color: #2c517b !important;
}
:-moz-placeholder {
  color: #2c517b !important;
}
::-moz-placeholder {
  color: #2c517b !important;
}
:-ms-input-placeholder {
  color: #2c517b !important;
}
::-ms-input-placeholder {
  color: #2c517b !important;
}
::placeholder {
  color: #2c517b !important;
}
textarea .texarea_placeholder {
  color: rgba(100,100,100,0.5) !important;
}
textarea::-webkit-input-placeholder {
  color: rgba(100,100,100,0.5) !important;
}
textarea:-moz-placeholder {
  color: rgba(100,100,100,0.5) !important;
}
textarea::-moz-placeholder {
  color: rgba(100,100,100,0.5) !important;
}
textarea:-ms-input-placeholder {
  color: rgba(100,100,100,0.5) !important;
}
textarea::-ms-input-placeholder {
  color: rgba(100,100,100,0.5) !important;
}
textarea::placeholder {
  color: rgba(100,100,100,0.5) !important;
}
div.gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
div.gform_wrapper div.important_box {
  margin-bottom: 30px;
  margin-top: 50px;
}
div.gform_wrapper span.important_text {
  font-style: italic;
}
div.gform_wrapper label.gfield_label,
div.gform_wrapper legend.gfield_label {
  margin-bottom: 5px;
  font-weight: normal;
}
div.gform_wrapper span.important {
  font-weight: bold;
  color: red;
  font-style: italic;
}
div.gform_wrapper textarea,
div.gform_wrapper select,
div.gform_wrapper input[type="text"] {
  border: solid 1px #2c517b;
  padding: 10px !important;
  color: #666 !important;
}
div.gform_wrapper textarea:focus,
div.gform_wrapper select:focus,
div.gform_wrapper input[type="text"]:focus {
  background: #ffffd9 !important;
  outline: none !important;
}
div.gform_wrapper .charleft {
  display: none;
  outline: none !important;
}
div.gform_wrapper .ginput_container_name input,
div.gform_wrapper .ginput_container_email input,
div.gform_wrapper .ginput_container_address input,
div.gform_wrapper .ginput_container_text input {
  margin-bottom: 20px;
}
div.gform_wrapper .gfield_radio label {
  vertical-align: middle !important;
  margin-left: 9px !important;
  white-space: nowrap !important;
  font-size: inherit !important;
}
div.gform_wrapper .gfield_checkbox label {
  margin-left: 7px !important;
}
div.gform_wrapper .p-top,
div.gform_wrapper .p_top {
  padding-top: 25px !important;
}
div.gform_wrapper .file_explain {
  margin: 20px 0;
  padding-left: 20px;
}
div.gform_wrapper .file_explain span {
  display: block;
  font-size: 14px;
}
div.gform_wrapper .file_explain span:before {
  content: "\f111";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  font-size: 6px;
  vertical-align: middle;
  margin-right: 8px;
}
div.gform_wrapper input[type="button"],
div.gform_wrapper input[type="submit"] {
  background: #31baed;
  color: #fff;
  font-size: 30px !important;
  border: 0;
  padding: 10px 30px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  cursor: pointer;
}
div.gform_wrapper input[type="button"]:hover,
div.gform_wrapper input[type="submit"]:hover {
  background: #2c517b;
}
div.gform_wrapper input[type="submit"] {
  display: block !important;
  margin: 20px auto 0 !important;
}
div.gform_wrapper div.ginput_container_checkbox label {
  font-size: inherit;
  line-height: 1.5;
}
div.gform_wrapper li.field_description_above .gfield_description {
  font-style: italic;
  font-size: inherit;
}
div.gform_wrapper li.field_description_above .gfield_description ul {
  margin-bottom: 35px;
  margin-top: 10px;
}
div.gform_wrapper li.field_description_above .gfield_description ul li {
  list-style: disc !important;
}
.form_heading {
  background: #2c517b;
  color: #fff;
  padding: 6px 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 20px;
  width: 100%;
}
div#gform_wrapper_1 li#field_1_15 {
  width: 238px;
  float: left;
}
div#gform_wrapper_1 li#field_1_15 input {
  width: 237px !important;
}
div#gform_wrapper_1 li#field_1_16 {
  float: left;
  clear: right;
  width: 300px;
  margin-bottom: 50px;
}
div#gform_wrapper_1 li#field_1_16 input {
  width: 237px !important;
}
div#gform_wrapper_1 li#field_1_16:before {
  content: " to ";
  float: left;
  padding: 10px;
}
div#gform_wrapper_1 li#field_1_31 {
  padding-top: 12px !important;
}
div#gform_wrapper_1 li#field_1_31 input {
  float: left !important;
  margin-right: 8px;
}
div#gform_wrapper_1 label[for="input_1_21"] {
  margin-bottom: 0;
}
div#gform_wrapper_1 label[for="input_1_23"] {
  margin-bottom: 0;
}
div#gform_wrapper_1 div#gfield_description_1_23 {
  margin-bottom: 20px;
}
div#gform_wrapper_1 li#field_1_31 label {
  font-weight: normal !important;
}
div#gform_wrapper_2 li#field_2_33 {
  margin-bottom: 32px;
}
div#gform_wrapper_2 li#field_2_15 {
  width: 238px;
  float: left;
}
div#gform_wrapper_2 li#field_2_15 input {
  width: 237px !important;
}
div#gform_wrapper_2 li#field_2_16 {
  float: left;
  clear: right;
  width: 300px;
  margin-bottom: 50px;
}
div#gform_wrapper_2 li#field_2_16 input {
  width: 237px !important;
}
div#gform_wrapper_2 li#field_2_16:before {
  content: " to ";
  float: left;
  padding: 10px;
}
div#gform_wrapper_2 li#field_2_31 {
  padding-top: 12px !important;
}
div#gform_wrapper_2 li#field_2_31 input {
  float: left !important;
  margin-right: 8px;
}
div#gform_wrapper_2 li#field_2_41 {
  padding-top: 35px !important;
}
div#gform_wrapper_2 li#field_2_41 .gfield_checkbox li label {
  max-width: 100% !important;
}
div#gform_wrapper_2 li#field_2_4 {
  margin-top: -16px !important;
}
div#gform_wrapper_2 li#field_2_31 label {
  font-weight: normal !important;
}
li#field_3_4 {
  margin-top: -18px !important;
}
div#gform_wrapper_3 li.phone_choices li {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
div#gform_wrapper_3 li.field_description_below .gfield_description {
  font-size: inherit;
}
div#gform_wrapper_3 li.field_description_below li {
  list-style: disc !important;
}
div#gform_wrapper_3 li.field_description_below ul {
  margin-top: 10px;
}
div#gform_wrapper_3 li.phone_choices ul {
  margin-top: 0;
}
div#gform_wrapper_3 li#field_3_33 ul {
  margin-top: 0;
  margin-bottom: 25px;
}
div#gform_wrapper_3 .field_description_below .gfield_description {
  padding-top: 6px;
}
div#gform_wrapper_3 li#field_3_31 {
  padding-top: 5px !important;
}
div#gform_wrapper_3 li#field_3_31 input {
  float: left;
  margin-right: 10px;
}
div#gform_wrapper_3 li#field_3_31 label {
  font-weight: normal !important;
}
div#gform_wrapper_3 li#field_3_29 .gfield_description {
  padding-left: 0;
}
div#gform_wrapper_3 li#field_3_29 div.file_explain {
  margin-bottom: 45px;
}
div#gform_wrapper_3 li#field_3_62 {
  padding-bottom: 20px;
}
li#field_3_5.field_description_below input[type="text"] {
  margin-bottom: 0 !important;
}
li#field_3_5.field_description_below div.gfield_description {
  padding-top: 10px !important;
  font-size: 14px;
}
div#gform_wrapper_4 {
  margin-top: 0 !important;
}
div#gform_wrapper_4 li#field_4_6 .gfield_description,
div#gform_wrapper_4 li#field_4_7 .gfield_description {
  padding-left: 0;
  padding-bottom: 20px;
}
div#gform_wrapper_4 li#field_4_9 label {
  font-weight: normal !important;
}
div#gform_wrapper_4 li#field_4_9 input {
  vertical-align: top;
  margin-right: 6px;
}
div.cyber_impact_form label {
  display: none;
}
div.cyber_impact_form input[type="text"] {
  border: solid 1px #2c517b;
  padding: 10px;
  color: #666;
  font-size: 20px;
  width: 100%;
  margin-bottom: 16px;
  outline: none !important;
}
div.cyber_impact_form input[type="text"]:focus {
  outline: none !important;
  background: #ffffd9;
}
div.cyber_impact_form input[type="submit"] {
  color: #fff;
  background: #31baed;
  font-size: 30px !important;
  border: 0;
  padding: 10px 30px;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
  cursor: pointer;
}
div.cyber_impact_form input[type="submit"]:hover {
  background: #2c517b;
}
div.cyber_impact_form label[for="ci_terms"] {
  display: inline-block;
  width: 100%;
  max-width: 93%;
}
div.cyber_impact_form input#ci_terms {
  margin: 10px 20px 0 0;
  float: left;
}
div.cyber_impact_form div.submit_area {
  margin: 40px auto 0;
}
div.jumbotron {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: center;
}
div.jumbotron .bg_colour {
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
div.jumbotron .content {
  padding: 75px 0;
  font-size: 27px;
  text-align: left;
  font-weight: normal;
}
.page-id-287 .main_text {
  text-align: center;
}
.page-id-287 div.overlap_two_column .overlap_image_left .image_each {
  height: 500px;
}
.page-id-287 footer {
  margin-top: 0;
}
#field_3_33 .gfield_label,
#field_3_54 .gfield_label,
#field_3_55 .gfield_label,
#field_3_56 .gfield_label,
#field_3_57 .gfield_label,
#field_3_58 .gfield_label,
#field_3_59 .gfield_label,
#field_3_60 .gfield_label,
#field_3_29 .gfield_label {
  font-weight: 700;
}
.gfield_required {
  color: red !important;
}
#field_3_63 .gfield_label,
#field_3_4 .gfield_label {
  margin-top: 25px;
  margin-bottom: 5px;
}
.complaint-form-note {
  font-style: italic;
}
.complaint-form-emphasis {
  font-weight: 700;
}
.complaint-form-regular {
  font-style: normal;
}
.complaint-form-extra-emphasis {
  font-weight: 700;
}
#gform_browse_button_3_29,
#gform_browse_button_1_29,
#gform_browse_button_2_29,
#gform_browse_button_4_7 {
  background: #a9a9a9;
}
#gform_browse_button_3_29:hover,
#gform_browse_button_1_29:hover,
#gform_browse_button_2_29:hover,
#gform_browse_button_4_7:hover {
  background: #696969;
}
#field_1_21 .gfield_label,
#field_1_25 .gfield_label,
#field_1_23 .gfield_label,
#field_2_47 .gfield_label,
#field_2_46 .gfield_label,
#field_2_45 .gfield_label,
#field_2_44 .gfield_label,
#field_2_43 .gfield_label,
#field_2_37 .gfield_label,
#field_2_38 .gfield_label,
#field_2_39 .gfield_label,
#field_2_40 .gfield_label,
#field_2_41 .gfield_label {
  display: none;
}
.page-looking-for-advice .legal-assitant-area {
  margin-bottom: 45px;
}
.page-looking-for-advice .second-assistant-area {
  display: flex;
  justify-content: center;
}
.legal-assitant-box {
  height: 245px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 3px;
  border: solid 1px #31baed;
  color: #1a416c;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.legal-assitant-box img {
  margin-top: 40px;
  margin-bottom: 15px;
  height: 50px;
  width: 50px;
}
.legal-assitant-box h3 {
  font-size: 20px;
}
.pida_subpage_section {
  padding: 18px;
}
.pida_subpage_section.bottom-section {
  margin-top: 0;
  width: 100%;
}
.pida-subpage-title {
  color: #1a416c;
  font-size: 32px;
}
.pida-subpage-paragraph {
  font-size: 20px;
  color: #667383;
  margin-top: 25px;
}
p {
  margin-bottom: 20px;
}
.parent-pageid-287 h5 {
  color: #1a416c;
  font-size: 20px;
}
.pida-contact-info {
  font-size: 15px;
}
.pida-contact-info .d-flex {
  justify-content: center;
}
.parent-pageid-287 .each_box .box_title,
.page-id-552 .each_box .box_title {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
}
.parent-pageid-287 .each_box p,
.page-id-552 .each_box p {
  text-align: center;
}
.parent-pageid-287 img.contact_icon,
.page-id-552 img.contact_icon {
  margin-right: 0;
  margin-bottom: 20px;
}
.page-how-to-report-a-wrong-doing .pida_subpage_section.top-section {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.page-how-to-report-a-wrong-doing .pida_subpage_section.middle-section {
  margin-bottom: 10px;
  border-bottom: 0;
  margin-top: 30px;
}
.page-how-to-report-a-wrong-doing .each_box img.contact_icon {
  max-width: 50px;
}
.page-looking-for-advice .each_box img.contact_icon {
  max-width: 50px;
}
.bottom-reach-us {
  color: #2c517b;
}
.bottom-reach-us img {
  margin-right: 22px;
  width: 40px;
  height: 30px;
  margin-bottom: 1px;
}
.page-how-to-report-reprisal .pida_subpage_section,
.page-resources-for-public-bodies .pida_subpage_section,
.page-what-is-reprisal .pida_subpage_section {
  margin-top: 30px;
}
.page-how-to-report-reprisal div.jumbotron .content,
.page-resources-for-public-bodies div.jumbotron .content,
.page-what-is-reprisal div.jumbotron .content {
  margin-left: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .page-how-to-report-reprisal div.jumbotron .content,
  .page-resources-for-public-bodies div.jumbotron .content,
  .page-what-is-reprisal div.jumbotron .content {
    margin-left: 0;
  }
}
.parent-pageid-287 div.jumbotron,
.parent-pageid-788 div.jumbotron,
.parent-pageid-761 div.jumbotron {
  margin-top: 25px;
}
.parent-pageid-287 div.jumbotron .content,
.parent-pageid-788 div.jumbotron .content,
.parent-pageid-761 div.jumbotron .content {
  margin-left: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .parent-pageid-287 div.jumbotron .content,
  .parent-pageid-788 div.jumbotron .content,
  .parent-pageid-761 div.jumbotron .content {
    margin-left: 0;
  }
}
.page-template-resources-page-php div.jumbotron .content,
.page-template-resources-single div.jumbotron .content {
  margin-left: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .page-template-resources-page-php div.jumbotron .content,
  .page-template-resources-single div.jumbotron .content {
    margin-left: 0;
  }
}
.accordion_area {
  padding-left: 18px;
  width: 100%;
  margin-top: -21px;
}
.page-what-is-wrongdoing .pida_subpage_section.middle-section,
.page-id-471 .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.page-what-is-wrongdoing .pida_subpage_section.top-section,
.page-strategic-plan .pida_subpage_section.top-section {
  margin-bottom: 0;
}
.closed-submenu {
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #31baed;
}
.open-submenu {
  border: 0 !important;
  padding: 0 !important;
}
.page-what-is-covered-by-pida .pida_subpage_section.top-section {
  margin-bottom: 0;
}
.page-what-is-covered-by-pida .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.page-our-process-when-you-report-wrongdoing div.accordion_area {
  margin-top: 0;
}
.page-template-resources-page .pida_subpage_section.top-section .pida-subpage-paragraph {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}
.page-template-resources-page .pida_subpage_section.middle-section {
  border-bottom: 0;
  margin-top: 0;
}
.pida-button {
  text-align: center;
  display: inline-block;
  position: fixed;
  bottom: 0;
  left: 0;
  line-height: 52px;
  width: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 100;
  width: 228px;
  bottom: 40%;
  right: 0;
  left: auto;
  background: #31baed;
  font-size: 18px;
}
.pida-button a {
  color: #fff !important;
}
.pida_button_1 {
  bottom: 30%;
}
.pida_button_2 {
  bottom: 40%;
}
.page-protections-for-speaking-up .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.pida_subpage_section.top-section {
  margin-top: 3rem;
}
.pida-menu {
  margin-top: 4rem;
}
.page-what-actions-are-protected-from-reprisal .pida_subpage_section.top-section {
  margin-bottom: 0;
}
.page-what-actions-are-protected-from-reprisal ul {
  padding-left: 0;
  color: #1a416c;
}
.page-what-actions-are-protected-from-reprisal .pida-subpage-paragraph {
  padding-bottom: 0 !important;
}
.page-what-actions-are-protected-from-reprisal .pida-subpage-paragraph h5 {
  color: #1a416c;
  font-size: 23px;
  font-weight: bold;
  margin-top: 50px;
}
.page-what-actions-are-protected-from-reprisal .pida-subpage-paragraph h6 {
  font-size: 20px;
  color: #2c517b;
  margin-bottom: 18px;
  line-height: 1.35;
  padding-left: 39px;
  padding-top: 11px;
}
.page-what-actions-are-protected-from-reprisal li.reprisal-actions {
  list-style: none;
  display: flex;
  align-items: center;
}
.page-what-actions-are-protected-from-reprisal .pida-subpage-paragraph h5,
.page-what-actions-are-protected-from-reprisal .pida-subpage-paragraph {
  margin-top: 0;
}
.page-our-process-after-you-report .pida_subpage_section.middle-section {
  border-bottom: 0;
  margin-top: 40px;
}
.page-our-process-after-you-report .pida_subpage_section.top-section {
  margin-bottom: 0;
}
.page-our-process-after-you-report .pida-subpage-paragraph {
  margin-top: 60px;
}
.page-complaints .main_text.middle-section {
  text-align: left;
}
.page-complaints span.bottom-section-content {
  color: #2c517b;
}
.page-complaints b {
  height: 60px;
}
.page-complaints h4 {
  color: #1a416c;
  font-size: 38px;
  margin-top: 15px;
}
.page-complaints .main_text {
  text-align: center;
}
.page-complaints .main_text p {
  font-size: 20px;
}
.page-complaints h4.example-question {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page-complaints .pillar .blurb .text .the_content {
  font-size: 22px !important;
  font-weight: 600;
  padding-top: 14%;
  padding-left: 0;
}
.page-complaints ul.complaints-home-menu {
  padding-left: 0;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.page-complaints ul.complaints-home-menu li {
  list-style: none;
  display: flex;
  width: 50%;
}
.page-complaints ul.complaints-home-menu li h6 {
  font-size: 18px;
  text-align: left;
  margin-left: 35px;
}
.page-complaints ul.complaints-home-menu img {
  width: 51px;
  height: 51px;
}
.page-complaints ul.complaints-home-menu h6 {
  margin-top: 8px;
  margin-left: 20px;
}
.page-complaints .bottom_pillars .pillar .blurb .text .the_content {
  padding-top: 0;
  max-height: 270px;
  max-width: 350px;
}
.page-complaints .bottom_pillars .pillar .blurb .text .the_content img {
  margin-bottom: 30px;
  height: 100%;
  width: 100%;
}
.page-complaints div.top_pillars_area div.top_pillars .pillar_icon img {
  height: 120px;
}
@media (min-width: 992px) {
  .page-complaints div.top_pillars_area div.top_pillars .blurb {
    margin-bottom: 0;
  }
}
.page-public-interest-disclosure div.top_pillars_area div.top_pillars .pillar_icon img {
  height: 120px;
}
#menu-complaints-menu,
#menu-fairness-and-resources-menu {
  margin-top: 4rem;
}
#menu-complaints-menu li,
#menu-fairness-and-resources-menu li {
  list-style: none;
}
#menu-fairness-and-resources-menu {
  margin-top: 3.5rem;
  padding: 0;
}
.page-about .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.page-about .pida_subpage_section.middle-section li.reprisal-actions img {
  width: 50px;
}
.page-about footer {
  margin-top: 0;
}
body.page-id-485 .hero_image .big_title,
.parent-pageid-485 .hero_image .big_title {
  color: #31baed !important;
}
body.page-id-485 .hero_image .text_area:before,
.parent-pageid-485 .hero_image .text_area:before {
  border-bottom: 1px solid #31baed;
}
.page-know-your-rights .pida_subpage_section.middle-section,
.page-our-investigative-process .pida_subpage_section.middle-section,
.page-template-main-single .pida_subpage_section.middle-section,
.page-our-process-after-you-report .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.page-know-your-rights .pida_subpage_section.middle-section img,
.page-our-investigative-process .pida_subpage_section.middle-section img,
.page-template-main-single .pida_subpage_section.middle-section img,
.page-our-process-after-you-report .pida_subpage_section.middle-section img {
  width: 100%;
  height: 100%;
}
.page-know-your-rights .pida_subpage_section.top-section img,
.page-our-investigative-process .pida_subpage_section.top-section img,
.page-template-main-single .pida_subpage_section.top-section img,
.page-our-process-after-you-report .pida_subpage_section.top-section img {
  width: 100%;
  height: 100%;
}
.page-our-investigative-process .bottom-section img {
  width: 100%;
  height: 100%;
}
.page-how-to-report-a-wrong-doing .top-section .pida-subpage-paragraph img,
.page-fairness-consultation .top-section .pida-subpage-paragraph img,
.page-fairness-workshops .top-section .pida-subpage-paragraph img,
.parent-pageid-761 .top-section .pida-subpage-paragraph img {
  width: 100%;
  height: 100%;
}
.page-online-training-and-webinars .top-section .pida-subpage-paragraph img {
  width: auto;
}
.page-know-your-rights .pida-subpage-paragraph iframe {
  width: 100%;
}
.parent-pageid-761 .video-section iframe {
  width: 100%;
  height: 440px;
}
.page-id-762 iframe {
  width: 100%;
}
.page-can-we-investigate-your-complaint .middle-section .pida-subpage-paragraph ul {
  padding-left: 0;
  margin-bottom: 30px;
}
.page-can-we-investigate-your-complaint .middle-section .pida-subpage-paragraph ul h6 {
  margin-left: 20px;
  margin-top: 8px;
}
.page-can-we-investigate-your-complaint .middle-section .pida-subpage-paragraph ul li {
  width: 100%;
  margin-bottom: 25px;
}
.page-can-we-investigate-your-complaint div.jumbotron .bg_colour .col-lg-10 {
  padding-left: 10rem;
}
.page-can-we-investigate-your-complaint .pida_subpage_section.top-section {
  margin-bottom: 0;
}
.page-can-we-investigate-your-complaint footer {
  margin-top: 0;
}
header {
  background: #31baed;
}
.hero-image-complaint-checker {
  height: 250px;
  padding: 20px;
}
.hero-image-complaint-checker h1 {
  color: #fff;
  font-size: 58px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.hero-image-complaint-checker button {
  padding: 6px 60px;
  color: #fff;
  background: transparent;
  box-shadow: none;
  border: 1px solid #fff;
}
.page-complaint-checker-home-page .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.page-template-complaint-checker-template div.jumbotron,
.page-template-complaint-checker-contact-template div.jumbotron,
.page-template-archive-authority div.jumbotron,
.tax-authority_type div.jumbotron,
.single-authorities div.jumbotron {
  margin-bottom: 0;
}
.page-template-complaint-checker-template div.jumbotron .content,
.page-template-complaint-checker-contact-template div.jumbotron .content,
.page-template-archive-authority div.jumbotron .content,
.tax-authority_type div.jumbotron .content,
.single-authorities div.jumbotron .content {
  font-size: 18px;
}
.page-template-complaint-checker-template .legal-assitant-box,
.page-template-complaint-checker-contact-template .legal-assitant-box,
.page-template-archive-authority .legal-assitant-box,
.tax-authority_type .legal-assitant-box,
.single-authorities .legal-assitant-box {
  height: 280px;
}
.page-template-complaint-checker-template .legal-assitant-box p,
.page-template-complaint-checker-contact-template .legal-assitant-box p,
.page-template-archive-authority .legal-assitant-box p,
.tax-authority_type .legal-assitant-box p,
.single-authorities .legal-assitant-box p {
  font-size: 17px;
  color: #667383;
  font-weight: normal;
  padding: 5px;
}
.page-template-complaint-checker-template h3.pida-subpage-title,
.page-template-complaint-checker-contact-template h3.pida-subpage-title,
.page-template-archive-authority h3.pida-subpage-title,
.tax-authority_type h3.pida-subpage-title,
.single-authorities h3.pida-subpage-title {
  font-size: 32px;
}
.page-template-complaint-checker-template .bottom-section h3.pida-subpage-title,
.page-template-complaint-checker-contact-template .bottom-section h3.pida-subpage-title,
.page-template-archive-authority .bottom-section h3.pida-subpage-title,
.tax-authority_type .bottom-section h3.pida-subpage-title,
.single-authorities .bottom-section h3.pida-subpage-title {
  font-size: 22px;
}
.page-template-main-single .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.page-faq h2 {
  font-size: 35px;
  color: #2c517b;
  margin-bottom: 1rem;
  margin-left: 5.5rem;
  margin-top: 25px;
}
.page-faq .question-section-button {
  text-align: end;
}
.page-faq .question-section-button button {
  color: #31baed;
  background: transparent;
  box-shadow: none;
  border: 1px solid #31baed;
  width: 200px;
  padding: 5px 0;
}
.page-faq .question-section-button button:hover {
  color: #fff;
  background: #31baed;
}
.page-faq .accordion_area {
  margin-top: 20px;
}
div.hero_image .text_area:before {
  width: 510px;
  left: -380px;
}
#menu-complaints-menu li,
#menu-fairness-and-resources-menu li {
  border-bottom: 1px solid #ececec;
  padding: 6px 0px 10px 15px;
  margin-bottom: 0;
}
#menu-complaints-menu li#menu-item-713,
#menu-complaints-menu li#menu-item-767,
#menu-fairness-and-resources-menu li#menu-item-713,
#menu-fairness-and-resources-menu li#menu-item-767 {
  border-bottom: 0;
}
#menu-complaints-menu li#menu-item-713 a,
#menu-complaints-menu li#menu-item-767 a,
#menu-fairness-and-resources-menu li#menu-item-713 a,
#menu-fairness-and-resources-menu li#menu-item-767 a {
  color: #31baed;
  font-size: 22px;
  font-weight: 600;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu,
#menu-complaints-menu li#menu-item-767 ul.sub-menu,
#menu-fairness-and-resources-menu li#menu-item-713 ul.sub-menu,
#menu-fairness-and-resources-menu li#menu-item-767 ul.sub-menu {
  padding-left: 0;
  margin-top: 1rem;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu a,
#menu-complaints-menu li#menu-item-767 ul.sub-menu a,
#menu-fairness-and-resources-menu li#menu-item-713 ul.sub-menu a,
#menu-fairness-and-resources-menu li#menu-item-767 ul.sub-menu a {
  color: #8c939d;
  font-weight: normal;
  font-size: 15px;
}
.page-id-385 .pida_subpage_section.top-section .pida-subpage-paragraph {
  border-bottom: 0;
}
.page-template-archive-authority .legal-assitant-box img {
  margin-left: 0;
}
.single-authorities .pida_subpage_section.middle-section,
.single-covid_info .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.single-authorities .pida-subpage-paragraph,
.single-authorities .pida_subpage_section,
.single-covid_info .pida-subpage-paragraph,
.single-covid_info .pida_subpage_section {
  color: #1a416c;
  font-size: 20px;
}
.single-authorities .pida-subpage-paragraph a,
.single-authorities .pida_subpage_section a,
.single-covid_info .pida-subpage-paragraph a,
.single-covid_info .pida_subpage_section a {
  color: #1a416c;
}
.single-authorities .animated_arrow_buttons a,
.single-covid_info .animated_arrow_buttons a {
  color: #31baed;
  border: solid 1px #31baed;
}
.single-authorities div.animated_arrow_buttons div.button,
.single-covid_info div.animated_arrow_buttons div.button {
  text-align: initial;
  position: relative;
}
.single-authorities div.animated_arrow_buttons div.button a,
.single-covid_info div.animated_arrow_buttons div.button a {
  text-align: center;
}
.single-authorities .pida_subpage_section.authority-content,
.single-covid_info .pida_subpage_section.authority-content {
  margin-top: 1rem;
  background: rgba(49,186,237,0.15);
  padding: 30px;
  padding-top: 10px;
}
.single-authorities .pida_subpage_section.tips-section,
.single-covid_info .pida_subpage_section.tips-section {
  background: #f2f2f2;
  padding: 30px;
}
.single-authorities .adventure-entry-info ul,
.single-covid_info .adventure-entry-info ul {
  padding-left: 0;
}
.single-authorities .adventure-entry-info ul li,
.single-covid_info .adventure-entry-info ul li {
  list-style: none;
}
.single-authorities .adventure-entry-info ul li i,
.single-covid_info .adventure-entry-info ul li i {
  margin-right: 10px;
  color: #15aee9;
}
.page-template-resources-single-php .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.parent-pageid-761 div.hero_image .text_area:before {
  border-bottom: solid 1px #87c65b;
}
.parent-pageid-761 div.hero_image .text_area .big_title {
  color: #87c65b;
}
.page-fairness-education-resources div.hero_image .text_area:before {
  border-bottom: solid 1px #87c65b;
}
.page-fairness-education-resources div.hero_image .text_area .big_title {
  color: #87c65b;
}
.page-fairness-education-resources div.two_column_content h3 {
  margin-top: 30px;
}
.page-fairness-education-resources .what-we-do-button .button {
  position: relative;
  margin-top: 25px;
  margin-bottom: 35px;
  text-align: left;
}
.page-fairness-education-resources .what-we-do-button .button a {
  padding: 10px 25px;
  max-width: 290px;
}
.page-fairness-education-resources div.jumbotron .bg_colour {
  margin-top: 60px;
}
.page-fairness-education-resources footer {
  margin-top: 0;
}
.page-fairness-team .top-section {
  margin-bottom: 0;
}
.page-fairness-team .pida-subpage-paragraph h2 {
  font-size: 32px;
}
.page-fairness-publications .pdf-file-box h5,
.page-online-training-and-webinars .pdf-file-box h5 {
  font-size: 24px;
}
.page-fairness-publications p.fairness-publications-excerpt,
.page-online-training-and-webinars p.fairness-publications-excerpt {
  font-size: 17px;
}
.page-fairness-publications .top-section,
.page-online-training-and-webinars .top-section {
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-fairness-publications .video-title,
.page-online-training-and-webinars .video-title {
  display: flex;
  align-items: center;
}
.page-fairness-publications .video-title h5,
.page-online-training-and-webinars .video-title h5 {
  margin-top: 20px;
}
.page-fairness-publications .video-title img,
.page-online-training-and-webinars .video-title img {
  max-width: 50px;
  max-height: 50px;
  margin-right: 20px;
}
.page-fairness-publications .pida_subpage_section.middle-section,
.page-online-training-and-webinars .pida_subpage_section.middle-section {
  border-bottom: 0;
}
.page-fairness-publications .pida_subpage_section.middle-section {
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-careers-form .gform_wrapper ul.gform_fields li.gfield {
  margin-top: 15px !important;
}
.page-annual-reports .post_image,
.page-brochures-posters .post_image {
  height: 215px;
  background-size: cover;
  width: 220px;
  margin-bottom: 15px;
}
.page-annual-reports .publication-container,
.page-brochures-posters .publication-container {
  margin-top: 5%;
}
.page-brochures-posters .publication-container {
  margin-top: 10%;
}
.page-how-to-make-a-complaint div.accordion_area,
.page-our-investigative-process div.accordion_area {
  margin-top: 0;
}
.page-how-to-make-a-complaint .pida_subpage_section.top-section,
.page-our-investigative-process .pida_subpage_section.top-section {
  margin-bottom: 0;
}
.page-meet-the-ombudsperson .top-section img {
  float: left;
  padding: 0 30px 30px 0;
  width: auto !important;
}
.page-meet-the-ombudsperson .top-section .pida-subpage-paragraph {
  margin-top: 40px;
}
.page-current-opportunities div.animated_arrow_buttons div.button {
  position: inherit;
  margin-top: 0;
  text-align: left;
}
.page-current-opportunities div.animated_arrow_buttons div.button a {
  border: 0;
}
.single-job_opportunities .job-title {
  padding-top: 70px;
}
.page-careers div.jumbotron .content p {
  padding-left: 18px;
}
.page-careers footer {
  margin-top: 0;
}
.page-current-opportunities .job-posting {
  border-bottom: 1px solid #646464;
  padding-bottom: 20px;
}
.page-current-opportunities .job-deadline {
  font-size: 16px;
}
.page-current-opportunities .job-content {
  font-size: 18px;
  margin-top: 20px;
}
.single-job_opportunities .job-deadline {
  font-size: 16px;
}
.single-job_opportunities .job-content {
  font-size: 18px;
  margin-top: 20px;
}
.single-job_opportunities h5 {
  font-size: 32px;
}
div.top_pillars_area div.top_pillars .blurb {
  margin-bottom: 50px;
  height: 225px;
}
div.top_pillars_area .d-flex {
  flex-direction: column;
}
div.top_pillars_area div.animated_arrow_buttons div.button {
  position: relative;
  margin-top: 0;
}
.page-public-interest-disclosure div.top_pillars_area div.top_pillars .blurb {
  height: 270px;
}
.page-complaints div.top_pillars_area div.top_pillars .blurb {
  height: 300px;
}
.sub_footer .col-3 {
  text-align: end;
}
footer .social_media_icons i:hover {
  color: #87c65b;
}
.home img.header_logo:hover {
  opacity: 0.9;
}
.carousel-cell {
  opacity: 0.7;
}
.carousel-cell.is-selected {
  opacity: 1;
}
.gform_tabs li:nth-child(2) {
  display: none !important;
}
.gform_tabs li:last-child {
  display: none !important;
}
.lang_area_outer {
  text-align: center;
}
select#gtranslate_selector {
  line-height: 1.5 !important;
  font-size: 0.68em !important;
  background: transparent;
  top: 9px;
  border: 0 !important;
  outline: 0 !important;
  color: #31baed;
}
body .accessability_container * img {
  width: 50px;
}
.page-template-main-single div.jumbotron .content {
  padding-left: 18px;
}
.page-strategic-plan .vision-title {
  padding-left: 18px;
}
.page-strategic-plan .vision-col {
  padding-left: 35px;
}
.page-strategic-plan .middle-section {
  padding-left: 22px;
}
body.page-id-483 ul.pdf_area.expenses-pdf {
  padding-left: 33px;
}
.accordion-wrapper {
  width: 85%;
}
div.accordion_area div.question span:after {
  position: relative;
  bottom: 30px;
}
ul.expandible,
ul.complaints-expandible,
ul.pida-expandible,
ul.fairness-expandible {
  list-style: none;
  padding-left: 0;
}
ul.expandible li:not(:nth-child(-n + 3)),
ul.complaints-expandible li:not(:nth-child(-n + 3)),
ul.pida-expandible li:not(:nth-child(-n + 3)),
ul.fairness-expandible li:not(:nth-child(-n + 3)) {
  display: none;
}
nav.side h4 {
  border-top: 3px solid #1798cf;
  border-bottom: 1px solid #ececec;
  color: #1798cf;
  font-size: 17px;
  padding: 15px 0;
}
nav.side h4 a.back-arrow:before {
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  content: "\f30a";
  margin-right: 12px;
  position: relative;
  top: 1px;
  left: 0;
  transition: left 0.2s;
}
nav.side h4 a.back-arrow:hover {
  text-decoration: none;
}
nav.side h4 a.back-arrow:hover:before {
  left: -10px;
}
nav.side ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav.side ul ul.sub-menu {
  display: none;
}
nav.side ul li {
  border-bottom: 1px solid #ececec;
}
nav.side ul li.current-menu-item > a,
nav.side ul li.current-cat > a {
  background: #edf7fb;
}
nav.side ul li.current_page_parent > a {
  color: ;
}
nav.side ul li.menu-item-has-children {
  position: relative;
}
nav.side ul li.menu-item-has-children > a {
  position: relative;
  font-weight: bold;
}
nav.side ul li.menu-item-has-children > a:after {
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  content: "\f078";
  font-size: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
}
nav.side ul li.menu-item-has-children span.click {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 40px;
  height: 54px;
}
nav.side ul li.open > a:after {
  content: "\f077";
}
nav.side ul li.current_page_ancestor > a {
  color: ;
  font-weight: 600;
}
nav.side ul li.current_page_ancestor > a:after {
  content: "\f077";
}
nav.side ul li.current_page_ancestor.open > a:after {
  content: "\f078";
}
nav.side ul li.current_page_ancestor ul.sub-menu {
  display: block;
}
nav.side ul li.current_page_item.menu-item-has-children > a:after {
  content: "\f077";
}
nav.side ul li.current_page_item.menu-item-has-children.open > a:after {
  content: "\f078";
}
nav.side ul li.current_page_item.menu-item-has-children ul.sub-menu {
  display: block;
}
nav.side ul li a {
  display: block;
  color: #31baed;
  font-size: 17px;
  padding: 15px 40px 15px 20px;
}
nav.side ul li a:hover {
  background: #edf7fb;
  text-decoration: none;
  color: #fcbc2c;
}
nav.side ul li ul.sub-menu li {
  border-bottom: none;
}
nav.side ul li ul.sub-menu li.current_page_item a {
  color: ;
}
nav.side ul li ul.sub-menu li a {
  color: #646464;
  padding: 5px 20px 5px 23px;
}
.single-job_opportunities div.animated_arrow_buttons div.button {
  position: relative;
}
.single-job_opportunities div.animated_arrow_buttons div.button a {
  padding: 15px 65px;
  min-width: 100%;
  max-width: 100%;
  font-size: 18px;
}
.single-job_opportunities .careers-tab-wrapper {
  display: flex;
  justify-content: flex-start;
}
.single-job_opportunities .careers-tab-wrapper .apply_arrow_button {
  margin-right: 6rem;
}
.single-job_opportunities .careers-tab-wrapper div.animated_arrow_buttons div.button {
  text-align: left;
}
.single-job_opportunities div.shaded_area {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding: 30px 35px;
}
.single-job_opportunities div.shaded_area a {
  font-size: 18px;
}
.single-job_opportunities .job-title {
  padding-top: 0;
  margin-top: 15px;
  color: #1a416c;
  font-size: 32px;
}
.single-job_opportunities .job-deadline {
  color: #1a416c;
}
.single-job_opportunities .apply-button a {
  color: #fff !important;
  background: #31baed;
}
.single-job_opportunities .apply-button polygon {
  fill: #fff !important;
}
.single-job_opportunities .apply-button line {
  stroke: #fff !important;
}
select#gtranslate_selector {
  font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
}
.page-careers div.jumbotron .bg_colour .content {
  color: #fff;
}
.page-careers div.jumbotron .bg_colour .content h2,
.page-careers div.jumbotron .bg_colour .content a {
  color: #fff;
}
.page-careers div.jumbotron .bg_colour .content p {
  padding-left: 0;
}
.breadcrumbs {
  font-size: 16px !important;
}
body.page-id-483 ul.pdf_area.expenses-pdf,
body.page-id-483 ul.pdf_area,
body.page-id-477 ul.pdf_area,
body.page-id-477 ul.pdf_area.expenses-pdf {
  text-align: center;
}
body.page-id-477 ul.pdf_area,
body.page-id-477 ul.pdf_area.expenses-pdf,
body.page-id-483 ul.pdf_area,
body.page-id-483 ul.pdf_area.expenses-pdf {
  text-align: left;
}
body.page-id-483 ul.pdf_area.expenses-pdf {
  padding-left: 0;
}
body.page-id-483
  ul.pdf_area
  .page-how-to-make-a-complaint
  .each_box
  img.contact_icon {
  max-width: 50px;
}
.page-what-is-fairness .pida-subpage-paragraph img {
  width: 100%;
  height: 100%;
}
.training-webinar {
  display: flex;
  align-items: center;
}
.page-contact .each_box {
  text-align: center;
  margin: 0 auto;
}
.page-office-of-the-ombudsperson div.bottom_pillars .pillar_2 {
  position: relative;
  border-right: solid 10px #fff;
}
.page-office-of-the-ombudsperson div.bottom_pillars .pillar_2:before {
  content: none;
}
.page-office-of-the-ombudsperson div.bottom_pillars .pillar_2 .bg_image {
  filter: none;
}
.page-office-of-the-ombudsperson div.bottom_pillars .pillar_2 .top-backgrounds {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.page-office-of-the-ombudsperson div.top_pillars_area div.top_pillars .blurb {
  height: 250px;
}
.page-office-of-the-ombudsperson div.top_pillars_area div.top_pillars .pillar_icon img {
  height: 120px;
}
.page-guides-for-organizations .search-results-container .text-center,
.page-latest-news .search-results-container .text-center {
  display: none;
}
.parent-pageid-485 div.jumbotron .bg_colour .col-lg-10 {
  padding-left: 10rem;
}
@media only screen and (max-width: 767px) {
  .parent-pageid-485 div.jumbotron .bg_colour .col-lg-10 {
    padding-left: 1.5rem;
  }
}
.contact-each-box-container .each_box {
  padding: 45px 33px;
}
.contact-each-box-container .each_box > p {
  font-size: 15px;
}
.contact-each-box-container .box_title {
  border-bottom: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px;
}
.contact-each-box-container .box_title img {
  margin-right: 0;
  margin-bottom: 20px;
}
.news-subscription-container #ci-subscribe-form .title {
  display: none;
}
.news-subscription-container #ci-subscribe-form textarea,
.news-subscription-container #ci-subscribe-form input[type="text"],
.news-subscription-container #ci-subscribe-form input[type="email"],
.news-subscription-container #ci-subscribe-form select {
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: none;
}
.page-template-main-single .pida_subpage_section.middle-section {
  margin-bottom: 0;
  padding-bottom: 0;
}
.homepage-bottom-right-link a {
  color: #1a416c !important;
}
.homepage-bottom-right-link polygon {
  fill: #1a416c !important;
}
.homepage-bottom-right-link line {
  stroke: #1a416c !important;
}
.featured-key {
  font-size: 47px;
  color: #fff;
  padding-left: 10rem;
  padding-top: 3rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 1350px) {
  .featured-key {
    padding-left: 6rem;
  }
}
.page-template-page-custom-search div.overlap_two_column .left_line_efx {
  padding-top: 0;
}
ul#menu-pida-menu {
  border-left: 1px solid #ececec;
  margin-top: 1rem;
}
.pida-header-title {
  list-style: none;
  color: #31baed;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
}
#menu-item-493 a {
  font-weight: 600;
}
#ServiceResources p,
#DecisionResources p,
#ProcessResources p {
  font-size: 17px;
  color: #667383;
  font-weight: 400;
}
#ServiceResources li,
#DecisionResources li,
#ProcessResources li {
  font-size: 17px;
  color: #667383;
  font-weight: 400;
}
.page-what-is-wrongdoing .pida_subpage_section.bottom-section {
  margin-left: 25%;
}
.text-expand-box {
  margin-bottom: 2px;
  padding: 10px 0 5px 10px !important;
}
h4.expand-title {
  margin-bottom: 15px;
}
#ci-subscribe-form .title {
  display: none !important;
}
#menu-fairness-and-resources-menu li#menu-item-767 ul.sub-menu li a:hover,
#menu-fairness-and-resources-menu li#menu-item-767 a:hover {
  color: #fcbc2c;
}
ul#menu-pida-menu {
  border-left: 0;
}
ul#menu-pida-menu li {
  margin-bottom: 0;
}
.resources-nav #menu-fairness-and-resources-menu {
  margin-top: 0;
}
.resources-nav {
  padding-top: 73px;
}
.resources-nav .pida-header-title {
  padding-bottom: 1rem;
}
.resources-nav .pida-header-title a {
  color: #87c65b;
}
.resources-nav .pida-header-title a::before {
  border-bottom: solid 1px #87c65b;
}
.resources-nav .pida-header-title a:hover {
  color: #fcbc2c;
}
#menu-fairness-and-resources-menu li.current-menu-item ul.sub-menu li {
  background: #fff;
}
#menu-fairness-and-resources-menu li.current-menu-item a {
  background: #edf7fb;
}
#menu-fairness-and-resources-menu li.current-menu-item a:hover {
  background: transparent;
}
#menu-fairness-and-resources-menu li {
  padding: 0;
}
#menu-fairness-and-resources-menu li a {
  color: #667383;
  font-size: 16px;
  font-weight: bold;
  padding: 15px 40px 15px 20px;
}
#menu-fairness-and-resources-menu li a:hover {
  color: #fcbc2c;
  background: #edf7fb;
}
#menu-item-1658 ul.sub-menu li {
  border-bottom: none;
}
#menu-item-1658 ul.sub-menu li a {
  font-weight: 400;
  padding-left: 40px;
}
nav.side .resources-nav ul li.menu-item-has-children > a:after {
  top: 11px;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu li a {
  padding: 15px 40px 15px 20px;
}
.home div.hero_image .text_area {
  top: 35%;
}
.page-can-we-investigate-your-complaint div.animated_arrow_buttons div.button {
  position: inherit;
  text-align: left;
}
.page-can-we-investigate-your-complaint div.animated_arrow_buttons div.button a {
  text-align: center;
}
.page-test-carousel-header .hero_image {
  height: 47vw;
}
.general-brochure-label {
  color: #31baed;
  text-decoration: none;
  margin-bottom: 20px;
}
.general-brochure-label:hover {
  color: #fcbc2c;
}
.general-brochure-label:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  padding-right: 10px;
  color: #31baed;
}
.dropdown .dropbtn:before {
  content: "" !important;
}
#access li.current-menu-parent a {
  color: #fcbc2c;
}
#access li.current-menu-parent a ul.sub-menu li a {
  color: #ffffff;
}
#access li.current-menu-item a {
  color: #fcbc2c;
}
.error-page-container .error-content {
  text-align: center;
  padding: 20% 0;
  padding-bottom: 5%;
}
.error-page-container .error-content h4 {
  color: ;
}
.error-page-container .error-content h6 {
  color: ;
  font-weight: 200;
  padding-top: 2rem;
}
.error-page-container .error-content .button-link {
  color: ;
  text-decoration: none;
}
.error-page-container .error-content .button-link:hover {
  color: #1a416c;
}
.error-page-container .error-content img {
  max-width: 100%;
  width: auto;
  height: auto;
  padding-top: 5%;
}
.homepage-text-with-image-featured.image_each {
  width: 500px;
  height: 500px;
  margin: 20px 15px;
}
.homepage-text-with-image-section h1 {
  font-size: 37px;
}
.important-info .row {
  display: flex;
  justify-content: center;
}
.important-info .row .inner-content {
  padding: 3rem 3.5rem 2rem;
}
.important-info .row .important-info-box {
  background: #31baed;
  color: #fff;
}
.important-info .row div.left_line_efx span {
  border-bottom: solid 2px #fff;
}
.important-info .row div.left_line_efx {
  padding-top: 24px;
}
.important-info .row .box-title {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 1rem;
}
.important-info {
  padding-top: 150px;
}
.page-complaints .important-info {
  padding-top: 65px;
  padding-bottom: 20px;
}
.page-public-interest-disclosure  .important-info {
  padding-top: 60px;
  padding-bottom: 60px;
}
.page-fairness-education-resources .important-info {
  padding-top: 60px;
  padding-bottom: 25px;
}
.page-fairness-education-resources .important-info .row .important-info-box {
  background: #87c65b;
}
.page-public-interest-disclosure .important-info .row .important-info-box {
  background: #fcbc2c;
}
.legal-assitant-box img {
  height: 125px;
  width: 90px;
}
.page-template-authority-lists .legal-assitant-box {
  height: auto;
  padding: 0;
}
.page-template-authority-lists
.jurisdictional-box .term-description-wrapper,
.page-template-authority-lists
.non-jurisdictional-box .term-description-wrapper {
  background-color: #87c65b;
  color: #fff;
  padding: 1rem;
  padding-bottom: 0;
  padding-top: 1rem;
  width: 100%;
  height: 232px;
}
.page-template-authority-lists
.jurisdictional-box .term-description-wrapper h3,
.page-template-authority-lists
.non-jurisdictional-box .term-description-wrapper h3 {
  font-size: 20px;
  color: #fff;
  padding: 0rem 2.5rem;
}
.page-template-authority-lists
.jurisdictional-box .term-description-wrapper a,
.page-template-authority-lists
.non-jurisdictional-box .term-description-wrapper a {
  color: #fff !important;
}
.page-template-authority-lists
.jurisdictional-box .term-description-wrapper p,
.page-template-authority-lists
.non-jurisdictional-box .term-description-wrapper p {
  font-size: 15px;
}
.jurisdictional-box .term-description-wrapper p,
.non-jurisdictional-box .term-description-wrapper p {
  color: #fff;
  font-weight: 300;
}
.page-template-authority-lists .jurisdictional-box.legal-assitant-box:hover,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover {
  transform: scale(1.08);
  background-color: #87c65b;
}
.page-template-authority-lists .jurisdictional-box.legal-assitant-box:hover .term-description-wrapper,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover .term-description-wrapper {
  background-color: #fff;
}
.page-template-authority-lists .jurisdictional-box.legal-assitant-box:hover .term-description-wrapper p,
.page-template-authority-lists .jurisdictional-box.legal-assitant-box:hover .term-description-wrapper a,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover .term-description-wrapper p,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover .term-description-wrapper a {
  color: #87c65b !important;
}
.page-template-authority-lists .jurisdictional-box.legal-assitant-box:hover h3,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover h3 {
  color: #1A416C;
  font-size: 20.5px;
}
.page-template-authority-lists .jurisdictional-box.legal-assitant-box:hover img.original,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover img.original {
  display: none;
}
.page-template-authority-lists .jurisdictional-box.legal-assitant-box:hover img.hover,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover img.hover {
  display: block;
}
.page-template-authority-lists .jurisdictional-box.legal-assitant-box img.hover,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box img.hover {
  display: none;
}
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover {
  background-color: #31baed;
}
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover .term-description-wrapper p,
.page-template-authority-lists .non-jurisdictional-box.legal-assitant-box:hover .term-description-wrapper a {
  color: #31baed !important;
}
.page-template-authority-lists .legal-assitant-box.jurisdictional-box img {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.page-template-authority-lists .legal-assitant-box.non-jurisdictional-box img {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.page-template-authority-lists
.non-jurisdictional-box .term-description-wrapper {
  height: 165px;
  background-color: #31baed;
}
div.overlap_two_column {
  margin-top: 50px;
}
@media only screen and (max-width: 991px) {
  header div.top_menu_area img.header_logo {
    width: 100%;
  }
}
.page-template-reports-template h1 {
  visibility: hidden;
  height: 0;
}
@media (min-width: 1200px) {
  .page-template-reports-template .d-xl-block {
    display: none !important;
  }
}
.single-post-authority {
  font-weight: 700;
  margin-bottom: 1rem;
}
#gform_wrapper_13 .gfield_label,
#gform_wrapper_13 .gfield_checkbox label {
  font-size: 20px;
}
.home .pida-button {
  background: #1a416c;
  z-index: 30;
  background-position: 100%;
  background-repeat: no-repeat;
}
.home .bottom_pillars {
  z-index: 0;
}
.page-template-main-single h2 {
  font-size: 32px;
}
@media (max-width: 767px) {
  .page-template-main-single h2 {
    font-size: 30px;
  }
}
.headline-complaint-checker {
  color: #fff;
  font-size: 58px;
  margin-bottom: 30px;
  margin-top: 30px;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .headline-complaint-checker {
    font-size: 46px;
  }
}
@media only screen and (max-width: 480px) {
  .headline-complaint-checker {
    font-size: 40px;
  }
}
.page-template-page-custom-search .featured-key {
  font-size: 40px;
}
@media only screen and (max-width: 626px) {
  .page-template-page-custom-search .featured-key {
    font-size: 38px;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-page-custom-search .featured-key {
    font-size: 34px;
  }
}
.page-complaints h2 {
  color: #1a416c;
  margin-top: 15px;
}
.gform_wrapper.gravity-theme .gfield_label.gform-field-label,
.gform_wrapper.gravity-theme .ginput_complex label.gform-field-label,
.gform_wrapper.gravity-theme div.gfield_description {
  font-size: 20px;
}
#gform_wrapper_18 .gfield_radio label {
  white-space: normal !important;
}
.hero_tabs_inner a {
  width: 30%;
}
div.hero_tabs_inner .hero_tab.dark_blue {
  background: #1a416c;
  height: 100%;
}
.tab-wrapper {
  margin-right: 10px;
}
.tab-wrapper p {
  background: rgba(44,81,123,0.7);
  padding: 7px 15px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
.blue-tab,
.yellow-tab,
.dark-blue-tab {
  border: 2px solid #31baed;
}
.yellow-tab {
  border: 2px solid #88C65D;
}
.dark-blue-tab {
  border: 2px solid #1a416c;
}
.blue-link:hover p {
  background: #31baed;
  font-weight: 600;
}
.yellow-link:hover p {
  background: #88C65D;
  font-weight: 600;
}
.dark-blue-link:hover p {
  background: #1a416c;
  font-weight: 600;
}
.pdf_with_image {
  width: 170px;
  height: 220px;
  position: relative;
}
@media (max-width: 991.98px) {
  .pdf_with_image {
    margin-bottom: 5rem !important;
  }
}
.pdf_with_image a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.pdf_with_image a:hover img {
  filter: grayscale(100%);
}
.pdf_with_image h5 {
  margin-top: 0;
}
.pdf_with_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 8px rgba(164,159,159,0.5);
}
.shaded_area.pdf_area.pdf_layout {
  padding-left: 0;
  display: flex;
}
.shaded_area.pdf_area.pdf_layout .each_pdf {
  margin-right: 2rem;
}
@media (max-width: 991.98px) {
  .shaded_area.pdf_area.pdf_layout {
    flex-direction: column;
  }
}
.blue-box-heading {
  padding-top: 37px;
}
.authority-content .blue-box-row:not(:first-of-type) {
  margin-top: 1rem;
  border-top: 1px solid rgba(0,0,0,0.1);
}
@media only screen and (min-width: 992px) {
  .page-template-search header {
    position: initial;
  }
}
@media screen and (max-width: 1199px) {
  .tab-wrapper p {
    padding: 7px 0;
  }
}
@media screen and (max-width: 768px) {
  .tab-wrapper p {
    display: none;
  }
  .tab-wrapper {
    height: 100%;
  }
  .blue-tab {
    background: #31baed;
    border: none;
  }
  .yellow-tab {
    background: #88C65D;
    border: none;
  }
  .dark-blue-tab {
    background: #1a416c;
    border: none;
  }
}
@media screen and (min-width: 769px) {
  .blue-tab,
  .yellow-tab,
  .dark-blue-tab {
    margin-bottom: 20px;
  }
  .blue-tab p,
  .yellow-tab p,
  .dark-blue-tab p {
    margin-bottom: 0;
  }
}
.search_place_holder {
  color: #fff !important;
}
div.hidden_search_bar {
  padding: 22px 0;
  background: #2c517b;
}
div.hidden_search_bar form.search_form {
  width: 100%;
}
div.hidden_search_bar form.search_form input.input_search_field {
  color: #fff;
  width: 98%;
  border: 0;
  outline: none !important;
  border-bottom: solid 1px #fff;
  background: #2c517b;
}
div.hidden_search_bar form.search_form input.input_search_field::-webkit-input-placeholder {
  color: #fff !important;
}
div.hidden_search_bar form.search_form input.input_search_field:-moz-placeholder {
  color: #fff !important;
}
div.hidden_search_bar form.search_form input.input_search_field::-moz-placeholder {
  color: #fff !important;
}
div.hidden_search_bar form.search_form input.input_search_field:-ms-input-placeholder {
  color: #fff !important;
}
div.hidden_search_bar form.search_form input.input_search_field::-ms-input-placeholder {
  color: #fff !important;
}
div.hidden_search_bar form.search_form input.input_search_field::placeholder {
  color: #fff !important;
}
div.hidden_search_bar button.hidden_search_button {
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  outline: none !important;
  padding: 5px 17px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}
div.hidden_search_bar button:not(.disabled):hover {
  background: #fff;
  color: #2c517b;
  border: solid 1px #fff;
  cursor: pointer;
}
div.hidden_search_bar .search-btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 34px;
}
div.hidden_search_bar .close_x {
  cursor: pointer;
}
div.hidden_search_bar .close_x span {
  cursor: pointer;
  color: #ffffff;
  font-size: 39px;
}
@media only screen and (min-width: 992px) {
  header {
    position: fixed;
    z-index: 32;
    width: 100%;
  }
}
header div.top_static_options {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  padding-right: 22px;
  align-items: center;
}
header div.top_static_options .top-static-menu {
  display: flex;
  height: 100%;
}
header div.top_static_options .search_link {
  display: flex;
  align-items: center;
  font-size: 20px;
  position: relative;
  bottom: 3px;
}
header div.top_static_options div.inner a,
header div.top_static_options div.inner a:visited {
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 250ms linear;
  -moz-transition: all 250ms linear;
  -ms-transition: all 250ms linear;
  -o-transition: all 250ms linear;
  transition: all 250ms linear;
}
header div.top_static_options div.inner a:hover {
  color: #fcbc2c;
  text-decoration: none;
}
header div.top_static_options div.inner a:hover .sub-menu.light-blue {
  color: #31baed;
}
header div.top_static_options div.inner a:hover .sub-menu.darker-blue {
  color: #1a416c;
}
header div.top_static_options div.inner .fa-search {
  padding-left: 20px;
  padding-left: 5px;
}
header div.top_static_options div.inner .interpretation_link {
  margin-right: 30px;
}
header div.top_menu_area {
  width: 100%;
  background: rgba(44,81,123,0.7);
  position: absolute;
  padding: 0;
  z-index: 1;
}
header .scrolled {
  background: #2c517b !important;
}
header div.top-static-menu #menu-top-static-menu {
  display: flex;
  list-style: none;
  margin: 0;
  height: 100%;
}
header div.top-static-menu #menu-top-static-menu .menu-item {
  padding: 0 10px;
  display: flex;
  align-items: center;
  padding-right: 25px;
}
header div.top-static-menu #menu-top-static-menu .menu-item a {
  color: white;
  line-height: 1;
  display: block;
  font-size: 20px;
}
header div.top-static-menu #menu-top-static-menu .menu-item a:hover {
  color: #fcbc2c;
}
header div.top_bar {
  display: block;
  width: 100%;
  height: auto;
  min-height: 35px;
  background: #1a416c;
  padding-top: 10px;
  padding-bottom: 10px;
}
header div.top_bar .row {
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  header div.top_bar .logo-column {
    display: none;
  }
}
header div.top_bar img.header_logo {
  z-index: 2;
  position: relative;
  max-height: 78.5px;
}
header div.top_bar img.header_logo.small {
  max-height: 55px;
}
#access a {
  text-decoration: none;
  font-size: 20px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  color: white;
  display: block;
  width: max-content;
}
#access a:hover {
  color: #fcbc2c;
}
#access li.lighter-blue >a:hover {
  color: #80bdff;
}
#access li.lighter-blue ul.sub-menu li:hover a {
  color: #80bdff;
}
#access li.lighter-blue-2 >a:hover {
  color: ;
}
#access li.lighter-blue-2 ul.sub-menu li:hover a {
  color: ;
}
#access ul {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: initial;
}
#access ul ul {
  display: none;
  float: left;
  padding-top: 0px;
  padding-left: 0;
  top: 15px;
  position: absolute;
  z-index: 99999;
  background: rgba(44,81,123,0.7);
}
#access ul ul.sub-menu li {
  margin-left: 0;
  padding-left: 0;
  display: block;
  width: 320px;
  overflow: hidden;
  border-bottom: solid 1px rgba(255,255,255,0.2);
  margin-bottom: 0;
}
#access ul ul.sub-menu li:hover {
  padding-bottom: 0;
  color: #fff;
}
#access ul ul.sub-menu li:last-child {
  border-bottom: 0;
}
#access ul ul.sub-menu:last-child {
  border-bottom: 0;
  width: fit-content;
}
#access ul ul ul {
  left: 100%;
  top: 0;
}
#access ul ul a {
  border: 0;
  font-size: inherit;
  height: auto;
  line-height: 25px;
  display: block;
  white-space: nowrap;
  margin-bottom: 0;
  width: auto;
  padding: 9px 16px 9px 21px;
}
#access ul ul li:last-child a {
  border-bottom: 0;
}
#access ul li:hover > ul {
  display: block;
}
#access ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
#access ul.sub-menu {
  border-right: 0;
  margin-top: 55px;
}
#access ul.sub-menu li {
  padding: 0;
  border-right: 0;
}
#access ul.sub-menu li a {
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 20px !important;
  white-space: normal;
  font-weight: normal;
  border-bottom: 0;
  font-size: 20px;
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -ms-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  text-align: left;
}
#access ul.sub-menu li a:focus {
  color: #fff;
}
#access ul.sub-menu li a:after {
  display: none;
}
#access ul.sub-menu li:hover > a {
  color: #fcbc2c;
  background: rgba(44,81,123,0.7);
}
#access ul.sub-menu .current-menu-item > a {
  position: relative;
}
#access ul.sub-menu .current-menu-item a {
  color: #fff;
}
#access li {
  float: left;
  position: relative;
  list-style-type: none;
  padding: 20px 0;
  margin-bottom: 0;
}
#access li.current-menu-item {
  font-weight: normal;
}
#access li a {
  color: #fff;
  padding: 0 20px;
}
#access li:hover {
  display: block;
}
#access li:hover a {
  border-bottom: 0 !important;
}
#access li:first-child {
  border-left: 0;
  padding-right: 0;
}
#access li.current-menu-parent a {
  -webkit-transition: all 250ms linear, border 0ms;
  -moz-transition: all 250ms linear, border 0ms;
  -ms-transition: all 250ms linear, border 0ms;
  -o-transition: all 250ms linear, border 0ms;
  transition: all 250ms linear, border 0ms;
}
#access li.current-menu-parent.lighter-blue >a {
  color: #80bdff;
}
#access li.current-menu-parent.lighter-blue ul.sub-menu li.current-menu-item a {
  color: #fcbc2c;
}
#access li.current-menu-parent.lighter-blue-2 >a {
  color: ;
}
#access li.current-menu-parent.lighter-blue-2 ul.sub-menu li.current-menu-item a {
  color: #fcbc2c;
}
#access li.current-menu-parent li.current-menu-item a {
  font-weight: normal !important;
  color: #000;
}
#access li.current-menu-parent ul.sub-menu li.current-menu-item a {
  color: #fcbc2c;
  text-decoration: none;
}
#access li.menu-item-has-children a:after {
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  content: "\f107";
  font-size: 17px;
  padding-left: 6px;
}
#access li.lighter-blue.current-menu-item a {
  color: #80bdff;
}
#access li.lighter-blue.current-menu-item .sub-menu a {
  color: #fff;
}
#access li.lighter-blue-2.current-menu-item a {
  color: ;
}
#access li.lighter-blue-2.current-menu-item .sub-menu a {
  color: #fff;
}
header div.top-static-menu #menu-top-static-menu .current_page_item a {
  color: #fcbc2c;
}
.search_section h3 {
  color: #1a416c;
  text-transform: capitalize;
}
.page-template-page-custom-search .searchandfilter,
.page-template-search .searchandfilter,
.page-template-archive-authority .searchandfilter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 0 15px;
}
.page-template-page-custom-search .searchandfilter ul,
.page-template-search .searchandfilter ul,
.page-template-archive-authority .searchandfilter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.page-template-page-custom-search .sf-field-search,
.page-template-search .sf-field-search,
.page-template-archive-authority .sf-field-search {
  width: 100%;
}
.page-template-page-custom-search .sf-field-search label,
.page-template-search .sf-field-search label,
.page-template-archive-authority .sf-field-search label {
  position: relative;
  width: 100%;
}
.page-template-page-custom-search .sf-field-search label:before,
.page-template-search .sf-field-search label:before,
.page-template-archive-authority .sf-field-search label:before {
  position: relative;
  top: 38px;
  left: 13px;
  display: flex;
  pointer-events: none;
  color: #1a416c;
  content: '\f002';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
}
.page-template-page-custom-search .sf-input-text,
.page-template-search .sf-input-text,
.page-template-archive-authority .sf-input-text {
  border: 1px solid #1a416c;
  border-radius: 0 !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  padding-left: 1.875rem;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-family: FontAwesome, "DM Sans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.page-template-page-custom-search .sf-field-category label,
.page-template-page-custom-search .sf-field-sort_order label,
.page-template-page-custom-search .sf-field-post_type label,
.page-template-search .sf-field-category label,
.page-template-search .sf-field-sort_order label,
.page-template-search .sf-field-post_type label,
.page-template-archive-authority .sf-field-category label,
.page-template-archive-authority .sf-field-sort_order label,
.page-template-archive-authority .sf-field-post_type label {
  display: flex;
}
.page-template-page-custom-search .sf-field-category label::after,
.page-template-page-custom-search .sf-field-sort_order label::after,
.page-template-page-custom-search .sf-field-post_type label::after,
.page-template-search .sf-field-category label::after,
.page-template-search .sf-field-sort_order label::after,
.page-template-search .sf-field-post_type label::after,
.page-template-archive-authority .sf-field-category label::after,
.page-template-archive-authority .sf-field-sort_order label::after,
.page-template-archive-authority .sf-field-post_type label::after {
  content: '\f0d7';
  width: 54px;
  height: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
  color: #ffffff;
  background-color: #31baed;
  pointer-events: none;
  border: 1px solid #1a416c;
  cursor: pointer;
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  position: relative;
  top: 0;
  right: 43px;
  padding: 0 0.75rem;
}
.page-template-page-custom-search .sf-field-category label::after:focus,
.page-template-page-custom-search .sf-field-sort_order label::after:focus,
.page-template-page-custom-search .sf-field-post_type label::after:focus,
.page-template-search .sf-field-category label::after:focus,
.page-template-search .sf-field-sort_order label::after:focus,
.page-template-search .sf-field-post_type label::after:focus,
.page-template-archive-authority .sf-field-category label::after:focus,
.page-template-archive-authority .sf-field-sort_order label::after:focus,
.page-template-archive-authority .sf-field-post_type label::after:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.page-template-page-custom-search .sf-input-select,
.page-template-search .sf-input-select,
.page-template-archive-authority .sf-input-select {
  border: 1px solid #1a416c;
  -webkit-appearance: button;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
  border-radius: 0 !important;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color: #646464;
  line-height: 1.5;
  background-color: #ffffff;
  background-clip: padding-box;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-width: 266px !important;
}
.page-template-page-custom-search .sf-input-text:focus,
.page-template-page-custom-search .sf-input-select:focus,
.page-template-search .sf-input-text:focus,
.page-template-search .sf-input-select:focus,
.page-template-archive-authority .sf-input-text:focus,
.page-template-archive-authority .sf-input-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.page-template-page-custom-search .sf-field-reset,
.page-template-page-custom-search .sf-field-submit,
.page-template-search .sf-field-reset,
.page-template-search .sf-field-submit,
.page-template-archive-authority .sf-field-reset,
.page-template-archive-authority .sf-field-submit {
  width: 266px;
  position: relative;
  right: -5px;
}
.page-template-page-custom-search .sf-field-reset:after,
.page-template-page-custom-search .sf-field-submit:after,
.page-template-search .sf-field-reset:after,
.page-template-search .sf-field-submit:after,
.page-template-archive-authority .sf-field-reset:after,
.page-template-archive-authority .sf-field-submit:after {
  content: '\279D';
  width: 54px;
  height: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  pointer-events: none;
  cursor: pointer;
  position: relative;
}
.page-template-page-custom-search .search-filter-reset,
.page-template-page-custom-search .sf-field-submit input[type='submit'],
.page-template-search .search-filter-reset,
.page-template-search .sf-field-submit input[type='submit'],
.page-template-archive-authority .search-filter-reset,
.page-template-archive-authority .sf-field-submit input[type='submit'] {
  width: 261px;
  padding: 7px 0px;
  border-color: #31baed;
}
.page-template-page-custom-search .sf-field-reset,
.page-template-search .sf-field-reset,
.page-template-archive-authority .sf-field-reset {
  text-align: center;
  color: #31baed;
}
.page-template-page-custom-search .sf-field-reset:after,
.page-template-search .sf-field-reset:after,
.page-template-archive-authority .sf-field-reset:after {
  color: #31baed;
  top: -44px;
  right: -60px;
}
.page-template-page-custom-search .sf-field-submit,
.page-template-search .sf-field-submit,
.page-template-archive-authority .sf-field-submit {
  text-align: center;
}
.page-template-page-custom-search .sf-field-submit:after,
.page-template-search .sf-field-submit:after,
.page-template-archive-authority .sf-field-submit:after {
  color: #ffffff;
  top: -44px;
  right: -45px;
}
.page-template-page-custom-search .sf-field-submit input[type='submit'],
.page-template-search .sf-field-submit input[type='submit'],
.page-template-archive-authority .sf-field-submit input[type='submit'] {
  padding-right: 25px;
}
.page-template-page-custom-search .search-filter-reset,
.page-template-search .search-filter-reset,
.page-template-archive-authority .search-filter-reset {
  background: none;
  color: #31baed;
  padding-right: 2rem;
}
.page-template-page-custom-search .sf-field-submit input[type='submit'],
.page-template-search .sf-field-submit input[type='submit'],
.page-template-archive-authority .sf-field-submit input[type='submit'] {
  background: #31baed;
  color: #ffffff;
}
.page-template-page-custom-search .sf-field-category label,
.page-template-page-custom-search .sf-field-sort_order label,
.page-template-page-custom-search .sf-field-post_type label,
.page-template-search .sf-field-category label,
.page-template-search .sf-field-sort_order label,
.page-template-search .sf-field-post_type label,
.page-template-archive-authority .sf-field-category label,
.page-template-archive-authority .sf-field-sort_order label,
.page-template-archive-authority .sf-field-post_type label {
  width: 269px;
}
::placeholder {
  color: #667383 !important;
}
.page-template-search .content_area {
  width: 100%;
}
.complaints-search-container h3 {
  color: #1a416c;
}
.search-filter-scroll-loading {
  margin: 0 auto !important;
  height: 15px !important;
  width: 128px !important;
  animation: none !important;
  border: none !important;
  border-radius: 0 !important;
  background: url('../img/ajax-loader-custom.gif') no-repeat center center !important;
}
.authority-select-wrapper {
  border: 1px solid #1a416c;
  -webkit-appearance: button;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  border-radius: 0 !important;
  color: #646464;
}
.tax-authority_type .form-group {
  display: flex;
}
.tax-authority_type .form-group::after {
  content: '\f0d7';
  width: 54px;
  height: 100%;
  text-align: center;
  font-size: 22px;
  line-height: 45px;
  color: #ffffff;
  background-color: #31baed;
  pointer-events: none;
  border: 1px solid #1a416c;
  cursor: pointer;
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  position: relative;
  top: 0;
  right: 52px;
  padding: 0 0.75rem;
}
.tax-authority_type .form-group::after:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,0.25);
}
.select-items div,
.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0,0,0,0.1) transparent;
  cursor: pointer;
  user-select: none;
}
.select-items {
  position: absolute;
  background-color: DodgerBlue;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
.breadcrumbs {
  font-size: 18px;
}
.breadcrumbs a {
  color: #667383;
}
.breadcrumbs a:hover {
  color: #fcbc2c;
}
.breadcrumbs .breadcrumb_last {
  color: #31baed;
}
.gform_tabs li:nth-child(2) {
  display: none !important;
}
.gform_tabs li:last-child {
  display: none !important;
}
@media (min-width: 1200px) {
  .my_guide {
    background: grey;
  }
  .my_guide:after {
    content: "xl-";
    color: #fff;
    text-align: center;
    display: block;
  }
  .page-template-page-custom-search .sf-field-category,
  .page-template-page-custom-search .sf-field-sort_order,
  .page-template-page-custom-search .sf-field-reset,
  .page-template-page-custom-search .sf-field-submit,
  .page-template-search .sf-field-post_type,
  .page-template-search .sf-field-category,
  .page-template-search .sf-field-sort_order,
  .page-template-search .sf-field-reset,
  .page-template-search .sf-field-submit {
    width: 24%;
  }
  .page-template-page-custom-search .sf-field-category label,
  .page-template-page-custom-search .sf-field-sort_order label,
  .page-template-search .sf-field-post_type label,
  .page-template-search .sf-field-category label,
  .page-template-search .sf-field-sort_order label {
    width: 100%;
  }
  .searchandfilter select.sf-input-select {
    min-width: 99.5% !important;
  }
  .page-template-page-custom-search .sf-field-reset,
  .page-template-page-custom-search .sf-field-submit,
  .page-template-search .sf-field-reset,
  .page-template-search .sf-field-submit {
    right: 0;
    height: 65px;
  }
  .page-template-page-custom-search .search-filter-reset,
  .page-template-page-custom-search .sf-field-submit input[type="submit"],
  .page-template-search .search-filter-reset,
  .page-template-search .sf-field-submit input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .my_guide {
    background: orange;
  }
  .my_guide:after {
    content: "lg-";
    color: #fff;
    text-align: center;
    display: block;
  }
  .page-template-page-custom-search .sf-field-category,
  .page-template-page-custom-search .sf-field-sort_order,
  .page-template-page-custom-search .sf-field-reset,
  .page-template-page-custom-search .sf-field-submit,
  .page-template-search .sf-field-post_type,
  .page-template-search .sf-field-category,
  .page-template-search .sf-field-sort_order,
  .page-template-search .sf-field-reset,
  .page-template-search .sf-field-submit {
    width: 24%;
  }
  .page-template-page-custom-search .sf-field-category label,
  .page-template-page-custom-search .sf-field-sort_order label,
  .page-template-search .sf-field-post_type label,
  .page-template-search .sf-field-category label,
  .page-template-search .sf-field-sort_order label {
    width: 100%;
  }
  .searchandfilter select.sf-input-select {
    min-width: 99.5% !important;
  }
  .page-template-page-custom-search .sf-field-reset,
  .page-template-page-custom-search .sf-field-submit,
  .page-template-search .sf-field-reset,
  .page-template-search .sf-field-submit {
    right: 0;
    height: 65px;
  }
  .page-template-page-custom-search .search-filter-reset,
  .page-template-page-custom-search .sf-field-submit input[type="submit"],
  .page-template-search .search-filter-reset,
  .page-template-search .sf-field-submit input[type="submit"] {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .my_guide {
    background: magenta;
  }
  .my_guide:after {
    content: "md-";
    color: #fff;
    text-align: center;
    display: block;
  }
  .page-template-page-custom-search .sf-field-category,
  .page-template-page-custom-search .sf-field-sort_order,
  .page-template-page-custom-search .sf-field-reset,
  .page-template-page-custom-search .sf-field-submit,
  .page-template-search .sf-field-post_type,
  .page-template-search .sf-field-category,
  .page-template-search .sf-field-sort_order,
  .page-template-search .sf-field-reset,
  .page-template-search .sf-field-submit {
    width: 49%;
  }
}
@media (max-width: 991px) {
  .my_guide {
    background: green;
  }
  .my_guide:after {
    content: "sm-";
    color: #fff;
    text-align: center;
    display: block;
  }
  .mobile_header_logo_wrapper {
    margin-left: -25px;
  }
  .mobile_header_logo_wrapper img {
    height: 30px;
    margin-top: 5px;
  }
  .top_menu_area {
    display: none;
  }
  .aicon_link {
    width: 49px !important;
    height: 49px !important;
    left: -64px !important;
  }
  .aicon_link img {
    width: 49px !important;
  }
  select#gtranslate_selector {
    font-size: 20px !important;
    width: 180px !important;
  }
  .top_static_options {
    justify-content: space-between !important;
  }
  .search-form-container {
    flex-wrap: unset;
  }
  .input_search_field {
    font-size: 16px;
    width: auto;
  }
  .search-btn-wrapper {
    padding-top: 0.75rem !important;
  }
  .search-btn-wrapper .hidden_search_button {
    font-size: 16px;
  }
  .search-btn-wrapper .hidden_search_button .close-x {
    height: 30px;
  }
  .page-template-page-custom-search .sf-field-category,
  .page-template-page-custom-search .sf-field-sort_order,
  .page-template-search .sf-field-post_type,
  .page-template-search .sf-field-category,
  .page-template-search .sf-field-sort_order {
    width: 100%;
  }
  .page-template-page-custom-search .sf-field-reset,
  .page-template-page-custom-search .sf-field-submit,
  .page-template-search .sf-field-reset,
  .page-template-search .sf-field-submit {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .my_guide {
    background: red;
  }
  .my_guide:after {
    content: "xs-";
    color: #fff;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1400px) {
  div.overlap_two_column .overlap_image_left .left_side {
    width: 95%;
  }
  .slider_area {
    max-width: 1140px;
  }
  div.main-carousel {
    width: 600px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 45px;
  }
  h3 {
    font-size: 27px;
  }
  h4 {
    font-size: 25px;
  }
  div.bottom_pillars .pillar .blurb .text .the_content {
    font-size: 18px;
  }
  div.overlap_two_column .inner_content h1,
  div.overlap_two_column .inner_content h2,
  div.overlap_two_column .inner_content h3 {
    padding-top: 30px;
  }
  div.overlap_two_column .overlap_image_left .left_side {
    width: 90%;
  }
  .slider_area {
    max-width: 900px;
  }
  div.main-carousel {
    width: 540px;
  }
  body.home div.slider_area h1 {
    margin-top: 14px;
  }
  div.main-carousel div.carousel-cell div.image_each,
  .homepage-text-with-image-featured.image_each {
    width: 420px;
    height: 420px;
  }
  .home .opening_paragraph h1 {
    margin-top: 30px;
  }
  .page-template-page-custom-search-php div.opening_paragraph h1,
  .page-brochures-posters div.opening_paragraph h1,
  .page-contact div.opening_paragraph h1 {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .single-job_opportunities div.animated_arrow_buttons div.button a {
    padding: 15px 35px;
  }
  .single-job_opportunities .careers-tab-wrapper .apply_arrow_button {
    margin-right: 2rem;
  }
  .page-faq h2 {
    margin-left: 5rem;
  }
  .page-faq div.opening_paragraph h1 {
    margin-top: 30px;
  }
  .hero-image-complaint-checker {
    height: 300px;
  }
  .page-id-144 .each_box {
    font-size: 19px;
  }
  #access li a {
    padding: 0 15px;
    font-size: 17px;
  }
  .page-template-authority-lists .jurisdictional-box .term-description-wrapper {
    height: 280px;
  }
  .page-template-authority-lists .non-jurisdictional-box .term-description-wrapper {
    height: 200px;
  }
}
@media (max-width: 1100px) {
  div.overlap_two_column .overlap_image_left .left_side {
    width: 87%;
  }
  body.home div.hero_image,
  body.home div.hero_image div.container,
  div.hero_image_interior .container {
    height: 55vw;
  }
}
@media (max-width: 991px) {
  .home div.hero_image .text_area {
    top: 15%;
  }
  #access li a {
    padding: 0 11px;
    font-size: 18px;
  }
  div.overlap_two_column {
    margin-top: 20px;
  }
  .page-complaints div.top_pillars_area div.top_pillars .blurb,
  .page-public-interest-disclosure div.top_pillars_area div.top_pillars .blurb {
    height: 205px;
  }
  div.main-carousel {
    width: 680px;
  }
  div.overlap_two_column .inner_content {
    max-width: max-content;
    margin-left: 140px;
    margin-right: 20px;
  }
  div.main-carousel div.carousel-cell div.image_each,
  .homepage-text-with-image-featured.image_each {
    width: 500px;
    height: 500px;
  }
  .slider_area .col-lg-5 {
    padding-left: 70px;
  }
  div.top_pillars_area .d-flex {
    margin-bottom: 70px;
  }
  div.top_pillars_area div.top_pillars .blurb {
    height: 170px;
  }
  div.bottom_pillars div.pillar_1:before,
  div.bottom_pillars div.pillar_2:before {
    border-right: 0;
    border-bottom: 10px solid #fff;
  }
  .page-office-of-the-ombudsperson div.bottom_pillars .pillar_2 {
    border-right: 0;
    border-bottom: 10px solid #fff;
  }
  body.home div.hero_image,
  body.home div.hero_image div.container,
  div.hero_image_interior .container {
    height: 65vw;
  }
  .page-id-287 div.overlap_two_column .overlap_image_left .image_each {
    display: none;
  }
  .page-know-your-rights .pida-subpage-paragraph iframe {
    width: 100%;
  }
  .parent-pageid-761 .video-section iframe {
    width: 100%;
  }
  .page-id-762 iframe {
    width: 100%;
  }
  .page-looking-for-advice .pida-contact-info .d-flex {
    margin-bottom: 20px;
  }
  .page-looking-for-advice .pida-contact-info .thirty {
    display: none;
  }
  body.page-id-477 ul.pdf_area {
    padding-left: 19px;
  }
  .outer_box.oddpost .image_area,
  .outer_box.oddpost .content_area,
  .outer_box.evenpost .image_area,
  .outer_box.evenpost .content_area {
    width: 100%;
  }
  .page-template-page-custom-search h3.mb-5 {
    margin-bottom: 0 !important;
  }
  .single-job_opportunities div.animated_arrow_buttons div.button a {
    padding: 15px 25px;
  }
  body.page-id-483 ul.pdf_area {
    padding-left: 33px;
  }
  .page-faq h2 {
    margin-left: 1rem;
    font-size: 32px;
  }
  .hero-image-complaint-checker h1 {
    font-size: 46px;
  }
  .page-id-144 .row .col-lg-4 {
    margin-bottom: 20px;
  }
  .pida-contact-info .d-flex:nth-child(odd) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .pida-button {
    display: none;
  }
  .page-what-is-wrongdoing .pida_subpage_section.bottom-section {
    margin-left: 0;
  }
  .footer_col_2,
  .footer_col_3 {
    display: none;
  }
  .green_link {
    display: none;
  }
  footer .footer_main {
    font-size: 16px;
  }
  footer div.sub_footer_menu ul li {
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
  }
  header div.top_bar .container {
    max-width: 100%;
  }
  div.main-carousel {
    width: 580px;
  }
  div.main-carousel div.carousel-cell div.image_each,
  .homepage-text-with-image-featured.image_each {
    width: 450px;
    height: 450px;
  }
  div.hero_image div.container .text_area {
    top: 40%;
  }
  div.hero_image div.container .text_area .big_title {
    font-size: 45px;
  }
  div.hero_image div.container .text_area .small_title {
    font-size: 28px;
  }
  div.hero_image div.container div.hero_tabs_inner span.hero_tab {
    font-size: 15px;
    padding-top: 13px;
    padding-bottom: 7px;
    padding-left: 1px;
    padding-right: 2px;
  }
  body.home div.hero_image,
  body.home div.hero_image div.container {
    height: 65vw;
  }
  #menu-complaints-menu,
  #menu-fairness-and-resources-menu {
    padding-left: 0;
  }
  .pida-subpage-title {
    font-size: 30px;
  }
  .page-can-we-investigate-your-complaint div.jumbotron .bg_colour .col-lg-10 {
    padding-left: 0;
  }
  div.jumbotron .content {
    font-size: 22px;
  }
  .page-how-to-report-reprisal div.jumbotron .content,
  .page-what-is-reprisal div.jumbotron .content {
    margin-left: 0;
  }
  .single-job_opportunities .careers-tab-wrapper {
    flex-direction: column;
  }
  .single-job_opportunities .careers-tab-wrapper div.animated_arrow_buttons div.button {
    text-align: center;
  }
  .single-job_opportunities .careers-tab-wrapper div.animated_arrow_buttons div.button a {
    padding: 15px 25px;
  }
  .single-job_opportunities .careers-tab-wrapper .apply_arrow_button {
    margin-right: 0;
  }
  .single-job_opportunities div.shaded_area {
    flex-direction: column;
  }
  .page-resources-for-public-bodies div.jumbotron .content {
    margin-left: 0;
  }
  .important-info .row .inner-content {
    padding: 2rem 1rem;
  }
  .important-info .row .inner-content .box-title {
    font-size: 27px;
  }
}
@media (max-width: 626px) {
  div.main-carousel {
    width: 480px;
  }
  h2 {
    font-size: 36px;
  }
  div.hero_image div.container .text_area .big_title,
  h1 {
    font-size: 40px;
  }
  .main_text p,
  div.top_pillars_area div.top_pillars .blurb,
  div.the-content,
  div.animated_arrow_buttons div.button.blue a,
  div.animated_arrow_buttons div.button.yellow a,
  div.animated_arrow_buttons div.button.green a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  div.main-carousel div.carousel-cell div.image_each,
  .homepage-text-with-image-featured.image_each {
    width: 370px;
    height: 370px;
  }
  body.home div.hero_image,
  body.home div.hero_image div.container,
  div.hero_image_interior .container {
    height: 100vw;
    padding-left: 20px;
  }
  div.hero_image_interior .container {
    padding-left: 25px;
  }
  div.overlap_two_column .inner_content {
    margin-left: 125px;
  }
  .page-complaints ul.complaints-home-menu {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 558px) {
  div.hero_image div.container div.hero_tabs_inner span.hero_tab {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  header div.top_want_menu_area div.top_want_menu {
    min-width: 100%;
  }
  h2 {
    font-size: 36px;
  }
  h4,
  .page-complaints h4 {
    font-size: 22px;
  }
  .slider_area .col-lg-5 {
    padding-left: 35px;
  }
  div.main-carousel {
    width: 320px;
  }
  div.main-carousel div.carousel-cell div.image_each,
  .homepage-text-with-image-featured.image_each {
    width: 300px;
    height: 300px;
  }
  body.home div.slider_area div.inner_content {
    margin-left: 6px;
  }
  div.hero_image div.container .text_area {
    top: 40%;
  }
  div.hero_image div.container .text_area .small_title {
    font-size: 20px;
  }
  div.hero_image div.container .text_area .big_title {
    font-size: 35px;
  }
  div.hero_image div.container .text_area .blurb {
    font-size: 18px;
  }
  h1 {
    font-size: 35px;
  }
  .main_text p,
  .the_content,
  div.bottom_pillars .pillar .blurb .text .the_content,
  div.bottom_pillars .pillar .blurb .text .the_date,
  div.bottom_pillars .pillar .blurb .text .read_more,
  div.top_pillars_area div.top_pillars .blurb,
  div.animated_arrow_buttons div.button.blue a,
  div.animated_arrow_buttons div.button.yellow a,
  div.animated_arrow_buttons div.button.green a {
    font-size: 15px;
  }
  h4 {
    font-size: 22px;
  }
  .accordion_area {
    font-size: 18px;
  }
  .page-faq h2 {
    font-size: 28px;
  }
  .hero-image-complaint-checker h1 {
    font-size: 40px;
  }
  .page-template-authority-lists .jurisdictional-box .term-description-wrapper {
    height: 300px;
  }
  .page-template-authority-lists .jurisdictional-box .term-description-wrapper h3,
  .page-template-authority-lists .jurisdictional-box .term-description-wrapper p {
    padding: 0;
  }
  .page-template-authority-lists .non-jurisdictional-box .term-description-wrapper h3,
  .page-template-authority-lists .non-jurisdictional-box .term-description-wrapper p {
    padding: 0;
  }
}
@media (max-width: 420px) {
  .hero-image-complaint-checker button {
    padding: 6px 40px;
  }
}
@media (max-width: 370px) {
  div.main-carousel {
    width: 260px;
  }
  div.main-carousel div.carousel-cell div.image_each,
  .homepage-text-with-image-featured.image_each {
    width: 240px;
    height: 240px;
  }
  .hero-image-complaint-checker button {
    padding: 6px 15px;
  }
  .hero-image-complaint-checker h1 {
    font-size: 36px;
  }
  .page-template-authority-lists .jurisdictional-box .term-description-wrapper {
    height: 370px;
  }
  .page-template-authority-lists .non-jurisdictional-box .term-description-wrapper {
    height: 220px;
  }
}
@media (max-width: 360px) {
  body.home div.hero_image,
  body.home div.hero_image div.container {
    height: 99vw;
  }
  .single-job_opportunities
    .careers-tab-wrapper
    div.animated_arrow_buttons
    div.button
    a {
    padding: 15px 20px;
  }
  div.hero_image div.container .text_area .big_title {
    font-size: 30px;
  }
}
@media screen and (max-width: 430px) and (min-width: 376px) {
  div.hero_image div.container div.hero_tabs_inner span.hero_tab {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 375px) and (min-width: 365px) {
  div.hero_image div.container div.hero_tabs_inner span.hero_tab {
    padding-left: 8px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 364px) {
  div.hero_image div.container div.hero_tabs_inner span.hero_tab {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (max-width: 320px) {
  div.hero_image div.container div.hero_tabs_inner span.hero_tab {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-authority-lists-php .bottom-section {
  margin-bottom: 0;
}
.jurisdictional-box {
  border: 1px solid #87c65b;
}
.jurisdictional-box a {
  color: #87c65b;
}
.jurisdictional-box a:visited {
  color: #87c65b;
}
.jurisdictional-box a:hover {
  color: #fcbc2c;
}
.non-jurisdictional-box a p,
.jurisdictional-box a p {
  color: #667383;
  font-weight: initial;
  font-size: 16px;
  padding: 0 10px;
}
.non-jurisdictional-box p,
.jurisdictional-box p {
  color: #667383;
  font-weight: inherit;
  font-size: 16px;
  padding: 0 10px;
  width: 100%;
}
.authority-types-container {
  margin-bottom: 3rem;
}
.jurisdictional-section,
.non-jurisdictional-section {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .jurisdictional-section .col-8,
  .non-jurisdictional-section .col-8 {
    margin: 0 auto;
  }
}
.page-template-authority-lists .pida_subpage_section.middle-section {
  border: 0;
}
.page-template-authority-lists .legal-assitant-box,
.page-template-authority-lists .jurisdictional-box {
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.page-template-authority-lists .legal-assitant-box img {
  margin-top: 0;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-template-authority-lists .legal-assitant-box h3 {
  font-size: 17px;
}
.page-template-authority-lists div.animated_arrow_buttons div.button {
  position: initial;
  text-align: left;
  margin-top: 0;
}
.page-template-authority-lists div.animated_arrow_buttons div.button a {
  text-align: center;
  width: 250px;
  font-size: 18px;
  font-weight: bold;
}
.page-template-authority-lists div.animated_arrow_buttons div.button svg {
  width: 17px;
}
.non-jurisdictional-section h4 {
  margin: 0;
}
.non-jurisdictional-section .container {
  margin-bottom: 2rem;
}
.non-jurisdictional-section .middle-section {
  padding: 0 15px;
}
.underline {
  text-decoration: underline;
}
.authority-list-subpage-title {
  color: #1A416C;
  font-size: 26px;
  margin-bottom: 3rem;
  width: 100%;
  padding: 0 15px;
}
.jurisdictional-box h3 {
  color: #87c65b;
}
.non-jurisdictional-box h3 {
  color: #31baed;
}
.non-jurisdictional-box div.animated_arrow_buttons div.button.blue a polygon {
  fill: #31baed;
}
.tax-authority_type h3.pida-subpage-title {
  font-size: 40px;
  font-weight: bold;
}
.brochure-navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
.dropdown {
  float: left;
}
.dropdown .dropbtn {
  width: 100%;
  box-shadow: 0 1px 5px rgba(0,0,0,0.5);
  padding: 0.3rem 0.7rem;
  color: #31baed;
  border-radius: 4px;
  margin: 0;
}
.dropdown .dropbtn:hover {
  cursor: pointer;
}
.dropdown .dropbtn:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  text-decoration: inherit;
  font-weight: 900;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  padding-right: 10px;
  color: #31baed;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  z-index: 1;
  color: #31baed;
  box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a {
  color: #31baed;
}
.dropdown-content a:hover {
  background-color: #f8f9fa;
}
.dropdown:hover .dropdown-content {
  display: block;
}
body.page-id-826 ul.pdf_area .dropdown-content a:before {
  content: none;
}
.single-authorities-bottom-text .pida_subpage_section {
  margin-bottom: 0;
}
.single-authorities-bottom-text div.animated_arrow_buttons div.button {
  margin-top: 0;
}
.single-authorities .single-authorities-bottom-text .bottom-section h3.pida-subpage-title {
  font-size: 34px;
}
.single-authorities .single-authorities-bottom-text .bottom-section .pida-subpage-paragraph {
  margin-top: 0;
}
.single-authorities h1,
.single-covid_info h1 {
  font-weight: bold;
}
.single-authorities .site-main,
.single-covid_info .site-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .single-authorities .site-main,
  .single-covid_info .site-main {
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.single-authorities footer,
.single-covid_info footer {
  margin-top: 0;
  border-top: 0;
}
.single-authorities .left-content,
.single-covid_info .left-content {
  width: 75%;
  margin-top: 2rem;
  padding-left: 1.5rem;
}
@media (max-width: 1199px) {
  .single-authorities .left-content,
  .single-covid_info .left-content {
    width: 90%;
    padding: 0;
  }
}
.single-authorities .right-content,
.single-covid_info .right-content {
  width: 22%;
}
@media (max-width: 1199px) {
  .single-authorities .right-content,
  .single-covid_info .right-content {
    width: 90%;
    margin-bottom: 3rem;
  }
}
.single-authorities .right-content .tips-container,
.single-authorities .right-content .container,
.single-authorities .right-content .row,
.single-covid_info .right-content .tips-container,
.single-covid_info .right-content .container,
.single-covid_info .right-content .row {
  height: 100%;
}
.single-authorities .middle-section,
.single-covid_info .middle-section {
  margin-bottom: 0;
}
.single-authorities .pida_subpage_section.tips-section,
.single-covid_info .pida_subpage_section.tips-section {
  padding: 30px 40px;
  padding-top: 3rem;
}
.single-authorities .pida_subpage_section.top-section,
.single-covid_info .pida_subpage_section.top-section {
  margin: 0 !important;
  padding-left: 0;
}
.single-authorities .authority-content,
.single-covid_info .authority-content {
  width: 100%;
}
.single-authorities .authority-content a,
.single-covid_info .authority-content a {
  word-wrap: break-word;
}
.single-authorities-bottom-text {
  margin-bottom: 3rem;
}
.single-authorities-bottom-text .pida_subpage_section {
  padding: 0;
}
.single-authorities-bottom-text .animated_arrow_buttons {
  padding: 0;
}
.complaint-checker-top-section .pida-subpage-title {
  color: #87c65b;
}
.complaint-checker-top-section .animated_arrow_buttons {
  padding: 0;
}
.complaint-checker-top-section .animated_arrow_buttons .button {
  margin-top: 0;
}
.complaint-checker-bottom-section .pida-subpage-title {
  color: #15AEE9;
}
.complaint-checker-sections {
  margin-bottom: 3rem;
}
.complaint-checker-sections p {
  line-height: 1.5;
}
.ginput_container_email input {
  margin-bottom: 0 !important;
}
.ginput_container_email + .gfield_description {
  padding-top: 10px !important;
  font-size: 14px !important;
}
#menu-complaints-menu li#menu-item-713 {
  padding-left: 0;
}
#menu-complaints-menu li#menu-item-713 a:hover {
  color: #fcbc2c;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu li {
  border-bottom: 1px solid #ececec;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu li:hover {
  background: #edf7fb;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu li a {
  font-size: 16px;
  color: #667383;
  font-weight: bold;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu li a:hover {
  color: #fcbc2c;
}
#menu-complaints-menu li#menu-item-713 ul.sub-menu li.current_page_item {
  background: #edf7fb;
}
.page-how-to-report-reprisal .each_box img.contact_icon {
  max-width: 50px;
}
.pida-container {
  padding: 0;
}
.pida-header-title a {
  color: #62A04A;
}
.pida-header-title a::before {
  content: "";
  border-bottom: solid 1px #62A04A;
  width: 500px;
  display: inline-block;
  top: 64px;
  left: -365px;
  position: absolute;
}
.menu-item-493 {
  background: #31BAED;
}
.menu-item-493 a {
  color: white !important;
}
.menu-item-493 a:hover {
  background: #31BAED !important;
  color: #fcbc2c !important;
}
nav.side ul li.current-menu-item.menu-item-493>a {
  color: #31baed !important;
}
nav.side ul li.current-menu-item.menu-item-493>a:hover {
  background: #edf7fb !important;
  color: #fcbc2c !important;
}
#menu-complaints-menu {
  padding: 0;
}
#menu-complaints-menu li#menu-item-713 a::before {
  content: "";
  border-bottom: solid 1px #31baed;
  width: 500px;
  display: inline-block;
  top: 64px;
  left: -365px;
  position: absolute;
}
#menu-fairness-and-resources-menu li#menu-item-767>a {
  color: #87c65b;
}
#menu-item-767>a::before {
  content: "";
  border-bottom: solid 1px #87c65b;
  width: 500px;
  display: inline-block;
  top: 64px;
  left: -365px;
  position: absolute;
}
#menu-fairness-and-resources-menu .sub-menu li:hover {
  background: #edf7fb;
}
#menu-fairness-and-resources-menu li#menu-item-767 ul.sub-menu a {
  font-size: 16px;
  color: #667383;
  font-weight: bold;
}
#menu-fairness-and-resources-menu li#menu-item-767 ul.sub-menu li.current_page_item {
  background: #edf7fb;
}
.page-looking-for-advice .middle-section {
  border-bottom: 0;
}
body.page-id-477 ul.pdf_area h5 {
  height: 70px;
}
.flexslider {
  border: none !important;
  position: relative;
}
@media (max-width: 575px) {
  .flexslider {
    padding: 0 !important;
  }
}
.flexslider .slides {
  height: 47vw;
}
@media (max-width: 1100px) {
  .flexslider .slides {
    height: 55vw;
  }
}
@media (max-width: 991px) {
  .flexslider .slides {
    height: 65vw;
  }
}
@media (max-width: 575px) {
  .flexslider .slides {
    height: 100vw;
  }
}
.flexslider .slides li {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: inset 0 0 200px #000;
}
.flexslider .slides li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.flexslider .container {
  height: 47vw;
  z-index: 1;
  position: absolute !important;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
header .top_bar,
header .top_menu_area {
  z-index: 2 !important;
}
header .top_want_menu_area {
  z-index: 3;
}
header .top_menu_area .col-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home div.hero_image {
  box-shadow: none;
}
.page-id-252 .opening_paragraph {
  margin-top: 3rem;
  padding: 18px;
}
.page-id-252 h1 {
  font-size: 32px;
}
.page-id-252 .image_area {
  height: 249px;
}
.page-id-252 .content_area {
  font-size: 17px;
}
.page-id-252 .content_area h6 {
  font-size: 20px;
}
.fairness_guid_main_text p {
  font-size: 17px;
}
.ie-alert {
  visibility: hidden;
  position: absolute;
  top: 157px;
  width: 100%;
  z-index: 1;
  background: #f8d7da;
  opacity: 0.8;
  padding: 5px 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .ie-alert {
    top: 158px;
  }
}
@media (max-width: 991px) {
  .ie-alert {
    top: 178px;
  }
}
@media (max-width: 767px) {
  .ie-alert {
    top: 148px;
  }
}
.ie-alert p {
  margin: 0;
  color: #721c24;
}
@media (max-width: 767px) {
  .ie-alert p {
    font-size: 15px;
  }
}
.ie-alert span {
  font-weight: bold;
}
.ie-alert button {
  background: transparent;
  border: none;
  outline: none;
  font-size: 24px;
  font-weight: bold;
  color: indianred;
}
.ie-alert button:hover {
  color: inherit;
  cursor: pointer;
}
.contact-each-box-container .box_title img,
.box_title img {
  width: 45px;
  height: 45px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.page-id-2063 .gform_button_select_files {
  background: #A9A9A9 !important;
}
.page-id-2063 .gform_button_select_files:hover {
  background: #696969 !important;
}
@media (max-width: 1199px) {
  .opening_paragraph {
    padding-top: 3rem;
  }
}
.authority-select-wrapper {
  width: 241px;
}
.tax-authority_type .form-group::after {
  right: 45px;
}
.single-covid_info .jumbotron,
.page-covid-complaint-checker .jumbotron {
  margin-bottom: 0;
}
.single-covid_info header h1,
.page-covid-complaint-checker header h1 {
  font-size: 45px;
}
.single-covid_info main h1 {
  font-size: 40px;
}
.page-covid-complaint-checker .form-group::after {
  right: 45px;
}
@media (max-width: 767px) {
  .page-covid-complaint-checker header h1,
  .single-covid_info header h1 {
    font-size: 36px;
  }
}
@media (max-width: 370px) {
  .page-covid-complaint-checker header h1,
  .single-covid_info header h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .single-covid_info main h1 {
    font-size: 32px;
  }
}
@media (max-width: 370px) {
  .single-covid_info main h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .page-covid-complaint-checker h1 {
    font-size: 32px;
  }
}
@media (max-width: 370px) {
  .page-covid-complaint-checker h1 {
    font-size: 30px;
  }
}
.hero-image-complaint-checker .exit-button {
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 60px;
  box-shadow: none;
  max-width: 400px;
  text-align: center;
}
.hero-image-complaint-checker .exit-button:hover {
  background: #fff;
  color: #31baed;
}
@media (max-width: 767px) {
  .hero-image-complaint-checker .exit-button {
    padding: 6px 15px;
  }
}
.single-covid_info .single-authorities-bottom-text {
  margin-bottom: 2rem;
}
.single-covid_info .pida-subpage-note {
  font-style: italic;
  color: #31baed;
}
.single-covid_info main .pida-subpage-paragraph a,
.single-covid_info main .pida_subpage_section a {
  color: #31baed;
}
.single-covid_info main .pida-subpage-paragraph a:hover,
.single-covid_info main .pida_subpage_section a:hover {
  color: #fcbc2c;
}
.single-authorities main .pida_subpage_section.tips-section ul,
.single-covid_info main .pida_subpage_section.tips-section ul {
  padding-top: 1rem;
}
.toggle-text {
  display: none;
  padding: 10px;
}
.toggle-text-button {
  cursor: pointer;
}
.toggle-text-button :hover {
  text-decoration: none;
}
.expand-btn,
.expand-title {
  display: inline-block;
  color: white;
  font-size: 18px;
}
.text-expand-box {
  padding: 10px;
  min-height: 30px;
  color: #ffffff;
}
.text-expand-box-body {
  background-color: #ffffff;
  color: #646464;
  font-size: 17px;
}
.blue-bg {
  background-color: #31baed;
}
.green-bg {
  background-color: #87C65B;
}
.yellow-bg {
  background-color: #fcbc2c;
}
.navy-bg {
  background-color: #1A416C;
}
.centered-process-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t-section,
.f-text {
  transition: 0.5s;
  transition-delay: 0.1s;
}
#Process:hover,
#Decision:hover,
#Service:hover {
  cursor: pointer;
}
#Process:focus,
#Decision:focus,
#Service:focus {
  outline: none;
}
#ServiceResources,
#ProcessResources,
#DecisionResources {
  display: none;
}
@media (max-width: 768px) {
  #ServiceResources,
  #ProcessResources,
  #DecisionResources {
    display: block;
  }
}
.no-job-postings {
  text-align: center;
  padding: 5rem 0;
}
