body * {
    font-family: 'Roboto', sans-serif;     
}

h1, h2, h3, h4, h5, h6,
h1 * , h2 *, h3 *, h4 *, h5 *, h6 * {
	font-family: 'Raleway', sans-serif;
}

/* - Hides bxslider images until JS has fully loaded */
#siteslides{
	visibility: hidden;
	max-width: 2000px;
	margin: 0 auto;
}
.txtcenter{
	text-align: center;
}
.txtright{
	text-align: right;
}
img{
	max-width: 100%;
}
.site-title{
	margin: 0;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}



/* Buttons */
.btn,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: none;		
	color: #fff;
	background: #cfcfcf;
	display: inline-block;
	padding: 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.875em;
	text-align: center;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: lowercase;
	transition: all 0.5s ease;
}

.btn:hover,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	outline: none;
	text-decoration: none !important;
	padding: 10px 24px;
}

.btn:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #bd1013; 
	border: none;		
	padding: 10px 24px;
}

.entry-content .btn * {
	color: white;
}

/* Ombudsman: blue; */
.btn.btn-nipso,
.section-nipso .section-nipso input[type="submit"],
.section-nipso .frm_style_formidable-style.with_frm_style input[type=submit], 
.section-nipso .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.section-nipso .frm_form_submit_style, 
.section-nipso .frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
	background-color: #0090bf !important;
}
.btn.btn-nipso:hover,
.section-nipso input[type="submit"]:hover,
.section-nipso .frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
.section-nipso .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
.section-nipso .frm_form_submit_style:hover, 
.section-nipso .frm_style_formidable-style.with_frm_style.frm_login_form input[type="submit"]:hover {
	background-color: #01759b !important;
}
.btn.btn-nipso:active,
.section-nipso input[type="submit"]:active: {
	background-color: #015875 !important;
}

/* Judicial Appointments: purple; */
.btn.btn-nijao,
.section-nijao input[type="submit"] {
	background-color: #863176 !important;	
}
.btn.btn-nijao:hover,
.section-nijao input[type="submit"]:hover {
	background-color: #6d205e !important;
}
.btn.btn-nijao:active,
.section-nijao input[type="submit"]:active {
	background-color: #4f1244 !important;
}

/* Local Gov: Pink; */
.btn.btn-nilgcs,
.section-nilgcs input[type="submit"] {
	background-color: #eb1c74 !important;
}
.btn.btn-nilgcs:hover,
.section-nilgcs input[type="submit"]:hover {
	background-color: #cf1262 !important;
}
.btn.btn-nilgcs:active,
.section-nilgcs input[type="submit"]:active {
	background-color: #ae0a4f !important;
}

/* - CONTACT PAGE */
#contact-map {
	width: 100%;
	height: 350px;
}

/************************************************************************************
BX Slider FIXED Height
*************************************************************************************/
.bx-wrapper img {
	/**
	 * We DO NOT want the main slide image to resize as the screen width is reduced so set max-width to 0px. 
	 * Alternatively you can set a fixed width to get the image to ift better on smaller screen
	*/
	/*max-width: 1024px;*/
}
.bxslider li, .bx-wrapper, .bx-viewport{
	/**
	 * Set your desired Fixed Height	  
	*/
	/*height: 300px;*/
}

/************************************************************************************
SECTION COLOURS
*************************************************************************************/

/* NI Ombudsman */
.section-nipso, .section-nipso a, .section-nipso a:visited {
	color: #41accf;
}

/* Judicial Appointments */
.section-nijao, .section-nijao a, .section-nijao a:visited {
	color: #914483;
}

/* Local Government */
.section-nilgcs, .section-nilgcs a, .section-nilgcs a:visited {
	color: #eb1c74;
}


/* - LINKS */


/************************************************************************************
PRIMARY LANDING PAGE
*************************************************************************************/

body.home  {
	background: #fdfdfd url("../images/landing-bg.gif");
}

/* - Header */

.landing-header {
	text-align: center;
	margin-top: 35px;
	padding: 0 5%;
	margin-bottom: 35px;
}

.landing-title {
	font-weight: 400;
	margin: 0;
	font-size: 2.1rem;
    line-height: 1;
}

.landing-title strong {
	display: block;
}

.landing-header p {
	font-family: 'Raleway', sans-serif;	
	margin: 0;
	font-size: 1.2rem;
}

