/* CSS Document */
/* line 7, style2.scss */
* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

@font-face {
  font-family: "header";
  src: url("fonts/big_noodle_titling-webfont.eot");
  src: url("fonts/big_noodle_titling-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/big_noodle_titling-webfont.woff") format("woff"), url("fonts/big_noodle_titling-webfont.ttf") format("truetype"), url("fonts/big_noodle_titling-webfont.svg#bignoodletitlingregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "titillium";
  src: url("fonts/titilliumtext25l003.eot");
  src: url("fonts/titilliumtext25l003.eot?#iefix") format("embedded-opentype"), url("fonts/titilliumtext25l003.woff") format("woff"), url("fonts/titilliumtext25l003.ttf") format("truetype"), url("fonts/titilliumtext25l003.svg#titilliumtext25l400_wt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot");
  src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 49, style2.scss */
* {
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

/* line 59, style2.scss */
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", serif;
  font-size: 12px;
  background-color: white;
  color: #007298;
  min-width: 320px;
}

/* line 79, style2.scss */
h1, h2, h3, h4, h5 {
  font-weight: bold;
}

h1 {
  font-size: 4em;
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 2.5em;
  }
}

p {
  line-height: 140%;
}

/* line 85, style2.scss */
a {
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.2s linear 0s;
  text-decoration: none;
  color: #60c8f4;
}
a.cta {
  background: #007298;
  color: white;
  padding: 0.75em 1.25em;
  margin: 1em 1em 1em 0;
  display: inline-block;
  border-radius: 2em;
  font-size: 1.35em;
  transition: all 0.2s;
}
a.cta:hover {
  background: #60c8f4;
  color: white;
}
@media screen and (max-width: 430px) {
  a.cta {
    display: block;
    text-align: center;
    margin: 1em 0;
  }
}

a:hover {
  color: white;
}

img {
  max-width: 100%;
}

ul {
  font-size: 1.25em;
  margin: 0.5em 0 2em;
  padding-left: 1em;
}
ul ul {
  list-style-type: disc;
  margin: 0.25em 0;
  padding-left: 1em;
}
ul ul li {
  font-size: 0.8em;
}

li {
  padding: 0.25em 0;
}

video {
  width: 100%;
}

span.subhead {
  font-size: 1.75em;
  font-weight: bold;
  margin: 2em 0 0;
  display: block;
}
span.subhead:first-child {
  margin: 0;
}

.header-wrap-inner {
  color: #60c8f4;
}

.header-wrap-inner a {
  color: #007298;
  outline: 0;
  border: 0;
  text-decoration: none;
}

/* line 101, style2.scss */
.header-wrap-inner a:active, .header-wrap-inner a:hover {
  color: #60c8f4;
  border: 0;
}

/* line 102, style2.scss */
.header-wrap-inner a:visited {
  color: #007298;
}

/* line 107, style2.scss */
.header-wrap {
  background-color: #FFFFFF;
  z-index: 50;
  position: relative;
  width: 100%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

/* line 117, style2.scss */
.header-wrap .header-wrap-inner {
  margin: 0 auto;
  width: 95%;
  padding: 2em 0;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 126, style2.scss */
.header-wrap .header-wrap-inner:after {
  content: "";
  display: block;
  clear: both;
}

/* line 134, style2.scss */
.header-wrap .blue-header {
  color: #0099cc;
}

/* line 136, style2.scss */
.header-wrap .main-header {
  font-weight: 800;
  font-size: 3.5em;
  line-height: 100%;
  flex: 1;
}
.header-wrap .main-header span {
  font-weight: normal;
}

/* line 161, style2.scss */
.header-wrap .nav-wrap {
  text-align: right;
}

/* line 182, style2.scss */
.header-wrap .nav-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 1em;
}

/* line 196, style2.scss */
.header-wrap .nav-wrap li {
  display: inline;
  padding-left: 2.5em;
  /*a*/
}

/* line 202, style2.scss */
.header-wrap .nav-wrap li:first-child {
  padding-left: 0;
}

/* line 204, style2.scss */
.header-wrap .nav-wrap li a {
  font-weight: normal;
  font-size: 1.5em;
  line-height: 100%;
  -moz-transition: all 0.2s linear 0s;
  /* Firefox 4 */
  -webkit-transition: all 0.2s linear 0s;
  /* Safari and Chrome */
  -o-transition: all 0.2s linear 0s;
  /* Opera */
  color: #007298;
}

/* line 215, style2.scss */
.header-wrap .nav-wrap li a:hover {
  color: #60c8f4;
}

/* line 217, style2.scss */
.header-wrap .nav-wrap li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.7em;
  padding-right: 7px;
  position: relative;
  top: -2px;
}

.header-wrap .nav-wrap .resume a:before {
  font-size: 0.6em;
}

/* line 239, style2.scss */
.header-wrap .nav-wrap .about a:before {
  /*  content: "\e600";*/
  font-size: 0.7em;
}

/* line 241, style2.scss */
.header-wrap .nav-wrap .contact a:before {
  /*  content: "\e601";*/
  font-size: 0.7em;
}

.short-bio {
  color: white;
  font-size: 1.5em;
  width: 100%;
  padding: 8% 5%;
  font-size: 1.4em;
  background: url(images/design-bg-gradient.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #60c8f4;
  background-attachment: fixed;
  position: relative;
}
.short-bio::before {
  content: "";
  display: block;
  background: linear-gradient(172deg, rgba(2, 0, 36, 0) 0%, rgb(31, 103, 127) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
.short-bio .inner {
  display: flex;
  max-width: 57em;
  align-items: center;
  margin: 0 auto;
  width: 90%;
  position: relative;
  z-index: 999;
}

.short-bio .txt-wrap {
  padding-left: 1.5em;
}

.short-bio p {
  width: 90%;
  font-size: 1.1em;
}

.bio-inner h2 {
  font-size: 1.5em;
  text-align: center;
  margin: 1.75em 0 0;
  color: #60c8f4;
}
.bio-inner h2::after {
  content: "";
  background: #b7e9ff;
  height: 0.1em;
  width: 2em;
  margin: 0.5em auto 1em;
  display: block;
  border-radius: 1em;
}

.bio-inner h2:after {
  content: "";
  background: #b7e9ff;
  height: 0.1em;
  width: 2em;
  margin: 0.5em auto 1em;
  display: block;
  border-radius: 1em;
}

#bio .bio-inner a {
  color: #60c8f4;
}

#bio .bio-inner a:hover {
  border: 0;
}

.main-wrap {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 4em 0;
}

.main-wrap h1 {
  text-align: center;
  font-weight: bold;
  font-size: 3em;
  margin: 0 0 7%;
  color: #007298;
}
.main-wrap h1::after {
  content: "";
  background: #b7e9ff;
  height: 0.1em;
  width: 2em;
  margin: 0.5em auto 1em;
  display: block;
  border-radius: 1em;
}
@media screen and (max-width: 1200px) {
  .main-wrap h1 {
    text-align: left;
  }
  .main-wrap h1::after {
    margin: 0.5em 0 1em;
  }
}
@media screen and (max-width: 500px) {
  .main-wrap h1 {
    font-size: 2.25em;
  }
}

.main-wrap p {
  font-size: 1.5em;
}

/* line 271, style2.scss */
.main-wrap .item-wrap {
  height: auto;
  max-width: 65em;
  margin: 2% auto;
  width: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ffffff+100&0+0,1+9 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.11) 1%, rgb(255, 255, 255) 9%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

/* line 278, style2.scss */
.main-wrap .item-wrap ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.main-wrap .item-wrap .col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* line 283, style2.scss */
.main-wrap .item-wrap li {
  border: 5px solid white;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.7215686275);
  display: inline-block;
  position: relative;
  text-align: center;
  width: 27%;
  margin: 3%;
  padding: 0;
}

.slick-dots li button::before {
  font-size: 10px;
}

.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.main-wrap .item-wrap li img {
  height: auto;
  max-width: 100%;
}

.main-wrap .item-wrap li a {
  color: #fff;
}

.main-wrap .item-wrap li .header {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease;
  opacity: 0;
}

.process-wrap {
  padding: 8% 0 23%;
  background: url(images/process-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #60c8f4;
  background-attachment: fixed;
  color: white;
  font-size: 1.4rem;
  position: relative;
}
.process-wrap .subsection {
  margin: 7% 0;
}
.process-wrap span.subhead {
  font-size: 1em;
  margin: 0.5em 0;
}
.process-wrap ul {
  font-size: 0.75em;
}
.process-wrap::before {
  content: "";
  display: block;
  background: linear-gradient(172deg, rgba(2, 0, 36, 0) 0%, rgb(31, 103, 127) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
}
@media screen and (max-width: 510px) {
  .process-wrap {
    background: rgb(96, 200, 244);
    background: linear-gradient(172deg, rgb(96, 200, 244) 0%, rgb(0, 114, 152) 100%);
  }
}

.process-wrap .inner, #contact .inner {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 999999;
}

#contact a {
  color: white;
  border-bottom: 1px dotted white;
}
#contact a:hover {
  border-bottom: 0;
}

