/*

Theme Name: NextMark
Theme URI: https://nextmark.com
Author: NextMark
Author URI: https://nextmark.com
Description: NextMark
Version: 4.6.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nextmark
Tags: WordPress, Responsive, Bootstap,  Underscores
NextMark is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
	## Asides
	## Comment
# Infinite scroll
# Media
	## Captions
	## Galleries

--------------------------------------------------------------*/

/*
Color key:

  NM Red
  #ec1946

  NM Blue
  #19dcff

  New NM DK Slate
  #1e242b

  NM DK Slate
  #323744

  NM Med Slate
  #7b7c85

  NM Light Slate
  #e1e0e2

  NM Homepage Blue
  #50c9ed

  Nm Homepage Gray
  #cccdd1

*/

/* Removed for bootstrap overides*/

/* Add style overides for bootstrap here */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);

body { padding-top: 0px; }

body {
  font-family: "Roboto";
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto";
  font-weight: 400;
}

a:focus, a:hover, a:active {
  outline: 0 none !important;
}

#post-14 div.title,
#post-12 div.title {
  display:none;}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #fff;
  border:none;
  border-radius:0px;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  box-shadow: inset 0 0px 0px rgba(0,0,0,.0);
  font-weight: 400;
}

.well ul, menu, dir {
  display: block;
  list-style-type: none;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;
}

.well ul {
  margin-left: -20px;
}

.well ul li a {
  color:#000;
}

.well ul li a:hover {
  color:#19DCFF;
}

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

/* Slider */

.home-slider {
  margin-top: -3px;
}

.player .video-wrapper {
  position: absolute;
  background: #ffffff!important;
  border:none!important;
}

.player .video-wrapper {
  position: absolute;
  background: #fff!important;
  background-color: #fff!important;
  border: none!important;
}

.rev-slider-container  > div.slotholder > div.tp-bgimg .defaultimg {
  border: none!important;
  background: #ffffff!important;
}

.page-id-4 .fullcoveredvideo video, .fullscreenvideo video {
  background: #ffffff!important;
}

h2.rev-slider-head  {
  font-size:3em;
  color: #cccdd1;
  font-weight: 700;
  letter-spacing: -2px;
  margin-top:2em;
}

.rev-caption {
  margin-top: 50px;
  /*margin-bottom: 50px;*/
}

.rev-slider-container > .tp-caption.small_thin_grey, .small_thin_grey {
  margin-bottom:-50px!important;
  z-index:999!important;
}

.tp-leftarrow.default {
  height: 130px!important;
  margin-left:40px;
}

.tp-rightarrow.default  {
  height: 130px!important;
  margin-right:40px;
}

.page-id-4 .hpost3 .date {
    color: #000;
}

