body {
  background-color: #FFFFFF;
  color: #404142;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
  text-align: center;
}

.screen-reader-text {
  display: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'effra', Arial;
  color: #808080;
}

a {
  color: #808080;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.hide {
  display: none;
}

.image-wrap img {
  width: 100%;
  height: auto;
}

.content-wrap iframe {
  max-width: 100%;
}

#page {

}

/*
#nav-toggle {
  display: none;
}
*/


#header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 45px;
  z-index: 1;
  overflow: hidden;
  z-index: 2;
}

#header .site-title {
  float: left;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}

#header .site-title a {
  color: #FFFFFF;
}

#header .site-title a:hover {
  text-decoration: none;
}

#navbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 998;
}

#navbar nav {
  margin-top: 120px;
}

#navbar ul li {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0 15px;
  font-family: 'effra';
  text-align: center;
  margin-bottom: 20px;
}

#navbar ul li a {
  color: #FFFFFF;  
}

#navbar ul li a:hover {
  text-decoration: none;
}

body.nav-visible #navbar {
  display: block;
}

body.nav-visible .site-branding {
  z-index: 999;
  position: relative;
}

body.nav-visible #nav-toggle {
  z-index: 999;
}

#nav-toggle {
  display: block;
  position: absolute;
  height: 35px;
  width: 35px;
  right: 45px;
  cursor: pointer;
  border-top: 2px solid #FFFFFF;
  text-indent: -9999px;
}

#nav-toggle:before {
  content: '';
  left: 0;
  right: 0;
  border-top: 2px solid #FFFFFF;
  position: absolute;
  top: 7px;
}

#nav-toggle:after {
  content: '';
  left: 0;
  right: 0;
  border-top: 2px solid #FFFFFF;
  position: absolute;
  top: 16px;
}

body.alt-navigation #nav-toggle,
body.alt-navigation #nav-toggle:before,
body.alt-navigation #nav-toggle:after {
  border-color: #000000;
}

header.entry-header {
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 80vh;
  position: relative;
}

body.landing-page header.entry-header:after,
body.home header.entry-header:after {
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  height: 150px;
  bottom: 25px;
  background-image: url(img/signature.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

body.landing-page header.entry-header .tagline,
body.home header.entry-header .tagline {
  position: absolute;
  color: #FFFFFF;
  bottom: 150px;
  left: 15px;
  right: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

header.entry-header .content-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

header.entry-header .content-wrap .entry-title {
  color: #FFFFFF;
  text-align: center;
  font-size: 72px;
  line-height: 68px;
  margin-bottom: 15px;
}

header.entry-header .content-wrap .tagline {
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
}

header.entry-header .image-wrap img {
  display: none;
}


.more-link {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 1;
}



.more-link a {
  display: inline-block;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 20px 65px 20px 50px;
  font-family: 'effra';
  letter-spacing: 0.35em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
}

.more-link a:after {
  content: '+';
  position: absolute;
  font-size: 20px;
  margin-left: 5px;
  line-height: 15px;
}

.more-link a:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0.25);
}




#main-footer {
  padding: 120px 45px;
  text-align: center;
}

#main-footer .logo-wrap {
  text-align: center;
  margin: 60px auto 120px  auto;
  max-width: 700px;
}

#main-footer .logo-wrap img {
  height: 70px;
  margin: 0 10px;
  width: auto;
}

#main-footer .contact-email,
#main-footer .site-title {
  font-family: 'effra';
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.15em;
}

#main-footer .social-tools {
  margin: 60px 0 0 0;
  padding: 0;
  text-align: center;
}

#main-footer .social-tools li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}
 
#main-footer .social-tools a {
  color: #808080;
  font-size: 24px;
}

#main-footer .social-tools a:hover {
  color: #404142;
  text-decoration: none;
}

#main-footer .social-tools a span {
  display: none;
}

#main-footer .footer-contact {
   margin-bottom: 90px;
}

#main-footer .footer-contact-info {
  margin-top: 60px;
}

#main-footer .footer-contact-info p {
  margin-bottom: 10px;
}


