/*
--------------------------------------------------------------------------------------

	Theme
	theme.css

--------------------------------------------------------------------------------------
*/

/*
-------------------------------------------
	Blue - Default
-------------------------------------------
*/

.ou-theme--blue .ou-sections a.ou-selected,
.ou-theme--blue .ou-sections a.is-active,
.ou-theme--blue .ou-sections a.ou-selected:hover,
.ou-theme--blue .ou-sections a.is-active:hover{
  border-bottom: 2px solid #0e56a7;
  color: #0e56a7;
  background-color: transparent;
}

.ou-theme--blue .ou-sections--bar a.ou-selected,
.ou-theme--blue .ou-sections--bar a.ou-selected:hover,
.ou-theme--blue .ou-sections--bar a.is-active,
.ou-theme--blue .ou-sections--bar a.is-active:hover
{
  border-top: 2px solid #0e56a7;
  border-bottom: 1px solid #fff;
  color: #0e56a7;
  background-color: #fff;
}

.ou-theme--blue .ou-context-nav li strong,
.ou-theme--blue .ou-context-nav li a.ou-selected,
.ou-theme--blue .ou-context-nav li a.is-active,
.ou-theme--blue .ou-context-nav li a.ou-selected:hover,
.ou-theme--blue .ou-context-nav li a.is-active:hover,
.ou-theme--blue .ou-paged strong,
.ou-theme--blue .ou-paged .is-active a,
.ou-theme--blue .ou-paged a.ou-selected,
.ou-theme--blue .ou-paged a.is-active,
.ou-theme--blue .ou-events__date em,
.ou-theme--blue .ou-atoz__filter strong,
.ou-theme--blue .ou-atoz__filter a.ou-selected,
.ou-theme--blue .ou-atoz__filter a.is-active,
.ou-theme--blue .ou-atoz__filter a.ou-selected:hover,
.ou-theme--blue .ou-atoz__filter a.is-active:hover {
  background-color: #0e56a7;
  color: #fff;
}

.ou-theme--blue .ou-articles--striped .ou-articles__article:nth-child(odd),
.ou-theme--blue .ou-atoz__results li:nth-child(odd),
.ou-theme--blue .ou-table--striped tr:nth-child(even),
.ou-theme--blue .ou-events__nav {
  background-color: #eef3f9;
  color: #222;
}

.ou-theme--blue .ou-sections--bar {
  background-color: #d1dfee;
}

@media only screen and (max-width: 767px),
  screen and (max-device-width: 767px) {
  .ou-theme .ou-sections a.ou-selected,
  .ou-theme .ou-sections a.is-active,
  .ou-theme .ou-sections a.ou-selected:hover,
  .ou-theme .ou-sections a.is-active:hover {
    border-bottom: 0;
  }
}


/*
-------------------------------------------
	ORANGE
-------------------------------------------
*/

.ou-theme--orange .ou-sections a.ou-selected,
.ou-theme--orange .ou-sections a.is-actived,
.ou-theme--orange .ou-sections a.is-active:hover,
.ou-theme--orange .ou-sections a.ou-selected:hover {
  border-bottom: 2px solid #d34616;
  color: #d34616;
  background-color: transparent;
}

.ou-theme--orange .ou-sections--bar a.ou-selected,
.ou-theme--orange .ou-sections--bar a.is-active,
.ou-theme--orange .ou-sections--bar a.ou-selected:hover,
.ou-theme--orange .ou-sections--bar a.is-active:hover {
  border-top: 2px solid #d34616;
  border-bottom: 1px solid #fff;
  color: #d34616;
  background-color: #fff;
}

.ou-theme--orange .ou-context-nav li strong,
.ou-theme--orange .ou-context-nav li a.ou-selected,
.ou-theme--orange .ou-context-nav li a.ou-selected:hover,
.ou-theme--orange .ou-paged strong,
.ou-theme--orange .ou-paged a.ou-selected,
.ou-theme--orange .ou-paged a.is-active,
.ou-theme--orange .ou-events__date em,
.ou-theme--orange .ou-atoz__filter strong,
.ou-theme--orange .ou-atoz__filter a.ou-selected,
.ou-theme--orange .ou-atoz__filter a.is-active,
.ou-theme--orange .ou-atoz__filter a.ou-selected:hover,
.ou-theme--orange .ou-atoz__filter a.is-active:hover {
  background-color: #d34616;
  color: #fff;
}

.ou-theme--orange .ou-articles--striped .ou-articles__article:nth-child(odd),
.ou-theme--orange .ou-atoz__results li:nth-child(odd),
.ou-theme--orange .ou-table--striped tr:nth-child(even),
.ou-theme--orange .ou-events__nav {
  background-color: #f4d1c5;
  color: #222;
}