.process-wrap p {
  color: white;
  font-size: 0.8em;
}

.process-wrap h2 {
  font-size: 1.25em;
  text-align: center;
}

.process-wrap h2:after {
  content: "";
  background: #b7e9ff;
  height: 0.1em;
  width: 2em;
  margin: 0.5em auto 1em;
  display: block;
  border-radius: 1em;
}

@media screen and (min-width: 800px) {
  .process-wrap {
    padding: 5% 0 10%;
  }
  .process-wrap p {
    font-size: 0.75em;
  }
  .process-wrap h2 {
    font-size: 1.5em;
  }
  .main-wrap {
    padding: 5% 0;
  }
  .bio-inner h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 675px) {
  /* line 318, style2.scss */
  .main-wrap .item-wrap li .header {
    font-size: 1.5em;
  }
}
/* line 331, style2.scss */
.main-wrap .item-wrap li a {
  display: block;
  overflow: hidden;
}

/* line 339, style2.scss */
.main-wrap .item-wrap li:hover .header {
  opacity: 1;
}

/* line 518, style2.scss */
.main-wrap .item-wrap .item-text {
  background: #60c8f4;
  color: white;
  padding: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  font-size: 1em;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: all 0.2s linear 0s;
}
@media screen and (max-width: 420px) {
  .main-wrap .item-wrap .item-text {
    font-size: 0.8em;
  }
}

