/* Ai Group Workplace Lawyers - Custom Styles - v120319 */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global Styles
# Buttons
# Header
# Footer
# Page Templates
  ## Home
    ### Hero
    ### Services
    ### Company
    ### Testimonial
    ### News
  ## About
  ## Expertise & Services
  ## Team
  ## News
  ## Contact & Forms
  ## Careers
  ## Search Function & Search Results
# Media Queries
  ## IE 10
  ## Min Width
  ## Min and Max Width
  ## Max Width
--------------------------------------------------------------*/

/* Global Styles */
#page {
  min-height: 500px;
}

html, body {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

button {
  background-color: rgba(51, 51, 51, 1);
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 27px;
  color: rgba(255, 255, 255, 1);
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  padding: 15px 30px;
  text-transform: uppercase;
  transition: all 200ms;
}

button:hover, button:focus {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(51, 51, 51, 1);
  outline: 0;
}

.center {
  text-align: center;
  margin: auto;
}

.mg-sides-10 {
  margin: 0 10px;
}

.bblue-header {
  background-color: rgba(242, 248, 250, 1);
  height: 500px;
  position: absolute;
  width: 100%;
}

.about-container, .contact-container {
  box-shadow: 0px 0px 45px rgba(0, 88, 124, 0.2);
  background: white;
  margin-bottom: 50px;
}

.home-about {
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(100, 100, 100, 0.1);
}

.expertise-head, .posts-head, .search-head, .team-head {
  background: white;
  margin: 0 0 70px;
	padding-top:30px;
	padding-left:50px;
	padding-right:50px;
	padding-bottom:50px;
}

.expertise-head {
  box-shadow: 0px 0px 45px rgba(0, 88, 124, 0.2);
}

.page-template-frontpage #content {
  padding-top: 10px;
}

a {
  color: rgb(0, 89, 113);
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  color: rgb(0, 139, 158);
  transition: 0.3s;
  text-decoration: none;
}

.hidden img {
  opacity: 0;
  width: 100%;
}

.hidden img:hover {
  opacity: 0;
}

#breadcrumbs {
  font-size: 12px;
	display:none;
}

#backtotop {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-image: linear-gradient(to bottom left, rgba(0, 139, 158, 1), rgba(0, 101, 128, 1));
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50px;
  font-size: 18px;
  transition: 0.2s;
  transition-timing-function: ease;
  width: 60px;
  height: 60px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#backtotop:hover {
  opacity: 0.8;
  transition: 0.2s;
  transition-timing-function: ease;
}

.header-container .entry-title, .center-title {
  text-align: center;
  margin-bottom: 30px;
}

.entry-meta {
  font-size: 14px;
}

.center-text {
  text-align: center;
}

.center-ul {
  margin: auto;
  text-align: center;
  width: 266px;
}

a.call-contact {
  color: rgb(255, 255, 255);
}

.page-template-contact-page a.call-contact {
  color: rgb(0, 89, 113);
}

.nav-links a {
  color: white;
}

.nav-previous {
  margin-right: 10px;
}

.nav-next {
  float: right;
}

.not-found input.search-submit {
  top: unset;
  margin-right: 15px;
}

.mg-bt-4r {
  margin-bottom: 4rem;
	text-align: center;
}
.mb-2r {
	margin-bottom:2rem;
}
.vfull {
  height: 95vh;
}

.archive-heading, .search-heading {
  margin: 50px 0;
  text-align: center;
}

.page-subheading {
  font-family: 'Open Sans';
  font-size: 18px;
  line-height: 34px;
  margin-top: 10px;
}

.single-page-heading {
  margin-bottom: 30px;
}

.about-container h3 {
  padding-top: 25px;
}

.expertise-item, .post-item, .search-item {
	margin-top: 35px;
	border-bottom: 1px solid rgb(0 88 124);
}

.post-container {
  width: 650px;
  max-width: 650px;
  margin-left: 25px;
	margin-bottom: 35px;
}

.click-through {
  color: rgb(0, 101, 128);
  transition: 0.3s;
  display: block;
  text-decoration: none;
}

.click-through:hover {
  color: rgb(0, 139, 158);
  transition: 0.3s;
  text-decoration: none;
}

.subheading {
  font-family: 'Open Sans';
  font-size: 1rem;
  font-weight: 600;
  margin: 25px 0;
}

.cta-main {
  text-align: center;
  padding: 70px 50px;
  margin: 50px 0;
}

.cta-text {
  margin-bottom: 30px;
  line-height: 2;
}

.cta .page-body p {}

.no-bg {
  background: none;
}

.white-bg {
  background: rgb(255, 255, 255);
}

.bg-lightblue {
  background: rgba(242, 248, 250, 1);
  box-shadow: 0px 0px 45px rgba(0, 88, 124, 0.2);
}

.excl-pd {
  padding: 0;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.pd-50 {
  padding: 50px;
}

.pd-0 {
  padding: 0;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pt-50 {
  padding-top: 50px;
}

.mg-y-50 {
  margin: 50px 0;
}

.p-b-20 {
  padding-bottom: 20px;
}

.m-l-15 {
  margin-left: 15px;
}


.post-item:last-of-type {
    border: 0;
}

/* Buttons */
.aboutbtn {
  background: rgba(75, 105, 125);
  color: rgba(255, 255, 255, 1);
  transition: 0.3s;
	font-weight: 500;
	border-radius: 12px!important;
}

.aboutbtn:hover {
  background: rgba(0, 139, 158, 0);
  color: rgba(0, 88, 124, 1);
  transition: 0.3s;
	border: 1.5px solid rgba(0, 88, 124, 1);
	font-weight: 500;
}

.btn {
  padding: 12px 30px;
  transition: 0.3s;
  border-radius: 12px!important;
}

.btn:hover {
  transition: 0.3s;
}

.btn2 {
  margin-left: 20px;
}

.team-buttons {
  margin-top: 40px;
}

.company-buttons {
  margin-top: 50px;
}

.companySection_link {
  margin-top: 10px;
}

button.navbar-toggler[aria-expanded="true"] {
  margin-top: 0;
  background: rgb(0, 0, 0, 0.1);
  transition: 0.3s;
}

button.navbar-toggler[aria-expanded="false"] {
  margin-top: 0;
  background: rgb(0, 0, 0, 0.0);
  transition: 0.3s;
}

.companybtn_1 {
  color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  transition: 0.3s;
  margin-right: 20px;
}

.companybtn_1:hover {
  color: rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 1);
  transition: 0.3s;
}

.companybtn_2 {
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 139, 158, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  transition: 0.3s;
}

.companybtn_2:hover {
  background: rgba(255, 255, 255, 0.8);
  color: rgba(0, 139, 158, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  transition: 0.3s;
}

.btn-blue-outline {
  background: rgba(0, 88, 124, 1);
  color: rgba(255, 255, 255, 1);
  transition: 0.3s;
	font-weight: 500;
}

.btn-blue-outline:hover {
  	background: rgba(0, 139, 158, 0);
  	color: rgba(0, 88, 124, 1);
  	transition: 0.3s;
	border: 1.5px solid rgba(0, 88, 124, 1);
	font-weight: 500;
}

.nav-links.btn.aboutbtn a {
  color: rgb(255, 255, 255);
}

/* Header Menu */
.navbar-toggler {
  display: block;
}

.navbar-brand, .header-contact {
  width: 475px;
  transition: 0.3s;
}

.navbar-brand:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.header-contact {
  text-align: right;
}

.header-contact, .email-us, .call-us, .header-search {
  display: inline;
  color: rgb(0, 101, 128);
  vertical-align: middle;
  padding: 10px;
  font-weight: 600;
}

.email-us {
  border-right: 1px solid rgb(0, 101, 128);
}

.e-text, .ph-text {
  transform: translateY(-2px);
  display: inline-block;
}

.header-search {
  margin: 0 15px;
}

.header-search-mob {
  text-align: center;
  margin: 0 15px;
  text-transform: uppercase;
  padding: 8px 0;
}

.email-us a, .call-us a, .header-search a {
  transition: 0.3s;
  text-decoration: none;
  color: rgba(0, 101, 128, 1);
  vertical-align: middle;
}

.email-us a:hover, .call-us a:hover, .header-search a:hover {
  transition: 0.3s;
  text-decoration: none;
  color: rgba(0, 101, 128, 0.8);
  vertical-align: middle;
}

.e-text {
  margin-right: 15px;
  text-transform: uppercase;
}

.r-blue {
  color: rgb(0, 101, 128);
}

.hfa {
  margin: 0 15px;
}

.fas.hfa {
  font-size: 24px;
}

ul#menu-top-menu a.nav-link {
  text-align: center;
}

a.service-link-wrapper:hover {
  background-color: transparent;
}

div.navbar-brand a img {
  margin: 10px;
  max-width: 200px;
}

.no-dec, .no-dec:hover {
  text-decoration: none;
}

#page-sub-header {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  padding: 150px 0px 80px;
}

