@charset "UTF-8";
/* CSS Document *//*---------------------------------------------------

/*fiec text #4d4d4d
   
/*fiec RED #b20f16 */
/*fiec Red lght #c85459*/

.nav li.current_page_item, .nav li:hover,
.navbar-default .nav li.dropdown.open > .dropdown-toggle,
.nav li.current_page_ancestor,
.navbar-toggle,
.list_pagination span:hover, .list_pagination a:hover, .list_pagination span.current_pagin,
input[type="submit"]:hover, #cookie-notice .cn-button.bootstrap:hover, .navbar-default .navbar-nav > .active > a,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	 background: #3c6b7e; /* Old browsers */
	 background: -moz-linear-gradient(top, #3b6a7d 0%, #3c6b7e 100%); /* FF3.6-15 */
	 background: -webkit-linear-gradient(top, #3b6a7d 0%,#3c6b7e 100%); /* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to bottom, #3b6a7d 0%,#3c6b7e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b6a7d', endColorstr='#3c6b7e',GradientType=0 ); /* IE6-9 */ 
}

/*fiec Tan dk #b9935c old #caad84, Grey dk #335566*/
/*fiec Tan med #c6ad85 old #dbcbb2, Grey med #55717f*/
/*fiec lt blue #e5ebee, Grey lgt #c5cfd4 */

 .navbar.navbar-default,
.bx-wrapper .bx-caption,
.list_pagination span, .list_pagination a,
input[type="submit"], #cookie-notice .cn-button.bootstrap, #slidethumbs .slidethumb.active {
	 background: #ca8f3d; /* Old browsers */
	 background: -moz-linear-gradient(top, #ca8f3d 0%, #cfa668 100%); /* FF3.6-15 */
	 background: -webkit-linear-gradient(top, #ca8f3d 0%,#cfa668 100%); /* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to bottom, #ca8f3d 0%,#cfa668 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca8f3d', endColorstr='#cfa668',GradientType=0 ); /* IE6-9 */ 
}
 

#s, #navbar .dropdown-menu {
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
 
 /*----------------------------------------------------------text*/

body {
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	line-height: 23px;
	color: #5c5c5c; /*4d4d4d;*/
	background: url(../images/fiec-back-ltblue.png) repeat;
}
a {
	color: #3c6b7e;  /*fiec dk blue */
	text-decoration: none;
}
a:hover, a:focus {
	color: #ca8f3d; /*fiec orange*/
	text-decoration: underline;
}
p {
	margin: 0 0 15px 0;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: bold;
}

h3, h4, h5, h6 {
	color: #3c6b7e;  /*fiec dk blue */
	margin-top: 16px;
}
h5, h6 {
	color: #4d4d4d;  /*fiec body */
	margin-top: 10px;
}

h1, #strapline, #logotext, #rightcol h2 {
	font-family: 'Noto Serif', serif; 
}
h1 {
	color: #3c6b7e;  /*fiec dk blue */
    font-size: 36px;
	font-weight: bold;
    line-height: 41px;
    margin-bottom: 20px;
    margin-top: 25px; /*same as right col */
}
h2, .list_widget.awards .hwrap, .list_widget .title, .indexlist_widget .title {
	font-size: 23px;
	line-height: 28px;
	margin-top: 20px;
}
.indexlist_widget .title {
	font-weight: bold;
}
#rightcol h2, #rightcol .list_widget.awards .hwrap, #rightcol .list_widget .title {
	color: #3c6b7e;  /*fiec dk blue */
	font-size: 20px;
	line-height: 25px;
	margin-top: 16px;
	margin-bottom: 8px;
}

h3 {
	font-size: 21px;
	line-height: 26px;
}
body.page-id-17 #maincol h3,
body.page-id-190 #maincol h3,
body.page-id-468 #maincol h3 { /*17 events; 468 past events;*/
	color: #4d4d4d;
	font-size: 16px;
	font-weight: normal;
    line-height: 23px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 16px;
}

ul, ol {
	padding: 0;
	margin: 0 0 8px;
}
ol {
	margin: 0 0 8px 22px;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}
ul.unstyled, ol.unstyled {
	margin-left: 0;
	list-style: none;
}
ul.inline, ol.inline {
	margin-left: 0;
	list-style: none;
}
ul.inline > li, ol.inline > li {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
	padding-left: 5px;
	padding-right: 5px;
}
#maincol ul>li:before,
#rightcol ul>li:before,
.posts.titles div.post:before,
.articles .post .title:before {
    background: url(../images/fiec-back-ltblue.png);
    background-size: 12px 12px;
    content: '';
	display: inline-block;
    position: relative;
    left: -10px;
    height: 12px;
    width: 12px;
}

