@charset "UTF-8";
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/*
 * Font Weight Variables
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em auto;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button,
html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 600;
}

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

td,
th {
  padding: 0;
}

.hidden,
.screen-reader-text {
  display: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
}

ol {
  margin: 0 0 1.5em 3em;
}

ul {
  margin: 0 0 1.5em 3em;
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ol,
li > ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

a img {
  outline: 0;
}

table {
  margin: 0 0 20px 0;
  width: 100%;
}

::-moz-selection,
::-moz-selection {
  background: #ffe89c;
}

::selection,
::-moz-selection {
  background: #ffe89c;
}

a.btn,
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  border: solid 2px #ffc000;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 13px 23px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  border: solid 2px #ffc000;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 13px 23px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

a.btn:hover,
button:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}

a.btn:disabled,
button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

a.btn-outline {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  background-color: transparent;
  border: solid 2px #ffc000;
  color: #fff;
  color: #171717;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 13px 23px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
a.btn-outline:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}
a.btn-outline:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

form::after {
  clear: both;
  content: "";
  display: block;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 2.5px;
  padding: 0;
}

label {
  color: #171717;
}

input,
select {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}

input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week] {
  border: solid 2px #e7e7e7;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #171717;
  font-weight: 400;
  padding: 8px 10px;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
  width: 100%;
}

select,
textarea {
  border: solid 2px #e7e7e7;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #171717;
  font-weight: 400;
  padding: 8px 10px;
  -webkit-transition: border-color .4s ease;
  transition: border-color .4s ease;
  width: 100%;
}

input:not([type]):focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus {
  border-color: #ffc000;
  outline: 0;
}

select:focus,
textarea:focus {
  border-color: #ffc000;
  outline: 0;
}

input:not([type]):disabled, input[type=color]:disabled, input[type=date]:disabled, input[type=datetime-local]:disabled, input[type=datetime]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

select:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

textarea {
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

[type=search],
[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=checkbox],
[type=radio] {
  display: inline;
  margin-right: 2.5px;
}

[type=file] {
  margin-bottom: 5px;
  width: 100%;
}

select {
  background: #fff;
  border-radius: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.required {
  color: #ffc000;
}

#mc_embed_signup div.mce_inline_error,
.wpcf7-not-valid-tip {
  background-color: #398f14;
  border: 2px solid #398f14;
  color: #fff;
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  max-width: 60%;
  padding: 13px 23px;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}

div#mce-success-response, div.wpcf7-response-output {
  background-color: #398f14;
  border: 2px solid #398f14;
  color: #fff;
  display: inline-block;
  font-size: .75rem;
  font-weight: 700;
  margin: 0 0 1.25rem;
  max-width: 60%;
  padding: 13px 23px;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}

#mc_embed_signup div.mce_inline_error.mce_inline_error, #mc_embed_signup div.mce_inline_error.wpcf7-validation-errors {
  background-color: #ce0c1d;
  border: 2px solid #ce0c1d;
}

.wpcf7-not-valid-tip.mce_inline_error, .wpcf7-not-valid-tip.wpcf7-validation-errors {
  background-color: #ce0c1d;
  border: 2px solid #ce0c1d;
}

div#mce-success-response.mce_inline_error, div#mce-success-response.wpcf7-validation-errors {
  background-color: #ce0c1d;
  border: 2px solid #ce0c1d;
}
div.wpcf7-response-output.mce_inline_error, div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #ce0c1d;
  border: 2px solid #ce0c1d;
}

#mc_embed_signup div.mce_inline_error.wpcf7-display-none,
.wpcf7-not-valid-tip.wpcf7-display-none {
  padding: 0;
  border: 0;
}

div#mce-success-response.wpcf7-display-none, div.wpcf7-response-output.wpcf7-display-none {
  padding: 0;
  border: 0;
}

#mc_embed_signup div.mce_inline_error {
  font-size: .75rem;
  padding: 13px 23px !important;
}

span.wpcf7-not-valid-tip {
  background-color: #ce0c1d;
  border: 2px solid #ce0c1d;
  color: #fff;
  font-size: .75rem;
  width: auto;
  display: inline-block;
  margin: 0.25rem 0 0 0;
}

form.wpcf7-form.sent .wpcf7-form-control-wrap,
form.wpcf7-form.sent br,
form.wpcf7-form.sent input,
form.wpcf7-form.sent label,
form.wpcf7-form.sent p {
  display: none;
}

.sumome-scrollbox-form h2[style] {
  font-family: Karla, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}

#page h2.sumome-scrollbox-heading {
  font-weight: 700;
}
#page .sumome-scrollbox-template-elegant .sumome-scrollbox-heading {
  font-family: Karla, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-style: normal !important;
}
#page .sumome-scrollbox-text {
  font-family: Karla, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  text-transform: none !important;
}
#page button.sumome-scrollbox-button.sumome-scrollbox-button-text.sumome-scrollbox-last-input.sumome-scrollbox-multiple-fields {
  font-family: Karla, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-weight: 700;
}
#page .sumome-scrollbox-template-elegant {
  font-family: Karla, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
#page .sumome-scrollbox-template-elegant input[type=text] {
  font-family: Karla, Arial, "Helvetica Neue", Helvetica, sans-serif !important;
}
#page .sumome-scrollbox-theme .sumome-scrollbox-template-elegant input[type=email] {
  border-bottom: solid 1px #000 !important;
}

ol,
ul {
  margin-left: 0;
  padding-left: 0;
}

ol li,
ul li {
  margin-left: 20px;
  padding-left: 26px;
  padding-bottom: 5px;
  position: relative;
}

ol li:before,
ul li:before {
  color: #171717;
  position: absolute;
  top: 0;
  left: 0;
}

.introduction ul li {
  list-style: none;
}
.introduction ul li:before {
  content: "—";
  display: inline-block;
  font-size: .5em;
  top: .7em;
  left: -0.25em;
}

ul li {
  list-style: none;
}
ul li:before {
  content: "\25CF";
  display: inline-block;
  font-size: 10px;
  top: 6px;
}

ol {
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #171717;
}

dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
  margin: 0 0 40px 0;
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
}

td {
  border-right: 1px solid #e7e7e7;
  text-align: left;
  padding: 5px 8px;
}

th {
  border-right: 1px solid #e7e7e7;
  text-align: left;
  padding: 5px 8px;
  font-weight: 700;
}

tr {
  border-bottom: 1px solid #e7e7e7;
}

td,
th {
  vertical-align: middle;
}

tr {
  vertical-align: middle;
}
tr:nth-child(even) {
  background-color: #f3f3f3;
}

body {
  color: #171717;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
  margin: 0 0 20px 0;
  font-weight: 700;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}

h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: none;
  padding-top: 1em;
}

h5,
h6 {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}

p {
  margin: 0 0 20px 0;
}

a {
  color: #171717;
  text-decoration: none;
  border-bottom: solid 1px #ffc000;
  background-color: transparent;
  -webkit-transition: color .4s ease, background-color .4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
a:active, a:focus, a:hover {
  background-color: #ffc000;
  border-color: #ffc000;
}

hr {
  border-bottom: 1px solid #e7e7e7;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 10px 0;
}

blockquote {
  font-family: Alegreya, Georgia, Times, 'Times New Roman', serif;
  font-size: 28px;
  font-size: 1.75rem;
}

footer.site-footer {
  border-top: solid 2px #e7e7e7;
  padding: 0 0 65px;
  text-align: center;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
footer.site-footer::after {
  clear: both;
  content: "";
  display: block;
}
footer.site-footer .cta {
  margin-bottom: 20px;
}
footer.site-footer .cta h2 {
  font-family: Alegreya, Georgia, Times, 'Times New Roman', serif;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #ffc000;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 30px;
}
footer.site-footer .contact-details {
  margin-top: 65px;
}
footer.site-footer .company-info {
  clear: both;
  display: block;
}
footer.site-footer .company-info::after {
  clear: both;
  content: "";
  display: block;
}
footer.site-footer .elsewhere {
  margin-top: 65px;
}

@media screen and (min-width: 768px) {
  footer.site-footer {
    padding: 65px 0;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer .contact-details {
    margin-top: 80px;
  }
  footer.site-footer .contact-details p.address {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  footer.site-footer .cta {
    margin-bottom: 100px;
  }
  footer.site-footer .contact-details,
  footer.site-footer p.copy {
    float: left;
    text-align: left;
  }
  footer.site-footer #menu-footer,
  footer.site-footer .elsewhere {
    float: right;
    text-align: right;
    margin-top: 0;
  }
  footer.site-footer .contact-details,
  footer.site-footer .contact-links {
    margin-top: 0;
  }
}
p.copy {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.recommendation-badge {
  display: block;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  height: 70px;
  width: 240px;
  background: transparent url("images/Drum Certification Badge Until Jan 2019 v1.0.png") no-repeat 0 0;
  background-size: 100%;
  margin: 0 auto 100px auto;
  border: 0;
}
.recommendation-badge:active, .recommendation-badge:hover {
  background-color: transparent;
}

@media screen and (min-width: 768px) {
  .recommendation-badge {
    margin: 0 0 50px 0;
    display: inline-block;
  }
}
.site-footer .certification {
  clear: both;
  max-width: 650px;
  margin: 0 auto 1em;
  padding: 1em 0;
  text-align: center;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .site-footer .certification {
    margin: 0 0 1em;
    text-align: left;
    width: 100%;
  }
}
.contact-links {
  margin-top: 65px;
}

@media screen and (min-width: 768px) {
  .contact-links {
    margin-top: 110px;
  }
}
.social {
  margin-bottom: 50px;
}
.social a {
  height: 48px;
  width: 48px;
  display: inline-block;
  border-radius: 99999em;
  background-color: #ffc000;
  color: #fff;
  text-align: center;
  line-height: 48px;
  font-size: 26px;
  margin: 0 5px;
  border: 0;
}
.social a:hover {
  background-color: #ffe89c;
}
.social a span {
  display: none;
}

#menu-footer li {
  padding: 0;
  margin: 0;
}
#menu-footer li:before {
  display: none;
}
#menu-footer li a {
  background: 0 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #171717;
}
#menu-footer li a:hover {
  background-color: #ffc000;
}

@media screen and (min-width: 768px) {
  #menu-footer li {
    display: inline-block;
    text-align: right;
    margin-left: 60px;
  }
  #menu-footer li:first-child {
    margin-left: 0;
  }
}
#mc_embed_signup .label-group {
  text-align: left;
}
#mc_embed_signup .mc-field-group {
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
}
#mc_embed_signup div.mce_inline_error {
  background-color: #ff1d1d;
  color: #fff;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
#mc_embed_signup input.mce_inline_error {
  border-color: #ff1d1d;
}
#mc_embed_signup .mc-field-group.two .label-group.column {
  display: inline-block;
  width: 49%;
}

header.site-header {
  padding: 10px 0 0 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
}
header.site-header::after {
  clear: both;
  content: "";
  display: block;
}
header.site-header .container {
  position: relative;
}
header.site-header .container::after {
  clear: both;
  content: "";
  display: block;
}
header.site-header a {
  border: 0;
}

@media screen and (min-width: 768px) {
  header.site-header {
    height: 80px;
  }
}
.site-title {
  position: absolute;
  display: block;
  margin: 0 0 0 50%;
  z-index: 30;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 8px;
}
.site-title a {
  display: block;
  background-color: transparent;
}
.site-title a svg {
  height: 41px;
  width: 137px;
}
.site-title a span {
  display: none;
}

@media screen and (min-width: 1024px) {
  .site-title {
    position: static;
    float: left;
    margin: 0;
    left: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.menu-toggle {
  display: block;
  height: 50px;
  width: 50px;
  padding: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  float: right;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
}
.menu-toggle p {
  display: none;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 35px;
  background: #171717;
  opacity: 1;
  left: 3px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 25px;
}
.menu-toggle span:nth-child(2), .menu-toggle span:nth-child(3) {
  top: 35px;
}
.menu-toggle span:nth-child(4) {
  top: 45px;
}
.menu-toggle.open span:nth-child(1), .menu-toggle.open span:nth-child(4) {
  opacity: 0;
}
.menu-toggle.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
}
.menu-header-container {
  display: none;
}

@media screen and (max-width: 1023px) {
  .menu-header-container {
    background: #ffc000;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    padding: 80px 0 0 0;
    text-align: center;
  }
  .menu-header-container ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .menu-header-container li {
    margin: 0 0 15px 0;
  }
  .menu-header-container li a {
    padding: 12px 0;
    display: block;
  }
  .menu-header-container li a:hover {
    color: #fff;
  }
  .menu-header-container li.current-menu-item a {
    color: #fff !important;
  }
}
@media screen and (min-width: 1024px) {
  .menu-header-container {
    display: block !important;
  }
}
#menu-header {
  margin-bottom: 0;
}
#menu-header li {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
#menu-header li:before {
  display: none;
}
#menu-header li a {
  color: #171717;
  background: 0 0;
}
#menu-header li a:hover {
  color: #a9a9a9;
}

@media screen and (min-width: 1024px) {
  #menu-header li.current-menu-item a, #menu-header li.current-page-ancestor a {
    color: #a9a9a9;
  }
}
@media screen and (min-width: 1024px) {
  #menu-header {
    float: right;
    text-align: right;
  }
  #menu-header li {
    display: inline-block;
    padding: 0 25px;
  }
  #menu-header li.menu-item-3661 {
    display: none;
  }
  #menu-header li:first-child {
    margin-left: 0;
  }
  #menu-header li a {
    display: block;
    padding: 15px 0 31px 0;
  }
}
#magic-line {
  display: none;
}

@media screen and (min-width: 1024px) {
  #magic-line {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 185px;
    height: 2px;
    background: #ffc000;
    opacity: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
  }
}
body.menu-open .site-title svg #ring {
  fill: #fff;
  -webkit-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 1024px) {
  body.menu-open .site-title svg #ring {
    fill: #ffc000 !important;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hero.content-hero {
  overflow: hidden;
  background-color: #a9a9a9;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero.content-hero.feature {
  margin-top: 80px;
}
.hero.content-hero.light span {
  color: #000;
}
.hero.content-hero .hero-background {
  display: none;
}
.hero.content-hero .container {
  position: relative;
  z-index: 10;
  padding: 40px 0 60px 0;
}
.hero.content-hero .title {
  font-family: Alegreya, Georgia, Times, 'Times New Roman', serif;
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 140px;
  line-height: 1.5;
}
.hero.content-hero .title p {
  margin-bottom: 0;
}
.hero.content-hero .sub-title {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffc000;
}
.hero.content-hero .hero-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  border: solid 2px #ffc000;
  color: #000;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  margin: 0 0 1.5em 1em;
  padding: 13px 23px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}
.hero.content-hero .hero-more:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}
.hero.content-hero .hero-more:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.hero.content-hero .hero-scroll {
  display: none;
}

@media screen and (min-width: 1024px) {
  .hero.content-hero {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background-image: none !important;
    background-color: #a9a9a9 !important;
  }
  .hero.content-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1600px) {
  .hero.content-hero {
    position: relative;
    display: block;
    width: 100%;
    padding-bottom: 31.25%;
  }
  .hero.content-hero > .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero.content-hero .hero-background {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .hero.content-hero .hero-background {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero.content-hero .container {
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateY(50%) translateX(-50%);
    transform: translateY(50%) translateX(-50%);
  }
}
@media screen and (min-width: 1024px) {
  .hero.content-hero .title {
    font-size: 48px;
    font-size: 3rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .hero.content-hero .hero-scroll {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: transparent;
    border: 0;
  }
  .hero.content-hero .hero-scroll:hover .icon {
    fill: #ffc000;
  }
}
.icon {
  fill: #fff;
  width: 50px;
  height: 50px;
  -webkit-transition: fill .4s ease;
  -webkit-transition: fill 0.4s ease;
  transition: fill 0.4s ease;
}

.container {
  width: 91.9921875%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1146px;
}

@media screen and (min-width: 1024px) {
  .container {
    width: 78.1944444444%;
  }
}
.page-wrapper {
  background-color: #fff;
  z-index: 10;
  position: relative;
}

#page {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #fff;
  z-index: 10;
  position: relative;
}
#page::after {
  clear: both;
  content: "";
  display: block;
}

body.archive #page, body.blog #page, body.search-results #page {
  width: 91.9921875%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1146px;
}

@media screen and (min-width: 1024px) {
  body.archive #page, body.blog #page, body.search-results #page {
    width: 78.1944444444%;
  }
}
#page.two-col {
  width: 91.9921875%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1146px;
}

@media screen and (min-width: 1024px) {
  #page.two-col {
    width: 78.1944444444%;
  }
}
@media screen and (min-width: 768px) {
  #page.two-col #main-content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 74.4105869942%;
    margin-right: 0;
    float: right;
    position: relative;
  }
  #page.two-col #main-content:last-child {
    margin-right: 0;
  }
  #page.two-col #main-content img {
    height: auto;
    max-width: 100%;
    width: auto;
  }
  #page.two-col #main-content img.wp-post-image {
    width: 100%;
  }
  #page.two-col #main-content .team-list img {
    height: 170px;
    width: 170px;
  }
  #page.two-col #supporting-content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 23.2317609825%;
  }
  #page.two-col #supporting-content:last-child {
    margin-right: 0;
  }
}
body.single-projects .hero.content-hero {
  margin-top: 70px;
}

.single-projects #main-content {
  margin-top: -2.5em;
}

#main-content .article-container h2 {
  margin: 0 0 1em;
}
#main-content h2 {
  margin: 2.5em 0 1em;
}
#main-content h2#executive-summary {
  margin: 0 0 1em;
}
#main-content h2.title {
  margin: 0 0 0.25em;
}

.error-404 {
  margin: 140px auto 100px;
  max-width: 550px;
  text-align: center;
  width: 60%;
}
.error-404 .search-submit {
  margin-top: 1rem;
}

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
}

#imagelightbox-loading {
  width: 2.5em;
  height: 2.5em;
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: .625em;
  margin: -1.25em 0 0 -1.25em;
}
#imagelightbox-loading div {
  width: 1.25em;
  height: 1.25em;
  background-color: #fff;
  -webkit-animation: imagelightbox-loading .5s ease infinite;
  animation: imagelightbox-loading 0.5s ease infinite;
}

@-webkit-keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
  }
}
@keyframes imagelightbox-loading {
  from {
    opacity: .5;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: .5;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
#imagelightbox-overlay {
  background-color: #fff;
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#imagelightbox-close {
  height: 26px;
  width: 26px;
  text-align: left;
  background-color: transparent;
  border: 0;
  position: fixed;
  z-index: 10002;
  top: 2.5em;
  right: 2.5em;
  padding: 0;
  -webkit-transition: color .4s ease, background-color .4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
#imagelightbox-close:focus {
  outline: 0;
}
#imagelightbox-close:hover:before {
  color: #171717;
}
#imagelightbox-close:before {
  color: #ffc000;
  background: 0 0;
  position: absolute;
  top: 3px;
  left: 7px;
  content: 'x';
  font-size: 20px;
  font-size: 1.25rem;
}

#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  padding: .313em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em;
  height: 1em;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
}
#imagelightbox-nav button.active {
  background-color: #fff;
}

.imagelightbox-arrow {
  width: 3.75em;
  height: 7.5em;
  height: 26px;
  width: 26px;
  background-color: transparent;
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: 12px;
  border: 0;
  padding: 0;
}
.imagelightbox-arrow:focus {
  outline: 0;
}
.imagelightbox-arrow:hover {
  background-color: transparent;
}
.imagelightbox-arrow.imagelightbox-arrow-left {
  left: 2.5em;
}
.imagelightbox-arrow.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #ffc000;
  margin-left: -0.313em;
}
.imagelightbox-arrow.imagelightbox-arrow-left:hover:before {
  border-right-color: #171717;
}
.imagelightbox-arrow.imagelightbox-arrow-right {
  right: 2.5em;
}
.imagelightbox-arrow.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #ffc000;
  margin-right: -0.313em;
}
.imagelightbox-arrow.imagelightbox-arrow-right:hover:before {
  border-left-color: #171717;
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 8px solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em;
}

#imagelightbox-caption,
#imagelightbox-close,
#imagelightbox-loading,
#imagelightbox-nav,
#imagelightbox-overlay,
.imagelightbox-arrow {
  -webkit-animation: fade-in .25s linear;
  animation: fade-in 0.25s linear;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 41.25em) {
  #container {
    width: 100%;
  }

  #imagelightbox-close {
    top: 1.25em;
    right: 1.25em;
  }

  #imagelightbox-nav {
    bottom: 1.25em;
  }

  .imagelightbox-arrow {
    width: 2.5em;
    height: 3.75em;
    margin-top: -2.75em;
  }

  .imagelightbox-arrow-left {
    left: 1.25em;
  }

  .imagelightbox-arrow-right {
    right: 1.25em;
  }
}
@media only screen and (max-width: 20em) {
  .imagelightbox-arrow-left {
    left: 0;
  }

  .imagelightbox-arrow-right {
    right: 0;
  }
}
.download-button,
.general-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  border: solid 2px #ffc000;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: block;
  display: inline-block;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  padding: 13px 23px;
  padding-right: 100px;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.download-button:hover,
.general-button:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
}

.download-button:disabled,
.general-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.download-button .icon,
.general-button .icon {
  fill: #fff;
  height: 28px;
  width: 28px;
  position: absolute;
  top: 6px;
  right: 15px;
}

.download-button:hover .icon {
  fill: #fff;
}

.general-button {
  padding-right: 23px;
}
.general-button:hover .icon {
  fill: #fff;
}

.fancybox-wrap .fancybox-inner iframe {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

body.modal {
  text-align: center;
}

.modal-form-wrapper::after {
  clear: both;
  content: "";
  display: block;
}

.modal-form {
  text-align: left;
  margin-bottom: 20px;
}
.modal-form.first-name, .modal-form.last-name {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 48.8211739883%;
}
.modal-form.first-name:last-child {
  margin-right: 0;
}
.modal-form.last-name {
  margin-right: 0;
}
.modal-form.last-name:last-child {
  margin-right: 0;
}

body.modal .sumome-share-client-wrapper {
  display: none;
}

.post-navigation {
  clear: both;
}

.nav-links {
  border-top: solid 2px #e7e7e7;
  padding-top: 40px;
  margin-top: 40px;
}
.nav-links::after {
  clear: both;
  content: "";
  display: block;
}
.nav-links a {
  background-color: transparent;
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #171717;
  border: 0;
}
.nav-links a::after {
  clear: both;
  content: "";
  display: block;
}
.nav-links a .icon {
  fill: #ffc000;
  display: block;
  margin-bottom: 20px;
}
.nav-links a span {
  display: block;
  clear: both;
}
.nav-links a:hover {
  color: #171717;
}
.nav-links a:hover .icon {
  fill: #171717;
}
.nav-links .nav-previous {
  float: left;
  text-align: left;
  max-width: 45%;
}
.nav-links .nav-next {
  float: right;
  text-align: right;
  max-width: 45%;
}
.nav-links .nav-next a .icon {
  float: right;
}

body.group-blog .wp-pagenavi {
  border-top: solid 2px #e7e7e7;
  padding-top: 40px;
  margin-top: 40px;
  text-align: center;
}
body.group-blog .wp-pagenavi::after {
  clear: both;
  content: "";
  display: block;
}
body.group-blog .wp-pagenavi a,
body.group-blog .wp-pagenavi span {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #171717;
  border: 0;
  display: inline-block;
}
body.group-blog .wp-pagenavi a::after,
body.group-blog .wp-pagenavi span::after {
  clear: both;
  content: "";
  display: block;
}
body.group-blog .wp-pagenavi a .icon,
body.group-blog .wp-pagenavi span .icon {
  fill: #ffc000;
  display: block;
  margin-bottom: 20px;
}
body.group-blog .wp-pagenavi a:hover {
  color: #171717;
  background-color: transparent;
}
body.group-blog .wp-pagenavi a:hover .icon {
  fill: #171717;
}
body.group-blog .wp-pagenavi .current,
body.group-blog .wp-pagenavi a.page {
  border: solid 2px transparent;
  border-radius: 50%;
  height: 2rem;
  margin: .75rem 2px 0;
  width: 2rem;
}
body.group-blog .wp-pagenavi span.current {
  border: solid 2px #ffc000;
  border-color: #ffc000;
  color: #171717;
}
body.group-blog .wp-pagenavi .page.larger, body.group-blog .wp-pagenavi .page.smaller {
  display: none;
}
body.group-blog .wp-pagenavi span.current {
  display: none;
}
body.group-blog .wp-pagenavi .pages {
  display: inline-block;
}
body.group-blog .wp-pagenavi .current {
  color: #ffc000;
}
body.group-blog .wp-pagenavi a.nextpostslink {
  text-align: right;
  float: right;
}
body.group-blog .wp-pagenavi a.nextpostslink .icon {
  display: inline-block;
}
body.group-blog .wp-pagenavi a.nextpostslink span {
  display: block;
}
body.group-blog .wp-pagenavi a.previouspostslink {
  text-align: left;
  float: left;
}
body.group-blog .wp-pagenavi a.previouspostslink .icon {
  display: inline-block;
}
body.group-blog .wp-pagenavi a.previouspostslink span {
  display: block;
}
body.group-blog .wp-pagenavi a.nextpostslink:active, body.group-blog .wp-pagenavi a.nextpostslink:focus {
  background: 0 0;
  border: none;
}
body.group-blog .wp-pagenavi a.previouspostslink:active, body.group-blog .wp-pagenavi a.previouspostslink:focus {
  background: 0 0;
  border: none;
}
body.group-blog .wp-pagenavi a.nextpostslink:active svg, body.group-blog .wp-pagenavi a.nextpostslink:focus svg {
  fill: #000;
}
body.group-blog .wp-pagenavi a.previouspostslink:active svg, body.group-blog .wp-pagenavi a.previouspostslink:focus svg {
  fill: #000;
}

@media screen and (min-width: 768px) {
  body.group-blog .wp-pagenavi .page.larger, body.group-blog .wp-pagenavi .page.smaller {
    display: inline-block;
  }
  body.group-blog .wp-pagenavi span.current {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  body.group-blog .wp-pagenavi .pages {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  body.group-blog .wp-pagenavi .pages {
    display: none;
  }
}
.calvium-quote {
  background: #ffc000;
  padding: 30px;
  margin-bottom: 30px;
}
.calvium-quote blockquote {
  font-size: 21px;
  font-size: 1.3125rem;
  padding: 0;
  margin: 0;
}
.calvium-quote p.author {
  margin: 1rem 0 0 30%;
  text-align: right;
  width: 70%;
}

.pull-out {
  border: solid 2px #ccc;
  padding: 1em 1em 0;
  margin: 0 0 2em;
}

.wp-caption .wp-caption-text {
  font-size: .75em;
  text-align: left;
  margin-bottom: 2em;
}

.scroll-down,
.scroll-up {
  display: block;
  height: 30px;
  width: 30px;
  border: 0;
  position: absolute;
  left: 0;
  top: 15px;
}

.scroll-down:hover,
.scroll-up:hover {
  background-color: transparent;
}

.scroll-down:hover .icon,
.scroll-up:hover .icon {
  fill: #171717;
}

.scroll-down .icon {
  fill: #171717;
  margin: 0;
  height: 30px;
  width: 30px;
}

.scroll-up {
  left: auto;
  right: 0;
  top: 20px;
}
.scroll-up .icon {
  fill: #171717;
  margin: 0;
  height: 30px;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .scroll-down,
  .scroll-up {
    display: none;
  }
}
body.archive .scroll-down, body.blog .scroll-down, body.home .scroll-down, body.post-type-archive-projects .scroll-down {
  display: none;
}

.social-buttons {
  opacity: 0;
  width: 61px;
  -webkit-transition: opacity 1s linear 2s;
  transition: opacity 1s linear 2s;
}
.social-buttons.show {
  opacity: 1;
}
.social-buttons iframe,
.social-buttons span {
  display: block;
  margin: 0 auto 10px auto;
  clear: both;
}

@media screen and (min-width: 768px) {
  .social-buttons iframe,
  .social-buttons span {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .social-buttons {
    width: 100%;
  }
}
#supporting-content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e7e7e7;
  text-align: center;
  position: relative;
}
#supporting-content a.back {
  display: none;
  background-color: transparent;
  border: 0;
}
#supporting-content a.back span {
  display: none;
}
#supporting-content a.back .icon {
  fill: #ffc000;
}
#supporting-content a.back:hover .icon {
  fill: #171717;
}
#supporting-content a.back.back-to-blog {
  margin-bottom: 100px;
}
#supporting-content a.back.back-to-projects {
  display: none;
}
#supporting-content h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #a9a9a9;
  margin-bottom: 35px;
}
#supporting-content ul li {
  padding: 0;
  margin: 0;
  font-weight: 500;
  line-height: 1.35rem;
  margin-bottom: 20px;
}
#supporting-content ul li:before {
  display: none;
}
#supporting-content ul li a {
  color: #171717;
  background: 0 0;
  border: 0;
}
#supporting-content ul li.current_page_item a {
  color: #a9a9a9;
}

@media screen and (min-width: 768px) {
  #supporting-content {
    max-width: 170px;
    margin-top: 0;
    border-top: 0;
    padding: 0;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #supporting-content a.back.back-to-projects {
    display: block;
    position: absolute;
    top: -70px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  #supporting-content a.back {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #supporting-content ul li a:hover {
    color: #ffc000;
  }
}
@media screen and (min-width: 768px) {
  #supporting-content.scrolled {
    position: fixed;
    top: 130px;
    -webkit-transition: opacity .4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
  }
  #supporting-content.scrolled.scrolled-end {
    opacity: 0;
  }
}
body.single-projects #supporting-content.scrolled {
  top: 200px;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  border: 0;
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  color: #a9a9a9;
}

.wp-caption-text {
  text-align: center;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

body.page-template-page-contact #main-content .contact-links {
  margin: 0 0 20px 0;
}
body.page-template-page-contact #main-content #details,
body.page-template-page-contact #main-content #form,
body.page-template-page-contact #main-content #map {
  border-top: solid 1px #e7e7e7;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}
body.page-template-page-contact #main-content #details::after,
body.page-template-page-contact #main-content #form::after,
body.page-template-page-contact #main-content #map::after {
  clear: both;
  content: "";
  display: block;
}
body.page-template-page-contact #main-content .company-details {
  padding: 50px 0 0 0;
  margin: 50px 0 0 0;
  border-top: solid 1px #e7e7e7;
  font-size: 14px;
  font-size: .875rem;
  color: #a9a9a9;
  display: block;
  clear: both;
}
body.page-template-page-contact .google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
body.page-template-page-contact .google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
body.home #page {
  padding: 40px 0 0 0;
}
body.home footer.site-footer {
  border-top: 0;
}
body.home #main-content {
  width: 91.9921875%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1146px;
  font-family: Alegreya, Georgia, Times, 'Times New Roman', serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  body.page-template-page-contact #main-content #details p {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }
  body.page-template-page-contact #main-content #details p:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  body.home #page {
    padding: 120px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  body.home #main-content {
    width: 78.1944444444%;
  }
}
@media screen and (min-width: 768px) {
  body.home #main-content {
    margin-bottom: 120px;
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.home-projects {
  overflow: hidden;
}
.home-projects::after {
  clear: both;
  content: "";
  display: block;
}
.home-projects .home-project {
  width: 50%;
  padding-bottom: 50%;
  height: 0;
  float: left;
  position: relative;
  border-top: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
}
.home-projects .home-project .project-wrapper {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.home-projects .home-project .project-wrapper .project-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-projects .home-project .overlay {
  display: none;
}
.home-projects .home-project a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: transparent;
  border-width: 0;
  width: 75%;
  height: auto;
  width: 100%;
  height: 100%;
  text-align: center;
}
.home-projects .home-project a span {
  display: none;
}
.home-projects .home-project a img {
  width: 70%;
  margin: 0 auto;
  max-width: 70%;
}
.home-projects .home-project a:hover .overlay {
  bottom: 0;
  opacity: 1;
}
.home-projects .home-project a.more {
  border: none;
}
.home-projects .home-project a.more:hover .read-more-wrapper .read-more-inner span {
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}
.home-projects .home-project a.more .read-more-wrapper {
  display: table;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.home-projects .home-project a.more .read-more-wrapper .read-more-inner {
  display: table-cell;
  vertical-align: middle;
}
.home-projects .home-project a.more .read-more-wrapper .read-more-inner span {
  display: block;
  margin: 0 auto;
  max-width: 80%;
}
.home-projects .home-project.more a {
  border-width: 2px;
}

@media screen and (max-width: 767px) {
  .home-projects .home-project:nth-child(2n) {
    border-right: 0;
  }
  .home-projects .home-project:nth-child(-n+2) {
    border-top: 0;
  }
  .home-projects .home-project:nth-child(n+5) {
    display: none;
  }
  .home-projects .home-project.more {
    display: block;
    clear: both;
    float: none;
    border: 0;
    width: 100%;
    text-align: center;
    max-width: 13rem;
    margin: 0 auto;
  }
  .home-projects .home-project.more a {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .home-projects .home-project {
    width: 25%;
    padding-bottom: 25%;
  }
  .home-projects .home-project:nth-child(-n+4) {
    border-top: 0;
  }
  .home-projects .home-project .overlay {
    bottom: 0;
    opacity: 1;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 20px 10%;
    text-align: center;
    position: absolute;
    bottom: -40%;
    opacity: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .home-projects .home-project .overlay .content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home-projects .home-project .overlay p {
    color: #171717;
  }
  .home-projects .home-project .overlay p.title {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .home-projects .home-project a.more .read-more-wrapper .read-more-inner span {
    min-width: 70%;
    width: auto;
  }
}
.testimonial-next:active, .testimonial-next:focus, .testimonial-next:hover {
  background: 0 0;
}

.testimonial-prev:active, .testimonial-prev:focus, .testimonial-prev:hover {
  background: 0 0;
}

.testimonial-next .icon,
.testimonial-prev .icon {
  fill: #ffc000;
}

.client-testimonials h3 {
  margin: 80px 0 0 7.5%;
}
.client-testimonials .home-testimonial .testimonial-block {
  margin: 50px auto;
  width: 85%;
}
.client-testimonials .home-testimonial .testimonial-block img.testimonial-image {
  border-radius: 50%;
  float: left;
  height: 200px;
  margin: 0 1.5em 0 0;
  width: 200px;
}
.client-testimonials .home-testimonial .testimonial-block .testimonial-copy {
  margin-left: 230px;
}
.client-testimonials .slick-dots li {
  background: #ccc;
}
.client-testimonials .slick-dots li.slick-active {
  background: #000;
}

.slick-dots li:hover {
  background: #000;
}

.latest-news {
  background: #ffc000 url(images/latest-news.png) no-repeat 90% 0;
  background-size: contain;
  padding: 30px 0 48px;
}
.latest-news .post-content {
  width: auto !important;
}
.latest-news h3 {
  margin: 0 50px;
}
.latest-news .home-posts {
  margin-top: 40px;
}
.latest-news article {
  outline: 0;
  margin: 0 0 100px 0;
  margin-bottom: 0 !important;
}
.latest-news .post-cat {
  display: none;
}
.latest-news h2 a {
  font-family: Alegreya, Georgia, Times, 'Times New Roman', serif;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: transparent;
  font-weight: 400;
  border: 0;
  text-transform: none;
}
.latest-news .read-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  border: solid 2px #ffc000;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 13px 23px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .latest-news article {
    margin: 0 50px;
  }
}
.news-signup .read-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  border: solid 2px #ffc000;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 13px 23px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.latest-news .read-more:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
  color: #171717;
}
.latest-news .read-more:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .latest-news,
  .testimonial-copy {
    text-align: center;
  }

  .latest-news .post-excerpt {
    display: none;
  }
  .latest-news .slick-next,
  .latest-news .slick-prev {
    display: none !important;
  }

  .testimonial-next,
  .testimonial-prev {
    display: none !important;
  }

  .client-testimonials h3 {
    margin: 0 auto 30px;
    text-align: center;
  }
  .client-testimonials .home-testimonial .testimonial-block {
    margin: 0 auto 50px;
  }
  .client-testimonials .home-testimonial .testimonial-block img.testimonial-image {
    float: none;
    margin: 0 auto 1em;
  }
  .client-testimonials .home-testimonial .testimonial-block .testimonial-copy {
    margin-left: 0;
  }
  .client-testimonials ul.slick-dots {
    bottom: 0;
  }
}
section.news-signup {
  background: #ffc000;
  padding: 2em 0;
}
section.news-signup .container {
  border: solid 3px #fff;
  padding: 3em 3em 0 3em;
  max-width: 700px;
}
section.news-signup .container h2 {
  font-size: 1.25rem;
  line-height: 140%;
  text-align: center;
  text-transform: none;
}
section.news-signup .container p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-hero.home {
    margin-top: 0;
  }
}
.article-container {
  padding-top: 20px;
}

body.blog article, body.group-blog article {
  margin-bottom: 80px;
}
body.blog article::after, body.group-blog article::after {
  clear: both;
  content: "";
  display: block;
}
body.blog article .featured-image, body.group-blog article .featured-image {
  background: 0 0;
  margin-bottom: 20px;
  border: 0;
}
body.blog article h2 a, body.group-blog article h2 a {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  background: 0 0;
  color: #171717;
  text-transform: none;
  border: 0;
}
body.blog article h2 a:hover, body.group-blog article h2 a:hover {
  color: #a9a9a9;
}
body.blog.home .latest-news article h2 a:hover, body.group-blog.home .latest-news article h2 a:hover {
  color: #171717;
}
body.single-post #main-content h1 {
  font-size: 28px;
  font-size: 1.75rem;
}
body.single-post #main-content img {
  margin-bottom: 0.75rem;
}
body.single-post #supporting-content img {
  border-radius: 999em;
  max-width: 130px;
  margin: 0 auto 20px auto;
  display: block;
  max-width: 130px;
}
body.single-post #supporting-content h2,
body.single-post #supporting-content h3 {
  text-align: center;
}
body.single-post #supporting-content h2 {
  color: #171717;
  font-size: 16;
  font-size: 1rem;
  margin-bottom: 10px;
}
body.single-post #supporting-content h3 {
  color: #a9a9a9;
  font-size: 14;
  font-size: .875rem;
  margin-bottom: 20px;
}
body.single-post #supporting-content .tags {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
body.single-post #supporting-content .tags a {
  border: none;
  text-transform: capitalize;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  body.blog article h2 a, body.group-blog article h2 a {
    font-size: 36px;
    font-size: 2.25rem;
  }
  body.blog article .featured-image, body.group-blog article .featured-image {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-top: 6px;
  }
  body.blog article .featured-image:last-child, body.group-blog article .featured-image:last-child {
    margin-right: 0;
  }
  body.blog article .post-content, body.group-blog article .post-content {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-right: 0;
  }
  body.blog article .post-content:last-child, body.group-blog article .post-content:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  body.single-post #main-content h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  body.single-post #supporting-content {
    max-width: 130px;
  }
}
.cat-list {
  margin: 1rem 0 2rem;
}
.cat-list .find-topics {
  cursor: pointer;
  display: block;
  height: 50px;
  line-height: 50px;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
}
.cat-list .find-topics a {
  background-color: transparent;
  font-weight: 700;
  color: #171717;
  border: 0;
}
.cat-list .find-topics a:hover {
  color: #a9a9a9;
}
.cat-list .find-topics .icon {
  fill: #ffc000;
  height: 30px;
  width: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  right: 0;
  margin-top: 10px;
}
.cat-list .find-topics:hover {
  color: #171717;
}
.cat-list .find-topics.open .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.cat-list ul {
  display: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cat-list ul li {
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  font-size: 16px;
  font-size: 1rem;
  clear: both;
  display: block;
}
.cat-list ul li:before {
  display: none;
}
.cat-list ul li.cat-item.current-cat a {
  color: #ffc000;
}
.cat-list ul li.search-button {
  padding: 0.5rem;
}
.cat-list ul li.search-button .icon {
  margin-bottom: -2px;
}
.cat-list ul li a {
  background-color: transparent;
  border: 0;
  color: #171717;
  font-weight: 400;
  line-height: 2rem;
  padding: 0.5rem 1rem 0.5rem 0;
}
.cat-list ul li a:hover {
  color: #a9a9a9;
}

@media screen and (min-width: 768px) {
  .cat-list::after {
    clear: both;
    content: "";
    display: block;
  }
  .cat-list .find-topics {
    height: auto;
    line-height: inherit;
    margin-left: 17.0596086706%;
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 14.7019566472%;
    margin-top: -0.1rem;
  }
  .cat-list .find-topics:last-child {
    margin-right: 0;
  }
  .cat-list .find-topics .icon {
    display: none;
  }
  .cat-list ul {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
    margin-right: 0;
    display: inline-block !important;
  }
  .cat-list ul:last-child {
    margin-right: 0;
  }
  .cat-list ul li {
    clear: none;
    margin: 0;
    display: inline-block !important;
  }
  .cat-list .cat-list-ul {
    margin-top: -0.4rem;
  }
}
@media screen and (max-width: 1023px) {
  .cat-list {
    margin-top: 0;
  }
  .cat-list .find-topics {
    float: none;
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  .cat-list .cat-list-ul {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
  }
}
.post-cat {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}
.post-cat a {
  background: 0 0;
  color: #ffc000;
  border: 0;
  margin-right: 1rem;
}
.post-cat a:hover {
  color: #171717;
}

.posted-on {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  color: #a9a9a9;
}
.posted-on span,
.posted-on time {
  color: #171717;
}

.read-more {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffc000;
  border: solid 2px #ffc000;
  color: #fff;
  cursor: pointer;
  display: block;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  padding: 13px 23px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 12px;
  font-size: .75rem;
  background-color: transparent;
  color: #171717;
}
.read-more:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fff;
  background-color: #171717;
  border-color: #171717;
}
.read-more:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

body.archive.category .cat-list .find-topics, body.blog .cat-list .find-topics, body.search-results .cat-list .find-topics {
  margin-top: 0.1rem;
}
body.blog .cat-list .find-topics a {
  color: #ffc000;
}

.search-button {
  display: none !important;
}
.search-button .icon {
  fill: #171717;
  height: 15px;
  width: 15px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .search-button {
    display: block !important;
  }
  .search-button:hover .icon {
    fill: #ffc000;
  }
}
.searchform {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.searchform input {
  margin: 0 0 20px 0;
}
.searchform input[type=search] {
  font-weight: 400;
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 74.4105869942%;
}
.searchform input[type=search]:last-child {
  margin-right: 0;
}
.searchform input[type=submit] {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  width: 23.2317609825%;
  margin-right: 0;
}
.searchform input[type=submit]:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .searchform {
    display: block !important;
  }
  .searchform input[type=search] {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 65.8807826589%;
  }
  .searchform input[type=search]:last-child {
    margin-right: 0;
  }
  .searchform input[type=submit] {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .searchform input[type=submit]:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .searchform {
    display: none;
  }
}
body.search-results article.projects a {
  text-align: center;
}
body.search-results article.projects a img {
  width: 60%;
}

article.type-projects {
  margin-bottom: 20px;
}
article.type-projects .logo {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
  background-color: #a9a9a9;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  border: 0;
  -webkit-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
article.type-projects .logo > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
article.type-projects .logo:hover {
  opacity: 0.7;
}
article.type-projects .logo img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 51%;
  max-width: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
article.type-projects h2.title {
  font-family: Alegreya, Georgia, Times, 'Times New Roman', serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}
article.type-projects h2.title a {
  border: none;
  font-weight: 400;
}
article.type-projects h2.title a:hover {
  background: 0 0;
  border: none;
}
article.type-projects p.services {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  article.type-projects {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
    margin-bottom: 40px;
  }
  article.type-projects:last-child, article.type-projects:nth-child(3n) {
    margin-right: 0;
  }
  article.type-projects:nth-child(3n+1) {
    clear: left;
  }
}
body.search-results article.type-projects {
  clear: both;
  width: 100%;
}
body.single-projects .hero .title {
  margin-bottom: 20px;
  width: 65%;
}
body.single-projects .hero .client-logo {
  max-width: 165px;
  height: auto;
  width: auto;
  margin-bottom: 20px;
}
body.single-projects .hero p.blurb, body.single-projects .hero p.sectors, body.single-projects .hero p.services, body.single-projects .hero p.blurb a, body.single-projects .hero p.sectors a, body.single-projects .hero p.services a {
  color: #fff;
}
body.single-projects .hero p.blurb a:hover, body.single-projects .hero p.sectors a:hover, body.single-projects .hero p.services a:hover {
  color: #ffc000;
}
body.single-projects .screenshot {
  position: relative;
  margin: 0 auto 50px auto;
  display: block;
}
body.single-projects .screenshot .screenshot-image {
  position: absolute;
}
body.single-projects .screenshot.portrait-phone {
  max-width: 261px;
}
body.single-projects .screenshot.portrait-phone .screenshot-image {
  top: 11.5%;
  left: 6.5%;
  width: 88%;
}
body.single-projects .screenshot.landscape-phone {
  max-width: 525px;
}
body.single-projects .screenshot.landscape-phone .screenshot-image {
  top: 5.8%;
  left: 11.5%;
  width: 76.8%;
}
body.single-projects #supporting-content a.app-store, body.single-projects #supporting-content a.play-store {
  display: block;
  margin: 0 auto 20px auto;
  width: 166px;
  background: 0 0;
  border: 0;
}
body.single-projects #supporting-content a.app-store img, body.single-projects #supporting-content a.play-store img {
  display: block;
  margin: 0;
}

@media screen and (min-width: 768px) {
  body.single-projects #page {
    padding-top: 110px;
  }
}
@media screen and (min-width: 1600px) {
  body.single-projects .hero .title {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  body.single-projects .hero .client-logo {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  body.single-projects .hero .client-logo {
    max-width: 130px;
  }
}
@media screen and (min-width: 768px) {
  body.single-projects .screenshot {
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  body.single-projects .screenshot.portrait-phone {
    top: -576px;
  }
}
@media screen and (max-width: 1023px) {
  body.single-projects .screenshot.portrait-phone {
    top: -366px;
    max-width: 161px;
  }
}
@media screen and (max-width: 767px) {
  body.single-projects .screenshot.portrait-phone {
    margin-bottom: -110px;
    max-width: 261px;
    top: -130px;
  }
}
@media screen and (min-width: 768px) {
  body.single-projects .screenshot.landscape-phone {
    top: -355px;
  }
}
@media screen and (min-width: 768px) {
  body.single-projects #supporting-content {
    padding-top: 20px;
    border-top: solid 2px #ffc000;
  }
  body.single-projects #supporting-content a.app-store, body.single-projects #supporting-content a.play-store {
    margin: 0 0 20px 0;
  }
}
p.blurb, p.sectors, p.services {
  text-transform: uppercase;
  font-family: Karla, Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #a9a9a9;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  margin: 0;
}
p.blurb {
  color: #000;
  font-size: .9rem;
  text-transform: none;
  padding-bottom: 0.6em;
}
p.sectors a, p.services a {
  background: 0 0;
  color: #a9a9a9;
  font-weight: 700;
}
p.sectors a:hover, p.services a:hover {
  color: #ffc000;
}

body.post-type-archive-projects .cat-list ul li a.all-sectors, body.post-type-archive-projects .cat-list ul li a.all-services {
  color: #ffc000;
}

.team-list {
  margin-top: 60px;
}
.team-list section::after {
  clear: both;
  content: "";
  display: block;
}

.team-member {
  margin-bottom: 40px;
  -webkit-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.team-member img {
  height: 170px;
  width: 170px;
  margin: 0 auto 30px auto;
  border-radius: 9999em;
  display: block;
  text-align: center;
  cursor: pointer;
}
.team-member h1,
.team-member h2 {
  text-transform: uppercase;
  text-align: center;
}

#main-content .team-member h1 {
  color: #171717;
  font-size: 16;
  font-size: 1rem;
  margin-bottom: 0.2em;
}
#main-content .team-member h2 {
  color: #a9a9a9;
  font-size: 14;
  font-size: .875rem;
  margin: 0.5em 0 1em;
}

.team-member .visible-details {
  position: relative;
}
.team-member .team-description {
  display: none;
  position: relative;
}
.team-member .social-links {
  margin-top: 40px;
  text-align: center;
}
.team-member .social-link {
  color: #fff;
  display: inline-block;
  height: 49px;
  width: 49px;
  line-height: 49px;
  font-size: 25px;
  font-size: 1.5625rem;
  border: 0;
  border-radius: 9999em;
  text-align: center;
  margin: 0 20px 20px 0;
}
.team-member .social-link span {
  display: none;
}
.team-member .social-link.twitter {
  background-color: #55acee;
}
.team-member .social-link.twitter:hover {
  background-color: #83c3f3;
}
.team-member .social-link.linkedin {
  background-color: #007bb5;
}
.team-member .social-link.linkedin:hover {
  background-color: #009ee8;
}

@media screen and (min-width: 768px) {
  .team-member .team-description {
    height: 300px;
    position: static;
  }
}
@media screen and (min-width: 1024px) {
  .team-member .team-description {
    height: 270px;
  }
}
@media screen and (min-width: 768px) {
  .team-member .content {
    padding-right: 90px;
  }
}
@media screen and (min-width: 768px) {
  .team-member .social-links {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .team-member .social-link {
    display: block;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .team-member {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 31.7615653177%;
  }
  .team-member .visible-details {
    height: 280px;
  }
  .team-member:last-child, .team-member:nth-child(3n) {
    margin-right: 0;
  }
  .team-member:nth-child(3n+1) {
    clear: left;
  }
  .team-member .team-description-inner {
    position: absolute;
    left: 0;
    width: 100%;
    border-top: solid 2px #e7e7e7;
    border-bottom: solid 2px #e7e7e7;
    padding: 40px 0;
    display: none;
  }
}
.team-highlight {
  height: 2px;
  width: 100%;
  background-color: #ffc000;
  border: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (min-width: 768px) {
  .team-member.open .team-highlight {
    opacity: 1;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-image,
.fancybox-inner {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-outer,
.fancybox-skin,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-wrap {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-wrap iframe,
.fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  text-shadow: none;
  border-radius: 3px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-inner,
.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #ff1d1d;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -37.5px;
  margin-left: -37.5px;
  width: 74px;
  height: 74px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060;
  background: #ffc000;
  border-radius: 50%;
}
#fancybox-loading div {
  width: 50px;
  height: 50px;
  background: url(/calvium/wp-content/themes/calvium/images/rolling.gif) center center no-repeat;
  background-size: 50px;
  margin: 12px;
}

.fancybox-close {
  position: absolute;
  cursor: pointer;
  z-index: 8040;
  top: 15px;
  right: 15px;
  height: 20px;
  width: 20px;
  background: 0 0;
  border-radius: 0;
  padding: 0;
  display: block;
  border: 0;
}
.fancybox-close .icon {
  fill: #ffc000;
  height: 20px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close:hover {
  background: 0 0;
}
.fancybox-close:hover .icon {
  fill: #171717;
}

@media screen and (min-width: 768px) {
  .fancybox-close {
    top: 15px;
    right: 15px;
    height: 50px;
    width: 50px;
  }
  .fancybox-close .icon {
    height: 50px;
    width: 50px;
  }
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(/calvium/wp-content/themes/calvium/images/blank.gif);
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(/calvium/wp-content/themes/calvium/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: 0 0;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #171717;
  background: rgba(23, 23, 23, 0.8);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url(ajax-loader.gif) center center no-repeat;
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next,
.slick-prev,
.testimonial-next,
.testimonial-prev {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: 0;
  z-index: 10;
}

.slick-next .icon,
.slick-prev .icon {
  fill: #fff;
}

.slick-next:focus, .slick-next:hover {
  background-color: transparent;
}

.slick-prev:focus, .slick-prev:hover {
  background-color: transparent;
}

.slick-next:focus .icon, .slick-next:hover .icon {
  fill: #171717;
}

.slick-prev:focus .icon, .slick-prev:hover .icon {
  fill: #171717;
}

.testimonial-next:focus .icon, .testimonial-next:hover .icon {
  fill: #171717;
}

.testimonial-prev:focus .icon, .testimonial-prev:hover .icon {
  fill: #171717;
}

.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 0;
}
.slick-prev.slick-disabled {
  opacity: 0.25;
}

.testimonial-prev {
  left: 0;
}

@media screen and (min-width: 768px) {
  .slick-prev,
  .testimonial-prev {
    left: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .slick-prev,
  .testimonial-prev {
    left: -75px;
  }
}
.slick-next,
.testimonial-next {
  right: 0;
}

@media screen and (min-width: 768px) {
  .slick-next,
  .testimonial-next {
    right: -20px;
  }
}
@media screen and (min-width: 1024px) {
  .slick-next,
  .testimonial-next {
    right: -75px;
  }
}
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  padding: 0;
  bottom: -50px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: solid 2px #fff;
  background: #fff;
  border-radius: 9999em;
  -webkit-transition: color .4s ease, background-color .4s ease;
  -webkit-transition: color 0.4s ease, background-color 0.4s ease;
  transition: color 0.4s ease, background-color 0.4s ease;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  display: block;
  height: 15px;
  width: 15px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li.slick-active, .slick-dots li:hover {
  background: #ffc000;
}