.tab-content-mobile {
  display: none;
}

.HeadingWidth {
  color: rgba(255, 255, 255, 1);
}

.container.fullwidth {
  max-width: 100%;
}

.transY-1px {
  transform: translateY(-2px);
}

header#masthead {
  z-index: 5;
  position: absolute;
  width: 100%;
}

#main-nav, #menu-top-menu {
  margin: auto;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 139, 158, 1);
  text-transform: uppercase;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 101, 128, 1);
  text-transform: uppercase;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Footer */
footer {
  padding-top: 50px;
}

.main-footer {
  background-color: rgba(0, 88, 124, 1);
  color: rgba(255, 255, 255, 1);
}

footer.main-footer h3,
footer.main-footer a {
  color: rgba(255, 255, 255, 1);
  transition: 0.3s;
}

body.archive div.post-thumbnail img, .post div.post-thumbnail img {
  width: 100%;
  height: auto;
}

.menu-item-940 {
  display: inline;
}

.menu-item-940.nav-item a.nav-link:before {
  content: "\f099";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
}

.menu-item-939 {
  display: inline;
}

.menu-item-939.nav-item a.nav-link:before {
  content: "\f0e1";
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
}

h3.widget-title {
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}

.fa-md {
  padding: 18px;
}

.extras-menu {
  padding: 10px 0 20px;
	text-align: left;
}

.extras-menu a.terms, .extras-menu a.privacy {
  color: #ffffff;
}

.privacy {
  margin-left: 20px;
}

.site-info {
  /**opacity: 0.5;**/
	text-align: left;
}

hr.white {
  margin: 25px 15px;
  border-top-color: rgba(255, 255, 255, 1);
}

.footer-logo {
  padding-left: 15px;
  margin-top: 45px;
  transition: 0.3s;
}

.footer-logo:hover {
  opacity: 0.8;
  transition: 0.3s;
}

footer ul.sub-menu.nav a {
  opacity: 0.5;
  transition: 0.3s;
}

footer ul.sub-menu.nav a:hover {
  opacity: 1;
  transition: 0.3s;
}

footer .nav>li>a:hover {
  background-color: rgba(0, 139, 158, 0.15)
}

footer .nav a:focus:hover {
  background-color: rgba(0, 139, 158, 1);
  transition: 0.3s;
}

footer .nav>li.front- a:focus {
  border-radius: 3px;
  transition: 0.3s;
}

.fade, .fade:not(.show) {
  transition: opacity 0.2s ease-in-out;
}

.fa-md {
  opacity: 1;
  transition: 0.3s;
}

.fa-md:hover {
  opacity: 0.7;
  transition: 0.3s;
}

/* Page Templates */
/* Home */
#page-sub-header .btn {
  margin: 40px 10px 10px 0;
}

#page-sub-header h1 {
  font-size: 3.8rem;
}

.socialstack {
  color: rgba(255, 255, 255, 1);
  transition: 0.5s;
}

.stack {
  transition: 0.5s;
  opacity: 1;
}

.stack:hover {
  transition: 0.3s;
  opacity: 0.8;
}

.aboutSection {
  background: rgba(228, 241, 245, 1);
  padding: 70px;
  margin: auto;
  text-align: center;
}

.aboutSection_body {
  max-width: 700px;
  margin: 30px auto;
}

.home-container {
  margin-top: -50px;
}

/* Home Services */
.sq_thumbnail {
  position: relative;
  width: 90%;
  height: 100px;
  overflow: hidden;
  margin: 10px;
}

.sq_thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: unset;
}

.sq_thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.front-services-tab {
  width: 20%;
  margin: 0 auto;
}

.front-services-tab a {
  width: 100%;
  text-align: center;
  margin: auto;
  padding: 0;
}

.service-heading {
  font-size: 1.3rem;
  margin: 10px;
  padding: 1px 0 0 0;
}