/*#maincol>ul>li:hover:before,
#rightcol ul>li:hover:before,*/
.posts.titles div.post:hover:before,
.articles .post .title:hover:before {
    background: url(../images/fiec_bull_two.png);
}

ul li,
.articles .post .title {
	list-style:	none;
	margin-left: 25px;
	margin-top: 8px;
	text-indent: -13px; /* bullet is 12px+13px = 25px margin-left */
}
.articles .post .title {
	margin-left: 0;
	text-indent: 13px; 
}



#maincol ul ul li,
#rightcol ul ul li{
    list-style: outside;
    text-indent: 0;
    margin-left: 17px;

}
#maincol ul ul li:before,
#rightcol ul ul li:before {
	display: none;
}
.caret {
	vertical-align: top;
	border-top: 6px solid #ffffff;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
}
iframe {
    width: 100%;
}

 /*----------------------------------------------------------Structure*/


[class*="span"] {
 float: left;
 min-height: 1px;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	position: relative;
}
.container:before, .container:after {
	line-height: 0; /*fiec*/
}
.container {
	width: 1000px;
}
.container.navbar-collapse {
	
	width: 1040px;
}

body .container.main {
	background-color: #FFFFFF;
}

#strapline, #logotext {
	float: left;
	position: relative;
}
#strapline a, #logotext a {
	color: #ffffff;
}

#strapline a:hover, #logotext a:hover, #strapline a:focus, #logotext a:focus {
	color: #cfa668;
	text-decoration: none;
}
#strapline {
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 12px;
}
#logotext {
    font-size: 49px;
    line-height: 49px;
	margin: 9px 12px 12px 0;
}
#searchform {
    background: none;
	padding: 0;
}

.searchdiv {
	float: right;
    text-align: right;
    margin-top: 10px;
}

#collapseSearch {
    position: absolute;
	right: 4%;
    top: 45px;
    width: 50%;
    z-index: 1;
}
#social {
	float: right;
	margin-top: 5px; 
    position: relative;
	width: auto;
}
#social li {
    float: left;
}

#social a {
	color: #ffffff;
	display: block;
	margin-right: 14px;  
}
#social a > .fa-twitter {
    font-size: 42px;
}
#social a > .fa-envelope {
    font-size: 34px;
	padding-top: 3px;
}
#social a > .fa-search {
    font-size: 29px;
	padding-top: 2px;
}
#social li.envelope span {
	float: right;
    font-size: 10px;
    line-height: 13px;
	padding: 8px 0 0 5px;
	text-indent: 0;
    width: 167px;
}
label.screen-reader-text, input#searchsubmit {
    display: none;
}


#s {
	width: 100%;
}

#maincol, #rightcol {
    margin-top: 30px;
	position: relative;
}
#maincol {
	margin-bottom: 22px;
	min-height: 100px;
	padding: 0 6% 0 7%;
}
#rightcol {
	padding: 0 7% 0 0;
}
.spanmain.twocol {
	width: 65%;
}
.spanmain {
	width: 100%;
}
.single-post .spanmain,
.mosaic .spanmain {
	width: 100%;
}
.spanright {
	float: right;
	width: 34%;
}

body div.pdfemb-viewer {
    margin-top: 30px;
}

#footer {
	float: left;
	font-size: 12px;
	line-height: 14px;
	padding: 8px 0;
	position: relative;
	width: 100%;
}
#footer, form, body #footer .container {
	background-color: #e5ebee; /*fiec lt blue */
}
#footer .menu-footer-menu-container {
	float: left;
	margin-bottom: 7px;
	margin-left: 7%;
	width: 50%;
}
#footer .menu-footer-menu-container li {
	float: left;
	margin: 0 25px 0 0;
	text-indent: 0;
}
#footer .footercredit {
	float: right;
	margin-bottom: 10px;
	margin-right: 7%;
}
#footer .footeraddress, #footer .footercredit {
	padding-bottom: 8px;
}
#login_link {
    right: 7%;
}

table {
	border: 1px solid #dddddd;
	margin-bottom: 16px;
	width: 100%;
}
th, td {
	border: 1px solid #dddddd;
	padding: 8px;
	text-align: left;
	vertical-align: top;
}

.mosaic td:first-child {
	width: 60%;
}

