@charset "UTF-8";

/*
Theme Name: flintgroup 
Author: Flint Group
Description: Custom theme created for flintgroup.ca
Version: 1.1.6
*/


/* THEME COLORS */

@font-face {
  font-family: "founders-medium";
  src: url("/wp-content/themes/flintgroup/fonts/founders-medium.eot");
  src: url("/wp-content/themes/flintgroup/fonts/founders-medium.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/flintgroup/fonts/founders-medium.woff2") format("woff2"), url("/wp-content/themes/flintgroup/fonts/founders-medium.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "founders-regular";
  src: url("/wp-content/themes/flintgroup/fonts/founders-regular.eot");
  src: url("/wp-content/themes/flintgroup/fonts/founders-regular.eot#iefix") format("embedded-opentype"), url("/wp-content/themes/flintgroup/fonts/founders-regular.woff2") format("woff2"), url("/wp-content/themes/flintgroup/fonts/founders-regular.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "locator-regular";
  src: url("/wp-content/themes/flintgroup/fonts/locator-regular.woff") format("woff"), url("/wp-content/themes/flintgroup/fonts/locator-regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "locator-bold";
  src: url("/wp-content/themes/flintgroup/fonts/locator-bold.woff") format("woff"), url("/wp-content/themes/flintgroup/fonts/locator-bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Mont-Light";
  src: url("/wp-content/themes/flintgroup/fonts/Mont-Light.woff") format("woff"), url("/wp-content/themes/flintgroup/fonts/Mont-Light.ttf") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Mont-Regular";
  src: url("/wp-content/themes/flintgroup/fonts/Mont-Regular.woff") format("woff"), url("/wp-content/themes/flintgroup/fonts/Mont-Regular.ttf") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Mont-Bold";
  src: url("/wp-content/themes/flintgroup/fonts/Mont-Bold.woff") format("woff"), url("/wp-content/themes/flintgroup/fonts/Mont-Bold.ttf") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Mont-Heavy";
  src: url("/wp-content/themes/flintgroup/fonts/Mont-Heavy.woff") format("woff"), url("/wp-content/themes/flintgroup/fonts/Mont-Heavy.ttf") format("truetype");
  font-weight: 700;
}

.newh1 h1 {
  font-size: 61px;
  font-family: "Mont-Heavy", sans-serif;
}

@media screen and (max-width: 875px) {
  .newh1 h1 {
    font-size: 40px;
  }
}

.newh2 h2 {
  font-size: 40px;
  font-family: "Mont-Heavy", sans-serif;
}

@media screen and (max-width: 875px) {
  .newh2 h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

p {
  font-family: "Mont-Regular", sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 32px;
}

strong {
	font-family: "Mont-Bold", sans-serif;
}

h1 {
  font-size: 61px;
  line-height: 71px;
  font-family: "Mont-Heavy", sans-serif;
}

@media screen and (max-width: 875px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

h2 {
  letter-spacing: 0.03em;
  font-size: 40px;
  line-height: 50px;
  font-family: "Mont-Heavy", sans-serif;
}

@media screen and (max-width: 875px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-family: "Mont-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 875px) {
  h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

h4 {
  font-family: "Mont-Bold", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #e0e1e5;
}

.single-post h4 {
	color: #000;
}

@media screen and (max-width: 875px) {
  h4 {
    font-size: 26px;
    line-height: 36px;
  }
}

h5 {
  font-family: "Mont-Regular", sans-serif;
  font-size: 27px;
  line-height: 37px;
}

@media screen and (max-width: 875px) {
  h5 {
    font-size: 24px;
    line-height: 34px;
  }
}

.full-content {
  padding-top: 3em;
}

a {
  color: #cc0000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


/*
button {
  font-family: $headingFont;
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 100%;
}

.button {
  @include btn;
}
*/

.button {
  border: #c52326 2px solid;
  color: #c52326;
  text-transform: none;
  font-family: "Mont-Regular", sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  padding: 15px 40px;
  transition: all 0.4s ease;
}

.button:hover {
  background: #c52326;
  color: #fff;
  transition: all 0.4s ease;
}

a[target="_blank"]:not(.noicon):after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: " \f35d";
  font-size: 15px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

a[href$=".pdf"]:after {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: " \f1c1";
  font-size: 15px;
  margin-left: 5px;
  position: relative;
  top: -1px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Mont-Regular", sans-serif;
  color: #000;
  font-size: 21px;
  line-height: 29px;
}

body .red-underline {
  display: block;
  height: 5px;
  margin-top: 5px;
  width: 100px;
  background: linear-gradient(90deg, #cc0000 0%, #cc0000 100%);
  transition: all 0.35s;
}

body .inner-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

body img {
  max-width: 100%;
}

.spacedcols {
  margin-left: -1%;
  margin-right: -1%;
}

.spacedcols>* {
  padding-left: 1%;
  padding-right: 1%;
  padding-bottom: 2%;
}

.spacedcols-lg {
  margin-left: -4%;
  margin-right: -4%;
}

.spacedcols-lg>* {
  padding-left: 4%;
  padding-right: 4%;
}

.gridcontainer {
  position: relative;
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

.gridcontainer>* {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .hidemobile {
    display: none !important;
  }
}


/* Standard Content Containers */

.basic-content,
.full-content,
.content-area,
.info-area,
.main-summary {
  padding: 0 0 3em 0;
}

.basic-content>h1:first-child,
.basic-content>h2:first-child,
.basic-content>h3:first-child,
.full-content>h1:first-child,
.full-content>h2:first-child,
.full-content>h3:first-child,
.content-area>h1:first-child,
.content-area>h2:first-child,
.content-area>h3:first-child,
.info-area>h1:first-child,
.info-area>h2:first-child,
.info-area>h3:first-child,
.main-summary>h1:first-child,
.main-summary>h2:first-child,
.main-summary>h3:first-child {
  margin-top: 0;
}

.basic-content h2,
.full-content h2,
.content-area h2,
.info-area h2,
.main-summary h2 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

.basic-content h3,
.full-content h3,
.content-area h3,
.info-area h3,
.main-summary h3 {
  margin-top: 2em;
  margin-bottom: 0.5em;
  text-transform: none;
}

.basic-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox),
.full-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox),
.content-area ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox),
.info-area ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox),
.main-summary ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) {
  list-style: none;
  margin: 1.2em 0;
  padding: 0 0 0 30px;
}

.basic-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li,
.full-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li,
.content-area ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li,
.info-area ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li,
.main-summary ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li {
  margin: 0.6em 0;
  list-style: none;
  position: relative;
  line-height: 120%;
}

.basic-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li:before,
.full-content ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li:before,
.content-area ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li:before,
.info-area ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li:before,
.main-summary ul:not(.gform_fields):not(.gfield_radio):not(.gfield_checkbox) li:before {
  content: "■";
  color: #cc0000;
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 0.9em;
}

.basic-content img.aligncenter,
.full-content img.aligncenter,
.content-area img.aligncenter,
.info-area img.aligncenter,
.main-summary img.aligncenter {
  width: 100%;
  height: auto;
  margin: 2em 0;
}

.basic-content blockquote,
.full-content blockquote,
.content-area blockquote,
.info-area blockquote,
.main-summary blockquote {
  background: #f6f6f7;
  margin: 2em 0;
  padding: 20px;
  border-radius: 6px;
}

.basic-content blockquote *:first-child,
.full-content blockquote *:first-child,
.content-area blockquote *:first-child,
.info-area blockquote *:first-child,
.main-summary blockquote *:first-child {
  margin-top: 0;
}

.basic-content blockquote *:last-child,
.full-content blockquote *:last-child,
.content-area blockquote *:last-child,
.info-area blockquote *:last-child,
.main-summary blockquote *:last-child {
  margin-bottom: 0;
}

.basic-content img.alignleft,
.basic-content img.alignright,
.full-content img.alignleft,
.full-content img.alignright,
.content-area img.alignleft,
.content-area img.alignright,
.info-area img.alignleft,
.info-area img.alignright,
.main-summary img.alignleft,
.main-summary img.alignright {
  display: block;
  width: auto;
  height: auto;
  margin: 2em 0;
}

@media screen and (min-width: 875px) {

  .basic-content img.alignleft,
  .full-content img.alignleft,
  .content-area img.alignleft,
  .info-area img.alignleft,
  .main-summary img.alignleft {
    max-width: 50%;
    float: left;
    margin-top: 0;
    margin-right: 2em;
    margin-bottom: 2em;
  }

  .basic-content img.alignright,
  .full-content img.alignright,
  .content-area img.alignright,
  .info-area img.alignright,
  .main-summary img.alignright {
    max-width: 50%;
    float: right;
    margin-top: 0;
    margin-left: 2em;
    margin-bottom: 2em;
  }
}

figure.responsive-video,
figure.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 2em 0;
}

figure.responsive-video iframe,
figure.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fullwidth-slider,
.location-slider,
.about-slider {
  position: relative;
  /*
  .center {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: 250px;
    @include tablet {
      top: 100px;
    }
    #next,
    #prev {
      font-size: 40px;
      background: $red;
      color: $white;
      padding: 10px 20px;
      &:hover {
        cursor: pointer;
      }
    }
    #next {
      float: right;
    }
    #prev {
      float: left;
    }
  }
  .cycle-slide {
    vertical-align: top !important;
    text-align: center;
  }
  */
}

.fullwidth-slider .slick-slide img,
.location-slider .slick-slide img,
.about-slider .slick-slide img {
  display: block;
  min-width: 100%;
  margin: 0;
}

.fullwidth-slider button.slick-prev,
.fullwidth-slider button.slick-next,
.location-slider button.slick-prev,
.location-slider button.slick-next,
.about-slider button.slick-prev,
.about-slider button.slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  border: none;
  background: #cc0000;
  color: #fff;
  width: 50px;
  height: 40px;
  text-align: center;
  margin-top: -20px;
  z-index: 100;
  transition: all 0.35s;
}

.fullwidth-slider button.slick-prev.slick-disabled,
.fullwidth-slider button.slick-next.slick-disabled,
.location-slider button.slick-prev.slick-disabled,
.location-slider button.slick-next.slick-disabled,
.about-slider button.slick-prev.slick-disabled,
.about-slider button.slick-next.slick-disabled {
  opacity: 0.2;
}

.fullwidth-slider button.slick-prev:hover,
.fullwidth-slider button.slick-prev:active,
.fullwidth-slider button.slick-next:hover,
.fullwidth-slider button.slick-next:active,
.location-slider button.slick-prev:hover,
.location-slider button.slick-prev:active,
.location-slider button.slick-next:hover,
.location-slider button.slick-next:active,
.about-slider button.slick-prev:hover,
.about-slider button.slick-prev:active,
.about-slider button.slick-next:hover,
.about-slider button.slick-next:active {
  background: #152365;
}

@media screen and (min-width: 1024px) {

  .fullwidth-slider button.slick-prev,
  .fullwidth-slider button.slick-next,
  .location-slider button.slick-prev,
  .location-slider button.slick-next,
  .about-slider button.slick-prev,
  .about-slider button.slick-next {
    width: 100px;
    height: 50px;
    margin-top: -25px;
  }
}

.fullwidth-slider button.slick-next,
.location-slider button.slick-next,
.about-slider button.slick-next {
  left: auto;
  right: 0;
}

.pagination {
  margin: 20px 0px;
  text-align: center;
  /*
  .prev {
    &:hover {
      border: 1px solid $white;
      border-radius: 2px;
      padding: 5px 18px 5px 2px;
    }
  }
  */
}

.pagination .page-numbers {
  display: inline-block;
  text-decoration: none;
  font-size: 0.9em;
  line-height: 100%;
  margin-right: 1px;
  color: #cc0000;
  padding: 5px 4px;
  border: 1px solid #fff;
  transition: all 0.4s ease;
  border-radius: 2px;
}

.pagination .page-numbers:hover {
  border: 1px solid #cc0000;
  transition: all 0.4s ease;
}

/*@media screen and (min-width: 1024px) {
  .pagination .page-numbers {
    padding: 12px 18px;
    font-size: 1.3em;
    margin-right: 6px;
  }
}*/

.pagination .current {
  /*background-color: #cc0000;*/
  color: #000;
  /*border-color: #cc0000;*/
  border-radius: 2px;
}

.pagination .next,
.pagination .prev {
  color: #000;
  font-size: 30px;
  font-family: "Mont-light";
  position: relative;
  top: 2px;
}

.pagination .next:hover,
.pagination .prev:hover {
  border: 1px solid #fff;
  border-radius: 2px;
}


/* ==================================================================== */


/* GRAVITY FORMS BASIC STYLES ----------------------------------------- */


/* ==================================================================== */

.gform_body>ul {
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.gform_body>ul>li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
  margin-bottom: 1.2em;
}


/*
#page-content .gform_body > ul > li{
  &:before{ display: none; }
  padding-left:20px;
  padding-right:20px;
}
*/

.gform_fields {
  margin: 24px -1em 0 -1em;
  padding: 0;
}

.gfield,
.gfield_radio,
.gfield_checkbox {
  list-style: none;
  margin: 0 0 1.5em;
  padding: 0;
}

.gfield_radio,
.gfield_checkbox {
  margin: 0;
}

.gfield:after,
.gfield_radio:after,
.gfield_checkbox:after {
  content: "";
  display: table;
  clear: both;
}

.gfield {
  width: 100%;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
}

.gfield.half,
.gfield.third,
.gfield.twothirds,
.name-complex>div>span {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
  margin-top: 0 !important;
}

.ginput_left {
  clear: left;
}

.ginput_complex {
  position: relative;
  margin: 0 -1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ginput_complex>span {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 0 1em;
}

.gfield_required,
.gfield_contains_required .gfield_label:after {
  display: inline-block;
}

.gform_wrapper select,
.gform_wrapper input[type="text"],
.gform_wrapper textarea,
.gform_wrapper input[type="email"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="password"] {
  box-sizing: border-box;
  padding: 10px 12px;
  width: 100%;
  border: 1px solid #cc0000;
  color: #333;
  background: #FFF;
  box-shadow: none;
  transition: all .35s;
  box-sizing: border-box;
  font-size: 1em;
}

.gform_wrapper select:focus,
.gform_wrapper input[type="text"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="password"]:focus {
  background-color: #f7f7f5;
  border-color: #393738;
  outline: none;
}

.gform_wrapper .gfield select,
.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield input[type="email"],
.gform_wrapper .gfield input[type="tel"],
.gform_wrapper .gfield textarea {
  width: 100%;
  box-sizing: border-box;
}

.gform_wrapper .gfield_required {
  color: #e4564a !important;
}

.gform_wrapper .gfield_label {
  font-family: "Mont-Regular", sans-serif;
  margin-bottom: 0.2em;
  margin-left: .1em;
  font-size: 16px;
  display: block;
  text-align: left;
}

.gform_wrapper .hidden_label>label,
.gform_wrapper .screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.gform_wrapper .hidden_label>label.focusable:active,
.gform_wrapper .hidden_label>label.focusable:focus,
.gform_wrapper .screen-reader-text.focusable:active,
.gform_wrapper .screen-reader-text.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.gform_wrapper .gfield.gform_hidden {
  display: none;
}

.gform_wrapper .ginput_complex label {
  margin-left: .2em;
  font-size: .7em;
}

.gform_wrapper .ginput_complex .ginput_full input[type="text"] input[type="url"],
.gform_wrapper .ginput_complex .ginput_full input[type="email"],
.gform_wrapper .ginput_complex .ginput_full input[type="tel"],
.gform_wrapper .ginput_complex .ginput_full input[type="number"],
.gform_wrapper .ginput_complex .ginput_full input[type="password"],
.gform_wrapper .ginput_complex .ginput_full input[type="text"],
.gform_wrapper .ginput_complex .ginput_full select,
.gform_wrapper .ginput_complex .ginput_right input[type="text"] input[type="url"],
.gform_wrapper .ginput_complex .ginput_right input[type="email"],
.gform_wrapper .ginput_complex .ginput_right input[type="tel"],
.gform_wrapper .ginput_complex .ginput_right input[type="number"],
.gform_wrapper .ginput_complex .ginput_right input[type="password"],
.gform_wrapper .ginput_complex .ginput_right input[type="text"],
.gform_wrapper .ginput_complex .ginput_right select {
  width: 100% !important;
  padding: 8px;
  margin-left: 0 !important;
  box-sizing: border-box;
  transition: all .35s;
}

.gform_wrapper textarea.medium {
  height: 140px !important;
  padding: 8px !important;
  font-size: 0.9em !important;
}

.gform_wrapper select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAJCAYAAAA7KqwyAAAAjUlEQVQokY3OMQrCMBSA4a/RwRPoGRQUz6Aigt62Di7W2VW9hPQILi6vUEoCzRbe+7+kquv6iRmO+Bp3Frjhl1Bhg0cMxsQNtpgknPHCcgQyj3iFD04JLQ49pCkg83igi3doUww75B0LQyQbQ+ottdhnkGIM08E3O+SOdSBKcQ7IIUpxCegj17hfcjH8AWANKnFBYlJNAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: 98% center;
  padding: 0 12px !important;
  height: 45px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1em !important;
  color: #666;
}

.gform_wrapper select::-ms-expand {
  display: none;
}

.gform_wrapper input[type=radio],
.gform_wrapper input[type=checkbox] {
  display: block;
  position: absolute;
  vertical-align: top;
  left: 0;
  top: -0.2em;
  border-radius: 999px;
  -webkit-appearance: button;
  border: 2px solid #cc0000;
  background-color: #FFF;
  color: #FFF;
  white-space: nowrap;
  overflow: hidden;
  width: 25px;
  height: 25px;
  outline: none;
}

.gform_wrapper input[type=radio]:checked,
.gform_wrapper input[type=checkbox]:checked {
  background-color: #666;
  border-width: 5px;
  border-color: #FFF;
  box-shadow: 0px 0px 2px 0px black;
}

.gform_wrapper input[type="radio"][value="gf_other_choice"] {
  top: 0.8em;
}

.gform_wrapper input[type=checkbox] {
  border-radius: 2px;
}

.gform_wrapper input[type=radio]:hover {
  box-shadow: 0px 0px 1px #000;
}

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  font-size: 0.8em !important;
}

.gform_wrapper .gfield_description {
  padding: 6px 0 0;
  font-size: 12px;
  color: #666;
}

.gform_wrapper .gform_footer {
  text-align: center;
  margin-top: 0;
  padding: 1em 0 0.3em 0;
}

.gform_wrapper .gform_footer button {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid #cc0000;
  padding: 12px 20px 10px 20px;
  font-weight: lighter;
  background: transparent;
  color: #cc0000;
  transition: all 0.4s ease;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 0;
  min-width: 200px;
}

@media screen and (min-width: 1280px) {

  .gform_wrapper .gform_footer button.button-big,
  .gform_wrapper .gform_footer button.gform_button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    padding-bottom: 16px;
    min-width: 250px;
  }
}

.gform_wrapper .gform_footer button:hover,
.gform_wrapper .gform_footer button:active {
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}

.gfield_radio,
.gfield_checkbox {
  margin-top: 0.7em;
}

.gfield_radio>li,
.gfield_checkbox>li {
  position: relative;
  padding-left: 35px;
  margin-top: 5px;
  padding-top: 3px;
}

.gfield_radio>li>label,
.gfield_checkbox>li>label {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

.error {
  color: #cc0000;
}

form>.validation_error {
  font-weight: 600;
  line-height: 120%;
  margin: 1em 0;
  color: #cc0000;
  border: 1px solid #dadada !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  padding: 0.7em;
  background: rgba(255, 255, 255, 0.5);
}

.gfield_error input[type="text"],
.gfield_error .gfield_error textarea {
  border-color: #cc0000;
  clear: both;
}

.gfield_error .gfield_description.validation_message {
  display: block;
  font-size: 12px;
  margin-top: -3px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #cc0000;
}

.gfield_label:after {
  color: #999;
}

.gfield.inline li {
  display: inline-block !important;
  width: auto;
  margin-right: 3em !important;
}

.hidelabel>label {
  display: none !important;
}

.radio-inline .gfield_radio>li {
  display: inline-block;
  margin-right: 2.5em;
}

.gfield_visibility_hidden,
.gform_validation_container {
  display: none !important;
}

.ui-datepicker {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  border: 1px solid #9c9898;
}

.ui-datepicker-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  margin-left: -5px;
  margin-right: -5px;
}

.ui-datepicker-title select {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px !important;
  background-position: 80% center;
}

.ui-datepicker-header {
  position: relative;
  padding-top: 45px;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  left: 0;
  top: -5px;
  width: 40px;
  height: 40px;
  text-indent: -3000px;
  overflow: hidden;
}

.ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker-header .ui-datepicker-next:before {
  content: '\f0a8';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  text-indent: 0;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
}

.ui-datepicker-header .ui-datepicker-next {
  left: auto;
  right: 0;
}

.ui-datepicker-header .ui-datepicker-next:before {
  content: '\f0a9';
  text-align: right;
}

table.ui-datepicker-calendar {
  margin-top: 15px;
}

table.ui-datepicker-calendar th {
  font-size: 13px;
}

table.ui-datepicker-calendar td {
  padding: 4px;
}

table.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
  padding: 5px;
  font-size: 15px;
}

