/*
 Theme Name:   WLR
 Description:  CF Base Template – Child Theme
 Theme URI: 
 Template:     cf_basetemplate
 Description: Based on a three column grid, media responsive grid.
 Author: Crayfish Design
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: three-column-grid , responsive-layout, editor-style, custom-menu
*/


/*
	COLOURS
	Main headers and link hovers #223388
	links and highlights #5588cc
	TEXT #333344
	LIGHTER TEXT #777788
	CONTRASTING COLORS, #ee7700, #eeaa00
	DETAILS #ddd, 
	SUBTLE BG #f1f1f1,
	FORM, INPUT BORDER #99bbdd, INPUT FILL #f7f7fb
	FORM, SUBMIT BORDER #5588cc, FILL #5588cc
	WHITES #fff
	BLACKS #000
	
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { background: transparent; border: 0; margin: 0; padding: 0; vertical-align: baseline; } body { line-height: 1; } h1, h2, h3, h4, h5, h6 { clear: both; font-weight: normal; } ol, ul { list-style: none; } blockquote { quotes: none; } blockquote:before, blockquote:after { content: ''; content: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; } sup{ vertical-align: top; }


/* =COMMON ELEMENTS
-------------------------------------------------------------- */
/* 
::-webkit-scrollbar { display: none; }
 */
textarea, input, button { outline: none; }
body {
	font-family: 'noto_sansregular', Arial, sans-serif;
	color: #333344;
	font-size: 12px;
	background-repeat: repeat-x;
	background-color: #fff;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
p {
	margin: 1em 0;
}
a {
	color: #5588cc;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #223388;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
blockquote {
	font-style: italic;
	font-size: 1.25em; 
	margin: 1em;
	color: #777788;
}
ul, ol {
	list-style: disc outside none;
	margin: .5em 0 1em 1.5em;
}
ol {
	list-style-type: decimal;
}
li {
	margin-top: .25em;
	margin-bottom: .25em;
}

/* block font area - font sizes and weights */
h1, .h1 { 
	color: #223388;
	font-size: 2.25em ; 
	line-height: 1.25em;
	margin-bottom: .25em;
	display: block;
}
h2 { 
	font-size: 1.75em ; 
	line-height: 1.25em;
	color: #5588cc;
	margin-top: 1em;
	margin-bottom: .25em;
}
h3 { 
	font-size: 1.5em ; 
	line-height: 1.5em;
	color: #223388;
	margin-top: 1em;
	margin-bottom: .25em;
	font-family: 'noto_sansbold';
}
h4 { 
	font-size: 1.25em ; 
	line-height: 1.25em;
	margin-top: 1em;
	margin-bottom: .25em;
	color: #5588cc;
	font-family: 'noto_sansbold';
}
h5 { 
	font-size: .875em; 
	line-height: 1.25em;
	margin-top: .5em;
	margin-bottom: .25em;
}
h6 { 
	font-size: .75em; 
	line-height: 1.25em;
	margin-top: .5em;
	margin-bottom: .25em;
}
p, ul, ol { 
	font-size: 1em ; 
}
.single .entry-content > p:first-child,
.page .entry-content > p:first-child,
p.intro { 
	font-size: 1.25em ; 
}
hr { 
	border: 0; 
	height: 0; 
	border-top: 1px solid #99bbdd; 
	border-bottom: 1px solid #fff;
}
table {	
	max-width: 100%;
}
table td { 
	text-align: baseline !important; 
}
.table {
	display: table;
}
.table-row {
	display: table-row;
}
.table-cell {
	display: table-cell;
}
.template-grid-width{
	margin-left: auto;
	margin-right: auto;
}
.highlight {
	color: #5588cc;
}
.highlight-dark {
	color: #223388;
}
.read-more{
	display: inline-block;
}
.excerpt-image-preview{
	float: right;
	max-width: 140px;
	max-height: 140px;
	margin-left: 20px;
	margin-bottom: 15px;
	clear:both;
	display: block;
}
.hidden{
	display: none;
}
#content ol {
	list-style-type: upper-alpha;
	padding: 15px 15px 15px 2em;
	margin: 1em 0;
	background-color: #eeeef6;
	border: 1px solid #ddddee;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	list-style: none;
	counter-reset: li;
}
#content ol > li::before {
	content: counter(li,upper-alpha);
	color: #ee7700;
	display: inline-block; 
	width: 1.5em;
	margin-left: -1em;
	font-family: 'noto_sansbold';
}
#content ol > li {counter-increment: li;}




