/* 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: Georgia, Times, "Times New Roman", 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: #0ea0af; }

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

.home h2 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: 700;
  font-size: 2.625em;
  line-height: 1.4em;
  text-align: center;
  margin-bottom: 1em; }

button, .button {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 1.125em;
  color: #efefed;
  background-color: #0faebf;
  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: #0ea0af;
    color: #efefed; }

.iapi-button {
  font-family: Georgia, Times, "Times New Roman", 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: #0ea0af;
    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: Georgia, Times, "Times New Roman", 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: #0ea0af; }

.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%;
  margin-bottom: 0.5em;
  height: auto;
  text-align: center;
  display: block;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .embed-module .outer-wrapper {
    width: 100%;
    padding: 0 2em;
    max-width: 64em;
    margin-left: auto;
    margin-right: auto; }
  .embed-module .wrapper {
    padding: 0;
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
  .embed-module iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 1024px; }

.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: Georgia, Times, "Times New Roman", 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: Georgia, Times, "Times New Roman", 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: #0faebf; }
      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: #0faebf;
          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: #0ea0af; }

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

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

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

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

.primary-header {
  padding: .2em 0; }
  @media only screen and (max-width: 767px) {
    .primary-header {
      position: fixed; } }
  .primary-header nav {
    font-family: Georgia, Times, "Times New Roman", serif;
    float: right;
    clear: right;
    margin: 1.3em 0;
    font-size: 1rem; }
    @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 a {
        margin: 0.1em 0.3em 0.1em 1.5em;
        color: #009fe3;
        border-bottom: 2px solid transparent;
        transition: border-color 0.3s ease-in; }
        @media only screen and (max-width: 767px) {
          .primary-header nav li a {
            margin-left: 0; } }
        .primary-header nav li a:hover, .primary-header nav li a.active, .primary-header nav li a.selected {
          border-color: #009fe3; }
      .primary-header nav li:nth-child(2) a {
        color: #50a901; }
        .primary-header nav li:nth-child(2) a:hover, .primary-header nav li:nth-child(2) a.active, .primary-header nav li:nth-child(2) a.selected {
          border-color: #50a901; }
      .primary-header nav li:last-child a {
        margin-right: 0;
        color: #c01600; }
        .primary-header nav li:last-child a:hover, .primary-header nav li:last-child a.active, .primary-header nav li:last-child a.selected {
          border-color: #c01600; }
  .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: #000;
  color: #bbb;
  padding: 1.5em 0 1.2em;
  text-align: center; }
  .footer a {
    color: #fff; }
  .footer .footer-contacts {
    font-size: 1.2em;
    margin-bottom: 1.5rem; }
    .footer .footer-contacts::after {
      clear: both;
      content: "";
      display: table; }
    .footer .footer-contacts h4 {
      font-weight: 700;
      margin-bottom: 0.3em; }
    .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; }
    @media only screen and (max-width: 859px) {
      .footer .footer-contacts.logos {
        padding-bottom: 0; } }
    .footer .footer-contacts .vcard {
      font-size: 1rem; }
      @media only screen and (min-width: 860px) {
        .footer .footer-contacts .vcard {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .footer .footer-contacts .vcard:last-child {
            margin-right: 0; } }
      @media only screen and (max-width: 859px) {
        .footer .footer-contacts .vcard {
          margin-bottom: 1.5em; }
          .footer .footer-contacts .vcard:last-child {
            margin-bottom: 0.5em; } }
      .footer .footer-contacts .vcard span, .footer .footer-contacts .vcard a {
        display: block;
        color: #bbb;
        font-size: 0.9375rem;
        line-height: 1.14rem; }
      .footer .footer-contacts .vcard a.inline {
        display: inline;
        text-decoration: underline; }
      .footer .footer-contacts .vcard a:hover {
        color: #fff; }
      .footer .footer-contacts .vcard p, .footer .footer-contacts .vcard dl {
        margin-bottom: 0;
        font-weight: 700;
        color: #bbb;
        font-size: 0.9375rem; }
      @media only screen and (max-width: 559px) {
        .footer .footer-contacts .vcard h4 {
          font-size: 1rem !important; } }
      .footer .footer-contacts .vcard .group-link {
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        max-width: 130px;
        margin: 0 auto;
        background-position: center center; }
        .footer .footer-contacts .vcard .group-link.mccann-worldgroup {
          background-image: url("../../images/mccann_worldgroup.png");
          height: 70px; }
        .footer .footer-contacts .vcard .group-link.avb-group {
          background-image: url("../../images/avb_group.png");
          height: 70px; }
        .footer .footer-contacts .vcard .group-link.iapi {
          background-image: url("../../images/iapi.png");
          height: 70px; }
  .footer small {
    display: block;
    clear: both;
    font-size: 0.77rem;
    line-height: 1.4em;
    color: #bbb;
    margin: 0;
    padding: 0 1em; }

.mcb-about {
  background: #000 url("../../images/avmccann/bg-about.jpg") center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2.25rem;
  text-align: center; }
  .mcb-about .about {
    font-size: 2.25rem;
    line-height: 2.8rem;
    max-width: 900px;
    margin: 0 auto;
    font-weight: bold;
    display: block; }
    @media only screen and (max-width: 559px) {
      .mcb-about .about {
        font-size: 1.8rem;
        line-height: 2.4rem; } }
    @media only screen and (max-width: 479px) {
      .mcb-about .about {
        font-size: 1.3rem;
        line-height: 1.9rem; } }
    .mcb-about .about span {
      color: #0faebf; }

.contact_wrap {
  background-color: #000;
  color: #bbb;
  padding: 0;
  text-align: center; }
  .contact_wrap .wrapper {
    padding: 1.5rem; }
  .contact_wrap a {
    color: #fff; }
  .contact_wrap .contact-contacts {
    font-size: 1.2em; }
    .contact_wrap .contact-contacts::after {
      clear: both;
      content: "";
      display: table; }
    .contact_wrap .contact-contacts h4 {
      font-weight: 700;
      margin-bottom: 0.3em; }
    .contact_wrap .contact-contacts p, .contact_wrap .contact-contacts dl, .contact_wrap .contact-contacts a {
      font-size: 0.875em;
      line-height: 1.25em; }
    .contact_wrap .contact-contacts a {
      font-weight: 300; }
    @media only screen and (max-width: 859px) {
      .contact_wrap .contact-contacts.logos {
        padding-bottom: 0; } }
    .contact_wrap .contact-contacts .vcard {
      font-size: 1rem; }
      @media only screen and (min-width: 860px) {
        .contact_wrap .contact-contacts .vcard {
          float: left;
          display: block;
          margin-right: 2.35765%;
          width: 31.76157%; }
          .contact_wrap .contact-contacts .vcard:last-child {
            margin-right: 0; } }
      @media only screen and (max-width: 859px) {
        .contact_wrap .contact-contacts .vcard {
          margin-bottom: 1.5em; }
          .contact_wrap .contact-contacts .vcard:last-child {
            margin-bottom: 0.5em; } }
      .contact_wrap .contact-contacts .vcard span, .contact_wrap .contact-contacts .vcard a {
        display: block;
        color: #bbb;
        font-size: 0.9375rem;
        line-height: 1.14rem; }
      .contact_wrap .contact-contacts .vcard a.inline {
        display: inline;
        text-decoration: underline; }
      .contact_wrap .contact-contacts .vcard a:hover {
        color: #fff; }
      .contact_wrap .contact-contacts .vcard p, .contact_wrap .contact-contacts .vcard dl {
        margin-bottom: 0;
        font-weight: 700;
        color: #bbb;
        font-size: 0.9375rem; }
      @media only screen and (max-width: 559px) {
        .contact_wrap .contact-contacts .vcard h4 {
          font-size: 1rem !important; } }
      .contact_wrap .contact-contacts .vcard .group-link {
        background-repeat: no-repeat;
        display: block;
        width: 100%;
        max-width: 130px;
        margin: 0 auto;
        background-position: center center; }
        .contact_wrap .contact-contacts .vcard .group-link.mccann-worldgroup {
          background-image: url("../../images/mccann_worldgroup.png");
          height: 70px; }
        .contact_wrap .contact-contacts .vcard .group-link.avb-group {
          background-image: url("../../images/avb_group.png");
          height: 70px; }
        .contact_wrap .contact-contacts .vcard .group-link.iapi {
          background-image: url("../../images/iapi.png");
          height: 70px; }
  .contact_wrap .contact-map {
    height: 350px;
    width: 100%;
    position: relative;
    padding: 0; }
    .contact_wrap .contact-map h4 {
      font-size: 1.125rem;
      line-height: 1.5rem;
      font-weight: 700;
      font-family: Georgia, Times, "Times New Roman", serif;
      padding-top: 0.625em;
      margin-bottom: 0.2rem; }
      @media only screen and (max-width: 559px) {
        .contact_wrap .contact-map h4 {
          font-size: 1.125rem !important; } }
    .contact_wrap .contact-map p, .contact_wrap .contact-map dl {
      font-size: 0.875rem;
      line-height: 1.19rem;
      padding: 0;
      margin: 0;
      font-family: Georgia, Times, "Times New Roman", serif; }
    .contact_wrap .contact-map a.tel {
      color: #bbb;
      margin-top: 0.2em;
      display: block; }
  .contact_wrap .social-links {
    font-size: 1.8rem;
    margin-top: 0.5em;
    position: relative;
    z-index: 1;
    padding-bottom: 0.625em; }
    .contact_wrap .social-links li {
      display: inline-block; }
    .contact_wrap .social-links .symbol {
      color: #031919;
      font-size: 0.5em; }
      .contact_wrap .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; }
      .contact_wrap .social-links .symbol:hover .fa-circle:before {
        color: #0ea0af; }
  .contact_wrap.light {
    background-color: #fff; }
    .contact_wrap.light .contact-contacts {
      padding: 1rem 0;
      color: #666; }
      .contact_wrap.light .contact-contacts h4 {
        color: #000;
        font-size: 1.1rem; }
      .contact_wrap.light .contact-contacts p, .contact_wrap.light .contact-contacts dl, .contact_wrap.light .contact-contacts span {
        color: #666; }
      .contact_wrap.light .contact-contacts a {
        color: #666;
        text-decoration: none; }
      .contact_wrap.light .contact-contacts a:hover, .contact_wrap.light .contact-contacts a:focus {
        color: #666;
        text-decoration: underline; }
    .contact_wrap.light .contact-map {
      height: calc(100vh - 394px);
      min-height: 350px; }

#map_pointer {
  position: absolute;
  width: 46px;
  height: 15px;
  left: 50%;
  bottom: -6px;
  margin-left: -23px; }
  #map_pointer:before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 15px;
    font-size: 80px;
    color: #000; }

/* Google Map styles */
#google-map-canvas {
  height: 350px; }

