﻿/* RED: CC092F | BLUE: 004ebc; GREY: 5f6a72; */
br, .clear { clear: both; }
.mandatory { color: #c60f13; }
.nav-left { float: left; }
.nav-right { float: right; }

h1, h2, h3, h4, h5, h6, strong { font-weight: 600; }

table.table-starred { border: 1px solid #ccc; border-collapse: collapse; width: 100%; }
table.table-starred td { background-color: transparent; font-size: 12px; }
table.table-starred tr { border-top: 1px solid #ccc; }
table.table-starred tr:nth-of-type(2n+1) { background: none repeat scroll 0 0 #eee; }
table.table-starred tr td i { color: #2e75b6; font-size: 18px; }

body { color: #333; font-family: "Open Sans",sans-serif;  }

/* Reduce z-index so dropdowns appear over banner arrows */
#top-banner .bx-wrapper { box-shadow: none; border: none; margin-bottom: 0; }
#top-banner {
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.4);
}
#top-banner div > img { margin: auto; }

#main-heading .publishdate,
#Bookmarks,
#main-content .page-related { display: none; }
#main-content a {
    text-decoration: none;
    color: #004ebc;
}
#main-content a:hover,
#main-content a:focus { color: #cc092f; }
#main-content .button { text-decoration: none; }
#main-content .button[disable] {
    background-color: #e7e7e7;
}

#main-content table { table-layout: auto; }

#main-content img[style*="float: left"] { margin: 0 10px 0 0 !important; }
#main-content img[style*="float: right"] { margin: 0 0 0 10px !important; }

#main-content ul li,
#main-content ol li { line-height: 24px; }

#main-content .blue-bullet { list-style: none; margin-left: 5px; }
#main-content .blue-bullet li {
    background: url("/Resource/Template/lcia/content/img/blue-bullet.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    padding-left: 14px;
}
#main-content p {
    color: #333;
    line-height: 24px;
}

#home-feeds, #page-content { border-top: 3px solid #e1e1e1; padding-top: 10px; }
#home-feeds .columns a:hover { color: #004ebc; }
#home-page .content-right { margin-bottom: 20px; }
#home-page .content-right h6 { border-bottom: 1px solid #005daa; font-size: 16px; }
#home-page .content-right a { display: block; }
#home-page .content-right a:hover,
#home-page .content-right a:focus { text-decoration: none; }

#event-wide-page #center { padding-left: 20px; padding-right: 20px; }
#event-wide-page #main-heading { display: none; }
#event-wide-page .websiteform-form {width: 100%;margin: 0px auto;max-width: 76.9231rem;padding-left: 1.15385rem;padding-right: 1.15385rem;}

#page-content { margin: 0 0 15px 0; padding-top: 20px; }
#page-content #main-heading h1 {
	margin: 0 0 20px 0;
    line-height: 1.8em;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #005baa;
}
#page-content h3 { font-size: 18px; }
#page-content .button {
    border-color: #b9b9b9;
    border-style: solid;
    border-width: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 1.23077rem;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 0.76923rem;
    padding: 1.23077rem 2.46154rem 1.30769rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;

    font-size: 13px;

    border-radius: 5px;
    height: 30px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;

    border: 1px solid #333;
    background-color: #FFF;
}
#page-content .button:hover,
#page-content .button:focus {
    background-color: #333;
    color: #FFF;
}
#left { padding-top: 10px; margin-top: 10px; }

form[action="/User/yiag-registration.aspx"] input[type="checkbox"] ~ label {
    display: inline-block;
    width: 90%;
    margin: 0 0 0 15px;
}

/* -----------------------------------------
   Editor Styles
----------------------------------------- */
#main-content .heading,
#main-content .heading-red-line,
#main-content .heading-blue-line {
    font-size: 16px;
    color: #222;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 15px;
}
#main-content .heading-red-line { border-bottom: 1px solid #cc092f; }
#main-content .heading-blue-line { border-bottom: 1px solid #005baa; }
#main-content .small-text,
#main-content .annotation1,
#main-content .annotation2 {
    color: #555;
    font-size: 12px;
    line-height: 24px;
}
#main-content .small-text { font-weight: 600; }
#main-content .annotation3 { font-style: italic; }

#main-content .blue-button,
#main-content .grey-button {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    border-style: solid;
    border-width: 0;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0.76923rem 0;
    padding: 1.23077rem 2.46154rem 1.30769rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;

    font-size: 13px;

    border-radius: 5px;
	height: 30px;
	padding: 5px 15px;
	line-height: 18px;
}
#main-content .blue-button {
    border: 1px solid #005eab;
    background-color: #FFF;
    color: #005eab;
}
#main-content .blue-button:hover,
#main-content .blue-button:focus {
    background-color: #005eab;
    color: #FFF;
}
#main-content .grey-button {
    border: 1px solid #333;
    background-color: #FFF;
    color: #333;
}
#main-content .grey-button.disabled:hover, #main-content .grey-button.button[disabled]:hover {
    background-color: #e7e7e7;
    box-shadow: none;
    color: #333;
    cursor: default;
    opacity: 0.7;
}
#main-content .grey-button:hover,
#main-content .grey-button:focus {
    background-color: #333;
    color: #FFF;
}

.two-columns:before, .two-columns:after { content: " "; display: table; }
.two-columns:after { clear: both; }
@media only screen and (min-width: 640px) {
    .two-columns .left,
    .two-columns .right { width: 48%; }
}

