/* manifest scss file that partials are imported into */
/* ----------------------------------------------- */
/* TYPOGRAPHY - General */
/* ----------------------------------------------- */
/* Color variables */
html {
  font-size: 1em;
}

body {
  font-family: "Muli", Helvetica, Arial, sans-serif;
}

/* ----------------------------------------------- */
/* TEXT - Font Defaults */
/* ----------------------------------------------- */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Josefin Sans", serif;
  color: #d0d0d0;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
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: #d0d0d0;
}

p, li {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  color: #d0d0d0;
  font-weight: normal;
  line-height: 1.8em;
  margin-top: 0;
  margin-bottom: 0;
}

p.large,
li.large {
  font-size: 18px;
}

p, li {
  font-size: 1rem;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
}

h6 {
  font-size: 1.2rem;
}

/* ----------------------------------------------- */
/* TEXT - Link styling defaults */
/* ----------------------------------------------- */
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

a {
  color: #b2c8dc;
  font-weight: inherit;
  text-decoration: none;
}

a:hover,
a:focus,
a:active,
a.active {
  color: white;
  font-size: 100%;
  font-weight: bolder;
  text-decoration: none;
}

/* ----------------------------------------------- */
/* TEXT - Color defaults */
/* ----------------------------------------------- */
.text-muted {
  color: #b0b0b0;
}

.text-reg {
  color: white;
}

.text-primary {
  color: #7cc0a6;
}

/* ----------------------------------------------- */
/* TEXT - NAV styles, specific */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* TEXT - HEADER styles, specific */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* TEXT - SERVICES styles, specific */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* TEXT - TIMELINE styles, specific */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* TEXT - TEAM styles, specific */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* TEXT - FOOTER styles, specific */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* TEXT - MODALS styles, specific */
/* ----------------------------------------------- */
/* ----------------------------------------------- */
/* LAYOUT */
/* ----------------------------------------------- */
body {
  overflow-x: hidden;
  font-size: inherit;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 96%;
  }
  .scroll-top {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

@media (min-width: 992px) {
  .container {
    width: 88%;
  }
  .scroll-top {
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .scroll-top {
    position: fixed;
    bottom: 0.5rem;
    left: 0.5rem;
  }
}

.img-centered {
  margin: 0 auto;
}

.bg-light-gray {
  background-color: #f7f7f7;
}

.bg-darkest-gray {
  background-color: #222;
}

.btn-primary {
  color: #fff;
  background-color: #7cc0a6;
  border-color: #7cc0a6;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: none;
}

.upArw .btn-primary {
  color: white;
  background-color: #7d9dba;
  border-color: #7d9dba;
  font-size: 1rem;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #7cc0a6;
  border-color: #7cc0a6;
}

.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: limegreen;
  border-color: #7cc0a6;
}

.btn-primary .badge {
  color: #7cc0a6;
  background-color: #fff;
}

.btn-xl {
  color: #fff;
  background-color: rgba(34, 57, 78, 0.6);
  border-color: transparent;
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  border-radius: 1em;
  font-size: 1.2rem;
  padding: 20px 40px;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #fff;
  background-color: #615fa7;
  /*$grn-lter;*/
  border-color: #615fa7;
  /*$grn-lter;*/
  font-weight: 600;
  font-size: 1.4rem;
}

.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: #615fa7;
  /*$grn-lter;*/
  border-color: #615fa7;
  /*$grn-lter;*/
}

.btn-xl .badge {
  color: #7cc0a6;
  background-color: #fff;
}

/* ----------------------------------------------- */
/* NAV */
/* ----------------------------------------------- */
.navbar-default {
  background-color: #222;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: white;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: white;
  font-weight: bolder;
}

.navbar-default .navbar-brand:focus {
  color: white;
}

.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}

.navbar-default .navbar-toggle {
  background-color: #615fa7;
  /*$grn-lter;*/
  border-color: #615fa7;
  /*
	$grn-lter;*/
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #7cc0a6;
}