.ou-theme--orange .ou-sections--bar {
  background-color: #f4d1c5;
}

.ou-theme--orange .ou-accordion {
  background-color: #f4d1c5;
}

.ou-theme--orange button.ou-accordion:focus,
.ou-theme--orange button.ou-accordion:hover {
	background: #edb5a2;
}

.ou-theme--orange .ou-accordion.ou-accordion--dark {
  background-color: #d34616;
}

.ou-theme--orange button.ou-accordion.ou-accordion--dark:focus,
.ou-theme--orange button.ou-accordion.ou-accordion--dark:hover {
	background: #6a230b;
}

.ou-theme--orange button.ou-accordion.ou-accordion:before{
  color: #d34616;
}
.ou-theme--orange button.ou-accordion.ou-accordion--dark:before{
  color: #fff;
}

/*
.ou-theme--orange .ou-list__blogger {
  background-image: url(icons/social/icon-orange-blog.svg);
}
.ou-theme--orange .ou-list__facebook {
  background-image: url(icons/social/icon-orange-facebook.svg);
}
.ou-theme--orange .ou-list__frickr {
  background-image: url(icons/social/icon-orange-flickr.svg);
}
.ou-theme--orange .ou-list__instagram {
  background-image: url(icons/social/icon-orange-instagram.svg);
}
.ou-theme--orange .ou-list__linkedin {
  background-image: url(icons/social/icon-orange-linkedin.svg);
}
.ou-theme--orange .ou-list__skype {
  background-image: url(icons/social/icon-orange-skype.svg);
}
.ou-theme--orange .ou-list__slideshare {
  background-image: url(icons/social/icon-orange-slideshare.svg);
}
.ou-theme--orange .ou-list__snapchat {
  background-image: url(icons/social/icon-orange-snapchat.svg);
}
.ou-theme--orange .ou-list__tiktok {
  background-image: url(icons/social/icon-orange-tiktok.svg);
}
.ou-theme--orange .ou-list__twitter {
  background-image: url(icons/social/icon-orange-twitter.svg);
}
.ou-theme--orange .ou-list__website {
  background-image: url(icons/social/icon-orange-website.svg);
}
.ou-theme--orange .ou-list__youtube {
  background-image: url(icons/social/icon-orange-youtube.svg);
}
*/
  /*
-------------------------------------------
	Pink
-------------------------------------------
*/

.ou-theme--pink .ou-sections a.ou-selected,
.ou-theme--pink .ou-sections a.ou-selected:hover {
  border-bottom: 2px solid #e21481;
  color: #e21481;
  background-color: transparent;
}

.ou-theme--pink .ou-sections--bar a.ou-selected,
.ou-theme--pink .ou-sections--bar a.ou-selected:hover {
  border-top: 2px solid #e21481;
  border-bottom: 1px solid #fff;
  color: #e21481;
  background-color: #fff;
}

.ou-theme--pink .ou-context-nav li strong,
.ou-theme--pink .ou-context-nav li a.ou-selected,
.ou-theme--pink .ou-context-nav li a.ou-selected:hover,
.ou-theme--pink .ou-paged strong,
.ou-theme--pink .ou-paged a.ou-selected,
.ou-theme--pink .ou-events__date em,
.ou-theme--pink .ou-atoz__filter strong,
.ou-theme--pink .ou-atoz__filter a.ou-selected,
.ou-theme--orange .ou-atoz__filter a.ou-selected:hover {
  background-color: #e21481;
  color: #fff;
}

.ou-theme--pink .ou-articles--striped .ou-articles__article:nth-child(odd),
.ou-theme--pink .ou-atoz__results li:nth-child(odd),
.ou-theme--pink .ou-table--striped tr:nth-child(even),
.ou-theme--pink .ou-events__nav {
  background-color: #f8c4e0;
  color: #222;
}

.ou-theme--pink .ou-sections--bar {
  background-color: #f8c4e0;
}

.ou-theme--pink .ou-accordion {
  background-color: #f8c4e0;
}

.ou-theme--pink button.ou-accordion:focus,
.ou-theme--pink button.ou-accordion:hover {
	background: #f3a1cd;
}

.ou-theme--pink .ou-accordion.ou-accordion--dark {
  background-color: #e21481;
}

.ou-theme--pink button.ou-accordion.ou-accordion--dark:focus,
.ou-theme--pink button.ou-accordion.ou-accordion--dark:hover {
	background: #710a41;
}

.ou-theme--pink button.ou-accordion.ou-accordion:before{
  color: #e21481;
}

