/*
Theme Name: The Collaborative
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: tc
*/

* {
  padding: 0;
  margin: 0;
}

body{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--body);
  font-weight: 400;
  font-style: normal;
}

a{
  color: var(--black);
  text-decoration: underline;
}
header a, footer a{
  text-decoration: none;
}
.related-post-news a, .text-card a:hover, .text-card a{
  text-decoration: none;
}
.related-post-news a:hover{
  color: inherit;
  text-decoration: underline!important;
}
.toolbar a:hover{
  text-decoration: underline;
}
a.button, .button a, .icon-card a{
  text-decoration: none!important;
  color: var(--text);
}

.blue_haze{
  background: var(--blue_haze);
}  
.cumulus{
  background: var(--cumulus);
}
.mimosa{
  background: var(--mimosa);
}
.blush{
  background: var(--blush);
}
.dahlia{
  background: var(--dahlia);
}
.storm{
  background: var(--storm);
}
.light_cumulus{
  background: var(--light_cumulus);
}
.peach{
  background: var(--peach);
}
.black{
    background: #000;
}
.white{
    background: #fff;
}
.filter-blue_haze{
  filter: var(--filter-blue_haze);
}  
.filter-cumulus{
  filter: var(--filter-cumulus);
}
.filter-mimosa{
  filter: var(--filter-mimosa);
}
.filter-blush{
  filter: var(--filter-blush);
}
.filter-dahlia{
  filter: var(--filter-dahlia);
}
.filter-storm{
  filter: var(--filter-storm);
}
.filter-light_cumulus{
  filter: var(--filter-light_cumulus);
}

h1, h2, h3, h4{
  font-family: var(--heading);
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px;
}

h3{
  font-family: var(--body);
  font-weight: 700;
  font-style: normal;
  margin: 0 0 10px;
}

p, li{
  font-size: 1em;
  line-height: 1.44em;
}

footer *{
  color: var(--text);
}

footer{
  padding-top: 50px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}

footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

li li, li li li{
  font-size: 1em;
}

li ul, li ol, .post-content li ul, .post-content li ol{
  margin-bottom: 0;
}

ul ul ul, ol ol ol{
  list-style: none;
  padding-left: 0!important;
}

ul ul ul li, ol ol ol li{
  position: relative;
  padding-left: 20px;
}

ul ul ul li:before, ol ol ol li:before{
  display: inline-block;
  content: '-';
  position: absolute;
  left: 0;
}

h1{
  font-size: 3.35em;
  line-height: 1.3em;
  margin: 0 0 16px;
  font-style: italic;
}

h2{
  line-height: var(--line-height-1);
  font-size: 2.33em;
  margin-bottom: 20px;
  font-family: var(--body);
}

h3{
  font-size: 1.75em;
  line-height: 1.325em;
}

h4{
  font-size: var(--font-sm);
  line-height: var(--line-height-2);
  font-weight: normal;
}

