.cmp-apcdstaticmap--dates {
	width: 50%;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
div.apcdsd-results-none {
	display: none;
}
div.apcdsd-results-show {
	display: block;
}

/* AQ Forecast Component */
#apcd-aq-forecast {
    text-align: center;
}
.apcd-aq-forecast-group > h3:first-child {
    margin-top: 0;
}
.apcd-aq-forecast-group > span {
    display: block;
    width: 80px;
    height: 20px;
    margin: 0 auto;
}
#apcd-aq-forecast-today,
#apcd-aq-forecast-tomorrow {
    column-count: 3;
}
.apcd-aq-forecast-level {
    height: 3rem;
}
.apcd-aq-forecast-indicator-good {
    background-color: #3DEC23;
}
.apcd-aq-forecast-indicator-moderate {
    background-color: #FFFF00;
}
.apcd-aq-forecast-indicator-unhealthy-sensitive {
    background-color: #F28021;
}
.apcd-aq-forecast-indicator-unhealthy {
    background-color: #F31019;
}
.apcd-aq-forecast-indicator-very-unhealthy {
    background-color: #94024E;
}
.apcd-aq-forecast-indicator-hazardous {
    background-color: #7A0227;
}

/* MAP */
.apcd-aq-cities {
    width: 75%;
    margin: 1rem auto 3rem 2rem;
    column-count: 2;
    text-align: right;
}
.apcd-aq-cities > label {
	display: block;
    font-size: 1.5rem;
    font-family: 'Lato Regular', 'Arial', sans-serif;
}
.apcd-aq-cities > input {
    float: right;
    height: 1.5rem;
    width: 1.5rem;
    margin-left: 1.5rem;
}
#apcd-map-area {
    position: relative;
}
#map-image {
	width: 100%;
}
#apcd-hotspots {
    xopacity: 0.5;
    xbackground-color: red;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    xwidth: 642px;
    xheight: 466px;
}
#apcd-hotspots div a {
    position: absolute;
    height: 8%;
    width: 4%;
    opacity: 0.7;
    xbackground-color: yellow;
}
#otay-mesa-dvn {
    left: 50.5%;
    bottom: 7.5%;
}
#el-cajon-fsd {
    left: 49.2%;
    bottom: 33%;
}
#el-cajon-les {
    left: 49.2%;
    bottom: 33%;
}
#escondido {
    bottom: 67.5%;
    left: 42.7%;
}
#chula-vista {
    bottom: 16.8%;
    left: 39.8%;
}
#downtown {
	bottom: 26%;
    left: 37.5%;
}
#kearny-mesa {
    bottom: 35.7%;
    left: 37.8%;
}
#del_mar {
    bottom: 49.2%;
    left: 30.3%;
}
#oceanside {
    bottom: 76%;
    left: 23.7%;
}
#alpine {
	bottom: 36.5%;
    left: 61%;
}


@media (max-width: 1000px) {
	#home-apcd-screen {
		padding-top: 1em;
	    padding-right: 0;
	}
	#home-apcd-aqi-heading {
		font-size: 1.4em;
	}
	#home-apcd-field-lbl {
		font-size: 0.85em;
	    margin: 0.5em 1em 1em 0;
	}
	#home-city-dropdown {
	    margin-top: 1em;
	}
}
@media (max-width: 767px) {
    .apcd-aq-cities {
        width: 65%;
        column-count: 1;
    }
    .apcd-aq-forecast-type {
	    height: 2rem;
	}
	.apcd-aq-forecast-level {
	    height: 4rem;
	}
}
@media (max-width: 359px) {
    .apcd-aq-cities {
        width: 75%;
    }
    .apcd-aq-forecast-level {
    	font-size: 0.75rem;
	}    
}
/* AQI Health Status Component */
.apcd-aq-title {
    text-align: center;
    margin-bottom: 2em;
	color: #535353;
}
#apcd-aq-group {
    max-width: 823px;
    margin: 0 auto;
}
.apcd-aq-city-name {
    display: inline;
}
.apcd-aq-city-indicator {
    float: right;
    width: 23px;
    height: 23px;
    margin-left: 2em;
    background-color: #3dEc23;
}
.apcd-aq-city {
    float: left;
    width: 25%;
    margin: 0.25em 0;
    text-align: right;
    color: #b1b1b1;
}
.apcd-aq-city-active {
    color: #535353;
}
x.apcd-aq-city.apcd-aq-city-active:before {
    content: "> ";
    font-size: 2em;
    color: #136CB3;
    font-weight: bold;
    line-height: 0;
}
.apcd-aq-city > h2 + span {
    float: right;
    width: 23px;
    height: 23px;
    margin-top: 0.25rem;
	margin-left: 0.75em;
}
#apcd-aq-group:after {
    content: "";
    display: table;
    clear: both;
}
.apcd-aq-city-indicator-good {
    background-color: #3DEC23;
}
.apcd-aq-city-indicator-moderate {
    background-color: #FFFF00;
}
.apcd-aq-city-indicator-unhealthy-sensitive {
    background-color: #F28021;
}
.apcd-aq-city-indicator-unhealthy {
    background-color: #F31019;
}
.apcd-aq-city-indicator-very-unhealthy {
    background-color: #94024E;
}
.apcd-aq-city-indicator-hazardous {
    background-color: #7A0227;
}
#apcd-aq-inputs {
    margin: 3em 0;
    text-align: center;
}
#apcd-aq-inputs > input,
#apcd-aq-inputs > div,
#apcd-aq-inputs > div > span {
    display: inline-block;
}
#apcd-aq-inputs > input {
    width: 163px;
    height: 27px;
    margin-right: 0.25rem;
    margin-bottom: 1rem;
    border: 2px solid #b1b1b1;
    padding: 1px 10px;
    font-size: 1em;
}
#apcd-aq-inputs > input::-webkit-outer-spin-button,
#apcd-aq-inputs > input::-webkit-inner-spin-button {
  	-webkit-appearance: none;
  	margin: 0;
}
#apcd-aq-inputs > inputs[type=number] {
  	-moz-appearance: textfield;
}
#apcd-aq-inputs > div {
    width: 191px;
    height: 33px;
    margin-left: 0.25rem;
    margin-bottom: 1rem;
    border: none;
    color: #fff;
    background-color: #136CB3;
    font-family: 'Lato Bold', 'Arial', sans-serif;
    font-size: 1.25rem;
    vertical-align: bottom;
}
#apcd-aq-inputs > div:hover {
    cursor: pointer;
}
#apcd-aq-inputs span + span {
    margin-left: 0.5rem;
    font-size: 1.75rem;
    vertical-align: middle;
}

@media (max-width: 767px){
	.apcd-aq-city-indicator {
        xfloat: left;
	}
	.apcd-aq-city {
		float: right;
		width: 50%;
		xwidth: 100%;
		text-align: left;
	}
	.apcd-aq-city > h2 + span {
		float: left;
		margin-right: 0.75em;
	}
}

@media (max-width: 650px){
    #apcd-aq-inputs > input:first-child,
    #apcd-aq-inputs .aqiZipCodeLookupButton {
        display: block;
        margin: 1em auto;
    }
}
/* AQI Legend Component */
.apcd-aqi-legend-main {
    float: unset !important;
    clear: both !important;
    max-width: 700px;
    margin: 0 auto;
}
.apcd-aqi-legend-main > div {
	column-count: 3;
}
.apcd-aqi-legend-main > div > div {
    height: 2em;
    margin-bottom: 0.75em;
}
.apcd-aqi-legend-main > div > div > span,
.apcd-aqi-legend-side > div > div > span {
    float: left;
    width: 23px;
    height: 23px;
    margin-right: 0.5em;
}
.apcd-aqi-legend-main > div > div > p,
.apcd-aqi-legend-side > div > div > p {
    margin-top: 0;
    vertical-align: bottom;
}
.apcd-aqi-legend-side {
    padding: 1em 5px;
}
.apcd-aqi-legend-side > div > div:last-child > p {
    margin-bottom: 0;
}
#back2Top {
    display: none;
    width: 2.5rem;   
    position: fixed;
    z-index: 999;
    bottom: 12rem;
    right: 0;
    overflow: hidden;
    line-height: 2.5rem;
    background-color: #f4c86d;
    color: #fff;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer;    
}
#back2Top:hover {
	background-color: #0e96ce;
}
.site-exit * {box-sizing: border-box}

/* Set a style for all buttons */
.site-exit button {
  background-color: #04AA6D;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-size: 1.25rem;
}

.site-exit button:hover {
  opacity:1;
}

/* Float cancel and delete buttons and add an equal width */
.site-exit .cosd-site-exit-cancelbtn, 
.site-exit .cosd-site-exit-continuebtn {
  float: left;
  width: 48%;
  margin: 0 1%;
}
.site-exit .cosd-site-exit-message {
    color: #535353;
    font-size: 1.5rem;
}

/* Add a color to the cancel button */
.site-exit .cosd-site-exit-cancelbtn {
  background-color: #ccc;
  color: #000 !important;
}

/* Add a color to the delete button */
.site-exit .cosd-site-exit-continuebtn  {
  background-color: #f44336;
  color: #fff !important;
}

/* Add padding and center-align text to the container */
.site-exit .cosd-site-exit-container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.site-exit .cosd-site-exit-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15vw 10vw;
}

/* Modal Content/Box */
.site-exit #cosd-site-exit-modal-form {
    background-color: #fff;
}
.site-exit .cosd-site-exit-modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
.site-exit hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.site-exit .cosd-site-modal-close {
  font-size: 40px;
  font-weight: bold;
  color: #535353;
  display: block;
  margin: 0 0.5rem -2.5rem 0;
  text-align: right;
}

