/* 
$lightgreen:  #BECA0D; 
$darkgreen:   #A2A837; 
$maroon:      #922769;
$lightgrey:   #F1F2F0;
*/

/* Global */
html {
    font-size: 100%;
    line-height: 1.6em;
}
@media screen and (min-width: 768px){
  html {
    font-size: 125%;
  }
}
body {
  font-family: 'Montserrat', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
}
img, svg {
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}
a {
  font-weight: 600;
  color: #873167;
}
  a:active, a:hover, a:focus {
    text-decoration: underline;
    color: #922769;
  }
  header a:active, header a:hover, header a:focus {
    text-decoration: none !important;
  }
svg {
  transition: .5s ease-in-out; 
  transform-origin: 50% 50%;
  fill: #A2A837;
}
a:hover svg {
  fill:#922769;
  transform: scale(1.1);
}

/* Typography */
h1,h2,h3,h4,h5,h6,p { margin-bottom: 1em; }
h1        { font-size: 84px; font-size: 4.2rem; }
h1.h2     { font-size: 60px; font-size: 3.0rem; font-weight: 300; }
h2        { font-size: 60px; font-size: 3.0rem; font-weight: 300; }
h3        { font-size: 48px; font-size: 2.4rem; font-family: 'mrs-eaves-roman-all-petite-c', sans-serif; line-height: .8; }
h4        { font-size: 34px; font-size: 1.7rem; }
h5        { font-size: 24px; font-size: 1.2rem; }
h6        { font-size: 20px; font-size: 1.0rem; }
p.lead    { font-size: 24px; font-size: 1.2rem; }
p         { font-size: 20px; font-size: 1.0rem; }
p.small   { font-size: 16px; font-size: 0.8rem; line-height: 1.3;}
p.copyright { font-size: 10px; font-size: .5rem; }
.text-right { text-align: right; }
blockquote { font-size: 48px; line-height: 1; font-family: 'mrs-eaves-roman-all-petite-c', sans-serif;
}

/* Buttons */
h4.location,
p.name,
.toggle-filter ul li a,
.dropdown-filter select, 
label,
th,
.accordion-button,
.btn {
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 600;
  border-radius: 20px;
}
.btn {
  padding: 0.5rem 1rem;
}
.btn-primary {
    color: #333333;
    background-color: #BECA0D;
    border-color: #BECA0D;
}
  .btn-primary:focus,
  .btn-primary:hover {
    color: #fff;
    background-color: #922769;
    border-color: #922769;
    text-decoration: none;
  }
  .btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgba(146, 39, 105, 0.5);
    text-decoration: none;
  }
  .btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #922769;
    border-color: #922769;
    text-decoration: none;
  }
  
.btn-outline-primary {
    color: #A2A837;
    border-color: #A2A837;
    border-width: 2px;
}
.navbar .btn-outline-primary {
  padding: .25rem 1rem;
}
  .btn-outline-primary:hover {
    color: #922769;
    text-decoration: none;
    background-color: transparent;
    border-color: #922769;
  }
  .btn-check:focus+.btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(146, 39, 105, 0.5);
    text-decoration: none;
  }
  .btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
    box-shadow: 0 0 0 0.25rem rgba(146, 39, 105, 0.5);
    text-decoration: none;
  }
  .btn-check:active+.btn-outline-primary, 
  .btn-check:checked+.btn-outline-primary, 
  .btn-outline-primary.active, 
  .btn-outline-primary.dropdown-toggle.show, 
  .btn-outline-primary:active {
    color: #922769;
    background-color: transparent;
    border-color: #922769;
    text-decoration: none;
  }
.btn-link {
  color: #333333;
}  
  .btn-link:hover {
    color: #922769;
  }
  .btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(146, 39, 105, 0.5);
  }
  
