/*
 *  Copyright 2019 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define image */
.cmp-image__image {
  width: 100%;
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
/** @define breadcrumb */
.cmp-breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.cmp-breadcrumb__item {
  display: inline-block;
  vertical-align: top;
}

/*
 *  Copyright 2017 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-search {
  position: relative;
}
.cmp-search__field {
  position: relative;
  height: 2rem;
}
.cmp-search__input {
  padding-left: 2rem;
  padding-right: 2rem;
  height: 100%;
  width: 100%;
}
.cmp-search__icon {
  display: block;
  position: absolute;
  left: .5rem;
  top: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik02NzIsMEM0MDYuOTAzLDAsMTkyLDIxNC45MDMsMTkyLDQ4MGMwLDk1LjcsMjguMDExLDE4NC44NTUsNzYuMjc1LDI1OS43MjVDMTgxLjY0Niw4MjYuMzU0LDQ4LjA3NSw5NTkuOTI1LDM2LDk3Mg0KCWMtMTgsMTgtMzYsMzYtMzYsNzJzMTgsNTQsMzYsNzJzMzYuMDEyLDM2LDcyLDM2czU0LTE4LDcyLTM2YzEyLjA3NS0xMi4wNzUsMTQ1LjY0Ni0xNDUuNjQ2LDIzMi4yNzUtMjMyLjI3NQ0KCUM0ODcuMTQ0LDkzMS45ODgsNTc2LjMsOTYwLDY3Miw5NjBjMjY1LjA5NywwLDQ4MC0yMTQuOTAzLDQ4MC00ODBDMTE1MiwyMTQuOTAzLDkzNy4wOTcsMCw2NzIsMHogTTY3Miw4MTYNCgljLTE4NS41NjgsMC0zMzYtMTUwLjQzMy0zMzYtMzM2YzAtMTg1LjU2OCwxNTAuNDMyLTMzNiwzMzYtMzM2YzE4NS41NjcsMCwzMzYsMTUwLjQzMiwzMzYsMzM2QzEwMDgsNjY1LjU2Nyw4NTcuNTY3LDgxNiw2NzIsODE2eiINCgkvPg0KPC9zdmc+DQo=");
  background-size: contain;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
}
.cmp-search__loading-indicator {
  display: none;
  position: absolute;
  top: .5rem;
  left: .5rem;
  border: 3px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  animation: cmp-search__loading-indicator-spin 2s linear infinite;
}
@keyframes cmp-search__loading-indicator-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.cmp-search__clear {
  display: none;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
}
.cmp-search__clear-icon {
  position: absolute;
  top: .5rem;
  right: .5rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTE1MnB4IiBoZWlnaHQ9IjExNTJweCIgdmlld0JveD0iMCAwIDExNTIgMTE1MiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTE1MiAxMTUyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGlkPSJYTUxJRF85XyIgZD0iTTgyLjYsOTM3LjJsMzYyLTM2Mkw4NCwyMTQuOGMtMTQuMS0xNC4xLTE0LjEtMzYuOSwwLTUxbDgxLjItODEuMmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsMzYwLjUsMzYwLjUNCglMOTM3LjIsODIuNmMxNC4xLTE0LjEsMzYuOS0xNC4xLDUxLDBsODEuMiw4MS4yYzE0LjEsMTQuMSwxNC4xLDM2LjksMCw1MUw3MDguOSw1NzUuM2wzNjAuNSwzNjAuNWMxNC4xLDE0LjEsMTQuMSwzNi45LDAsNTENCglsLTgxLjIsODEuMmMtMTQuMSwxNC4xLTM2LjksMTQuMS01MSwwTDU3Ni43LDcwNy41bC0zNjIsMzYyYy0xNC4xLDE0LjEtMzYuOSwxNC4xLTUxLDBsLTgxLjItODEuMg0KCUM2OC41LDk3NC4yLDY4LjUsOTUxLjMsODIuNiw5MzcuMnoiLz4NCjwvc3ZnPg0K");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}
.cmp-search__results {
  display: none;
  overflow-y: auto;
  min-width: 100%;
  max-height: 10rem;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999999;
  border: 1px solid #ccc;
  background: #fff;
}
.cmp-search__item {
  display: block;
}
.cmp-search__item--is-focused {
  background-color: #ccc;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
	cursor:pointer;
}

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {
	cursor:pointer;
}

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.cosd-news-list-wrapper {
	padding: 15px;
	overflow: hidden;
}

.cosd-news-list-item {
	border: 1px solid #EEE;
	background: #FFF;
	margin-bottom: 10px;
	padding: 10px;
	box-shadow: 0px 0px 10px 0px #EEE;
}
/* custom.css */
.adaptiveimage img {
    max-width: 100%;
}

.adaptFull img{
	width:100%;
}
/* Search & Results */
.aem-search {
    position: absolute;
    right: 1em;
    top: 0.75em;
    z-index: 0;
    float: none !important;
    margin:  0 !important;
    text-align: right;
}
.aem-search input {
    height: 25px;
    width: 200px;
    max-width: 60%;
    border: none;
    padding: 0 0 0 0.5em;
}
.aem-search button {
    display: inline-block;
    vertical-align: middle;
	padding: 0;
    padding-top: 2px;
    border: none;
    background-color: transparent;
}
.aem-search button svg {
    background-color: red;
}
.aem-search {
    width: 100% !important;
}
.aem-search-results .title {
    font-weight: bold;
}
.aem-search-results .url {
    margin-bottom: 1em
}
.aem-search-results .active {
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
}
.searchResult {
    word-break: break-word;
}
.searchResPagination {
    margin-top: 3em;
    text-align: center;
    padding: 0;
}
.searchResPagination li {
    display: inline-block;
    list-style-type: none;
    padding: 0.25em;
}
.bos-page .button .button-disabled {
	background-color: #ccc !important;
		}
#google-captcha-message {
	color: red;
	font-weight: bold;
}
.cosd-multiselect {
  width: 200px;
}

