/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, dl, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

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

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

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

h1, h3, h4, h5 {
  font-family: "Enriqueta", serif; }
  h1 span, h3 span, h4 span, h5 span {
    color: #0faebf; }

h1 {
  font-size: 2.625em;
  font-weight: 700;
  margin-bottom: .6em; }
  @media only screen and (max-width: 559px) {
    h1 {
      font-size: 1.75em !important; } }

h2 {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.125em;
  margin-bottom: 1.4em; }
  h2 span {
    color: #0faebf; }
  @media only screen and (max-width: 559px) {
    h2 {
      font-size: 1.375em !important;
      margin-bottom: 1em !important; } }

h3 {
  font-size: 1.75em;
  margin-bottom: .5em; }
  @media only screen and (max-width: 559px) {
    h3 {
      font-size: 1.125em !important; } }

h4 {
  font-size: 1em; }
  @media only screen and (max-width: 559px) {
    h4 {
      font-size: 0.75em !important; } }

p, dl {
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.4375em;
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 559px) {
    p, dl {
      font-size: 1em !important; } }

a {
  text-decoration: none;
  color: #031919;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  a:hover {
    color: #0faebf; }

strong {
  font-weight: 700; }

.italicize {
  font-style: italic !important; }

span.italicize {
  font-style: italic !important;
  color: #666666; }

.sf_italics {
  all: unset !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: italic !important; }

button, .button {
  font-family: "Enriqueta", serif;
  font-size: 1.125em;
  color: #efefed;
  background-color: #01728c;
  border-radius: 2px;
  border: none;
  padding: 0.3125em 0.625em;
  line-height: 2em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: inline-block;
  padding-bottom: 0.625em; }
  button.wide, .button.wide {
    padding: 0.3125em 1.75em; }
  button:hover, .button:hover {
    background-color: #0faebf;
    color: #efefed; }

.iapi-button {
  font-family: "Enriqueta", serif;
  font-size: 1.125em;
  color: #2169ae;
  background-color: #fff;
  border-radius: 2px;
  border: none;
  padding: 0.3125em 0.625em;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  display: inline-block; }
  .iapi-button:hover {
    background-color: #0faebf;
    color: #efefed; }
  @media (max-width: 590px) {
    .iapi-button {
      position: absolute;
      left: 15px;
      top: 175px; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html, body {
  width: 100%;
  font-family: "Lato", sans-serif;
  color: #333;
  font-size: 16px; }

body {
  margin-top: 5.25em; }
  @media only screen and (max-width: 767px) {
    body {
      margin-top: 0em; } }

.wrapper {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  overflow: hidden; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }

.inner-wrapper, .text-module, .news-article header {
  max-width: 768px;
  display: block;
  margin: 0 auto;
  padding: 0 2em; }

section {
  display: block;
  padding: 1.5em 0; }
  section::after {
    clear: both;
    content: "";
    display: table; }

dl {
  width: 100%;
  overflow: hidden; }
  dl dt {
    float: left;
    font-weight: 700;
    padding-right: .5em; }
    dl dt::after {
      clear: both;
      content: "";
      display: table; }
  dl dd {
    float: letf;
    font-weight: 300; }
    dl dd::after {
      clear: both;
      content: "";
      display: table; }

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #d9d9d9;
  margin: 1.5em 0; }

.no-padding {
  padding: 0; }

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none; }

.avbgroup-404 {
  width: 100%;
  background: url(../../images/avgroup/about-us.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 559px) {
    .avbgroup-404 {
      height: 100% !important; } }
  @media only screen and (min-width: 768px) {
    .avbgroup-404 {
      background-attachment: fixed; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .avbgroup-404 {
      background-attachment: scroll !important; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .avbgroup-404 {
      background-attachment: scroll !important; } }

.diamond-container-404 {
  display: table;
  width: 100%;
  height: 100%; }

.diamond-wrapper-404 {
  display: table-cell;
  vertical-align: middle; }

.message-404 {
  color: #fff;
  margin: 0 auto;
  padding: 2em;
  text-align: center;
  position: relative;
  background: rgba(67, 133, 157, 0.8); }
  @media only screen and (max-width: 559px) {
    .message-404 {
      padding: 4em 2em; } }
  @media only screen and (min-width: 560px) {
    .message-404 {
      padding: 12em 6em 0;
      width: 625px;
      height: 630px;
      background: url(../../images/avgroup/avbgroup-diamond.png) no-repeat center; } }
  .message-404 h2, .message-404 p, .message-404 dl {
    color: #fff; }
  .message-404 h2 {
    font-size: 3.25em; }
  .message-404 p, .message-404 dl {
    font-size: 1em; }

iframe {
  display: block; }

.text-content ul, .text-module ul, .news-item ul {
  list-style-type: disc;
  margin-bottom: 1.3em; }
.text-content ul li, .text-module ul li, .news-item ul li {
  line-height: 1.3em;
  margin: 0.3em 0; }

.primary-header {
  display: block;
  width: 100%;
  height: 5.25em;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee; }
  @media only screen and (max-width: 767px) {
    .primary-header {
      height: auto;
      text-align: right;
      position: static; } }
  .primary-header .wrapper {
    padding: 1em 2em; }
  .primary-header .nav-toggle {
    display: none;
    position: absolute;
    top: 1.5625em;
    right: 1.875em; }
    @media only screen and (max-width: 767px) {
      .primary-header .nav-toggle {
        display: block; } }
  .primary-header .nav-toggle {
    cursor: pointer;
    padding: 0.625em 2.1875em 1em 0; }
  .primary-header .nav-toggle span, .primary-header .nav-toggle span:before, .primary-header .nav-toggle span:after {
    cursor: pointer;
    border-radius: 0.0625em;
    height: 0.3125em;
    width: 2.1875em;
    background: #333;
    position: absolute;
    display: block;
    content: ''; }
  .primary-header .nav-toggle span:before {
    top: -0.625em; }
  .primary-header .nav-toggle span:after {
    bottom: -0.625em; }
  .primary-header .nav-toggle span, .primary-header .nav-toggle span:before, .primary-header .nav-toggle span:after {
    transition: all 500ms ease-in-out; }
  .primary-header .nav-toggle.active span, .primary-header .nav-toggle.selected span {
    background-color: transparent; }
  .primary-header .nav-toggle.active span:before, .primary-header .nav-toggle.selected span:before, .primary-header .nav-toggle.active span:after, .primary-header .nav-toggle.selected span:after {
    top: 0; }
  .primary-header .nav-toggle.active span:before, .primary-header .nav-toggle.selected span:before {
    transform: rotate(45deg); }
  .primary-header .nav-toggle.active span:after, .primary-header .nav-toggle.selected span:after {
    transform: rotate(-45deg); }
  .primary-header .header-contact {
    float: right;
    font-size: 0.75em; }
    @media only screen and (max-width: 767px) {
      .primary-header .header-contact {
        float: none;
        margin-top: 3em;
        display: none; } }
    .primary-header .header-contact li {
      display: inline; }

footer {
  background-color: #031919;
  color: #efefed;
  padding: 2.3em 0 1.7em 0; }
  footer .vcard a, footer .vcard span, footer .vcard h4 {
    color: #efefed; }
  footer a {
    color: #efefed; }
  footer small {
    display: block;
    clear: both;
    font-size: 0.625em; }
  footer h4 {
    font-size: 1em;
    color: #efefed; }
    @media only screen and (max-width: 559px) {
      footer h4 {
        font-size: 1.125em; } }
  footer .social-links .symbol {
    color: #031919;
    font-size: 0.5em; }
    footer .social-links .symbol .fa-circle {
      color: #efefed;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
    footer .social-links .symbol:hover .fa-circle:before {
      color: #0faebf; }

.people {
  margin: 0 auto;
  display: block;
  max-width: 56.25em; }
  @media only screen and (max-width: 859px) {
    .people {
      max-width: 41.25em; } }
  @media only screen and (max-width: 559px) {
    .people {
      max-width: 28.75em; } }
  .people ul {
    margin-top: 1em; }
    @media screen and (min-width: 860px) {
      .people ul {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 100%; }
        .people ul:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 560px) and (max-width: 860px) {
      .people ul {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 100%; }
        .people ul:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 480px) and (max-width: 560px) {
      .people ul {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 100%; }
        .people ul:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .people ul {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .people ul:last-child {
          margin-right: 0; } }
    .people ul li {
      margin-bottom: 2em;
      text-align: center; }
      @media screen and (min-width: 860px) {
        .people ul li {
          float: left;
          display: block;
          margin-right: 3.57866%;
          width: 22.316%; }
          .people ul li:last-child {
            margin-right: 0; }
          .people ul li:nth-child(4n) {
            margin-right: 0; }
          .people ul li:nth-child(4n+1) {
            clear: left; } }
      @media screen and (min-width: 560px) and (max-width: 860px) {
        .people ul li {
          float: left;
          display: block;
          margin-right: 4.82916%;
          width: 30.11389%; }
          .people ul li:last-child {
            margin-right: 0; }
          .people ul li:nth-child(3n) {
            margin-right: 0; }
          .people ul li:nth-child(3n+1) {
            clear: left; } }
      @media screen and (min-width: 480px) and (max-width: 560px) {
        .people ul li {
          float: left;
          display: block;
          margin-right: 7.42297%;
          width: 46.28851%; }
          .people ul li:last-child {
            margin-right: 0; }
          .people ul li:nth-child(2n) {
            margin-right: 0; }
          .people ul li:nth-child(2n+1) {
            clear: left; } }
      @media screen and (max-width: 480px) {
        .people ul li {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%; }
          .people ul li:last-child {
            margin-right: 0; }
          .people ul li:nth-child(1n) {
            margin-right: 0; }
          .people ul li:nth-child(1n+1) {
            clear: left; } }
      .people ul li dl {
        max-width: 9.375em;
        margin: 0 auto;
        font-size: 1em; }
        .people ul li dl dt {
          font-family: "Enriqueta", serif;
          padding-right: 0 !important;
          float: none !important;
          font-weight: normal !important; }
        .people ul li dl dd {
          margin-top: .3em;
          font-size: 0.875em;
          font-weight: 400;
          line-height: 1.25em; }

.contact .contact-inner {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .contact .contact-inner:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .contact .contact-inner {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .contact .contact-inner:last-child {
        margin-right: 0; } }
  .contact .contact-inner h2 {
    margin-bottom: 1em; }
    @media only screen and (max-width: 559px) {
      .contact .contact-inner h2 {
        font-size: 1.35em; } }
  @media only screen and (max-width: 559px) {
    .contact .contact-inner h1 {
      font-size: 1.5em; } }
  .contact .contact-inner img {
    width: 100%; }

.mapSection {
  overflow: hidden;
  width: 100%;
  height: 375px;
  padding-top: 0; }
  .mapSection .wrapper {
    width: 100%;
    height: 350px;
    padding: 0; }

.contacts-vcards {
  background: #f9f7f4; }
  .contacts-vcards .vcard {
    display: block;
    line-height: 1.4em;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .contacts-vcards .vcard:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 559px) {
      .contacts-vcards .vcard {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .contacts-vcards .vcard:last-child {
          margin-right: 0; }
        .contacts-vcards .vcard:first-child {
          margin-bottom: 1.5em; } }
    .contacts-vcards .vcard h4 {
      font-weight: bold; }

section.googlemaplink {
  margin-bottom: 0.5em;
  padding-bottom: 0; }
  section.googlemaplink .wrapper h2 a {
    font-size: 0.875em;
    color: #333; }
  section.googlemaplink .wrapper h2 :hover {
    color: #0faebf; }

.client-list {
  margin: 0 auto;
  display: block;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto; }
  .client-list::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 860px) {
    .client-list ul {
      float: left;
      display: block;
      margin-right: 4.82916%;
      width: 100%; }
      .client-list ul:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 860px) {
    .client-list ul {
      float: left;
      display: block;
      margin-right: 7.42297%;
      width: 100%; }
      .client-list ul:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 560px) and (max-width: 768px) {
    .client-list ul {
      float: left;
      display: block;
      margin-right: 10.1484%;
      width: 100%; }
      .client-list ul:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 560px) {
    .client-list ul {
      float: left;
      display: block;
      margin-right: 16.03631%;
      width: 100%; }
      .client-list ul:last-child {
        margin-right: 0; } }
  .client-list ul li {
    margin-bottom: 2em;
    text-align: center; }
    @media screen and (min-width: 860px) {
      .client-list ul li {
        float: left;
        display: block;
        margin-right: 4.82916%;
        width: 12.64237%; }
        .client-list ul li:last-child {
          margin-right: 0; }
        .client-list ul li:nth-child(6n) {
          margin-right: 0; }
        .client-list ul li:nth-child(6n+1) {
          clear: left; } }
    @media screen and (min-width: 768px) and (max-width: 860px) {
      .client-list ul li {
        float: left;
        display: block;
        margin-right: 7.42297%;
        width: 19.43277%; }
        .client-list ul li:last-child {
          margin-right: 0; }
        .client-list ul li:nth-child(4n) {
          margin-right: 0; }
        .client-list ul li:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 560px) and (max-width: 768px) {
      .client-list ul li {
        float: left;
        display: block;
        margin-right: 10.1484%;
        width: 26.56773%; }
        .client-list ul li:last-child {
          margin-right: 0; }
        .client-list ul li:nth-child(3n) {
          margin-right: 0; }
        .client-list ul li:nth-child(3n+1) {
          clear: left; } }
    @media screen and (max-width: 560px) {
      .client-list ul li {
        float: left;
        display: block;
        margin-right: 16.03631%;
        width: 41.98184%; }
        .client-list ul li:last-child {
          margin-right: 0; }
        .client-list ul li:nth-child(2n) {
          margin-right: 0; }
        .client-list ul li:nth-child(2n+1) {
          clear: left; } }
    .client-list ul li img {
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }

.large-image-module {
  max-width: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9999;
  width: 100%;
  height: auto;
  width: 100%;
  text-align: center; }
  .large-image-module .wrapper {
    padding: 0;
    max-width: 1920px;
    display: block;
    height: 37.5em;
    width: 100%;
    margin: 0 auto; }
    .large-image-module .wrapper .item {
      /*background-position:center center;
      background-repeat: no-repeat;
      background-size: cover;*/
      width: 100%;
      display: block;
      margin: 0 auto;
      height: 37.5em; }
      @media only screen and (max-width: 767px) {
        .large-image-module .wrapper .item {
          max-height: 28.125em;
          margin-top: 0em; } }
      @media only screen and (max-width: 559px) {
        .large-image-module .wrapper .item {
          max-height: 21.875em; } }
  @media only screen and (max-width: 767px) {
    .large-image-module {
      max-height: 28.125em; } }
  @media only screen and (max-width: 559px) {
    .large-image-module {
      max-height: 21.875em; } }

.large-carousel-banner {
  max-width: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  z-index: 9999;
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 767px) {
    .large-carousel-banner {
      max-height: 28.125em; } }
  @media only screen and (max-width: 559px) {
    .large-carousel-banner {
      max-height: 21.875em; } }
  .large-carousel-banner #large-carousel .item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 37.5em; }
    @media only screen and (max-width: 767px) {
      .large-carousel-banner #large-carousel .item {
        max-height: 28.125em;
        margin-top: 0em; } }
    @media only screen and (max-width: 559px) {
      .large-carousel-banner #large-carousel .item {
        max-height: 21.875em; } }
  .large-carousel-banner .large-carousel {
    display: block;
    height: 37.5em;
    width: 100%;
    margin: 0 auto; }

.small-carousel-banner {
  max-width: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  overflow: hidden;
  z-index: 9999;
  width: 100%;
  height: auto; }
  .small-carousel-banner .wrapper {
    padding: 0; }
  .small-carousel-banner #small-carousel .item {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 19.6875em; }
    @media only screen and (max-width: 767px) {
      .small-carousel-banner #small-carousel .item {
        max-height: 13.4375em;
        margin-top: 0em; } }
    @media only screen and (max-width: 559px) {
      .small-carousel-banner #small-carousel .item {
        max-height: 13.4375em; } }
    .small-carousel-banner #small-carousel .item img {
      display: block;
      width: 100%;
      height: 100%;
      margin: 0 auto; }
  .small-carousel-banner .small-carousel {
    display: block;
    height: 19.6875em;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .small-carousel-banner .small-carousel {
        max-height: 13.4375em; } }
    @media only screen and (max-width: 559px) {
      .small-carousel-banner .small-carousel {
        max-height: 13.4375em; } }

.text-module p, .text-module dl {
  margin-top: 1.5em;
  margin-bottom: 1.5em; }
.text-module p.home-copy, .text-module dl.home-copy {
  color: #ffffff !important; }
.text-module ul {
  list-style-type: disc;
  padding-left: 1.2em;
  line-height: 2em;
  font-size: 1.125em;
  font-weight: 300;
  margin-bottom: 1em; }

.carousel-module {
  display: block; }
  .carousel-module .wrapper {
    padding: 0; }
  .carousel-module #carousel-module {
    height: auto;
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 0.5em; }
    .carousel-module #carousel-module .item {
      margin: 0 0.25em; }
      .carousel-module #carousel-module .item img {
        display: block;
        width: 100%;
        height: auto; }

.embed-module {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 0.5em; }
  .embed-module .wrapper {
    padding: 0;
    height: 36em; }
    .embed-module .wrapper iframe {
      width: 100%;
      height: 100%; }

.image-module {
  width: 100%;
  height: auto;
  text-align: center;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-bottom: 0.5em; }
  .image-module .wrapper {
    padding: 0; }
  .image-module img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    overflow: hidden; }

.video-module {
  position: relative;
  height: 37.5em;
  width: 100%;
  margin: 0 auto .5em; }
  @media only screen and (max-width: 767px) {
    .video-module {
      height: 250px;
      margin-bottom: 0; } }
  .video-module .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 37.5em; }
    @media only screen and (max-width: 767px) {
      .video-module .video {
        height: 250px; } }
    .video-module .video img {
      display: none; }
    @media only screen and (min-width: 768px) {
      .video-module .video div {
        background-image: none !important; } }

.header-video-module, .looping-video-module {
  position: relative;
  padding-bottom: 36.458%;
  height: 0;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .header-video-module, .looping-video-module {
      margin-bottom: 0; } }
  .header-video-module .video, .looping-video-module .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.header-video-module.ratio-42, .ratio-42.looping-video-module {
  padding-bottom: 41.6%; }

.articleHeader h1 {
  margin-top: 0;
  margin-bottom: 0; }
.articleHeader h2 {
  margin-top: 0.5em;
  font-size: 1.2em;
  font-style: normal;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.2em; }
  @media only screen and (min-width: 768px) {
    .articleHeader h2 {
      margin-bottom: 0.5em; } }
.articleHeader p.date, .articleHeader dl.date {
  font-size: 0.875em;
  font-style: italic; }

.suggestions {
  width: 100%; }
  .suggestions h2 {
    margin-bottom: 0.4em; }
  .suggestions li {
    display: inline-block;
    margin: 0 auto;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .suggestions li:last-child {
      margin-right: 0; }
    .suggestions li:nth-child(3n) {
      margin-right: 0; }
    .suggestions li:nth-child(3n+1) {
      clear: left; }
    @media only screen and (max-width: 559px) {
      .suggestions li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin: 1em auto; }
        .suggestions li:last-child {
          margin-right: 0; } }
    .suggestions li img {
      width: 100%; }
    .suggestions li a {
      display: block;
      margin: 1em 0; }

.parallax-image-module {
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 440px;
  background: transparent;
  margin-bottom: 0.5em; }

@media only screen and (max-width: 767px) {
  .large-carousel-banner {
    max-height: 28.125em; } }
@media only screen and (max-width: 559px) {
  .large-carousel-banner {
    max-height: 21.875em; } }
.large-carousel-banner .large-carousel {
  height: 37.5em; }
.large-carousel-banner .owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
  display: block;
  -webkit-tap-highlight-color: transparent; }
.large-carousel-banner .owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
.large-carousel-banner .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }
.large-carousel-banner .owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }
.large-carousel-banner .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
.large-carousel-banner .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
.large-carousel-banner .owl-theme .owl-dots .owl-dot.active span, .large-carousel-banner .owl-theme .owl-dots .primary-header .owl-dot.selected span, .primary-header .large-carousel-banner .owl-theme .owl-dots .owl-dot.selected span, .large-carousel-banner .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }
.large-carousel-banner .owl-theme .owl-controls {
  text-align: center; }
.large-carousel-banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 8px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .large-carousel-banner .owl-theme .owl-dots {
      bottom: 158px; } }
  @media only screen and (max-width: 559px) {
    .large-carousel-banner .owl-theme .owl-dots {
      bottom: 258px; } }

.looping-video-module {
  width: 1024px;
  height: 580px;
  padding-bottom: 0; }
  @media (max-width: 1024px) {
    .looping-video-module {
      width: 100%;
      height: 0;
      padding-bottom: 56%; } }

.projects .home {
  background: #f9f7f4;
  padding-top: 0; }

.projects {
  width: 100%; }
  .projects::after {
    clear: both;
    content: "";
    display: table; }
  .projects .wrapper {
    padding: 0; }
  .projects .project {
    position: relative;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    display: block;
    margin-top: 1%;
    margin-right: 1%;
    margin-left: 0.687825%;
    overflow: hidden; }
    .projects .project:last-child {
      margin-right: 0; }
    .projects .project:nth-child(even) {
      margin-right: 0;
      margin-left: 0; }
    @media only screen and (max-width: 859px) {
      .projects .project {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 0; }
        .projects .project:last-child {
          margin-right: 0; } }
    @media only screen and (max-width: 479px) {
      .projects .project {
        width: 100%;
        margin-left: 0; } }
    .projects .project h4 {
      margin-bottom: 1em; }
    .projects .project ul {
      list-style-type: disc;
      padding-left: 1.2em;
      line-height: 2em;
      font-size: 1.125em;
      font-weight: 300;
      margin-bottom: 1em; }
    .projects .project .image {
      width: 100%;
      display: block;
      -webkit-transition: margin 0.3s ease;
      -moz-transition: margin 0.3s ease;
      transition: margin 0.3s ease; }
    .projects .project:hover .overlay {
      margin-left: -18.75em;
      color: #031919; }
    @media only screen and (max-width: 859px) {
      .projects .project:hover .overlay {
        margin-left: 0em; }
      .projects .project:hover .image {
        margin-left: 0; } }
    .projects .project img {
      width: 100%;
      display: block; }
  .projects .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    height: 100%;
    left: 100%;
    bottom: 0;
    padding: 1em 1.5em;
    width: 18.75em;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    transition: margin 0.3s ease; }
    .projects .overlay .read {
      display: none; }
    .projects .overlay h3 {
      font-style: italic; }
    .projects .overlay h3, .projects .overlay h4, .projects .overlay p, .projects .overlay dl {
      color: #444444; }
    @media only screen and (max-width: 859px) {
      .projects .overlay {
        position: static;
        width: 100%;
        padding: 1em; }
        .projects .overlay p, .projects .overlay dl {
          margin-bottom: 0; } }
    .projects .overlay h4 {
      text-transform: uppercase; }

.project-tags-list {
  text-align: center; }
  .project-tags-list li {
    display: inline;
    padding: 0.5em 0.8em 0.45em;
    font-size: 0.75em;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 2px;
    margin: 0 2px 3px;
    color: #2aa79b;
    border: 2px solid #2aa79b;
    transition: all 0.2s ease;
    cursor: pointer;
    display: inline-block;
    float: none; }
    @media only screen and (max-width: 559px) {
      .project-tags-list li {
        font-size: 0.5em; } }
    .project-tags-list li:hover {
      background: #2aa79b;
      color: #efefed; }

.load-more {
  text-align: right;
  width: 100%;
  display: block; }

.project-breadcrumbs {
  padding: .8em 0; }
  .project-breadcrumbs li {
    display: inline;
    padding-left: 10px;
    position: relative; }
    .project-breadcrumbs li:before {
      content: "/";
      position: absolute;
      left: 0px; }
    .project-breadcrumbs li:first-child {
      padding-left: 0px; }
      .project-breadcrumbs li:first-child:before {
        content: "";
        position: absolute; }

.services-bar {
  background-color: #f9f7f4;
  padding: .5em 0; }
  .services-bar .share-text {
    font-size: 1.2em; }
  .services-bar .service-tags {
    display: inline-block;
    text-transform: uppercase; }
  .services-bar dl {
    display: inline-block;
    margin: .8em 0 0 0;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-size: 0.75em; }
    @media only screen and (max-width: 559px) {
      .services-bar dl {
        font-size: 0.5em;
        margin: 0; } }
    .services-bar dl dt {
      float: left; }
    .services-bar dl dd {
      display: inline;
      float: left;
      padding-left: 0.625em;
      padding-right: 0.3125em;
      position: relative; }
      .services-bar dl dd:before {
        content: "/";
        position: absolute;
        left: 0px; }
      .services-bar dl dd:first-child {
        padding-left: 0px; }
        .services-bar dl dd:first-child:before {
          content: "";
          position: absolute; }
  .services-bar .social-links {
    float: right;
    display: inline-block; }
    .services-bar .social-links::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (max-width: 559px) {
      .services-bar .social-links {
        float: none;
        display: block; } }
    .services-bar .social-links li {
      display: inline;
      font-size: 0.75em; }
      @media only screen and (max-width: 559px) {
        .services-bar .social-links li {
          font-size: 0.625em; } }
      .services-bar .social-links li i {
        color: white; }
      .services-bar .social-links li .fa-circle {
        color: #333; }

.services-not-gray {
  background-color: white !important; }

section.newsIndex {
  padding-top: 0;
  width: 100%; }
  section.newsIndex ul.wrapper li.item:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 1.5%; }
    @media only screen and (max-width: 767px) {
      section.newsIndex ul.wrapper li.item:nth-child(2n+2) {
        margin-left: 0; } }
  section.newsIndex ul.wrapper li.item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    width: 48.5%;
    margin: 3% 0.5% 0 0;
    height: auto;
    position: relative; }
    section.newsIndex ul.wrapper li.item:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1024px) {
      section.newsIndex ul.wrapper li.item {
        width: 48.25%;
        margin: 3% 1.5% 0 0; } }
    @media only screen and (max-width: 767px) {
      section.newsIndex ul.wrapper li.item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        width: 100%;
        margin: 5% 0; }
        section.newsIndex ul.wrapper li.item:last-child {
          margin-right: 0; } }
    section.newsIndex ul.wrapper li.item a {
      display: block;
      height: 100%;
      overflow: hidden;
      color: #01728c; }
      section.newsIndex ul.wrapper li.item a .imageContainer {
        width: 100%;
        display: block; }
        section.newsIndex ul.wrapper li.item a .imageContainer img {
          width: 100%;
          display: block; }
      section.newsIndex ul.wrapper li.item a .meta {
        margin-bottom: 3em;
        width: 100%;
        padding: 1em 1em 0 1em;
        display: block; }
        section.newsIndex ul.wrapper li.item a .meta p, section.newsIndex ul.wrapper li.item a .meta dl {
          overflow: hidden;
          margin-bottom: 4em; }
        section.newsIndex ul.wrapper li.item a .meta h2 {
          color: #01728c;
          margin-bottom: .5em; }
        section.newsIndex ul.wrapper li.item a .meta .author {
          display: none; }
      section.newsIndex ul.wrapper li.item a span {
        position: absolute;
        bottom: 1em;
        line-height: 3em; }
        section.newsIndex ul.wrapper li.item a span:hover {
          color: #333; }
      section.newsIndex ul.wrapper li.item a span.read-more {
        left: 1em;
        font-weight: normal !important; }
      section.newsIndex ul.wrapper li.item a span.date {
        right: 1em; }
  section.newsIndex .pagination {
    margin-top: 0.5em;
    background: #efefed;
    text-align: right;
    color: #333;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 1em;
    margin-right: 0.5em; }
    section.newsIndex .pagination::after {
      clear: both;
      content: "";
      display: table; }
    section.newsIndex .pagination:last-child {
      margin-right: 0; }
    section.newsIndex .pagination a {
      color: #333;
      outline: none; }
      section.newsIndex .pagination a:hover {
        color: #0faebf; }

.news-article {
  padding-top: 0; }
  .news-article header {
    padding-top: 2em; }

.page-intro h2 {
  margin-bottom: 1em; }

.contact-form {
  font-size: 1em;
  margin-top: 1em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%; }
  .contact-form:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 859px) {
    .contact-form {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .contact-form:last-child {
        margin-right: 0; } }
  .contact-form input[type="email"], .contact-form input[type="number"], .contact-form input[type="password"], .contact-form input[type="search"], .contact-form input[type="tel"], .contact-form input[type="text"], .contact-form input[type="url"], .contact-form input[type="color"], .contact-form input[type="date"], .contact-form input[type="datetime"], .contact-form input[type="datetime-local"], .contact-form input[type="month"], .contact-form input[type="time"], .contact-form input[type="week"], .contact-form textarea {
    width: 100%;
    border: 0;
    background: #f9f7f4;
    padding: 1em 2em;
    margin-bottom: 1em;
    resize: none;
    overflow: auto;
    -webkit-appearance: none;
    font-size: 16px; }
    .contact-form input[type="email"]::-webkit-input-placeholder, .contact-form input[type="number"]::-webkit-input-placeholder, .contact-form input[type="password"]::-webkit-input-placeholder, .contact-form input[type="search"]::-webkit-input-placeholder, .contact-form input[type="tel"]::-webkit-input-placeholder, .contact-form input[type="text"]::-webkit-input-placeholder, .contact-form input[type="url"]::-webkit-input-placeholder, .contact-form input[type="color"]::-webkit-input-placeholder, .contact-form input[type="date"]::-webkit-input-placeholder, .contact-form input[type="datetime"]::-webkit-input-placeholder, .contact-form input[type="datetime-local"]::-webkit-input-placeholder, .contact-form input[type="month"]::-webkit-input-placeholder, .contact-form input[type="time"]::-webkit-input-placeholder, .contact-form input[type="week"]::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
      color: #333;
      font-size: 16px; }
    .contact-form input[type="email"]::-moz-placeholder, .contact-form input[type="number"]::-moz-placeholder, .contact-form input[type="password"]::-moz-placeholder, .contact-form input[type="search"]::-moz-placeholder, .contact-form input[type="tel"]::-moz-placeholder, .contact-form input[type="text"]::-moz-placeholder, .contact-form input[type="url"]::-moz-placeholder, .contact-form input[type="color"]::-moz-placeholder, .contact-form input[type="date"]::-moz-placeholder, .contact-form input[type="datetime"]::-moz-placeholder, .contact-form input[type="datetime-local"]::-moz-placeholder, .contact-form input[type="month"]::-moz-placeholder, .contact-form input[type="time"]::-moz-placeholder, .contact-form input[type="week"]::-moz-placeholder, .contact-form textarea::-moz-placeholder {
      color: #333;
      font-size: 16px; }
    .contact-form input[type="email"]:-moz-placeholder, .contact-form input[type="number"]:-moz-placeholder, .contact-form input[type="password"]:-moz-placeholder, .contact-form input[type="search"]:-moz-placeholder, .contact-form input[type="tel"]:-moz-placeholder, .contact-form input[type="text"]:-moz-placeholder, .contact-form input[type="url"]:-moz-placeholder, .contact-form input[type="color"]:-moz-placeholder, .contact-form input[type="date"]:-moz-placeholder, .contact-form input[type="datetime"]:-moz-placeholder, .contact-form input[type="datetime-local"]:-moz-placeholder, .contact-form input[type="month"]:-moz-placeholder, .contact-form input[type="time"]:-moz-placeholder, .contact-form input[type="week"]:-moz-placeholder, .contact-form textarea:-moz-placeholder {
      color: #333;
      font-size: 16px; }
    .contact-form input[type="email"]:-ms-input-placeholder, .contact-form input[type="number"]:-ms-input-placeholder, .contact-form input[type="password"]:-ms-input-placeholder, .contact-form input[type="search"]:-ms-input-placeholder, .contact-form input[type="tel"]:-ms-input-placeholder, .contact-form input[type="text"]:-ms-input-placeholder, .contact-form input[type="url"]:-ms-input-placeholder, .contact-form input[type="color"]:-ms-input-placeholder, .contact-form input[type="date"]:-ms-input-placeholder, .contact-form input[type="datetime"]:-ms-input-placeholder, .contact-form input[type="datetime-local"]:-ms-input-placeholder, .contact-form input[type="month"]:-ms-input-placeholder, .contact-form input[type="time"]:-ms-input-placeholder, .contact-form input[type="week"]:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
      color: #333;
      font-size: 16px; }
  .contact-form textarea {
    min-height: 15em; }

.opportunities .opportunities-inner {
  margin: 0 auto;
  display: block;
  width: 100%; }
.opportunities .opportunity {
  margin: 4em 0;
  width: 50%;
  float: left;
  padding-right: 2em; }
  .opportunities .opportunity h2 {
    margin-bottom: .5em;
    color: #0faebf; }
    .opportunities .opportunity h2 a {
      color: #0faebf; }
  @media only screen and (max-width: 767px) {
    .opportunities .opportunity {
      width: 100%; } }

.other-opps-container header {
  padding-bottom: 1.5em; }
.other-opps-container .other-opp {
  padding: 0 1.5em 2em 0;
  display: block; }
  .other-opps-container .other-opp h3 {
    color: #0faebf;
    font-style: italic; }
    .other-opps-container .other-opp h3 a {
      color: #0faebf; }

.single-opportunity .apply {
  margin-bottom: 30px; }

.primary-header {
  padding: .2em 0; }
  .primary-header nav {
    font-family: "Enriqueta", serif;
    float: right;
    clear: right;
    margin: 1.3em 0;
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      .primary-header nav {
        float: none;
        display: block;
        margin: .5em 0;
        display: none; } }
    .primary-header nav li {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .primary-header nav li {
          display: block;
          width: 100%;
          background-color: #fff;
          padding: 1.1em 0; } }
      .primary-header nav li:last-child a {
        margin-right: 0; }
      .primary-header nav li a {
        margin: 0.1em 0.3em 0.1em 1.5em;
        color: #031919; }
        @media only screen and (max-width: 767px) {
          .primary-header nav li a {
            margin-left: 0; } }
        .primary-header nav li a:hover {
          border-bottom: 2px solid #0faebf;
          color: #0faebf; }
    .primary-header nav .active, .primary-header nav .selected {
      color: #01728c;
      border-bottom: 2px solid #01728c; }
  .primary-header .logo {
    height: 34px;
    line-height: 1.5;
    overflow: hidden;
    background-image: url("../../images/avmccann/mcb_logo.png");
    float: left;
    background-size: 100%;
    width: 172px;
    height: 34px;
    margin: 0.5625em 0 0 0; }
    .primary-header .logo::before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .primary-header .logo {
        background-image: url("../../images/avmccann/mcb_logo_2x.png");
        background-size: 100% 100%; } }
    @media only screen and (max-width: 559px) {
      .primary-header .logo {
        display: block;
        width: 152px;
        height: 30px;
        margin: 0.0625em 0 0 0;
        display: block;
        float: none;
        height: 30px;
        line-height: 1.5;
        overflow: hidden; }
        .primary-header .logo::before {
          content: "";
          display: block;
          width: 0;
          height: 100%; } }
  .primary-header .header-contact {
    float: right;
    font-size: 0.875em; }
    @media only screen and (max-width: 767px) {
      .primary-header .header-contact {
        float: none;
        margin-top: 3em;
        display: none; } }
    .primary-header .header-contact li {
      display: inline; }

footer {
  background-color: #031919;
  color: #efefed;
  padding: 2.3em 0 1.7em 0; }
  footer .wrapper {
    padding: 0 1em; }
  footer a {
    color: #efefed; }
  footer .footer-contacts {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 65.88078%;
    font-size: 1.2em; }
    footer .footer-contacts:last-child {
      margin-right: 0; }
    footer .footer-contacts h4 {
      margin-bottom: 1em; }
      @media only screen and (max-width: 859px) {
        footer .footer-contacts h4 {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-bottom: .1em; }
          footer .footer-contacts h4:last-child {
            margin-right: 0; } }
    footer .footer-contacts p, footer .footer-contacts dl, footer .footer-contacts a {
      font-size: 0.875em;
      line-height: 1.25em; }
    footer .footer-contacts a {
      font-weight: 300; }
    footer .footer-contacts .vcard {
      font-size: 0.875em;
      display: block;
      float: left;
      display: block;
      margin-right: 3.57866%;
      width: 22.316%; }
      footer .footer-contacts .vcard:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 859px) {
        footer .footer-contacts .vcard {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 100%;
          margin-bottom: 1.5em; }
          footer .footer-contacts .vcard:last-child {
            margin-right: 0; } }
      footer .footer-contacts .vcard:nth-child(3) {
        float: left;
        display: block;
        margin-right: 3.57866%;
        width: 48.21067%;
        padding-left: 3.2em; }
        footer .footer-contacts .vcard:nth-child(3):last-child {
          margin-right: 0; }
        @media only screen and (max-width: 859px) {
          footer .footer-contacts .vcard:nth-child(3) {
            float: left;
            display: block;
            margin-right: 2.35765%;
            width: 100%;
            padding-left: 0; }
            footer .footer-contacts .vcard:nth-child(3):last-child {
              margin-right: 0; } }
      footer .footer-contacts .vcard span, footer .footer-contacts .vcard a {
        display: block; }
      footer .footer-contacts .vcard p, footer .footer-contacts .vcard dl {
        margin-bottom: 0; }
  footer .footer-links {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
    margin-right: 0;
    text-align: right; }
    footer .footer-links:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 1023px) {
      footer .footer-links {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        text-align: left; }
        footer .footer-links:last-child {
          margin-right: 0; } }
    footer .footer-links li {
      display: inline-block; }
    @media only screen and (max-width: 1023px) {
      footer .footer-links .group-links {
        margin: 1.5em 0 1em; } }
    footer .footer-links .group-links .mccann-worldgroup {
      background-image: url("../../images/mccann_worldgroup.png");
      background-repeat: no-repeat;
      width: 126px;
      height: 65px;
      display: block;
      height: 65px;
      line-height: 1.5;
      overflow: hidden;
      margin-top: 2px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        footer .footer-links .group-links .mccann-worldgroup {
          background-image: url("../../images/mccann_worldgroup_2x.png");
          background-size: 126px 65px; } }
      footer .footer-links .group-links .mccann-worldgroup::before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
    footer .footer-links .group-links .avb-group {
      background-image: url("../../images/avb_group.png");
      background-repeat: no-repeat;
      width: 63px;
      height: 38px;
      display: block;
      height: 38px;
      line-height: 1.5;
      overflow: hidden;
      position: relative;
      margin-left: 1em;
      bottom: 5px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        footer .footer-links .group-links .avb-group {
          background-image: url("../../images/avb_group_2x.png");
          background-size: 63px 38px; } }
      footer .footer-links .group-links .avb-group::before {
        content: "";
        display: block;
        width: 0;
        height: 100%; }
    footer .footer-links .social-links {
      font-size: 1.8em;
      margin-top: 1.6em; }
      @media only screen and (max-width: 1023px) {
        footer .footer-links .social-links {
          margin: 0 0 .5em 0; } }
  footer small {
    display: block;
    clear: both;
    font-size: 0.625em; }

.intro .intro-image {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .intro .intro-image:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 859px) {
    .intro .intro-image {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      margin: 0 auto;
      display: block; }
      .intro .intro-image:last-child {
        margin-right: 0; } }
  .intro .intro-image img {
    max-width: 877px;
    width: 100%; }
.intro h1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .intro h1:last-child {
    margin-right: 0; }
.intro h2 {
  width: 580px;
  margin-bottom: 1em; }
  @media only screen and (max-width: 859px) {
    .intro h2 {
      width: 430px; } }
  @media only screen and (max-width: 859px) {
    .intro h2 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .intro h2:last-child {
        margin-right: 0; } }

.intro-text {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .intro-text:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 859px) {
    .intro-text {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .intro-text:last-child {
        margin-right: 0; } }

section.services {
  background: #f9f7f4; }
  section.services header, section.services p, section.services dl, section.services h3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    section.services header:last-child, section.services p:last-child, section.services dl:last-child, section.services h3:last-child {
      margin-right: 0; }
    section.services header::after, section.services p::after, section.services dl::after, section.services h3::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (max-width: 859px) {
      section.services header, section.services p, section.services dl, section.services h3 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        section.services header:last-child, section.services p:last-child, section.services dl:last-child, section.services h3:last-child {
          margin-right: 0; } }

.iapi {
  background: #2169ae;
  padding: 0;
  position: relative; }
  .iapi .iapi-tombstone {
    display: block;
    background-image: url("../../images/avmccann/iapi-tombstone.png");
    background-size: 100%;
    width: 321px;
    height: 223px;
    float: left; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .iapi .iapi-tombstone {
        background-image: url("../../images/avmccann/iapi-tombstone_2x.png");
        background-size: 321px 223px; } }
    @media only screen and (max-width: 479px) {
      .iapi .iapi-tombstone {
        float: right; } }
  .iapi h2 {
    font-size: 2em;
    margin-top: 1.5em;
    color: #fff;
    font-weight: bold; }
    @media only screen and (max-width: 1023px) {
      .iapi h2 {
        font-size: 1.5em;
        margin-top: 2.5em; } }
    @media only screen and (max-width: 859px) {
      .iapi h2 {
        font-size: 1em;
        margin-top: 4em; } }
    @media (max-width: 590px) {
      .iapi h2 {
        font-size: 1.375em;
        position: absolute;
        top: 15px;
        left: 15px;
        right: 0;
        max-width: 200px;
        margin-top: 0;
        line-height: 38px; } }
  .iapi .iapi-logo {
    background-image: url("../../images/avmccann/iapi.png");
    display: inline-block;
    background-position: bottom;
    width: 82px;
    height: 54px;
    height: 54px;
    line-height: 1.5;
    overflow: hidden;
    position: relative;
    top: 0.4375em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .iapi .iapi-logo {
        background-image: url("../../images/avmccann/iapi_2x.png");
        background-size: 82px 54px; } }
    .iapi .iapi-logo::before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }

.services ul {
  padding-left: 3.5em;
  display: block; }

.strategy h3:before,
.campaigns h3:before,
.digital h3:before,
.media-and-planning h3:before {
  content: " ";
  position: relative;
  left: -55px;
  top: 34px;
  display: block;
  width: 40px;
  height: 40px; }

.strategy h3:before {
  background-image: url("../../images/avmccann/strategy.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .strategy h3:before {
      background-image: url("../../images/avmccann/strategy_2x.png");
      background-size: 40px 40px; } }

.campaigns h3:before {
  background-image: url("../../images/avmccann/pencil.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .campaigns h3:before {
      background-image: url("../../images/avmccann/pencil_2x.png");
      background-size: 40px 40px; } }

.digital h3:before {
  background-image: url("../../images/avmccann/digital.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .digital h3:before {
      background-image: url("../../images/avmccann/digital_2x.png");
      background-size: 40px 40px; } }

.media-and-planning h3:before {
  background-image: url("../../images/avmccann/media-and-planning.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .media-and-planning h3:before {
      background-image: url("../../images/avmccann/media-and-planning_2x.png");
      background-size: 40px 40px; } }

.text-module {
  margin-top: 1em; }
  .text-module.articleHeader h1 {
    font-family: "Enriqueta", serif !important;
    font-size: 2.6em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0.5em; }
  .text-module.articleHeader h2 {
    font-family: "Enriqueta", serif !important;
    font-size: 1.8em;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1.3em; }
  .text-module h3 {
    margin-bottom: 0.8em; }
  .text-module p, .text-module dl {
    font-family: "Lato", sans-serif !important;
    font-weight: 1.1em;
    line-height: 1.5em;
    margin-bottom: 1.5em; }

.text-module a {
  color: #0faebf; }
  .text-module a:hover {
    color: #01728c; }

.carousel-module {
  margin-top: 1em; }

.projects .overlay h3 {
  font-style: normal; }

.embed-module {
  margin-bottom: 2em;
  margin-top: 2em; }

.video-module {
  margin: 0 auto 0; }

.opportunities .opportunities-inner {
  margin: 0 auto;
  display: block;
  width: 100%; }
  .opportunities .opportunities-inner header h2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 82.94039%; }
    .opportunities .opportunities-inner header h2:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 859px) {
      .opportunities .opportunities-inner header h2 {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        .opportunities .opportunities-inner header h2:last-child {
          margin-right: 0; } }
.opportunities .opportunity {
  margin-bottom: 2em;
  margin-top: 1em;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .opportunities .opportunity:last-child {
    margin-right: 0; }
  .opportunities .opportunity h2 {
    margin-bottom: .5em;
    font-family: "Enriqueta", serif; }
  @media only screen and (max-width: 859px) {
    .opportunities .opportunity {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .opportunities .opportunity:last-child {
        margin-right: 0; } }
.opportunities .no-jobs {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .opportunities .no-jobs:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 859px) {
    .opportunities .no-jobs {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .opportunities .no-jobs:last-child {
        margin-right: 0; } }

.single-opportunity {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%; }
  .single-opportunity:last-child {
    margin-right: 0; }
  @media only screen and (max-width: 859px) {
    .single-opportunity {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .single-opportunity:last-child {
        margin-right: 0; } }
  .single-opportunity h1 {
    font-size: 1.75em !important;
    font-weight: 300;
    margin-top: 1em; }
  .single-opportunity h2 {
    margin-bottom: .5em;
    font-size: 1.5em !important;
    font-weight: 400; }
  .single-opportunity ul {
    list-style-type: disc;
    padding-left: 1.2em;
    line-height: 2em;
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 1em; }

.client-list {
  padding: .5em 0; }
  .client-list ul li img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%); }

section.newsIndex {
  padding-top: 0;
  width: 100%; }
  section.newsIndex ul.wrapper li.item:nth-child(2n+2) {
    margin-right: 0;
    margin-left: 1.5%; }
    @media only screen and (max-width: 767px) {
      section.newsIndex ul.wrapper li.item:nth-child(2n+2) {
        margin-left: 0; } }
  section.newsIndex ul.wrapper li.item {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    width: 48.5%;
    margin: 3% 0.5% 0 0;
    height: auto;
    position: relative;
    background: #f9f7f4; }
    section.newsIndex ul.wrapper li.item:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 1024px) {
      section.newsIndex ul.wrapper li.item {
        width: 48.25%;
        margin: 3% 1.5% 0 0; } }
    @media only screen and (max-width: 767px) {
      section.newsIndex ul.wrapper li.item {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%;
        width: 100%;
        margin: 5% 0; }
        section.newsIndex ul.wrapper li.item:last-child {
          margin-right: 0; } }
    section.newsIndex ul.wrapper li.item a {
      display: block;
      height: 100%;
      overflow: hidden;
      color: #01728c; }
      section.newsIndex ul.wrapper li.item a .imageContainer {
        width: 100%;
        display: block; }
        section.newsIndex ul.wrapper li.item a .imageContainer img {
          width: 100%;
          display: block; }
      section.newsIndex ul.wrapper li.item a .meta {
        margin-bottom: 3em;
        width: 100%;
        padding: 1em 1.5em 0 1.5em;
        display: block; }
        section.newsIndex ul.wrapper li.item a .meta p, section.newsIndex ul.wrapper li.item a .meta dl {
          overflow: hidden;
          margin-bottom: 4em;
          font-weight: 400;
          color: #003147;
          font-size: 1em; }
        section.newsIndex ul.wrapper li.item a .meta h2 {
          color: #01728c;
          margin-bottom: .5em;
          font-family: "Enriqueta", serif;
          font-weight: 700;
          font-size: 1.5em; }
        section.newsIndex ul.wrapper li.item a .meta .author {
          display: block;
          text-transform: uppercase;
          font-family: "Lato", sans-serif;
          font-weight: 600;
          font-size: 0.875em;
          color: #003147;
          margin-bottom: 1.6em;
          margin-top: .5em; }
      section.newsIndex ul.wrapper li.item a span {
        position: absolute;
        bottom: .5em;
        line-height: 3em; }
        section.newsIndex ul.wrapper li.item a span:hover {
          color: #333; }
      section.newsIndex ul.wrapper li.item a span.read-more {
        left: 1.5em;
        color: #003147;
        font-family: "Enriqueta", serif;
        font-weight: 700; }
        section.newsIndex ul.wrapper li.item a span.read-more:hover {
          color: #0faebf; }
      section.newsIndex ul.wrapper li.item a span.date {
        display: none; }
  section.newsIndex .pagination {
    margin-top: 0.5em;
    background: #fff;
    text-align: right;
    color: #031919;
    font-family: "Enriqueta", serif;
    font-weight: 700;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    padding: 1em;
    margin-right: 0.5em; }
    section.newsIndex .pagination::after {
      clear: both;
      content: "";
      display: table; }
    section.newsIndex .pagination:last-child {
      margin-right: 0; }
    section.newsIndex .pagination a {
      color: #333;
      outline: none; }
      section.newsIndex .pagination a:hover {
        color: #0faebf; }

.news-article {
  padding-top: 0; }
  .news-article header {
    padding-top: 2em; }
  .news-article a {
    color: #01728c; }

.page-intro h2 {
  margin-bottom: 1em; }

.projects .home {
  background: #f9f7f4;
  padding-top: 0; }

.projects {
  width: 100%; }
  .projects::after {
    clear: both;
    content: "";
    display: table; }
  .projects .overlay {
    background-color: rgba(249, 247, 244, 0.9);
    position: absolute;
    height: 100%;
    left: 100%;
    bottom: 0;
    padding: 1em 1.5em;
    width: 18.75em;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    transition: margin 0.3s ease; }
    .projects .overlay .read {
      display: block;
      position: absolute;
      bottom: 25px;
      left: 25px;
      font-family: "Enriqueta", serif !important; }
      .projects .overlay .read:hover {
        color: #0faebf; }
      @media only screen and (max-width: 859px) {
        .projects .overlay .read {
          position: static;
          margin-top: 1em; } }
    .projects .overlay h3 {
      line-height: 1.2em; }
    .projects .overlay h4 {
      text-transform: uppercase; }
    .projects .overlay p, .projects .overlay dl {
      font-size: 1em !important;
      line-height: 1.25em; }
    .projects .overlay h3, .projects .overlay h4, .projects .overlay p, .projects .overlay dl {
      color: #031919; }
    @media only screen and (max-width: 859px) {
      .projects .overlay {
        position: static;
        width: 100%;
        padding: 1em; }
        .projects .overlay p, .projects .overlay dl {
          margin-bottom: 0; } }
    .projects .overlay h4 {
      text-transform: uppercase; }