/* - Main Body */
.landing-modules {
	width: 100%;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

.landing-module {
	padding: 0 5%;
	margin-bottom: 35px;	
}

.landing-module .module-logo {
	height: 56px;
	width: auto;
}

.landing-modules p,
.landing-modules a.btn {
	display: none;
}

.landing-modules a.btn {
	width: 200px;	
	font-size: 1.125rem;
	position: relative;
	left:62px;
}

.landing-modules a.btn, 
.landing-modules a.btn:hover,
.landing-modules a.btn:active {
	background-image: url("../images/icon-logomark-white.png");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: 14px;
}

/* Photo of ombudsman */
.ombudsman-photo-wrap img {
	border-radius: 100%;
	border-width:4px;
	border-style: solid;
}

.nipso-ombudsman-photo {
	border-radius: 100%;
	position: relative;
	top: -10px;
}



/************************************************************************************
TOPBAR - SECTION SELECT (MOBILE ONLY)
*************************************************************************************/

/* Dropdown panel */
.mobile-serv-opts {
	display: none;	
}

.mobile-serv-opts p {
	margin: 0 0 15px 0;
	text-align: center;
	background: #efefef;
	padding: 8px 10px;	
}

/* Links */
.mobile-serv-opts a {
	display: block;
	margin-bottom: 15px;
}

/* Logos */
.mobile-serv-opts img {
	height: 50px;
	width: auto;
	margin-left: 25px;
}
	.opt-logo-nipso {
		min-width: 192px
	}
	.opt-logo-nijao {
		min-width: 256px;
	}
	.opt-logo-lges {
		min-width: 250px
	}

/* Panel Toggle */
a.mobile-choose-serv {
	display: block;
	padding: 10px 10px;
	text-align: center;
	color: white !important;
	font-family: 'Raleway', sans-serif;
	font-size: 0.875em;
	position: relative;
	text-decoration: none;

}

a.mobile-choose-serv:after {
	content: "\f078";
	font-family: "fontawesome";
	position: absolute;
	right: 10px;
}

a.mobile-choose-serv.on:after {
	content: "\f077";
}

/* Colours */
.section-nipso a.mobile-choose-serv {
	background: #41accf;
}

.section-nijao a.mobile-choose-serv {
	background: #914483;
}

.section-nilgcs a.mobile-choose-serv {
	background: #eb1c74;
}


/************************************************************************************
HEADER
*************************************************************************************/

.home-link {
	display: block;
	padding: 25px;
}

.home-link img,
.footer-logo img {	
	max-height: 68px;
}

/* Contact Number & Switch Sections (Desktop) */
.hdr-secondary {
	display: none;	
	float: right;
	width: 370px;
	position: relative;
	top:25px;
}

.hdr-contact {
	float: right;		
	position: relative;
	right: 55px;
}

.hdr-contact span {
	display: block;
	padding-left: 35px;		
	background-repeat: no-repeat;
	background-position: left;
	font-size: 0.9375rem;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 5px;
	font-weight: 500;
}
	.section-nipso .hdr-contact span {
		background-image: url("../images/icon-phone-nipso.png")
	}
	.section-nijao .hdr-contact span {
		background-image: url("../images/icon-phone-nijao.png")
	}
	.section-nilgcs .hdr-contact span {
		background-image: url("../images/icon-phone-lges.png")
	}

.hdr-contact strong {		
	font-size: 1.5rem;
}

.hdr-switch-section img {
	max-height: 30px;
	min-width: 0;
	width: auto;
}

.hdr-switch-section a:nth-child(2) img {
	margin-right: 15px;
}

.hdr-switch-section p {
	margin-bottom: 8px;
	font-family: 'Raleway', sans-serif;
	font-size: 0.9375rem;
	font-weight: 500;
}

/* Mobile Utility Menu */
.mobile-hdr-ftr {
	text-align: center;	
}
	.section-nipso .mobile-hdr-ftr {
		background: #e5f4f8;	
		color: #41accf;		
	}
	.section-nijao .mobile-hdr-ftr {
		background: #f5dff1;	
		color: #914483;		
	}
	.section-nilgcs .mobile-hdr-ftr {
		background: #f9e7ef;	
		color: #eb1c74;
	}

.hdr-ftr-nav,
.hdr-ftr-search {	
	display: inline-block;
	width: 25%;
	text-align: center;	
}
.hdr-ftr-tel {
	display: inline-block;
	width: 50%;
	text-align: center;	
}
.hdr-ftr-tel span {
	display: none;
}

.mobile-hdr-ftr a {
	display:block;	
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	padding: 5px 10px;
}
	.hdr-ftr-nav {
		font-size: 1.4rem;
	}
	.hdr-ftr-tel {
		font-size: 1.2rem;
	}
	.hdr-ftr-search {
		font-size: 1.4rem;
	}

/************************************************************************************
NAVIGATION
*************************************************************************************/

.section-nav-container {	
	width: 250px;
	position: fixed;
	top: 0;
	left:-250px; /* same as the width of the menu - to hide it */	
	height: 100%; /* Makes the menu full height - works with position: fixed */
	background: #333;
	z-index: 100;
}
	.section-nipso .section-nav-container {	
		background: rgba(65, 172, 207, 0.9);
	}
	.section-nijao .section-nav-container {	
		background: rgba(145, 68, 131, 0.9);
	}
	.section-nilgcs .section-nav-container {	
		background: rgba(235, 28, 116, 0.9);
	}

.main-nav-container {
	width: 100%;
}

/* Account for admin menu bar when logged in (46px) */
.admin-bar .section-nav-container {
	top:45px;
}

/* Give the main menu title some styling */
.section-nav-container h3 {	
	position: relative;
	margin: 0;
	padding: 12px 10px;
	color: #fff;
	font-size: 1.2em;
	font-weight: 400;
	border-bottom: 4px solid #222;
}
	.section-nipso .section-nav-container h3 {	
		border-bottom-color: #006e93;
	}

	.section-nijao .section-nav-container h3 {	
		border-bottom-color: #65255b;
	}
	
	.section-nilgcs .section-nav-container h3 {	
		border-bottom-color: #a61454;
	}

/* Style up the toggle menu "x" */
.section-nav-container .slideout-menu-toggle {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	padding: 6px 9px 5px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 1;
	background: #222;
	color: #999;
	text-decoration: none;
	vertical-align: top;
}
	.section-nipso .section-nav-container .slideout-menu-toggle {	
		background: #006e93;
	}

	.section-nijao .section-nav-container .slideout-menu-toggle {	
		background: #65255b;
	}
	
	.section-nilgcs .section-nav-container .slideout-menu-toggle {	
		background: #a61454;
	}


/* Give the menu container some love */
.section-nav-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 300;
}


/* And now the list items */
.section-nav-container ul li {	
	border-bottom: 1px solid #151515;
}
	.section-nipso .section-nav-container ul li  {	
		border-bottom: 1px solid #006e93;
	}

	.section-nijao .section-nav-container ul li  {	
		border-bottom: 1px solid #65255b;
	}

	.section-nilgcs .section-nav-container ul li  {	
		border-bottom: 1px solid #a61454;
	}

/* The anchor elements within the list items */
.section-nav-container ul li a {
	position: relative;
	display: block;
	padding: 10px;
	color: white;
	text-decoration: none;
}
	.section-nipso .section-nav-container ul li a {	
		color:white;
	}

	.section-nijao .section-nav-container ul li a {	
		color:white;
	}

	.section-nilgcs .section-nav-container ul li a {	
		color:white;
	}

.section-nav-container ul li a:hover {
	background: #000;
	color: #fff;
}

.section-nav-container ul li a i {
	position: absolute;
	top: 15px;
	right: 10px;
	opacity: .5;
}

/* ================== */
/* Desktop Navigation */
/* ================== */
.section-nav-container-full {
	display: none;
	background: #efefef;	
	border-top:1px solid white;
	border-bottom: 1px solid white;
}
	.section-nipso .section-nav-container-full {
		border-top-color:#41accf;		
		background: rgba(65, 172, 207, 0.2);
	}
	.section-nijao .section-nav-container-full {
		border-top-color:#914483;		
		background: rgba(145, 68, 131, 0.2);
	}
	.section-nilgcs .section-nav-container-full {
		border-top-color:#eb1c74;		
		background: rgba(235, 28, 116, 0.2);
	}