.site-exit .cosd-site-modal-close:hover,
.site-exit .cosd-site-modal-close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.site-exit .cosd-site-exit-clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {
  .site-exit .cosd-site-exit-cancelbtn, .cosd-site-exit-continuebtn {
    width: 100%;
  }
}


/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#zf/jq-3.3.1/dt-1.10.20/b-1.6.1/b-flash-1.6.1/b-html5-1.6.1/cr-1.5.2/r-2.2.3/sc-2.0.1/sl-1.3.1
 *
 * Included libraries:
 *  jQuery 3.3.1, DataTables 1.10.20, Buttons 1.6.1, Flash export 1.6.1, HTML5 export 1.6.1, ColReorder 1.5.2, Responsive 2.2.3, Scroller 2.0.1, Select 1.3.1
 */

table.dataTable {
  clear: both;
  margin: 0.5em 0 !important;
  max-width: none !important;
  width: 100%;
}
table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper {
  position: relative;
}
div.dataTables_wrapper div.dataTables_length label {
  float: left;
  text-align: left;
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_filter label {
  float: right;
  margin-bottom: 0;
}
div.dataTables_wrapper div.dataTables_filter input {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0;
  margin-left: 0.5em;
}
div.dataTables_wrapper div.dataTables_info {
  padding-top: 2px;
}
div.dataTables_wrapper div.dataTables_paginate {
  float: right;
  margin: 0;
}
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1rem 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 1.5rem;
}
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("../../../content/dam/sdapcd/datatables/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("../../../content/dam/sdapcd/datatables/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("../../../content/dam/sdapcd/datatables/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../../content/dam/sdapcd/datatables/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../../content/dam/sdapcd/datatables/images/sort_desc_disabled.png");
}

div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}


@keyframes dtb-spinner {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes dtb-spinner {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes dtb-spinner {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes dtb-spinner {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}

div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

div.dt-button-collection-title:empty {
  display: none;
}

ul.dt-buttons li {
  margin: 0;
}
ul.dt-buttons li.active a {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}

ul.dt-buttons.button-group a {
  margin-bottom: 0;
}

div.dt-button-collection {
  position: absolute;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -200px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > :last-child {
  display: block !important;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection > :last-child > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 400px;
}
div.dt-button-collection.two-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
}
div.dt-button-collection.three-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
}
div.dt-button-collection.four-column > :last-child {
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-collection .dt-button {
  border-radius: 0;
}
div.dt-button-collection.fixed {
  max-width: none;
}
div.dt-button-collection.fixed:before, div.dt-button-collection.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}

@media screen and (max-width: 767px) {
  ul.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  ul.dt-buttons li {
    float: none;
  }
}
div.button-group.stacked.dropdown-pane {
  margin-top: 2px;
  padding: 1px;
  z-index: 89;
}
div.button-group.stacked.dropdown-pane a.button {
  display: block;
  margin-bottom: 1px;
  border-right: none;
}
div.button-group.stacked.dropdown-pane a.button:last-child {
  margin-bottom: 0;
  margin-right: 1px;
}

div.dt-buttons button.button.processing,
div.dt-buttons div.button.processing,
div.dt-buttons a.button.processing {
  color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.2);
  border-top-color: white;
  border-bottom-color: white;
}
div.dt-buttons button.button.processing:after,
div.dt-buttons div.button.processing:after,
div.dt-buttons a.button.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}


table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

div.DTCR_pointer {
  width: 1px;
  background-color: #008CBA;
  z-index: 201;
}


table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #008CBA;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #008CBA;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dataTable > tbody > tr.child ul {
  font-size: 1em;
}


div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate,
div.DTS div.dataTables_length {
  display: none;
}


table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #008cba;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0089b6;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0087b3;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #0089b6;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #0084b0;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #0085b1;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0087b3;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0089b6;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #008ab8;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #008bb9;
}
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #0084b0;
}
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0089b6;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #0081ab;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #0082ac;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #0083ae;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #0081ab;
}
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
table.dataTable tbody tr.selected th,
table.dataTable tbody tr.selected td,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: white;
}
table.dataTable tbody tr.selected th a,
table.dataTable tbody tr.selected td a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #a2d4ed;
}


/* APCD STYLES */

@font-face {
    font-family: 'Lato Regular';
    src: url('clientlib-site/resources/Lato-Regular.eot');
    src: url('clientlib-site/resources/Lato-Regular.eot?#iefix') format('embedded-opentype'),
         url('clientlib-site/resources/Lato-Regular.woff2') format('woff2'),
         url('clientlib-site/resources/Lato-Regular.woff') format('woff'),
         url('clientlib-site/resources/Lato-Regular.ttf') format('truetype'),
         url('clientlib-site/resources/Lato-Regular.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato Bold';
    src: url('clientlib-site/resources/Lato-Bold.eot');
    src: url('clientlib-site/resources/Lato-Bold.eot?#iefix') format('embedded-opentype'),
         url('clientlib-site/resources/Lato-Bold.woff2') format('woff2'),
         url('clientlib-site/resources/Lato-Bold.woff') format('woff'),
         url('clientlib-site/resources/Lato-Bold.ttf') format('truetype'),
         url('clientlib-site/resources/Lato-Bold.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato Italic';
    src: url('clientlib-site/resources/Lato-Italic.eot');
    src: url('clientlib-site/resources/Lato-Italic.eot?#iefix') format('embedded-opentype'),
         url('clientlib-site/resources/Lato-Italic.woff2') format('woff2'),
         url('clientlib-site/resources/Lato-Italic.woff') format('woff'),
         url('clientlib-site/resources/Lato-Italic.ttf') format('truetype'),
         url('clientlib-site/resources/Lato-Italic.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Lato Bold Italic';
    src: url('clientlib-site/resources/Lato-BoldItalic.eot');
    src: url('clientlib-site/resources/Lato-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('clientlib-site/resources/Lato-BoldItalic.woff2') format('woff2'),
         url('clientlib-site/resources/Lato-BoldItalic.woff') format('woff'),
         url('clientlib-site/resources/Lato-BoldItalic.ttf') format('truetype'),
         url('clientlib-site/resources/Lato-BoldItalic.svg#open_sanslight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
body.page {
   	display: none;
    margin: 0;
}
.apcd-page,
p,
.text,
.image {
    font-family: 'Lato Regular', 'Arial', sans-serif;
    font-size: 0.875rem;
    xline-height: 1.75em;
    word-break: break-word;
    color: #535353;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato Regular', 'Arial', sans-serif;
    font-weight: normal;
    xcolor: #535353;
}
b,
strong,
h1.cmp-title__text,
h1.apcd-aq-title,
.apcd-aq-forecast h1 {
    font-family: 'Lato Bold', 'Arial', sans-serif;
}
i {
    font-family: 'Lato Italic', 'Arial', sans-serif;
}
b > i,
i > b {
	font-family: 'Lato Bold Italic', 'Arial', sans-serif;
}
a {
    color: #136cb3;
    text-decoration: none;
}

 .apcd-document-search-limitation-message {
   color: red;
   padding-top: 10px;
   padding-bottom: 10px;
   font-weight: bold;
   display: inline;
   width: auto;
}
 .apcd-document-search-error {
   color: red;
   padding-top: 10px;
   padding-bottom: 10px;
   font-weight: bold;
   display: inline;
   width: auto;
}

td.apcd-row-details-control {
    background: url('../../../content/dam/sdapcd/datatables/images/details_open.png') no-repeat center center;
    cursor: pointer;
    width: 1rem;
}
tr.shown td.apcd-row-details-control {
    background: url('../../../content/dam/sdapcd/datatables/images/details_close.png') no-repeat center center;
    width: 1rem;
}

@media (min-width: 1170px) {
    .root > .cmp-container > .aem-Grid > .iparsys:first-child + .container {
        min-height: 500px;
    }
    h1,
    h1 .cmp-accordion__title,
    .fa-caption-h1 .cosd-global-fa > span + span,
	.fa-caption-h1 .cosd-global-fa > a > span + span {
        font-size: 1.625rem;
    }
    h2,
    h2 .cmp-accordion__title,
    .fa-caption-h2 .cosd-global-fa > span + span,
	.fa-caption-h2 .cosd-global-fa > a > span + span {
        font-size: 1.5rem;
    }
    h3,
    h3 .cmp-accordion__title,
    .fa-caption-h3 .cosd-global-fa > span + span,
	.fa-caption-h3 .cosd-global-fa > a > span + span {
        font-size: 1.125rem;
    }
    h4,
    h4 .cmp-accordion__title,
    .fa-caption-h4 .cosd-global-fa > span + span,
	.fa-caption-h4 .cosd-global-fa > a > span + span {
        font-size: 1rem;
    }
    h5,
    h5 .cmp-accordion__title,
    .fa-caption-h5 .cosd-global-fa > span + span,
	.fa-caption-h5 .cosd-global-fa > a > span + span  {
        font-size: 0.9rem;
    }
    h6,
    h6 .cmp-accordion__title,
    .fa-caption-h6 .cosd-global-fa > span + span,
	.fa-caption-h6 .cosd-global-fa > a > span + span {
        font-size: 0.8rem;
    }
}

@media (max-width: 1169px) {
    h1,
    h1 .cmp-accordion__title {
        font-size: 1.5rem;
    }
    h2,
    h2 .cmp-accordion__title  {
        font-size: 1.125rem;
    }
    h3,
    h3 .cmp-accordion__title  {
        font-size: 1rem;
    }
    h4,
    h4 .cmp-accordion__title  {
        font-size: 0.9rem;
    }
    h5,
    h5 .cmp-accordion__title  {
        font-size: 0.8rem;
    }
	h6,
    h6 .cmp-accordion__title  {
        font-size: 0.7rem;
    }
}

/* Search */
#apcd-search-mobile-toggle {
	display: none;
}
.apcd-top-bar-search {
    margin-top: -0.15em;
    padding-right: 1rem;
}
.aem-search {
    position: revert !important;
    float: initial !important;
}
.aem-search input {
	height: 20px;
	padding: 0 0.5em;
    color: #136CB3;
    xbackground-color: transparent;
    xtext-align: right;
}
.aem-search input::placeholder,
#search-label {
    color: #136CB3;
}
.aem-search button {
    display: inline-block;
    vertical-align: middle;
	padding: 0;
    padding-top: 2px;
    border: none;
    background-color: transparent;
}
.aem-search button svg {
    height: 1.75em;
    color: #136CB3;
    background-color: transparent;
}
.aem-search button svg > path:first-child {
    fill: #136CB3;
}
#search-label,
x#search > span {
    display: none;
}
#search-reset {
	visibility: hidden;
	padding: 5px;
    font-size: 1.25rem;
    vertical-align: middle;
}
#search > input:focus {
	background-color: #fff;
	text-align: left;
}
#search > input:focus + button + span {
    display: inline-block;
}
#search > input:focus::placeholder {
    color: transparent;
}
.apcd-top-bar-search .aem-search #search-reset.search-reset-visible {
	visibility: visible;
	xpadding-right: 10px;
}
@media (max-width: 1169px) {
    .apcd-top-bar-translate .googletranslator {
        position: absolute;
        right: 1rem;
    }
}
@media (max-width: 767px) {
	.apcd-top-bar-translate,
	.apcd-top-bar-translate #google_translator  {
	    position: absolute;
	    right: 0;
	}
	.apcd-top-bar-search {
		display: none !important;
	    position: relative;	    
	    z-index: 1;
	    width: calc(100% + 0.7em) !important;
   		margin-left: -0.35em !important;    
	    padding: 0.5rem 1.5rem 0.5rem 0;
	    background-color: #b1b1b1;
	}
	x.apcd-top-bar-search.search-active {
		display: block !important;
	}
	.apcd-top-bar-search .font-awesome span {
	    font-size: 1.125rem;
	    padding: 0.125rem;
	}
	.apcd-top-bar-search .aem-search input {
		width: 100%;
    	max-width: calc(100% - 75px);
    	text-align: revert;
		background-color: #fff;
	}
	.apcd-top-bar-search.search-active {
		display: block !important;
	}
	#search-toggle-mobile {
	    position: absolute;
	    right: 13rem;
	}
	#search-toggle-mobile svg > path:first-child {
	    fill: #535353;;
	}
	#search-toggle-mobile.search-toggle-active svg > path:first-child {
	    fill: #ccc;
	}
	#apcd-search-mobile-toggle {
		display: block;
	    padding: 0;
	    border: 0;
	    background-color: transparent;
	}
}

