
/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #29363D;
    font-size: 1em;
    line-height: 1.4;
}

*:focus {
	outline: none;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    padding:0;
    margin:0;
    font-size: 18px;
}

.contentwrap {
    max-width:1600px;
    margin: 0 auto;
    position:relative;
    padding:0 20px;
}
.t-page div#content {
    background-color: #90B2C4;
}
img {
    border:none;
    max-width:100%;
    height:auto !important;
}

p > a {
    color: inherit;
}

/*============ header ============*/
header.top {
    font-size:14px;
    background-color: #fff;
}
.header-bar-top {
    background-size:cover;
}
header.top .logo {
    width: 350px;
    height:auto;
    position: absolute;
    right: 0;
    bottom: 9px;
}
header.top .logo h1 {
	margin: 0;
}
header.top ul {
    padding:0;
    list-style:none;
    margin:0;
}

header.top li {
    display: inline-block;
    vertical-align:top;
}
header.top nav a {
    display:block;
    color:inherit;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    font-weight: 500;
}
.header-menu li a {
	text-transform: none !important;
}
.header-menu {
    line-height: 1;
    position: relative;
}
.header-menu > ul {
    text-align: left;
}
.header-menu li:first-child {
    padding-left: 0;
}
.header-menu li {
    margin: 20px 0;
    margin-bottom: 30px;
    border-right: 1px solid;
    padding: 0 25px;
}
.header-menu li:last-child {
    border-right: none;
}
.header-bar-bottom {
    position:relative;
}
.main-menu ul {
    text-align:justify;
    line-height:0;
}
.main-menu ul::after {
    content:"";
    display:inline-block;
    width:100%;
    line-height:0px;
    vertical-align:top;
}
.main-menu li {
    margin: 5px;
    line-height: 1;
}
.main-menu li.depth-0 {
    vertical-align:middle;
    margin-right: 40px;
    margin-left: 0;
    margin-bottom: 20px;
}

.main-menu a {
    padding: 0;
}
.main-menu li > ul {
    position:absolute;
    top: 100%;
    left:0;
    right:0;
    background:#f6f6f6;
    color:#082133;
    z-index:10000;
    text-align: left;
    display:none;
}
.main-menu li:hover > ul {
    display:block;
}
.main-menu li > ul::before,
.main-menu li > ul::after {
    content:"";
    background:#f6f6f6;
    position:absolute;
    top:0;
    bottom:0;
    width:0;
    height:100%;
}
.main-menu li > ul::before {
    left:0;
    padding-left:50vw;
    margin-left:-50vw;
    background:#f6f6f6;
}
.main-menu li > ul::after {
    right:0;
    padding-right:50vw;
    margin-right:-50vw;
    background:#f6f6f6;
}
.main-menu .depth-1 .title {
    font-size:18px;
}
.main-menu .depth-1 a {
    width: 160px;
    margin: 30px;
}