@media only screen and (min-width: 768px) {

  .gfield.half.left,
  .gfield.half.left,
  .name-complex>div>span:first-child {
    padding-right: 3%;
  }

  .gfield.half,
  .gfield.third,
  .gfield.twothirds,
  .name-complex>div>span {
    width: 50%;
    float: left;
    clear: none !important;
  }

  .gfield.third {
    width: 33.3333%;
  }

  .gfield.twothirds {
    width: 66.6666%;
  }

  .gfield.half.left,
  .gfield.third.left,
  .gfield.twothirds.left {
    clear: both;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

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

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

[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;
}

.notfound-page {
  margin-bottom: 80px;
}

.notfound-page .inner-hero-shot {
  margin-bottom: 80px;
}

.notfound-page .inner-page-holder {
  text-align: center;
}

.about-page .main-text {
  margin-bottom: 100px;
}

.about-page .leadership .person-link {
  display: inline-block;
  width: 33.3%;
  position: relative;
  margin-right: -6px;
  vertical-align: top;
  height: 470px;
}

@media screen and (max-width: 1200px) {
  .about-page .leadership .person-link {
    width: 50%;
  }
}

@media screen and (max-width: 875px) {
  .about-page .leadership .person-link {
    width: 100%;
    height: 300px;
  }
}

.about-page .leadership .person-link .flintster {
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.about-page .leadership .person-link .flintster .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.35s;
}

.about-page .leadership .person-link .flintster .info-holder {
  bottom: 40px;
  position: absolute;
  left: 40px;
}

.about-page .leadership .person-link .flintster .info-holder .name {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  position: relative;
}

.about-page .leadership .person-link .flintster .info-holder .title {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 27px;
  margin-top: 15px;
  color: #fff;
  display: block;
  position: relative;
}

.about-page .leadership .person-link .flintster .info-holder .right-arrow {
  right: 0px;
  position: relative;
  transition: 0.4s all ease;
}

.about-page .leadership .person-link .flintster .info-holder .red-underline {
  position: relative;
}

.about-page .leadership .person-link:hover,
.about-page .leadership .person-linkactive {
  text-decoration: none;
}

.about-page .leadership .person-link:hover .flintster .overlay,
.about-page .leadership .person-linkactive .flintster .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.about-page .leadership .person-link:hover .right-arrow,
.about-page .leadership .person-linkactive .right-arrow {
  right: -10px !important;
  position: relative;
  transition: 0.4s all ease;
}

.about-page .leadership .last-tile {
  background: #cc0000;
}

.about-page .leadership .last-tile .button-holder {
  text-align: center;
  top: 230px;
  position: relative;
}

@media screen and (max-width: 875px) {
  .about-page .leadership .last-tile .button-holder {
    top: 155px;
  }
}

.about-page .leadership .last-tile .button-holder .button {
  position: relative !important;
  bottom: auto;
  left: auto;
  color: #fff;
  border: 1px solid #fff;
}

.about-page .leadership .last-tile .button-holder .button .arrow {
  position: relative;
  left: 5px;
}

.about-page .leadership .last-tile .button-holder .button:hover {
  background: #fff;
  color: #cc0000;
}

.about-page .our-companies {
  background-size: cover !important;
  background-position: center !important;
  padding: 130px 0px;
}

.about-page .our-companies .our-companies-content {
  width: 50%;
  left: 49%;
  position: relative;
}

@media screen and (max-width: 600px) {
  .about-page .our-companies .our-companies-content {
    width: 100%;
    left: 0px;
  }
}

.about-page .our-companies .our-companies-content p {
  margin: 0px;
}

.about-page .our-companies .our-companies-content p a {
  text-decoration: none;
}

.about-page .our-companies .our-companies-content p a:hover {
  text-decoration: underline;
}

.about-page .our-companies .our-companies-content h5 {
  margin: 0px;
  margin-bottom: 20px;
}

.flintsters-listing {
  text-align: center;
}

.flintsters-header-image {
  height: 400px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
}

.filters {
  padding-bottom: 80px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 1000px;
}

@media screen and (min-width: 1024px) {
  .filters>div {
    width: 33.3333% !important;
    flex-grow: 1;
  }
}

.filters .name-filter-area {
  text-align: center;
  vertical-align: top;
  position: relative;
}

@media screen and (max-width: 875px) {
  .filters .name-filter-area {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
  }
}

.filters .name-filter-area form {
  position: relative;
}

.filters .name-filter-area input {
  padding: 15px 0px 15px 10px;
  height: 47px;
  width: 100%;
  border: 1px solid #cc0000;
  vertical-align: top;
}

.filters .name-filter-area button {
  display: block;
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  height: 47px;
  background: white;
  vertical-align: top;
  border: 1px solid #cc0000;
  color: #cc0000;
  transition: all 0.4s ease;
}

.filters .name-filter-area button:hover {
  cursor: pointer;
  background: #cc0000;
  color: #fff;
  transition: all 0.4s ease;
}

.filters .position-filter-area {
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 875px) {
  .filters .position-filter-area {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    text-align: left;
  }
}

.filters .position-filter-area select {
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAWCAYAAAChWZ5EAAAAfElEQVRIie3UwQnAIAyF4d/SoVzLCapdwLEcy54sLVgUMc3FgOAlvo+gmpRSBoy1Fo3aVFIXYAEetc86yDk31Kc+AQlAAHLn8hKAAzg7oSKAggitcJC9A/4DcYdLA2qIVzhMfIYNRG3/G6AaXEr9H5g2gRjjUJ/6BBZgAS4pVhuvX2b9ggAAAABJRU5ErkJggg==) no-repeat right 17px center;
  height: 47px;
  padding-left: 10px;
  appearance: none;
  width: 100% !important;
  border: 1px solid #cc0000;
}

.filters .view-all {
  width: 100px !important;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 875px) {
  .filters .view-all {
    margin-bottom: 20px;
    text-align: left;
  }
}

.filters .view-all .button {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: inline;
  background: transparent;
  border: none;
}

.filters .view-all .button:hover {
  color: #c52326;
}

@media screen and (max-width: 875px) {
  .filters .view-all .button {
    margin-left: 0px;
    text-align: center;
  }
}

.flintsters-listing {
  padding-bottom: 100px !important;
}

.flintsters-listing .heading-area {
  text-align: center;
  padding: 40px 0px;
}

.flintsters-listing .flintster {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}

@media screen and (max-width: 875px) {
  .flintsters-listing .flintster {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .flintsters-listing .flintster {
    width: 100%;
    margin: 0px;
  }
}

.flintsters-listing .flintster a.person-link,
.flintsters-listing .flintster div.person-link {
  text-decoration: none;
}

.flintsters-listing .flintster a.person-link .listing-bio-photo,
.flintsters-listing .flintster div.person-link .listing-bio-photo {
  display: block;
  height: 300px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
}

.flintsters-listing .flintster a.person-link .listing-bio-photo .overlay,
.flintsters-listing .flintster div.person-link .listing-bio-photo .overlay {
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}

.flintsters-listing .flintster a.person-link .listing-bio-photo .overlay .learn-more,
.flintsters-listing .flintster div.person-link .listing-bio-photo .overlay .learn-more {
  position: absolute;
  color: #fff;
  left: 0;
  top: 0;
  line-height: 300px;
  width: 100%;
  text-align: center;
}

.flintsters-listing .flintster a.person-link .name,
.flintsters-listing .flintster div.person-link .name {
  display: block;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.03em;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  margin-bottom: -5px;
}

.flintsters-listing .flintster a.person-link .title,
.flintsters-listing .flintster div.person-link .title {
  display: block;
  color: #000;
  font-size: 18px;
}

.flintsters-listing .flintster a.person-link:hover .listing-bio-photo .overlay {
  height: 100%;
  transition: all 0.4s ease;
}

.blog-listings-page .main-blog-side,
.blog-listings-page .right-blog-side {
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 1120px) {

  .blog-listings-page .main-blog-side,
  .blog-listings-page .right-blog-side {
    width: 100% !important;
  }
}

.blog-listings-page .main-blog-side {
  /*width: 70%;*/
  margin-right: 5%;
}

.blog-listings-page .main-blog-side .pagination {
  margin-bottom: 50px;
  margin-top: 50px;
}

.blog-listings-page .listing-holder {
  padding-top: 60px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .blog-listings-page .listing-holder {
    width: 100%;
  }
}

.blog-listings-page .listing-holder .listing-inner {
  display: block;
  margin: 0 auto;
}

.blog-listings-page .listing-holder h2 {
  margin: 15px 0 5px 0;
  text-align: left;
  font-size: 1.3em;
  line-height: 100%;
}

.blog-listings-page .listing-holder .entry-summary {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-listings-page .listing-holder .entry-summary p {
  margin: 0;
  font-size: 0.8em;
  line-height: 130%;
}


/*.blog-listings-page #check-0 {
  display: block;
  width: 100%;
  padding-top: 100px; }

.blog-listings-page #check-0 .blog-image {
  height: 400px; }

.blog-listings-page #check-0 h2 {
  font-size: 2em; }

.blog-listings-page #check-0 .excerpt {
  display: block; }*/

.blog-listings-page figure.post-thumb {
  margin: 0;
}

.blog-listings-page figure.post-thumb a {
  display: block;
}

.blog-listings-page figure.post-thumb a img {
  width: 100%;
  height: auto;
}

.blog-listings-page .right-blog-side {
  width: 24%;
}

@media screen and (max-width: 1120px) {
  .blog-listings-page .right-blog-side {
    margin-top: 30px !important;
  }
}

.right-blog-side {
  width: 24%;
  padding-top: 100px;
}

@media screen and (max-width: 1120px) {
  .right-blog-side {
    margin-top: 30px !important;
  }
}

.right-blog-side h3 {
  margin: 0px;
  font-size: 1.4em;
}

.right-blog-side .sign-up {
  padding-bottom: 30px;
  border-bottom: 1px solid #9c9898;
}

.right-blog-side .sign-up input[type="email"] {
  width: 100%;
  padding: 10px 0px;
  margin-top: 20px;
  padding-left: 3%;
}

.right-blog-side .sign-up button {
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 100%;
  text-decoration: none;
  border: 1px solid #cc0000;
  padding: 10px 20px;
  font-weight: lighter;
  background: transparent;
  color: #cc0000;
  transition: all 0.4s ease;
  margin-top: 20px;
  width: 100%;
}

.right-blog-side .sign-up button:hover {
  background: #cc0000;
  color: #fff;
  transition: all 0.4s ease;
  cursor: pointer;
}

.right-blog-side .sign-up .disclaimer {
  font-size: 14px;
  line-height: 18px;
}

.right-blog-side .blog-backlink {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9c9898;
}

.right-blog-side .blog-backlink a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid #cc0000;
  padding: 12px 20px 10px 20px;
  font-weight: lighter;
  background: transparent;
  color: #cc0000;
  transition: all 0.4s ease;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 1280px) {

  .right-blog-side .blog-backlink a.button-big,
  .right-blog-side .blog-backlink a.gform_button {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    padding-bottom: 16px;
    min-width: 250px;
  }
}

.right-blog-side .blog-backlink a:hover,
.right-blog-side .blog-backlink a:active {
  background: #cc0000;
  color: #fff;
  text-decoration: none;
  transition: all 0.4s ease;
}

.right-blog-side .blog-backlink a span {
  position: relative;
  display: inline-block;
  top: -0.1em;
  margin-right: 7px;
  margin-left: -10px;
}

.right-blog-side .most-viewed-posts {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #9c9898;
}

.right-blog-side .most-viewed-posts p {
  margin: 0;
}

.right-blog-side .most-viewed-posts a {
  display: block;
  margin: 0.9em 0;
  line-height: 120%;
  font-size: 0.9em;
}

.right-blog-side .most-viewed-posts a:last-child {
  margin-bottom: 0;
}

.right-blog-side .facebook-feed {
  margin: 40px 0px;
}

.branding-template .hero-video {
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px;
}

.branding-template .hero-video video {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}

.branding-template .brand-listings .left-side,
.branding-template .brand-listings .right-side {
  display: inline-block;
  vertical-align: top;
}

.branding-template .brand-listings .single-brand-listing {
  padding-bottom: 60px;
}

.branding-template .brand-listings .single-brand-listing .left-side {
  width: 30%;
  margin-right: 2%;
  text-align: center;
}

@media screen and (max-width: 875px) {
  .branding-template .brand-listings .single-brand-listing .left-side {
    width: 100%;
    margin: 0 auto;
  }
}

.branding-template .brand-listings .single-brand-listing .right-side {
  width: 66%;
}

@media screen and (max-width: 875px) {
  .branding-template .brand-listings .single-brand-listing .right-side {
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
  }
}

.branding-template .brand-listings .single-brand-listing .right-side .brand-title {
  font-weight: bold;
}

.branding-template .brand-listings .single-brand-listing .right-side .brand-title h3 {
  margin-top: 0px;
}

.branding-template .brand-listings .single-brand-listing .right-side .content-area {
  padding-bottom: 0px;
}

.branding-template .brand-listings .single-brand-listing:last-child {
  padding-bottom: 0px;
}

.branding-template .clients-area {
  background: #f6f6f7;
  padding: 60px 0px;
}

@media screen and (min-width: 1280px) {
  .branding-template .clients-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.branding-template .clients-area .portfolio-area {
  text-align: center;
}

.branding-template .clients-area .portfolio-area h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.branding-template .clients-area .portfolio-area .content-area {
  max-width: 850px;
  margin: 0 auto;
  padding-bottom: 40px;
}

.page-template-brand-identity-and-naming-template .top-header-area.image-background {
  height: 500px;
}

.brand-identity-template .brand-listings-5050 .single-brand-listing {
  display: inline-block;
  width: 47%;
  vertical-align: top;
  margin: 1%;
}

@media screen and (max-width: 875px) {
  .brand-identity-template .brand-listings-5050 .single-brand-listing {
    width: 100%;
    margin: 0px;
  }
}

.brand-identity-template .brand-listings-5050 .single-brand-listing .brand-image {
  width: 100%;
  min-height: 400px;
  text-align: center;
  background-size: cover !important;
  margin-bottom: 10px;
  background-position: center !important;
  position: relative;
}

@media screen and (max-width: 1120px) {
  .brand-identity-template .brand-listings-5050 .single-brand-listing .brand-image {
    min-height: 300px;
    padding: 140px 0px;
  }
}

.brand-identity-template .brand-listings-5050 .single-brand-listing .brand-image .overlay {
  width: 100%;
  height: 0%;
  transition: all 0.4s ease;
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}

.brand-identity-template .brand-listings-5050 .single-brand-listing .brand-image .brand-text {
  position: relative;
  color: #fff;
  padding: 170px 0px;
}

.brand-identity-template .brand-listings-5050 .single-brand-listing .brand-image .brand-text p {
  color: #fff;
}

.brand-identity-template .brand-listings-5050 .single-brand-listing .brand-image:hover .overlay {
  height: 100%;
  transition: all 0.4s ease;
}

.capabilities-page .first-text {
  padding: 100px 0px;
}

.capabilities-page .first-text .header-text p {
  font-size: 27px;
  line-height: 140%;
  margin-bottom: 0.7em;
}

.capabilities-page .first-text .content-text {
  margin-top: 20px;
}

.capabilities-page .capabilities-area {
  display: flex;
}

@media screen and (max-width: 1120px) {
  .capabilities-page .capabilities-area {
    display: block;
  }
}

.capabilities-page .capabilities-area .left-side,
.capabilities-page .capabilities-area .right-side {
  flex: 1;
}

@media screen and (max-width: 1120px) {

  .capabilities-page .capabilities-area .left-side,
  .capabilities-page .capabilities-area .right-side {
    display: block;
    width: 100%;
  }
}

.capabilities-page .capabilities-area .left-side-inner,
.capabilities-page .capabilities-area .right-side-inner {
  padding: 40px 40px;
}

.capabilities-page .capabilities-area .left-side {
  background-size: cover;
  background-position: center;
  position: relative;
}

.capabilities-page .capabilities-area .left-side .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.capabilities-page .capabilities-area .left-side .left-side-inner {
  margin-top: 30px;
}

.capabilities-page .capabilities-area .left-side h3 {
  color: #fff;
  position: relative;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0.7em;
}

.capabilities-page .capabilities-area .left-side .red-underline {
  position: relative;
}

.capabilities-page .capabilities-area .left-side .left-side-content {
  color: #fff;
  position: relative;
  max-width: 350px;
}

.capabilities-page .capabilities-area .left-side .left-side-content p,
.capabilities-page .capabilities-area .left-side .left-side-content a,
.capabilities-page .capabilities-area .left-side .left-side-content h1,
.capabilities-page .capabilities-area .left-side .left-side-content h2,
.capabilities-page .capabilities-area .left-side .left-side-content h3,
.capabilities-page .capabilities-area .left-side .left-side-content h4 {
  color: #fff;
}

.capabilities-page .capabilities-area .right-side {
  background: #152365;
  color: #fff;
  padding-bottom: 30px;
}

.capabilities-page .capabilities-area .right-side p,
.capabilities-page .capabilities-area .right-side a,
.capabilities-page .capabilities-area .right-side h1,
.capabilities-page .capabilities-area .right-side h2,
.capabilities-page .capabilities-area .right-side h3 {
  color: #fff;
}

.capabilities-page .capabilities-area .right-side h3 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 0px;
}

.capabilities-page .capabilities-area .right-side h3:before {
  content: "■";
  color: #cc0000;
  font-size: 40px;
  position: relative;
  top: 0px;
}

.capabilities-page .capabilities-area .right-side .right-side-list {
  display: flex;
  margin-top: -30px;
}

.capabilities-page .capabilities-area .right-side .right-side-list a {
  position: relative;
}

.capabilities-page .capabilities-area .right-side .right-side-list a:after {
  content: '\f054';
  display: inline-block;
  margin-left: 10px;
  margin-right: -35px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-decoration: none;
  font-size: 15px;
  top: -1px;
  color: #cc0000;
  transition: all 0.35s;
}

.capabilities-page .capabilities-area .right-side .right-side-list a:hover:after,
.capabilities-page .capabilities-area .right-side .right-side-list a:active:after {
  margin-left: 20px;
  margin-right: -45px;
}

.capabilities-page .capabilities-area .right-side .right-side-list a[target="_blank"]:after {
  content: " \f35d";
}

.capabilities-page .capabilities-area .right-side .right-side-list a[href$=".pdf"]:after {
  content: " \f1c1";
}

.capabilities-page .capabilities-area .right-side .right-side-list .left-list,
.capabilities-page .capabilities-area .right-side .right-side-list .right-list {
  flex: 1;
  padding: 20px;
}

.capabilities-page .capabilities-area .right-side .right-side-list .left-list p,
.capabilities-page .capabilities-area .right-side .right-side-list .right-list p {
  line-height: 40px;
  font-size: 20px;
}

.capabilities-page .cta-area {
  padding: 100px 0px;
}

.capabilities-page .cta-area .inner-page-holder {
  max-width: 1100px;
}

@media screen and (min-width: 1024px) {
  .capabilities-page .cta-area .gridcontainer>div {
    width: 50%;
  }
}

.careers-page .main-text {
  margin: 100px 0px;
}

.careers-page .open-positions {
  background: #f6f6f7;
  padding: 65px 0px 100px 0px;
}

.careers-page .open-positions .career-listing {
  display: block;
  border-bottom: 1px solid;
  padding: 30px 0px;
}

.careers-page .open-positions .career-listing a .title {
  font-size: 28px;
}

.careers-page .open-positions .career-listing .type-location {
  display: block;
  padding-top: 10px;
  text-transform: uppercase;
}

.careers-page .open-positions .bottom-section {
  padding-top: 30px;
}

.careers-page .people {
  background: #e0e1e5;
  text-align: center;
  padding: 65px 0px 100px 0px;
}

.careers-page .people .button:hover {
  cursor: pointer;
}

.careers-page .people .ask-us {
  margin-top: 60px;
  padding: 60px 0px;
  display: none;
  background: #cc0000;
  color: #fff;
}

.careers-page .people .ask-us .gform_wrapper form {
  max-width: 600px;
}

.careers-page .people .ask-us .gform_wrapper .gfield_required,
.careers-page .people .ask-us .gform_wrapper div.validation_error,
.careers-page .people .ask-us .gform_wrapper .gfield_error .gfield_label,
.careers-page .people .ask-us .gform_wrapper .validation_message {
  color: #fff;
}

.careers-page .people .ask-us .gform_wrapper .validation_message {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 0px;
}

.careers-page .people .ask-us .gform_wrapper li.gfield.gfield_error,
.careers-page .people .ask-us .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0px;
  background: transparent;
}

.careers-page .people .ask-us .button {
  background: #fff;
  border: 1px solid #fff;
}

.careers-page .people .ask-us .button:hover {
  background: #cc0000;
  color: #fff;
  cursor: pointer;
}

.careers-page .people .people-listings {
  padding-top: 100px;
}

.careers-page .people .people-listings .flintster {
  width: 35%;
  margin: 0px 4%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 875px) {
  .careers-page .people .people-listings .flintster {
    width: 47%;
  }
}

@media screen and (max-width: 600px) {
  .careers-page .people .people-listings .flintster {
    width: 100%;
    margin: 0px;
    margin-bottom: 30px;
  }
}

.careers-page .people .people-listings .flintster .person-link {
  text-decoration: none;
}

.careers-page .people .people-listings .flintster .person-link .listing-bio-photo {
  display: block;
  height: 300px;
  width: 100%;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
  overflow: hidden;
}

.careers-page .people .people-listings .flintster .person-link .listing-bio-photo .overlay {
  position: absolute;
  height: 0%;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease;
}

.careers-page .people .people-listings .flintster .person-link .listing-bio-photo .overlay .learn-more {
  position: absolute;
  color: #fff;
  line-height: 300px;
  width: 100%;
  text-align: center;
}

.careers-page .people .people-listings .flintster .person-link .name {
  display: block;
  font-family: "Mont-Heavy", sans-serif;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
  margin-bottom: -5px;
  padding-bottom: 10px;
}

.careers-page .people .people-listings .flintster .person-link .title {
  display: block;
  color: #000;
  font-size: 18px;
}

.careers-page .people .people-listings .flintster .person-link:hover .listing-bio-photo .overlay {
  height: 100%;
  transition: all 0.4s ease;
}

.careers-page .perks {
  text-align: center;
  padding: 100px 0px 100px 0px;
}

.careers-page .perks h2 {
  margin-top: 0;
}

.careers-page .perks .perks-holder .perk {
  display: inline-block;
  width: 24%;
  vertical-align: top;
}

@media screen and (max-width: 1120px) {
  .careers-page .perks .perks-holder .perk {
    width: 49%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .careers-page .perks .perks-holder .perk {
    width: 100%;
  }
}

.careers-page .perks .perks-holder .perk .inner-perk {
  width: 90%;
  margin: 0 auto;
}

.careers-page .perks .perks-holder .perk .inner-perk .perk-heading {
  display: block;
  margin-top: 20px;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.2em;
}

.careers-page .perks .perks-holder .perk .inner-perk p {
  font-size: 0.8em;
  line-height: 110%;
}

.careers-page .social-media-feeds {
  width: 100%;
}

.careers-page .social-media-feeds .social-media-feed-bar {
  padding: 40px 0px;
  text-align: center;
  background: #cc0000;
  color: #fff;
}

.careers-page .social-media-feeds .social-media-feed-bar p,
.careers-page .social-media-feeds .social-media-feed-bar a,
.careers-page .social-media-feeds .social-media-feed-bar h1,
.careers-page .social-media-feeds .social-media-feed-bar h2,
.careers-page .social-media-feeds .social-media-feed-bar h3,
.careers-page .social-media-feeds .social-media-feed-bar h4,
.careers-page .social-media-feeds .social-media-feed-bar h5 {
  color: #fff;
}

.careers-page .social-media-feeds a[target="_blank"]:after {
  content: " ";
}

.contact-page .left-right-holder {
  display: flex;
}

@media screen and (max-width: 1120px) {
  .contact-page .left-right-holder {
    display: block;
  }
}

.contact-page .left-right-holder .left-side,
.contact-page .left-right-holder .right-side {
  width: 50%;
  vertical-align: top;
}

@media screen and (max-width: 1120px) {

  .contact-page .left-right-holder .left-side,
  .contact-page .left-right-holder .right-side {
    width: 100%;
    margin-bottom: 40px;
  }
}

.contact-page .left-right-holder .left-side {
  background: #cc0000;
  padding-bottom: 2em;
}

.contact-page .left-right-holder .left-side .left-side-inner {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
}

.contact-page .left-right-holder .left-side .left-side-inner a,
.contact-page .left-right-holder .left-side .left-side-inner p,
.contact-page .left-right-holder .left-side .left-side-inner h1,
.contact-page .left-right-holder .left-side .left-side-inner h2,
.contact-page .left-right-holder .left-side .left-side-inner h3,
.contact-page .left-right-holder .left-side .left-side-inner h4,
.contact-page .left-right-holder .left-side .left-side-inner h5,
.contact-page .left-right-holder .left-side .left-side-inner h6 {
  color: #fff;
}

.contact-page .left-right-holder .left-side .left-side-inner .gform_wrapper .gfield_required,
.contact-page .left-right-holder .left-side .left-side-inner .gform_wrapper div.validation_error,
.contact-page .left-right-holder .left-side .left-side-inner .gform_wrapper .gfield_error .gfield_label,
.contact-page .left-right-holder .left-side .left-side-inner .gform_wrapper .validation_message {
  color: #fff;
}

.contact-page .left-right-holder .left-side .left-side-inner .gform_wrapper .validation_message {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 0px;
}

.contact-page .left-right-holder .left-side .left-side-inner .gform_wrapper li.gfield.gfield_error,
.contact-page .left-right-holder .left-side .left-side-inner .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0px;
  background: transparent;
}

.contact-page .left-right-holder .left-side .left-side-inner .button {
  background: #fff;
  border: 1px solid #fff;
}

.contact-page .left-right-holder .left-side .left-side-inner .button:hover {
  background: #cc0000;
  color: #fff;
  cursor: pointer;
}

.contact-page .left-right-holder .right-side {
  padding-top: 40px;
}

.contact-page .left-right-holder .right-side .right-side-inner {
  padding: 0px 20px;
}

.contact-page .left-right-holder .right-side .right-side-inner .location-listings .location {
  width: 49.5%;
  display: inline-block;
  margin-bottom: 40px;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .contact-page .left-right-holder .right-side .right-side-inner .location-listings .location {
    width: 100%;
  }
}

.contact-page .left-right-holder .right-side .right-side-inner .location-listings .location .location-inner {
  width: 80%;
}

@media screen and (max-width: 1120px) {
  .contact-page .left-right-holder .right-side .right-side-inner .location-listings .location .location-inner {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .contact-page .left-right-holder .right-side .right-side-inner .location-listings .location .location-inner {
    width: 100%;
  }
}

.contact-page .left-right-holder .right-side .right-side-inner .location-listings .location .location-inner .location-image {
  width: 100%;
  height: 200px;
  display: block;
  background-size: cover !important;
  background-position: center !important;
}

.contact-page .left-right-holder .right-side .right-side-inner .location-listings .location .location-inner h2 {
  font-size: 32px;
  margin: 0px;
}

.contact-page .left-right-holder .right-side .right-side-inner .location-listings .location .location-inner p {
  margin: 0px;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-25px);
  }
}