@media (min-width: 768px) {
	.apcd-search-mobile-toggle {
	    display: none;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.apcd-top-bar-search {
        position: absolute !important;
        right: 11rem;
    }
}
.searchResult {
	font-family: 'Lato Regular', 'Arial', sans-serif;
}

/* Header & Footer */
.apcd-header {
    height: 89px;
}
.apcd-header a {
    color: #535353;
}
.apcd-logo,
.apcd-top-bar-socials {
    padding-left: 0.5rem;
}
.apcd-logo * {
    xmax-height: 89px;
    width: auto;
}
.apcd-logo > .cmp-container > .aem-Grid {
    position: relative;
}
.apcd-logo .text {
    position: absolute;
    display: flex !important;
    top: 10px;
    left: 75px;
}
.apcd-logo img {
    max-height: 70px;
}
.apcd-logo h3,
.apcd-logo h4 {
    margin: 0;
    line-height: 20px
}
.apcd-logo h3 {
    font-size: 20px;
}
.apcd-logo h4 {
    font-size: 16px;
}
.apcd-logo .image {
    margin-top: 5px;
}
.sideOpen .apcd-logo {
    visibility: hidden;
}
.apcd-header .list {
    text-align: right;
}
.apcd-header .list li {
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0.25em;
   	font-size: 0.625rem;
}
.apcd-top-bar {
	height: 31px;
	padding: 0.35em;
	background-color: #b1b1b1;
}
.apcd-top-bar-socials .font-awesome,
.apcd-footer-socials .font-awesome  {
    display: inline-block !important;
    width: auto !important;
    margin: 0 1.75em 0 0 !important;
}
.apcd-top-bar-socials .font-awesome {
    padding-top: 0.15em;
}
.apcd-top-bar-socials .font-awesome div > span:first-child,
.apcd-top-bar-socials .font-awesome div a > span:first-child {
    font-size: 1.25em;
}
.apcd-footer-socials .font-awesome div > span:first-child,
.apcd-footer-socials .font-awesome div a > span:first-child  {
    font-size: 2.5rem;
}
.apcd-top-bar-translate {
    text-align: right;
}
.apcd-top-bar-translate p {
    margin-top: 0.25rem;
    color: #000;
}
.apcd-top-bar-translate .goog-te-gadget .goog-te-combo {
    margin-top: 0.125rem;
    cursor: pointer;
}
.apcd-footer {
    margin-top: 1em;
}
.apcd-footer *,
.apcd-footer p  {
    background-color: #605d55;
    color: #fff !important;
}

@media (max-width: 1200px) {
	.apcd-logo {
        width: 30% !important;
    }
    .apcd-logo + div {
        width: calc(70% - 1rem) !important;
        margin-left: 0 !important;
        margin-right: 1rem;
    }
    .apcd-top-bar-translate .googletranslator {
        position: absolute;
        right: 1rem;
    }
}

@media (min-width: 1201px) {
	.apcd-top-bar-search #search {
	    position: relative;
    	z-index: 1;
        margin-right: -4vw;
	}
	.apcd-top-bar-translate .googletranslator {
		width: 100% !important;
	    margin-left: 0 !important;
	}
}

@media (max-width: 768px) {
	.apcd-logo {
        width: 100% !important;
    }
    .apcd-logo .image {
        margin-bottom: 0;
    }
    .apcd-logo img {
        max-height: 70px;
    }
    .apcd-header {
        height: auto;
    }
    #nav-mobile {
        top: 0.75rem !important;
    }
    .apcd-top-bar-socials .font-awesome {
        margin-right: 0.75rem !important;
    }
}

/* Navigation */
.apcd-header .navigation {
    margin: 0 auto;
}
.apcd-header .navigation ul {
    margin-top: 0;
}
.apcd-header .navigation li {
    display: inline-block;
    padding: 0 0.5em;
    xfont-size: 0.9375em;
}
.apcd-header .navigation li a {
    text-decoration: none;
}
.apcd-header .navigation > nav {
    margin: 0 auto !important;
}
nav > .cmp-navigation__group {
    margin: 0;
    padding-left: 0;
}
.cmp-navigation__item--level-0 a {
    padding: 0 0.5em 0.5em 1em;
}
.cmp-navigation__item--level-1 {
    display: block !important;
    margin-left: -0.5em;
    xbackground-color: #fff;
}
.cmp-navigation__item--level-1 a {
    padding: 0.5em 1em;
}
.navigation ul > li {
    display: inline-block;
    xfont-size: 1.25em;
    font-size: 0.938rem;
}
.navigation ul > li a:hover {
    color: #3371b7;
}
.apcd-header .navigation ul > li.cmp-navigation__item--level-0 {
    padding-bottom: 0.5em;
    border-bottom: 0.25em solid transparent;
}
.apcd-header .navigation ul > li.cmp-navigation__item--level-0:hover {
    border-bottom: 0.25em solid #136cb3;
}
.apcd-header .navigation .cmp-navigation__item--level-1 {
	padding: 0.5em 0;
	font-size: 1.125rem;
}
.apcd-header .navigation .cmp-navigation__item--level-1:hover {
	background-color: #fff9c6;
}
.navigation .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group {
    display: none;
    position: absolute;
    z-index: 100;
	xmargin-left: -1.1em;
    margin-top: -0.15em;
    xpadding: 0.65em .5em;
    padding: 1.25em 0.5em 0.65em 0.5em;
    font-size: 1rem;
}
.apcd-header > .cmp-container > div {
    position: relative;
}
.apcd-header .cmp-navigation {
    xmargin-top: 2.5em;
}
.apcd-header nav > ul > li {
    padding: 0 1em;
}
.apcd-header .cmp-navigation__item--level-0 {
    display: inline-block;
    width: auto !important;
}