/* Forms */
.servermessage {
  text-align: center;
  padding: 2rem;
  font-weight: 700;
  color: #A4A74A;
}
.servermessage.error {
  color: red;
}
label {
  letter-spacing: 2px;
  font-weight: 700;
}
select {
  padding: 10px 15px;
  border-color: #A4A74A;
  border-radius: 0;
  margin-bottom: 1em;
}
.search-filter input {
    width: 100%;
    max-width: 554px;
    margin: 1rem 0 1rem;
    border-radius: 40px;
    border: 1px solid #A4A74A;
    text-align: center;
    font-size: .8rem;
    font-weight: 500;
    color: #333333;
}
.search-filter input:focus {
    outline: #A4A74A auto 1px;
    outline-color: #A4A74A;
    outline-style: auto;
    outline-width: 1px;
}
.form-control {
  border-color: #A4A74A;
  border-radius: 0;
  margin-bottom: 1em;
}
  .form-control:focus {
    color: #333333;
    background-color: #fff;
    border-color: #A4A74A;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(164, 167, 74, .25);
  }
span.errormessage {
    color: red;
}
.input-error {
  background: #ff000005;  
}
#myDropzone .dz-preview .dz-progress {
    opacity: .50;
}
.dropzone {
    min-height: 150px;
    border: none !important;
    background: #fff;
    padding: 0 !important;
}
.dz-message {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
}
.dz-message button {
  width: 100%;
  background: #ffffff;
  margin: 0 !important;
  padding: 2em 1em !important;
  border: 1px solid #A4A74A;
  font-weight: 100;
}
.dz-message button:focus {
    color: #333333;
    background-color: #fff;
    border-color: #A4A74A;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(164 167 74 / 25%);
}
p.formsuccessmessage {
    text-align: center;
    font-weight: bold;
    color: #A4A74A;
    padding: 30px;
    border: 1px solid;
}
/* Margins/Paddings/Layout */
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.mt-0 { margin-top: 0rem !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 3rem !important; }
.mt-4 { margin-top: 4rem !important; }
.mt-5 { margin-top: 5rem !important; }
.mt-6 { margin-top: 6rem !important; }
.mb-0 { margin-bottom: 0rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 3rem !important; }
.mb-4 { margin-bottom: 4rem !important; }
.mb-5 { margin-bottom: 5rem !important; }
.mb-6 { margin-bottom: 6rem !important; }
@media screen and (min-width: 768px){
  article .col-md-6:first-child {
    padding-left: 15px !important;
    padding-right: 4rem !important;
  }
  article .col-md-6:last-child {
    padding-right: 15px !important;
    padding-left: 4rem !important;
  }
}

section {
  position: relative;
  margin-bottom: 6rem;
}
.container-fluid.cap {
  max-width: 1600px;
}

@media screen and (max-width: 576px) {
  .col-sm-6 {
    width: 50% !important;
  }
}

/* Header */
header {
  box-shadow: 0px 0px 4px 1px #33333352;
  background: #ffffff;
}
.navbar {
  padding-top: 37px;
  padding-bottom: 37px;
}
.brand svg {
    max-width: 240px;
    margin-bottom: 0;
}
.navbar-light .navbar-toggler {
    color: rgba(190, 202, 13, .5);
    border-color: rgba(190, 202, 13, 0.5);
}
ul.navbar-nav {
    font-size: .72rem;
    text-transform: uppercase;
    font-weight: 600;
}
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #922769;
  }
.dropdown-menu {
  font-size: .72rem;
  border: none;
  border-radius: 0; 
  background: #E4E4E4;
}
  .dropdown-item {
    font-weight: 600;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #922769;
    background-color: transparent;
  }