@-webkit-keyframes image {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-25px);
  }
}

.home-hero {
  min-height: 90vh;
  margin: 20px;
  width: calc(100%-20px);
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}

@media screen and (max-width: 600px) {
  .home-hero {
    min-height: 400px;
    padding: 40px 0px;
    margin: 10px;
  }
}

.home-hero .left-logo {
  display: inline-block;
  width: 49%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  padding-top: 35vh;
}

@media screen and (max-width: 600px) {
  .home-hero .left-logo {
    width: 100%;
    padding-top: 0px;
  }

  .home-hero .left-logo img {
    max-width: 131px;
    height: auto;
  }
}

.home-hero .right-text {
  display: inline-block;
  color: #fff;
  font-size: 90px;
  width: 49%;
  height: 100%;
  padding-left: 5%;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
  vertical-align: middle;
  padding-top: 29vh;
  line-height: 79%;
}

@media screen and (max-width: 600px) {
  .home-hero .right-text {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
  }
}

.home-hero .right-text .text {
  display: block;
  opacity: 0;
  transition: all 0.6s ease;
}

.home-hero .down {
  display: block;
  opacity: 0;
  transition: all 0.6s ease;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 50px;
  bottom: 30px;
}

.home-hero .down a {
  display: block;
  animation: bounce 1s infinite alternate;
  -webkit-animation: bounce 1s infinite alternate;
  color: #fff;
}

.home-intro {
  background: #f6f6f7;
  padding: 0px 0px 230px 0px;
}

.home-intro .intro-text {
  width: 90%;
  padding-bottom: 10px;
  padding-top: 50px;
  max-width: 800px;
}

@media screen and (max-width: 600px) {
  .home-intro .intro-text {
    width: 100%;
  }
}

.work-listing {
  padding: 200px 0px;
  background-size: cover !important;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
}

@media screen and (max-width: 875px) {
  .work-listing {
    padding-top: 60px;
    padding-bottom: 60px;
    background-attachment: scroll !important;
  }

  .work-listing.hasbar {
    padding-bottom: 130px;
  }
}

.work-listing .work-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .work-listing .work-content {
    width: 100%;
    padding: 0px;
  }
}

.work-listing .work-content .work-link {
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
}

.work-listing .work-content .work-link a {
  display: block;
  text-decoration: none;
}

.work-listing .work-content .work-link a .right-arrow {
  position: relative;
  display: inline-block;
  left: 0px;
  transition: all 0.4s ease;
}

.work-listing .work-content .work-link a:hover .right-arrow {
  position: relative;
  left: 10px;
  transition: all 0.4s ease;
}