.intro-section .sleeve {
  max-width: 600px;
  margin: 0 auto;
}


.intro-section {
  margin: 45px 45px 0 45px;  
}


.diary-section-wrap h2,
.business-section-wrap h2,
.intro-section .sleeve h2 {
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}

.diary-section-wrap.with-top-margin {
  margin-top: 150px;
}


.intro-section .sleeve .content-wrap p,
.intro-section .sleeve .content-wrap li {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}


.business-section-wrap {
  margin: 120px auto 0 auto;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.business-section {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  position: relative;
}

.business-section .main-image {
  background-size: cover;
  background-position: center center;
  padding-bottom: 100%;
  position: relative;
}

.business-section .main-image .image-wrap {
  display: none;
}

.business-section .main-image .sleeve {
  height: 400px;
  width: 400px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.25);  
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.business-section .main-image .sleeve h3 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  font-size: 2.4em;
  line-height: 1.2em;
}

.business-section .main-image .sleeve h3 {
  color: #FFFFFF;
}

.business-section .main-image .sleeve h3.has-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
}

.business-section .main-image .sleeve h3.has-logo span {
  display: none;
}

.business-section .main-image .sleeve h4 {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
  color: inherit;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
  font-weight: normal;
  letter-spacing: 0.25em;
}


.business-section .content-wrap {
  overflow: hidden;
  padding-bottom: 120px;
  display: none;
}

.business-section .content-wrap .content {
  text-align: center;
  padding: 120px 60px 0 60px;
  max-width: 650px;
  margin: 0 auto;
  box-sizing: border-box;

}

.business-section .content-wrap .content h3 {
  color: inherit;
  letter-spacing: 0.025em;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.business-section .content-wrap .content p,
.business-section .content-wrap .content li {
  margin-bottom: 25px;
  line-height: 1.4em;
  font-size: 1.2em;
}

.business-section .content-wrap .content .call-to-action {
  padding-top: 30px;
  text-align: center;
}

.business-section .content-wrap .content .call-to-action a {
  position: relative;
  display: block;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  line-height: 1.2em;
  border-radius: 50%;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  border: 1px solid #F1F1F1;
}

.business-section .content-wrap .content .call-to-action a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.business-section .content-wrap .content .call-to-action a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%; 
  transform: translateY(-50%);
  padding: 15px;
}



.television-section-wrap {
  margin: 120px auto 0 auto;
  max-width: 1200px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.television-section {
  width: calc(50% - 30px);
  margin-bottom: 60px;
  position: relative;
}

.television-section .main-image {
  background-size: cover;
  background-position: center center;
  padding-bottom: 56%;
  position: relative;
  margin-bottom: 30px;
}

.television-section .main-image .image-wrap {
  display: none;
}

.television-section .main-image .sleeve {
  height: 200px;
  width: 400px;
  margin: 0 auto;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}

.television-section .main-image .sleeve h3 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: inherit;
  font-size: 2.4em;
  line-height: 1.2em;
}

.television-section .main-image .sleeve h3 {
  color: #FFFFFF;
}

.television-section .main-image .sleeve h3.has-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 150px;
}

.television-section .main-image .sleeve h3.has-logo span {
  display: none;
}

.television-section .main-image .sleeve h4 {
  position: absolute;
  bottom: 60px;
  left: 60px;
  right: 60px;
  color: inherit;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
  font-weight: normal;
  letter-spacing: 0.25em;
}

.television-section .content-wrap .content,
.television-section .content-wrap .content {
  padding-left: 20px;
  padding-right: 20px;
}

.television-section .content-wrap .content p,
.television-section .content-wrap .content li {
  margin-bottom: 25px;
  line-height: 1.3em;
  font-size: 1.1em;
}



input,textarea {
  border-radius: 0;
}


textarea:focus,
textarea:active,
input:focus,
input:active {
  outline: none;
}

input, textarea {
  -webkit-appearance: none;
  border: none;
  padding: 15px;
  box-sizing: border-box;
  background-color: #808080;
  font-family: inherit;
  text-align: center;
  font-family: 'BrownPro', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  color: #FFFFFF;
}

