@font-face {/* only has 2 characters in it for a down triangle the letter 's' and ',' */
	font-family: 'TriangleDing';
	src: url('fonts/guifx_v2_transports-webfont.eot');
	src: local('?'), 
			url('fonts/guifx_v2_transports-webfont.woff') format('woff'), 
			url('fonts/guifx_v2_transports-webfont.ttf') format('truetype'), 
			url('fonts/guifx_v2_transports-webfont.svg#webfontlhe9bRIp') format('svg');
	font-weight: normal;
	font-style: normal;
}


/* Header */
nav {
    display: block;
}

#globalNav,
#cbMasthead #cbNav,
#cbMasthead #cbNav li {
	background-color: #dedede;
}

#globalNav,
#cbMasthead #cbNav li {
	position:relative;
}

#globalNav {
	width:100%;
	z-index:10;
}

#cbMasthead {
	height: 45px;
    width:960px;
	margin:0 auto;
	padding:0;
	display:block;
}

#cbMasthead #cbLogo {
	float:right;
	height: 100%;
	width: 116px;
	padding:0;
	margin:0;
	text-decoration:none;
}

#cbMasthead #cbLogo img { padding-top:6px; border:none;}

#cbMasthead #cbNav a {
	display: block;
}

#cbMasthead #cbNav{
	float:left;
	list-style: none;
	margin:0;
	padding:0;
	height: 100%;
	border-left: 1px solid #f5f5f5;
}

#cbMasthead #cbNav li {
	float:left;
	list-style: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #f5f5f5;
}

#cbMasthead #cbNav li ul {
	position: absolute;
	padding:0;
	top:45px;
	left:0;
	display:none;
	-moz-box-shadow:0 2px 2px #dadada;
	-webkit-box-shadow:0 2px 2px #dadada;
	box-shadow:0 2px 2px #dadada;
}

#cbMasthead #cbNav li a,
.charEntity{
	font-family: Arial, Helvatica, "Sans-Serif";
    font-weight: bold;
}

#cbMasthead #cbNav li a{
	color: #999;
	font-kerning: normal;
	font-smooth: awlays;
	text-decoration: none;
	font-size: 14px;
	line-height:46px;
	height: 45px;
	padding:0 16px;
	float:left;
}

#cbMasthead #cbNav li a span.downArrow{
	font-family: "TriangleDing";
	padding:0;
	font-weight: normal;
	font-size: 15px;
	line-height:15px;
	speak:none;
}

#cbMasthead #cbNav li.current a,
#cbMasthead #cbNav li.current a:hover,
#cbMasthead #cbNav li a:hover,
#cbMasthead #cbNav li.active a,
#cbMasthead #cbNav li.hover a {
	color: #666;
    text-decoration: none !important;
}

#cbMasthead #cbNav li.sfhover a,
#cbMasthead #cbNav li.sfhover a:hover,
#cbMasthead #cbNav li.current a,
#cbMasthead #cbNav li.current a:hover {
	background-color:#ccc !important;
}

#cbMasthead #cbNav li a:hover,
#cbMasthead #cbNav li.active,
#cbMasthead #cbNav li.hover {
	background:#ccc;
}

#cbMasthead #cbNav li ul li{
	border-right: none;
	background:#ccc;
}

#cbMasthead #cbNav li ul li a {
	color: #666;
	line-height:normal;
    height: 100%;
	font-size:13px;
	width:170px; /* if width changes also change #cbMasthead #cbNav li:hover ul, #cbMasthead #cbNav li.sfhover ul */
	padding:8px 0 8px 18px;
	margin-left:0;
}
#cbMasthead #cbNav li ul li a:hover { color:#333; }

#cbMasthead #cbNav li.current ul li a:hover {
	color:#09f;
	background:#dedede!important;
	text-decoration:underline!important;
}

#cbNav li:hover ul, #cbNav li.sfhover ul {
  left: auto;
  background-position: 0 0;
}



.charEntity{
	font-size:10px;
	line-height:10px;
	vertical-align:super;
}

.onlyScreenReaderVisible{
    visibility: hidden;
    border:none;
    text-decoration: none;
}
.skipNavLink {
	display:none;
}

/* responsive and accessible css */
#cbMasthead #cbNav li a:focus {
	background:#929292;
	color:#fff;
}