.section-nav-container-full .grid-container {
	position: relative;
}

.section-nav-container-full .main-nav-container {
	float: left;
	padding-left: 1%;	
}

.main-nav-access-search {
	position: absolute;
	right: 0;
	padding-right: 1%;	
}

.section-home {
	float: left;
	font-size: 1.5rem;
	margin-right: 10px;
	padding: 7px;
}

.section-nav-container-full ul.section-nav {
	margin: 0;
	padding: 0;	
	list-style-type: none;		
}

.section-nav-container-full ul.section-nav li {	
	text-transform: capitalize;
	display: inline-block;
}
.section-nav-container-full ul.section-nav ul li {
	display:block;
}

.section-nav-container-full ul.section-nav li a {
	color: black;
	font-family: 'Raleway', sans-serif;
	font-size: 0.875rem;
	font-weight: 600;
	margin: 0 ;
	display:block;
	padding: 15px 10px 14px 10px;
	transition: background 0.5s ease;
}

ul.section-nav li.current-menu-item a {
	background: #cfcfcf;
	color: white;
}

ul.section-nav li.current-menu-item a,
ul.section-nav li.current-page-ancestor a,
ul.section-nav li a:hover {
	color: white;
	text-decoration: none;
}
	.section-nipso ul.section-nav li.current-menu-item a,
	.section-nipso ul.section-nav li.current-page-ancestor a,
	.section-nipso ul.section-nav li a:hover {
		background: #41accf; 		
	}
	.section-nijao ul.section-nav li.current-menu-item a,
	.section-nijao ul.section-nav li.current-page-ancestor a,
	.section-nijao ul.section-nav li a:hover {
		background: #914483;
	}
	.section-nilgcs ul.section-nav li.current-menu-item a,
	.section-nilgcs ul.section-nav li.current-page-ancestor a,
	.section-nilgcs ul.section-nav li a:hover {
		background: #eb1c74;
	}


/* FIX CURRENT MENU ITEM HIGHLIGHT ON CONTACT PAGES */
.page-id-138 ul.section-nav li.menu-item-189 a,
.page-id-28 ul.section-nav li.menu-item-123 a,
.page-id-63 ul.section-nav li.menu-item-127 a {
	background: transparent;
	color: black;
}

/* CHILD PAGE NAV (MOBILE ONLY) */
.child-nav-section a.toggle-child-nav {
	text-align: center;
	position: relative;
	display: block;
	background: #666;	
	padding: 3px 0;
	color: white;
	font-size: 0.875rem;
	text-decoration: none;
}
	.section-nipso .child-nav-section a.toggle-child-nav {
		background: #006e93;
	}
	.section-nijao .child-nav-section a.toggle-child-nav {
		background: #65255b;
	}
	.section-nilgcs .child-nav-section a.toggle-child-nav {
		background: #a61454;
	}

.toggle-child-nav:after {
	font-family: "FontAwesome";
	content: "\f0d7";
	position: absolute;
	right: 10px;
}

.child-nav-on.toggle-child-nav:after {
	content: "\f0d8";
}

.child-nav .sidebar-nav li a:before {
	content: "";
}

.child-nav {
	display: none;
}


/* Accessibility Controls & Search */
.main-nav-access-search {
	border: 1px solid transparent;
}


.access_txt_btns,
.main-nav-search {
	display: inline-block;	
	height: 49px;
	vertical-align: top;
}

.access_txt_btns a,
.main-nav-search a {
	color: black;
}

.access_txt_btns {
	border-left:1px solid #cfcfcf;
	border-right:1px solid #cfcfcf;
	padding: 0 10px;
	position: relative;
    top: -2px;
}
.main-nav-search {
	border-right: 1px solid #cfcfcf;
}
	.section-nipso .access_txt_btns,
	.section-nipso .main-nav-search {
		border-color: #41accf;
	}
	.section-nijao .access_txt_btns,
	.section-nijao .main-nav-search {
		border-color: #914483;
	}
	.section-nilgcs .access_txt_btns,
	.section-nilgcs .main-nav-search {
		border-color: #eb1c74;
	}

.access_txt_btns-inner {
	position: relative;
	top: 15px;	
}

.access_txt_btn {
	font-weight: 700;
}

.small-text 	{font-size: 10px;}
.medium-text 	{font-size: 14px;}
.large-text		{font-size: 18px;}

.main-nav-search {
	position: relative;		
}

.main-nav-search a {	
	position: relative;
	top: 13px;	
	padding: 15px 10px;
}

.main-nav-search a i {	
	font-size: 1.5rem;
}

/************************************************************************************
PAGE BANNER
*************************************************************************************/

.page-banner {
	height: 250px;
	background-size: cover;
	background-position: center;
	padding-left: 5%;
	padding-right: 5%;
}

.banner-content {
	position: relative;
	top: 25px;
	color:white;
	text-align: center;	
	font-size: 1.5em;
}

.banner-content * {
	font-family: 'Raleway', sans-serif;
}

.banner-content p {
	margin: 0;
}

.section-nipso .banner-content p:first-child{font-size:20px;}
.section-nipso .banner-content p:nth-child(2){font-size:1.2em;}

.banner-content strong {
	font-weight: 700;	
}


/************************************************************************************
LANDING PAGE TEMPLATE
*************************************************************************************/

/* Main Body */
.primary-wrapper {
	background: #f2f2f2;
	overflow: auto;
	padding: 0 5%;
}

.site-content,
.sidebar-container{	
	margin: 35px 0;	
}

.content-intro h1 {
	font-weight: 400;
	font-size: 1.5em;
	margin: 0 0 15px 0;
}

.section-nipso .content-intro h1{font-size: 20px;}

.content-intro h2 {
	font-weight: 400;
	font-size: 1.2em;	
	margin: 0 0 15px 0;
}

.entry-content * {
	color: #656565;
	font-size: 0.875rem;
}

/************************************************************************************
FOOTER
*************************************************************************************/

.site-footer {
	padding: 35px 5%;
}

/* Footer Contact */
.footer-logo {
	margin-bottom: 35px;
	position: relative;
    /*left: -80px;*/
}

