/*!
 * Start Bootstrap - Agency v3.3.7+1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/***************************/
/* ORANGE: #d25935      #f37334    */
/* BLUE:   #00c4dd         */
/***************************/

* {
  -webkit-font-smoothing: antialiased;
}

html {
  font-size: 12px;
}

body {
  overflow-x: hidden;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
}
.text-muted {
  color: #777777 !important;
}
.text-primary {
  color: #00c4dd !important;
}
p {
  line-height: 1.4;
}
a {
  color: #00c4dd;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #00b7ce;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*   text-transform: uppercase; */
  font-weight: 700;
  color: #f37334;
}
ul {
  padding-left: 1rem;
}
.img-centered {
  display: block;
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #00c4dd;
  border-color: #00c4dd;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #00b7ce;
  border-color: #00adc4;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00c4dd;
  border-color: #00c4dd;
}
.btn-primary .badge {
  color: #00c4dd;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #00c4dd;
  border-color: #00c4dd;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
  text-decoration: none;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.btn-xl:active:focus,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #00b7ce;
  border-color: #00adc4;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #00c4dd;
  border-color: #00c4dd;
}
.btn-xl .badge {
  color: #00c4dd;
  background-color: white;
}
#mainNav {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
#mainNav .container {
  padding: 0;
}
#mainNav .container .navbar-brand {
  color: #00c4dd;
  /* font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive; */
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#mainNav .container .navbar-brand:hover,
#mainNav .container .navbar-brand:focus,
#mainNav .container .navbar-brand:active,
#mainNav .container .navbar-brand.active {
  color: #00b7ce;
}
#mainNav .container .btn-toggle {
  padding: .75em;
  font-size: 112%;
  margin-top: 0.3%;
}
#mainNav .container .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  padding: 0.75em 0;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: #f37334;
  border-top: 1px solid #efefef;
  text-decoration: none;
}
#mainNav .container .navbar-nav .nav-item:last-child .nav-link {
  border-bottom: 1px solid #efefef;
}
#mainNav .container .navbar-nav .nav-item .nav-link:hover,
#mainNav .container .navbar-nav .nav-item .nav-link.active {
  color: #00c4dd;
}

@media (max-width: 400px) {
  .navbar-brand img {
    height: 32px !important;
  }
  #mainNav .container .btn-toggle {
    font-size: 85%;
  }
}

/*@media (min-width: 768px) {*/
@media (min-width: 1000px) {
  html {
    font-size: 16px;
  }
  p {
    line-height: 1.75;
  }
  #mainNav {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
    box-shadow: none;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.2em 0.4em !important;
    border: none !important;
  }
  #mainNav.navbar-shrink {
    background-color: #222222;
    background-color: #fff;
    padding: 5px 0;
  }
  #mainNav.navbar-shrink .navbar-brand {
    padding: 0.65em 0;
    font-size: 1.25em;
  }
}