.light #google-map-canvas {
  height: calc(100vh - 394px);
  min-height: 350px; }

.gm-style-iw + div {
  display: none; }

#google-map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(4) {
  background-color: #000 !important;
  box-shadow: none !important; }

#google-map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(2) > div,
#google-map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(3) > div:nth-child(1) > div {
  background-color: #000 !important;
  box-shadow: none !important; }

#google-map-canvas > div > div > div:nth-child(1) > div:nth-child(4) > div:nth-child(4) > div > div:nth-child(1) > div:nth-child(2) {
  box-shadow: none !important;
  background: transparent !important; }

/* END Google Map styles */
.text-module {
  margin-top: 1em; }
  .text-module.articleHeader h1 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 2.6em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 0.5em; }
  .text-module.articleHeader h2 {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.8em;
    font-weight: 300;
    font-style: normal;
    margin-bottom: 1.3em; }
  .text-module h3 {
    margin-bottom: 0.8rem; }
  .text-module p, .text-module dl {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1.125rem;
    line-height: 1.8rem;
    margin: 1.5rem 0; }
  .text-module a {
    color: #0ea0af; }
    .text-module a:hover {
      color: #0faebf; }
  .text-module blockquote, .text-module q {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin: 2.75rem 0 3rem; }
    .text-module blockquote:before, .text-module q:before {
      display: block;
      width: 100%;
      content: '\201C';
      text-align: center;
      font-weight: bold;
      font-size: 6rem;
      line-height: 6rem;
      height: 3.5rem; }

.imageText-module {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.2rem;
  overflow: hidden;
  margin: 3rem auto; }
  .imageText-module::after {
    clear: both;
    content: "";
    display: table; }
  .imageText-module__inner {
    display: table;
    width: 100%; }
    @media (max-width: 800px) {
      .imageText-module__inner {
        width: calc(100% - 2.4rem);
        margin: 0 auto; } }
    .imageText-module__inner.imgOnRight {
      direction: rtl; }
  .imageText-module__column {
    direction: ltr;
    display: table-cell;
    width: 50%;
    vertical-align: top;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
    .imageText-module__column.text {
      padding: 3rem 3.5rem; }
      .imageText-module__column.text > * {
        margin: 0; }
        .imageText-module__column.text > * + * {
          margin-top: 1.5rem; }
    @media (max-width: 800px) {
      .imageText-module__column {
        display: block;
        width: 100%; }
        .imageText-module__column.image {
          height: 0;
          padding-bottom: 100%; }
        .imageText-module__column.text {
          padding: 2rem 0 0; } }
  .imageText-module h2, .imageText-module h3 {
    font-weight: bold; }
  .imageText-module img {
    display: block;
    max-width: 100%; }

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

.image-module {
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.2rem;
  overflow: visible;
  margin: 3rem auto; }
  .image-module::after {
    clear: both;
    content: "";
    display: table; }
  @media (max-width: 1150px) {
    .image-module {
      max-width: calc(100% - 6rem);
      margin-left: auto;
      margin-right: auto; }
      .image-module::after {
        clear: both;
        content: "";
        display: table; } }
  .image-module__inner {
    position: relative; }
    .image-module__inner::after {
      clear: both;
      content: "";
      display: table; }
    .image-module__inner__item {
      display: block;
      float: left;
      width: 33.33%; }
    .image-module__inner.image-grid .image-module__inner__item {
      padding-bottom: 33.33%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .image-module .slick-arrow {
    display: block;
    position: absolute;
    top: 50%;
    background: transparent;
    color: #b2b2b2;
    padding: 0;
    margin: -1.4rem 0 0;
    transition: color 0.3s ease-in; }
    .image-module .slick-arrow:hover, .image-module .slick-arrow:focus {
      color: #009fe3; }
    .image-module .slick-arrow span, .image-module .slick-arrow span:before {
      display: block;
      width: 2rem;
      height: 2.8rem;
      line-height: 3rem;
      font-size: 3rem; }
  .image-module .slick-prev {
    left: -4rem; }
    @media (max-width: 1150px) {
      .image-module .slick-prev {
        left: -3rem; } }
  .image-module .slick-next {
    right: -4rem; }
    @media (max-width: 1150px) {
      .image-module .slick-next {
        right: -3rem; } }

.news-article .slick-arrow:hover, .news-article .slick-arrow:focus {
  color: #50a901; }

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

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

.video-module {
  margin: 0 auto; }

.looping-video-module {
  position: relative; }
  .looping-video-module.double-height {
    height: auto;
    padding-bottom: 0;
    width: 100%;
    max-width: 768px;
    margin: 0 auto; }
    .looping-video-module.double-height .video {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }

.instagram_feed {
  max-width: 64em;
  margin: 0 auto; }
  .instagram_feed::after {
    clear: both;
    content: "";
    display: table; }
  .instagram_feed img {
    width: 16.6667%;
    display: block;
    float: left; }
    @media only screen and (max-width: 767px) {
      .instagram_feed img {
        width: 25%; }
        .instagram_feed img.mobile-hide {
          display: none; } }

.social.home {
  padding-bottom: 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: Georgia, Times, "Times New Roman", 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; }

.projects.home {
  padding: 2em 1em; }
  @media only screen and (max-width: 1023px) {
    .projects.home {
      padding: 2%; } }

.projects {
  width: 100%;
  padding-top: 1%;
  min-height: 76vh; }
  .projects::after {
    clear: both;
    content: "";
    display: table; }
  .projects h1 {
    text-align: center;
    margin: 1em 0; }
  .projects .wrapper .wrapper {
    padding: 0 2%; }
  .projects .overlay {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 0.5rem;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.9);
    color: #031919;
    transition: none;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 1rem;
    line-height: 1.3rem;
    font-weight: 700;
    text-align: center;
    border-bottom: 3px solid #009fe3; }
    .projects .overlay.news {
      border-bottom-color: #50a901; }
    .projects .overlay.project {
      border-bottom-color: #009fe3; }
    .projects .overlay.careers {
      border-bottom-color: #c01600; }
  .projects .description {
    padding: 1rem 1.25rem; }
    .projects .description p, .projects .description dl {
      font-size: 1rem;
      line-height: 1.5rem;
      margin: 0; }
      .projects .description p.link, .projects .description dl.link {
        font-weight: bold;
        color: #50a901; }
      .projects .description p + p, .projects .description dl + p, .projects .description p + dl, .projects .description dl + dl {
        margin-top: 1rem; }
  .projects .mcb-project {
    position: relative;
    overflow: hidden;
    margin-bottom: 1.3rem;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .projects .mcb-project:last-child {
      margin-right: 0; }
    @media only screen and (min-width: 560px) and (max-width: 860px) {
      .projects .mcb-project {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .projects .mcb-project:last-child {
          margin-right: 0; }
        .projects .mcb-project:nth-child(even) {
          margin-right: 0; } }
    @media only screen and (min-width: 861px) {
      .projects .mcb-project {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 31.76157%; }
        .projects .mcb-project:last-child {
          margin-right: 0; }
        .projects .mcb-project:nth-child(3n) {
          margin-right: 0; }
        .projects .mcb-project:nth-child(3n+1) {
          clear: left; } }
    .projects .mcb-project:hover .overlay {
      margin-left: 0;
      color: #031919; }
    .projects .mcb-project a {
      display: table;
      width: 100%; }
      .projects .mcb-project a:hover {
        color: inherit;
        text-decoration: inherit; }
    .projects .mcb-project img {
      display: block;
      width: 100%;
      height: auto; }
    .projects .mcb-project.lazy-load {
      display: none; }
      .projects .mcb-project.lazy-load.active, .projects .primary-header .mcb-project.lazy-load.selected, .primary-header .projects .mcb-project.lazy-load.selected {
        display: block; }
  .projects__pag {
    text-align: center;
    font-size: 1.125em;
    font-weight: 700;
    color: #000;
    max-width: 320px;
    margin: 0 auto; }
    .projects__pag::after {
      clear: both;
      content: "";
      display: table; }
    .projects__pag__arrow {
      display: block;
      background: #fff;
      padding: 0 0.875em 0 0.75em;
      font-size: 1.5em;
      line-height: 60px;
      color: #009fe3;
      float: left; }
      .projects__pag__arrow:hover {
        color: #009fe3; }
      .projects__pag__arrow--next {
        padding: 0 0.75em 0 0.875em;
        float: right; }
      .projects__pag__arrow.disabled i {
        color: #bbb; }
      .projects__pag__arrow span {
        display: none; }
    .projects__pag__count {
      padding: 0 1.25em;
      font-size: 1.125em;
      line-height: 60px; }

.news .projects__pag__arrow {
  color: #50a901; }

.news-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .news-wrapper {
      /* IE10+ CSS styles go here */
      display: block; } }
  .news-wrapper .news-item {
    background: #f6fbf2;
    border-bottom: 3px solid #50a901; }
    .news-wrapper .news-item.careers {
      border-bottom-color: #c01600;
      background: #fcf3f2; }
      .news-wrapper .news-item.careers .link {
        color: #c01600; }

.btn {
  display: block;
  border: 0 none;
  margin: 0 auto;
  padding: 0.7rem 1rem;
  background: transparent;
  border: 2px solid #009fe3;
  color: #009fe3;
  font-weight: bold;
  transition: all 0.3s ease-in;
  font-size: 1rem;
  line-height: 1.2rem; }
  .btn:hover {
    background: #009fe3;
    color: #efefed; }
  .btn--red {
    border-color: #c01600;
    color: #c01600; }
    .btn--red:hover {
      background: #c01600; }
  .btn--green {
    border-color: #50a901;
    color: #50a901; }
    .btn--green:hover {
      background: #50a901; }

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