.page-id-190 td:first-child, 
.events td:first-child {
	width: 35%;
}
.page-id-160 tr > td:first-child {
	width: 15%;
}
.page-id-160 tr > td:nth-child(2) {
	width: 60%;
}
.page-id-160 tr > td:nth-child(3) {
	width: 15%;
}
.page-id-160 tr > td:nth-child(3) {
	width: 20%;
}


tr.odd {
    background-color: #e5ebee; /*fiec lt blue */
}


/*----------------------------------------------------------images*/


#maincol img.alignright,
#maincol .wp-caption.alignright {
	margin: 10px 0 15px 20px;
	float: right;
}
#maincol img.alignleft,
#maincol .wp-caption.alignleft {
	margin: 10px 20px 15px 0;
	float: left;
}
#maincol .wp-caption.alignright p,
#maincol .wp-caption.alignleft p {
	font-size: 10px;
    line-height: 17px;
	margin-top: 5px;
}

img {
	/* Responsive images (ensure images don't scale beyond their parents) */

  max-width: 100%;
	/* Part 1: Set a maxium relative to the parent */

  width: auto\9;
	/* IE7-8 need help adjusting responsive images */

  height: auto;
	/* Part 2: Scale the height according to the width, otherwise you get stretching */

  vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
img.attachment-large {
	margin-bottom: 20px;
}
/*------Slideshow-----*/
#slideshow img.attachment-large {
	margin-bottom: 0;
}
#slideshow {
    margin-bottom: 37px;
}

#slidethumbs {
	background-color: transparent;
	border: none;
	bottom: 10px;
    font-size: 12px;
    display: block;
    position: absolute;
    height: 18px;
	left: 0;
	margin: 0 auto;
	right: 0;
    text-align: center;
    line-height: 16px;
    width: 90%;
	z-index: 1650;
}
#slidethumbs .slidethumb {
	border: 2pt solid #ffffff;
	border-radius: 14px;
    display: inline-block;
    height: 18px;
	position: relative;
	width: 26px;
}
#slidethumbs .darkner {
    cursor: pointer;
    display: block;
    height: 20px;
	left: -3px;
    position: absolute;
	top: -3px;
    width: 28px;
    z-index: 9999;
    
}
/*----------------------------------------------------------post widget*/

.post_widget {
	float: left;
	width: 100%;
}
.post_widget.image, .post_widget.social {
	background-color: transparent;
	padding: 0;
}
#rightcol .postwrap h1 {
    display: none;
}
#rightcol .social img, #leftcol .social img  {
	margin-right: 10px;
	width: 28%;
}

.post_widget.image p {
	font-size: 9pt;
	line-height: 14px;
	clear: both;
	margin-bottom: 40px;
}
#maincol img.size-thumbnail, #rightcol img  {
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
}
.wf_widget.membership {
	margin-bottom: 0;
}
.membership .hwrap {
    width: auto;
    float: left;
    border: none;
    margin: 0 6px 0 0;
	padding: 0;
}
.membership .hwrap h2 {
    font-size: 16px;
	line-height: 23px;
}
.membership .hwrap h2::after {
    content: ':';
}
/*----------------------------------------------------------list widget*/

.list_widget, .list_widget .post {
	border: none;
	float: left;
}
body .list_widget .date {
	color: #3c6b7e;  /*fiec dk blue */
	font-size: 10pt;
	text-transform: uppercase;
	margin-bottom: 0;
}
body.news #maincol .list_widget .date {
	margin-top: 25px; /* same as H1 */
}

.hwrap, .title {
	border-top: 2px solid #ca8f3d; /*fiec orange*/
	padding: 0;
}
.pluslist_widget .title {
    font-weight: bold;
}
.events h2 {
	color: #b20f16;
}
body.page-id-190 .list_widget p,
body.page-id-190 .list_widget h3 {
	display: inline;
}
body.page-id-190 .list_widget p.title {
	display: block;
}

body.news #maincol .list_widget .title {
	margin-top: 0px
}

.articles .post .title {
	border: none;
	font-size: 18px;
	margin-top: 2px;
	margin-bottom: 2px
	
}
#rightcol .list_widget .post {
	float: left;
    padding-top: 3px;
}
#rightcol .list_widget .entry h2, #rightcol .list_widget .entry h3 {
    color: #4d4d4d;
	font-size: 16px;
	font-weight: normal;
    line-height: 23px;
}
.list_widget.articles .entry p {
	margin-top: 2px;
	margin-bottom: 4px;
}
#rightcol .list_widget.article .title {
    font-size: 17px;
}

#rightcol .list_widget .title {
	border-bottom: none;
	margin-top: 8px;
}
.hwrap h2 {
	margin: 0;
}
.hwrap a {
	color: #FFFFFF;
}