table.striped tr:nth-of-type(2n),
table.striped tr:nth-of-type(2n) td { background-color: #e6e6e6; }

table.bordered {
    margin-top: 15px;
    border: #ccc 1px solid;
    border-radius: 5px;
    border-collapse: inherit;
}
table.bordered thead { background: transparent; }
table.bordered thead th { border: none; }
table.bordered td { border-top: 1px solid #ccc; }

/* -----------------------------------------
   Header
----------------------------------------- */
#header { background-color: #999999; padding: 10px 0; }
#header ul,
#header input,
#header button { margin: 0; }

#header #login { display: inline-block; }
#user .button,
#login .button {
    height: 30px;
	padding: 5px 10px;
	font-size: 13px;
	line-height: 18px;
	margin: 3px 0 0;
    display: inline-block;
    background-color: transparent;
    border: 1px solid #FFF;
    color: #FFF;
    border-radius: 5px;
}
#user .button:hover,
#login .button:hover {
    background-color: #FFF;
    color: #222;
}
#header #login-button { width: 70px; }

#website-search { margin-top: 10px; }
#header input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: none;
    border: none;
}
#header button {
    background-color: #FFF;
    border: none;
}
#header i.fa { color: #555; }

#user,
#user a { color: #FFF; }
#user li { line-height: 34px; display: inline-block; float: none; margin-left: 10px; }
#user .name { font-weight: bold; margin-right: 5px; margin-left: 0; display: block; }
#user .name span { display: inline-block; font-weight: normal; margin-right: 5px; }
#user .online-filing { margin-left: 0; }

a { color: #222; }
a:hover, a:focus { text-decoration: underline; color: #CC092F; }
#container .button:hover,
#container .button:focus { text-decoration: none; }

/* -----------------------------------------
   Footer
----------------------------------------- */
#footer { background-color: #333; padding-bottom: 5px; height: 100%; }
#footer a,
#footer .address,
#footer .copyright,
#footer .footer-menu { color: #d6d6d6; }

#footer h5 {
    font-size: 15px;
    color: #d6d6d6;
    border-bottom: 1px solid #666666;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#footer h5 i {
    padding: 0 0.5em;
    font-size: 1.5rem;
}

#footer .address,
#footer .international-offices,
#footer .twitter { padding-top: 12px; }
#footer .international-offices li { font-size: 14px; margin-bottom: 5px; }

#footer-menu ul { list-style: none; display: inline-block; width: 100%; margin: 0; font-size: 12px; }
#footer-menu ul li {
    display: inline-block;
    border-left: 1px solid #ccc;
    padding: 0 10px;
    line-height: 12px;
}
#footer-menu ul li:first-child { border-left: none; }

#footer .address p { margin-bottom: 0; font-size: 14px; color: #d6d6d6; }
#footer .contact-us {
    margin-top: 15px;
    background-color: transparent;
    border: 1px solid #ccc;
    padding: 5px 15px;
}
#footer .button:hover {
    background-color: #FFF;
    color: #222;
}
#footer .top { padding-top: 15px; }
#footer hr { margin: 15px 15px 25px 15px; border-color: #666666; }
#footer .bottom { margin-bottom: 10px; }
#footer .copyright { font-size: 12px; }
#footer .columns { margin-bottom: 10px; }

/* -----------------------------------------
   Header Menu
----------------------------------------- */
#top-nav {
    min-height: 95px;
    /*background: url("/Resource/Template/lcia/content/img/logo.png") no-repeat scroll 0 0 transparent;*/
}
#top-nav .logo { position: absolute; }
#top-nav .title-area { text-align: right; min-height: 98px; background-color: transparent; }
#top-nav .top-bar.expanded .title-area { background-color: transparent; min-height:64px; }
#top-nav .top-bar { background: none; min-height: 98px;  margin-top: 18px; } /*padding: 0 15px;*/

@media only screen and (max-width: 967px) {
    #top-nav { padding-top: 10px; }
    #top-nav .top-bar .toggle-topbar.menu-icon { position: static; margin: 0; }
    #top-nav .top-bar .toggle-topbar.menu-icon a { display: inline-block; }
}
@media only screen and (max-width: 640px) {
    #top-nav .top-bar-section ul { border: 1px solid #c0c0c0; border-radius: 5px; border-top-right-radius: 0; }
    #top-nav ul.header_menu li a { font-size: 14px; }
}
@media only screen and (min-width: 641px) {
    #top-nav .top-bar { min-height: 0; }
    #top-nav .top-bar-section > div > ul > li > a { padding: 0 15px !important; }
}

#top-nav .top-bar .toggle-topbar.menu-icon a span:after { box-shadow: 0 0 0 1px #555, 0 7px 0 1px #555, 0 14px 0 1px #555; margin-top: -7px; right: 16px; }
#top-nav .top-bar.expanded .toggle-topbar.menu-icon a span { color: #004ebc; }
#top-nav .top-bar.expanded .toggle-topbar.menu-icon a span:after { box-shadow: 0 0 0 1px #004ebc, 0 7px 0 1px #004ebc, 0 14px 0 1px #004ebc; }
#top-nav .top-bar.expanded .top-bar-section .has-dropdown > a:after { border-left-color: #555; }
#top-nav .top-bar.expanded .title a { font-weight: 700; }
#top-nav .top-bar .toggle-topbar.menu-icon a {
    color: #555;
    border: 1px solid #c0c0c0;
    margin: 25px 0 0;
    padding: 0 40px 0 10px;
    height: 48px;
    border-radius: 5px;
}
#top-nav .top-bar.expanded .toggle-topbar.menu-icon a {
    border-bottom-color: #FFF;
    background-color: #FFF;
    position: relative;
    z-index: 999;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