.navbar .navbar-nav .nav-link {
  position: relative;
}
a.nav-link {
    text-decoration: none !important;
}
.navbar .navbar-nav .nav-link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #922769;
  color: transparent;
  width: 0%;
  content: '.';
  height: 2px;
  transition: .5s;
}
@media screen and (min-width: 768px){
  .dropdown:hover .dropdown-menu {
    display: block !important;
    border-top: 43px solid #FFFFFF;
    z-index: 9999999;
  }
  .dropdown:hover .dropdown-menu > div {
      margin-top: -40px;
  }
  .dropdown-menu.show {
    border-top: 43px solid #FFFFFF;
    z-index: 9999999;
  }
  .dropdown-menu.show > div {
      margin-top: -40px;
  }
  .navbar .navbar-nav .nav-link:active::before,
  .navbar .navbar-nav .nav-link:focus::before,
  .navbar .navbar-nav .nav-link:hover::before {
    width: 100%;
  }
}
@media screen and (min-width: 992px){
  .dropdown:hover .dropdown-menu {
    display: block !important;
    border-top: 43px solid #FFFFFF;
    z-index: 9999999;
  }
  .dropdown:hover .dropdown-menu > div {
      margin-top: -40px;
  }
  .dropdown:hover .dropdown-menu {
    top: 105%;
    left: 0;
    margin-top: 0rem;
  }
  .dropdown-menu.show {
    border-top: 43px solid #FFFFFF;
  }
  .dropdown-menu.show > div {
      margin-top: -40px;
  }
}