/* -------	COMMON STYLES ---------- */
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.date{
	color: #5588cc;
}
/* -------	TEMPLATE ROWS AND CONTAINERS ---------- */
/* 
	#header.template-row > .template-grid-width
	#access.template-row > .template-grid-width
	#banner.template-row > .template-grid-width
	#wrapper.template-row > .template-grid-width
	#footersocial.template-row > .template-grid-width
	#footer.template-row > .template-grid-width
	#wrapper.template-row > .template-grid-width
*/
.template-row {
	width: auto;
	margin: 0;
	position: relative;
	clear: both;
	padding: 20px;
}
.template-grid-width {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	clear: both;
}
/* SPECIFIC ROWS */
#header.template-row{
	background-color: #fff;
}
#access {
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	font-size: 15px;
	z-index: 999;
	background-color: #5588cc;
	max-width: 100%;
}
#banner.template-row{
	padding: 0;
}
#wrapper.template-row{
	padding-top: 40px;
	padding-bottom: 40px;
	background: transparent;
	overflow: visible;
}
#footermenus.template-row {
	background-color: #ddddee;
}
#footersocial.template-row {
	background-color: #5588cc;
	text-align: center;
	color: #223388;
	font-size: 14px;
}
#footer {
	background-color: #223388;
	text-align: center;
	color: #5588cc;
	font-size: 12px;
}


/* -------	FORM ELEMENTS GENERIC ---------- */

form {
	-webkit-appearance:none;
	-moz-appearance:none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
select,
textarea {
	-webkit-appearance:none;
	-moz-appearance:none;
	border: 1px solid #99bbdd;
	background-color: #f7f7fb;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	text-indent: 2px;
	color: #333344;
	font-size: 1em;
	font-family: inherit;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus{
	border-color: #5588cc;
}
input::placeholder{ color: #5588cc; }
:-ms-input-placeholder { color: #5588cc; }
::-ms-input-placeholder { color: #5588cc; }
textarea {
	resize: none;
}
label {}
input[type="submit"],
input[type="button"] {
	color: #fff;
	border: 1px solid #5588cc;
	background-color: #5588cc;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-indent: 0;
	cursor: pointer;
	width: auto;
	padding: 4px 10px;
	font-size: 16px;
	box-shadow: 0 3px rgba(119, 153, 204, .25);
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	background-color: #223388;
	border-color: #223388;
}
form .incomplete label,
form .incomplete h2,
form .incomplete h3,
form .incomplete h4,
form .incomplete input,
form .incomplete textarea {
	color: #911;
}
/* Honey pot form field */
form .winnie {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	z-index: -1;
}

/* -------	SEARCH INPUT ---------- 
	.search-container #searchform div input#s
*/
.search-container{
}
#searchform {
	max-width: 300px;
	margin: 0 auto;
	background-color: white;
}
#content #searchform {
	margin: 0;
}
#searchform > div {
	border: 1px solid #99bbdd;
	background-color: #f7f7fb;
	padding: 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#searchform input#s {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0 none;
	resize: none;
	background-color: transparent;
	text-indent: 0;
	background-image: url('./images/sprite-icons-16px.png');
	background-repeat: no-repeat;
	background-position: right top -599px;
}
#searchform input#s:focus {
	background-image: none;
}


/* -------	TABLE IN EIDTABLE CONTENT ---------- */

table {
    line-height: 125%;
    margin: 1em 0;
    width: 100%;
    min-width: 300px;
    font-size: 0.875em;
    text-align: left;
    border: 1px solid #99bbdd;
}
table caption {
	padding: .5em;
	border-top: 1px dashed #5588cc;
	color: #5588cc;
}
table tr {
    border-top: 0 none;
    padding: 0 10px;
}
table th,
table td {
    padding: 0.5em 5px;
    border-style: solid;
}
table th {
    border-color: #99bbdd;
    border-bottom-width: 1px;
    border-right-width: 1px;
    background-color: #ccddee;
    font-weight: 500;
    color: #223388;
}
table thead th {
	vertical-align: bottom;
}
table tbody tr:last-child th {
	 border-bottom-width: 0;
}
table td {
    border-color: #99bbdd;
}
table td + td {
    border-left-width: 1px;
}
table tr + tr td {
	border-top-width: 1px;
}
table.key td {
    text-align: center;
    width: 15%;
}
table.key td + td {
    text-align: left;
    width: 85%;
}


/* -------	HEADER ----------

BODY .home .page .page-template-default
	DIV #header
		DIV #branding		
*/
#header{
	padding: 0;
	/*height: 120px;*/
	background: #fff url('./images/header-bg.png') repeat-y right top;
}
#header .screen-reader-text{
	display: none;
	position: absolute;
}
#header #branding .logo a{}				
#header #branding.table{
	width:100%;
}
#header #branding.table .table-cell{
	width:50%;
	vertical-align: middle;
	text-align: center;
}
#header #branding.table .table-cell.left-side{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
#header #branding.table .table-cell.central{
	text-align: center;
	padding: 20px;
}
#header #branding.table .table-cell.right-side{
	text-align: right;
	vertical-align: top;
	width: 140px;
	text-align: right;
}
#header #branding .tagline{
	font-size: 16px;
	text-align: center;
	color: #223388
}