.nav-tabs {
  border-bottom: none;
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-tabs .nav-link {
  border: none 0 transparent;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border: none 0 transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: none 0 transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-container::before {
  content: " ";
  display: table;
}

.services-container::after {
  clear: both;
}

.service-link-wrapper {
  height: 265px;
}

a.service-link-wrapper {
  border-bottom: none !important;
  position: relative;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.front-services-tab>a.service-link-wrapper.active {
  border-bottom: none;
  position: relative;
  z-index: 6;
}

.service-link-wrapper::after {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-link-wrapper::before {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-link-wrapper.active::after {
  opacity: 1;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.service-link-wrapper.active::before {
  opacity: 1;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.bdr {
  height: 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: transparent;
  width: 3000px;
  z-index: 3;
  transform: translate(-1000px, -1px);
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.bdr.nt {
  transform: translate(-1000px, -2px);
}

.bdr.nt.off {
  transform: translate(0, -2px);
}

.h5-help {
  font-size: 18px;
}

.tab-pane.fade.active.show>p {
  padding-top: 40px;
}

.tab-pane.fade.active.show>p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tab-pane.fade>p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-section-content {
  padding-top: 15px;
}

.services-tab-subheading, .the-field-heading {
  padding: 40px 0 20px;
  margin: 0;
}

.services-section-content-right, .services-section-content-left {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}

.nav-link.service-link-wrapper.active.show div.service-heading h3.service-heading {
  color: rgba(0, 139, 158, 1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-link.service-link-wrapper div.service-heading h3.service-heading {
  color: rgba(134, 142, 150, 1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav-link.service-link-wrapper.active.show div.sq_thumbnail img {
  height: 105%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

div.sq_thumbnail img {
  transition: 0.2s ease-in-out;
}

.nav-link.service-link-wrapper div.sq_thumbnail img.attachment-square-thumb.size-square-thumb.wp-post-image {
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.s ease-in-out;
}

#tab-content.content-area.col-sm-12.col-lg-12, #tab-content.content-area.col-sm-12.col-lg-12 main#main-1.site-main.bg-lightblue {
  min-height: 0px;
}

#accordion-mob.card-header {
  height: 200px;
}

div#accordion-mob.accordion div.card button.btn.btn-link {
  padding: 0;
  border: 0px none transparent;
  border-radius: 0;
}

#accordion-mob .card {
  padding: 0;
  border: 0px none transparent;
  border-radius: 0;
}

#accordion-mob .card-header {
  line-height: 180px;
}

#accordion-mob .card-title {
  color: rgba(255, 255, 255, 1);
  text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.6);
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-10px);
}

#accordion-mob .card button {
  margin-top: 0;
}

.plus-symbol {
	font-size: 30px;
    color: rgba(0, 88, 124, 1);
	position: absolute;
    bottom: 0;
    left: 100px;
    margin-bottom: -24px;
}













/* Team Slider Home */
#slider {
  padding: 0;
}

div.slider-copy div.caption {
  /* text-shadow: 4px 3px 5px rgba(0, 0, 0, 0.4); */
}

.slider-front {
  width: 100%;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.size-acme_people {
  width: 100%;
}

.team-h2 {
  color: rgba(255, 255, 255, 1);
}

.team-copy {
  margin-top: 70px;
  max-width: 500px;
}

.white {
  color: rgba(255, 255, 255, 1);
}

.team-intro {
  padding-top: 30px;
  font-family: "Open Sans", sans-serif;
}

.team-description {
  padding-top: 20px;
}

.team-fill {
  max-width: 50%
}

.slider-copy {
  position: absolute;
  top: 15%;
  left: 50%;
  color: rgba(255, 255, 255, 1);
  padding-left: 0px;
  padding-right: 20px;
  max-width: 600px;
}

.slide {
  max-height: 600px;
  min-height: 500px;
}

.slick-dots {
  bottom: 20px !important;
}

.slick-dots li button::before {
  color: rgba(255, 255, 255, 1) !important;
  opacity: .5 !important;
}

.slick-dots li.slick-active button::before {
  opacity: .75 !important;
  color: rgba(255, 255, 255, 1) !important;
}

button.slick-next {
  position: absolute;
  right: 20px;
}

button.slick-prev {
  position: absolute;
  left: 20px;
}

.slick-prev, .slick-next {
  height: 50px;
  width: 50px;
}

button.slick-prev::before, button.slick-next::before {
  font-size: 30px;
}

div#slick img {
  margin-bottom: 0;
}

.mob-team-h2 {
  display: none;
  font-size: 1.2rem;
}

div.slide.slick-slide img {
  visibility: hidden;
}

div.slide.slick-slide {
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
}

/* Company Home */
.company-container {
  color: rgba(255, 255, 255, 1);
  background-image: linear-gradient(to bottom left, rgba(78, 105, 125,), rgba(0, 101, 128, 1));
  display: inline-flex;
  -webkit-clip-path: polygon(0 0, 93% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 93% 0%, 100% 100%, 0% 100%);
}

.company-home {
  margin: 50px auto;
  padding: 10px 30px;
  max-width: 750px;
}

.company-heading {
  color: rgba(255, 255, 255, 1);
}

.companySection_link {
  display: inline-block;
}

/* Testimonial Home */
q {
  quotes: "“""”""‘""’";
}

q:before {
  content: open-quote;
}

q:after {
  content: close-quote;
}

.testimonial-entry-content {
  font-family: 'Roboto Slab', serif;
  color: rgba(0, 101, 128, 1);
  font-size: 1.5rem;
}

.testimonial-entry-title {
  text-align: right;
}

.testimonial-section p {
  display: inline;
}

div.jetpack-testimonial-shortcode {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
}

.testimonial-home {
  position: relative;
	padding:5%;
}

.testimonial-entry-column-1 {
  width: auto !important;
}

.testimonial-entry {
  margin: 0 !important;
}

/* Testimonials */
.wp-block-quote {
	border-bottom: 2px solid rgba(0, 139, 158, 1);
    padding: 20px;
}

.wp-block-quote:last-of-type {
    border: 0px;
}

.cite-fancy {
    color: #00587C;
    font-weight: bold;
}

.image-header-testimonials{
	background-image: url("https://www.aigroupworkplacelawyers.com.au/wp-content/uploads/2022/10/respect_at_work_900x500.jpg");
   	height: 600px;
	background-size: cover;
}


.testimonial-container {
  box-shadow: 0px 0px 45px rgba(0, 88, 124, 0.2);
  margin-bottom: 50px;
}





/* News Home */
#news {
  width: 100%;
  padding: 50px 0;
  background: rgba(228, 241, 245, 1);
}

.news-heading {
  padding-top: 10px;
}

.news-post-image-container {
  overflow: hidden;
  max-width: 150px;
  min-width: 150px;
}

.video-img-container {
  position: relative;
  display: inline-block;
}

.video-img-container, .news-post-image-container {
  overflow: hidden;
  margin-bottom: 15px;
  padding: 0;
}

.news-body {
  padding-top: 40px;
}

.news-body p {
  color: rgba(93, 93, 93, 1);
}

.news-post-body-container {
  padding-left: 20px;
}

.row.news-post-container {
    border-bottom: 1px solid #00658073;
    margin: 0 0 30px 0;
    padding: 0 0 10px 0;
}

.news-post-container:last-of-type {
    border: 0;
}

.news-post-container img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.news-post-body-container {
  display: inline-block;
}

.video-post-container {
  margin-bottom: 40px;
  overflow: hidden;
}

.news-btn {
  margin: auto;
}

.cta {
  margin: 50px auto 20px;
}

#post-tabs .nav-tabs .nav-link, #news .nav-tabs .nav-link {
  border-radius: 0.15rem;
  border: 1px solid rgba(0, 101, 128, 0.2);
  margin: 0 3px;
}

#post-tabs .nav-tabs .nav-link.active, #news .nav-tabs .nav-link.active {
  border: 1px solid rgb(0, 101, 128);
  background: rgb(0, 101, 128);
  color: #fff;
}

a.heading-a, a.body-a {
  text-decoration: none;
  transition: 0.3s;
}

a.body-a p, a.heading-a h4 {
  transition: 0.3s;
}

a.body-a p:hover {
  color: rgba(0, 139, 158, 1);
  transition: 0.3s;
}

a.heading-a h4:hover {
  color: rgba(0, 139, 158, 1);
  transition: 0.3s;
}

a.img-a img {
  transition: 0.3s;
  margin-bottom: 0;
}

a.img-a img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.fa-overlay {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1);
  font-family: 'FontAwesome';
  border-radius: 5px 5px 5px 5px;
  font-size: 80px;
  opacity: 0.9;
  text-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
}

.fa-overlay-right {
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 28%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1);
  font-family: 'FontAwesome';
  border-radius: 5px 5px 5px 5px;
  font-size: 50px;
  opacity: 0.9;
  text-shadow: rgba(0, 0, 0, 0.1) 5px 5px 5px;
}

.entry-date {
    font-weight: 600;
}


