.grid-container {
	max-width: 85rem;
	margin: 0 auto;
}


html {
    scroll-behavior: smooth;
  }

.material-icons, .material-icons-outlined, .material-symbols, .material-symbols-outlined, .material-symbols-rounded {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
  }

  .material-icons.md-18,  .material-icons-outlined.md-18 { font-size: 18px; }
  .material-icons.md-24,  .material-icons-outlined.md-24 { font-size: 24px; }
  .material-icons.md-36,  .material-icons-outlined.md-36 { font-size: 36px; }
  .material-icons.md-48,  .material-icons-outlined.md-48 { font-size: 48px; }



  .material-symbols-rounded.md-18 { font-size: 18px; }
  .material-symbols-rounded.md-24 { font-size: 24px; }
  .material-symbols-rounded.md-36 { font-size: 36px; }
  .material-symbols-rounded.md-48 { font-size: 48px; }

  .material-symbols-rounded.md-30 { font-size: 30px; }



  .material-symbols-rounded {
    font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 40
  }


  .material-symbols-rounded.weight-200 {
    font-variation-settings:
    'wght' 200,
    'GRAD' 0,
    'opsz' 40
  }


  .material-symbols-rounded.green { color: #17958B; }
  .material-symbols-rounded.red { color: #891A1F; }
  




.material-icons.green, .material-icons-outlined.green { color: #17958B; }
.material-icons.red, .material-icons-outlined.red { color: #891A1F; }

.material-icons.spacer { margin-right: 10px;}





img { max-width: 100%;}

a.svg {
    position: relative;
    display: inline-block; 
  }
  a.svg:after {
    content: ""; 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left:0;
  }



h1, h2, h3, h4, h5, h6, blockquote  { font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-style: normal;
}

h1 {
    font-weight: 400;
    color: #891a1f;
    margin-bottom: 0.5em;
    font-size: 2.9em;
    margin-top: 1em;
    }
    
    h2 {
    color: #891a1f;
    font-weight: 400;
    font-size: 1.8em;
    margin: 1.3em 0 0.5em 0;
    }

    h2 a {
        font-weight: 400;
    }

h3 {
    font-weight: 400;
    color: #137c74;
    margin: 1.3em 0 0.5em 0;
    font-size: 1.5em;
    }


h4 {
    color: #0d6962;
    margin-bottom: 1em;
    font-size: 0.85em;
    font-family: open-sans, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    }


p, li, ul, ol, table {
	font-size: 0.95em;
    color: #252525;
    font-weight: 400;
    line-height: 2em;
    font-family: open-sans, Arial, Helvetica, sans-serif;
    font-style: normal;
}

p {
    margin-bottom: 2em;
}

.no-margin {
    margin-bottom: 0em;

}

blockquote {
        border: none;
        font-size: 1.75em;
        color: #891a1f;
        font-weight: 200;
        line-height: 52px;
        padding: 0 2em;
        margin-bottom: 0.5em;
}

blockquote p {
        border: none;
        font-size: 0.75em;
        color: #891a1f;
        font-weight: 200;
        line-height: 1.76em;
        padding: 0 0 0 0em;
        margin: 0.5em 1em;
}

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

.fi-marker {
    padding-right:0.5em;
}

.active {
    color: rgb(163, 46, 48);}
  
  a {
      transition: .35s all ease;
      color: #891a1f;
      text-decoration: none;
  }
    

.page-content p a, .inner-content p a, .inner-content li a, .page-content li a, .news-post-intro p a, .vacancy-detail p a {
    border-bottom: #073834 dotted 1.3px;
      box-shadow: inset 0 0 0 0 #E3ECEB;
	margin: 0 -.05rem;
  transition: color .3s ease-in-out, box-shadow .6s ease-in-out;
  font-weight: 600;
}

.page-content a:hover, .inner-content a:hover, .news-post-intro a:hover, .vacancy-detail a:hover {
    color: #0F5F58;
    box-shadow: inset 700px 0 0 0 #E3ECEB;
  }

  .page-content h4 a {
    border-bottom: #073834 dotted 1.3px;
      box-shadow: inset 0 0 0 0 #E3ECEB;
	padding: 0 .05rem;
	margin: 0 -.05rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.list-links li a {
	border-bottom: none;
}

.list-links li a:hover {
    box-shadow: none;
} 


.page-links li a {
	border-bottom: none;
}

.page-links li a:hover {
    box-shadow: none;
} 


  .button {
    background-color: #891a1f;
    color: #fff;
    border-radius: 4px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9em;
    padding: 0.5em 0.7em;
    line-height: 20px;
  }

  .button:hover {
    background-color: #17958b;
    color: #fff;
    transition: .55s all ease;
}

.main-btn {
    background-color: #891a1f;
    color: #fff;
    border-radius: 4px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9em;
    padding: 0.5em 0.7em;
    line-height: 20px;
}

.main-btn:hover {
  background-color: #17958b;
  color: #fff;
  transition: .55s all ease;
}



.alt-btn {
    color: #17958b;
    border-radius: 4px;
    border: solid 1px #17958b;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 0.9em;
    padding: 0.5rem 1rem;
    line-height: 20px;
}

.alt-btn:hover {
  background-color: #17958b;
  color: #fff;
  transition: .55s all ease;
}



.secondary-button {
    background-color: #17958b;
    color: #fff;
    border-radius: 4px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9em;
    padding: 0.5em 0.7em;
    line-height: 20px;


}

.secondary-button:hover {
  background-color: #891a1f;
  color: #fff;
  transition: .55s all ease;
}

.option-button {
    background-color: #e7e8e9;
    color: #000;
    border-radius: 4px;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 0.75em;
    padding: 0.6em 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0em 1em 2em 0em;
    float: left;
}

.option-button:hover {
  background-color: #17958b;
  color: #fff;
  transition: .55s all ease;
}




.hover-grey img {
 
    -webkit-filter: grayscale(0);
	filter: grayscale(0);

}
.hover-grey:hover img {
	transition: .3s ease-in-out;

    -webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}



.search {
    margin: 1.5rem 0 0 0rem;
}

.search a {
    font-weight: 700;
}

.search h3 {
    font-size: 1.1rem;
}

.search-box {
    margin-top: 3rem;
}

.search-box h2 {
    color: #0d6962;
    font-size: 1.25rem;
    letter-spacing: 3px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 3rem;
}


.search-box input {
    border: none;
    border-bottom: #707070 dashed 1px;
    box-shadow: none;
    font-size: 2.8rem;
    font-weight: 200;
    padding-bottom: 1rem;
    text-align: center;
    height: 90px;
}

.search-box input:focus {
    box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: #707070 dashed 1px;


}

.search-box h3 {
    margin: 4rem 0 2rem 0 ;
    font-size: 1.3rem;
}

.search-btn {
    color: #17958b;
    border-radius: 4px;
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    padding: 0.5em 2rem;
    line-height: 20px;
    border: #17958b 1px solid;
    margin: 0 0 0 1rem;
   text-align: center;
}

.search-btn:hover {
  background-color: #17958b;
  color: #fff;
  transition: .55s all ease;
}

.search-collections-btn {
    color: #0c5d56;
    background-color: rgba(23,149,139,0.2);
    border-radius: 2px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15rem;
    padding: 0.8em 2rem;
    line-height: 20px;
    margin: 1rem;
   text-align: center;
}

.search-collections-btn:hover {
  background-color: #17958b;
  color: #fff;
  transition: .55s all ease;
}

.search-content h3 {
    margin-top: 10px;
}


/* header section */

header {
    margin: 1rem 0em 0em 0em;
}


.top-section {
    background-color: #fff;
}



.top-links {
    margin-top: 2em;
    align-items: end;
}
.top-links li a {
    color: #272626;
    font-size: 0.95em;
    font-weight: 400;
    padding-left: 1em!important;
}

.top-links li a:hover {
    color: #891a1f;
}


.logo {
    margin: 0.5em;
}


.main-nav {
   margin: 2rem 0 1rem 0;
}

.main-nav li a {
    color: #000;
    font-weight: 500;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    padding: 7px 20px 6px;
    
}
 
.main-nav a:hover {
    color: #B51F42;
}
















.menu .active > a {
    background: #E3ECEB;
    color: #0F5F58;
    }


    .menu .is-active > a {
        background: #E3ECEB;
        color: #0F5F58;
      }

        

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {

	display: none;
	
}



.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {

    border-color: transparent transparent transparent #0F5F58;
  }


  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    border-color: transparent transparent transparent #0F5F58;
  }


.dropdown .is-dropdown-submenu a {
	padding: 0.7rem 1rem;
	text-transform: none;
	font-size: 0.9rem;
    line-height: 25px;
    text-align: left!important;
    margin: 0!important;
    width: 100%;
    padding-left: 30px;
}

.is-submenu-item {
    font-size: 1em;
}

.dropdown.menu > li.is-active > a {
    background: transparent;
    color: #891a1f;
    }

.is-dropdown-submenu-parent {
    position: relative;
    z-index: 500;

}
.is-submenu-item a:hover { 
    color: #0F5F58;
background-color: #E3ECEB;
}

.is-dropdown-submenu {
	border-bottom: 1px solid #E2E2E2;
    border-right: 1px solid #E2E2E2;
    border-left: 1px solid #E2E2E2;
    border-top: none;
    margin-top: 0.5rem;
    background: #FFFDFD;
    padding: 0px!important;
    width: 100%;
    text-align: left;
    min-width: 350px;
    list-style: none;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
    margin-left: 0 !important;
  }


  









/* Mobile menu styles */

.off-canvas.is-transition-overlap {
    z-index: 200;
}

.mobile-menu-icon {
    margin-top: 30px;
}



.off-canvas.is-transition-overlap {
	z-index: 40;
}
.mobile-nav {
    margin: 60px 0 0 0px;
    text-align: left;
}

.mobile-nav li a {
    color: #000;
    font-size: 1.15rem;
    line-height:2.5rem;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    border-bottom: #beb9b9 1px solid;
}


.mobile-nav li a:hover {
    font-size: 1.15rem!important;
    background-color: #0d6962;
    color: #fff;

}


.mobile-nav ul {
    padding-bottom: 0.2rem;
    margin-left: 0;
}



.mobile-nav .nested li:last-child {
    margin-bottom: 1rem;
}

.mobile-icon {
    float: right;
}


.drilldown a {
	padding: 0.7rem 1rem;
	background: none;
}


.close-button {
    color: #000;
}


.drilldown .is-drilldown-submenu-parent > a::after {
	border-color: transparent transparent transparent #000;
}




.drilldown .js-drilldown-back > a::before {
	border-color: transparent #000 transparent transparent;
}

.mobile-nav a:hover {
	color: #022E40;
    background-color: #fff;

}

.is-drilldown li {
	margin: 0.2rem;
}



.drilldown .is-drilldown-submenu {
	background: #f2f4f5;
}



.off-canvas {
    background-color: #f2f4f5;
}

.position-top {
	top: 0px;
	left: 0;
	width: 100%;
	overflow-x: auto;
	-webkit-transform: translateY(-800px);
	-ms-transform: translateY(-800px);
	transform: translateY(-800px);
    height: 800px;
}

.off-canvas.is-transition-overlap {
	z-index: 500;
}










.accordion-menu a {
    font-size: 0.85rem;
    font-weight: 400;
    color: #000;
    line-height: 20px!important;
    background-color: #f4f4f4;
    margin-bottom: 0.5em;
}

.accordion-menu a:hover {
	color: #fff;
	background-color: #17958b;
}


.accordion-menu .is-accordion-submenu a {
    padding: 0.7rem 1.8rem;
    background-color:rgba(244,244,244,0.4);
}

.accordion-menu .is-accordion-submenu a:hover {
    
    color: #fff;
	background-color: #17958b;
}

.accordion-menu .nested.is-accordion-submenu {
	margin-right: 0;
	margin-left: 0rem;
}


.accordion-menu {
    /* background-color: #f4f4f4; */
    padding: 1em;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {

	border-color: #3d0709 transparent transparent;

}



.list-links {
	padding: 0;
    margin: 0 0 1.5em 0em;
}

.list-links__item {
	list-style: none;
	margin: 5px 0;
}

.list-links li {

    position: relative;
    list-style-type: none;

}

.list-links li a::before {
    content: "";
        position: absolute;
        top: 7px;
        left: 0px;
        width: 18px;
        height: 18px;
        background-image: url('/images/red-arrow.svg');

}

.list-links li a {
    font-family: open-sans, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.15em;
    padding: 0.4em 0em;
    margin-left: 2em;

}





.accordion-content p {
font-size: 1.05em
}



        .accordion-title {
            position: relative;
            display: block;
            padding: 1.25rem 1rem;
            border: 1px solid #e6e6e6;
            border-bottom: 0;
            font-size: 0.75rem;
            line-height: 1.6em;
            font-weight: 400;
        color: #137c74;
        font-size: 1.4em;
        }

        .accordion-title:hover, .accordion-title:focus {
            background-color: #e6e6e6;
            color: #000 ;
        }


        .two-section-container {
            margin-top:2em;
        }

        .two-section-text {
            margin-top: 1em;
        }

        .two-section-text h2 {
            margin-top: 0;
        }

/* hero */

.banneroverlay {
    position: absolute;
    position: absolute;
    width: 100%;
    height: 85%;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.95));
    z-index: 2;
}


.banneroverlay-contact {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
    cursor: pointer;
}

.hero-caption {
	z-index: 20;
	position: absolute;
    bottom: 3%;
    left: 60px;
	width: 85%;
    margin: 0 auto;
    color: #fff;
}

.hero-caption-inner {
	z-index: 20;
	position: absolute;
    bottom: 1.5rem;
    left: 4rem;
	width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

.hero-image {
	position: relative;
    display: block;
    margin-bottom: 2.5em;
}

.hero-caption h1, .hero-caption-inner h2 {
	font-size: 3em;
	font-weight: 700;
	line-height: 1.5em;
    color: #fff;
    margin-bottom: 0em;
}

.hero-caption-inner h1 {
	font-size: 2.9em;
	font-weight: 700;
	line-height: 50px;
    color: #fff;
    margin-bottom: 0.2em;
}

.hero-caption h3 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5em;
    color: #fff;
    margin: 0 0 1rem 0rem;
}

.hero-caption-inner p {
	font-size: 1.3em;
	font-weight: 400;
	line-height: 30px;
    color: #fff!important;
    padding: 0em;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    font-style: normal;
    margin-bottom: 0;
}


.hero-caption-inner a {
    color: #fff;
    border-bottom: 1px #fff dotted;
}

.hero-strap {
	z-index: 20;
	position: absolute;
	bottom: 5%;
	left: 60px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}


.home-intro {
    margin-left: 40px;
    padding-top: 40px;
}

.home-intro p {
    font-size: 1.25em;
    line-height: 45px;
}

.home-intro h2 {
    font-size: 2em;
    line-height: 45px;
}

.secondary-banner {
    margin-bottom: 1em;
    padding: 3.5rem 5.5rem;
   
}

.green-gradient {
    background: rgb(23,149,139);
    background: linear-gradient(180deg, rgba(23,149,139,1) 0%, rgba(5,33,31,1) 100%);
}

.red-gradient {
    background: rgb(148,34,30);
background: linear-gradient(180deg, rgba(148,34,30,1) 0%, rgba(34,6,5,1) 100%);
}

.secondary-banner h2 {
    color: #fff;
    font-weight: 700;
    font-size: 3.35rem;
    margin: 0;
}

.secondary-banner p {
    color: #fff;
    font-size: 1rem;
}


.secondary-banner-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.secondary-banner-img {
    margin-bottom: 1em;
    padding-left: 1rem;
}

.third-banner-img img {
    object-fit: cover;
    object-position: center;
    height: 100%;
}

.third-banner-img {
    margin-bottom: 1em;
    padding-right: 1rem;
}


.cta-banners {
    margin: 2rem 0 4rem 0;
}




.alt-intro {
    margin: 2em 0em 4em 2em;
}

.alt-intro h2 {
    margin-top: 0;
}

.inner-padding {
    margin-left: 2em;
}

/* Footer section */

.social-foot {
    padding-left: 0.1em;
}

.social-foot :hover {
    opacity: 0.4;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}

.social-logos img {
    margin: 0.5rem;
    text-align: left;
}

.social-logos {
    margin-top: 20px;
}

.cofe {
    margin-top: 2em;
}
 
footer {
    margin-top: 5em;
    border-top: #D3DADC 1px solid;
    padding-top: 50px;
    margin-bottom: 2rem;

}

footer h5 {
    color: #022E40;
    font-size: 12px;
    line-height: 2em;
}

.footer-menu li {
color: #022E40;
 list-style-type: none;
}

.footer-menu li a {
    color: #022E40;
    font-size: 13px;
    font-weight: 500;
}

.footer-menu li a:hover{
    opacity: 0.5;
        filter: alpha(opacity=50); /* For IE8 and earlier */
}

.footer-menu img {
    margin-right: 10px;
}
footer ul {
    margin: 0!important;
}

footer h3 {
    font-size: 1.775rem;
    font-weight: 600;
    color: #022E40;
    margin-bottom: 0.5rem;
    margin-top: 0;
}


footer h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #022E40;
    margin-bottom: 0.5rem;
}


footer p {
    margin-bottom: 0.5rem;
    font-size: 13px;
}


.copyright {
    margin-top: 3em;
    border-top: #D3DADC 1px solid;
    padding-top: 20px;
}

footer h5 a:hover {
    color: #891A1F;
}
.copyright h5 {
    font-size: 13px;
}
footer a {
    color: #022E40;
}

.digital-spirit img {
    margin-right: 0.5em;
}

.digital-spirit {
    margin-top: 2em;
}
.digital-spirit, .align-right {
    text-align: right;
}

.digital-spirit a:hover {
    color: #022E40;
    opacity: 0.5;
        filter: alpha(opacity=50); /* For IE8 and earlier */
}

.foot-content {
    padding-left: 20px;
}


/* homepage */

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

.home-news h2 {
    text-align: center;
    font-size: 2em;
    text-transform: uppercase;
    color: #891a1f;
    margin-bottom: 1em;
}

.home-news-block {
    padding: 0 2.8em;
    margin-bottom: 2em;
}


.life-caption {
	z-index: 20;
	position: absolute;
    bottom: 10px;
    left: 30px;
	width: 80%;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

.life-image {
	position: relative;
    display: block;
    margin-bottom: 0.5em;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 20px;
}

.life-image img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}

.life-caption h3 {
    font-weight: 700;
    color: #fff;
    font-size: 1.35rem;
}

.banneroverlay-img {
    position: absolute;
    height: 85%;
    bottom: 0;
    left: 0;
    right: 20px;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.95));
    z-index: 2;
}