.navbar-default .nav li a {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0.125em;
  color: #fff;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #fff;
  font-weight: bolder;
  font-size: 140%;
  outline: 0;
}

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #7cc0a6;
}

.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #7cc0a6;
}

.nav a {
  font-size: 1.2rem;
}

.nav a:hover {
  font-size: 3rem;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: rgba(34, 57, 78, 0.6);
    padding: 25px 0;
    -webkit-transition: padding .3s;
    -moz-transition: padding .3s;
    transition: padding .3s;
    border: 0;
  }
  .navbar-default .navbar-brand {
    font-size: 3.2rem;
    letter-spacing: 0.125em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: rgba(34, 57, 78, 0.6);
    padding: 10px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 2.8rem;
    letter-spacing: 0.125em;
  }
}

@media (max-width: 768px) {
  .navbar-default .navbar-brand {
    font-size: 2rem;
    letter-spacing: 0.125em;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
  }
}

/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */
header {
  background-image: url(../img/Sky-Grand-Canyon-road_P1010030_3072x1869.jpg);
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  min-height: 100vh;
  text-align: right;
  color: #fff;
}

header .intro-text {
  padding-top: 88vh;
}

header .intro-text .intro-lead-in {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.4rem;
  margin-bottom: 1.5rem;
}

header .intro-text .intro-heading {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: normal;
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.09375em;
}

.intro-text a {
  color: white;
}

a.introRole {
  font-weight: 400;
}

a.introRole:hover {
  font-weight: 600;
  font-size: 100%;
}

@media (min-width: 768px) {
  header .intro-text .intro-lead-in {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 2.5rem;
    line-height: 2.5re;
    margin-bottom: 1.5rem;
  }
  header .intro-text .intro-heading {
    font-size: 2.8rem;
    line-height: 4rem;
    letter-spacing: 0.09375em;
  }
}

@media (max-width: 767px) {
  header .intro-text .intro-heading {
    font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 0.09375em;
  }
}

/* ----------------------------------------------- */
/* SECTION Defaults */
/* ----------------------------------------------- */
header,
section.portfolio,
section.contact {
  min-height: 100vh;
}

section .bioNarrative {
  padding: 4rem 0;
  margin-bottom: 4rem;
}

section h2.section-heading {
  font-size: 1.6rem;
  color: #7cc0a6;
  margin-top: 0;
  margin-bottom: 2rem;
}

section h2.contactHeading {
  margin-bottom: 0;
}

section p.bioText {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-align: left;
  text-transform: none;
  font-style: normal;
  font-size: 108%;
  font-weight: 600;
  margin-bottom: 2rem;
  border: 2px solid black;
}

@media (min-width: 768px) {
  section {
    padding: 6rem 0 0;
  }
  section.services {
    padding: 8rem 0 0;
  }
  section h2.section-heading {
    font-size: 2.4rem;
    color: #7cc0a6;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

/* ----------------------------------------------- */
/* SERVICES [menu: About] */
/* ----------------------------------------------- */
.services {
  background: #212723;
}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}

.text-reg {
  text-align: left;
  margin-bottom: 1.4rem;
}

.servicesIcons {
  padding-top: 1.6em;
}

section.services .aboutRow {
  position: relative;
}

section.services .aboutIntro {
  color: white;
  font-weight: normal;
  margin: 0 auto;
}

section.services .aboutIntro h4 {
  padding: 0 0 2rem;
}

section.services .aboutIntro li {
  padding: 0 0 1rem;
  font-size: 100%;
  letter-spacing: 0.0625rem;
}

section.services .aboutIntro ul {
  padding: 0 4rem 0;
}

section.services .txtEmph {
  color: #7cc0a6;
  font-weight: 600;
}

.svgIcon object {
  width: 6rem;
}

.svgIcon object path {
  fill: white;
}

/* ----------------------------------------------- */
/* PORTFOLIO */
/* ----------------------------------------------- */
.portfolio {
  background: #2b2875;
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}

.portfolio-item img {
  height: 8rem;
  margin: 0 auto;
  padding: 1rem 0 1rem;
}

.handshake img {
  height: 6rem;
  margin: 1rem auto 1rem;
  padding: 1rem 0 1rem;
}

.handBook img {
  height: 8rem;
  margin: 0 auto;
  padding: 0;
}

.portfolio h2.section-heading,
.portfolio .section-heading a,
.portfolio-item .portfolio-caption h4,
.portfolio-item .portfolio-caption a {
  color: #ffe9a4;
  letter-spacing: 0.125rem;
}

.portfolio .section-heading a:hover,
.portfolio-item .portfolio-caption a:hover {
  color: white;
}

.portfolio p.section-subheading {
  letter-spacing: 0.125;
}

#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: #50a283;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease .5s;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .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: 40px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: #fff;
}