/* About */
.main-page-head {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main-page-head-container {
  margin: auto;
}

.main-page-body-container {
  margin: 0px auto 0;
}

.main-page-body {
  margin: auto;
}

.header-container {
  padding: 40px 0 0;
}

.content-head {
  display: inline-block;
}

.single-heading {
  margin-bottom: 0;
}

.about-heading {
  text-align: center;
  font-size: 48px;
}

.about-heading h5 {
  padding-top: 10px;
}

.page-thumb {
  width: 100%;
  height: auto;
  margin: 0
}

.page-body-lead {
  background-color: rgb(0, 88, 124);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 30px 30px 30px;
}

.page-body-lead2 {
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 30px 30px 30px;
}

.page-body-lead a {
  color: #fff;
  text-decoration: underline;
}

.page-body-lead a:hover {
  text-decoration: underline;
}

.page-column-gap {
  max-width: 773px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.page-column-gap .row {
  margin-left: 15px;
  margin-right: 15px;
}

.about-open {
  color: rgb(240, 240, 240);
}

.second-paragraph {
  margin: 0px 50px 0;
}

.blurb-element {
  width: 100%;
  display: flex;
}

.blurb-container {
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #d8d8d8;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0 0 0 80px;
  padding: 0 20px 0 20px;
  align-items: center;
  display: flex;
  width: 100%;
}

.blurb-content {
  line-height: 1.6;
  color: #fff
}

.page-body {
  margin: auto;
  padding-top: 50px;
}

.body-image {
  width: 60%;
  /**float: left;**/
  margin: 0 25px 25px 0;
}

.about-subtitle {
   /** padding-bottom: 20px; **/
}

.about-subtitle h3 {
    color: #fff;
    text-align: center;
}

.page-id-12 .post-thumbnail{
margin-bottom:0;
}

.third-paragraph {
margin: 0px 30px 0;
}

.second-content{
	background-image: url("https://www.aigroupworkplacelawyers.com.au/wp-content/uploads/2023/02/texture.png");
}

.page-body-triangles{
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 30px 30px 30px;
}

.third-paragraph .row {
    padding-bottom:20px;
}

.image-center{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin-top: 20px;
    margin-bottom: 20px;
}

/* Expertise & Services */
.service-ul {
  padding-top: 20px;
  padding-bottom: 20px;
}

.posts-head .expertise-item:first-of-type {
	margin-top: 25px;
	border: 0;
}

.posts-head .expertise-item:last-of-type {
  margin-bottom: 25px;
}
.service-card {
	background-color: rgba(242, 248, 250, 1);
	border:0;
	margin:15px auto;
	transition:0.3s;
	min-height:250px;
}
.service-card:hover {
	background-color: rgba(242, 248, 250, 0.4);
	transition:0.3s;
}
.slide-main {
background-size: cover;
}
.service-text {
	margin-bottom:2rem;
}
.absolute-bottom {
	bottom: 0px;
	position: absolute;
	font-weight: 600;
}

.image-header-services{
	background-image: url("https://www.aigroupworkplacelawyers.com.au/wp-content/uploads/2019/02/5_Employment-Arrangements.jpg");
   	height: 600px;
	background-size: cover;
}

/* Team */
.team-img {
  margin: auto;
}

.team-entry {
  display: inline-block;
}

.team-card-body {
  text-align: center;
}
#team-accordion .card {
  border: none 0 transparent;
}
.location-heading {
  margin-bottom: 0px;
}

.member-item {
  margin: 40px 0;
}

.card-img-top.rounded-circle.team-img {
  opacity: 1;
  transition: 0.3s;
}

.card-img-top.rounded-circle.team-img:hover {
  opacity: 0.8;
  transition: 0.3s;
}

#team-accordion .card-header {
  background: none;
  height: auto;
  text-transform: unset;
  padding: 14px 0;
}

#team-accordion .card-header .btn {
  text-transform: none;
  width: 100%;
  height: 100%;
}

#team-accordion button {
  text-align: left;
}

.expand_caret:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f068";
  margin-left: 8px;
  font-size: 16px;
}

button[aria-expanded='false']>.expand_caret:before {
  content: "\f067";
}

span.expand_caret {
    float: right !important;
}

.card-header:last-of-type {
  border-bottom: none;
}

.btn.btn-link.acc-btn {
  text-decoration: none;
  color: rgb(0, 101, 128);
  transition: 0.3s;
	font-weight: 500;
}

.btn.btn-link.acc-btn:hover {
  text-decoration: none;
  color: rgb(0, 139, 158);
  transition: 0.3s;
}

.member-thumb-container {
  height: 720px;
  width: auto;
  background-size: cover;
}

.byline {
  font-size: 16px;
  margin: 1rem 0 20px 0;
}

.member-head {
  padding: 20px;
  background: white;
  box-shadow: 0px 0px 45px rgba(0, 88, 124, 0.2);
  margin: 0 0 70px;
}

#social-section {
  margin: 20px auto;
  padding: 0;
	text-align: center;
}

.text-center {
    text-align: center;
    margin-bottom: 50px;
}



/* News & Events */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 20px;
}

.wp-pagenavi .pages {
  display: block;
  margin-bottom: 20px
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 0;
  padding: 3px 10px;
  margin: 0;
}

.wp-pagenavi span.current {
  background: rgb(0, 139, 158);
  border-radius: 2px;
  color: #fff;
}

.cropped-thumbnail {
  max-width: 300px;
  min-width: 300px;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  transition: 0.3s;
}

.cropped-thumbnail:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.cropped-thumbnail img {
  min-height: 100%;
  min-width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.posts-head{
	box-shadow: 0px 0px 45px rgba(0, 88, 124, 0.2);
}


/* Contact & Forms */
.contact-container {
  background: rgba(255, 255, 255, 1);
}

.content-container {
  margin: 0 50px;
}

.contact-form h4 {
  margin-bottom: 30px
}

.contact-form .gform_footer.top_label {
  margin-bottom: 50px !important;
}

.contact-form ::placeholder {
  color: rgba(0, 101, 128, 1) !important;
}

.contact-form #input_1_4_chosen, .contact-form .ginput_container input {
  border-bottom: 2px solid rgba(0, 101, 128, 1) !important;
  color: rgba(0, 101, 128, 1) !important;
}

.contact-form .gform_wrapper .chosen-container-single .chosen-single {
  color: rgba(0, 101, 128, 1) !important;
}

.contact-form #gform_fields_1 textarea {
  background: rgba(0, 101, 128, 0.1) !important;
}

.contact-form #gform_submit_button_1 {
  color: rgb(255, 255, 255) !important;
  border-bottom: 0 !important;
}

.contact-form #gform_submit_button_1:hover {
  color: rgb(255, 255, 255) !important;
  background: rgba(0, 139, 158, 1) !important;
  border-bottom: 0 !important;
}

.contact-form .gform_body, #gform_fields_1, .contact-form .gfield {
  z-index: 10;
}

.contact-form #field_1_9, #input_4_9 {
  display: none;
}

.contact-form #gform_1, #gform_4 {
  padding: 0;
}

.contact-form input {
  width: 100% !important;
}

.contact-form .gform_wrapper form {
  max-width: 770px;
}

.contact-form #gform_1, #gform_4 {
  overflow-x: hidden;
  height: auto;
}

.contact-form #input_1_4_chosen, .contact-form input {
  width: 100% !important;
  max-width: 100% !important;
}
.contact-form #gform_1 {
  overflow: hidden;
}
.contact-form #gform_wrapper_1 {
top: 0;
}
#field_1_4, #field_4_12 {
  z-index: 9999;
}

