@import url("https://use.typekit.net/nhh3zjb.css");
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
.clear {
  clear: both;
  display: block !important;
}
.center {
  text-align: center;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  /* ie 6/7 */
}
.hide,
.hidden {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
/* http://avexdesigns.com/responsive-youtube-embed/*/
.video-container {
  position: relative;
  padding-bottom: 56.25% !important;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-container.overlay iframe {
  pointer-events: none;
}
img {
  max-width: 100%;
  height: auto;
}
.inline {
  display: inline;
}
em {
  font-style: italic;
}
.vmiddle img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 6px;
  zoom: .85;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
@media (min-width: 768px) {
  .vertical-center {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.modal_pop {
  height: 60px;
  clear: both;
  position: relative;
}
.modal_pop a.button {
  position: absolute;
  left: 0;
  vertical-align: baseline;
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 80%;
  }
}
#block-juicer {
  max-width: 1170px;
  margin: 0 auto;
}
ul.pager__items {
  list-style: none;
  padding-left: 0;
}
ul.pager__items li {
  display: inline-block;
}
ul.pager__items li a {
  padding: 8px 14px;
  text-align: center;
  border-radius: 9px;
  background-color: #F5F5F5;
  text-decoration: none;
}
ul.pager__items li.is-active a,
ul.pager__items li a:hover {
  background-color: #31383b;
  color: #FFF;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  border: 1px solid #ddd;
}
html:after {
  content: "";
  position: fixed;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: brown;
  border: 1px solid #333333;
  z-index: 9999999999999999;
  display: none;
}
@media (min-width: 480px) and (max-width: 767px) {
  html:after {
    background-color: lightgoldenrodyellow;
    content: 'xs';
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html:after {
    background-color: darkorange;
    content: 'sm';
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html:after {
    background-color: orchid;
    content: 'md';
  }
}
@media (min-width: 1200px) {
  html:after {
    background-color: lime;
    content: 'lg';
  }
}
@media (min-width: 1480px) {
  html:after {
    background-color: aqua;
    content: 'xlg';
  }
}
pre {
  background: #bbb;
  color: #333;
  border: 1px solid #333;
  font-size: .5em;
  display: inline-block;
  border-radius: 3px;
  padding: .25em;
  margin: .25em;
}
html.dev:after {
  display: block;
}
/* Colours */
* {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: proxima-nova, sans-serif;
  color: #373737;
}
a {
  color: #0C4D43;
  text-decoration: underline;
  transition: color .15s ease;
}
a:hover,
a:focus {
  color: #007AC5;
  text-decoration: none;
}
#block-arnett-content article p,
#block-arnett-content article ol,
#block-arnett-content article ul {
  font-size: 20px;
  Line-height: 1.4;
  color: #222222;
}
#block-arnett-content article ul li,
#block-arnett-content article ol li {
  margin: 3px 0;
}
#block-arnett-content article .align-left {
  padding: 0 20px 20px 0;
}
#block-arnett-content article .align-right {
  padding: 0 0 20px 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #31383b;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  color: #31383b;
}
h1 {
  font-size: 24px;
  line-height: 1;
}
@media (min-width: 480px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 55px;
  }
}
h2 {
  font-size: 36px;
}
h2 u {
  font-size: 20px;
  font-weight: bold;
}
.case-study h2 {
  font-size: 20px;
}
h3 {
  font-size: 23px;
  font-weight: 800;
  line-height: 1;
  margin-top: 10px;
}
strong {
  color: #31383b;
}
.testimonial-body {
  text-align: center;
  font-size: 20px;
}
.testimonial-body strong {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #31383b;
  font-size: .75em;
  font-weight: 900;
  text-transform: uppercase;
}
.testimonial-body strong:before {
  content: "- ";
}
#block-arnett-mainnavigation,
footer[role=contentinfo] {
  color: #fff;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#block-arnett-mainnavigation h3,
footer[role=contentinfo] h3,
#block-arnett-mainnavigation h2,
footer[role=contentinfo] h2 {
  color: #fff;
  font-size: 22px;
}
#block-arnett-mainnavigation a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.25em;
}
footer[role=contentinfo] p {
  line-height: 1;
}
footer[role=contentinfo] p a {
  text-decoration: none;
}
footer[role=contentinfo] p a:hover,
footer[role=contentinfo] p a:focus {
  color: #FFF;
}
#block-arnett-footerlogos p {
  font-size: 14px;
}
#block-arnett-quicknodeblock-3 h2,
#block-arnett-views-block-articles-homepage-2 footer h2 {
  font-size: 72px;
  line-height: 1;
  text-align: center;
}
#block-arnett-quicknodeblock-3 p,
#block-arnett-views-block-articles-homepage-2 footer p {
  font-size: 22px;
  line-height: 1;
  text-align: center;
}
.menubar a {
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 600;
}
@media (min-width: 1200px) {
  body.page article div.body .align-center,
  body.page article div.body blockquote {
    width: 1054px;
    max-width: 145%;
    margin-left: -22%;
  }
  body.page article div.body .align-center div img {
    display: block;
    margin: 0 auto;
  }
}
p.introtext {
  font-size: 23px !important;
}
#block-arnett-content article blockquote {
  border: 1px solid #E1E1E1;
  border-right: none;
  border-left: none;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 0 70px;
  position: relative;
}
#block-arnett-content article blockquote:after {
  content: "“";
  background-color: #0b4d43;
  color: white;
  height: 90px;
  width: 90px;
  position: absolute;
  right: 177px;
  bottom: -40px;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 160px;
  font-family: proxima-nova, sans-serif;
  font-size: 140px;
}
#block-arnett-content article blockquote p {
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
  font-style: italic;
  font-family: "Times New Roman", Times;
  max-width: 700px;
  margin: 0 auto;
}
#block-arnett-content article blockquote p.attribution {
  margin-top: 20px;
  font-style: normal;
  font-size: 20px;
}
.form-item-combine label {
  font-weight: bold;
}
.webform-submission-i-love-london-add-form .form-item-node-id,
.webform-submission-add-business-form .form-item-node-id,
.webform-submission-contact-add-form .form-item-node-id {
  display: none;
}
.webform-submission-i-love-london-add-form label,
.webform-submission-add-business-form label,
.webform-submission-contact-add-form label {
  font-weight: bold;
  display: block;
}
.webform-submission-i-love-london-add-form fieldset legend span,
.webform-submission-add-business-form fieldset legend span,
.webform-submission-contact-add-form fieldset legend span {
  padding-bottom: 3px;
}
.webform-submission-i-love-london-add-form legend span:not(.visually-hidden),
.webform-submission-add-business-form legend span:not(.visually-hidden),
.webform-submission-contact-add-form legend span:not(.visually-hidden) {
  padding-top: 0 !important;
}
.webform-submission-i-love-london-add-form .webform-element-description,
.webform-submission-add-business-form .webform-element-description,
.webform-submission-contact-add-form .webform-element-description {
  font-style: italic;
  clear: both;
}
.webform-submission-i-love-london-add-form input:not([type='checkbox']),
.webform-submission-add-business-form input:not([type='checkbox']),
.webform-submission-contact-add-form input:not([type='checkbox']),
.webform-submission-i-love-london-add-form .webform-element-description,
.webform-submission-add-business-form .webform-element-description,
.webform-submission-contact-add-form .webform-element-description,
.webform-submission-i-love-london-add-form textarea,
.webform-submission-add-business-form textarea,
.webform-submission-contact-add-form textarea {
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .webform-submission-i-love-london-add-form input:not([type='checkbox']),
  .webform-submission-add-business-form input:not([type='checkbox']),
  .webform-submission-contact-add-form input:not([type='checkbox']),
  .webform-submission-i-love-london-add-form .webform-element-description,
  .webform-submission-add-business-form .webform-element-description,
  .webform-submission-contact-add-form .webform-element-description,
  .webform-submission-i-love-london-add-form textarea,
  .webform-submission-add-business-form textarea,
  .webform-submission-contact-add-form textarea {
    width: 70% ;
  }
}
.webform-submission-i-love-london-add-form label.option,
.webform-submission-add-business-form label.option,
.webform-submission-contact-add-form label.option {
  font-weight: normal;
  margin-top: 0;
}
.webform-submission-i-love-london-add-form .form-item,
.webform-submission-add-business-form .form-item,
.webform-submission-contact-add-form .form-item {
  margin-bottom: 30px;
  clear: both;
  float: left;
  width: 100%;
}
.webform-submission-i-love-london-add-form .form-checkboxes,
.webform-submission-add-business-form .form-checkboxes,
.webform-submission-contact-add-form .form-checkboxes {
  margin-bottom: 5px;
}
.webform-submission-i-love-london-add-form .form-checkboxes .form-item,
.webform-submission-add-business-form .form-checkboxes .form-item,
.webform-submission-contact-add-form .form-checkboxes .form-item {
  margin-bottom: 5px;
}
.form-required:after {
  content: '*';
  color: red;
  margin-left: 5px;
}
.webform-element-help {
  background: #0B4D43;
  border-color: #0B4D43;
}
input.form-checkbox {
  float: left;
}
.webform-submission-i-love-london-add-form .js-form-type-checkbox label {
  font-weight: bold;
}
#block-arnett-mainnavigation {
  float: left;
  height: auto;
  width: 100%;
  font-family: proxima-nova, sans-serif;
  background: #0b4d43;
  position: relative;
  padding: 120px 0 125px;
}
#block-arnett-mainnavigation .cont {
  margin: 0 auto;
  max-width: 1350px;
}
#block-arnett-mainnavigation a[data-drupal-link-system-path="search"] {
  display: none;
}
#block-arnett-mainnavigation li {
  list-style: none;
  padding: 10px 5px 15px;
}
@media (min-width: 992px) {
  #block-arnett-mainnavigation li {
    float: left;
    width: 20%;
    vertical-align: top;
  }
}
#block-arnett-mainnavigation .cont > ul {
  width: 100%;
  float: none;
  clear: both;
  padding: 0 5% 0;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}