@media (min-width: 1200px){
	.apcd-header .navigation {
	    text-align: right;
	}
	#nav-mobile,
	.cmp-navigation__item--level-0 > .cmp-navigation__group {
	    display: none;
	}
	.navigation ul > li:first-child {
	    padding-left: 0 !important;
	}
	.cmp-navigation__group > .cmp-navigation__item.cmp-navigation__item--level-0:last-child,
	.cmp-navigation__group > .cmp-navigation__item.cmp-navigation__item--level-0:last-child a {
	    padding-right: 0;
	}
}
@media (max-width: 1199px){
	#nav-mobile {
	    position: absolute;
	    top: 1.5rem;
	    right: 1rem;
	}
	#nav-mobile > span {
	    font-size: 3rem;
	    color: #3da065;
	}
	#nav-mobile + .navigation {
	    display: none;
	    position: absolute;
	    top: 5.75rem;
	    right: 0;
	}
	x.nav-mobile {
    	display: block !important;
        position: absolute;
        top: 2.5rem;
        right: 1rem;
        width: 50px;
        height: 7px;
        background: #000;
        transition: 0.5s;
    }
    x.nav-mobile:before {
        top: -1rem;
    }
    x.nav-mobile:after {
        top: 1rem;
    }
    x.icon-nav {
        position: absolute;
        top: -1rem;
        left: 0;
        width: 50px;
        height: 40px;
        cursor: pointer;
    }
    x.nav-mobile:before,
    x.nav-mobile:after {
        content: '';
        position: absolute;
        width: 50px;
        height: 7px;
        background: #000;
        transition: 0.5s;
    }
    x.icon-nav.active-one {
        background: #000;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    }
    x.icon-nav.active-one:before {
        top: 0;
        transform:rotate(45deg);
    }
    x.icon-nav.active-one:after {
        top: 0;
        transform: rotate(135deg);
        xbox-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    }
    .navigation .cmp-list,
    .navigation .cmp-list__item {
        margin: 0;
	    padding: 0 !important;
	    font-size: 1.125rem;
	}
	.navigation .cmp-list li {
	    xdisplay: block !important;
	    xpadding: 0 0.5em !important;
	}
    .navigation {
	    xdisplay: none;
		xwidth: 100% !important;
    	margin: 0 !important;
        font-size: 1.25em;
        background-color: #b1b1b1;
    }
    .navigation ul > li {
	    font-size: 1.5rem;
	}
    .navigation.apcd-menu-mobile {
		display: none !important;
    }
    .navigation .cmp-navigation__item,
    .navigation .cmp-list__item {
        display: block;
        border-bottom: 1px solid #fff !important;
    }
    .navigation .cmp-navigation__item {
        padding: 0 !important;
    }
    .navigation .cmp-navigation__item:hover {
        background-color: transparent;
    }
 	.navigation .cmp-navigation__item-link,
    .navigation .cmp-list__item-link {
        display: block;
    	padding: 0.75rem;
        color: #535353;
    	font-family: 'Lato Regular', 'Arial', sans-serif;
    }
    .navigation .cmp-navigation__item--level-1 {
		border-bottom: 0 !important;
        border-top: 1px solid #fff;
        font-size: 1.125rem;
    }
    .navigation .cmp-navigation__item.cmp-navigation__item--level-0 > .cmp-navigation__group {
		margin-left: 0;
    }
    .navigation .cmp-navigation__item.cmp-navigation__item--level-1 > .cmp-navigation__group {
    	display: none;
    }
    .navigation .apcd-menu-open + .cmp-navigation__group {
        position: relative !important;
    	font-size: 1.25rem;
    }
    .navigation .cmp-navigation__item--level-1 > .cmp-navigation__item-link {
        xpadding-left: 2em !important;
    }
    .apcd-menu-parent .cmp-navigation__item-link {
    	/* display: inline-block; */
 	}
	.navigation .apcd-menu-parent > span {
       	float: right;
    	padding: 0.75rem;
    	font-size: 1.25em;
        color: #535353;
	}
	x.navigation .apcd-menu-parent > a::after {
        position: absolute;
        margin-top: 0.25em;
        right: 1em;
        border: inset 0.75em;
        border-color: #000 transparent transparent;
		content: '';
	}
	a.apcd-menu-open::after {
        transform: rotate(180deg);
    	margin-top: -0.5em !important;
	}
	.apcd-menu-open + ul {
        padding: 0 0 0 0.5rem !important;
    }
	.breadcrumb {
        display: none !important;
	}
    .apcd-footer nav > ul > li {
        width: 100%;
        text-align: center !important;
        padding-left: 0 !important;
    }
    .cmp-navigation__item-link:not(.apcd-menu-open) {
        xcolor: transparent;
    }
    .cmp-navigation__item-link.apcd-menu-open + ul a {
        xcolor: #535353 !important;
    }
}

/* Breadcrumb */
.breadcrumb {
    margin-bottom: 1rem;
    padding: 15px 8.33333333%;
    border: 1px solid #e3e3e3;
    border-width: 1px 0;
    font-size: 0.6875rem;
    background-color: #fbfbfb;
}
.image + .breadcrumb,
.root > .cmp-container > .aem-Grid > .iparsys > .iparys_inherited + .container > .cmp-container > .aem-Grid > .breadcrumb {
	margin-top: -1.25rem;
}
.breadcrumb > nav > ol {
    margin: 0;
    padding: 0;
}
.breadcrumb > nav > ol > li {
    padding-right: 0.5rem;
    font-family: 'Lato Regular', 'Arial', sans-serif;
    text-transform: uppercase;
    color: #605d55;
}
.breadcrumb > nav > ol > li:not(:first-child):before {
    content: ">";
    padding-right: 0.5rem;
    color: #605d55;
}

.breadcrumb > nav > ol > li > a {
	color: #0e96ce;
}


/* Content Area */
.root .iparsys ~ .iparsys {
    margin-top: 1em;
}
@media (max-width: 767px) {
	.root > .cmp-container > .aem-Grid > .iparsys:first-child + .container {
	    width: 100%;
	    margin: 0;
	    padding: 10px;
	}
}

/* Title */
.title {
    border-bottom: 3px solid #3da065;
}
.result-desc .title {
    border: none;
}

/* Image */
.image.apcd-hero-image-main,
.image.apcd-hero-image-sub {
	margin-bottom: 1em;
}
.image.apcd-hero-image-main > div img {
    max-height: 375px;
    object-fit: cover;
}
.image.apcd-hero-image-sub > div img {
    max-height: 190px;
    object-fit: cover;
}
.image.apcd-hero-image-position-0 > div img {
	object-position: 100% 0%;
}
.image.apcd-hero-image-position-25 > div img {
	object-position: 100% 25%;
}
.image.apcd-hero-image-position-50 > div img {
	object-position: 100% 50%;
}
.image.apcd-hero-image-position-75 > div img {
	object-position: 100% 75%;
}
.image.apcd-hero-image-position-100 > div img {
	object-position: 100% 100%;
}
@media (max-width: 767px) {
	.image.apcd-hero-image-sub > div img {
	    max-height: 140px;
	}
}

/* Button */
button,
.button > a,
.download a.cmp-download__action,
#cf-list-pagination ul li span,
#cf-list-pagination ul li a {
    display: inline-block;
    padding: .5rem 1rem;
    cursor: pointer;
}
.button,
.download a.cmp-download__action {
    margin: 1em auto;
    text-align: center;
}
.download a.cmp-download__action {
    float: none !important;
    width: auto !important;
}
.button,
.button button,
.apcd-button-default {
    background-color: #eee;
    border: none !important;
    border-width: 0 !important;
    color: inherit;
    font-size: 1em;
    font-family: 'Lato Regular', 'Arial', sans-serif !important;
}
.button button {
	width: 100%;
    font-family: inherit;
}
.button .cmp-button {
    display: block;
}
.button > button span,
.button > a,
.cmp-form-button {
    font-size: 1.125rem !important;
}
.apcd-button-text-bold .cmp-button__text,
.apcd-button-text-bold .cmp-form-button {
    font-weight: bold;
}
.apcd-button-text-italic .cmp-button__text,
.apcd-button-text-italic .cmp-form-button {
    font-style: italic;
}
#cf-list-pagination ul li span,
#cf-list-pagination ul li a {
	border: 1px solid #3371b7;
    border-radius: 3px;
    box-shadow: none;
    background: none;
}
#cf-list-pagination .disabled .current,
#cf-list-pagination .disabled .next {
   	visibility: hidden;
}
#cf-list-pagination .active span,
#cf-list-pagination .active a {
    background-color: #3371b7;
}
:not.cmp-accordion button,
.button,
.carousel button {
	margin: auto;
    border-radius: 0.5rem !important;
    xfont-size: 1em;
}
:not.cmp-accordion button,
.carousel button {
    padding: 0.5rem 1.75rem;
    font-family: 'Lato Regular' !important;
}
.apcd-button-text-bold,
.apcd-button-text-bold button  {
    font-family: 'Lato Bold', 'Arial', sans-serif !important;
}
.apcd-button-text-italic,
.apcd-button-text-italic button {
    font-family: 'Lato Italic', 'Arial', sans-serif !important;
}
.apcd-button-text-bold.apcd-button-text-italic,
.apcd-button-text-bold.apcd-button-text-italic button {
	font-family: 'Lato Bold Italic', 'Arial', sans-serif !important;
}
:not.cmp-accordion button,
.button {	
	margin: auto;
    xborder-radius: 0.5rem !important;
    font-size: 1rem;
}

/* Accordion */
.cmp-accordion__button {
	position: relative;
    min-height: 2.5rem;
	padding: 10px 2.5rem 10px 10px;
	border: none;
}
.cmp-accordion__title {
    xfont-size: 1.125rem;
 }
.cmp-accordion__icon {
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
    font-family: 'Font Awesome 5 Pro';
    font-size: 2em;
    font-weight: 900;
}
.cmp-accordion__button .cmp-accordion__icon:before {
    content: "\f32d";
}
.cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon:before {
    content: "\f331";
}
.apcd-accordion-icon-hide .cmp-accordion__icon {
	display: none;
}
.apcd-accordion-type-faq,
.apcd-accordion-type-faq .accordion,
.cmp-accordion__panel > .container {
    padding: 0 !important;
}
.apcd-accordion-type-faq > .cmp-accordion > .cmp-accordion__item .cmp-accordion__title {
    xfont-size: 1.5rem;
 }