body {
  background-image: url('../img/header-bg-fade-01.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

header {
  text-align: center;
  color: #f37334;
  position: relative;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-style: italic; */
  font-size: 1.375rem;
  line-height: 1;
  margin-bottom: 1.5625rem;
  color: #00c4dd;
}
header .intro-text .intro-heading {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 3.125rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 1.5625rem;
  padding: 1.25rem;
  border: 0.9375rem solid rgba(243, 115, 52, .5);
}
section {
  padding: 50px 0;
}
section h2.section-heading {
  font-size: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
h3.section-subheading {
  font-size: 1.5rem;
  line-height: 1.4;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  /* font-style: italic; */
  font-weight: 400;
 /*  margin-bottom: 75px; */
   margin-bottom: 1rem;
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /* font-style: italic; */
    font-size: 2.5rem;
    line-height: 1.25;
    margin-bottom: 22px;
  }
  header .intro-text .intro-lead-in + .row {
    margin-bottom: 22px;
  }
  header .intro-text .intro-heading {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
  section {
    padding: 100px 0;
  }

}
@media (min-width: 1025px) {
  h3.section-subheading {
    font-size: 2rem;
  }
}
/*
section#services section {
  background: rgba(255,255,255,0.4);
}
 */

.smallcap {
  text-transform: none;
}

.button {
  background-color: #33c4eb;
  color: #fff;
  display: inline-block;
  padding: 1rem 2rem;
  text-shadow: none;
  text-decoration: none;
  transition: background-color 250ms ease;
}

.button:hover {
  background-color: #f37334;
  background-color: #0093ba;
  color: #fff;
  text-decoration: none;
}

.info-graphic {
  margin: 1rem 0;
  position: relative;
}

.info-graphic img {
  max-width: 100%;
  height: auto;
}


.info-graphic-report {
  padding: 0 7%;
}

.report-note {
  position: absolute;
  opacity: 0;
}

.report-note-1 {
  top: 22%;
  left: 0;
  width: 45%;
}

.report-note-2 {
  width: 43%;
  right: 0;
  top: 46%;
}

.active .report-note-1 {
  animation: note1 1000ms;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.active .report-note-2 {
  animation: note2 1000ms;
  animation-fill-mode: forwards;
  animation-delay: 1.5s;
}

@keyframes note1 {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }
    to   {
      opacity: 1;
      transform: translateY(0);
    }
}

@keyframes note2 {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to   {
      opacity: 1;
      transform: translateY(0);
    }
}

.fade-in {
  opacity: 0;
  transform: translateY(1em);
  transition: transform 250ms ease, opacity 500ms ease;
  transition-delay: 500ms;
}

.active .fade-in {
  opacity: 1;
  transform: translateY(0);
}

.scroll-link {
  opacity: 0;
  animation: fadein 1000ms;
  animation-fill-mode: forwards;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 0.75;  }
}

.intro-lead-in a {
  color: inherit;
  text-decoration: underline;
}

.scroll-prompt {
  position: absolute;
  width: 100%;
  bottom: 1rem;
}

.scroll-link img {
  width: 4rem;
}

p a,
ul a {
  color:#f37334;
  text-decoration: underline;
}

p a:hover,
ul a:hover {
  color:#f37334;
  text-decoration: none;
}

section#services section.orange-bg {
  background: rgba(210,89,53,0.1);
}

section#services section.blue-bg {
  background: rgba(0,196,221,0.1);
}

section.service {
  background-color: rgba(255,255,255,0);
  transition: background-color 500ms ease;
}

section.service.active {
  background-color: rgba(255,255,255,0.8);
}

.return-to-top {
  display: block;
  float: right;
}

.return-to-top:hover {
  text-decoration: none;
}

.check-list {
  list-style: none;
  margin-bottom: 2rem;
}

.check {
  width: 1rem;
  height: auto;
  display: inline-block;
  margin-right: 0.5rem;
}

/*
section#services section.solid-bg,
section#services section.solid-bg .text-muted {
  color: #fff !important;
}
 */


@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.service-heading {
  margin: 5px .25%;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  background-color: rgba(255,255,255,0.6);
  width: 48.5%;
  display: flex;
  align-items: center;
  box-shadow: 0 0 10px #cdcdcd;
  border: 1px solid #cdcdcd;
}
@media only screen and (min-width: 37.5em) {
  .service-heading {
    width: 32.5%;
  }
}