#leftcol .postwrap h2, #rightcol .postwrap h2 {
	margin-top: 6px;
}
#rightcol .posts.titles div.post:before { /* bullet set in #maincol ul li:before */
	left: 0;
	position: absolute;
	top: 22px;
}
#rightcol .posts.titles div.post {
	padding-left: 20px;
}


.list_pagination {
	float: left;
    font-size: 20px;
	margin: 25px 0;
}
.list_pagination span, .list_pagination a {
    color: #ffffff;
	padding: 10px 15px;
	margin-right: 2px;

	float: left;
	margin-top: 5px;
}
.list_pagination span.ellipsis,
.list_pagination span.summary {
	background: none;
	color: #4d4d4d; 
}


/*----------------------------------------------------------Reveal*/
.reveal {
	
}

.reveal_head:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 10px solid #4d4d4d; /*fiec text */
	border-right: 10px solid  transparent;
   	border-left: 10px solid transparent;
}

.reveal_head {
	position: relative;
	cursor: pointer;
	text-decoration: underline;
}
.closed .reveal_head:before {
	border-top: 10px solid #4d4d4d; /*fiec text */
	border-bottom: none;
	
}
.reveal_head:hover {
	color: #b20f16; /* fiec Brown dk */
}
.closed .reveal_head:hover {
}
.reveal p {
}
.reveal_tail  {
	margin-top: 20px;
}


/* Scrolling logos */

#logoslider {
	margin-bottom: 17px;
}

#logoslider .editlink {
    right: 25px;
}
.chunk {
    background: #ffffff;
}

.scrollableCont {
    height: 106px;
    overflow: hidden;
    position: relative;
    width: 100%;
	margin-bottom: 20px;
}
.scrollableArea {
	height: 106px;
	margin: 0;
	position: absolute;
	width: 400%;
}
.chunk {
	float: left;
}

.chunk img {
	margin-right: 20px;
	max-height: 106px;
	max-width: 190px;
	padding: 10px 5px;
	width: auto;
}
#mask_left {
	left: 0;
	position: absolute;
	top: 0;
}
#mask_right {
	position: absolute;
	right: 0;
	top: 0;
}






/*----------------------------------------------------------Navmain*/
nav.navbar {
	min-height: 44px; /*colors at top*/
	border: none;
}
.navbar-header button {
    display: none;
}
body #navbar.container {
    background: none;
}
.navbar-inner:after {
	clear: both;
}
.navbar {
	border-radius: 0;
	overflow: visible;
	margin-bottom: 0;
}
.nav li {
	white-space: normal;
}


#navbar ul li, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	border-radius: 22px;
	color: #ffffff;
	list-style:	none;
	margin: 0; /* did have -5px  margin bottom to make inline-block work - odd */
	text-indent: 0;
}

.navbar .nav > li > a {
	color: #ffffff;
	float: none;
	padding: 12px 25px 12px 25px;
	text-decoration: none;
}
.navbar .nav > li > a:hover {
	color: #ffffff;
}
.nav > li > a {
	display: block;
}
.navbar .nav > li {
	float: left;
	text-align: left;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color:#ffffff;
}
.navbar-default .nav li.dropdown.open > .dropdown-toggle {
	border-radius: 24px 24px 0 0;
}
.open {
 *z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}


.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}

.dropdown.open .caret {
	border-top: none;
	border-bottom: 6px solid #ffffff;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	color: #4d4d4d;/* white-space: nowrap;*/
}
.dropdown-menu > li.current_page_ancestor > a {
	color: #ffffff;
} 
#navbar .dropdown-menu > li > a {
	line-height: 16px;
}

.dropdown-menu {
	display: none;
	float: left;
	top: 100%; 
	list-style: none;
	margin: 0;
	padding: 5px 0;
	position: absolute;
	z-index: 1000;
}
ul ul ul.dropdown-menu {
	width: 257px;
}

#navbar .dropdown-menu { /*shadow above*/
	background-color: #ffffff;
	border: 1px solid #cccccc;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}


#navbar .nav {
    display: inline-block;
    float: left; /*rjl jan19 was none*/
	left: 0;
	margin-bottom: 0;
	min-width: 50px;
	list-style: none;
	padding: 0;
	position: relative;
}


#navbar ul ul li {
	display: block;
	float: left;
    margin: 0 0 2px 0;
	width: 100%;
}

#navbar .nav li a {
	font-size: 18px;
	text-transform: uppercase;
}