.contact-form #input_1_5 {
  max-width: 100% !important;
}

/* X Button */
.close-form {
  position: absolute;
  top: 6%;
  right: 6%;
  z-index: 50;
}

.gfield {
  z-index: 51;
  position: relative;
}

.ele div.x {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.ele div.x.slow {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.ele {
  width: 25%;
  display: inline;
}

.x {
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  transition: all .3s ease-out;
  cursor: pointer;
}

.x.large {
  width: 30px;
  height: 30px;
}

.x.medium {
  width: 20px;
  height: 20px;
}

.x.small {
  width: 10px;
  height: 10px;
}

.x.switch {
  width: 15px;
  height: 15px;
}

.x.grow {}

.x.spin:hover {
  background: #BB3333;
  transform: rotate(180deg);
}

.x.flop:hover {
  background: #BB3333;
  transform: rotate(90deg);
}

.x.t:hover {
  background: #BB3333;
  transform: rotate(45deg);
}

.x.shift:hover {
  background: #BB3333;
}

.x b {
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

.x.small b {
  border: solid 5px rgba(255, 255, 255, 0);
}

.x.medium b {
  border: solid 10px rgba(255, 255, 255, 0);
}

.x.large b {
  border: solid 15px rgba(255, 255, 255, 0);
}

.x.switch b {
  border: solid 10px rgba(255, 255, 255, 0);
}

.x b:nth-child(1) {
  border-top-color: rgba(0, 101, 128, 1);
  top: -2px;
}

.x b:nth-child(2) {
  border-left-color: rgba(0, 101, 128, 1);
  left: -2px;
}

.x b:nth-child(3) {
  border-bottom-color: rgba(0, 101, 128, 1);
  bottom: -2px;
}

.x b:nth-child(4) {
  border-right-color: rgba(0, 101, 128, 1);
  right: -2px;
}

#gform_confirmation_message_1 {
  margin-top: 100px;
}

.gform_wrapper .top_label .gfield_label, .gform_wrapper legend.gfield_label {
  display: block !important;
}

#field_4_9 {
  height: auto !important;
}

#gform_4 {
  margin-right: -17px !important;
  padding-right: 17px !important;
}

#field_4_4, #field_4_4_chosen {
  z-index: 9999999;
}

#field_4_9 label {
  min-height: 50px;
  height: auto;
}

.gform-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

#input_1_9 {
  display: none;
}

.gform-wrap {
  background-color: rgba(0, 101, 128, 1);
  font-family: "Open Sans", Helvetica;
  color: rgba(255, 255, 255, 1);
}

.gform_wrapper .gform_footer {
  margin: 16px 0 150px !important;
}

#gform_wrapper_1, #gform_wrapper_4 {
  margin: 0 auto;
  position: relative;
  top: 10vh;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#gform_1, #gform_4 {
  padding: 25px 0;
  overflow: auto;
  height: 100vh;
  margin: 0 50px;
  margin-right: -25px;
  overflow-y: scroll;
}

.gform_wrapper .chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#field_1_9 label.gfield_label, #field_4_9 label.gfield_label {
  font-family: "Roboto Slab", serif;
  color: rgb(255, 255, 255);
  font-size: 30px;
  margin-bottom: 10px;
  padding-top: 10px
}

#field_1_1, #field_4_1 {
  margin: 0;
}

#gform_wrapper_1 li, #gform_wrapper_4 li {
  list-style: none;
}

form {
  text-align: left;
}

.gform_wrapper .gfield_required {
  display: none;
}

.gform_body, #gform_fields_1, .gfield, #gform_fields_4 {
  z-index: 40;
}

#gform_fields_1 li, #gform_fields_4 li {
  /**height: 50px;**/
}

#gform_fields_1 #field_1_5, #gform_fields_4 #field_4_5 {
  height: 200px !important;
  width: 100%;
}

#gform_fields_1 input::placeholder, #gform_fields_1 textarea::placeholder, #gform_fields_1 input::-webkit-input-placeholder, #gform_fields_1 textarea::-webkit-input-placeholder, #gform_fields_1 input:-ms-input-placeholder, #gform_fields_1 textarea:-ms-input-placeholder, #gform_fields_1 input::-ms-input-placeholder, #gform_fields_1 textarea::-ms-input-placeholder, a.chosen-single span, #gform_fields_4 input::placeholder, #gform_fields_4 textarea::placeholder, #gform_fields_4 input::-webkit-input-placeholder, #gform_fields_4 textarea::-webkit-input-placeholder, #gform_fields_4 input:-ms-input-placeholder, #gform_fields_4 textarea:-ms-input-placeholder, #gform_fields_4 input::-ms-input-placeholder, #gform_fields_4 textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#gform_fields_1 textarea, #gform_fields_4 textarea {
  background: rgba(255, 255, 255, 0.2) !important;
  border: none !important;
  color: rgb(255, 255, 255) !important;
  max-width: 540px !important;
}

.contact-content #gform_fields_1 textarea, .contact-content #gform_fields_4 textarea {
  color: rgb(0, 101, 128) !important;
}

div.chosen-drop, .chosen-results {
  background: rgba(0, 139, 158, 1) !important;
  width: 200px !important;
  padding: 0;
  transition: 0.3s;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: rgba(0, 85, 108, 1) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 85, 108, 1)), color-stop(90%, rgba(0, 85, 108, 1))) !important;
  background-image: linear-gradient(rgba(0, 85, 108, 1) 20%, rgba(0, 85, 108, 1) 90%);
  color: rgba(255, 255, 255, 1) !important;
  transition: 0.3s;
}

.active-result {
  height: 35px !important;
  padding: 10px 10px !important;
}

.chosen-results {
  margin: 0 !important;
  padding: 0 !important;
}

#field_1_6, #field_4_6 {
  height: 140px !important;
}

#gform_submit_button_1,
#gform_submit_button_4, #input_4_12 {
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(0, 101, 128, 1);
  color: rgba(255, 255, 255, 1);
  border-radius: 3px;
  padding: 10px 25px;
  transition: 0.3s;
  cursor: pointer;
}

.chosen-results {
  margin: 0 !important;
  padding: 0 !important;
}

.gform_wrapper .chosen-container .chosen-results li.highlighted {
  background-color: rgba(0, 139, 158, 1) !important;
  transition: 0.3s;
}

#gform_submit_button_1:hover, #gform_submit_button_4:hover, #input_4_12:hover {
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, 1);
  color: rgba(0, 101, 128, 1);
  border-radius: 3px;
  padding: 10px 25px;
  transition: 0.3s;
}

.gform_wrapper div.validation_error {
  color: rgba(255, 237, 237, 1) !important;
  border-top: 2px solid rgba(255, 237, 237, 1) !important;
  border-bottom: 2px solid rgba(255, 237, 237, 1) !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.validation_message {
    background: #fff!important;
    border: none!important;
    font-size: 13px!important;
    font-weight: bold;
    margin-top: 3px!important;
    padding: 0!important;
    padding-top: 0px!important;
}

li#field_1_4.gfield.gfield_error.gf_dropdown.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible div.gfield_description.validation_message, li#field_4_4.gfield.gfield_error.gf_dropdown.gfield_contains_required.field_sublabel_below.field_description_below.gfield_visibility_visible div.gfield_description.validation_message {
  transform: translateY(-65px);
  color: rgba(255, 217, 217, 1);
}

