/* Scss Document */
/* Imports */
/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal; }

/* HTML5 display-role reset for older browsers */
body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

ul.bullet {
  list-style: inherit;
  padding-left: 1em;
  }


blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Core */
/* Neutral */
/* Work */
/* Typography */
h1 {
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 0.5em 0;
  color: #080808; }

h2 {
  font-size: 2.3em;
  line-height: 1.4em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 0.5em 0;
  color: #080808; }

h3 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 0.5em 0;
  color: #080808; }

h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 0.25em 0;
  color: #080808; }

h5 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 0.2em 0;
  color: #080808; }

p {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 1.5em 0;
  color: rgb(103, 103, 103); }

.statement {
  font-size: 1.7em; 
  font-weight: 300; 
  margin-bottom: 2.5em; 
  line-height: 1.2em;
}

.statement-home {
  font-size: 1.7em; 
  font-weight: 300; 
  margin-bottom: 0em; 
  line-height: 1.2em;
}

.small {
  font-size: 0.8em;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic; }

.small-scaleup {
  font-size: 1em;
  font-weight: 300;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: italic; }

.light, p.light a {
  font-weight: 300;
  color:rgb(103, 103, 103); }

.heavy {
  font-weight: 600; }

.font-style-normal {
  font-style: normal; }

a {
  font-size: 1em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  color: #080808; }

a:hover, a:active {
  color: #080808;
  border-bottom: solid 0em;
  text-decoration: none; }

a img {
  vertical-align: top; }

p a, p a:hover, p a:active {
  text-decoration: none;
  border-bottom: solid 0.0625em; }

li {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0 0 0.4em 0;
  color: rgb(103, 103, 103);  }

ul.bullet li {
  padding: 0 0 1em 0;
}

@media (min-width: 576px) {
  body {
    font-size: 100%; } }
@media (min-width: 768px) {
  body {
    font-size: 150%; }

  .small-scaleup {
    font-size: 0.8em; }

  nav a, footer p, footer a {
    font-size: 0.8em; } }
@media (min-width: 992px) {
  body {
    font-size: 175%; } }
@media (min-width: 1200px) {
  body {
    font-size: 200%; } }
/* Lazy load - fade image in after load */
.lazyload, .lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

/* Container */
.container {
  padding-right: 1.3em;
  padding-left: 1.3em; }

.container-fluid2 {
  width: 100%;
  /* padding-right: 15px; */
  /* padding-left: 15px; */
  margin-right: auto;
  margin-left: auto; }

/* Nav */
nav {
  background: #080808;
  width: 100%;
  color: white;
  padding: 1.6em 0 6.4em 0; }

nav a {
  padding: 0;
  color: white;
  opacity: 1;
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: 400; }

nav a:hover {
  color: white;
  opacity: 1;
  text-decoration: none;
  border-bottom: solid 0em; }

nav li {
  display: inline-block;
  margin-left: 1em; }

nav a.on {
  opacity: 1;
  border-bottom: solid 0.0625em; }

nav p {
  padding: 0;
  color: white;
  opacity: 1;
  line-height: 1.5em;
  font-weight: 400;
  cursor: pointer; }

/* Header */
header {
  background: #080808;
  color: white;
  padding: 0em 0 6.5em 0;
  margin-top: -1px; }

header h1, header h3, header h4, header p {
  color: white; }

header .headerimage {
  margin-bottom: -6.5em; }

header .headerimage > div img {
  display: block; }

header img {
  width: 100%; }

/* Section */
section {
  padding: 5.8em 0 0 0; }

section img {
  width: 100%;
  display: block;
  border-radius: 6px; }

/* Footer */
footer {
  border-top: 0px solid #080808;
  padding: 1em 0 1.2em 0;
  margin-top: 7em;
  line-height: 1.5em; }

footer a {
  margin: 0 0.9em 0 0; }

footer p {
  padding: 0; }

footer a:last-child {
  margin: 0; }

/* Tags */
.restricted-access {
  background-color: black;
  color: white;
  font-size: 0.7em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0.4em 0.7em;
  border-radius: 0.3em;
  margin-left: 1em;
}

/* Buttons */
.btn {
  font-size: 1em;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 0.5em 1em 0.6em 1em;
  line-height: 1.5em; }

.btn-outline-light {
  color: white; }

.btn-outline-secondary {
  color: #080808;
  border-color: #080808; }

.btn-outline-secondary:hover {
  border-color: #080808;
  background: #080808; }

/* Blockquote */
blockquote p {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0.5em 0 0 0;
  text-align: left; }

.carousel-recommendations blockquote {
  padding: 0 0em; }

/* Work */
header .recentwork div a {
  color: white; }

section .recentwork > div {
  margin-bottom: 2em; }

section .recentwork h4 {
  padding-bottom: 0.8em; }

section .recentwork > div:last-child {
  margin-bottom: 0em; }

/* Experience */
.experience {
  margin: 1em -1em 0em -1em; }

.experience div {
  padding: 0em 1em; }

.experience div.col-lg-4 {
  padding-bottom: 1em; }

.experience div.col-lg-9 {
  padding-bottom: 0em; }

.experience ul {
  list-style: none;
  padding: 0 0 1em 0em;
  margin-bottom: 0em; }

.experience-current {
  background: #080808;
  padding: 2em 1em 2em 1em;
  margin: 1em 0em 2.5em 0em;
  border-radius:6px; }

.experience-current ul {
  padding-bottom: 0; }

.experience-current h3, .experience-current h4, .experience-current p, .experience-current li {
  color: white !important; }

/* White template */
.whitebg header, .whitebg nav {
  background: white; }

.whitebg header {
  padding: 0; }

.whitebg section:first-of-type {
  padding: 0em 0 0 0; }

.whitebg header h1, .whitebg header h3, .whitebg nav a, .whitebg nav p, .whitebg header p, .whitebg header h3 a {
  color: #080808; }

.whitebg h1 {
  padding: 0 0 0.3em 0; }

.whitebg section .recentwork:first-of-type {
  margin-top: 0.5em; }

/* Work templates */
.tflbg header, .tflbg nav {
  background: #0019a8; }

.santandercyclesbg header, .santandercyclesbg nav {
  background: #ec0000; }

.santandercyclesbg nav p, .tflbg nav p {
  color: white; }

/* Overrides */
.no-padding {
  padding-bottom: 0 !important; }

.padding-topx05 {
  padding-top: 0.7em; }

.padding-top {
  padding-top: 1em; }

.padding-topx2 {
  padding-top: 2em; }

.padding-topx3 {
  padding-top: 3em; }

.padding-topx4 {
  padding-top: 4em; }

.margin-bottomx2em {
  margin-bottom: 2em; }

.padding-bottomx2 {
  padding-bottom: 3em; }

.paddding-bottomx45 {
  padding-bottom: 4.5em;
}

.image-titles div:first-child {
  padding-right:0px;
}

.image-titles div:nth-child(2) {
  padding-left:0px;
}

.title-padding-bottom {
  padding-bottom: 0.2em !important; }

.h1-leftindent {
  margin-left: -0.05em; }

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #080808; }

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 60px; }

.overlay a {
  padding: 15px;
  text-decoration: none;
  font-size: 36px;
  color: white;
  display: block;
  transition: 0.3s; }

.overlay a.on {
  text-decoration: underline; }

.overlay a:hover, .overlay a:focus {
  color: white; }

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 15px;
  font-size: 60px; }

@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px; }

  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px; } }