#block-arnett-mainnavigation .cont > ul li:last-child {
  display: none;
}
#block-arnett-mainnavigation .cont > ul li ul li:last-child {
  display: block;
}
#block-arnett-mainnavigation .cont > ul a.mobile {
  display: none;
}
@media (min-width: 992px) {
  #block-arnett-mainnavigation .cont > ul {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  #block-arnett-mainnavigation .cont > ul {
    width: 80%;
    float: right;
    padding: 0 10px;
    clear: none;
  }
}
#block-arnett-mainnavigation .cont > ul a {
  color: #f2cb45;
  padding: 5px 0;
  display: block;
  font-size: 16px;
}
#block-arnett-mainnavigation .cont > ul ul {
  float: none;
  padding-left: 0;
  text-transform: none;
  padding-top: 0;
}
#block-arnett-mainnavigation .cont > ul ul a {
  color: #ffffff;
}
#block-arnett-mainnavigation .cont > ul ul li {
  width: 100%;
}
#block-arnett-mainnavigation .cont > ul ul li a {
  font-weight: initial;
}
#block-arnett-mainnavigation .cont > ul ul li a:hover,
#block-arnett-mainnavigation .cont > ul ul li a:focus {
  text-decoration: underline;
}
#block-arnett-mainnavigation #block-footeraddress {
  padding: 0 40px 40px;
  font-size: 14px;
  float: none;
  text-align: center;
}
#block-arnett-mainnavigation #block-footeraddress img {
  max-width: 158px;
}
#block-arnett-mainnavigation #block-footeraddress a {
  color: #d8b653;
  font-size: 14px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-arnett-mainnavigation #block-footeraddress {
    padding: 0 40px 60px;
  }
}
@media (min-width: 1200px) {
  #block-arnett-mainnavigation #block-footeraddress {
    padding: 0 40px;
    float: left;
    text-align: left;
  }
}
footer[role=contentinfo] {
  clear: both;
  background: #0a473e;
  padding: 8px 1em ;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
}
footer[role=contentinfo] .form-submit {
  display: none;
}
footer[role=contentinfo] h2 {
  margin-top: 0;
}
footer[role=contentinfo] > div {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
footer[role=contentinfo] a {
  color: #d8b653;
}
@media (min-width: 992px) {
  footer[role=contentinfo] {
    text-align: left;
  }
}
@media (min-width: 992px) {
  footer[role=contentinfo] #block-arnett-footercontact {
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
  }
}
footer[role=contentinfo] #block-arnett-footercontact img {
  max-width: 120px;
}
#block-arnett-footercontact a {
  display: block;
  margin: 10px;
}
@media (min-width: 480px) {
  #block-arnett-footercontact a {
    display: inline-block;
    margin: 0 10px;
  }
}
#block-arnett-footerprivacyterms {
  float: none;
  text-align: center;
}
@media (min-width: 992px) {
  #block-arnett-footerprivacyterms {
    float: right;
    text-align: right;
  }
}
#block-arnett-footerprivacyterms p a {
  text-decoration: none;
  display: inline-block;
  width: 50px;
  text-align: center;
}
#block-arnett-footerprivacyterms p a img {
  height: 24px;
}
#block-rtraction {
  display: inline-block;
}
.staff-directory .card h3 {
  height: 20px;
  padding: 0 20px ;
}
.staff-directory .card .attributes {
  padding: 0 20px;
}
.staff-directory .card .position {
  font-weight: bold;
}
#contact-staff {
  background: #222;
  background: linear-gradient(360deg, #c4c0ff 0%, #ffffff 100%);
  float: left;
  width: 100%;
  padding: 100px 0;
}
#contact-staff .cont {
  max-width: 1060px;
  margin: 0 auto;
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  #contact-staff .cont {
    max-width: 725px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contact-staff .cont {
    max-width: 950px;
  }
}
#contact-staff #c-form {
  width: 90%;
  margin: 0 auto;
}
#contact-staff #c-form input,
#contact-staff #c-form textarea {
  width: 100%;
}
#contact-staff #c-form input[type=submit],
#contact-staff #c-form textarea[type=submit] {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  #contact-staff #c-form input[type=submit],
  #contact-staff #c-form textarea[type=submit] {
    margin: 0;
  }
}
#contact-staff #c-form label {
  font-size: 12px;
}
@media (min-width: 768px) {
  #contact-staff #c-form {
    display: inline-block;
    width: 340px;
    margin: 0;
    vertical-align: top;
  }
}
@media (min-width: 992px) {
  #contact-staff #c-form {
    width: 370px;
  }
}
@media (min-width: 1200px) {
  #contact-staff #c-form {
    width: 400px;
  }
}
#contact-staff #staff-member {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#contact-staff #staff-member h3 {
  margin-bottom: 0;
}
#contact-staff #staff-member h4 {
  margin: 5px 0;
}
#contact-staff #staff-member .photo {
  width: 100%;
  margin: 0 auto;
  vertical-align: top;
  text-align: center;
}
@media (min-width: 1200px) {
  #contact-staff #staff-member .photo {
    width: 200px;
  }
}
#contact-staff #staff-member .photo img {
  width: 200px;
  border-radius: 100%;
}
@media (min-width: 768px) {
  #contact-staff #staff-member {
    text-align: left;
    vertical-align: top;
    display: inline-block;
    width: 380px;
    padding-right: 35px;
  }
  #contact-staff #staff-member .views-element-container {
    margin: 0;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #contact-staff #staff-member {
    width: 570px;
  }
}
@media (min-width: 1200px) {
  #contact-staff #staff-member {
    padding-right: 55px;
    width: 655px;
  }
  #contact-staff #staff-member .photo,
  #contact-staff #staff-member .contents {
    display: inline-block;
  }
  #contact-staff #staff-member .contents {
    width: 360px;
    padding-left: 40px;
  }
}
#contact-staff #staff-member h2 {
  font-size: 36px;
  margin: 10px 0 30px;
}
body.staff #block-arnett-content {
  padding-bottom: 0;
}
body.staff article {
  padding-top: 60px;
}
body.staff article .email div {
  display: inline;
}
body.staff article .tel {
  margin-bottom: 10px;
}
body.staff article h1 {
  margin-bottom: 25px;
}
body.staff .photo {
  margin: 0 auto;
}
body.staff .photo img {
  border-radius: 100%;
  border: 2px solid #0B4D43;
}
@media (min-width: 768px) {
  body.staff .photo {
    float: left;
    margin: 0 50px 50px 0;
  }
}
body.staff .bio {
  clear: both;
  border-bottom: 1px solid #DDDEEE;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
body.staff #contact-staff {
  padding-top: 0;
}
body.staff #contact-staff #staff-member {
  display: none;
}
body.staff #contact-staff h2 {
  font-size: 24px !important;
  margin-bottom: 40px;
}
body.staff #contact-staff .cont {
  max-width: 700px;
}
body.staff #contact-staff #c-form {
  width: 90%;
}
@media (min-width: 480px) and (max-width: 767px) {
  body.staff #contact-staff #c-form {
    width: 400px;
  }
}
@media (min-width: 768px) {
  body.staff #contact-staff #c-form {
    width: 600px;
  }
}
html {
  border-bottom: 1px solid #0b4d43;
}
body {
  margin: 0;
  background: #fff;
}
main {
  background: #fff;
}
.highlight {
  background: lightgreen;
}
#block-arnett-content {
  padding: 0 20px;
}
.front main {
  background: transparent;
}
header[role=banner] {
  position: relative;
  z-index: 4;
  background: #0b4d43;
  padding-bottom: 20px;
  text-align: center;
  padding-top: 20px;
  height: 127px;
}
header[role=banner] #block-arnett-branding {
  position: absolute;
  top: 0;
  left: 20px;
  padding-top: 0;
}
@media (min-width: 768px) {
  header[role=banner] #block-arnett-branding {
    position: relative;
    padding: 10px 20px ;
    left: 0;
  }
}
header[role=banner] #block-arnett-branding a {
  float: left;
}
@media (min-width: 992px) {
  header[role=banner] {
    padding: 0;
  }
  header[role=banner] #block-arnett-branding {
    float: left;
    padding: 20px 20px 10px 100px;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  header[role=banner] #block-arnett-branding {
    padding-left: 20px;
  }
}
#block-arnett-branding a[title="Home"] {
  display: none;
}
#block-arnett-branding img {
  max-height: 80px;
}
button.burger {
  outline: none;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: -47px;
  z-index: 100;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
}
button.burger span.icon-bar {
  width: 27px;
  height: 3px;
  margin: 6px 0;
  display: block;
  background-color: #FFF;
}
button.burger span.sr-only {
  display: none;
}
@media (min-width: 768px) {
  button.burger {
    top: 18px;
  }
}
@media (min-width: 992px) {
  button.burger {
    display: none;
  }
}
.menubar {
  top: 60px;
  position: relative;
  background: transparent;
  padding: 10px 0;
  margin: 20px 30px;
}
@media (min-width: 768px) {
  .menubar {
    top: 0;
  }
}
.menubar ul {
  padding: 0 0 30px;
  margin: 0;
}
@media (min-width: 992px) {
  .menubar ul {
    padding: 0;
  }
}
.menubar ul ul {
  text-align: left;
  padding-bottom: 20px;
}
.menubar ul ul li {
  text-align: center;
}
@media (min-width: 992px) {
  .menubar ul ul li {
    text-align: left;
  }
}
.menubar ul ul li a {
  color: #f2cb45;
}
.menubar ul ul li a:hover,
.menubar ul ul li a:focus {
  color: black;
}
@media (min-width: 992px) {
  .menubar ul ul li a {
    color: #000;
  }
}
@media (min-width: 992px) {
  .menubar ul ul {
    padding-left: 50px;
    display: none;
    text-align: center;
    padding-bottom: 0;
    padding-left: 0;
  }
  .menubar ul ul a:before {
    content: none;
  }
}
.menubar li {
  position: relative;
  list-style: none;
}
@media (min-width: 992px) {
  .menubar li:nth-child(3):hover > ul li:last-child {
    padding-bottom: 43px;
  }
  .menubar li:hover > ul {
    display: block;
    position: absolute;
    background: #083b33;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1px;
    padding-left: 246px;
    top: 40px;
    z-index: 1;
    right: -140px;
    border-top: 25px solid #0b4d43;
  }
  .menubar li:hover > ul li {
    background: #fff;
    float: none;
  }
  .menubar li:hover > ul li:first-child {
    padding-top: 25px;
  }
  .menubar li:hover > ul li:last-child {
    padding-bottom: 25px;
  }
  .menubar li:hover > ul li a {
    color: #0C4D43;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    text-align: left;
  }
  .menubar li:hover > ul a {
    height: auto;
    min-width: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menubar li:hover > ul a:hover {
    color: #000;
    background-color: #f2f2f2;
  }
  .menubar li:hover > ul a:hover:after {
    content: none;
  }
}
@media (min-width: 992px) {
  .menubar li:last-child:hover > ul {
    left: -232px;
  }
}
.menubar a {
  text-decoration: none;
  height: 40px;
  display: inline-block;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .menubar {
    padding: 0;
    padding-right: 0;
    position: absolute;
    right: 0;
    top: 37px;
    height: 27px;
  }
  .menubar li {
    float: left;
  }
  .menubar li a {
    height: 40px;
    padding: 10px 20px;
    display: block;
  }
  .menubar li a:hover {
    color: #000;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .menubar li a {
    padding: 10px 15px;
  }
}
@media (min-width: 1200px) {
  .menubar {
    padding-right: 100px;
  }
}
.button,
button,
input[type=submit] {
  background: #0a473e;
  color: white;
  text-decoration: none;
  padding: 20px;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s all;
}
.button:hover,
button:hover,
input[type=submit]:hover,
.button:focus,
button:focus,
input[type=submit]:focus {
  color: white;
  background: #007AC5;
}
#block-arnett-footernewsletter,
#block-arnett-content,
.views-element-container {
  overflow: visible;
}
#block-arnett-content,
.views-element-container {
  padding-bottom: 100px;
}
#block-views-block-node-field-block-1 {
  padding-bottom: 20px;
}
/* hide home node content on the homepage */
article[about="/home"] {
  display: none;
}
#block-arnett-footernewsletter {
  padding-bottom: 50px;
}
.testimonial-wrapper,
#block-arnett-footerlogos > div,
#block-arnett-footernewsletter > div {
  padding: 70px 0 90px;
  width: 100%;
  text-align: center;
}
#block-arnett-footerlogos > div {
  padding: 70px 0 20px;
}
#block-arnett-quicknodeblock .testimonial-wrapper {
  border-bottom: 3px solid #8ec449;
}
.testimonial-wrapper,
#block-arnett-footerlogos > div {
  max-width: 880px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.testimonial-wrapper img,