textarea {
  min-height: 200px;
}

::-webkit-input-placeholder {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
}
:-moz-placeholder {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
}
::-moz-placeholder {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
}
:-ms-input-placeholder {
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
}

:focus::-webkit-input-placeholder {
  visibility: hidden;
}
:focus:-moz-placeholder {
  visibility: hidden;
}
:focus::-moz-placeholder {
  visibility: hidden;
}
:focus:-ms-input-placeholder {
  visibility: hidden;
}

.with-error input,
.with-error textarea {
  border: 1px solid red;
}

.form-messages {
  margin: 30px 0;
  color: #808080;
}

.form-messages p {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 26px;
}

.form-messages.errors {

}

.form-messages.success {

}

input[type=submit] {
  text-transform: uppercase;
  background-color: #808080;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  font-family: 'Avenir LT W01_35 Light1475496', Arial;
  min-width: 200px;
  border: 1px solid #808080;
}

input[type=submit]:hover {
  color: #808080;
  background-color: #FFFFFF;
}

.field-wrap {
  margin-bottom: 15px;
}

.field-wrap label {
  margin-bottom: 5px;
  display: block;
  font-family: 'BrownPro', sans-serif;
}




form.contact-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 550px;
  margin-top: 50px;
  padding: 0 25px;
}

form.contact-form h2 {
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #000000;
}

form.contact-form .field-wrap {
  margin-bottom: 10px;
}

form.contact-form .field-wrap label {
  display: none;
}

form.contact-form textarea,
form.contact-form input[type=text] {
  width: 100%;
}


form.contact-form input[type=submit] {
  padding: 20px;
  margin-top: 20px;
}


body.page-id-74 {
}

body.single-post:not(.nav-visible) #header .site-title,
body.single-post:not(.nav-visible) #header .site-title a,
body.single-post:not(.nav-visible) #navbar ul li a,
body.single-diary:not(.nav-visible) #header .site-title,
body.single-diary:not(.nav-visible) #header .site-title a,
body.single-diary:not(.nav-visible) #navbar ul li a,
body.page-id-74:not(.nav-visible) #header .site-title,
body.page-id-74:not(.nav-visible) #header .site-title a,
body.page-id-74:not(.nav-visible) #navbar ul li a,
body.page-id-503:not(.nav-visible) #header .site-title,
body.page-id-503:not(.nav-visible) #header .site-title a,
body.page-id-503:not(.nav-visible) #navbar ul li a {
  color: #000000;
}


article.type-post,
article.type-diary {
  max-width: 600px;
  margin: 150px auto 0 auto;  
}


body.postid-35 .video-item .video-player-wrap {
  padding-bottom: 56%;
  position: relative;
}

body.postid-35 .video-item .video-player-wrap iframe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}




