/*
Theme Name: Media Experts
Author: Trevor Jennings
Author URI: http://trevorjennings.ca
Description: Custom Theme for Media Experts
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
  font-family: 'montserrat-regular';
  src: url("fonts/Montserrat-Regular.otf");
  src: url("fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'montserrat-ultralight';
  src: url("fonts/Montserrat-UltraLight.otf"); }

@font-face {
  font-family: 'montserrat-bold';
  src: url("fonts/Montserrat-Bold.otf");
  src: url("fonts/Montserrat-Bold.woff") format("woff"); }

@font-face {
  font-family: 'montserrat-light';
  src: url("fonts/Montserrat-Light.otf");
  src: url("fonts/Montserrat-Light.woff") format("woff"); }

@font-face {
  font-family: 'montserrat-semibold';
  src: url("fonts/Montserrat-SemiBold.otf");
  src: url("fonts/Montserrat-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'montserrat-hairline';
  src: url("fonts/Montserrat-Hairline.otf");
  src: url("fonts/Montserrat-Thin.woff") format("woff"); }

body {
  font-family: 'montserrat-regular', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  color: #6d6e71; }

a,
a:hover {
  color: #f15922;
  text-decoration: none; }

h1 {
  line-height: 1.7; }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 50px; } }
  @media screen and (min-width: 1170px) {
    h1 {
      font-size: 65px; } }

h2 {
  line-height: 1.15; }

img {
  max-width: 100%; }

.orange {
  color: #f15922; }

body.logged-in header {
  top: 46px; }
  @media screen and (min-width: 768px) {
    body.logged-in header {
      top: 32px; } }

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed; } }

header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  height: 76px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.3); }
  @media screen and (min-width: 992px) {
    header {
      height: 90px; } }
  header .logo {
    position: absolute;
    top: 20px;
    left: 5%;
    max-width: 160px; }
    @media screen and (min-width: 992px) {
      header .logo {
        max-width: 240px; } }
  header .menu-button {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 16px;
    color: #6d6e71;
    background: transparent;
    border: 2px solid rgba(46, 46, 46, 0.3);
    padding: 4px 20px;
    text-transform: uppercase;
    font-family: 'montserrat-semibold'; }
    @media screen and (min-width: 992px) {
      header .menu-button {
        padding: 5px 70px;
        top: 25px; } }
  header nav {
    display: none;
    position: absolute;
    z-index: 100;
    padding: 0;
    list-style-type: none;
    top: 75px;
    left: 0;
    width: 100%;
    background-color: #ebebeb; }
    @media screen and (min-width: 992px) {
      header nav {
        border: none;
        height: 130px;
        padding: 0 0 0 0;
        text-align: right;
        text-transform: uppercase;
        margin: 0;
        text-align: center;
        top: 90px;
        border-bottom: 1px solid rgba(46, 46, 46, 0.3); } }
    header nav .nav-inner {
      margin: 0 auto;
      max-width: 1000px;
      position: relative; }
      header nav .nav-inner .close-menu {
        display: none; }
        @media screen and (min-width: 992px) {
          header nav .nav-inner .close-menu {
            display: inline;
            position: absolute;
            color: #6d6e71;
            font-family: 'montserrat-semibold';
            top: 5px;
            right: 0;
            font-size: 22px;
            cursor: pointer; } }
    header nav ul {
      list-style-type: none;
      padding: 0;
      margin: 30px 0 0 0; }
      header nav ul li.menu-item {
        padding: 10px; }
        @media screen and (min-width: 992px) {
          header nav ul li.menu-item {
            display: inline-block;
            padding: 0 15px; } }
        header nav ul li.menu-item a {
          color: #6d6e71;
          text-decoration: none;
          font-size: 1.35rem; }
          header nav ul li.menu-item a:hover {
            color: #f04e23; }
    header nav .icons-wrap {
      margin: 30px 0; }
      @media screen and (min-width: 992px) {
        header nav .icons-wrap {
          display: inline-block;
          position: absolute;
          right: 120px;
          top: 45px; } }
      header nav .icons-wrap i {
        color: #f1f1f1;
        font-size: 16px;
        background-color: #c8c8c8;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        margin: 0 15px; }
        header nav .icons-wrap i:hover {
          color: #f04e23;
          background-color: white; }

.footer {
  width: 100%;
  text-align: left;
  padding: 15px 15px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .footer {
      padding: 30px 15px; } }
  .footer .group {
    position: relative; }
    .footer .group:nth-child(1) {
      margin-bottom: 30px; }
    .footer .group:nth-child(2) {
      margin-bottom: 30px; }
    .footer .group h4.heading {
      color: #f15922;
      font-size: 12px;
      text-transform: uppercase; }
    .footer .group p {
      font-size: 12px;
      color: #ffffff; }
    @media screen and (min-width: 768px) {
      .footer .group p.phone {
        position: absolute;
        right: 0;
        top: 22px; } }
  .footer .logo {
    margin: 30px 0;
    display: inline-block; }
  .footer a {
    color: white; }
  @media screen and (min-width: 768px) {
    .footer .icons-wrap {
      display: inline-block;
      margin-left: 50px; } }
  .footer .icons-wrap a {
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .footer .icons-wrap a {
        padding-right: 20px; } }
    .footer .icons-wrap a i {
      border: 1px solid #d5d5d5;
      background: #d5d5d5;
      padding: 3px;
      width: 30px;
      height: 30px;
      line-height: 22px;
      text-align: center;
      border-radius: 50%;
      color: #303030; }

.state-top-border {
  border-top: 1px solid #6d6e71; }

header .menu .current-menu-item a {
  color: #f04e23; }

.layout-header-primary {
  padding: 30px 0 0 0;
  width: 100%;
  height: 280px;
  margin-top: 76px;
  position: relative; }
  @media screen and (min-width: 992px) {
    .layout-header-primary {
      height: 500px; } }
  .layout-header-primary .inner-wrapper {
    position: relative;
    min-height: 100%; }
    @media screen and (min-width: 992px) {
      .layout-header-primary .inner-wrapper {
        max-width: 970px;
        margin: 0 auto; } }
    @media screen and (min-width: 1200px) {
      .layout-header-primary .inner-wrapper {
        max-width: 1170px; } }
  .layout-header-primary h1 {
    text-transform: uppercase;
    color: white;
    line-height: 1.1;
    font-family: 'montserrat-light'; }
    @media screen and (max-width: 370px) {
      .layout-header-primary h1 {
        font-size: 30px; } }
    @media screen and (min-width: 992px) {
      .layout-header-primary h1 {
        position: absolute;
        margin: 60px 0 30px 0;
        left: 0;
        bottom: 120px;
        line-height: 1;
        font-size: 54px; } }
    @media screen and (min-width: 1200px) {
      .layout-header-primary h1 {
        font-size: 70px; } }
  .layout-header-primary .info-box {
    text-align: left;
    background: white;
    color: #808285;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .layout-header-primary .info-box {
        padding: 30px; } }
    @media screen and (min-width: 992px) {
      .layout-header-primary .info-box {
        padding: 50px;
        right: 0;
        width: 370px; } }
    .layout-header-primary .info-box h2 {
      font-size: 18px;
      color: #f04e23;
      font-family: 'montserrat-semibold';
      margin-top: 15px;
      margin-bottom: 10px;
      text-transform: uppercase; }
      @media screen and (min-width: 992px) {
        .layout-header-primary .info-box h2 {
          margin-top: 0; } }
    .layout-header-primary .info-box p {
      font-family: 'Roboto';
      margin: 0; }

.layout-section-primary {
  color: #6d6e71;
  font-family: 'Roboto';
  text-align: left;
  padding: 50px 0; }
  @media screen and (min-width: 768px) {
    .layout-section-primary {
      padding: 100px 0; } }
  .layout-section-primary h1 {
    font-family: 'montserrat-light';
    text-transform: uppercase;
    margin-top: 0;
    line-height: 1.2; }
  .layout-section-primary h2 {
    font-family: 'montserrat-semibold';
    font-size: 18px;
    color: #f04e23;
    text-transform: uppercase; }
  .layout-section-primary h3 {
    font-size: 16px;
    font-family: 'montserrat-semibold'; }

.layout-section-secondary {
  color: #6d6e71;
  font-family: 'Roboto';
  text-align: center;
  padding: 75px 0; }
  @media screen and (min-width: 992px) {
    .layout-section-secondary {
      padding: 100px 0; } }
  .layout-section-secondary h1 {
    font-family: 'montserrat-light';
    text-transform: uppercase;
    margin-top: 0; }
  .layout-section-secondary h2 {
    font-family: 'montserrat-semibold';
    font-size: 18px;
    color: #f04e23;
    text-transform: uppercase; }
  .layout-section-secondary h3 {
    font-size: 16px;
    font-family: 'montserrat-semibold'; }

.layout-section-three {
  color: white;
  font-family: 'Roboto';
  text-align: center;
  padding: 75px 0;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .layout-section-three {
      padding: 100px 0; } }
  .layout-section-three h1 {
    font-family: 'montserrat-light';
    text-transform: uppercase;
    margin-top: 0; }
  .layout-section-three h2 {
    font-family: 'montserrat-semibold';
    font-size: 18px;
    color: #f04e23;
    text-transform: uppercase; }
  .layout-section-three h3 {
    font-size: 16px;
    font-family: 'montserrat-semibold'; }

@media screen and (min-width: 992px) {
  .layout-2col-img-text {
    margin: 0 0 75px 0;
    text-align: left; } }

.layout-2col-img-text img {
  margin: 30px auto; }
  @media screen and (min-width: 992px) {
    .layout-2col-img-text img {
      margin: 0;
      padding-right: 30px; } }

.layout-2col-img-text h2 {
  margin: 0 0 15px 0; }

.layout-blog {
  padding: 50px 0; }
  @media screen and (min-width: 992px) {
    .layout-blog {
      padding: 75px 15px; } }
  @media screen and (min-width: 1200px) {
    .layout-blog {
      padding: 100px 15px; } }

.layout-categories {
  padding: 80px 5% 30px 5%;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .layout-categories {
      padding: 160px 15px 50px 15px; } }
  .layout-categories a {
    color: #f15922; }

.layout-sidebar {
  padding: 0 75px 0 0;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .layout-sidebar {
      float: left;
      width: 25%; } }
  .layout-sidebar .searchform {
    margin-bottom: 50px;
    position: relative; }
    .layout-sidebar .searchform label {
      display: none; }
    .layout-sidebar .searchform input#s {
      padding: 12px;
      width: 100%;
      outline: none;
      border-radius: 2px;
      font-size: 12px;
      border: 1px solid #d8d8d8; }
    .layout-sidebar .searchform button#searchsubmit {
      position: absolute;
      right: 5px;
      top: 7px;
      border: none;
      background: transparent; }
  .layout-sidebar h2 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #f15922;
    font-family: 'montserrat-semibold';
    text-transform: uppercase; }
  .layout-sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 14px;
    font-family: 'Roboto'; }
    .layout-sidebar ul li {
      padding-bottom: 10px; }
    .layout-sidebar ul li:before {
      color: #f15922;
      font-family: "FontAwesome";
      content: "\f067";
      padding-right: 8px;
      font-size: 12px;
      vertical-align: top;
      position: relative;
      top: 0.15em; }
    .layout-sidebar ul a {
      color: #8f8f8f;
      display: inline-block;
      width: 85%; }
      .layout-sidebar ul a:hover {
        color: #f15922; }
    .layout-sidebar ul li.current-menu-item a,
    .layout-sidebar ul li.current-menu-parent a {
      color: #f15922;
      font-weight: 700; }

.careers-sidebar h2 {
  padding-right: 30px;
  position: relative; }
  .careers-sidebar h2:after {
    content: '\f078';
    display: block;
    font-size: 14px;
    font-family: "FontAwesome";
    font-weight: normal;
    line-height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .25s; }
  .careers-sidebar h2[aria-expanded="true"]:after {
    transform: rotate(180deg); }

.layout-career-items {
  font-family: 'Roboto';
  text-align: left; }
  @media screen and (min-width: 992px) {
    .layout-career-items {
      float: right;
      width: 75%; } }
  .layout-career-items h1 {
    color: #f15922;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'montserrat-semibold'; }
  .layout-career-items hr {
    margin: 50px 0; }
  .layout-career-items div:nth-of-type(1) h1 {
    margin-top: 0; }

@media screen and (min-width: 992px) {
  .layout-blog-items {
    float: right;
    width: 75%; } }

.layout-blog-items h1 {
  color: #f15922;
  font-size: 20px;
  text-transform: uppercase; }

.layout-blog-items hr {
  margin: 50px 0; }

.layout-blog-items div:nth-of-type(1) h1 {
  margin-top: 0; }

.layout-blog-single {
  padding: 100px 0; }
  @media screen and (min-width: 992px) {
    .layout-blog-single {
      padding: 150px 15px; } }

.module-social-icon {
  display: inline-block;
  margin: 30px 15px 0 15px;
  width: 40px; }
  .module-social-icon i {
    background: #999;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px; }
  .module-social-icon:hover i {
    background: #f04e23; }

.module-read-more {
  margin: 50px 0;
  text-align: right; }
  .module-read-more h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: left; }
  .module-read-more a.main-link {
    display: block;
    color: #6d6e71; }
    .module-read-more a.main-link:hover div.image {
      opacity: 0.6; }
    .module-read-more a.main-link:hover span.icon-wrapper {
      opacity: 1;
      bottom: 15px; }
  .module-read-more .img-wrapper {
    background-color: #111111;
    position: relative; }
    .module-read-more .img-wrapper div.image {
      width: 100%;
      height: 150px;
      position: relative;
      background-size: cover;
      background-position: center; }
    .module-read-more .img-wrapper span.icon-wrapper {
      width: 30px;
      height: 30px;
      background-color: white;
      line-height: 30px;
      font-size: 14px;
      position: absolute;
      bottom: -30px;
      right: 15px;
      display: inline-block;
      color: black;
      text-align: center;
      border-radius: 50%;
      opacity: 0;
      transition: opacity .3s, bottom .3s; }
      .module-read-more .img-wrapper span.icon-wrapper:hover {
        color: white;
        background-color: black; }
  .module-read-more .glyphicon-plus {
    color: #f15922;
    padding-left: 10px; }
  .module-read-more .date-published-wrapper {
    padding-right: 0;
    text-align: left; }
  .module-read-more .more {
    margin-top: 15px;
    display: inline-block; }
    @media screen and (min-width: 992px) {
      .module-read-more .more {
        font-size: 20px; } }

.module-testimonial {
  margin: 50px 0; }
  @media screen and (min-width: 992px) {
    .module-testimonial {
      margin: 75px 0;
      text-align: left;
      position: relative; } }
  .module-testimonial div.image {
    border-radius: 50%;
    width: 255px;
    height: 255px;
    border: 1px solid #ffffff;
    margin-bottom: 50px;
    overflow: hidden; }
    .module-testimonial div.image img {
      display: block;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center center;
      width: 100%; }
  @media screen and (min-width: 992px) {
    .module-testimonial .info {
      position: absolute;
      top: 0;
      width: 600px;
      left: 300px; } }
  @media screen and (min-width: 1200px) {
    .module-testimonial .info {
      left: 315px; } }
  .module-testimonial .info blockquote {
    border: none;
    margin: 30px 0;
    padding: 0;
    font-size: 16px; }

.row.portfolio-items {
  margin-left: 0;
  margin-right: 0;
  background-color: #2e2e2e; }
  .page-template-front-page .row.portfolio-items {
    padding-bottom: 100px; }

.module-portfolio-item {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #1a1a1a;
  border-top: 2px solid white;
  height: 100%;
  max-width: 450px; }
  @media screen and (min-width: 768px) {
    .module-portfolio-item {
      height: 297px; } }
  @media screen and (min-width: 992px) {
    .module-portfolio-item {
      height: 195px; } }
  @media screen and (min-width: 1200px) {
    .module-portfolio-item {
      height: 235px;
      max-width: none; } }
  .module-portfolio-item:hover .details {
    opacity: 1; }
    .module-portfolio-item:hover .details .tagline {
      transform: translateY(0); }
    .module-portfolio-item:hover .details .company {
      transform: translateY(0); }
  .module-portfolio-item:hover img[alt="portfolio item"] {
    opacity: 0; }
  .module-portfolio-item:hover img[alt="rollover"] {
    opacity: 1; }
  .module-portfolio-item img[alt="portfolio item"] {
    opacity: 1; }
    @media screen and (min-width: 1200px) {
      .module-portfolio-item img[alt="portfolio item"] {
        width: 100%; } }
  .module-portfolio-item img[alt="rollover"] {
    position: absolute;
    top: 0;
    opacity: 0; }
    @media screen and (min-width: 1200px) {
      .module-portfolio-item img[alt="rollover"] {
        width: 100%; } }
  .module-portfolio-item .details {
    position: absolute;
    text-align: center;
    z-index: 1;
    width: 90%;
    left: 5%;
    opacity: 0;
    top: 26%;
    text-transform: uppercase; }
    .module-portfolio-item .details .tagline {
      color: white;
      font-family: 'montserrat-light';
      margin: 0;
      font-size: 26px;
      transform: translateY(-15px);
      transition: transform 0.8s; }
      @media screen and (min-width: 992px) {
        .module-portfolio-item .details .tagline {
          font-size: 20px; } }
    .module-portfolio-item .details img[alt="x"] {
      margin: 20px 0; }
    .module-portfolio-item .details .company {
      margin: 0;
      font-family: 'montserrat-semibold';
      transform: translateY(15px);
      transition: transform 0.8s;
      color: white; }
  @media screen and (min-width: 768px) {
    .module-portfolio-item:nth-child(1) {
      border-right: 2px solid white; } }
  @media screen and (min-width: 992px) {
    .module-portfolio-item:nth-child(1) {
      border-bottom: 2px solid white; } }
  @media screen and (min-width: 992px) {
    .module-portfolio-item:nth-child(3) {
      border-bottom: 2px solid white;
      border-right: 2px solid white; } }
  @media screen and (min-width: 768px) {
    .module-portfolio-item:nth-child(5) {
      border-right: 2px solid white;
      border-bottom: 2px solid white; } }
  .module-portfolio-item:nth-child(7) {
    border-bottom: 2px solid white; }

@media screen and (min-width: 992px) {
  .row.customer-items {
    position: relative;
    right: 30px; } }

.module-customer {
  margin-top: 30px;
  height: 180px; }
  @media screen and (min-width: 768px) {
    .module-customer {
      margin-top: 50px; } }
  @media screen and (min-width: 992px) {
    .module-customer {
      text-align: center; }
      .module-customer img {
        display: inline; } }
  .module-customer:nth-child(1) img {
    max-width: 40%; }
  .module-customer:nth-child(2) {
    /* padding-top: 40px;
		@media screen and(min-width: 992px) {
			padding-top: 50px;
		}
		img {
			max-width: 90%;
		} */ }
  .module-customer:nth-child(3) img {
    max-width: 70%; }
  .module-customer:nth-child(4) img {
    max-width: 35%; }
  .module-customer:nth-child(5) img {
    max-width: 55%; }
  .module-customer:nth-child(6) img {
    max-width: 55%; }
  .module-customer:nth-child(7) img {
    max-width: 60%; }
  .module-customer:nth-child(8) img {
    max-width: 70%; }