h5{
  font-family: var(--body);
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h6{
  font-family: var(--body);
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  margin-bottom: 5px;
}

.button{
  background: transparent;
  color: var(--black);
  font-style: italic;
  font-size: 1em;
  line-height: 1.222em;
  border-radius: 0;
  padding: 0 0 7px;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-align: left;
}
.button:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 50%;
  background: var(--mimosa);
  transition: all 0.2s ease-in-out;
}
.button:hover{
  text-decoration: none;
  color: var(--black);
}
.button:hover:after{
  width: 100%;
}
.mimosa .button:after{
  background-color: var(--storm);
}
.blush .button:after{
  background-color: var(--dahlia);
}
.button.outline:not(.menu-item), .button.outline a{
  padding: 8px 20px 10px;
  min-width: 165px;
  border-radius: 30px;
  border: 4px solid var(--mimosa);
  font-style: normal;
  font-weight: 500!important;
  color: var(--black);
  display: block;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
.button.outline:not(.menu-item):hover, .button.outline a:hover{
  background: var(--mimosa);
}
.button.outline:after, form .button:after{
  content: none;
}
.black .button{
  color: #fff;
}
.button.txt{
  background: transparent;
  color: var(--black);
  padding: 0;
  border-radius: 0;
}

input, textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@keyframes gform_ajax_spinner {
  to {transform: rotate(360deg);}
}
 
.gform_ajax_spinner{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 17px;
  right: 13px;
  display: block;
  width: 22px!important;
  height: 22px!important;
  margin-top: 0;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid var(--white);
  border-top-color: var(--mimosa);
  animation: gform_ajax_spinner .6s linear infinite;
}


form.load-spinner .gform_footer input.button{
  background-image: none!important;
}

.nice-select{
  border-radius: 10px!important;
  border: 1px solid var(--black)!important;
  height: 53px!important;
  width: 100%!important;
  font-size: 1em!important;
  padding-left: 15px!important;
  line-height: 50px!important;
}

.nice-select:after{
  border-bottom: 2px solid var(--black)!important;
  border-right: 2px solid var(--black)!important;
  width: 8px!important;
  height: 8px!important;
  right: 20px!important;
  top: 47%!important;
}
.nice-select .list li{
  padding-left: 15px!important;
  padding-right: 15px!important;
  margin-bottom: 0!important;
}
.nice-select .list li:before{
  content: none!important;
}
.nice-select .list{
  border-radius: 0!important;
  margin-top: -8px!important;
  width: calc(100% + 2px)!important;
  border: 1px solid var(--black)!important;
  border-top: 0!important;
  left: -1px!important;
  border-bottom-right-radius: 10px!important;
  border-bottom-left-radius: 10px!important;
  box-shadow: 0 4px 8px -1px rgba(0,0,0,0.2)!important;
  -webkit-transform: scale(0.75) translateY(0)!important;
  -moz-transform: scale(0.75) translateY(0)!important;
  transform: scale(0.75) translateY(0)!important;
}
.nice-select span{
  color: var(--black)!important;
}

.nice-select.open .list{
  -webkit-transform: scale(1) translateY(0)!important;
  -moz-transform: scale(1) translateY(0)!important;
  transform: scale(1) translateY(0)!important;
}

.nice-select .option.selected{
  font-weight: normal!important;
}

.nice-select .option:hover{
  background-color: var(--black)!important;
  color: #fff!important;
}

.nice-select .option.selected.focus{
  background-color: #00000020!important;
}
.nice-select .option.selected.focus:hover{
  color: var(--black)!important;
}

.ginput_container.ginput_container_text{
  position: relative;
  z-index: 1;
}

.ginput_container.ginput_container_select{
  position: relative;
  z-index: 2;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #FF2B09!important;
  font-weight: bold!important;
  font-style: normal!important;
  padding-left: 24px!important;
  position: relative!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 20px;
  background: var(--wpr-bg-2b0eadf5-c725-41f0-a16c-e5afc34ee8ec) no-repeat center;
  background-size: contain;
}

.gform_wrapper .top_label li .gfield_checkbox, .gform_wrapper .top_label li .gfield_radio{
  padding-left: 0!important;
  width: 100%!important;
}

.gform_wrapper .gfield_radio .gchoice input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.gform_wrapper .gfield_radio .gchoice label:before{
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 2px solid var(--black);
  border-radius: 50%;
}

.gform_wrapper legend, .gform_wrapper .gfield_label{
  font-size: 16px;
}

.gform_wrapper .flex .gfield_radio{
  flex-direction: row!important;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label:before{
  background-color: #fff;
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label,
.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label{
  font-weight: normal!important;
}

.gform_wrapper .gfield_radio .gchoice label:after{
  content: '';
  position: absolute;
  display: none;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--black);
}

.gform_wrapper .gfield_radio .gchoice input:checked ~ label:after{
  display: block;
}

.gform_wrapper .gfield_radio .gchoice label, .gform_wrapper .gfield_checkbox .gchoice label{
  margin: 0!important;
  padding-left: 3px!important;
}

.gform_wrapper .gfield_checkbox, .gform_wrapper .gfield_radio{
    margin: 0!important;
    float: left;
    width: 100%;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label{
  max-width: 100%!important;
}

.gform_wrapper .gfield_checkbox .gchoice input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.gform_wrapper .gfield_checkbox .gchoice label:before{
  content: '';
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 0;
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:before{
  background-color: #000;
  border-color: #000;
}

.gform_wrapper .gfield_checkbox .gchoice label:after{
  content: '';
  position: absolute;
  display: none;
  left: 8px;
  top: 6px;
  width: 8px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.gform_wrapper .gfield_checkbox .gchoice input:checked ~ label:after{
  display: block;
}

.gform_wrapper .gfield_checkbox .gchoice, .gform_wrapper .gfield_radio .gchoice{
  line-height: 1.5em!important;
  margin: 0 0 12px!important;
  padding-left: 25px;
  position: relative;
}
.page-theme-dark header .navrow{
  border-color: #fff;
}
header{
  padding: 0 0 17px;
}
.menu{
  list-style: none;
  padding: 0;
}
header .social-menu{
  width: auto!important;
  float: left;
  top: auto!important;
  position: relative;
}
header .menu li{
  display: inline-block;
}
header .menu li.menu-item-has-children{
  position: relative;
  min-height: 55px;
}
header .toolbar-menu li a{
  padding: 4px 10px;
  display: block;
}
header .gtranslate_wrapper{
  float: left;
  margin-right: 30px;
  margin-left: 20px;
}
header .navrow-wrapper{
  width: 100%;
}
header .navrow-wrapper .menu{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
header .nav-wrapper .toolbar, header .nav-wrapper .navrow{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .toolbar{
  text-align: center;
}
header .search-toggle, header .site-search .button{
  filter: var(--filter-dark_blue);
}
header .site-search{
  background: var(--black);
}
header.white .site-search{
  background: #fff;
}
header.white .site-search .search-field{
  border: 1px solid #fff!important;
  color: var(--black)!important;
}
header.white .untoggle-search:before, header.white .untoggle-search:after{
  background: var(--black);
}
header .toolbar-menu li{
  font-size: var(--font-xs);
  margin-right: 20px;
}
header .toolbar li:last-child{
  margin-right: 0;
}
header .logo-wrapper{
  width: 191px;
  padding-top: 16px;
  float: left;
}
header .logo-wrapper img{
  width: 100%;
}
header .nav-wrapper{
  width: calc(100% - 200px);
  float: right;
  padding-top: 25px;
}
header .nav-wrapper .navrow{
  float: right;
}
header .navrow{
  min-width: 660px;
}
header .toolbar{
  float: left;
  width: 100%;
}
header .toolbar:after{
  content: '';
  display: block;
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--cumulus);
}
.toolbar li.tel a:before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background: var(--wpr-bg-4e215a1d-3901-4bb1-985a-7edbea1c7365) no-repeat center;
  background-size: contain;
  filter: invert(1);
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.toolbar li.mail a:before{
  content: '';
  display: inline-block;
  width: 18px;
  height: 12px;
  background: var(--wpr-bg-2562c179-a7a7-4ff0-b0e2-5015854086dd) no-repeat center;
  background-size: contain;
  filter: invert(1);
  position: relative;
  top: 1px;
  margin-right: 3px;
  margin-right: 8px;
}
header .toolbar li.label a{
  pointer-events: none;
}
header .toolbar li.label a:hover{
  text-decoration: none;
  pointer-events: none;
}
header .logo{
  display: block;
}
.site-header{
  position: relative;
}
.site-header .menu li a:not(.button):focus{
  color: inherit!important;
}
#header-menu ul:not(.sub-menu) li.menu-item-has-children > a{
  padding-right: 18px;
  position: relative;
}
#header-menu ul li.menu-item-has-children.disable-link .sub-menu li a{
  pointer-events: unset;
}
#header-menu li{
  font-weight: 600;
  margin: 0 30px;
}
#header-menu li:last-child{
  margin-right: 0;
}
#header-menu li:not(.button) a{
  padding-top: 0;
  padding-bottom: 40px;
}
#header-menu li a:hover{
  text-decoration: none;
  color: var(--black);
}
#header-menu li.menu-item-has-children > a:after{
  content: '';
  border: solid var(--black);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2.5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 8px;
}
#header-menu li.menu-item-has-children:hover .sub-menu, #header-menu li.menu-item-has-children.active .sub-menu{
  display: block;
}
#header-menu .sub-menu{
  display: none;
  position: absolute;
  width: calc(100% + 110px);
  left: -40px;
  top: 55px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 16px 8px rgba(84, 95, 113, 0.10);
  min-width: 250px;
  padding: 20px 0;

}
#header-menu .expand-submenu:hover > a + .sub-menu{
  min-width: 650px;
  min-width: 500px;
  display: flex;
}
#header-menu .expand-submenu:hover .sub-menu .sub-menu{
  display: block;
}
#header-menu .expand-submenu .sub-menu li.menu-item-has-children a{
  font-weight: 600;
  padding-right: 10px!important;
}
#header-menu .expand-submenu .sub-menu li.menu-item-has-children a:after{
  content: none!important;
}
#header-menu .expand-submenu .sub-menu li.menu-item-has-children a:hover{
  text-decoration: none;
}
#header-menu .expand-submenu .sub-menu li.menu-item-has-children ul li a{
  font-weight: 400;
}
#header-menu .expand-submenu .sub-menu .sub-menu{
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  min-width: 100%;
  width: 100%;
  padding: 0;
}
#header-menu li .sub-menu li{
  font-size: 1em!important;
  width: auto;
  clear: both;
}
#header-menu li .sub-menu li{
  padding-left: 0;
  position: relative;
}
#header-menu li .sub-menu li a{
  padding-top: 5px!important;
  padding-bottom: 8px!important;
}
#header-menu li .sub-menu li:before{
  left: 40px;
  bottom: 4px;
  height: 4px;
  width: 0;
  background: var(--mimosa);
  content: '';
  display: block;!important;
  position: absolute;
  transition: all 0.2s ease-in-out;
}
#header-menu li a:hover{
  text-decoration: none!important;
}
#header-menu li .sub-menu li{
  font-size: 16px!important;
}
#header-menu li .sub-menu .sub-menu li:hover a, 
#header-menu li .sub-menu .sub-menu li a:hover{
  text-decoration: none;
}
#header-menu li .sub-menu li:hover:before{
  width: calc(100% - 50px);
}
#header-menu li:last-child .sub-menu{
  width: calc(100% + 61px);
}
#header-menu .sub-menu li{
  display: block;
  width: 100%;
  font-weight: 400;
  float: left;
  margin: 0!important;
  font-size: 0.88em!important;
}
#header-menu .expand-submenu li.main:before{
  content: none;
}
#header-menu .sub-menu li a{
  font-size: 1em;
  display: block;
  padding: 8px 30px 10px 40px!important;
}
#header-menu .sub-menu li a i{
  color: var(--black);
}
#header-menu .sub-menu li a:hover{
  text-decoration: underline;
  color: var(--black)!important;
}
#header-menu .sub-menu li.current-menu-item a{
  background-color: var(--light_grey);
}
#header-menu li.current-menu-item ul li.current-menu-item a{
  background-color: #fff;
}
#donation .nav-tabs li a, .post-item a{
  text-decoration: none!important;
}
.txt-right{
  text-align: right;
}

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