.apcd-accordion-type-faq > .cmp-accordion > .cmp-accordion__item .cmp-accordion__title:before {
    content: "- ";
 }
.apcd-accordion-type-faq .accordion {
    margin-left: 1rem;
 }
.apcd-accordion-type-faq .accordion > .cmp-accordion > .cmp-accordion__item .cmp-accordion__title {
    font-size: 1.125rem;
 }
.apcd-accordion-type-faq .accordion > .cmp-accordion > .cmp-accordion__item .cmp-accordion__title:before {
    content: "> ";
 }
.apcd-accordion-type-faq .accordion .text {
    margin-left: 2.5rem;
 }


/* Tabs */
.cmp-tabs__tablist {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.cmp-tabs__tab {
	display: table-cell;
	border: solid 3px transparent;
    text-align: center;
	vertical-align: middle;
    font-family: 'Lato Regular', 'Arial', sans-serif;
    font-size: 1.125rem;
    word-break: break-word;
}
.cmp-tabs__tab + .cmp-tabs__tab {
    border-width: 3px 3px 3px 0;
}
@media (max-width: 768px) {
	.cmp-tabs__tab {
		display: block;
		border: solid 3px transparent;
	}
	.cmp-tabs__tab + .cmp-tabs__tab {
		border-width: 0 3px 3px 3px;
	}
}

/* Forms */
form.cmp-form *:not(.font-awesome) {
    font-family: 'Lato Regular' !important;
    xfont-size: inherit;
    xcolor: inherit;
}
form.cmp-form .file-upload {
    margin: 0.5em 0;
}
form.cmp-form .file-upload label {
    font-family: 'Lato Regular' !important;
}
form.cmp-form .font-awesome span:first-child {
    font-family: 'Font Awesome 5 Pro' !important;
}
form.cmp-form input,
form.cmp-form textarea,
form.cmp-form select,
form.cmp-form select options {
    font-family: inherit !important;
}
form.cmp-form label,
form.cmp-form .cmp-form-options__help-message,
form.cmp-form .cmp-form-options__legend {
    xfont-family: inherit !important;
    xfont-size: 1em;
    font-family: 'Lato Regular', 'Arial', sans-serif;
    font-size: 0.875rem;
    color: #535353;
}
form.cmp-form .text,
form.cmp-form .options {
    margin: 0.5em 0;
}
form.cmp-form .cmp-form-options__label,
form.cmp-form .cmp-form-text__textarea {
    vertical-align: top;
}
form.cmp-form input,
form.cmp-form select,
form.cmp-form textarea {
    display: block;
    width: calc(100% - 1.25rem);
    padding: 0.5rem;
}
form.cmp-form select {
    width: 100%;
}
form.cmp-form input[type="checkbox"],
form.cmp-form input[type="radio"] {
    display: inline-block;
    width: auto;
}
form.cmp-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
form.cmp-form legend {
    padding-bottom: 0.25em;
    padding-inline-start: 0;
}
form.cmp-form legend + label > input {
    margin-left: 0 !important;
}
form.cmp-form button {
	width: 100%;
}
form.cmp-form .required-field,
form.cmp-form .cmp-form-options__legend-required {
    color: #ff0000;
    font-size: 1rem;
}  


/* FontAwesome */
.font-awesome a {
    text-decoration: none;
    color: inherit;
}
.font-awesome span + span {
    font-family: 'Lato Regular', 'Arial', sans-serif;
}
.fa-bg-circle > div {
	width: 1.25em !important;
	text-align: center;
	xmargin: 0 auto !important;
	background-color: #ddd;
	border-radius: 50%;
}
.fa-bg-circle > div > span:first-child,
.fa-bg-circle > div > a > span:first-child {
    font-size: 0.75em;
}
.fax-align-center > div {
    margin: auto;
    float: none !important;
}
.fax-align-right > div {
    float: right !important;
}
.fax-align-left > div {
    float: left !important;
}

/* Tag-Based & FAQ Search */
.apcd-tag-based-search input,
.apcd-tag-based-search #search-tags,
.apcd-faq-search #search-faq,
.apcd-faq-list > h2 + div  {
    padding: 0.25rem;
    font-size: 1.25rem;
    font-family: 'Lato Bold', 'Arial', sans-serif;
    color: #535353;
}
.apcd-tag-based-search input {
	width: 100%;
	margin: 0 1rem 1rem 0;
}
.apcd-tag-based-search #search-tags-input {
	display: inline-block;
	xwidth: 40%;
	width: calc(50% - 1rem);
	margin-right: 2rem;
}
.apcd-tag-based-search #search-tags-input a {
    width: 100%;
    display: block;
    text-align: right;
}
.apcd-tag-based-search #search-tags-select {
    display: inline-block;
    xwidth: 50%;
    width: calc(50% - 2rem);
	xmargin-top: -3px;
    vertical-align: top;
    text-align: right;
}
.apcd-tag-based-search #search-tags {
	xwidth: calc(100% - 2rem);
	width: 100%;
	height: 36px;
	padding-right: 2rem;
	background-color: transparent;
	-o-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.apcd-tag-based-search .allTags,
.apcd-faq-search #showDefault {
    display: block;
    width: 100%;
    font-size: 1rem;
	xmax-width: 17rem;
    font-family: 'Lato Regular', 'Arial', sans-serif;
    text-align: right;
}
.apcd-tag-based-search .fa-search,
.apcd-tag-based-search .fa-filter,
x.apcd-tag-based-search .fa-caret-down {
	margin: 0 3rem 0 -2rem;
	font-size: 1.5rem;
	color: #535353;
}
.apcd-tag-based-search .fa-caret-down {
	margin-left: -2.25rem;
    margin-top: -3rem;
    padding-right: 0.25rem;
	padding-bottom: 0.5rem;
	vertical-align: middle;
	font-size: 2.75rem;
	position: relative;
	z-index: -1;
}
.apcd-tag-based-search #property-list .permit-item,
.apcd-faq-search .faq-item {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-family: 'Lato Regular', 'Arial', sans-serif;
}
.apcd-faq-search #search-faq {
    width: 100%;
    margin-bottom: 1rem;
}
.apcd-faq-search .apcd-faq-list > h2 + div {
    padding-left: 0;
}

@media (max-width: 600px){
	.apcd-tag-based-search input,
	.apcd-tag-based-search #search-tags  {
	    xwidth: 75%;
	}
	.apcd-tag-based-search #search-tags-input,
	.apcd-tag-based-search #search-tags-select,
	.apcd-tag-based-search #search-title,
	.apcd-tag-based-search #search-tags {
	    width: 100% !important;
	}
	.apcd-tag-based-search #search-title {
		width: calc(100% - 0.75rem) !important;
	}
	.apcd-faq-search #search-faq {
		width: calc(100% - 0.5rem) !important;
	}
	.apcd-tag-based-search #search-tags {
	    margin-top: 2rem
	}
}


/* Text Color */
.apcd-color-white.text,
.apcd-color-white.text *,
.apcd-color-white.button a,
.apcd-color-white a.cmp-download__action,
.apcd-color-white button,
.apcd-color-white .cmp-tabs__tab--active,
.apcd-color-white .cmp-teaser__content,
.fa-color-white,
.apcd-color-white.cosdcard .cosd-card__body :is(h2,p) {
    color: #fff !important;
}
.apcd-color-grey-light.text,
.apcd-color-grey-light.text *,
.apcd-color-grey-light.button a,
.apcd-color-grey-light a.cmp-download__action,
.apcd-color-grey-light button,
.apcd-color-grey-light .cmp-tabs__tab--active,
.apcd-color-grey-light .cmp-teaser__content,
.fa-color-grey-light,
.apcd-color-grey-light.cosdcard .cosd-card__body :is(h2,p) {
    color: #b1b1b1 !important;
}
.apcd-color-grey-medium.text,
.apcd-color-grey-medium.text *,
.apcd-color-grey-medium.button a,
.apcd-color-grey-medium a.cmp-download__action,
.apcd-color-grey-medium button,
.apcd-color-grey-medium .cmp-tabs__tab--active,
.apcd-color-grey-medium .cmp-teaser__content,
.fa-color-grey-medium,
.apcd-color-grey-medium.cosdcard .cosd-card__body :is(h2,p) {
    color: #605d55 !important;
}
.apcd-color-grey-dark.text,
.apcd-color-grey-dark.text *,
.apcd-color-grey-dark.button a,
.apcd-color-grey-dark a.cmp-download__action,
.apcd-color-grey-dark button,
.apcd-color-grey-dark .cmp-tabs__tab--active,
.apcd-color-grey-dark .cmp-teaser__content,
.fa-color-grey-dark,
.apcd-color-grey-dark.cosdcard .cosd-card__body :is(h2,p) {
    color: #535353 !important;
}
.apcd-color-black.text,
.apcd-color-black.text *,
.apcd-color-black.button a,
.apcd-color-black a.cmp-download__action,
.apcd-color-black button,
.apcd-color-black .cmp-tabs__tab--active,
.apcd-color-black .cmp-teaser__content,
.fa-color-black,
.apcd-color-black.cosdcard .cosd-card__body :is(h2,p) {
    color: #000 !important;
}
.apcd-color-blue-light.text,
.apcd-color-blue-light.text *,
.apcd-color-blue-light.button a,
.apcd-color-blue-light a.cmp-download__action,
.apcd-color-blue-light button,
.apcd-color-blue-light .cmp-tabs__tab--active,
.apcd-color-blue-light .cmp-teaser__content,
.fa-color-blue-light,
.apcd-color-blue-light.cosdcard .cosd-card__body :is(h2,p) {
    color: #136cb3 !important;
}
.apcd-color-blue-medium.text,
.apcd-color-blue-medium.text *,
.apcd-color-blue-medium.button a,
.apcd-color-blue-medium a.cmp-download__action,
.apcd-color-blue-medium button,
.apcd-color-blue-medium .cmp-tabs__tab--active,
.apcd-color-blue-medium .cmp-teaser__content,
.fa-color-blue-medium,
.apcd-color-blue-medium.cosdcard .cosd-card__body :is(h2,p) {
    color: #0e4174 !important;
}
.apcd-color-green.text,
.apcd-color-green.text *,
.apcd-color-green.button a,
.apcd-color-green a.cmp-download__action,
.apcd-color-green button,
.apcd-color-green .cmp-tabs__tab--active,
.apcd-color-green .cmp-teaser__content,
.fa-color-green,
.apcd-color-green.cosdcard .cosd-card__body :is(h2,p) {
    color: #3da065 !important;
}
.apcd-color-gold.text,
.apcd-color-gold.text *,
.apcd-color-gold.button a,
.apcd-color-gold a.cmp-download__action,
.apcd-color-gold button,
.apcd-color-gold .cmp-tabs__tab--active,
.apcd-color-gold .cmp-teaser__content,
.fa-color-gold,
.apcd-color-gold.cosdcard .cosd-card__body :is(h2,p) {
    color: #f4c86d !important;
}