.life-across {
    margin-top: 2em;
}

.life-across h3, .home-vacancies h3 {
    font-size: 1.375em;
    color: #535557;
    margin-bottom: 0em;
    font-weight: 600;
}

.life-across h4 {
    text-align: center;
    font-size: 1.2em;
    text-transform: uppercase;
    color: #891a1f;
    margin-top: 1em;
    font-weight: 400;
}

.life-across-imgs {
padding: 0.3em;
}




.image-hover-wrapper {
    position: relative;
  }
  
  .image-hover-wrapper a {
    display: inline-block;
    letter-spacing: normal;
    line-height: initial;
    margin: 0;
    padding: 0;
    position: relative;
  }
  
  .image-hover-wrapper a img {
    float: left;
    overflow: hidden;
    width: 100%;
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fefefe;
    display: inline;
    height: 100%;
    margin-left: -100%;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 80;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-delay: 0.25s;
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal:hover {
    opacity: 1;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal:hover p {
    opacity: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition-delay: 0.25s;
  }
  
  .image-hover-wrapper a .image-hover-wrapper-reveal p {
    display: block;
    opacity: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff;
    font-size: 0.95em;
  }


  

  .image-hover-wrapper-reveal h3 {
      color: #fff;
      font-size: 1.5em;
      padding: 2em 2em 0.4em 2em;
  }
  
  .image-hover-wrapper-reveal h4 {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #fff;
    bottom: 30%;
    font-size: 0.95em;
  }


  .home-vacancies {
        background: #f2f4f5;
        padding: 2rem 1.4rem;
        text-align: center;
        margin-bottom: 4rem;
  }

.home-vacancy-details {
    padding: 0em 2em;
    text-align: left;
    margin-bottom: 2em;
}

.home-vacancy-details h4 {
    color: #000;
    font-size: 1em;
    font-weight: 500;
}

.home-vacancy-details p {
    color: #000;
    font-size: 0.85em;
    margin-bottom: 0.4rem;
    padding-right: 2rem;
}

.home-vacancies a {
    font-weight: 600;
}

.home-vacancies h3 a {
    color:#535557;
}


.home-heading h2 {
    font-weight: 700;
    color: #000;
    font-size: 2rem;
    margin: 0;

}

.home-heading {
    margin-bottom: 1.75rem;
}



.home-all-link a {
    font-size: 1.1rem;
    font-weight: 600;
}

.home-all-link p {
    padding: 0;
    margin: 0;
}


.home-news-post {
    text-align: left;
    margin-bottom: 3rem;
}

.home-news-post h5 {
    color: #000;
    font-size: 1em;
    font-weight: 700;
    margin: 0;
}

.home-news-post h3 {
    color: #000;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 1rem 0 0 0;
    padding-right: 5rem;
}

.home-news-post img {
    margin-bottom: 1rem;
}

.quick-links {
    background: #f2f4f5;
    padding: 2rem 2.4rem;
    margin: 0.5rem 0rem 1.5rem 0rem;
}

.quick-links h2 {
    font-weight: 700;
    color: #000;
    font-size: 2rem;
    margin: 0 0 1rem 0;

}

.quick-links a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.4rem 0rem;
    color: #000;
    font-weight: 600;
  }

  .quick-links a:hover {
    color: #891A1F;
  }


  
  .page-links {
    background-color:rgba(244, 244, 244, 0.6);
    background-image: url(/images/quick-link-shape.svg);
    background-repeat: no-repeat;
    background-position: 490px 100px;
    padding: 2rem 1rem 1rem 2.4rem;
    margin: 2rem 0rem 4rem 0rem;
}

.page-links h2 {
    font-weight: 700;
    color: #000;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    padding-bottom: 10px;

}

.page-links a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0 20px 20px 0;
    color: #000;
    font-weight: 600;
  }

  .page-links a:hover {
    color: #891A1F;
  }