.main-wrap .item-wrap li:hover .item-text {
  opacity: 1;
}

/*main wrap*/
/* line 535, style2.scss */
.about-wrap {
  background: url("images/paper2.jpg");
  background-repeat: repeat;
  border: 0.8em solid white;
  box-shadow: 0 0 10px #c3c3c3;
  margin-top: 21em;
  margin-bottom: 40px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 30px;
  width: 100%;
  float: left;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

@media screen and (max-width: 1025px) {
  /* line 535, style2.scss */
  .about-wrap {
    margin-top: 200px;
  }
}
@media screen and (max-width: 460px) {
  /* line 535, style2.scss */
  .about-wrap {
    margin-top: 170px;
  }
}
/* line 555, style2.scss */
.about-wrap .screen-joe {
  background: url("images/joe-new.jpg") no-repeat scroll 0 0 transparent;
  border: 5px solid white;
  box-shadow: 0 0 10px #999999;
  height: 199px;
  width: 199px;
  display: block;
  margin: -11em auto 0;
}

@media screen and (max-width: 1025px) {
  /* line 555, style2.scss */
  .about-wrap .screen-joe {
    margin-top: -4em;
  }
}
/* line 567, style2.scss */
.about-wrap .about-text {
  width: 95%;
  line-height: 150%;
  color: #777;
  margin: 0 auto;
  margin-top: 3em;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

@media screen and (max-width: 530px) {
  /* line 567, style2.scss */
  .about-wrap .about-text {
    width: 100%;
  }
}
/* line 579, style2.scss */
.about-wrap .about-text p {
  font-size: 20px;
  font-size: 1.1rem;
  line-height: 140%;
}

@media screen and (max-width: 530px) {
  /* line 579, style2.scss */
  .about-wrap .about-text p {
    font-size: 1rem;
  }
}
/* line 587, style2.scss */
.about-wrap .about-text h2 {
  text-transform: uppercase;
  margin: 10px 0 0;
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "header";
  color: #09C;
  font-weight: normal;
}

@media screen and (max-width: 530px) {
  /* line 587, style2.scss */
  .about-wrap .about-text h2 {
    font-size: 2rem;
  }
}
.footer {
  clear: both;
  float: left;
  font-size: 0.6em;
  margin: 2em 0;
}

/* line 613, style2.scss */
.about-page .main-wrap {
  max-width: 800px;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}

#bio {
  clear: both;
  position: relative;
  font-size: 1.5em;
  border-top: 5px solid #b7e9ff;
}

#bio img, .short-bio img {
  border: 5px solid white;
  box-shadow: 0 0 10px rgba(121, 121, 121, 0.5019607843);
  height: 150px;
  width: 150px;
  border-radius: 50%;
}