.footer-section-contact * {
	font-size: 0.875rem;
	color: #656565;
}

.footer-contact-postal {
	margin-bottom: 45px;
	position: relative;
}


.footer-contact-postal p {
	margin: 0
}

.footer-contact-postal * {
	font-family: "Raleway", sans-serif;
	line-height: 2;
}

.footer-contact-details {
	margin-bottom: 45px;
	position: relative;
}

.footer-contact-details ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.footer-contact-details ul li {
	line-height: 2;
}

.section-nipso .footer-contact-details ul li .value {
	color: #41accf;
}
.section-nijao .footer-contact-details ul li .value {
	color: #914483;
}
.section-nilgcs .footer-contact-details ul li .value {
	color: #eb1c74;
}

.design-by {
	position: relative;
}

.footer-contact-postal:after,
.footer-contact-details:after,
.design-by:after  {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background-color: #656565;
	bottom: -15px;
	left: 0;
}


/* Footer Menus */

.footer-menu-section {	
	/*border:1px solid #cfcfcf;		*/
	margin-bottom: 35px;
}

.footer-section-menus {
	margin-top: 55px;
}

.footer-section-menus .grid-6:last-child .footer-menu-section {
	margin-bottom: 0; /* Remove margin bottom */
}

.footer-menu-section h3 {
	margin: 0 0 15px 0;
	font-size: 1.1875em;
}

.footer-menu-section ul {
	list-style: circle;
	margin: 0;
	padding: 0 0 0 20px;	
}

.footer-menu-section ul li {
	padding-right: 15px;
	margin-bottom: 5px;
}

.footer-menu-section ul li a {
	color: #656565;
	font-size: 0.875rem;
	font-family: "Raleway", sans-serif;
}

.footer-menu-section ul li a:visited {
	color: #656565;
}

.footer-section-contact {
	
}


/************************************************************************************
Standard Internals
*************************************************************************************/

.entry-title, .sidebar-title {
	/*font-size: 2.75rem;*/
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1.1;
}

.sidebar-title {
	font-size: 1.5rem;	
}

.entry-content * {
	line-height: 1.8;
}

.entry-content h2 {
	font-size: 1.5rem;
	font-weight: 600;	
}

/* Nasty selector to overwrite font resize widget */
#page.medium-text .site-content .entry-content h2 {
	font-size: 1.5rem !important;
}

.entry-content h3 {
	font-size: 1.2rem;
	font-weight: 600;	
}
	.section-nipso .entry-content h2,
	.section-nipso .entry-content h3 {
		color: #41accf;
	}
	.section-nijao .entry-content h2,
	.section-nijao .entry-content h3 {
		color: #914483;
	}
	.section-nilgcs .entry-content h2,
	.section-nilgcs .entry-content h3 {
		color: #eb1c74;
	}

.sidebar-nav {
	list-style-type: none;
	padding: 0;
}

.sidebar-nav li {
	margin-bottom: 12px;
}

.sidebar-nav li a {
	font-family: "Raleway", sans-serif;
	display: block;
	padding-left: 25px;
	position: relative;
	font-size: 0.875rem;
}

.sidebar-nav li a:before {
	content: "\f138 ";
	font-family: "fontawesome";	
	position: absolute;
	left: 0;

}

.current_page_item {	
	font-weight: 600;
}

/* The Twitter sidebar widget */
.nipso-twitter-feed {
	text-align: right;
}

.nipso-twitter-feed h2 {
	line-height: 1;	
	font-size: 2.125rem;
	letter-spacing: -2px;
	margin-bottom: 0;
	position: relative;
}

.nipso-twitter-feed h2:before {
	content: "\f099";
	font-family: "FontAwesome";
	position: absolute;
	right: 113px;
    top: -3px;
    font-size: 5.2rem;
	color:#41accf;

}

.nipso-twitter-feed h2 span {
	font-weight: 300;
	display: block;
}

.nipso-twitter-feed p {
	margin-top: 12px;
	margin-bottom: 35px;
	font-size: 1.128rem;
}

.nipso-twitter-feed p a {
	border-bottom: 2px solid transparent;
	transition: all 0.5s ease-in-out;

}

.nipso-twitter-feed p a:hover {
	text-decoration: none;
	border-color: #41accf;
}

.nipso-twitter-feed h3 {
	display: none;
}

.nipso-twitter-feed ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.nipso-twitter-feed ul li {
	background-image: none;
	color: 000000;
}

/* Latest News Sidebar */
.news-latest-posts {
	text-align: right;
	margin-top: 35px;
	border-top: 5px solid #dfdfdf;
	clear: both;
}

.news-latest-posts ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.news-latest-posts ul li {
	margin-bottom: 5px;
	border-bottom: 1px solid #cfcfcf;
	padding: 5px 0;
}

.news-latest-posts ul li h4 {
	font-size: 0.875rem;
	margin: 0;
}

.news-latest-posts ul li .sidebar-date {
	display: inline-block;
	font-size: 0.75rem;
	color: #666;
	font-style: italic;
}

/************************************************************************************
CONTACT PAGE
*************************************************************************************/

.site-contact-contact {
	margin-top: 0;
}

.page-contact-hours * {
	color: #656565;
}

.page-contact-form {	
	margin: 60px 0;
}

.page-contact-form h2 {
	margin-top: 0;
	font-size: 2rem;
}

.template-contact-details {
	padding-top: 35px;
	padding-bottom: 35px;
}

.template-contact-details ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.template-contact-details ul li {
	margin-bottom: 15px;
	padding-left: 60px;
	position: relative;
}

.template-contact-details ul li::before {
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;	
	left: 0;
	background-image: url("../images/phone.svg");
	background-size: contain;	
}

.template-contact-details ul li span {
	font-family: "Raleway", sans-serif;
	font-size: 0.875rem;
}

.template-contact-details ul li .label {
	display: block;
	color: #656565;	
}

/* Telephone */
.template-contact-details ul li:nth-child(1)::before {
	background-image: url("../images/phone.svg");
}
	.section-nijao .template-contact-details ul li:nth-child(1)::before {
	background-image: url("../images/phone-nijao.svg");
}

	.section-nilgcs .template-contact-details ul li:nth-child(1)::before {
	background-image: url("../images/phone-nilgcs.svg");
}