#top-nav .top-bar .toggle-topbar.menu-icon a:hover span { color: #004ebc; }

#top-nav .top-bar.expanded .top-bar-section {
    margin-top: -7px;
    z-index: 10;
}
#top-nav .top-bar.expanded .top-bar-section ul.header_menu {
    background-color: #FFF;
    padding: 0 5px;
}

#top-nav li > a { font-size: 16px; }
#top-nav a:hover, #top-nav a:focus { text-decoration: none; }

#top-nav .top-bar.expanded li a:first-child:hover { color: #004ebc; }
#top-nav .top-bar.expanded li:hover span:after { box-shadow: 0 0 0 1px #555, 0 7px 0 1px #555, 0 14px 0 1px #555; }
#top-nav .top-bar .toggle-topbar.menu-icon:hover a span:after { box-shadow: 0 0 0 1px #004ebc, 0 7px 0 1px #004ebc, 0 14px 0 1px #004ebc; }

#top-nav li.menu-list-item-child-selected > a.menu-link-item-child-selected {
    font-weight: 600;
    font-size: 14px;
}
#top-nav li.menu-list-item-child-selected > a.menu-link-item-child-selected:before {
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #005baa;
    content: "";
    display: inline-block;
    margin: 0 5px -2px 0px;
}

#top-nav .top-bar.expanded .top-bar-section ul li { border-bottom: 1px solid #ccc; }
#top-nav .dropdown {
    padding: 0 10px;
    background-color: #FFF;
}

#top-nav .top-bar-section ul .menu-list-item-parent-caption,
#top-nav .top-bar.expanded .top-bar-section ul .menu-list-item-parent-caption {
    line-height: 45px;
    font-size: 17px;
    border-bottom: 1px solid #cc092f;
    font-weight: 600;
    padding: 0 15px;
}
#top-nav .parent-link.show-for-small {
    display: none !important;
}


div.year{
	padding-left: 1.15385rem !important;
	padding-right: 1.15385rem !important;
}

.year img {
	float:right; 
	margin-top: 12px;
}

@media only screen and (max-width: 1030px) {
	div.year{
		display: none;
	}
}

/* -----------------------------------------
   Main menu
----------------------------------------- */
#main-menu ul,
#sub-main-menu ul { list-style: none; font-size: 14px; margin: 0 0 10px 0; }
#main-menu ul li a,
#sub-main-menu ul li a { display: block; padding: 5px 0; line-height: 26px; font-size: 13px; }

#main-menu ul.main_menu > li > a,
#sub-main-menu ul.main_menu > li > a { border-top: 1px solid #ccc; }

#main-menu ul.main_menu > li:first-child > a,
#sub-main-menu ul.main_menu > li:first-child > a { border-top: none; }

#main-menu li > a:first-child:hover,
#main-menu li > a:first-child:focus,
#sub-main-menu li > a:first-child:hover,
#sub-main-menu li > a:first-child:focus { color: #004ebc; text-decoration: none; }

#main-menu li.menu-list-item-selected > a.menu-link-item-selected,
#sub-main-menu li.menu-list-item-selected > a.menu-link-item-selected,
#main-menu li.menu-list-item-parent-selected > a.menu-link-item-parent-selected,
#sub-main-menu li.menu-list-item-parent-selected > a.menu-link-item-parent-selected,
#main-menu li.menu-list-item-selected-first > a.menu-link-item-selected,
#sub-main-menu li.menu-list-item-selected-first > a.menu-link-item-selected {
    font-weight: 600;
}
#main-menu li.menu-list-item-selected > a.menu-link-item-selected:before,
#sub-main-menu li.menu-list-item-selected > a.menu-link-item-selected:before,
#main-menu li.menu-list-item-parent-selected > a.menu-link-item-parent-selected:before,
#sub-main-menu li.menu-list-item-parent-selected > a.menu-link-item-parent-selected:before,
#main-menu li.menu-list-item-selected-first > a.menu-link-item-selected:before,
#sub-main-menu li.menu-list-item-selected-first > a.menu-link-item-selected:before {
    height: 0;
    width: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #005baa;
    content: "";
    display: inline-block;
    margin: 0 5px -2px 0px;
}

#main-menu .menu-link-item-child-selected,
sub-main-mnenu .menu-link-item-child-selected { font-weight: 600; }

#main-menu ul > li:first-child,
#sub-main-menu ul > li:first-child { border-top: none; }
#main-menu ul.menu-list-item-parent-selected-children,
#sub-main-menu ul.menu-list-item-parent-selected-children { margin-bottom: 0; }

#main-menu li > ul,
#sub-main-menu li > ul { margin-left: 15px; font-size: 13px; }

#main-menu .menu-list-item-parent > ul,
#sub-main-menu .menu-list-item-parent > ul { display: none; }

#main-menu .menu-caption,
#sub-main-menu .menu-caption {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 1px solid #cc092f;
    padding-bottom: 15px;
    line-height: 16px;
	margin-top: 12px;
}

/* -----------------------------------------
   Login Headings
----------------------------------------- */
#login-heading,
#existing-user-heading {
    font-weight: 600;
}

/* -----------------------------------------
   Banners
----------------------------------------- */
#top-banner { margin: 0 auto; }
#top-banner img { border-top-left-radius: 2px; border-top-right-radius: 2px; margin: 0 auto; }
.left-banner img,
.right-banner img { border-radius: 3px; }
#BannerLeft, #BannerRight { margin-bottom: 10px; }