.work-listing .work-content .work-link a:hover .red-underline {
  background: linear-gradient(90deg, #cc0000 0%, #cc0000 31%, #3f1948 61%, #071456 100%);
}

.work-listing .left-work-content {
  padding-right: 49%;
}

@media screen and (max-width: 875px) {
  .work-listing .left-work-content {
    padding-right: 20%;
  }
}

@media screen and (max-width: 600px) {
  .work-listing .left-work-content {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .work-listing .left-work-content {
    padding-right: 60%;
  }
}

.work-listing .right-work-content {
  padding-left: 49%;
}

@media screen and (max-width: 875px) {
  .work-listing .right-work-content {
    padding-left: 20%;
  }
}

@media screen and (max-width: 600px) {
  .work-listing .right-work-content {
    width: 100%;
    padding: 0px;
  }
}

@media screen and (min-width: 1280px) {
  .work-listing .right-work-content {
    padding-left: 60%;
  }
}

.work-listing .black-text {
  color: #000;
}

@media screen and (max-width: 1120px) {
  .work-listing .black-text {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
    text-shadow: 0px 0px 25px white, 0px 0px 5px rgba(255, 255, 255, 0.5);
  }
}

.work-listing .black-text h3 {
  color: #000;
  margin-top: 0;
}

.work-listing .black-text p {
  color: #000;
  margin-bottom: 0;
}

.work-listing .black-text a {
  color: #000;
}

.work-listing .white-text {
  color: #fff;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.6);
}

.work-listing .white-text h3 {
  color: #fff;
  margin-top: 0;
}

.work-listing .white-text p {
  color: #fff;
  margin-bottom: 0;
}

.work-listing .white-text a {
  color: #fff;
}

@media screen and (max-width: 1120px) {
  .work-listing .white-text {
    text-shadow: 0px 0px 25px black, 0px 0px 5px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
  }
}

.work-listing .bottom-bar {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.work-listing .bottom-bar .bottom-bar-link-box {
  float: right;
  padding: 20px 60px;
  background: rgba(0, 0, 0, 0.3);
}

.work-listing .bottom-bar .bottom-bar-link-box a {
  color: #fff;
  text-decoration: none;
  font-family: "Mont-Heavy", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.work-listing .bottom-bar .bottom-bar-link-box a .right-arrow {
  position: relative;
  left: 0px;
  transition: all 0.4s ease;
}

.work-listing .bottom-bar .bottom-bar-link-box a:hover .right-arrow {
  position: relative;
  left: 10px;
  transition: all 0.4s ease;
}

.more-work-cta-bar {
  display: flex;
}

.more-work-cta-bar .left-side {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  background: #e1e1e2;
  border-bottom: 40px solid #efeff0;
}

@media screen and (max-width: 600px) {
  .more-work-cta-bar .left-side {
    display: none;
  }
}

.more-work-cta-bar .middle {
  display: inline-block;
  vertical-align: top;
  width: 33.4%;
  background: #efeff0;
  border-bottom: 40px solid #f6f6f7;
  padding-top: 80px;
  padding-bottom: 50px;
  text-align: center;
}

.more-work-cta-bar .middle a.button {
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .more-work-cta-bar .middle {
    width: 100%;
  }
}

.more-work-cta-bar .right-side {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  background: #e6e6e7;
  border-bottom: 40px solid #e4e4e5;
}

@media screen and (max-width: 600px) {
  .more-work-cta-bar .right-side {
    display: none;
  }
}

.about-us-cta {
  height: 800px;
  background-repeat: no-repeat !important;
  background-position: top center !important;
  position: relative;
}

@media screen and (max-width: 600px) {
  .about-us-cta {
    background-size: contain;
    height: auto;
    padding-top: 85%;
  }
}

.about-us-cta .button-holder {
  position: absolute;
  bottom: 100px;
  text-align: center;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .bottom-cta-bar article {
    width: 33.3333%;
  }
}

article.cta {
  background-size: cover;
  min-height: 465px;
  background-position: center top;
  position: relative;
}

article.cta a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

article.cta a:hover .cta-arrowlink span,
article.cta a:active .cta-arrowlink span {
  left: 10px;
  transition: all 0.4s ease;
  position: relative;
}

article.cta a:hover .cta-arrowlink:after,
article.cta a:active .cta-arrowlink:after {
  background: linear-gradient(90deg, #cc0000 0%, #cc0000 31%, #3f1948 61%, #071456 100%);
}

article.cta a:hover .overlay,
article.cta a:active .overlay {
  background: rgba(0, 0, 0, 0.7);
}

article.cta .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.35s;
}

article.cta h3 {
  color: #fff;
  font-family: "Mont-Bold", sans-serif;
  font-weight: 300;
  text-transform: none;
  margin: 0 0 0.6em 0;
  text-align: left;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.5);
}

article.cta .cta-inner {
  padding: 0px 40px;
  position: absolute;
  bottom: 40px;
  z-index: 2;
}

article.cta .cta-arrowlink {
  color: #fff;
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.5);
}

article.cta .cta-arrowlink span {
  left: 0px;
  transition: all 0.4s ease;
  position: relative;
}

article.cta .cta-arrowlink:after {
  content: '';
  transition: all 0.4s ease;
  display: block;
  height: 5px;
  margin-top: 5px;
  width: 100px;
  background: linear-gradient(90deg, #cc0000 0%, #cc0000 100%);
}

.ind-location-page .inner-page-holder .headline {
  text-align: center;
  padding-bottom: 50px;
}

.ind-location-page .inner-page-holder .headline h1 {
  font-weight: normal;
}

.ind-location-page .left-right-holder {
  padding-bottom: 50px;
}

.ind-location-page .left-right-holder .left-side {
  width: 32%;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
}

@media screen and (max-width: 875px) {
  .ind-location-page .left-right-holder .left-side {
    width: 100%;
    margin-right: 0px;
  }
}

.ind-location-page .left-right-holder .left-side .left-side-inner {
  padding: 20px;
}

@media screen and (max-width: 875px) {
  .ind-location-page .left-right-holder .left-side .left-side-inner .google-map {
    display: none;
  }
}

.ind-location-page .left-right-holder .left-side .left-side-inner .contact-section {
  margin-top: 40px;
}

.ind-location-page .left-right-holder .left-side .left-side-inner .contact-section .contact-us {
  font-weight: bold;
  text-transform: uppercase;
}

.ind-location-page .left-right-holder .left-side .left-side-inner .contact-section .button {
  line-height: 50px;
  width: 100%;
  text-align: center;
}

.ind-location-page .left-right-holder .left-side .left-side-inner .career-section {
  margin-top: 40px;
}

.ind-location-page .left-right-holder .left-side .left-side-inner .career-section .career {
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 20px;
}

.ind-location-page .left-right-holder .left-side .left-side-inner .career-section a.career-link {
  text-transform: uppercase;
}

.ind-location-page .left-right-holder .right-side {
  width: 65%;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 875px) {
  .ind-location-page .left-right-holder .right-side {
    width: 100%;
  }
}

.ind-location-page .left-right-holder .right-side .right-side-inner {
  padding: 30px 20px;
}

.ind-location-page .left-right-holder .right-side .right-side-inner .images .cycle-slideshow {
  z-index: 0;
}

.ind-location-page .left-right-holder .right-side .right-side-inner .images img {
  max-height: 300px;
  width: auto;
  margin: 0 auto;
  right: 0;
}

.ind-location-page .left-right-holder .right-side .right-side-inner .images .cycle-pager {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
}

.ind-location-page .left-right-holder .right-side .right-side-inner .images .cycle-pager:hover {
  cursor: pointer;
}

.ind-location-page .left-right-holder .right-side .right-side-inner .images .cycle-pager span {
  margin-left: 2px;
  margin-right: 2px;
}

.ind-location-page .left-right-holder .right-side .right-side-inner .images .cycle-pager .cycle-pager-active {
  color: #cc0000;
}

.top-banner {
  width: 100%;
  height: 640px;
  background-size: cover !important;
  background-position: center !important;
  margin-bottom: 100px;
}

.inner-page-holder {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}

.inner-page-holder .headline {
  font-size: 20px;
  text-align: left;
}

.inner-page-holder .headline h1 {
  margin: 0px;
}

.inner-page-holder .headline .redbar {
  margin-left: 0px;
  margin-top: 15px;
}

.inner-page-holder .three-quarters {
  max-width: 860px;
}

.fbc-page .fbc-wrap .fbc-items {
  background: transparent !important;
}

.fbc-page .fbc-wrap .fbc-items a {
  color: #cc0000 !important;
  text-decoration: none;
}

.fbc-page .fbc-wrap .fbc-items li:first-child {
  padding-right: 0px;
}

.inner-hero-shot {
  background-size: cover !important;
  background-position: center !important;
  height: 320px;
  width: 100%;
  position: relative;
}

.inner-hero-shot .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.inner-hero-shot .hero-shot-title {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-top: 55px;
}

.inner-hero-shot .hero-shot-title h1 {
  font-size: 50px;
}

.basic-inner-page-layout .content {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 875px) {
  .basic-inner-page-layout .content {
    width: 100%;
  }
}

.basic-inner-page-layout .sidebar {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin-top: 40px;
}

@media screen and (max-width: 875px) {
  .basic-inner-page-layout .sidebar {
    width: 100%;
  }
}

.basic-inner-page-layout .left-sidebar {
  margin-right: 5%;
  background: #cc0000;
}

.basic-inner-page-layout .left-sidebar .sidebar-inner {
  padding: 20px;
}

.basic-inner-page-layout .left-sidebar .sidebar-inner p,
.basic-inner-page-layout .left-sidebar .sidebar-inner h1,
.basic-inner-page-layout .left-sidebar .sidebar-inner h2,
.basic-inner-page-layout .left-sidebar .sidebar-inner h3,
.basic-inner-page-layout .left-sidebar .sidebar-inner h4,
.basic-inner-page-layout .left-sidebar .sidebar-inner h5,
.basic-inner-page-layout .left-sidebar .sidebar-inner h6,
.basic-inner-page-layout .left-sidebar .sidebar-inner a {
  color: #fff;
}

@media screen and (max-width: 875px) {
  .basic-inner-page-layout .left-sidebar {
    margin-right: 0px;
  }
}

.basic-inner-page-layout .right-sidebar {
  margin-left: 5%;
  background: #cc0000;
}

.basic-inner-page-layout .right-sidebar .sidebar-inner {
  padding: 20px;
}

.basic-inner-page-layout .right-sidebar .sidebar-inner p,
.basic-inner-page-layout .right-sidebar .sidebar-inner h1,
.basic-inner-page-layout .right-sidebar .sidebar-inner h2,
.basic-inner-page-layout .right-sidebar .sidebar-inner h3,
.basic-inner-page-layout .right-sidebar .sidebar-inner h4,
.basic-inner-page-layout .right-sidebar .sidebar-inner h5,
.basic-inner-page-layout .right-sidebar .sidebar-inner h6,
.basic-inner-page-layout .right-sidebar .sidebar-inner a {
  color: #fff;
}

@media screen and (max-width: 875px) {
  .basic-inner-page-layout .right-sidebar {
    margin-left: 0px;
  }
}


/* INNER PAGE SECTIONS */

.inner-page-sections {
  margin-top: 30px;
}

.inner-page-sections .section {
  margin-top: 40px;
  margin-bottom: 40px;
  /* BASIC CONTENT */
  /* IMAGE */
  /* LEFT SIDE IMAGE, RIGHT SIDE CONTENT */
  /* RIGHT SIDE IMAGE, LEFT SIDE CONTENT */
}

.inner-page-sections .section .headline h2 {
  margin: 0px;
}

.inner-page-sections .section img {
  margin-top: 20px;
}

.inner-page-sections .section .left-side-image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

@media screen and (max-width: 875px) {
  .inner-page-sections .section .left-side-image {
    width: 100%;
    display: block;
    margin: 0px;
  }
}

.inner-page-sections .section .right-side-content {
  display: inline-block;
  width: 67%;
  margin-left: 2%;
  vertical-align: top;
}

.inner-page-sections .section .right-side-content h1 {
  margin-top: 9px;
}

@media screen and (max-width: 875px) {
  .inner-page-sections .section .right-side-content {
    width: 100%;
    display: block;
    margin: 0px;
  }
}

.inner-page-sections .section .right-side-image {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}

@media screen and (max-width: 875px) {
  .inner-page-sections .section .right-side-image {
    width: 100%;
    display: block;
    margin: 0px;
  }
}

.inner-page-sections .section .left-side-content {
  display: inline-block;
  width: 67%;
  margin-right: 2%;
  vertical-align: top;
}

@media screen and (max-width: 875px) {
  .inner-page-sections .section .left-side-content {
    width: 100%;
    display: block;
    margin: 0px;
    margin-bottom: 20px;
  }
}


/* ACCORDION */

.accordion-holder {
  padding-top: 40px;
}

.accordion {
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  width: 100%;
  text-align: left;
  border-top: 1px solid #e0e1e5;
  border-bottom: 0px;
  border-left: 0px;
  border-right: 0px;
  outline: none;
  transition: 0.4s;
  font-weight: bold;
}

.accordion:before {
  content: "+";
  font-size: 28px;
  float: left;
  margin-left: -5px;
  padding-right: 5px;
}

.accordion.active:before {
  content: "-";
}

.panel {
  padding: 0px 10px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
  padding-bottom: 30px;
}

.thirty-left {
  width: 27%;
  margin-right: 1%;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .thirty-left {
    width: 100%;
    margin: 0;
  }
}

.seventy-right {
  width: 67%;
  margin-left: 1%;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 600px) {
  .seventy-right {
    width: 100%;
    margin: 0;
  }
}

.table-content .headline {
  font-size: 20px;
}

.table-content .table-area {
  margin-top: 40px;
  overflow: scroll;
}

.table-content .table-area table {
  border-collapse: collapse;
  border: 0px;
}

.table-content .table-area table thead tr th {
  background: #cc0000;
  color: #fff;
  padding: 10px 20px;
  border: 5px solid #fff;
}

.table-content .table-area table thead tr th:first-child {
  border-left: 0px;
}

.table-content .table-area table thead tr th:last-child {
  border-right: 0px;
}

.table-content .table-area table tbody tr {
  border-bottom: 5px solid #fff;
}

.table-content .table-area table tbody tr:nth-child(even) {
  background: #e6e6e6;
}

.table-content .table-area table tbody tr:nth-child(odd) {
  background: #d3d2d3;
}

.table-content .table-area table tbody tr td {
  padding: 10px;
  border: none;
}

.table-content .swipe-icon {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  display: none;
}

@media screen and (max-width: 875px) {
  .table-content .swipe-icon {
    display: block;
  }
}

.manufacturing-page .first-text {
  padding: 100px 0px;
}

.manufacturing-page .first-text .header-text p {
  font-size: 26px;
  line-height: 38px;
}

.manufacturing-page .first-text .content-text {
  margin-top: 20px;
}

.manufacturing-page .cta-area {
  text-align: center;
}

.manufacturing-page .cta-area .work-block:hover {
  text-decoration: none;
}

.manufacturing-page .cta-area .work-block:hover .right-arrow {
  left: 10px !important;
  transition: all 0.4s ease;
  position: relative;
}

.manufacturing-page .cta-area .work-block .cta {
  display: inline-block;
  width: 43%;
  min-height: 465px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  text-align: left;
  margin: 0% 1%;
  margin-bottom: 2%;
}

@media screen and (max-width: 875px) {
  .manufacturing-page .cta-area .work-block .cta {
    display: block;
    width: 100%;
    min-height: 0px;
    padding-top: 100px;
    padding-bottom: 50px;
    margin: 0px;
    margin-bottom: 30px;
  }
}

.manufacturing-page .cta-area .work-block .cta .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.manufacturing-page .cta-area .work-block .cta .cta-inner {
  padding: 0px 40px;
  position: absolute;
  bottom: 40px;
}

@media screen and (max-width: 875px) {
  .manufacturing-page .cta-area .work-block .cta .cta-inner {
    position: relative;
  }
}

.manufacturing-page .cta-area .work-block .cta .cta-inner h3 {
  color: #fff;
  text-transform: none;
  font-weight: normal;
  font-size: 36px;
  line-height: 37px;
}

.manufacturing-page .cta-area .work-block .cta .cta-inner .link {
  color: #fff;
  text-decoration: none;
  font-family: "Mont-Heavy", sans-serif;
  text-transform: uppercase;
}

.manufacturing-page .cta-area .work-block .cta .cta-inner .link .right-arrow {
  left: 0px;
  transition: all 0.4s ease;
  position: relative;
}

.manufacturing-page .clients-area {
  background: #f6f6f7;
  padding: 60px 0px;
  margin-top: 60px;
  /*
  img {
    max-width: 22%;
    margin: 0% 1%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
    @include mobile {
      max-width: 47%;
      margin-bottom: 20px;
    }
  }
  */
}

.manufacturing-page .clients-area h2 {
  margin: 0px;
}

.manufacturing-page .clients-area .red-underline {
  display: block;
  margin-bottom: 40px;
  margin-top: 15px;
}

.manufacturing-page .contact-area {
  background: #393738;
  padding: 60px 0px;
}

.manufacturing-page .contact-area h2 {
  margin: 0px;
  color: #fff;
}

.manufacturing-page .contact-area .red-underline {
  display: block;
  margin-bottom: 40px;
  margin-top: 15px;
}

.manufacturing-page .contact-area .contact-left,
.manufacturing-page .contact-area .contact-right {
  display: inline-block;
  vertical-align: top;
}

.manufacturing-page .contact-area .contact-left .contact-left-inner,
.manufacturing-page .contact-area .contact-left .contact-right-inner,
.manufacturing-page .contact-area .contact-right .contact-left-inner,
.manufacturing-page .contact-area .contact-right .contact-right-inner {
  padding: 20px;
}

.manufacturing-page .contact-area .contact-left {
  width: 40%;
  margin-right: 5%;
}

@media screen and (max-width: 875px) {
  .manufacturing-page .contact-area .contact-left {
    width: 100%;
    margin: 0px;
  }
}

.manufacturing-page .contact-area .contact-left .name h3 {
  color: #fff;
  margin: 20px 0px 10px 0px;
  text-transform: none;
}

.manufacturing-page .contact-area .contact-left .link {
  font-weight: 700;
}

.manufacturing-page .contact-area .contact-left .title {
  color: #fff;
}

.manufacturing-page .contact-area .contact-right {
  width: 53%;
}

@media screen and (max-width: 875px) {
  .manufacturing-page .contact-area .contact-right {
    width: 100%;
    margin: 0px;
  }
}

.manufacturing-page .contact-area .contact-right p {
  margin-top: 0px;
  color: #fff;
}

.manufacturing-page .contact-area .contact-right a,
.manufacturing-page .contact-area .contact-right h1,
.manufacturing-page .contact-area .contact-right h2,
.manufacturing-page .contact-area .contact-right h3,
.manufacturing-page .contact-area .contact-right h4 {
  color: #fff;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont {
  color: #fff;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-form-fields-required,
.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-error-field-errors {
  display: none;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-field-container {
  width: 46%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .manufacturing-page .contact-area .contact-right .nf-form-cont .nf-field-container {
    width: 100%;
    display: block;
    margin: 0px;
    margin-bottom: 25px;
  }
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-field-container .nf-field-label {
  margin-bottom: 0px !important;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-field-container input[type="text"],
.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-field-container input[type="tel"],
.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-field-container input[type="email"] {
  background: transparent;
  border: 0px;
  border-bottom: 1px solid;
  padding: 0px;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-field-container textarea {
  background: transparent;
  padding: 0px;
  border: 1px solid;
  border-left-color: transparent;
  border-right-color: transparent;
  padding: 12px 0;
  margin: 0.6em 0;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .textarea-container {
  width: 96%;
  display: block;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .submit-container {
  float: right;
  text-align: right;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont input[type="button"] {
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 100%;
  text-decoration: none;
  border: 1px solid #cc0000;
  padding: 10px 20px;
  font-weight: lighter;
  background: #cc0000;
  color: #fff;
  transition: all 0.4s ease;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont input[type="button"]:hover {
  background: #fff;
  color: #cc0000;
  transition: all 0.4s ease;
  cursor: pointer;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont p.required {
  color: #989898;
  font-size: 0.8em;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont p.required span {
  color: #cc0000;
  font-weight: 700;
}

.manufacturing-page .contact-area .contact-right .nf-form-cont .nf-error-msg,
.manufacturing-page .contact-area .contact-right .nf-form-cont .ninja-forms-req-symbol {
  color: #cc0000;
  font-size: 16px;
}

.manufacturing-page .blog-area {
  padding: 100px 0px;
}

.manufacturing-page .blog-area h2 {
  margin-top: 0px;
}

.manufacturing-page .blog-area a.listing {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .manufacturing-page .blog-area a.listing {
    width: 100%;
  }
}

.manufacturing-page .blog-area a.listing:hover {
  text-decoration: none;
}

.manufacturing-page .blog-area a.listing .listing-inner {
  display: block;
  width: 90%;
}

@media screen and (max-width: 1120px) {
  .manufacturing-page .blog-area a.listing .listing-inner {
    width: 100%;
  }
}

.manufacturing-page .blog-area a.listing .listing-inner .blog-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  display: block;
}

.manufacturing-page .blog-area a.listing .listing-inner h2 {
  margin: 15px 0px 10px 0px;
  font-size: 26px;
  line-height: 30px;
  width: 95%;
  color: #000;
}

.manufacturing-page .blog-area a.listing .listing-inner .name {
  color: #393738;
}

.page-template-new-blog-template .new-blog-listings-page .inner-page-intro-area {
  padding-top: 200px;
  padding-bottom: 130px;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side {
  width: 100%;
  margin: 0 auto;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-main .listing-holder {
  border: 0px !important;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-main .listing-holder .entry-summary h2 {
  font-size: 50px !important;
  line-height: 50px !important;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three {
  text-align: center;
  display: flex;
}

@media screen and (max-width: 940px) {
  .page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three {
    display: block;
  }
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder {
  display: inline-block !important;
  width: 32%;
  margin: 0px 1%;
  vertical-align: top;
}

@media screen and (max-width: 940px) {
  .page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder {
    display: block !important;
    width: 100% !important;
  }
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder:first-child {
  margin-left: 0px;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder:last-child {
  margin-right: 0px;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder .post-thumb {
  display: block !important;
  width: 100% !important;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder .post-thumb img {
  height: 196px !important;
}

@media screen and (max-width: 940px) {
  .page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder .post-thumb img {
    height: auto !important;
    max-height: 500px !important;
  }
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .blog-featured-three .listing-holder .entry-summary {
  display: block !important;
  width: 100% !important;
  text-align: left;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder {
  border: 1px solid #e0e1e5;
  margin-top: 40px;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1120px) {
  .page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder {
    display: block;
  }
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .post-thumb {
  margin: 0;
  display: inline-block;
  width: 50%;
  position: relative;
  align-self: stretch;
}

@media screen and (max-width: 940px) {
  .page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .post-thumb {
    display: block;
    width: 100%;
  }
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .post-thumb img {
  height: auto;
  margin-bottom: -9px;
  width: 100%;
  object-fit: cover;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  padding: 30px;
  font-size: 17px;
  line-height: 130%;
}

@media screen and (max-width: 1120px) {
  .page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary {
    padding: 15px;
  }
}

@media screen and (max-width: 940px) {
  .page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary {
    display: block;
    width: 100%;
  }
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary .category a {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -2px;
  margin-left: 5px;
  margin-right: 5px;
  color: #000;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary .category a:first-child {
  margin-left: 0px;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary .category a:last-child {
  margin-right: 0px;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary .rt-reading-time {
  position: relative;
  top: -7px;
  font-weight: bold;
  color: #7B7474;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary .rt-reading-time .rt-prefix {
  font-weight: bold;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary .rt-reading-time .rt-time {
  font-weight: bold;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary .rt-reading-time .rt-postfix {
  font-weight: bold;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 35px;
  margin-bottom: 20px;
}

.page-template-new-blog-template .new-blog-listings-page .main-blog-side .listings .listing-holder .entry-summary p {
  display: inline;
  font-size: 17px;
  line-height: 130%;
}

.page-template-new-blog-template .new-blog-listings-page .pagination {
  margin: 40px 0px;
}

.main-search-results hr {
  margin: 20px 0px;
  color: #000;
}

.main-search-results .search-result {
  border-bottom: 1px solid #9c9898;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.main-search-results .search-result p {
  margin: 0px;
}

.blog-single h1.blog-title {
  margin-bottom: 40px;
}

.blog-single .main-blog-side,
.blog-single .right-blog-side {
  display: inline-block;
  vertical-align: top;
}

.small-author {
  position: relative;
  min-height: 47px;
  margin-bottom: 40px;
  display: flex;
}

.small-author .author-thumb {
  width: 47px;
  height: auto;
  border-radius: 50%;
  margin-right: 10px;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.small-author .blog-author {
  font-size: 13px;
  line-height: 1;
  padding-top: 7px;
}

.small-author .author-post-date {
  margin-top: 5px;
  display: block;
}

body .at-resp-share-element .at-share-btn {
  background-color: #CBCBCB !important;
  margin-right: 15px !important;
  border-radius: 4px !important;
  padding: 0 !important;
}

.bottom-author .author-thumb {
  border-radius: 50%;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 92px;
  height: auto;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

.bottom-author {
  border-top: 1px solid #CC0000;
  border-bottom: 1px solid #CC0000;
  position: relative;
  padding: 40px 0 20px 130px;
}

.bottom-author:not(:nth-child(2)) {
  border-top: 0;
}

.author-desc h3 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-bottom: 22px;
  text-transform: none;
}

.author-desc p {
  font-size: 14px;
  line-height: 1.7;
}

.blog-styles .author-read-all {
  margin-top: 30px;
}

.related-articles {
  border-top: 1px solid #CC0000;
  margin-bottom: 100px;
  margin-top: 40px;
  padding-top: 60px;
}

.related-articles h3 {
  font-size: 20px;
  text-transform: none;
}

.related-articles ul {
  padding: 0;
  margin: 0;
}

.related-articles li {
  list-style-type: none;
}

@media screen and (max-width: 1120px) {

  .blog-single .main-blog-side,
  .blog-single .right-blog-side {
    width: 100% !important;
  }
}

.blog-single .main-blog-side {
  width: 70%;
  margin-right: 5%;
}

.blog-single .main-blog-side .blog-image {
  width: 100%;
  height: auto;
}

.blog-single .main-blog-side .shares {
  /*
    a[target="_blank"]:after {
      content: "";
    }
    */
  margin: 1em 0 10px;
}

.blog-single .main-blog-side .auth-name {
  margin-top: 30px;
  margin-bottom: 30px;
}

.blog-single .main-blog-side .category {
  margin-bottom: 50px;
  font-size: 0.8em;
}

.blog-single .main-blog-side .rt-reading-time {
  display: block;
  margin-top: 10px;
  margin-bottom: -10px;
}

.blog-single .main-blog-side .author-image {
  height: 50px;
  width: 50px;
  display: inline-block;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 50%;
  vertical-align: middle;
}

.blog-single .main-summary {
  /*border-top: 1px solid #9c9898;*/
  /*padding-top: 30px;*/
}

.blog-single.blog-styles .main-summary p {
  font-size: 16px;
}

.blog-single .blog-area {
  margin-top: 60px;
  padding: 60px 0px;
  background: #f6f6f7;
}

.blog-single .blog-area a.listing {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .blog-single .blog-area a.listing {
    width: 100%;
  }
}

.blog-single .blog-area a.listing:hover {
  text-decoration: none;
}

.blog-single .blog-area a.listing .listing-inner {
  display: block;
  width: 90%;
}

@media screen and (max-width: 1120px) {
  .blog-single .blog-area a.listing .listing-inner {
    width: 100%;
  }
}

.blog-single .blog-area a.listing .listing-inner .blog-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  display: block;
}

.blog-single .blog-area a.listing .listing-inner h2 {
  margin: 15px 0px 10px 0px;
  font-size: 26px;
  line-height: 30px;
  width: 95%;
  color: #000;
}

.blog-single .blog-area a.listing .listing-inner .name {
  color: #393738;
}

.blog-single .right-blog-side {
  padding-top: 0;
}

.wpp-list {
  margin: 0px;
  padding: 0px;
  margin-top: 15px;
}

.wpp-list a {
  margin: 0px !important;
}

.wpp-list .wpp-meta {
  display: none;
}

.career-single a[target="_blank"]:after {
  display: none;
}

.career-single .addtoany_list a,
.career-single .widget .addtoany_list a {
  margin-right: 5px;
}

.career-single .apply-now-button {
  padding-bottom: 30px;
}

.career-single .type-place {
  padding-bottom: 20px;
}

.career-single .bottom-buttons {
  padding: 60px 0 100px 0;
}

.career-single .bottom-buttons .left-side,
.career-single .bottom-buttons .right-side {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

@media screen and (max-width: 600px) {

  .career-single .bottom-buttons .left-side,
  .career-single .bottom-buttons .right-side {
    display: block;
    padding-bottom: 50px;
  }
}

.career-single .info-area {
  margin-top: 2em;
  padding-bottom: 1em;
}

.career-single .disclaimer p {
  font-size: 0.8em;
  line-height: 120%;
}

.single-case-study .inner-page-intro-area {
  margin-bottom: 100px;
}

.single-flintsters {
  padding-bottom: 100px !important;
}

.single-flintsters .back-link {
  margin-bottom: 30px;
}

.single-flintsters .back-link i {
  margin-right: 10px;
}

.single-flintsters .left-half,
.single-flintsters .right-half {
  display: inline-block;
  vertical-align: top;
}

.single-flintsters .left-half {
  text-align: center;
  width: 45%;
}

@media screen and (max-width: 875px) {
  .single-flintsters .left-half {
    width: 100%;
    margin-left: 0px;
  }
}

.single-flintsters .right-half {
  width: 45%;
  margin-left: 4%;
}

@media screen and (max-width: 875px) {
  .single-flintsters .right-half {
    width: 100%;
    margin-left: 0px;
  }
}

.single-flintsters .right-half h1 {
  margin-top: 0px;
  margin-bottom: -10px;
}

@media screen and (max-width: 600px) {
  .single-flintsters .right-half h1 {
    margin-top: 20px;
  }
}

.single-flintsters .right-half .bio {
  margin-top: 30px;
}

.single-flintsters .right-half .connect {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
}

.single-flintsters .right-half .connect i {
  margin-right: 10px;
}

.single-flintsters .blog-area {
  padding: 100px 0px;
}

.single-flintsters .blog-area h2 {
  margin-top: 0px;
}

.single-flintsters .blog-area a.listing {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .single-flintsters .blog-area a.listing {
    width: 100%;
  }
}

.single-flintsters .blog-area a.listing:hover {
  text-decoration: none;
}

.single-flintsters .blog-area a.listing .listing-inner {
  display: block;
  width: 90%;
}

@media screen and (max-width: 1120px) {
  .single-flintsters .blog-area a.listing .listing-inner {
    width: 100%;
  }
}

.single-flintsters .blog-area a.listing .listing-inner .blog-image {
  width: 100%;
  height: 150px;
  background-size: cover !important;
  background-position: center !important;
  display: block;
}

.single-flintsters .blog-area a.listing .listing-inner h2 {
  margin: 15px 0px 10px 0px;
  font-size: 26px;
  line-height: 30px;
  width: 95%;
  color: #000;
}

.single-flintsters .blog-area a.listing .listing-inner .name {
  color: #393738;
}

.single-flintsters .desktop-slider {
  display: block;
}

@media screen and (max-width: 1120px) {
  .single-flintsters .desktop-slider {
    display: none;
  }
}

.single-flintsters .tablet-slider {
  display: none;
}

@media screen and (max-width: 1120px) {
  .single-flintsters .tablet-slider {
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .single-flintsters .tablet-slider {
    display: none;
  }
}

.single-flintsters .mobile-slider {
  display: none;
}

@media screen and (max-width: 760px) {
  .single-flintsters .mobile-slider {
    display: block;
  }
}

.single-flintsters .blogs-slider h2 {
  margin-bottom: 0px;
  white-space: normal;
}

.single-flintsters .blogs-slider .center #prev,
.single-flintsters .blogs-slider .center #next,
.single-flintsters .blogs-slider .center #prev2,
.single-flintsters .blogs-slider .center #next2,
.single-flintsters .blogs-slider .center #prev3,
.single-flintsters .blogs-slider .center #next3 {
  top: 125px;
  position: relative;
  font-size: 60px;
}

.single-flintsters .blogs-slider .center #prev:hover,
.single-flintsters .blogs-slider .center #next:hover,
.single-flintsters .blogs-slider .center #prev2:hover,
.single-flintsters .blogs-slider .center #next2:hover,
.single-flintsters .blogs-slider .center #prev3:hover,
.single-flintsters .blogs-slider .center #next3:hover {
  cursor: pointer;
}

.single-flintsters .blogs-slider .center #next,
.single-flintsters .blogs-slider .center #next2,
.single-flintsters .blogs-slider .center #next3 {
  float: right;
}

.single-flintsters .blogs-slider .cycle-slideshow {
  width: 90%;
  margin: 0 auto;
}

.single-flintsters .blogs-slider .cycle-slideshow .blog-listing-tile {
  text-align: center;
}

.single-flintsters .blogs-slider .cycle-slideshow .listing {
  width: 100%;
}

@media screen and (max-width: 1120px) {
  .single-flintsters .blogs-slider .cycle-slideshow .listing {
    width: 80%;
    margin: 0 auto;
  }
}

.single-flintsters .blogs-slider .cycle-slideshow .listing .listing-inner {
  margin: 0 auto;
  text-align: left;
}

.single-work-client .work-client-top-banner {
  position: relative;
}

.single-work-client .work-client-top-banner .half {
  padding-bottom: 80%;
  vertical-align: top;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1024px) {
  .single-work-client .work-client-top-banner .half {
    display: block;
    width: 50%;
    padding-bottom: 40%;
  }
}

.single-work-client .inner-page-sections {
  margin: 0;
}

.single-work-client .inner-page-sections .content-area-split .inner-page-holder .left-half,
.single-work-client .inner-page-sections .content-area-split .inner-page-holder .right-half {
  align-self: center;
  vertical-align: top;
  text-align: center;
  padding: 50px 0;
}

.single-work-client .inner-page-sections .content-area-split .inner-page-holder h3 {
  text-transform: none;
}

@media screen and (min-width: 1024px) {

  .single-work-client .inner-page-sections .content-area-split .inner-page-holder .left-half,
  .single-work-client .inner-page-sections .content-area-split .inner-page-holder .right-half {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 50%;
    text-align: left;
  }

  .single-work-client .inner-page-sections .content-area-split .inner-page-holder .right-half {
    width: 48%;
    margin-left: 2%;
  }
}

.single-work-client .inner-page-sections .content-area-split h2:first-child,
.single-work-client .inner-page-sections .content-area-split h3:first-child,
.single-work-client .inner-page-sections .content-area-split p:first-child {
  margin-top: 0;
}

.single-work-client .inner-page-sections .content-area-split img {
  margin: 0;
}

.single-work-client .inner-page-sections .full-width-image {
  width: 100%;
  margin: 0px;
  display: block;
}

.single-work-client .inner-page-sections .section {
  margin: 0px;
}

.single-work-client .testimonial-area {
  background: #f6f6f7;
  padding: 100px 0px 140px 0px;
}

.single-work-client .testimonial-area .testimonial {
  width: calc(100% - 160px);
  margin: 0 auto;
}

.single-work-client .testimonial-area .testimonial p {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 50px;
  line-height: 125%;
  color: #9c9898;
  display: inline-block;
  vertical-align: top;
}

.single-work-client .testimonial-area .testimonial p:before,
.single-work-client .testimonial-area .testimonial p:after {
  content: "";
  vertical-align: top;
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.single-work-client .testimonial-area .testimonial p:before {
  margin-left: -80px;
  padding-right: 30px;
  background-image: url("/wp-content/themes/flintgroup/images/testimonial-left-quote.png");
}

.single-work-client .testimonial-area .testimonial p:after {
  margin-right: -80px;
  padding-left: 30px;
  background-image: url("/wp-content/themes/flintgroup/images/testimonial-right-quote.png");
}

.single-work-client .testimonial-area .name {
  margin-left: 70px;
  color: #393738;
  font-family: "Mont-Regular", sans-serif;
  font-size: 27px;
  line-height: 37px;
  font-weight: 300;
}

.single-work-client .case-studies {
  padding: 100px 0px;
}

.single-work-client .content-area {
  padding: 50px 0;
}

@media screen and (min-width: 1024px) {
  .single-work-client .content-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.single-work-client .content-area h3:first-child {
  margin-top: 0;
}

.single-work-client .content-area .content-img {
  margin-top: 1.5em;
  text-align: center;
}

.single-work-client .content-area .content-img img {
  display: inline-block;
}

.single-work-client .prev-next-projects {
  border-top: 20px solid #f7f7f8;
  border-bottom: 20px solid #f7f7f8;
  display: flex;
}

.single-work-client .prev-next-projects .left-side,
.single-work-client .prev-next-projects .right-side {
  width: 25%;
  background: #e1e1e2;
}

.single-work-client .prev-next-projects .center {
  width: 50%;
  background: #efeff0;
  padding: 80px 0px;
  text-align: center;
}

.single-work-client .prev-next-projects .center a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  font-size: 22px;
  line-height: 21px;
  letter-spacing: 100%;
  text-decoration: none;
  border: 1px solid #cc0000;
  padding: 10px 20px;
  font-weight: lighter;
  background: transparent;
  color: #cc0000;
  transition: all 0.4s ease;
}

.single-work-client .prev-next-projects .center a:hover {
  background: #cc0000;
  color: #fff;
  transition: all 0.4s ease;
}

@media screen and (min-width: 1280px) {
  .single-work-client .prev-next-projects .center a {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 18px;
    padding-bottom: 16px;
    min-width: 250px;
  }
}

@media screen and (max-width: 600px) {

  .single-work-client .prev-next-projects .left-side,
  .single-work-client .prev-next-projects .right-side {
    width: 10%;
  }

  .single-work-client .prev-next-projects .center {
    width: 80%;
  }
}

.client-work-video {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 850px;
}

.client-work-video figure.responsive-video {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.content-area-split {
  background-repeat: no-repeat;
  background-position: center top;
}

@media screen and (max-width: 1023px) {
  .content-area-split {
    // background-image: none !important;
  }
}

.work-page .work-feed {
  text-align: center;
  padding: 100px 0px 70px 0px;
}

@media screen and (min-width: 1024px) {
  .work-page .work-feed .work-block {
    width: 50%;
  }
}

.work-page .work-feed .work-block:hover {
  text-decoration: none;
}

.work-page .work-feed .work-block:hover .right-arrow {
  left: 10px !important;
  transition: all 0.4s ease;
  position: relative;
}

.work-page .work-feed .work-block:hover .cta .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.work-page .work-feed .work-block .cta {
  display: block;
  min-height: 465px;
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  text-align: left;
  /*
    @include tablet {
      display: block;
      width: 100%;
      min-height: 0px;
      padding-top: 100px;
      padding-bottom: 50px;
      margin: 0px;
      margin-bottom: 30px;
    }
    */
}

.work-page .work-feed .work-block .cta .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.35s;
}

.work-page .work-feed .work-block .cta .cta-inner {
  display: block;
  padding: 0px 40px;
  position: absolute;
  bottom: 40px;
}

@media screen and (max-width: 875px) {
  .work-page .work-feed .work-block .cta .cta-inner {
    position: relative;
    bottom: auto;
    padding-top: 40px;
  }
}

.work-page .work-feed .work-block .cta .cta-inner h3 {
  color: #fff;
  text-transform: none;
  font-weight: normal;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 90%;
  margin-top: 0;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}

.work-page .work-feed .work-block .cta .cta-inner .link {
  color: #fff;
  text-decoration: none;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.work-page .work-feed .work-block .cta .cta-inner .link .right-arrow {
  left: 0px;
  transition: all 0.4s ease;
  position: relative;
}

.work-page .work-feed .more-work-button {
  padding-top: 40px;
}

.work-page .clients-area {
  background: #f6f6f7;
  padding: 60px 0px;
}

@media screen and (min-width: 1280px) {
  .work-page .clients-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.work-page .clients-area h2 {
  margin: 0px 0px 60px 0px;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .work-page .clients-area h2 {
    text-align: left;
  }
}

.work-page .clients-area .red-underline {
  display: block;
  margin-bottom: 40px;
  margin-top: 15px;
}

.work-page .blog-area {
  padding: 100px 0px;
}

.work-page .blog-area h2 {
  margin-top: 0px;
}

.work-page .blog-area a.listing {
  display: inline-block;
  width: 32%;
  vertical-align: top;
}

@media screen and (max-width: 600px) {
  .work-page .blog-area a.listing {
    width: 100%;
  }
}

.work-page .blog-area a.listing:hover {
  text-decoration: none;
}

.work-page .blog-area a.listing .listing-inner {
  display: block;
  width: 90%;
}

@media screen and (max-width: 1120px) {
  .work-page .blog-area a.listing .listing-inner {
    width: 100%;
  }
}

.work-page .blog-area a.listing .listing-inner .blog-image {
  width: 100%;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  display: block;
}

.work-page .blog-area a.listing .listing-inner h2 {
  margin: 15px 0px 10px 0px;
  font-size: 26px;
  line-height: 30px;
  width: 95%;
  color: #000;
}

.work-page .blog-area a.listing .listing-inner .name {
  color: #393738;
}

#client-logos {
  position: relative;
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
}

#client-logos>.image-holder {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  #client-logos>.image-holder {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  #client-logos>.image-holder {
    width: 33.3333%;
  }
}

#client-logos>.image-holder figure {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.35s;
}

#client-logos>.image-holder figure:hover {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: none;
  filter: grayscale(0);
}

#client-logos.fourwide {
  margin-left: -15px;
}

#client-logos.fourwide>.image-holder {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 1024px) {
  #client-logos.fourwide>.image-holder {
    width: 33.3333%;
  }
}

@media screen and (min-width: 1280px) {
  #client-logos.fourwide>.image-holder {
    width: 25%;
  }
}

.work-listings-page .inner-hero-shot {
  margin-bottom: 80px;
  position: relative;
}

.work-listings-page .inner-hero-shot .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.work-listings-page .headline {
  text-align: center !important;
  display: block;
  width: 100%;
  margin-bottom: 90px;
}

.work-listings-page .listings {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.work-listings-page .listings .work-block {
  flex: 0 0 33.333333%;
  margin-bottom: 20px;
}

@media screen and (max-width: 875px) {
  .work-listings-page .listings .work-block {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 600px) {
  .work-listings-page .listings .work-block {
    flex: 0 0 100%;
  }
}

.work-listings-page .listings .work-block:hover {
  text-decoration: none;
}

.work-listings-page .listings .work-block:hover .right-arrow {
  left: 10px !important;
  transition: all 0.4s ease;
  position: relative;
}

.work-listings-page .listings .work-block .cta {
  display: inline-block;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  text-align: left;
  height: 100%;
  width: 95%;
}

.work-listings-page .listings .work-block .cta .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.work-listings-page .listings .work-block .cta .cta-inner {
  padding: 40px;
  position: relative;
}

@media screen and (max-width: 875px) {
  .work-listings-page .listings .work-block .cta .cta-inner {
    position: relative;
  }
}

.work-listings-page .listings .work-block .cta .cta-inner h3 {
  color: #fff;
  text-transform: none;
  font-weight: normal;
  font-size: 36px;
  line-height: 37px;
  padding: 20px;
}

.work-listings-page .listings .work-block .cta .cta-inner .link {
  color: #fff;
  text-decoration: none;
  font-family: "Mont-Heavy", sans-serif;
  text-transform: uppercase;
  padding: 20px;
}

.work-listings-page .listings .work-block .cta .cta-inner .link .right-arrow {
  left: 0px;
  transition: all 0.4s ease;
  position: relative;
}

.work-listings-page .listings .work-block .cta .cta-inner .link .red-underline {
  margin-left: 20px;
}

.work-listings-page .pagination {
  margin-bottom: 50px;
}

.new-home-header-main {
  z-index: 999;
  border-bottom: 1px solid #555555;
  background-color: #262525;
  position: fixed;
  width: 100%;
}

.new-home-header-main #main-menu .menu-top-bar .logo-toggle {
  padding: 30px 0px 20px 0px;
}

.new-home-hero {
  background-color: #262525;
  text-align: center;
  padding: 200px 40px 100px 40px;
}

.new-home-hero .hero-icon {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5;
}

.new-home-hero .hero-text {
  font-size: 450px;
  color: #fff;
  font-family: "Mont-Heavy", sans-serif;
  line-height: 380px;
  padding-bottom: 50px;
}

@media screen and (max-width: 875px) {
  .new-home-hero .hero-text {
    font-size: 200px;
    line-height: 200px;
  }
}

.new-home-hero .top-line {
  padding-top: 200px;
}

.new-home-hero .top-line,
.new-home-hero .bottom-line {
  position: relative;
  z-index: 9;
}

.home-intro-new {
  background-color: #262525;
}

.home-intro-new .intro-text {
  z-index: 7;
  position: relative;
}

.home-intro-new .intro-text h1 {
  color: #fff;
}

.below-home-hero {
  z-index: 7;
  position: relative;
}

.new-home-page {
  font-family: "Mont-Regular", sans-serif;
}

.new-home-page a {
  font-family: "Mont-Regular", sans-serif;
}

.new-home-page p {
  font-family: "Mont-Regular", sans-serif;
}

.new-home-page p a {
  font-family: "Mont-Regular", sans-serif;
}

.new-home-page .button {
  border: 1px solid #c52326;
  color: #fff;
  background: #c52326;
  text-transform: none;
  font-family: "Mont-Regular", sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  padding: 15px 40px;
  transition: all 0.4s ease;
}

.new-home-page .button:hover {
  background: #fff;
  color: #c52326;
  transition: all 0.4s ease;
}

.new-home-page .hero-shot {
  position: relative;
}

.new-home-page .hero-shot .hero-shot-image {
  width: 100%;
  height: 760px;
  background-size: cover !important;
  background-position: center !important;
}

@media screen and (max-width: 875px) {
  .new-home-page .hero-shot .hero-shot-image {
    min-height: 400px;
    height: auto;
  }
}

.new-home-page .hero-shot .hero-shot-video {
  width: 100%;
  // height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 875px) {
  .new-home-page .hero-shot .hero-shot-video {
    // min-height: 400px;
    height: auto;
  }
}

.new-home-page .hero-shot .hero-shot-video video.cover {
  width: 100%;
  // min-width: 240vh;
  height: auto;
}

.new-home-page .hero-shot .hero-shot-overlay {
  position: absolute;
  top: 25%;
  left: 0px;
  z-index: 1;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 875px) {
  .new-home-page .hero-shot .hero-shot-overlay {
    top: 10%;
  }
}

.new-home-page .hero-shot .hero-shot-overlay .overlay-text {
  color: #fff;
}

.new-home-page .hero-shot .hero-shot-overlay .overlay-text .newh1 h1 {
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.new-home-page .hero-shot .hero-shot-overlay .button {
  border-color: #c52326;
  background: #c52326;
  color: #fff;
  text-transform: none;
  font-family: "Mont-Regular", sans-serif;
  font-size: 17px;
  letter-spacing: 0px;
  padding: 15px 40px;
}

.new-home-page .hero-shot .hero-shot-overlay .button .right-arrow {
  left: 0px;
  position: relative;
}

.new-home-page .hero-shot .hero-shot-overlay .button:hover {
  background: #fff;
  color: #c52326;
}

.new-home-page .intro-area {
  text-align: center;
  margin-top: 130px;
}

@media screen and (max-width: 875px) {
  .new-home-page .intro-area {
    margin-top: 60px;
  }
}

.new-home-page .intro-area .intro-paragraph p,
.new-home-page .intro-area .intro-paragraph a {
  font-size: 48px;
  font-family: "Mont-Light", sans-serif;
  line-height: 60px;
}

@media screen and (max-width: 875px) {

  .new-home-page .intro-area .intro-paragraph p,
  .new-home-page .intro-area .intro-paragraph a {
    font-size: 26px;
    line-height: 35px;
  }
}

.new-home-page .intro-area .intro-button {
  margin-bottom: 160px;
}

@media screen and (max-width: 875px) {
  .new-home-page .intro-area .intro-button {
    margin-bottom: 60px;
  }
}

.new-home-page .case-studies {
  text-align: center;
}

.new-home-page .case-studies .tile-link .cs-tile {
  display: inline-block;
  width: 48%;
  margin-right: 1%;
  background-size: cover !important;
  background-position: center !important;
  text-align: left;
  vertical-align: top;
  position: relative;
}

.new-home-page .case-studies .tile-link .cs-tile .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: transparent;
  transition: al 0.4s ease;
}

.new-home-page .case-studies .tile-link .cs-tile .text-holder .text {
  color: #fff;
  font-family: "Mont-Regular", sans-serif;
  font-size: 40px;
  display: block;
  line-height: 40px;
}

@media screen and (max-width: 1280px) {
  .new-home-page .case-studies .tile-link .cs-tile .text-holder .text {
    font-size: 24px;
    line-height: 26px;
  }
}

.new-home-page .case-studies .tile-link .cs-tile .text-holder .link {
  color: #fff;
  font-family: "Mont-Regular", sans-serif;
  font-size: 22px;
  display: inline-block;
  line-height: 34px;
}

@media screen and (max-width: 1280px) {
  .new-home-page .case-studies .tile-link .cs-tile .text-holder .link {
    font-size: 18px;
  }
}

.new-home-page .case-studies .tile-link .cs-tile .text-holder .bar {
  width: 80px;
  height: 7px;
  background-color: #c52326;
  display: block;
  transition: all 0.4s ease;
}

.new-home-page .case-studies .tile-link:hover {
  text-decoration: none;
}

.new-home-page .case-studies .tile-link:hover .cs-tile .overlay {
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
}

.new-home-page .case-studies .cs-link {
  margin-top: 60px;
  margin-bottom: 120px;
}

@media screen and (max-width: 875px) {
  .new-home-page .case-studies .cs-link {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.new-home-page .clients-area {
  margin-bottom: 120px;
}

@media screen and (max-width: 875px) {
  .new-home-page .clients-area {
    margin-bottom: 100px;
  }
}

.new-home-page .clients-area #client-logos {
  margin-right: 0px;
}

.new-home-page .clients-area #client-logos .image-holder {
  width: 25%;
}

@media screen and (max-width: 875px) {
  .new-home-page .clients-area #client-logos .image-holder {
    width: 49%;
  }
}

.page-template-page-template-2021-aboutus .new-site-header {
  background: #fafafa;
}

.page-template-page-template-2021-aboutus .new-site-header .search-drop-down {
  background: #fafafa;
}

.page-template-page-template-2021-aboutus .new-site-header .right-side .menu #mega-menu-wrap-new-header-menu {
  background: #fafafa !important;
}

.page-template-page-template-2021-aboutus #mega-menu-wrap-new-header-menu .mega-menu-toggle+#mega-menu-new-header-menu,
.page-template-page-template-2021-aboutus #mega-menu-wrap-new-header-menu .mega-menu-toggle {
  background: #fafafa !important;
}

.new-about-page .new-intro-area {
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .new-about-page .new-intro-area {
    padding-bottom: 15px;
  }
}

.new-about-page .about-banner {
  display: block;
  width: 100%;
}

.new-about-page .about-banner img {
  width: 100%;
}

.new-about-page .intro-text-area {
  padding-top: 100px;
  padding-bottom: 110px;
}

@media screen and (max-width: 1200px) {
  .new-about-page .intro-text-area {
    padding-top: 50px;
  }
}

.new-about-page .intro-text-area .intro-text-heading p {
  font-size: 32px;
  font-family: "Mont-Heavy", sans-serif;
  line-height: 34px;
  max-width: 815px;
}

.new-about-page .intro-text-area .intro-text-content {
  max-width: 815px;
}

.new-about-page .intro-text-area .intro-text-content strong {
  font-family: "Mont-SemiBold", sans-serif;
}

.new-about-page .leadership .person-link {
  display: inline-block;
  width: 33.4%;
  position: relative;
  margin-right: -6px;
  vertical-align: top;
  height: 470px;
}

@media screen and (max-width: 1200px) {
  .new-about-page .leadership .person-link {
    width: 50%;
  }
}

@media screen and (max-width: 875px) {
  .new-about-page .leadership .person-link {
    width: 100%;
    height: 300px;
  }
}

.new-about-page .leadership .person-link .flintster {
  background-size: cover !important;
  background-position: center !important;
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}

.new-about-page .leadership .person-link .flintster .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.35s;
}

.new-about-page .leadership .person-link .flintster .info-holder {
  bottom: 40px;
  position: absolute;
  left: 40px;
}

.new-about-page .leadership .person-link .flintster .info-holder .name {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  display: block;
  position: relative;
}

.new-about-page .leadership .person-link .flintster .info-holder .title {
  font-family: "Mont-Regular", sans-serif;
  font-size: 22px;
  margin-top: 15px;
  color: #fff;
  display: block;
  position: relative;
}

.new-about-page .leadership .person-link .flintster .info-holder .right-arrow {
  right: 0px;
  position: relative;
  transition: 0.4s all ease;
}

.new-about-page .leadership .person-link .flintster .info-holder .red-underline {
  position: relative;
}

.new-about-page .leadership .person-link:hover,
.new-about-page .leadership .person-linkactive {
  text-decoration: none;
}

.new-about-page .leadership .person-link:hover .flintster .overlay,
.new-about-page .leadership .person-linkactive .flintster .overlay {
  background: rgba(0, 0, 0, 0.7);
}

.new-about-page .leadership .person-link:hover .right-arrow,
.new-about-page .leadership .person-linkactive .right-arrow {
  right: -10px !important;
  position: relative;
  transition: 0.4s all ease;
}

@media screen and (max-width: 1200px) {
  .new-about-page .leadership .last-person-link {
    width: 100%;
    height: auto;
  }
}

.new-about-page .leadership .last-person-link .last-tile {
  background: #cc0000;
}

@media screen and (max-width: 1200px) {
  .new-about-page .leadership .last-person-link .last-tile {
    padding: 40px 0px;
  }
}

.new-about-page .leadership .last-person-link .last-tile .button-holder {
  text-align: center;
  top: 230px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .new-about-page .leadership .last-person-link .last-tile .button-holder {
    top: 0px;
  }
}

@media screen and (max-width: 875px) {
  .new-about-page .leadership .last-person-link .last-tile .button-holder {
    top: 155px;
  }
}

.new-about-page .leadership .last-person-link .last-tile .button-holder .button {
  position: relative !important;
  bottom: auto;
  left: auto;
  color: #fff;
  border: 1px solid #fff;
  text-transform: none;
  font-family: "Mont-Regular", sans-serif;
  font-size: 17px;
}

.new-about-page .leadership .last-person-link .last-tile .button-holder .button .arrow {
  position: relative;
  left: 5px;
}

.new-about-page .leadership .last-person-link .last-tile .button-holder .button:hover {
  background: #fff;
  color: #cc0000;
}

.new-about-page .blog-area {
  padding-top: 140px;
  padding-bottom: 180px;
}

.new-about-page .blog-area .blog-heading {
  font-size: 40px;
  font-family: "Mont-Heavy", sans-serif;
  line-height: 44px;
  padding-bottom: 25px;
}

.new-about-page .blog-area .blog-content .title-link {
  display: block;
}

.new-about-page .blog-area .blog-content .title-link:hover {
  text-decoration: none;
  cursor: pointer !important;
}

.new-about-page .blog-area .blog-content .listing {
  display: inline-block;
  width: 31%;
  padding: 0px 1%;
}

@media screen and (max-width: 875px) {
  .new-about-page .blog-area .blog-content .listing {
    width: 100%;
    text-align: center;
  }
}

.new-about-page .blog-area .blog-content .listing .blog-image {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 875px) {
  .new-about-page .blog-area .blog-content .listing .blog-image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.new-about-page .blog-area .blog-content .listing .blog-image img {
  // width: 350px;
  // height: 200px;
  ///object-fit: cover;
  // object-position: center;
  width: 100%;
  height: auto;
  // height: 175px;
  object-fit: cover;
  object-position: center;
}

.new-about-page .blog-area .blog-content .listing .title {
  font-family: "Mont-Regular", sans-serif;
  font-size: 30px;
  color: #000;
  line-height: 34px;
  font-size: 24px;
  line-height: 18px;
}

@media screen and (max-width: 875px) {
  .new-about-page .blog-area .blog-content .listing .title {
    width: 350px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.page-template-page-template-2021-capabilities .new-site-header {
  background: #fafafa;
}

.page-template-page-template-2021-capabilities .new-site-header .search-drop-down {
  background: #fafafa;
}

.page-template-page-template-2021-capabilities .new-site-header .right-side .menu #mega-menu-wrap-new-header-menu {
  background: #fafafa !important;
}

.page-template-page-template-2021-capabilities #mega-menu-wrap-new-header-menu .mega-menu-toggle+#mega-menu-new-header-menu,
.page-template-page-template-2021-capabilities #mega-menu-wrap-new-header-menu .mega-menu-toggle {
  background: #fafafa !important;
}

.new-capabilities-page .capabilities-area {
  display: flex;
}

@media screen and (max-width: 1120px) {
  .new-capabilities-page .capabilities-area {
    display: block;
  }
}

.new-capabilities-page .capabilities-area .left-side,
.new-capabilities-page .capabilities-area .right-side {
  flex: 1;
}

@media screen and (max-width: 1120px) {

  .new-capabilities-page .capabilities-area .left-side,
  .new-capabilities-page .capabilities-area .right-side {
    display: block;
    width: 100%;
  }
}

.new-capabilities-page .capabilities-area .left-side-inner,
.new-capabilities-page .capabilities-area .right-side-inner {
  padding: 40px 40px;
}

.new-capabilities-page .capabilities-area .left-side {
  background-size: cover;
  background-position: center;
  position: relative;
}

@media screen and (max-width: 1120px) {
  .new-capabilities-page .capabilities-area .left-side {
    height: 400px;
  }
}

.new-capabilities-page .capabilities-area .right-side {
  background: #152365;
  color: #fff;
  padding-bottom: 30px;
}

.new-capabilities-page .capabilities-area .right-side p,
.new-capabilities-page .capabilities-area .right-side a,
.new-capabilities-page .capabilities-area .right-side h1,
.new-capabilities-page .capabilities-area .right-side h2,
.new-capabilities-page .capabilities-area .right-side h3 {
  color: #fff;
}

.new-capabilities-page .capabilities-area .right-side .header-text {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: "Mont-Heavy", sans-serif;
}

.new-capabilities-page .capabilities-area .right-side .header-text:before {
  content: "■";
  color: #cc0000;
  font-size: 40px;
  position: relative;
  top: 2px;
  margin-left: -30px;
}

.new-capabilities-page .capabilities-area .right-side .right-side-inner {
  width: 600px;
  padding-left: 80px;
}

@media screen and (max-width: 1120px) {
  .new-capabilities-page .capabilities-area .right-side .right-side-inner {
    padding: 40px;
    width: 100%;
    max-width: 100%;
  }
}

.new-capabilities-page .capabilities-area .right-side .right-side-content p {
  font-size: 22px;
  line-height: 32px;
  font-family: "Mont-Light", sans-serif;
}

.new-capabilities-page .content-area {
  background: #f6f6f7;
  padding-top: 100px;
}

.new-capabilities-page .content-area .left-side-content,
.new-capabilities-page .content-area .right-side-content {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding: 0px 1%;
}

@media screen and (max-width: 1120px) {

  .new-capabilities-page .content-area .left-side-content,
  .new-capabilities-page .content-area .right-side-content {
    width: 100%;
    padding: 0px;
    display: block;
  }
}

.new-capabilities-page .content-area h3 {
  font-size: 30px;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: normal;
  margin-top: 0px;
}

.new-capabilities-page .content-area a {
  color: #D02A25;
}

.new-capabilities-page .content-area p {
  font-family: "Mont-Regular", sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.new-capabilities-page .cta-area {
  padding: 100px 0px;
}

.new-capabilities-page .cta-area .inner-page-holder {
  max-width: 1100px;
}

@media screen and (max-width: 600px) {
  .new-capabilities-page .cta-area .inner-page-holder .cta-inner {
    padding: 0px 10px;
  }
}

.new-capabilities-page .cta-area .inner-page-holder .cta-inner h3 {
  font-family: "Mont-Regular", sans-serif;
  font-size: 40px;
}

.new-capabilities-page .cta-area .inner-page-holder .cta-inner .cta-arrowlink {
  font-size: 22px;
  font-family: "Mont-Regular", sans-serif;
  text-transform: none;
}

.new-capabilities-page .cta-area .inner-page-holder .cta-inner .cta-arrowlink:after {
  width: 70px;
  height: 7px;
  background: #c52326;
  display: block;
  transition: all 0.4s ease;
}

.new-capabilities-page .cta-area article.cta a:hover .cta-arrowlink:after,
.new-capabilities-page .cta-area article.cta a:active .cta-arrowlink:after {
  background: #c52326;
  width: 150px;
  max-width: 40%;
  transition: all 0.4s ease;
}

@media screen and (min-width: 1024px) {
  .new-capabilities-page .cta-area .gridcontainer>div {
    width: 50%;
  }
}


/* BOTH SLIDER AND NON */

.single-work-client .case-studies .work-block:hover {
  text-decoration: none;
}

.single-work-client .case-studies .work-block:hover .right-arrow {
  left: 10px !important;
  transition: all 0.4s ease;
  position: relative;
}


/* SLIDER */

.client-desktop-slider .cycle-slideshow,
.client-mobile-slider .cycle-slideshow {
  width: 90%;
  margin: 0 auto;
}

.client-desktop-slider .center #prev,
.client-desktop-slider .center #next,
.client-desktop-slider .center #prev2,
.client-desktop-slider .center #next2,
.client-desktop-slider .center #prev3,
.client-desktop-slider .center #next3,
.client-mobile-slider .center #prev,
.client-mobile-slider .center #next,
.client-mobile-slider .center #prev2,
.client-mobile-slider .center #next2,
.client-mobile-slider .center #prev3,
.client-mobile-slider .center #next3 {
  top: 250px;
  position: relative;
  font-size: 85px;
}

.client-desktop-slider .center #prev:hover,
.client-desktop-slider .center #next:hover,
.client-desktop-slider .center #prev2:hover,
.client-desktop-slider .center #next2:hover,
.client-desktop-slider .center #prev3:hover,
.client-desktop-slider .center #next3:hover,
.client-mobile-slider .center #prev:hover,
.client-mobile-slider .center #next:hover,
.client-mobile-slider .center #prev2:hover,
.client-mobile-slider .center #next2:hover,
.client-mobile-slider .center #prev3:hover,
.client-mobile-slider .center #next3:hover {
  cursor: pointer;
}

@media screen and (max-width: 875px) {

  .client-desktop-slider .center #prev,
  .client-desktop-slider .center #next,
  .client-desktop-slider .center #prev2,
  .client-desktop-slider .center #next2,
  .client-desktop-slider .center #prev3,
  .client-desktop-slider .center #next3,
  .client-mobile-slider .center #prev,
  .client-mobile-slider .center #next,
  .client-mobile-slider .center #prev2,
  .client-mobile-slider .center #next2,
  .client-mobile-slider .center #prev3,
  .client-mobile-slider .center #next3 {
    top: 175px;
    font-size: 70px;
  }
}

.client-desktop-slider .center #next,
.client-desktop-slider .center #next2,
.client-desktop-slider .center #next3,
.client-mobile-slider .center #next,
.client-mobile-slider .center #next2,
.client-mobile-slider .center #next3 {
  float: right;
}

.client-desktop-slider {
  display: block;
}

@media screen and (max-width: 875px) {
  .client-desktop-slider {
    display: none;
  }
}

.client-mobile-slider {
  display: none;
}

@media screen and (max-width: 875px) {
  .client-mobile-slider {
    display: block;
  }
}


/* NON-SLIDER */

.non-slider-cs {
  /*
  .work-block {
    .cta {
      width: 43% !important;
    }
  }
  */
}

.non-slider-cs article.cta {
  min-height: 350px;
  max-width: 600px;
}

@media screen and (min-width: 1024px) {
  .non-slider-cs>div {
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .non-slider-cs.threewide>div {
    width: 33.3333%;
  }
}

.footer-newsletter {
  background: #cc0000;
}

@media screen and (max-width: 875px) {
  .footer-newsletter {
    padding: 5px 0px 40px 0px;
  }
}

.footer-newsletter .inner {
  max-width: 80%;
  margin: 0 auto;
}

.footer-newsletter .inner .right-side {
  width: 49%;
  display: inline-block;
  color: white;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 875px) {
  .footer-newsletter .inner .right-side {
    width: 100%;
    display: block;
  }
}

.footer-newsletter .inner .right-side p {
  color: #fff;
}

.footer-newsletter .inner .right-side .pure-form {
  margin-top: 40px;
}

.footer-newsletter .inner .right-side #control_EMAIL {
  display: inline-block;
  padding: 12px 0px 12px 10px;
  width: calc(100% - 100px);
}

.footer-newsletter .inner .right-side .pure-button {
  float: right;
  top: -43px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Mont-Heavy", sans-serif;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 9px 20px 10px 20px;
  font-weight: lighter;
  transition: all 0.4s ease;
  text-align: center;
  background: #cc0000;
  color: #fff;
}

.footer-newsletter .inner .right-side .pure-button:hover {
  background: #fff;
  color: #cc0000;
  border: 1px solid #cc0000;
}

.footer-newsletter .inner .left-side {
  width: 49%;
  display: inline-block;
  color: white;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 875px) {
  .footer-newsletter .inner .left-side {
    width: 100%;
    display: block;
  }
}

.footer-newsletter .inner .left-side p {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
}

footer {
  display: flex;
}

@media screen and (max-width: 875px) {
  footer {
    display: block;
  }
}

footer .footer-left-half {
  width: 50%;
  display: inline-block;
  background-size: cover !important;
  background-position: center !important;
}

@media screen and (max-width: 875px) {
  footer .footer-left-half {
    width: 100%;
    display: block;
    height: 300px;
  }
}

footer .footer-right-half {
  width: 50%;
  display: inline-block;
  background-image: url("/wp-content/themes/flintgroup/images/halfhalfred.jpg");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 875px) {
  footer .footer-right-half {
    width: 100%;
    display: block;
  }
}

footer .footer-right-half .footer-right-half-text {
  text-align: center;
  padding: 220px 0px;
}

@media screen and (max-width: 875px) {
  footer .footer-right-half .footer-right-half-text {
    padding: 100px 0px;
  }
}

footer .footer-right-half .footer-right-half-text p {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 50px;
  line-height: 47px;
  letter-spacing: 100%;
  color: #fff;
}

footer .footer-right-half .footer-right-half-text a {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 50px;
  line-height: 47px;
  letter-spacing: 100%;
  color: #fff;
  text-decoration: none;
}

footer .footer-right-half .footer-right-half-text a .footer-arrow {
  position: relative;
  transition: all 0.4s ease;
  left: 0px;
}

footer .footer-right-half .footer-right-half-text a:hover .footer-arrow {
  left: 15px;
  transition: all 0.4s ease;
}

footer .footer-right-half .footer-right-bottom {
  background-color: #cc0000;
  padding: 40px;
  color: #fff;
  font-size: 12px;
}

footer .footer-right-half .footer-right-bottom a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

footer .footer-right-half .footer-right-bottom a:hover {
  text-decoration: underline;
}

footer .footer-right-half .footer-right-bottom p {
  color: #fff;
  font-size: 12px;
}

footer .footer-right-half .footer-right-bottom .terms-privacy {
  display: inline-block;
  padding-right: 20px;
}

footer .footer-right-half .footer-right-bottom .copyright {
  display: inline-block;
}

footer .footer-right-half .footer-right-bottom .location-links {
  display: inline-block;
  float: right;
}

footer .footer-right-half .footer-right-bottom .location-links p {
  display: inline-block;
  vertical-align: middle;
  padding-right: 20px;
}

footer .footer-right-half .footer-right-bottom .location-links img {
  vertical-align: middle;
}

.new-footer {
  padding-top: 70px;
}

.new-footer .desk-left {
  display: block;
}
#social-footer{
  list-style: none;
  margin:30px 0 0 0;
  padding:0;
}
#social-footer li{
  display: inline-block;
  margin:0 5px;
}
#social-footer li a{
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  border:5px solid #FFF;
  border-radius: 999px;
  line-height: 37px;
  color: #FFF;
  font-size: 19px;
}
#social-footer li a:hover, #social-footer li a:focus, #social-footer li a:active{
  opacity: 0.7;
}
#social-footer li a:after{
  display: none !important;
}

@media screen and (min-width: 1400px) {
  #social-footer{
    position: absolute;
    right: 40px;
    top: 3px;
    text-align: right;
    width: 300px;
  }
}

@media screen and (max-width: 875px) {
  .new-footer .desk-left {
    display: none;
  }
}

.new-footer .mob-left {
  display: none;
}

@media screen and (max-width: 875px) {
  .new-footer .mob-left {
    display: block;
  }
}

.new-footer .footer-left-half {
  position: relative;
}

.new-footer .footer-left-half .footer-left-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 27px 40px;
  background-color: rgba(0, 0, 0, 0.6);
}

.new-footer .footer-left-half .footer-left-bottom .footer-left-inner p {
  color: #fff;
  font-family: "Mont-Regular", sans-serif;
  font-size: 12px;
}

.new-footer .footer-left-half .footer-left-bottom .footer-left-inner p a {
  color: #fff;
}

.new-footer .footer-right-half-text p a {
  font-size: 40px;
  font-family: "Mont-Bold", sans-serif;
}

.new-footer .footer-right-half-text p a .footer-arrow {
  top: -3px;
  left: 5px;
}

.new-footer .footer-right-half-text p a .footer-arrow img {
  width: 40px;
  height: auto;
}

.new-footer .footer-right-half-text p a:hover {
  left: 10px;
}

.new-footer .footer-right-bottom .newsletter {
  display: inline-block;
  font-size: 14px;
}

@media screen and (max-width: 1074px) {
  .new-footer .footer-right-bottom .newsletter {
    display: block;
    text-align: center;
  }
}

.new-footer .footer-right-bottom .newsletter i {
  font-size: 22px;
  position: relative;
  top: 3px;
}

.new-footer .footer-right-bottom .newsletter a {
  font-family: "Mont-Regular", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.new-footer .footer-right-bottom .location-links {
  display: inline-block;
  float: right;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 1074px) {
  .new-footer .footer-right-bottom .location-links {
    display: block !important;
    text-align: center;
    float: none !important;
    top: 10px;
  }
}

.new-footer .footer-right-bottom .location-links p a {
  font-size: 14px;
}

header {
  position: absolute;
  width: 100%;
}

#main-menu {
  position: relative;
}

#main-menu .menu-top-bar {
  width: 100%;
  min-height: 100px;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 875px) {
  #main-menu .menu-top-bar {
    margin-bottom: 0px;
  }
}

#main-menu .menu-top-bar .logo-toggle {
  text-align: right;
  padding: 20px 0px;
}

@media screen and (min-width: 1024px) {
  #main-menu .menu-top-bar .logo-toggle {
    padding: 60px 0px;
  }
}

#main-menu .menu-top-bar .logo-toggle .logo-holder {
  display: inline-block;
  margin-right: 25px;
  top: 5px;
  position: relative;
}

#main-menu .menu-top-bar .logo-toggle .blue-logo {
  display: none;
}

#main-menu .menu-top-bar .logo-toggle .blue-logo img {
  height: 40px;
}

#main-menu .menu-top-bar .logo-toggle .blue-logo.is-active {
  display: inline-block;
}

#main-menu .menu-top-bar .logo-toggle .dark-logo img {
  height: 40px;
}

#main-menu .menu-top-bar .logo-toggle .dark-logo.is-active {
  display: none;
}

#main-menu .menu-top-bar .logo-toggle .burger-toggle .hamburger:focus {
  outline: 0px;
}

#main-menu .menu-top-bar .logo-toggle .burger-toggle .hamburger.is-active .hamburger-inner,
#main-menu .menu-top-bar .logo-toggle .burger-toggle .hamburger.is-active .hamburger-inner::before,
#main-menu .menu-top-bar .logo-toggle .burger-toggle .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}

#main-menu .menu-top-bar .logo-toggle .burger-toggle .hamburger:not(.is-active) .hamburger-inner {
  width: 50px;
}