/* inner page styles */


.page-content {
    margin-left: 4rem;
}

.breadcrumb{
	z-index: 20;
	position: absolute;
    top: 12%;
    left: 5%;
	width: 100%;
    margin: 0 auto;
    color: #fff;
}


.breadcrumb .menu a {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 0.75em;
    padding: 0.3em 2em;
}

.breadcrumb .menu a:hover {
    color: #a2dbee;
      opacity: 0.9;
      filter: alpha(opacity=50); /* For IE8 and earlier */
      transition: .35s all ease;
}

.breadcrumb .menu li:not(:first-of-type):after {
	content: "/";
	color: #fff;
	padding: 0;
	line-height: 0;
	margin: 0;
	position: absolute;
	top: 9px;
}


.hero-caption-inner-landing {
	z-index: 20;
	position: absolute;
    bottom: 20%;
    left: 6%;
	width: 60%;
    margin: 0 auto;
    color: #fff;
}

.hero-caption-inner-landing h1, .hero-caption-inner-landing h3 {
    color: #fff;
}


.related {
    padding: 1em 3em!important;
}



.related-intro {
    margin: 2em 0;
    text-align: center;
}

.opening-para p {
    font-size: 1.3em;
    color: #17958b;
    line-height: 1.7em;
    margin-bottom: 1em;
}