/* Footer */
footer {
  position: relative;
  padding-top: 4rem;
  background: #333333;
  color: #ffffff;
  overflow: hidden;
}
.footer-border svg {
    margin-bottom: 0;
}
footer h3 {
  font-size: 36px;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  flex: initial;
  width: auto;
}
.menu-grid a {
  font-size: .8rem;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
  .menu-grid a:hover, .menu-grid a:focus {
    text-decoration: underline;
    color: #A4A74A;
  }
.socials {
    max-height: 50px;
    margin-bottom: 2rem;
}
.socials svg {
  fill: #A4A74A;
}
footer .socials svg {
  fill: #ffffff;
}
footer .socials a:hover svg {
  fill: #A4A74A !important;
}
.socials a {
    display: inline-block;
    width: auto;
    max-height: 51px;
    max-width: 51px;
    fill: #ffffff;
    margin: 0 0.25rem;
}
.socials a:hover,
.socials a:focus {
  fill: #922769;
}
footer .col-sm-12 {
  margin-bottom: 2rem;
  text-align: center !important;
}

/* # Hero Images */
.jumbotron {
  color: white;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 80vh;
  position: relative;
  overflow: hidden;}

.home .jumbotron {
  background-image: url("../images/sicotte-guilbault-homepage-banner.jpg");
  background: url("../images/sicotte-guilbault-homepage-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-homepage-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-homepage-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-homepage-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-homepage-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-homepage-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.staff .jumbotron,
.about .jumbotron {
  background-image: url("../images/sicotte-guilbault-about-page-banner.jpg");
  background: url("../images/sicotte-guilbault-about-page-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-about-page-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-about-page-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-about-page-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-about-page-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-about-page-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}
.services .jumbotron {
  background-image: url("../images/sicotte-guilbault-services-page-banner.jpg");
  background: url("../images/sicotte-guilbault-services-page-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-services-page-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-services-page-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-services-page-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-services-page-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-services-page-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}
.business-law .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-business-law-hero-banner.jpg");
  background: url("../images/sicotte-guilbault-service-business-law-hero-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-business-law-hero-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-business-law-hero-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-business-law-hero-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-business-law-hero-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-business-law-hero-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}
.litigation .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-civil-litigation-hero-banner.jpg");
  background: url("../images/sicotte-guilbault-service-civil-litigation-hero-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-civil-litigation-hero-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-civil-litigation-hero-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-civil-litigation-hero-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-civil-litigation-hero-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-civil-litigation-hero-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.family-law .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-family-law-hero-banner.jpg");
  background: url("../images/sicotte-guilbault-service-family-law-hero-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-family-law-hero-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-family-law-hero-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-family-law-hero-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-family-law-hero-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-family-law-hero-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.real-estate-law .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-real-estate-law-hero-banner.jpg");
  background: url("../images/sicotte-guilbault-service-real-estate-law-hero-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-real-estate-law-hero-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-real-estate-law-hero-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-real-estate-law-hero-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-real-estate-law-hero-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-real-estate-law-hero-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.wills-estates .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-wills-estates-hero-banner.jpg");
  background: url("../images/sicotte-guilbault-service-wills-estates-hero-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-wills-estates-hero-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-wills-estates-hero-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-wills-estates-hero-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-wills-estates-hero-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-wills-estates-hero-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.employment-law .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-employment-law-hero-banner.jpg");
  background: url("../images/sicotte-guilbault-service-employment-law-hero-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-employment-law-hero-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-employment-law-hero-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-employment-law-hero-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-employment-law-hero-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-employment-law-hero-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.municipal-law .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-municipal-law-hero-banner.jpg");
  background: url("../images/sicotte-guilbault-service-municipal-law-hero-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-municipal-law-hero-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-municipal-law-hero-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-municipal-law-hero-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-municipal-law-hero-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-municipal-law-hero-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.news .jumbotron {
  background-image: url("../images/sicotte-guilbault-news-page-banner.jpg");
  background: url("../images/sicotte-guilbault-news-page-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-news-page-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-news-page-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-news-page-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-news-page-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-news-page-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.contact .jumbotron {
  background-image: url("../images/sicotte-guilbault-contact-page-banner.jpg");
  background: url("../images/sicotte-guilbault-contact-page-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-contact-page-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-contact-page-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-contact-page-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-contact-page-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-contact-page-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

body.fourohfour  {
  background-image: url("../images/sicotte-guilbault-404-page-banner-gradient.jpg");
  background: url("../images/sicotte-guilbault-404-page-banner-gradient.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-404-page-banner-gradient.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-404-page-banner-gradient.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-404-page-banner-gradient.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-404-page-banner-gradient.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-404-page-banner-gradient.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}

.careers .jumbotron {
  background-image: url("../images/sicotte-guilbault-careers-page-banner.jpg");
  background: url("../images/sicotte-guilbault-careers-page-banner.jpg"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 100%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-careers-page-banner.jpg"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(100%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-careers-page-banner.jpg"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-careers-page-banner.jpg"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-careers-page-banner.jpg"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-careers-page-banner.jpg"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}


.tax-law .jumbotron {
  background-image: url("../images/sicotte-guilbault-service-tax-law-hero-banner.png");
  background: url("../images/sicotte-guilbault-service-tax-law-hero-banner.png"), -moz-linear-gradient(top, rgba(51,51,51,0) 0%, rgba(51,51,51,1) 50%); /* FF3.6-15 */
  background: url("../images/sicotte-guilbault-service-tax-law-hero-banner.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,0)), color-stop(50%,rgba(51,51,51,1))); /* Chrome4-9,Safari4-5 */
  background: url("../images/sicotte-guilbault-service-tax-law-hero-banner.png"), -webkit-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 50%); /* Chrome10-25,Safari5.1-6 */
  background: url("../images/sicotte-guilbault-service-tax-law-hero-banner.png"), -o-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 50%); /* Opera 11.10-11.50 */
  background: url("../images/sicotte-guilbault-service-tax-law-hero-banner.png"), -ms-linear-gradient(top, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 50%); /* IE10 preview */
  background: url("../images/sicotte-guilbault-service-tax-law-hero-banner.png"), linear-gradient(to bottom, rgba(51,51,51,0) 0%,rgba(51,51,51,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
}



.fourohfour .container.servererror {
    color: #ffffff;
    padding: 150px 10px 0;
}

section.jumbotron {
    background-position: center center !important;
    background-blend-mode: overlay;
    background-size: cover !important;
}


.jumbotron .mask {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.jumbotron .mask svg {
  margin-bottom: 0;
}
.home .jumbotron .container.text-center {
    max-width: 600px;
    padding-top: 12rem;
}
.jumbotron .container {
  padding-top: 12rem;
}
.jumbotron .container.text-center {
}
.jumbotron h2 {
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 3rem;
}
h1.page-title {
    font-size: 3rem;
    margin-bottom: 1rem;
}
@media screen and (min-width: 768px){
  .home .jumbotron .container.text-center {
    max-width: 800px;
    padding-top: 40vh;
  }
  .home .jumbotron .container {
    position: absolute;
    bottom: 3rem;
    left: calc(50% - 400px);
    z-index: 99999;
  }
  .jumbotron .container {
    padding-top: 250px;
    padding-bottom: 50px;
  }

}

/* Expertise Section */
.expertise .col-md,.expertise .col-md-4 svg {
  max-width: 200px;
  height: auto;
}
  .expertise .col-md-4 a:first-child {
    display: block;
  }
  .expertise a:hover + a {
    color: rgba(146, 39, 105, 1);
  }
  .expertise .col-md-4 {
    margin-bottom: 3rem;
  }

/* Panels */
.col-md-8.panel {
  background: #333333;
  padding: 5rem 6rem;
  color: #fff;
}
.panels img {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .col-md-8.panel {
    margin-top: -8rem;
    max-width: 90%;
  }  
  .services .col-md-8.panel {
    margin-top: -14rem;
  }
}
/* Google Map */
#map {
  height: 600px;
  width: 100%;
}
#map p {
    margin-bottom: 0;
    text-align: left;
    font-size: .8rem;
}
#map:before {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../sicotte-guilbault-homepage-banner.jpg);
    background: rgb(164 167 74 / 90%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: .25s;
}
#map:after {
    font-size: 48px;
    text-align: center;
    font-size: 2.4rem;
    content: 'We\'re here to help you';
    position: absolute;
    top: calc(50% - 1.2rem);
    width: 100%;
    z-index: 999999;
    color: #ffffff;
    left: 0;
    transition: .25s;
}
.lang-fr #map:after {
  content: 'Nos emplacements';
}
#map:hover:after,
#map:hover:before,
#map:focus-within:after,
#map:focus-within:before {
  opacity: 0;
  z-index: -1;
}


/* Articles */
article h1 {
  font-family: 'mrs-eaves-roman-all-petite-c', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: .5rem;
}
h2.position {
    font-size: .95rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #A4A74A;
    font-family: 'Montserrat';
}
.toggle-filter ul {
    list-style: none;
    padding-left: 0;
    max-width: 768px;
    margin: 1rem auto;
}
.toggle-filter ul li{
    display: inline-block;
    margin: .25rem .5rem;
}
.toggle-filter ul li a {
  color: #333333;
  text-decoration: none;
}
.toggle-filter ul li a:focus,
.toggle-filter ul li a:hover {
  color: #922769;
}
.toggle-filter ul li a.active {
  color: #979677;
}
.toggle-filter, .dropdown-filter, .search-filter {
  display: none;
}
select:hover, select:focus {
  background: #A4A74A;
}
#newslist,
#stafflist {
  margin-top: 2em;
}
.staff-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 4rem;
}
a.strong {
  font-size: 0.72rem;
  text-transform: uppercase;
}

p.name a {
  color: #515151;
}
p.name a:hover,
p.name a:focus {
  color: #922769;
}
.author.panel {
    background: #000;
    text-align: center;
    color: #ffffff;
    padding: 3rem 1rem;
}
.author.panel .bioframe { 
  max-width: 200px;
  margin: 0 auto;
}
.author.panel p.name a {
    color: #ffffff !important;
    font-size: 1rem;
}
.author.panel p.date {
  margin-bottom: 2rem;
}
.author.panel p.position {
    margin-bottom: 2rem;
}
.bioframe {
    background: url(../images/bio-image-border.png) no-repeat top;
    background-size: 100%;
}
.bioframe img {
    border-radius: 100%;
    padding: 6.5%;
}

@media screen and (min-width: 768px){
  article h2 {
    padding-top: 0rem;
    margin-top: 0rem;
  }
  .staff-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 4rem;
  }
}
@media screen and (min-width: 1280px){
  article h2 {
    margin-top: 2rem;
  }
  article .col-md-8.panel {
    margin-top: -6rem;
  }
}
@media screen and (min-width: 1440px){
  article h2 {
    margin-top: 4rem;
  }
  article .col-md-8.panel {
    margin-top: -12rem;
  }

}

/* Accordions */
.accordion-item {
    border: 1px solid #D5D5D5 !important;
    margin-bottom: 1rem;
}
.accordion-button::after {
    margin-left: .55rem;
    background-image: url("../images/svg/triangle.svg");
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-size: 0.55rem;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("../images/svg/triangle.svg");
    transform: rotate(-180deg);
}
.accordion-button {
  color: #979677; 
}
.accordion-button:focus,
.accordion-button:not(.collapsed) {
    color: #979677;
    background-color: transparent;
    box-shadow: 0 0 0 0.25rem rgb(151 150 119 / 25%);
}


.related-posts .col-md-4 {
  padding: 3rem;
}

ul.alpha {
    list-style-type: lower-alpha;
}

table {
    width: 100%;
}
thead tr th:first-child,
tbody tr td:first-child {
    text-align: left;
}
table tr {
    border-bottom: 1px solid #d4d4d4;
}
th, td {
    padding: 1rem;
}

.dropdown-filter select {
  margin: .25rem .5rem;
  border-radius: 0;
  padding: 0.25rem 1rem;
}

/* News */
.news-grid {
    display: block;
}
.related-articles a,
#newslist a {
    font-weight: 300;
    text-transform: none;
    font-size: 0.8rem;
    line-height: 1.3;
}
@media screen and (min-width: 768px){
  .news-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
  .news-grid article:first-child {
    grid-column: 1 / span 2;
  }
}
@media screen and (min-width: 1200px){
  .news-grid {
    display: grid !important;
    grid-template-columns: 3fr 2fr;
    grid-gap: 30px;
  }
  .news-grid article:first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
  }
  .news-grid article:first-child img {
    height: 682px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1400px){
  .news-grid article:first-child img {
    height: 777px;
    object-fit: cover;
  }
}
#social-share {
  display: none;
}
div#social-holder {
  position: relative;
  margin:  0 auto;
  cursor: pointer;
  z-index: 99999;
    text-align: center;
    padding: 2em;
    opacity: 0;
    transition:ease-in-out .5s;
}
.visible {
  opacity: 1 !important;
}
.fa-2x {
  font-size: 1.5em !important;
}
.share-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #FFF;
}
.circle-bg-fb,
.circle-bg-tw,
.circle-bg-g,
.circle-bg-p{
    width: 60px;
    height: 60px;
    display: box;
    color: white;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
    z-index: -1;
    border: 5px solid;
}
#social-holder a {
  text-decoration: none;
}
#social-holder a:hover .circle-bg-fb,
#social-holder a:hover .circle-bg-tw,
#social-holder a:hover .circle-bg-g,
#social-holder a:hover .circle-bg-p,
#social-holder a:focus .circle-bg-fb,
#social-holder a:focus .circle-bg-tw,
#social-holder a:focus .circle-bg-g,
#social-holder a:focus .circle-bg-p {
    border: 5px solid #922769;
}
.circle-bg-fb {
    background-color: #3b5998;
    -webkit-transition:all 1s;
    transition:all 1s;
}
.circle-bg-tw {
    background-color: #55ACEE;
    -webkit-transition:all 1s;
    transition:all 1s;
}
.circle-bg-p {
    background-color: #BD081C;
    -webkit-transition:all 1s;
    transition:all 1s;
    
}
.circle-bg-g {
    background-color: #D34836;
    -webkit-transition:all 1s;
    transition:all 1s;
}
#social-holder a:hover {
    text-decoration: none !important;
}