body {
	/*font-family: 'pt-sans', sans-serif;*/
	font-family: 'Inter', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

body.fixed-header {
	padding-top: 199px;
}

body.fixed-header header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin-bottom: 0px;
}

p {
	font-size: 16px;
	line-height: 130%;
}

a {
	color: #004380;
	cursor: pointer;
}

a:hover {
	color: #0754d3;	
}

hr {
	border-top: solid 1px #b2dff4;
}

.btn-default {
    color: #0096dc;
    background-color: #ffffff;
    border-color: #b2dff4;
    padding: 0.675rem .75rem;
    font-weight: 500;
    border-radius: 4px;
}

.btn-default:focus,
.btn-default:active,
.btn-default:hover {
    color: #ffffff!important;
    background-color: #0096dc!important;
    border-color: #0096dc!important;
}

.light-blue-bg {
	background: #b4cffc;
}

.dark-blue-bg {
	background: #004380;
}

.dark-blue {
	color: #004380;
}

.black {
	color: #000!important;
}

.padding-30 {
	padding: 30px 0;
}

.padding-50 {
	padding: 50px 0;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-top-50 {
	padding-top: 50px;
}

.padding-bottom-30 {
	padding-bottom: 30px;
}

.padding-bottom-50 {
	padding-bottom: 50px;
}

.no-margin {
	margin: 0px;
}

/*
 * Icons
 */
 
@font-face {
    font-family: 'icomoon';
    src:    url('/fonts/icomoon.eot?4s8k6a');
    src:    url('../fonts/icomoon.eot?4s8k6a#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?4s8k6a') format('truetype'),
        url('../fonts/icomoon.woff?4s8k6a') format('woff'),
        url('../fonts/icomoon.svg?4s8k6a#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-left:before {
    content: "\e900";
}

.icon-arrow-right:before {
    content: "\e901";
}

.icon-hamburger:before {
    content: "\e902";
}

.icon-search:before {
    content: "\e903";
}

.icon-thistle:before {
    content: "\e904";
}

.icon-rss:before {
    content: "\e905";
}


/*
 * Header
 */

header {
	padding: 30px 0 0 0;
	background: #fff;
	z-index: 100;
}

header .header-wrapper {
	border-bottom: solid 1px #b2dff4;
	margin-top: 15px;
}

header .header-text {
    float: left;
	text-align: center;
	margin-bottom: 30px;
}

header .header-text a {
    display: inline-block;
}

header #ggc-logo {
	display: inline-block;
	height: 110px;
	margin-bottom: 10px;
}

header .header-link {
    float: right;
    margin-top: 40px;
    margin-right: 30px;
    color: #0096dc;
    font-weight: 500;
}

header .header-link:hover {
    color: #004380;
    text-decoration: none;
}

header .header-search {
    position: relative;
    border: solid 1px #b2dff4;
    border-radius: 5px;
    font-size: 16px;
    padding: 20px 60px 20px 30px;
    margin-top: 20px;
    float: right;
    margin-right: 50px;
}

header .header-search input {
    float: left;
    width: 100%;
    border: none!important;
    outline: none!important;
    color: #004380;
    font-weight: 500;
}

header .header-search button {
    position: absolute;
    top: 20px;
    right: 24px;
    font-size: 24px;
    border: none!important;
    outline: none!important;
    background: none!important;
}

@media screen and (max-width: 1199px) {
  header .header-search {
    width: 200px;
  }
}


@media screen and (max-width: 991px) {
  header .header-link {
    display: none;
  }
  
  header .header-search {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    margin-right: 0;
  }
}

header .header-search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004380;
  opacity: 1; /* Firefox */
  font-weight: 500;
}

header .header-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #004380;
  font-weight: 500;
}

header .header-search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #004380;
  font-weight: 500;
}

/*
 * Hamburger Menu
 */

#menu-toggle {
    position: relative;
    margin-bottom: 10px;
}

.hamburger-menu-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 32px;
  height: 27px;
  cursor: pointer;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 32px;
  height: 3px;
}

.hamburger-menu {
  position: relative;
  transform: translateY(10px);
  background: #004380;
  transition: all 0ms 300ms;
}

.open .hamburger-menu {
  background: #fff;
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #004380;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #004380;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.open .hamburger-menu:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.open .hamburger-menu:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {
	header .header-search .search-field { 
		width: 170px;
		padding: 25px 50px 25px 15px;
	}
}

header .header-links {
	float: left;
	font-size: 14px;
	margin: 0 30px;
}

header .header-links a {
	display: block;
	width: 100%;
	text-decoration: underline;
	margin: 7px 0 4px 0;
	color: #004380;
	cursor: pointer;
}

header .header-links a:hover {
	color: #0754d3;	
}

header h1 {
    display: block;
	font-size: 20px;
	line-height: 24px;
	color: #004380;
	margin: 2px 0 0 0;
	padding: 0;
	background: none;
}

header #nhs-logo {
	float: right;
	height: 119px;
}