.bio-outer {
  position: absolute;
  width: 100%;
  background: white;
}

#bio .bio-inner {
  width: 85%;
  font-size: 1.1rem;
  max-width: 47rem;
  padding-top: 3em;
  padding-bottom: 5em;
  margin: 0 auto;
  position: relative;
}

/* line 671, style2.scss */
.fancybox-close {
  background-image: url("/images/close.svg");
  height: 32px;
  width: 32px;
  right: -15px;
  top: -13px;
}

.case-study-content {
  display: block;
}

.content-section {
  margin: 0 auto 5%;
  padding: 0 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-section.top {
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .content-section {
    margin: 0 auto 10%;
  }
}
@media screen and (max-width: 500px) {
  .content-section {
    font-size: 0.85em;
  }
}
.content-section:last-child {
  box-shadow: none;
}
.content-section:nth-child(odd) .img-wrap {
  order: 1;
}
@media screen and (max-width: 1200px) {
  .content-section:nth-child(odd) .img-wrap {
    order: 0;
  }
}
.content-section h2 {
  color: #007298;
  font-size: 2.25em;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .content-section h2 {
    font-size: 1.85em;
  }
}
.content-section h3, .content-section h4 {
  width: 100%;
  color: #007298;
  font-weight: normal;
  font-size: 2.5em;
}
.content-section h3::after, .content-section h4::after {
  content: "";
  background: #b7e9ff;
  height: 0.1em;
  width: 2em;
  margin: 0.5em auto 1em;
  display: block;
  border-radius: 1em;
  margin: 0.5em 0;
}
@media screen and (max-width: 500px) {
  .content-section h3, .content-section h4 {
    font-size: 2em;
  }
}
.content-section h4 {
  font-size: 1.5em;
  color: #60c8f4;
}
.content-section p {
  font-size: 1.25em;
}
.content-section a {
  color: #0099cc;
}
.content-section a:hover {
  color: #60c8f4;
}
.content-section a.cta {
  background: #007298;
  color: white;
  padding: 0.75em 1em;
  margin: 1em 1em 1em 0;
  display: inline-block;
  border-radius: 2em;
  font-size: 1.35em;
  transition: all 0.2s;
}
.content-section a.cta:hover {
  background: #60c8f4;
  color: white;
}
@media screen and (max-width: 430px) {
  .content-section a.cta {
    display: block;
    text-align: center;
    margin: 1em 0;
  }
}
.content-section .has-slider {
  margin: 0 auto;
  max-width: 1450px;
}
.content-section .has-slider .text-wrap {
  max-width: 54em;
  margin: 0 auto;
}
.content-section .img-wrap {
  width: 50%;
  height: auto;
  max-width: 100%;
}
.content-section .img-wrap img {
  border-radius: 1em;
  margin: 0 auto;
  display: block;
}
.content-section .img-wrap small {
  text-align: center;
  margin: 1em auto;
  display: block;
}
@media screen and (max-width: 1200px) {
  .content-section .img-wrap {
    width: 100%;
  }
}
.content-section.persona {
  align-items: flex-start;
}
.content-section.persona .overview {
  font-size: 0.75em;
  padding: 6em 3em 2em 3em;
}
.content-section.persona .overview span.subhead {
  font-size: 1.5em;
}
.content-section.persona .img-wrap img {
  border-radius: 50%;
  border-radius: 50%;
  width: 175px;
  height: 175px;
  margin-bottom: -100px;
  border: 5px solid #e6f3f8;
}
@media screen and (max-width: 1200px) {
  .content-section.persona .img-wrap img {
    width: 150px;
    height: 150px;
    margin-bottom: -70px;
  }
}
.content-section.seo {
  align-items: flex-start;
}
.content-section.competitors .img-wrap img {
  width: 400px;
  height: auto;
}
.content-section .text-wrap {
  width: 44%;
  padding: 0 4% 0 0;
}
@media screen and (max-width: 1200px) {
  .content-section .text-wrap {
    width: 100%;
    padding: 0;
  }
}
.content-section .text-wrap.overview {
  padding: 1.5em 3em;
}

.overview {
  background: #e6f3f8;
  color: #015470;
  border-radius: 1em;
  padding: 1em 2em;
  margin: 2em 0;
}

@media screen and (max-width: 1200px) {
  .short-bio {
    background-size: 250%;
    background-position: top;
    background-attachment: scroll;
  }
}

@media screen and (max-width: 1200px) {
  .header-wrap .main-header {
    font-size: 3em;
  }
  .header-wrap .nav-wrap li a {
    font-size: 1.65em;
  }
  #bio video {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 1025px) {
  .header-wrap .main-header {
    width: 100%;
    text-align: center;
  }
  .header-wrap .nav-wrap {
    margin: 1.25em 0 0;
    width: 100%;
    text-align: center;
  }
  .header-wrap .nav-wrap ul {
    right: 0;
    width: 100%;
  }
  .short-bio {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 785px) {
  .short-bio p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 775px) {
  .main-wrap .item-wrap {
    margin-top: 10%;
  }
  .header-wrap .nav-wrap li a {
    font-size: 1.25em;
  }
  .short-bio .inner {
    display: block;
    text-align: center;
  }
  .short-bio .txt-wrap {
    padding-top: 1em;
    padding-left: 0;
  }
  .short-bio p {
    font-size: 1em;
    text-align: left;
    width: 100%;
  }
  .short-bio img {
    height: 130px;
    width: 130px;
  }
}
@media screen and (max-width: 600px) {
  .header-wrap .nav-wrap .portfolio a:before, .header-wrap .nav-wrap .resume a:before, .header-wrap .nav-wrap .about a:before, .header-wrap .nav-wrap .contact a:before {
    content: none;
  }
}
@media screen and (max-width: 510px) {
  .header-wrap .main-header {
    font-size: 2.5em;
  }
  .process-wrap p {
    font-size: 0.65em;
  }
  #bio .bio-inner p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 460px) {
  .header-wrap .main-header {
    font-size: 2.75em;
  }
  .header-wrap .nav-wrap {
    position: static;
    margin: 20px 0 0;
  }
  .header-wrap .nav-wrap {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 350px) {
  /* line 196, style2.scss */
  .header-wrap .nav-wrap li {
    padding-left: 10px;
  }
}
.gallery-cell, .gallery-cell img {
  outline: 0;
}

.slick-prev {
  left: 0;
}
@media screen and (max-width: 900px) {
  .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 600px) {
  .slick-prev {
    left: 0;
  }
}

.slick-next {
  right: 0;
}
@media screen and (max-width: 900px) {
  .slick-next {
    right: -20px;
  }
}
@media screen and (max-width: 600px) {
  .slick-next {
    right: 0;
  }
}

.slick-prev, .slick-next {
  z-index: 999;
}
.slick-prev::before, .slick-next::before {
  color: #CCC;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .slick-prev::before, .slick-next::before {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  .slick-prev, .slick-next {
    display: none;
  }
  .slick-prev::before, .slick-next::before {
    font-size: 0;
  }
}

.slick-dots li button {
  background: #CCC;
  height: 2px;
  width: 2px;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  background: #eeeeee;
}

.slick-dots li button:before {
  content: none;
}

.slick-slide img {
  margin: 0 auto;
}

#local-link .txt {
  padding-top: 4em;
}

.main-wrap p.more-text {
  text-align: center;
  font-size: 1.25em;
}

/*Case Study Styles*/
.case-study-content {
  padding: 0;
}
.case-study-content .overview-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-items: flex-start;
}
.case-study-content .overview-wrap .overview-text {
  width: 50%;
  padding: 0 5% 0 0;
}
.case-study-content .overview-wrap .overview {
  width: 50%;
  padding: 2em 2em 0;
  font-size: 0.9em;
}
.case-study-content .overview-wrap .overview .callout {
  font-size: 2em;
  color: #015470;
}
.case-study-content .overview-wrap .overview .callout small {
  font-size: 0.5em;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .case-study-content .overview-wrap .overview-text, .case-study-content .overview-wrap .overview {
    width: 100%;
  }
  .case-study-content .overview-wrap .overview-text {
    padding: 5% 0;
  }
  .case-study-content .overview-wrap .overview-text h3 {
    margin-top: 0;
  }
}
.case-study-content .content-section {
  margin: 5% auto;
  max-width: 1500px;
  width: 90%;
}
.case-study-content .content-section h4 {
  color: #007298;
  font-size: 2.5em;
  margin: 0 0 1em;
}
@media screen and (max-width: 1200px) {
  .case-study-content .content-section {
    margin: 0 auto 10%;
  }
  .case-study-content .content-section h4 {
    margin: 1em 0;
  }
}
@media screen and (max-width: 500px) {
  .case-study-content .content-section {
    margin: 5%;
  }
  .case-study-content .content-section h4 {
    font-size: 2em;
    margin: 2em 0 1em;
  }
}
.case-study-content .banner {
  padding: 5% 5% 0;
}
.case-study-content .banner .inner {
  max-width: 120em;
  width: 90%;
  margin: 0 auto;
}
.case-study-content .slick-prev {
  left: -25px;
}
.case-study-content .slick-next {
  right: -25px;
}
@media screen and (max-width: 600px) {
  .case-study-content .slick-prev {
    left: 0;
  }
  .case-study-content .slick-next {
    right: 0;
  }
}
.case-study-content .slick-dotted.slick-slider {
  margin-bottom: 2em;
}
.case-study-content .footer {
  float: none;
  background: #007298;
  margin: 0;
  padding: 3em;
  font-size: 1em;
  color: white;
  text-align: center;
}
.case-study-content a:hover {
  color: #1a8cbc;
}
.case-study-content a.cta:hover {
  color: white;
}
.case-study-content .view-more {
  text-align: center;
  width: 90%;
  margin: 5% auto;
}
.case-study-content .view-more .cta {
  margin: 0 auto;
  font-size: 1.75em;
  margin: 0 auto;
  font-size: 1.75em;
  padding: 0.75em 2em;
}
@media screen and (max-width: 500px) {
  .case-study-content .view-more .cta {
    font-size: 1.35em;
  }
}
.case-study-content.elephant-content-csp-docs .content-section h3, .case-study-content.elephant-content-csp-docs .content-section h4, .case-study-content.elephant-content-fnol .content-section h3, .case-study-content.elephant-content-fnol .content-section h4 {
  font-size: 2.5em;
}
.case-study-content .callout {
  display: block;
  margin: 1em 0;
  font-weight: bold;
}
.case-study-content .callout b {
  font-size: 5.25em;
  display: block;
  line-height: 120%;
}

/*Case Study Styles End*/
/*Animation for elements on scroll*/
.animatable {
  opacity: 0;
}
.animatable.animate {
  opacity: 1;
  transition: opacity 1s ease-in-out; /* It slowly shows the element as we place the mouse on the box and when the time reaches 1 seconds, it is fully visible. */
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
}/*# sourceMappingURL=style4.css.map */