@import url(http://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700);
/* Import our theme variables. */
/*!
 * Less Long Shadow v1.0
 *
 * Open sourced under MIT license by @zensimilia.
 */
/**
LESS CSS mixins for a golden ratio typography rhythm based on Chris Pearson formulas http://www.pearsonified.com/2011/12/golden-ratio-typography.php
		
**/
/** required: value in pixel with no units ***/
/**
http://meyerweb.com/eric/thoughts/2006/02/08/unitless-line-heights/
**/
/**
The bottom margins of p, ul, ol, blockquote, pre, and other block-level elements should be 
equal to the line height of your primary text.

For sub-headlines (usually h2 and h3), 
I recommend a top margin of 1.5 × the line height of the primary text, 
and a bottom margin of 0.5 × the line height of the primary text.
**/
.reset-container {
  width: 100%;
  left: 0;
  margin: 0 auto;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
  margin-right: 19px;
}
.right {
  float: right;
  margin-left: 19px;
}
/* --- container --- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  /* zoom: 1; */
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 768px) {
  .boxed-wrapper {
    width: 808px;
  }
}
@media (min-width: 992px) {
  .boxed-wrapper {
    width: 1028px;
  }
}
@media (min-width: 1200px) {
  .boxed-wrapper {
    width: 1228px;
  }
}
.absolute-container {
  position: absolute !important;
  left: 50%;
  top: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .absolute-container {
    margin-left: -375px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .absolute-container {
    margin-left: -485px;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .absolute-container {
    margin-left: -585px;
    width: 1170px;
  }
}
.row.no-gap,
.ccm-custom-style-container.no-gap .row {
  margin: 0;
}
.row.no-gap > [class*='col-'],
.ccm-custom-style-container.no-gap .row > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.vertical-align {
  position: absolute;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
body {
  background-color: #f5f5f5;
  background-attachment: fixed;
  background-image: '/packages/theme_anitya/themes/anitya/css/';
}
/* -- Boxed container (.ccm-page) -- */
.boxed-wrapper {
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(31, 34, 34, 0.2);
  margin: 0 auto;
}
.boxed-wrapper #sub-header-1.area-space-s {
  padding: 0;
}
/* -- Wrapper -- */
.an {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.full-wrapped {
  background-color: #fafafa;
  background-clip: content-box;
}
@media screen and (max-width: 720px) {
  height: auto;
  
  nav {
    height: auto;
    width: auto;
    display: block;
    text-align: center;
  }
}
.edit-mode .small-display-nav-bar {
  margin-top: 49px;
}
.intro {
  width: 100%;
  background-size: auto;
  background-position: 50% 50%;
  background-color: #302e2d;
  position: relative;
  overflow: hidden;
  z-index: 0;
  min-height: 300px;
}
.intro #video_header_bg {
  margin: auto;
  height: 100%;
}
.intro .gotobottom {
  position: absolute;
  display: none;
  bottom: 80px;
  width: 100%;
  font-size: 60px;
  text-shadow: 0 0 12px rgba(31, 34, 34, 0.5);
  color: #ffffff;
  text-align: center;
  z-index: 10;
}
.edit-mode .intro {
  overflow: visible;
  position: static;
}
#intro-content {
  position: absolute;
  left: 50%;
  top: 45%;
  z-index: 5;
}
#sub-header-1 {
  background-color: #ffffff;
}
#sub-header-1 h1,
#sub-header-1 h2,
#sub-header-1 h3 {
  margin: 0;
  padding: 0;
}
#sub-header-1 > hr,
#sub-header-1 hr:last-of-type {
  background: none;
  height: 19px;
  margin: 0 !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  /* zoom: 1; */
}
#footer-bottom nav li + li,
#footer-bottom .nav li + li {
  border-top: 1px solid #43494b;
}
#sb-header {
  padding-top: 19px;
  background-color: #fafafa;
}
#sb-header hr {
  background-color: #f5f5f5;
}
.sidebar-wrapped {
  padding: 19px;
}
#main-lead {
  background-color: #ffffff;
  padding: 15px;
  margin-top: 15px;
}
#footer-top {
  padding: 30px 0;
  background-color: #f24b4b;
}
#footer-bottom {
  padding: 60px 0;
  background-color: #4f5659;
}
#footer-top p,
#footer-top li,
#footer-top span,
#footer-top :not(.void) {
  color: #ffffff;
}
#footer-bottom p,
#footer-bottom li,
#footer-bottom span,
#footer-bottom :not(.void) {
  color: #ffffff;
}
.masonry-wrapper {
  margin-left: -15px;
}
.masonry-wrapper.with-gap .masonry-item {
  margin-bottom: 30px;
}
.masonry-wrapper.with-gap .info {
  left: 15px;
  right: 15px;
}
.masonry-wrapper .vertical-align {
  left: 19px;
  right: 19px;
}
ul.filter-set {
  margin-bottom: 19px;
}
ul.filter-set li {
  margin: 0 0.9rem 0.9rem 0;
}
ul.filter-set li.search-filter-wrapper {
  float: right;
}
ul.filter-set li.search-filter-wrapper input {
  font-weight: 300;
}
.box,
.box-arrow {
  position: relative;
  display: inline-block;
  background-color: #1f2222;
  padding: 20px 30px;
  margin-right: 5px;
  margin-bottom: 1.2rem;
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: top;
  box-shadow: inset 0 0 0 4px rgba(0, 0, 0, 0), 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
}
#sub-header-2 .box,
#sub-header-2 .box-arrow {
  margin-bottom: 0;
}
.box.primary,
.box-arrow.primary {
  background-color: #f24b4b;
  color: #ffffff;
}
.box.primary:after,
.box-arrow.primary:after {
  border-color: #f24b4b transparent transparent transparent;
}
a.box.primary:hover,
a.box-arrow.primary:hover {
  box-shadow: inset 0 0 0 4px #ef1b1b, 0 0 1px rgba(0, 0, 0, 0);
}
a.box.primary:hover:after,
a.box-arrow.primary:hover:after {
  border-color: #ef1b1b transparent transparent transparent;
}
.box.primary.active,
.box-arrow.primary.active {
  background-color: #ef1b1b;
}
.box.primary.active:after,
.box-arrow.primary.active:after {
  border-color: #ef1b1b transparent transparent transparent;
}
.box.primary.framed,
.box-arrow.primary.framed {
  box-shadow: inset 0 0 0 5px #f24b4b, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #f24b4b;
}
a.box.primary.framed:hover,
a.box-arrow.primary.framed:hover {
  box-shadow: inset 0 0 0 5px #ef1b1b, 0 0 1px rgba(0, 0, 0, 0);
}
.box.primary-inverse,
.box-arrow.primary-inverse {
  background-color: #ffffff;
  color: #f24b4b;
}
.box.primary-inverse:after,
.box-arrow.primary-inverse:after {
  border-color: #ffffff transparent transparent transparent;
}
a.box.primary-inverse:hover,
a.box-arrow.primary-inverse:hover {
  box-shadow: inset 0 0 0 4px #e6e6e6, 0 0 1px rgba(0, 0, 0, 0);
}
a.box.primary-inverse:hover:after,
a.box-arrow.primary-inverse:hover:after {
  border-color: #e6e6e6 transparent transparent transparent;
}
.box.primary-inverse.active,
.box-arrow.primary-inverse.active {
  background-color: #e6e6e6;
}
.box.primary-inverse.active:after,
.box-arrow.primary-inverse.active:after {
  border-color: #e6e6e6 transparent transparent transparent;
}
.box.secondary,
.box-arrow.secondary {
  background-color: #457b9d;
  color: #ffffff;
}
.box.secondary:after,
.box-arrow.secondary:after {
  border-color: #457b9d transparent transparent transparent;
}
a.box.secondary:hover,
a.box-arrow.secondary:hover {
  box-shadow: inset 0 0 0 4px #355f7a, 0 0 1px rgba(0, 0, 0, 0);
}
a.box.secondary:hover:after,
a.box-arrow.secondary:hover:after {
  border-color: #355f7a transparent transparent transparent;
}
.box.secondary.active,
.box-arrow.secondary.active {
  background-color: #355f7a;
}
.box.secondary.active:after,
.box-arrow.secondary.active:after {
  border-color: #355f7a transparent transparent transparent;
}
.box.secondary.framed,
.box-arrow.secondary.framed {
  box-shadow: inset 0 0 0 5px #457b9d, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #457b9d;
}
a.box.secondary.framed:hover,
a.box-arrow.secondary.framed:hover {
  box-shadow: inset 0 0 0 5px #355f7a, 0 0 1px rgba(0, 0, 0, 0);
}
.box.tertiary,
.box-arrow.tertiary {
  background-color: #f7f2ef;
  color: #1f2222;
}
.box.tertiary:after,
.box-arrow.tertiary:after {
  border-color: #f7f2ef transparent transparent transparent;
}
a.box.tertiary:hover,
a.box-arrow.tertiary:hover {
  box-shadow: inset 0 0 0 4px #e6d6cd, 0 0 1px rgba(0, 0, 0, 0);
}
a.box.tertiary:hover:after,
a.box-arrow.tertiary:hover:after {
  border-color: #e6d6cd transparent transparent transparent;
}
.box.tertiary.active,
.box-arrow.tertiary.active {
  background-color: #e6d6cd;
}
.box.tertiary.active:after,
.box-arrow.tertiary.active:after {
  border-color: #e6d6cd transparent transparent transparent;
}
.box.tertiary.framed,
.box-arrow.tertiary.framed {
  box-shadow: inset 0 0 0 5px #f7f2ef, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #f7f2ef;
}
a.box.tertiary.framed:hover,
a.box-arrow.tertiary.framed:hover {
  box-shadow: inset 0 0 0 5px #e6d6cd, 0 0 1px rgba(0, 0, 0, 0);
}
.box.quaternary,
.box-arrow.quaternary {
  background-color: #4f5659;
  color: #ffffff;
}
.box.quaternary:after,
.box-arrow.quaternary:after {
  border-color: #4f5659 transparent transparent transparent;
}
a.box.quaternary:hover,
a.box-arrow.quaternary:hover {
  box-shadow: inset 0 0 0 4px #373c3e, 0 0 1px rgba(0, 0, 0, 0);
}
a.box.quaternary:hover:after,
a.box-arrow.quaternary:hover:after {
  border-color: #373c3e transparent transparent transparent;
}
.box.quaternary.active,
.box-arrow.quaternary.active {
  background-color: #373c3e;
}
.box.quaternary.active:after,
.box-arrow.quaternary.active:after {
  border-color: #373c3e transparent transparent transparent;
}
.box.quaternary.framed,
.box-arrow.quaternary.framed {
  box-shadow: inset 0 0 0 5px #4f5659, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #4f5659;
}
a.box.quaternary.framed:hover,
a.box-arrow.quaternary.framed:hover {
  box-shadow: inset 0 0 0 5px #373c3e, 0 0 1px rgba(0, 0, 0, 0);
}
.box.white,
.box-arrow.white {
  background-color: #ffffff;
  color: #1f2222;
}
.box.white:after,
.box-arrow.white:after {
  border-color: #ffffff transparent transparent transparent;
}
a.box.white:hover,
a.box-arrow.white:hover {
  box-shadow: inset 0 0 0 4px #e6e6e6, 0 0 1px rgba(0, 0, 0, 0);
}
a.box.white:hover:after,
a.box-arrow.white:hover:after {
  border-color: #e6e6e6 transparent transparent transparent;
}
.box.white.active,
.box-arrow.white.active {
  background-color: #e6e6e6;
}
.box.white.active:after,
.box-arrow.white.active:after {
  border-color: #e6e6e6 transparent transparent transparent;
}
.box.white.framed,
.box-arrow.white.framed {
  box-shadow: inset 0 0 0 5px #ffffff, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #ffffff;
}
a.box.white.framed:hover,
a.box-arrow.white.framed:hover {
  box-shadow: inset 0 0 0 5px #e6e6e6, 0 0 1px rgba(0, 0, 0, 0);
}
.box.light,
.box-arrow.light {
  background-color: #f0f0f0;
  color: #1f2222;
}
.box.light:after,
.box-arrow.light:after {
  border-color: #f0f0f0 transparent transparent transparent;
}
a.box.light:hover,
a.box-arrow.light:hover {
  box-shadow: inset 0 0 0 4px #d6d6d6, 0 0 1px rgba(0, 0, 0, 0);
}
a.box.light:hover:after,
a.box-arrow.light:hover:after {
  border-color: #d6d6d6 transparent transparent transparent;
}
.box.light.active,
.box-arrow.light.active {
  background-color: #d6d6d6;
}
.box.light.active:after,
.box-arrow.light.active:after {
  border-color: #d6d6d6 transparent transparent transparent;
}
.box.light.framed,
.box-arrow.light.framed {
  box-shadow: inset 0 0 0 5px #f0f0f0, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #f0f0f0;
}
a.box.light.framed:hover,
a.box-arrow.light.framed:hover {
  box-shadow: inset 0 0 0 5px #d6d6d6, 0 0 1px rgba(0, 0, 0, 0);
}
.box.block,
.box-arrow.block {
  width: 100%;
  text-align: center;
}
.box.small,
.box-arrow.small {
  padding: 10px 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: lowercase;
}
.box.small:after,
.box-arrow.small:after {
  border-width: 7px 7px 0 7px;
  margin-left: -7px;
  bottom: -7px;
}
.box.big,
.box-arrow.big {
  padding: 30px 40px;
  font-size: 22px;
  font-weight: bold;
}
.box.big:after,
.box-arrow.big:after {
  border-width: 15px 15px 0 15px;
  margin-left: -15px;
  bottom: -15px;
}
.box-arrow:after {
  content: '';
  position: absolute;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  border-color: #1f2222 transparent transparent transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
a.box-arrow:hover {
  box-shadow: inset 0 0 0 4px #818c8c, 0 0 1px rgba(0, 0, 0, 0);
}
a.box-arrow:hover:after {
  border-color: #818c8c transparent transparent transparent;
}
.box-arrow.framed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 5px #1f2222, 0 0 1px rgba(0, 0, 0, 0);
  background-color: transparent;
  color: #1f2222;
}
a.box-arrow.framed:hover {
  box-shadow: inset 0 0 0 5px #070707, 0 0 1px rgba(0, 0, 0, 0);
}
.label,
.ribbon,
.ribbon:after {
  -webkit-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
  transition: background 0.1s linear;
}
.label {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  padding: 0.5em 0.8em;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.65);
  color: #e8e8e8;
}
.label a {
  color: #e8e8e8;
}
.label:hover {
  background-color: rgba(26, 26, 26, 0.65);
}
.label.primary {
  background-color: #f24b4b;
  color: #ffffff;
}
.label.primary a {
  color: #ffffff;
}
.label.primary:hover {
  background-color: #f57b7b;
}
.label.secondary {
  background-color: #457b9d;
  color: #ffffff;
}
.label.secondary a {
  color: #ffffff;
}
.label.secondary:hover {
  background-color: #5d95b8;
}
.label.tertiary {
  background-color: #f7f2ef;
  color: #1f2222;
}
.label.tertiary a {
  color: #1f2222;
}
.label.tertiary:hover {
  background-color: #ffffff;
}
.label.quaternary {
  background-color: #4f5659;
  color: #ffffff;
}
.label.quaternary a {
  color: #ffffff;
}
.label.quaternary:hover {
  background-color: #677074;
}
.ribbon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #E8E8E8;
  padding: .5em .8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 19px 0 -19px;
  padding-left: 49px;
  border-radius: 0 4px 4px 0;
}
.ribbon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: transparent #cfcfcf transparent transparent;
}
.ribbon.primary {
  background-color: #f24b4b;
  color: #ffffff;
}
.ribbon.primary a {
  color: #ffffff;
}
.ribbon.primary:hover {
  background-color: #f46363;
}
.ribbon.primary:hover:after {
  border-color: transparent #f03333 transparent transparent;
}
.ribbon.primary:after {
  border-color: transparent #ef1b1b transparent transparent;
}
.ribbon.secondary {
  background-color: #457b9d;
  color: #ffffff;
}
.ribbon.secondary a {
  color: #ffffff;
}
.ribbon.secondary:hover {
  background-color: #4d89af;
}
.ribbon.secondary:hover:after {
  border-color: transparent #3d6d8b transparent transparent;
}
.ribbon.secondary:after {
  border-color: transparent #355f7a transparent transparent;
}
.ribbon.tertiary {
  background-color: #f7f2ef;
  color: #1f2222;
}
.ribbon.tertiary a {
  color: #1f2222;
}
.ribbon.tertiary:hover {
  background-color: #ffffff;
}
.ribbon.tertiary:hover:after {
  border-color: transparent #efe4de transparent transparent;
}
.ribbon.tertiary:after {
  border-color: transparent #e6d6cd transparent transparent;
}
.ribbon.quaternary {
  background-color: #4f5659;
  color: #ffffff;
}
.ribbon.quaternary a {
  color: #ffffff;
}
.ribbon.quaternary:hover {
  background-color: #5b6367;
}
.ribbon.quaternary:hover:after {
  border-color: transparent #43494b transparent transparent;
}
.ribbon.quaternary:after {
  border-color: transparent #373c3e transparent transparent;
}
nav.main-nav {
  position: static;
}
nav.main-nav .ccm-custom-style-container {
  position: static;
}
.top-bar {
  position: fixed;
  z-index: 100;
  top: 20px;
  left: 50%;
  height: 90px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.ccm-toolbar-visible .top-bar {
  top: 55px;
}
.edit-mode .top-bar {
  position: relative;
  top: 0;
}
.top-bar .img-background {
  height: 90px;
}
.top-bar.fixedtop {
  width: 100%;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  padding: 0;
  height: 60px;
}
.edit-bar .top-bar.fixedtop {
  top: 48px;
}
.top-bar.fixedtop .logo img {
  max-height: 60px;
}
.top-bar.fixedtop .img-background {
  height: 60px;
}
.top-bar.fixedtop .dropdown-menu {
  top: 57px;
}
.top-bar.fixedtop .logo .svg-primary {
  margin-top: 5px;
}
.top-bar.fixedtop .logo .svg-primary svg {
  width: 80px;
}
.top-bar.fixedtop.navbar-hidden {
  top: -60px;
}
.top-bar .logo {
  float: left;
  -webkit-transition: margin 0.4s;
  -o-transition: margin 0.4s;
  transition: margin 0.4s;
}
.top-bar .logo img,
.top-bar .logo #responsive_logo img {
  display: block;
  max-height: 90px;
}
.top-bar .search-container {
  margin-top: 27.5px;
  width: 80px;
}
.top-bar .search-container.active,
.top-bar .search-container:hover {
  box-shadow: none;
}
.top-bar .search-box {
  transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
  width: 35px;
  height: 35px;
  border-radius: 17.5px;
  border: none;
  cursor: pointer;
  background: rgba(31, 34, 34, 0.05);
  display: inline-block;
}
.top-bar .search-box + label {
  display: inline-block;
  position: absolute;
}
.top-bar .search-box + label .search-icon {
  color: #1f2222;
}
.top-bar .search-box:hover {
  color: #ffffff;
  background: rgba(31, 34, 34, 0.1);
  box-shadow: 0 0 0 5px rgba(31, 34, 34, 0.15);
}
.top-bar .search-box:hover + label .search-icon {
  color: #f24b4b;
}
.top-bar .search-box:focus {
  transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
  border: none;
  outline: none;
  box-shadow: none;
  padding-left: 1.2rem;
  cursor: text;
  width: 79px;
  border-radius: auto;
  background: rgba(31, 34, 34, 0.1);
  color: black;
}
.top-bar .search-box:focus + label {
  display: none;
}
.top-bar .search-box:not(:focus) {
  text-indent: -5000px;
}
.top-bar #search-submit {
  position: relative;
  left: -5000px;
  display: inline-block;
}
.top-bar .search-icon {
  position: relative;
  left: -27px;
  top: -2px;
  color: white;
  cursor: pointer;
}
.regular-top-nav {
  height: 90px;
}
.regular-top-nav > ul {
  height: 90px;
  text-align: right;
  padding: 0;
  margin: 0;
  list-style: none;
}
.edit-mode .regular-top-nav > ul {
  z-index: 1;
}
.regular-top-nav > ul > li {
  text-align: left;
  display: inline-block;
}
.regular-top-nav > ul > li.active > a,
.regular-top-nav > ul > li:hover > a {
  box-shadow: 0 -2px 0 #f24b4b;
  color: #f24b4b;
}
.regular-top-nav > ul > li:last-child > ul ul {
  right: 100% !important;
}
.regular-top-nav > ul > li > a {
  display: block;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1f2222;
  line-height: 86px;
  -webkit-transition: box-shadow 0.1s;
  -o-transition: box-shadow 0.1s;
  transition: box-shadow 0.1s;
}
.regular-top-nav > ul > li > a:last-child {
  padding-right: 0;
}
.fixedtop .regular-top-nav > ul > li > a {
  line-height: 60px;
}
/* -- Dropdown -- */
.mgm-drop > ul,
.multicolumn-pane {
  top: 88px !important;
  padding: 0;
  background-color: #ffffff;
  border: 1px solid #f7f7f7;
  border-top: none;
}
.mgm-drop > ul li,
.multicolumn-pane li {
  border-bottom: 1px solid #ffffff;
  padding: 0.9rem 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mgm-drop > ul li:last-child,
.multicolumn-pane li:last-child {
  border: none;
}
.mgm-drop > ul li:hover,
.multicolumn-pane li:hover,
.mgm-drop > ul li.active,
.multicolumn-pane li.active {
  background-color: rgba(31, 34, 34, 0.05);
}
.mgm-drop > ul li a,
.multicolumn-pane li a {
  padding: 0 0.9rem 0 35px;
  line-height: 1.9rem;
  color: #1f2222;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.mgm-drop > ul li a:hover,
.multicolumn-pane li a:hover {
  color: #1a1d1d;
}
.mgm-drop > ul li a i,
.multicolumn-pane li a i {
  width: 14px;
  margin-left: -22px;
  margin-right: 5px;
  color: rgba(31, 34, 34, 0.5);
}
.mgm-drop > ul ul,
.multicolumn-pane ul {
  top: 0 !important;
}
/* -- Mega menu -- */
.mega-menu .stack-pane {
  top: 90px;
  padding: 49px;
  background-color: #ffffff;
  background-image: none;
}
.mega-menu .stack-pane img {
  max-width: 100%;
}
.mega-menu .stack-pane [class*='col-'] {
  border-left: 1px solid #f0f0f0;
}
.mega-menu .stack-pane [class*='col-']:first-child {
  border: none;
}
.mega-menu .stack-pane h5 {
  margin: 1.2rem 0;
}
.fixedtop .mega-menu .stack-pane,
.fixedtop .mgm-drop > ul,
.fixedtop .multicolumn-pane {
  top: 60px !important;
}
.mega-menu > li.mgm-drop:last-child div,
.mega-menu > li.mgm-drop:last-child ul {
  right: -15px;
  left: auto;
}
li.mgm-multi-c-title {
  padding: 0.9rem 0 !important;
  margin-bottom: 0.9rem;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(31, 34, 34, 0.05) !important;
}
li.mgm-multi-c-title:hover,
li.mgm-multi-c-title.active {
  background: rgba(31, 34, 34, 0.05);
}
li.mgm-multi-c-title a {
  text-transform: uppercase;
}
.horizontal-boxes {
  text-align: center;
}
/* --- Breadcrumb ---*/
.rcrumbs {
  white-space: nowrap;
  text-align: left;
  padding-right: 10px;
}
.rcrumbs > ul {
  padding: 0;
  margin: 0 0;
  list-style: none;
}
.rcrumbs > ul > li {
  overflow: hidden;
  display: none;
  line-height: 19px;
}
.rcrumbs > ul > li.show {
  display: inline-block !important;
  color: #9ca4a4;
}
.rcrumbs > ul > li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.rcrumbs span {
  text-transform: uppercase;
  font-size: 13px;
}
.rcrumbs a {
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  color: #f24b4b;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.rcrumbs a i {
  margin: 0 0.9rem;
  color: #9ca4a4;
}
.rcrumbs a:hover {
  padding: 0 5px;
}
h1 + .ccm-block-custom-template-anitya-breadcrumb,
h2 .ccm-block-custom-template-anitya-breadcrumb,
h3 .ccm-block-custom-template-anitya-breadcrumb {
  margin-top: 19px;
}
.slick-dots li button:before,
.slick-prev:before,
.slick-next:before {
  color: #1f2222;
}
.edit-mode .small-display-nav-bar {
  padding-top: 49px;
}
.small-display-nav-bar .img-background {
  height: 60px;
}
.small-display-nav-bar-inner {
  display: none;
  z-index: 1000;
  position: fixed;
  min-height: 60px;
  width: 100%;
  top: 0px;
  background-color: #f24b4b;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}
.edit-mode .small-display-nav-bar-inner {
  display: block;
  position: relative;
  z-index: auto;
}
.ccm-toolbar-visible .small-display-nav-bar-inner {
  top: 48px;
}
.edit-mode .small-display-nav-bar-inner {
  top: 0;
}
.small-display-nav-bar-inner.navbar-hidden {
  top: -60px;
}
.small-display-nav-bar-inner span.nav-logo {
  display: inline-block;
  height: 60px;
  min-width: 30%;
  overflow: hidden;
  margin-right: 19px;
}
.small-display-nav-bar-inner span.nav-logo img {
  display: inline-block;
  max-height: 60px;
}
.small-display-nav-bar-inner .searchbox {
  position: absolute;
  right: 110px;
  top: 30px;
}
.small-display-nav-bar-inner .searchbox input {
  width: 90px;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
}
.small-display-nav-bar-inner .searchbox input:focus {
  background-color: #ffffff;
}
#mmenu {
  top: 60px;
  font-size: 14px;
}
.ccm-toolbar-visible #mmenu {
  top: 109px;
}
#mmenu:not( .mm-menu ) {
  display: none;
}
.mm-menu li .fa {
  margin: 0 20px 0 5px;
  font-size: 16px;
  width: 12px;
}
.breadcrumb {
  padding: 0.9rem 19px;
  margin-bottom: 26px;
  list-style: none;
  background-color: #ffffff;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #1f2222;
}
.breadcrumb > .active {
  color: #5b7d73;
}
hr.dashed {
  margin: 30px auto;
  border: 0;
  border-bottom: 1px dashed rgba(31, 34, 34, 0.5);
  background: rgba(31, 34, 34, 0.9);
}
hr {
  position: relative;
  border: 0;
  height: 1px;
  margin: 39.4px auto 39.5px auto;
  background-color: #9ca4a4;
  clear: both;
}
hr.primary {
  background: #f24b4b;
}
hr.secondary {
  background: #457b9d;
}
hr.tertiary {
  background: #f7f2ef;
}
hr.quaternary {
  background: #4f5659;
}
.primary hr {
  background: #ffffff;
}
.secondary hr {
  background: #ffffff;
}
.tertiary hr {
  background: #1f2222;
}
.quaternary hr {
  background: #ffffff;
}
hr.thin,
.thin hr {
  background: #efe4de;
  height: 1px;
}
hr.dotted,
.dotted hr {
  border-bottom-style: dotted;
}
hr.space-s,
hr.space-m,
hr.space-l,
hr.space-xl,
.space-s hr,
.space-m hr,
.space-l hr,
.space-xl hr {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
hr.space-s:after,
hr.space-m:after,
hr.space-l:after,
hr.space-xl:after,
.space-s hr:after,
.space-m hr:after,
.space-l hr:after,
.space-xl hr:after {
  display: none;
}
hr.space-s,
.space-s hr {
  height: 19px !important;
}
hr.space-m,
.space-m hr {
  height: 49px !important;
}
hr.space-l,
.space-l hr {
  height: 79px !important;
}
hr.space-xl,
.space-xl hr {
  height: 90px !important;
}
.hr-bold {
  padding-bottom: 25px;
  margin-bottom: 24px;
  border-bottom: 5px solid #4f5659;
}
#horizontalrule {
  height: 1px;
  margin: 19.75px auto 18.75px auto;
}
h1 + hr,
h2 + hr,
h3 + hr,
h4 + hr,
h5 + hr,
h6 + hr {
  margin-top: 0 !important;
  height: 1px;
}
.anitya-accordion dl {
  margin: 0;
}
.anitya-accordion .title {
  margin-left: 0;
}
.anitya-accordion .title a {
  display: block;
  padding: 15px;
  padding-right: 30px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  font-weight: 300;
}
.anitya-accordion .title a i.switch {
  float: right;
  position: relative;
  left: -8px;
  opacity: .3;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.anitya-accordion .title.active i.switch {
  opacity: .9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.anitya-accordion .content {
  overflow: hidden;
  margin: 0;
}
.anitya-accordion .content .content-inner {
  padding: 19px;
}
.anitya-accordion .content.active {
  display: block;
}
.anitya-accordion .content .page-list-accordion-thumbnail {
  width: 20%;
  float: left;
  margin-right: 19px;
}
.anitya-accordion .content .page-list-accordion-thumbnail img {
  max-width: 100%;
  height: auto;
}
.anitya-accordion .title a {
  color: #5b7d73;
  background-color: #ffffff;
}
.anitya-accordion .title a:hover {
  background-color: #f2f2f2;
}
.anitya-accordion .title a i {
  color: rgba(91, 125, 115, 0.3);
}
.anitya-accordion .title.active i {
  color: #5b7d73;
}
.anitya-accordion .content .content-inner {
  background-color: #f0f0f0;
}
.anitya-accordion .content .content-inner p,
.anitya-accordion .content .content-inner li,
.anitya-accordion .content .content-inner span {
  color: #1f2222 !important;
}
.element-primary .anitya-accordion .title a {
  color: #ffffff;
  background-color: #f24b4b;
}
.element-primary .anitya-accordion .title a:hover {
  background-color: #f03333;
}
.element-primary .anitya-accordion .title a i {
  color: rgba(255, 255, 255, 0.3);
}
.element-primary .anitya-accordion .title.active i {
  color: #ffffff;
}
.element-primary .anitya-accordion .content .content-inner {
  background-color: #f0f0f0;
}
.element-primary .anitya-accordion .content .content-inner p,
.element-primary .anitya-accordion .content .content-inner li,
.element-primary .anitya-accordion .content .content-inner span {
  color: #1f2222 !important;
}
.element-secondary .anitya-accordion .title a {
  color: #ffffff;
  background-color: #457b9d;
}
.element-secondary .anitya-accordion .title a:hover {
  background-color: #3d6d8b;
}
.element-secondary .anitya-accordion .title a i {
  color: rgba(255, 255, 255, 0.3);
}
.element-secondary .anitya-accordion .title.active i {
  color: #ffffff;
}
.element-secondary .anitya-accordion .content .content-inner {
  background-color: #f0f0f0;
}
.element-secondary .anitya-accordion .content .content-inner p,
.element-secondary .anitya-accordion .content .content-inner li,
.element-secondary .anitya-accordion .content .content-inner span {
  color: #1f2222 !important;
}
.element-tertiary .anitya-accordion .title a {
  color: #1f2222;
  background-color: #f7f2ef;
}
.element-tertiary .anitya-accordion .title a:hover {
  background-color: #efe4de;
}
.element-tertiary .anitya-accordion .title a i {
  color: rgba(31, 34, 34, 0.3);
}
.element-tertiary .anitya-accordion .title.active i {
  color: #1f2222;
}
.element-tertiary .anitya-accordion .content .content-inner {
  background-color: #f0f0f0;
}
.element-tertiary .anitya-accordion .content .content-inner p,
.element-tertiary .anitya-accordion .content .content-inner li,
.element-tertiary .anitya-accordion .content .content-inner span {
  color: #1f2222 !important;
}
.element-quaternary .anitya-accordion .title a {
  color: #ffffff;
  background-color: #4f5659;
}
.element-quaternary .anitya-accordion .title a:hover {
  background-color: #43494b;
}
.element-quaternary .anitya-accordion .title a i {
  color: rgba(255, 255, 255, 0.3);
}
.element-quaternary .anitya-accordion .title.active i {
  color: #ffffff;
}
.element-quaternary .anitya-accordion .content .content-inner {
  background-color: #f0f0f0;
}
.element-quaternary .anitya-accordion .content .content-inner p,
.element-quaternary .anitya-accordion .content .content-inner li,
.element-quaternary .anitya-accordion .content .content-inner span {
  color: #1f2222 !important;
}
.element-light .anitya-accordion .title a {
  color: #1f2222;
  background-color: #f0f0f0;
}
.element-light .anitya-accordion .title a:hover {
  background-color: #e3e3e3;
}
.element-light .anitya-accordion .title a i {
  color: rgba(31, 34, 34, 0.3);
}
.element-light .anitya-accordion .title.active i {
  color: #1f2222;
}
.element-light .anitya-accordion .content .content-inner {
  background-color: #ffffff;
}
.element-light .anitya-accordion .content .content-inner p,
.element-light .anitya-accordion .content .content-inner li,
.element-light .anitya-accordion .content .content-inner span {
  color: #1f2222 !important;
}
.anitya-accordion .ui-accordion-header {
  border: 0;
  margin: 0;
  padding: 0 49px;
  border-radius: 0;
  outline: none;
  font-size: 14px;
  line-height: 49px;
}
.anitya-accordion .ui-accordion-content {
  border: 0;
  border-radius: 0;
}
.tabs-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 49px;
  float: left;
  clear: both;
}
.tabs-menu li {
  height: 49px;
  line-height: 49px;
  float: left;
  margin-right: 3px;
  background-color: #f0f0f0;
}
.tabs-menu li.current {
  position: relative;
  background-color: #f24b4b;
  z-index: 5;
}
.tabs-menu li.current a {
  color: #ffffff;
}
.tabs-menu li a {
  padding: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1f2222;
}
.tab {
  background-color: #ffffff;
  float: left;
  margin-bottom: 20px;
  width: auto;
}
.tab-content {
  display: none;
  margin-top: -1px;
}
.tab-content .inner {
  padding: 20px;
}
.tab-content .inner p,
.tab-content .inner li,
.tab-content .inner quote,
.tab-content .inner blockquote,
.tab-content .inner div,
.tab-content .inner h1,
.tab-content .inner h2,
.tab-content .inner h3,
.tab-content .inner h4,
.tab-content .inner h5,
.tab-content .inner h6 {
  color: #1f2222;
}
.an-tabs .tabs-menu li.current {
  background-color: #9ca4a4;
}
.an-tabs .tabs-menu li.current a {
  color: #ffffff;
}
.an-tabs .tab {
  border-top: 2px solid #9ca4a4;
}
.element-primary .an-tabs .tabs-menu li.current {
  background-color: #f24b4b;
}
.element-primary .an-tabs .tabs-menu li.current a {
  color: #ffffff;
}
.element-primary .an-tabs .tab {
  border-top: 2px solid #f24b4b;
}
.element-secondary .an-tabs .tabs-menu li.current {
  background-color: #457b9d;
}
.element-secondary .an-tabs .tabs-menu li.current a {
  color: #ffffff;
}
.element-secondary .an-tabs .tab {
  border-top: 2px solid #457b9d;
}
.element-tertiary .an-tabs .tabs-menu li.current {
  background-color: #f7f2ef;
}
.element-tertiary .an-tabs .tabs-menu li.current a {
  color: #1f2222;
}
.element-tertiary .an-tabs .tab {
  border-top: 2px solid #f7f2ef;
}
.element-quaternary .an-tabs .tabs-menu li.current {
  background-color: #4f5659;
}
.element-quaternary .an-tabs .tabs-menu li.current a {
  color: #ffffff;
}
.element-quaternary .an-tabs .tab {
  border-top: 2px solid #4f5659;
}
.element-light .an-tabs .tabs-menu li.current {
  background-color: #ffffff;
}
.element-light .an-tabs .tabs-menu li.current a {
  color: #1f2222;
}
.element-light .an-tabs .tab {
  border-top: 2px solid #ffffff;
}
.alert {
  padding: 19px;
  margin-bottom: 26px;
  border: 1px solid transparent;
  border-radius: 1px;
}
.alert h4 {
  margin: 0;
  color: inherit;
}
.alert > p,
.alert > ul {
  margin: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissible {
  padding-right: 49px;
}
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dcefdc;
  border-color: #cfe8ca;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #bfe0b8;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d5eef6;
  border-color: #c0eff2;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #aae9ee;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fbe9d0;
  border-color: #f9d3b9;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7c5a1;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f6d6d5;
  border-color: #f1c0c7;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #edabb4;
}
.alert-danger .alert-link {
  color: #843534;
}
.alert-primary {
  background-color: #f24b4b;
  border-color: #f03353;
  color: rgba(255, 255, 255, 0.8);
}
.alert-primary hr {
  border-top-color: #ef1b3f;
}
.alert-primary .alert-link {
  color: rgba(230, 230, 230, 0.8);
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #1f2222;
  text-shadow: 0 1px 0 #ffffff;
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #1f2222;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
/* -- Popup-me -- */
.mfp-effect.mfp-wrap .mfp-content {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.white-popup {
  position: relative;
  background: #ffffff;
  padding: 19px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}
.white-popup.large-popup {
  max-width: 800px !important;
  padding: 49px;
}
/* -- Form in popup -- */
.white-popup div.ccm-block-type-form div.form-group label.control-label {
  font-weight: normal;
}
.white-popup span.text-muted.small {
  font-size: 13px;
  color: #f24b4b;
}
/* -- Button for popup -- */
a.mpf-inline.open-popup-link {
  margin-bottom: 19px;
}
.image-caption {
  padding: 1.2rem 19px;
  background-color: rgba(240, 240, 240, 0.9);
  color: #9ca4a4;
  font-size: 1.2rem;
}
.image-caption p {
  margin: 0;
}
.image-caption-inside {
  padding: 1.2rem 19px;
  background-color: rgba(240, 240, 240, 0.9);
  color: #9ca4a4;
  font-size: 1.2rem;
  position: absolute;
  z-index: 1;
  left: 15px;
  right: 15px;
  background-color: rgba(240, 240, 240, 0.6);
  color: rgba(31, 34, 34, 0.9);
  transform: translateY(-100%);
}
.image-caption-inside p {
  margin: 0;
}
.edit-mode .image-caption-inside {
  position: relative;
  transform: translateY(0);
}
#sub-header-1 p.ccm-block-page-attribute-display-wrapper {
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #9ca4a4;
}
#footer-theme .nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.nav.simple,
.nav {
  padding: 19px 0;
}
.nav.simple a,
.nav a {
  padding-left: 1.2rem;
}
.nav.simple li.active,
.nav li.active,
.nav.simple li:hover,
.nav li:hover,
.nav.simple li.nav-selected,
.nav li.nav-selected,
.nav.simple li.nav-path-selected,
.nav li.nav-path-selected {
  background: rgba(156, 164, 164, 0.1);
}
.box-long-shadow {
  background-color: #ffffff;
}
.box-long-shadow i {
  font-size: 90px;
}
.box-long-shadow h4 {
  margin-top: 0;
}
.box-long-shadow .front h4 {
  margin-bottom: -20%;
  margin-top: 20%;
}
.box-long-shadow p {
  padding: 0 19px 19px 19px;
  text-align: center;
}
.box-long-shadow .square-box {
  background-color: #f24b4b;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.box-long-shadow .square-box:hover {
  background-color: #457b9d;
}
.long-shadow .icon {
  text-align: center;
  margin-bottom: 49px;
}
.box-tiny-long-shadow {
  margin-bottom: 1px;
}
.box-tiny-long-shadow .icon {
  width: 79px;
  float: left;
  margin-right: 19px;
  background-color: #f24b4b;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.box-tiny-long-shadow:hover .icon {
  background-color: #457b9d;
}
.box-tiny-long-shadow i {
  font-size: 49px;
}
.box-tiny-long-shadow .content {
  background-color: #ffffff;
  height: 79px;
  padding-right: 19px;
  overflow: hidden;
}
.box-tiny-long-shadow .content:hover {
  background-color: #457b9d;
}
.box-tiny-long-shadow:hover p {
  color: #ffffff;
}
.box-tiny-long-shadow p {
  margin: 0;
}
.box-tiny-long-shadow p.title {
  text-transform: uppercase;
}
.box-tiny-long-shadow p.title + p {
  padding-top: 0;
}
.feature-item .front h4 {
  color: #ffffff;
}
.feature-item .back p {
  display: table-cell;
  vertical-align: middle;
  padding: 19px;
  font-weight: 300;
  line-height: 1.8;
}
div.ccm-block-feature-item {
  position: relative;
  padding-left: 35px;
  margin-bottom: 19px;
}
div.ccm-block-feature-item h4,
div.ccm-block-feature-item i {
  color: #1f2222;
}
div.ccm-block-feature-item i {
  position: absolute;
  top: 3px;
  left: 0px;
}
div.ccm-block-feature-item p {
  margin-left: 0 !important;
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-icon {
  height: 90px;
  width: 90px;
  margin: 0 auto 19px auto;
  line-height: 90px;
  text-align: center;
  background-color: #f24b4b;
  border-radius: 50% 50% 0 50%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  font-size: 2.5em;
  color: #ecf0f1;
  font-weight: 900;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.ccm-block-feature-item-hover-wrapper .ccm-block-feature-item-hover-title {
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 19px;
  font-size: 1.8rem;
}
.feature-address td {
  padding: 2px 5px ;
  vertical-align: middle;
}
.feature-address td p {
  margin: 0;
}
.tm-wrapper .desc {
  text-transform: none;
  font-weight: 400;
  line-height: 1.5;
}
.tm-wrapper .details {
  text-align: center;
}
.tm-wrapper .details .image {
  margin: 19px auto;
  width: 49px;
  height: 49px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-radius: 100%;
}
.tm-wrapper .details p {
  font-size: 1.2rem;
}
.tm-wrapper .details h5,
.tm-wrapper .details p {
  margin: 0;
}
.tm-wrapper.tm-small .box-arrow:after {
  left: 100px;
}
.tm-wrapper.tm-small .image {
  width: 80px;
  height: 80px;
  float: left;
}
.tm-wrapper.tm-small .image img {
  width: 80px;
  height: 80px;
}
.tm-wrapper.tm-small .infos {
  text-align: left;
  padding: 19px 0 0 99px;
}
.tag {
  font-size: 1.2rem;
  display: inline-block;
  padding: 3px 4.75px 3px 0;
}
 + .tag:before {
  content: "|";
  display: inline-block;
  padding: 0 4.75px;
}
.ccm-page-list h1,
.ccm-page-list h2,
.ccm-page-list h3,
.ccm-page-list h4 {
  margin: 0 0 19px 0;
  line-height: 1em;
}
.ccm-page-list .info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 19px;
  background-color: rgba(240, 240, 240, 0.9);
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.ccm-page-list .info:hover {
  opacity: 1;
}
.ccm-page-list .info p {
  font-size: 1.2rem;
  margin-bottom: 19px;
}
.ccm-page-list .info h4 {
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 1.2rem;
}
.ccm-page-list .info h4:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  background-color: #1f2222;
  bottom: 0;
  left: 50%;
  margin-left: -9.5px;
}
.ccm-block-page-list-page-entry,
.ccm-block-page-list-page-entry-horizontal {
  margin-bottom: 49px;
  padding: 19px;
  border-bottom: 3px solid #f24b4b;
  background: #ffffff;
}
.ccm-block-page-list-title {
  margin-bottom: 19px;
  font-weight: lighter;
  font-size: 18px;
  color: #f24b4b;
}
.ccm-block-page-list-page-entry-read-more {
  float: right;
  background-color: #f24b4b;
  padding: 9.5px 19px;
  margin-right: -20px;
  margin-bottom: -20px;
}
.ccm-block-page-list-page-entry-read-more a {
  color: #ffffff;
}
.ccm-block-page-list-wrapper:after,
.ccm-block-page-list-page-entry:after,
.ccm-block-page-list-page-entry-horizontal:after {
  content: "";
  display: block;
  clear: both;
}
.page-list-date-event .event:first-child {
  padding-top: 19px;
}
.page-list-date-event .event:last-child {
  padding-bottom: 19px;
}
.page-list-date-event .inner {
  background-color: #ffffff;
  padding-bottom: 1px;
}
.page-list-date-event .content {
  padding: 0 49px;
  margin: 9.5px 0 19px 0;
}
.page-list-date-event .btn {
  margin-left: 19px;
}
.page-list-date-event .tags {
  margin-top: 11.74289246px;
}
.page-list-image-based .item {
  overflow: hidden;
}
.page-list-image-based .item h2 {
  font-weight: 400;
  margin-bottom: 49px;
}
.page-list-image-based .item.pair .inner {
  background-color: #f24b4b;
}
.page-list-image-based .item.pair .inner * {
  color: #ffffff;
}
.page-list-image-based .item.impair .inner {
  background-color: #457b9d;
}
.page-list-image-based .item.impair .inner * {
  color: #ffffff;
}
.page-list-image-based .item .infos {
  padding: 19px;
}
.page-list-image-based .item .infos h2 {
  margin-top: 0;
}
.page-list-image-based .item img {
  max-height: 450px;
}
.page-list-image-based .item .topics {
  float: right;
  opacity: .4;
}
.page-list-image-based.slick-wrapper.wrapper-1-column .item {
  background-color: none;
}
.page-list-image-based.slick-wrapper.wrapper-1-column .item .thumb {
  max-height: 400px;
  overflow: hidden;
}
.page-list-image-based.slick-wrapper.wrapper-1-column .item img {
  max-height: none;
}
.page-list-image-based.slick-wrapper.wrapper-1-column .item .info {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(31, 34, 34, 0.8);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page-list-image-based.slick-wrapper.wrapper-1-column .item .info * {
  color: #ffffff;
}
.page-list-image-based.slick-wrapper.wrapper-1-column:hover .info {
  opacity: 1;
}
.page-list-date-image-based .item {
  overflow: hidden;
}
.page-list-date-image-based .item .inner {
  background-color: #ffffff;
}
.page-list-date-image-based .item .inner:hover {
  background-color: #457b9d;
}
.page-list-date-image-based .item:hover .info,
.page-list-date-image-based .item:hover h4 {
  color: #ffffff;
}
.page-list-date-image-based .item:hover .date {
  background-color: #ffffff;
  color: #457b9d;
}
.page-list-date-image-based picture {
  max-height: 350px;
  display: block;
}
.page-list-date-image-based .infos {
  padding: 19px;
  min-height: 237px;
}
.page-list-date-image-based .date {
  position: relative;
  display: inline-block;
  margin-top: 0;
  top: -38px;
  margin-bottom: -38px;
  height: 79px;
  padding: 19px 49px 0 19px;
  background-color: #f24b4b;
  color: #ffffff;
}
.page-list-text-based * {
  color: #f24b4b;
}
.page-list-text-based .item .inner {
  background-color: #ffffff;
  padding: 19px;
}
.page-list-text-based .item .inner:hover {
  background-color: #457b9d;
}
.page-list-text-based .item .inner:hover * {
  color: #ffffff;
}
.page-list-text-based .item .inner:hover hr {
  background-color: #ffffff;
}
.page-list-text-based .item hr {
  margin: 0;
}
.page-list-text-based .item .date {
  margin-top: 0;
}
.page-list-text-based .item .desc {
  margin-top: 49px;
}
.page-list-text-based .item .desc img {
  float: left;
  width: 79px;
  margin-right: 19px;
}
.page-list-icon .item .inner {
  padding: 19px;
  background-color: #f24b4b;
}
.page-list-icon .item i,
.page-list-icon .item p,
.page-list-icon .item h5,
.page-list-icon .item a {
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-list-icon .item h5 {
  text-transform: uppercase;
  font-weight: 300;
  border-bottom: 1px solid transparent;
  padding-bottom: 19px;
}
.page-list-icon .item p {
  opacity: 0;
  -webkit-transform: translateY(0.9rem);
  transform: translateY(0.9rem);
}
.page-list-icon .item .iconwrapper {
  font-size: 3rem;
  line-height: 13rem;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.page-list-icon .item:hover .inner {
  background-color: #f03333;
}
.page-list-icon .item:hover .iconwrapper {
  font-size: 6rem;
}
.page-list-icon .item:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.page-list-icon .item:hover h5 {
  -webkit-transform: translateY(0.9rem);
  transform: translateY(0.9rem);
  border-bottom-color: #ffffff;
}
.page-list-card figure {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.page-list-card figure * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.page-list-card figure img {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.page-list-card figure figcaption {
  padding: 19px;
  position: relative;
}
.page-list-card figure .date,
.page-list-card figure i {
  background-color: #f24b4b;
  top: 19px;
  color: #ffffff !important;
  left: 19px;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}
.page-list-card figure h3,
.page-list-card figure p {
  margin: 0;
  padding: 0;
}
.page-list-card figure .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 22px;
  text-transform: uppercase;
}
.page-list-card figure .date span {
  display: block;
  line-height: 30px;
}
.page-list-card figure .date .month {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.1);
}
.page-list-card figure i {
  line-height: 60px;
  font-size: 30px;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.page-list-card figure h3 {
  margin-bottom: 10px;
  display: inline-block;
  color: #1f2222;
  text-transform: uppercase;
}
.page-list-card figure p {
  font-size: 1.2rem;
  margin-bottom: 19px;
  line-height: 1.6;
}
.page-list-card figure > a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.page-list-card figure:hover img,
.page-list-card figure.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.page-list-card figure:hover .date,
.page-list-card figure.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.page-list-card figure:hover i,
.page-list-card figure.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.curtain figure {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.curtain figure * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.curtain figure img {
  vertical-align: top;
}
.curtain figure .placeholder {
  padding: 50% 0;
}
.curtain figure figcaption {
  top: 50%;
  left: 19px;
  right: 19px;
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.curtain figure h6 {
  font-weight: 100;
}
.col-md-3 .curtain figure h6 {
  font-size: 13px;
  line-height: 1.4;
}
.curtain figure h4 {
  font-weight: 100;
  text-transform: uppercase !important;
}
.curtain figure i {
  font-size: 32px;
}
.curtain figure small {
  display: block;
  margin-bottom: 1.2rem;
}
.curtain figure h6,
.curtain figure h4,
.curtain figure i {
  margin-bottom: 1.2rem;
}
.curtain figure > a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.curtain figure:after {
  background-color: rgba(240, 240, 240, 0.9);
  position: absolute;
  content: "";
  display: block;
  top: 1.2rem;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  opacity: 0;
}
.area-primary .curtain figure:after {
  background-color: rgba(242, 75, 75, 0.9);
}
.area-secondary .curtain figure:after {
  background-color: rgba(69, 123, 157, 0.9);
}
.area-tertiary .curtain figure:after {
  background-color: rgba(247, 242, 239, 0.9);
}
.area-quaternary .curtain figure:after {
  background-color: rgba(79, 86, 89, 0.9);
}
.curtain figure:hover figcaption,
.curtain figure.hover figcaption {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.curtain figure:hover:after,
.curtain figure.hover:after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 0.9;
}
.an-image-slider .content-inner {
  position: absolute;
  width: 45%;
  left: 0;
  top: 10%;
  padding: 0 19px;
}
.an-image-slider p,
.an-image-slider h3 {
  color: #ffffff;
  font-weight: 300;
  line-height: 1.1;
  text-shadow: 0 0 3px rgba(31, 34, 34, 0.8);
}
.ccm-image-slider-container {
  background-color: transparent;
  background-repeat: repeat;
  /* background-image is moved to main.less because it needs to be in the theme root */
}
.ccm-image-slider-container .ccm-image-slider {
  /* zoom: 1; */
}
.ccm-image-slider-container .ccm-image-slider .rslides li {
  max-height: 500px;
}
.ccm-image-slider-container .ccm-image-slider:before,
.ccm-image-slider-container .ccm-image-slider:after {
  content: " ";
  display: table;
}
.ccm-image-slider-container .ccm-image-slider:after {
  clear: both;
}
.ccm-image-slider-container .ccm-image-slider-inner {
  position: relative;
}
.ccm-image-slider-container .ccm-image-slider-text {
  left: 15%;
}
.ccm-image-slider-container .ccm-image-slider-text h2 {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 19px;
  padding: 19px;
  line-height: 1.1;
  background-color: rgba(242, 75, 75, 0.7);
}
.ccm-image-slider-container .ccm-image-slider-text p {
  padding: 19px;
  background-color: rgba(31, 34, 34, 0.7);
  color: #ffffff;
  width: 80%;
}
.ccm-image-slider-container .ccm-image-slider-text .date {
  color: #ffffff;
}
.ccm-image-slider-container.ccm-block-image-slider-arrows .ccm-image-slider-inner {
  margin-bottom: 0;
}
.rslides_tabs {
  padding-left: 0px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: center;
}
.rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  margin-right: 5px;
}
.rslides_tabs li.rslides_here a {
  background: #f24b4b;
}
.rslides_tabs li a {
  overflow: hidden;
  text-indent: 99px;
  background: #dcdcdc;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 30px;
}
.rslides_nav {
  opacity: 1;
  height: 38px;
  margin-top: -20px;
  width: 38px;
  color: #ffffff !important;
  background-color: #f24b4b !important;
  background: rgba(0, 0, 0, 0.92);
}
.rslides_nav:hover {
  opacity: .8;
}
.rslides_nav.next {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  right: 40px;
}
.rslides_nav.next:hover {
  text-decoration: none;
}
.rslides_nav.prev {
  -webkit-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
}
.rslides_nav.prev:hover {
  text-decoration: none;
}
.ccm-block-page-attribute-display-title {
  color: #f24b4b;
}
div.ccm-block-page-attribute-display-wrapper {
  border-top: 5px solid #f5f5f5;
  padding: 19px;
  color: #9ca4a4;
  font-size: 1.2rem;
}
div.ccm-block-page-attribute-display-wrapper:last-child {
  border-bottom: 5px solid #f5f5f5;
}
p.ccm-block-page-attribute-display-wrapper {
  border-bottom: 1px solid #9ca4a4;
  padding-bottom: 11px;
}
p.ccm-block-page-attribute-display-wrapper .ccm-block-page-attribute-display-title {
  display: inline-block;
  margin-right: 6px;
}
p.ccm-block-page-attribute-display-wrapper:last-child {
  border: none;
  padding-bottom: 0;
}
.anitya-accordion.faq-accordion .content-inner {
  margin: 5px 10px 5px 30px;
  padding: 49px;
  line-height: 1.5;
}
ul.ccm-block-topic-list-list li,
ul.ccm-block-date-navigation-dates li {
  padding: .4rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
ul.ccm-block-topic-list-list li a,
ul.ccm-block-date-navigation-dates li a {
  font-size: 1.2rem;
  text-transform: uppercase;
}
ul.ccm-block-topic-list-list li:last-child,
ul.ccm-block-date-navigation-dates li:last-child {
  border: none;
}
ul.ccm-block-topic-list-list ul li,
ul.ccm-block-date-navigation-dates ul li {
  padding-left: .8rem;
  border-left: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}
body .ccm-page,
.mfp-inline-holder,
.inherit-ccm-page {
  font-size: 14px;
  line-height: 1.9;
  color: #1f2222;
  -webkit-font-smoothing: subpixel-antialiased;
}
.harmonize-width-heading {
  line-height: 1 !important;
}
.row + .row {
  margin-top: 19px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  padding: 0;
  margin-bottom: 1.2rem;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #9ca4a4;
}
h1,
h2,
h3 {
  line-height: 1.5;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  line-height: 1.8;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1 {
  line-height: 1.2;
}
h1 {
  color: #f24b4b;
}
h2 {
  color: #f24b4b;
}
h3 {
  color: #f24b4b;
}
h4 {
  color: #1f2222;
}
h5 {
  color: #1f2222;
}
h6 {
  color: #1f2222;
}
.leaders i {
  font-style: normal;
}
.leaders i:first-child {
  float: left;
  padding: 0 .4em 0 0;
  margin: 0;
}
.leaders i + i {
  float: right;
  padding: 0 0 0 .4em;
  margin: 0;
}
.leaders:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 1em;
  background-image: radial-gradient(circle closest-side, rgba(31, 34, 34, 0.5) 80%, transparent 10%);
  background-position: 50% 90%;
  background-size: 6px 2px;
  background-repeat: repeat-x;
}
.heading-style-1 {
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 49px;
}
.heading-style-1:after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -45px;
  bottom: -19px;
}
.heading-style-1:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 9.5px 0 9.5px;
  border-color: #f24b4b transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -9.5px;
  bottom: -27.5px;
}
.heading-style-1:after {
  border-bottom: 5px solid #f24b4b;
  width: 90px;
}
p {
  margin-top: 0;
  padding: 0;
  margin-bottom: 1.2rem;
}
a {
  color: #5b7d73;
  text-decoration: none;
  background-color: transparent;
}
a:hover,
a:focus {
  color: #3b514a;
  text-decoration: none;
  outline: 0;
}
a:focus {
  outline: none;
}
small,
.small {
  font-size: 81.25%;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
.alternate .alternate {
  font-size: 1em !important;
}
.text-primary-color {
  color: #f24b4b !important;
}
.text-secondary-color {
  color: #457b9d !important;
}
.text-tertiary-color {
  color: #f7f2ef !important;
}
.text-quaternary-color {
  color: #4f5659 !important;
}
.text-white-color {
  color: #ffffff !important;
}
.text-black-color {
  color: #1f2222 !important;
}
.text-success-color {
  color: #5cb85c !important;
}
.text-info-color {
  color: #5bc0de !important;
}
.text-warning-color {
  color: #f0ad4e !important;
}
.text-danger-color {
  color: #d9534f !important;
}
.text-primary-contrast-color {
  color: #ffffff !important;
}
.text-secondary-contrast-color {
  color: #ffffff !important;
}
.text-tertiary-contrast-color {
  color: #1f2222 !important;
}
.text-quaternary-contrast-color {
  color: #ffffff !important;
}
button,
input,
optgroup,
select,
textarea {
  color: #1f2222;
}
input[type="text"],
input[type="search"] {
  display: block;
  margin: 0;
  width: 100%;
  font-family: sans-serif;
  font-size: 18px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  padding: 10px;
  border: none;
  border-bottom: solid 2px rgba(31, 34, 34, 0.2);
  transition: border 0.3s;
}
input[type="text"]:focus,
input[type="search"]:focus {
  outline: none;
}
input[type="text"]:focus,
input[type="search"]:focus,
input[type="text"].focus,
input[type="search"].focus {
  border-bottom: solid 2px rgba(31, 34, 34, 0.5);
}
a.fun-anchor {
  overflow: hidden;
  position: relative;
  display: inline-block;
  outline: none;
  vertical-align: bottom;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.2s cubic-bezier(0.89, 0.05, 0.09, 0.99);
  -o-transition: color 0.2s cubic-bezier(0.89, 0.05, 0.09, 0.99);
  transition: color 0.2s cubic-bezier(0.89, 0.05, 0.09, 0.99);
}
a.fun-anchor:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #5b7d73;
  content: '';
  -webkit-transition: transform 0.2s cubic-bezier(0.89, 0.05, 0.09, 0.99);
  -o-transition: transform 0.2s cubic-bezier(0.89, 0.05, 0.09, 0.99);
  transition: transform 0.2s cubic-bezier(0.89, 0.05, 0.09, 0.99);
  -webkit-transform: translateY(95%);
  transform: translateY(95%);
}
a.fun-anchor:hover {
  color: #ffffff;
}
a.fun-anchor:hover:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.hlist,
.list-inline {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hlist > li,
.list-inline > li {
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.ccm-block-topic-list-list,
.ccm-block-date-navigation-dates,
#sidebar ul.nav,
#footer-bottom ul.nav {
  padding-left: 19px;
}
.ccm-block-topic-list-list li,
.ccm-block-date-navigation-dates li,
#sidebar ul.nav li,
#footer-bottom ul.nav li {
  list-style: none;
  padding: 9.5px 0;
  font-weight: 300;
}
.ccm-block-topic-list-list li + li,
.ccm-block-date-navigation-dates li + li,
#sidebar ul.nav li + li,
#footer-bottom ul.nav li + li {
  border-top: 1px solid #f5f5f5;
}
ul.icon {
  list-style: none;
}
ul.icon li {
  padding-left: 1.2em;
}
ul.icon li:before {
  content: "\f0da";
  font-family: FontAwesome;
  display: inline-block;
  width: 1.2em;
  margin-left: -1.2em;
}
code,
kbd,
pre,
samp,
.code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code,
.code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9.5px;
  line-height: 1.9;
  word-break: break-all;
  word-wrap: break-word;
  color: #9ca4a4;
  background-color: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 3px;
}
.table {
  margin: 49px;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #d6d6d6;
}
.table th {
  padding: 1.2rem 0.9rem 0.9rem 0.9rem;
  font-weight: normal;
  font-size: 14.5px;
  color: #1f2222;
}
.table tbody {
  background: #f0f0f0;
}
.table td {
  padding: 0.9rem;
  color: #9ca4a4;
  border-top: 1px dashed #ffffff;
}
.table tbody tr:hover td {
  color: #818c8c;
  background: #d6d6d6;
}
.table tfoot {
  font-size: 1.2rem;
}
blockquote {
  padding: 19px 49px;
  margin: 0 0 19px;
  font-size: 1.8rem;
  border-left: 5px solid #9ca4a4;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer {
  display: block;
  font-size: 80%;
  line-height: 1.9;
  color: #9ca4a4;
}
blockquote footer:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #9ca4a4;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
h1 a.pull-right,
h1 a.pull-left {
  line-height: 0;
}
.anitya ::-moz-selection {
  color: #ffffff;
  background: rgba(177, 13, 13, 0.8);
}
.anitya ::selection {
  color: #ffffff;
  background: rgba(177, 13, 13, 0.8);
}
.anitya .shadow {
  text-shadow: 1px 1px 3px rgba(31, 34, 34, 0.8);
}
.loud {
  color: #9ca4a4;
}
h1 + .loud,
h2 + .loud,
h3 + .loud,
h4 + .loud,
h5 + .loud {
  margin-top: -1em;
}
.lead,
.leaded p {
  display: block;
  margin-bottom: 19px;
  font-size: 19px;
  line-height: 1.6;
  font-weight: 300;
}
@media (min-width: 768px) {
  .lead,
  .leaded p {
    font-size: 21px;
  }
}
.lead strong {
  color: #f24b4b;
  font-weight: inherit;
}
.light {
  font-weight: lighter;
  opacity: .5;
}
.lighted h1,
.lighted h2,
.lighted h3,
.lighted h4,
.lighted h5,
.lighted h6,
.lighted p {
  font-weight: lighter;
  opacity: .5;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-weight: 300;
  padding: 0.9rem 19px;
  font-size: 14px;
  line-height: 1.9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover,
.btn:focus {
  color: #9ca4a4;
  border-color: #9ca4a4;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(156, 164, 164, 0.1);
  box-shadow: inset 0 3px 5px rgba(156, 164, 164, 0.1);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  background-color: transparent;
  border-color: rgba(156, 164, 164, 0.8);
  color: rgba(156, 164, 164, 0.8);
}
.btn-primary {
  color: #f24b4b;
  background-color: transparent;
  border-color: #f24b4b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #ef1b1b;
  background-color: rgba(242, 75, 75, 0.1);
  border-color: #c90e0e;
}
.btn-secondary {
  color: #457b9d;
  background-color: transparent;
  border-color: #457b9d;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  color: #355f7a;
  background-color: rgba(69, 123, 157, 0.1);
  border-color: #264356;
}
.btn-success {
  color: #5cb85c;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active {
  color: #449d44;
  background-color: rgba(92, 184, 92, 0.1);
  border-color: #357935;
}
.btn-info {
  color: #5bc0de;
  background-color: transparent;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  color: #31b0d5;
  background-color: rgba(91, 192, 222, 0.1);
  border-color: #2390b0;
}
.btn-warning {
  color: #f0ad4e;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  color: #ec971f;
  background-color: rgba(240, 173, 78, 0.1);
  border-color: #c77c11;
}
.btn-danger {
  color: #d9534f;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  color: #c9302c;
  background-color: rgba(217, 83, 79, 0.1);
  border-color: #a02622;
}
.btn-plain.btn-default {
  color: #ffffff;
  background-color: #9ca4a4;
  border-color: #899393;
}
.btn-plain.btn-default:hover,
.btn-plain.btn-default:focus,
.btn-plain.btn-default:active {
  background-color: #89b7b7;
  border-color: #7e9f9f;
}
.btn-plain.btn-primary {
  color: #ffffff;
  background-color: #f24b4b;
  border-color: #f02a2a;
}
.btn-plain.btn-primary:hover,
.btn-plain.btn-primary:focus,
.btn-plain.btn-primary:active {
  background-color: #ff3e3e;
  border-color: #fb1e1e;
}
.btn-plain.btn-secondary {
  color: #ffffff;
  background-color: #457b9d;
  border-color: #3a6884;
}
.btn-plain.btn-secondary:hover,
.btn-plain.btn-secondary:focus,
.btn-plain.btn-secondary:active {
  background-color: #2e80b4;
  border-color: #316a8e;
}
.btn-plain.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #49a749;
}
.btn-plain.btn-success:hover,
.btn-plain.btn-success:focus,
.btn-plain.btn-success:active {
  background-color: #45cf45;
  border-color: #3db33d;
}
.btn-plain.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #3db5d8;
}
.btn-plain.btn-info:hover,
.btn-plain.btn-info:focus,
.btn-plain.btn-info:active {
  background-color: #47cbf2;
  border-color: #32bbe4;
}
.btn-plain.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #ed9e2d;
}
.btn-plain.btn-warning:hover,
.btn-plain.btn-warning:focus,
.btn-plain.btn-warning:active {
  background-color: #ffb03f;
  border-color: #f9a022;
}
.btn-plain.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d33632;
}
.btn-plain.btn-danger:hover,
.btn-plain.btn-danger:focus,
.btn-plain.btn-danger:active {
  background-color: #ee3f3a;
  border-color: #df2b25;
}
.btn-lg {
  padding: 19px 49px;
  font-size: 1.8rem;
  line-height: 2.5;
}
.btn-sm {
  padding: 1.2rem 19px;
  font-size: 1.2rem;
  line-height: 1.1;
}
.btn-xs {
  padding: 0.45rem 1.2rem;
  font-size: 1.2rem;
  line-height: 1.1;
}
.btn-block {
  padding: 19px 49px;
  font-size: 1.8rem;
  line-height: 2.5;
  width: 100%;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.pull-right.btn,
.pull-left.btn,
.pull-right .btn,
.pull-left .btn {
  margin: 19px;
}
.flip {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  perspective: 1000;
}
.flip:hover .flipper,
.flip.hover .flipper {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.edit-mode .flip:hover .flipper,
.edit-mode .flip.hover .flipper {
  -webkit-transform: none;
  transform: none;
}
.flip,
.flip .front,
.flip .back {
  width: 100%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.flip .flipper {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -wekit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(1);
  position: relative;
}
.edit-mode .flip .flipper {
  min-height: 100px;
}
.flip .front,
.flip .back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.flip .front {
  z-index: 2;
}
.flip .back {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ccm-custom-style-main1,
.ccm-custom-style-main2,
.ccm-custom-style-main3,
.ccm-custom-style-main4,
.ccm-custom-style-main5,
.ccm-custom-style-main6,
.ccm-custom-style-main7 {
  background-size: cover;
}
.border-thin {
  border-style: solid !important;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.border-bold-primary {
  border-top: 19px solid #f24b4b;
  border-bottom: 19px solid #f24b4b;
  border-style: solid !important;
}
.border-bold-secondary {
  border-top: 19px solid #457b9d;
  border-bottom: 19px solid #457b9d;
  border-style: solid !important;
}
.border-bold-tertiary {
  border-top: 19px solid #f7f2ef;
  border-bottom: 19px solid #f7f2ef;
  border-style: solid !important;
}
.border-bold-quaternary {
  border-top: 19px solid #4f5659;
  border-bottom: 19px solid #4f5659;
  border-style: solid !important;
}
.border-bold-white {
  border-top: 19px solid #ffffff;
  border-bottom: 19px solid #ffffff;
  border-style: solid !important;
}
.area-primary {
  background-color: #f24b4b;
}
.area-primary p,
.area-primary li,
.area-primary quote,
.area-primary *:not(.void),
.area-primary i,
.area-primary h1,
.area-primary h2,
.area-primary h3,
.area-primary h4,
.area-primary h5,
.area-primary h6,
.area-primary input[type="submit"] {
  color: #ffffff;
}
.area-primary h1 small,
.area-primary h2 small,
.area-primary h3 small,
.area-primary h4 small,
.area-primary h5 small,
.area-primary h6 small {
  color: rgba(255, 255, 255, 0.6);
}
.area-primary hr {
  background-color: rgba(255, 255, 255, 0.5);
}
.area-primary a:not(.btn-plain):not(.box):not(.accordion-title),
.area-primary .lead strong {
  color: #ffffff;
}
.area-primary a.btn-default:not(.btn-plain) {
  border-color: rgba(255, 255, 255, 0.8);
}
.area-primary .fa-stack > i.fa-stack-1x {
  color: #f24b4b;
}
.area-primary .content-inner {
  background-color: transparent !important;
}
.area-primary .leaders::after {
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.5) 80%, transparent 10%);
}
.area-primary .slick-dots li button:before,
.area-primary .slick-prev:before,
.area-primary .slick-next:before {
  color: #ffffff;
}
.area-secondary {
  background-color: #457b9d;
}
.area-secondary p,
.area-secondary li,
.area-secondary quote,
.area-secondary *:not(.void),
.area-secondary i,
.area-secondary h1,
.area-secondary h2,
.area-secondary h3,
.area-secondary h4,
.area-secondary h5,
.area-secondary h6,
.area-secondary input[type="submit"] {
  color: #ffffff;
}
.area-secondary h1 small,
.area-secondary h2 small,
.area-secondary h3 small,
.area-secondary h4 small,
.area-secondary h5 small,
.area-secondary h6 small {
  color: rgba(255, 255, 255, 0.6);
}
.area-secondary hr {
  background-color: rgba(255, 255, 255, 0.5);
}
.area-secondary a:not(.btn-plain):not(.box):not(.accordion-title),
.area-secondary .lead strong {
  color: #d8e6ee;
}
.area-secondary a.btn-default:not(.btn-plain) {
  border-color: rgba(216, 230, 238, 0.8);
}
.area-secondary .fa-stack > i.fa-stack-1x {
  color: #457b9d;
}
.area-secondary .content-inner {
  background-color: transparent !important;
}
.area-secondary .leaders::after {
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.5) 80%, transparent 10%);
}
.area-secondary .slick-dots li button:before,
.area-secondary .slick-prev:before,
.area-secondary .slick-next:before {
  color: #ffffff;
}
.area-tertiary {
  background-color: #f7f2ef;
}
.area-tertiary p,
.area-tertiary li,
.area-tertiary quote,
.area-tertiary *:not(.void),
.area-tertiary i,
.area-tertiary h1,
.area-tertiary h2,
.area-tertiary h3,
.area-tertiary h4,
.area-tertiary h5,
.area-tertiary h6,
.area-tertiary input[type="submit"] {
  color: #1f2222;
}
.area-tertiary h1 small,
.area-tertiary h2 small,
.area-tertiary h3 small,
.area-tertiary h4 small,
.area-tertiary h5 small,
.area-tertiary h6 small {
  color: rgba(31, 34, 34, 0.6);
}
.area-tertiary hr {
  background-color: rgba(31, 34, 34, 0.5);
}
.area-tertiary a:not(.btn-plain):not(.box):not(.accordion-title),
.area-tertiary .lead strong {
  color: #b28266;
}
.area-tertiary a.btn-default:not(.btn-plain) {
  border-color: rgba(178, 130, 102, 0.8);
}
.area-tertiary .fa-stack > i.fa-stack-1x {
  color: #f7f2ef;
}
.area-tertiary .content-inner {
  background-color: transparent !important;
}
.area-tertiary .leaders::after {
  background-image: radial-gradient(circle closest-side, rgba(31, 34, 34, 0.5) 80%, transparent 10%);
}
.area-tertiary .slick-dots li button:before,
.area-tertiary .slick-prev:before,
.area-tertiary .slick-next:before {
  color: #1f2222;
}
.area-quaternary {
  background-color: #4f5659;
}
.area-quaternary p,
.area-quaternary li,
.area-quaternary quote,
.area-quaternary *:not(.void),
.area-quaternary i,
.area-quaternary h1,
.area-quaternary h2,
.area-quaternary h3,
.area-quaternary h4,
.area-quaternary h5,
.area-quaternary h6,
.area-quaternary input[type="submit"] {
  color: #ffffff;
}
.area-quaternary h1 small,
.area-quaternary h2 small,
.area-quaternary h3 small,
.area-quaternary h4 small,
.area-quaternary h5 small,
.area-quaternary h6 small {
  color: rgba(255, 255, 255, 0.6);
}
.area-quaternary hr {
  background-color: rgba(255, 255, 255, 0.5);
}
.area-quaternary a:not(.btn-plain):not(.box):not(.accordion-title),
.area-quaternary .lead strong {
  color: #c4c8ca;
}
.area-quaternary a.btn-default:not(.btn-plain) {
  border-color: rgba(196, 200, 202, 0.8);
}
.area-quaternary .fa-stack > i.fa-stack-1x {
  color: #4f5659;
}
.area-quaternary .content-inner {
  background-color: transparent !important;
}
.area-quaternary .leaders::after {
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.5) 80%, transparent 10%);
}
.area-quaternary .slick-dots li button:before,
.area-quaternary .slick-prev:before,
.area-quaternary .slick-next:before {
  color: #ffffff;
}
.area-white {
  background-color: #ffffff;
}
.area-white p,
.area-white li,
.area-white quote,
.area-white *:not(.void),
.area-white i,
.area-white h1,
.area-white h2,
.area-white h3,
.area-white h4,
.area-white h5,
.area-white h6,
.area-white input[type="submit"] {
  color: #1f2222;
}
.area-white h1 small,
.area-white h2 small,
.area-white h3 small,
.area-white h4 small,
.area-white h5 small,
.area-white h6 small {
  color: rgba(31, 34, 34, 0.6);
}
.area-white hr {
  background-color: rgba(31, 34, 34, 0.5);
}
.area-white a:not(.btn-plain):not(.box):not(.accordion-title),
.area-white .lead strong {
  color: #999999;
}
.area-white a.btn-default:not(.btn-plain) {
  border-color: rgba(153, 153, 153, 0.8);
}
.area-white .fa-stack > i.fa-stack-1x {
  color: #ffffff;
}
.area-white .content-inner {
  background-color: transparent !important;
}
.area-white .leaders::after {
  background-image: radial-gradient(circle closest-side, rgba(31, 34, 34, 0.5) 80%, transparent 10%);
}
.area-white .slick-dots li button:before,
.area-white .slick-prev:before,
.area-white .slick-next:before {
  color: #1f2222;
}
.area-black {
  background-color: #1f2222;
}
.area-black p,
.area-black li,
.area-black quote,
.area-black *:not(.void),
.area-black i,
.area-black h1,
.area-black h2,
.area-black h3,
.area-black h4,
.area-black h5,
.area-black h6,
.area-black input[type="submit"] {
  color: #ffffff;
}
.area-black h1 small,
.area-black h2 small,
.area-black h3 small,
.area-black h4 small,
.area-black h5 small,
.area-black h6 small {
  color: rgba(255, 255, 255, 0.6);
}
.area-black hr {
  background-color: rgba(255, 255, 255, 0.5);
}
.area-black a:not(.btn-plain):not(.box):not(.accordion-title),
.area-black .lead strong {
  color: #8f9999;
}
.area-black a.btn-default:not(.btn-plain) {
  border-color: rgba(143, 153, 153, 0.8);
}
.area-black .fa-stack > i.fa-stack-1x {
  color: #1f2222;
}
.area-black .content-inner {
  background-color: transparent !important;
}
.area-black .leaders::after {
  background-image: radial-gradient(circle closest-side, rgba(255, 255, 255, 0.5) 80%, transparent 10%);
}
.area-black .slick-dots li button:before,
.area-black .slick-prev:before,
.area-black .slick-next:before {
  color: #ffffff;
}
.area-body {
  background-color: #f5f5f5;
}
.area-body p,
.area-body li,
.area-body quote,
.area-body *:not(.void),
.area-body i,
.area-body h1,
.area-body h2,
.area-body h3,
.area-body h4,
.area-body h5,
.area-body h6,
.area-body input[type="submit"] {
  color: #1f2222;
}
.area-body h1 small,
.area-body h2 small,
.area-body h3 small,
.area-body h4 small,
.area-body h5 small,
.area-body h6 small {
  color: rgba(31, 34, 34, 0.6);
}
.area-body hr {
  background-color: rgba(31, 34, 34, 0.5);
}
.area-body a:not(.btn-plain):not(.box):not(.accordion-title),
.area-body .lead strong {
  color: #8f8f8f;
}
.area-body a.btn-default:not(.btn-plain) {
  border-color: rgba(143, 143, 143, 0.8);
}
.area-body .fa-stack > i.fa-stack-1x {
  color: #f5f5f5;
}
.area-body .content-inner {
  background-color: transparent !important;
}
.area-body .leaders::after {
  background-image: radial-gradient(circle closest-side, rgba(31, 34, 34, 0.5) 80%, transparent 10%);
}
.area-body .slick-dots li button:before,
.area-body .slick-prev:before,
.area-body .slick-next:before {
  color: #1f2222;
}
.area-space-s {
  padding: 19px;
}
.area-space-m {
  padding: 49px;
}
.area-space-l {
  padding: 90px 79px;
}
.area-space-xl {
  padding: 158px 79px;
}
.area-space-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .area-space-l,
  .area-space-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.ccm-custom-style-headerimage.image-height-100 {
  height: 100vh;
}
.ccm-custom-style-headerimage.image-height-80 {
  height: 80vh;
}
.ccm-custom-style-headerimage.image-height-50 {
  height: 50vh;
}
.ccm-custom-style-headerimage.image-height-30 {
  height: 30vh;
}
.topic-get-in-touch {
  background-image: url("/packages/theme_anitya/themes/anitya/images/area-topic/get-in-touch.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.topic-idea {
  background-image: url("/packages/theme_anitya/themes/anitya/images/area-topic/idea.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.topic-help {
  background-image: url("/packages/theme_anitya/themes/anitya/images/area-topic/help.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.topic-config {
  background-image: url("/packages/theme_anitya/themes/anitya/images/area-topic/config.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.topic-news {
  background-image: url("/packages/theme_anitya/themes/anitya/images/area-topic/news.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.topic-conversation {
  background-image: url("/packages/theme_anitya/themes/anitya/images/area-topic/conversation.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}
.slider-dots-primary .slick-wrapper .slick-prev:before,
.slider-dots-primary .slick-wrapper .slick-next:before,
.slider-dots-primary .slick-dots button:before {
  color: #f24b4b;
}
.slider-dots-white .slick-wrapper .slick-prev:before,
.slider-dots-white .slick-wrapper .slick-next:before,
.slider-dots-white .slick-dots button:before {
  color: #ffffff;
}
.slider-dots-black .slick-wrapper .slick-prev:before,
.slider-dots-black .slick-wrapper .slick-next:before,
.slider-dots-black .slick-dots button:before {
  color: #1f2222;
}
.grid-overlay .area-wrap {
  position: relative;
  padding: 79px 0 79px 0;
  border: 0;
}
.grid-overlay .area-wrap .pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url(/packages/theme_anitya/themes/anitya/images/pattern/grid.png);
}
/* Double Diagonal line */
[class*='sd-style'] {
  position: relative;
  z-index: 6;
}
.edit-mode [class*='sd-style'] {
  z-index: auto;
}
[class*='sd-style']::before,
[class*='sd-style']::after {
  position: absolute;
  content: '';
  pointer-events: none;
  background-image: none !important;
}
.sd-style-doublediagonal::before,
.sd-style-doublediagonal-inversed::before,
.sd-style-doublediagonal::after,
.sd-style-doublediagonal-inversed::after {
  z-index: -1;
  width: 150%;
  height: 75%;
  background: inherit;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.sd-style-doublediagonal::before,
.sd-style-doublediagonal-inversed:hover::before {
  left: -25%;
  top: 0;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sd-style-doublediagonal::after,
.sd-style-doublediagonal-inversed:hover::after {
  right: -25%;
  bottom: 0;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.sd-style-doublediagonal:hover::before,
.sd-style-doublediagonal-inversed::before {
  left: -25%;
  top: 0;
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.sd-style-doublediagonal:hover::after,
.sd-style-doublediagonal-inversed::after {
  right: -25%;
  bottom: 0;
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
/* Half Circle */
.sd-style-halfcircle::before,
.sd-style-halfcircle::after {
  left: 50%;
  z-index: -1;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: inherit;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.sd-style-halfcircle:before {
  top: -50px;
}
.sd-style-halfcircle::after {
  bottom: -50px;
}
/* Multiple Triangles */
.sd-style-multitriangles::before,
.sd-style-multitriangles::after {
  left: 50%;
  width: 50px;
  height: 50px;
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -50px 50px 0 #f24b4b, 50px -50px 0 #f24b4b;
  background: inherit;
  z-index: -1;
}
.sd-style-multitriangles::before {
  top: -25px;
}
.sd-style-multitriangles::after {
  bottom: -25px;
}
.sd-style-multitriangles.section-divider-secondary::before,
.sd-style-multitriangles.section-divider-secondary::after {
  box-shadow: -50px 50px 0 #457b9d, 50px -50px 0 #457b9d;
}
.sd-style-multitriangles.section-divider-tertiary::before,
.sd-style-multitriangles.section-divider-tertiary::after {
  box-shadow: -50px 50px 0 #f7f2ef, 50px -50px 0 #f7f2ef;
}
.sd-style-multitriangles.section-divider-quaternary::before,
.sd-style-multitriangles.section-divider-quaternary::after {
  box-shadow: -50px 50px 0 #4f5659, 50px -50px 0 #4f5659;
}
/* Zig Zag (3d up and simple down) */
.sd-style-zigzag::before {
  right: 0;
  left: 0;
  z-index: 10;
  display: block;
  height: 90px;
  background-size: 50px 100%;
}
.sd-style-zigzag::before {
  top: -90px;
  background-image: -webkit-gradient(linear, 0 0, 300% 100%, color-stop(0.25, #f24b4b), color-stop(0.25, #ef1b1b));
  background-image: linear-gradient(315deg, #f24b4b 25%, transparent 25%), linear-gradient(45deg, #f24b4b 25%, transparent 25%);
  background-position: 50%;
}
.two_nogap {
  position: relative;
}
.two_nogap:before,
.two_nogap:after {
  overflow: hidden;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.two_nogap:before {
  left: 0;
  right: 50%;
  background-color: #4f5659;
}
.two_nogap:after {
  left: 50%;
  right: 0;
  background-color: #457b9d;
  z-index: -1;
}
.two_nogap.left-primary::before {
  background-color: #f24b4b;
}
.two_nogap.left-secondary::before {
  background-color: #457b9d;
}
.two_nogap.left-tertiary::before {
  background-color: #f7f2ef;
}
.two_nogap.left-quaternary::before {
  background-color: #4f5659;
}
.two_nogap.right-primary::after {
  background-color: #f24b4b;
}
.two_nogap.right-secondary::after {
  background-color: #457b9d;
}
.two_nogap.right-tertiary::after {
  background-color: #f7f2ef;
}
.two_nogap.right-quaternary::after {
  background-color: #4f5659;
}
@media (max-width: 767px) {
  .two_nogap::after,
  .two_nogap::before {
    background: none !important;
  }
}
@media (max-width: 767px) {
  .two_nogap [class*='col-'] {
    background-size: cover;
    background-position: center;
  }
  .two_nogap [class*='col-']:first-child {
    background-color: #4f5659;
  }
  .two_nogap [class*='col-']:last-child {
    background-color: #457b9d;
  }
  .two_nogap.left-primary [class*='col-']:first-child {
    background-color: #f24b4b;
  }
  .two_nogap.left-secondary [class*='col-']:first-child {
    background-color: #457b9d;
  }
  .two_nogap.left-tertiary [class*='col-']:first-child {
    background-color: #f7f2ef;
  }
  .two_nogap.left-quaternary [class*='col-']:first-child {
    background-color: #4f5659;
  }
  .two_nogap.right-primary [class*='col-']:last-child {
    background-color: #f24b4b;
  }
  .two_nogap.right-secondary [class*='col-']:last-child {
    background-color: #457b9d;
  }
  .two_nogap.right-tertiary [class*='col-']:last-child {
    background-color: #f7f2ef;
  }
  .two_nogap.right-quaternary [class*='col-']:last-child {
    background-color: #4f5659;
  }
}
.ccm-block-custom-template-two-nogap {
  background: none !important;
}
.ccm-intro-block {
  position: absolute;
  background-size: cover;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}
.edit-mode .ccm-intro-block {
  position: relative;
}
.placeholder {
  /* height: 50%; */
  /* width: 100%; */
  padding: 30% 0;
  background-color: #ccc;
}
.img-background {
  display: block !important;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
figure {
  margin: 0;
}
.ccm-page img {
  vertical-align: middle;
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.ccm-page img.img-circle {
  border-radius: 50%;
}
.ccm-page img.img-thumbnail {
  border: 3px solid #f24b4b;
}
img.framed {
  margin-left: 4px;
  background: #f0f0f0;
  padding: 4px;
  border: 1px solid #ffffff;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
  border-radius: 1px;
  z-index: 1;
  transition: all 0.25s;
}
img.framed:hover {
  box-shadow: 0px 0px 1px 3px rgba(0, 0, 0, 0.1);
  transform: scale(1.08) translateY(-5px);
}
img.edit-mode-thumb {
  max-width: 60px;
  padding: 3px;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  display: inline-block;
}
.img-responsive,
.img-responsive img {
  max-width: 100%;
}
.ccm-intro-block {
  background-position: 50%;
  background-size: cover;
  position: relative;
  height: 80vh;
}
.ccm-intro-block .container {
  z-index: 2;
}
.ccm-intro-block h1,
.ccm-intro-block h3 {
  text-align: center;
  color: #ffffff;
}
.into-columns .ccm-intro-block .container {
  width: 100%;
  left: 0;
  margin: 0 auto;
}
.img-box-hover-light .image-wrapper {
  background-size: cover;
}
.img-box-hover-light .image-wrapper::after {
  border-radius: 100%;
}
.image-caption-wrapper {
  position: relative;
}
.caption-inside .image-caption-wrapper .image-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
.caption-hover .image-caption-wrapper .image-caption {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.caption-hover .image-caption-wrapper:hover .image-caption {
  opacity: 1;
}
.image-wrapper {
  position: relative;
}
.black-smoked .image-wrapper:after,
.primary-smoked .image-wrapper:after,
.secondary-smoked .image-wrapper:after,
.white-smoked .image-wrapper:after,
.quaternary-smoked .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.black-smoked .image-wrapper:after:hover,
.primary-smoked .image-wrapper:after:hover,
.secondary-smoked .image-wrapper:after:hover,
.white-smoked .image-wrapper:after:hover,
.quaternary-smoked .image-wrapper:after:hover {
  background-color: transparent;
}
.black-smoked .image-wrapper:after {
  background-color: rgba(31, 34, 34, 0.6);
}
.primary-smoked .image-wrapper:after {
  background-color: rgba(242, 75, 75, 0.6);
}
.secondary-smoked .image-wrapper:after {
  background-color: rgba(69, 123, 157, 0.6);
}
.quaternary-smoked .image-wrapper:after {
  background-color: rgba(79, 86, 89, 0.6);
}
.white-smoked .image-wrapper:after {
  background-color: rgba(255, 255, 255, 0.6);
}
.image-height-100 .image-wrapper {
  height: 100vh;
}
.image-height-80 .image-wrapper {
  height: 80vh;
}
.image-height-50 .image-wrapper {
  height: 50vh;
}
.image-height-30 .image-wrapper {
  height: 30vh;
}
.white-block,
.primary-block,
.secondary-block,
.tertiary-block,
.quaternary-block {
  padding: 19px;
}
.white-block > *:first-child,
.primary-block > *:first-child,
.secondary-block > *:first-child,
.tertiary-block > *:first-child,
.quaternary-block > *:first-child {
  margin-top: 0;
}
.white-block {
  background-color: #ffffff;
}
.primary-block {
  background-color: #f24b4b;
}
.primary-block * {
  color: #ffffff;
}
.primary-block hr {
  background-color: #ffffff;
}
.secondary-block {
  background-color: #457b9d;
}
.secondary-block * {
  color: #ffffff;
}
.secondary-block hr {
  background-color: #ffffff;
}
.tertiary-block {
  background-color: #f7f2ef;
}
.tertiary-block * {
  color: #1f2222;
}
.tertiary-block hr {
  background-color: #1f2222;
}
.quaternary-block {
  background-color: #4f5659;
}
.quaternary-block * {
  color: #ffffff;
}
.quaternary-block hr {
  background-color: #ffffff;
}
.small-text-size {
  font-size: 12px;
}
.zero,
.vlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.vlist li {
  margin: 0 0 5px 0;
}
.vlist li:last-child {
  margin-bottom: 0;
}
.full-width {
  width: 100%;
}
.height-resized > *:first-child {
  margin-top: 0;
}
.hide-hover.to-hide,
.hide-hover .to-hide {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}
.hide-hover:hover .to-hide {
  opacity: 0;
}
.clear-after:after {
  content: "";
  display: block;
  clear: both;
}
.breadcrumb {
  background-color: transparent;
  padding: 0px;
}
.square-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
}
.square-content div {
  display: table;
  width: 100%;
  height: 100%;
}
.square-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
}
.height-large {
  height: 79px;
}
.height-medium {
  height: 49px;
}
.height-samll {
  height: 19px;
}
.run-wrap {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
}
.run,
.run1,
.run2,
.run3 {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* Acceleration CPU */
}
.run {
  -webkit-transform-origin: 50% 50% -50px;
  -moz-transform-origin: 50% 50% -50px;
  -ms-transform-origin: 50% 50% -50px;
  transform-origin: 50% 50% -50px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  opacity: 0;
}
.run.view {
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 1;
}
.run2 {
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotate(70deg);
  transform: rotate(70deg);
  opacity: 0;
}
.run2.view {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}
.run3 {
  opacity: 0;
}
.run3.view {
  opacity: 1;
}
.long-shadow.primary {
  color: #ffffff;
  text-shadow: 1px 1px 1px #c23c3c, 2px 2px 1px #c23c3c, 3px 3px 1px #c23c3c, 4px 4px 1px #c23c3c, 5px 5px 1px #c23c3c, 6px 6px 1px #c23c3c, 7px 7px 1px #c23c3c, 8px 8px 1px #c23c3c, 9px 9px 1px #c23c3c, 10px 10px 1px #c23c3c, 11px 11px 1px #c23c3c, 12px 12px 1px #c23c3c, 13px 13px 1px #c23c3c, 14px 14px 1px #c23c3c, 15px 15px 1px #c23c3c, 16px 16px 1px #c23c3c, 17px 17px 1px #c23c3c, 18px 18px 1px #c23c3c, 19px 19px 1px #c23c3c, 20px 20px 1px #c23c3c, 21px 21px 1px #c23c3c, 22px 22px 1px #c23c3c, 23px 23px 1px #c23c3c, 24px 24px 1px #c23c3c, 25px 25px 1px #c23c3c, 26px 26px 1px #c23c3c, 27px 27px 1px #c23c3c, 28px 28px 1px #c23c3c, 29px 29px 1px #c23c3c, 30px 30px 1px #c23c3c, 31px 31px 1px #c23c3c, 32px 32px 1px #c23c3c, 33px 33px 1px #c23c3c, 34px 34px 1px #c23c3c, 35px 35px 1px #c23c3c, 36px 36px 1px #c23c3c, 37px 37px 1px #c23c3c, 38px 38px 1px #c23c3c, 39px 39px 1px #c23c3c, 40px 40px 1px #c23c3c,  0px 0px 1px #000;
}
.long-shadow.secondary {
  color: #ffffff;
  text-shadow: 1px 1px 1px #37627e, 2px 2px 1px #37627e, 3px 3px 1px #37627e, 4px 4px 1px #37627e, 5px 5px 1px #37627e, 6px 6px 1px #37627e, 7px 7px 1px #37627e, 8px 8px 1px #37627e, 9px 9px 1px #37627e, 10px 10px 1px #37627e, 11px 11px 1px #37627e, 12px 12px 1px #37627e, 13px 13px 1px #37627e, 14px 14px 1px #37627e, 15px 15px 1px #37627e, 16px 16px 1px #37627e, 17px 17px 1px #37627e, 18px 18px 1px #37627e, 19px 19px 1px #37627e, 20px 20px 1px #37627e, 21px 21px 1px #37627e, 22px 22px 1px #37627e, 23px 23px 1px #37627e, 24px 24px 1px #37627e, 25px 25px 1px #37627e, 26px 26px 1px #37627e, 27px 27px 1px #37627e, 28px 28px 1px #37627e, 29px 29px 1px #37627e, 30px 30px 1px #37627e, 31px 31px 1px #37627e, 32px 32px 1px #37627e, 33px 33px 1px #37627e, 34px 34px 1px #37627e, 35px 35px 1px #37627e, 36px 36px 1px #37627e, 37px 37px 1px #37627e, 38px 38px 1px #37627e, 39px 39px 1px #37627e, 40px 40px 1px #37627e,  0px 0px 1px #000;
}
.nav-collapse {
  margin-top: 60px;
}
.nav-collapse li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.nav-collapse li:last-child {
  border: none;
}
.nav-collapse a {
  display: block;
  padding: 1.2rem 19px;
  color: #ffffff;
}
#responsive_logo {
  float: left;
}
#responsive_logo * {
  margin: 0;
}
#responsive_logo img,
#responsive_logo svg {
  max-height: 40px;
  margin-top: 3px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(242, 75, 75, 0.8);
  z-index: 1;
  overflow: scroll;
}
.overlay nav {
  text-align: center;
  position: relative;
  top: 50%;
  height: 60%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: left;
}
.overlay ul li {
  display: block;
}
.overlay ul li a {
  position: relative;
  font-size: 54px;
  font-weight: 300;
  display: block;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.overlay ul li a:hover {
  color: #ffffff;
}
.overlay ul li.active > a {
  font-weight: 600;
}
.overlay ul li.active > a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 0 9.5px 9.5px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  position: absolute;
  left: -19px;
  top: 50%;
  margin-top: -4.75px;
}
.overlay ul.submenu {
  margin-top: 10px;
  margin-left: 19px;
}
.overlay ul.submenu li a {
  font-size: 18px;
}
.overlay ul.submenu .submenu a {
  font-size: 12px;
}
.overlay li.has-submenu {
  margin-bottom: 10px;
}
.an {
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transform-origin: 50% 0%;
}
.an.overlay-open {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.overlay-contentscale {
  visibility: hidden;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  -o-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overlay-contentscale.open {
  visibility: visible;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
#hamburger-icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
  margin: 10px;
  z-index: 2;
  float: right;
}
#hamburger-icon:focus {
  outline: none;
}
#hamburger-icon .line {
  display: block;
  background: #ffffff;
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  border-radius: 1.5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
#hamburger-icon .line.line-1 {
  top: 0;
}
#hamburger-icon .line.line-2 {
  top: 50%;
}
#hamburger-icon .line.line-3 {
  top: 100%;
}
#hamburger-icon.active .line-1 {
  -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
  transform: translateY(10px) translateX(0) rotate(45deg);
}
#hamburger-icon.active .line-2 {
  opacity: 0;
}
#hamburger-icon.active .line-3 {
  -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
  transform: translateY(-10px) translateX(0) rotate(-45deg);
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .top-bar,
  #intro-content {
    margin-left: -375px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .top-bar,
  #intro-content {
    margin-left: -485px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .top-bar,
  #intro-content {
    margin-left: -585px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .glued-3 {
    width: 49.999%;
  }
}
@media (max-width: 992px) {
  div.regular-top-nav > ul > li > a {
    text-transform: none;
  }
  .area-space-s {
    padding: 9.5px 0;
  }
  .area-space-m {
    padding: 24.5px 0;
  }
  .area-space-l {
    padding: 45px 0;
  }
  .area-space-xl {
    padding: 79px 0;
  }
  .main-area-wrapper {
    margin: 15px auto;
  }
  ul.filter-set li.search-filter-wrapper {
    float: none;
    display: block;
    margin: 19px auto;
  }
}
@media (max-width: 767px) {
  .glued-3 {
    width: 49.99999%;
  }
  .text-based .glued-3 {
    width: 100%;
  }
  .box-long-shadow.feature-item {
    max-width: 300px;
    margin: 0 auto;
  }
  .top-bar {
    display: none;
  }
  .small-display-nav-bar-inner {
    display: block;
  }
  #intro-content {
    left: auto;
    margin-top: 30px;
  }
  .img-date-based .date {
    font-size: 24px;
    height: auto;
    top: -20px;
  }
}
@media (max-width: 480px) {
  .glued-3 {
    width: 100%;
  }
  #footer-bottom,
  #footer-bottom * {
    text-align: center;
  }
  .overlay nav ul li a {
    font-size: 30px;
  }
}
div.ccm-area-footer div.ccm-area-footer-handle span,
div.ccm-area-footer div.ccm-area-footer-handle i {
  color: #666 !important;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #f24b4b;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #f24b4b, 0 0 5px #f24b4b;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #f24b4b;
  border-left-color: #f24b4b;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -o-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mm-menu {
  background: #f0f0f0;
  border-color: rgba(31, 34, 34, 0.1);
  color: rgba(31, 34, 34, 0.7);
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
  color: rgba(31, 34, 34, 0.3);
}
.mm-menu .mm-navbar .mm-btn:before,
.mm-menu .mm-navbar .mm-btn:after {
  border-color: rgba(31, 34, 34, 0.3);
}
.mm-menu .mm-listview {
  border-color: rgba(31, 34, 34, 0.1);
}
.mm-menu .mm-listview > li .mm-next:after,
.mm-menu .mm-listview > li .mm-arrow:after {
  border-color: rgba(31, 34, 34, 0.3);
}
.mm-menu .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
  tap-highlight-color: rgba(255, 255, 255, 0.5);
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(31, 34, 34, 0.5);
}
.mm-menu .mm-divider {
  background: rgba(31, 34, 34, 0.5);
}
.mm-menu.mm-theme-dark {
  background: #4f5659;
  border-color: #43494b;
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-navbar > *,
.mm-menu.mm-theme-dark .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview {
  border-color: #1f2222;
}
.mm-menu.mm-theme-dark .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-dark .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(79, 86, 89, 0.1);
  tap-highlight-color: rgba(79, 86, 89, 0.1);
}
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview > li.mm-selected > span {
  background: rgba(79, 86, 89, 0.1);
}
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-dark .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-theme-dark .mm-divider {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-theme-dark label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.5);
}
.mm-menu.mm-theme-dark .mm-menu.mm-pageshadow.mm-theme-dark:after {
  box-shadow: 0 0 20px rgba(79, 86, 89, 0.5);
}
.mm-menu.mm-theme-dark .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
.mm-menu.mm-theme-dark .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-dark label.mm-toggle {
  background: #4f5659;
}
.mm-menu.mm-theme-dark label.mm-toggle:before {
  background: #333333;
}
.mm-menu.mm-theme-dark input.mm-toggle:checked ~ label.mm-toggle {
  background: #5cb85c;
}
.mm-menu.mm-theme-white {
  background: #ffffff;
  border-color: rgba(31, 34, 34, 0.1);
  color: rgba(31, 34, 34, 0.6);
}
.mm-menu.mm-theme-white .mm-navbar > *,
.mm-menu.mm-theme-white .mm-navbar a {
  color: rgba(31, 34, 34, 0.3);
}
.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
  border-color: rgba(31, 34, 34, 0.3);
}
.mm-menu.mm-theme-white .mm-listview {
  border-color: rgba(31, 34, 34, 0.1);
}
.mm-menu.mm-theme-white .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-white .mm-listview > li .mm-arrow:after {
  border-color: rgba(31, 34, 34, 0.3);
}
.mm-menu.mm-theme-white .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(31, 34, 34, 0.05);
  tap-highlight-color: rgba(31, 34, 34, 0.05);
}
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview > li.mm-selected > span {
  background: rgba(31, 34, 34, 0.05);
}
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-white .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(31, 34, 34, 0.03);
}
.mm-menu.mm-theme-white .mm-divider {
  background: rgba(31, 34, 34, 0.03);
}
.mm-menu.mm-theme-white label.mm-check:before {
  border-color: rgba(31, 34, 34, 0.6);
}
.mm-menu.mm-theme-white em.mm-counter {
  color: rgba(31, 34, 34, 0.3);
}
.mm-menu.mm-theme-white .mm-fixeddivider span {
  background: rgba(31, 34, 34, 0.03);
}
.mm-menu.mm-theme-white .mm-menu.mm-pageshadow.mm-theme-white:after {
  box-shadow: 0 0 10px rgba(31, 34, 34, 0.2);
}
.mm-menu.mm-theme-white .mm-search input {
  background: rgba(31, 34, 34, 0.05);
  color: rgba(31, 34, 34, 0.6);
}
.mm-menu.mm-theme-white .mm-noresultsmsg {
  color: rgba(31, 34, 34, 0.3);
}
.mm-menu.mm-theme-white .mm-indexer a {
  color: rgba(31, 34, 34, 0.3);
}
.mm-menu.mm-theme-white label.mm-toggle {
  background: rgba(31, 34, 34, 0.1);
}
.mm-menu.mm-theme-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-theme-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #5cb85c;
}
.mm-menu.mm-theme-black {
  background: #1f2222;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-navbar > *,
.mm-menu.mm-theme-black .mm-navbar a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,
.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-listview > li .mm-next:after,
.mm-menu.mm-theme-black .mm-listview > li .mm-arrow:after {
  border-color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-listview > li a:not(.mm-next) {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  tap-highlight-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-theme-black .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-divider {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black em.mm-counter {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-fixeddivider span {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black .mm-menu.mm-pageshadow.mm-theme-black:after {
  content: none;
  display: none;
}
.mm-menu.mm-theme-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-theme-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black .mm-indexer a {
  color: rgba(255, 255, 255, 0.4);
}
.mm-menu.mm-theme-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-theme-black label.mm-toggle:before {
  background: #1f2222;
}
.mm-menu.mm-theme-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #5cb85c;
}
.edit-mode div.ccm-block-custom-template-parallax.parallaxic-container {
  z-index: 1;
}
body {
  background-image: url('/packages/theme_anitya/themes/anitya/css/');
}
.intro {
  background-image: url('/packages/theme_anitya/themes/anitya/images/pattern/slate.png');
}