#main-menu .menu-top-bar .logo-toggle .burger-toggle .hamburger:not(.is-active) .hamburger-inner:before,
#main-menu .menu-top-bar .logo-toggle .burger-toggle .hamburger:not(.is-active) .hamburger-inner:after {
  left: 10px;
}

#main-menu .menu-main-bar {
  display: none;
  background: #152365;
  position: absolute;
  width: 100%;
  top: 0px;
  padding-top: 100px;
  z-index: 1;
  padding-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  #main-menu .menu-main-bar {
    padding-top: 181px;
  }
}

#main-menu .menu-main-menu-container {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  margin-bottom: 75px;
}

@media screen and (max-width: 875px) {
  #main-menu .menu-main-menu-container {
    width: 100%;
    margin-bottom: 50px;
  }
}

#main-menu .menu-main-menu-container ul {
  column-count: 2;
}

@media screen and (max-width: 500px) {
  #main-menu .menu-main-menu-container ul {
    column-count: 1;
  }
}

#main-menu .menu-main-menu-container ul li {
  list-style: none;
}

#main-menu .menu-main-menu-container ul li a {
  color: #fff;
  font-size: 40px;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
  line-height: 70px;
  text-decoration: none;
}

#main-menu .menu-main-menu-container ul li.current-menu-item a,
#main-menu .menu-main-menu-container ul li.current-page-ancestor a {
  border-bottom: 2px solid;
}