#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: #2b2875;
  text-align: center;
  padding: 25px;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 1rem;
  margin: 0;
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

/* ----------------------------------------------- */
/* TIMELINE / BIO */
/* ----------------------------------------------- */
section.bio {
  background: #2b2875;
}

section.bio h3.section-subheading {
  padding-bottom: 4rem;
}

section.bio .bioNarrative {
  padding: 0 4rem;
}

.cvIcons {
  list-style-type: none;
  position: relative;
  margin: 2rem auto;
  padding: 0 0;
  width: 100%;
  display: inline-block;
}

.cvIcons a {
  align-items: center;
}

.listIcon1 img,
.listIcon2 img,
.listIcon3 img {
  display: inline;
}

.listIcon1 img {
  height: 2.8rem;
  margin: 0 auto;
  padding: 0;
}

.listIcon2 img,
.listIcon3 img {
  height: 3.6rem;
  margin: 0 auto;
  padding: 0;
}

.outer {
  margin: 0 auto;
  width: 64px;
}

.timeline {
  list-style: none;
  padding: 0 0 4rem;
  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: 4rem;
  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: #fed136;
  color: #fff;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}

.timeline > li .timeline-image h4 {
  font-size: 0.625rem;
  margin-top: 0.75rem;
  line-height: 0.875rem;
}

.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: 4rem;
    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: 0.75rem;
    margin-top: 1rem;
    line-height: 1.125rem;
  }
  .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: 1.125rem;
    margin-top: 2rem;
    line-height: 1.625rem;
  }
  .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 */
/* ----------------------------------------------- */
.team-member {
  text-align: center;
  margin-bottom: 50px;
}

.team-member img {
  margin: 0 auto;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

aside.clients img {
  margin: 50px auto;
}

/* ----------------------------------------------- */
/* CONTACT */
/* ----------------------------------------------- */
.infoIcon a:hover {
  width: 48px;
}

section#contact {
  background-color: #222;
  background-image: url(../img/Summersing-Lake_P1000898_3060x2031.JPG);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

section#contact .section-heading {
  color: #fff;
}

@media (max-width: 1024px) {
  section#contact .section-heading {
    color: #1a7150;
  }
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
  background: rgba(34, 57, 78, 0.3);
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 236px;
}

section#contact .form-control:focus {
  border-color: #7cc0a6;
  box-shadow: none;
}

section#contact::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  color: white;
}

section#contact:-moz-placeholder,
.form-control:-moz-placeholder {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  color: rwhite;
}

section#contact::-moz-placeholder,
.form-control::-moz-placeholder {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  color: white;
}

section#contact:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
  font-family: "Muli", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 400;
  color: white;
}

section#contact .text-danger {
  color: #e74c3c;
}

.form-group {
  font-size: 1.2rem;
  color: #d0d0d0;
}

.form-control {
  color: white;
  border: 1px solid #b0b0b0;
  border-radius: 1em;
}