#block-arnett-footerlogos > div img {
  margin: 0 auto;
}
#block-arnett-footerlogos p img {
  max-width: 620px;
  width: 100%;
}
@media (min-width: 992px) {
  #block-arnett-footerlogos p:nth-child(1) {
    display: inline-block;
    width: 60%;
    text-align: left;
    vertical-align: text-bottom;
  }
}
#block-arnett-footerlogos p:nth-child(2) {
  max-width: 210px;
  margin: 40px auto;
}
@media (min-width: 992px) {
  #block-arnett-footerlogos p:nth-child(2) {
    display: inline-block;
    margin-left: 100px;
  }
}
.testimonial-body {
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .testimonial-body {
    display: inline-block;
    margin-right: 95px;
  }
}
input:not([type=checkbox]) {
  height: 50px;
  display: block;
  padding: 0 25px;
  border: 1px solid #aaa;
  margin-bottom: 2em;
  max-width: 100%;
  width: 200px;
}
input:not([type=checkbox]).form-search,
input:not([type=checkbox])#edit-combine {
  width: 100%;
  max-width: 100%;
  background: #fff url(/themes/arnett/images/mag.png?a) no-repeat right 10px center;
}
@media (min-width: 480px) {
  input:not([type=checkbox]).form-search,
  input:not([type=checkbox])#edit-combine {
    width: 470px;
  }
}
textarea {
  margin-bottom: 2em;
  border-color: #aaa;
  padding: 15px;
}
.icon svg {
  height: 30px;
}
.hero {
  background: #0a473e;
  background-size: cover;
  position: relative;
  padding-top: 0;
  height: 550px;
  margin-bottom: 150px;
  background-position: center center;
}
@media (min-width: 480px) {
  .hero {
    padding-top: 150px;
    height: 50px;
  }
}
.hero > div {
  margin: 0 auto;
  max-width: 1000px;
  padding-top: 10px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .hero {
    height: 133px;
  }
}
.hero h1 {
  clear: both;
}
.hero.has-image {
  background-color: #f2f2f2;
  margin-bottom: 0;
  height: 670px;
}
@media (min-width: 992px) {
  .hero.has-image {
    margin-bottom: 180px;
  }
}
.hero.has-image > div {
  background: transparent;
}
@media screen and (max-width: 960px) and (min-width: 480px) {
  .hero.has-image h1,
  .hero.has-image a {
    color: #fff;
    position: relative;
    z-index: 1;
  }
  .front .hero.has-image:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
  }
}
@media (min-width: 480px) {
  .hero.has-image {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .hero.has-image {
    margin-bottom: 30px;
    padding-top: 55px;
  }
  .hero.has-image > div {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .hero.has-image {
    padding-top: 45px;
    height: 480px;
  }
  .hero.has-image.contentsection {
    height: 650px;
  }
  .hero.has-image > div {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .hero.has-image {
    height: 600px;
  }
}
#block-arnett-views-block-heroes-homepage .contentsection.hero > div,
.event.hero > div {
  padding-left: 40px;
}
#block-arnett-quicknodeblock-3 {
  float: left;
}
#block-arnett-quicknodeblock-2 {
  clear: both;
}
@media (min-width: 992px) {
  #block-arnett-quicknodeblock-2 {
    border-top: 90px solid #f2f2f2;
  }
}
#block-arnett-quicknodeblock-3 {
  text-align: center;
  max-width: 200px;
  margin: 50px auto;
  float: none;
  padding-top: 40px;
  clear: both;
}
@media (min-width: 992px) {
  #block-arnett-quicknodeblock-3 {
    float: left;
    clear: none;
  }
}
#block-arnett-quicknodeblock-3 h2,
#block-arnett-quicknodeblock-3 p {
  margin: 0;
}
@media (min-width: 992px) {
  #block-arnett-quicknodeblock-3 {
    padding-top: 200px;
  }
}
#block-arnett-views-block-articles-homepage-2,
#block-views-block-articles-block-1 {
  padding-top: 50px;
}
@media (min-width: 992px) {
  #block-arnett-views-block-articles-homepage-2 > div,
  #block-views-block-articles-block-1 > div {
    max-width: 880px;
    margin: 0 auto;
    text-align: left;
  }
}
#block-arnett-views-block-articles-homepage-2 .views-row,
#block-arnett-views-block-articles-homepage-2 footer,
#block-views-block-articles-block-1 .views-row {
  width: 200px;
  margin: 20px auto 40px;
}
@media (min-width: 992px) {
  #block-arnett-views-block-articles-homepage-2 .views-row,
  #block-arnett-views-block-articles-homepage-2 footer,
  #block-views-block-articles-block-1 .views-row {
    display: inline-block;
    vertical-align: top;
    margin: 50px 10px 90px;
  }
}
#block-arnett-views-block-articles-homepage-2 .views-row strong,
#block-arnett-views-block-articles-homepage-2 footer strong,
#block-views-block-articles-block-1 .views-row strong {
  display: block;
  margin-top: 1em;
}
#block-arnett-views-block-articles-homepage-2 .views-row a,
#block-arnett-views-block-articles-homepage-2 footer a,
#block-views-block-articles-block-1 .views-row a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  margin-top: 1em;
  color: #000;
  transition: color .15s ease;
}
#block-arnett-views-block-articles-homepage-2 .views-row a:hover,
#block-arnett-views-block-articles-homepage-2 footer a:hover,
#block-views-block-articles-block-1 .views-row a:hover {
  color: #009bdb;
}
@media (min-width: 992px) {
  #block-arnett-views-block-articles-homepage-2 footer {
    margin-right: 0;
    width: 190px;
    margin-top: 110px;
  }
}
#block-arnett-views-block-articles-homepage-2 footer h2,
#block-arnett-views-block-articles-homepage-2 footer p {
  margin: 0;
}
#block-arnett-footernewsletter > div {
  background: #f2f2f2;
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
}
#block-arnett-footernewsletter > div form:after {
  content: "";
  clear: both;
  display: block;
}
#block-arnett-footernewsletter > div label {
  display: none;
}
#block-arnett-footernewsletter > div input#email {
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #block-arnett-footernewsletter > div input#email {
    float: left;
    width: calc(100% - 110px);
  }
}
#block-arnett-footernewsletter > div input[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  #block-arnett-footernewsletter > div input[type=submit] {
    float: left;
    max-width: 100px;
    margin-left: 10px;
  }
}
#search-block-form #edit-submit {
  display: none;
}
#search-block-form #edit-keys {
  margin-bottom: 40px;
}
#block-arnett-page-title,
.views-exposed-form,
#block-arnett-content article,
#block-arnett-content .webform-confirmation,
#block-arnett-content > ul,
.business_directory #block-arnett-content .views-element-container,
#block-views-block-node-field-block-1,
#block-arnett-content > form,
#block-arnett-content > h3,
#block-arnett-content > h2,
#block-arnett-content > ol,
#block-arnett-content > nav,
#block-views-block-related h2,
#block-arnett-webform,
#block-arnett-content article div.body {
  clear: both;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