.ou-theme--pink button.ou-accordion.ou-accordion--dark:before{
  color: #fff;
}
/*
.ou-theme--pink .ou-list__blogger {
  background-image: url(icons/social/icon-pink-blog.svg);
}
.ou-theme--pink .ou-list__facebook {
  background-image: url(icons/social/icon-pink-facebook.svg);
}
.ou-theme--pink .ou-list__flickr {
  background-image: url(icons/social/icon-pink-flickr.svg);
}
.ou-theme--pink .ou-list__instagram {
  background-image: url(icons/social/icon-pink-instagram.svg);
}
.ou-theme--pink .ou-list__linkedin {
  background-image: url(icons/social/icon-pink-linkedin.svg);
}
.ou-theme--pink .ou-list__skype {
  background-image: url(icons/social/icon-pink-skype.svg);
}
.ou-theme--pink .ou-list__slideshare {
  background-image: url(icons/social/icon-pink-slideshare.svg);
}
.ou-theme--pink .ou-list__snapchat {
  background-image: url(icons/social/icon-pink-snapchat.svg);
}
.ou-theme--pink .ou-list__tiktok {
  background-image: url(icons/social/icon-pink-tiktok.svg);
}
.ou-theme--pink .ou-list__twitter {
  background-image: url(icons/social/icon-pink-twitter.svg);
}
.ou-theme--pink .ou-list__website {
  background-image: url(icons/social/icon-pink-website.svg);
}
.ou-theme--pink .ou-list__youtube {
  background-image: url(icons/social/icon-pink-youtube.svg);
}
*/


  /*
-------------------------------------------
	Turquoise
-------------------------------------------
*/

.ou-theme--turquoise .ou-sections a.ou-selected,
.ou-theme--turquoise .ou-sections a.ou-selected:hover {
  border-bottom: 2px solid #068293;
  color: #068293;
  background-color: transparent;
}

.ou-theme--turquoise .ou-sections--bar a.ou-selected,
.ou-theme--turquoise .ou-sections--bar a.ou-selected:hover {
  border-top: 2px solid #068293;
  border-bottom: 1px solid #fff;
  color: #068293;
  background-color: #fff;
}

.ou-theme--turquoise .ou-context-nav li strong,
.ou-theme--turquoise .ou-context-nav li a.ou-selected,
.ou-theme--turquoise .ou-context-nav li a.ou-selected:hover,
.ou-theme--turquoise .ou-paged strong,
.ou-theme--turquoise .ou-paged a.ou-selected,
.ou-theme--turquoise .ou-events__date em,
.ou-theme--turquoise .ou-atoz__filter strong,
.ou-theme--turquoise .ou-atoz__filter a.ou-selected,
.ou-theme--turquoise .ou-atoz__filter a.ou-selected:hover {
  background-color: #068293;
  color: #fff;
}

.ou-theme--turquoise .ou-articles--striped .ou-articles__article:nth-child(odd),
.ou-theme--turquoise .ou-atoz__results li:nth-child(odd),
.ou-theme--turquoise .ou-table--striped tr:nth-child(even),
.ou-theme--turquoise .ou-events__nav {
  background-color: #eef6f7;
  color: #222;
}

.ou-theme--turquoise .ou-sections--bar {
  background-color: #eef6f7;
}


.ou-theme--turquoise .ou-accordion {
  background-color: #eef6f7;
}

.ou-theme--turquoise button.ou-accordion:focus,
.ou-theme--turquoise button.ou-accordion:hover {
	background: #d0e7ea;
}

.ou-theme--turquoise .ou-accordion.ou-accordion--dark {
  background-color: #068293;
}

.ou-theme--turquoise button.ou-accordion.ou-accordion--dark:focus,
.ou-theme--turquoise button.ou-accordion.ou-accordion--dark:hover {
	background: #03414a;
}
.ou-theme--turquoise button.ou-accordion.ou-accordion:before{
  color: #068293;
}
.ou-theme--turquoise button.ou-accordion.ou-accordion--dark:before{
  color: #fff;
}
/*
.ou-theme--turquoise .ou-list__blogger {
  background-image: url(icons/social/icon-turquoise-blog.svg);
}
.ou-theme--turquoise .ou-list__facebook {
  background-image: url(icons/social/icon-turquoise-facebook.svg);
}
.ou-theme--turquoise .ou-list__flickr {
  background-image: url(icons/social/icon-turquoise-flickr.svg);
}
.ou-theme--turquoise .ou-list__instagram {
  background-image: url(icons/social/icon-turquoise-instagram.svg);
}
.ou-theme--turquoise .ou-list__linkedin {
  background-image: url(icons/social/icon-turquoise-linkedin.svg);
}
.ou-theme--turquoise .ou-list__skype {
  background-image: url(icons/social/icon-turquoise-skype.svg);
}
.ou-theme--turquoise .ou-list__slideshare {
  background-image: url(icons/social/icon-turquoise-slideshare.svg);
}
.ou-theme--turquoise .ou-list__snapchat {
  background-image: url(icons/social/icon-turquoise-snapchat.svg);
}
.ou-theme--turquoise .ou-list__tiktok {
  background-image: url(icons/social/icon-turquoise-tiktok.svg);
}
.ou-theme--turquoise .ou-list__twitter {
  background-image: url(icons/social/icon-turquoise-twitter.svg);
}
.ou-theme--turquoise .ou-list__website {
  background-image: url(icons/social/icon-turquoise-website.svg);
}
.ou-theme--turquoise .ou-list__youtube {
  background-image: url(icons/social/icon-turquoise-youtube.svg);
}
*/

