/* ==========================================================================
   Template
   ========================================================================== */
html{
    border:none;
}
html body {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}

body#tinymce, body.contentpane {
    background: #fff;
    border: 0 none;
}

#main {
    width: 100%;
    padding: 0;
}

#main .edit-icon {
    display: none;
}

.separator, .clear {
    clear: both !important;
    float: none !important;
}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.buttonheading {
    float: right;
}

.full-wrapper {
    width: 100%;
}

.full-wrapper.header {
    position:relative;
    z-index:3;
    background: #ff9900;
}

.full-wrapper.content {
    position:relative;
    background: #FFFFFF url('../images/bannerbg.jpg') no-repeat top center;
}

.wrapper {
    width: 1026px;
    padding: 0;
    margin: 0 auto;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    position:relative;
    z-index:2;
}

.wrapper.with-banner {
    margin-top: -120px;
    position: relative;
}

#header {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#header #logo {
    display: block;
    float: left;
    margin-top: 22px;
    max-width: 32%;
    line-height: 0
}

#top {
    float: right;
    padding: 20px 0 0 0;
    width: 68%;
}

#top > div {
    float: right;
    margin-left: 25px;
}

#top > div:last-child {
    margin-left: 0
}

#search {
    float: right;
    height: 42px;
}

#banner {
    margin: 0 auto;
}

#right, #main, #left {
    float: left;
    min-height: 350px;
}
#right {
    padding-top: 100px
}

#main .component {
    background: #fff;
    padding: 42px 42px 22px 24px;
}
.one-column #main .content {
    float: right;
    width: 100%;
}
.two-column-l #main .content {
    float: right;
    width: 736px;
}

#main #breadcrumbs {
    padding-bottom: 33px;
}

#footer {
    color: white;
    clear: both;
}

#footer .wrapper {
    padding: 10px 0;
    border-top: 2px solid #e8e8e8;
}

#footer p {
    margin: 0 0 15px 0;
    line-height: inherit
}

#footer .article-left {
    width: 52%;
    margin-right: 8%;
}

#footer h4 {
    margin: 0 0 35px 0;
    color: inherit;
}

#footer h5 {
    margin: 20px 0 35px 0;
    margin-bottom: 22px;
    color: #ffdd00;
}

#footer label {
    background: #8f3084;
    line-height: 50px;
    float: left;
    padding: 0 15px;
    border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    -webkit-border-radius: 10px 0px 0px 10px;
}

#footer input[type="text"], #footer input[type="email"] {
    display: inline-block;
    width: 250px;
    margin-right: 10px;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    height: 49px;
    margin-bottom: 18px;
    float: left;
}

#footer input[type='submit'].button {
    padding: 11px 23px;
    position: relative;
    float: left;
}


#footer #development {

}

#footer #development span, #footer #development img {
    float: left;
    white-space: nowrap;
}

#footer #development img {
    width: 100px;
    height: auto;
}

#footer p {
    color: inherit
}

#footer .quick-links {

}

#footer .quick-links span {
    float: left;
    line-height: 50px;
    margin-left: 15px;
}

#footer .quick-links a.button {
    float: left;
    margin: 2px 0 0 20px;
    padding: 10px 22px
}

#footer .soc {
    float: left;
    margin-bottom: 16px;
}

#footer .soc li a {
    background-color: #ffdd00;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    margin-right: 8px;
    color: #a23e96;
}

#footer .soc li a:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: rotate(30deg); /* IE 9 */
    -webkit-transform: rotate(30deg); /* Chrome, Safari, Opera */
    transform: rotate(30deg);
}

#footer span.phone {
    color: #ffdd00;
    white-space: nowrap;
}

/* Footer modules */
#footer .wrapper .moduletable,
.moduletable-logos{
    /*float: left;*/
    padding-top: 15px;
}
.moduletable-logos span:first-child{
    margin-left:0;
}
.moduletable-logos span{
    display: inline-block;
    width: 16%;
    margin-left: 4.5%;
    vertical-align: middle;
}
.moduletable-logos img {
    max-width: 100%;
    max-height: 52px;
}
#footer .wrapper .moduletable.newline {
    clear: both;
}
#footer .wrapper .moduletable p {
    padding: 0;
    /*margin: 0;*/
    text-align: center;
}

/* Footer menu */
#footer .menu {
    padding-left:0;
}

#footer .menu, #footer .menu li {
    list-style: none;
}

#footer .menu li {
    float: left;

    background: url(../images/bmenuseparator.jpg) no-repeat left;
    padding: 0 17px;
}

#footer .menu li:first-child {
    background-image: none;
    padding-left: 0;
}

#footer .menu a {
    text-decoration: none;
    font-size: 13px;
    font-weight:600;
}

#footer .menu a:hover{
    color:#000000;
    text-decoration:underline;
}
.item-173 {
	display: none !important;	
}
.breadcrumb li:first-child {
	display: none !important;	
}
#system-message-container {
	display: none !important;	
}
#main .component {
	float: left;
	width: 950px;	
}
/*.table-summary #main .content {
	float: none;
	width: 100%;	
}*/
.banner a {
	text-decoration: none !important;	
}
.two-column-l.no-left #main .content {
	float: left;
	width: 100%;
}
.readmore:before {
	content: "Click here to view Summary Table";	
}