/* Background Color */
.apcd-bg-white:not(.download):not(.accordion):not(.tabs),
.apcd-bg-white.text,
.apcd-bg-white.button,
.apcd-bg-white button,
.apcd-bg-hover-white.button a:hover,
.apcd-bg-hover-white button:hover,
.apcd-bg-white a.cmp-download__action,
.apcd-bg-hover-white a.cmp-download__action:hover,
.apcd-bg-white.accordion button,
.apcd-bg-white.tabs .cmp-tabs__tab--active,
x.apcd-bg-white.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-white.teaser,
.apcd-bg-hover-white.button a:hover,
.apcd-bg-hover-white button:hover,
.apcd-bg-hover-white a.cmp-download__action:hover {
    background-color: #fff !important;
}
.apcd-bg-grey-light:not(.download):not(.accordion):not(.tabs),
.apcd-bg-grey-light.text,
.apcd-bg-grey-light.button,
.apcd-bg-grey-light button,
.apcd-bg-hover-grey-light.button a:hover,
.apcd-bg-hover-grey-light button:hover,
.apcd-bg-grey-light a.cmp-download__action,
.apcd-bg-hover-grey-light a.cmp-download__action:hover,
.apcd-bg-grey-light.accordion button,
.apcd-bg-grey-light.tabs .cmp-tabs__tab--active,
x.apcd-bg-grey-light.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-grey-light.teaser,
.apcd-bg-hover-grey-light.button a:hover,
.apcd-bg-hover-grey-light button:hover,
.apcd-bg-hover-grey-light a.cmp-download__action:hover {
    background-color: #b1b1b1 !important;
}
.apcd-bg-grey-medium:not(.download):not(.accordion):not(.tabs),
.apcd-bg-grey-medium.text,
.apcd-bg-grey-medium.button,
.apcd-bg-grey-medium button,
.apcd-bg-hover-grey-medium.button a:hover,
.apcd-bg-hover-grey-medium button:hover,
.apcd-bg-grey-medium a.cmp-download__action,
.apcd-bg-hover-grey-medium a.cmp-download__action:hover,
.apcd-bg-grey-medium.accordion button,
.apcd-bg-grey-medium.tabs .cmp-tabs__tab--active,
x.apcd-bg-grey-medium.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-grey-medium.teaser,
.apcd-bg-hover-grey-medium.button a:hover,
.apcd-bg-hover-grey-medium button:hover,
.apcd-bg-hover-grey-medium a.cmp-download__action:hover {
    background-color: #605d55 !important;
}
.apcd-bg-grey-dark:not(.download):not(.accordion):not(.tabs),
.apcd-bg-grey-dark.text,
x.apcd-bg-grey-dark.button,
.apcd-bg-grey-dark button,
.apcd-bg-hover-grey-dark.button a:hover,
.apcd-bg-hover-grey-dark button:hover,
.apcd-bg-grey-dark a.cmp-download__action,
.apcd-bg-hover-grey-dark a.cmp-download__action:hover,
.apcd-bg-grey-dark.accordion button,
.apcd-bg-grey-dark.tabs .cmp-tabs__tab--active,
x.apcd-bg-grey-dark.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-grey-dark.teaser,
.apcd-bg-hover-grey-dark.button a:hover,
.apcd-bg-hover-grey-dark button:hover,
.apcd-bg-hover-grey-dark a.cmp-download__action:hover {
    background-color: #535353 !important;
}
.apcd-bg-black:not(.download):not(.accordion):not(.tabs),
.apcd-bg-black.text,
.apcd-bg-black.button,
.apcd-bg-black button,
.apcd-bg-hover-black.button a:hover,
.apcd-bg-hover-black button:hover,
.apcd-bg-black a.cmp-download__action,
.apcd-bg-hover-black a.cmp-download__action:hover,
.apcd-bg-black.accordion button,
.apcd-bg-black.tabs .cmp-tabs__tab--active,
x.apcd-bg-black.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-black.teaser,
.apcd-bg-hover-black.button a:hover,
.apcd-bg-hover-black button:hover,
.apcd-bg-hover-black a.cmp-download__action:hover  {
    background-color: #000 !important;
}
.apcd-bg-blue-light:not(.download):not(.accordion):not(.tabs):not(.fa-bg-circle),
.apcd-bg-blue-light.text,
.apcd-bg-blue-light.button,
.apcd-bg-blue-light button,
.apcd-bg-hover-blue-light.button a:hover,
.apcd-bg-hover-blue-light button:hover,
.apcd-bg-blue-light a.cmp-download__action,
.apcd-bg-hover-blue-light a.cmp-download__action:hover,
.apcd-bg-blue-light.accordion button,
.apcd-bg-blue-light.tabs .cmp-tabs__tab--active,
x.apcd-bg-blue-light.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-blue-light.teaser,
.apcd-bg-hover-blue-light.button a:hover,
.apcd-bg-hover-blue-light button:hover,
.apcd-bg-hover-blue-light a.cmp-download__action:hover,
.apcd-bg-blue-light.fa-bg-circle > div {
    background-color: #0e96ce !important;
}
.apcd-bg-blue-medium:not(.download):not(.accordion):not(.tabs),
.apcd-bg-blue-medium.text,
.apcd-bg-blue-medium.button,
.apcd-bg-blue-medium button,
.apcd-bg-hover-blue-medium.button a:hover,
.apcd-bg-hover-blue-medium button:hover,
.apcd-bg-blue-medium a.cmp-download__action,
.apcd-bg-hover-blue-medium a.cmp-download__action:hover,
.apcd-bg-blue-medium.accordion button,
.apcd-bg-blue-medium.tabs .cmp-tabs__tab--active,
x.apcd-bg-blue-medium.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-blue-medium.teaser,
.apcd-bg-hover-blue-medium.button a:hover,
.apcd-bg-hover-blue-medium button:hover,
.apcd-bg-hover-blue-medium a.cmp-download__action:hover {
    background-color: #136cb3 !important;
}
.apcd-bg-green:not(.download):not(.accordion):not(.tabs):not(.fa-bg-circle),
.apcd-bg-green.text,
x.apcd-bg-green.button,
.apcd-bg-green button,
.apcd-bg-hover-green.button a:hover,
.apcd-bg-hover-green button:hover,
.apcd-bg-green a.cmp-download__action,
.apcd-bg-hover-green a.cmp-download__action:hover,
.apcd-bg-green.accordion button,
.apcd-bg-green.tabs .cmp-tabs__tab--active,
x.apcd-bg-green.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-green.teaser,
.apcd-bg-hover-green.button a:hover,
.apcd-bg-hover-green button:hover,
.apcd-bg-hover-green a.cmp-download__action:hover,
.apcd-bg-green.fa-bg-circle > div {
    background-color: #3da065 !important;
}
.apcd-bg-gold:not(.download):not(.accordion):not(.tabs),
.apcd-bg-gold.text,
.apcd-bg-gold.button,
.apcd-bg-gold button,
.apcd-bg-hover-gold.button a:hover,
.apcd-bg-hover-gold button:hover,
.apcd-bg-gold a.cmp-download__action,
.apcd-bg-hover-gold a.cmp-download__action:hover,
.apcd-bg-gold.accordion button,
.apcd-bg-gold.tabs .cmp-tabs__tab--active,
x.apcd-bg-gold.tabs .cmp-tabs__tabpanel--active,
.apcd-bg-gold.teaser,
.apcd-bg-hover-gold.button a:hover,
.apcd-bg-hover-gold button:hover,
.apcd-bg-hover-gold a.cmp-download__action:hover {
    background-color: #f4c86d !important;
}
.apcd-bg-green.fa-bg-circle {
	background-color: transparent !important;
}
/* Separator */
.apcd-border-white hr {
    border-color: #fff !important;
}
.apcd-border-grey-light hr {
    border-color: #b1b1b1 !important;
}
.apcd-border-grey-medium hr {
    border-color: #605d55 !important;
}
.apcd-border-grey-dark hr {
    border-color: #535353 !important;
}
.apcd-border-black hr {
    border-color: #000 !important;
}
.apcd-border-blue-light hr {
    border-color: #0e96ce !important;
}
.apcd-border-blue-medium hr {
    border-color: #136cb3 !important;
}
.apcd-border-green hr {
    border-color: #3da065 !important;
}
.apcd-border-gold hr {
   border-color: #f4c86d !important;
}
.cosd-border-solid hr {
	border-style: solid;
}
.cosd-border-dashed hr {
	border-style: dashed;
}
.cosd-border-dotted hr {
	border-style: dotted;
}
.cosd-border-top-1px hr {
    border-width: 1px 0 0 0;
}
.cosd-border-top-2px hr {
    border-width: 2px 0 0 0;
}
.cosd-border-top-3px hr {
    border-width: 3px 0 0 0;
}
.cosd-border-top-4px hr {
    border-width: 4px 0 0 0;
}
.cosd-border-top-5px hr {
    border-width: 5px 0 0 0;
}
.cosd-separator-hidden hr {
    visibility: hidden;
}
.cosd-separator-height-1 hr {
    margin: 0.5rem 0;
}
.cosd-separator-height-2 hr {
    margin: 1rem 0;
}
.cosd-separator-height-3 hr {
    margin: 1.5rem 0;
}
.cosd-separator-height-4 hr {
    margin: 2rem 0;
}
.cosd-separator-height-5 hr {
    margin: 2.5rem 0;
}