.flex{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-center{
  align-items: center;
}
.flex-sb{
  justify-content: space-between;
}

.flex-col-reverse{
  flex-direction: row-reverse;
}

.arrow{
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
  
.arrow.down{
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.arrow.up{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow.left{
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.gform-body .nice-select{
  height: 53px!important;
  margin-bottom: .5em;
}
.gform_wrapper label{
  font-size: var(--font-xs);
  line-height: 1.33em;
  margin: 0 0 5px!important;
  font-weight: normal!important;
  font-family: var(--body)!important;
}
.gform_wrapper .gfield_required_text{
  font-size: 0!important;
  line-height: 1em!important;
}
/*
.gform_wrapper .gfield_required_text:before{
  content: '*';
  display: inline-block;
  font-size: 16px!important;
  color: #343434;
  line-height: 1em!important;
}*/
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
  position: relative;
}
#field_submit{
  position: relative;
}
.gform_footer .button{
  padding: 14.5px 20px 17.5px!important;
  border-radius: 27px!important;
  min-width: 200px!important;
}
footer .form-wrapper .gform-body{
  width: calc(100% - 210px);
  float: left;
}
footer .form-wrapper .gform_footer{
  width: 180px;
  float: right;
  margin-top: 10px!important;
  padding: 0!important;
}
input, select, textarea{
  border-left: 0!important;
  border-right: 0!important;
  border-top: 0!important;
  border-bottom: 2px solid var(--black)!important;
  border-radius: 0!important;
  padding: 13px 0 14px!important;
  background: transparent!important;
  box-shadow: none!important;
  color: var(--black)!important;
  font-size: 18px!important;
  line-height: 24px!important;
  height: auto!important;
}
textarea{
  border: 2px solid var(--black)!important;
  padding: 13px 15px 14px!important;
  border-radius: 4px!important;
}
.gfield_error input, .gfield_error textarea{
  border-color: var(--mimosa)!important;
}
input:focus, select:focus{
  outline: none!important;
  border-bottom: 2px solid var(--mimosa)!important;
  box-shadow: none!important;
}
textarea:focus{
  outline: none!important;
  border: 2px solid var(--mimosa)!important;
  box-shadow: none!important;
}
button.accordion-button:focus{
  border: 0!important;
}
.storm input, .storm textarea, .light_cumulus input, .light_cumulus textarea, .black input, .black textarea{
  color: #fff!important;
  border-color: #fff!important;
}
.storm input:focus, .storm textarea:focus, .light_cumulus input:focus, .light_cumulus textarea:focus, .black input:focus, .black textarea:focus{
  color: #fff!important;
  border-color: var(--mimosa)!important;
}
.gform_validation_errors{
  display: none!important;
}
.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true]+label, .gform_wrapper.gravity-theme label+[aria-invalid=true]{
  color: inherit!important;
}
.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{
  border-color: var(--mimosa)!important;
}
.gform_wrapper.gravity-theme .gfield textarea, .gfield textarea{
  display: block;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gfield_validation_message{
  border: 0!important;
  padding: 6px 15px 8px!important;
  margin: 0px 0 0!important;
  color: var(--black)!important;
  background: var(--dahlia)!important;
  line-height: 1.3em!important;
  border-radius: 0 0 10px 10px!important;
  position: relative!important;
}
.gfield.gfield_error .ginput_container{
  padding-bottom: 0!important;
}
.gfield.gfield_error input, .gfield.gfield_error textarea{
  position: relative;
  z-index: 3;
}
.gform_wrapper .gform-footer input[type="submit"], .gform_wrapper .gform-footer .gform_button{
  background-color: var(--mimosa)!important;
  color: var(--text)!important;
  font-weight: 600!important;
  padding: 11px 20px 13px!important;
}
.gform_wrapper .gform-footer input[type="submit"]:hover, .gform_wrapper .gform-footer .gform_button:hover{
  background: var(--blush)!important;
}
#menu-footer{
  float: left;
  width: 100%;
}
#menu-footer li.menu-item-has-children{
  width: 24%;
  float: left;
}
#menu-footer li.column-group{
  width: 28%;
}
#menu-footer li.column-group > a{
  font-size: 0;
  opacity: 0;
  pointer-events: none;
  margin-bottom: 0;
}
.footer-menu li.column-group .sub-menu{
  margin-top: 3px;
}
#menu-footer li{
  width: 100%;
  float: left;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: var(--font-xs);
  line-height: var(--line-height-3);
}
#menu-footer li li{
  width: 100%!important;
}
.footer-menu, #menu-footer li li{
  width: 100%;
  float: left;
  padding-right: 0;
  font-size: 1em;
}
.social-menu{
  width: auto;
  float: left;
}
.social-menu li a{
  width: 32px!important;
  height: 32px!important;
}
.sub-menu{
  list-style: none;
}
footer .logo img{
  width: 298px;
  height: auto;
  margin: 0 0 40px;
}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
footer p{
  font-size: var(--font-xs);
  line-height: 1.5em;
  margin-bottom: 12px;
}
.footer-nav-group{
  padding-top: 55px;
}
footer .logo-contact p{
  font-weight: 600;
  margin-bottom: 0;
}
footer a:hover{
  color: var(--text)!important;
}
footer .locations{
  width: calc(100% - 150px);
}
footer .locations li{
  width: 25%;
  float: left;
  padding-right: 30px;
}
footer .locations li p{
  margin-bottom: 5px;
}
footer .links{
  float: left;
  width: 150px;
}
footer .links .button{
  margin-top: 0;
  margin-bottom: 17px;
}
footer p.web-dev{
  margin-bottom: 0;
  text-align: right;
}
footer .site-contact p{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
footer .site-contact p a{
  display: flex;
  align-items: center;
}
footer .site-contact p span{
  font-weight: 600;
}
footer .site-contact .icon{
  min-width: 35px;
  float: left;
  text-align: center;
  margin-right: 10px;
}

.footer-menu li.menu-item-has-children > a{
  font-weight: 600;
}
.web-dev a{
  font-weight: 600;
  text-decoration: none;
}
#menu-terms li:not(:last-child):after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  margin: 0 7px;
  background: #000;
}
hr{
  border-color: #D8D8D8;
}
.footer-menu li.bold > a {
  font-weight: 700;
}
.footer-menu .sub-menu{
  margin-top: 10px;
}
.footer-menu li a:hover{
  color: var(--text);
}
.footer-menu .sub-menu li{
  margin-bottom: 10px;
}
.social-menu li{
  display: flex;
  justify-content: flex-end;
  float: left;
  margin: 5px;
}
.social-menu li a{
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.social-menu li.fb a:before{
  content: '';
  background: var(--wpr-bg-aecf2efa-1c90-4c57-b300-cbff13f483d9) no-repeat center;
  background-size: contain;
  display: block;
  filter: var(--filter-mimosa);
}
.social-menu li.ig a:before{
  content: '';
  background: var(--wpr-bg-e4864752-4870-473c-904e-31eb9e9eb89b) no-repeat center;
  background-size: contain;
  display: block;
  filter: var(--filter-mimosa);
}
.social-menu li a:hover:before{
  filter: var(--filter-light_blue)!important;
}
.page-theme-light .social-menu li a:hover:before{
  filter: var(--filter-dark_blue)!important;
}
header .social-menu li a, header .social-menu li a:hover{
  background: transparent;
}
.social-menu li a:before{
  height: 28px!important;
  width: 28px!important;
}
header .social-menu li.li a:before{
  position: relative;
  top: -1px;
}
header .social-menu li{
  margin: 0 10px 0 0;
}
header .social-menu{
  margin-right: 40px;
  margin-bottom: 10px;
}
footer .ack{
  padding-top: 43px;
  padding-bottom: 20px;
}
footer .ack .col-xs-12{
  padding-left: 0!important;
  padding-right: 0!important;
}
footer .social-menu li a:before{
  filter: unset!important;
}
footer .social-menu li a:hover:before,
.page-theme-light footer .social-menu li a:hover:before{
  filter: var(--filter-mimosa)!important;
}
footer .copyright{
  float: left;
  font-size: var(--font-xs);
  margin-bottom: 0;
}
footer .terms-menu{
  float: left;
}
footer .terms-menu li{
  display: inline-block;
  font-size: var(--font-xs);
}
footer .terms-menu li:after{
  content: '';
  width: 1px;
  height: 15px;
  background: #fff;
  display: inline-block;
  margin: 0 8px 0 10px;
  position: relative;
  top: 2px;
}
footer .terms-menu li:last-child:after{
  content: normal;
}
footer .terms-menu li.accessibility span:hover{
  text-decoration: underline;
  cursor: pointer;
}
footer .social-menu{
  float: right;
}
footer .ack .sm-flex-col-reverse{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.close{
  font-size: 0;
  position: absolute;
  right: 15px;
  top: -30px;
  display: block;
  width: 34px;
  height: 34px;
}
.close:hover{
  cursor: pointer;
}
.close:before, .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 34px;
  width: 4px;
  background-color: var(--black);
  border-radius: 3px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close:hover:before, .close:hover:after{
  background-color: var(--mimosa);
  cursor: pointer;
}
#banner h1{
  margin-bottom: 20px;
}
#banner p{
  font-size: 1em;
  line-height: 1.34em;
}
#banner.full-content-width .content p{
  max-width: 1200px;
}
.text-image.img-pos-right-rectangle{
  overflow: hidden;
}
.wp-block-columns{
  padding-left: 80px;
  padding-right: 80px;
}
.wp-block-columns .wp-block-columns{
  padding-left: 0;
  padding-right: 0;
}
.wp-block-columns.is-layout-flex{
  gap: 50px;
}
.wp-block-columns.box{
  border-radius: 60px 60px 60px 0;
  padding: 50px 40px;
}
.gform_fields{
  display: block!important;
}
.gform_fields .gfmc-field{
  width: 50%;
  float: left;
}
.gform_wrapper .gfield_html p{
  font-size:var(--font-xs);
}
.gform_wrapper .right-desc.gfield_html{
  padding-top: 40px!important;
}
.gform_wrapper .gform_fields{
  grid-row-gap: 20px!important;
  grid-column-gap: 40px!important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full), .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
  padding-right: 5px!important;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){
  padding-left: 20px!important;
  padding-right: 0!important;
}
.gform_wrapper .gfield.highlight{
  background-color: var(--black);
  border-radius: 20px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.gform_wrapper .gfield.highlight.gfield--has-description label{
  clear: both;
  float: left;
  width: 100%;
}
.gform_wrapper .gfield.highlight.gfield--has-description .ginput_container{
  float: left;
  width: calc(50% - 20px);
  clear: none;
}
.gform_wrapper .gfield.highlight.gfield--has-description .gfield_description{
  float: right;
  width: calc(50% - 20px);
  clear: none;
  padding-top: 3px;
  font-style: italic;
  line-height: 1.4em;
}
.gform_wrapper .gfield_required:before{
  color: var(--black)!important;
}
.contact-list li a{
  display: block;
}
.contact-list li.phone a:before{
    content: '';
    background: var(--wpr-bg-69572f73-a3aa-450b-a3bf-9fb472e2f4ed) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
}

.contact-list li.email a:before{
    content: '';
    background: var(--wpr-bg-21d488c0-3ec9-4909-9d30-da05fe751ee4) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact-list li.map-pin a:before{
    content: '';
    background: var(--wpr-bg-5932f20e-f93e-4dc9-a653-22e0082212c7) no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 3px;
}
.contact-list li.map-pin{
  max-width: 240px;
}
.wp-block-social-links{
  padding-left: 0!important;
}
#banner{
  position: relative;
  min-height: 220px;
  padding: 20px 0 0;
}
#banner .content{
  position: relative;
  z-index: 3;
}
#banner.white.has-ft-image .content{
  margin-bottom: 100px;
}
#banner.white.has-ft-image + .graphic-spacer.wave_top, #banner.white.has-ft-image + .graphic-spacer.wave_top_v2{
  margin-top: -180px;
}
.single .entry-content{
  padding: 100px 0 100px;
}
.line-separator{
  width: 100%;
  height: 1px;
  background: var(--black);
}
.single .line-separator.first{
  margin-bottom: 60px;
}
.single .line-separator.end{
  margin-top: 100px;
}
.single .entry-content .button{
  margin-top: 20px;
}
.single .entry-content .sidebar .job p{
  margin-bottom: 10px;
  font-size: var(--font-xs);
}
.single .entry-content .sidebar .button{
  margin-top: 0;
  margin-bottom: 0;
}
.single .sidebar .job{
  border: 1px solid var(--black);
  padding: 20px;
  border-radius: 20px;
}
.single h1{
  margin: 0 0 15px;
}
.single h4{
  font-size: 1.11em;
  line-height: var(--line-height-3);
}
.single .featured-image + h2{
  margin-bottom: 50px;
}
.single .date{
  margin-bottom: 5px;
}
.single .featured-image:not(.shape){
  margin-bottom: 60px;
  max-width: 100%;
}
.single .bio.headshot .wp-image.featured-image:not(.shape){
  margin-bottom: 0;
  max-width: 100%;
}
.single .post-terms{
  margin-top: 40px;
}
.static{
  position: static;
}
.module.text-image.img-pos-left-rectangle .container-fluid{
  padding-left: 0!important;
  margin-left: -5%;
}
.module.text-image.img-pos-right-rectangle .container-fluid{
  padding-right: 0!important;
  margin-right: -5%;
}
.sidebar-nav li.active a{
  color: var(--black);
  text-decoration: underline;
}
.sidebar h4{
  font-size: var(--font-sm);
  margin-top: 10px;
}
.sidebar-nav li:last-child{
  margin-bottom: 40px!important;
}
.gt_selector{
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0!important;
  font-size: 0.88em!important;
}
header .toolbar li{
  font-size: 0.88em;
  line-height: 1.2em;
  margin: 0 15px;
}
header .toolbar li a{
  display: block;
  padding: 17.5px 5px;
  position: relative;
  text-align: center;
}
header .toolbar li a:hover{
  color: var(--black);
  text-decoration: none;
}
header .toolbar li a:after{
  content: '';
  display: block;
  height: 4px;
  bottom: 0;
  width: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  background: var(--mimosa);
  transition: all 0.2s ease-in-out;
}
header .toolbar li a:hover:after{
  width: 100%;
}
body:not(.block-editor-page) .posts-carousel .container-fluid{
  overflow: hidden;
  padding-right: 0!important;
}
body:not(.block-editor-page) .posts-carousel .controls{
  right: 80px;
}
body.page-child #child-pages{
  display: none;
}
.gform_footer{
  position: relative;
  padding: 0!important;
  margin-bottom: 0!important;
  margin-top: 20px!important;
  float: left;
  width: 100%;
}
.gform_footer img.gform_ajax_spinner{
  float: right;
  position: absolute;
  right: 12px;
  top: 16px;
}
.text-image h4{
  line-height: 1.35em;
}
.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer{
  padding: 0!important;
}
.gform_wrapper.gravity-theme .gform_page_footer{
  margin-top: 20px!important;
}
.multi-step-gform .gform_next_button, .wp-block-columns .gform_wrapper .button.gform_next_button,
.multi-step-gform .gform_button[type="submit"]{
  padding-left: 40px!important;
  padding-right: 40px!important;
}
.gform_footer .button:hover{
  padding-left: 5px!important
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 9999999;
}
.site-search{
  max-width: 75px!important;
}
.site-search.show{
  max-width: 100%!important;
}
.search #banner p, .error404 #banner p{
  margin-bottom: 5px;
}
.search #banner .searchform, .error404 #banner .searchform{
  margin-top: 20px;
  margin-bottom: 40px;
}
.search-no-results #banner, .error404 #banner{
  padding-bottom: 120px;
  padding-top: 70px;
}
.search-listing .post-item .button{
  display: inline-block;
}
#searchsubmit{
  background-color: var(--mimosa)!important;
  color: var(--text)!important;
  border-radius: 30px!important;
  float: left;
  min-width: 140px;
  transition: all 0.2s ease-in;
  border: 0!important;
}
#searchsubmit:hover{
  background-color: var(--blush)!important;
}
#searchform input[type="text"]{
  border-top-right-radius: 0!important;
  border-bottom-right-radius: 0!important;
  float: left;
  width: calc(100% - 140px);
}