.gform_wrapper li.gfield.gfield_error {
  background-color: rgba(255, 223, 224, 0) !important;
  margin-bottom: 0px !important;
  border-top: none !important;
  border-bottom: none !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.gform_wrapper div.validation_error {
  color: rgba(255, 217, 217, 1);
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 25px;
  border-top: 2px solid rgba(255, 217, 217, 1);
  border-bottom: 2px solid rgba(255, 217, 217, 1);
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
}

.gform_body label {
  display: block;
  letter-spacing: 4px;
  padding-top: 30px;
  text-align: left;
}

label .gfield_label {
  color: rgba(155, 155, 155, 1);
  cursor: text;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  -moz-transform: translateY(-34px);
  -ms-transform: translateY(-34px);
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
  transition: all 0.3s;
}

.ginput_container input, #input_1_4_chosen, #input_4_4_chosen, .chosen-drop, .chosen-results {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  letter-spacing: -1px;
  outline: 0;
  padding: 5px 20px 5px 0px;
  text-align: left;
  transition: all 0.3s;
  width: 200px;
}

div.chosen-drop, .chosen-results {
  border: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 1) !important;
}

.gform_wrapper .chosen-container-single .chosen-single {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 1) !important;
}

.chosen-search {
  display: none;
}

.ginput_container input:focus, #input_1_4_chosen:focus {
  max-width: 100%;
  width: 400px;
}

.gf_dropdown {
  background: none;
  border: none;
  box-shadow: none;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
}

select#input_1_4 {
    /*width: 100%;*/
    border-bottom: 2px solid rgba(0, 101, 128, 1) !important;
    color: rgba(0, 101, 128, 1) !important;
    border: 0;
}

.ginput_container input:focus+.gfield_label {
  color: rgba(240, 240, 240, 1);
  font-size: 13px;
  -moz-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
}

.ginput_container input:valid+.gfield_label {
  font-size: 13px;
  -moz-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
}

.gform_wrapper .chosen-container-single .chosen-single {
  border: none;
  background: none;
  color: rgba(255, 255, 255, 1);
  box-shadow: none;
}

#field_1_5 {
  margin-top: 40px;
}

#field_4_5, #field_4_12 {
  margin-top: 60px;
}

p.gform_required_legend {
    display: none;
}

/* Locations */
.location-container-fluid {
  background: rgba(242, 248, 250, 1);
}

.location-container {
  background: rgba(242, 248, 250, 1);
  text-align: center;
  padding: 40px 0;
}

.location-title {
  margin-top: 20px
}

.locations-archive-container {
  width: 520px;
  margin-left: 20px;
}

.location-map iframe {
  max-width: 400px;
  max-height: 300px;
}

.location-item.card {
  width: 100% !important;
}

.loc-acc, .entry-title.location-title.card-header {
  background: none;
  border: 0;
}

.entry-title.location-title.card-header {
  height: 30px;
}

.card .location-container {
  padding: 0;
}

.entry-title.location-title.card-header {
  height: auto;
  margin: 0;
  padding: 0;
  min-height: 10px;
  min-width: 10px;
  line-height: unset;
}

.location-address{
	font-size: 20px;
}

/* Careers */
.current-opportunities {
  margin-bottom: 4rem;
}

.job-title {
  margin: 0;
}

/* SEARCH */
#search label, #search-mob label {
  display: unset;
  letter-spacing: unset;
  padding-top: unset;
  text-align: unset;
  cursor: pointer;
}

#search-form .form-control:focus {
  box-shadow: unset;
}

div#search-container {
  width: 100%;
  height: 120px;
  z-index: 1;
  display: block;
  background: rgb(0, 101, 128);
  left: -100%;
  /*top: 70px;*/
  position: relative;
  opacity: 0;
  text-align: center;
  -webkit-transform: translate3d(-0, -50px, 0);
  transform: translate3d(-0, -50px, 0);
  -webkit-transition: -webkit-transform .5s, opacity .5s, left 0s .5s;
  transition: transform .5s, opacity .5s, left 0s .5s;
  border-radius: 150px;
  max-width: 1000px;
  margin: auto;
}

.search-form-main.opensearch {
  display: block;
}

div#search-container div {
  padding: 5px;
  color: white;
}

div#search-container form {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all .5s 0s;
  transition: all .5s 0s;
}

div#search-container form input[type="text"] {
  width: 90%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px;
  border: none;
  border-bottom: 2px solid gray;
  outline: none;
  font-size: 3em;
  background: #eee;
}

div#search-container.opensearch {
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1) translate3d(0, 100px, 0);
  transform: scale(1) translate3d(0, 100px, 0);
  -webkit-transition: -webkit-transform .5s, opacity .5s, left 0s 0s;
  transition: transform .5s, opacity .5s, left 0s 0s;
  max-width: 1000px;
  margin: auto;
}

div#search-container.opensearch form {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all .5s .5s;
  max-width: 1000px;
}

input#search-field {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: rgb(255, 255, 255);
  width: 100%;
  text-align: center;
  font-size: 32px;
  height: 120px;
}

input#search-field::placeholder {
  color: rgba(255, 255, 255, 0.8)
}

input.search-submit {
  top: 0;
  right: 0;
  height: 120px;
  background: rgba(255, 255, 255, 0.02);
  color: white;
  transition: 0.3s;
  display: inline-block;
  position: absolute;
}

input.search-submit:hover {
  background: rgba(255, 255, 255, 0.1);
}

input.search-submit {
  font-family: "Font Awesome 5 Free";
  font-size: 1.3em;
  font-weight: 900;
  border-radius: 640px;
  width: 130px;
}

#search-form label {
  display: inline-block;
  width: 100%;
  padding-top: 0;
}

section.no-results #search-field, section.not-found #search-field {
  background: rgba(0, 89, 113, 1);
  border-radius: 100px;
}

section.no-results, section.not-found {
  text-align: center;
  margin-top: 70px;
}

#search-field {
  border-radius: 100px;
}

/* Media Queries */
/* IE10+ specific styles */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .navbar-brand, .header-contact {
    width: 476px;
  }

  .header-contact, .email-us, .call-us, .header-search {
    padding: 0.5rem !important;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.5rem !important;
  }

  #main-nav {
    min-width: 600px;
  }

  .col.about-open, .col.blurb-element {
    -ms-flex-preferred-size: 340px;
  }

  .cropped-thumbnail {
    max-width: 100%;
  }
}
.warning-ie { display:none;}

@media screen and (-ms-high-contrast: active) and (max-width:1200px), screen and (-ms-high-contrast: none) and (max-width:1200px) {
  .col.about-open, .col.blurb-element {
    -ms-flex-preferred-size: 280px;
  }
	.warning-ie { display:block;}
}

@media screen and (-ms-high-contrast: active) and (max-width:992px), screen and (-ms-high-contrast: none) and (max-width:992px) {
  .col.about-open, .col.blurb-element {
    -ms-flex-preferred-size: 500px;
    display: inline-block;
  }
		.warning-ie { display:block;}
}

@media screen and (-ms-high-contrast: active) and (max-width:768px), screen and (-ms-high-contrast: none) and (max-width:768px) {	.warning-ie { display:block;}
}