body.postid-671 .publication-wrap, 
body.postid-35 .video-wrap, 
body.page-id-74 .blog-wrap,
body.page-id-503 .diary-wrap {
  max-width: 1024px;
  margin: 0 auto 100px auto;  
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

body.postid-671 .publication-wrap:first-child,
body.postid-35 .video-wrap:first-child,
body.page-id-74 .blog-wrap:first-child,
body.page-id-503 .diary-wrap:first-child {
  margin-top: 150px;  
}



body.single-post article .entry-title h1,
body.single-diary article .entry-title h1,
body.page-id-74 .blog-article .entry-title h2,
body.postid-671 .publication-item .entry-title h2,
body.postid-35 .video-item .entry-title h2,
body.page-id-503 .diary-item .entry-title h2 {
  font-size: 30px;
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 15px;
}

body.postid-671 .publication-item .entry-title .subtitle,
body.postid-35 .video-item .entry-title .subtitle,
body.page-id-503 .diary-item .entry-title .subtitle {
  margin-bottom: 50px;
}


body.postid-671 .publication-item .entry-title h2 a,
body.postid-35 .video-item .entry-title h2 a,
body.page-id-74 .blog-article .entry-title h2 a,
body.page-id-503 .diary-item .entry-title h2 a {
  color: #000000;
}

body.postid-671 .publication-item .entry-title h2 a:hover,
body.page-id-74 .blog-article .entry-title h2 a:hover,
body.page-id-503 .diary-item .entry-title h2 a:hover {
  text-decoration: none;
  color: #808080;
}



body.single-post article .entry-meta div,
body.single-diary article .entry-meta div,
body.postid-671 .publication-item .entry-meta div,
body.page-id-74 .blog-article .entry-meta div,
body.page-id-503 .diary-item .entry-meta div {
  margin-bottom: 30px;
}

body.postid-671 .publication-item .entry-meta div,
body.page-id-503 .diary-item .entry-meta div {
  margin-bottom: 0px;
}


body.single-post article .entry-content,
body.single-diary article .entry-content,
body.postid-671 .publication-item .entry-content,
body.page-id-74 .blog-article .entry-content,
body.page-id-503 .diary-item .entry-content {
  max-width: 500px;
  margin: 0 auto;  
  text-align: left;
  padding: 0 15px;
}


body.single-post article .entry-content h3,
body.single-diary article .entry-content h3,
body.page-id-74 .blog-article .entry-content h3,
body.page-id-503 .diary-item .entry-content h3 {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

body.single-post article .entry-content figure[style],
body.single-diary article .entry-content figure[style] {
  width: 100% !important;
  margin-bottom: 30px;
}

body.single-diary article .entry-content figure figcaption,
body.single-post article .entry-content figure figcaption {
  font-size: 90%;
  margin-top: 5px;

}


body.single-diary article .entry-content img,
body.single-post article .entry-content img {
  width: 100%;
  height: auto;
}

body.single-diary article .entry-content iframe,
body.single-post article .entry-content iframe {
  width: 100%;
}

body.single-post article .entry-content p,
body.single-post article .entry-content li,
body.single-diary article .entry-content p,
body.single-diary article .entry-content li,
body.page-id-503 .diary-item .entry-content p,
body.page-id-503 .diary-item .entry-content li,
body.page-id-74 .blog-article .entry-content p,
body.page-id-74 .blog-article .entry-content li {
  color: #000000;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}



body.single-business article .entry-content img {
  max-width: 100%;
}

body.page-id-74 .blog-article .entry-content .read-more {
  text-align: center;
  z-index: 1;
}

body.page-id-74 .blog-article .entry-content .read-more a {
  display: inline-block;
  border: 1px solid #000000;
  color: #000000;
  padding: 20px 50px 20px 50px;
  font-family: 'effra';
  letter-spacing: 0.35em;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 150px;
  text-align: center;
}

body.page-id-74 .blog-article .entry-content .read-more a:hover {
  text-decoration: none;
  background-color: rgba(0,0,0,0.25);
}



.publication-wrap,
.video-wrap,
.diary-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.publication-item,
.video-item,
.diary-item {
  width: 30%;
  position: relative;
} 

.diary-item-past {
  opacity: 0.5;
}

.publication-item .image-wrap,
.video-item .image-wrap,
.diary-item .image-wrap {
  border: 1px solid #CCCCCC;
  overflow: hidden;
}

.publication-item .image-wrap img,
.video-item .image-wrap img,
.diary-item .image-wrap img {
  float: left;
}


.diary-item .entry-meta {
  position: absolute;
  right: 10px;
  border: 1px solid #FFFFFF;
  padding: 5px 10px;
  margin-top: -40px;
  color: #FFFFFF;
  background-color: rgba(0,0,0,0.5);
}

.publication-item .publication-title,
.video-item .video-title,
.diary-item .diary-title {
  text-align: left;
}

.publication-item .publication-title h2,
.video-item .video-title h2,
.diary-item .diary-title h2 {
  margin: 10px 0 10px 0 !important; 
  font-weight: normal;
  font-size: 20px !important; 
  line-height: 24px !important; 
}

.publication-item .publication-title .subtitle,
.video-item .video-title .subtitle,
.diary-item .diary-title .subtitle {
  line-height: 1.2em;
}




.blog-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.blog-article {
  width: 30%;
  position: relative;
} 


.blog-article .image-wrap {
  border: 1px solid #CCCCCC;
  overflow: hidden;
}

.blog-article .image-wrap img {
  float: left;
}

.blog-article .entry-meta {
  text-align: left;
}

.blog-article .blog-title {
  text-align: left;
}

.blog-article .blog-title h2 {
  margin: 10px 0 !important; 
  font-weight: normal;
  font-size: 20px !important; 
  line-height: 30px !important; 
}

.blog-article .blog-title .subtitle {
  line-height: 1.2em;
  text-align: left;
}

body.postid-901 #main-footer {
  padding-top: 0px;
}


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


  #main-footer .contact-email {
    font-size: 14px;
    line-height: 16px;
  }
  #main-footer .site-title {
    font-size: 20px;
    line-height: 24px;
  }

  .more-link a {
    min-width: 0;
  }

  #header {
    padding: 30px 15px 0 15px;
    overflow: visible;
  }

  #header .site-title {
    font-size: 20px;
  }

  header.entry-header {
    background-position: center center;
  }

  .business-section-wrap {
    margin-top: 60px;
  }

  .business-section .content-wrap .content {
    padding: 60px 15px 0 15px;
  }
  .intro-section {
    margin: 60px 15px 0 15px;
  }

  .more-link a {
    padding: 10px 30px 10px 30px;
    letter-spacing: 0.1em;
  }

