
/* Generic Styles */
html, body {
  background-color: #ffffff;
  color: #000000;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

  body.ajax-loading, body.ajax-loading * {
    cursor: wait !important;
  }

  body#tinymce.mceContentBody {
    margin: 0;
    padding: 10px;
  }



/*
 * Clearfix
 */

.group:after {
  content: " ";
  display: table;
  clear: both;
}

.group {
  *zoom: 1;
}



/*
 * Typography
 */

body {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: #737373;
}

h1, h2, h3, h4, h5, h6 , legend {
  color: #000;
  font-style: normal;
}

h1, h2, h3, legend {
  font-family: 'Gotham 7r', 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

h4, h5, h6 {
  font-family: 'Gotham 5r', 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.571em; /* 36/14 */
}

h2, legend {
  font-size: 2.286em; /* 32/14 */
}

h3 {
  font-size: 2em; /* 28/14 */
}

h4 {
  font-size: 1.714em; /* 24/14 */
}

h5 {
  font-size: 1.286em; /* 18/14 */
}

h6 {
  font-size: 1.143em; /* 16/14 */
}

p {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em; /* 14/14 */
  line-height: 1.5;
  color: #737373;
}

strong {
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
}

em {
  font-family: 'Gotham SSm 4i', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

a {
  color: #D0021B;
  font-size: 1em; /* parent/parent */
  text-decoration: none;
}

a:hover,
a:focus {
  color: #000;
}

a:active {
  position: relative;
  top: 1px;
}

.featured-link {
  position: relative;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #D0021B;
  border-bottom: 2px solid;
  -webkit-transition: color 0.1s ease;
     -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
       -o-transition: color 0.1s ease;
          transition: color 0.1s ease;
}

.featured-link:after {
  content: "\2192";
  position: absolute;
  left: 100%;
  display: inline-block;
  padding-left: 5px;
}

.featured-link:hover,
.featured-link:focus {
  color: #000;
}

.headline {
  margin-bottom: 20px;
  line-height: 1;
}

.sub-headline {
  font-family: 'Gotham 7r', 'Gotham A', 'Gotham B', Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.714em; /* 24/14 */
  line-height: 1;
  margin-bottom: 20px;
}

.heading {
  margin-bottom: 15px;
  font-family: 'Gotham SSm 7r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  font-size: 1em; /* 14 */
}

/*
 * Elements
 */

img {
  display: block;
  width: 100%;
}


/*
 ** Type Elements
 */

h1, h2, h3, h4, h5, h6, legend {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}


/*
 ** List Elements
 */

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}



/*
 ** Page Content Element Styles
 */

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-bottom: 20px;
}

.page-content ul,
.page-content ol {
  list-style-position: inside;
  margin-bottom: 15px;
}

.page-content ul:last-child,
.page-content ol:last-child {
  margin-bottom: 0;
}

.page-content ul {
  list-style-type: disc;
}

.page-content ol {
  list-style-type: decimal;
}

.page-content ol ol {
  list-style-type: lower-roman;
}

.page-content li {
  margin-top: 10px;
}

.page-content li:first-child {
  margin-top: 0;
}

.page-content li ul,
.page-content li ol {
  margin-top: 15px;
  margin-left: 10px;
}


/*
 ** Buttons
 */

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #d0021b;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.143em;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

.button:hover,
.button:focus {
  background-color: #8C0112;
}


/*
 ** Forms
 */

input[type="submit"] {
  vertical-align: middle;
  border: none;
  padding: 10px 20px;
  background-color: #d0021b;
  color: #ffffff;
  font-size: 1.143em;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 4px;
          border-radius: 4px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #8C0112;
}

form ul li {
  margin-top: 15px;
  list-style: none;
}

form ul li:first-child {
  margin-top: 0;
}

form ul li label {
  display: block;
  margin-bottom: 5px;
  cursor: pointer;
}