/* gets rid of wiggle */
.tp-leftarrow:hover, .tp-rightarrow:hover {
  background-position: bottom left;
  /*margin-top: -63px!important;*/
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {

.col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/* horizontal overflow fix */
.row{
    /*margin-left: 0;
    margin-right: 0;*/
}

.container{
    .row{
        margin-left: -15px;
        margin-right: -15px;
    }
}

.container.content{
    padding: 0;
    width: 100%;
}

.container.content .col-md-10 {
    width: 100%;
}

.container.content .news-content > div {
    padding: 0 15%;

}

/*end */

.shift-left {
  margin-left:-15px;
}

.shift-right {
  margin-left:-15px;
}

.shift-top {
  margin-top:-15px;
}

.shift-bottom {
  margin-bottom:-15px;

}

.shift-bottom-x2 {
  margin-bottom:-50px;

}

/* Color Values */
/* end values */

a {color:#ec1946;}

a:focus, a:hover {text-decoration:none!important;}

a {
   outline: 0;
}

a:active {
  outline: none;
}

/* Bootstrap Menu effect */

.nav>li>a {
  position: relative;
  display: block;
  padding: 10px 10px;
}

.navbar-nav>li>a {
  padding-top: 25px;
  padding-bottom: 3px;
}

.nav>li:last-child {
  margin-right: 0;
}

.nav>li:after {
	content: '';
	display: block;
	margin: auto;
  margin-bottom: -2px;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}

.nav>li:hover:after {
	width: 100%;
	background: #19dcff;
}

/* Bootstrap Menu */

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-toggle {
  padding: 9px 10px;
  margin-top: 14px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0px;
    left: 0px;
    z-index: 1030;
}

.navbar-brand {
   height: 50px;
   padding: 12px 15px
}

.navbar-brand>img {
  margin-top:-6px;
}

.navbar-default .navbar-nav>li>a {
  color: #777;
  text-transform: uppercase;
  font-size: 12px;
}

.navbar-default {
  background-color: #fff;
  /*border-bottom: solid 1px #999;*/
  -webkit-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
  box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
   max-height: 418px !important;
}

.page-id-4 .navbar-default,
.page-id-5097 .navbar-default{
  background-color: transparent;
  border-bottom: solid 3px #3f414d;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #555;
  background-color: transparent;
  border-bottom:solid 3px #19dcff;
}


.navbar-right {
  margin-top: 6px;
}

/* Homepage nav */

.page-id-4 .navbar-default .navbar-nav>li>a,
.page-id-5097 .navbar-default .navbar-nav>li>a{
  color: #fff;
}

.page-id-4 .navbar-default .navbar-nav>.active>a,
.page-id-5097 .navbar-default .navbar-nav>.active>a{
  color: #fff;
}

.page-id-4 .navbar-default .navbar-nav>.active>a:hover,
.page-id-5097 .navbar-default .navbar-nav>.active>a:hover{
  color: #19dcff;
}

.page-id-4 nav>li>a:focus, .navbar-default,
.page-id-5097 nav>li>a:focus, .navbar-default{
  color: #fff;
}

.page-id-4 nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.page-id-5097 nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
  color: #19dcff;
}

/* End Nav */

img.bg { width:100%; }

body.page-id-10 {
  /*background-image: url("/images/our-portfolio-1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom center
  background: #cccdd1;
  overflow-x: hidden;*/
}

/* =============================================================================
  COMPONENT
============================================================================= */

.component {
  text-align: center;
  z-index:1;
  position:absolute;
  top:100px;
  left:10px;
  width:270px;
  height:300px;
  z-index:1;
  -webkit-filter: grayscale(10%); filter: grayscale(10%);
}

.component__title {
  margin-bottom: 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}


/* =============================================================================
  ICONS - COMMON
============================================================================= */

.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 4px;
  width: 100%;
  height: auto;
  text-indent: -9999px;
}

/* =============================================================================
  Team Member Grid
============================================================================= */

.bgimg { width:100%; }

.center-img img{
  margin:0px;
  text-align: center;
  margin-left:auto;
  margin-right: auto;
}

  img.desaturate:hover { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.thumbnail {
	display: block;
	width: 150px;
	height: 150px;
}

.thumbnail:hover + #title {
	display: block;
}

div.team {
  margin-top:30px;
  /*margin-bottom:60px;*/
  height: auto;
}

div.team-grid {
  border-bottom: 1px solid red!important;
  padding:20px 30px 10px 1px;
  padding: 10px 10px 0px 10px;
}

div.team-grid img.blur:hover{
  -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity:0.30;
}

div.team-grid:hover .team-member {
  opacity:1;
  width: 100%;
  height: auto;
}

.team-member {
  opacity:0;
  width: 100%;
  height: auto;
}

div.team-grid img {
  width: 100%;
  height: auto;
}

  .team-member .name {
    text-transform: lowercase!important;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom:55px;
    color:#1e242b;
    font-size: 1.8em;
    font-weight: 700;
    text-align: center;
    letter-spacing: -1px;
  }

  .team-member .position {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom:30px;
    font-size: .86em;
    color:#ec1946;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    text-transform:uppercase;
  }

  .modal-body .social .fa-twitter,
  .modal-body .social .fa-linkedin,
  .modal-body .social .fa-instagram,
  .modal-body .social .fa-facebook,
  .modal-body .social .fa-google-plus {
   font-size: 1.6em;
  }

.modal {
  top:10%;
  right:5%;
  outline: none;
  height:auto;
}

.modal-content {
  color:#000;
  background-color:#fff;
  opacity:0.90;
  border-radius:0px;
}

.modal-body img {
  float:left;
  margin-bottom: -15px;
  }

.modal-content p {
  color:#000;
  padding-right:20px;
  line-height: 1.9;
}

.modal-header {
  border-bottom: none;
  padding-left:20px;
  padding-right:20px;
}

.modal-header .close {
  color:#000;
}

.modal-title {
  font-size: 3em!important;
  font-weight: 700;
  color:#1e242b;
  margin: 0;
  line-height: 1.42857143;
  text-transform: lowercase;
  letter-spacing: -2px;
}

.modal-subtitle {
  font-size: 1.2em!important;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  color:#ec1946;
  margin: 0;
  line-height: 1.42857143;
  letter-spacing: -1px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: none;
}

.modal-box1{
  width:40%;
  padding:0px;
  margin:0px;
}

.modal-box2 {
  width:50%;
  float:right;
  padding:0px;
  margin:0px;
}


.hpost1 p {
  font-size:1.3em;
  font-weight:100;
  line-height:1.6em;
}

.hpost1 p:first-child {
  font-size:1.3em;
  font-weight:100;
  line-height:1.6em;
}

.hpost1 {
  margin-left: auto;
  margin-right:auto;
}

.blog-intro{
  padding-top:100px;
}

.blog-intro p{
  font-size:1.3em;
  font-weight:300;
  line-height:1.6em;
}

.blog-intro .section{
  padding-top:0px;
}

.blog-headline {
  font-weight:700;
  font-size: 5em;
  margin-bottom:-40px;
  letter-spacing: -3px;
  margin-left: 2%;
  color:#19deff;
}

.story-post  h2.brand-head {
  color:#1e242b;
  font-size: 6em;
  font-weight: 700;
  letter-spacing: -2px;
}

.story-post .hpost h2.core-head {
  color:#ccc;
  font-size:3em;
  font-weight:700;
  letter-spacing: -1px;
  text-transform: lowercase;
}

.hpost {
  margin-left: auto;
  margin-right:auto;
  line-height:1.8em;
  font-size:1em;
}

.hpost.port p {
}

.hpost > .date {
 /*font-size:3em;
 font-weight:700;*/
 text-transform:lowercase;
}


/* news  page */

.odd {
background-color: #ffffff;}

.even {
  background-color: #ebebec; }

.news-intro {
 margin-top:100px;
}

.news-intro p{
  font-size:1.3em;
  line-height:1.8em;
  font-weight:300;
}

.news-intro .section{
  /*margin-top: 25%;*/
}

.news-headline {
  font-weight:700;
  font-size: 5em;
  margin-bottom: -30px;
  letter-spacing: -3px;
  color:#ec1946;
}

.news-content {
  width:100%;
  float:right;
  padding: 20px;
}

.news-content .date {
 font-size:2.6em;
 font-weight:500;
 color:#50c9ed;
 float:left;
 text-transform: lowercase;
 width:100%;
 }

.news-content .news-post .entry-title{
  margin-top:8px;
  font-size:1.5em;
  letter-spacing:-1px;
}

.news-content .news-post {
  /*float: right;*/
  /* margin-left: 30%;*/
  /* margin-top: -60px; */
  /* width:100%;*/
}

.news-img {
  width:100%;
}

.date > .byline {
 font-size:1em;
 color:#50c9ed;

}
/* homepage content section */
.hpost1 {
  background: #1e242b;
  color:#ffffff;
}

/* homepage portfolio section */

.hpost2 h2,
.hpost4 h2 {
  font-weight: 700;
  font-size: 8em;
  color: #fff;
  letter-spacing: -3px;
  text-align: center;
}

.hpost3 h2{
  font-weight: 700;
  font-size: 8em;
  color: #000;
  letter-spacing: -3px;
}

.hpost2 h2 {
  margin-bottom: 0px;
}

.hpost3 h2 {

}

.hpost4 h2 {
  margin-bottom:5px;
  margin-top: 0 !important;
}


.hpost2 {
  background-color:#ec1946;
}

.hpost2 h2{
  margin-bottom: -54px;
}

.hpost2 .hp-intro {
  padding-top: 50px;
  color:#fff;
  font-size: 14px;
  font-weight:300;
}

.port-img-1 {
  margin-bottom: -48px;
  margin-top: 20px;
}

.hpost2 .hpost .port-img-2 {
  margin-bottom: -48px;
}


/* Homepage blog section */

.hpost3 {
  background-color: #1adcff;
  color: #000;
  padding-top: 65px;
  margin-bottom: 0px;
}

.hpost3 .blog-img {
  height:400px;
}

.hpost3 a {
  color: white;
}


.hpost3 .thumb-img {
   margin-right:20px;
   width:200px;
   float:left
}


.hpost3 .hpost  {
      font-size: 1em;
      font-weight:300;
}


/* Homepage news section */

.hpost h4 {
 font-size:2em;
 font-weight:700;
}

.hpost-news {
  background-image: url("images/newspaper.png");
  background-repeat: no-repeat;
  background-attachment: relative;
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 245px;
  float: left;
  margin: -5px 35px 67px 0px;
}

.hpost4 .hpost .post p{
      font-size:1em;
}

.color-box4 {
  background-color: #ec1946;
}

.hpost4 {
  background-color: inherit;
  margin-bottom: -63px;
  color: #fff;
  /*min-height: 455px;*/
  min-height: 520px; /* aaronr */
}

.hpost4 .hpost{
  margin-top: 10px;
}

/*Portfolio page */

.port-headline {
  font-weight:bold;
  font-size: 7em;
  margin-bottom:-50px;
  letter-spacing: -3px;
}

.port-post1 {
  background-color:#ec1946;
  line-height:2em;
  padding-top:100px;
}

.port-post1 .hpost img {
  margin-bottom:-55px;
}

.port-post1 .intro {
  margin-top:7%;
  font-size:1.3em;
  font-weight: 300;
  line-height:1.8em;
}

.port-post2 {
  margin-top:50px;
}

/* Who we are page */

.who-post1 {
  background-color:#19dcff;
  line-height:2em;
  padding-top:100px;
  margin-bottom: 0px;
}

.who-post2 {
  background-color:#fff;
  line-height:2em;
  margin-top:-50px;
  /*padding-top:70px;*/
}

.who-post1 h2.who-headline {
  font-weight: 700;
  font-size: 5em;
  color: #fff;
  margin-bottom: -30px;
  letter-spacing: -3px;
	width:40%;
	float:left;
}

.who-post1 h2.client-headline {
  font-weight: 700;
  font-size: 6em;
  color: #ec1946;
  margin-bottom: -30px;
  letter-spacing: -3px;
}

.who-post1 .intro {
  margin-top:2em;
	margin-bottom:2em;
  font-size:1.3em;
  font-weight: 300;
  line-height:1.8em;
	float:right;
	width:60%;
	color:#fff;
}

.who-post1 .intro a {
    color: #fff;
    text-decoration: underline;
}

.who-post1 .intro a:hover {
    color: #23527c;
}

.who-post1 .intro img {
  margin-bottom: -105px;
  margin-top:-58px;
}

@media only screen and (max-width: 576px) {
    .who-post1 h2.who-headline {
        width: auto;
        float: none;
    }

    .who-post1 .intro {
        width: auto;
        float: none;
    }
}

/* Our Story page sections */

.story-post {
  background-color:#fff;
  margin-top:57px;
  padding-bottom:20px;
}

.imac-story {
  margin-bottom: -67px;
  z-index:1000;
}

.story-post1 .hpost img {
  margin-top: -148px;
}

.story-post1 {
  height: 330px;
  margin-top:57px;
}

.story-post1 {
  background-color:#ec1946;
  line-height:2em;
  margin-top:0px;
  padding-top:100px;
  padding-bottom:20px;
}

.story-post1 .intro{
  color:#fff;
  margin-top:2em;
  font-size:1.3em;
  line-height:1.8em;
  font-weight: 300;
}

.img-radio {
    margin-bottom: -65px;
  }

.img-pencils {
    margin-bottom: -65px;
    margin-top:87px;
  }

  .img-typewritter {
    }

.story-post2 {
  background-color:#1e242b;
  line-height:2em;
  margin-top:40px;
  padding-top:50px;
}

.story-post2 .hpost h2.sec-head
 {
  color:#fff;
  font-size:6em;
  font-weight:700;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom:.35em;
}

.story-post2 .hpost{
  padding-bottom:20px;
}

.story-post2 .brand-intro {
  color:#999;
}

.story-post3 {
  background-color:#efefef;
  padding-top:50px;
  padding-bottom: 30px;
}

.story-post3 .hpost h2.sec-head {
  color:#000;
  font-size: 6em;
  font-weight:700;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: .35em;
}

.story-post4 {
  background-color: #1adcff;
  padding-top: 20px;
  margin-top: 0px;
  margin-bottom: -85px;
  padding-bottom: 34px;
}

.story-post4 .hpost h2.sec-head {
  color: #fff;
  font-size: 6em;
  font-weight: 700;
  letter-spacing: -3px;
  text-align: center;
  margin-bottom: .35em;
}

.story-mac-headline, .engage-headline {
    font-weight: 700!important;
    font-size: 5em;
    color: #fff;
    width: 40%;
    float: left;
}

@media only screen and (max-width: 768px) {
    .story-mac-headline, .engage-headline {
        width: auto;
        float: none;
    }
}

/* Client Portfolio pages */

.client-headline {
  font-weight:700;
  font-size: 7em;
  color:#ec1946;
  letter-spacing: -3px;
}

.client-intro {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.8em;
  margin-bottom:30px;
  padding-top:100px;
}

.hpost .client-wrap .col-md-5ths {height: 125px;}
.hpost .client-wrap .col-md-5ths:last-child {
  margin-bottom: 2em;
}

.client-wrap {margin-bottom: 50px;}

/* Engage page */

.engage-post1 {
  background-color: #19deff;
  padding-top:100px;
}

.our-work {
    background-color: #ec1946;
}

.engage-post1 .intro a {
    color: #fff;
    text-decoration: underline;
}

.engage-post1 .intro a:hover {
    color: #23527c;
}

.engage-post1 .intro p {
  color:#fff;
	 margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.8em;
    float: right;
    width: 45%;
}

@media only screen and (max-width: 576px) {
    .engage-post1 .intro p {
        width: auto;
        float: none;
    }
}

.engage-post1 .intro {
  margin-top: 0;
}

.engage-post1 img {
  margin-bottom:-85px;
}

.engage-content{
  padding:30px;
}

/* Blog page grid overides */

.post-grid-container.left-right .odd .thumb {
  width: 100%;
}

.post-grid-container.left-right {
  font-family: 'Roboto', sans-serif;
}

.author-wrap .position {
  display: none!important;
}

/* end blog page grid */

.btn {
  border-radius:0px;
}

a.more-link {
  font-weight: 900!important;
  font-size:24px;
  border:none!important;
  border-radius: 0px!important;
  padding:0px 0px  0px 0px !important;
  color: #ea2b4a;
  background-color: transparent !important;
  float:right;
}

.page-id-4 a.more-link {
  font-weight: 900!important;
  font-size:24px;
  border:none!important;
  background-color:transparent!important;
  border-radius: 0px!important;
  padding:0px 0px  0px 0px !important;
  margin-left: 15%;
  margin-top:-10px;
  color: #fff;
  float:left;
  clear: both;
}

.page-id-4 a.more-link2 {
    background-color: transparent !important;
    border: medium none !important;
    border-radius: 0 !important;
    clear: both;
    color: #000;
    float: right;
    font-size: 24px;
    font-weight: 900 !important;
    margin-bottom: 15px;
    margin-right: 0;
    margin-top: 15px;
    padding: 0;
}

.page-id-4 a.more-link3 {
    background-color: transparent !important;
    border: medium none !important;
    border-radius: 0 !important;
    clear: both;
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 900 !important;
    margin-bottom: 0px;
    margin-right: 0;
    margin-top: 0px;
    padding: 0;
}

/*--------------------------------------------------------------

Post Meta

--------------------------------------------------------------*/

.entry-meta span {
	margin-right: 20px;
	display: inline-block;
}

.entry-meta span:last-child {
	margin-right: 0;
}

.entry-meta span .fa{
	color: #bcbcbc;
}

.entry-meta span a {
	color: #777;
	text-decoration: none;
}

.entry-meta span a:hover {
	text-decoration: underline;
}

.entry-meta .posted-on {
	margin-right: 20px;
}

.posted-on .fa, .byline .fa {
	color: #bcbcbc;
}

.posted-on a, .byline a {
    text-decoration: none;
}

.posted-on a:hover, .byline a:hover {
	text-decoration: underline;
}

.lcp_catlist li{
  list-style: none;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/


body.page-template-template-engrage div#primary{padding-top:0px;} /* aaronr */

#primary, #secondary {
-ms-word-break: break-all;

     /* Be VERY careful with this, breaks normal words wh_erever */
     word-break: break-all;

     /* Non standard for webkit */
     word-break: break-word;
     -webkit-hyphens: auto;
     -moz-hyphens: auto;
    hyphens: auto;
}

/*--------------------------------------------------------------
# Header Social
--------------------------------------------------------------*/

div.social-top {
 text-align:right;
 margin-top:6px;
 margin-bottom:-22px;
}

div.social-top img {
 margin-left:6px;
 margin-right:6px;
}

div.social-top a {
    display: inline-block;
}

div.social-top a.fb:hover {
    background-image: url('images/Soc-med-header-FB-over.png');
    position: absolute;
    z-index:999;
}

div.social-top a.tw:hover {
    background-image: url('images/Soc-med-header-TW-over.png');
    position: absolute;
    z-index:999;
}

div.social-top a.in:hover {
    background-image: url('images/Soc-med-header-IN-over.png');
    position: absolute;
    z-index:999;
}

div.social-top a.yt:hover {
    background-image: url('images/Soc-med-header-YT-over.png');
    position: absolute;
    z-index:999;
}

.social-slide-header {
	height: 22px;
	width: 22px;
	margin: 6px;
	float: right;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide-header:hover {
	background-position: 0px -22px;
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.8);
}

.twitter-hover-sm {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-over-TW.png');
}

.facebook-hover-sm {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-over-FB.png');
}

.instagram-hover-sm {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-over-IG.png');
}

.linkedin-hover-sm {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-over-LI.png');
}

.youtube-hover-sm {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-over-YT.png');
}

/*--------------------------------------------------------------
# Medium Social Footer
--------------------------------------------------------------*/

.social-slide-footer {
	height: 50px;
	width: 50px;
	margin: 12px;
	float: left;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.social-slide-footer:hover {
	background-position: 0px -50px;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}

.twitter-hover {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-TW.png');
}

.facebook-hover {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-FB.png');
}

.instagram-hover {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-IG.png');
}

.linkedin-hover {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-LI.png');
}

.youtube-hover {
  background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-header-YT.png');
}

.social-footer a {
    display: inline-block;
}

#colophon div.social {
  margin-left:auto;
  margin-right:auto;
  width:300px;
  height:auto;
}

/*--------------------------------------------------------------
# Large Social Footer
--------------------------------------------------------------*/

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

#colophon div.social {
    margin-left: auto;
    margin-right: auto;
    width: 680px!important;
    height: auto;
  }

  .social-slide-footer {
    	height: 75px;
    	width: 75px;
    	margin: 30px;
    	float: left;
  }

  .social-footer a {
      display: inline-block;
  }

  .social-slide-footer:hover {
    	background-position: 0px -75px;
    	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
    }

  .twitter-hover {
    background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-footer-lg-TW.png');
  }

  .facebook-hover {
    background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-footer-lg-FB.png');
  }

  .instagram-hover {
    background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-footer-lg-IG.png');
  }

  .linkedin-hover {
    background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-footer-lg-LI.png');
  }

  .youtube-hover {
    background-image: url('/wp-content/themes/nextmark/images/social/Soc-med-footer-lg-YT.png');
  }

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


footer #colophon a {
  color: #0067b1;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.5px;
}

footer * {
  box-sizing: border-box;
}

.hidden-text {
  display: none;
}

#colophon div.site-info {
  width:80%;
  margin-left:auto;
  margin-right:auto;
  padding-top:25px;
  text-align:center;
  font-weight:100;
  clear:both;
}