.service-heading a {
  color: #333;
  padding: 20px;
  display: inline-block;
/*   border: 3px solid; */
  width: 100%;
  font-weight: normal;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.service-heading:hover,
.service-heading:active,
.service-heading:focus {
  background-color: rgba(255,255,255,0.9);
}
.service-heading a:focus,
.service-heading a:hover {
  text-decoration: none;
}
/*.service-heading a::after {
  content: '';
  width: 0.7rem;
  height: 0.7rem;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  display: inline-block;
  transform: rotate(-45deg);
  margin-left: .5rem;
  position: relative;
  transition: transform 250ms ease;
}

.service-heading:hover a::after {
  transform: translateX(.5rem) rotate(-45deg);
}*/

.service-heading.service-heading--featured a {
  font-weight: bold;
}

.new-tag {
  background-color: #00b7ce;
  display: inline-block;
  padding: .25rem;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 2px;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  margin-left: .25rem;
  margin-top: .5rem;
}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

.services-grid .col-md-4 {
  padding-right: 5px;
  padding-left: 5px;
}

.feature-list {
  padding: 10px 30px;
  background: #d9fbff;
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-style: italic; */
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #00c4dd;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  /*margin-bottom: 50px;*/
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
  width: 70%;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
  line-height: 1.2;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {
  /* background-color: #222222; */
  /* background-image: url('../img/map-image.png'); */
  background-position: center;
  background-repeat: no-repeat;
}
section#contact label {
  display: block;
}

section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 292px;
}
section#contact .form-control:focus {
  border-color: #00c4dd;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer .copyright {
  font-size: 90%;
  line-height: 40px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  margin-bottom: 1rem;
}
footer ul.quicklinks {
  font-size: 90%;
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a,
.social-btn {
/*  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;*/
}
.nav-item .social-btn {
  position: relative;
  top: 0.675rem;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
 /* background-color: #00c4dd; */
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  max-width: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-style: italic; */
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #00c4dd;
}
::selection {
  text-shadow: none;
  background: #00c4dd;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #00c4dd;
}


.para-intro {
  color: #33c4eb;
  font-weight: bold;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1000px) {
.hidden-md-up {
  display: none !important;
  }
}

.navbar .btn-primary {
  background: transparent;
  color: #00b7ce;
  border: 0;
}

.whitepaper-wrapper {
  /*margin-top: 3rem;*/
  /*position: absolute;*/
  left: 0;
  right: 0;
  background: rgba(255,100,0,.5);
  color: #fff;
  /*height: 17rem;*/
  text-align: left;
  line-height: 1.3;
}

.wp-inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 1rem;
}

@media only screen and (min-width: 41.25em) {

  .wp-title {
    font-size: 2rem;
  }
  .wp-inner {
    width: 660px;
    display: flex;
  }
  .wp-image {
    margin-bottom: 0;
  }
}

.whitepaper-spacer {
  height: 15rem;
}

.wp-image {
  width: 100%;
  margin-bottom: 2rem;
  flex: 2;
}

.wp-text {
  flex: 3;
  margin-left: 1rem;
}

@media only screen and (min-width: 62.5em) {
  .wp-image {
    width: 220px;
  }
}

.wp-image img {
  width: 100%;
  height: auto;
}

.wp-title {
  color: #fff;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1;
  padding-top: 1.5rem;
}

.wp-title-sm {
  font-size: .875rem;
}

.wp-body {
  line-height: 1.4;
}

.wp-download {
  font-size: 1.125rem;
  text-transform: uppercase;
  background: #fff;
  color: #f37334;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  padding: .7rem 1rem;
  line-height: 1;
  transition: background-color 250ms ease, color 250ms ease;
}

.wp-download:hover {
  background: #f37334;
  color: #fff;
}

#service-amls-platform {
  padding-top: 75px;
}
#service-amls-platform .section-heading {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  justify-content: left;
  color: #fff;
  background-color: rgba(0,0,0,0.1);
  font-size: 3rem;
  padding: 1rem 50% 1rem 1rem;
  text-align: left;
  text-shadow: 0 0 0.5rem black;
}
.amls-video {
  width: 100%;
}

.list-style-none {
  list-style: none;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.list-item {
  width: calc(33.333% - 1rem);
  margin: 0 .5rem;
}

.list-photo {
  margin-bottom: .5rem;
}

.list-item h4 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: .25rem;
  color: #333;
  color: #00c4dd;
  font-style: italic;
}

.amls-lead-in {
  color: #999;
  color: #f37334;
  display: inline-block;
  margin-right: .15rem;
}

.list-item p {
  font-size: 1rem;
  line-height: 1.2;
}

.segment-image__video {
  padding: 1rem 0;
}

.staff-profile {
  border-top: 1px solid #cdcdcd;
}

.staff-profile > div {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}

.cred {
  font-size: 1rem;
  color: #00c4dd;
  color: #777;
  font-weight: normal;
}

/* Avenew */

.av-subhead-group {
  display: inline-grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}

.av-logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.av-logo img {
  max-width: 360px;
  width: 100%;
}