.cosd-selectBox {
  position: relative;
}

.cosd-selectBox select {
  width: 100%;
  font-weight: bold;
}

.cosd-overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.cosd-checkboxes {
  display: none;
  border: 1px #dadada solid;
}

.cosd-checkboxes label {
  display: block;
}

.cosd-checkboxes label:hover {
  background-color: #1e90ff;
}

.showdropdown{
display: block;
}
.cmp-container .error{
   color: red !important;
   font-weight: bold;
   font-style:italic;
   display: inline;
   width: auto;
}
.modal-page-load * {box-sizing: border-box}

/* Set a style for all buttons */
.modal-page-load button {
  background-color: #04AA6D;
  color: #fff;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  font-size: 1.25rem;
}

.modal-page-load button:hover {
  opacity:1;
}

/* Add a color to the close button */
.modal-page-load .cosd-modal-page-load-close-btn {
  background-color: #ccc;
  color: #000 !important;
}

/* Add padding and center-align text to the container */
.modal-page-load .cosd-modal-page-load-container {
  padding: 16px;
  text-align: center;
}

/* The Modal (background) */
.modal-page-load .cosd-modal-page-load {
  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: 3vw 10vw 15vw 10vw;
}

/* Modal Content/Box */
.modal-page-load #cosd-modal-page-load-form {
    background-color: #fff;
}

/* Style the horizontal ruler */
.modal-page-load hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* The Modal Close Button (x) */
.modal-page-load .cosd-moda-page-load-close {
  font-size: 40px;
  font-weight: bold;
  color: #535353;
  display: block;
  margin: 0 0.5rem -2.5rem 0;
  text-align: right;
}

.modal-page-load .cosd-modal-page-load-close-btn:hover,
.modal-page-load .cosd-modal-page-load-close-btn:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.modal-page-load .cosd-modal-page-load-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) {
	.modal-page-load .cosd-modal-page-load-close-btn {
		width: 100%;
	}
}