/* Do not use the :hover pseudo class, since it cannot be programatically
   applied. Instead use the 'hover' class, which will be applied by
   JS upon a hover on a non-touch device. */
#cbMasthead #cbNav li.active ul,
#cbMasthead #cbNav li.hover ul 	{
	display:block;
}
/* global drop down menu */
#cbMasthead #cbNav #globalLink a  {
	background: url("../images/icon-dropdown-openClose.png") no-repeat 88% 10px;
	padding-right: 48px;
	color:#666;
}
#cbMasthead #cbNav #globalLink.active a	{
	background-position:88% -15px;
	color:#fff;
}
#cbMasthead #cbNav #globalLink.active {
	background:#929292;
}
#cbMasthead #cbNav .phoneNav,
#cbMasthead #cbNav .phoneNav ul li {
	background: #929292;
	display:block;
	width:100%;
	border-right:none;
}
#cbMasthead #cbNav .phoneNav a,
#cbMasthead #cbNav .phoneNav ul li a,
#cbMasthead #cbNav .phoneNav.active a {
	color:#f5f5f5;
	width:91%;
	margin:0 3%;
	border-bottom:1px solid #fff;
}
#cbMasthead #cbNav .phoneNav ul li:last-child a	{
	border-bottom:none;
}
#cbMasthead #cbNav .phoneNav ul li:last-child {
	-moz-box-shadow:0 4px 4px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 4px 4px 0px  rgba(0,0,0,0.2);
	box-shadow:0 4px 4px 0px  rgba(0,0,0,0.2);
}
#cbMasthead #cbNav .phoneNav .dropDownLink {
	display:none;
}
#cbMasthead #cbNav .phoneNav ul {
	display:block;
	position:relative;
	top:0;
}
#cbMasthead #cbNav .phoneNav ul li a {
	padding:0 7px;
	font-size:11px;
	height:40px;
	line-height:41px;
}
#cbMasthead #cbNav .phoneNav a:focus,
#cbMasthead #cbNav .phoneNav.active	{
	color:#fff;
	background:#929292;
}
/* END - Header */

/* Footer */
/* HTML5 tags */
#cbFooter footer {
    display: block;
    color: #444;
    clear: left;
    padding:0 0 20px 0;
    margin: 30px auto 0;
    background-color: #ccc;
	font-family: arial, sans-serif;
}

#cbFooter table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* new clearfix */
#cbFooter .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#cbFooter footer ul {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    list-style: none;
}

#cbFooter footer a {
    color:#444;
    text-decoration: none;
    font-size:12px;
}

#cbFooter footer a:hover {
    color: #019bfb;
    text-decoration: underline !important;
}

#cbFooter footer hr {
    color: #f00;
    background-color: #f00;
    height: 1px;
}

#cbFooter footer p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom:5px;
}

#cbFooter footer sup {
    line-height: .0005em;
    position: relative;
    top: -2px;
    font-size: 10px;
}

#cbFooter footer div.grid_2,
#cbFooter footer div.grid_4 {
    height: 120px;
    border-left: 1px solid #dedede;
    margin-left: 0px;
    padding-left: 10px;
}


#cbFooter footer h4 {
    display:none;
}

#cbFooter footer h5 {
    margin: 0 10px 10px 0;
    font-size: 14px;
    font-weight: bold;
}

#cbFooter #ghf_footer_btm {
    clear: both;
    position: relative;
}

#cbFooter footer .copyright {   
    padding:30px 0 0 21px;
    font-size: 11px;
    font-weight: bold;
    min-height: 50px;
    width:940px;
    position: relative;
    margin: 0;
}

#cbFooter footer .logo-truste {
    position: absolute;
    top:25px;
    right:19px;
}

#cbFooter footer .logo-truste img{
    border: none;
	width: 97px;
}

#cbFooter footer ul { float: left; width: 50%; }

#cbFooter footer ul li,
 #cbFooter footer ul li a {
    font-size: 12px;
    padding-bottom: 5px;
}
#cbFooter .footerBtns li {
    padding-bottom: 3px;
}
#cbFooter .footerBtns a{
    background: url(../images/footer_btns_sprt.png) no-repeat 0 0;
    display: block;
    width: 145px;
    height: 25px;
    padding: 6px;
    margin-bottom: 0px;
    overflow: hidden;
    text-indent: -500px;
    font-size:1px;
    text-decoration: none;
    outline: none;
    border:none;
}