/* -------	TOP LEVEL NAVIGATION ----------					
				DIV #access
					DIV #menu (main navigation area)
						UL (contains LI.page-item and LI.current-page-item) */

#access {}
#access #dropdown-button {
	display: none;
}
/* -------	MENU HIDE ---------- */
#access #escape {
	display: none;
	width: 100%;
	height: 100%;
	background-color: transparent;
	position: fixed;
	cursor: pointer;
	top: 0;
	left: 0;
	z-index: -1;
}
#access:hover #escape {
	display: block;
}
#access #escape:hover + .menu,
#access #escape:hover {
	display: none;
}
#access .exit {
	display: none;
}
#access a {
	text-decoration: none;
	color: #fff;
	line-height: normal;
	overflow: hidden;
	white-space: normal;
	position: relative;
	display: inline-block;
}
#access a:hover,
#access a:focus {}
#access > ul {
	display: table;
	list-style: none;
	background-color: transparent;
	white-space: nowrap;
	margin: auto;
	margin-top: 0;
	margin-bottom: 0;
	overflow-x: hidden;
}
#access > ul ul {
	margin-left: 0;
}
#access > ul li {
	list-style-type: none;
}
#access > ul > li {
	display: table-cell;
	line-height: 100%;
	background: transparent;
	vertical-align: middle;
	text-align: center;
	margin: 0;
	padding: 20px 0;
	background: #5588cc none no-repeat 5px center;
	border-color: #99bbdd;
	cursor: pointer;
}
#access > ul > li.current_page_item,
#access > ul > li.current_page_ancestor{
	background: transparent url('./images/navigation-marker.png') no-repeat center top;
}
#access ul li a:hover ,
#access ul li a:hover {
	color: #223388;
}
#access > ul > li > a{
	margin-left: 10px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 20px;
	padding: 5px 0;
	text-transform: uppercase;
	font-family: 'noto_sansbold';
}
#access > ul > li ul {
	max-width: 215px;
	min-width: 140px;
	display: none;
}
#access > ul > li > ul {
	position: absolute;
	z-index: 999;
	margin: 20px 0 0 0;
	text-align: left;
	background-image: none;
	background-color: transparent;
	font-size: 0.875em;
}
/* TESTING
#access .menu > li > ul.sub-menu {
	display: block; 
}
 */
#access ul li:hover > ul,
#access ul li:focus > ul {
	display: block;
}
#access > ul > li > ul > li,
#access > ul > li > ul > li > ul > li {
	margin: 0;
	padding: 0;
	line-height: 10%;
}
#access > ul > li > ul > li {
	background-color: #223388;
	border-color: #5588cc;
	border-top-width: 1px;
	border-top-style: solid;
}
#access > ul > li > ul > li:first-child {
	border-top-width: 0;
}
#access > ul > li > ul > li > a,
#access > ul > li > ul > li > ul > li >  a  {
	padding: 10px;
	color: #fff;
	display: inline-block;
	width: auto;
	line-height: auto;
}
#access > ul > li > ul > li > a:hover {
	color: #eeaa00;
}
#access > ul > li > ul > li > ul {
	margin: 0;
	position: absolute;
	left: 100%;
	margin-top: -38px;
	z-index: -99;
}
#access > ul > li > ul > li > ul > li {
	background-color: #ccddee;
	border-color: #99bbdd;
	border-top-width: 1px;
	border-top-style: solid;
}
#access > ul > li > ul > li > ul > li:first-child {
	border-top-width: 0;
}
#access > ul > li > ul > li > ul > li > a {
	color: #333344;
}
#access > ul > li > ul > li > ul > li > a:hover {
	color: #223388;
}



					