/* Text Phone */
.template-contact-details ul li:nth-child(2)::before {
	background-image: url("../images/mobile.svg");
}
	.section-nijao .template-contact-details ul li:nth-child(2)::before {
	background-image: url("../images/mobile-nijao.svg");
}

	.section-nilgcs .template-contact-details ul li:nth-child(2)::before {
	background-image: url("../images/mobile-nilgcs.svg");
}

/* Freephone */
.template-contact-details ul li:nth-child(3)::before {
	background-image: url("../images/phone-2.svg");
}
	.section-nijao .template-contact-details ul li:nth-child(3)::before {
	background-image: url("../images/phone-2-nijao.svg");
}

	.section-nilgcs .template-contact-details ul li:nth-child(3)::before {
	background-image: url("../images/phone-2-nilgcs.svg");
}

/* Email */
.template-contact-details ul li:nth-child(4)::before {
	background-image: url("../images/letter.svg");
}
	.section-nijao .template-contact-details ul li:nth-child(4)::before {
		background-image: url("../images/letter-nijao.svg");
	}

	.section-nilgcs .template-contact-details ul li:nth-child(4)::before {
		background-image: url("../images/letter-nilgcs.svg");
	}

/* Free Post */
.template-contact-details ul li:nth-child(5)::before {
	background-image: url("../images/freepost.svg");
}

	.section-nijao .template-contact-details ul li:nth-child(5)::before {
	background-image: url("../images/freepost-nijao.svg");
}

	.section-nilgcs .template-contact-details ul li:nth-child(5)::before {
		background-image: url("../images/freepost-nilgcs.svg");
	}



/************************************************************************************
PAGE: BOARD MEETINGS / PUBLICATIONS
*************************************************************************************/

.entry-publications {
	margin-top: 35px;
}

.section-year,
.section-publications {
	margin-bottom: 45px;
}

.section-year h2,
.section-publications h2 {
	background: #666;
	color: white;
	font-size: 0.875rem;
	padding:5px 15px;
	margin: 0;
}
	.section-nipso .section-year h2,
	.section-nipso .section-publications h2 {
		background: #41accf;
	}
	.section-nijao .section-year h2,
	.section-nijao .section-publications h2 {
		background: #914483;
	}
	.section-nilgcs .section-year h2,
	.section-nilgcs .section-publications h2 {
		background: #eb1c74;
	}


.section-minutes {
	border-bottom: 1px solid #dfdfdf;
	border-left: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
	font-size: 0.875rem;	
}

.section-publication-desc {
	padding: 10px 15px;
}

.section-minutes:nth-child(odd) {
	background: white;
}
.section-minutes:nth-child(even) {
	background: white;
}

.section-minutes h3,
.section-minutes .minutes-loc,
.section-minutes .file-download {
	float: left;
	width: 30%;
	font-size: 0.875rem;
	padding: 10px 15px;
	margin: 0;
}

.section-minutes .minutes-loc {
	width: 34%;
}

.section-minutes .file-download {
	width: 31%;
	text-align: right;
}

.section-minutes .file-download a {
	text-decoration: none;
}

.section-publications h3 {
	width: 67%;
}

.section-publications .file-download {
	width: 33%;
}

/************************************************************************************
COMPLAINTS SETPS
*************************************************************************************/


/* Note some elements are added to tags via jQuery */

h2.complaint-step {
	position: relative;
	margin-top: 45px;	
	line-height: 1.5;	
}

/* Nasty selector to overwrite text resize widget! */
#page.medium-text .site-content .entry-content h2.complaint-step,
#page.medium-text .site-content .entry-content h2.complaint-step * {
	font-size: 1.5rem !important;
}

h2.complaint-step span {	
	display: none;
	font-family: "Raleway", sans-serif;
	font-size: 1.5rem;
	position: absolute;
	left: 0;
	top:-11px;
	width: 62px;
	height: 62px;
	padding-left: 25px;
	padding-top: 8px;
    font-weight: bold;    
}
	.section-nipso h2.complaint-step span { 
		color: #41accf;
		background: url("../images/bullet-nipso.png") no-repeat;
	}
	.section-nijao h2.complaint-step span { 
		color: #914483;
		background: url("../images/bullet-nijao.png") no-repeat;
	}
	.section-nilgcs h2.complaint-step span { 
		color: #eb1c74;
		background: url("../images/bullet-lges.png") no-repeat;
	}

.complaint-step-list {	
	margin-top: 0;
}


/************************************************************************************
ONLINE COMPLAINTS FORM
*************************************************************************************/

.issue-select {
	height: 32px;
    line-height: 1.3;
    color: #555555;
    background-color: #ffffff;
    border-color: #cccccc;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    padding: 6px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    font-weight: normal;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.complaint-select-note {
	margin-top: 15px;
	padding: 15px 25px;
	border: 1px solid #cfcfcf;
	background: white;
}

/* Hide all panels */
.form-panel {	
	display: none;	
}

/* Show the first panel only */
.form-panel.form-panel-start {	
	display: block;
}

/* Hide the submit btn */
.complaint-submit {
	display: none;
}

/* Hide the first next btn */
.form-panel-start .btn-next {
	display: none;
}

.form-panel-btns {
	padding-top:8px;
}

.form-panel-btns a {
	margin-right: 5px;
}

.hide-section-5 {
	display: none !important;	
}

/*.show-section-5 {
	display: block !important;
}*/

.hide-section-5.active-panel {
	display: block !important;	
}

/* Form Navigation */
.complaints-form-steps span {
	display: block;
	padding: 5px 0;
	font-size: 1.1rem;
}

.complaints-form-steps span.curr-step {
	font-weight: bold;
}

/* Hide the .frm_submits be default - behaviour controlled by js */
.frm_page_num_1 .frm_submit {
	display: none;
}

/************************************************************************************
TEXT RESIZER
*************************************************************************************/

#page.small-text .site-content .entry-content * {
	font-size: 0.75rem !important;
}

#page.medium-text .site-content .entry-content * {
	font-size: 0.875rem !important;
}

#page.large-text .site-content .entry-content * {
	font-size: 1.1rem !important;
}

.access_txt_btns .textresizer-active {
	/*background: #566266;*/
	text-decoration: underline;
	/*color:white;*/
}