form ul li input[type="text"],
form ul li input[type="email"],
form ul li textarea {
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  width: 100%;
  vertical-align: middle;
  padding: 14px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

form ul li input[type="text"]:hover,
form ul li input[type="text"]:focus,
form ul li input[type="email"]:hover,
form ul li input[type="email"]:focus,
form ul li textarea:hover,
form ul li textarea:focus  {
  border-color: #000000;
}

form ul li textarea {
  height: 200px;
}

form ul.errorlist {
  color: #D0021B;
}

.contact .contacts-list > li {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  width: 48%;
}

legend {
  margin-bottom: 15px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}

.start-project .js-hide,
.budget-slider  {
  border-bottom: none;
}



/*
 * Structure
 */

/*
 ** Wrap
 */

.wrap {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}


/*
 ** Header
 */

.header {
  padding-top: 20px;
  padding-bottom: 30px;
}

.header .wrap:after {
  display: block;
  content: '';
  clear: both;
}

.header:after {
  content: "";
  display: table;
  clear: both;
}

.header .nav a {
  display: block;
  font-family: 'Gotham SSm 5r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  white-space: nowrap;
}

.header .nav a:hover,
.header .nav a:focus {
  color: #000;
}

.header .nav-trigger {
  display: none;
}

.js-enabled .nav-trigger {
  display: block;
}


/*
 *** CSS Based Navigation
 */

.header .nav > .menu > li {
  display: block;
  margin-bottom: 15px;
}

.header .nav > .menu > .has-menu {
  position: relative;
}

.header .nav > .menu > .has-menu > span {
  display: block;
  color: #D0021B;
  cursor: pointer;
}

.header .nav > .menu > .has-menu:hover > span,
.header .nav > .menu > .has-menu:focus > span {
  color: #000;
}

.header .nav > .menu > .has-menu .menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  display: none;
  padding-top: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  margin-top: 5px;
  background: #000000;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
}

.header .nav > .menu > .has-menu .menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 6px;
  background: url("../images/dropdown-arrow.png") no-repeat 0 0;
}

@media all and (min-width: 0) {
  .header .nav > .menu > .has-menu .menu:before {
    background: url("../images/dropdown-arrow.png") no-repeat 0 0;
  }
}

.header .nav > .menu > .has-menu:hover > .menu,
.header .nav > .menu > .has-menu:focus > .menu {
  display: block;
}

.header .nav .has-menu .menu li {
  margin-top: 15px;
}

.header .nav .has-menu .menu li:first-child {
  margin-top: 0;
}

.header [data-level="2"]  {
  width: 100%;
}

.header [data-level="2"] a,
.header [data-level="2"] span  {
  font-size: 1.125em; /* 18/16 */
  color: #ffffff;
}

.header .nav .has-menu .menu a:hover,
.header .nav .has-menu .menu a:focus  {
  color: #D0021B;
}

.header .nav .menu .featured a:after {
  content: "\2192";
}

.header .nav .menu .featured a {
  display: inline-block;
  background-color: #d0021b;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  font-size: 1.143em;
}

.header .nav .menu .featured a:hover,
.header .nav .menu .featured a:focus {
  background-color: #8C0112;
}

/*
* Services Menu
*/

.header .nav .services-menu {
  margin-top: 20px;
}

.header .nav .services-menu li  {
  margin-bottom: 20px;
}

.header .nav .services-menu li  a  {
  font-size: 1.285714286em; /* 18/14 */
}


/*
 *** JS Based Navigation
 */

.header:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.1s ease-in-out;
     -moz-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
       -o-transition: opacity 0.1s ease-in-out;
          transition: opacity 0.1s ease-in-out;
}

.header .nav {
  position: relative;
  top: 30px;
  overflow: hidden;
  height: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.1s ease-in-out;
     -moz-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
       -o-transition: opacity 0.1s ease-in-out;
          transition: opacity 0.1s ease-in-out;
}

.header .nav > .menu > li > a,
.header .nav > .menu > li > span {
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1.125em; /* 18/16 */
  padding: 5px;
}

.js-enabled .header .nav-trigger {
  float: right;
  -webkit-transition: margin-top 0.1s ease, color 0.1s ease;
     -moz-transition: margin-top 0.1s ease, color 0.1s ease;
      -ms-transition: margin-top 0.1s ease, color 0.1s ease;
       -o-transition: margin-top 0.1s ease, color 0.1s ease;
          transition: margin-top 0.1s ease, color 0.1s ease;
}

.js-enabled .header .nav  {
  height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: right;
}

.js-enabled .header .nav > .menu > li {
  display: block;
}

.js-enabled .menu > .has-menu.active > .menu  {
  display: block;
}

/* Menu Active */

.js-enabled .header.nav-active:before {
  opacity: 0.98;
  visibility: visible;
}

.js-enabled .header.nav-active .logo {
  position: relative;
}

.js-enabled .header.nav-active .logo,
.js-enabled .header.nav-active .nav {
  z-index: 10;
}

.js-enabled .header.nav-active .nav {
  height: auto;
  opacity: 1;
  visibility: visible;
  text-align: left;
}