/* MAIN CONTENT AREA - LEFT AND RIGHT CONTENT COLUMNS

-------	MAIN CONTENT AREA ----------	
		DIV #banner
			IMG .banner-image				
		DIV #main (top level content area DIV)

-------	LEFT CONTENT AREA - WHERE ALL OF THE CMS GENERATED CONTENT WILL BE DISPLAYED ----------
			DIV #container (left side content)
				DIV #content
				
-------	RIGHT CONTENT AREA ----------
			DIV .widget-area (right side content)
				UL .widgets
					LI #recent-posts-2 .widget-container (widget containing H3.widget-title and UL)
					LI #recent-comments-2 .widget-container (widget containing H3.widget-title and UL)
					LI #archives-2 .widget-container (widget containing H3.widget-title and UL)
					LI #categories-2 .widget-container (widget containing H3.widget-title and UL)
					LI #meta-2 .widget-container (widget containing H3.widget-title and UL) */

#banner{
	background-color: #223388; /* Old browsers */
	background: -moz-linear-gradient(top, #223388 0%, #5588cc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #223388 0%,#5588cc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #223388 0%,#5588cc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
#banner .bg{
	background-image: url('./images/banner-bg-blue.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 300px;
}

body.banner-bg-blue #banner .bg{ background-image: url('./images/banner-bg-blue.png'); }
body.banner-bg-orange #banner{
	background-color: #ee7700; /* Old browsers */
	background: -moz-linear-gradient(top, #ee7700 0%, #eeaa00 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ee7700 0%,#eeaa00 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ee7700 0%,#eeaa00 100%);
}
body.banner-bg-orange #banner .bg{ background-image: url('./images/banner-bg-orange.png'); }
body.banner-bg-grey #banner{
	background-color: #333344; /* Old browsers */
	background: -moz-linear-gradient(top, #333344 0%, #777788 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #333344 0%,#777788 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #333344 0%,#777788 100%);
}
body.banner-bg-grey #banner .bg{ background-image: url('./images/banner-bg-grey.png'); }
#banner .banner-text-area,
#banner .banner-image-area{
	vertical-align: top;
}
#banner .banner-text-area{
	padding-top: 60px;
	padding-bottom: 30px;
	font-size: 3.5em;
	color: #fff;
	line-height: 125%;
	width: 300px;
	display: inline-block;
	font-family: 'noto_sansbold';
}
#banner .banner-image-area{
	width: 600px;
	float: right;
}
#banner .banner-image{
	display: block;
	position: none;
	line-height: normal;
	height: 300px !important;
	width: auto;
	margin: 0 auto;
	height: auto;
}
#main {
	overflow: visible;
	display: table;
}
body.page-template-fullwidth-page #main{
	display: block;
}
#main > div{	
	padding: 0;
	display: table-cell;
}
body.page-template-fullwidth-page #main > div{
	display: block;
}
#container {
	font-size: 14px;
	overflow: hidden;
	width:620px;
}
body.page-template-fullwidth-page #container{
	width: auto;
}
#content {}
.widget-area ul.widgets{
	margin-top: 0;
	margin-left: 0;
}
.widget-area ul.widgets + ul.widgets{
	margin-top: 1em;
}


/* -------	BREADCRUMB ---------- 
DIV.breadcrumb > SPAN A
*/
.breadcrumb{
	color: #999;
	padding: 10px 0;
	background-color: #eef2f9;
	font-size: 0.875em;
}
.breadcrumb a{}
.breadcrumb span{
	color: #333344;
}



/* ------- SIDEBAR ------- 
LI.widget_container / LI.(widget_name)
	H3.widget-title
	UL > LI
*/
.widget-area {
	width: 320px;
	font-size: 13px;
}
.widget-area > ul.widgets{
	margin-left: 20px;
}
.widget-area p,
.widget-area li {}
.widget-container {
	margin: 0 0 20px 0;
	overflow: hidden;
}
.widget-container + .widget-container {
	margin: 20px 0;
}
#secondary {
	clear: right;
}
.widget-area h3 {
	margin: 0;
}
.widget-area h3.widget-title .icon-medium {
	background-position: left top;
	margin: 0 6px 0 0;
}
.widget-area h3.widget-title .icon-medium[class*="accreditation"] { background-position: left -240px; }
.widget-area h3.widget-title .icon-medium[class*="calculator"] { background-position: left -400px; }
.widget-area h3.widget-title .icon-medium[class*="history"] { background-position: left -320px; }
.widget-area h3.widget-title .icon-medium[class*="archive"] { background-position: left -320px; }
.widget-area h3.widget-title a {
	color: inherit;
}
.widget-area ul {
	list-style-type: none;
}
.widget-area .widget-container > div,
.widget-area .widget-container > ul,
.widget-area .widget-container > p {
	margin: 0 0 0 0;
	padding: 0;
}
.widget-area ul ul {
	list-style-position: outside;
	margin: 4px 0;
	color: #333344;
}
.widget-area ul ul li {
	padding: 8px 0;	
	margin: 0;
}
.widget-area ul ul li + li {
	border-top: 1px solid #ddd;
}
.widget-area ul ul li a {
	padding-left: 20px;	
	background: transparent url('./images/sprite-list-bullets-16px.png') no-repeat 0px 3px ;
	margin: 0;
	display: inline-block;
	color: inherit;
}
.widget-area ul ul li a:hover {
	background-position: 0px -117px ;
	color: #5588cc;
}
.widget-area a {}
.widget-area a:hover {}

