[class*="block-grid-"] {
  display: block;
  margin: -15px;
  padding: 0;
  vertical-align: bottom; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: "";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }

.block-grid-item {
  display: inline-block;
  margin: 0;
  padding: 15px;
  height: auto;
  float: left;
  list-style: none; }

.block-grid-xs-1 > .block-grid-item {
  width: 100%; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-1 > .block-grid-item:nth-of-type(1n+1) {
    clear: both; }

.block-grid-xs-2 > .block-grid-item {
  width: 50%; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-2 > .block-grid-item:nth-of-type(2n+1) {
    clear: both; }

.block-grid-xs-3 > .block-grid-item {
  width: 33.33333%; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-3 > .block-grid-item:nth-of-type(3n+1) {
    clear: both; }

.block-grid-xs-4 > .block-grid-item {
  width: 25%; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-4 > .block-grid-item:nth-of-type(4n+1) {
    clear: both; }

.block-grid-xs-5 > .block-grid-item {
  width: 20%; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-5 > .block-grid-item:nth-of-type(5n+1) {
    clear: both; }

.block-grid-xs-6 > .block-grid-item {
  width: 16.66667%; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-6 > .block-grid-item:nth-of-type(6n+1) {
    clear: both; }

.block-grid-xs-7 > .block-grid-item {
  width: 14.28571%; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-7 > .block-grid-item:nth-of-type(7n+1) {
    clear: both; }

.block-grid-xs-8 > .block-grid-item {
  width: 12.5%; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-8 > .block-grid-item:nth-of-type(8n+1) {
    clear: both; }

.block-grid-xs-9 > .block-grid-item {
  width: 11.11111%; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-9 > .block-grid-item:nth-of-type(9n+1) {
    clear: both; }

.block-grid-xs-10 > .block-grid-item {
  width: 10%; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-10 > .block-grid-item:nth-of-type(10n+1) {
    clear: both; }

.block-grid-xs-11 > .block-grid-item {
  width: 9.09091%; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-11 > .block-grid-item:nth-of-type(11n+1) {
    clear: both; }

.block-grid-xs-12 > .block-grid-item {
  width: 8.33333%; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(n) {
    clear: none; }
  .block-grid-xs-12 > .block-grid-item:nth-of-type(12n+1) {
    clear: both; }

@media (min-width: 768px) {
  .block-grid-sm-1 > .block-grid-item {
    width: 100%; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }

  .block-grid-sm-2 > .block-grid-item {
    width: 50%; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }

  .block-grid-sm-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }

  .block-grid-sm-4 > .block-grid-item {
    width: 25%; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }

  .block-grid-sm-5 > .block-grid-item {
    width: 20%; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }

  .block-grid-sm-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }

  .block-grid-sm-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }

  .block-grid-sm-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }

  .block-grid-sm-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }

  .block-grid-sm-10 > .block-grid-item {
    width: 10%; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }

  .block-grid-sm-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }

  .block-grid-sm-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-sm-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; } }
@media (min-width: 992px) {
  .block-grid-md-1 > .block-grid-item {
    width: 100%; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }

  .block-grid-md-2 > .block-grid-item {
    width: 50%; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }

  .block-grid-md-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }

  .block-grid-md-4 > .block-grid-item {
    width: 25%; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }

  .block-grid-md-5 > .block-grid-item {
    width: 20%; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }

  .block-grid-md-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }

  .block-grid-md-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }

  .block-grid-md-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }

  .block-grid-md-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }

  .block-grid-md-10 > .block-grid-item {
    width: 10%; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }

  .block-grid-md-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }

  .block-grid-md-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-md-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; } }