/* -----------------------------------------
   Modal Progress Bar
----------------------------------------- */
.modalBackground { background-color:Gray; filter:alpha(opacity=70); opacity:0.70; }
.updateProgressBox {
    border: 1px solid #222;
    background-color:#FFFFFF;
    position:absolute;
    width:350px;
    height:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.updateProgressBox-message { margin-top:13px; text-align: center; }

/* -----------------------------------------
   Content Feeds
----------------------------------------- */
.content-feed .content-feed-heading {
	font-weight: bold;
	border-bottom: 1px solid #CC092F;
	font-size: 16px;
	margin: 10px 0 15px 0;
	padding-bottom: 15px;
}
.content-feed ul { list-style: none; margin: 0 0 10px 0; }
.content-feed ul li {
    border-top: 1px solid #dbdbdb;
    padding: 5px 0;
}
.content-feed ul li:first-child { border-top: none; }
.content-feed ul li a {
    display: block;
    padding: 10px 0;
}
/*.content-feed ul li:first-child { margin-top: 0; }*/
.content-feed ul li:first-child a { padding-top: 0; }
.content-feed a > img { max-width: 80px; float: left; padding-right: 10px; }
.content-feed a:hover,
.content-feed a:focus { text-decoration: none; }
.content-feed .content-feed-synopsis,
.content-feed .content-feed-date { line-height: 16px; color: #555; font-size: 12px; }
.content-feed .content-feed-title {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 16px;
}

.content-feed .content-feed-synopsis,
.content-feed .content-feed-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#content-page .content-feed,
#wide-page .content-feed {
    background-color: #f2f2f2;
    padding: 10px;
}
#content-page .content-feed-heading,
#wide-page .content-feed-heading {
    color: #333;
    padding: 0;
    margin: 0 0 5px;
    border: none;
}
#content-page .content-feeds .content-feed-title,
#wide-page .content-feeds .content-feed-title {
    font-size: 14px;
}