#block-arnett-page-title {
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  #block-arnett-page-title {
    margin: 0 auto;
  }
}
#block-views-block-related h2 {
  font-size: 36px;
  margin: 0 auto 50px;
  text-align: center;
}
#block-views-block-news-events-resources-related-events h2 {
  font-size: 36px;
  margin: 0 auto 50px;
  text-align: center;
}
#block-arnett-content > h3 {
  margin: 40px auto 20px;
}
#block-arnett-views-block-features-homepage,
.views-news-events-resources,
.views-news-events-resources .views-exposed-form,
body.news_events_resources #block-arnett-page-title,
body.newsletters #block-arnett-page-title,
body.newsletters #block-newsletterheader,
#block-newsheader,
#block-eventsheader,
.staff-directory,
body.node-31692 .main-content .views-element-container {
  text-align: center;
  width: 100%;
  clear: both;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-arnett-views-block-features-homepage,
  .views-news-events-resources,
  .views-news-events-resources .views-exposed-form,
  body.news_events_resources #block-arnett-page-title,
  body.newsletters #block-arnett-page-title,
  body.newsletters #block-newsletterheader,
  #block-newsheader,
  #block-eventsheader,
  .staff-directory,
  body.node-31692 .main-content .views-element-container {
    max-width: 610px;
  }
}
@media (min-width: 768px) {
  #block-arnett-views-block-features-homepage,
  .views-news-events-resources,
  .views-news-events-resources .views-exposed-form,
  body.news_events_resources #block-arnett-page-title,
  body.newsletters #block-arnett-page-title,
  body.newsletters #block-newsletterheader,
  #block-newsheader,
  #block-eventsheader,
  .staff-directory,
  body.node-31692 .main-content .views-element-container {
    text-align: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-arnett-views-block-features-homepage,
  .views-news-events-resources,
  .views-news-events-resources .views-exposed-form,
  body.news_events_resources #block-arnett-page-title,
  body.newsletters #block-arnett-page-title,
  body.newsletters #block-newsletterheader,
  #block-newsheader,
  #block-eventsheader,
  .staff-directory,
  body.node-31692 .main-content .views-element-container {
    max-width: 920px;
  }
}
@media (min-width: 1200px) {
  #block-arnett-views-block-features-homepage,
  .views-news-events-resources,
  .views-news-events-resources .views-exposed-form,
  body.news_events_resources #block-arnett-page-title,
  body.newsletters #block-arnett-page-title,
  body.newsletters #block-newsletterheader,
  #block-newsheader,
  #block-eventsheader,
  .staff-directory,
  body.node-31692 .main-content .views-element-container {
    max-width: 1220px;
  }
}
#block-newsletterheader,
#block-newsheader,
#block-eventsheader {
  text-align: left;
  margin: 0 20px;
  width: 90%;
}
@media (min-width: 768px) {
  #block-newsletterheader,
  #block-newsheader,
  #block-eventsheader {
    margin: 0 auto;
    width: 100%;
  }
}
#block-newsletterheader p,
#block-newsheader p,
#block-eventsheader p {
  font-size: 20px;
  Line-height: 1.4;
  color: #222222;
}
@media (min-width: 1200px) {
  #block-newsletterheader *,
  #block-newsheader *,
  #block-eventsheader * {
    max-width: 700px;
  }
}
@media (min-width: 992px) {
  .path-frontpage .views-news-events-resources,
  .nothing-here .hi {
    max-width: 610px;
  }
  .path-frontpage .views-news-events-resources .card:first-of-type,
  .nothing-here .hi .card:first-of-type {
    max-width: 600px;
    height: auto;
  }
  .path-frontpage .views-news-events-resources .card:first-of-type .featured-text,
  .nothing-here .hi .card:first-of-type .featured-text {
    display: block !important;
    padding: 0 20px 20px ;
    font-size: 18px;
  }
  .path-frontpage .views-news-events-resources .card:first-of-type h3,
  .nothing-here .hi .card:first-of-type h3 {
    font-size: 26px;
    height: auto;
  }
  .path-frontpage .views-news-events-resources .card:first-of-type .photo,
  .nothing-here .hi .card:first-of-type .photo,
  .path-frontpage .views-news-events-resources .card:first-of-type img,
  .nothing-here .hi .card:first-of-type img {
    height: 375px;
  }
}
@media (min-width: 1200px) {
  .path-frontpage .views-news-events-resources,
  .nothing-here .hi {
    max-width: 1160px;
  }
  .path-frontpage .views-news-events-resources .card:first-of-type,
  .nothing-here .hi .card:first-of-type {
    max-width: 560px;
    height: 720px;
  }
  .path-frontpage .views-news-events-resources .card:first-of-type .photo,
  .nothing-here .hi .card:first-of-type .photo,
  .path-frontpage .views-news-events-resources .card:first-of-type img,
  .nothing-here .hi .card:first-of-type img {
    height: 350px;
  }
}
#block-arnett-views-block-heroes-homepage {
  max-width: 100%;
}
#block-arnett-views-block-features-homepage {
  margin-top: -60px;
}
#block-arnett-views-block-features-homepage .views-row {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  padding: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-arnett-views-block-features-homepage .views-row {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 1200px) {
  #block-arnett-views-block-features-homepage .views-row {
    max-width: 33%;
  }
}
@media (min-width: 1480px) {
  #block-arnett-views-block-features-homepage .views-row {
    max-width: 400px;
  }
}
#block-arnett-views-block-features-homepage .views-row .views-field-body {
  padding: 10px 30px;
}
#block-arnett-views-block-features-homepage h1 {
  color: #0b4d43;
  font-size: 54px;
  margin-top: 10px;
  margin-bottom: 0;
}
#block-arnett-local-tasks {
  display: none;
  background: white;
  padding: 10px;
  width: 200px;
  position: absolute;
  top: 260px;
  left: 25px;
}
#block-arnett-local-tasks ul {
  list-style: none;
}
#block-arnett-local-tasks a {
  text-decoration: none;
}
@media (min-width: 768px) {
  #block-arnett-local-tasks {
    display: block;
  }
}
div[id^='block-webform'] {
  width: 500px;
  max-width: 100%;
  margin: -60px auto 100px;
  overflow: hidden;
  position: relative;
}
.logos {
  margin: 4em auto 2em;
}
.logos > div {
  display: block;
  width: 30%;
  min-width: 200px;
  text-align: center;
  vertical-align: middle;
  padding: 30px;
  height: 200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .logos > div {
    display: inline-block;
  }
}
html[lang=en] .views-field-title,
html[lang=en] .views-field-field-description,
html[lang=en] .views-field-field-cost .per-en,
html[lang=fr] .views-field-field-french-title,
html[lang=fr] .views-field-field-french-description,
html[lang=fr] .views-field-field-cost .per-fr {
  display: inline-block;
}
html[lang=en] .views-field-field-french-title,
html[lang=en] .views-field-field-french-description,
html[lang=en] .views-field-field-cost .per-fr,
html[lang=fr] .views-field-title,
html[lang=fr] .views-field-field-description,
html[lang=fr] .views-field-field-cost .per-en {
  display: none;
}
.views-group .views-row {
  display: none;
  cursor: pointer;
}
.views-group h3 {
  cursor: pointer;
  margin-top: 1em;
}
.views-group h3 p {
  font-size: 12px;
}
.views-group h3:before {
  content: "+ ";
}
.views-group.open h3:before {
  content: "- ";
}
.views-group.open .views-row {
  display: block;
}
.views-group .qty {
  width: 4em;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.views-group.open .views-row {
  display: table-row;
}
.qty {
  margin-top: .5em;
}
.qty,
html[lang=en] .views-field-title,
html[lang=fr] .views-field-field-french-title,
.views-field-field-cost,
.subtotal {
  display: table-cell;
  padding: 10px;
}
html[lang=en] .views-field-field-description,
html[lang=fr] .views-field-field-french-description {
  display: block;
}
.views-field-field-description p,
.views-field-field-french-description p,
.path-webform .sidebar .region-sidebar-first p {
  font-size: .75em;
  padding-top: 0;
  line-height: 1.5;
}
html[lang=en] .views-field-field-cost .per-en,
html[lang=fr] .views-field-field-cost .per-fr {
  display: inline;
}
input[disabled],
textarea[disabled] {
  background: #eee;
}
textarea {
  max-width: 100%;
}
.subtotal {
  display: none;
}
@media (min-width: 400px) {
  .subtotal {
    display: table-cell;
  }
}
#webform-submission-catering-add-form label {
  display: block;
  margin-top: .5em;
  margin-bottom: .25em;
}
#webform-submission-catering-add-form #edit-actions {
  margin-top: 1em;
}
div[data-drupal-messages] {
  max-width: 770px;
  margin: 0 auto;
  padding: 10px;
}
#block-views-block-articles-block-1 {
  position: relative;
}
.business_directory #block-arnett-content .views-element-container header {
  margin-bottom: 20px;
  background: transparent;
  padding-top: 20px;
}
.business_directory #block-arnett-content .views-element-container header .views-row {
  text-align: left;
  padding: 0 0 20px 20px;
  border-bottom: none;
}
.business_directory #block-arnett-content .views-element-container header hr {
  width: 100%;
  margin: 30px 0;
  border: 1px solid #ddd;
  border-top: none;
  clear: both;
}
.business_directory #block-arnett-content .views-element-container header ul {
  padding: 0 0 10px 0;
  text-align: left;
  display: block;
}
.business_directory #block-arnett-content .views-element-container header ul li:first-child {
  font-weight: bold;
}
.business_directory #block-arnett-content .views-element-container header li {
  list-style: none;
  display: inline;
  margin: 10px 5px;
}
.business_directory #block-arnett-content .views-element-container header li a {
  font-weight: bold;
}
.business_directory #block-arnett-content .views-element-container header div {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .business_directory #block-arnett-content .views-element-container header div.additional {
    position: relative;
  }
  .business_directory #block-arnett-content .views-element-container header div.additional a.button {
    padding: 10px;
  }
  .business_directory #block-arnett-content .views-element-container header .summary {
    text-align: left;
    top: 0;
  }
}
.business_directory #block-arnett-content .views-element-container .views-label {
  font-weight: bold;
}
.business_directory #block-arnett-content .views-element-container .views-field-edit-node,
.business_directory #block-arnett-content .views-element-container .views-field-nothing {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 12px;
}
.business_directory #block-arnett-content .views-element-container .views-field-changed {
  font-size: 12px;
  color: #717171;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .business_directory #block-arnett-content .views-element-container #business-search-field {
    width: 100%;
  }
}
div[data-history-node-id] {
  display: none;
}
@media (min-width: 992px) {
  li:hover div[data-history-node-id] {
    display: block;
  }
}
header #block-toptopmenu {
  position: relative;
  top: 75px;
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  header #block-toptopmenu {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  header #block-toptopmenu {
    top: 0;
    float: right;
    margin-right: 30px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  header #block-toptopmenu {
    float: right;
    top: 0;
    margin-right: 140px;
  }
}
header #block-toptopmenu ul {
  margin: 0;
  display: none;
}
@media (min-width: 992px) {
  header #block-toptopmenu ul {
    display: inline;
  }
}
header #block-toptopmenu li {
  display: block;
  margin: 15px 18px 0;
  font-size: 13px;
}
@media (min-width: 480px) {
  header #block-toptopmenu li {
    display: inline-block;
    margin: 24px 18px 0;
  }
}
header #block-toptopmenu li a {
  color: #d8b653;
  text-decoration: none;
  text-transform: uppercase;
}
header #block-toptopmenu #headerflag {
  display: none;
  height: 30px;
  width: 140px;
  overflow: hidden;
  position: absolute;
  top: -66px;
  right: 0;
  vertical-align: top;
}
@media (min-width: 480px) {
  header #block-toptopmenu #headerflag {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  header #block-toptopmenu #headerflag {
    right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header #block-toptopmenu #headerflag {
    top: 10px;
    right: 0;
  }
}
@media (min-width: 992px) {
  header #block-toptopmenu #headerflag {
    display: inline-block;
    position: relative;
    top: 19px;
    margin: 0;
  }
}
header #block-toptopmenu #headerflag * {
  display: inline;
}
header #block-toptopmenu #headerflag img {
  height: 20px;
  width: 40px;
  vertical-align: top;
  top: 4px;
  position: relative;
}
header #block-toptopmenu #headerflag span {
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  display: inline-block;
  text-align: left;
  margin-left: 2px;
  font-weight: 600;
}
#block-arnett-main-menu {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  background-color: #0B4D43;
}
#block-arnett-main-menu.open {
  max-height: 1650px;
}
@media (min-width: 992px) {
  #block-arnett-main-menu {
    display: block;
    max-height: none ;
    overflow-y: visible;
    background-color: transparent;
  }
}
#block-arnett-main-menu > ul > li > a {
  color: #fff;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
}
@media (min-width: 992px) {
  #block-arnett-main-menu > ul > li > a.mobile {
    display: none;
  }
}
#block-arnett-main-menu > ul > li > div {
  position: absolute;
  background: #083b33;
  color: #fff;
  width: 246px;
  z-index: 2;
  text-align: left;
  padding: 0 24px 24px;
  margin-top: 25px;
  right: 180px;
}
#block-arnett-main-menu > ul > li > div h2 {
  font-family: proxima-nova, sans-serif;
  text-transform: uppercase;
  text-align: left;
  padding-top: 20px;
  font-size: 24px;
}
#block-arnett-main-menu > ul > li > div h2 a {
  padding-top: 0;
}
#block-arnett-main-menu > ul > li > div a {
  color: #d8b653;
  font-weight: 500;
  height: auto;
  padding-left: 0;
  padding-bottom: 0;
  display: block;
  padding-top: 25px;
}
#block-views-block-mega-menu-content-block-1 {
  display: none;
  padding-bottom: 80px;
}
@media (min-width: 992px) {
  #block-views-block-mega-menu-content-block-1 {
    display: block;
    padding-bottom: 100px;
  }
}
header[role=banner] {
  position: relative;
}
header[role=banner] > div:not(.menubar) {
  z-index: 1;
  position: relative;
}
#block-arnett-main-menu a[data-drupal-link-system-path="search"] {
  text-indent: -99999px;
  display: inline-block;
  background: url(/themes/arnett/images/search.png) no-repeat center center;
  height: 25px;
  width: 25px;
  padding-top: 31px;
}
#block-arnett-views-block-heroes-homepage .hero.has-image {
  background-color: #0b4d43;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image {
    padding-top: 0;
  }
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div {
  text-align: center;
  padding: 20px;
  z-index: 1;
  position: relative;
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div {
    max-width: 530px;
    margin: 0 auto;
  }
}
@media (min-width: 480px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div {
    background-color: transparent;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div {
    padding: 0 0 0 40px;
  }
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div h1,
#block-arnett-views-block-heroes-homepage .hero.has-image > div h2,
#block-arnett-views-block-heroes-homepage .hero.has-image > div h3,
#block-arnett-views-block-heroes-homepage .hero.has-image > div h4,
#block-arnett-views-block-heroes-homepage .hero.has-image > div h5,
#block-arnett-views-block-heroes-homepage .hero.has-image > div h6,
#block-arnett-views-block-heroes-homepage .hero.has-image > div a,
#block-arnett-views-block-heroes-homepage .hero.has-image > div p {
  color: #fff;
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div h6 {
  font-size: 20px;
  margin-bottom: 23px;
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div h1 {
  font-size: 32px;
  margin-bottom: 50px;
  margin-top: 0;
}
@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div h1 {
    font-size: 48px;
    margin-bottom: 83px;
  }
}
@media (min-width: 992px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div h1 {
    font-size: 110px;
    margin-bottom: 83px;
  }
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div h3 {
  font-size: 18px;
  position: relative;
  padding-top: 25px;
  color: #f2cb45;
  display: inline;
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div h3 img {
  position: relative;
  left: -20px;
}
@media (min-width: 480px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div h3 img {
    position: absolute;
    left: -38px;
    top: 23px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div h3 img {
    display: none;
  }
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div p {
  font-size: 15px;
  line-height: 1.4;
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div > div {
  width: 80%;
  display: block;
  text-align: center;
  margin: 40px auto ;
  padding-bottom: 20px;
  max-width: 530px;
  background-color: #083B34;
  padding: 20px;
}
@media (min-width: 768px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div > div {
    max-width: 100%;
  }
}
@media (min-width: 480px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div > div {
    text-align: left;
    width: 100%;
    max-width: 220px;
    display: inline-block;
    box-sizing: content-box;
    padding: 30px 30px 20px 60px;
    margin-top: -20px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div > div {
    max-width: 215px;
  }
}
#block-arnett-views-block-heroes-homepage .hero.has-image > div > div:nth-child(3) {
  background-color: transparent;
  display: none;
}
@media (min-width: 768px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div > div:nth-child(3) {
    padding-left: 380px;
    display: inline-block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-arnett-views-block-heroes-homepage .hero.has-image > div > div:nth-child(3) {
    padding-left: 40px;
  }
}
#block-arnett-views-block-heroes-homepage .hero.has-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  background: #0b4d43;
  opacity: .9;
  z-index: 0;
}
#block-quicknodeblock-5 {
  padding-top: 0;
  height: auto !important;
  text-align: center;
  color: #fff;
}
#block-quicknodeblock-5 .hero {
  height: auto !important;
  margin-bottom: 0;
}
#block-quicknodeblock-5 .hero > div {
  max-width: 1180px;
}
#block-quicknodeblock-5 > div {
  padding: 10px;
}
#block-quicknodeblock-5 h1,
#block-quicknodeblock-5 h2,
#block-quicknodeblock-5 h3,
#block-quicknodeblock-5 h4 {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
}
#block-quicknodeblock-5 p a {
  color: #d8b653;
}
@media (min-width: 768px) {
  #block-quicknodeblock-5 .video-text {
    max-width: 60%;
    margin: 0 auto;
    background: #0B4D43;
  }
}
@media (min-width: 1200px) {
  #block-quicknodeblock-5 .hero {
    background: #fff;
  }
  #block-quicknodeblock-5 .hero > * {
    z-index: 2;
    position: relative;
  }
  #block-quicknodeblock-5 .hero:before,
  #block-quicknodeblock-5 .hero:after {
    content: "";
    display: block;
    position: absolute;
    height: 590px;
  }
  #block-quicknodeblock-5 .hero:before {
    background: #0b4d43;
    width: 60%;
    top: -40px;
    left: 35%;
    z-index: 1;
  }
  #block-quicknodeblock-5 .hero:after {
    background: #c4c0ff;
    background: linear-gradient(180deg, #c4c0ff 0%, #ffffff 100%);
    width: 100%;
    top: 200px;
    left: 0;
    z-index: 0;
  }
  #block-quicknodeblock-5 .hero iframe {
    width: 100%;
    max-width: 870px;
    height: 490px;
    margin-left: -15px;
  }
  #block-quicknodeblock-5 .hero .video-container {
    overflow: visible;
  }
  #block-quicknodeblock-5 .hero .video-text {
    max-width: 210px;
    margin: 0 80px 0 0 ;
    width: 210px;
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 240px;
  }
}
@media (min-width: 1480px) {
  #block-quicknodeblock-5 .hero h1,
  #block-quicknodeblock-5 .hero h2,
  #block-quicknodeblock-5 .hero h3,
  #block-quicknodeblock-5 .hero h4,
  #block-quicknodeblock-5 .hero p,
  #block-quicknodeblock-5 .hero ul,
  #block-quicknodeblock-5 .hero ol {
    width: 280px;
    text-align: left;
    margin-right: 0;
  }
}
.card {
  background-color: #fff;
  width: 100%;
  max-width: 295px;
  border-radius: 4px;
  height: 350px;
  border: 1px solid #9d9d9d;
  border-radius: 2px;
  float: none;
  margin: 20px auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .card {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  .card {
    margin: 10px 5px;
    float: left;
  }
}
.card .type {
  display: none;
}
.card .photo {
  display: block;
  width: 100%;
  height: 162px;
  background-color: #d8b653;
  overflow: hidden;
}
.card .featured-text {
  display: none;
}
.card > strong,
.card > .homepage_news > strong {
  padding: 15px 20px 0 20px;
  display: block;
  font-family: proxima-nova, sans-serif;
  font-size: 12px;
  color: #555555;
}
.card h3 {
  padding: 0 20px 20px 20px;
  font-family: futura-pt, sans-serif;
  font-size: 18px;
  overflow: hidden;
  height: 62px;
  margin-top: 10px;
  line-height: 1.2;
}
.views-news-events-resources:after {
  content: "";
  clear: both;
  display: block;
}
nav[role=navigation] {
  clear: both;
}
#block-views-block-news-events-resources-block-1 {
  position: relative;
  background: linear-gradient(360deg, #c4c0ff 0%, #ffffff 100%);
}
#block-views-block-news-events-resources-block-1 h2 {
  font-size: 36px;
  text-align: center;
}
#block-views-block-news-events-resources-block-1 h2 a {
  color: #2a275a;
  text-decoration: underline;
}
#block-views-block-news-events-resources-block-1 footer {
  text-align: center;
  clear: both;
  padding: 90px 20px 0;
}
#newsetter-button {
  text-align: center;
}
#block-views-block-homepage-logos-block-1 > div {
  margin: 0 auto;
  width: 90%;
  padding-bottom: 50px;
}
@media (min-width: 480px) and (max-width: 767px) {
  #block-views-block-homepage-logos-block-1 > div {
    max-width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #block-views-block-homepage-logos-block-1 > div {
    max-width: 630px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #block-views-block-homepage-logos-block-1 > div {
    max-width: 850px;
    padding-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  #block-views-block-homepage-logos-block-1 > div {
    max-width: 1070px;
    padding-bottom: 25px;
  }
}
#block-views-block-homepage-logos-block-1 h2 a {
  display: none;
}
#block-views-block-homepage-logos-block-1 h2 {
  font-size: 36px;
  text-align: center;
  margin: 100px 0 50px;
}
#block-views-block-homepage-logos-block-1 .views-row {
  width: 100%;
  text-align: center;
  display: inline-block;
}
@media (min-width: 480px) {
  #block-views-block-homepage-logos-block-1 .views-row {
    width: auto;
  }
}
#block-views-block-homepage-logos-block-1 img {
  display: inline-block;
  max-width: 85%;
  margin: 10px 10px 30px;
}
@media (min-width: 480px) and (max-width: 767px), (min-width: 768px) and (max-width: 991px), (min-width: 992px) and (max-width: 1199px) {
  #block-views-block-homepage-logos-block-1 img {
    margin-left: 8px;
    margin-right: 8px;
  }
}
#block-views-block-homepage-logos-block-1 p {
  width: 100%;
  text-align: center;
  clear: both;
}
#block-views-block-homepage-logos-block-1 a.button {
  white-space: nowrap;
}
legend span:not(.visually-hidden) {
  padding: 40px 0 20px;
  display: inline-block;
  font-weight: bold;
}
fieldset.fieldgroup {
  margin-bottom: 20px;
}
body.business article .label {
  font-weight: bold;
  margin: 10px 0 5px;
}
@media (min-width: 992px) {
  .node-2444 #business-climate-dashboard-economic-tab iframe,
  .node-2443 #business-climate-dashboard-economic-tab iframe,
  .node-2429 div.align-center.local-intel #business-climate-dashboard-economic-tab iframe {
    height: 500px;
  }
}
.node-2444 #business-climate-dashboard-economic-tab iframe,
.node-2443 #business-climate-dashboard-economic-tab iframe,
.node-2429 div.align-center.local-intel #business-climate-dashboard-economic-tab iframe {
  height: 500px;
}
@media (min-width: 992px) {
  .node-2444 iframe,
  .node-2443 iframe,
  .node-2429 div.align-center.local-intel iframe {
    height: 500px;
  }
}
.node-2444 iframe,
.node-2443 iframe,
.node-2429 div.align-center.local-intel iframe {
  width: 100%;
  border: none;
  height: 500px;
}
.node-2444 iframe,
.node-2443 iframe,
.node-2429 div.align-center.local-intel iframe {
  max-width: 100%;
}
@media (min-width: 992px) {
  .node-2429 div.align-center.local-intel iframe {
    height: 700px;
  }
}
.node-2429 div.align-center.local-intel iframe {
  height: 700px;
}
.node-26880 #block-arnett-page-title,
.node-26880 .views-exposed-form,
.node-26880 #block-arnett-content article,
.node-26880 #block-arnett-content .webform-confirmation,
.node-26880 #block-arnett-content > ul {
  width: 1000px;
}
.node-26880 div.section {
  clear: both;
}
.node-26880 div.section div {
  width: 33.33%;
  padding: 20px;
  float: left;
}
body.page #block-arnett-content {
  padding: 0;
}
body.page #block-arnett-content article {
  width: 100%;
  max-width: 100%;
}
body.page #block-arnett-content article div.body {
  padding: 0 20px;
}
@media (min-width: 768px) {
  body.page #block-arnett-content article div.body {
    padding: 0;
  }
}
body.page #block-arnett-content .hero.case-study {
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 0;
}
body.page #block-arnett-content .hero.case-study:first-child {
  margin-top: 100px;
}
body.page #block-arnett-content .hero.case-study:last-child {
  margin-bottom: 100px;
}
body.page #block-arnett-content .hero.case-study > div {
  max-width: 850px;
  padding: 0;
  height: 100%;
}
body.page #block-arnett-content .hero.case-study .thumbnail {
  display: none;
  float: left;
  margin-right: 40px;
  width: 200px;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  body.page #block-arnett-content .hero.case-study .thumbnail {
    display: block;
  }
}
body.page #block-arnett-content .hero.case-study .thumbnail div {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
@media (min-width: 768px) {
  body.page #block-arnett-content .hero.case-study .thumbnail div {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body.page #block-arnett-content .hero.case-study .text {
  float: none;
  width: 100%;
  padding: 20px;
  height: 100%;
  position: relative;
  text-align: center;
}
body.page #block-arnett-content .hero.case-study .text * {
  color: #FFF;
}
@media (min-width: 768px) {
  body.page #block-arnett-content .hero.case-study .text {
    float: left;
    text-align: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.page #block-arnett-content .hero.case-study .text {
    width: 460px;
  }
}
@media (min-width: 992px) {
  body.page #block-arnett-content .hero.case-study .text {
    width: 600px;
  }
}
body.page #block-arnett-content .hero.case-study .text .ctn {
  max-width: 90%;
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
}
@media (min-width: 768px) {
  body.page #block-arnett-content .hero.case-study .text .ctn {
    max-width: none;
  }
}
@media (min-width: 768px) {
  body.page #block-arnett-content .hero.case-study .text .ctn {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
body.page #block-arnett-content .hero.case-study span.file {
  display: block;
  margin-top: 40px;
}
@media (min-width: 768px) {
  body.page #block-arnett-content .hero.case-study span.file {
    margin-top: 80px;
  }
}
body.page #block-arnett-content .hero.case-study span.file .button {
  background-color: #007AC5;
}
body.page #block-arnett-content .hero.case-study span.file .button:hover,
body.page #block-arnett-content .hero.case-study span.file .button:active {
  background-color: #0B4D43;
}
body.page #block-arnett-content .hero.case-study .file-size {
  display: none;
}
#block-boardofdirectors {
  clear: both;
  max-width: 700px;
  display: block;
  margin: 0 auto;
  padding: 80px 20px ;
}
#block-boardofdirectors p {
  font-size: 20px;
}
#block-boardofdirectors div div {
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 480px) {
  #block-boardofdirectors div div {
    text-align: left;
    width: 49%;
    display: inline-block;
  }
}
hr.clear-float {
  clear: both;
  margin: 40px 0;
}
hr.transparent {
  border: none;
}
.logos-group img {
  max-width: 188px;
  margin: 10px 30px 30px 10px;
}
.logos-group a {
  text-decoration: none;
}
#block-arnett-content article .body table {
  font-size: 20px;
  text-align: left;
  padding: 0;
}
#block-arnett-content article .body table tr {
  padding: 20px 0;
  display: block;
}
#block-arnett-content article .body table td {
  display: block;
  text-align: center;
  width: 100%;
  padding: 20px 0 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #block-arnett-content article .body table td {
    display: table-cell;
    text-align: left;
    width: auto;
  }
}
#block-arnett-content article .body table td .align-left {
  padding: 0;
  float: none;
}
#block-arnett-content article .body table td div {
  display: inline;
}
#block-arnett-content article .body table td.img {
  text-align: center;
  padding: 0 20px 0 0;
}
@media (min-width: 768px) {
  #block-arnett-content article .body table td.img {
    width: 220px !important;
  }
}
#block-arnett-content article .body table td.img img {
  max-width: 200px;
}
body.business .node__content .field {
  margin-bottom: 5px;
}
#ledc_modal .modal-content,
#ledc_modal .modal-body {
  margin-bottom: 0 !important;
}
#ledc_modal .modal-content .video-container,
#ledc_modal .modal-body .video-container {
  padding-top: 0px;
}
#ledc_modal .modal-content .modal-header,
#ledc_modal .modal-body .modal-header {
  background: #000;
  margin-bottom: 0 !important;
  border: none;
}
#ledc_modal .modal-content .modal-header button.close,
#ledc_modal .modal-body .modal-header button.close {
  color: #FFF;
  font-size: 60px;
  opacity: 1.0;
}
i.fas {
  font-size: 24px;
  margin-right: 10px;
  color: #0B4D43;
  position: relative;
  top: 4px;
}
div.clear {
  clear: both;
  margin: 20px 0;
  padding: 20px 0;
}
#block-views-block-related .views-news-events-resources[data-rows=0],
#block-views-block-related .views-news-events-resources[data-rows=1],
#block-views-block-related .views-news-events-resources[data-rows=4],
#block-views-block-news-events-resources-related-events .views-news-events-resources[data-rows=0],
#block-views-block-news-events-resources-related-events .views-news-events-resources[data-rows=1],
#block-views-block-news-events-resources-related-events .views-news-events-resources[data-rows=2] {
  display: none;
}
#block-blackbusinesslondonblock {
  margin: 0 auto;
  max-width: 770px;
}
body.business_directory #block-arnett-content .views-element-container,
body.business_directory #block-arnett-content {
  padding-bottom: 10px;
}
.rtr-socials .views-row {
  position: relative;
}
.rtr-socials .views-row .overlay {
  display: block;
  background-image: linear-gradient(to bottom, rgba(12, 77, 67, 0.5), #0c4d43);
  width: 600px;
  height: 600px;
  position: absolute;
  font-size: 25px;
  top: 0;
  padding: 50px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  color: white;
}
.rtr-socials .views-row .overlay img {
  margin-right: 100%;
  margin-bottom: 7em;
}
.rtr-socials .views-row .overlay hr {
  border-top: 1px solid white;
}
.rtr-socials .views-row .overlay ::selection,
.rtr-socials .views-row .overlay span {
  color: #f2cb45;
  background: none;
}
.rtr-socials .views-row .overlay h3 {
  color: white;
  text-transform: none;
  font-size: 44px;
}
.rtr-socials .views-row .overlay2 {
  display: block;
  background-color: rgba(12, 77, 67, 0.9);
  width: 575px;
  height: 550px;
  position: absolute;
  font-size: 18px;
  top: 25px;
  left: 25px;
  padding: 50px;
  text-transform: uppercase;
  font-family: futura-pt, sans-serif;
  color: white;
}
.rtr-socials .views-row .overlay2 img {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.rtr-socials .views-row .overlay2 hr {
  border-top: 1px solid white;
}
.rtr-socials .views-row .overlay2 ::selection,
.rtr-socials .views-row .overlay2 span {
  color: #f2cb45;
  background: none;
  font-size: 25px;
}
.rtr-socials .views-row .overlay2 .date {
  background: white;
  color: #0C4D43;
  font-size: 18px;
  display: inline-block;
  width: 50%;
  position: absolute;
  right: 0;
  text-transform: none;
  font-weight: bold;
  padding: 5px 0 5px 15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.rtr-socials .views-row .overlay2 h3 {
  display: inline-block;
  padding-top: .5em;
  color: white;
  text-transform: none;
  font-weight: 500;
  font-size: 52px;
}
.rtr-socials .views-row .overlay2 div {
  font-size: 24px;
}
body.node-29886 #block-arnett-page-title {
  display: none;
}
body.node-29886 #block-arnett-content article div.body {
  padding-bottom: 100px;
}
body.node-29886 .hero.has-image.case-study {
  margin-top: 0 !important;
}
body.node-29886 h1.title {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  body.node-29886 h1.title {
    padding: 0 0 20px;
  }
}
@media (min-width: 992px) {
  p.embed900 {
    width: 900px;
    margin-left: -100px;
  }
}
body:not(.path-frontpage) .hero.has-image:not(.case-study) {
  display: none;
}
@media (min-width: 768px) {
  body:not(.path-frontpage) .hero.has-image:not(.case-study) {
    display: block;
  }
}
.card div.fact h3 {
  padding: 0 20px;
  height: auto;
}
.card div.fact .body {
  padding: 0 20px;
}
#block-arnett-views-block-good-move-london-facts .card,
#block-arnett-views-block-good-move-london-firsts .card,
#block-arnett-views-block-good-move-london-test-market .card {
  position: relative;
}
#block-arnett-views-block-good-move-london-facts .card a.learn,
#block-arnett-views-block-good-move-london-firsts .card a.learn,
#block-arnett-views-block-good-move-london-test-market .card a.learn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-weight: bold;
}
#block-arnett-views-block-resources-block-1 {
  margin: 0 auto;
  max-width: 1170px;
}
#block-arnett-views-block-resources-block-1 form label {
  font-size: 18px;
  font-weight: bold;
  float: left;
}
#block-arnett-views-block-resources-block-1 form .nice-select {
  margin: 20px 0;
  width: 90%;
}
#block-arnett-views-block-resources-block-1 .card .resource {
  position: relative;
  height: 100%;
}
#block-arnett-views-block-resources-block-1 .card .resource .cont {
  padding: 10px 20px;
}
#block-arnett-views-block-resources-block-1 .card .resource h3 {
  background: #0B4D43;
  color: #FFF;
  margin-top: 0;
  min-height: 80px;
  padding: 10px 20px;
}
#block-arnett-views-block-resources-block-1 .card .resource h3 a {
  color: #FFF;
}
#block-arnett-views-block-resources-block-1 .card .resource h3 a:hover,
#block-arnett-views-block-resources-block-1 .card .resource h3 a:focus {
  color: #EFEFEF;
}
#block-arnett-views-block-resources-block-1 .card .resource h4 {
  margin-top: 0;
  text-align: right;
}
#block-arnett-views-block-resources-block-1 .card .resource .the-link {
  background-color: #31383b;
  padding: 20px;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}