.widget-area .widget-container.widget_text {
	border: 0 none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
}
.widget-area .widget-container.widget_media_image {
	margin-bottom: 0;
}
.widget-area .widget-container.widget_media_image .image{	
	display: inline-block;
	margin: 10px 20px 0px 0px;
}
.widget-area .widget-container:last-child{
	margin-bottom: 0;
}

/* SPECIFIC SIDEBAR WIDGETS */

/* -------	RANDOM QUOTES ----------					
		DIV .random-quote
			P
*/
.widget-area blockquote {
	padding: 0;
	font-size: 1.125em;
	margin-left: 0;
	margin-right: 0;
}

/* WLR template specific 
	.template-row.wlr-logo-panel > template-grid-width
*/
.wlr-logo-panel {
	background-color: #777788;
	color: #fff;
}
.wlr-logo-panel > .template-grid-width {}
.wlr-logo-panel > .template-grid-width > .table{
	width: 100%;
}
.wlr-logo-panel > .template-grid-width > .table > .table-cell{
	text-align: center;
	vertical-align: middle;
	border-color: #333344;
	border-style: solid;
	border-right-width: 1px;
}
.wlr-logo-panel > .template-grid-width > .table.logos-x2 > .table-cell{ width: 50%; }
.wlr-logo-panel > .template-grid-width > .table.logos-x3 > .table-cell{ width: 33.33%; }
.wlr-logo-panel > .template-grid-width > .table.logos-x4 > .table-cell{ width: 25%; }
.wlr-logo-panel > .template-grid-width > .table.logos-x5 > .table-cell{ width: 20%; }
.wlr-logo-panel > .template-grid-width > .table.logos-x6 > .table-cell{ width: 20%; }
.wlr-logo-panel > .template-grid-width > .table > .table-cell:first-child{
	border-left-width: 1px;
}
.wlr-logo-panel > .template-grid-width > .table > .table-cell a{}
.wlr-logo-panel > .template-grid-width > .table > .table-cell img{
	max-width: 75%;
	height: auto !important;
}

/* -------	FOOTER AREA ----------					
		DIV #footer
			DIV #colophon
		DIV #site-info (left side footer content can contain menu widgets) 
*/
/* #footermenus.template-row > .template-grid-width > widget-area > ul.widgets.table > div.table-cell li.widget-container > h3 */
#footermenus .widget-area {
	width: auto;
	display: block;
	margin: 0 -10px;
}
#footermenus .widget-area h3.widget-title {
	color: #5588cc;
	font-size: 1.25em;
}
#footermenus .widget-area ul ul li {
	padding: 2px 0;
}
#footermenus .widget-area > ul.widgets.table {
	width: 100%;
	margin: 0;
	padding: 0;
}
#footermenus .widget-area > ul.widgets.table > div.table-cell {
	padding: 0 10px;
}
#footermenus .widget-area > ul.widgets.table.cells-x2 > div.table-cell { width: 50% }
#footermenus .widget-area > ul.widgets.table.cells-x3 > div.table-cell { width: 33.33% }
#footersocial {
	background-color: #333344 !important;
	padding-bottom: 0;
}
#footermenus div.table-cell + div.table-cell + div.table-cell .widget_nav_menu {
	margin-top: 0;
}
#footermenus div.table-cell + div.table-cell + div.table-cell .widget_nav_menu ul li {
	display: inline-block;
}
#footersocial ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	list-style-type: none;
}
#footersocial ul li {
	display: inline-block;
	padding: 0;
	margin: 0 5px;
}
#footersocial a {
	color: #fff;
}
#footersocial a span{
	display: none;
}
#footer {
	background-color: #333344 !important;
	color: #bbbbcc;
}
#footer a {
	text-decoration: none;
	color: inherit;
}
#footer a:hover {
	text-decoration: underline;
}
#footer strong {
	font-family: 'noto_sansbold';
	font-weight: normal;
}
#footer ul.legal {
	list-style-type: none;
	margin: 0.5em 0 0 0
}
#footer ul.legal li {
	display: inline-block;
	margin: 0 0.5em;
}
#footer ul.legal li a:hover{
	color: #fff;
}