/* MEDIA QUERIES */
/* MAX */
@media (max-width:1650px) {
  .e-text {
    display: none;
  }

  .header-search {
    margin: 0;
  }

  .navbar-brand, .header-contact {
    width: 360px;
  }
}

@media (max-width:1500px) {
  .fas.hfa {
    font-size: 18px;
    margin: 0 5px;
  }

  .e-text {
    margin-right: 5px;
  }

  .navbar-brand, .header-contact {
    width: 290px;
  }

  .single-heading {
    padding-top: 35px;
  }
}

@media (max-width:1200px) {
  .social-header {
    padding-top: 50px
  }

  .banner_btn2 {
    margin-right: 0 !important;
  }

  .blurb-container {
    margin: 0 0 0 20px;
  }

  .navbar-toggler {
    float: right;
    top: 15px;
    position: relative;
    right: 10px;
  }

  .cropped-thumbnail {
    width: 100%;
    max-width: unset;
  }

  .post-container .entry-title {
    margin-top: 30px;
  }

  .contact-form .gform_wrapper form, .gform_wrapper ul.gform_fields li.gfield {
    max-width: 620px !important;
    padding-right: 0 !important;
  }

  .locations-archive-container {
    width: 350px;
  }

  .second-paragraph {
    margin: 90px 35px 0;
  }
}

@media (max-width:1199px) {
  .email-us, .call-us {
    display: none;
  }

  .header-contact {
    display: none;
  }

  .header-search {
    padding: 20px 10px;
    position: absolute;
    right: 70px;
    top: 2px;
  }

  div#search-container {
    max-width: 600px;
    height: 40px;
  }

  div#search-container.opensearch {
    max-width: 600px;
    height: 40px;
  }

  #search-form label {
    width: 100%;
  }

  input#search-field {
    height: 40px;
    font-size: 16px;
    text-align: left;
  }

  input.search-submit {
    height: 40px;
    font-size: 20px;
    padding: 0;
    width: 40px;
  }

  .navbar.navbar-expand-xl.p-0 {
    display: inline;
  }

  #main-nav {
    background: rgb(255, 255, 255);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
  }

  .collapse {
    transition: 0.3s;
  }

  .nav-link:hover {
    background: rgb(240, 240, 242);
  }

  .fullwidth {
    padding-right: 0;
    padding-left: 0;
  }

  .header-container {
    padding: 20px 0 0;
  }

  #page-sub-header {
    padding: 170px 0px 80px;
  }

  .archive-heading, .search-heading {
    margin: 50px 0 20px;
  }

  .about-heading, .contact-heading {
    margin-top: 30px;
  }

  .md-nd {
    display: none;
  }
}

@media (max-width:992px) {
	.slider-copy {
		text-shadow: -2px 2px 10px #4c848e;
	}
	.company-home {
		width:100%;
		padding: 10px 5px;
	}
	.company-heading {
		font-size:1.8rem;
	}
  div.video-img-container a.img-a img {
    width: 100%;
    height: auto;
  }

  .video-img-container {
    width: 100%;
  }

  .img-a {
    width: 100%;
  }

  div.news-post-image-container a.img-a img {
    width: 100%;
  }

  .blurb-container, .row.about-lead, .col.about-open {
    display: block;
  }

  .blurb-container {
    margin: 0 !important;
    padding: 0;
  }

  .blurb-element {
    margin-top: 60px;
  }

  .blurb-content {
    padding: 40px 0;
  }

  .page-body-lead {
    padding: 80px 30px;
  }

  footer div.col-md-4 {
    margin-bottom: 30px;
  }

  .post-container {
    width: 100%;
    margin: 0 15px;
  }

  .contact-form .gform_wrapper form, .gform_wrapper ul.gform_fields li.gfield {
    max-width: 530px !important;
  }

  .gform_wrapper input.large, .gform_wrapper input.medium, .gform_wrapper input.small, .gform_wrapper select.large, .gform_wrapper select.medium, .gform_wrapper select.small {
    width: 100% !important;
  }

  body .gform_wrapper select.medium.gfield_select+div.chosen-container-multi[style], body .gform_wrapper select.medium.gfield_select+div.chosen-container-single[style] {
    width: 100% !important;
  }

  .locations-archive-container {
    width: 100%;
    margin-left: 0;
  }

  .location-map iframe {
    max-width: 100%;
    max-height: 250px;
  }

  .locations-archive-container h2 {
    margin-top: 20px;
  }

  .second-paragraph {
    margin: 60px 35px 0;
  }
	.member-thumb-container {
    height: 400px;
	}
	  .byline {
    margin: 20px 0;
  }
		.service-card {
		min-height:100px;
	}
}

@media (max-width:991px) {
	body {
		overflow-x: hidden;
	}
  .news-post-container img {
    height: auto;
    width: auto;
  }

  .company-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .testimonial-home {
  }

  .testimonial-entry {
    float: none !important;
    text-align: center;
    margin: auto !important;
  }

  .testimonial-entry-title {
    text-align: center;
  }

  div.jetpack-testimonial-shortcode {
    position: relative;
    top: 50%;
    transform: translate(-50%, -60%);
    left: 50%;
  }

.team-head {
    padding: 20px 0;

}
}

.team-container {
	box-shadow: 0px 0px 45px rgba(0, 88, 124, 0.2); 
}
	
@media (max-width:768px) {
	#slider { display:none; }
  .news-post-body-container {
    margin-bottom: 20px;
    padding-left: 15px;
  }

  .news-post-image-container {
    max-width: 100%;
  }

  .services-full, #myTabContent {
    display: none;
  }

  .accordion {
    display: block;
  }

  #content.site-content {
    padding-top: 0;
  }

  div.slider-copy div.caption h2.team-h2.white {
    font-size: 1.1rem;
  }

  .team-description {
    display: none;
  }

  .team-intro {
    padding-top: 0px;
    font-size: 1rem;
    width: 100%;
  }

  .aboutbtn.btn1 {
    margin: auto;
  }

  .aboutbtn.btn2 {
    margin: 10px auto;
  }

  .team-buttons {
    margin-top: 15px;
  }

  .aboutbtn.btn1, .aboutbtn.btn2 {
    padding: 8px 10px;
  }

  .btn2 {
    margin-left: 5px;
  }

  .slider-copy {
    padding-left: 0;
  }

  button.slick-prev::before, button.slick-next::before {
    font-size: 20px;
  }

  #page-sub-header {
    background-size: 200%;
  }

  .about-content, .about-content-container, .main-page-body, .contact-content, .contact-content-container {
    padding: 0;
  }

  .page-body {
    padding: 50px 30px;
  }

  .cta-text {
    line-height: 1.5;
  }



  .content-pd {
    padding: 35px 20px;
  }
	
	.title-container {
    padding: 0 20px;
}

  /* Archives */
  .archive-container, .archive-content-area, .posts-content-area, .search-content-area {
    padding: 0;
    max-width: 768px;
  }

  #breadcrumbs {
    margin-left: 25px;
  }

  .expertise-head, .posts-head, .search-head {
    margin-bottom: 0;
    box-shadow: none;
    padding: 0 0 50px;
  }

  .expertise-item, .post-item, .search-item {
    margin: 5px;
    padding-top: 5px;
    padding-bottom: 50px;
  }

  .contact-form .gform_wrapper form, .gform_wrapper ul.gform_fields li.gfield {
    max-width: 440px !important;
  }

  .contact-form #gform_1, #gform_4 {
    margin: auto;
  }

  .content-container {
    margin: 0 20px;
  }

  .location-map {
    width: 100%;
  }

  .location-map iframe {
    min-width: 100%;
  }

  .locations-archive-container {
    margin-left: 20px;
  }

  .member-item {
    margin: 10px 0;
  }

  .posts-navigation {
    margin: 20px;
  }

	.cta-main {
    padding: 40px 30px;
	}