.js-enabled .header.nav-active .nav-trigger {
  position: relative;
  color: #aaa;
  z-index: 10;
}



/*
 ** Content
 */

.content {
  margin-bottom: 40px;
}



/*
 ** Footer
 */

.footer {
  margin-bottom: 60px;
}

.footer .footer-message {
  margin-bottom: 50px;
  font-family: 'Gotham SSm 3r', 'Gotham SSm A', 'Gotham SSm B', Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1em; /* 14 */
  line-height: 1.6;
}

.footer .footer-message .phone {
  color: #D0021B;
}

.footer .footer-message .email {
  border-bottom: 1px solid;
  -webkit-transition: color 0.1s ease;
     -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
       -o-transition: color 0.1s ease;
          transition: color 0.1s ease;
}

.footer .footer-message .email:hover,
.footer .footer-message .email:focus {
  color: #000;
}

.footer .footer-nav .menu li {
  margin-bottom: 15px;
}

.footer .footer-nav .menu a {
  position: relative;
  color: #bbb;
  border-bottom: 2px solid;
  -webkit-transition: color 0.1s ease;
     -moz-transition: color 0.1s ease;
      -ms-transition: color 0.1s ease;
       -o-transition: color 0.1s ease;
          transition: color 0.1s ease;
}

.footer .footer-nav .menu a:after {
  content: "\2192";
  position: absolute;
  left: 100%;
  display: inline-block;
  padding-left: 5px;
}

.footer .footer-nav .menu a:hover,
.footer .footer-nav .menu a:focus {
  color: #D0021B;
}

/* Disable self links on footer */
       .about .footer-nav .menu a[href="/about"],
     .contact .footer-nav .menu a[href="/contact"],
    .articles .footer-nav .menu a[href="/articles/"],
.project-list .footer-nav .menu a[href="/portfolio/projects/"] {
  display: none;
}

/*
 ** Articles
 */

.social-sharing li  {
  display: inline-block;
  vertical-align: middle;
}

.social-sharing li:first-child  {
  margin-top: 0;
}

.social-sharing a  {
  color: #000000;
  font-size: 0;
}

.social-sharing a:hover,
.social-sharing a:focus  {
  color: #D0021B;
}

.social-sharing a:hover:before,
.social-sharing a:focus:before {
  background-color: #D0021B;
}

.social-sharing a:before  {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 5px;
}

.social-sharing .btn-share-twitter:before  {
  background: url("../images/social-icon-twitter.png") #1da1f2 no-repeat center center;
}

.social-sharing .btn-share-facebook:before  {
  background: url("../images/social-icon-facebook.png") #3b5998 no-repeat center center;
}

@media all and (min-width: 0) {
  .social-sharing .btn-share-twitter:before {
    background-image: url("../images/social-icon-twitter.svg");
  }
  .social-sharing .btn-share-facebook:before {
    background-image: url("../images/social-icon-facebook.svg");
  }
}

/*
 ** Social Accounts
 */

.social-accounts li  {
  display: inline-block;
  vertical-align: middle;
}

.social-accounts a  {
  color: #000000;
  font-size: 0;
}

.social-accounts a:before  {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 35px;
  height: 35px;
  border-radius: 100%;
  margin-right: 5px;
}

.social-accounts a:hover,
.social-accounts a:focus  {
  color: #D0021B;
}

.social-accounts a:hover:before,
.social-accounts a:focus:before {
  background-color: #D0021B;
}

.social-accounts .facebook:before  {
  background: url("../images/social-icon-facebook.png") #3b5998 no-repeat center center;
}

.social-accounts .twitter:before  {
  background: url("../images/social-icon-twitter.png") #1da1f2 no-repeat center center;
}

.social-accounts .instagram:before  {
  background: url("../images/social-icon-instagram.png") #cd486b no-repeat center center;
}

.social-accounts .linkedin:before  {
  background: url("../images/social-icon-linkedin.png") #0077B5 no-repeat center center;
}

@media all and (min-width: 0) {
  .social-accounts .twitter:before {
    background-image: url("../images/social-icon-twitter.svg");
  }
  .social-accounts .facebook:before {
    background-image: url("../images/social-icon-facebook.svg");
  }
  .social-accounts .instagram:before {
    background-image: url("../images/social-icon-instagram.svg");
    background-size: 18px 18px;
  }
  .social-accounts .linkedin:before {
    background-image: url("../images/social-icon-linkedin.svg");
  }
}