#mobile-menu {
    display: none;
    position: absolute;
    position: fixed;
    top:5px;
    right:20px;
    background: #F3EFEB url(https://storage.googleapis.com/kms-au.appspot.com/sites/coopers-chartered-accountants/app/2026-03-03T04%3A50%3A30.165998/img/menu-icon.svg) center no-repeat;
    background-size: 24px;
    border-radius: 10px;
    font-size: 24px;
    padding: 8px;
    width: 24px;
    height: 24px;
    margin: 2px;
    margin-bottom: 0;
    cursor: pointer;
    z-index:100;
}
/***** Slide menu ****/
.slide-menu {
    display:none;
}
.slide-menu {
	background: #90B2C4;
	width:240px;
	z-index:1000;
	position: fixed;
	height: 100%;
	top: 0;
	right: -240px;
	overflow-y:scroll;
    border-left: 1px solid #29363B;
}
.slide-menu-active .slide-menu {
    right: 0px;
}
.site-content-menu-slide {
    overflow-x:hidden;
    position:relative;
    right:0;
}
/* transition for menu slide */
.slide-menu,
.site-content-menu-slide,
#mobile-menu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.slide-menu h3 {
	padding: 1em;
	color: #fff;
	background: #29363B;
	margin:0;
}
.slide-menu ul {
    padding:0;
    margin:0;
    list-style:none;
}
.slide-menu ul ul {
	background: #8C969B;
}
.slide-menu ul ul ul{
	background:#666;
}
.slide-menu li {
    position:relative;
}
.slide-menu li > ul {
    display:none;
}
.slide-menu li.expand-active > ul {
    display:block;
}
.slide-menu h1 {
	margin: 0;
}
.slide-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border-bottom: 1px solid #29363B;
	padding: 18px;
	text-decoration:none;
}
.slide-menu .logo {
	padding: 0;
}
.slide-menu li.has-sub {
    position: relative;
    display: block;
}
.slide-menu li.has-sub > a {
    position: relative;
    border-right: 1px solid #030b16;
    margin-right: 50px; /* space for drop */
}
.slide-menu a:hover {
	background: #258ecd;
}
.slide-menu li.has-sub > a:after {
    position: absolute;
    content: "";
    display: block;
    left: 100%;
    bottom: -1px;
    background-color: #030b16;
    width: 50px;
    height: 1px; /* border bottom */
    z-index: 100;
}
.slide-menu ul .expand {
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #030b16;
    height: 54px;
    width: 50px;
    cursor: pointer;
}
.slide-menu ul .expand i {
    content:"";
    display: block;
    height: 100%;
    width: 100%;
    background: url('https://storage.googleapis.com/kms-au.appspot.com/sites/coopers-chartered-accountants/app/2026-03-03T04%3A50%3A30.165998/img/menu-drop.svg') no-repeat center center;
    background-size: 30%;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.expand-active > .expand i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*============ footer ============*/
footer .footer-bottom {
    border-top: 55px solid #29363D;
}
img.footer-logo {
    width: 230px;
    position: absolute;
    top: 0;
    right: 0;
}
.sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid #556B7A;
    position: relative;
}
.sub:before {
	content: "";
	border-top: 1px solid #556B7A;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: -100%;
	right: 100%;
}
.sub:after {
	content: "";
	border-top: 1px solid #556B7A;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 100%;
	right: -100%;
}
p.responsive.share-us {
    display: none;
}
p.share-us {
    text-align: center;
    font-size: 12px;
}
span.bold {
    color: #49565E;
    font-weight: 600;
    text-transform: uppercase;
}
.sub img.footer-logo-full {
    width: 310px;
}
nav.site-map {
    max-width: 600px;
    margin: 50px auto;
    text-transform: uppercase;
    font-size: 13px;
}
.site-map ul {
    list-style:none;
    padding:0;
    margin:0;
}
.site-map ul ul {
    margin-top: 30px;
    width: 150px;
    font-weight: normal;
}
.site-map > ul {
    display:table;
    width:100%;
}
.site-map > ul > li {
    display:table-cell;
    width: 250px;
    font-weight: bold;
}
.site-map li li {
    display:block;
    transition: all 0.3s ease;
    padding: 3px;
}
.site-map li li:hover {
    background-color: #26363D;
    color: #FFF;
}
.site-map a {
    color: inherit;
    text-decoration:none;
    display:block;
    position:relative;
    line-height: 1.5;
}
footer .contentwrap > p {
    text-align: center;
    font-size: 12px;
}
/** bykeo ***/
.bykeo {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: #526470;
}
.bykeo a {
    color: #FFFFFF;
    text-decoration:none;
}
.bykeo img {
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.bykeo a:hover img{
    transform-origin: center;
    transform: translateX(-200%) rotate(-360deg);
}
/*============ splash ============*/
/*  banner */
.banners-home .banner-stage {
    padding-top: 28.32%;
    position:relative;
}
.banners-home .banner {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    display:block;
    background-position:center;
    background-size:cover;
}
.banners-home .banner-navigation {
    display:none;
}
.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.banners-home span.banner-name {
    display: none;
}
.banners-home span.banner-title {
    position: relative;
    font-size: 3vw;
    color: #FFFFFF;
    width: 50%;
}
.banners-home span.banner-item-content {
    box-shadow: 0 0 0 5px #8C969B;
    background-color: #8C969B;
    line-height: 1.9;
}
/*============ sub page============*/
.page-content {
    position: relative;
}
.page-graphic {
    height: 440px;
    background-size:cover;
    background-position:center;
    position: relative;
    display: table;
    width: 100%;
}
.page-graphic > .contentwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Pillar styles
   ========================================================================== */
.pillars-cont {
    display: flex; /* row */
    width: 100%;
    box-sizing: border-box;
}
.pillars-cont .col { /* 2 cols */
	display: flex;
	flex-grow: 1; /* if only one item - make it full width */
	flex-direction: column;
	width: 30%;
	box-sizing: border-box;
}
.pillars-cont > div:first-of-type { /* first col */
	width: 70%;
}

/* items within a column */
.item {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	flex-grow: 1; /* fill the column */
	flex-shrink: 1;
	/* position content */
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.item:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* cover bg image */
.item-2:before {
    background-color: #8C969B;
}
.item-3:before {
    background-color: #F3EFEB;
}
.count-3 .item-3:before, /* if only 3 items, make last blue */
.item-4:before {
    background-color: #90B2C4;
}
.item-info {
    position: relative;
    padding: 12%;
    width: 100%;
    box-sizing: border-box;
}
.item-info > * {
    padding: 0 2px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pillar-card-icon {
	display: none;
}
.item-info span {
    box-shadow: 0 0 0 5px #FFFFFF;
    background-color: #FFFFFF;
    line-height: 1;
}
.item a {
	display: inline-block;
	text-decoration: none;
	padding: 16px 52px;
	border: 1px solid #29363D;
	color: #FFFFFF;
	background-color: #29363D;
	transition: background-color 0.25s linear,
                color 0.25s linear;
	font-weight: 700;
	letter-spacing: 1.5px;
	box-sizing: border-box;
	max-width: 100%;
}
.item a:hover {
	color: #29363D;
	background-color: #FFFFFF;
}
.item-info h3 {
    display: none;
    text-transform: none;
}
.item-info h2 {
	margin-bottom: 30px;
	font-size: 1.8vw;
	margin-top: 0;
}
.item-info p {
	margin-bottom: 0px;
}

/** first large item **/
.item.item-1 a {
	background-color: #F3EFEB;
	border: 1px solid #F3EFEB;
	color: #29363D;
}
.item.item-1 a:hover {
    background-color: #26363D;
    color: #FFF;
}
.item.item-1 h3 {
    display: block;
}
.item-1 .item-info > * {
    color: #FFFFFF;
}
.item-1 .item-info {
	padding: 5% 12%;
}
.item-1 .item-info span {
    box-shadow: 0 0 0 5px #29363D;
    background-color: #29363D;
    /* line-height: 2.2; */
    margin-bottom: 20px;
}
.item-1 .item-info h2 {
    font-size: 52px;
    font-size: 4vw;
}
.item.item-1 .item-info > h3 {
    font-size: 32px;
    font-weight: normal;
}

/* ==========================================================================
   Staff Card styles
   ========================================================================== */
.t-staff-full .staff-cont {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.t-staff-full .staff-cont:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -100%;
	right: 100%;
	background-color: #F3EFEB;
}
.t-staff-full .staff-cont:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -100%;
	background-color: #F3EFEB;
}
h1.staff-heading {
    margin: 0;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    background-color: #F3EFEB;
}
.staff-cont {
    background-color: #F3EFEB;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.staff-cont > a {
	text-decoration: none;
	color: #556B7A;
	text-transform: uppercase;
	margin: 20px;
}
.staff-card {
    width: 300px;
    min-height: 380px;
    margin: 58px 0;
    text-align: center;
    background-color: #FFFFFF;
    transition: all 0.25s linear;
}
.staff-card:hover {
    background-color: #90B2C4;
    color: #FFFFFF;
}
.staff-card .staff-img {
    padding-top: 69%;
    background-position: top;
    background-size: cover;
}
.staff-bio > a {
	text-decoration: none;
}
.staff-bio h4 {
    font-size: 16px;
    margin-top: 30px;
}
.staff-bio h5 {
    font-size: 11px;
}
.staff-bio h3 {
    font-size: 19px;
}

/* ==========================================================================
   Pillar Page styles
   ========================================================================== */
h1.page-title {
    font-size: 35px;
    background-color: #29363D;
    color: #FFFFFF;
    padding: 0 10px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.t-pillar .page-body.contentwrap {
    padding: 30px;
    display: flex;
    align-items: flex-start;
}
.t-pillar .page-body.contentwrap > * {
    vertical-align: top;
}
.t-pillar .page-body.contentwrap > .icon {
    opacity: 0.63;
}
.t-pillar .page-content-edit {
    max-width: 940px;
}
.t-pillar div#content {
    background-color: #90B2C4;
}

/* ==========================================================================
   Staff Page styles
   ========================================================================== */
.t-staff-member .staff-background {
    background-color: #90B2C4;
}

.t-staff-member .staff-information {
    padding: 100px 0;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  
}
@media only screen and (max-width: 1550px) {
    .t-staff-member .staff-information {
        flex-direction: column;
        text-align: center;
        
    }
    .staff-details{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
      
}

.t-staff-member .staff-image {
    width: 415px;
    padding-top: 410px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.t-staff-member .editable {
    max-width: 600px;
}
.staff-contact button.phone-btn img {
    width: 13px;
    margin-right: 10px;
    transition: filter 0.25s linear;
}
.staff-contact button.email-btn img,
button.email-btn img {
	width: 16px;
    margin-right: 10px;
}
.staff-details h2 {
    font-size: 35px;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    color: #FFFFFF;
    background-color: #29363D;
    margin-top: 0;
    box-shadow: 0 0 0 10px #29363D;
    margin-left: 10px;
}
.staff-details h5 {
    font-size: 13px;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #29363D;
    box-shadow: 0 0 0 5px #29363D;
    margin-left: 5px;
}
.staff-contact button img {
    filter: brightness(0) invert(1);
}
button.email-btn:hover img {
	filter: none;
}
/* ==========================================================================
   Contact Page styles
   ========================================================================== */
.t-contact .page-body {
    display: flex;
}
.maps-cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 60%;
    background-color: #90B2C4;
}
.maps-cont > div {
    position: relative;
    margin: 80px 0;
    width: 40%;
}
.maps-cont > div:before {
	content: "";
	position: absolute;
	background: url('https://storage.googleapis.com/kms-au.appspot.com/sites/coopers-chartered-accountants/app/2026-03-03T04%3A50%3A30.165998/img/map-overlay.svg');
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 180%;
	opacity: 0.63;
	mix-blend-mode: multiply;
}
.location {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
}
.location a {
	text-decoration: none;
	color: inherit;
}
.location h2 {
    font-size: 32px;
}
.map-tamworth .map-pin {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/coopers-chartered-accountants/app/2026-03-03T04%3A50%3A30.165998/img/dark-map-pin.svg);
    width: 36px;
    height: 54px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 40%;
    left: 20%;
    margin-bottom: -27px;
    margin-left: -18px;
}
.map-sydney .map-pin {
    background-image: url(https://storage.googleapis.com/kms-au.appspot.com/sites/coopers-chartered-accountants/app/2026-03-03T04%3A50%3A30.165998/img/light-map-pin.svg);
    width: 36px;
    height: 54px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 20%;
    left: 100%;
    margin-bottom: -27px;
    margin-left: -28px;
}
.contact-form {
    background-color: #F3EFEB;
    width: 40%;
    position: relative;
}
.contact-form p {
    position: relative;
    width: 100%;
}
label {
    position: absolute;
    top: 0;
    left: 10px;
    text-transform: uppercase;
    line-height: 54px;
}
form {
    margin: 50px 40px;
}
input,
select,
textarea {
    width: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 18px;
}
input,
textarea {
    text-transform: none;
}
input,
select {
    height: 54px;
}
input,
textarea {
    padding-left: 10px;
}
textarea {
    padding-top: 18.5px;
}
input.button {
    width: 140px;
}
/* ==========================================================================
   Subscribe Form styles
   ========================================================================== */
.t-subscribe .contact-form {
	width: 100%;
}
.t-subscribe form {
    margin: 0 auto;
    padding: 60px 20px;
    max-width: 560px;
}
#subscribe-form input {
    margin-bottom: 1em;
}
#subscribe-form input::placeholder {
    text-transform: uppercase;
}
#subscribe-form label {
    position: relative;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 1680px) {
	.maps-cont > div {
		width: 90%;
		height: auto;
		margin: 20px;
	}
	.location {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
}
@media only screen and (max-width: 1550px) {
	.t-staff-member .staff-information {
    justify-content: space-evenly;
    margin: 0 25px;
}
}
@media only screen and (max-width: 1300px) {
	header.top .logo {
		bottom: 100%;
	}
	.pillars-cont {
		flex-wrap: wrap;
	}
	.pillars-cont .col,
	.pillars-cont > div:first-of-type {
		width: 100%;
	}
	.pillars-cont .col {
		flex-direction: row;
	}
	.item.item-1 {
		min-height: 0px;
	}
	.item.item-1 .item-info {
		padding: 10% 12%;
	}
	.item-1 .item-info h2 {
	    font-size: 6vw;
	}
}
@media only screen and (max-width: 1000px) {
	.item-cont.item-cont-1 .item-info > h3 {
		font-size: 4vw;
	}
}
@media only screen and (max-width: 960px) {
	.banners-home span.banner-title {
	    width: 70%;
	    font-size: 7vw;
	}
	.banners-home .banner-stage {
		padding-top: 80%;
	}
    #mobile-menu {
        display:block;
    }
    .header-menu,
    .main-menu ul,
    nav.site-map {
        display:none;
    }
    header.top .logo {
        position: relative;
    }
    .slide-menu {
        display:block;
    }
    .slide-menu-active .site-content-menu-slide {
        right: 240px;
    }
    .slide-menu-active #mobile-menu {
        right: 260px;
    }
	.item-info h2 {
	    font-size: 3vw;
	}
	.footer-bottom .contentwrap {
		text-align: center;
	}
	img.footer-logo {
		position: relative;
		width: 150px;
		margin: 20px;
	}
	.t-pillar .page-body.contentwrap > .icon {
		width: 200px;
	}
	p.full.share-us {
		display: none;
	}
	p.responsive.share-us {
		display: block;
		width: 100%;
	}
	/* Contact page */
    .t-contact .page-body {
		flex-wrap: wrap;
	}
	.t-contact .page-body > div {
		width: 100%;
	}
	.maps-cont > div {
		width: 415px;
		height: 530px;
		position: relative;
		margin: 80px 0;
	}
	.location {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		font-size: 15px;
	}
}
@media only screen and (max-width: 880px) {
	.pillars-cont .col {
		flex-wrap: wrap;
	}
	.item-info {
		padding: 40px 12%;
	}
	.item-1 .item-info h2,
    .item-info h2 {
	    font-size: 5vw;
	}
	.item.item-1 .item-info > h3 {
		font-size: 1em;
	}
	.item-cont.item-cont-1 .item-info > .pillar-card-icon {
		display: none;
	}
	.maps-cont > div {
		width: 90%;
		height: auto;
		margin: 20px;
	}
	.location {
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
}
@media only screen and (max-width: 760px) {

    a {

        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;

        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;

        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;

    }
    .t-pillar .page-body.contentwrap > .icon {
    	display: none;
    }
    .item-cont.item-cont-1 .item-info > h3 {
        font-size: 5vw;
    }
    .staff-bio {
    min-height: 130px;
    }
}
@media only screen and (max-width: 550px) {
	.banners-home .banner-stage {
		padding-top: 100%;
	}
	.banners-home span.banner-title {
		width: 95%;
	}
	.sub img.footer-logo-full {
		width: 200px;
	}
}
@media only screen and (max-width: 490px) {
	.t-staff-member .staff-image {
		width: 100%;
		padding-top: 75%;
		background-position: top;
	}
	.staff-details,
	.editable {
		width: 100%;
	}
	.staff-details h2 {
		width: 100%
	}
}
@media only screen and (max-width: 455px) {
    header .header-bar-top {
        width: 0;
    }
    header.top {
        min-height: 60px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    header.top .logo {
        width: 70vw;
    }
    .banners-home span.banner-title {
        font-size: 8vw;
    }
}