.promo-boxes {
	padding: 40px 0;
}
.promo-boxes h2 {
	text-align: center;
	margin: 0 0 20px 0;
}
.promo-boxes h3 {
	margin-top: 0;
	padding-top: 20px;
}
.promo-box img {
	display: block;
	width: 100%;
	height: auto;
}
.promo-box-text {
	min-height: 180px;
}
.promo-box-link-container {
	padding: 20px 0;
}
.promo-box-content a {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #fff !important;
	text-decoration: none !important;
	background: none !important;
	color: #fff !important;
}

.promo-box-content.has-colour {
	color: #fff;
	padding: 20px 40px;
}
.promo-box-content.colour-005488 p {
	color: #fff;
}
.promo-boxes .col-sm-4 {
	padding-right: 0;
	padding-left: 0;
}

#block-block-11,
#block-block-11 .colour-707000 {
	background: #005488 !important;
}

.tile .dark-blue, .tile .dark-blue *		{color: #005488 !important;}
.tile .light-blue, .tile .light-blue *		{color: #378dcc !important;}
.tile .beige, .tile .beige *				{color: #c1b5a2 !important;}
.tile .white, .tile .white *				{color: #ffffff !important;}
.tile .pink, .tile .pink *		 			{color: #c4014b !important;}
.tile .light-green, .tile .light-green *	{color: #707000 !important;}
.tile .dark-green, .tile .dark-green *		{color: #cdce00 !important;}


/* Dark blue */
.colour-005488 h3 {
	color: #378dcc !important;
}
.colour-005488 p {
	color: #fff !important;
}
/*
.colour-005488 a {
	background: #378dcc !important;
    color: #fff !important;
    border-color: transparent !important;
}
*/

/* Light blue */
.colour-378dcc h3 {
	color: #005488 !important;
}
.colour-378dcc p {
	color: #fff !important;
}
/*
.colour-378dcc a {
	background: #005488 !important;
	color: #fff !important;
	border-color: #005488 !important;
}
*/

/* Beige */
.colour-c1b5a2 h3 {
	color: #005488 !important;
}
.colour-c1b5a2 p {
	color: #fff !important;
}
/*
.colour-c1b5a2 a {
	background: #fff !important;
    color: #378DCC !important;
    border-color: transparent !important;
}
*/

/* Pink */
.colour-c4014b h3 {
	color: #fff !important;
}
.colour-c4014b p {
	color: #fff !important;
}
/*
.colour-c4014b a {
	background: #C8ADBB !important;
    color: #fff !important;
    border-color: #C8ADBB !important;
}
*/

/* White */
.colour-ffffff h3 {
	color: #005488 !important;
}
.colour-ffffff p {
	color: #378dcc !important;
}
/*
.colour-ffffff a {
	background: #378dcc !important;
    color: #fff !important;
    border-color: #378dcc !important;
}
*/

/* Light green */
.colour-cdce00 h3 {
	color: #707000 !important;
}
.colour-cdce00 p {
	color: #707000 !important;
}
/*
.colour-ffffff a {
	background: #378dcc !important;
    color: #fff !important;
    border-color: #378dcc !important;
}
*/


.light-blue-text{color: #378dcc !important;}
.dark-blue-text{color: #005488 !important;}
.beige-text{color: #c1b5a2 !important;}
.white-text{color: #fff !important;}
.pink-text{color: #c4014b !important;}
.dark-green-text{color: #707000 !important;}
.light-green-text{color: #cdce00 !important;}


/* 2017-09-07 */
.promo-boxes {
    padding: 0;
}
.navbar-header img {
	display: block;
	height: 60px;
	margin: 7px;
}
.blog-pagination {
	display: none;
}
.nav-search-btn {
	float: right;
}

.search-link {
	margin-top: 0;
}
.nav-search-btn {
	margin: 18px 15px 0 25px;
	width: 37px;
	height: 37px;
	display: block;
}
.nav-primary li {
	list-style-type: none;
}
.nav-primary a {
	font-weight: bold;
	font-size: 13px;
	color: #999;
}
.nav-primary > ul {
	float: right;
	margin: 0;
	padding: 0;
}
.nav-primary > ul > li {
	position: relative;
	display: inline-block;
}
.nav-primary > ul > li > a {
	display: inline-block;
	line-height: 74px;
	padding-left: 14px;
}
.nav-primary > ul > li:not(:last-child) > a:after {
	content: "\2022";
	color: #B9B9B9;
	margin-left: 14px;
}
.nav-primary > ul ul {
	display: none;
	padding: 7px 0;
	margin: 0;
	width: 210px;
}
.nav-primary > ul ul a {
	padding: 7px 15px;
	display: block;
}
.nav-primary a:hover {
	text-decoration: none;
	color: #005488;
}
.nav-primary > ul > li:hover > ul,
.nav-primary > ul > li:focus-within > ul,
.nav-primary > ul > li > a:focus + ul{
	display: block;
	left: 0;
	top: 70px;
	background: #fff;
	z-index: 9999;
}
.nav-primary > ul > li > ul {
	position: absolute;
}

.blog-categories {
	padding: 10px 40px;
    background-color: #F5F5F5;
}
.blog-category {
	border: 2px solid #378DCC;
	padding: 10px 15px;
	display: inline-block;
	margin: 5px 0;
	color: #378DCC;
	background: none;
	text-decoration: none !important;
	cursor: pointer;
}
.blog-category:hover {
	background: #378DCC;
	color: #fff;
}
.blog-category.on {
	background: #378DCC;
	color: #fff;
}

.lazy-item {
	width: 100% !important;
}
#search-block-form button:hover {
    background: #378DCC;
}

.tweet .avatar {
	float: left;
	margin: 0 10px 10px 0;
}
.tweet h3,
.tweet h3 em {
	font-size: 14px;
    font-weight: bold;
    font-style: normal;
	margin-bottom: 0;
}
.tweet p,
.tweet .actions {
	margin-left: 58px;
}
.tweet p:empty {
	display: none;
}
.tweet .actions a {
	padding-right: 5px;
}

.rte h1,
.rte h2,
.rte h3,
.rte h4,
.rte h5,
.rte h6 {
	color: #378DCC;
}
.rte h1.dark-blue,
.rte h2.dark-blue,
.rte h3.dark-blue,
.rte h4.dark-blue,
.rte h5.dark-blue,
.rte h6.dark-blue {
	color: #005488;
}
.rte h1.black,
.rte h2.black,
.rte h3.black,
.rte h4.black,
.rte h5.black,
.rte h6.black {
	color: #000;
}

.rte ul,
.rte ul.grey {
	color: #929292;
}
.rte ul.light-blue {
	color: #378DCC;
}
.rte ul.dark-blue {
	color: #005488;
}

.rte-home {
	padding: 40px 40px;
}
.rte-home p,
.rte-home ul,
.rte-home ol {
	color: #378DCC;
}

.insta {
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-in-out;
	-moz-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
}
.insta-photo {
	width: 33.333333%;
}
.insta-photo img {
	display: block;
	width: 100%;
	height: auto;
}
.js-icon-img-hover {
	display: none;
}
.icon-img-link {
	display: inline-block;
	width: 41px;
	height: 42px;
	font-size: 0;
	overflow: hidden;
	vertical-align: bottom;
}
.icon-img-link:hover .js-icon-img-hover {
	display: block;
}
.icon-img-link:hover .js-icon-img-normal {
	display: none;
}


.newsletter-tile h2 {
	margin-top: 5px;
}
.newsletter-tile label {
	margin: 0 0 10px 0;
	color: #fff;
}
.newsletter-tile input[type="email"] {
	width: 100%;
	display: block;
	padding: 10px;
	border: none;
	margin: 0 0 10px 0;
}
.newsletter-tile .button {
	border: 2px solid #fff;
	color: #fff;
	background: none;
    padding: 10px 20px;
    margin-top: 5px;
}
.newsletter-tile--white {
	-webkit-box-shadow: inset 0px 0px 0px 3px #378dcc;
	-moz-box-shadow: inset 0px 0px 0px 3px #378dcc;
	box-shadow: inset 0px 0px 0px 3px #378dcc;
}
.newsletter-tile--white label {
	margin: 0 0 10px 0;
	color: #929292;
}
.newsletter-tile--white input[type="email"] {
	background: #eee;
	margin: 0 0 10px 0;
}
.newsletter-tile--white .button {
	border: none;
	color: #fff;
	background: #378dcc;
}


.profile-tile__image {
	width: 100%;
	height: auto;
	display: block;
}
.profile-tile__name {
	font-size: 18px;
}
.profile-tile__role {
	font-size: 16px;
}
.profile-tile { background-color: #fff; padding-bottom: 15px; }
.profile-tile--dark-blue { background-color: #005488; }
.profile-tile--light-blue { background-color: #378dcc; }
.profile-tile--beige { background-color: #c1b5a2; }
.profile-tile--white { background-color: #ffffff; }
.profile-tile--pink { background-color: #c4014b; }
.profile-tile--light-green { background-color: #707000; }
.profile-tile--dark-green { background-color: #cdce00; }

.profile-tile *, .profile-tile--white * { color: #005488 !important; }
.profile-tile--dark-blue *,
.profile-tile--light-blue *,
.profile-tile--beige *,
.profile-tile--pink *,
.profile-tile--light-green *,
.profile-tile--dark-green * { color: #fff !important; }

.col-md-3.profile-tile {
	padding: 10px 15px 20px 15px;
}

.hide-banner-true {
	height: 40px;
	background: #F5F5F5;
}

@media (max-width: 1200px) {
	.nav-primary {
		display: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-header {
		width: 100%;
	}
}