/*
-------------------------------------------
	Violet
-------------------------------------------
*/

.ou-theme--violet .ou-sections a.ou-selected,
.ou-theme--violet .ou-sections a.ou-selected:hover {
  border-bottom: 2px solid #7D55C7;
  color: #7D55C7;
  background-color: transparent;
}

.ou-theme--violet .ou-sections--bar a.ou-selected,
.ou-theme--violet .ou-sections--bar a.ou-selected:hover {
  border-top: 2px solid #7D55C7;
  border-bottom: 1px solid #fff;
  color: #7D55C7;
  background-color: #fff;
}

.ou-theme--violet .ou-context-nav li strong,
.ou-theme--violet .ou-context-nav li a.ou-selected,
.ou-theme--violet .ou-context-nav li a.ou-selected:hover,
.ou-theme--violet .ou-paged strong,
.ou-theme--violet .ou-paged a.ou-selected,
.ou-theme--violet .ou-events__date em,
.ou-theme--violet .ou-atoz__filter strong,
.ou-theme--violet .ou-atoz__filter a.ou-selected,
.ou-theme--violet .ou-atoz__filter a.ou-selected:hover {
  background-color: #7D55C7;
  color: #fff;
}

.ou-theme--violet .ou-articles--striped .ou-articles__article:nth-child(odd),
.ou-theme--violet .ou-atoz__results li:nth-child(odd),
.ou-theme--violet .ou-table--striped tr:nth-child(even),
.ou-theme--violet .ou-events__nav {
  background-color: #eee9f2;
  color: #222;
}

.ou-theme--violet .ou-sections--bar {
  background-color: #e5dfec;
}


.ou-theme--violet .ou-accordion {
  background-color: #eee9f2;
}

.ou-theme--violet button.ou-accordion:focus,
.ou-theme--violet button.ou-accordion:hover {
	background: #e5dfec;
}

.ou-theme--violet .ou-accordion.ou-accordion--dark {
  background-color: #7D55C7;
}

.ou-theme--violet button.ou-accordion.ou-accordion--dark:focus,
.ou-theme--violet button.ou-accordion.ou-accordion--dark:hover {
	background: #402c66;
}
.ou-theme--violet button.ou-accordion.ou-accordion:before{
color: #7D55C7;
}
.ou-theme--violet button.ou-accordion.ou-accordion--dark:before{
	color: #fff;
}
/*
.ou-theme--violet .ou-list__blogger {
  background-image: url(icons/social/icon-violet-blog.svg);
}
.ou-theme--violet .ou-list__facebook {
  background-image: url(icons/social/icon-violet-facebook.svg);
}
.ou-theme--violet .ou-list__flickr {
  background-image: url(icons/social/icon-violet-flickr.svg);
}
.ou-theme--violet .ou-list__instagram {
  background-image: url(icons/social/icon-violet-instagram.svg);
}
.ou-theme--violet .ou-list__linkedin {
  background-image: url(icons/social/icon-violet-linkedin.svg);
}
.ou-theme--violet .ou-list__skype {
  background-image: url(icons/social/icon-violet-skype.svg);
}
.ou-theme--violet .ou-list__slideshare {
  background-image: url(icons/social/icon-violet-slideshare.svg);
}
.ou-theme--violet .ou-list__snapchat {
  background-image: url(icons/social/icon-violet-snapchat.svg);
}
.ou-theme--violet .ou-list__tiktok {
  background-image: url(icons/social/icon-violet-tiktok.svg);
}
.ou-theme--violet .ou-list__twitter {
  background-image: url(icons/social/icon-violet-twitter.svg);
}
.ou-theme--violet .ou-list__website {
  background-image: url(icons/social/icon-violet-website.svg);
}
.ou-theme--violet .ou-list__youtube {
  background-image: url(icons/social/icon-violet-youtube.svg);
}
*/
 /* end media query */