/* -----------------------------------------
   Right Content
----------------------------------------- */
.content-right h2,
.content-right h6 {
	font-weight: bold;
	border-bottom: 2px solid #cc092f;
	font-size: 17px;
	margin: 10px 0 15px 0;
	padding-bottom: 15px;
}
.content-right .clearfix { border-top: 1px solid #dbdbdb; padding: 14px 0; }
.content-right .clearfix.first { margin-top: 0; border-top: none; padding-top: 3px; }
.content-right strong { display: block; margin-bottom: 10px; font-weight: 600; font-size: 16px; }
.content-right span { color: #555; font-size: 12px; }
.content-right .left { width: 14%; }
.content-right .right { width: 85%; padding-top: 7px; line-height: 13px; }

/* -----------------------------------------
   Message Box
----------------------------------------- */
#event-wide-page div[class^="messageBox_"] {
    margin: 0 auto 15px auto;
    max-width: 76.9231rem;
}
.messageBox_Information, .messageBox_Warning, .messageBox_Failed, .messageBox_Help {
    clear:both;
    color:#222;
    margin-bottom:10px;
    padding: 10px;
    border-radius: 3px;
}
.messageBox_Information, .messageBox_Warning, .messageBox_Failed {clear:both; color:#222; margin-bottom: 20px; padding: 5px; }
.messageBox_Information {
    background-color: rgb(242,240,205);
    border-left: 5px solid rgb(199,190,133);
}
.messageBox_Warning {
    background-color: rgb(213,229,242);
    border-left: 5px solid rgb(0,78,188);
}
.messageBox_Warning > .messageBox_Warning { border-left: none; padding-bottom: 0; margin-bottom: 0; }
.messageBox_Failed {
    background-color: rgb(248,213,220);
    border-left: 5px solid rgb(204,9,47);
}
.messageBox_Help { background-color: #FFEACF; }
.messageBox_Information img, .messageBox_Warning img, .messageBox_Failed img, .messageBox_Help img {display: none !important;}
#page-content .messageBox_Information h3, #page-content .messageBox_Warning h3, #page-content .messageBox_Failed h3, #page-content .messageBox_Help h3 {margin:0 !important; padding:0 !important; color: #222; border-bottom: none; }
.messageBox_Information p, .messageBox_Warning p, .messageBox_Failed p, .messageBox_Help p {margin:0 !important; padding:0 !important; font-size: 13px; }
.messageBox_Information ul, .messageBox_Warning ul, .messageBox_Failed ul, .messageBox_Help ul {list-style-position:outside; list-style-type:disc; margin-left:15px; padding-left: 40px;}
.messageBox_Information li, .messageBox_Warning li, .messageBox_Failed li, .messageBox_Help li {line-height:1.5em;}
.messageBox_Text {margin-left: 10px; padding:2px 3px 4px 1px !important; font-size: 13px;}

/* -----------------------------------------
   Sitemap
----------------------------------------- */
#ctl00_cphMainContent_tvContent table { width: auto; margin-bottom: 5px; }
#ctl00_cphMainContent_tvContent table td { padding: 0 5px; white-space: normal !important; }
#ctl00_cphMainContent_tvContent img { max-width: none; }
#ctl00_cphMainContent_tvContent a { text-decoration: none; }

/* -----------------------------------------
   User Registration
----------------------------------------- */
.wizard-user-registration table { margin: 0; border: none; }
.wizard-user-registration table td { padding: 2px; }
.wizard-user-registration .wizardTitle, .wizard-user-registration .wizardProgress { font-weight: 700; }
.wizard-user-registration table td.stepNotCompleted { text-align: center; height: 25px; width: 25px; background-color: #eee; border: 1px solid #FFF; color: #222; }
.wizard-user-registration table td.stepCompleted { text-align: center; height: 25px; width: 25px; color: #FFF; background-color: #ccc; color: #222; border: 1px solid #FFF; }
.wizard-user-registration table td.stepCurrent { text-align: center; height: 25px; width: 25px; font-weight: 700; border: 1px solid #FFF; }

#main-content .wizard-user-registration table td.stepNotCompleted a,
#main-content .wizard-user-registration table td.stepCompleted a,
#main-content .wizard-user-registration table td.stepCurrent a { text-decoration: none; }

.wizard-user-registration table td.stepCurrent a { color: #CC092F; }
.wizard-user-registration table td.stepCurrent a:hover,
.wizard-user-registration table td.stepNotCompleted a:hover,
.wizard-user-registration table td.stepCurrent a:hover { text-decoration: none; }
.wizard-user-registration table td.stepBreak { width: 10px; }

.wizard-user-registration .existing-record-addresses .radioButton label { width: 120px; }

/* -----------------------------------------
   Forms
----------------------------------------- */
table {
    width: 100%;
    border: none;
    margin-bottom: 10px;
}
table tr th,
table thead tr th { text-align: left; font-weight: 600; }
table tr.even, table tr.alt, table tr:nth-of-type(2n) { background: transparent; }
table tr td {
    font-size: 13px;
    background-color: transparent;
    border: none;
}
table.Result {
    border-collapse: inherit;
    border-radius: 5px;
    border: 1px solid #ccc;
}
/*table tr th:first-child,
table tr td:first-child { padding-left: 0; }*/
.PageTop, table.PageBottom { width: 100%; border: none; }
.PageTop td, .PageBottom td { padding: 2px; font-size: 13px; }
.PageTop td.left, .PageBottom td.left { float: left; text-align: left; }
.PageTop td.center, .PageBottom td.center { text-align: center; } 
.PageTop td.right, .PageBottom td.right { float: right; text-align: right; }

/* -----------------------------------------
   Modal Progress Bar
----------------------------------------- */
.modalBackground { background-color:Gray; filter:alpha(opacity=70); opacity:0.70; }
.updateProgressBox {
    border: 1px solid #007C92;
    background-color:#FFFFFF;
    position:absolute;
    width:350px;
    height:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.updateProgressBox-message { margin-top:13px; text-align: center; }

.updateProgressBoxExistingUser {
    border: 1px solid #000000;
    background-color:#FFFFFF;
    position:absolute;
    width:350px;
    height:100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* -----------------------------------------
   Modal Popup
----------------------------------------- */
.modalBackground{background-color:#707070;filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7}
.modalPopupLarge {
    background-color:#FFFFFF;
    border: 1px solid #ccc;
    border-radius: 4px;
    color:#333;
    padding:10px;
    width: auto; /*790px;*/
    font-family: Helvetica, Arial, sans;
    font-size: 12px;
    margin: 10px;
    max-width: 790px;
    width: 90%;
    margin: 0 auto;
    line-height: 1.5;
}
.modalPopupContentLarge textarea.message {
    width: 75%;
    height: 150px;
}
.modalPopupLarge input[type="submit"].member-contact-submit, .modalPopupLarge input[type="submit"].member-contact-exit { margin: 0 10px 0 0; }
.modalPopupLarge .label { width: 150px !important; }

/* -----------------------------------------
   Fields
----------------------------------------- */
.field,
.fieldLarge {
    display: inline-block;
    margin: 3px 0;
    width: 98%;
    padding: 3px;
    padding: 3px;
}
.field .label, .fieldLarge .label,
.field label, .fieldLarge label {
    padding: 5px 0;
    width: 120px;
    background-color: transparent;
    color: #333;
    text-align: left;
    font-size: 13px;
    display: inline-block;
    white-space: normal;
    font-weight: normal;
    float: left;
    line-height: 1.4;
    margin: 0;
    cursor: default;

}
.field input[type="text"], .fieldLarge input[type="text"], 
.field input[type="password"], .fieldLarge input[type="password"], 
.field input.text, .fieldLarge input.text, 
.field input.title, .fieldLarge input.title {
    width: 288px;
    font-size: 13px;
    margin: 0;
    height: 30px;
    padding: 4px 7px;
    line-height: 12px;
}
.field input[type="password"] { width: 288px !important; }
.field input[type="file"], .fieldLarge input[type="file"] {
    width: 288px;
    font-size: 13px;
    margin: 0;
    height: 23px;
    line-height: 12px;   
}
.fieldLarge textarea { width: 288px; height: 80px; }

.field select { width: 288px; font-size: 13px; display: inline-block; border: 1px solid #ccc; margin: 0; color: rgba(0, 0, 0, 0.75); }

.field .radioButton,
.field .checkBoxList {
    display: inline-block;
    margin: 0;
    width: auto;
    background: none;
    border: none;
}
.field .radioButton tbody tr,
.field .checkBoxList tbody tr { float: left; }
.field .radioButton input[type="radio"],
.field .checkBoxList input[type="radio"] { padding: 0; display: inline-block; float: left; margin: 3px 5px 0 0; }
.field .radioButton td,
.field .checkBoxList td { padding: 0; }
.field .radioButton label,
.field .checkBoxList label { width: auto; margin: 0 10px 10px 0; float: left; font-size: 13px; padding: 0; }
.field .post-code { width: 80px !important; right: 40px; position: relative; }

.custom-field-checkbox .checkBoxList { width: auto; }
.custom-field-checkbox .checkBoxList td { padding: 5px; }
.custom-field-checkbox .checkBoxList label { float: none; margin: 0; padding: 0; vertical-align: top; }
.custom-field-checkbox .checkBoxList input[type="checkbox"] { margin: 0 5px 0 0; padding: 0; }

.custom-field-textboxwithinternationalcallingcodeprefix .field prefix {
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
    width: auto !important;
}
.custom-field-textboxwithinternationalcallingcodeprefix .field .label { width: 100%; }
.custom-field-textboxwithinternationalcallingcodeprefix input {
    width:253px !important;
}

.listboxwithprefix prefix {
    clear:left;
    display:block;
}

.custom-field-listboxmultiselect select, .custom-field-listboxmultiselectwithlabel select { height:90px; }

/* -----------------------------------------
   Field Read Only
----------------------------------------- */
.fieldReadOnly {
    display: block;
    float: left;
    margin: 0;
    overflow: visible;
    padding: 3px;
    width: 100%;
}
.fieldReadOnly .label {
    background-color: transparent;
    color: #222;
    width: 125px;
    text-align: left;
    font-size: 13px;
    white-space: normal;
    padding: 3px 0;
    vertical-align: top;
    display: inline-block;
    cursor: default;
}
.fieldReadOnly .text { width: 165px; white-space: normal; display: inline-block; font-size: 13px; }

/* -----------------------------------------
   reCAPTCHA
----------------------------------------- */
#recaptcha_widget_div, #recaptcha_table { width: auto !important; }
#recaptcha_table #recaptcha_response_field { margin-bottom: 0 !important; }
#recaptcha_widget_div #recaptcha_image { height: auto !important; width: auto !important; }
#recaptcha_table .recaptcha_image_cell { width: auto !important; }
#recaptcha_widget_div #recaptcha_response_field { width: 100% !important; }
#recaptcha_logo, #recaptcha_tagline { display: none; }

/* -----------------------------------------
   Obout Calendar
----------------------------------------- */
.calendarCalendar input[type="text"] { color: #000; }
.calendarCalendar select, .calendarCalendar table { width: auto; }
.calendarCalendar table { border: none; margin-bottom: 5px; }
.calendarCalendar table tbody tr td { padding: 0; border: none !important; }
.calendarCalendar .calendarDayOver { border-color: #a1a1a1; }
.calendarCalendar table .calendarMonth { border: 1px solid #ccc; }
.calendarCalendar select { font-size: 12px; }
.calendarTitle { margin-top: 5px; }
.calendarTitle select { height: 20px; margin-left: 5px; }

/* -----------------------------------------
   Calandar
----------------------------------------- */
.calendar {
    display: inline-block;
    padding: 3px;
    margin: 3px 0;
}
.calendar .calendar_Top label {
    padding: 0 10px 2px 0;
    width: 120px;
    background-color: transparent;
    color: #333;
    text-align: left;
    font-size: 13px;
    display: inline-block;
    white-space: normal;
    font-weight: normal;
    float: left;
    line-height: 1.4;
}

.calendar input[type="text"] {
    width: 288px;
    font-size: 13px;
    margin: 0;
    height: 30px;
    padding: 7px;
    display: inline;
}

.calendar img { padding: 3px 3px 0 5px; vertical-align: top; }

/* -----------------------------------------
   Event User Registration
----------------------------------------- */
.wizard-user-registration .field label,
.wizard-user-registration .calendar label { padding-right: 10px; }
.wizard-user-registration .messageBox_Warning { text-align: left; margin-top: 15px; }

.event-booking-registration .wizardTitle { font-size: 14px; }
.event-booking-registration .existing-record-address-label { width: 240px; margin-bottom: 10px; }
.event-booking-registration .boxLeft .fieldReadOnly .text,
.event-booking-registration .boxRight .fieldReadOnly .text { width: 160px; }

.event-booking-registration .existing-addresses label { display: inline-block; width: 120px; margin-bottom: 15px; }

/*------------------------------------------------
Event Booking Single/Multiple
------------------------------------------------*/
#event-booking-single {
    border-top: 3px solid #e1e1e1;
}
#event-booking-single > form {
    max-width: 76.9231rem;
    padding: 20px 15px 0 15px;
    margin: 0 auto 35px auto;
}
#event-booking-single table td { padding: 0; }
#event-booking-single .charge-list .total, #event-booking-multiple .charge-list .total, .event-booking-registration .charge-list .total,
#event-booking-single .charge-list .vat, #event-booking-multiple .charge-list .vat, .event-booking-registration .charge-list .vat,
#event-booking-single .charge-list .vat-percent, #event-booking-multiple .charge-list .vat-percent,
#event-booking-single .charge-list .net, #event-booking-multiple .charge-list .net, .event-booking-registration .charge-list .net { text-align: right; font-weight: 600; }

#event-booking-single .field.book-guest-field label { padding-top: 0; padding-right: 10px; }
#event-booking-single .fieldReadOnly .text { width: 200px; }

#event-booking-single .booking-attendees { margin-top: 15px; }
#event-booking-single .booking-attendees td {
    line-height: 24px;
}
#event-booking-single .booking-attendees ~ br { display: none; }
#event-booking-single .charge-list {
    border: 1px solid #ccc;
    margin: 15px 0;
}

#event-booking-single .booking-attendees td,
#event-booking-single .charge-list td {
    padding: 0.69231rem 0.76923rem;
    line-height: 24px;
    vertical-align: bottom;
}
#event-booking-single .boxLeft,
#event-booking-single .boxRight { margin-bottom: 15px; }
#event-booking-single .boxLeft h3,
#event-booking-single .boxRight h3 { padding-top: 0; }

#event-booking-single h3 {
    font-size: 16px;
    padding-top: 10px;
}

#event-booking-single .charge-list ~ br ~ h3 ~ p { color: #222; }

table.bordered thead th { border: none; }

/* -----------------------------------------
   Directory
----------------------------------------- */
.directory-alphabet ul { list-style: none; margin: 0; }
.directory-alphabet ul > li { display: inline-block; margin-left: 10px; }
.directory-alphabet ul > li:first-child { margin-left: 0; }

.members-directory .PageTop .left,
.members-directory .PageTop .center { display: none; }

.members-directory-list .members-directory-search-item {
    line-height: 1.7;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.members-directory-list .members-directory-contact-name { font-weight: bold; }
.members-directory-list .members-directory-company { font-style: italic; }

/* -----------------------------------------
   Quick Links
----------------------------------------- */
#quicklinkcollection #quicklinkcollection-caption,
#quick-links .quick-links-title {
    border-bottom: 2px solid #cc092f;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 15px;
    padding-bottom: 5px;
    display: block;
}
#quicklinkcollection ul, #quick-links ul { list-style: none; margin: 0 0 10px 0; }

#quicklinkcollection li,
#quick-links li { padding: 5px 0; }

#quicklinkcollection .quicklinkcollection-links-list-item-caption,
#quick-links .quick-links-list-item-caption { color: #555; display: block; }

#quicklinkcollection li > a,
#quick-links li > a { font-size: 14px; }

#quicklinkcollection li > a:hover,
#quicklinkcollection li > a:focus,
#quick-links li > a:hover,
#quick-links li > a:focus { color: #004ebc; text-decoration: none; }

/* -----------------------------------------
   Website Search
----------------------------------------- */
.websitesearch-list [class$="search-item"] { margin-bottom: 10px; }
.websitesearch-list [class$="search-item"] > [class$="-synopsis"] { display: block; color: #555; margin-left: 22px; }

/* -----------------------------------------
   Content Search
----------------------------------------- */
#content-list-search { margin-bottom: 10px; }

#content-search-list > [class$="search-item"],
#content-search-list > .media-item { margin-bottom: 10px; }
#content-search-list [class$="search-item-title"] { display: block; }
#content-search-list [class$="search-publish-on"],
#content-search-list [class$="search-synopsis"],
#content-search-list > .media-item { color: #555; }

/* -----------------------------------------
   Event Wide
----------------------------------------- */
#event-wide-page #page-content { border-top: none; padding-top: 0; }
#event-wide-page #main-content ul.inline-list { display: inline-block; margin: 0; }
#event-wide-page #main-content ul.inline-list li { float: none; }
#event-wide-page #main-content hr { border-color: #ccc; margin: 30px 0; }
#event-wide-page .heading { padding-bottom: 0; margin-top: 15px; }
#event-wide-page .blue-heading { color: #005eab; margin: 15px 0; }
#event-wide-page .logo-list { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
#event-wide-page .dark-bg { background-color: #f2f2f2; padding: 25px 0 }
#event-wide-page .time { margin-right: 15px; }
#event-wide-page .speakers-and-co {
    background-color: #FFF;
    border: 1px solid #ccc;
    padding: 15px 0;
    margin-bottom: 15px;
}
#event-wide-page .speakers-and-co .heading { margin: 15px 0 0 0; padding: 0 0 5px 0; }
#event-wide-page #event-prices-table table { border-radius: 3px; border: 1px solid #bfbfbf; }
#event-wide-page #event-prices-table tr:first-child td { border-top: none; }
#event-wide-page #event-prices-table td {
    border: none;
    border-top: 1px solid #bfbfbf;
    font-weight: 600;
    padding: 10px;
}
#event-prices-table td:first-child { font-weight: normal; }
.event-price-list-heading { display: none; }
#event-prices-table thead { display: none; }
#event-prices-table {
    margin: 15px auto 35px auto;
    margin-top: 15px;
    max-width: 76.9231rem;
    padding: 0 15px;
}
#event-prices-table td.action { text-align: right; }
#event-prices-table .button {
    border: 1px solid #333;
    background-color: #FFF;
    color: #333;
    font-size: 13px;
    margin: 0;
}
#event-prices-table .button[disabled] {
    background-color: #e7e7e7;
    border-color: #999;
}
#event-prices-table .button:hover {
    background-color: #333;
    color: #FFF;
}
#main-content #event-prices-table .disabled, #main-content #event-prices-table .button[disabled]
#main-content #event-prices-table .disabled:hover, #main-content #event-prices-table .button[disabled]:hover {
    background-color: #e7e7e7;
    box-shadow: none;
    color: #333;
    cursor: default;
    opacity: 0.7;
}

/*----------------------------------------------
    GDPR Related panels
----------------------------------------------*/

.scroll { 
	max-height: 12em; 
	overflow: auto; 
	padding: 1em;  
	border: 1px solid #ccc; 
}

/* Accordion
----------------------------------------- */
.js #main-content .accordion-heading {
    margin: 15px 0 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 12px;
    font-size: 13px;
    font-weight: normal;
}
.js #main-content .accordion-heading.clicked {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: none;
    font-weight: 600;
}
.js #main-content .accordion-heading:hover {
    cursor: pointer;
}
.js #main-content .accordion-heading:hover {
    background-color: #f5f5f5;
}
.js #main-content .accordion-heading:after {
    content: "+";
    color: #005eab;
    font-size: 31px;
    position: absolute;
    line-height: 17px;
    right: 25px;
    font-weight: 600;
}
.js #main-content .accordion-heading.clicked:after {
    content: "–";
}
.js #main-content .accordion-content {
    display: none;
    border: 1px solid #dbdbdb;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 10px 15px;
}