.contactMsg {
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

.contactMsg {
  color: white;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 1024px) {
  .contactMsg,
  .contactHeading {
    color: #1a7150;
  }
}

.formBox {
  padding: 4rem 0 6rem;
}

/* ----------------------------------------------- */
/* FOOTER [inside CONTACT section] */
/* ----------------------------------------------- */
footer {
  padding: 1rem 0;
  text-align: center;
  background: rgba(34, 57, 78, 0.6);
  position: absolute;
  bottom: 0;
  width: 100%;
}

footer span.copyright p {
  line-height: 40px;
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: none;
}

footer .footerLinks {
  position: relative;
}

footer ul.quicklinks {
  margin-bottom: 0;
  padding: 0 0.5rem;
  line-height: 40px;
  text-transform: none;
}

footer .footerNav {
  margin: 0 auto;
}

@media (min-width: 992px) {
  footer .footerLinks .col-md-4 {
    float: none;
  }
}

footer ul.quicklinks li {
  font-family: "Josefin Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.125em;
  color: #fff;
  padding: 0 1rem;
}

ul.quicklinks li a:hover,
ul.quicklinks li a:focus {
  font-weight: bolder;
  font-size: 1.2rem;
  /*140%;*/
  outline: 0;
}

ul.quicklinks > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #7cc0a6;
}

ul.quicklinks > .active > a:hover,
ul.quicklinks > .active > a:focus {
  color: #fff;
  background-color: #7cc0a6;
}

.quicklinks a {
  font-size: 1.2rem;
}

.quicklinks a:hover {
  font-size: 3rem;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  display: block;
  background-color: #7cc0a6;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 1.25rem;
  line-height: 40px;
  color: #fff;
  outline: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #615fa7;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: 0;
}

/* ----------------------------------------------- */
/* MODALS */
/* ----------------------------------------------- */
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  background: #f0f0f0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  margin-bottom: 2rem;
  font-size: 3rem;
  letter-spacing: 0.125rem;
  color: #1a7150;
}

.portfolio-modal .modal-content h3 {
  margin-bottom: 1.5rem;
  font-weight: 600;
  color: #308867;
}

.portfolio-modal .modal-content h4 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #308867;
}

.portfolio-modal .modal-content p {
  color: #1a7150;
  text-align: left;
  font-size: 120%;
}

.portfolio-modal p {
  margin-bottom: 1rem;
}

.portfolio-modal .modal-content .clientName {
  margin-bottom: 0rem;
  text-align: right;
}

.portfolio-modal .modal-content .recTxt {
  margin-bottom: 0.5rem;
}

.portfolio-modal .modal-content .clientRole {
  margin-bottom: 2rem;
  text-align: right;
}

.portfolio-modal .modal-content li {
  margin-bottom: 0.5rem;
  color: #1a7150;
  text-align: left;
}

.portfolio-modal .modal-content a {
  color: #1a7150;
}

.portfolio-modal .modal-content a:hover {
  color: #1a7150;
  text-decoration: underline;
}

.portfolio-modal .modal-content .asideLink {
  text-align: center;
  margin-top: 4rem;
}

.portfolio-modal .modal-content .inlineTitle {
  font-weight: 600;
  color: #308867;
}

.portfolio-modal .modal-content .modalList {
  padding: 0 4rem 1rem;
}

.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}

.portfolio-modal .modal-content img {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 80%;
}

.portfolio-modal .modal-content .caddLinks {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content .caddLinks .btn-default {
  background: #f0f0f0;
}

.modal-body {
  padding: 15px;
  padding-bottom: 60px;
}

.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: .3;
}

.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1052;
}

.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

::-moz-selection {
  text-shadow: none;
  background: #fed136;
}

::selection {
  text-shadow: none;
  background: #fed136;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

img.inlineInfo {
  display: inline-block;
  position: relative;
  bottom: -0.5rem;
}

body {
  webkit-tap-highlight-color: #fed136;
}

.asideRight {
  margin-bottom: 2rem;
}