.module-culture-item {
  padding: 0;
  font-family: 'montserrat-light';
  color: #6d6e71;
  position: relative; }
  .module-culture-item:hover .the-title {
    display: none; }
  .module-culture-item:hover img[alt="rollover"] {
    opacity: 1; }
  .module-culture-item .the-title {
    font-size: 28px;
    display: block;
    position: absolute;
    top: 40%;
    margin: 0;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      .module-culture-item .the-title {
        font-size: 36px; } }
  .module-culture-item img[alt="rollover"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }

.row.culture-items {
  margin-left: 0;
  margin-right: 0; }

img[alt="services"] {
  margin: 75px 0; }

.module-bgimage-title-underline {
  border-bottom: 3px solid #e8e8e8;
  text-align: left;
  margin: 15px 0; }
  .module-bgimage-title-underline h2 {
    padding: 20px 0 20px 65px;
    font-size: 20px;
    font-family: 'montserrat-light';
    margin: 0;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: center left;
    color: #6d6e71; }
  .module-bgimage-title-underline:nth-of-type(1) h2 {
    background-image: url("images/digital.png"); }
  .module-bgimage-title-underline:nth-of-type(2) h2 {
    background-image: url("images/search.png"); }
  .module-bgimage-title-underline:nth-of-type(3) h2 {
    background-image: url("images/programmatic.png"); }
  .module-bgimage-title-underline:nth-of-type(4) h2 {
    background-image: url("images/video.png"); }
  .module-bgimage-title-underline:nth-of-type(5) h2 {
    background-image: url("images/radio.png"); }
  .module-bgimage-title-underline:nth-of-type(6) h2 {
    background-image: url("images/business.png"); }
  .module-bgimage-title-underline:nth-of-type(7) h2 {
    background-image: url("images/print.png"); }
  .module-bgimage-title-underline:nth-of-type(8) h2 {
    background-image: url("images/ooh.png"); }
  .module-bgimage-title-underline:nth-of-type(9) h2 {
    background-image: url("images/social.png"); }
  .module-bgimage-title-underline:nth-of-type(10) h2 {
    background-image: url("images/star.png"); }
  .module-bgimage-title-underline:nth-of-type(11) h2 {
    background-image: url("images/brand.png"); }
  .module-bgimage-title-underline:nth-of-type(12) h2 {
    background-image: url("images/marketing.png"); }

.employees {
  position: relative;
  bottom: 37px; }
  @media screen and (min-width: 992px) {
    .employees {
      bottom: 50px; } }
  .employees .employee {
    border: 1px solid grey;
    margin-bottom: 30px;
    position: relative; }
    .employees .employee p {
      margin: 0; }
    @media screen and (min-width: 768px) {
      .employees .employee {
        width: 50%;
        float: left; } }
    @media screen and (min-width: 992px) {
      .employees .employee {
        width: 25%; } }
    .employees .employee img.main {
      display: inline;
      width: 100%; }
    .employees .employee img[alt="hover"] {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      display: inline;
      width: 100%; }
    .employees .employee:hover img[alt="hover"] {
      opacity: 1; }
    .employees .employee:hover .details {
      opacity: 1; }
      .employees .employee:hover .details h3 {
        transform: translateY(0); }
      .employees .employee:hover .details h4 {
        transform: translateY(0); }
    .employees .employee .details {
      position: absolute;
      text-align: center;
      z-index: 1;
      width: 90%;
      left: 5%;
      opacity: 0;
      top: 25%; }
      .employees .employee .details img[alt="x"] {
        margin: 15px 0; }
      .employees .employee .details h3 {
        color: white;
        text-transform: uppercase;
        font-family: 'montserrat-semibold';
        margin: 0;
        font-size: 18px;
        transform: translateY(-15px);
        transition: transform 0.8s; }
      .employees .employee .details h4 {
        margin: 0;
        text-transform: capitalize;
        font-family: 'montserrat-light';
        transform: translateY(15px);
        transition: transform 0.8s;
        font-size: 14px;
        color: white; }
        @media screen and (min-width: 992px) {
          .employees .employee .details h4 {
            font-size: 16px; } }
  .employees a {
    cursor: pointer;
    color: white; }

.module-blog-item {
  margin-bottom: 30px;
  text-align: left; }
  @media screen and (min-width: 992px) {
    .module-blog-item {
      margin-bottom: 50px; } }
  .module-blog-item .breadcrumb {
    background-color: transparent;
    border: none;
    padding: 0; }
  @media screen and (min-width: 992px) {
    .module-blog-item .img-greybox-wrapper {
      height: 235px; } }
  .module-blog-item .img-greybox-wrapper .image-wrapper {
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .module-blog-item .img-greybox-wrapper .image-wrapper {
        margin-top: 0;
        float: right;
        width: 60%;
        height: 100%; } }
    .module-blog-item .img-greybox-wrapper .image-wrapper .image {
      height: 200px;
      background-size: cover;
      background-position: center; }
      @media screen and (min-width: 768px) {
        .module-blog-item .img-greybox-wrapper .image-wrapper .image {
          height: 300px; } }
      @media screen and (min-width: 992px) {
        .module-blog-item .img-greybox-wrapper .image-wrapper .image {
          height: 100%; } }
  .module-blog-item .img-greybox-wrapper .grey-box {
    background-color: #f6f6f6;
    padding: 30px 15px; }
    @media screen and (min-width: 992px) {
      .module-blog-item .img-greybox-wrapper .grey-box {
        float: left;
        width: 40%;
        height: 100%; } }
    @media screen and (min-width: 1200px) {
      .module-blog-item .img-greybox-wrapper .grey-box {
        padding: 40px 30px; } }
    .module-blog-item .img-greybox-wrapper .grey-box h1 {
      line-height: 1.2;
      font-size: 18px;
      font-family: 'montserrat-regular'; }
    .module-blog-item .img-greybox-wrapper .grey-box p {
      font-family: 'Roboto';
      color: #808285;
      line-height: 1.3; }
  .module-blog-item .read-more {
    font-family: 'Roboto';
    text-align: right;
    margin-top: 15px; }
    .module-blog-item .read-more a {
      color: #808285; }
      .module-blog-item .read-more a .date {
        font-size: 12px;
        padding-right: 20px; }
      .module-blog-item .read-more a i {
        font-size: 12px; }
  .module-blog-item img {
    margin: 30px 0; }
    @media screen and (min-width: 992px) {
      .module-blog-item img {
        margin-top: 0; } }
  .module-blog-item .title {
    font-size: 18px; }
  .module-blog-item .content {
    font-family: 'Roboto';
    color: #808285; }
    .module-blog-item .content a {
      color: #f04e23; }

.carousel p {
  margin: 0; }

.carousel .carousel-indicators li {
  border: 2px solid white;
  width: 12px;
  height: 12px; }

.carousel .carousel-indicators li.active {
  width: 14px;
  height: 14px; }

.carousel .carousel-inner {
  color: white; }
  .carousel .carousel-inner h1 {
    margin: 10px 0 0 0;
    line-height: 1.1;
    font-family: 'montserrat-semibold';
    text-transform: uppercase; }
    @media screen and (max-width: 370px) {
      .carousel .carousel-inner h1 {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .carousel .carousel-inner h1 {
        font-size: 54px; } }
    @media screen and (min-width: 992px) {
      .carousel .carousel-inner h1 {
        position: absolute;
        left: 0;
        bottom: 140px;
        line-height: 1;
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .carousel .carousel-inner h1 {
        font-size: 70px; } }
    .carousel .carousel-inner h1 span {
      font-family: 'montserrat-hairline';
      display: block;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .carousel .carousel-inner h1 span {
          text-align: left; } }
  .carousel .carousel-inner div.item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 550px; }
    @media screen and (min-width: 992px) {
      .carousel .carousel-inner div.item {
        height: 100vh;
        background-size: cover; } }
  .carousel .carousel-inner .item-inner {
    padding-top: 17vh;
    position: relative;
    min-height: 100%; }
    @media screen and (min-width: 768px) {
      .carousel .carousel-inner .item-inner {
        padding-top: 25vh;
        height: 60vh; } }
    @media screen and (min-width: 992px) {
      .carousel .carousel-inner .item-inner {
        padding-top: 30vh;
        max-width: 970px;
        margin: 0 auto; } }
    @media screen and (min-width: 1200px) {
      .carousel .carousel-inner .item-inner {
        padding-top: 30vh;
        max-width: 1170px; } }

.carousel .carousel-control {
  display: none; }

.carousel .info-box {
  text-align: left;
  background: white;
  color: #808285;
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 15px; }
  @media screen and (min-width: 768px) {
    .carousel .info-box {
      padding: 30px; } }
  @media screen and (min-width: 992px) {
    .carousel .info-box {
      width: 370px;
      padding: 40px; } }

.carousel .info-box h2 {
  font-size: 18px;
  color: #f04e23;
  font-family: 'montserrat-semibold';
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase; }

.carousel .info-box p {
  font-family: 'Roboto'; }

@media screen and (min-width: 992px) {
  .module-about-icon {
    background-image: url("images/about-icon.png");
    background-repeat: no-repeat;
    height: 180px;
    background-position: 50px 25px; } }

@media screen and (min-width: 1200px) {
  .module-about-icon {
    background-position: 75px 30px; } }

.module-button {
  font-size: 30px;
  font-family: 'montserrat-semibold';
  margin-top: 25px; }
  .module-button a.btn {
    color: #6d6e71;
    border: 2px solid rgba(46, 46, 46, 0.3);
    border-radius: 0;
    padding: 5px 0;
    width: 195px;
    font-size: 16px;
    line-height: inherit; }
    .module-button a.btn:hover {
      color: #f04e23; }

@media screen and (min-width: 992px) {
  #careers .button-wrapper {
    margin-top: 95px; } }

@media screen and (min-width: 992px) {
  .leadership .button-wrapper {
    margin-top: 132px; } }

.module-search-heading {
  text-align: left;
  margin-top: 75px; }

.fr .ninja-contact-form {
  display: none !important; }

.ninja-contact-form {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  padding-left: 36px;
  background-image: url("images/triangle.png");
  background-repeat: no-repeat;
  background-position: left center; }
  .ninja-contact-form button {
    padding: 7px 45px;
    background-color: #f04e23;
    color: white;
    border: none;
    border-radius: 0;
    font-size: 16px;
    outline: none; }
    .ninja-contact-form button:hover {
      background-color: #f04e23;
      color: white;
      outline: none; }
    .ninja-contact-form button:active {
      background-color: #f04e23;
      color: white;
      outline: none; }
    .ninja-contact-form button:focus {
      background-color: #f04e23;
      color: white;
      outline: none; }

.ninja-forms-required-items,
.ninja-forms-req-symbol,
label#ninja_forms_field_12_label,
.nf-form-fields-required,
.recaptcha-wrap .nf-field-label,
.nf-error-msg {
  display: none !important; }

.nf-field-label {
  flex-basis: 22%;
  margin-bottom: 0 !important;
  width: 22%; }

.nf-field-element {
  flex-basis: 78%;
  width: 78%; }

.nf-error-wrap {
  font-size: 12px;
  left: 22%;
  margin-top: -4px;
  position: absolute; }

.ninja-forms-form-wrap input {
  width: 100%; }

.ninja-forms-field:not([type="button"]) {
  background-color: #ebebeb;
  border: none; }

input#ninja_forms_field_1,
input#ninja_forms_field_2,
input#ninja_forms_field_5,
textarea#ninja_forms_field_3 {
  width: 75%;
  display: inline;
  background-color: #ebebeb;
  border: 2px solid #ebebeb; }

label#ninja_forms_field_1_label,
label#ninja_forms_field_2_label,
label#ninja_forms_field_5_label,
label#ninja_forms_field_3_label {
  width: 22%;
  display: inline-block; }

label#ninja_forms_field_3_label {
  vertical-align: top; }

#ninja_forms_field_3 {
  height: 140px; }

@media screen and (min-width: 1200px) {
  #ninja_forms_field_12_div_wrap,
  .recaptcha-wrap {
    position: absolute;
    top: 80px;
    right: -335px; } }

@media screen and (min-width: 1200px) {
  .recaptcha-wrap {
    top: -320px; } }

@media screen and (min-width: 1200px) {
  #ninja_forms_field_4_div_wrap {
    position: absolute;
    top: 200px;
    right: -182px; } }

#ninja_forms_field_4_div_wrap #ninja_forms_field_4 {
  color: #f04e23;
  background: transparent;
  border: 2px solid rgba(46, 46, 46, 0.3);
  padding: 4px 20px;
  text-transform: uppercase;
  font-family: 'montserrat-semibold';
  border-radius: 0;
  line-height: 1;
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    #ninja_forms_field_4_div_wrap #ninja_forms_field_4 {
      padding: 10px 0;
      width: 150px; } }

