/*
Theme Name: Brookvale Industrial Maintenance
Theme URI: 
Author: Foundry Digital
Author URI: 
Description: The Brookvale Industrial Maintenance Theme 
Version: 1.0
*/

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@import url('https://fonts.googleapis.com/css?family=Exo+2');
@import url('https://fonts.googleapis.com/css?family=Exo+2:700');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Roboto:700');

html {
    color: #3b3b3b;
    background-color: #3b3b3b;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Roboto', Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
body {
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
ul, li {
  padding:0;margin:0;list-style:none;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.container {
  width:94%;
  margin:0 auto;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

/** HEADER **/
header {
  width:100%;
	position: relative;    z-index: 2;
}
.body-background {background-color: #ffffff;padding-bottom:30px;}
.cls {display:none}
/* MOBILE BANNER **/
.mobile-banner {
  background-color: #00539b;
  text-align:center;
  
  display:block;
  width:100%;
  border-bottom:1px solid #0066BF;
}
.mobile-banner a {
  color:#ffffff;
  line-height:40px;
  font-size:20px;
}
.mobile-banner .logo img {
  height:40px;
  width:auto;
  margin:10px 0;
}
.mobile-banner-left {
  float:left;
  height:40px;
  padding:10px 3% 10px 0;
  width:40px;
  border-right:1px solid #0066BF;
}
.mobile-banner-right {
    position: absolute;
    top: 0;
    height: 40px;
    padding: 10px 20px;
    width: 20px;
    border-left: 1px solid #0066BF;
    right: 0;
    z-index: 4;
}


.desktop-banner {
  display:none;
}
/** SIDEBAR MENU **/

.sidebar-widget li a {
  color:#3b3b3b;
  text-decoration:none;
  padding:2px 5px;
  display:block;
}
.sidebar-widget li a:hover {
  background-color: #003F76;
  color:#ffffff;
}

/** SLIDER **/

.slider {
  position: relative;
  width:100%;
  overflow:hidden;
}
.slider li {
  width:100%;
  padding:40px 0;
	text-align:center;
}
.slider-content {
  position:relative;
  z-index:0;
   padding: 100px 0;
    text-align: center; 
}
.slide-tint {
  position:absolute;
  top:0;left:0;right:0;bottom:0;
  z-index:0;background-color: rgba(0, 82, 155, 0.22);
}
.slider h2 {
  font-size:24px;
  line-height:30px;
  color:#ffffff;
  font-family: 'Exo 2', sans-serif;
  margin:0 0 20px;
  font-weight:700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}
.slider h2:after {
  content:none;
}
.slider p {
  color:#ffffff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
   font-weight: bold;
}
/** HOMEBOXES **/
.homebox {
  text-align:center;
  background-color: #00539b;
  /* height: 100px; */
  /* background: no-repeat left center; */
  background-size: auto 100%;
  /* position:relative; */
  /* overflow:hidden; */
  border: 1px solid #e2e2e2;
  margin-bottom:20px;
}

.homebox .homebox-text {
      padding: 10px;
      background-color: #efefef;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 50px;
}
.homebox .fa {
    color: #ffffff;
    font-size: 40px;
    padding: 10px;
}

.homebox h2, .homebox a {
  color:#003F76;text-shadow: none;font-size:18px;line-height:24px;margin:0;text-decoration:none;cursor:pointer;
}
.homebox:hover {
	background-color:#313131;cursor: pointer;
}
.homebox:hover .homebox-text {
	background-color:#ffffff;
}
.homebox:hover .fa {
   color:#ffffff;
}
.homebox h2:after {
  background-color:#00539b;
  margin:15px auto 0;
   content: none;
}

.tagline {
  background: #00539b no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding:10px;
  text-align:center;
}
.tagline h2 {
  color:#ffffff;
  margin:0;
  font-style: italic;
}
.tagline h2:after {
  content:none;
}

/** BUTTONS **/
.button {
  display:block;
  padding:10px 20px;
  border-radius: 26px;
  -moz-border-radius: 26px;
  -webkit-border-radius: 26px;
  text-decoration:none;
  font-size:16px;
  line-height:16px;
  border:2px solid #00539b;
  margin-right:20px;
  font-weight:bold;
  text-transform:uppercase;
  color:#ffffff;
  background-color:#00539b;
  margin-bottom:20px;
  text-align:center;
  text-shadow: none !important;
}
.button:hover {
  background-color:#ffffff;
  border-color:#ffffff;
  color:#00539b;
}
.body-background .button:hover {
  background-color:#3b3b3b;
  border-color:#3b3b3b;
  color:#ffffff;
}
.button-white {
  background-color:#ffffff;
  border-color:#ffffff;
  color:#00539b;
}
.button-white:hover {
  background-color:#3b3b3b;
  border:2px solid #3b3b3b;
  cursor:pointer;color:#ffffff;
}
.button-empty {
  background-color:transparent;
  color:#ffffff;border-color:#ffffff;
}
.button-empty:hover {
  background-color:#3b3b3b;
  border-color: #3b3b3b;
  color:#ffffff;
  cursor:pointer;
}


/** OUR SERVICES **/

.service-tile {
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.service-tile-inner {
  background-color:#eeeeee;
  padding:20px;
  border-bottom:1px solid #cccccc;
}
.service-tile h3 a, .service-tile h3 {
  color:#3b3b3b;margin:0;
}
.home a {
	text-decoration:none;
}
.service-tile .fa-arrow-right {float:right;margin-top:3px;color:#cccccc;}

/** FONTS **/
.elementor-widget-heading .elementor-heading-title {line-height: inherit !important}
h1, h2, h3, h4, h5 {
  font-family: 'Exo 2', sans-serif; 
  margin:0 0 20px 0;
}
article h1, article h2, article h3, article h4, article h5 {
  margin-bottom:15px;
}
h1 {
  font-size:26px;
  line-height:32px;
  color:#00539b;
}
h2 {
  font-size:20px;
  line-height:26px;
  color:#00539b;
}
h3 {
  font-size:16px;
  line-height:24px;
  color:#3b3b3b;
}
h1:after, h2:after {
  width:60px;
  height:2px;
  display: block;
  background-color:#3b3b3b;
  content: '';
  margin-top:15px;
}
p {
  font-size:14px;
  line-height:26px;
  margin:0 0 20px 0;
}
article p {
  margin-bottom:15px;
      font-size: 14px;
    line-height: 18px;
}
article a {
  font-weight:bold;
  text-decoration:none;
  color:#00539b;
}
article a:hover {
  color:#3b3b3b;
}
strong {
  font-weight:700;
}
blockquote {
  padding:0;
  margin:0;
  font-style: italic;
  color:#666666;
	width:100%;
}
article blockquote {
  background-color:#efefef;
  display:inline-block;
      padding: 20px 20px 20px 40px;
}
article blockquote:before {
  color: #00539b;
  content: "\201C";
  font-size: 4em;
      position: absolute;
    margin-top: 10px;
    margin-left: -35px;
}
article blockquote strong {
  font-style: normal;
}
article ul {
  margin-bottom:30px;
  padding-left:20px;
}
article li {
  list-style:disc;line-height:26px;
  
}
article img {
  max-width:100%;
  height:auto;
}
/** TABLE STYLES **/

table {
  margin-bottom:30px;
}
table th {
  text-align:left;
  background-color:#333333;
  color:#ffffff;
}
table td, table th {
  padding:5px;
}
table tr:nth-child(odd) {
  background-color:#efefef;
}

/** FORMS **/

input[type="text"], input[type="email"], textarea {
  border:1px solid #cccccc;
  width:94%;
  padding:10px 3% !important;
}

/** HOMEPAGE **/

.homepage-content {
    margin: 0 auto;
    padding: 30px 0;
    background-color: #ffffff;
}
.slider-content .button {margin-right:0;}

.homepage-intro {
  position:relative;
  margin-top:-100px;
  margin-bottom:30px;
  background-color:#EFEFEF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
}
.homepage-intro .one-half {
  min-height:250px;
}

.homepage-callout {
  background: url('img/blueprint.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align:center;
  position:relative;
  z-index:10px;
}
.homepage-callout p {
  line-height:30px;
  color:#ffffff;
  font-size:18px;
  font-weight:bold;
  font-family: 'Exo 2', sans-serif; 
}
.homepage-callout .button {
  margin:0 30px;
}

.homepage-workwith {
  background-color:#EFEFEF;
  margin-top:-50px;
  padding-top:100px;
  text-align:center;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.homepage-workwith h1:after {
  margin-left: auto;
  margin-right: auto;
}
.homepage-workwith-inner {
  background-color:#ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.10);
  margin:30px 0;
  text-align: left;
}

/** TRUSTED BY LOGOS **/
.partner-slider {
  text-align:center;
  padding:30px 0 40px;
}
.partner-slider h1:after {
  margin-left: auto;
  margin-right: auto;
}

/** CONTACT FORM **/
.contact-form {
  background: url('img/blueprint.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align:center;
  padding:30px 0 40px;
}
.contact-form h2 {
  color:#3b3b3b
}
.contact-form h2:after {
  content:none;
}
.contact-form p {
  color:#ffffff;
  margin-bottom:30px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  padding:10px 2%;
  border:2px solid #ffffff;
  background-color:#003F76;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color:#ffffff;
  width:95%;
  margin-bottom:20px;
}
.contact-form .button {
  float:left;
  margin:0;
}

/** LATEST NEWS **/
.latest-news-home {
  text-align:center;
  padding:30px 0 40px;
}
.latest-news-home h1:after {
  margin-left:auto;
  margin-right:auto;
}
.latest-news-home h1 {
  margin-bottom:40px;
}
.latest-news-home li {
  text-align:left;
  padding-bottom:30px;
  clear:both;
}
.latest-news-home h3 a {
  text-decoration:none;
  color:#00539b;
}
.latest-news-home h3 a:hover {
  color:#3b3b3b;
}
.latest-news-home .read-more a {
  color:#8a8a8a;
  text-decoration:none;
}
.latest-news-home .read-more a:hover {
  color:#00539b;
}

/** PAGE STYLES **/
.page-header {
  background-color:#00539b;
  position: relative;
  width:100%;
  padding: 100px 0 40px;
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
}
.page-header h1 {
  color:#ffffff;
  font-size:30px;
  position:relative;
  z-index:0;
}
.page-header h1:after {
  background-color: #003F76;
}
/** IMAGE STYLES **/

.featured-image {
  position:relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
}



/** CARD STYLES **/

.feature-card {
  /*
  margin-bottom:30px;
  background-color:#EFEFEF;
  
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  */
}

/** SIDEBAR STYLES **/

.sidebar-widget {
  border-left:2px solid #3b3b3b;
  padding:20px 30px 20px 30px;
  margin-bottom:30px;
  background-color:#EFEFEF;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.20);
}
.sidebar-widget h2:after {
  content: none;
}

/** LAYOUT CLASSES **/
.one-half {
  background: no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.padding {
  padding:20px 20px 1px 20px;
}

/** FOOTER **/
footer {
  padding:40px 0;
  background-color:#313131;
  border-bottom:1px solid #252525;
  text-align:center;
}
footer p {margin:0;}
footer a {
  margin:0 10px;
  color:#ffffff;
  font-size:13px;
  font-family: 'Exo 2', sans-serif;
  text-decoration:none;
}
footer a:hover {color:#00539b;}

/** NEWSLETTER POPUP **/
.popUp {
  position:fixed;
  width:100%;
  height:100%;top: 0;
  background-color:rgba(0, 0, 0, 0.8);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:999999;
  text-align:center;display:none;
}
.popUpInner {
  margin:60px auto 0;
  width:86%;
  max-width: 550px;
}
.popUpInnerContent {
  background-color:#ffffff;
  padding-top:30px;
}
.popUpInnerContent h2 {
  color:#00539b;
  font-size:30px;
  line-height:36px;
}
.popUpInnerContent h2:after {
  margin-left:auto;
  margin-right:auto;
}
.popUpInnerContent p {
  padding:0 30px 10px 30px;
}
.popUpInnerContent form {
  background: url('img/blueprint.jpg') no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 30px;
  text-align:left;
}
.popUpInnerContent input[type="text"], .popUpInnerContent  input[type="email"] {
  padding:10px 2%;
  border:2px solid #ffffff;
  background-color:#003F76;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color:#ffffff;
  width:95%;
  margin-bottom:20px;
}
.popUp_no {
  color:#ffffff !important;    
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 12px;
  cursor: pointer;
  clear: both;
  text-align: right;
  width: 100%;
  display: inline-block;
  text-decoration: none;
}

.service-tile {margin-bottom:10px;}
.gform_fields {padding:0;}
.gform_fields li {list-style: none;}
.home .body-background {background-color: transparent; padding-bottom:0;}
.our-services, .sponsor-logos {background-color:#ffffff;    padding: 30px 0;}
/* #rev_slider_1_1_forcefullwidth {position: absolute !important;z-index:-1;} */
div#rev_slider_2_1_wrapper {
    position: absolute;
    z-index: -1;
}

footer .menu-main-menu-container {margin:20px 0;}
.footerlinks p {color:#cccccc;padding:30px 0;}
.footerlinks li, .footerlinks ul {text-align:center;display: inline-block;}
.footerlinks li a {color:#656565;text-decoration:none;font-size:11px !important;line-height:16px;margin:0 5px;}
.footerlinks li a:hover {color:#cccccc;text-decoration:underline;}


#breadcrumbs {margin:0;padding:20px 10px 10px;}

.body-background a {color:#00539b;font-weight:bold;text-decoration:none;}
.desktop-banner .main-menu p {margin-top:40px !important;}

.slider-content a {color:#ffffff;}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
  

  
} @media only screen and (min-width: 768px) {
  
  .slider-content .button {display:inline-block;}
  .service-tile {margin-bottom:10px;}
    
} @media only screen and (min-width: 768px) {
  
  .container {width:740px}
  .mobile-banner {display:none;}
  /** HEADER **/
  
  header {
    position: relative;
  }
  .page-header {
  padding: 40px 0;
  }
	.body-background {padding-top:0}
  .desktop-banner {
    display:block;
    font-family: 'Exo 2', sans-serif;
    background-color:#00529b;
     -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00529b+39,ffffff+100 */
background: rgb(0,82,155); /* Old browsers */
/* background: -moz-linear-gradient(left, rgba(0,82,155,1) 39%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(left, rgba(0,82,155,1) 39%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to right, rgba(0,82,155,1) 39%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00529b', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
  }
  .desktop-banner .logo {
    float:left;
  }
  .desktop-banner .logo img {
    height:90px;
		padding: 20px 0;
    width:auto;
  }
  .desktop-banner p {
    color:#3b3b3b;
    float:right;
    font-size:18px;
    font-weight: bold;
    margin:10px 0 0;
    padding:0;
  }
  .desktop-banner p a {
    color:#ffffff;
    margin-left:20px;
    text-decoration: none;
  }
  .desktop-banner a:hover {
    color:#3b3b3b;
  }
  .desktop-banner #logo {
    float:left;
  }
  
  /** NAVIGATION **/
  .desktop-banner .main-menu ul {
    padding:0;
    margin:45px 0 0 0;
    list-style:none;
    float:right;
  }
  .desktop-banner .main-menu ul li {
    float:left;
    display:block;
  }
  .desktop-banner .main-menu ul li a {
    color:#ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Exo 2', sans-serif;
    font-size:20px;
    padding:0 0 20px 20px;
    font-weight: 700;
  }
  .desktop-banner .main-menu ul li a:hover {
    color:#3b3b3b;
  }
  
  /* Submenu */
  
  .desktop-banner ul ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    list-style-type:none;
    margin:0 !important;
    z-index:99999;
  }
   .desktop-banner ul li:hover { position:relative;}
   .desktop-banner ul li:hover > ul {
    left: 10px;
    top: 30px;
    background:#f3f3f3;
    padding:0px;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.3);
  }

  .desktop-banner ul li:hover > ul li a {
    padding:5px 10px;
    display:block;
    width:220px;
    font-size:13px;
    color:#3b3b3b;
  }
  .desktop-banner ul li:hover > ul li:hover {
    background-color:#3b3b3b;
  }
	.desktop-banner ul li:hover > ul li:hover a {color:#ffffff;}
	.desktop-banner ul ul ul {
    position:absolute;
    left:-9999px;
    top:-9999px;
    list-style-type:none;
    margin:0 !important;
    z-index:99999;
	}
	.desktop-banner ul li ul li:hover ul {
		left:240px;
		top:0;
		background-color:#3b3b3b
	}
	.desktop-banner ul li ul li:hover ul li:hover {background-color:#00539b}
  
  /** SLIDER **/
  .slider {padding:0;}
  .slider h2 {
       font-size: 38px;
    line-height: 50px;
  }
  .slider p {
    font-size:20px;
    line-height:30px;
  }
  .homebox h2 {
    font-size:16px;line-height:24px;margin:0;
  }
  
  /** NEWS **/
  .latest-news-home li {
    float:left;
    width:48%;
    clear:none;
  }
  .latest-news-home li:nth-child(odd) {
    padding-right:2%;
  }
  .latest-news-home li:nth-child(even) {
    padding-left:2%;
  }
  .latest-news-home .posted-on {
    float:left;
  }
  .latest-news-home .read-more {
    float:right;
  }
  
  .service-tile {
    float:left;width:50%;
  }
  
  /** LAYOUT CLASSES **/
  .one-half {
    float:left;
    width:50%;
  }
  .padding {
    padding:30px 30px 11px 30px;
  }
  
  /** HOMEPAGE **/
  .homepage-intro  {
    margin-bottom:40px;
  }
  .homepage-workwith-inner  {
    margin-bottom:40px;
  }
  
  /** FONTS **/
  h1 {
    font-size:32px;
    line-height:40px;
  }
  h2 {
    font-size:24px;
    line-height:32px;
  }
  h3 {
    font-size:18px;
    line-height:28px;
  }
  
  /** LOGO SLIDER **/
  .partner-slider {
    padding:50px 0 60px;
  }
  
  /** CONTACT FORM **/
  .contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
    width:90%;
  }
  .contact-form textarea {
    width: 93%;
  }
  .contact-form .button {
    margin-left:1%;
  }
  
  /** PAGE STYLES **/
  .page-header h1 {
    font-size:40px;
    line-height:50px;
  }
  
  .button {display:inline-block;}
  
  
} @media only screen and (min-width: 1024px) {
  
  .container {width:1020px}
  .cls {display:block}
  .our-services h2 {text-align:center;}  
	.our-services h2:after {margin-left:auto;margin-right:auto;}
  .desktop-banner .logo img {
    height:120px;
  }
  .desktop-banner .main-menu ul {
    margin: 20px 0 0 0;
  }
  .desktop-banner ul li:hover ul {
    left: 30px;
  }
  .desktop-banner .main-menu ul li a {
    font-size: 20px;
    padding: 0 0 20px 40px;
  }
  .desktop-banner ul li:hover ul li a {
    padding:5px 10px;
    font-size:16px;
  }
  .service-tile {
    float: left;
    width: 14.5%;
    margin: 1%;
    height:150px;
    position:relative;
    /* -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.40); */
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.40);
    /* box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.40); */
  }
  .service-tile-inner {display:none;}
  .service-tile:hover .service-tile-inner {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right: 0;
    display: flex;
  align-items: center;
  justify-content: center;
    background-color: rgba(238,238,238,0.7);text-align:center;
  }
  .service-tile .fa-arrow-right {display:none;}
  /** HOMEPAGE **/
  .homepage-callout p {
    font-size:24px;
  }
  .homebox { 
    float:left;
    width:22.5%;
    margin:0 1%;
  }
  .homebox-rollover {left:35%;}
  .homebox p {margin:0;} 
  .homebox-rollover p {
    padding: 0 0 0 20px;
  }
  .homebox .button {
    font-size: 14px;
  }
  
  /** ARTICLE STYLES **/
  article {
    float:left;
    width:100%;
  }
  
  .accreditation {
    margin:20px 0 30px;
  }
  
  /** SIDEBAR STYLES **/
  aside {
    float:left;
    width:26%;
    padding-left:4%;
    margin-top:30px;
  }
  .sidebar-widget {
    border-left:2px solid #3b3b3b;
    padding:20px 0 20px 30px;
    margin-bottom:50px;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  
  footer a {
    margin:0 20px;
    font-size:20px;
  }


} @media only screen and (min-width: 1140px) {
  
  .container {width:1120px}
  
  /** HEADER **/
  .desktop-banner .logo {
    width: 400px;
  }  

} @media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}