#colophon {
  padding:30px 0 30px 0px;
  color:#fff;
  background-color:#1e242b;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.hpost.port > .alignleft {
}

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

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
	margin: 0 0 1.5em;
}

.widget ul {
	padding-left:20px;
}

/* Make sure select elements fit in widgets. */

.widget select {
	max-width: 100%;
}

/* Search widget. */

.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Portfolio
--------------------------------------------------------------*/

.portfolio img.wp-post-image {
    margin-bottom: 0;
    height: auto;
}

.portfolio-item {
	margin: 10px 0;
}

.portfolio .thumbnail {
	margin-bottom: 5px;
}

.portfolio h4 {
	margin-top: 5px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.entry-meta span a {
  color:#19dcff;
}

.entry-date {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
  color: #19dcff;
  text-transform:lowercase;
}

.post-navigation {
  display:none;
}

.sticky {
	display: block;
}
/*
.hentry {
	margin: 0 0 2.5em;
  margin-bottom:40px;
  border-bottom:solid 1px #dcdcdc;
}*/

h1.entry-title,
h1.entry-title a {
  font-weight: 400;
  color:#000;
}

.page-id-4 .hpost > .date  {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3;
  margin-top:6px;
  margin-bottom:-15px;
}

.hpost3 > .date {
    color: #000;
}

.page-id-12 h1.entry-title, .page-id-12 h1.entry-title a {
  font-size: 24px;
  font-weight: 500;
  color:#000;
}

.page-id-12 h1.entry-title {
  position: realtive !important;
	clip: none; /* IE6, IE7 */
  display:block;
}

.page-id-4 h1.entry-title, .page-id-4 h1.entry-title a {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3;
  margin-top:6px;
  color:#fff;
}

.hpost3 h1.entry-title, .hpost3 h1.entry-title a {
  color:#000 !important;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

img.wp-post-image {
	margin-bottom: 10px;
}

.author-meta {
  clear:both;
}

.author-meta .fa{
	font-size: 22px;
}


/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */

.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

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

.entry-content img {
  margin-bottom: 10px;
  /*float: left;
  margin-right: 20px;
  max-width:400px;*/
  height:auto;
}

.page-id-4.entry-content img {
  margin-bottom: 20px;
  float: left;
  margin-right: 25px;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
img {
	max-width: 100%;
  height:auto;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
	margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.copyright {
  float: right;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/

.search-highlight {
    background:#FFFF00
}

/*--------------------------------------------------------------
Form
--------------------------------------------------------------*/

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #1e242b;
  background-color: #fff;
  background-image: none;
  border: none!important;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	font-weight:100;
}

.form-actions > .btn-primary {
  color: #fff;
  font-size: 1.6em;
  font-weight:700;
  background-color:#1e242b;
  border:none;
}

/*--------------------------------------------------------------
Misc
--------------------------------------------------------------*/

.close-dn {
  margin-bottom:-65px;
  margin-top:0px;
}

.pad-dn {
  margin-top:40px;
  margin-bottom:40px;
}

.header-bg {
  background-color: #333645;
  opacity:0.60;
}

.overlay {
   z-index: 999;
   width:100%;
   position: absolute;
   backface-visibility: hidden;
   transform: translateZ(0px) skew(0deg, -7.5deg);
   background-color: #3d414e;
   opacity:0.60;
   height:540px;
   margin-top: -80px;
}

.underlay {
  z-index: 100;
}

.over-layer {
  z-index: 999;
  position:relative;
}

.under-layer {
  z-index: 100;
  position:relative;
}

.edit-link a{
  font-size: 12px;
  margin:6px;
}

/*--------------------------------------------------------------

Diagonal section breaks

--------------------------------------------------------------*/

.diagonal-1 {
    /*backface-visibility: hidden;
    transform: translateZ(0px) skew(0deg, -3deg);
    background-color: #1e242b;*/
    opacity: 1;
    height:100px;
}

.diagonal-2 {
  /*backface-visibility: hidden;
  transform: translateZ(0px) skew(0deg, -3deg);
  background-color: #ea2e49;*/
  height:166px;
  margin-top:-110px;
  margin-bottom:20px
}

.diagonal-3 {
    /*backface-visibility: hidden;
    transform: translateZ(0px) skew(0deg, -3deg);
    background-color: #50c9ed;*/
    margin-top:-50px;
    opacity: 1;
    height:100px;
}

.diagonal-4 {
    /*backface-visibility: hidden;
    transform: translateZ(0px) skew(0deg, 3deg);
    background-color: #ea2e49;*/
    height:100px;
    margin-top:-66px;
    margin-bottom:20px
}

.diagonal-5 {
    /*backface-visibility: hidden;
    transform: translateZ(0px) skew(0deg, -2deg);
    background-color: #19dcff;*/
    height:100px;
    margin-top:-66px;
    margin-bottom:20px
}

.diagonal-6 {
    /*backface-visibility: hidden;
    transform: translateZ(0px) skew(0deg, -2deg);
    background-color: #cccdd1;*/
    height:100px;
    margin-top: -65px;
    margin-bottom: 20px;
}

.diagonal-7 {
    /*backface-visibility: hidden;
    transform: translateZ(0px) skew(0deg, 3deg);
    background-color: #ec1946;*/
    height:166px;
    margin-top:-225px;
    margin-bottom:20px
}

.diagonal-footer {
    /*backface-visibility: hidden;
    transform: translateZ(0px) skew(0deg, -3deg);
    background-color: #1e242b;
    height:100px;
    margin-top:0px;
    margin-bottom:-50px*/
}


/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

/* Custom, iPhone Retina */

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

  .who-post1 {
    padding-top: 50px;
  }

  .team-member {
      display: none;
  }

  div.rev_slider, div.rev_slider_wrapper {
    display:none;
  }

  .home-slider {
      display:none;
  }

  .img-radio,
  .img-typewritter,
  .img-pencils {
    display:none!important;
  }

  .social-top {
    display: none!important;
  }

  .engage-post1 img,
  .blog-intro img,
  .news-intro .news-img,
  .port-post1 .hpost img,
  .who-post1 .intro img,
  .story-post1 .hpost img {
    display: none;
  }

  .story-mac-headline,
  .engage-headline,
  .who-post1 h2.who-headline,
  .port-headline,
  .blog-headline,
  .news-headline  {
    font-size: 5em;
    letter-spacing: -3px;
    margin-bottom: 0px;
    text-align: center;
  }

  .engage-post1 .intro p {
  margin-left: 15px;
  }

    .news-intro .section {
      padding-bottom:0em;
      margin-top: 0px;
  }

  .hpost h2.sec-head {
  }

  .hpost h2.sec-head.shift-bottom-x2 {
    margin-bottom:0px!important;
  }

  h2.sec-head.mobile-shift {
    text-align: left;
  }

  .hpost1 {
     margin-top: 70px;
  }

  .hpost2 h2, .hpost3 h2, .hpost4 h2 {
    font-size: 4.8em!important;
  }

  .hpost3 {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  .hpost3 img,
  .hpost4 img {
    display:none;
  }

  .color-box4 {
    padding-top: 0px;
  }

  .hpost3 .hpost {
    margin-left: -5px;
    margin-right: -6px;
  }

  .hpost4 {
    margin-bottom: -16px!important;
  }

  .client-headline {
    font-weight: 700;
    font-size: 5em;
  }

  .story-post {
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .story-post1 {
    padding:5px;
    padding-top:50px;
    min-height: 480px;
  }

  .story-post1 .intro {
    color: #fff;
    margin-top: 0px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
  }

  .story-post2 .brand-intro p{
    padding: 0px 20px 0px 20px !important;
  }

  .story-post2 .hpost {
  }

  .story-post h2.brand-head {
    font-size: 2.8em!important;
}

  .story-post2 .hpost h2.sec-head {
    font-size: 2.8em!important;
    margin-top:50px;
  }

  .story-post3 .hpost h2.sec-head {
    font-size: 2.8em;
  }

  .story-post4 .hpost h2.sec-head {
    font-size: 2.8em!important;
  }

  .story-post2, .story-post3, .story-post4 {
    padding-bottom: 20px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 10px 0 10px;
    margin-bottom: -18px!important;
  }

  .port-post1 {
    padding-top:50px;
  }

  .port-post1 .intro {
    margin-top: 0px;
  }

  /* Engage page */

  .engage-post1 {
    margin-left: -10px;
    margin-right:-10px;
    max-height:487px;
  }

  .engage-post1 img {
    margin-bottom: 0px;
  }

  .news-intro {
    margin-top: 50px;
  }

  news-intro .hentry {
    margin-bottom: 20px;
  }

  .container.content .news-content > div {
    padding: 0px;
}

/* blog */
  .blog-intro {
    padding-top:50px;
  }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {


  .home-slider {
    margin-top: 76px;
  }

  .client-intro {
    padding-top: 10px;
  }

  .story-post1 .hpost img {
    display: none;
  }

  .home-slider {
    dispaly:none!important;
  }

  .port-post1 {
    height:550px;
  }

  .port-post1 .intro {
    margin-top: 66px;
  }

  .port-post1 .hpost img {
    margin-bottom: 10px;
  }

  .news-intro .section {margin-top:0px;}

  .container.content .news-content > div {
    padding: 0px;
  }

  .blog-intro .section {
    padding-top: 0px!important;
    margin-bottom: 6em;
  }

  .hpost1 p {
    padding-left: 10px;
  }

  .hpost4 {
    margin-top: 0px!important;
    margin-bottom: -17px!important;
    color: #fff;
  }

  .page-id-4 a.more-link {
    font-size: 24px;
    padding: 0px 0px 0px 0px !important;
    margin-left: 0px;
    margin-bottom:58px!important;
    float: right;
  }

  .hpost2 .hp-intro {
    font-size: 15px;
  }

  .hpost3 {
    padding-top: 50px;
    margin-bottom: -50px;
  }

  .hpost3 .content,
  .hpost4 .hpost .post p {
    font-size: 1em;
  }

  .center-img img{
    margin:0px;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    max-width:100%;
  }

  div.team .col-xs-6  {
    width:100%!important;
  }

  .imac-story, .img-blog {
    margin-bottom:10px;
    width: 100%;
  }

  .story-post {
    margin-top: 0px;
  }

  .story-post1 {
    padding: 5px;
    padding-top: 75px;
  }

  .story-post1 .hpost img {
    margin-bottom: 200px;
  }

  .story-post1 .intro {
    color: #fff;
    margin-top: 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.6em;
  }

  .story-post h2.brand-head,
  .story-post2 .hpost h2.sec-head,
  .story-post3 .hpost h2.sec-head,
  .story-post4 .hpost h2.sec-head {

    font-size: 4em;
    text-align: center;
    margin-bottom: .35em;
    font-weight:700;
    letter-spacing: -2px;
    padding-top:25px;
  }

  .story-post2, .story-post3, .story-post4 {
    padding-top: 0px;
  }

  .story-post2 .brand-intro {
    padding-left: 30px;
  }

  .story-post2 h2.brand-head {
    padding-top: 0px!important;
  }

  h2.sec-head .shift-bottom-x2 {
    font-size: 3.6em;
    text-align: left;
    margin-bottom:0px;
  }

  .story-post2 {
    line-height: 2em;
    margin-top: 0px;
    margin-bottom: 30px;
    padding-top: 0px;
  }

  .story-post2 img {
    margin-bottom: 0px;
  }

  .story-post3 .hpost .pblock,
  .story-post3 .hpost .pblock {
    /*margin-left:-15px;
    margin-left:-15px;*/
  }

  .who-post1 h2.who-headline {
    font-size: 6em;
  }

  .who-post1 .intro img {
    margin-bottom: 10px;
    margin-top: -42px;
  }

  .who-post1 {
    padding-top: 70px;
  }

  .engage-post1 {
    height: 545px;
  }

  .engage-post1 .intro p {
    margin-left: 5px;
  }

  .port-headline {
    font-size: 5.6em;
  }
}



@media only screen and (min-width:481px) and (max-width: 640px)  {

  .container.content .news-content > div {
    padding: 0px;
  }

  .news-intro .section {
    margin-top: 0px;
  }

  .port-post1 .hpost img {
    margin-bottom: -10px;
  }

  .home-slider {
    /*margin-top: 76px;*/
    margin-top: -2px;
  }

  .modal-body img {
    margin-bottom: 10px;
  }

  .story-post1 {
    min-height:360px;
  }

  .story-post h2.brand-head {
  font-size: 4em;
}

  .story-post1 .hpost img {
    margin-bottom: 200px;
  }

  .story-post1 .intro {
    color: #fff;
    margin-top: 2em;
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: 300;
  }

  .page-id-4 a.more-link {
    margin-bottom:100px;
  }

  .story-post2 img {
    margin-bottom: 0px!important;
  }

  .story-post2{
    min-height: 600px;
  }

  .story-post3 img {
    margin-bottom: -70px!important;
  }

  .story-post4 img {
    margin-bottom: 0px!important;
  }

  .story-post2, .story-post3, .story-post4 {
    padding-top: 50px;
  }

  .story-post2 .hpost h2.sec-head,
  .story-post3 .hpost h2.sec-head,
  .story-post4 .hpost h2.sec-head {
    font-size: 4.6em;
  }

}

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

  .container.content .news-content > div {
    padding: 0px;
  }

  .home-slider {
    margin-top: 60px;
  }

  .modal-body img {
    margin-bottom: 10px;
  }

  .story-post1 {
    min-height:360px;
  }

  .port-post1 .hpost img {
    margin-bottom: 0px;
  }

  .port-post1 {
  	   height: 425px;
	}

  .port-post1 .hpost img {
    margin-bottom: 0px;
  }

  .modal-body img {
    margin-bottom: 10px;
  }

  .fp-newspaper {
  }

  .hpost3 {
    /*padding-top: 150px;*/
    margin-bottom: -50px;
  }

  .hpost2 h2{
    font-size: 6em;
    margin-bottom: 0px;
    margin-left:0px;
    letter-spacing: -3px;
    text-align: center!important;
  }

.hpost3 h2, .hpost4 h2 {
    font-size: 6em;
    margin-bottom: 0px;
    margin-left:0px;
    letter-spacing: -3px;
    text-align: center;
  }

  .page-id-4 a.more-link {
    font-size: 24px;
    padding: 0px 0px 0px 0px !important;
    margin-left: 0px;
    margin-bottom:10px;
    float: right;
  }

  .modal-body img {
    float:left;
    margin-right:0px;
    width:100%!important;
    margin-bottom:15px;
    }

  div.team img.team-img {
  /*width:100%;*/
  }

  /*.who-post1,*/
  .imac-story,
  .img-blog,
  .intro img {
    margin-bottom: 10px!important;
  }

  .blog-intro .section {
    margin-bottom: 0px;
    margin-top:0pc;
    margin-left:0px;
    margin-right:0px;
  }

  .news-intro .section {
    margin-bottom: 0px;
    margin-top:0pc;
    margin-left:20px;
    margin-right:20px;
  }

  .news-content {
    padding-right: 5%;
    padding-left: 5%;
  }

  .news-content .news-post {
    width:100%!important;
    margin-top: 0px;
  }

  .post-grid-container.left-right .even .thumb {
    margin-right: 0px;
  }

  .post-grid-container .meta .date {
    margin-bottom: 10px;
  }

  .rev-slider-container > .tp-caption.small_thin_grey, .small_thin_grey {
    margin-bottom: -20px!important;
  }
}

@media only screen and (min-width:769px) and (max-width: 992px)  {

  .page-id-4 a.more-link2 {
    margin-top: 0px!important;
}

  .port-post1 {
  	   height: 426px;
	}

  .home-slider {
    margin-top: 83px;
  }

  .story-post1 {
    min-height:380px;
  }

  .port-post1 .hpost img {
    margin-bottom: 10px;

  }

  .news-intro .section {
    margin-top: 10px;
    padding: 20px;
  }

  .news-content .date{
    width:100%;
  }
}

@media only screen and (min-width:993px) and (max-width : 1200px){

  .hpost3 h2{
    text-align:right;
    margin-right:100px!important;
  }

  .container.content .news-content > div {
    padding: 0 11%;
  }

  .hpost1 {
      /*margin-top: -25px;*/
  }

  .home-slider {
    margin-top: 78px;
  }

}


@media only screen and (min-width:1201px) and (max-width : 1920px){

  .home-slider {
    margin-top: 75px;
  }

  #IEroot {
    margin-top: 45px!important;
  }

  .hpost3 h2{
    text-align:right;
    margin-right:100px!important;
  }

  .blog-intro .section {
    /*padding-top: 133px;*/
  }

  .news-content {
    padding: 0 15% 0 15%!important;
  }

  .hpost1 {
    padding-top: 30px;
  }

}

@media only screen and (max-width : 1200px) {
  .story-post4 {
    padding-bottom: 100px !important;
}
}
/*==========  Mobile First Method  ==========*/

/* Extra Small Devices, Phones */

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


/* Small Devices, Tablets */

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

}

/* Medium Devices, Desktops */

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


/* Large Devices, Wide Screens */

@media only screen and (min-width : 1200px) {
	.port-post1 {
  		height: 360px;
	}

}


@media \0screen {
    body { background: blue; }
}

  /* Super Wide Screens  -- adjust diagonals*/

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

    /*--------------------------------------------------------------
       Large screen diagonal section breaks
    --------------------------------------------------------------*/

    .diagonal-1 {
        transform: translateZ(0px) skew(0deg, -1.5deg);
    }

    .diagonal-2 {
        transform: translateZ(0px) skew(0deg, -1.5deg);
    }

    .diagonal-3 {
        transform: translateZ(0px) skew(0deg, -1.5deg);
    }

    .diagonal-4 {
        transform: translateZ(0px) skew(0deg, 1.5deg);
    }

    .diagonal-5 {
        transform: translateZ(0px) skew(0deg, -1.5deg);
    }

    .diagonal-6 {
        transform: translateZ(0px) skew(0deg, -1.5deg);
    }

    .diagonal-7 {
        transform: translateZ(0px) skew(0deg, 2deg);
    }

    .diagonal-footer {
        transform: translateZ(0px) skew(0deg, -2deg);
    }

    }

.eric { float: none !important; }
p {hyphens: none; word-break: none;}

.fill-container {
    min-height: 100vh;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.admin-bar .fill-container {
    min-height: calc(100vh - 32px);
}

.fill-container > .row {
    padding-top: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
}

.admin-bar .fill-container > .row {
    padding-top: 39px;
}

.fill-container .quick-splash {
    margin: 0;
    padding: 0;
    background: url("/wp-content/uploads/2024/04/NMhomepage-IMAGE-1.jpg");
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.quick-hero{
  padding:0px 50px 25px;
}

.quick-hero h1{
  font-family:roboto;
  font-size:4rem;
  font-weight:200;
  text-transform: uppercase;
  color:#1e242a;
  padding-top:20px;
}

.quick-hero h1 span{
  font-family:roboto;
  font-size:4rem;
  font-weight:400;
  text-transform: uppercase;
  color:#ec1946;
}

.fill-container .quick-splash img {
    width: 100%;
}

.quick-links-hero {
    padding-bottom: 20px;
}

.quick-links-hero ul{
  padding-inline-start:0px;
}

.quick-links-hero img{
  width:50px!important;
  height:35px;
  padding-right:5px;
}

.quick-links-hero li, .hero2025text-block li{
  list-style: none;
  font-family: Roboto;
  font-size:20px;
  font-weight:200;
  text-transform: uppercase;
  color:#ffffff;
  line-height:2;
}

.quick-links-hero li a, .hero2025text-block li a{
  font-family: Roboto;
  font-size:20px;
  font-weight:200;
  text-transform: uppercase;
  color:#ffffff;
}

.quick-links-hero li a:hover, .hero2025text-block li a:hover{
  color:#ec1946;
}
.fill-container .quick-links > ul, .hero2025text-block > ul{
    list-style: none;
    margin: 8px 0;
    padding: 0;
}

.fill-container .quick-links > ul > li + li {
    padding-top: 8px;
}

.fill-container .quick-links a {
    display: block;
    padding: 16px;
    position: relative;
}

.fill-container .quick-links a > div {
    bottom: 0;
    opacity: 0;
    overflow: hidden;
    right: 0;
    position: absolute;
    left: 0;
    top: 0;

    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.fill-container .quick-links a:hover > div {
    opacity: 1;
}

.fill-container .quick-links h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin: 0;
    /* letter-spacing: -3px; */
    padding: 10px;
}

.fill-container .quick-links h2 span {
    color: #000;
    display: block;
    font-weight: 100;
    line-height: 80%;
}

.fill-container .quick-links li a {
    min-height: 200px;
}

.fill-container .quick-links .quick-links-story a,
.fill-container .quick-links .quick-links-story .hover {
    background: #19dcff;
}

.fill-container .quick-links .quick-links-story .hover ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    list-style: none;

    -ms-flex-line-pack: center;
      align-content: center;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fill-container .quick-links .quick-links-story .hover ul li {
    display: block;
    height: 70%;
    text-align: center;

    -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.fill-container .quick-links .quick-links-story .hover img {
    max-height: 100%;
}

.fill-container .quick-links .quick-links-team a {
    background: #1e242b;
}

.fill-container .quick-links .quick-links-team a > div {
    background:#1e242b;
    float:right;
}

.quick-links-team .hover img{
  margin-left:150px;
}

.fill-container .quick-links .quick-links-team .hover ul,
.fill-container .quick-links .quick-links-work .hover ul {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0 20px;
    list-style: none;
    width: 30000px;

    -webkit-transition: transform 18s linear;
    -o-transition: transform 18s linear;
    transition: transform 18s linear;
}

.fill-container .quick-links .quick-links-work .hover ul {
    -webkit-transition: transform 25s linear;
    -o-transition: transform 25s linear;
    transition: transform 25s linear;
}

.fill-container .quick-links .quick-links-team .hover ul li,
.fill-container .quick-links .quick-links-work .hover ul li {
    display: block;
    float: left;
    height: 100%;
    text-align: center;
}

.fill-container .quick-links .quick-links-work .hover ul li {
    padding-right: 8px;
}

.fill-container .quick-links .quick-links-team .hover img,
.fill-container .quick-links .quick-links-work .hover img {
    max-height: 100%;
}

.fill-container .quick-links .quick-links-work a {
    background: #ec1946;
}

.fill-container .quick-links .quick-links-work a > div {
    background: #fff;
}

.fill-container .quick-links .quick-links-team h2 span {
    color: #fff;
}

.fill-container .quick-bio {
    padding-bottom: 16px;
    padding-top: 16px;
}

.fill-container .quick-bio img {
    display: block;
    margin: 0 auto 8px;
    max-width: 200px;
    -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.fill-container .quick-bio span {
    color: #ec1946;
    font-weight: bold;
}

.fill-container .quick-bio a {
    color: #ec1946;
    font-weight: bold;
    text-decoration: underline;
}

.fill-container .quick-bio a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    .fill-container > .row {
        padding-top: 87px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    }

    .admin-bar .fill-container > .row {
        padding-top: 55px;
    }

    .fill-container .fill-left {
        padding: 0 0 0 0;
    }

    .fill-container .quick-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        padding-left: 8px;

        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }

    .fill-container .quick-links > ul {
        margin: 0;
        width: 100%;
        min-height: 100%;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

    .fill-container .quick-links > ul > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-flex: 1;
          -ms-flex: 1 0 33%;
              flex: 1 0 33%;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .fill-container .quick-links li a {
        flex: 1;
        min-height: auto;
    }

    .fill-container .quick-bio {
        padding-bottom: 8px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .fill-container .quick-bio img {
        display: inline-block;
        margin: 0 0 0 16px;
        padding: 0;

        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    }

    .fill-container .quick-bio > div {
        border-left: 2px solid #000;
        margin: 0 0 0 20px;
        padding: 8px 8px 8px 20px;

        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }
}

.story-container {
    padding-top: 61px;
}

.admin-bar .story-container {
    padding-top: 29px;
}

.story-container .quick-splash {
    background: #333;
}

.story-container .quick-splash img {
    display: block;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.story-container .quick-bio {
    padding: 16px 8px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.story-container .quick-bio img {
    margin: 0 auto;
    max-width: 200px;
}

.story-container .quick-bio > div {
    min-height: 100%;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.story-container .quick-points {
    margin: 0 0 8px;
}

.story-container .quick-points .hide-name {
    display: block;
    height: 0;
    text-indent: -9999px;
}

.story-container .quick-points > div {
    padding: 1.5em 1em 2em;
    margin-top: 8px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
    -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.story-container .quick-points .quick-points-marketing {
    background: #ec1946;
}

.story-container .quick-points .quick-points-creative {
    background: #19dcff;
}

.story-container .quick-points .quick-points-social {
    background: #1e242b;
}

.story-container .quick-points img {
    max-height: 180px;
}

.story-container .quick-points h2 {
    font-size: 2.75em;
    font-weight: 700;
    color: #fff;
    margin: 16px 0;
    text-align: center;
}


.story-container .quick-points h2 span {
    color: #000;
    font-weight: 100;
}

.story-container .quick-points p {
    text-align: center;
}

.story-container .quick-points .quick-points-marketing p,
.story-container .quick-points .quick-points-social p {
    color: #fff;
}

.story-container .quick-points .quick-points-social h2 span {
    color: #fff;
}

@media (min-width: 768px) {
    .story-container {
        padding-top: 75px;
    }

    .admin-bar .story-container {
        padding-top: 45px;
    }

    .story-container .quick-bio {
        padding: 20px 0;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
    }

    .story-container .quick-bio img {
        margin: 0 0 0 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
    }

    .story-container .quick-bio > div {
        border-left: 2px solid #000;
        margin: 0 0 0 20px;
        padding: 8px 8px 8px 20px;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .story-container .quick-points {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .story-container .quick-points h2 {
        font-size: 2em;
    }

    .story-container .quick-points > div {
        margin-top: 0;
        -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
    }

    .story-container .quick-points > div + div {
        margin-left: 8px;
    }
}

@media (min-width: 992px) {
    .story-container .quick-points h2 {
        font-size: 2.5em;
    }
}

@media (min-width: 1200px) {
    .story-container .quick-points h2 {
        font-size: 3em;
    }
}

.who-blog {
    background: #ec1946;
    line-height: 2em;
    padding-top: 100px;
    margin-bottom: 0px;
}

.who-news {
    background: #19deff;
    line-height: 2em;
    padding-top: 100px;
    margin-bottom: 0px;
}

.who-news .news-img {
    margin: 0 auto;
    width: 50%;
}

.who-blog .blog-img {
    margin: 0 auto;
    width: 25%;
}

.who-news .hpost .hentry,
.who-blog .hpost .hentry,
.who-news .entry-content,
.who-blog .entry-content {
    border: 0;
    margin: 0;
}

.who-blog .blog-headline,
.who-news .news-headline {
    color: #fff;
}

.who-blog .intro,
.who-news .intro {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.8em;
    color: #fff;
}

@media (min-width: 768px) {
    .who-blog .blog-wrap,
    .who-news .news-wrap {
        float: left;
        width: 40%;
    }

    .who-blog .intro,
    .who-news .intro {
        float: right;
        width: 60%;
    }
}
.engage-form {
  padding:50px;
  margin-bottom: 40px;
}
.entry-title h1, .entry-title a{
  display:none;
}


/* New Hero 2025 */
.hero2025 {
  background: url("/wp-content/uploads/2025/01/chalkboard-bg.png") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  position: relative;
}

/* The two colored vertical stripes, shifted 25px from the left */
.hero2025left-stripes {
  position: absolute;
  top: 0;
  left: 25px;
  width: 10px;
  height: 100%;
  background-color: #00bfe7; /* blue stripe */
}
.hero2025left-stripes::after {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: 15px;
  height: 100%;
  background-color: #ea1f59; /* pink/red stripe */
}

/* Main container uses flexbox to center items vertically and horizontally */
.hero2025container {
  display: flex;
  flex-direction: row;
  align-items: center;       /* vertical centering */
  justify-content: space-between;
  margin: 0 auto;
  padding: 10px 0 10px 40px;          /* horizontal padding to avoid overlap with stripes */
  height: 100%;
}

/* The “20 Years” transparent image */
.hero2025anniversary {
  max-width: 500px;
  width: 100%;
  height: auto;
  float:right;
}

/* Actual text on the left (or below on mobile) */
.hero2025text-block {
  max-width: 400px;
  margin-left: 70px;  /* ensures it doesn’t collide with the stripes */
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
  min-width: 357px;
}
.hero2025image-block {
  max-width: 500px;
  margin-left: 20px;
}
.hero2025text-block h2 {
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* Responsive behavior: stack image above text on smaller screens */
@media (max-width: 768px) {
  .hero2025container {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .hero2025text-block {
    margin-left: 0; /* remove the extra offset on mobile */
  }

  .hero2025image-block {
  margin-left: 50px;
}
}