/* -------	POST-LIST ----------
DIV.post-list
	SPAN > IMG + A
*/
.post-list {
	border-top: 1px solid #5588cc;
	border-bottom: 1px solid #5588cc;
	padding: 10px 0 10px 32px;
	margin: 1em 0;
	font-size: 1.25em;
}
.post-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.post-list ul li {
	margin: 1em 0;
}
.post-list a .icon-small {
	position: absolute;
	margin: 6px 0 0 -24px;
}
.post-list a:hover .icon-small {
	background-position-y: -40px;
}
.post-list a:hover .icon-small.lock {
	background-position-y: -760px;
}
.read-more {
	white-space: nowrap;
}

/* -------	ARCHIVE ---------- */
/*.blog .post.sticky{
	border-top: 1px solid #5588cc;
	border-bottom: 1px solid #5588cc;
	padding: 20px 0;
}
.blog .post.sticky + .post.sticky{
	border-top: 0 none;
}
.blog .post.sticky .entry-title{
	margin-top: 0.25em;
}
*/
.blog .post.sticky .entry-title a{
	color: #223388;
}
/* Make sure duplicated 'Sticky' posts don't display icon */
.blog .post .icon-medium.pin{
	display: none;
}
.blog .post.sticky .icon-medium.pin{
	display: inline-block;
	background-position-y: -1160px;
}

/* -------	CONTACT FORM ---------- 
DIV.contact-form + two-column
	FORM
		UL
			LI > LABEL + INPUT + TEXTAREA
*/
.contact-form {
	margin: 2em 0;
	overflow: hidden;
}
.contact-form-sent {
	margin: 2em 0;
	text-align: left;
	border-color: #ee7700;
	border-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	font-size: 1.25em;
	padding: 0 !important;
}
.contact-form-sent p{
	color: #ee7700;
}
.contact-form-sent .icon-medium{
	float: right;
	margin-bottom: 10px;
	background-position-x: right !important;
}

.contact-form ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.contact-form ul li {
	margin: 0;
	padding: 0;
	border: 0 none !important;
}
.contact-form ul li.standard {
	width: 50%;
	display: inline-block;
}
.contact-form ul li.standard:nth-child(odd) > div {
	padding-right: 10px;
}
.contact-form ul li.standard:nth-child(even) > div {
	padding-left: 10px;
}
.contact-form ul li div {}
.contact-form h4 {
	margin: 0.5em 0;
	color: inherit;
	font-size: 1em;
	line-height: inherit;
}
.contact-form li label {
	margin-bottom: 10px;
}
.contact-form p {
	margin: .5em 0;
}
.contact-form .check-list {
	margin: .5em 0 .5em 0;
}
.contact-form .check-list span {
	display: inline-block;
	margin: .25em 20px .25em 0;
}
.contact-form .check-list span label {}
.contact-form .check-list span:hover,
.contact-form .check-list span input:checked + label  {
	color: #223388;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea {
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0 none;
	resize: none;
	background-color: transparent;
	text-indent: 0;
}
.contact-form select {
	background: transparent url("./images/sprite-icons-16px.png") no-repeat right -356px;
}
.contact-form textarea {
	resize: vertical;
}
.contact-form textarea {
	height: 60px;
}
.contact-form input[type='submit'] {
	font-size: 16px;
}
.contact-form li div.input-area {
	border: 1px solid #99bbdd;
	background-color: #f7f7fb;
	padding: 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.contact-form li div.input-area:focus,
.contact-form li div.input-area:hover{
	border-color: #5588cc;
}
.contact-form li div.submit {
	text-align: right;
}
/* SIDE WIDGET-AREA */
.widget-area .contact-form ul {
	margin: 0 !important;
	padding: 0 !important;
}
.widget-area .contact-form ul li,
.widget-area .contact-form ul li.standard,
.widget-area .contact-form ul li.full-width {
	margin: 0;
	padding: 0;
	display: block;
	width: auto;
}

/* -------	RANDOM IMAGE PANEL ---------- 
DIV.random-image-panel
	H3.title
	DIV.image
*/
.random-image-panel {
	margin: 0 -10px;
}
.random-image-panel .title{
	margin: 1em 10px;
	font-size: 18px;
	color: #333344;
}
.random-image-panel .image {
	padding: 0 10px;
	margin: 10px 0;
	width: auto;
	display: inline-block;
}
.random-image-panel .image + .image {
	border-left: 1px solid #ddd;
	padding-left: 9px;
}
.random-image-panel .image img {}



/* -------	IFRAME VIDEO ---------- 
*/
iframe{
	margin: 0 auto !important;
	max-width: 100%;
	max-height: 100%;
}
.iframevideo{
	max-width: 620px;
	text-align: center;
	margin-top: 2em;
	margin-left: auto;
	margin-bottom: 2em;
	margin-right: auto;
	position: relative;
}
.iframeresize-16x9{
	height: 348px;
}
.iframeresize-4x3{
	height: 465px;
}



/* =POSTS
-------------------------------------------------------------- */

.nav-prev-next {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 0.5em 0;
	margin: 1em 0;
}
.nav-prev-next .nav-previous,
.nav-prev-next .nav-next { 
	width: 50%;
	vertical-align: middle;
}
.nav-prev-next .nav-previous { }
.nav-prev-next .nav-next { 
	text-align: right;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; 
	height: auto; 
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f2f2f2;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 -20px 1em 0;
	float: left;
	clear: both;
}
.gallery .gallery-item {
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;
}
.gallery .gallery-item img {
	display: block;
}
.gallery > br {
	display: none;
}

.gallery .gallery-caption {
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}

.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

.hide-desktop {
	display: none;
}

/* = Anything Above Tablet
-------------------------------------------------------------- */
@media screen and (min-width: 941px) {
	.widget-area .contact-form ul li.standard {
		width: auto;
		float: none;
		position: relative;
	}
	.widget-area .contact-form ul li.standard > div{
		padding-left: 0;
		padding-right: 0;
	}
}

/* =Tablet AND Mobile Screen
-------------------------------------------------------------- */
@media screen and (max-width: 940px) {
	.hide-desktop {
		display: inherit;
	}
	#content{
		margin-right: 0;
	}
	#main{
		display: block;
		width: auto;
	}
	#main #container {
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
		position: relative;
		display: block;
	}
	.widget-area {
		position: relative;
		width: auto;
		float: none;
	}
	.widget-area ul.widgets{
		margin-left:0;
		margin-top: 1em;
	}
}