.page-img {
    margin-top: 2em;
    width:100%;
}
.img-caption {
        background: #3F3F42;
        color: #EEEEEE;
        padding: 1rem;
        margin-bottom: 2em;
        font-size: 0.9em;
}

/* landing page styles */



.landing-intro-img {
	position: relative;
    display: block;
    margin-bottom: 2.5em;
    margin-left: 5em;
}

.intro-holder{
    position: absolute;
    width: 100%;
    background-color: #F5F8F8;
    left: 40%;
    padding: 2rem 2.5rem 2rem 2.5rem!important;
    margin-top: 4em;
}

.intro-holder h2 {
    margin-top: 0;
}

.main-link-intro {
    margin: 4em 0;
}

.main-link-intro h3 {
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}

.middle-links {
    margin-bottom: 3em;
}

.middle-links-content {
    padding-right: 3em!important;
}

.middle-links-content h3 {
    color: #891a1f;
}

.landing-bottom-link-holder {
    margin-top: 5em;
}

.landing-bottom-link img {
    margin-bottom: 1.5em;
}

.landing-bottom-link p {
    padding-right: 2.5em!important;
}

.landing-bottom-link h4 {
    font-size: 1.2em;
color: #000;
font-weight: 400;
}

.contact-link-bottom {
    text-align: center;
    margin: 5em 0em;
}