.read-more {
    background-color: #f2f2f2;
    text-align: right;
    padding: 10px;
    margin-bottom: 10px;
}
.read-more div { display: inline-block; width: 49%; font-size: 12px; vertical-align: middle; }
.read-more div:first-child { text-align: left; }
.read-more .posted-on,
.read-more .author { color: #888; font-weight: 700; }
#main-content .read-more a { margin-bottom: 0; }

@media only screen and (max-width: 453px) {
    #event-wide-page #event-prices-table table {
        table-layout: fixed;
    }
    .event-booking-registration .wizardTitle,
    .event-booking-registration .wizardSteps { display: block; width: 100%; }
    .event-booking-registration .wizardSteps { margin-top: 10px; }
    .event-booking-registration .wizardSteps td:first-child {text-align: left !important; }
}

@media only screen and (min-width: 453px) {
    #top-nav .has-dropdown:last-child .dropdown { margin-left: -205%; }
    .field .post-code { right: 0; position: static; }
    .custom-field-textboxwithinternationalcallingcodeprefix .field label { width: 120px !important; } }

@media only screen and (min-width: 641px) {
    #login { float: left; }
    #login li:first-child { margin-left: 0; }
    #website-search {
        margin: 0 22px 0 0;
        float: right;
        width: 250px;
    }

    #header .name {  float: left; margin-bottom: 0; }
    #header .online-filing { margin-left: 1.69231rem; }

    #top-nav {
        /*padding-top: 35px;*/
        margin: 20px auto;
    }
    #top-nav .logo { position: relative; }
    #top-nav .title-area { display: none; }

    #top-nav .menu-right {
        padding-top: 20px;
    }
    #top-nav .top-bar {
        width: auto;
        float: right;
        margin-top: 0;
    }
    #top-nav .top-bar-section ul .menu-list-item-parent-caption,
    #top-nav .top-bar.expanded .top-bar-section ul .menu-list-item-parent-caption {
        width: 97%;
        margin-left: 5px;
        padding: 0 10px;
    }
    #top-nav li a.menu-link-item-parent-anchor,
    #top-nav li a.menu-link-item-parent-selected-anchor {
        border: 1px solid #FFF;
    }
    #top-nav .top-bar-section .has-dropdown:hover .dropdown,
    #top-nav .top-bar-section .has-dropdown:focus .dropdown { display: block; }
    #top-nav .top-bar-section .has-dropdown a {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }
    #top-nav .top-bar-section .has-dropdown > a:after { display: none; }

    #top-nav .dropdown {
        border: 1px solid #c0c0c0;
        border-radius: 5px;
        border-top-right-radius: 0;
        margin-top: -2px;
        left: auto;
        right: 0;
        display: none;
    }
    #top-nav .dropdown li.menu-list-item-child > a {
        font-size: 14px;
    }
    
    #top-nav li:hover a.menu-link-item-parent-anchor,
    #top-nav li:hover a.menu-link-item-parent-selected-anchor {
        position: relative;
        z-index: 999;
        color: #004ebc;
        border: 1px solid #c0c0c0;
        border-bottom: 1px solid #FFF;
    }
    #top-nav li.has-dropdown:hover a { color: #222; }
    #top-nav .dropdown li { white-space: normal; }

    #top-nav .dropdown li.menu-list-item-child,
    #top-nav .dropdown li.menu-list-item-child-selected { border-bottom: 1px solid #ddd; }
    #top-nav .dropdown li.menu-list-item-child:last-child { border-top: none; }
    #top-nav .dropdown li:hover a { color: #004ebc; }

    #left { border-top: none; padding-top: 0; margin-top: 0; }
	#header .logo { margin-top: 10px; text-align: left; }

    #home-feeds .content-feed-left { padding-right: 30px; }
    #home-feeds .content-feed-right { padding-left: 30px; }
    #home-feeds .content-feed-main { padding-left: 20px; padding-right: 20px; }

    #main-content { min-height: 350px; }
    .boxLeft, .boxRight { float: left; width: 49%; }

	#recaptcha_widget_div { width: 440px; }
    #recaptcha_logo, #recaptcha_tagline { display: block; }

    #event-wide-page #main-content ul.inline-list li { float: left; }
}

