@charset "UTF-8";

/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
    font-size: 62.5%;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	   -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}
body {
	margin: 0 auto !important;
	padding: 0;
	font-family: 'Encode Sans', sans-serif;
	font-size: 1.6em;
	line-height: 1.6;
	color: #515859; 
	font-weight: 300 !important;
    max-width: 2000px;
    background-color: #FFFFFF;
    position: relative;
}
body.has-active-menu {
	overflow: hidden;
}
.pg-wrapper {
	-webkit-transition: -webkit-transform 0.3s;
	        transition: -webkit-transform 0.3s;
	        -o-transition: transform 0.3s;
}
.pg-mask {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	background-color: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	     -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
	        transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.3s;
	     -o-transition: opacity 0.3s;
	        transition: opacity 0.3s;
               opacity: 0.7;
}
.w-pg {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.w-pg-narrow {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

@media only screen and (max-width: 1180px) {
    .w-pg {
        max-width: 1024px;
    }
}
@media only screen and (max-width: 1024px) {
    body {
        font-size: 1.5rem;
    }
    .w-pg {
        max-width: 768px;
    }
}
@media only screen and (max-width: 768px) {
    .w-pg {
        max-width: 550px;
    }
    header.main .w-pg {
        max-width: 100%;
    }
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1.4rem;
	}
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
    font-weight: 400;
}
h1 { font-size: 5rem; line-height: 1.2; color: #02788D;  }
h2 { font-size: 3.8rem; line-height: 1.25; color: #02788D; }
h3 { font-size: 3rem; line-height: 1.3; color: #02788D; font-weight: 400; }
h4 { font-size: 2.5rem; line-height: 1.3; color: #305470; font-weight: 400;}
h5 { font-size: 1.8rem; line-height: 1.3; font-family: 'Open Sans', sans-serif; color: #2AD2C9; margin-bottom: 5px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px;}
h6 { font-size: 1.6rem; line-height: 1.6; }
p { margin-top: 0; }
strong { font-weight: bold !important; }

.tc {
    text-align: center;
}
.text-semibold {
    font-weight: 600 !important;
}
.text-para1 {
	font-size: 2rem;
    color: #515859;
}
.text-m {
	font-size: 1.7rem;
}
.text-sm {
	font-size: 1.3rem;
}
.text-xsm {
	font-size: 1rem;
}
.text-highlight_teal {
    color: #2AD2C9;
}
.text-highlight_green {
    color: #02788D;
}
.text-highlight_navy {
    color: #28334A;
}
.text-highlight_white {
    color: #FFFFFF;
}

@media only screen and (max-width: 768px) {
	h1 { font-size: 4rem; line-height: 1.2; }
	h2 { font-size: 3.5rem; line-height: 1.25; }
	h3 { font-size: 3rem; line-height: 1.3; }
	h4 { font-size: 2.4rem; line-height: 1.3; }
	h5 { font-size: 1.8rem; line-height: 1.3; }
	h6 { font-size: 1.5rem; line-height: 1.3; }
	
	.text-para1 {
		font-size: 17px;
	}
}

@media only screen and (max-width: 480px) {
	h1 { font-size: 3rem; line-height: 1.2; }
	h2 { font-size: 2.6rem; line-height: 1.25; }
	h3 { font-size: 2rem; line-height: 1.3; }
	h4 { font-size: 2rem; line-height: 1.3; }
	h5 { font-size: 1.7rem; line-height: 1.3; }
	h6 { font-size: 1.3rem; line-height: 1.3; }
	
	.text-para1 {
		font-size: 1.7rem;
	}
}

/* Branding
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white {
    color: #FFF;
}

.subtle {
    background-color: rgba(80,87,89,0.1);
}



/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
	text-decoration: none;
	color: #02788D;
}
a:hover {
	color: #515859;
}
a.link {
    color: #305470;
    background-image: url(../images/icons/ic_link_blue.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 25px;
    font-size: 1.5rem;
    font-weight: 500;
    text-decoration: underline;
}

a.link-pdf {
    background-image: url(../images/icons/ic_pdf_green.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 35px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
    display: block;
    min-width: 250px;
    margin-bottom: 5px;
}
a.link-pdf strong {
    font-size: 1.5rem;
}

a.link-icon {
    background-image: url(../images/icons/ic_link_green.svg);
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 10px 0 10px 35px;
    font-size: 1.2rem;
    line-height: 1.3;
    font-weight: 500;
    display: block;
    min-width: 250px;
}
a.link-icon strong {
    font-size: 1.5rem;
}

ul.link-group {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 10px;
}
ul.link-group li {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    border-radius: 5px;
    border: solid 1px rgba(80,87,89,0.3);
    font-size: 1.3rem;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-color: #FFF;
}
ul.link-group li strong {
    font-size: 1.6rem;
}
ul.link-group li.pdf {
    background-image: url(../images/icons/ic_pdf_blue.svg);
}
ul.link-group li.video {
    background-image: url(../images/icons/ic_video_blue.svg);
}
ul.link-group li.calendar {
    background-image: url(../images/icons/ic_calendar_blue.svg);
}
ul.link-group li.link {
    background-image: url(../images/icons/ic_link_blue.svg);
}
ul.link-group li a {
    display: block;
    padding: 10px 20px 10px 50px;
    color: #305470 !important;
}
ul.link-group li a:hover {
    color: #58A7AF !important;
}

.column-feature a {
    color: #FFF !important;
}
.column-feature a:hover {
    color: rgba(255,255,255,0.6) !important;
}

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
	overflow: hidden;
    position: relative;
    float: left;
    padding: 30px 30px 20px 30px;
	  -webkit-box-sizing: border-box;
	          box-sizing: border-box;
}
.column .column {
	padding: 20px 30px 20px 0;
}
.one.column 		{ width: 8.3333333%; }
.two.column 		{ width: 16.6666667%; }
.three.column 		{ width: 25%; }
.four.column 		{ width: 33.3333333%; }
.five.column 		{ width: 41.6666667%; }
.six.column 		{ width: 50%; }
.seven.column 		{ width: 58.3333333%; }
.eight.column 		{ width: 66.6666667%; }
.nine.column 		{ width: 75%; }
.ten.column 		{ width: 83.3333333%; }
.eleven.column 		{ width: 91.6666667%; }
.twelve.column 		{ width: 100%; }

/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
	float: left;
	overflow: hidden;
	margin: 40px 0 20px 0;
    border-radius: 0 0 40px 0;
    color: #FFF;
    padding: 40px 40px;
    background: rgb(42,210,201);
    background: linear-gradient(0deg, rgba(42,210,201,1) 0%, rgba(2,120,141,1) 100%);
    box-shadow: 0 10px 15px rgba(0,0,0,0.2);
	  -webkit-box-sizing: border-box;
	     -moz-box-sizing: border-box;
	          box-sizing: border-box;
}
.one.column-feature		{ width: 6.3333333%; }
.two.column-feature 		{ width: 14.6666667%; }
.three.column-feature 		{ width: 23%; }
.four.column-feature 		{ width: 31.3333333%; }
.five.column-feature 		{ width: 39.6666667%; }
.six.column-feature 		{ width: 48%; }
.seven.column-feature 		{ width: 56.3333333%; }
.eight.column-feature 		{ width: 64.6666667%; }
.nine.column-feature 		{ width: 73%; }
.ten.column-feature 		{ width: 81.3333333%; }
.eleven.column-feature 		{ width: 91.6666667%; }
.twelve.column-feature 		{ width: 98%; }



@media only screen and (max-width: 768px)  {
	.column {
		width: 100% !important;
		max-width: 550px;
		float: none;
		margin: 0 auto;
        padding: 20px;
	}
	.column-feature {
		padding: 40px 20px;
		width: 96% !important;
		max-width: 550px;
		float: none;
		margin: 5% auto;
	}
}

/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex { display: flex }
.inline-flex { display: inline-flex }
.flex-auto { flex: 1 1 auto; min-width: 0;  min-height: 0 }
.flex-none { flex: none }
.flex-column { flex-direction: column }
.flex-row { flex-direction: row }
.flex-wrap { flex-wrap: wrap }
.flex-nowrap { flex-wrap: nowrap }
.flex-wrap-reverse { flex-wrap: wrap-reverse }
.flex-column-reverse { flex-direction: column-reverse }
.flex-row-reverse { flex-direction: row-reverse }
.items-start { align-items: flex-start }
.items-end { align-items: flex-end }
.items-center { align-items: center }
.items-baseline { align-items: baseline }
.items-stretch { align-items: stretch }
.self-start { align-self: flex-start }
.self-end { align-self: flex-end }
.self-center { align-self: center }
.self-baseline { align-self: baseline }
.self-stretch { align-self: stretch }
.justify-start { justify-content: flex-start }
.justify-end { justify-content: flex-end }
.justify-center { justify-content: center }
.justify-between { justify-content: space-between }
.justify-around { justify-content: space-around }
.content-start { align-content: flex-start }
.content-end { align-content: flex-end }
.content-center { align-content: center }
.content-between { align-content: space-between }
.content-around { align-content: space-around }
.content-stretch { align-content: stretch }
.order-0 { order: 0 }
.order-1 { order: 1 }
.order-2 { order: 2 }
.order-3 { order: 3 }
.order-4 { order: 4 }
.order-5 { order: 5 }
.order-6 { order: 6 }
.order-7 { order: 7 }
.order-8 { order: 8 }
.order-last { order: 99999 }
.flex-grow-0 { flex-grow: 0 }
.flex-grow-1 { flex-grow: 1 }
.flex-shrink-0 { flex-shrink: 0 }
.flex-shrink-1 { flex-shrink: 1 }

/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.subheader {
    background-color: #4F5B73;
    padding: 0;
    text-align: center;
    font-size: 1.4rem;
    margin-left: 30px;
    position: relative;
}
.subheader ul {
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8px 25px;
    width: -webkit-calc(100% - 40px);
    width:    -moz-calc(100% - 40px);
    width:         calc(100% - 40px);
}
.subheader ul li {
	font-size: 1.4rem;
}
.subheader ul li:nth-child(1) a {
	text-decoration: underline;
    background-image: url(../images/icons/ic_exclamation-mark_white.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 25px;
}
.subheader ul li:nth-child(2) {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}
.subheader ul li a {
	color: #FFF;
}
.subheader ul li a:hover {
	color: #2AD2C9;
    transition: 0.5s;
}
header.main {
	position: relative;
    background: rgb(42,210,201);
    background: linear-gradient(0deg, rgba(42,210,201,1) 0%, rgba(2,120,141,1) 100%);
    min-height: 200px;
    border-radius: 0 0 0 200px;
    margin-left: 30px;
}
header.internal {
	position: relative;
    background: rgb(42,210,201);
    background: linear-gradient(0deg, rgba(42,210,201,1) 0%, rgba(2,120,141,1) 100%);
    border-radius: 0 0 0 70px;
    margin-left: 30px;
    z-index: -10;
}
main {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
    padding: 80px 0;
	clear: both;
	overflow: hidden;
}
.bg-home {
    position: absolute;
    z-index: -10;
    width: 35%;
    height: auto;
    top: 780px;
}
img.banner-hero {
    position: absolute;
    top: -100px;
    right: -200px;
    width: 900px;
    height: auto;
    z-index: 50;
}
.banner {
    margin-top: -60px;
    position: relative;
    z-index: -20;
    height: 40vh;
    border-radius: 0 0 0 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 30px;
}
.hero {
    background-image: url(../images/banner/banner01.png);
    background-position: right 0 center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 600px;
    display: flex;
    align-items: center;
}
.hero-caption {
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
}
.hero-caption h2 {
    font-size: 6rem;
    color:  #FFF;
    font-weight: bold;
}
.hero-caption h3 {
    font-size: 3rem;
    color: #305470;
    font-weight: normal;
}
section {
	overflow: hidden;
	clear: both;
}
section.subtle {
    background-color: rgba(80,87,89,0.1);
    border-radius: 0 0 70px 0;
    margin-right: 50px;
}
section.subtle-texture {
    background-color: rgba(42,210,201,0.2);
    background-image: url(../images/wave.svg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0 70px 70px 0;
    margin-right: 50px;
}
section.bold-texture {
    background-color: #28334A;
    background-image: url(../images/wave.svg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
.feature {
    background: rgba(88,166,174,0.15);
    padding: 15px 20px !important;
    border-radius: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 15px;
}
.covid {
    background-color: #02788D;
    padding: 30px 30% 30px 30px;
    color: #FFF;
    margin-bottom: 20px;
    border-radius: 20px;
    background-image: url(../images/covid.png);
    background-size: 30% auto;
    background-position: right center;
    background-repeat: no-repeat;
}
.agefriendly {
    background-color: #2D4D58;
    padding: 0px 30px;
    color: #FFF;
    margin-bottom: 20px;
    border-radius: 20px;
    background-image: url(../images/age-friendly_texture.svg);
    background-size: 90% auto;
    background-position: right center;
    background-repeat: no-repeat;
}
footer {
    background: rgb(42,210,201);
    background: linear-gradient(0deg, rgba(42,210,201,1) 0%, rgba(2,120,141,1) 100%);
    overflow: hidden;
    clear: both;
    border-radius: 0 150px 0 0;
    margin-right: 30px;
    color: #FFF;
    padding: 30px 0 0 0;
}

@media only screen and (max-width: 1180px) {
    img.banner-hero {
        top: 0;
        right: -300px;
        width: 800px;
    }
    .hero-caption h2 {
        font-size: 5rem;
    }
    .hero-caption h3 {
        font-size: 2.5rem;
    }
}

@media only screen and (max-width: 1024px) {
    .subheader .w-pg {
        max-width: 100%;
    }
    header.main {
        border-radius: 0 0 0 150px;
}
    header.internal {
        min-height: auto;
        border-radius: 0 0 0 50px;
        padding-top: 10px;
    }
    header.internal .w-pg {
        max-width: 100%;
    }
    .hero .w-pg {
        max-width: 100%;
    }
    .hero {
        background-position: right -150px center;
    }
    .hero-caption {
        width: 60%;
    }
    footer {
        border-radius: 0 100px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .subheader {
        margin-left: 0;
    }
    header.main {
        border-radius: 0;
        padding-top: 0;
        margin-left: 0;
        min-height: 150px;
    }
    header.internal {
        min-height: auto;
        border-radius: 0;
        padding-top: 0;
        margin: 0;
    }
    .hero {
        height: 550px;
        width: 100%;
        display: block;
        background-size: 420px auto;
        background-position: bottom center;
        background-image: url(../images/banner/banner01-sm.png);
        border-radius: 0;
    }
    .hero-caption {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        text-align: center;
    }
    .hero-caption h2 {
        font-size: 4rem;
    }
    .hero-caption h3 {
        font-size: 2rem;
    }
    .banner {
        height: 300px;
        margin-left: 15px;
    }
	main {
		padding: 40px 0;
	}
    .bg-home {
        display: none;
    }
    section.subtle-texture {
        margin-right: 20px;
        background-size: 1500px auto;
        background-position: center bottom;
    }
    section.subtle {
        margin-right: 20px;
    }
    img.banner-hero {
        top: 80px;
        right: -10%;
        width: 50%;
    }
    footer {
        border-radius: 0 100px 0 0;
        margin: 0;
        padding: 30px 0 0 0;
    }
}
@media only screen and (max-width: 480px) {
    header.main {
        border-radius: 0;
    }
    .subheader ul {
        padding: 12px 10px;
        width: -webkit-calc(100% - 35px);
        width:    -moz-calc(100% - 35px);
        width:         calc(100% - 35px);
    }
    .subheader ul li {
        font-size: 1.2rem;
    }
    .hero {
        background-size: 400px auto;
    }
    .hero-caption {
        max-width: 350px;
    }
    .hero-caption h2 {
        font-size: 3.8rem;
    }
    .hero-caption h3 {
        font-size: 2rem;
    }
	main {
		padding: 20px 0;
	}
    footer {
        border-radius: 0 0 0 0;
    }
}


/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
	display: none;
}
input[type=checkbox] {
	display: none;
}
input[type=checkbox]:checked ~ #menu {
	display: block;
}

nav.nav-primary {
    text-align: left;
    background: #2AD2C9;
    padding: 0;
    margin: 0 0 0 30px;
    height: 50px;
    position: relative;
    z-index: 100;
}
nav.nav-primary ul {
    background: #2AD2C9;
    list-style: none;
    padding: 0 15px;
    margin: 0;
    width: 100%;
    height: 50px;
    position: absolute;
}
nav.nav-primary ul li {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
nav.nav-primary ul li.dropdown {
    background-image: url(../images/icons/ic_chevron_white.svg);
    background-size: 8px 8px;
    background-position: right 10px top 22px;
    background-repeat: no-repeat;
    padding-right: 10px;
}
nav.nav-primary ul li.dropdown:hover {
    background-image: url(../images/icons/ic_chevron_green.svg);
}
nav.nav-primary ul li a {
    color: #FFFFFF;
    display: block;
    padding: 0 15px;
    margin-bottom: 10px;
    text-decoration: none;
    line-height: 50px;
}
nav.nav-primary ul li:hover {
    background-color: none;
    border-radius: 10px;
    text-shadow: none;
    transition: 0.5s;
}
li.item-telehealth a {
    color: #FFF !important;
    background-color: #58A7AF;
    margin: 5px 0 !important;
    display: block;
    line-height: 30px !important;
    font-weight: bold;
    border-radius: 50px;
    font-size: 1.3rem !important;
    box-sizing: border-box;
}
li.item-telehealth a:hover {
    background-color: #305470;
    color: #FFF !important;
	box-sizing: border-box;
    transition: 0.5s;
}
nav.nav-primary ul li li:hover {
    background-color: #02788D;
}
nav.nav-primary ul li:hover > a {
    color: #02788D;
}
nav.nav-primary ul li li:hover > a {
    color: #FFFFFF;
}
nav.nav-primary ul li:hover > ul {
    display: block;
}
nav.nav-primary ul ul {
    background-color: #FFF;
    text-align: left;
    display: none;
    width: 250px;
    top: 50px;
    clear: both;
    height: auto;
    z-index: 100;
    right: auto;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
    box-shadow: 0 8px 8px rgba(0,0,0,0.1);
}
nav.nav-primary ul ul li {
    width: 100%;
    font-size: 1.3rem;
    border-radius: 5px;
    text-shadow: none;
}
nav.nav-primary ul ul li a {
    color: #58A7AF;
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    margin: 0;
}

@media only screen and (max-width:1180px) {
    nav.nav-primary ul li {
        display: inline-block;
        font-size: 1.4rem;
    }
    nav.nav-primary ul li a {
        padding: 0 20px 0 5px;
    }
    nav.nav-primary ul li.dropdown {
        background-size: 8px 8px;
        background-position: right 15px top 20px;
    }
    nav.nav-primary ul ul li {
        width: 100%;
        font-size: 1.2rem;
        border-radius: 50px;
    }
    li.item-telehealth a {
        padding: 0 20px 0 20px !important;
    }
}

@media only screen and (max-width:1024px) {
	nav.menu-wrapper {
		position: fixed;
		z-index: 200;
		background: rgb(42,210,201);
        background: linear-gradient(0deg, rgba(42,210,201,1) 0%, rgba(2,120,141,1) 100%);
		-webkit-transition: transform 0.3s;
		     -o-transition: transform 0.3s;
				transition: -webkit-transform 0.3s;
				transition: transform 0.3s;
				transition: transform 0.3s, -webkit-transform 0.3s;
	}
	nav.menu-slide {
		height: 100%;
		width: 80%;
		max-width: 320px;
		top: 0;
		left: 0;
		overflow-y: scroll;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	nav.menu-slide.is-active {
		-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
				transform: translateX(0);
	}
	nav.nav-primary {
		margin: 0;
	}
    nav.nav-primary {
        height: auto;
        overflow: hidden;
        position: relative;
        background: none;
        box-shadow: none;
    }
    nav.nav-primary ul {
        height: auto;
        position: relative;
        background: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    nav.nav-primary ul li {
        display: block;
        width: 100%;
        text-align: left;
        font-size: 1.6rem;
    }
    nav.nav-primary ul li.dropdown {
        background-size: 12px 12px;
        background-position: right 10px top 18px;
        padding-right: 0;
    }
    nav.nav-primary ul li.dropdown:hover {
        background-image: url(../images/icons/ic_chevron_white.svg);
    }
    nav.nav-primary ul li a {
        width: 100%;
        padding: 0;
        display: block;
        float: none;
        line-height: 45px;
        margin: 0;
    }
    li.item-telehealth a  {
        line-height: 50px !important;
        border: solid 1px #FFF;
    }
    nav.nav-primary ul li:hover {
        border-radius: 0;
    }
        nav.nav-primary ul li li:hover {
        background-color: none;
    }
    nav.nav-primary ul li:hover > a {
        color: #FFF;
        font-weight: bold;
    }
    nav.nav-primary ul ul {
        background: none;
        position: relative;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        margin: 0;
        box-shadow: none;
        padding: 10px 0;
        border-radius: 0;
    }
    nav.nav-primary ul ul li {
        border: none;
    }
    nav.nav-primary ul ul li a {
        color: #FFF;
        margin: 0;
    }
	.trigger {
		position: absolute;
		width: 40px;
		height: 40px;
		display: block;
		top: 60px;
		left: 65px;
		background: #2AD2C9 url(../images/icons/ic_menu.svg) center center no-repeat;
		background-size: 20px 20px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger:focus {
		outline: none;
	}
	.trigger-close {
		position: absolute;
		width: 40px;
		height: 40px;
		display: block;
		top: 10px;
		right: 10px;
		background: url(../images/icons/ic_close.svg) center center no-repeat;
		background-size: 15px 15px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.trigger-close:focus {
		outline: none;
	}
}

@media only screen and (max-width:1024px) {
    .trigger {
		top: 55px;
	}
	li.item-telehealth a  {
        background-color: #02788D;
    }
}
@media only screen and (max-width:768px) {
    .trigger {
		top: 55px;
		left: 20px;
	}
}

@media only screen and (max-width:480px) {
    .trigger {
		top: 55px;
		left: 10px;
	}
}


/* Navigation - Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.nav-page {
    overflow: hidden;
    list-style: none !important;
}
ul.nav-page li {
    margin: 0 0 10px 0 !important; 
    background: rgba(80,87,89,0.15);
    border-radius: 10px;
    font-size: 1.6rem;
    background-image: url(../images/icons/ic_arrow-right_green.svg);
    background-size: 15px 15px;
    background-position: right 20px center;
    background-repeat: no-repeat;
    font-weight: 500;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
ul.nav-page li a {
    display: block;
    padding: 20px 40px 20px 20px;
}


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
li {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
	overflow: hidden;
	list-style: disc;
    margin-bottom: 20px;
}
ul.bullets li {
	margin: 0 0 10px 30px;
}

/* List Icons
–––––––––––––––––––––––––– */
ul.list-icons {
	overflow: hidden;
	list-style: none;
    margin-bottom: 20px;
    margin-top: 20px;
}
ul.list-icons li {
    padding: 0 0 0 35px;
	margin: 0 0 10px 15px;
    background-image: url(../images/icons/ic_arrow-right_green_circle.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: top left;
}

/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0;
}
ul.featitems li {
    width: 47%;
    float: left;
    border-radius: 10px;
    padding: 85px 25px 25px 25px;
    text-align: center;
    color: #FFF !important;
    margin: 0 3% 15px 0;
    background-size: 55px 55px;
    background-position: top 25px center;
    background-repeat: no-repeat;
    box-shadow: 0 5px 8px rgba(0,0,0,0.2);
}
ul.featitems li a {
	color: #FFF;
	display: inline-block;
	padding: 3px 25px 5px 10px;
	font-size: 1rem;
    font-weight: bold;
    border-radius: 50px;
    border: solid 1px #FFF;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    background-image: url(../images/icons/ic_arrow-right_white.svg);
    background-size: 10px 10px;
    background-position: right 10px center;
    background-repeat: no-repeat;
}
ul.featitems li a:hover {
    background-color: #515859;
    transition: 0.3s;
}
ul.featitems li h3 {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #FFF;
}
ul.featitems li:nth-of-type(1) {
    background-color: #2AD2C9;
    background-image: url(../images/icons/ic_acute-services_white.svg);
}
ul.featitems li:nth-of-type(2) {
    background-color: #58A7AF;
    background-image: url(../images/icons/ic_district-nursing_white.svg);
}
ul.featitems li:nth-of-type(3) {
    background-color: #02788D;
    background-image: url(../images/icons/ic_primary-health_white.svg);
}
ul.featitems li:nth-of-type(4) {
    background-color: #8394B8;
    background-image: url(../images/icons/ic_aged-care_white.svg);
}
ul.featitems li:nth-of-type(5) {
    background-color: #4F5B73;
    background-image: url(../images/icons/ic_indigo@home_white.svg);
}
ul.featitems li:nth-of-type(6) {
    background-color: #28334A;
    background-image: url(../images/icons/ic_calendar_white.svg);
}

@media only screen and (max-width: 1024px) {
    ul.featitems li {
        width: 100%;
        padding: 15px 25px 15px 80px;
        text-align: left;
        background-position: left 15px center;
    }
}
@media only screen and (max-width: 768px) {
    ul.featitems li {
        width: 47%;
        padding: 65px 25px 25px 25px;
        text-align: center;
        background-position: top 20px center;
        background-size: 40px 40px;
    }
}
@media only screen and (max-width: 480px) {
    ul.featitems li {
        width: 100%;
        padding: 15px 25px 10px 70px;
        text-align: left;
        background-position: left 15px center;
    }
    ul.featitems li h3 {
        font-size: 1.4rem;
        margin-bottom: 8px;
    }
}


/* Call to Action - Grid
–––––––––––––––––––––––––– */
ul.cta-grid {
    display: flex;
    justify-content: space-between;
}
ul.cta-grid li {
    float: left;
    margin: 0;
    width: 31.333%;
    border-radius: 20px;
    padding: 30px 30px 90px 30px;
    position: relative;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
ul.cta-grid li h3 {
    font-size: 3.5rem;
    color: #FFF;
    font-weight: 600;
}
ul.cta-grid li a.btn-primary {
    position: absolute;
    bottom: 30px;
}
ul.cta-grid li:nth-child(1) {
    background-color: #2AD2C9;
}
ul.cta-grid li:nth-child(2) {
    background-color: #02788D;
}
ul.cta-grid li:nth-child(3) {
    background-color: #4F5B73;
}

@media only screen and (max-width: 1024px) {
    ul.cta-grid li h3 {
        font-size: 2.5rem;
        color: #FFF;
    }
}

@media only screen and (max-width: 768px) {
    ul.cta-grid {
        padding: 20px;
        display: block;
    }
    ul.cta-grid li {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

/* Team
–––––––––––––––––––––––––– */
ul.team {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
ul.team li {
    width: 33.333%;
    float: left;
    padding: 20px 30px 20px 0;
    font-size: 1.2rem;
}
ul.team li h5 {
    font-size: 1.6rem;
    color: #305470;
}
ul.team li img {
    width: 100%;
    max-width: 120px;
    height: auto;
    display: block;
    border-radius: 50%;
    margin-bottom: 15px;
    border: solid 2px #FFF;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media only screen and (max-width: 768px) {
    ul.team li {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
    ul.team li {
        width: 50%;
    }
    ul.team li img {
        width: 100%;
        max-width: 70px;
    }
}


/* Resources
–––––––––––––––––––––––––– */
ul.resources {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
ul.resources > li {
    width: 17%;
    font-size: 1.3rem;
    margin-right: 3%
}
ul.resources > li img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    border-radius: 5px;
    border: solid 1px rgba(80,87,89,0.3);
}
ul.resources > li:hover {
    transition: 0.5s;
    -webkit-transform: scale(0.95);
	   -moz-transform: scale(0.95);
	     -o-transform: scale(0.95);
	        transform: scale(0.95);
}

@media only screen and (max-width: 480px) {
    ul.resources > li {
        width: 50%;
        padding: 20px;
        float: left;
        font-size: 1.3rem;
    }
}


/* Timeline
–––––––––––––––––––––––––– */
ul.timeline {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
ul.timeline li {
    float: left;
    padding: 40px 20px;
    border-bottom: solid 1px rgba(80,87,89,0.5);
}
ul.timeline li:nth-of-type(odd) {
    width: 30%;
}
ul.timeline li:nth-of-type(even) {
    width: 70%;
}

/* indigo@home Logos
–––––––––––––––––––––––––– */
ul.indigohome-logos {
    overflow: hidden;
    padding: 20px;
    max-width: 1024px;
    margin: 0 auto;
}
ul.indigohome-logos li {
    width: 23%;
    margin: 0 1% 20px 1%;
    float: left;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    border: solid 1px #EEE;
}
ul.indigohome-logos li img {
    width: 100%;
    height: auto;
    display: block;
}

@media only screen and (max-width: 768px) {
    ul.indigohome-logos li {
        width: 48%;
        margin: 0 1% 20px 1%;
        float: left;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 10px 10px rgba(0,0,0,0.1);
        border: solid 1px #EEE;
    }
}


/* Telehealth
–––––––––––––––––––––––––– */
ul.telehealth {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 50px auto;
    padding: 15px;
}
ul.telehealth li {
    width: 31.333%;
    background-position: left 15px center;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    text-align: left;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: solid 1px #EEE;
    background-color: #FFF;
    background-color: #02788D;
    display: flex;
    align-items: center;
}
ul.telehealth li:hover {
    -webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
ul.telehealth li a {
    display: block;
    color: #FFF;
    padding: 25px 20px 25px 80px;
}

@media only screen and (max-width: 768px) {
    ul.telehealth {
        margin: 0 auto;
    }
    ul.telehealth li {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
    overflow: hidden;
    margin: 0 0 20px 0;
}
ul.contact-details li {
    font-size: 1.3rem;
    padding: 5px 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
    padding-left: 35px;
    font-weight: bold;
    line-height: 1.4;
}
ul.contact-details li.details {
    background-image: url(../images/icons/ic_bullet_teal.svg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    padding-left: 25px;
}
ul.contact-details li a {
    color: #2AD2C9;
    font-weight: normal;
    font-size: 1.5rem;
}
ul.contact-details li img {
    width: 100%;
    height: auto;
}

/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
    overflow: hidden;
    width: 25%;
    float: left;
    padding: 15px;
    margin-bottom: 15px;
}
ul.sitemap h4 {
    font-size: 1.6rem;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
ul.sitemap li {
    width: 100%;
    font-size: 1.2rem;
}
ul.sitemap li a {
    color: #FFF;
    display: inline-block;
    padding: 3px 0;
}
ul.sitemap li a:hover {
    opacity: 0.7;
}


@media only screen and (max-width: 768px) {
    ul.sitemap {
        width: 50%;
    }
}
@media only screen and (max-width: 480px) {
    ul.sitemap {
        padding: 0 20px 20px 0;
    }
    ul.sitemap h4 {
        font-size: 1.3rem;
    }
}


/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.accordian {
	list-style: none;
	margin: 20px auto 40px auto;
	padding: 0;
	border-top: 0;
    width: 100%;
    max-width: 768px;
}
.accordian header {
	display: block;
	margin: 0 0 20px 0;
	padding: 20px 30px 20px 60px;
	background: #FFF;
    background-image: url(../images/icons/ic_arrow-right_green.svg);
	cursor: pointer;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    border: solid 1px #EEE;
    background-size: 20px 20px;
    background-position: left 20px center;
    background-repeat: no-repeat;
    font-weight: bold;
    color: #02788D;
    font-family: 'Open Sans', sans-serif;
}
.accordian.faqs header {
    background-image: url(../images/icons/ic_questions_green.svg);
     background-size: 30px 30px;
}
.accordian header:hover {
    background-color: #bdeeeb;
    transition: 0.3s;
    border: solid 1px #FFF;
}
.accordian section {
	display: none;
	padding: 20px;
	background: none;
}
.accordian section.active {
	display: block;
}

@media only screen and (max-width: 480px) {
    .accordian header {
        border-radius: 20px;
    }
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
	width: 250px;
	height: auto;
	display: inline-block;
	padding: 0 0 0 0;
}
img.logo-internal {
	width: 160px;
	height: auto;
	display: inline-block;
	padding: 15px 15px 10px 15px;
}
img.logo-menu {
	display: none;
}
img.logo-footer {
	width: 100%;
    max-width: 250px;
	height: auto;
	display: block;
    margin: 0 auto;
	padding: 0;
}
img.img-full {
	width: 100%;
	height: auto;
	display: block;
    border-radius: 5px;
}
img.img-page300 {
	width: 100%;
    max-width: 300px;
	height: auto;
	display: block;
    margin: 0 auto;
}
img.flag {
    width: 50px;
    height: auto;
    display: inline-block;
    margin: 0 3px;
    border: solid 1px #FFF;
}
img.icon-heading {
    width: 70px;
    height: auto;
    display: inline-block;
    margin: 0 0 0 0;
}
h4 img {
    width: 35px;
    height: auto;
    float: left;
    margin-right: 6px;
}
h5 img {
    width: 26px;
    height: auto;
    float: left;
    margin-right: 6px;
}
img.social {
    width: 40px;
    height: 40px;
    display: inline-block;
}

@media only screen and (max-width: 1024px) {
    img.logo {
        width: 170px;
        height: auto;
        display: block;
        margin: 0;
        padding: 0;
    }
    img.logo-internal {
        width: 120px;
        padding: 0 15px 10px 15px;
        margin-left: 70px;
    }
    img.img-full {
        margin: 0 auto;
    }
    img.logo-menu {
        width: 150px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 20px 0 20px 0;
    }
}

@media only screen and (max-width: 768px) {
    img.logo {
        width: 140px;
        padding: 15px 15px 15px 15px;
        display: block;
        margin: 0 auto;
    }
    img.logo-internal {
        width: 120px;
        padding: 10px 15px 0 15px;
        margin-left: 60px;
    }
}
@media only screen and (max-width: 480px) {
    img.logo {
        width: 100px;
    }
    img.logo-internal {
        margin-left: 50px;
        width: 100px;
    }
    h4 img {
        width: 25px;
    }
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.form li {
  width: 98%;
  float: left;
}
ul.form li.half {
  width: 48%;
  margin: 0 2% 0 0;
}
ul.form li.third {
  width: 31.333%;
  margin: 0 2% 0 0;
}
input[type="email"], input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], textarea, select {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: solid 1px #E2E2E2;
  border-radius: 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.2rem;
  color: #505050;
  -webkit-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  min-height: 130px;
}
input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border: 1px solid red;
  outline: 0;
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
input[type="submit"], button[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  padding: 7px 25px 7px 25px;
  background: #02788D;
  color: #FFF;
  cursor: pointer;
  height: auto;
  text-align: center;
  font-size: 1.5rem;
    font-weight: bold;
  border-radius: 50px;
    border: solid 1.5px #FFF;
   box-shadow: 0 4px 4px rgba(0,0,0,0.1);
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover, button[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  color: #FFFFFF;
  background: #515859;
}
label {
  font-size: 1.4rem;
  text-align: left;
  display: block;
}
.required {
  color: red;
}
fieldset {
  margin: 0;
  padding: 10px;
  border-width: 0;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  fieldset {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-primary {
	color: #FFF;
	display: inline-block;
	padding: 7px 35px 7px 15px;
	font-size: 1.3rem;
    font-weight: bold;
    border-radius: 50px;
    border: solid 1.5px #FFF;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    background-image: url(../images/icons/ic_arrow-right_white.svg);
    background-size: 10px 10px;
    background-position: right 15px center;
    background-repeat: no-repeat;
}
a.btn-primary:hover {
	background-color: #515859;
    transition: 0.3s;
}
a.btn-primary img {
    width: 20px;
    height: auto;
    margin: 0 5px -3px 0;
    float: left;
}

a.btn-teal {
    background-color: #2AD2C9;
}
a.btn-green {
    background-color: #02788D;
}
a.btn-light-green {
    background-color: #58A7AF;
}
a.btn-navy {
    background-color: #28334A;
}
a.btn-purple {
    background-color: #4F5B73;
}
a.btn-light-purple {
    background-color: #8394B8;
}
a.btn-light-steel {
    background-color: #4F5B73;
}
a.btn-agefriendly {
    background-color: #5A8D84;
}

a.btn-secondary {
	color: #FFF;
	display: inline-block;
	padding: 10px 40px 10px 25px;
	font-size: 1.5rem;
    font-weight: bold;
    border-radius: 50px;
    border: solid 1.5px #FFF;
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    background-image: url(../images/icons/ic_arrow-right_white.svg);
    background-size: 10px 10px;
    background-position: right 15px center;
    background-repeat: no-repeat;
}
a.btn-secondary:hover {
	background-color: #333;
}


/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 { padding-top: 0;	padding-bottom: 0; }
.pv20 { padding-top: 20px;	padding-bottom: 20px; }
.pv40 { padding-top: 40px; padding-bottom: 40px; }
.pv60 { padding-top: 60px; padding-bottom: 60px; }
.pv80 { padding-top: 80px; padding-bottom: 80px; }

.ph0 { padding-left: 0;	padding-right: 0; }
.ph20 { padding-left: 20px;	padding-right: 20px; }
.ph40 { padding-left: 40px; padding-right: 40px; }
.ph60 { padding-left: 60px; padding-right: 60px; }
.ph80 { padding-left: 80px; padding-right: 80px; }

.pa0 { padding: 0; }

.pb0 { padding-bottom: 0; }
.pb20 { padding-bottom: 20px; }
.pb40 { padding-bottom: 40px; }
.pb60 { padding-bottom: 60px; }
.pb80 { padding-bottom: 80px; }

.pt0 { padding-top: 0; }
.pt20 { padding-top: 20px; }
.pt40 { padding-top: 40px; }
.pt60 { padding-top: 60px; }
.pt80 { padding-top: 80px; }

.ma0 { margin: 0; }

.mb0 { margin-bottom: 0; }
.mb20 { margin-bottom: 20px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }

.mt0 { margin-top: 0; }
.mt20 { margin-top: 20px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }

hr { height: 0; border: none; -webkit-box-sizing: content-box; box-sizing: content-box; }

hr.space20 { height: 20px; }
hr.space40 { height: 40px; }
hr.space60 { height: 60px; }
hr.space80 { height: 80px; }
hr.space100 { height: 100px; }

hr.divide20 { border-top: solid 1px rgba(80,87,89,0.4); margin: 20px 0; }
hr.divide40 { border-top: solid 1px rgba(80,87,89,0.4); margin: 40px 0; }
hr.divide60 { border-top: solid 1px rgba(80,87,89,0.4); margin: 60px 0; }
hr.divide80 { border-top: solid 1px rgba(80,87,89,0.4); margin: 80px 0; }
hr.divide100 { border-top: solid 1px #DDD; margin: 100px 0; }

@media only screen and (max-width: 768px) {
	.pv20,
	.pv40,
	.pv60,
	.pv80 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
    .ph20,
	.ph40,
	.ph60,
	.ph80 {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
	clear: both;
}
.map-contact {
    width: 100%;
    height: 450px;
    border-radius: 15px;
}
.byline {
	text-align: center;
	font-size: 0.9rem;
	padding: 20px 20px 0 20px;
	color: #FFF;
	clear: both;
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.byline img {
	float: none;
	height: 12px;
	padding: 0;
	width: auto;
    margin-bottom: 5px;
}
.byline img:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.byline {
		text-align: center;
		font-size: 0.9rem;
	}
}
@media only screen and (max-width: 480px) {
	.byline {
		max-width: 320px;
		margin: 0 auto;
        font-size: 0.7rem;
	}
}


/* Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.feed-container {
    font-family: 'Encode Sans', sans-serif !important;
}
.feed-container .content .item .title {
    font-family: 'Encode Sans', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 500;
}
.feed-container .content {
    overflow: hidden !important;
}
.feed-container .item-list {
    overflow: hidden !important;
    display: flex;
    flex-wrap: wrap;
}
.feed-container .item {
    width: 47%;
    margin-right: 3%;
    height: 150px;
    margin-bottom: 20px;
    float: left !important;
    border-radius: 20px;
    padding: 20px 20px !important;
    box-sizing: border-box !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border: solid 1px #DDD;
}

@media only screen and (max-width: 768px) {
    .feed-container .content .item .title {
        font-size: 1.7rem !important;
    }
    .feed-container .item {
        width: 100%;
        padding: 15px 15px !important;
        border-radius: 10px;
    }
}



/* Search
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#adBlock {
    display: none !important;
}
.gsc-adBlock {
    display: none !important;
}
.search {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 100;
}
.search a {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/icons/ic_search_white.svg);
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
}
.search a:hover {
    background-image: url(../images/icons/ic_search_teal.svg);
    transition: 0.5s;
}
.modal {
    max-width: 768px !important;
    vertical-align: top !important;
    margin: 0 auto !important;
    left: 0 !important;
    top: 60px !important;
    padding: 30px 50px !important;
    z-index: 200 !important;
}
.modal a.close-modal {
    background-color: #FFF !important;
    background-image: url(../images/icons/ic_close-grey.svg) !important;
    background-repeat: no-repea !important;
    background-size: 20px 20px !important;
    background-position: center !important;
    border-radius: 50%;
    top: 5px !important;
    right: 5px !important;
}
.gsc-control-cse {
    padding: 0 !important;
    margin: 0 !important;
}
.gsib_a {
    padding: 0 10px 0 0 !important;
}
.gsib_b {
    display: none !important;
}
.gsc-input-box {
    border: none !important;
}
.gsib_a input {
    background-image: url(../images/icons/ic_search_grey.svg)!important;
    background-size: 30px 30px !important;
    background-position: left 10px center !important;
    background-repeat: no-repeat !important;
    padding: 0 0 0 50px !important;
}
.gsc-search-button button {
    background-color: #02788D;
    border: solid 1px #02788D;
    border-radius: 5px !important;
    width: 60px;
    height: 60px; 
}


@media only screen and (max-width: 1024px) {
    .search {
        top: 0;
        z-index: 0;
    }
    .search a {
        background-color: rgba(255,255,255,0);
    }
    .gsib_a input {
        background-image: url(../images/icons/ic_search_grey.svg)!important;
        background-size: 50px 50px !important;
        background-position: left 10px center !important;
        background-repeat: no-repeat !important;
        padding: 0 0 0 50px !important;
    }
}

@media only screen and (max-width: 768px) {
    .modal {
        padding: 30px 20px !important;
        width: 100% !important;
    }
}
@media only screen and (max-width: 480px) {
    .search {
        right: 0;
    }
    .search a {
        background-size: 25px 25px;
    }
    .gsib_a input {
        background-image: none !important;
        padding: 0 15px 0 15px !important;
    }
}