/************************************************************************************
WP PAGE NAVI STYLES
*************************************************************************************/

.wp-pagenavi {
	padding: 35px 0 10px 0;
    margin: 45px 0;
    border-top: 2px solid #dfdfdf;
}


/************************************************************************************
LATEST NEWS
*************************************************************************************/

.latest-news-item {
	margin-bottom: 55px;
}

.latest-news-item * {
	font-size: 0.875rem;
}

.latest-news-title {
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 5px;
	text-decoration: underline;
}

.latest-news-title * {
	font-size: 1.3rem;
}

.latest-news-title a {
	border-bottom: 2px solid transparent;
	transition: all 0.5s ease;
}

.latest-news-title a:hover {
	border-color:#41accf;
	text-decoration: none;
}

.post-type-archive-nilgcs_news_post .latest-news-title a:hover {
	border-color:#eb1c74;
	text-decoration: none;
}

	.section-nilgcs .news-date {
		border-color: #eb1c74;
	 }

.news-date {
	color: #656565;
	display: block;
	font-size: 0.75rem;
	font-style: italic;
	margin-bottom: 15px;
}

.single .entry-title {
	margin-top: 0;
}

.single .news-date {
	margin-bottom: 0;
}

.single-back {
	clear: left;
	padding-top: 15px;
}


/************************************************************************************
SEARCH FORM
*************************************************************************************/

.searchback,
.searchback-mobile{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.80);
	width:100%;
	height:100%;
	display: none;
}

.searchformholder,
.searchformholder-mobile {
	position: fixed;
	top:45%;
	left:0;
	right: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: none;
	z-index: 999999;
	width: 100%;
	max-width: 700px;
}
input.search-field::-webkit-input-placeholder {
   color: #fff;
}
input.search-field:-moz-placeholder { /* Firefox 18- */
   color: #fff;  
}
input.search-field::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;  
}
input.search-field:-ms-input-placeholder {  
   color: #fff; 
}
input.search-field {
  height: 70px;
  font-size: 55px;
  display: inline-block;
  font-weight: 300;
  border: none;
  outline: none;
  color: #fff;
  background: none;
  cursor: pointer;
  border-bottom: 1px solid #fff;
  width: 83%;
  cursor: text;
}
.search-form input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color:red;
  float: right;
  background-image: url("../images/search-icon-large.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent !important;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}
.search-form input[type="submit"]:hover {
  opacity: 0.8;
}

/************************************************************************************
RESPONSIVE TABLES
*************************************************************************************/

/* Tables */
.be-table {
	display: table;
	width:100%;
	border-left: 1px solid #dfdfdf;
	border-top: 1px solid #dfdfdf;
	margin-bottom: 25px;
}

.be-row {
	display: table-row;
}

.be-cell {
	/*display: table-cell;*/
	display: block;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	padding:8px;
	vertical-align: top;
}

.table-horizontal .be-cell.cell-header {
    display: none;
}

.cell-header {
	background: #ccc;
	line-height: 1.2;
}

.table-horizontal span.cell-header {
	display: block;
}

table.listings thead th {
	color:#fff;
	background: #11659e;
	text-align: center;
	font-weight: normal;
	border-left: ;
	padding:2px 0;
}

table.listings tr.row-odd {
	background: #efefef;

}

table.listings tr:hover {
	background: #dfdfdf;
}

table.listings td {
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	padding:0 8px;
}

table.single {
	background: white;
}

table.single th {
	font-weight:normal;
	background: #ccc;	
	border-bottom:1px solid #ccc;
	line-height: 1.5;
	padding:8px ;
	vertical-align: top;
	text-transform: none;
	width:20%;
}

table.single td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	vertical-align: top;
	padding-left:8px;
}

table.single tr.row-even td {
	background: #efefef;
}


/************************************************************************************
404 Page
*************************************************************************************/

.site-content-404 {
	text-align: center;
}

.wrapper-404 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.wrapper-404 * {
	color: #41accf; /* <-- change to desired colour */
}

.wrapper-404 a {
	text-decoration: underline;
}

.icon-404-icon {
	background: #41accf; /* <-- change to desired colour */
	width: 179px;
	height: 149px;	
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
}

.header-404 {
	
}

.header-404 span {
	position: relative;
	display: inline-block;	
	font-size: 4rem;
}

.header-404 span:before {
	content: "";
	border-bottom: 5px solid #41accf; /* <-- change to desired colour */
	position: absolute;
	width: 40px;
	top:50%;
	left:-55px;
}

.header-404 span:after {
	content: "";
	border-bottom: 5px solid #41accf; /* <-- change to desired colour */
	position: absolute;
	width: 40px;
	top:50%;
	right:-55px;
}

.header-404 .title-404 {
	margin: 0;
	font-weight: normal;	
	color: white;
	background: #41accf; /* <-- change to desired colour */
	width: 50%;
	max-width: 350px;
	margin: 15px auto;
	position: relative;	
}

.header-404 .title-404:before {
	content: '';
    border: 62px solid #41accf;
    border-left-color: transparent;
    border-left-width: 30px;
    position: absolute;
    top: 0;
    left: -60px;
}

.header-404 .title-404:after {
	content: '';
    border: 62px solid #41accf;
    border-right-color: transparent;
    border-right-width: 30px;
    position: absolute;
    top: 0;
    right: -60px;
}

.header-404 .title-404 h1 {
	color: white;
	font-size: 6rem;
	font-weight: normal;
	z-index: 1001;
	position: relative;
	margin: 0;
}

.header-404 h2 {
	font-size: 4rem;
	text-transform: uppercase;
	font-weight: normal;
	margin: 15px 0 48px 0;
}

.content-404 {
	width: 90%;
	max-width: 620px;
	margin-left: auto;
	margin-right: auto;
}

.content-404 p:first-child {
	margin-bottom: 25px;
}