#main-menu .social-icons {
  display: inline-block;
  width: 40%;
  vertical-align: top;
  margin-left: 9%;
  color: transparent;
  transition: 0.4s all ease;
  text-align: right;
}

@media screen and (max-width: 875px) {
  #main-menu .social-icons {
    width: 100%;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 50px;
  }
}

#main-menu .social-icons a {
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  color: transparent;
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 10px;
  transition: all 0.4s ease;
}

#main-menu .social-icons a i {
  position: relative;
  top: 6px;
}

#main-menu .social-icons a:hover {
  color: #152365 !important;
  background: #879ef7;
  transition: all 0.4s ease;
}

#main-menu .social-icons a:after {
  display: none;
}

#main-menu .header-search {
  border-bottom: 1px solid #4b5eab;
}

#main-menu .header-search .screen-reader-text {
  font-size: 0px;
}

#main-menu .header-search input[type="search"] {
  width: calc(100% - 50px);
  background: transparent;
  border: 0px;
  height: 60px;
  margin-bottom: -10px;
  color: #879ef7;
  font-size: 35px;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.05em;
}

#main-menu .header-search input[type="search"]::placeholder {
  color: #879ef7;
  font-size: 35px;
  font-family: "Mont-Heavy", sans-serif;
}

#main-menu .header-search input[type="search"]:focus {
  outline: 0px;
}

#main-menu .header-search input[type="submit"] {
  background-color: transparent;
  background: url("/wp-content/themes/flintgroup/images/search-mag.png");
  background-repeat: no-repeat;
  height: 37px;
  border: 0px;
  width: 38px;
  font-size: 0px;
  float: right;
  position: relative;
  top: 17px;
}

#main-menu .header-search input[type="submit"]:hover {
  cursor: pointer;
}

#main-menu.is-active .social-icons {
  color: #879ef7;
  transition: 0.4s all ease;
}

#main-menu.is-active .social-icons a {
  border: 2px solid #879ef7;
  color: #879ef7;
  transition: 0.4s all ease;
}

.white-header .hamburger-inner,
.white-header .hamburger-inner::before,
.white-header .hamburger-inner::after {
  background-color: #fff !important;
}

.new-site-header {
  padding: 15px 50px;
  position: relative;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #fafafa;
  height: 90px;
  transition: all 0.4s ease;
}

.blog .new-site-header.short-header {
  top: 0;
}

@media screen and (max-width: 875px) {
  .new-site-header {
    padding: 0px;
  }
}

.new-site-header .left-side,
.new-site-header .right-side {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 875px) {

  .new-site-header .left-side,
  .new-site-header .right-side {
    display: block;
    width: 100%;
  }
}

.new-site-header .left-side {
  max-width: 100%;
  width: 200px;
}

@media screen and (max-width: 875px) {
  .new-site-header .left-side {
    padding: 15px;
    width: 100%;
    margin-bottom: -3px;
  }
}

.new-site-header .left-side .new-mobile-menu-toggle {
  display: none;
}

@media screen and (max-width: 875px) {
  .new-site-header .left-side .new-mobile-menu-toggle {
    display: inline-block;
    float: right;
    top: 15px;
    position: relative;
  }
}

.new-site-header .left-side .new-mobile-menu-toggle .fa-times {
  display: none;
}

.new-site-header .left-side .new-mobile-menu-toggle.showing .fa-bars {
  display: none;
}

.new-site-header .left-side .new-mobile-menu-toggle.showing .fa-times {
  display: block;
}

.new-site-header .right-side {
  width: calc(100% - 210px);
  text-align: right;
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side {
    width: 100%;
    overflow: hidden;
    transition: all .5s ease-in-out;
    height: 0;
  }
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side.showing {
    display: block;
    height: 330px;
  }
}

.new-site-header .right-side .menu,
.new-site-header .right-side .search {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 875px) {

  .new-site-header .right-side .menu,
  .new-site-header .right-side .search {
    display: block;
  }
}

.new-site-header .right-side .menu .hamburger::focus {
  outline: none;
}

.new-site-header .right-side .menu ul.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side .menu ul.menu {
    background: #fafafa;
    padding: 20px;
    text-align: left;
  }
}

.new-site-header .right-side .menu ul.menu li {
  display: inline-block;
  padding: 0px 10px;
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side .menu ul.menu li {
    display: block;
    padding: 5px 0px;
  }
}

.new-site-header .right-side .menu ul.menu li a {
  color: #000 !important;
  font-size: 18px !important;
  font-family: "Mont-Regular", sans-serif !important;
  padding: 0px !important;
}

@media screen and (max-width: 928px) {
  .new-site-header .right-side .menu ul.menu li a {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side .menu ul.menu li a {
    font-size: 18px !important;
  }
}

.new-site-header .right-side .menu ul.menu li a:after {
  content: '';
  height: 2px;
  width: 0px;
  background: #c52326;
  display: block;
  transition: all 0.4s ease;
}

.new-site-header .right-side .menu ul.menu li a:hover {
  text-decoration: none;
}

.new-site-header .right-side .menu ul.menu li a:hover:after {
  width: 100%;
  transition: all 0.4s ease;
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side .menu ul.menu li a:hover:after {
    width: 110px;
  }
}

.new-site-header .right-side .menu ul.menu li.current-menu-item a:after,
.new-site-header .right-side .menu ul.menu li.current-page-ancestor a:after {
  content: '';
  height: 2px;
  width: 100%;
  background: #c52326;
  display: block;
  transition: all 0.4s ease;
}

@media screen and (max-width: 875px) {

  .new-site-header .right-side .menu ul.menu li.current-menu-item a:after,
  .new-site-header .right-side .menu ul.menu li.current-page-ancestor a:after {
    width: 110px;
  }
}

.new-site-header .right-side .search {
  margin-left: 30px;
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side .search {
    background: #fafafa;
    padding: 20px;
    width: 100%;
    margin: 0px;
    padding-top: 0px;
    margin-top: -15px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side .search i {
    display: none;
  }
}

.new-site-header .right-side .search .mobile-search {
  display: none;
}

@media screen and (max-width: 875px) {
  .new-site-header .right-side .search .mobile-search {
    display: block;
  }
}

.new-site-header .right-side .search .mobile-search .screen-reader-text {
  font-size: 0px;
}

.new-site-header .right-side .search .mobile-search input[type="search"] {
  width: calc(100% - 50px);
  background: transparent;
  border: 0px;
  height: 60px;
  margin-bottom: -10px;
  color: #000;
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
  border-bottom: 1px solid;
  height: auto;
}

.new-site-header .right-side .search .mobile-search input[type="search"]:focus {
  outline: 0px;
}

.new-site-header .right-side .search .mobile-search input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
}

.new-site-header .right-side .search .mobile-search input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
}

.new-site-header .right-side .search .mobile-search input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
}

.new-site-header .right-side .search .mobile-search input[type="submit"] {
  background-color: transparent;
  background: url("/wp-content/themes/flintgroup/images/mag-holder-clear.png");
  background-size: 85%;
  background-repeat: no-repeat;
  height: 37px;
  border: 0px;
  width: 38px;
  font-size: 0px;
  float: right;
  position: relative;
  top: -2px;
}

.new-site-header .right-side .search .mobile-search input[type="submit"]:hover {
  cursor: pointer;
}

.new-site-header .search-drop-down {
  position: absolute;
  right: 50px;
  padding: 20px;
  bottom: 0px;
  z-index: -1;
  opacity: 0;
  background: #fafafa;
  transition: all 0.4s ease;
}

.new-site-header .search-drop-down.is-active {
  bottom: -69px;
  opacity: 1;
  z-index: 99;
  transition: all 0.4s ease;
}

@media screen and (max-width: 875px) {
  .new-site-header .search-drop-down {
    opacity: 1;
    z-index: 99;
    width: 100%;
    right: 0;
    position: relative;
    padding: 0px;
    display: none;
  }
}

.new-site-header .search-drop-down .screen-reader-text {
  font-size: 0px;
}

.new-site-header .search-drop-down .search-form {
  border-bottom: 1px solid #000;
}

.new-site-header .search-drop-down input[type="search"] {
  width: calc(100% - 50px);
  background: transparent;
  border: 0px;
  height: 60px;
  margin-bottom: -10px;
  color: #000;
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
}

.new-site-header .search-drop-down input[type="search"]:focus {
  outline: 0px;
}

.new-site-header .search-drop-down input[type="search"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
}

.new-site-header .search-drop-down input[type="search"]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
}

.new-site-header .search-drop-down input[type="search"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000;
  font-size: 18px;
  font-family: "Mont-Regular", sans-serif;
}

.new-site-header .search-drop-down input[type="submit"] {
  background-color: transparent;
  background: url("/wp-content/themes/flintgroup/images/mag-holder-clear.png");
  background-size: 85%;
  background-repeat: no-repeat;
  height: 37px;
  border: 0px;
  width: 38px;
  font-size: 0px;
  float: right;
  position: relative;
  top: 17px;
}

.new-site-header .search-drop-down input[type="submit"]:hover {
  cursor: pointer;
}

.short-header {
  height: 70px;
  transition: all 0.4s ease;
}

@media screen and (max-width: 875px) {
  .short-header {
    height: 90px;
  }
}

.short-header .left-side img {
  height: 38px;
}

@media screen and (max-width: 875px) {
  .short-header .left-side img {
    height: auto;
  }
}

.short-header .right-side {
  position: relative;
  top: -8px;
}

@media screen and (max-width: 875px) {
  .short-header .right-side {
    top: 0px;
  }
}

.container-new {
  position: relative;
  top: 90px;
  transition: all 0.4s ease;
}

.short-header-cont {
  top: 70px;
  transition: all 0.4s ease;
}

@media screen and (max-width: 875px) {
  .short-header-cont {
    top: 90px;
  }
}

.inner-page-intro-area {
  padding-top: 150px;
  padding-bottom: 100px;
}

@media screen and (min-width: 1024px) {
  .inner-page-intro-area {
    padding-top: 250px;
    padding-bottom: 180px;
  }
}

.inner-page-intro-area .intro-area .small-title {
  font-family: "Mont-Light", sans-serif;
  letter-spacing: 0.05em;
  color: #999999;
  text-transform: uppercase;
  font-size: 22px;
}

.inner-page-intro-area .intro-area .small-title:before {
  content: "■";
  color: #cc0000;
  font-size: 36px;
  position: relative;
  top: 1px;
}