.module-spacer.size-small{
  height: 40px;
}
.module-spacer.size-medium{
  height: 70px;
}
.module-spacer.size-large{
  height: 100px;
}
.clear-fix{
  clear: both;
}
.gfield.flex-center.col .gfield_radio{
  flex-direction: row!important;
}
.gfield .nice-select:after{
  top: 25px!important;
}
.module.gform.white .gform_footer .gform_button{
  background-color: var(--black)!important;
  color: #fff!important;
}
.gform_wrapper.gravity-theme #field_submit .gform-button--width-full, .gform_wrapper.gravity-theme .gform_footer .gform-button--width-full{
  max-width: calc(50% - 25px);
  min-width: 200px;
}
.slide-in, .wp-block-column{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: -webkit-transform .7s ease 0s,opacity .7s ease 0s;
  -moz-transition: -moz-transform .7s ease 0s,opacity .7s ease 0s;
  -ms-transition: -ms-transform .7s ease 0s,opacity .7s ease 0s;
  -o-transition: -o-transform .7s ease 0s,opacity .7s ease 0s;
  transition: transform .7s ease 0s,opacity .7s ease 0s;
}

.slide-in.animate, .wp-block-column.animate{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -moz-transition: -moz-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -ms-transition: -ms-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  -o-transition: -o-transform 1.4s ease 0s,opacity 1.4s ease 0s;
  transition: transform 1.4s ease 0s,opacity 1.4s ease 0s;
}
.gravity-theme.ui-datepicker .ui-datepicker-calendar td, .gravity-theme.ui-datepicker .ui-datepicker-calendar th span,
.gravity-theme.ui-datepicker .ui-datepicker-header select{
  font-size: 14px!important;
}
.gravity-theme.ui-datepicker .ui-datepicker-header select{
  padding-right: 20px!important;
  background-size: 18px!important;
  background-position: right 12px!important;
}
.gfield_html{
  font-size: 16px;
  line-height: 1.33em;
}
.post-item.search-item{
  padding-bottom: 20px;
  border-bottom: 1px solid var(--black);
}
.search-item .button.text{
  text-align: left;
}
.post-item.service .content-wrapper{
  position: relative;
  padding-bottom: 80px;
}
.post-item.service .button{
  position: absolute;
  bottom: 0;
}
.gform_wrapper .flex-2 .gfield_radio, .gform_wrapper .flex-2 .gfield_checkbox{
  display: block;
}
.gform_wrapper .flex-2 .gchoice{
  width: 50%;
  float: left;
}
.wp-block-columns .gform_footer .gform_button{
  background-color: var(--black)!important;
  color: #fff!important;
}
.inline-form-button .gform_footer{
  position: absolute;
  right: 0;
  bottom: 50px;
  position: relative;
  bottom: 0;
  float: left;
  width: 100%;
}
.post-item.event a{
  position: relative;
}
.post-item.event .date-wrapper{
  position: relative;
  z-index: 99;
}
#searchform input::-webkit-input-placeholder { /* Edge */
  color: var(--black);
}
#searchform input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: var(--black);
}
#searchform input::placeholder {
  color: var(--black);
}
#header-menu .sub-menu li.back{
  display: none;
}
.modal-body *:not(.button){
  color: var(--black);
}
.post-actions{
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.post-actions .note{
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  float: left;
  width: 100%;
}
.post-actions .note h3{
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.post-actions .note .button{
  margin-top: 0;
  margin-bottom: 0;
}
.single .entry-content .content-wrap{
  padding-right: 30px;
}
.sidebar .related-post-news{
  float: left;
  width: 100%;
}

.share-this{
  float: left;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.share-this ul{
  padding-left: 0!important;
  margin-bottom: 0!important;
}

.share-this p{
  margin-bottom: 10px;
  margin-right: 20px;
  float: left;
  font-weight: 600;
  line-height: 1em;
}

.share-this li a{
  display: block;
  width: 29px;
  height: 29px;
}

.share-this li{
  float: left;
  margin-right: 12px;
  margin-bottom: 10px!important;
  position: relative;
}

.share-this li:last-child{
  margin-right: 0;
}

.share-this li a.facebook{
  background-image: var(--wpr-bg-7e7e97f8-2cfb-4940-a61e-0bb810af1cee);
  background-size: contain;
  background-repeat: no-repeat;
  filter: var(--filter-blue);
  height: 28px;
  width: 28px;
}

.share-this li a.twitter{
  background-image: var(--wpr-bg-fce6be90-3da5-4649-a611-d95006d355b4);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: var(--filter-blue);
}

.share-this li a.email{
  background-image: var(--wpr-bg-ff212c3d-af0f-452f-bb22-14f02222d377);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: var(--filter-blue);
}

.share-this li .clipboard{
  background-image: var(--wpr-bg-2dd9d8dc-32a3-495c-9160-f06c1d4428fa);
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: center;
  filter: var(--filter-blue);
  font-size: 0;
  width: 22px;
  height: 28px;
}

.share-this li a:hover, .share-this li .clipboard:hover{
  cursor: pointer;
}

.clipboard-tooltip{
  display: none;
  color: var(--navy);
  border-radius: 5px;
  padding: 2px 7px;
  position: absolute;
  font-size: 0.7em;
  width: 200px;
  top: 0;
  line-height: 1.4em;
  margin-left: 40px;
  background: var(--black);
}
.links-group{
  padding-left: 0!important;
}
.links-group .button{
  margin-top: 0;
}

/* Custom */

.module.gform.form-submitted .intro{
  display: none!important;
}
.module.gform.form-submitted .wrapper{
  margin-left: 0!important;
  width: 100%!important;
  text-align: center!important;
  padding-top: 30px!important;
  padding-bottom: 30px;
}
.entry-content ul li ul, .entry-content ul li ol, .entry-content ol li ul, .entry-content ol li ol{
  margin-top: 10px;
}
.wp-image.br-20{
  border-radius: 20px;
}
.gform-theme--foundation .gform-grid-col.name_first{
  padding-right: 22px!important;
}
.modal.sm-modal .modal-dialog{
  max-width: 800px;
}
.modal.consultation h3{
  text-align: center;
  max-width: 450px;
  margin: 0 auto 40px;
}
.modal .gform_wrapper input{
  padding-top: 0px!important;
  padding-bottom: 3px!important;
}
.modal .gform_wrapper .gform_fields{
  display: grid!important;
  grid-row-gap: 0!important;
  grid-column-gap: 30px!important;
}
.modal .gform_wrapper select, .modal .gform_wrapper textarea{
  padding-top: 7px!important;
  padding-bottom: 7px!important;
}
.modal .gform_wrapper .gfield{
  margin-bottom: 20px!important;
}
.gform-theme--foundation .gfield textarea.medium{
  height: 120px!important;
}
.gform-theme--foundation .gfield.h-250 textarea.large{
  height: 250px!important;
}
.gform-theme--foundation .ginput_complex label, .gform-theme--foundation .ginput_complex legend{
  color: var(--text)!important;
}
.single .post-nominals{
  margin-top: -15px;
  font-weight: 700;
  font-size: 1.25em;
}
.i-team .wp-image{
  max-width: 50%;
  max-height: 786px;
}
.module, .module-spacer{
  float: left;
  width: 100%;
}
.wp-block-columns.i-couple-wrapper{
  float: left;
  width: 100%;
  background: #fff;
}
.single .entry-content .bio .shape{
  max-width: 356px;
}
.single .entry-content .bio .shape.s-mask_1{
  top: -30px;
}
.single .entry-content .bio .shape.s-mask_2{
  top: auto;
  bottom: 50px;
}
.single-staff h1{
  font-size: 90px;
  line-height: 1em;
  margin: 0 0 30px;
}
.single-staff .intro .excerpt{
  font-family: var(--heading);
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 38px;
}
.single-staff .specialisations{
  margin-bottom: 0;
  margin-top: 40px;
  float: left;
  width: 100%;
}
.single-staff .specialisations h3{
  float: left;
  width: 25%;
  font-weight: 600;
  font-size: 30px;
}
.single-staff .specialisations ul{
  width: 75%;
  float: left;
  list-style: none;
  padding: 0;
}
.single-staff .specialisations li{
  width: 33.33%;
  float: left;
  padding-right: 40px;
  margin-bottom: 30px;
}
.single-staff .specialisations li img{
  width: 36px;
  margin-bottom: 20px;
}
.single-staff .specialisations li .title{
  margin-bottom: 5px;
}
.single-staff .specialisations li a{
  text-decoration: none;
}
.single-staff .specialisations li:nth-child(4), .single-staff .specialisations li:nth-child(7), .single-staff .specialisations li:nth-child(10),
.single-staff .specialisations li:nth-child(13), .single-staff .specialisations li:nth-child(16){
  clear: left;
}
.single-staff .specialisations li a:hover{
  text-decoration: underline;
  color: var(--text);
}
.single-staff .sidebar ul, .single-staff .sidebar ol{
  padding-left: 22px;
  margin-bottom: 30px;
  font-weight: 600;
}
.single .post-content h4{
  font-weight: 700;
  font-size: var(--font-md);
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.single-jobs .brief ul{
  padding-left: 0!important;
  list-style: none;
  margin: 30px 0;
}
.single-jobs .brief ul li{
  position: relative;
  padding-left: 36px;
  margin-bottom: 18px;
}
.single-jobs .brief ul li.location:before{
  content: '';
  display: block;
  position: absolute;
  left: -5px;
  top: -8px;
  width: 36px;
  height: 36px;
  background: var(--wpr-bg-cde38ec2-5392-47e8-b516-ff6dc23bdc11) no-repeat center;
  background-size: contain;
}
.single-jobs .brief ul li.type:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  background: var(--wpr-bg-eb3ae222-5f1e-4863-a240-9baf0abc9e9e) no-repeat center;
}
.single-jobs .brief ul li.salary:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  background: var(--wpr-bg-2aad0b9c-ceca-4224-be33-5cc1be9fe4dd) no-repeat center;
}
.notice-box{
  border-radius: 20px;
  border: 2px solid var(--dahlia);
  padding: 25px;
}
.notice-box p{
  font-weight: 600;
}
.notice-box .button{
  margin-top: 0!important;
  margin-bottom: 0!important;
}
.single .entry-content{
  position: relative;
}
.single .entry-content ul, .single .entry-content ol{
  padding-left: 20px;
  margin-bottom: 40px;
}
.single-jobs .entry-content{
  min-height: 1100px;
}
.single-jobs .entry-content .description{
  padding-left: 50px;
  padding-top: 30px;
}
.single-jobs .post-graphic{
  position: absolute;
  left: 60px;
  bottom: -4px;
}
.single-jobs .gform .intro{
  margin-top: 15px;
}
.gform.storm label{
  color: #fff;
}
.gform.storm select{
	color: #fff!important;
	border-color: #fff!important;
}
.modal-gallery{
  float: right;
  text-align: right;
}
.modal-gallery a, .modal-gallery.no-link div{
  margin: 0 0 15px;
}
.modal-gallery a img, .modal-gallery.no-link img{
  width: calc(100% - 15px);
  float: right;
  border-radius: 10px;
}
.modal-gallery a:first-child img, .modal-gallery.no-link div:first-child img{
  border-radius: 20px;
  margin-bottom: 15px;
}
.modal-gallery a:first-child, .modal-gallery.no-link div:first-child{
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.modal-gallery a:not(:first-child), .modal-gallery.no-link div{
  width: 33.33%;
  float: left;
}
.modal-gallery.no-link div:first-child{
  margin-bottom: 0!important;
}
.modal-gallery.no-link div img{
  margin-bottom: 0;
}
.single-locations .post-item a:hover h4{
  text-decoration: underline;
}
.profile-list .intro{
  max-width: 750px;
  margin: 0 auto 50px;
  text-align: center;
}
.profile-list .intro p{
  max-width: 600px;
  margin: 0 auto 20px;
}
.banner.layout_2 + .profile-list{
  background: transparent;
  max-width: 100%;
}
.banner.layout_2 + .profile-list .intro{
  max-width: 100%;
  text-align: left;
  margin-bottom: 100px;
}
.single-staff .entry-content{
  padding-bottom: 0;
}
.single .modular{
  position: relative;
  padding-top: 100px;
}
.single .modular .module .container-fluid, body.single:not(.block-editor-page) .modular .module .container-fluid{
  padding-left: 40px!important;
  padding-right: 40px!important;
}
.single .modular .module{
  background-color: var(--cumulus)!important;
}
.single .modular .module.testimonials .col-xs-12{
  width: 100%!important;
  margin-left: 0!important;
}
.single .modular .bg-mount{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  max-width: 100%;
}
.single .modular .sidebar, .single .modular .post-content{
  margin-bottom: 60px;
}
.single .modular .cta{
  position: relative;
  min-height: 450px;
}
.single .modular .cta .blob{
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 700px;
}
.single .modular .cta .content{
  width: 50%;
  max-width: 600px;
  padding: 100px;
  text-align: center;
  float: right;
  z-index: 999;
  position: relative;
}
.single .modular .cta .content *{
  color: #fff;
}
.single-locations h1{
  margin-bottom: 44px;
}
.single-locations .info{
  margin-bottom: 10px;
}
.single-locations .profile-list .intro{
  margin-bottom: 80px;
}
.light_cumulus .bio .shape.filter-light_cumulus{
  filter: var(--filter-blue_haze);
}
.related-posts{
  padding-top: 140px;
}
.related-posts .intro{
  margin-bottom: 40px;
  text-align: center;
}
.location-listing h4{
  font-family: var(--body);
  font-weight: 700;
  font-size: var(--font-sm);
}
.location-listing .modal-gallery{
  margin-left: -15px;
}
.location-listing a:hover{
  color: var(--text);
  text-decoration: underline;
}
.posts-listing.location-listing .intro{
  margin-bottom: 100px;
}
.posts-listing.location-listing .post-item:nth-child(1) .wrapper,
.posts-listing.location-listing .post-item:nth-child(2) .wrapper,
.posts-listing.location-listing .post-item:nth-child(5) .wrapper,
.posts-listing.location-listing .post-item:nth-child(6) .wrapper{
  padding-right: 100px;
}
.posts-listing.location-listing .post-item:nth-child(3) .wrapper,
.posts-listing.location-listing .post-item:nth-child(4) .wrapper,
.posts-listing.location-listing .post-item:nth-child(7) .wrapper,
.posts-listing.location-listing .post-item:nth-child(8) .wrapper{
  padding-left: 100px;
}
.posts-listing.location-listing .post-item{
  margin-bottom: 60px;
}
.wp-block-columns .content-wrapper[class*="adaptive-"], .module .content-wrapper[class*="adaptive-"]{
  position: relative;
  padding-bottom: 40px;
}
.wp-block-columns .content-wrapper[class*="adaptive-"] .button, .module .content-wrapper[class*="adaptive-"] .button{
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.cards.has-border-box .icon-card .wrapper{
  padding-bottom: 40px;
}
.single-post .entry-content .intro{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.single-post .entry-content .intro .wrapper{
  float: left;
  width: calc(100% - 200px);
  max-width: 780px;
}
.single-post .intro .share-this{
  float: right;
  max-width: 200px;
}
.single-post .entry-content .intro .post-meta{
  justify-content: flex-start;
  margin-bottom: 20px;
}
.single-post .intro .post-meta .date{
  margin-bottom: 0;
  margin-top: 5px;
}
.single-post .intro .post-meta .cats{
  margin-bottom: 0;
}
body.single-post:not(.block-editor-page) .post-content .container-fluid:not(.no-pad){
  padding-left: 20px!important;
  padding-right: 20px!important;
}
.related-posts.news-listing .post-item .image-wrapper{
  border-radius: 20px;
}
.related-posts.news-listing .post-meta{
  justify-content: flex-start;
  margin-bottom: 10px;
}
.single .entry-content .wp-block-image.curved, .single .entry-content .wp-block-image.curved img{
  border-radius: 20px;
}
#job-listing.location-listing .intro{
  max-width: 450px;
}
.coloured_text_box a:hover .zoom img{
  transform: none;
}
.peach.cards.has-border-box .icon-card .wrapper{
  background: #fff;
}
.cards .no-link .content-wrapper{
  padding-bottom: 0!important;
}
.cards .no-link .content p:last-child{
  margin-bottom: 0;
}
.couple-illustration img{
  margin-bottom: -37px;
}
.cards.has-border-box .icon-card.no-link .wrapper{
  padding-bottom: 30px;
}
.text-image.pos-left.push-img-to-right.i-contact .wp-image{
  margin-right: 30px;
}
.client-listing .icon-card .image-wrapper{
  background: var(--light_cumulus);
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 300px;
}
.client-listing .icon-card .image-wrapper img{
  height: auto;
  max-height: 100%;
}

.single .quote-by{
  position: relative;
  padding: 0;
}
.single .quote-by:before{
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: var(--mimosa);
  left: auto;
  right: auto;
  margin: 0 auto 20px;
}
.single .quote-by h5, .single .quote-by p{
  font-weight: 400;
  font-size: var(--font-xs);
  margin: 0;
  text-transform: none;
}
footer h5{
	text-transform: none;
    line-height: 1.25em;
    padding-right: 15px;
}
.modal .modal-content form .gchoice{
	margin-bottom: 0!important;
}
.modal .modal-content .gform_wrapper{
	margin-bottom: 100px!important;
}
.full-posts-listing .featured-post .post-meta .date{
	margin-right: 10px;
}
.full-posts-listing .featured-post .post-meta .cats li:last-child{
	margin-right: 0;
}

@media screen and (min-width: 992px){
  #header-menu ul li.menu-item-has-children.disable-link > a{
    pointer-events: none;
  }
}

@media screen and (max-width: 1600px){
  .client-listing .icon-card .image-wrapper{
    height: 280px;
  }
}

@media screen and (max-width: 1499px){
  footer .logo img{
    width: 100%;
  }
  footer .locations{
    padding-left: 30px;
  }
  footer .ack{
    padding-left: 30px;
  }
  .single-staff h1{
    font-size: 70px;
  }
  .couple-illustration img{
    margin-bottom: -30px;
  }
  .client-listing .icon-card .image-wrapper{
    height: 250px;
  }
}

@media screen and (max-width: 1399px){
  h1{
    font-size: 3em;
  }
  h2{
    font-size: 2.25em;
  }
  .footer-nav-group{
    padding-top: 45px;
  }
  .full-posts-listing .featured-post .post-meta{
    margin-bottom: 0px;
  }
  .full-posts-listing .featured-post .button{
    margin: 0;
  }
  .single-jobs h1{
    font-size: 2.5em;
  }
}

@media screen and (max-width: 1349px){
  footer .locations, footer .links{
    width: 100%;
  }
  footer .links{
    padding-left: 30px;
    margin-top: 25px;
  }
  footer .links li{
    display: inline-block;
    margin-right: 60px;
  }
  footer .ack{
    padding-top: 10px;
  }
  .bio .shape, .bio .shape.s-mask_2{
    max-width: 140px;
  }
  .bio .pad{
    padding-right: 10px;
  }
  .single-staff h1{
    font-size: 60px;
  }
  .single .modular .cta .blob{
    right: 60px;
  }
  .single .modular:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40%;
    width: 100%;
    z-index: -1;
    background: var(--cumulus);
  }
  .couple-illustration img{
    margin-bottom: -25px;
  }
  .client-listing .icon-card .image-wrapper{
    height: 220px;
  }
  .client-listing .icon-card .wrapper{
    padding: 0;
  }
}

@media screen and (max-width: 1199px){
  body:not(.block-editor-page) .container-fluid:not(.no-pad) {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .wp-block-columns{
    padding-left: 40px;
    padding-right: 40px;
  }
  h1{
    font-size: 2.85em;
  }
  .single-jobs h1{
    font-size: 2.25em;
  }
  h2{
    font-size: 2em;
  }
  h3{
    font-size: 1.65em;
  }
  #header-menu li{
    margin: 0 20px;
  }
  footer .logo img{
    max-width: 196px;
  }
  footer .links, footer .locations, footer .ack{
    padding-left: 20px;
    padding-right: 20px;
  }
  footer p{
    font-size: 16px;
  }
  .posts-listing.location-listing .post-item:nth-child(1) .wrapper, .posts-listing.location-listing .post-item:nth-child(2) .wrapper, .posts-listing.location-listing .post-item:nth-child(5) .wrapper, .posts-listing.location-listing .post-item:nth-child(6) .wrapper{
    padding-right: 50px;
  }
  .posts-listing.location-listing .post-item:nth-child(3) .wrapper, .posts-listing.location-listing .post-item:nth-child(4) .wrapper, .posts-listing.location-listing .post-item:nth-child(7) .wrapper, .posts-listing.location-listing .post-item:nth-child(8) .wrapper{
    padding-left: 50px;
  }
  .full-posts-listing .featured-post .content-wrapper{
    left: 30px;
    bottom: 30px;
    width: 400px;
  }
  .single .entry-content .bio .shape{
    max-width: 180px;
  }
  .single-staff .specialisations h3{
    width: 100%;
    margin-bottom: 40px;
  }
  .single-staff .specialisations ul{
    width: 100%;
    padding-left: 0!important;
  }
  .single .modular .cta .blob{
    right: 30px;
  }
  .single .modular .cta .content{
    width: 600px;
  }
  .single .modular:after{
    height: 50%;
  }
  .couple-illustration img{
    margin-bottom: -20px;
  }
  .client-listing .icon-card .image-wrapper{
    height: 200px;
  }
}

@media screen and (max-width: 991px){
  header .logo-wrapper img{
    height: auto;
  }
  .mobile-menu .curve{
    position: fixed;
    bottom: -40px;
    left: 0;
    width: 100%;
  }
  .mobile-menu .illustration{
    position: fixed;
    bottom: 0;
    right: 50px;
    max-height: 450px;
  }
  .single-jobs .entry-content .description{
    padding-left: 20px;
    padding-top: 0px;
  }
  .banner.layout_2 + .profile-list{
    padding-top: 60px;
  }
  .banner.layout_2 + .profile-list .intro{
    margin-bottom: 70px;
    text-align: center;
  }
  #header-menu .expand-submenu:hover > a + .sub-menu{
    min-width: 100%;
  }
  #header-menu li .sub-menu li{
    width: 100%!important;
  }
  #header-menu li .sub-menu li a{
    padding: 12px 15px 15px!important;
  }
  #header-menu li .sub-menu li:hover:before{
    width: 0;
  }
  body:not(.block-editor-page) .container-fluid:not(.no-pad) {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .wp-block-columns{
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-image .image-wrapper{
    text-align: center;
  }
  .text-image .wp-image{
    max-height: 600px!important;
  }
  .text-image.mob-img-on-top .wp-image{
    margin-bottom: 20px;
  }
  header .logo-wrapper{
    width: 180px;
    padding-top: 0;
  }
  header{
    padding: 16px 0;
  }
  h1{
    font-size: 2.5em;
  }
  h2{
    font-size: 1.85em;
  }
  h3{
    font-size: 1.5em;
  }
  .single-jobs h1, .single-staff h1{
    font-size: 2.25em;
  }
  .single .entry-content .bio .shape{
    max-width: 150px;
  }
  .flex{
    display: block;
  }
  .flex.mob-col-reverse{
    display: flex;
  }
  .mob-col-reverse{
    display: flex;
    flex-direction: column-reverse;
  }
  .module{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module.gform{
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .module-spacer.size-large{
    height: 70px;
  }
  .module-spacer.size-medium{
    height: 50px;
  }
  .module-spacer.size-small{
    height: 30px;
  }
  footer .copyright, footer .terms-menu{
    width: 100%;
    margin-bottom: 10px;
  }
  footer p.web-dev{
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
  }
  footer .locations li{
    padding-right: 25px;
  }
  footer .locations li:last-child{
    padding-right: 0;
  }
  footer .logo img{
    margin-bottom: 30px;
  }
  .footer-nav-group{
    padding-top: 40px;
  }
  footer .links{
    margin-top: 35px;
    margin-bottom: 40px;
  }
  .single .entry-content{
    padding: 50px 0;
  }
  .modal-gallery a img, .modal-gallery.no-link img{
    float: left;
  }
  .modal-gallery{
    float: left;
    text-align: left;
    margin: 30px 0;
  }
  .single-locations h1{
    margin-bottom: 20px;
  }
  .related-posts.module{
    padding-top: 70px;
  }
  .bio .shape, .bio .shape.s-mask_2{
    max-width: 100px;
  }
  .bio .role{
    font-size: 16px;
  }
  .justify-content-center{
    display: block;
  }
  .location-listing .modal-gallery{
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .modal-gallery a img, .modal-gallery.no-link img{
    width: calc(100% - 5px);
  }
  .modal-gallery a:first-child img, .modal-gallery.no-link div:first-child img{
    margin-bottom: 5px;
    border-radius: 10px;
  }
  #job-listing.location-listing .intro{
    margin-bottom: 50px;
  }
  .posts-listing.location-listing .post-item .wrapper{
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .posts-listing.location-listing .post-item:nth-child(odd){
    clear: left;
  }
  .posts-listing.location-listing .post-item:last-child{
    margin-bottom: 0;
  }
  .posts-listing.location-listing .post-item{
    margin-bottom: 50px;
  }
  .full-posts-listing .featured-post .content-wrapper{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 20px 20px 30px;
  }
  .full-posts-listing .featured-post .image-wrapper, .full-posts-listing .featured-post .image-wrapper img{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .single-post .entry-content .intro .wrapper{
    width: 100%;
    max-width: 100%;
  }
  .single-post .entry-content .intro{
    display: block;
  }
  .single-post .intro .share-this{
    float: left;
    justify-content: flex-start;
  }
  .single-post .entry-content .intro .post-meta{
    display: block;
    margin-bottom: 0;
  }
  .single-post .intro .post-meta .date{
    float: left;
  }
  .single-post .intro .post-meta .cats{
    float: right;
    width: auto;
  }
  .single .featured-image:not(.shape){
    margin-bottom: 30px;
  }
  .wp-block-columns.is-layout-flex{
    gap: 20px;
  }
  .single .entry-content .post-content .wp-block-columns{
    padding-left: 0;
    padding-right: 0;
  }
  .single-jobs .post-graphic{
    left: 20px;
    max-width: 300px;
    position: relative;
    bottom: -3px;
  }
  .single-jobs .entry-content{
    padding-bottom: 0;
    min-height: 0;
  }
  .single-staff .specialisations li{
    width: 100%!important;
    padding-right: 0;
  }
  .modal .modal-dialog{
    max-width: calc(100% - 60px);
  }
  .modal .modal-content{
    padding: 50px 30px 30px;
  }
  .modal .modal-dialog .close{
    top: 10px;
  }
  footer{
    padding-bottom: 50px;
  }
  #mobile-menu-nav #header-menu{
    padding-top: 30px;
  }
}

@media screen and (max-width: 781px){
  .mob-flex{
    display: flex;
  }
  .mob-flex.wp-block-columns .wp-block-column{
    flex-basis: 0!important;
  }
}

@media screen and (max-width: 768px){
  .mobile-menu .curve{
    bottom: -20px;
  }
  .mobile-menu .illustration{
    right: 50px;
    max-height: 350px;
  }
  body{
    font-size: 16px;
    line-height: 24px;
  }
  h1{
    font-size: 1.85em;
  }
  h2{
    font-size: 1.75em;
  }
  .links-group{
    margin: 20px 0;
  }
  .button:not(.text){
    margin-top: 10px;
  }
  blockquote{
    font-size: 1.5em;
  }
  footer .locations li{
    width: 100%;
    border-bottom: 1px solid var(--blue_haze);
    padding-right: 0;
  }
  footer .locations li a{
    display: block;
    padding: 12px 0;
  }
  footer .locations li p{
    margin-bottom: 0;
  }
  footer .locations li p:not(:first-child){
    display: none;
  }
  footer .links li:last-child{
    margin-right: 0;
  }
  .bio.headshot{
    max-width: 100%;
    margin-bottom: 60px;
  }
  .bio.headshot .featured-image{
    max-width: 320px!important;
  }
  .bio.headshot .shape{
    right: auto;
    left: 200px;
  }
  .bio .pad{
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
  }
  .bio .button{
    position: relative!important;
  }
  .bio .role{
    margin-bottom: 10px;
  }
  .adaptive-height, .adaptive-height-2, .adaptive-height-3{
    height: auto!important;
  }
  .post-item:not(.story, .service) .content-wrapper.adaptive-height{
    padding-bottom: 0;
  }
  .cards .video .image-wrapper .wp-image{
    width: 100%;
  }
  .cards .video .button{
    margin-top: 0;
  }
  .wp-block-columns .content-wrapper[class*="adaptive-"] .button, .module .content-wrapper[class*="adaptive-"] .button{
    position: relative;
  }
  .wp-block-columns .content-wrapper[class*="adaptive-"], .module .content-wrapper[class*="adaptive-"]{
    padding-bottom: 30px;
  }
  .module.cards .coloured_text_box .content-wrapper[class*="adaptive-"]{
    padding-bottom: 0;
  }
  .cards .coloured_text_box .wrapper{
    padding: 35px 30px 20px;
  }
  .icon-card.simple .image-wrapper{
    margin-bottom: 0;
  }
  .icon-card{
    margin-bottom: 30px;
  }
  .icon-card.image .wrapper{
    padding: 0;
  }
  .cards.style-image .icon-card.image .image-wrapper img{
    width: 100%;
  }
  .filters .button-group button{
    margin: 0 10px 10px 0;
    padding: 5px 15px 7px;
    min-width: 60px;
    font-size: 14px;
  }
  .filters{
    margin-bottom: 0;
  }
  .post-item.news .post-meta, .full-posts-listing .featured-post .post-meta{
    display: block;
    text-align: left;
  }
  .post-meta .cats{
    float: left;
    width: 100%;
  }
  .wp-block-columns .icon-pod .box-link.no-link.none{
    padding: 0;
    margin-bottom: 40px;
  }
  .post-item.job{
    padding: 0;
  }
  .cards.has-border-box .icon-card .wrapper{
    padding-bottom: 0;
  }
  .cards.job-listing .post-item .content-wrapper{
    padding: 30px 25px!important;
  }
  .single-jobs .post-graphic{
    display: none;
  }
  .single-jobs .entry-content{
    padding-bottom: 60px;
  }
  .single .entry-content .bio .shape{
    max-width: 100px;
  }
  .single .entry-content .bio .shape.s-mask_2{
    bottom: auto;
    top: -20px;
  }
  .single-staff .specialisations h3{
    font-size: 1.5em;
  }
  .single-staff .intro .excerpt{
    font-size: 20px;
    line-height: 1.3em;
    margin-bottom: 20px;
  }
  .single-staff .specialisations li:last-child{
    margin-bottom: 0;
  }
  .single-staff .entry-content{
    padding-bottom: 0;
  }
  .single .modular{
    padding-top: 60px;
  }
  .single .modular .sidebar, .single .modular .post-content{
    margin-bottom: 30px;
  }
  .single .modular:after{
    content: '';
    width: 100%;
    height: 50%;
    background: var(--cumulus);
    left: 0;
    bottom: 0;
    display: block;
    position: absolute;
    z-index: -1;
  }
  .module.cards .intro{
    margin-bottom: 10px;
  }
  .module.cards.job-listing .intro{
    margin-bottom: 40px;
  }
  .module.cards .intro h2{
    margin-bottom: 10px;
  }
  h2.has-large-font-size{
    font-size: 2.25em!important;
  }
  .couple-illustration img{
    margin-bottom: -10px;
  }
  .i-couple-wrapper{
    gap: 0!important;
    display: block!important;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
  }
  .i-couple-wrapper .wp-block-column:first-child, .i-couple-wrapper .wp-block-column:last-child{
    width: 40%;
    float: left;
    position: absolute;
    bottom: 20px;
  }
  .i-couple-wrapper .wp-block-column:first-child{
    left: -15%;
  }
  .i-couple-wrapper .wp-block-column:last-child{
    right: -15%;
  }
  .i-couple-wrapper .wp-block-column:last-child figure{
    margin-bottom: 0!important;
  }
  .i-couple-wrapper .wp-block-column:nth-child(2){
    width: 50%;
    margin: 0 auto;
    text-align: center;
    bottom: -7px;
  }
  .i-couple-wrapper .couple-illustration img{
    width: 100%!important;
  }
  .doubled-text-image .content-wrapper h2, .text-block h2{
    max-width: 330px;
  }
  .text-image .content-wrapper h2{
    margin-bottom: 10px;
  }
  .i-hero .wp-image{
    max-height: 400px!important;
    margin-bottom: 20px;
    max-width: 80%;
  }
  .i-about .wp-image{
    max-height: 375px!important;
    float: right;
  }
  .i-contact .wp-image{
    max-height: 410px!important;
  }
  .modal .modal-dialog{
    overflow: auto;
  }
  .client-listing .icon-card .image-wrapper{
    height: 270px;
  }
  .client-listing .icon-card .image-wrapper img{
    width: auto!important;
  }
}

@media screen and (max-width: 641px){
  #wpadminbar{
    position: fixed;
  }
  .gform_fields .gfmc-field{
    width: 100%;
    padding-right: 0!important;
    padding-left: 0!important;
    margin-bottom: 20px;
  }
  .gform_footer .button{
    width: 100%!important;
  }
  .gform_footer{
    margin-bottom: 40px!important;
    float: left!important;
    width: 100%!important;
  }
  .module.gform .intro{
    margin-bottom: 20px;
  }
  .module.gform .intro .intro{
    margin-bottom: 0;
  }
  header .logo-wrapper{
    width: 120px;
  }
  .logged-in.menu-overlay .site-header .navbar{
    top: -43px;
  }
  .single .modular:after{
    height: 75%;
  }
  .single .modular .cta{
    display: flex;
    align-items: flex-end;
  }
  .single .modular .cta .content{
    width: 100%;
    max-width: 100%;
    padding: 50px 50px 50px 100px;
  }
  .single .modular .cta .blob{
    width: 100%;
    right: 0;
  }
  .gform-theme--foundation .gform-grid-col.name_first{
    padding-right: 2px!important;
  }
  .modal .gform_wrapper .gform_fields{
    display: block!important;
  }
  .text-image.pos-left.push-img-to-right.i-contact .wp-image{
    max-height: 300px!important;
  }
}
@media screen and (max-width: 600px){
  .single .modular .cta{
    background: url(../../../../../../../themes/the-collaborative/assets/images/modular-blob.svg) no-repeat top!important;
  }
  .single .modular .cta .blob{
    display: none;
  }
  .single .modular .cta .content{
    padding: 50px 30px;
  }
  .mobile-menu .illustration{
    right: 50px;
	left: auto;
	max-width: 100px;
    max-height: 220px;
  }
  .client-listing .icon-card .image-wrapper{
    height: 240px;
  }
  #searchform input[type="text"]{
    width: 100%;
    margin-bottom: 30px;
  }
  #searchsubmit{
    width: 100%;
  }
	#mobile-menu-nav #header-menu{
		padding-top: 15px;
	}
	#header-menu li .sub-menu {
		top: 100px;
	}
}

@media screen and (max-width: 414px){
  .bio.headshot .featured-image{
    max-width: 220px!important;
  }
  .bio .shape, .bio .shape.s-mask_2 {
    max-width: 70px;
  }
  .bio .shape.s-mask_1{
    top: 0;
  }
  .bio .shape.s-mask_2{
    bottom: 20px;
  }
  .client-listing .icon-card .image-wrapper {
    height: 220px;
  }
}

@media screen and (max-width: 370px){
  .client-listing .icon-card .image-wrapper {
    height: 180px;
  }
}

@media screen and (max-width: 320px){
  .client-listing .icon-card .image-wrapper {
    height: 150px;
  }
}