.contact-link-bottom h3 {
    color: #000;
    margin-bottom: 1em;
}


/* News section */

.news-main {
    margin-bottom: 3em;
}

.news-extra-posts {
    margin-bottom: 3em;
    margin-top: 3em;
}

.news-extra-posts h4, .news-main h4 {
    color: #707070;
    font-size: 0.8em;
    font-weight: 400;
}

.news-post {
    margin-top: 3em;
}

.sharing h4 {
    color: #707070;
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: 1em;
    margin-top: 3em;
}


.news-header {
    background-color:#f2f4f5;
    padding: 2rem 2rem;
    margin: 0 0 1rem 0;
}

.news-header h1 {
    color: #000;
    font-size: 2.9rem;
    margin: 0;
}

.news-post-intro {
    margin: 3rem 0rem 0 0rem;
}

.date {
    font-size: 0.8rem;
    font-weight: 300;
    margin-bottom: 0.5rem;
}

.news-post-intro h2 {
    margin-bottom: 0;
}

.news-post h3 {
    margin-top: 0.2rem;
}

.news-post img {
    margin-bottom: 1rem;
}

.news-post p, .news-post h3 {
    padding: 0 3rem 0 0;
}

.news-post {
    margin-bottom: 3rem;
}

.date-headline {
    font-size: 1.2rem!important;
}

.share h3 {
    margin-bottom: 1rem;
}

.news-img-container {
    margin: 2rem 0;
}


/* gallery */

.orbit-bullets button {
	width: 0.5rem;
	height: 0.5rem;
	margin: 0.5rem;
	border-radius: 50%;
	background-color: #cacaca;
}




.orbit-bullets button {
    border-radius: 0;
    width: 10rem;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 5rem;
    height: 100%;

  }

  .orbit-bullets button:hover {
	background-color: #fff;
}
.orbit-bullets button.is-active {
	background-color: #fff;
}

  .thumbnail {
    margin-bottom: 0;
  }


  .orbit-previous, .orbit-next {
    color: rgba(255, 253, 254, 0.85);
}



/* form */

.form {
    background-color: rgba(244,244,244,0.45);
    padding: 1rem 3rem!important;
    margin-top: 20px;
}

.form input, .form textarea {
    margin-top: 0.3em;
    margin-bottom: 30px;
}

.form label {
    margin-bottom: 10px;
}

::placeholder {
    color: rgb(48, 48, 48);
    font-size: 0.75em;
}


.pagination {
    margin-top: 2em;
}

.pagination a, .pagination button {
	display: block;
	padding: 0.1875rem 0.625rem;
	border-radius: 0;
	color: #434342;
}

.pagination .current {
	padding: 0.1875rem 0.625rem;
	background: #891a1f;
	color: #fefefe;
	cursor: default;
}


.media-section {
    padding-right: 3em;
}

.media-section p {
    line-height: 25px;
}

.media-section h2 {
    font-size: 1.2em;
}

.form input[type=file]::file-selector-button {
    background: #891a1f;
    color: white;
    border-radius: 5px;
    padding: 0.5em;
    width: 10em;
    border: none;
  
  }


/* Podcasts */

.podcast {
    margin-top: 2em;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 2em;
}

.podcast h2 {
	margin-top: 0.5em;
	font-size: 1.5em;
}



.plain-header {
    background-color:#f2f4f5;
    padding: 2rem 2rem;
    margin: 0 0 1rem 0;
}

.plain-header h1 {
    color: #000;
    font-size: 2.9rem;
    margin: 0;
    font-weight: 600;
}
.plain-header p {
    padding: 0;
    margin: 0;
}




.life-upoader-holder {
    background-color:#f2f4f5;
    padding: 2rem 2rem;
    margin: 0 0 1rem 0;
}

.life-upoader-holder p {
 margin: 0;
}

.life-upoader-holder h3 {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    font-size: 1.75rem;
   }

   .life-upoader-holder a {
    font-size: 1.25rem;
    font-weight: 600;
   }

   .life-uploader-btn {
    text-align: center;
   }


.pub-holder {
    margin: 4rem 0 2rem 0;
}

.sec-pub-holder {
    margin: 3rem 0 1rem 0;
}

.sec-pub-holder h3 {
    margin-top: 1rem;
    color: #891a1f;
    font-size: 1.15rem;
}


.previous-pub-holder {
    margin: 7rem 0;
}



/* Announcement */

.announcement {
    margin-top: 5em;
}

.announcement-menu a {
    font-size: 1.1em;
    font-weight: 400;
    color: #000;
    line-height: 20px!important;
}


.announcement-menu {
    background-color: #f4f4f4;
    padding: 1em;
    margin-top: 2em;
}
.announcement-menu a:hover {
	color: #fff;
	background-color: #17958b;
}


.helpfullinks-nav {
    width: 70%;
}


/* Search */

.search-side {
    margin-top: 2em;
    background-color: #f4f4f4;
    padding: 1.5em!important;
}
.search-side label {
    font-size: 1.1em;
    margin-bottom: 0.4em;
}

.search-results p {
    font-size: 1.4em;;
}

.search-results {
    margin-bottom: 2em;
}

.search-results h1 {
    margin-bottom: 0em;
}


/* Vacancies */

.vacancy-holder {
    border: 1px #ccc solid;
    padding: 1.5em!important;
    background-color: RGBA(244,244,244,0.4);
}

.vacancy-holder p {
    line-height: 28px;
}

.vacancy-holder h3 {
	font-weight: 500;
    font-size: 1.2em;
    margin-bottom:0.4em;
}

.vacancy-side {
    
    padding-left: 4em!important;
}

.vacancy-side h4 {
    font-size: 1.4em;
}