#navbar .nav .dropdown-menu li a {
	font-weight: normal;
	padding: 8px;
	text-transform: none;
}
#navbar .dropdown-menu > li > a:hover, #navbar .dropdown-menu > li > a:focus, #navbar .dropdown-submenu:hover > a, #navbar .dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background-color: #3c6b7e;  /*fiec dk blue */
}
#navbar li.current_page_item > a, #navside li.current_page_item > a {
	color: #ffffff; 
}

/*----------------------------------------------------------Contact form 7*/
input[type="text"],
input[type="email"],
input[type="date"],
input[type="tel"] {
	font-family: 'Noto Sans', sans-serif !important;
}
form {
	float: left;
	margin: 25px 0 30px 0;
	padding: 6px 3%;
	width: 100%;
}
form p {
	float: left;
	width: 100%;
}
.region_right form {
    background: #ffffff;
    margin: 0;
	padding: 0;
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 16px;
	font-size: 18px;
	line-height: 32px;
	color: #4d4d4d;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
legend small {
	font-size: 12px;
	color: #999999;
}

label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] {
	cursor: pointer;
}
label {
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
	font-weight: normal;
	max-width: 760px;
}
.page-id-209 label, .page-id-422 label, .page-id-429 label {
	clear: both;
}
.page-id-209 label, .page-id-209 input[type="image"],
.page-id-422 label, .page-id-422 input[type="image"],
.page-id-429 label, .page-id-429 input[type="image"] {
	margin-top: 5px;
}
.page-id-209 input[type="image"], .page-id-422 input[type="image"], .page-id-429 input[type="image"] {
	clear: both;
	margin-bottom: 20px;
}
.page-id-209 label, .page-id-209 input, .page-id-209 select,
.page-id-422 label, .page-id-422 input, .page-id-422 select,
.page-id-429 label, .page-id-429 input, .page-id-429 select {
	float: left;
	margin-right: 10px;
}


 
input, textarea, .uneditable-input {
	width: 760px;
}
textarea {
	height: auto;
}

input[type="submit"] {
	border: none;
	color: #ffffff;
    font-size: 18px;
    margin: 15px 0;
    padding: 5px 20px;
}

#coursedate {
    width: 150px;
}
span.wpcf7-list-item {
    margin: 0 20px 0 0;
}
span.wpcf7-not-valid-tip {
    color: #b20f16
}
.g-recaptcha {
	margin: 23px 0 0 0;
}
.wpcf7-select {
	margin-top: 6px;
}
.wpcf7-radio {
	margin-bottom: 10px;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng {
	background-color: #3c6b7e;  /*fiec dk blue */
    border: none;
	color: #ffffff;
}
.wpcf7-form-control-wrap {
    float: left;
	width: 100%;
}
.wpcf7-form-control-wrap.Membershipcategory span.wpcf7-list-item {
    clear: both;
    float: left;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
    float: left;
    height: 25px;
    position: relative;
    width: 25px;
}
span.wpcf7-list-item {
    float: left;
    position: relative;
    width: 100%;

}
span.wpcf7-form-control-wrap .wpcf7-list-item input {
    margin-right: 10px;
}
.wpcf7-list-item-label {
    float: left;
	margin-top: 5px;
	width: 90%;
}
.wpcf7-form-control-wrap.Paymentmethod span.wpcf7-list-item,
.wpcf7-form-control-wrap.Paymentmethod span.wpcf7-list-item-label,
.wpcf7-form-control-wrap.communications span.wpcf7-list-item,
.wpcf7-form-control-wrap.communications span.wpcf7-list-item-label {
    width: auto;
}
#home-address-group {
    float: left;
}
.selectlabel {
    float: left;
    margin: 11px 9px 0 0;
}
.checkboxlabel {
    float: left;
}

p.line-after {
    border-bottom: #b9935c 1pt solid;
	font-weight: bold;
    padding-bottom: 5px;
	margin-top: 5px;
}
/*----------------------------------------------------------Bootstrap clears*/

.collapse {
    display: none;
}
.collapse.in {
    display: block;
}

button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="search"] {
	-ms-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
textarea {
	overflow: auto;
	vertical-align: top;
}

.row {
	margin-left: 0; /*-20px;/////////////////*/
	margin-right: 0;
}
a.anchor {
	padding-top: 40px;
}  

#twocols .row {
	margin-right: 0;
}


[class*="span"].hide, .row-fluid [class*="span"].hide {
	display: none;
}
[class*="span"].pull-right, .row-fluid [class*="span"].pull-right {
	float: right;
}



.lead {
	margin-bottom: 16px;
	font-size: 18px;
	font-weight: 200;
	line-height: 24px;
}