a.question{color: #eb1c74; font-weight: bold; font-size: 17px; text-decoration:none;}

.page-id-79 .li.menu-item.menu-item-type-post_type.menu-item-object-page.current-page-ancestor.current-page-parent.menu-item-130 .section-nilgcs ul.section-nav li.current-menu-item a, .section-nilgcs ul.section-nav li.current-page-ancestor a, .section-nilgcs ul.section-nav li a:hover{background: #eb1c74; color: black;}

li.page-item-1386{display:none;}

.dz-error-message span {
    color: white !important;
}

.frm_dropzone .dz-preview.dz-error .dz-error-message{opacity: 1 !important;}

.mejs-captions-text{color: white !important;}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{color: white !important;}

.home-news-article h2 {
	margin: 0 0 -25px 0;
}

.home-news.entry-content{margin-top: 0px; margin-bottom: 20px;}

.home-news-article{
    margin-bottom: 20px;
}

.homenews-wrapper{/*margin-top: -40px;*/ width: 100%; overflow: auto; padding: 0 5%;}
.section-nipso .nipso-divider{display:none;}

.section-nav .sub-menu,
.section-nav .children {
	background: #41accf;
	border-top: 0;
	padding: 0;
	position: absolute;
	/*left: -2px;*/
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.section-nav .sub-menu ul,
.section-nav .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

div.section-nav > ul {
	margin: 0;
	padding: 0;
}

.section-nav ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}


ul.section-nav ul a:hover,
.section-nav ul ul a:hover,
ul.section-nav ul a:focus,
.section-nav ul ul a:focus {
	background: #0090bf!important;
}
.section-nipso ul.section-nav li a:hover {}
ul.section-nav li:hover > ul,
.section-nav ul li:hover > ul,
ul.section-nav .focus > ul,
.section-nav .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.term-9 .noposts{display:none;}
.term-9 .latest-news-item{display:none;}
.term-10 .noposts{display:none;}
.term-11 .noposts{display:none;}

.section-nipso .section-nav-container-full ul.section-nav .sub-menu li a{color:white !important;}

.mc-signup .frm_style_formidable-style.with_frm_style .frm_submit button{background:#41accf; color:white; text-transform: capitalize; margin:0; font-family: 'Raleway', sans-serif; font-size: 17px; padding: 10px 20px;}
.mc-signup .frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label{font-family: 'Raleway', sans-serif; color:#656565;}

.news-excerpt a.more-link{display:none;}
.home-article-info a.more-link{display:none;}
.home-article-info h2 a{text-decoration: underline}

.term-investigation-reports .wp-pagenavi{display:none;}

a.summary {
    background: #41accf;
    color: white;
    padding: 10px;
    border-radius: 5px;
}

.section-nipso .latest-news-item a:visited{color: #41accf;}
a.summary:visited{color: white !important;}

.section-nipso .page-banner .grid-container, .section-nipso .page-banner .grid-10.push-1, .section-nipso .page-banner .banner-content{height: 100%;}

.section-nipso .page-banner .banner-content{display: flex; align-items: center; justify-content: center;}
.section-nipso .page-banner .banner-content p{width:100%; display:block;}

p.ban-img{display:block; width:100%;}

p.bantext:after {
    content: url(https://nipso.org.uk/site/wp-content/uploads/2021/01/nipso-divider-300x21.png);
}

.head-notice {
    padding: 10px;
    text-align: center;
    /*background: #f2f2f2;*/
    font-weight: bold;
}

.section-nijao .head-notice, .section-nilgcs .head-notice{display:none;}

.term-11 .latest-news-item{display:none;}
.term-27 .news-date, .term-28 .news-date, .term-29 .news-date, .term-30 .news-date, .term-31 .news-date{display:none;}

.term-11 .wp-pagenavi{display:none;}

.term-10 .latest-news-item{display:none;}

figcaption#caption-attachment-8581 {
    min-height: 108px;
}

/************************************************************************************
Larger than 200
*************************************************************************************/
@media screen and (min-width: 200px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

	.section-nipso .banner-content p:first-child{margin-top:-25px; font-size:17px;}
	.section-nipso .banner-content p{margin: 0 0 10px;}
	.section-nipso .banner-content p:nth-child(2){font-size: 20px;}
	.section-nipso .banner-content p:nth-child(3){font-size: 20px;}
	.section-nipso .page-banner{height:380px;}
	.section-nipso .page-banner img{display:none;}
	.section-nipso .mobile-hdr-ftr{height: 70px;}
	.section-nipso .home-article-info h2{line-height:1;}
	.home-news-article{text-align:center;}

}
/************************************************************************************
Larger than 480
*************************************************************************************/
@media screen and (min-width: 600px) {

	.template-contact-details ul li {
		float: left;
		width: 50%;
	}
	
}



/************************************************************************************
****************** Larger than 601 - for landing page only *******************
*************************************************************************************/
@media screen and (min-width: 601px) {

	/* - Landing Page */
	.landing-module {
		margin-bottom: 55px;
	}
	
	.landing-title {
		margin-bottom: 15px;
	}

	.landing-module .module-logo {
		margin-bottom: 20px;
	}

	.landing-modules p {
		display: block;
		font-size: 0.875rem;
		padding-left: 61px;
	}

	.landing-modules a.btn {
		display: inline-block;
	}

	.template-contact-details ul li {
		float: left;
		width: 50%;
	}



}


/************************************************************************************
Larger than 660
*************************************************************************************/
@media screen and (min-width: 660px) {

	.twocols{width:49%; margin-right: 2%;float: left;margin-bottom: 20px;}
	.twocols:nth-child(2n+2){margin-right: 0%;}
	.twocols:last-child{margin-right: 0%;}
	.threecols{width:32%; margin-right: 2%;float: left;margin-bottom: 20px;}
	.threecols:nth-child(3n+3){margin-right: 0%;}
	.threecols:last-child{margin-right: 0%;}
	.threecolstwo{width: 65%;margin-right: 0%;float: left;margin-bottom: 20px;}
	.fourcols{width:23.5%; margin-right: 2%;float: left;}
	.fourcols:nth-child(4n+4){margin-right: 0%;}
	.fourcols:last-child{margin-right: 0%;}

	/* Header */

	.hdr-ftr-tel {
		width: 60%;
	}

	.hdr-ftr-tel span {
		display: inline;
		padding-left: 35px;		
		background-repeat: no-repeat;
		background-position: left;
	}
		.section-nipso .hdr-ftr-tel span {
			background-image: url("../images/icon-phone-nipso.png")
		}
		.section-nijao .hdr-ftr-tel span {
			background-image: url("../images/icon-phone-nijao.png")
		}
		.section-nilgcs .hdr-ftr-tel span {
			background-image: url("../images/icon-phone-lges.png")
		}

	.hdr-ftr-nav, .hdr-ftr-search {
		width: 20%;
	}

	.child-nav-section {
		display: none;
	}

	/* Page Banner */
	.banner-content {
		top:35px;
	}

	/* Footer */
	.site-footer {
		padding: 50px 5%;
	}

	.footer-menu-section h3 {
		margin-bottom: 30px;
	}

	.footer-logo {
		left: -80px;
	}

	.footer-section-menus {
		margin-top: 0;
	}

	/* 404 */
	.wrapper-404 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.header-404 span:before {
		width: 65px;
		left: -85px;
	}

	.header-404 span:after {
		width: 65px;
		right: -85px;
	}

	/* Contact Form */
	.page-contact-form h2 {
		font-size: 2.75rem;
	}

	.page-contact-form {
		margin: 35px 0;
	}

	h2.complaint-step {
		padding-left: 80px;
		margin-bottom: 25px;
	}

	h2.complaint-step span {
		display: inline-block;
	}

	.complaint-step-list {
		padding-left: 100px;
	}

	/* Responsive Tables */
	.be-cell,
	.table-horizontal .be-cell.cell-header {
		display: table-cell;
	}

	.table-horizontal span.cell-header {
	    display: none;
	}


}


/************************************************************************************
Larger than 780
*************************************************************************************/
@media screen and (min-width: 780px) {

	a.mobile-choose-serv {
		display: none;
	}

	.home-link {
		float: left;
	}

	.hdr-secondary {
		display: block;
	}
	.hdr-contact {
		display: none;
	}

	.banner-content {
		font-size: 
	}


	.template-contact-details ul li {
		float: left;
		width: 33.33%;
		margin-bottom: 30px;
	}

	.news-home-thumb {
    	float: left;
    	width: 15%;
    	display: inline-block;
	}

	.home-article-info {
    	float: left;
    	display: inline-block;
    	width: 78%;
    	margin-left: 2%;
	}

	.section-nipso .home-article-info h2{line-height:1;}
	.section-nipso .banner-content p:first-child{margin-top:-10px; font-size:25px;}
	.section-nipso .banner-content p{margin: 0 0 24px;}
	.section-nipso .banner-content p:nth-child(2){font-size: 20px;}
	.section-nipso .mobile-hdr-ftr {height: auto;}
	
	.home-news-article{text-align:left;}

}

/************************************************************************************
Larger than 960
*************************************************************************************/
@media screen and (min-width: 960px) {

	/* - Landing Page */
	.landing-header {
		margin-top: 150px;
		margin-bottom: 148px;
	}

	.landing-title {
		font-size: 3rem;
	}

	.landing-title strong {
		display: inline;
	}

	.landing-header p {
		font-size: 1.75rem;		
	}

	.landing-module {
		float: left;
		width: 33.33%;
		padding: 0 1%;
	}

	.landing-module .module-logo {
		margin-bottom: 40px;
	}
	.landing-module p {
		margin-bottom: 40px;
	}

	/* Header */
	.site-header {
		padding: 27px 0;
	}

	.home-link {
		padding-left: 1%;
	}

	.hdr-secondary	 {		
		width: 555px;
		padding-right: 1%;
		top: 35px;
	}

	.hdr-contact {
		display: block;
	}

	.hdr-contact:after {
		content: "";
		width: 1px;
		height: 50px;		
		position: absolute;
		right: -30px;
		top:10px;
	}
		.section-nipso .hdr-contact:after {
			background: #41accf;
		}
		.section-nijao .hdr-contact:after {
			background: #914483;
		}
		.section-nilgcs .hdr-contact:after {
			background: #eb1c74;
		}

	.hdr-switch-section {
		float: right;		
	}

	.mobile-hdr-ftr {
		display: none;
	}

	/* NAVIGATION */
	.section-nav-container {
		display: none;
	}

	.section-nav-container-full {
		display: block;
	}

	.menu-nipso-container,
	.menu-nijao-container,
	.menu-lges-container {
		float: left;
	}

	/* Page Banner */
	.page-banner {
		height: 372px;
	}

	.section-nipso .page-banner {
		height: 315px;
	}

	.section-nipso .banner-content{top: 5px;}

	.banner-content {
		top: 70px;
		font-size: 3rem;
		line-height: 1.2;
	}

	.section-nipso .banner-content {
		font-size: 20px;
	}

	/* Main Body */
	.site-content, .sidebar-container {
		margin: 70px 0;
	}

	.page .site-content, .page .sidebar-container {
		margin: 40px 0;
	}

	.section-nipso .site-content, .sidebar-container {
		margin: 20px 0 10px 0;
	}

	.page .site-contact-contact,
	.page .site-contact-contact .entry-content {
		margin-top: 0;
	}

	.entry-content {
		margin-top: 50px;
	}

	.entry-title {
		font-size: 2.75rem;
	}

	.sidebar-title {
		font-size: 1.5rem;
	}

	/* Footer */
	.site-footer {
		padding: 70px 5%;
	}

	/* Contact */
	.template-contact-details {
		padding-top: 55px;
		padding-top: 55px;
	}

	.page-contact-form {
		margin: 60px 0;
	}

	.page-contact-form .frm_forms {
	    margin-top: 50px;
	}

	.template-contact-details ul li {
		width: 20%;		
		text-align: center;		
		padding: 0 25px;
	}


	.template-contact-details ul li::before {		
    	width: 100%;        	
    	top: -51px;
    	background-repeat: no-repeat;
    	background-position: center;
	}

	.section-nipso .banner-content p:first-child{margin-top:10px; font-size:20px;}
	.section-nipso .banner-content p{margin: 0 0 24px;}
	.section-nipso .banner-content p:nth-child(2){font-size: 1.2em;}

	.section-nipso .page-banner img:first-child{display:block;}

}

/************************************************************************************
Larger than 1080: Max width;
*************************************************************************************/

@media screen and (min-width: 1080px) {

	/* REMOVING FIXED HEIGHT ON BX SLIDER */
	.bx-wrapper img {
		max-width: 100%;
	}
	.bxslider li, .bx-wrapper, .bx-viewport{
		height: auto;
	}

	.home-link img,
	.footer-logo img {
		max-height: 70px; 
	}
}