#cbFooter footer ul li#feedback a { background-position: -161px -120px; } 
#cbFooter footer ul li#social a { background-position: -161px -80px; }
#cbFooter footer ul li#helpBtn a { background-position: -161px 0px; } 
#cbFooter footer ul li#contactUsBtn a { background-position: -161px -40px; }

#cbFooter footer ul li#feedback a:hover { background-position: 1px -120px; } 
#cbFooter footer ul li#social a:hover { background-position: 1px -80px; }
#cbFooter footer ul li#helpBtn a:hover { background-position: 1px 0px; } 
#cbFooter footer ul li#contactUsBtn a:hover { background-position: 1px -40px; }

#cbFooter footer ul li#feedback a:focus { background-position: 1px -120px; } 
#cbFooter footer ul li#social a:focus { background-position: 1px -80px; }
#cbFooter footer ul li#helpBtn a:focus { background-position: 1px 0px; } 
#cbFooter footer ul li#contactUsBtn a:focus { background-position: 1px -40px;}



/* Containers
 * ----------------------------------------------------------------------------------------------------*/
#cbFooter footer .footerContainer {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

#cbFooter footer .footerBox {
	width:265px;
	float:left;
	border-left:1px solid #DEDEDE;
	padding:0 20px;
	height:130px;
	margin:20px 0;
    min-height: 160px;
}

#cbFooter footer .footerBox.twoColumn {
	width:305px;
	border-right:1px solid #DEDEDE;
}
#cbFooter footer .footerSubBox {
	width:110px;
	border-right:1px solid #DEDEDE;
	padding-right:20px;
	float:left;
	height:inherit;
}

#cbFooter footer .footerBox.buttons {
    width: 160px;
    padding-right: 0;
    float:right;
}

#cbFooter footer .footerBox.programs {
    width: 430px;
}

#cbFooter footer .footerBox.programs.triple ul {
    width:  33%;
}



#cbFooter footer .footerSubBox ul {
	width:100%;
	float:none;
}
#cbFooter footer .footerSocial {
	width:145px;
	padding-left:20px;
	float:left;
}

#cbFooter  footer {
    padding:0;
}
/* END - Footer */

/* #Media Queries
================================================== */

/* All screens */
.phoneLandUnder { 
    display:none; 
}
.tabLandUp { 
    display:inherit; 
}

#cbFooter #sitemapblock{ display:none;}

@media only screen and ( min-width:960px ) {

    #cbMasthead { width:960px;}
}


/* Smaller than standard 960 (devices and browsers) */
/* added 15px for vertical scrollbar.  this is a fix for firefox. */
@media only screen and (max-width: 980px) {
    .phoneLandUnder { 
        display:none; 
    }
    .tabLandUp { 
        display:inherit; 
    }
    #cbFooter footer .footerContainer {
        width: 100%;
    }

    #cbFooter footer .copyright { /*Dean*/
        width: 97%
    }
    #cbMasthead #cbLogo img {
        padding-top:3px;
        border: none;
    }
    #cbMasthead { 
        height:40px; 
        width:100%;

    }
    #cbMasthead #cbNav li a { 
        padding:0 7px; 
        height:40px; 
        line-height:41px; 
    }
    #cbMasthead #cbNav li ul {
        top: 40px;
    }

    #cbFooter footer .footerBox.programs {
        width:  41%;
    }



}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/*@media only screen and (min-width: 768px) and (max-width: 959px) {*/
@media only screen and (min-width: 741px) and (max-width: 980px) {
    #cbMasthead #cbNav li a { 
        padding:0 5px; 
    }

    #cbFooter footer .footerBox {
        width: 175px;
        float: left;
        border-left: 1px solid #DEDEDE;
        padding: 0 20px;
        height: 130px;
        margin: 20px 0;
        }

    #cbFooter footer .footerSocial {
        width: 135px;
        padding-left: 20px;
        float: left;
    }

    #cbFooter footer .footerSubBox {
        width: 79px;
        border-right: 1px solid #DEDEDE;
        padding-right: 10px;
        float: left;
        height: inherit;
    }




}