/* Margin */
.cosd-no-margin-top * {
	margin-top: 0 !important;
}
.cosd-no-margin-bottom * {
	margin-bottom: 0 !important;
}

/* Border */
.apcd-bg-white.tabs .cmp-tabs__tab,
.apcd-border-white.cosdcard {
    border-color: #fff !important;
}
.apcd-bg-grey-light.tabs .cmp-tabs,
.apcd-border-grey-light.cosdcard {
    border-color: #b1b1b1 !important;
}
.apcd-bg-grey-medium.tabs .cmp-tabs__tab,
.apcd-border-grey-medium.cosdcard {
    border-color: #605d55 !important;
}
.apcd-bg-grey-dark.tabs .cmp-tabs__tab,
.apcd-border-grey-dark.cosdcard {
    border-color: #535353 !important;
}
.apcd-bg-black.tabs .cmp-tabs__tab,
.apcd-border-black.cosdcard {
    border-color: #000 !important;
}
.apcd-bg-blue-light.tabs .cmp-tabs__tab,
.apcd-border-blue-light.cosdcard {
    border-color: #0e96ce !important;
}
.apcd-bg-blue-medium.tabs .cmp-tabs__tab,
.apcd-border-blue-medium.cosdcard {
    border-color: #136cb3 !important;
}
.apcd-bg-green.tabs .cmp-tabs__tab,
.apcd-border-green.cosdcard {
    border-color: #3da065 !important;
}
.apcd-bg-gold.tabs .cmp-tabs__tab,
.apcd-border-gold.cosdcard {
    border-color: #f4c86d !important;
}

/* Border Radius */
.image.cosd-border-radius-3px img,
.text.cosd-border-radius-3px,
.container.cosd-border-radius-3px {
    border-radius: 3px;
}
.image.cosd-border-radius-6px img,
.text.cosd-border-radius-6px,
.container.cosd-border-radius-6px {
    border-radius: 6px;
}
.image.cosd-border-radius-9px img,
.text.cosd-border-radius-9px,
.container.cosd-border-radius-9px {
    border-radius: 9px;
}
.image.cosd-border-radius-12px img,
.text.cosd-border-radius-12px,
.container.cosd-border-radius-12px {
    border-radius: 12px;
}
.image.cosd-border-radius-15px img,
.text.cosd-border-radius-15px,
.container.cosd-border-radius-15px {
    border-radius: 15px;
}
.image.cosd-border-radius-18px img,
.text.cosd-border-radius-18px,
.container.cosd-border-radius-18px {
    border-radius: 18px;
}
.image.cosd-border-radius-21px img,
.text.cosd-border-radius-21px,
.container.cosd-border-radius-21px {
    border-radius: 21px;
}
.image.cosd-border-radius-24px img,
.text.cosd-border-radius-24px,
.container.cosd-border-radius-24px {
    border-radius: 24px;
}
.image.cosd-border-radius-27px img,
.text.cosd-border-radius-27px,
.container.cosd-border-radius-27px {
    border-radius: 27px;
}
.image.cosd-border-radius-30px img,
.text.cosd-border-radius-30px,
.container.cosd-border-radius-30px {
    border-radius: 30px;
}

/* Padding */
[class*="cosd-padding"] p,
[class*="cosd-padding"] h1,
[class*="cosd-padding"] h2,
[class*="cosd-padding"] h3,
[class*="cosd-padding"] h4,
[class*="cosd-padding"] h5,
[class*="cosd-padding"] h6 {
    xmargin: 0;
}
.cosd-padding* {
    xmargin: 0;
}
.cosd-padding-1px {
    padding: 1px;
}
.cosd-padding-2px {
    padding: 2px;
}
.cosd-padding-3px {
    padding: 3px;
}
.cosd-padding-4px {
    padding: 4px;
}
.cosd-padding-5px {
    padding: 5px;
}
.cosd-padding-6px {
    padding: 6px;
}
.cosd-padding-7px {
    padding: 7px;
}
.cosd-padding-8px {
    padding: 8px;
}
.cosd-padding-9px {
    padding: 9px;
}
.cosd-padding-10px {
    padding: 10px;
}
.cosd-padding-15px {
    padding: 15px;
}
.cosd-padding-20px {
    padding: 20px;
}
.cosd-padding-25px {
    padding: 25px;
}
.cosd-padding-30px {
    padding: 30px;
}
.cosd-padding-top-0 {
	padding-top: 0 !important;
}
.cosd-padding-right-0 {
	padding-right: 0 !important;
}
.cosd-padding-bottom-0 {
	padding-bottom: 0 !important;
}
.cosd-padding-left-0 {
	padding-left: 0 !important;
}

/*
.cmp-carousel__content > .cmp-carousel__item {
	xdisplay: none;
}
.cmp-carousel__content > .cmp-carousel__item img {
	height: 300px;
	width: 400px;
}
.cmp-carousel__content > .cmp-carousel__item:first-child {
	display: inline-block;
    float: left;
    xmargin-bottom: -15em;
}
.cmp-carousel__content > .cmp-carousel__item:first-child + .cmp-carousel__item + .cmp-carousel__item{
	display: inline-block;
    float: right;
    xmargin-top: -10em;
}
.cmp-carousel__item {
    display: inline-block;
    width: 33%;
    margin: 0 auto;
}
.cmp-carousel__item.cmp-carousel__item--active {
	display: block;
    width: 50%;
    margin: 0 auto;
}
*/
/* Youtube */
.embed .cmp-embed {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 1em;
}
.embed .cmp-embed iframe {
	position: absolute;
    left: 0;
    top: 0;
    xz-index: 1000;
    height: 100%;
    width: 100%;
}

/* Carousel */
.cmp-carousel__action {
   	font-size: 1.125rem;
   	border: 0;
}
.carousel-hide-actions .cmp-carousel__actions,
.carousel-hide-indicators .cmp-carousel__indicators {
    display: none;
}
@media (min-width: 768px) {
	.carousel-strip .cmp-carousel {
        position: relative;
    }
    .carousel-strip .cmp-carousel__action--previous,
    .carousel-strip .cmp-carousel__action--next {
        position: absolute;
        xdisplay: block;
        height: calc(100% - 10em);
        width: 33%;
        z-index: 1;
        opacity: 0;
    }
    .carousel-strip .cmp-carousel__action--next {
        top: 0;
        right: 0;
    }
	.carousel-strip .cmp-carousel__item .embed .cmp-embed {
	    overflow: revert;
	}
	.carousel-strip .cmp-carousel__item--active .embed .cmp-embed iframe {
	    position: absolute;
	}
	.carousel-strip .cmp-carousel__content {
	    position: relative;
	    height: 37vw;
	}
	.carousel-strip .cmp-carousel__item {
	    display: inline-block;
	    width: 33%;
	}
	.carousel-strip .cmp-carousel__item.cmp-carousel__item--active {
		position: absolute;
	    left: 25%;
	    z-index: 10;
	    width: 50%;
	    xheight: 300px;
	    xmargin: 0 auto;

	}
	.carousel-strip .cmp-carousel__item:not(.cmp-carousel__item--active) {
		display: none;
	    opacity: 0.5
	}
	x.carousel-strip .cmp-carousel__item.last-slide {
		display: block !important;
	    xopacity: 0.5
	}
	.carousel-strip .cmp-carousel__item.cmp-carousel__item--active img,
	.carousel-strip .cmp-carousel__item.cmp-carousel__item--active iframe {
	    xwidth: 50vw;
	    margin: 0 auto;
	}
	.carousel-strip .cmp-carousel__item.cmp-carousel__item--active + .cmp-carousel__item {
		display: block;
	    position: absolute;
	    right: 0;
	    top: 15%;
	}
	.carousel-strip .cmp-carousel__item.first-slide + .cmp-carousel__item,
	.carousel-strip .cmp-carousel__item.first-slide + .cmp-carousel__item + .cmp-carousel__item,
	.carousel-strip .cmp-carousel__item.first-slide + .cmp-carousel__item + .cmp-carousel__item + .cmp-carousel__item,
	.carousel-strip .cmp-carousel__item.first-slide + .cmp-carousel__item + .cmp-carousel__item + .cmp-carousel__item + .cmp-carousel__item,
	.carousel-strip .cmp-carousel__item.first-slide.cmp-carousel__item--active ~ .cmp-carousel__item.last-slide {
		xdisplay: none;
	}
	.carousel-strip .cmp-carousel__item.first-slide:not(.cmp-carousel__item--active),
	.carousel-strip .cmp-carousel__item.first-slide:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active),
	.carousel-strip .cmp-carousel__item.first-slide:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active),
	.carousel-strip .cmp-carousel__item.first-slide:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active),
	.carousel-strip .cmp-carousel__item.first-slide:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active) + .cmp-carousel__item:not(.cmp-carousel__item--active),
	.carousel-strip .cmp-carousel__item.first-slide.cmp-carousel__item--active ~ .cmp-carousel__item.last-slide {
		display: block;
	    position: absolute;
	    left: 0;
	    top: 15%;
	}
	.carousel-strip .cmp-carousel__indicators {
	    position: absolute;
	    bottom: 5rem;
	    width: 100%;
	}
	.carousel-strip .cmp-carousel__actions {
	    position: absolute;
	    width: 100%;
	    bottom: 0;
	    text-align: center;
	}
}
[class*="apcd-color-"].text a {
    color:#136cb3 !important;
}
.apcd-color-white.text a {
    color: inherit !important;
}
:is(.apcd-top-bar,.apcd-footer-socials) .fa-twitter:before {
    color: transparent;
    background-size: contain;
    background-image: url(../../../content/dam/sdapcd/images/icons/twitter-x-logo-white.png);
}
.apcd-top-bar .fa-twitter:before {
    filter: brightness(33%);
}