em {
	font-style: italic;
}

address {
	display: block;
	margin-bottom: 16px;
	font-style: normal;
	line-height: 16px;
}

.small {
    margin-bottom: 10px;
    line-height: 120%;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	background-color: #ffffff;
	border: none;
	display: inline-block;
	height: 32px;/*fiec*/
	padding: 4px 6px;
	margin-bottom: 8px;
	font-size: 16px;/*fiec*/
	line-height: 22px; /*fiec*/
	vertical-align: middle;
}

input[type="radio"], input[type="checkbox"] {
	margin: 4px 0 0;
  line-height: normal;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
	width: auto;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.radio, .checkbox {
	min-height: 16px;
	padding-left: 20px;
}
.radio input[type="radio"], .checkbox input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}
.controls > .radio:first-child, .controls > .checkbox:first-child {
	padding-top: 5px;
}
.radio.inline, .checkbox.inline {
	display: inline-block;
	padding-top: 5px;
	margin-bottom: 0;
	vertical-align: middle;
}

input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] {
	float: none;
	margin-left: 0;
}
.input-append input[class*="span"], .input-append .uneditable-input[class*="span"], .input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], .row-fluid .input-append [class*="span"] {
	display: inline-block;
}

.form-actions {
	padding: 15px 20px 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	background-color: #f5f5f5;
	border-top: 1px solid #e5e5e5;
 *zoom: 1;
}
.form-actions:before, .form-actions:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-actions:after {
	clear: both;
}
.help-block, .help-inline {
	color: #595959;
}
.help-block {
	display: block;
	margin-bottom: 8px;
}
.help-inline {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	vertical-align: middle;
	padding-left: 5px;
}