.av-subhead {
  color: black;
  display: flex;
  align-items: center;
  font-size: 1.35rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .av-subhead {
    font-size: 1.75rem;
  }
}

.av-highlights {
  /*display: grid;*/
  /*gap: 2rem;*/
  /*grid-template-columns: 2fr 3fr;*/
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.av-highlights__list ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  font-size: 1.5rem;
}

.av-highlights__list li {
  position: relative;
  padding-left: 4rem;
}

@media only screen and (min-width: 768px) {
  .av-highlights__list li {
    padding-left: 3rem;
  }
}

.av-highlights__list li:not(:last-child) {
  margin-bottom: 1rem;
}

.av-highlights__cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 4rem;
}

.av-highlights__cta p {
  line-height: 1.2;
  font-weight: bold;
}

.avenew-page .av-highlights__cta a {
  color: #fff;
}

.btn-orange,
.btn-orange:hover {
  background-color: #f37334;
  border: 0;
}

.avenew-page .btn-orange,
.avenew-page .btn-orange:hover {
  background-color: #4d4035;
  border: 0;
  margin: 0.25rem 0;
  width: 100%;
}

@media only screen and (min-width: 770px) {
  .avenew-page .btn-orange,
  .avenew-page .btn-orange:hover {
    width: auto;
    margin-bottom: 0;
  }
}

p.large {
  font-size: 1.5rem;
}

.av-header {
  background-color: #7f7e82;
  margin-bottom: 3rem;
  padding: 2rem 0;
  text-align: center;
}

.avenew-page h2,
.avenew-page h4 {
  color: #333;
}

.av-header h2 {
  color: #fff;
}

.avenew-page section h2.section-heading {
  margin-bottom: 3rem;
}

.avenew-page a,
.avenew-page .pull-quote p {
  color: #3e5d73;
}

.avenew-page .para-intro {
  color: #7f7e82;
}

.pull-box {
  background: #5b97e7;
  border-radius: 1rem;
  padding: 2rem;
}

.avenew-page .pull-box {
  background: #3e5d73;
}

.pull-box p {
  color: #fff;
  margin: 0;
  line-height: 1.4;
}

.logo-block {
  align-items: center;
  display: flex;
}

.logo-block img {
  height: 4rem;
  width: auto;
}

.audit-summary {
  border-left: 1px solid #cdcdcd;
}

.pull-quote {
  margin-top: 2rem;
  padding-top: 2rem;
  position: relative;
  /*border-top: 1px solid #cdcdcd;*/
}

.pull-quote::before {
/*  content: '“';
  position: absolute;
  font-size: 10rem;
  color: #5b97e7;
  left: -5rem;
  top: -1.5rem;*/
}

.pull-quote p {
  color: #5b97e7;
  font-size: 1.5rem;
  line-height: 1.4;
}


.av-scroll-prompt {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.av-scroll-prompt a {
/*  width: 2.5rem;
  height: 2.5rem;*/
  display: block;
  padding: 1rem;
  border-radius: 100%;
  border: 1px solid #5b97e7;
  position: relative;
  top: 2rem;
  background: rgba(91, 151, 231, 0);
  transition: background 250ms ease;
}

.av-scroll-prompt a:hover {
  background: rgba(91, 151, 231, .1);
}

.av-scroll-prompt img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  top: .25rem;
}

.av-endorsement__wrapper {
  padding-left: 3.5rem;
  position: relative;
}

.av-endorsement__wrapper::before {
  content: '';
  display: block;
  background: url('../img/quote-left.svg') no-repeat left top / contain transparent;
  position: absolute;
  left: 0rem;
  color: #cdcdcd;
  top: 0;
  width: 30px;
  height: 30px;
}

@media only screen and (min-width: 1000px) {
  .av-endorsement__wrapper::before {
    width: 40px;
    height: 40px;
  }
}

.av-endorsement {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3e5d73;
}

@media only screen and (min-width: 1000px) {
  .av-endorsement {
    font-size: 1.25rem;
  }
}

.divider {
  opacity: 50%;
}

.avenew-page a.banner-link {
  display: block;
  margin-top: 1rem;
}