.inner-page-intro-area .intro-area h2 {
  line-height: 54px;
  margin-top: 10px;
  font-size: 50px;
  font-family: "Mont-Heavy", sans-serif;
}

.inner-page-intro-area.grey-background {
  background-color: #e0e1e5;
}

.inner-page-intro-area.image-background {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.inner-page-intro-area.image-background .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.inner-page-intro-area.image-background .small-title {
  position: relative;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.inner-page-intro-area.image-background h2 {
  position: relative;
  color: #fff;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3), 0px 0px 2px rgba(0, 0, 0, 0.5);
  line-height: 54px;
  margin-top: 10px;
  font-size: 50px;
  font-family: "Mont-Heavy", sans-serif;
}

.lets-chat-cta-bar {
  width: 100%;
  background: #cc0000;
  padding: 50px 20px;
  margin: 20px 0px;
  text-align: center;
}

.lets-chat-cta-bar .cta-bar-inner {
  max-width: 800px;
  margin: 0 auto;
}

.lets-chat-cta-bar .cta-bar-inner p,
.lets-chat-cta-bar .cta-bar-inner h1,
.lets-chat-cta-bar .cta-bar-inner h2,
.lets-chat-cta-bar .cta-bar-inner h3,
.lets-chat-cta-bar .cta-bar-inner h4,
.lets-chat-cta-bar .cta-bar-inner h5,
.lets-chat-cta-bar .cta-bar-inner a {
  color: #fff;
}

.more-from-the-blog-area {
  padding: 100px 0px;
}

.more-from-the-blog-area h2.sectionhead {
  margin-top: 0px;
}

.more-from-the-blog-area .listing {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}

@media screen and (min-width: 1024px) {
  .more-from-the-blog-area .listing {
    width: 33.3333%;
  }
}

.more-from-the-blog-area .listing .title-link {
  color: #000;
}

.more-from-the-blog-area .listing .title-link .listing-inner {
  display: block;
  width: 90%;
}

@media screen and (max-width: 1120px) {
  .more-from-the-blog-area .listing .title-link .listing-inner {
    width: 100%;
  }
}

.more-from-the-blog-area .listing .blog-image {
  width: 100%;
  padding-bottom: 60%;
  background-size: cover !important;
  background-position: center !important;
  display: block;
}

.more-from-the-blog-area .listing h2 {
  margin: 15px 0px 7px 0px;
  font-size: 30px;
  line-height: 110%;
  width: 95%;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
}

.more-from-the-blog-area .listing .name {
  color: #9c9898;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.9em;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 100%;
}

.more-from-the-blog-area .listing .name a {
  color: #9c9898;
}

.top-header-area {
  width: 100%;
  height: 250px;
}

.top-header-area.white-background {
  height: 104px;
}

@media screen and (min-width: 1024px) {
  .top-header-area.white-background {
    height: 184px;
  }
}

.top-header-area.grey-background {
  background-color: #e0e1e5;
}

.top-header-area.image-background {
  position: relative;
  background-size: cover !important;
  background-position: center !important;
}

.top-header-area.image-background .overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}

.new-intro-area {
  background: #ffffff;
  padding-top: 110px;
  padding-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .new-intro-area {
    padding: 100px 0px;
  }
}

.new-intro-area .small-title {
  font-family: "Mont-Light", sans-serif;
  letter-spacing: 0.05em;
  color: #6E6E6E;
  text-transform: uppercase;
  font-size: 24px;
}

.new-intro-area .small-title:before {
  content: "■";
  color: #cc0000;
  font-size: 36px;
  position: relative;
  top: 1px;
}

.new-intro-area .subtitle p {
  line-height: 54px;
  margin-top: 10px;
  font-size: 50px;
  font-family: "Mont-Heavy", sans-serif;
}

.updates {
  padding: 20px 0;
}

.updates input[type="text"] {
  border-width: 0;
  padding: 17px 30px;
  width: 99%;
  background-position: right 5px;
  background-repeat: no-repeat;
  background-color: #E3F1F5;
  border-radius: 3px;
  margin-bottom: 5px;
  margin-bottom: 20px;
}

.updates input:-webkit-autofill {
  background-color: #fff;
}

.updates h2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.4;
}

.updates h3 {
  margin-bottom: 30px;
  font-size: 18px;
}

.updates p {
  margin-top: 5px;
  color: #0e358e;
}

.updates p.disclaimer small {
  font-size: 13px;
}

.updates p.disclaimer {
  color: #000;
  max-width: 560px;
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 15px;
  line-height: 1.7;
}

.updates p.disclaimer a,
.updates p.disclaimer a:hover {
  color: #cc0000;
}

.updates p.disclaimer a {
  text-decoration: underline;
}

.updates p.error,
.updates p.success {
  margin-top: 5px;
  margin-bottom: 0;
}

.updates button {
  border: 1px solid #000000;
  padding: 15px 10px;
  text-align: center;
  width: 100%;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-family: "Mont-regular";
  margin-bottom: 40px;
}

.updates button:hover,
.updates button:active {
  text-decoration: none;
  cursor: pointer;
}

.updates button span {
  margin-left: 15px;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 23px;
  display: inline-block;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

.updates button:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

.updatessignup label {
  font-size: 16px;
  font-family: "Mont-bold";
}

#breadcrumbs {
  display: none;
}

.categories-toggle {
  font-size: 16px;
  color: #000;
  text-align: center;
  display: block;
  font-family: "Mont-Bold";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 6px 10px 8px;
}

.categories-toggle span,
.category-column h2 span {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 15px;
  font-size: 28px;
  font-family: "Mont-light";
  position: relative;
  top: 3px;
}

.blog-listings-page .main-blog-side,
.blog-single .main-blog-side {
  margin-top: 110px;
}

.blog-tag {
  text-transform: uppercase;
  font-family: "Mont-Light";
  color: #999999;
  margin-bottom: 8px;
}

.blog-tag:before {
  content: ' ';
  display: inline-block;
  height: 12px;
  width: 12px;
  background-color: #CC0000;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.blog-styles h1,
.blog-styles h2,
.blog-styles h3,
.blog-styles h4,
.blog-styles p,
.blog-styles ul {
  margin-top: 0;
}

.blog-styles h1 {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 44px;
}

.latest-blogs-label {
  font-family: "Mont-bold";
  font-size: 18px;
  margin-bottom: 5px;
}

#categories-menu {
  display: none;
}

.blog-listings-page .listing-holder {
  padding-top: 0;
}

.blog-listings-page .listing-holder .entry-summary {
  padding: 0;
}

.entry-summary .categories {
  margin-bottom: 20px;
}

.categories a {
  font-size: 12px;
  font-family: "Mont-bold";
  background-color: #E3F1F5;
  display: inline-block;
  padding: 6px 15px;
  border-radius: 15px;
  line-height: 1;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  left: -10px;
  color: #000;
}

.entry-summary .categories a:focus,
.entry-summary .categories a:hover {
  text-decoration: none;
  background-color: #000;
  color: #fff;
}

.blog-listings-page .listing-holder .listing-inner {
  margin-bottom: 50px;
}

.blog-listings-page .listing-holder h2 {
  margin-bottom: 15px;
}

.blog-listings-page .listing-holder h2 a {
  color: #000;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.blog-listings-page .listing-holder .entry-summary p.blog-author {
  font-size: 14px;
}

.blog-listings-page .main-blog-side .pagination {
  margin-top: 10px;
  border-bottom: 1px solid #CC0000;
  padding-bottom: 100px;
}

#categories-menu {
  background-color: #fff;
  z-index: 10000;
  padding-top: 90px;
  padding: 70px 50px 50px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.24);
  margin-bottom: 20px;
}

.close-cats {
  background: url(/wp-content/themes/flintgroup/images/close_menu.png) no-repeat 0 0;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 20px;
}

.category-column {
  margin-bottom: 60px;
}

.category-column li {
  list-style-type: none;
  margin-bottom: 10px;
}

.category-column li a {
  font-size: 16px;
  color: #000;
}

.category-column h2 {
  line-height: 1;
  margin-bottom: 10px;
}

.category-column h2 a {
  font-size: 20px;
  color: #000;
  font-family: "Mont-Regular", sans-serif;
}

.category-column ul,
.view-all-cats {
  display: none;
}

.column-active.category-column {
  margin-bottom: 20px;
}

.column-active.category-column ul {
  display: block;
  margin: 0;
  padding-left: 15px;
}

.column-active .view-all-cats {
  display: inline-block;
}

.view-all-cats {
  padding-left: 15px;
  font-size: 16px;
  margin: 0;
}

.category .blog-styles h1 {
  margin-bottom: 100px;
}

.related-articles h3 {
  margin-bottom: 20px;
}

.related-articles li {
  margin-bottom: 20px;
}

.related-articles li a {
  font-family: "Mont-bold", sans-serif;
}

.author-full-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  padding-bottom: 65%;
}

.blog-styles .author-details h1 {
  margin-bottom: 40px;
}

.author-description:before {
  content: ' ';
  height: 15px;
  width: 15px;
  background-color: #CC0000;
  margin-bottom: 25px;
  display: block;
}

.author-details .author-full-img {
  margin-bottom: 50px;
}

.author-description {
  padding: 0 30px;
}

.author-description p {
  font-size: 16px;
}

.blog-styles p.author-contact {
  font-family: "Mont-bold", sans-serif;
  margin-bottom: 0;
  margin-top: 30px;
}

.author-contact-icon {
  height: 30px;
  width: 30px;
  text-indent: -99999px;
  text-align: left;
  display: inline-block;
  margin-right: 15px;
  -webkit-animation: all 1s ease-in-out;
  -moz-animation: all 1s ease-in-out;
  -o-animation: all 1s ease-in-out;
  animation: all 1s ease-in-out;
}

.author-contact-icon:hover {
  position: relative;
  top: -4px;
}

.author-description .email-icon {
  background: url(/wp-content/themes/flintgroup/images/author_email_icon.png) no-repeat 50% 50%;
}

.author-description .linkedin-icon {
  background: url(/wp-content/themes/flintgroup/images/author_linkedin_icon.png) no-repeat 50% 50%;
}

.blog-author .latest-blogs-label {
  margin-top: 60px;
}

.blog-author .main-blog-side .pagination {
  border-width: 0;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.blog-styles #other-bloggers:after {
  content: ' ';
  display: block;
  width: 172px;
  height: 4px;
  background-color: #DD9397;
  margin-top: 45px;
  margin-bottom: 40px;
}

.blog-styles #other-bloggers h2 {
  font-family: "Mont-bold", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

#other-bloggers .slide:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: 33px;
  height: 3px;
  background-color: #C52326;
}

#other-bloggers .slide {
  height: 211px;
  width: 211px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 132px 20px 0;
  position: relative;
}

#other-bloggers .slide h3,
#other-bloggers .slide p {
  color: #fff;
}

#other-bloggers .slide h3 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}

#other-bloggers .slide p {
  font-size: 12px;
  line-height: 1;
}

.blogger-title span {
  font-family: 'Helvetica', 'Arial', sans-serif;
  margin-left: 7px;
}

.blog .new-site-header,
.single .new-site-header,
.author .new-site-header,
.category .new-site-header {
  background-color: #fff;
  border-bottom: 1px solid #cbcbcb;
}

.blog #category-container {
  padding-top: 10px;
  position: relative;
}

.main-summary li {
  font-size: 16px;
}

@media screen and (max-width: 600px) {
  .new-intro-area .subtitle p {
    font-size: 40px;
  }
}

@media screen and (max-width: 875px) {
  .cat-active .blog-listings-page .main-blog-side {
    margin-top: 0;
  }

  .cat-active .new-site-header,
  .cat-active .categories-toggle {
    display: none;
  }

  .cat-active .container-new {
    top: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}

#gform_wrapper_9 .gform_body {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

#gform_wrapper_9 .gform_body,
#gform_wrapper_9 .gform_footer {
  display: inline-block;
}

#gform_wrapper_9 .button {
  position: relative;
  top: 2px;
  padding: 11px 40px;
  background-color: #c52326;
  border-color: #c52326;
  color: #fff;
}

#gform_wrapper_9 .button:focus,
#gform_wrapper_9 .button:hover {
  background-color: #fff;
  color: #c52326;
}

#gform_wrapper_9 form {
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 876px) {
  .blog-tag {
    font-size: 24px;
    margin-bottom: 0;
  }

  .blog-tag:before {
    height: 17px;
    width: 17px;
    top: 0px;
  }

  .blog-styles h1 {
    margin-bottom: 80px;
  }

  .latest-blogs-label {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .blog-listings-page .main-blog-side .pagination {
    margin-bottom: 60px;
  }

  .updates h2 {
    font-size: 35px;
  }

  #flinteresting .main {
    display: -ms-flex;
    display: flex;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .updates button {
    margin-bottom: 25px;
  }

  #breadcrumbs {
    display: block;
    font-size: 13px;
    padding: 10px 0;
  }

  #breadcrumbs span span {
    color: #000;
    font-size: 14px;
  }

  #breadcrumbs span span span {
    color: #C00;
    margin-left: 7px;
  }

  #breadcrumbs a {
    color: #DD9397;
    font-size: 13px;
    margin-right: 7px;
  }

  .categories-toggle {
    position: absolute;
    top: 18px;
    border: 1px solid #000000;
    padding: 5px 10px;
    text-align: center;
    width: auto;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
    font-family: "Mont-regular";
    display: inline-block;
    right: 20px;
    left: auto;
  }

  .categories-toggle:hover,
  .categories-toggle:focus {
    text-decoration: none;
  }

  .categories-toggle span {
    text-indent: -9999px;
    border-bottom: 2px solid #000;
    width: 31px;
    display: inline-block;
    text-align: left;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    top: -14px;
    -webkit-transition: top .5s ease-in-all;
    -moz-transition: top .5s ease-in-all;
    -ms-transition: top .5s ease-in-all;
    -o-transition: top .5s ease-in-all;
    transition: top .5s ease-in-all;
  }

  .categories-toggle span:before,
  .categories-toggle span:after {
    content: ' ';
    display: block;
    width: 25px;
    height: 2px;
    position: absolute;
    bottom: -9px;
    right: 0;
    background-color: #000;
    -webkit-transition: bottom .5s ease-in-all;
    -moz-transition: bottom .5s ease-in-all;
    -ms-transition: bottom .5s ease-in-all;
    -o-transition: bottom .5s ease-in-all;
    transition: bottom .5s ease-in-all;
  }

  .categories-toggle span:before {
    bottom: 5px;
  }

  .categories-toggle:hover span {
    top: -16px;
  }

  .categories-toggle:hover span:before {
    bottom: 7px;
  }

  .categories-toggle:hover span:after {
    bottom: -11px;
  }

  .cat-active .categories-toggle {
    display: block;
    padding-right: 56px;
  }

  .cat-active .categories-toggle span {
    display: none;
  }

  .cat-active .close-cats {
    display: inline-block;
  }

  .close-cats {
    top: -49px;
    display: none;
  }

  .blog-position-fix {
    margin-top: -52px;
    margin-bottom: 4px;
  }

  .cat-active .blog-position-fix {
    margin-bottom: 17px;
  }

  .blog-listings-page .main-blog-side,
  .blog-single .main-blog-side {
    margin-top: 40px;
  }

  .category .blog-styles h1 {
    margin-bottom: 80px;
  }

  #categories-menu {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0 0 0);
    box-shadow: 0px 0px 0px 0px rgb(0 0 0);
    position: relative;
    padding: 20px 0;
  }

  .blog-listings-page .listing-holder h2 a {
    font-size: 20px;
  }

  .blog-listings-page .listing-holder .entry-summary p.blog-author {
    font-size: 12px;
  }

  .blog-listings-page .listing-holder .listing-inner {
    margin-bottom: 30px;
  }

  .small-author .author-post-date {
    display: inline-block;
    margin-left: 40px;
  }

  .author-post-date:before {
    content: ' ';
    width: 13px;
    height: 15px;
    background: url(/wp-content/themes/flintgroup/images/calendar_icon.png) no-repeat 0 0;
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 2px;
  }

  .author-details .author-full-img {
    width: 390px;
    height: 334px;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .author-top {
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .author-top .author-description {
    width: calc(100% - 390px);
    padding-left: 80px;
    padding-top: 30px;
    padding-bottom: 65px;
  }

  .author-details {
    position: relative;
  }

  .blog-styles #other-bloggers h2 {
    font-size: 28px;
  }

  .author .blog-listings-page .main-blog-side .pagination {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  #other-bloggers .slide {
    height: auto;
    padding-top: 182px;
    width: auto;
    min-height: 237px;
    min-width: 300px;
  }

  .blog-styles #other-bloggers:after {
    display: none;
  }

  .blog-styles .slick-dots {
    text-align: center;
    padding: 0;
    margin: 40px 0 40px;
  }

  .slick-dots li {
    list-style-type: none;
    display: inline-block;
    margin: 0 4px;
  }

  .slick-dots button {
    background-color: #DD9397;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border-width: 0;
    text-indent: -99999px;
  }

  .slick-dots button:hover,
  .slick-dots button:focus,
  .slick-dots .slick-active button {
    background-color: #D43F35;
  }

  .author .updates {
    border-top: 1px solid #CC0000;
    padding-top: 40px;
  }

  #categories-menu {
    margin-bottom: 0;
  }

  .cat-active .close-cats {
    right: 9px;
    top: -36px;
  }

  .cat-active #categories-menu {
    margin-top: 15px;
  }

  .cat-active #category-container,
  .cat-active #categories-menu {
    background-color: #efefef;
  }

  .cat-active #category-container {
    padding-bottom: 20px;
  }

  .cat-active.blog #category-container {
    position: relative;
    top: 64px;
  }

  .close-cats {
    right: 0px;
    top: -40px;
  }

  .blog #category-container {
    margin-top: 20px;
    margin-bottom: 46px;
  }

  .blog.cat-active .categories-toggle {
    top: -46px;
  }

  .blog.cat-active .close-cats {
    right: 32px;
    top: -36px;
  }
}

@media screen and (min-width: 992px) {
  .blog-listings-page .listing-holder.blog-third {
    width: 33.3333%;
  }
}