/* CoSD Card Component */
.cosdcard {
    border-width: 2px !important;
    border-style: solid !important;
    border-color: #e6e6e6;
    border-radius: 0.5rem;
    overflow: hidden;
}
.cosd-card h2 {
    font-size: 1.5rem !important;
    hyphens: auto;
}
x.cosdcard.image.section {
    border: none !important;
    border-radius: 0 !important;
}
.cosdcard img {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
@media (max-width: 1169px) {
    .cosd-card h2 {
        font-size: 1.125rem !important;
    }
}
.card-title-left .cosd-card h2, 
.card-body-left .cosd-card p {
    text-align: left !important;
}
.card-title-center .cosd-card h2,
.card-body-center .cosd-card p {
    text-align: center !important;
}
.card-title-right .cosd-card h2,
.card-body-right .cosd-card p {
    text-align: right !important;
}

.aem-search {
    position: relative !important;
    z-index: 2;
    top: 0;
}
/*@media (max-width: 1169px) {*/
@media (max-width: 1199px) {
    body {
        margin: 0;
        padding: 0;
        position: relative;
        height: 100%;
        left: 0;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
    }
    .bodyContainer {
        min-height: 500px;
    }
    .headerContainer,
    .bodyContainer,
    .footerContainer {
        max-width: 960px;
        margin: 0 auto;
        background: #FFF;
    }
    .sideOpen {
        width: calc(100% - 150px);
        left: calc(-100% + 225px);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
	.sideOpenSub {
        width: 100%;
        left: calc(-100% + 225px);
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    .sideTrigger {
        float: right;
        padding: 30px;
    }
    .closeTrigger {
        font-weight: bold;
        text-decoration: none;
        color: #000;
        font-size: 30px;
        display: inline-block;
        margin-top: -15px;
        margin-bottom: 5px;
    }
    body > .navigation {
    	display: none;
        position: fixed;
        right: calc(-100% - 75px);
        xheight: 100%;
        height: auto;
        width: 100%;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }
    .sideOpen .navigation {
    	display: block;
        width: calc(100% + 75px);
    }
}
/* DATA GRID IMPORT TOOL */
#new_form label,
#new_form label + input {
    margin-top: 0.5em;
}
#new_form .cmp-form-options__legend-required {
    color: red;
}
#new_form #apcd-keyword-search-container {
    border: 1px solid #858585;
    margin-bottom: 10px;
    padding: 0.75em 0.75em;
}
#new_form #apcd-keyword-search-container:before {
    display: block;
    width: 165px;
    content: "Search Document Content";
    margin-top: -1.35rem;
    padding: 0 0.5em;
    font-size: 14px !important;
    font-weight: bold;
    background-color: white;
}
#apcd-doc-search-data-grid_paginate a.paginate_button {
    padding: 0 0.125rem;
}
#apcd-doc-search-data-grid_paginate a.paginate_button:hover {
    cursor: pointer;
}
#apcd-doc-search-data-grid_paginate a.paginate_button.current {
    color: #535353;
    font-weight: bold !important;
}
#apcd-sort-columns,
#apcd-doc-search-limitation-message,
#preamble,
#apcd-doc-search-data-grid_wrapper,
#apcd-doc-search-data-grid {
    font-family: 'Lato Regular', 'Arial', sans-serif;
}
#apcd-doc-search-data-grid,
#apcd-doc-search-data-grid table {
    border-spacing: 0 !important;
}
#apcd-doc-search-data-grid {
    border: 1px solid #b1b1b1;
}
#apcd-doc-search-data-grid th,
#apcd-doc-search-data-grid td {
    border: 0 !important;
    padding: 0.75em 0.5em;
}
#apcd-doc-search-data-grid td:not(first-child),
#apcd-doc-search-data-grid td:not(last-child) {
    border: 1px solid #fff !important;
    border-width: 1px !important;
}
#apcd-doc-search-data-grid_length > label {
    margin-bottom: 0.5em;
}
#apcd-doc-search-data-grid button {
    width: auto !important;
}
#apcd-doc-search-data-grid th {
    font-family: 'Lato Bold', 'Arial', sans-serif;
    background-color: #0e4174 !important;
    color: white;
}
#apcd-doc-search-data-grid tr {
    background: #eee;
}
#apcd-doc-search-data-grid tr.shown + tr {
    background-color: #fff;
}
#apcd-doc-search-data-grid_info {
    display: inline-block;
}
#apcd-doc-search-data-grid_paginate span {
    padding: 1em;
}

@media only screen and (max-width: 960px) {
	#apcd-doc-search-data-grid {
    	border: 0;
	}
  #apcd-doc-search-data-grid_paginate {
    float: none;
    display: block;
    margin-top: 1em;
    text-align: center;
  }
  #apcd-doc-search-data-grid table, 
  #apcd-doc-search-data-grid thead, 
  #apcd-doc-search-data-grid tbody,
  #apcd-doc-search-data-grid th,
  #apcd-doc-search-data-grid td,
  #apcd-doc-search-data-grid tr {
    display: block !important;
  }
  #apcd-doc-search-data-grid table tbody {
	border: none;
  }
  #apcd-doc-search-data-grid thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #apcd-doc-search-data-grid tr {
  	margin: 0 0 1rem 0;
    border-width: 1px;
    border-style: solid;
    border-color: #999;
  }
  #apcd-doc-search-data-grid td:not(:first-child) {
	border: none;
    border-bottom: 1px solid #999;
    background-color: #eee;
	position: relative;
	padding-left: 50%;
	text-align: right !important;
	white-space: normal;
    word-break: break-all;
  }
  #apcd-doc-search-data-grid td:before {
  	position: absolute;
  	top: 10px;
  	left: 6px;
  	xwidth: 45%;
    padding-right: 10px;
  	white-space: nowrap;
  	font-weight: bold;
  }
  #apcd-doc-search-data-grid tr:not(.row) td table,
  #apcd-doc-search-data-grid tr:not(.row) td table tr td + td {
    padding-left: 0 !important;
    text-align: center !important;
  }
  #apcd-doc-search-data-grid table tr td:first-child {
    background-color: #ccc;
  }
  #apcd-doc-search-data-grid table tr td:first-child {
    background-color: #ccc;
  }
  #apcd-doc-search-data-grid > tbody > tr {
    background-color: #0e4174;
  }
  #apcd-doc-search-data-grid .apcd-row-details-control.sorting_1 {
    border-width:  0 !important;
  }
    #apcd-doc-search-data-grid_filter label {
    display: block;
    width: 100%;
    margin-bottom: 1em !important;
    text-align: left;
}
  #apcd-doc-search-data-grid th.side-head, 
  #apcd-doc-search-data-grid td.side-body-cell {
	background: #ccc;
	text-align: center;
  }
  /* td:nth-of-type(1)	{
  	padding-left: 11em;
  } */
  .apcd-row-details-control + td:nth-of-type(2)	{
  	padding-left: 8em;
  }
  .apcd-row-details-control + td:nth-of-type(2):before {
    content: "Record ID";
	  text-align: right !important;
  }
  #apcd-doc-search-data-grid td:nth-of-type(3) {
  	padding-left: 9em;
  }
  #apcd-doc-search-data-grid td:nth-of-type(3):before {
    content: "Document Name";
	text-align: right !important;
  }
  #apcd-doc-search-data-grid td:nth-of-type(4)	{
  	padding-left: 15em;
  }
  #apcd-doc-search-data-grid td:nth-of-type(4):before {
    content: "Description";
	text-align: right !important;
  }
  #apcd-doc-search-data-grid td:nth-of-type(5)	{
  	padding-left: 15em;
  }
  #apcd-doc-search-data-grid td:nth-of-type(5):before {
    content: "Document Type";
	text-align: right !important;
  }
  #apcd-doc-search-data-grid td:nth-of-type(6)	{
  	padding-left: 12em;
  }
  #apcd-doc-search-data-grid td:nth-of-type(6):before {
    content: "Created Date";
	text-align: right !important;
  }
}