@media screen and (min-width: 1200px) {
  .submit-container {
    position: absolute !important;
    top: 270px;
    right: -166px; } }

.submit-container .ninja-forms-field {
  color: #f04e23;
  background: transparent;
  border: 2px solid rgba(46, 46, 46, 0.3);
  padding: 4px 20px;
  text-transform: uppercase;
  font-family: 'montserrat-semibold';
  border-radius: 0;
  line-height: 1;
  font-size: 16px; }
  @media screen and (min-width: 992px) {
    .submit-container .ninja-forms-field {
      padding: 10px 0;
      width: 150px !important; } }

.pagination a,
.pagination span {
  position: relative;
  float: left;
  padding: 6px 12px;
  color: #8d8d8d;
  border: 1px solid #ddd;
  margin-left: -1px; }

.pagination .dots {
  color: #428bca; }

.pagination .current {
  background-color: #666666;
  color: white;
  border: 1px solid #666666; }

.pagination .nav-links a:first-child,
.pagination .nav-links span:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.pagination .nav-links a:last-child,
.pagination .nav-links span:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.owl-pagination .owl-page.active span {
  background: #f04e23; }

.service-modal {
  color: #808285;
  font-family: 'Roboto'; }
  .service-modal .modal-dialog {
    margin: 130px auto 30px auto;
    background: white; }
  @media screen and (min-width: 1200px) {
    .service-modal .modal-lg {
      width: 100%; } }
  .service-modal .modal-content {
    position: relative;
    text-align: left;
    padding: 30px 30px 75px 30px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 768px) {
      .service-modal .modal-content {
        box-shadow: none;
        -webkit-box-shadow: none; } }
  .service-modal .modal-body {
    padding-top: 60px; }
    .service-modal .modal-body h2 {
      color: #424244;
      font-size: 28px;
      padding: 15px 0 15px 75px;
      background: url("images/digital.png") no-repeat center left;
      background-size: 60px;
      margin-bottom: 15px;
      margin-top: 30px;
      font-family: 'montserrat-light'; }
      @media screen and (min-width: 768px) {
        .service-modal .modal-body h2 {
          font-size: 32px;
          background-size: 70px;
          padding-left: 85px;
          margin-top: 0; } }
    .service-modal .modal-body img {
      padding-right: 15px; }
    .service-modal .modal-body h3 {
      font-family: 'montserrat-regular';
      color: #424244;
      margin: 15px 0;
      font-size: 20px; }
    .service-modal .modal-body .links {
      font-size: 14px;
      text-transform: capitalize; }
      .service-modal .modal-body .links a:hover {
        color: #f15922; }
  .service-modal .modal-dismiss {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    color: #6d6e71;
    font-family: 'montserrat-semibold';
    border-radius: 0;
    padding: 5px 0;
    width: 195px;
    font-size: 16px;
    line-height: inherit;
    text-align: center;
    border: 2px solid rgba(46, 46, 46, 0.3); }
  .service-modal a {
    color: #808285;
    font-family: 'montserrat-regular'; }

.employee-modal {
  color: #ffffff; }
  .employee-modal .modal-dialog {
    margin: 130px auto 30px auto; }
  .employee-modal .modal-content h1 {
    font-size: 30px;
    font-family: 'montserrat-light'; }
    @media screen and (min-width: 768px) {
      .employee-modal .modal-content h1 {
        margin: 0; } }
  .employee-modal .modal-content h2 {
    color: #f15922;
    font-size: 20px;
    margin-bottom: 15px; }
  .employee-modal .modal-content p {
    margin-top: 15px; }
  .employee-modal .modal-content .close-employee {
    position: absolute;
    right: 5%;
    top: 30px;
    text-transform: uppercase;
    color: white;
    border: 2px solid rgba(235, 235, 235, 0.3);
    cursor: pointer;
    border-radius: 0;
    padding: 5px 0;
    width: 195px;
    font-size: 16px;
    line-height: inherit;
    text-align: center; }
  .employee-modal .modal-content {
    background-color: #303030;
    padding: 100px 15px 75px 15px;
    font-family: 'Roboto'; }
    @media screen and (min-width: 992px) {
      .employee-modal .modal-content {
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .employee-modal .modal-content {
        padding: 50px 30px; } }
    .employee-modal .modal-content img {
      display: inline-block; }
    .employee-modal .modal-content img[alt="linkedin"] {
      padding-right: 15px; }
  .employee-modal i.fa {
    font-size: 20px;
    background-color: #7c7c7c;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px 20px 0 0;
    text-align: center;
    line-height: 40px; }

.portfolio-modal .modal-dialog {
  margin: 130px auto 30px auto; }

@media screen and (min-width: 1200px) {
  .portfolio-modal .modal-lg {
    width: 1000px; } }

.portfolio-modal .modal-content {
  position: relative;
  text-align: left;
  padding: 30px;
  font-family: 'Roboto'; }
  .portfolio-modal .modal-content .modal-body {
    padding-left: 0;
    padding-right: 0; }
    .portfolio-modal .modal-content .modal-body .content {
      margin: 50px 0; }
      .portfolio-modal .modal-content .modal-body .content div.col-xs-12 {
        padding: 0; }
      .portfolio-modal .modal-content .modal-body .content h1 {
        font-family: 'montserrat-semibold';
        font-size: 18px;
        color: #f15922;
        margin-bottom: 15px;
        margin-top: 30px;
        line-height: 1.2; }
      .portfolio-modal .modal-content .modal-body .content iframe {
        border: none;
        width: 100%;
        height: auto; }
    .portfolio-modal .modal-content .modal-body .responsive-video {
      background: #000;
      height: 0;
      padding-bottom: 56.222222%;
      position: relative;
      overflow: hidden; }
      .portfolio-modal .modal-content .modal-body .responsive-video iframe {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 1080px;
        position: absolute; }

.portfolio-modal .modal-dismiss {
  font-family: 'montserrat-semibold';
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #6d6e71;
  border: 2px solid rgba(46, 46, 46, 0.3);
  border-radius: 0;
  padding: 5px 0;
  width: 195px;
  font-size: 16px;
  line-height: inherit;
  text-align: center; }
  .portfolio-modal .modal-dismiss:hover {
    color: #f04e23; }

.contact-modal .modal-dialog {
  margin: 130px auto 30px auto;
  text-align: left; }
  @media screen and (min-width: 1200px) {
    .contact-modal .modal-dialog {
      width: 1170px; } }
  @media screen and (min-width: 992px) {
    .contact-modal .modal-dialog .modal-content {
      padding: 30px; } }
  @media screen and (min-width: 1200px) {
    .contact-modal .modal-dialog .modal-content {
      padding: 30px 50px; } }
  .contact-modal .modal-dialog .modal-content h1 {
    font-family: 'montserrat-light';
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 30px; }
  @media screen and (min-width: 1200px) {
    .contact-modal .modal-dialog .modal-content .col-lg-4 {
      top: 60px; } }
  .contact-modal .modal-dialog .modal-content .btn {
    opacity: 0.3;
    color: #6d6e71;
    background: transparent;
    border: 2px solid rgba(46, 46, 46, 0.3);
    padding: 4px 20px;
    text-transform: uppercase;
    font-family: 'montserrat-semibold';
    border-radius: 0;
    line-height: 1;
    font-size: 16px; }
    @media screen and (min-width: 1200px) {
      .contact-modal .modal-dialog .modal-content .btn {
        padding: 10px 0;
        width: 150px;
        position: absolute;
        top: 330px;
        right: -167px; } }
    .contact-modal .modal-dialog .modal-content .btn:hover {
      opacity: 1; }

/*# sourceMappingURL=style.css.map */