/*
  body.nav-visible #navbar {
    display: block;
  }

  body.nav-visible .site-branding {
    z-index: 999;
    position: relative;
  }

  body.nav-visible #nav-toggle {
    z-index: 999;
  }

  #navbar {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 998;
  }

  #navbar nav {
    margin-top: 120px;
  }

  #navbar nav li {
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }

  #nav-toggle {
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    top: 30px;
    right: 15px;
    cursor: pointer;
    border-top: 2px solid #FFFFFF;
    text-indent: -9999px;
  }
  #nav-toggle:before {
    content: '';
    left: 0;
    right: 0;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 7px;
  }

  #nav-toggle:after {
    content: '';
    left: 0;
    right: 0;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    top: 16px;
  }
*/

  #nav-toggle {
    top: 30px;
    right: 15px;
    height: 25px;
    width: 25px;
  }

  body.single-post:not(.nav-visible) #nav-toggle,
  body.single-post:not(.nav-visible) #nav-toggle:before,
  body.single-post:not(.nav-visible) #nav-toggle:after,
  body.single-diary:not(.nav-visible) #nav-toggle,
  body.single-diary:not(.nav-visible) #nav-toggle:before,
  body.single-diary:not(.nav-visible) #nav-toggle:after,
  body.page-id-503:not(.nav-visible) #nav-toggle,
  body.page-id-503:not(.nav-visible) #nav-toggle:before,
  body.page-id-503:not(.nav-visible) #nav-toggle:after,
  body.page-id-74:not(.nav-visible) #nav-toggle,
  body.page-id-74:not(.nav-visible) #nav-toggle:before,
  body.page-id-74:not(.nav-visible) #nav-toggle:after {
    border-top: 2px solid #000000;
  }

  header.entry-header .content-wrap .entry-title {
    font-size: 50px;
    line-height: 48px;
  }

  body.page-id-503 .diary-item,
  body.page-id-74 .blog-article {
    margin-top: 75px;
  }


  .business-section {
    width: 100%;
  }

  .business-section .main-image .sleeve {
    width: 300px;
    height: 300px;
    padding: 15px;
  }


  .television-section {
    width: 100%;
  }

  .television-section .main-image .sleeve {
    width: 300px;
    height: 200px;
    padding: 15px;
  }


  .publication-item,
  .video-item,
  .blog-article,
  .diary-item {
    width: 100%;
  }


  #main-footer .logo-wrap img {
    height: 50px;
    margin:  0 0 30px 0;
  }

  form.contact-form {
    padding: 0;
  }

}


body.landing-page .business-section .content-wrap .content .call-to-action {
  display: none;
}