input.search-query {
	padding-right: 14px;
	padding-right: 4px \9;
	padding-left: 14px;
	padding-left: 4px \9;
	/* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.form-search input, .form-inline input, .form-horizontal input, .form-search textarea, .form-inline textarea, .form-horizontal textarea, .form-search select, .form-inline select, .form-horizontal select, .form-search .help-inline, .form-inline .help-inline, .form-horizontal .help-inline, .form-search .uneditable-input, .form-inline .uneditable-input, .form-horizontal .uneditable-input, .form-search .input-prepend, .form-inline .input-prepend, .form-horizontal .input-prepend, .form-search .input-append, .form-inline .input-append, .form-horizontal .input-append {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .hide, .form-inline .hide, .form-horizontal .hide {
	display: none;
}
.form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group {
	display: inline-block;
}
.form-search .input-append, .form-inline .input-append, .form-search .input-prepend, .form-inline .input-prepend {
	margin-bottom: 0;
}
.form-search .radio, .form-search .checkbox, .form-inline .radio, .form-inline .checkbox {
	padding-left: 0;
	margin-bottom: 0;
	vertical-align: middle;
}
.form-search .radio input[type="radio"], .form-search .checkbox input[type="checkbox"], .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
	float: left;
	margin-right: 3px;
	margin-left: 0;
}
.control-group {
	margin-bottom: 8px;
}
legend + .control-group {
	margin-top: 16px;
	-webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
	margin-bottom: 16px;
 *zoom: 1;
}
.form-horizontal .control-group:before, .form-horizontal .control-group:after {
	display: table;
	content: "";
	line-height: 0;
}
.form-horizontal .control-group:after {
	clear: both;
}
.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
}
.form-horizontal .controls {
 *display: inline-block;
 *padding-left: 20px;
	margin-left: 180px;
 *margin-left: 0;
}
.form-horizontal .controls:first-child {
 *padding-left: 180px;
}
.form-horizontal .help-block {
	margin-bottom: 0;
}
.form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block {
	margin-top: 8px;
}
.form-horizontal .form-actions {
	padding-left: 180px;
}


[class^="icon-"], [class*=" icon-"] {
 display: inline-block;
 width: 14px;
 height: 14px;
 *margin-right: .3em;
 line-height: 14px;
 vertical-align: text-top;
 background-image: url("../css/img/glyphicons-halflings.png");
 background-position: 14px 14px;
 background-repeat: no-repeat;
 margin-top: 1px;
}

.dropup, .dropdown {
	position: relative;
}
/*.dropdown-toggle {
 *margin-bottom: -3px;
}*/
.dropdown-toggle:active, .open .dropdown-toggle {
	outline: 0;
}


.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
 *width: 100%;
	height: 1px;
	margin: 7px 1px;
 *margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #999999;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000000;
	content: "";
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.nav > li > a > img {
	max-width: none;
}
.nav > .pull-right {
	float: right;
}
.nav-header {
	display: block;
	padding: 3px 15px;
	font-size: 11px;
	font-weight: bold;
	line-height: 16px;
	color: #999999;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}
.nav li + .nav-header {
	margin-top: 9px;
}
.nav-list {
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 0;
}
.nav-list > li > a, .nav-list .nav-header {
	margin-left: -15px;
	margin-right: -15px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
	padding: 3px 15px;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #0088cc;
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
	margin-right: 2px;
}
.nav-list .divider {
 *width: 100%;
	height: 1px;
	margin: 7px 1px;
 *margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #ffffff;
}
.nav-tabs, .nav-pills {
 *zoom: 1;
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
	display: table;
	content: "";
	line-height: 0;
}
.nav-tabs:after, .nav-pills:after {
	clear: both;
}
.nav-tabs > li, .nav-pills > li {
	float: left;
}
.nav-tabs {
	border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 20px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
	color: #f5f3ef;
	background-color: #f5f3ef;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li > a {
	margin-right: 0;
}
.nav-tabs.nav-stacked {
	border-bottom: 0;
}

@-ms-viewport {
 width: device-width;
}
.hidden {
	display: none;
	visibility: hidden;
}
.visible-phone {
	display: none !important;
}
.visible-tablet {
	display: none !important;
}
.hidden-desktop {
	display: none !important;
}
.visible-desktop {
	display: inherit !important;
}
/*-------------------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 814px) and (max-width: 1123px) { /*was 1235*/
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-tablet {
		display: inherit !important;
	}
	.hidden-tablet {
		display: none !important;
	}
	
	.container,  .navbar-static-top .container,  .navbar-fixed-top .container,  .navbar-fixed-bottom .container {
		width: 824px;
	}

	.container.navbar-collapse {
		width: 864px;
	}

}

/*------------------------------------------------------------------------------------------------------------------------------------- bits under here effect two levels*/


 @media (max-width: 1123px) { /*was 1235*/
	 #strapline p {
		 font-size: 22px;
		 line-height: 30px;
	 }
	 
	 .searchdiv {
		width: auto;
	}
	 .nav-collapse {
		 clear: both;
	 }
	 .nav-collapse .nav {
		 float: none;
		 margin: 0 0 8px;
	 }
	.nav-collapse .nav > li {
		float: none;
	}
	.nav-collapse .nav > li > a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > .divider-vertical {
		display: none;
	}
	 
	.nav-collapse .nav .nav-header {
		color: #777777;
		text-shadow: none;
	}
	.nav-collapse .nav > li > a,  .nav-collapse .dropdown-menu a {
		padding: 9px 15px;
		font-weight: bold;
		color: #777777;
		-webkit-border-top-right-radius: 3px;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topright: 3px;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-topleft: 0;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}

	.nav-collapse .dropdown-menu li + li a {
		margin-bottom: 2px;
	}
	.nav-collapse .nav > li > a:hover,  .nav-collapse .nav > li > a:focus,  .nav-collapse .dropdown-menu a:hover,  .nav-collapse .dropdown-menu a:focus {
		background-color: #f5f3ef;
	}
	
	.nav-collapse .dropdown-menu {
		position: static;
		top: auto;
		left: auto;
		float: none;
		display: none;
		max-width: none;
		margin: 0 15px;
		padding: 0;
		background-color: transparent;
		border: none;
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-webkit-border-top-left-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-topleft: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		-webkit-background-clip: padding-box;
		-moz-background-clip: padding-box;
		background-clip: padding-box;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.nav-collapse .open > .dropdown-menu {
		display: block;
	}
	.nav-collapse .dropdown-menu:before,  .nav-collapse .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .dropdown-menu .divider {
		display: none;
	}
	.nav-collapse .nav > li > .dropdown-menu:before,  .nav-collapse .nav > li > .dropdown-menu:after {
		display: none;
	}
	.nav-collapse .navbar-form,  .nav-collapse .navbar-search {
		float: none;
		padding: 8px 15px;
		margin: 8px 0;
		border-top: 1px solid #f5f3ef;
		border-bottom: 1px solid #f5f3ef;
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.1);
	}
	 .navbar .nav > li > .dropdown-menu:before { /* position of dropdown box arrow */
		 right: 29px;
	 }
	 .navbar .nav > li > .dropdown-menu:after {
		 right: 29px;
	 }
	 input, textarea, .uneditable-input {
		 width: 100%;
	 }
	
}

/*-----------------------------------------------------------------------------------------------------------------------------------bits under here effect final level*--*/