@media screen and (min-width: 1100px) {
  .blog-styles h1 {
    font-size: 50px;
  }

  .updates h2 {
    max-width: 370px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .blog #check-0 .listing-inner h2 a,
  .blog #check-1 .listing-inner h2 a {
    font-size: 35px;
  }

  .blog .flinteresting-flex,
  .author .flinteresting-flex {
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .author .updates button,
  .blog .updates button {
    width: 185px;
  }

  .blog .updates button,
  .blog .updates #control_EMAIL,
  .author .updates button,
  .author .updates #control_EMAIL {
    height: 55px;
  }

  .blog .updates #control_EMAIL,
  .author .updates #control_EMAIL {
    width: calc(100% - 215px);
    margin-right: 30px;
  }

  .cat-active #categories-menu {
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .category-column h2 span {
    display: none;
  }

  .category-column ul,
  .view-all-cats,
  .column-active.category-column ul {
    display: block;
    padding-left: 0;
  }

  .category-column {
    width: 20%;
    padding-right: 20px;
  }

  .category-column h2 {
    line-height: 1.5;
    margin-bottom: 15px;
    display: flex;
    display: -ms-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .category-column h2 a {
    font-family: "Mont-bold", sans-serif;
    display: inline-block;
  }

  .view-all-articles a {
    font-family: "Mont-bold", sans-serif;
  }

  .flex-sidebar {
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-single .main-blog-side {
    width: 100%;
    margin: 0;
  }

  .blog-single .small-author {
    margin-bottom: 30px;
  }

  .blog-single h1.blog-title {
    margin-bottom: 13px;
  }

  .blog-single .blog-tag {
    margin-top: 40px;
  }

  .left-single-content {
    width: 60%;
  }

  .right-blog-side {
    width: 40%;
    padding-left: 90px;
  }

  .single #flinteresting .main {
    display: block;
    padding-top: 0;
  }

  .single .updates h2 {
    line-height: 1.2;
    margin-bottom: 26px;
  }

  .single .updates button {
    margin-bottom: 52px;
  }

  .single .related-articles {
    margin-top: 80px;
    border-bottom: 1px solid #CC0000;
    padding-bottom: 70px;
  }

  .flex-social {
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 60px 0;
  }

  .blog-single .main-blog-side .shares {
    /*width: 37px;
    margin: 7px 0 0;*/
  }

  .blog-single-text {
    width: calc(100% - 37px);
    padding-left: 0px;
  }

  .blog-single.blog-styles .blog-single-text .main-summary p,
  .blog-single.blog-styles .blog-single-text .main-summary span,
  .blog-single.blog-styles .blog-single-text .main-summary div,
  .blog-single.blog-styles .blog-single-text .main-summary li {
    font-size: 20px;
  }

  .bottom-author {
    border-bottom-width: 0;
    margin-bottom: 70px;
  }

  .bottom-author.remove-author-margin {
    margin-bottom: 0;
  }

  .bottom-author .author-thumb {
    width: 130px;
  }

  .author-desc h3 {
    font-size: 28px;
    margin-bottom: 0;
  }

  .author-desc p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .blog-styles .author-read-all {
    margin-top: 20px;
    font-size: 13px;
    font-family: "Mont-bold", sans-serif;
  }

  .bottom-author {
    padding-left: 180px;
  }

  .blog-styles .slick-dots {
    margin: 60px 0 90px;
  }

  .author .updates {
    padding-top: 90px;
  }

  .single .updates {
    padding-top: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-listings-page {
    position: relative;
  }

  .cat-active .close-cats {
    right: 32px;
    top: 28px;
  }
}

/* CASE STUDIES EDITS */
.single-case-studies .new-site-header, .single-work-clients .new-site-header {
  border: 0px;
  background-color: #f9f9f9;
}

.single-case-studies .inner-page-intro-area.grey-background, .single-work-clients .inner-page-intro-area.grey-background {
  background: #fff;
}

.single-case-studies .inner-page-intro-area, .single-work-clients .inner-page-intro-area {
  padding-top: 100px;
  padding-bottom: 0px;
}

.single-case-study .inner-page-intro-area, .single-work-client .inner-page-intro-area {
  margin-bottom: 100px;
}

.single-case-studies .inner-page-intro-area .intro-area .small-title, .single-work-clients .inner-page-intro-area .intro-area .small-title {
  font-family: "Mont-Regular", sans-serif;
}

.single-case-studies .inner-page-intro-area .intro-area h2, .single-work-clients .inner-page-intro-area .intro-area h2 {
  font-size: 50px;
  line-height: 50px;
}

@media screen and (max-width: 500px) {
  .single-case-studies .inner-page-intro-area .intro-area h2, .single-work-clients .inner-page-intro-area .intro-area h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

.single-case-studies .inner-page-sections .inner-page-holder p, .single-work-clients .inner-page-sections .inner-page-holder p {
  color: inherit;
}

.single-case-studies .inner-page-sections .content-area,
.single-case-studies .inner-page-sections .content-area-split {
  background-size: cover;
  background-position: center;
}

.single-work-client .inner-page-sections .content-area-split .inner-page-holder .left-half.forty-half {
  width: 40%;
}

.single-work-client .inner-page-sections .content-area-split .inner-page-holder .right-half.sixty-half {
  width: 58%;
}

.single-work-client .inner-page-sections .inner-page-holder .quote-top p {
  letter-spacing: 0.03em;
  font-size: 40px;
  line-height: 50px;
  font-family: "Mont-Heavy", sans-serif;
}

.single-work-client .inner-page-sections .inner-page-holder .quote-bottom .qdash {
  font-size: 30px;
  font-family: "Mont-light", sans-serif;
  line-height: 37px;
  display: inline-block;
  vertical-align: top;
}

.single-work-client .inner-page-sections .inner-page-holder .quote-bottom .qinfo {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}

.single-work-client .inner-page-sections .inner-page-holder .quote-bottom .qinfo p {
  font-size: 30px;
  font-family: "Mont-light", sans-serif;
  line-height: 37px;
  margin: 0px;
}

.single-work-client .inner-page-sections .inner-page-holder.three-ctas {
  display: block;
  max-width: 900px;
}

.single-work-client .inner-page-sections .inner-page-holder.three-ctas .cta {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0px 1%;
}

.single-work-client .inner-page-sections .inner-page-holder.three-ctas .cta .cta-inner {
  padding: 20px;
}

.single-work-client .inner-page-sections .inner-page-holder .aligncenter {
  margin: 0 auto;
  display: block;
}

.studyNav {
  text-align: center;
  background: #e1e1e2;
  border-top: #f7f7f8 30px solid;
  border-bottom: #f7f7f8 30px solid;
}

.studyNav .container {
  background: #efeff0;
  padding: 70px 30px 100px;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.studyNav .container::after {
  content: "";
  display: block;
  height: 30px;
  background: #fff;
  position: absolute;
  bottom: 30px;
  width: 80%;
  left: 0;
  opacity: 0.25;
}

.studyNav a {
  border: none;
  font-size: 17px;
}

.studyNav .viewAll, .studyNav .previous, .studyNav .next {
  width: 33%;
  flex-grow: 1;
}

.studyNav .viewAll {
  margin: 0 20px;
}

.studyNav .next {
  margin-left: auto;
  text-align: right;
}

.studyNav .previous {
  margin-right: auto;
  text-align: left;
}

.studyNav a:hover {
  background: transparent;
  color: #c52326;
  text-decoration: none;
}

.studyNav .viewAll a:hover {
  text-decoration: underline;
}

.studyNav .next a::after {
  content: "";
  background-image: url(https://web.archive.org/wp-content/uploads/2021/08/arrow.png);
  width: 19px;
  height: 8px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
  transition: .3s ease-in-out;
}

.studyNav .next a:hover::after {
  margin-left: 30px;
}

.studyNav .previous a::before {
  content: "";
  background-image: url(https://web.archive.org/wp-content/uploads/2021/08/arrow.png);
  transform: rotate(180deg);
  width: 19px;
  height: 8px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  transition: .3s ease-in-out;
}

.studyNav .previous a:hover::before {
  margin-right: 30px;
}

.single-work-client .inner-page-sections .content-area-split img.overlapImage, .single-case-study .inner-page-sections .content-area-split img.overlapImage {
  margin: -180px auto;
  display: flex;
  align-self: center;
}

@media screen and (max-width: 792px) {
  .studyNav .container {
    width: calc(100% - 30px);
  }

  .studyNav .viewAll, .studyNav .previous, .studyNav .next {
    width: auto;
    flex-grow: 1;
  }

  .studyNav .next a span, .studyNav .previous a span {
    display: none;
  }

  .studyNav .previous a:hover::before {
    margin-right: 10px;
  }

  .studyNav .next a:hover::after {
    margin-left: 10px;
  }
}

@media screen and (max-width: 520px) {
  .studyNav .container {
    width: 100%;
  }
}

@media screen and (max-width: 1023px) {
  .single-work-client .inner-page-sections .content-area-split img.overlapImage, .single-case-study .inner-page-sections .content-area-split img.overlapImage {
    margin: 0 auto;
    display: flex;
    align-self: center;
  }

  .single-work-client .inner-page-sections .content-area-split .inner-page-holder .left-half,
  .single-work-client .inner-page-sections .content-area-split .inner-page-holder .right-half {
    text-align: inherit;
  }

  .single-work-client .inner-page-sections .content-area-split .inner-page-holder .left-half.forty-half {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: inherit;
  }

  .single-work-client .inner-page-sections .content-area-split .inner-page-holder .right-half.sixty-half {
    width: 100%;
    display: block;
    margin: 0px;
    text-align: inherit;
  }

  .single-work-client .inner-page-sections .inner-page-holder.three-ctas {
    text-align: center;
  }

  .single-work-client .inner-page-sections .inner-page-holder.three-ctas .cta {
    width: 47%;
    text-align: inherit;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 875px) {
  .single-work-client .inner-page-sections .inner-page-holder.three-ctas .cta {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
}


/* NEW EMPLOYMENT BRANDING PAGE TEMPLATE */
.page-template-page-template-employment-branding .new-site-header {
  box-shadow: 2px 2px 9px #ebebeb;
}

.new-eb-page .new-intro-area {
  background: #fff;
}

.new-eb-page .new-intro-area .subtitle {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 46px;
  line-height: 50px;
  margin-top: 15px;
}

.new-eb-page .eb-area {
  display: block;
  position: relative;
}

.new-intro-area h2 {
  line-height: 54px;
  margin-top: 10px;
  font-size: 50px;
  font-family: "Mont-Heavy", sans-serif;
}

.new-eb-page .top-section-slide {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1120px) {
  .new-eb-page .eb-area {
    display: block;
  }
}

.new-eb-page .eb-area .left-side,
.new-eb-page .eb-area .right-side {
  display: inline-block;
  width: 49%;
  vertical-align: top;
  height: 400px;
}

@media screen and (max-width: 1120px) {

  .new-eb-page .eb-area .left-side,
  .new-eb-page .eb-area .right-side {
    display: block;
    width: 100%;
  }
}

.new-eb-page .eb-area .left-side-inner,
.new-eb-page .eb-area .right-side-inner {
  display: block;
  padding: 40px 80px;
  white-space: initial;
}

.new-eb-page .eb-area .left-side {
  background-size: cover;
  background-position: center;
  position: relative;
}

.new-eb-page .eb-area .right-side {
  background: #152365;
  color: #fff;
  padding-bottom: 30px;
  margin-left: -5px;
  margin-right: -5px;
  width: 51%;
}

.new-eb-page .eb-area .right-side p,
.new-eb-page .eb-area .right-side a,
.new-eb-page .eb-area .right-side h1,
.new-eb-page .eb-area .right-side h2,
.new-eb-page .eb-area .right-side h3 {
  color: #fff;
}

.new-eb-page .eb-area .right-side p {
  font-size: 26px;
  line-height: 36px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.new-eb-page .eb-area .right-side strong {
  font-family: "Mont-Bold", sans-serif;
}

.new-eb-page .eb-area .right-side .header-text {
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 0px;
  font-family: "Mont-Heavy", sans-serif;
  line-height: 37px;
  max-width: 400px;
}

.new-eb-page .eb-area .right-side .header-text:before {
  content: "■";
  color: #cc0000;
  font-size: 40px;
  position: relative;
  top: 2px;
  display: block;
  margin-left: 0px;
  margin-bottom: 10px;
}

.new-eb-page .eb-area .right-side .right-side-content {
  margin-top: 30px;
  display: block;
}

.new-eb-page .eb-area .right-side .button {
  border: 1px solid #fff;
}

.new-eb-page .eb-area .right-side .button i {
  margin-left: 5px;
  transition: 0.4s all ease;
}

.new-eb-page .eb-area .right-side .button:hover {
  background: transparent;
  text-decoration: none;
}

.new-eb-page .eb-area .right-side .button:hover i {
  margin-left: 10px;
  transition: 0.4s all ease;
}

.new-eb-page .eb-area .right-side .right-side-inner {
  width: 600px;
  padding-left: 80px;
}

@media screen and (max-width: 1120px) {
  .new-eb-page .eb-area .right-side .right-side-inner {
    padding: 40px;
    width: 100%;
    max-width: 100%;
  }
}


@media screen and (max-width: 1120px) {
  .new-eb-page .top-section-slide {
    vertical-align: top;
  }

  .new-eb-page .eb-area .left-side {
    height: 400px;
    display: none;
  }

  .new-eb-page .eb-area .right-side {
    width: 100%;
  }

  .new-eb-page .eb-area .right-side .right-side-inner {
    padding: 40px 90px;
  }
}

.new-eb-page .eb-area .slider .center span#prevslider {
  position: absolute;
  top: 50%;
  border: none;
  background: #cc0000;
  color: #fff;
  width: 50px;
  padding: 5px 0px;
  text-align: center;
  margin-top: -20px;
  z-index: 100;
  transition: all 0.35s;
  left: 0px;
}

.new-eb-page .eb-area .slider .center span#nextslider {
  position: absolute;
  top: 50%;
  border: none;
  background: #cc0000;
  color: #fff;
  width: 50px;
  padding: 5px 0px;
  text-align: center;
  margin-top: -20px;
  z-index: 100;
  transition: all 0.35s;
  right: 0px;
}

.new-eb-page .content-area {
  background: #f6f6f7;
  padding-top: 100px;
}

.new-eb-page .content-area.info-guide {
  background: #fff;
}

.new-eb-page .content-area .left-side-content,
.new-eb-page .content-area .right-side-content {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding: 0px 1%;
}

.new-eb-page .content-area.info-guide .left-side-content {
  width: 50%;
  margin-right: 9%;
}

.new-eb-page .content-area.info-guide .left-side-content h2 {
  margin-top: 0px;
}

.new-eb-page .content-area.info-guide .right-side-content {
  width: 40%;
}

.new-eb-page .content-area.info-guide .right-side-content .right-side-box {
  background-color: #152365;
}

.new-eb-page .content-area.info-guide .right-side-content .right-side-box .box-inner {
  padding: 20px;
}

.new-eb-page .content-area.info-guide .right-side-content .right-side-box .box-inner p {
  color: #fff;
  margin: 5px 0px;
}

.new-eb-page .content-area.info-guide .right-side-content .right-side-box .box-inner strong {
  font-family: "Mont-Bold", sans-serif;
}

@media screen and (max-width: 1120px) {

  .new-eb-page .content-area.info-guide .left-side-content,
  .new-eb-page .content-area.info-guide .right-side-content,
  .new-eb-page .content-area .left-side-content,
  .new-eb-page .content-area .right-side-content {
    width: 100%;
    padding: 0px;
    margin-right: 0px;
    display: block;
  }
}

.new-eb-page .content-area h3 {
  font-size: 30px;
  font-family: "Mont-Heavy", sans-serif;
  letter-spacing: normal;
  margin-top: 0px;
}

.new-eb-page .content-area a {
  color: #D02A25;
}

.new-eb-page .content-area p {
  font-family: "Mont-Regular", sans-serif;
  font-size: 22px;
  line-height: 32px;
}

.new-eb-page .right-side-content img.aligncenter {
  margin-bottom: 0px;
}

.new-eb-page .right-side-form table {
  width: 100% !important;
}

.new-eb-page .right-side-form div {
  width: 100% !important;
}

.new-eb-page .right-side-form select,
.new-eb-page .right-side-form input[type="text"],
.new-eb-page .right-side-form input[type="email"],
.new-eb-page .right-side-form input[type="tel"],
.new-eb-page .right-side-form textarea {
  border: 0px;
  background: #e3f1f5;
  padding: 10px !important;
  height: auto !important;
  width: 100% !important;
  margin-top: -5px !important;
}

.new-eb-page .right-side-form {
  font-family: "Mont-Bold", sans-serif;
  font-size: 14px;
}

.new-eb-page .gform_wrapper .gfield_required {
  color: #000 !important;
}

.new-eb-page .right-side-form input[type="submit"] {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  padding: 10px 50px 10px 20px;
  font-family: "Mont-Regular", sans-serif;
  font-size: 14px;
  margin-top: 10px;
}


}

.new-eb-page .right-side-form input[type="submit"]:hover {
  cursor: pointer !important;
}

.new-eb-page .right-side-form .button-holder .button-arrow {
  color: #000;
  z-index: 100;
  position: relative;
  margin-left: -42px;
  transition: 0.4s all ease;
}

.new-eb-page .right-side-form .button-holder:hover .button-arrow {
  margin-left: -37px;
  transition: 0.4s all ease;
}

.new-eb-page .gform_wrapper .gform_footer {
  text-align: left;
}

.new-eb-page .content-area.process-content {
  background: #f2f2f2;
  padding-top: 3em;
}

.new-eb-page .content-area.process-content p {
  font-size: 18px;
}

.new-eb-page .content-area.process-content .heading {
  margin-bottom: 30px;
}

.new-eb-page .content-area.process-content .heading h3 {
  font-family: "Mont-Bold", sans-serif;
  font-size: 28pt;
}

.new-eb-page .content-area.process-content .left-side-content,
.new-eb-page .content-area.process-content .right-side-content {
  padding: 0px;
}

.new-eb-page .content-area.process-content .left-side-content {
  padding-right: 4% !important;
}

.new-eb-page .content-area.process-content .left-side-content strong,
.new-eb-page .content-area.process-content .right-side-content strong {
  font-family: "Mont-Bold", sans-serif;
}

.new-eb-page .content-area.process-content .left-side-content h2,
.new-eb-page .content-area.process-content .right-side-content h2 {
  font-family: "Mont-Bold", sans-serif;
  font-size: 28pt;
  margin-bottom: 0px;
}

.new-eb-page .content-area.process-content .left-side-content h3,
.new-eb-page .content-area.process-content .right-side-content h3 {
  margin-bottom: -20px;
  font-family: "Mont-Bold", sans-serif;
  font-size: 22pt;
  margin-top: -10px;
}

.new-eb-page .content-area.quote-area {
  background: #fff;
}

.new-eb-page .content-area.quote-area .quote-holder {}

.new-eb-page .content-area.quote-area .quote-content {
  width: 80%;
  margin: 0 auto;
  display: block;
  white-space: normal;
}

.new-eb-page .content-area.quote-area .quote-content i {
  font-size: 55px;
  display: block;
  color: #f2f2f2;
}

.new-eb-page .content-area.quote-area .quote-bottom {
  width: 80%;
  margin: 0 auto;
  display: block;
  white-space: normal;
}

.new-eb-page .content-area.quote-area .quote-bottom .left-side,
.new-eb-page .content-area.quote-area .quote-bottom .right-side {
  display: inline-block;
  vertical-align: middle;
}

.new-eb-page .content-area.quote-area .quote-bottom .left-side .headshot {
  max-width: 100px;
  border-radius: 50%;
}

.new-eb-page .content-area.quote-area .quote-bottom .right-side .name {
  display: block;
  font-family: "Mont-Bold", sans-serif;
}

.new-eb-page .content-area.quote-area .slider .center {
  width: 80%;
  margin: 0 auto;
  text-align: right;
  margin-top: 0px;
  position: relative;
  z-index: 999;
  margin-top: -40px;
}

.new-eb-page .content-area.quote-area .slider .center #prevslider2 {
  margin-right: 15px;
}

.new-eb-page .blog-area .inner-page-holder {
  border-top: 1px solid #d02b2b;
  padding: 0px;
  padding-top: 70px;
  padding-bottom: 70px;
}


@media screen and (max-width: 1225px) {
  .new-eb-page .blog-area .inner-page-holder {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.new-eb-page .blog-area .blog-heading {
  font-size: 26px;
  font-family: "Mont-Bold", sans-serif;
  line-height: 30px;
  padding-bottom: 25px;
}

.new-eb-page .blog-area .blog-content .title-link {
  display: block;
}

.new-eb-page .blog-area .blog-content .title-link:hover {
  text-decoration: none;
  cursor: pointer !important;
}

.new-eb-page .blog-area .blog-content .listing {
  display: inline-block;
  width: 33.3%;
}

.new-eb-page .blog-area .link-holder {
  float: right;
  position: relative;
  top: -3px;
}

.new-eb-page .blog-area .link-holder a {
  font-size: 16px;
}

@media screen and (max-width: 875px) {
  .new-eb-page .blog-area .blog-content .listing {
    width: 100%;
    text-align: center;
  }
}

.new-eb-page .blog-area .blog-content .listing .blog-image {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 875px) {
  .new-eb-page .blog-area .blog-content .listing .blog-image {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

.new-eb-page .blog-area .blog-content .listing .blog-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.new-eb-page .blog-area .blog-content .listing .title {
  font-family: "Mont-Bold", sans-serif;
  font-size: 30px;
  color: #000;
  line-height: 34px;
  font-size: 24px;
  line-height: 26px;
}

body .single-flintsters .blog-area {
  padding: 100px 0px 60px;
}

body .single-flintsters .blogs-slider .cycle-slideshow {
  min-height: 329px;
}

@media screen and (max-width: 875px) {
  .new-eb-page .blog-area .blog-content .listing .title {
    width: 350px;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .new-eb-page .content-area.quote-area .slider .center {
    margin-top: 10px;
  }
}


.blog-listings-page .listing-holder.blog-third .blog-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

#videoButton {
  position: absolute;
  margin-top: 54vw;
  right: 15px;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  text-align: right;
  border: 0;
  overflow: hidden;
  color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 28px;
  height: 28px;
  border: #f4364c 6px solid;
  border-radius: 2px;
}

#videoButton.pause {
  background: url(https://web.archive.org/web/20231110180158im_/https://www.flint-group.com/wp-content/themes/flintgroup/images/pause.svg) #f4364c;
}

#videoButton.play {
  background: url(https://web.archive.org/web/20231110180158im_/https://www.flint-group.com/wp-content/themes/flintgroup/images/play.svg) #f4364c;
}


/*2022 WORK AND CASE STUDIES UPDATES*/
.post-type-archive-case-studies .listings, .home .case-listings {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.post-type-archive-case-studies .listings .work-block, .home .case-listings a {
  flex: 0 0 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 875px) {
  .post-type-archive-case-studies .listings .work-block, .home .case-listings a {
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 600px) {
  .post-type-archive-case-studies .listings .work-block, .home .case-listings a {
    flex: 0 0 100%;
  }
}

.post-type-archive-case-studies .listings .work-block:hover {
  text-decoration: none;
}

.post-type-archive-case-studies .work-block:hover .right-arrow, .home .case-listings a:hover .right-arrow {
  left: 10px !important;
  transition: all 0.4s ease;
  position: relative;
}

.post-type-archive-case-studies .listings .work-block .cta, .home .case-listings a .cs-tile {
  display: flex !important;
  align-items: flex-end !important;
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  text-align: left !important;
  height: 100%;
  width: 95% !important;
}

@media screen and (min-width: 900px) {
  .post-type-archive-case-studies .listings .work-block .cta, .home .case-listings a .cs-tile {
    min-height: 350px;
  }
}

.post-type-archive-case-studies .listings .work-block .cta .overlay, .home .case-listings a .cs-tile .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.4s ease;
}

.post-type-archive-case-studies .listings .work-block .cta:hover .overlay, .home .case-listings a:hover .cs-tile .overlay {
  opacity: 1;
}

.post-type-archive-case-studies .listings .work-block .cta .cta-inner, .home .case-listings a .cs-tile .text-holder {
  padding: 20px 40px 30px 40px;
  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 875px) {
  .post-type-archive-case-studies .listings .work-block .cta .cta-inner, .home .case-listings a .cs-tile .text-holder {
    position: relative;
  }
}

.post-type-archive-case-studies .listings .work-block .cta .cta-inner h3, .home .case-listings a .cs-tile .text-holder .text {
  color: #fff;
  text-transform: none;
  font-weight: normal;
  font-size: 36px;
  line-height: 37px;
  padding: 0;
  font-family: 'Mont-Regular', sans-serif;
  margin: 20px 0;
  margin-left: -150%;
  width: 100%;
  transition: all 0.4s ease;
}

.post-type-archive-case-studies .listings .work-block .cta:hover .cta-inner h3, .home .case-listings a:hover .cs-tile .text-holder .text {
  margin-left: 0;
}

.post-type-archive-case-studies .listings .work-block .cta .cta-inner .link, .home .case-listings a .cs-tile .text-holder .link {
  color: #fff;
  text-decoration: none;
  font-family: "Mont-Regular", sans-serif;
  text-transform: none;
  padding: 0;
  display: inline-block;
}

.post-type-archive-case-studies .listings .work-block .cta .cta-inner .link .right-arrow, .home .case-listings a .cs-tile .text-holder .link .right-arrow {
  left: 0px;
  transition: all 0.4s ease;
  position: relative;
}


.post-type-archive-case-studies .listings .work-block .cta .cta-inner .link .red-underline, .home .case-listings a .cs-tile .text-holder .bar {
  width: 80px;
}

.post-type-archive-case-studies .listings .work-block .cta:hover .cta-inner .link .red-underline, .home .case-listings a:hover .cs-tile .text-holder .bar {
  width: 100%;
}

.post-type-archive-case-studies .pagination {
  margin-bottom: 50px;
}

.desktopOnly {
  display: block !important;
}

.mobileOnly {
  display: none !important;
}
.capabilities a[target="_blank"]:not(.noicon):after{
  display: none;
}
.fa.fa-twitter:before{
  content:' ';
  background:url(/wp-content/themes/flintgroup/images/x-logo.png) no-repeat 50% 50%;
  height: 19px;
  width: 19px;
  display: inline-block;
  position: relative;
  left: 1px;
  top: 2px;
}
@media screen and (max-width: 450px) {
  .desktopOnly {
    display: none !important;
  }

  .mobileOnly {
    display: block !important;
  }
}
@media screen and (min-width: 992px){
  .inner-page-holder.capabilities{
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .capabilities .three-quarters{
    flex:1 1 860px;
  }
  .capabilities .one-quarter{
    flex:0 0 250px;
    padding-left: 80px;
    padding-top: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 18:01:58 Nov 10, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:20:57 Jan 23, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 72.214
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.066
  cdx.remote: 0.062
  esindex: 0.009
  LoadShardBlock: 45.176 (3)
  PetaboxLoader3.datanode: 466.391 (5)
  load_resource: 484.051
  PetaboxLoader3.resolve: 50.2
  loaddict: 23.375
*/