.service-card {
	margin: 15px 15px 0;
	}
}


@media (max-width:576px) {
  img.body-image {
    width: 100%;
  }

  footer.about-footer {
    height: 0;
    padding: 0;
  }

  .post-edit-link {
    color: #fff;
  }

  .navbar-brand {
    width: 200px;
  }

  .content-container, .contact-form #gform_1, #gform_4 {
    margin: 0;
  }

  .about-container, .contact-container,
  .expertise-head, .posts-head, .search-head, .team-head {
    box-shadow: none;
  }

  .xs-pd-25 {
    padding: 0 25px;
  }

  .xs-content-pd {
    padding: 35px 20px;
  }

  #gform_1, #gform_4 {
    padding: 0;
    overflow: auto;
    height: 100vh;
    margin: auto;
  }

  .gform_wrapper .gform_footer {
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media (max-width:500px) {
  div.slide.slick-slide {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    background-position: bottom;
    background-size: auto 100%;
    background-position-x: 0px;
    min-height: 630px;
    max-height: auto;
    -webkit-background-size: auto 100%;
  }

  .slider-copy {
    text-align: center;
  }

  .slider-copy {
    top: 5%;
    left: 5%;
  }

  .team-intro {
    padding: 15px 0;
  }

  .page-body-lead {
    padding: 80px 0;
  }

  #page-sub-header {
    background-size: auto 100%;
  }

  .xs-nd {
    display: none;
  }

  .team-card-body {
    padding: .5rem;
  }
	#page-sub-header h1 {
    font-size: 3rem;
}
}

@media (max-width:400px) {
  .team-buttons {
    min-width: 170px;
  }

  .team-h2 {
    display: none;
  }

  .slick-dots {
    bottom: 5px !important;
  }

  .slick-slide {
    min-height: 250px !important;
  }

  div.slide.slick-slide {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-attachment: scroll;
    background-position-x: 0px;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
  }

  .slider-copy {
    width: 100%;
    padding: 0;
    padding-right: 25px
  }

  .aboutbtn.btn1, .aboutbtn.btn2 {
    display: block;
    margin: 10px auto;
    width: 70%;
  }

  .aboutSection {
    padding: 70px 10px;
  }

  .aboutbtn.btn2 {
    margin-top: 10px;
  }

  .mob-team-h2 {
    display: block;
  }

  .privacy {
    margin: 20px 0 0;
    display: block;
  }

  #team-accordion .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width:365px) {
  .navbar-brand {
    max-width: 120px;
  }

  div.navbar-brand a img {
    max-width: 160px;
  }
}

/* RANGE */

@media (min-width:500px) and (max-width:600px) {
  div.slide.slick-slide {
    background-size: 160% auto;
    max-height: 400px;
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
  }

  .team-intro {
    padding: 10px 30px 20px 0;
  }
}
@media (min-width:600px) and (max-width:768px) {
  div.slide.slick-slide {
    background-size: 120% auto;
    max-height: 400px;
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
  }

  .team-intro {
    padding: 10px 30px 20px 0;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .news-post-image-container {
    max-width: 300px;
    min-width: 150px;
  }

  .service-heading {
    font-size: 1rem;
    margin: 5px;
  }

  .sq_thumbnail {
    height: 120px;
  }

  .service-link-wrapper {
    height: 225px;
  }

  #content.site-content {
    padding-top: 2.125rem;
  }

  div.slider-copy div.caption h2.team-h2.white {
    font-size: 1.3rem;
  }

  div.slider-copy div.caption h2.team-h2.white {
    font-size: 1.3rem;
  }

  .team-intro, .team-description {
    padding: 10px 20px 10px 0;
    font-size: 15px;
    line-height: 18px;
  }

  .team-buttons {
    margin-top: 20px;
  }

  .slick-slide {
    max-height: 455px;
  }

  div.slide.slick-slide {
    background-size: 120%;
    background-attachment: scroll;
    -webkit-background-size: auto 100%;
  }
}

@media (min-width:768px) and (max-width:992px) {
  footer div.col-md-4:nth-child(1) {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 30px;
  }

  footer div.col-md-4:nth-child(2),
  footer div.col-md-4:nth-child(3) {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}

@media (min-width:993px) and (max-width:1200px) {
  .post-container {
    margin: 0 15px;
    width: 100%;
    max-width: unset;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .sq_thumbnail {
    height: 160px;
  }

  .news-post-body-container {
    padding-left: 25px;
  }

  .team-h2 {
    font-size: 1.5rem;
  }

  .team-intro {
    padding-top: 15px;
  }

  .slider-copy {
    padding-right: 50px;
  }

  .slick-slide {
    max-height: 455px;
  }

  div.video-img-container a.img-a img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 450px;
    height: auto;
  }
	.slide-main {
background-size: 140%;
}
}

/* MIN */
@media (min-width:768px) {
  .services-full, #myTabContent {
    display: block;
  }

  .home .accordion {
    display: none;
  }

  #page-sub-header {
    background-size: 150%;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #page-sub-header p {
    margin: 0;
  }

  .bannerImage {
    display: block;
    height: 670px;
    width: 100%;
    background-attachment: fixed;
    background-position: 265% 0%;
    background-repeat: no-repeat;
    background-size: 90%;
  }

  #page-sub-header .container h1, #page-sub-header .container p, a.page-scroller {
    color: rgba(255, 255, 255, 1);
  }

  #page-sub-header {
    width: 40%;
    height: 670px;
    padding-left: 100px;
    padding-right: 50px;
    color: rgba(255, 255, 255, 1);
    background-image: linear-gradient(to bottom left, rgba(0, 88, 124, 1), rgba(0, 101, 128, 1))!important;
    text-align: left;
    float: left;
    min-width: 570px;
  }

  .HeadingWidth {
    width: 365px;
  }

  .social-header {
    padding-top: 40px
  }

  #search-label-mob {
    display: none;
  }
}

@media (min-width:1500px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

@media (min-width:1580px) {
  div.slide.slick-slide {
    background-position: bottom left;
    background-position-y: bottom -40px;
  }
}

@media (min-width:1750px) {
  .bannerImage {
    display: block;
    height: 670px;
    width: 100%;
    background-attachment: fixed;
    background-position: 188% -70px;
    background-repeat: no-repeat;
    background-size: 89%;
  }

  #page-sub-header {
    width: 650px;
  }

  div.slide.slick-slide {
    background-position: bottom left;
    background-position-y: bottom -80px;
  }
}

@media (min-width:1900px) {
  div.slide.slick-slide {
    background-position: bottom left;
    background-position-y: bottom -160px;
  }
}

@media (min-width:2100px) {
  div.slide.slick-slide {
    background-position: bottom left;
    background-position-y: bottom -240px;
  }
}