#block-arnett-views-block-resources-block-1 .card .resource .the-link a {
  color: #FFF;
  text-align: center;
}
@media (min-width: 992px) {
  body.business_directory #block-arnett-page-title,
  body.business_directory .views-exposed-form,
  body.business_directory #block-arnett-content .views-element-container,
  body.business_directory #block-canadaslondon,
  body.business_directory .testimonial-body,
  body.business_directory .testimonial-wrapper {
    max-width: 800px;
  }
}
body.business_directory .testimonial-wrapper {
  padding: 10px 0;
}
body.business_directory .testimonial-wrapper a[href='#ledc_modal'],
body.business_directory .testimonial-wrapper a[href='/form/add-business'] {
  font-weight: bold;
  position: relative;
  margin-left: 25px;
}
body.business_directory .testimonial-wrapper a[href='#ledc_modal']:before,
body.business_directory .testimonial-wrapper a[href='/form/add-business']:before {
  content: '';
  width: 22px;
  height: 23px;
  background: url(../images/Plus.png) no-repeat;
  position: absolute;
  left: -25px;
}
body.business_directory .testimonial-wrapper a[href='#ledc_modal']:before {
  background: url(../images/Help.png) no-repeat;
}
body.business_directory #block-canadaslondon,
body.business_directory .testimonial-body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  text-align: left;
}
body.business_directory #block-canadaslondon h3,
body.business_directory .testimonial-body h3 {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.business_directory #block-canadaslondon,
  body.business_directory .testimonial-body {
    max-width: 700px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  body.business_directory #block-canadaslondon,
  body.business_directory .testimonial-body {
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
  }
}
body.business_directory #block-arnett-page-title h1 {
  margin-top: 8px;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 0.7em;
  align-items: center;
  justify-items: center;
  grid-auto-rows: 175px;
}
@media (min-width: 992px) {
  body.business_directory #block-arnett-content .views-element-container header div.key_sectors {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-column-gap: 0.7em;
  }
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div {
  border: 1px solid #aaa;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  text-align: center;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div a {
  padding: 20px 10px 10px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
  line-height: 1;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div a:before {
  content: '';
  width: 55px;
  height: 55px;
  background-image: url(../images/health_green.png);
  position: relative;
  display: block;
  text-align: center;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div a:hover {
  background-color: #0B4D43;
  color: #FFF;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div a:hover:before {
  background: url(../images/health_white.png);
  background-repeat: no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div a:hover:after {
  content: '';
  width: 38px;
  height: 38px;
  background: url(../images/Forward.png) no-repeat;
  position: absolute;
  bottom: 20px;
  left: calc( ((100% - 38px) /2 ) );
  display: block;
  text-align: center;
  margin: 0 auto;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.agri a:before {
  background: url(../images/agri-foods_green.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.agri a:hover:before {
  background: url(../images/agri-foods_white.png) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.digital a:before {
  background: url(../images/digital-tech_green.png) no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.digital a:hover:before {
  background: url(../images/digital-tech_white.png) no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.manufacturing a:before {
  background: url(../images/advanced-manufacturing_green.png) no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.manufacturing a:hover:before {
  background: url(../images/advanced-manufacturing_white.png) no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.services a:before {
  background: url(../images/professional-services_green.png) no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container header div.key_sectors div.services a:hover:before {
  background: url(../images/professional-services_white.png) no-repeat;
  background-size: cover;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector,
body.business_directory #block-arnett-content .views-element-container .views-field-field-address,
body.business_directory #block-arnett-content .views-element-container .views-field-field-facebook,
body.business_directory #block-arnett-content .views-element-container .views-field-field-twitter-url,
body.business_directory #block-arnett-content .views-element-container .views-field-field-linkedin,
body.business_directory #block-arnett-content .views-element-container .views-field-field-instagram,
body.business_directory #block-arnett-content .views-element-container .views-field-field-website {
  display: inline;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector div,
body.business_directory #block-arnett-content .views-element-container .views-field-field-address div,
body.business_directory #block-arnett-content .views-element-container .views-field-field-facebook div,
body.business_directory #block-arnett-content .views-element-container .views-field-field-twitter-url div,
body.business_directory #block-arnett-content .views-element-container .views-field-field-linkedin div,
body.business_directory #block-arnett-content .views-element-container .views-field-field-instagram div,
body.business_directory #block-arnett-content .views-element-container .views-field-field-website div {
  display: inline;
}
body.business_directory #block-arnett-content .views-element-container .views-field-body,
body.business_directory #block-arnett-content .views-element-container .views-field-field-contact-email-public-,
body.business_directory #block-arnett-content .views-element-container .views-field-edit-node,
body.business_directory #block-arnett-content .views-element-container .views-field-nothing,
body.business_directory #block-arnett-content .views-element-container .views-field-changed {
  display: block;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-facebook,
body.business_directory #block-arnett-content .views-element-container .views-field-field-twitter-url,
body.business_directory #block-arnett-content .views-element-container .views-field-field-instagram,
body.business_directory #block-arnett-content .views-element-container .views-field-field-linkedin {
  vertical-align: text-bottom;
  position: relative;
  top: 3px;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-facebook .field-content a,
body.business_directory #block-arnett-content .views-element-container .views-field-field-twitter-url .field-content a,
body.business_directory #block-arnett-content .views-element-container .views-field-field-instagram .field-content a,
body.business_directory #block-arnett-content .views-element-container .views-field-field-linkedin .field-content a {
  font-size: 0;
  background: url(/themes/custom/arnett/images/Facebook.png) no-repeat 0 0;
  display: inline-block;
  height: 21px;
  width: 21px;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-twitter-url .field-content a {
  background: url(/themes/custom/arnett/images/Twitter.png) no-repeat 0 0;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-instagram .field-content a {
  background: url(/themes/custom/arnett/images/Instagram.png) no-repeat 0 0;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-linkedin .field-content a {
  background: url(/themes/custom/arnett/images/Instagram.png) no-repeat 0 0;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-website {
  position: relative;
  padding-left: 25px;
  margin: 0 5px;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-website:before {
  content: '';
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url(../images/Website.png);
  position: absolute;
  top: -3px;
  left: 0;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector .field-content {
  position: relative;
  padding-left: 25px;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector .field-content:before {
  content: '';
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -3px;
  left: 0;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector .field-content.Health:before {
  background-image: url("../images/health_grey.png");
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector .field-content.Services:before {
  background-image: url("../images/professional-services_grey.png");
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector .field-content.Manufacturing:before {
  background-image: url("../images/advanced-manufacturing_grey.png");
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector .field-content.Digital:before {
  background-image: url("../images/digital-tech_grey.png");
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-industry-sector .field-content.Agri-Food:before {
  background-image: url("../images/agri-foods_grey.png");
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-address {
  position: relative;
  padding-left: 25px;
  margin: 0 5px;
}
body.business_directory #block-arnett-content .views-element-container .views-field-field-address:before {
  content: '';
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-image: url(../images/Direction.png);
  position: absolute;
  top: -3px;
  left: 0;
}
body.business_directory #block-arnett-content .views-element-container .views-field-changed,
body.business_directory #block-arnett-content .views-element-container .views-field-nothing {
  font-weight: bold;
}
body.business_directory #block-arnett-content .views-element-container .views-field-title {
  padding: 15px 0 0 ;
  display: block;
}
body.business_directory #block-arnett-content .views-element-container .views-field-title h3 {
  margin: 0 0 5px 0;
}
body.business_directory #block-arnett-content .views-element-container .views-field-title .title {
  display: inline;
  padding-right: 10px;
  border-right: 3px solid #0B4D43;
  line-height: 1.5;
}
body.business_directory #block-arnett-content .views-element-container .employees {
  display: inline;
  margin-left: 10px;
  position: relative;
  font-weight: normal;
  font-size: 14px;
  top: -2px;
}
body.business_directory #block-arnett-content .views-element-container .employees:after {
  content: ' employees';
  position: relative;
}
body.business_directory #block-arnett-content .views-element-container div.more {
  position: absolute;
  right: 40px;
  bottom: 0;
}
@media (min-width: 768px) {
  body.business_directory #block-arnett-content .views-element-container div.more {
    top: 20px;
  }
}
body.business_directory #block-arnett-content .views-element-container div.more a {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
body.business_directory #block-arnett-content .views-element-container div.more a:after {
  content: '';
  width: 22px;
  height: 23px;
  background: url(../images/Plus.png) no-repeat;
  position: absolute;
  right: -25px;
}
body.business_directory #block-arnett-content .views-element-container div.more a.less:after {
  background-image: url(../images/Minus.png);
  top: -3px;
  right: -26px;
}
body.business_directory #block-arnett-content .views-element-container div.more a.less:before {
  content: 'Read Less';
}
body.business_directory #block-arnett-content .views-element-container div.more a.less span {
  display: none;
}
body.business_directory #block-arnett-content .views-element-container .views-field-changed,
body.business_directory #block-arnett-content .views-element-container .views-field-body,
body.business_directory #block-arnett-content .views-element-container .views-field-nothing,
body.business_directory #block-arnett-content .views-element-container .views-field-field-contact-email-public- {
  display: none;
}
body.business_directory #block-arnett-content .views-element-container .views-row {
  padding: 20px 0;
  margin-bottom: 20px;
  position: relative;
  transition: height 4.5s ease-out;
}
@media (min-width: 768px) {
  body.business_directory #block-arnett-content .views-element-container .views-row {
    padding: 20px;
  }
}
body.business_directory #block-arnett-content .views-element-container .views-row.open {
  background-color: #F5F5F5;
}
body.business_directory #block-arnett-content .views-element-container .views-row.open .views-field-changed,
body.business_directory #block-arnett-content .views-element-container .views-row.open .views-field-body,
body.business_directory #block-arnett-content .views-element-container .views-row.open .views-field-nothing,
body.business_directory #block-arnett-content .views-element-container .views-row.open .views-field-field-contact-email-public- {
  display: block;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory {
  background-color: rgba(10, 71, 62, 0.2);
  padding: 20px;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item,
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-actions {
  display: inline-block;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item #edit-reset--2,
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-actions #edit-reset--2,
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item #edit-reset,
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-actions #edit-reset {
  display: none;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item input[type="text"],
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-actions input[type="text"] {
  width: 280px;
}
@media (min-width: 768px) {
  body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item input[type="text"],
  body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-actions input[type="text"] {
    width: 330px;
    padding: 0 10px;
  }
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item-field-industry-sector-value {
  top: 14px;
  position: relative;
  margin-left: 10px;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item-field-industry-sector-value label {
  display: none;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form .form-item-field-industry-sector-value .nice-select {
  width: 200px !important;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form input[type=submit] {
  margin-left: 10px;
}
body.business_directory div#block-exposedformbusiness-directorybusiness-directory form label {
  font-weight: bold;
  font-size: 20px;
}