@media (max-width: 814px) {
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	.row {
		margin-right: 0;
	}
	h1, h2, .hwrap h2, h3, h4, h5, p, #logotext, #strapline {
		margin-left: 5%;
		margin-right: 5%;
	}
	.home #maincol, .home #rightcol {
		margin-top: 0;
	}
	.spanmain.twocol {
		width: 100%;
	}
	

	#maincol, #rightcol, #leftcol {
		border-left: none;
		border-right: none;
		padding: 0;
	}
	.container {
		width: auto;
	}
	#footer .menu-fiec-footer-menu-container {
		margin-left: 5%;
	}
	#footer .footercredit {
		margin-right: 5%;
	}
	
	body #navbar.container {
		padding: 0;	
		width: 100%;
	}
	.navbar .nav > li > a {
		padding: 12px 4% 12px 4%;
	}
	#navbar .nav li a {
		font-size: 18px; /*back to original size*/
	}
	.navbar-header {
		float: right;
		min-height: 47px;
		width: 100%;
	}
	.navbar-header button {
		display: block;
		z-index: 1;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
	.navbar-toggle {
		border: none; /*1px solid #4d4d4d; fiec text */
		border-radius: 4px;
		float: right;
		margin: 4px 30px 3px 0;
		padding: 6px;
		position: relative;
	}
	.dropdown-menu {
		right: auto;
		left: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff; /*fiec text */
    border-radius: 1px;
    display: block;
    height: 3px;
    margin: 4px;
    width: 22px;
}
	.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
	.cmenu {
    color: #ffffff; 
    font-size: 18px;
    left: -62px;
    position: absolute;
    top: 7px;
}
	.navbar .nav > li {
		width: 100%;
	}
	#navbar .nav {
		display: block;
		float: left;
		margin-left: 0; 
		margin-right: 0;
		padding: 0;
		width: 100%;
	}
	#navbar ul li {
		margin: 0;
	}
	.navbar .nav > li > .dropdown-menu::after,
	.navbar .nav > li > .dropdown-menu::before {
		display: none;
	}
	#navbar .dropdown-menu {
		border: none;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		float: left;
		position: relative;
		right: 0;
		top: 0;
		width: 100%
	}
	#searchform {
		text-align: center;
	}
	
	/*.bx-wrapper {
		width: 116%;
		left: -8%;
	}*/
	
	#maincol img.alignright,
	#maincol .wp-caption.alignright,
	#maincol img.alignleft,
	#maincol .wp-caption.alignleft {
		width: 100%;
	}
	


	 [class*="span"],  .uneditable-input[class*="span"],  .row-fluid [class*="span"] {
	 float: none;
	 display: block;
	 width: 100%;
	 margin-left: 0;
	 -ms-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 box-sizing: border-box;
	}
	
	
	.input-large,  .input-xlarge,  .input-xxlarge,  input[class*="span"],  select[class*="span"],  textarea[class*="span"],  .uneditable-input {
		display: block;
		width: 100%;
		min-height: 26px;
		-ms-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.input-prepend input,  .input-append input,  .input-prepend input[class*="span"],  .input-append input[class*="span"] {
		display: inline-block;
		width: auto;
	}
	
}




/*-------------------------------------------------------------------------------------------------------------------------------------*/



@media (max-width: 768px) { 
	#social {
		float: left;
		margin: 4px 5% 4px 5%;
		width: 90%;
	}
	#collapseSearch {
    position: absolute;
    left: 5%;
    top: 45px;
    width: 90%;
}
	
	td:last-child {
		padding: 6px 0 6px 0;
		text-align: left;
		width: 100%;
	}
	
}


/*-------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 650px) {
	
	#strapline {
		font-size: 20px;
		line-height: 28px;
	}
	#topbits  {
		width: 100%;
	}
	#footer .menu-footer-menu-container {
		margin-left: 5%;
		width: 86%;
	}
	#footer .footercredit {
		float: left;
		margin-left: 5%;
	}
	.searchdiv {
		float: left;
		margin-left: 4%;
	}
	#topbits p {
		text-align: left;
		margin-left: 4%;
}

	input[type="checkbox"],  input[type="radio"] {
		border: 1px solid #ccc;
	}

	.carousel-caption {
		position: static;
	}
	#slideshow #slidemain .slide_text {
		height: 99px;
	}
	#collapseSearch {
		width: 90%;
	}
	
	#maincol img.alignright, #maincol .wp-caption.alignright {
    margin: 10px 0 15px 0;
    float: none;
}
	
	
	
}

@media (max-width: 480px) {
	
}