.side-btn-menu a {
    font-size: 1.1em;
    font-weight: 400;
    color: #fff;
    line-height: 20px!important;
    background-color: #07514b; 
    margin-bottom: 0.5em; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

.side-btn-menu a:hover {
	color: #fff;
	background-color: #891a1f;
}

.vacancy-detail table {
    margin: 2em 0em 3em 0em;
}

.vacancy-detail tbody tr:nth-child(2n) {
	border-bottom: 0;
	background-color: #f9f9f9;
}

.linkedin {
    background-color: #0386be;
    padding: 1em 1.5em;
    color: #fff;
    -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
width: 85%;
margin-top: 4em;
}

.linkedin h3, .linkedin p {
    color: #fff;
}

.linkedin p {
    font-size: 1.1em;
}

.vacancies-return {
    margin-top: 3em;;
}


.person-search {
    margin-top: 2em;
}

.person-search h3 {
    margin-bottom: 1em;
    font-size: 1.2em;
}


.team-photo {
    border: 1px solid #707070; 

}

.team-member {
    margin-bottom: 4rem!important;
}

.team-member h3 {
    margin: 0.9rem 0rem 0.85rem 0;
    font-size: 1.4rem;
}

.team-member h4 {
    color: #7E2524;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}


.team-member p {
        color: rgb(32, 40, 43);
        margin-bottom: 0em;
        font-size: 1em;
        font-weight: 600;
}

.team-container {
    padding-left: 40px;
}

.contact-links img {
    margin-right: 10px;
}


.team-member p a, .bishops-details p a {
    border-bottom: #073834 dotted 1.3px;
      box-shadow: inset 0 0 0 0 #E3ECEB;
	margin: 0 -.05rem;
  transition: color .3s ease-in-out, box-shadow .6s ease-in-out;
  font-weight: 600;
}

.team-member a:hover, .bishops-details a:hover {
    color: #0F5F58;
    box-shadow: inset 700px 0 0 0 #E3ECEB;
  }

.news-feed h2 {
    font-weight: 700;
}

.news-feed hr {
    max-width: 100%;
}

.bishops-details p  {
    color: rgb(32, 40, 43);
    margin-bottom: 0.5rem;
    font-size: 1em;
    font-weight: 600;
}

.bishops-details .contact-links {
    margin-top: 30px;
}

.bishops-details h3 {
    margin-top: 0;
    color: #7E2524;
    font-weight: 700;
    font-size: 1.3rem;
}

.bishops-details h2 {
    color: #137c74;
}

.bishops-team-img {
    margin-top: 20px;
}

.comings hr {
    margin: 2.5em 0em;
}

.bishops-details {
    margin-bottom: 50px;
}


.area-side-nav p {
    margin-bottom: 0;
    margin-left: 2rem;
}


.area-side-nav {
    margin-top: 2rem;
}


.area-side-nav-medium p {
    margin-bottom: 0;
    margin-left: 1rem;
}


.area-side-nav-medium {
    margin-top: 2rem;
    background-color:rgba(244,244,244,0.9);
    padding: 1rem;
}

.area-side-nav-medium a:hover {
background-color: #17958B;
color: #fff;
}

.area-side-nav-medium a {
    font-weight: 600;
    padding:0.5rem 13px;
    font-size: 15px;
}

.bishops-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;

}


.bishops-intro h2 {
    margin-bottom: 0;
}

.bishops-intro {
    margin: 2rem 0 2rem 0;
}



.area-number p {
    font-size: 3rem;
    font-weight: 700;
    margin: 0 15px 0 0;
    text-align: right;

}

.area-number-detail p {
    font-weight: 700;
    font-size: 1.2rem;
    margin: 0;
    line-height: 1.6rem;
}

.area-icon {
    text-align: center;
    margin-top: 20px;
}


.area-stats {
    margin-bottom: 2rem;
}


.area-detail-container {
    margin: 2rem 0;
}

.date {
    padding: 0;
    margin: 0;
}

.related h3 {
    margin-bottom: 0;
}



.dac_description {
    margin: 0rem 0 0 2rem;
}

.publication-links {
    margin: 2rem 0 6rem 0;
}

.publication-links h2 {
    margin-top: 0;
}

.publication-landing-content-middle {
    margin: 0 6rem;
}

.view-container {
    border: solid 1px #C4C4C4;
    padding: 1.5rem 3rem;
    margin: 2rem 0 1rem 0rem;
    background-color: #fff;

    -webkit-box-shadow: 0px 0px 4px 1px rgba(122,122,122,0.29);
    -moz-box-shadow: 0px 0px 4px 1px rgba(122,122,122,0.29);
    box-shadow: 0px 0px 4px 1px rgba(122,122,122,0.29);
}

.view-container h2 {
    margin: 0;
    font-weight: 600;
}

.view-container p {
    margin: 0;
}



.submission-form label {
    font-weight: 500;
    font-size: 1rem;
    color: #000!important;
    margin-bottom: 0.85rem!important;
}

.submission-form input, .submission-form textarea {
    margin: 0.5rem 0 3rem 0!important;
    font-size: 1rem;
}



.submission-form [type="checkbox"] {
    margin: 1rem!important;
}




.submission-form h2 {
    margin: 2rem 0rem 0.9rem 0rem!important;
    color: #891a1f!important;
    font-size: 1.85rem!important;
    line-height: 1.5rem!important;
    font-weight: 700!important;
}




input[type=submit] {
    background-color: #891a1f;
    border: none;
    color: #fff!important;
    padding: 1rem!important;
    text-decoration: none;
    margin: 2rem 2px!important;
    cursor: pointer;
    border-radius: 10px!important;
  }



.error {
    background-color: #E83C4C;
    margin: 0.5rem 0rem;
    font-weight: 700;
}


.submission-form input::placeholder, .submission-form textarea::placeholder {
    color: rgb(173, 173, 173);
    font-size: 0.85rem;
    padding-left: 0.5rem;
}

.ee-cform i {
    font-style: normal!important;
}

.submission-form .button {
    background-color: #ccc!important;
    color: #000;
}

.grid-field__column-label__instraction label {
display: none;}

.required {
    color: #ff0000;
    font-weight: 600;
    font-size: 0.85rem!important;
}


  input:required:focus {
    border: 2px solid red!important;
    outline: none!important;
  }


  input:required:hover {
    opacity: 1!important;
  }

  .submission-form input[type=file]::file-selector-button {
  background: #137c74;
  color: white;
  border-radius: 5px;
  padding: 0.5em;
  width: 10em;
border: none;

}

.submission-form input[type=file]::file-selector-button:hover {
  background: #DC7901;
}

.checkboxes {
    margin: 2rem 0;
}

.checkboxes p {
    font-size: 15px!important;
    line-height: 30px!important;
}

.eco-award {
    max-width: 120px;
    margin: 0 0 10px 40px;
}










/* Small only */
@media screen and (max-width: 39.9375em) {


    h1 {
        margin-bottom: 0.3em;
        font-size: 1.7em;
        margin-top: 0em;
        }

        h2 {
            margin-bottom: 0.3em;
            font-size: 1.5em;
            }

   header {
    margin: 0;
    padding: 0;
   }


   .hero-image img{
width: 400px;
   }

   .hero-image {
    margin-bottom: 0;
   }

   .mobile-head {
    padding: 1rem 1.5rem;
}



    .hero-caption {
        z-index: 20;
        position: relative;
        top: 7%;
        left: 0px;
        width: 95%;
        margin: 1em 0 0 0.5em;
    }

    .hero-caption h1 {
        color: #891a1f;
        font-size: 2em;
        line-height: 40px;

    }

    .hero-caption-inner-landing  {
        position: relative;
        left: 10px;
        width: 100%;
        margin-top: 1.5em;
    }

    

    .hero-caption-inner-landing h1 {
        color: #891a1f;
        font-size: 2em;
        line-height: 40px;

    }

    .hero-caption-inner-landing h3 {
        color: #000;
    }

    .hero-caption-inner {
        text-align: left;
        padding-left: 5px;
    }





    .hero-caption-inner {
        bottom: 10px;
        left: 0px;
        width: 95%;
        margin: 1em 0 0 0.5em;
    }

    .hero-caption-inner h1 {
        color: #fff;
        font-size: 1.75rem;
        line-height: 35px;

    }

    .hero-caption-inner p {
        font-size: 1.05rem;
        line-height: 1.5rem;
    }




    .hero-caption-inner h3 {
        color: #000;
        font-size: 0.95em;
        padding: 0;
    }
    

    .hero-caption h3 {
        color: #000;
        font-size: 0.95em;
    }

    .home-news-block {
        padding: 0 1em;
    }

    .life-across h3, .home-vacancies h3 {
        font-size: 1.6em;
    }

    .home-vacancy-details {
        padding: 0 1em;
    }

    .home-vacancies {
        padding: 2em 1em;
    }

    footer {
        margin-top: 3em;
        padding: 3em 1em;
        text-align: center;
    }


    .digital-spirit, .cofe {
        text-align: center;
    }
 
    .eco-award {
        max-width: 100px;
        margin: 30px auto;
        text-align: center;
    }

  

    footer h5 {
        color: #fff;
        font-size: 12px;
        line-height: 30px;
    }

    .main-nav {
        padding: 0em;
    }

    .side-nav {
        margin-top: 3em;
    }


    .landing-intro-img {
        position: relative;
        display: block;
        margin-bottom: 2.5em;
        margin-left: 0em;
    }
    
    .intro-holder {
        position: relative;
        width: 100%;
        background-color: #F5F8F8;
        left: 0%;
        padding: 0em 1.5em 1em 1.5em!important;
        margin-top: 0em;
    }

    .main-link-intro {
        margin: 2em 0;
    }

    .main-link-intro h3 {
        font-size: 1em;
    }

    .middle-links-content, .landing-bottom-link {
        margin: 1em 0 0em 0em;
    }

    .landing-bottom-link-holder {
        margin-top: 0em;
    }

    .related {
        padding: 1em!important;
    }



    .news-extra-posts {
        margin-bottom: 1em;
        margin-top: 0.4em;
    }

    .news-post {
        margin-top: 1em;
    }

    blockquote {
        font-size: 1.3em;
        line-height: 1.8em;
        padding: 0 0.6em;
        margin-bottom: 0.5em;
}


.media-section {
    padding-right: 0em!important;
    text-align: center;
}

.podcast:nth-child(odd) {
    margin-top: 0em;
    border-bottom: none;
    padding-bottom: 0em;
}

.podcast h2 {
    margin-top: 1em;
}

.annual-briefing-content {
    margin-left: 1em;
}


.announcement {
    margin-top: 1em;
}



.inner-padding {
    margin-left: 0.4em;
}




.quick-links {
    padding: 20px 10px;
}

.secondary-banner {
    padding: 1.5rem;
}

.secondary-banner h2 {
    font-size: 2.6rem;
    margin: 0;

}

.secondary-banner-img {
    margin-bottom: 1em;
    padding-left: 0rem;
}

.third-banner-img {
    padding-right: 0;
}

.home-all-link {
    margin-bottom: 3rem;
}

.home-vacancies {
    padding: 1em 0.5em;
}

.social-logos {
    text-align: center;
    margin-top: 2rem;
}



.page-content {
    margin-left: 0rem;
    padding: 0rem 1rem!important;
}



.opening-para p {
    font-size: 1.15em;
    line-height: 1.6em;

}

.search-box input {
 font-size: 2rem;
}

.search-box h2 {
margin-bottom: 1rem;
font-size: 1.2rem;
}

.news-post-intro {
    margin: 0;
}

.landing-bottom-link p {
    padding-right: 0em!important;
}

.landing-bottom-link p {
    font-size: 0.8rem;
    line-height: 1.55rem;
}
.landing-bottom-link h4 {
    font-size: 1.05rem;
}

.contact-link-bottom {
    margin: 3rem 0em;
}

.contact-link-bottom h3 {
    font-size: 1.35rem;
}

.vacancy-side {
    padding-left: 0.5rem!important;
    margin-top: 3rem;
}

.publication-links {
    padding: 2rem 1rem;
    margin: 0 0 1.5rem 0;
}
.publication-links img {
    margin-bottom: 2rem;
}

.plain-header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.plain-header p {
    font-size: 0.85rem;
}

.pub-holder {
    margin: 0;
}

.previous-pub-holder {
    margin: 2rem 0;
}

.sec-pub-holder {
    margin: 1rem 0;
}


.view-container {
    padding: 1.5rem 1rem;
    margin: 1rem 0 1rem 0rem;
}

.view-container p {
    font-size: 0.82rem;
    line-height: 1.5rem;
}

.life-upoader-holder {
    padding: 2rem 1rem;
    margin: 2rem 0rem;
}

.life-uploader-btn {
    margin-top: 2rem;
}


.orbit-previous, .orbit-next {
    color: rgba(255, 253, 254, 0.45);
    top: 35%;
    padding: 0.5rem;

}



.page-links {
    background-position: 150px 200px;
    padding: 2rem 0.5rem 0.5rem 0.5rem;
    margin-bottom: 2rem;
}

.page-links h2 {
    font-weight: 700;
    color: #000;
    font-size: 1.5rem;
    margin: 0 0 1rem 0;
    padding-bottom: 10px;

}

.page-links a {
    padding: 0 30px 15px 0;

  }

  .team-container {
    padding-left: 20px;
}

.team-container h2 {
    font-size: 1.75rem;
    margin: 1rem 0;
 
}
.team-photo {
    margin-bottom: 10px;
}

.contact-links img {
    margin-right: 15px;
}

.contact-links p {
    line-height: 40px;
    font-weight: 200;
    font-size: 0.90rem;
}

.bishops-details p {
    line-height: 30px;
    font-weight: 200;
}

.bishops-details h3 {
    font-size: 1.3rem;
}

.bishops-details h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.bishops-intro {
    margin: 0rem 0 2rem 0;
}

.page-links {
    margin: 0 0 20px 15px;
    padding-left: 20px;
    padding-top: 20px;
}

.area-number-detail p {
    font-size: 0.95rem;
    line-height: 1.3rem;
}

.area-number p {
    font-size: 2rem;
}

.area-icon {
    margin-bottom: 10px;
}
.area-icon img {
    width: 150px;
    height: 80px;
}


}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

    .mobile-head {
        padding: 2rem 1.5rem;
    }
    

    .hero-caption h1, .hero-caption-inner h1 {
        font-size: 2.3rem;
    }

    .hero-caption {
        left: 25px;
    }

    .hero-caption h3 {
        font-size: 1.2rem;
    }

    .side-btn-menu a {
        font-size: 1em;
    }


    .secondary-banner h2 {
        font-size: 2rem;
    }

    .secondary-banner {
        padding: 2rem;
    }

    .quick-links {
        padding: 2rem;
    }

    .home-news-post, .home-vacancy-details, .life-image {
        margin: 1rem;
    }

    .home-news-post h3 {
        padding-right: 0;
    }

    footer p {
        font-size: 10px;
        line-height: 22px;
    }

    .hero-caption-inner {
        left: 25px;
        bottom: 8px;
        width: 90%;
    }

    .page-content {
        padding-left: 2.5rem!important;
        margin-left: 0;
    }
    .opening-para p {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .team-container {
        padding-left: 15px;
        padding-right: 10px;
    }
    
    .team-container h2 {
        font-size: 2rem;
        margin: 0;
    }
     
    
    .team-photo {
        margin-bottom: 0px;
    }

   
    
    .contact-links img {
        margin-right: 15px;

    }

    .team-member h4 {
        font-size: 0.95rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }

    .team-member p {
        margin-bottom: 0.5rem;
        font-size: 0.85em;
        font-weight: 600;
}

.team-member {
    padding: 0 20px 0 0;
    margin-bottom: 2rem!important;

}

.bishops-details {
    margin-top: 1rem;
}

.bishops-details p {
    line-height: 30px;
    font-weight: 200;
}

.bishops-details h3 {
    font-size: 1.3rem;
}

.bishops-details h2 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.bishops-intro h2 {
    margin-top: 0;
    font-size: 1.5rem;
}

.bishops-title {
    font-size: 1rem;

}

.area-number-detail p {
    font-size: 0.95rem;
    line-height: 1.3rem;
}

.area-number p {
    font-size: 2rem;
}

.area-icon {
    margin-bottom: 20px;
}
.area-icon img {
    width: 150px;
    height: 80px;
}


.digital-spirit, .cofe {
    text-align: center;
}

.eco-award {
    max-width: 130px;
    margin: 0px auto;
    text-align: center;
}

    
}

/* iPad */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  

{ 
    .main-nav li a {
        margin: 0rem;
        font-size: 0.8rem;
    }

    .dropdown.menu > li.is-dropdown-submenu-parent > a {
        padding-right: 5px
    }




    .home-vacancy-details {
        padding: 0em 1em;
    }

    .side-btn-menu a {
        font-size: 1em;
    }

    .option-button {
        font-size: 0.75em;
        padding: 0.6em 0.9em;
        letter-spacing: 0px;
        margin: 0em 0.5em 2em 0em;
    }

    .social-logos img {
        margin: 0.2rem;
    }

    footer p {
        font-size: 11px;
    }

    .footer-menu li a {
        font-size: 11px;
    }

    .intro-holder {
        width: 600px!important;
        padding: 1rem;
        left: 35%;
        margin-top: 2rem;
    }

    .intro-holder p {
        margin-bottom: 1rem;
    }

    .landing-intro-img {
        margin-bottom: 2.5em;
        margin-left: 1rem;
    }


}


/* iPad portrait */


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 



    blockquote {
        line-height: 1.5em;
        padding-left: 1em;
    }

    h1 {
        margin-bottom: 0.3em;
        font-size: 2em;
        }

    h3 {
        font-weight: 400;
        margin-bottom: 1px;
        font-size: 1em;
    }

    p, ul, ol {
        font-size: 0.8em;
        line-height: 26px;
    }

    .home-news-block {
        padding: 0 0.9em;
        margin-bottom: 2em;
    }

    .image-hover-wrapper-reveal h3 {
        font-size: 1em;
    }

    .image-hover-wrapper-reveal h4 {
        bottom: 30%;
        font-size: 0.75em;
      }

      .home-vacancy-details {
        padding: 0em 0.4em;
    }

    .home-vacancies {
        padding: 2em 0.5em;
    }

    .home-vacancy-details p {
        color: #000;
        font-size: 0.8em;
        line-height: 30px;
    }

    footer {
        margin-top: 3em;
        padding: 3em 1em;
    }

    .copyright h5 {
        font-size: 11px;
    }

    .related {
        padding: 1em 1.4em!important;
    }

    .news-extra-posts {
        margin-bottom: 1em;
        margin-top: 1em;
    }

    .button {
        border-radius: 2px;
        font-size: 0.65em;
        padding: 0.5em 0.6em;
    }

    .news-post {
        margin-top: 1em;
    }
    
    .sharing h4 {
        color: #707070;
        text-transform: uppercase;
        font-size: 0.8em;
        margin-bottom: 1em;
        margin-top: 2em;
    }
    

.media-section {
    padding-right: 1.8em;
}



.media-section h4 {
    font-size: 0.95em;
}

.podcast:nth-child(odd) {
    margin-top: 0em;
    border-bottom: none;
    padding-bottom: 0em;
}

.podcast h2 {
    margin-top: 2em;
}

.option-button {
    font-size: 0.75em;
    padding: 0.6em 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0em 2em 1em 0em!important;
    float: left;
}


.orbit-previous, .orbit-next {
    color: rgba(255, 253, 254, 0.45);
}




}



/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
  
   

}