@media (min-width: 1200px) {
  .block-grid-lg-1 > .block-grid-item {
    width: 100%; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-1 > .block-grid-item:nth-of-type(1n+1) {
      clear: both; }

  .block-grid-lg-2 > .block-grid-item {
    width: 50%; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-2 > .block-grid-item:nth-of-type(2n+1) {
      clear: both; }

  .block-grid-lg-3 > .block-grid-item {
    width: 33.33333%; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-3 > .block-grid-item:nth-of-type(3n+1) {
      clear: both; }

  .block-grid-lg-4 > .block-grid-item {
    width: 25%; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-4 > .block-grid-item:nth-of-type(4n+1) {
      clear: both; }

  .block-grid-lg-5 > .block-grid-item {
    width: 20%; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-5 > .block-grid-item:nth-of-type(5n+1) {
      clear: both; }

  .block-grid-lg-6 > .block-grid-item {
    width: 16.66667%; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-6 > .block-grid-item:nth-of-type(6n+1) {
      clear: both; }

  .block-grid-lg-7 > .block-grid-item {
    width: 14.28571%; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-7 > .block-grid-item:nth-of-type(7n+1) {
      clear: both; }

  .block-grid-lg-8 > .block-grid-item {
    width: 12.5%; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-8 > .block-grid-item:nth-of-type(8n+1) {
      clear: both; }

  .block-grid-lg-9 > .block-grid-item {
    width: 11.11111%; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-9 > .block-grid-item:nth-of-type(9n+1) {
      clear: both; }

  .block-grid-lg-10 > .block-grid-item {
    width: 10%; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-10 > .block-grid-item:nth-of-type(10n+1) {
      clear: both; }

  .block-grid-lg-11 > .block-grid-item {
    width: 9.09091%; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-11 > .block-grid-item:nth-of-type(11n+1) {
      clear: both; }

  .block-grid-lg-12 > .block-grid-item {
    width: 8.33333%; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(n) {
      clear: none; }
    .block-grid-lg-12 > .block-grid-item:nth-of-type(12n+1) {
      clear: both; } }
html {
  width: 100%;
  height: 100%; }

body {
  /*font-family: 'open_sans', sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: auto; }

img {
  width: 100%; }

header.map {
  margin-bottom: 30px; }

.button {
  background: #503EFF;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-family: 'open_sansbold', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 19px;
  margin: 30px auto 0;
  padding: 25px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  width: 250px; }

.button:hover {
  background: #fff;
  color: #503EFF;
  text-decoration: none; }

.middle > * {
  vertical-align: middle; }

.top > * {
  vertical-align: top; }

.bottom > * {
  vertical-align: bottom; }

.sub > * {
  vertical-align: sub; }

.super > * {
  vertical-align: super; }

.text-top > * {
  vertical-align: text-top; }

.text-bottom > * {
  vertical-align: text-bottom; }

.baseline > * {
  vertical-align: baseline; }

.pixel > * {
  vertical-align: 30px; }

.percentage > * {
  vertical-align: -500%; }

.no-border {
  border: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-padding-top {
  padding-top: 0 !important; }

.no-margin {
  margin: 0 !important; }

@font-face {
  font-family: 'oswald';
  src: url("../../fonts/oswald-regular-webfont.eot");
  src: url("../../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../../fonts/oswald-regular-webfont.woff") format("woff"), url("../../fonts/oswald-regular-webfont.ttf") format("truetype"), url("../../fonts/oswald-regular-webfont.svg#oswald_regularregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'oswaldbold';
  src: url("../../fonts/oswald-bold-webfont.eot");
  src: url("../../fonts/oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../../fonts/oswald-bold-webfont.woff") format("woff"), url("../../fonts/oswald-bold-webfont.ttf") format("truetype"), url("../../fonts/oswald-bold-webfont.svg#oswaldbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sans';
  src: url("../../fonts/opensans-regular-webfont.eot");
  src: url("../../fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../../fonts/opensans-regular-webfont.woff") format("woff"), url("../../fonts/opensans-regular-webfont.ttf") format("truetype"), url("../../fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansbold';
  src: url("../../fonts/opensans-bold-webfont.eot");
  src: url("../../fonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../../fonts/opensans-bold-webfont.woff") format("woff"), url("../../fonts/opensans-bold-webfont.ttf") format("truetype"), url("../../fonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }
body > .container {
  padding-top: 0; }
  @media screen and (max-width: 768px) {
    body > .container {
      padding-top: 75px; } }

.footer {
  background: #1F1F1F;
  color: #fff !important;
  display: inline-block;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
  width: 100%; }
  .footer .footer-right {
    float: right;
    margin: 20px 0; }
    @media screen and (max-width: 768px) {
      .footer .footer-right {
        float: none !important; }
        .footer .footer-right img {
          display: block;
          margin: 0 auto;
          width: 80%;
          text-align: center; } }

.container .text-muted {
  display: inline-block;
  color: #fff !important;
  margin: 25px 0; }

.intro {
  background: #fff url(../../images/cover-magazines.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  color: #fff;
  display: table;
  height: 100%;
  padding: 100px 0;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .intro {
      padding: 0; } }
  .intro .intro-body {
    display: table-cell;
    vertical-align: middle; }
    .intro .intro-body .intro-text {
      font-family: 'oswald', sans-serif;
      font-weight: 400;
      font-size: 25px;
      letter-spacing: 3.5px;
      line-height: 45px;
      text-transform: uppercase;
      text-shadow: rgba(0, 0, 0, 0.5) 4px 0px 9px; }
      @media screen and (min-width: 768px) {
        .intro .intro-body .intro-text {
          font-size: 35px;
          letter-spacing: 5.5px;
          line-height: 55px; } }

.navbar-default {
  background: #fff;
  border: 0; }
  @media screen and (min-width: 768px) {
    .navbar-default {
      padding-top: 30px;
      padding-bottom: 15px; } }
  .navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: 400;
    letter-spacing: 1.75px;
    line-height: 19px;
    padding: 25px 10px;
    text-transform: uppercase; }
    @media screen and (min-width: 1200px) {
      .navbar-default .navbar-nav > li > a {
        padding: 25px; } }
    @media screen and (max-width: 768px) {
      .navbar-default .navbar-nav > li > a {
        padding: 10px; } }
    .navbar-default .navbar-nav > li > a.active {
      font-family: 'open_sansbold', sans-serif;
      font-weight: 700; }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #000 !important; }
  .navbar-default .navbar-collapse {
    border-color: transparent; }

.navbar-brand {
  height: 100%; }
  @media screen and (max-width: 768px) {
    .navbar-brand {
      width: 70%; } }

@media screen and (min-width: 768px) {
  .navbar-right.home {
    margin-right: 5px; } }
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-right {
    float: left !important; } }

.navbar-toggle {
  border: 0;
  float: left !important;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 0; }

.image-frame {
  position: relative;
  height: auto; }
  @media screen and (min-width: 768px) {
    .image-frame {
      height: 339px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .image-frame {
      height: 450px; } }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .image-frame {
      height: 390px; } }
  .image-frame img {
    border: 4px solid #E2E2E2;
    display: block;
    width: 100%;
    max-width: 100%; }
    @media screen and (min-width: 768px) {
      .image-frame img {
        display: inline-block;
        position: absolute;
        bottom: 0; } }

.dash {
  border: 2px solid #000;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 20px; }

.title {
  font-family: 'oswald', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 24px;
  text-transform: uppercase; }
  .title.large {
    color: #463AB8;
    font-size: 20px;
    line-height: 31px; }

a:link {
  /*color: black;*/ }

.description {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 24px;
  height: auto;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .description {
      height: 235px; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .description {
      height: 180px; } }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .description {
      height: 200px; } }
  .description.online-platforms {
    height: auto; }
    @media screen and (min-width: 768px) {
      .description.online-platforms {
        height: 200px; } }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .description.online-platforms {
        height: auto; } }
    @media screen and (min-width: 991px) and (max-width: 1200px) {
      .description.online-platforms {
        height: 240px; } }

.publication {
  border-bottom: 1px solid #000;
  display: table;
  font-family: 'oswald', sans-serif;
  font-weight: 400;
  padding-bottom: 15px;
  width: 100%; }
  .publication > div {
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    line-height: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%; }
  .publication span:first-child {
    display: inline-block;
    text-align: left;
    width: 30%; }
  .publication .detail {
    display: inline-block;
    text-align: right;
    width: calc(100% - 32%); }

.display {
  display: inline-block;
  position: relative;
  margin-bottom: 25px; }

.imac {
  width: 100%;
  position: relative;
  z-index: 10; }

.website {
  position: absolute;
  left: 5.0%;
  top: 5%;
  width: 90%;
  z-index: 11; }

a[href^="mailto:"],
a[class="icon-envelope-link"],
a[class="icon-website-link"],
.events a {
  /*color: #503EFF;*/
  font-family: 'open_sansbold', sans-serif;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 18px; }

a[class="title-black-link"] {
  color: black; }

.events p {
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 22px; }

a[class="icon-envelope-link"] {
  background: transparent url(../../images/email-icon.svg) no-repeat center left;
  display: block;
  margin-bottom: 15px;
  padding-left: 25px; }

a[class="icon-website-link"] {
  background: transparent url(../../images/link-icon.svg) no-repeat center left;
  display: block;
  margin-bottom: 10px;
  padding-left: 25px; }

.events {
  border-bottom: 1px solid #000;
  height: auto;
  padding-bottom: 15px; }
  @media screen and (min-width: 991px) {
    .events {
      min-height: 800px;
      padding-bottom: 0; } }
  @media screen and (min-width: 991px) and (max-width: 1200px) {
    .events {
      min-height: 890px; } }

.icon-marker, .icon-tel, .icon-email, .icon-email-2 {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle; }

.icon-marker {
  background: transparent url(../../images/location.svg) no-repeat center left;
  width: 17px;
  height: 22px; }

.icon-tel {
  background: transparent url(../../images/tel.svg) no-repeat center left;
  width: 17px;
  height: 16px; }

.icon-email {
  background: transparent url(../../images/email-black-icon.svg) no-repeat center left;
  width: 17px;
  height: 13px; }
  .icon-email-2 {
    background: transparent url(../../images/email-blue-icon.svg) no-repeat center left;
    width: 17px;
    height: 13px; }

.contact p {
  font-size: 14px;
  line-height: 22px; }

.partners {
  background: #333333;
  padding: 40px 0 35px; }

[class^="partner-"] {
  background-size: contain;
  display: inline-block;
  margin: 0 15px;
  padding: 12px 24px;
  text-indent: -9999px;
  vertical-align: middle; }
  @media screen and (min-width: 768px) {
    [class^="partner-"] {
      margin: 0 11px; } }

.partner-ag,
.partner-cromly,
.partner-pulp,
.partner-regentmedia {
  width: 100px;
  height: 40px; }

.partner-ag {
  width: 108px; }

.partner-keyedition {
  width: 124px;
  height: 50px; }

.partner-inspire {
  width: 100px;
  height: 40px; }

.partner-mediaworld {
  width: 155px;
  height: 62px; }

.partner-milesmedia {
  width: 150px;
  height: 60px; }

@media screen and (max-width: 480px) {
  .partner-ag,
  .partner-cromly,
  .partner-pulp,
  .partner-regentmedia,
  .partner-keyedition,
  .partner-inspire,
  .partner-mediaworld,
  .partner-milesmedia {
    height: 62px; } }

.partner-ag {
  background: url(../../images/logos/AG_Logo.svg) no-repeat center center; }

.partner-cromly {
  background: url(../../images/logos/cromly.svg) no-repeat center center; }

.partner-inspire{
  background: url(../../images/logos/inspire.svg) no-repeat center center;
}

.partner-keyedition {
  background: url(../../images/logos/keyeditions.svg) no-repeat center center; }

.partner-mediaworld {
  background: url(../../images/logos/mediaworld1.svg) no-repeat center center; }

.partner-milesmedia {
  background: url(../../images/logos/milesmedia.svg) no-repeat center center; }

.partner-pulp {
  background: url(../../images/logos/pulp.svg) no-repeat center center; }

.partner-regentmedia {
  background: url(../../images/logos/regentmedia.svg) no-repeat center center; }

.partner-mediagroup {
  background: url(../../images/logos/mediagroup-gray.svg) no-repeat center center;
  margin: 0;
  padding: 0;
  height: 30px;
  width: 260px; }
  @media screen and (max-width: 480px) {
    .partner-mediagroup {
      display: block;
      margin: 0 auto; } }

@media screen and (max-width: 480px) {
  .partners li {
    width: 45%; } }
@media screen and (max-width: 480px) {
  .partners li.block-grid-item {
    padding: 0 15px !important; } }

#map {
  width: 100%;
  height: 350px; }

.descriptive-list {
  display: block;
  width: 100%;
  margin-top: 40px; }
  .descriptive-list .desc {
    display: inline-block;
    width: 50%;
    text-align: left;
    padding-bottom: 20px; }
    .descriptive-list .desc .title {
      font-size: 15px;
      padding-bottom: 10px;
      font-weight: bold;
      font-family: "open_sansbold";
      letter-spacing: 0;
      margin: 0;
      text-transform: none; }
    .descriptive-list .desc p {
      font-size: 14px;
      line-height: 18pt; }
    .descriptive-list .desc a.link {
      display: block;
      padding: 5px 0; }

.container {
  padding-bottom: 40px; }

.navbar .container, .footer .container, .partners .container {
  padding-bottom: 0; }

@media screen and (max-width: 768px) {
  .descriptive-list .desc {
    width: 100%; } }

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