@media only screen and (min-width: 967px) {
    #top-nav .top-bar-section > div > ul > li > a { padding: 0 13px !important; }
}

/* Back To Top */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(153, 153, 153, 0.8) url(../../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #999;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}


/*----------------------------------------------
    Cookies
----------------------------------------------*/

button#ccc-icon{
    margin-bottom: 0;

}

a.ccc-link.ccc-tabbable{
    text-decoration: underline;
}

h2#ccc-title {
    display: none;
}



/*----------------------------------------------
    Covid banner
----------------------------------------------*/

.covid {background-color: #005daa;
color: #fff;}

.covid p{margin-bottom: 0;
padding: 10px 15px;
font-size: 16px;
font-weight: 600;
font-family: "Open Sans",sans-serif;
}

a.covid {margin-bottom: 0;

font-size: 12px;
font-weight: 400;
font-family: "Open Sans",sans-serif;}

a.covid:hover {color: #fff;}


/*----------------------------------------------
    Update banner
----------------------------------------------*/

.update {background-color: #CC092F;
color: #fff;}

.update p{margin-bottom: 0;
padding: 10px 15px;
font-size: 14px;

font-family: "Open Sans",sans-serif;
}

a.update {margin-bottom: 0;

font-size: 14px;
font-weight: 400;
font-family: "Open Sans",sans-serif;}

a.update:hover {color: #fff;}