/* =Tablet Screen Style
-------------------------------------------------------------- */

@media screen and (min-width: 641px) and (max-width: 940px) {
	.template-grid-width {
		width: 620px !important;
	}
	#header {}
	#access {}
	#access .menu > li {}
	#access .menu > li > a {}
	#access .menu > li + li + li + li + li + li {
		display: none;
	}
	#banner .banner-image-area{
		width: 300px;
		overflow: hidden;
	}
	.search-container{
		background: transparent url('./images/hr-bg.png') repeat-x left center;
	}
	.search-container #searchform{
		padding: 0 10px;
	}
	.search-container #searchform div input#s{
	}
	#banner .bg{
		background-image: url('./images/banner-bg-tablet-blue.png');
	}
	body.banner-bg-orange #banner .bg{ background-image: url('./images/banner-bg-tablet-orange.png'); }
	body.banner-bg-grey #banner .bg{ background-image: url('./images/banner-bg-tablet-grey.png'); }
	.contact-form ul li.standard {
		width: 50% !important;
		display: inline-block !important;
	}
	.contact-form ul li.standard:nth-child(odd) > div {
		padding-right: 10px !important;
	}
	.contact-form ul li.standard:nth-child(even) > div {
		padding-left: 10px !important;
	}
}
@media screen and (min-width: 641px) {
	#access .menu {
	 	display: table !important;
	}
}



