/* Main styles */
/* Resets */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body,
html {
  font-size: 100%;
  margin: 0;
  padding-top: 30px;
}
 

body,a {
cursor:url(http://i.imgur.com/ONVDMqu.png),default
}

a:hover {
cursor:url(http://i.imgur.com/0p9CPwX.png),default
}

body {
  font-family: "Corporate S W01";
  font-weight: 400;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  background-image: linear-gradient(-225deg, #d2fafd 0%, #edf1f1 100%);
  color: #333;
}

p {
  margin-bottom: 1em;
  line-height: 1.5;
}

.serif {
  font-family: "Adobe Garamond W01";
}

/* Carousel styles */
.slide--parent {
  max-width: 1170px;
  margin: auto;
  overflow: hidden;
  background-color: #fff;
  padding: 4em;
}

.cc--slide {
  width: 100%;
  margin: auto;
}

.cc--slide h1 {
  letter-spacing: 1px;
  color: #343434;
  margin: 0;
  overflow: hidden;
}

.cc--slide small {
  font-style: italic;
  font-weight: 700;
  margin-bottom: 0.5em;
  display: inline-block;
  color: #777;
  position: relative;
  padding-left: 3em;
  font-size: 120%;
}

.cc--slide small:after {
  content: "";
  position: absolute;
  left: 0em;
  top: 50%;
  height: 4px;
  width: 2.4em;
  background: red;
  transform: translateY(-50%);
}

.cc--slide .two--col {
  display: flex;
  align-items: center;
}

.cc--slide figure {
  margin: 0;
}

.is-item {
  width: 60%;
}

.is-item.has--img {
  width: 40%;
}

.the-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.the-img img {
  width: 100%;
}

.is-item--inner {
  position: relative;
  padding: 0em 3em;
}

.cc--slide hr {
  margin: 0.5em 0em;
  height: 2px;
  background: #ddd;
  border: none;
}

.the-img {
  overflow: hidden;
}

.cc--slide hr {
  width: 0;
  max-width: 12em;
  transition: all 2500ms ease;
}

.cc--slide small {
  transform: translateY(10px);
  opacity: 0;
  transition: all 300ms ease;
}

.cc--slide small:after {
  width: 0;
  max-width: 2.4em;
  transition: all 1500ms ease;
}

.cc--slide.is-selected .the-img {
  overflow: hidden;
}

.cc--slide.is-selected .the-img img {
  position: relative;
  transform: translateX(0%);
  transition-delay: 800ms;
}

.cc--slide.is-selected .is-item--inner p {
  transform: translateY(0px);
  transition-delay: 500ms;
  position: relative;
  opacity: 1;
}

.cc--slide.is-selected .is-item--inner p:nth-of-type(2) {
  color: red;
  transition-delay: 700ms;
}

.cc--slide.is-selected hr {
  width: 100%;
  max-width: 8em;
  transition-delay: 500ms;
}

.cc--slide.is-selected small {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 400ms;
}

.cc--slide.is-selected small:after {
  width: 100%;
  transition-delay: 600ms;
  max-width: 2.4em;
}

/* Flickity page dots override */
.slide--parent .flickity-page-dots {
  bottom: 2em;
  left: 0;
  right: 0;
  width: auto;
  transition: opacity 0.3s;
}