/* Author: Alexander Burr
Description: This clientlib category provides the functionality and styles to display the tooltip using <span class="cosd-tooltip-text"></span>
Implementation: In the cosd.global.base.v1 category, added cosd.global.tooltip.design category to embed property. 
To enable:
1. Also implement tooltip-editor folder
2. Enable the tooltip style in the RTE style dropdown; when configuring, make sure the class name is "cosd-tooltip-text".
3. Styles .cosd-tooltip--light and .cosd-tooltip--dark are available to allow placement/contrast on light and dark backgrounds.
*/
/* Rendered Styles */
.teaser .cosd-tooltip,
.text .cosd-tooltip {
  position: relative;
  display: inline-table;
  vertical-align: middle;
  font-size: 12px;
}
.teaser .cosd-tooltip .cosd-tooltip-icon,
.text .cosd-tooltip .cosd-tooltip-icon {
  content: "i";
  width: 14px;
  height: 14px;
  vertical-align: top;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 14px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 14px;
}
.teaser .cosd-tooltip .cosd-tooltip-icon:hover,
.text .cosd-tooltip .cosd-tooltip-icon:hover {
  cursor: pointer;
  background-color: #000;
}
.teaser .cosd-tooltip .cosd-tooltip-icon:hover + .cosd-tooltip-outer .cosd-tooltip-text,
.text .cosd-tooltip .cosd-tooltip-icon:hover + .cosd-tooltip-outer .cosd-tooltip-text {
  visibility: visible;
  opacity: 1;
}
.teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text,
.text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text {
  visibility: hidden;
  opacity: 0;
  color: #fff;
  font-size: 0.75rem;
  transition: all 0.3s;
  display: block;
  width: calc(400px - 20px);
  padding: 10px;
  position: absolute;
  right: 50%;
  margin: 0 -200px 0 0;
  bottom: calc(100% + 0.5rem);
  background: #000;
  word-break: break-all;
}
.teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text:hover,
.text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text:hover {
  visibility: visible;
  opacity: 1;
}
.teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text:before,
.text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text:before {
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  right: 50%;
  bottom: -12px;
  margin-right: -7px;
  border: 7px solid transparent;
  border-top-color: #000;
}
.teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text:after,
.text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text:after {
  width: 100%;
  height: 15px;
  content: '';
  position: absolute;
  right: 0;
  bottom: -15px;
}
.teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text .cosd-tooltip-close,
.text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text .cosd-tooltip-close {
  display: none;
}
@media only screen and (max-width: 1279px) {
  .teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text .cosd-tooltip-close,
  .text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer .cosd-tooltip-text .cosd-tooltip-close {
    display: block;
    width: 15px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    height: 15px;
    background: #fff;
    line-height: 15px;
    color: #000 !important;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
  }
}
@media only screen and (max-width: 1279px) {
  .teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer,
  .text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer {
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 999;
    overflow: auto;
    padding: 60px 15px;
    transform: scale(0);
  }
  .teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer.show,
  .text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer.show {
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer.show .cosd-tooltip-text,
  .text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer.show .cosd-tooltip-text {
    opacity: 1;
    position: static;
    padding: 20px;
    display: block;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
    margin: 0;
    opacity: 100;
    visibility: visible;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  }
  .teaser .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer.show .cosd-tooltip-text:before,
  .text .cosd-tooltip .cosd-tooltip-icon + .cosd-tooltip-outer.show .cosd-tooltip-text:before {
    display: none;
  }
}
.teaser.cosd-tooltip--light .cosd-tooltip-icon,
.text.cosd-tooltip--light .cosd-tooltip-icon {
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.teaser.cosd-tooltip--light .cosd-tooltip-icon:hover,
.text.cosd-tooltip--light .cosd-tooltip-icon:hover {
  cursor: pointer;
  background-color: #ffffff;
}
.teaser.cosd-tooltip--dark .cosd-tooltip-icon,
.text.cosd-tooltip--dark .cosd-tooltip-icon {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.teaser.cosd-tooltip--dark .cosd-tooltip-icon:hover,
.text.cosd-tooltip--dark .cosd-tooltip-icon:hover {
  cursor: pointer;
  background-color: #000000;
}

/* Author: Alexander Burr
Description: This clientlib category provides the functionality and styles to display the readmore using <span class="cosd-readmore-text"></span>
Implementation: In the cosd.global.base.v1 category, added cosd.global.readmore.design category to embed property. 
To enable:
1. Also implement tooltip-editor folder
2. Add the extra clientlibs documented in the readmore-design folder
3. Enable the readmore style in the RTE style dropdown; when configuring, make sure the class name is "cosd-readmore-text".
*/
/* Rendered Styles */
.teaser .cosd-readmore-text,
.text .cosd-readmore-text {
  display: none;
}
.teaser .cosd-readmore-text-before,
.text .cosd-readmore-text-before {
  display: inline;
}
.teaser .cosd-readmore-text-before.read--before,
.text .cosd-readmore-text-before.read--before {
  display: none;
}
.teaser .cosd-readmore-text.read--more,
.text .cosd-readmore-text.read--more {
  display: inline;
}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
	list-style: none;
}

.simple-pagination {
	display: block;
	overflow: hidden;
	padding: 0 5px 5px 0;
	margin: 0;
}

.simple-pagination ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.simple-pagination li {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}
span.ellipse.clickable {
	cursor: pointer;
}

.ellipse input {
	width: 3em;
}

/*------------------------------------*\
	Compact Theme Styles
\*------------------------------------*/
.compact-theme span {
	cursor:pointer;
}

.compact-theme a, .compact-theme span {
	float: left;
	color: #333;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #AAA;
	border-left: none;
	min-width: 14px;
	padding: 0 7px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.compact-theme a:hover, .compact-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* IE10+ */
	background: linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* W3C */
}

.compact-theme li:first-child a, .compact-theme li:first-child span {
	border-left: 1px solid #AAA;
	border-radius: 3px 0 0 3px;
}

.compact-theme li:last-child a, .compact-theme li:last-child span {
	border-radius: 0 3px 3px 0;
}

.compact-theme .current {
	background: #bbbbbb; /* Old browsers */
	background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* W3C */
	cursor: default;
}

.compact-theme .ellipse {
	background: #EAEAEA;
	padding: 0 10px;
	cursor: default;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/
.light-theme span {
	cursor:pointer;
}

.light-theme a, .light-theme span {
	float: left;
	color: #666;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #BBB;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #efefef; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
	background: linear-gradient(top, #ffffff 0%,#efefef 100%); /* W3C */
}

.light-theme a:hover, .light-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #FCFCFC;
}

.light-theme .current {
	background: #666;
	color: #FFF;
	border-color: #444;
	box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
	cursor: default;
}

.light-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

/*------------------------------------*\
	Dark Theme Styles
\*------------------------------------*/
.dark-theme span {
	cursor:pointer;
}

.dark-theme a, .dark-theme span {
	float: left;
	color: #CCC;
	font-size:14px;
	line-height:24px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #222;
	min-width: 14px;
	padding: 0 7px;
	margin: 0 5px 0 0;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.2);
	background: #555; /* Old browsers */
	background: -moz-linear-gradient(top, #555 0%, #333 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #555 0%,#333 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #555 0%,#333 100%); /* IE10+ */
	background: linear-gradient(top, #555 0%,#333 100%); /* W3C */
}

.dark-theme a:hover, .dark-theme li:not(.disabled):not(.active) span:hover {
	text-decoration: none;
	background: #444;
}

.dark-theme .current {
	background: #222;
	color: #FFF;
	border-color: #000;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	cursor: default;
}

.dark-theme .ellipse {
	background: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: bold;
	cursor: default;
}

.cosd-events {
	list-style-type: none;
    }
.cosd-events a {
    color: #2f3131 !important;
    text-decoration: underline;
}
.cosd-event p,
.cosd-event ul,
.cosd-event ol {
	font-size: 18px;
}
.cosd-event__location > p {
    display: inline;
}
.cosd-event__title .cosd-events-heading,
.cosd-event__location-label {
    color: #2f3131 !important;
}
.cosd-event__title .cosd-events-heading a {
	text-decoration: none;
}
.cosd-event__location {
    margin: 1rem 0;
}

    /* Cards layout */
    .cosd-events--cards {
			padding: 0;
		}
    @media (min-width: 1201px) {
        .cosd-events--cards {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 1rem;
        }
    }
    .cosd-events--cards .cosd-event {
        display: flex;
        flex-direction: column;
    }
    .cosd-events .cosd-event__label {
        font-weight: bold;
	    font-family: Montserrat Bold;
    	padding-right: 0.5rem;
    }
    .cosd-events--cards .cosd-event__image-image {
        width: 100%;
    }
    .cosd-events--cards .cosd-event__time-label {
    	display: block;
    }
    .cosd-events--cards .cosd-event__description p {
        font-size: 19px;
    }
    .cosd-events--cards .cosd-event__action {
        margin-top: auto;
        background-color: #1c4670;
    }
    @media (max-width: 1200px) {
        .cosd-events--cards .cosd-event__action {
            margin-bottom: 2.25rem;
        }
    }
    .cosd-events--cards .cosd-event__action-link {
        display: block;
        padding: 0.5rem 1rem;
        text-decoration: none;
        text-align: center;
    	font-size: 1.125rem !important;
		font-weight: bold;
    	font-family: Montserrat Bold;
    }
    .cosd-events--cards .cosd-event__action-text {
        font-weight: bold;
	    font-family: Montserrat Bold;
        color: #fff;
    }

    /* List layout */
    .cosd-events--list .cosd-event {
        display: flex;
        flex-direction: row;
    }
    .cosd-events--list .cosd-event__time {
        order: 1;
        flex-basis: 20%;
    }
    .cosd-events--list .cosd-event__title {
        order: 2;
        flex-basis: 80%;
    }
    .cosd-events--list div:not(.cosd-event__title):not(.cosd-event__time),
    .cosd-events--list .cosd-event__label {
        display: none;
    }

.cosd-pastevents {
    list-style-type: none;
}
.cosd-pastevents--list {
    padding-left: 0;
}

    /* Cards layout */
	@media (min-width: 1201px) {
        .cosd-pastevents--cards {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            gap: 1rem;
        }
    }
    .cosd-pastevents--cards .cosd-event {
        display: flex;
        flex-direction: column;
    }
    .cosd-pastevents .cosd-event__label {
        font-weight: bold;
    }
    .cosd-pastevents--cards .cosd-event__image-image {
        width: 100%;
    }
    .cosd-pastevents--cards .cosd-event__action {
        margin-top: auto;
        background-color: #1c4670;
    }
    .cosd-pastevents--cards .cosd-event__action-link {
        display: block;
        padding: 0.5rem 1rem;
        text-decoration: none;
        text-align: center;
    }
    .cosd-pastevents--cards .cosd-event__action-text {
        font-weight: bold;
        color: #fff;
    }

    /* List layout */
    .cosd-pastevents--list .cosd-event {
        display: flex;
        flex-direction: row;
    }
    .cosd-pastevents--list .cosd-event__time {
        flex-basis: 40%;
    	padding-right: 2rem;
    }
    .cosd-pastevents--list .cosd-event__title {
        flex-basis: 60%;
    }
    .cosd-pastevents--list div:not(.cosd-event__title):not(.cosd-event__time),
    .cosd-pastevents--list .cosd-event__label {
        display: none;
    }
    @media (max-width: 1200px) {
		.cosd-pastevents--list .cosd-event {
			flex-direction: column;
		}
        .cosd-pastevents--list .cosd-event__time,
		.cosd-pastevents--list .cosd-event__title{
            padding: 0;
        }
    }
 	@media (min-width: 1500px) {
        .cosd-pastevents--list .cosd-event__time {
            flex-basis: 30%;
        }
        .cosd-pastevents--list .cosd-event__title {
            flex-basis: 70%;
        }
    }

:root {
  --card-clr-font: hsl(211, 19%, 22%);
  --card-clr-border: hsl(0, 0%, 90%);
}
.cosd-card {
  height: 100%;
  word-wrap: break-word;
}
.column_flex:has(.cosdcard) > .row {
  display: flex;
  margin: 0 -1rem;
}
.column_flex > .row > div:has(.cosdcard) {
  padding: 0;
}
.column_flex.section div.parsys:has(.cosdcard) {
  height: 100%;
}
.cosdcard.image.section {
  border: 2px solid var(--card-clr-border);
  border-radius: 0.5rem;
}
.column_flex .cosdcard.image.section {
  height: calc(100% - 20px);
  margin: 0 1rem 20px 1rem;
}
.cosd-card h2 {
  font-size: 2rem;
}
.cosd-card p {
  font-weight: normal;
}
.cosd-card a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--card-clr-font) !important;
}
.cosd-card a:hover img {
  opacity: 0.85;
}
.cosd-card .cosd-card__image img {
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.cosd-card .cosd-card__image  img.portrait {
  width: 100%;
  height: auto;
  visibility: visible;
}
.cosd-card .cosd-card__image  img.landscape,
.cosd-card .cosd-card__image  img.square {
  width: 100%;
  visibility: visible;
}
.cosd-card .cmp-image:has(img) {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding-top: 56.25%;
}
.cosd-card div:has(p) {
  padding: 1rem;
}

@media (max-width: 640px) {
  .column_flex:has(.cosdcard) > .row {
    flex-direction: column;
  }
  .cosd-card h2 {
    font-size: 3.5rem;
  }
  .cosdcard.image.section {
    margin-bottom: 60px !important;
  }
}

/* For use on SDC home */
#components-home .cosdcard.section {
    min-height: 275px;
    background-color: white;
    border: none;
    border-radius: 0;
    box-shadow: 0 5px 5px #b9c2bd;
}
#components-home .cosdcard.section h2 {
    margin-top: 10px !important;
}

@media (max-width: 640px) {
    #components-home .cosdcard.section {
        max-height: revert;
        width: auto !important;
        margin: 0 20px 20px 20px !important;
        margin-bottom: 22px;
        box-shadow: 4px 4px 8px 0 #b9c2bd !important;
    }
    #components-home .cosdcard.section p {
        font-size: 30px;
    }
}   

/* Author edit mode only */
.aem-AuthorLayer-Edit .cosdcard.image.section:has(+ .new.section) {
  height: calc((100% - 20px) - 4.125rem);
}
.aem-AuthorLayer-Edit .column_flex .cosdcard.image.section {
  height: revert;
}