/* =Mobile Screen Style
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
	.template-grid-width{
		width: 300px !important;
	}
	.template-row{
		padding-left: 10px;
		padding-right: 10px;
	}
	#header {}

	#access {	
		max-height: 100%;
		height: auto;
		padding: 0;
	}
	#access:hover {}
	#access #escape{
		display: none !important;
	}
	#access #dropdown-button {
		display: block;
		height: 60px;
		padding: 0;
		margin: 0; 
		border: 0 none;
		width: 300px;
		width: auto;
		margin: 0 auto;
		line-height: 62px;
		font-size: 1.5em;
		cursor: pointer;
		color: #fff;
	}
	#access #dropdown-button a {
		padding: 0;
		text-decoration: none;
	}
	#access #dropdown-button img {
		color: #fb3;
	}
	#access #dropdown-button:hover img {
		color: #fff;
	}
	#access #dropdown-button .icon-small.close { 
		background-position: left -440px; 
	}
	#access #dropdown-button.show .icon-small.close { 
		background-position: left -560px; 
	}
	/* OVERRIDE HOVER DISPLAY SETTING */
	#access > ul,
	#access > ul li:hover > ul {
		display: none;
	}
	/* CONTROL MENU ITEM VISIBILITY*/
	#access #dropdown-button.show + ul,
	#access #dropdown-button.show + ul > li.show > ul,
	#access #dropdown-button.show + ul > li.show > ul > li.show > ul {
		display: block;
	}
	#access > ul,
	#access > ul > li > ul,
	#access > ul > li > ul > li > ul{
		width: auto;
		max-width: 100%;
		position: relative;
		margin: 0 auto;
		z-index: 0;
		left: auto;
	}
	#access ul > li{
		border-top-style: solid;
		border-top-width: 1px;
	}
	#access > ul > li:last-child{
		/*
		border-bottom-style: solid;
		border-bottom-width: 1px;
		*/
	}
	#access > ul > li,
	#access > ul > li > ul > li,
	#access > ul > li > ul > li > ul > li{
		width: auto;
		max-width: auto;
		position: relative;
		display: block;
		text-align: left;
		margin: 0 auto;
		padding-top: 0;
		padding-bottom: 0;
		width: 300px;
	}
	#access > ul > li.current_page_item,
	#access > ul > li.current_page_ancestor{
		background-image: none;
	}
	#access li.menu-item-has-children{
		background-image: url('./images/sprite-dropdown-16px.png') !important;
		background-repeat: no-repeat;
		background-position: right 5px top 12px !important;
	}
	#access li.menu-item-has-children.show{
		background-position-y: top -68px !important;
	}
	#access li li.menu-item-has-children{
		background-position-y: top 5px !important;
	}
	#access li li.menu-item-has-children.show{
		background-position-y: top -75px !important;
	}
	#access > ul > li > a,
	#access > ul > li > ul > li > a, 
	#access > ul > li > ul > li > ul > li > a {
		display: inline-block;
		padding-top: 0;
		padding-bottom: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 40px;
	}
	#access > ul > li > ul > li > a, 
	#access > ul > li > ul > li > ul > li > a {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#header {
		border-bottom: 0 none;
	}
	#header .table{
		display: block;
		width: auto;
	}
	#header .table-cell{
		width: auto !important;
		display: block;
		text-align: center !important;
	}
	#header #branding.table .table-cell.left-side{
		padding:20px 10px;
		margin: 0;
	}
	#header #branding.table .table-cell.left-side img{
		max-width: 100%;
	}
	#header #branding.table .table-cell.central,
	#header #branding.table .table-cell.right-side{
		display: none;
	}
	#banner{}
	#banner .bg{
		height: 150px;
		background-image: url('./images/banner-bg-mobile-blue.png');
	}
	body.banner-bg-orange #banner .bg{ background-image: url('./images/banner-bg-mobile-orange.png'); }
	body.banner-bg-grey #banner .bg{ background-image: url('./images/banner-bg-mobile-grey.png'); }
	#banner .banner-text-area{
		min-width: auto;
		max-width: 100%;
	}
	#banner .banner-image-area{
		display: none;
	}
	#banner .banner-text-area{
		padding-top: 30px;
		padding-bottom: 30px;
		vertical-align: middle;
		font-size: 28px;
	}
	.contact-form li.standard {
		width: 100%;
	}
	.contact-form .check-list span {
		clear: both;
		float: left;
		white-space: normal;
	}
	.contact-form select {
		background-image: none;
	}
	.lightbox-link,
	.lightbox-link .lightbox-details > div {
		height: auto !important;
	}
	.lightbox-link > div {
		float: none;
	}
	/*
	.iframe-video{
		width: 300px;
		height: 168px;
	}
	*/
	.random-image-panel .image + .image {
		border: 0 none;
		padding: 0 10px;
	}
	.random-image-panel .image:nth-child(odd) {
		border-left: 1px solid #ddd;
		padding-left: 9px;
	}
	#footermenus .widget-area > ul.widgets.table,
	#footermenus .widget-area > ul.widgets.table > div.table-cell {
		display: block;
		width: auto !important;
		margin-top: 0;
		margin-bottom: 0;
	}
	#footermenus div.table-cell .widget_nav_menu ul li {
		display: inline-block;
	}
	.widget-area .widget-container:last-child {
		margin-bottom: 20px;
	}
	.widget-area div.table-cell + div.table-cell + div.table-cell .widget-container:last-child {
		margin-bottom: 0;
	}
	.widget-area .related-links {
		display: none;
	}
	.post-list span {
		white-space: normal;
	}
	.contact-form ul li.standard,
	.contact-form ul li.full-width {
		width: auto;
		display: block;
	}
	.contact-form ul li.standard > div {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}

	
}

/* =Print Style
-------------------------------------------------------------- */

@media print {
	* {
		background: none !important;
		color: #333344 !important;
		border-color: #999 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
}