/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 740px) {
    #cbFooter footer .footerBox { 
        clear:left;
                width:100%; /*Josh J.*/
    }
    #cbFooter footer .footerBox.twoColumn {
        width: 100%;
    }


    #cbFooter footer .footerContainer .footerBox {
        border-top: 1px solid #fff;
    }


    #cbFooter footer .footerContainer .footerBox:first-child {
        border-top: none;
    }

    #cbFooter footer .footerSubBox {
        width: 25%;
    }   

    #cbFooter footer .footerSocial {
        width: 55%;
        border-left: 1px solid #fff;
    }

    #cbFooter footer {
        background:#e2e2e2;
    }

    #cbFooter #sitemapblock {
        display: block;
        height: 50px;
        background-color: #CCC;
    }

    #cbFooter #sitemapblock .trademark {
        font-size: 11px;
        width: 50%;
        float: left;
        padding: 16px;
        font-weight: bold;
    }

    #cbFooter #sitemapblock .sitemap {
        float: right;
        width: 70px;
        background-color: #E2E2E2;
        padding: 18px;
        font-size: 13px;

    }

    #cbFooter #sitemapTrigger.open {
        background: url(../images/arrow-down.png) no-repeat right #e2e2e2;
    }

    #cbFooter #sitemapTrigger {
        color: #00b4e3 !important;
        font-weight: bold;
        padding-right: 15px;
        background: url(../images/arrow-right.png) no-repeat right 5px #E2E2E2;
        font-size: 13px;
    }

    #cbFooter footer .footerContainer {
        display: none;
    }

    #cbFooter footer .footerBox.programs {
        width:  100%;
    }

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/*@media only screen and (min-width: 480px) and (max-width: 767px) {*/
@media screen and (max-width:740px) and (min-width:481px) {/*Dean*/
    .tabLandUp { 
        display:none; 
    }
    .phoneLandUnder { 
        display:block; 
    }

    #cbFooter footer .footerContainer {
        width: 480px;
    }

    
    #cbFooter footer .footerContainer .footerBox { 
        /*border:solid #DEDEDE; */
        /*border-width:1px 0 0 0; */
        padding:10px 0 0 0; 
        height:auto; 
        margin:10px 0; 
    }

    #cbFooter footer .footerContainer .footerBox.buttons {
        width: 100%;
    }


    #cbFooter footer .copyright { 
        padding-left:1px; 
    }
    #cbMasthead #cbLogo { 
        position:absolute; 
        z-index:10; 
        right:2px; 
    }
    #cbMasthead #cbNav li.phoneNav:hover,
    #cbMasthead #cbNav li.phoneNav a:hover,
    #cbMasthead #cbNav li ul li:hover,
    #cbMasthead #cbNav li ul li a:hover { 
        background:#929292; 
        color:#fff; 
    }

    
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
/*@media only screen and (max-width: 479px) {*/
@media screen and (max-width:481px){    /*Dean*/
    .tabLandUp { 
        display:none; 
    }
    .phoneLandUnder { 
        display:block; 
    }
    #cbFooter footer .footerContainer .footerBox { 
        padding:10px 0 0 0; 
        height:auto; 
        margin:10px 0; 
                width: 100%; /*Dean*/
    }
     #cbFooter footer .footerContainer{ /*Dean*/
                width:310px;
        }
    #cbFooter footer .copyright { 
        padding-left:1px; 
    }
    #cbMasthead #cbLogo { 
        position:absolute; 
        z-index:10; 
        right:2px; 
    }
    #cbMasthead #cbNav li.phoneNav:hover,
    #cbMasthead #cbNav li.phoneNav a:hover,
    #cbMasthead #cbNav li ul li:hover,
    #cbMasthead #cbNav li ul li a:hover { 
        background:#929292; 
        color:#fff; 
    }
        
}


/* overrule TwitterBootstrap css styling */

#cbMasthead #cbNav li ul {
    margin-left:0;
}

#cbMasthead abbr[title],
#cbFooter abbr[title] {
    cursor: pointer;
    border-bottom: none;
}
#cbFooter li
 {
    line-height: 15px;
}

#cbMasthead sup,
#cbFooter sup {
    vertical-align: super;
}

#cbFooter footer p {
    margin: 11px 0 5px;

}

/* END overrule TwitterBootstrap css styling */