@media only screen and (max-width : 612px) {
	
	body.fixed-header {
		padding: 0;
	}
	
	body.fixed-header header {
		position: relative;
	}
	
	header {
		padding: 30px 0;
		height: 60px;
	}
	
	header #ggc-logo {
		height: 85px;
	}
	
	header #header-text {
		font-size:1px;
		margin: 0 15px;
	}
	
	header h1 {
		font-size: 18px;
		line-height: 18px;
	}
	
	header h2 {
		font-size: 16px;
		line-height: 16px;
	}
	
	header #nhs-logo {
		height: 60px;
	}
}

@media only screen and (max-width : 375px) { 
	
	header #nhs-logo {
		display: none;
	}
}

header .header-sub-title {
	height: 70px;
	background: #004380;
	padding: 25px;
	width: 100%;
	color: #fff;
	z-index: 2000;
	font-size: 18px;
	margin-top: 27px;
}

@media only screen and (max-width : 612px) { 
	
	header .header-sub-title {
		font-size: 14px;
	}
}

/*
 * Mobile Search
 */

.mobile-search .btn-block+.btn-block {
    margin-bottom: 10px;
}

.mobile-search .form-group {
	position: relative;
	margin: 0;
}

.mobile-search .form-group .icon-search {
	position: absolute;
	top: 19px;
    right: 15px;
	font-size: 18px;
}

.mobile-search .search-field {
	height: 66px;
	border: none;
	border-radius: 10px;
	font-size: 18px;
	padding: 25px 50px 25px 25px;
	margin-bottom: 30px;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.mobile-search .search-field { 
		margin-bottom: 0;
		height: 73px;
	}
}

/*
 * Intro Section
 */
 
.intro-section-home {
    padding: 30px 0 15px 0;
    color: #004380;
}
 
.intro-section-home p {
	color: #004380;
}

/*
 * Search
 */

.search-section .form-group {
	position: relative;
	margin: 0;
}

.search-section .form-group .icon-search {
	position: absolute;
	top: 25px;
    right: 15px;
	font-size: 18px;
}

.search-section .search-field {
	height: 66px;
	border: none;
	border-radius: 8px;
	font-size: 16px;
	padding: 25px 50px 25px 25px;
}

.search-section .search-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #004380;
  opacity: 1; /* Firefox */
}

.search-section .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #004380;
}

.search-section .search-field::-ms-input-placeholder { /* Microsoft Edge */
  color: #004380;
}

ul.list-dark-navigation {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	border-top: solid 1px #00528e;
}

ul.list-dark-navigation li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #00528e;
}

ul.list-dark-navigation li a {
	color: #fff;
	display: block;
	padding: 15px 45px 15px 15px;
}

ul.list-dark-navigation li a:hover {
	color: #fff;
	background: #001655;
	text-decoration: none;
	cursor: pointer;
}

ul.list-dark-navigation li a span.right {
	float: right;
	margin-right: -30px;
	line-height: 150%;
}

ul.list-light-navigation {
	width: 100%;
	margin: 0 0 50px 0;
	padding: 0;
	border-top: solid 1px #b2dff4;
}

ul.list-light-navigation li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #b2dff4;
}

ul.list-light-navigation li a {
	display: block;
	padding: 15px;
	color: #0096dc;
	font-weight: 600;
}

ul.list-light-navigation li a:hover {
	background: #e8f4fa;
	color: #0096dc;
	text-decoration: none;
	cursor: pointer;
}

ul.list-light-navigation li a span.left {
	float: left;
	font-size: 27px;
	margin-right: 10px;
}

ul.list-light-navigation li a span.right
{
	float: right;
	color: #0096dc;
	line-height: 150%;
}

ul.list-light-navigation li a:hover span.right
{
	color: #0096dc;
}

.list-heading {
	padding: 15px;
	font-size: 28px;
	line-height: 28px;
	color: #0096dc;
}

.list-heading a {
	float: right;
	font-size: 16px;
	line-height: 18px;
	margin-top: 2px;
	color: #004380;
}

.list-heading.list-heading-dark,
.list-heading.list-heading-dark a {
	color: #fff;
}

.list-heading a span {
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
	line-height: 28px;
}

/*
 * Search Results
 */

ul.search-results {
	width: 100%;
	margin: 0;
	padding: 15px 0;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
}

ul.search-results li {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.search-results li a {
	display: inline-block;
	padding: 7px 7px 7px 15px;
}

ul.search-results li a span.left {
	float: left;
	font-size: 27px;
	margin-right: 10px;
}

ul.search-results li a span.right
{
	float: right;
	color: #d7d7d7;
}

.search-heading {
	padding: 30px 15px 7px 15px;
	font-size: 18px;
}

/*
 * Footer
 */

footer {
	padding: 15px 0 30px 0;
	text-align: center;
}

footer a {
	display: inline-block;
}

footer a img {
	margin: 15px;
	height: 60px;
}

@media only screen and (max-width: 612px) {
	footer a img {
		margin-left: 15px;
		height: 45px;
	}
	
	header {
         height: auto;
     }
}

header .header-search .search-field {
 height: 50px;
 border: 2px solid #004380;
 border-radius: 10px;
 font-size: 20px;
 padding: 0 50px 0 25px;
 margin-top: 5px;
 line-height: 50px;
}
