/*
RESET
MAIN ELEMENTS
COMMON
HEADER/AUX
NAVIGATION
FOOTER
FONTS
LINKS
COMPONENTS
GROUPOF LAYOUTS
LISTS
BUTTONS
IMAGES
BANNERS
TABLES
FORMS
GENERAL STYLES
MEASUREMENTS

PAGE SPECIFIC
MISC

PLUGINS

 */


/**
--- RESET ---
 **/

/* http://meyerweb.com/eric/tools/css/reset/ | v2.0b1 | 201101 | modified by cloudmark */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite, code, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

/**
--- MAIN ELEMENTS ---
 **/
html { 
    font: 75%/140% helvetica, arial, sans-serif; 
}

body { 
    color: #666;
    text-align: center;
    background: #eff6fc url(/images/bg/v_fade.png) left top repeat-x;
}

body:before { 
    content: "";
    position: fixed;
    top: -10px;
    left: -10px;
    width: 110%;
    height: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.8);
    -o-box-shadow: 0 0 10px rgba(0,0,0,.8);
    box-shadow: 0 0 10px rgba(0,0,0,.8);
    z-index: 100;
}

a:link, a:visited, a:active, body #aux a:visited, body #footer dt a:visited {
    color: #39c;
    outline: none;
    text-decoration: none;
}

body a:visited { color: #83AEC8; }

a:hover { text-decoration: underline; }

h1 { 
    color: #036; 
    font-weight: normal; 
    text-transform: uppercase;
    font-size: 170%;    
    margin-bottom: 1em;
}

h2 { 
    font-size: 140%; 
    margin-bottom: 0.25em;
    color: #39c; 
    font-weight: normal; 
    line-height: 1.4em;
}

h2.font2 {
    color: #39C; 
    font-size: 1.3em; 
}

h3 { 
    font-size: 115%;
    color: #036; 
    margin-bottom: 0.25em;
}

h4 { 
    font-size: 100%; 
    margin-bottom: 0.25em;
}

h5 { 
    font-size: 105%;
    margin-bottom: 0.25em;
}

p, ul, ol, dl, address {
    margin-bottom: 1.5em;
}

p ~ h2 {
    margin-top: 2em;
}

address {
    font-style: normal;
}

code {
    background: #f0f0f0;
    padding: 1em;
    font-size: 120%;
    display: block;
    line-height: 2.5em;
    border: 1px dotted #ccc;
}

hr {
    background-color: #e4f1ff;
    height: 1px;
    border: none;
}

/**
--- COMMON ---
 **/
#main {
    line-height: 1.6em;
}

#wrapper {
    width: 83em;
    margin: 0 auto;
    padding-bottom: 1em;
    background-color: #fff;
    -moz-box-shadow: 1px 1px 12px #ccc;
    -webkit-box-shadow: 1px 1px 12px #ccc;
    box-shadow: 1px 1px 12px #ccc;
}

#header, #primary, #secondary, #main, #footer {
    clear: both;
    text-align: left;
    width: 77em;
    margin: 0 auto;
}


/**
--- HEADER/AUX ---
 **/
#header h1 {
    font-size: 100%;
    height: 7em;
}

#header h1 a {
    display: block;
    width: 260px;
    height: 60px;
    background: #fff url(/images/logos/cloudmark-logo.jpg) 0 0 no-repeat;
    text-indent: -666em;
    position: absolute;
    margin: 24px 0 0 0;
}

#header h1 a:hover {
    background-position: 0 -61px;
}

#aux ul {
    margin: 0 0 1.5em 0;
}
#aux {
    padding-top: 1em;
    text-align: right;
    float: right;
    width: 50%;
}

#aux li { 
    line-height: 2em;
    padding: 0 .5em;
    display: inline; 
}

#aux li+li {
    border-left: 1px solid #4da1cb;
}

#aux a {
    font-size: 85%;
    text-transform: uppercase;
    text-decoration: none;
}

#aux a:hover {
    text-decoration: underline;
}
/*--- END HEADER/AUX---*/




/**
--- NAVIGATION ---
 **/

/* top level + fly out and mega navigation */
#primary {
    height: 3em;
    margin: 0 auto .5em;
}

#primary ul {
    margin: 0;
    padding: 0;
    height: 3em;
    white-space: nowrap;
    background-color: #39C;
    background-image: -moz-linear-gradient(top, #52B3E7, #3399CC); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #52B3E7),color-stop(1, #3399CC)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC');
}

#primary li {
    line-height: 3em;
    float: left;
    white-space: nowrap;
    text-transform: uppercase;
    border-left: 1px solid #67a9d0; 
}

#primary li.first { 
    border: 0
}

#primary a {
    display: block;
    font-size: 110%;
    padding: 0 2.1em;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

#primary a:hover {
    background-color: #52B3E7;
    background-image: -moz-linear-gradient(top, #3399CC, #52B3E7); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3399CC),color-stop(1, #52B3E7)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7');
}

#primary ul.menu li a:hover, #primary li.active2 ul.menu li a, #primary li.active ul.menu li a {
    background:transparent;
    filter:  none;
    -ms-filter: none;
}

#primary li.last {
    padding-bottom: 0;
}

#primary li.first a, #primary li.first.active a:hover {
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topleft:5px;
    border-top-left-radius: 5px;
}

#primary li.first.active a {
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius: 5px;
}

#primary li.first.active.active2 a.top {
    -moz-border-radius-bottomleft:0;
    border-bottom-left-radius: 0
}

/*active1,2,3 because of dynamic class switching: tricky removing just one without removing wrong one in heavily nested areas*/
#primary li.active a, #primary li.active2 a, #primary li.active3 a {
    background-color: #52B3E7;
    background-image: -moz-linear-gradient(top, #3399CC, #52B3E7); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3399CC),color-stop(1, #52B3E7)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3399CC', EndColorStr='#52B3E7');
}

#primary li a.focus {
    background-color: #1977A9;
    background-image: -moz-linear-gradient(top, #1977A9, #52B3E7); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #1977A9),color-stop(1, #52B3E7)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#1977A9', EndColorStr='#52B3E7'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1977A9', EndColorStr='#52B3E7');
}

#primary li.active ul li a {
    font-weight: normal;
}

/* multi-level fly-out menu */
.nav#secondary .menu li a:hover, .nav#secondary .menu li a.active, .nav#secondary li.active, #secondary #breadcrumb li a.active, #primary li.active a  {  
    color: #fff;
}
#primary .menu, #primary .menu ul, #secondary .menu,  #secondary .menu ul { 
    height: auto;
    display: none;
    position: absolute;
    padding-bottom: 5px;
    z-index: 1000; 
    width: 18em;
}

/* dropdowns in secondary nav */
#secondary.nav .menu {
    background-color: #036;
    background-image: -moz-linear-gradient(top, #003366, #05263D); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #003366),color-stop(1, #05263D)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#003366', EndColorStr='#05263D'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#003366', EndColorStr='#05263D');
    border-color: #072144;
    margin-left: -1em;
    font-size: 90%;
    width: auto;
}

#secondary .menu li {
    padding: 0 3em 0 1em;
}

#secondary.nav .menu li a {    
    color: #67A9D0;
}

#secondary.nav .menu li a:hover {  
    text-decoration: underline;
}
#primary li:hover .menu, #secondary li:hover .menu {
    display: block;    
}

#primary .menu li, #secondary .menu li {  
    display: block;
    float: none;
    text-transform: capitalize;
    background: transparent;
    border: none; 
    line-height: 2.4em;
    height: 2.4em;    
}
#primary .menu li a, #secondary .menu li a, #primary .mega a { 
    filter: none;
    background: transparent;    
    display: block;
    color: #006097;
    font-weight: normal;
}

#primary .menu li a:hover {
    background: transparent;
    text-decoration: underline;
}

#primary .menu ul {
    position: absolute;
    top: inherit;
    left: 17em; 
    float: none;
    display: none;
}
#primary .menu li:hover > ul {
    display: inline-block;
    margin-top: -2.4em;
}

#primary .mega {
    height: auto;
    display: none;
    position: absolute;
    padding-bottom: 0;
    z-index: 1000; 
    width: 60em;  
    color: #35444d;
    text-transform: none;
}

#primary .mega, #primary .menu, #primary .menu ul, #secondary .menu,  #secondary .menu ul {
    border: 1px solid #52B3E7;
    border-top: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #52B3E7;
    background-image: -moz-linear-gradient(top, #52B3E7, #A7DAF5); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #52B3E7),color-stop(1, #A7DAF5)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#A7DAF5'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#A7DAF5');    
}

#primary li:hover .mega {
    display: block;
}

#primary .mega .underline {
    border-bottom: 1px dotted #659eba;
}

#primary .mega .overline {
    border-top: 1px dotted #659eba;    
}
#primary .mega h3 {    
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #036;
}

#primary .mega ul {
    margin: 0.5em 0 0 0;
    padding: 0;
    list-style-type: none;
    list-style: none;
    background: none;
    background-image: none;
}
#primary .mega li {
    margin: 0;
    padding: 0 0 0 1.5em;
    background: none;
    background-image: none; 
    line-height: 2.2em;
    text-transform: none; 
    display: block;
    border: 0;
}

#primary .mega li a {
    display: block;
    background: transparent url(/images/icons/arw-navy.gif) left center no-repeat;
    color: #006097;
    padding: 0 2em 0 1em;
    font-weight: normal;
}

#primary .mega ul > ul {
    margin-left: 1em;
}
/* overriding this for simple style ul */
#primary .mega ul.simple {    
    margin: 0; 
    width: 100%;
    padding: 0 0 0 0.2em;    
    display: block;
    list-style: none; 
}
#primary .mega ul.simple li {
    clear: left; /* trick to override parent inline styles...*/
    float: left;
    display: block;
    margin: 0;
    width: 100%;
    padding-left: 0;
    line-height: normal;
    text-transform: none;
}
#primary .mega ul.simple li a {
    padding: 0 0 0 1em;  
    margin: 0;   
    background: transparent url(/images/icons/arw-navy.gif) center left no-repeat;
    color: #006097;  
}

#primary .mega ul li a:hover {
    text-decoration: underline;
}
/* three columns */ 
#primary .mega .groupOf3 {
    clear: both;
    margin: 0 1.5em;
    padding: 0;
    /* important below to eliminate float bug in ie8 */
    height: 9.5em;  
    overflow: hidden;
}
#primary .mega .groupOf3 .one, #primary .mega .groupOf3 .two {
    float: left;
    width: 18em; 
    margin-right: 1em;
}
#primary .mega .groupOf3 .three { 
    float: right;
    width: 16em;
    margin-left: auto;
}

#primary .mega .groupOf3 .two-three { 
    float: left;
    margin-left: 1em;
    width: 30em;
}

#primary .mega .groupOf3 .three:after {
    clear: both;
}
#primary .mega br {
    height: 0;
}

#primary .mega ul, #primary .mega ul li, #primary .mega ul li a {
    filter: none;
    -ms-filter: none;
}

/* secondary navigation on pages */
#secondary {
    background-color: #003366;
    background-image: -moz-linear-gradient(top, #075287, #003366); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #075287),color-stop(1, #003366)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#075287', EndColorStr='#003366'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#075287', EndColorStr='#003366');
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 1.75em;
}

#secondary h2 {
    margin: 0 0 0 1em;
    font-weight: normal;
    line-height: 2em;
    color: #fff;
    font-size: 150%;
}


#secondary hr {
    height: 1px;
    margin: 0 1.5em;
    border: 0;
    border-bottom: 1px solid #368;
    background: transparent;
}

#secondary ul {
    height: 3em;
}
#secondary li {
    line-height: 3em;
    padding: 0 0 0 1.5em;
    float: left;
    display: block;
}

#secondary li ul li {
    background: none;

}
#secondary li+li {
    background-image: none;
}

#secondary li.separate {
    float: right;
    margin-right: 1em;
}

#secondary li.separate a {
    color: #ccc;
}

#secondary a {
    color: #67A9D0;
    display: block;
    font-size: 1.2em;
    text-decoration: none;
}

#secondary a:hover, #secondary a.active, #secondary #breadcrumb a:hover,
#secondary li.separate a:hover, #secondary li.active2 a {
    color: #fff;
    text-decoration: none;
}


/* for breadcrumbs within secondary nav */

#secondary #breadcrumb {
    color: #fff;
    overflow: hidden;
}

#secondary #breadcrumb li {
    padding: 0;
    line-height: 2em;
    font-size: 150%;
    /*a hack to get the text in exact same spot as h2's when we're not using list elements on pages with no breadcrumbs*/
    text-indent: 0.75em;
}

#secondary #breadcrumb li+li {
    background: transparent url(/images/gr/global_assets.png) -385px -47px no-repeat;
    text-indent: 1.5em;
}


#secondary #breadcrumb li a {
    color:#ccc;
    font-size: 1em;
}
/* --- END NAVIGATION --- */

/**
--- FOOTER --- 
 **/
#footer {
    padding-top: 1.4em;
    border-top: 1px solid #e5e5e5;
    margin: 2em auto;
}
#footer dl {
    float: left;
    color: #39C;
    margin-bottom: 3em;

}

#footer dl+dl { margin-left: 4.25em; }
#footer dd, #footer dt { line-height: 1.5em; text-transform: capitalize; }
#footer a { text-decoration: none; }
#footer a:hover { text-decoration: underline; }

#footer a.active, #footer a.active:hover { 
    cursor: default;
    text-decoration: none;
}
#locations {
    clear: both;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

#footer .imgLinks a span {
    float: left;
}

#locations li {
    line-height: 2.5em;
    padding: 0 1em;
    font-size: 125%;
    display: inline;
}

#copyright {
    color: #aaa;
    line-height: 2em;
}
#thunk {
    background: transparent url(/images/logos/thunk.png) center left no-repeat;
    padding-left: 63px;
    line-height: 22px;
    font-size: 95%;
    color: #aaa;
}
/* --- END FOOTER --- */


/**
--- FONTS ---
(we have two fonts stacks: one for serif and one for sans. no more than two.)
 **/

h3, h4, #secondary #breadcrumb, #secondary h2, h2.font2,  ul.tabNav li, .panel.more dt {
     font-family: georgia, "Times New Roman", serif;
}

 
.infoBlocks h4, .tabbed-panels .panel h3, #mainBoxes .panel h3 a,  .cta h3, .cta h4, #primary .mega h3 {
     font-family: helvetica, arial, sans-serif; 
}



/**
--- LINKS ---
 **/

a.external { 
    padding-right: 1em; 
    background: url(/images/icons/external_grey.png) no-repeat right top; 
}

a.external:hover { 
    background: url(/images/icons/external.png) no-repeat right top; 
}

.zoom {
    cursor: -moz-zoom-in;
    cursor: zoom;
    display: block;
}

.zoomIn { 
    display: block;
    padding-left: 2em; 
    position: absolute;
    height: 1.4em;
    background: url(/images/icons/zoom_in.png) 0 0 no-repeat; 
}

.zoom:hover .zoomIn {
    background-position: 0 -19px;
    color: #C62;
}

.zoomIn:hover { text-decoration: underline; }

a:visited.arrowLink.lBlue:after, a:visited.arrowLink:after, .panel a:visited.arrowLink:after {
    content: url("/images/icons/arrow83AEC8.gif");
}

a.arrowLink:hover { text-decoration: underline; }

a.arrowLink:after, a.btn.btn2:after {
    text-decoration: none;
    content: url("/images/icons/arrow_r.gif");
}

a.arrowLink.lBlue:after, .list-two-items a.arrowLink:after, dl.arrowLinks dd a:after {
    content: url("/images/icons/arrow2089BE_r.gif");
}

li.separate a.arrowLink:after {
    content: url("/images/icons/arrowccc_r.gif");
}

a.arrowLink.highlight:after {
    content: url("/images/icons/arrowc62_r.gif");
}

.panel.secondary a.arrowLink:after {
    content: url("/images/icons/arrow666_r.gif");
}
.panel a.arrowLink:after, #footer a.arrowLink:after {
    content: url("/images/icons/arrow2089BE_r.gif");
}

/* pagination */
.pagLink { 
    height: 2em;
    width: 2em;
    border: 1px solid #f0f0f0;
    padding: 0.5em 1em;
    font-weight: bold;
    margin: 0 0.25em 0 0;
}
.pagLink:hover, .pagLink.active {
    background: #f0f0f0;
    border-color: #ccc;
    text-decoration: none;
}
#searchResultsPage .pagLink+.pagLink { margin: 0 0.25em 0 0; }
#searchResultsPage .pagLink { margin-left: 1.75em; }



/**
--- COMPONENTS ----
 **/

/* media */

.media {
    height: 300px;
    margin: 0 0 2em 0;
    width: 508px;
    background: #4c4c4c;
    background: -moz-linear-gradient(top, #4c4c4c 0%, #595959 12%, #666666 25%, #474747 39%, #2c2c2c 50%, #000000 51%, #111111 60%, #2b2b2b 76%, #1c1c1c 91%, #131313 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(12%,#595959), color-stop(25%,#666666), color-stop(39%,#474747), color-stop(50%,#2c2c2c), color-stop(51%,#000000), color-stop(60%,#111111), color-stop(76%,#2b2b2b), color-stop(91%,#1c1c1c), color-stop(100%,#131313)); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); 
    background: -o-linear-gradient(top, #4c4c4c 0%,#595959 12%,#666666 25%,#474747 39%,#2c2c2c 50%,#000000 51%,#111111 60%,#2b2b2b 76%,#1c1c1c 91%,#131313 100%); 
    border: 2px solid #333;
    -moz-box-shadow: 3px 3px 7px #BEBFBF;
    -webkit-box-shadow: 3px 3px 7px #BEBFBF;
    box-shadow: 3px 3px 7px #BEBFBF;
}

.media.margin-left {
    margin-left: 4em;
}

.media div{
    height: 268px;
    width: 478px;
    margin: 1em;
    background: #000;
    border: 2px solid #333;
    position: absolute;
}

.media object {
    margin: 0;
    position: absolute;
    z-index: 100;
}

.media-caption{
    font-weight: bold;
    padding: 0 1em 1em 1em;
    border-bottom: 1px dotted #ccc;
    width: 80%;
    font-size: 1.1em;
}

.media #loadVid {
    display: block;
    height: 268px;
    width: 478px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    line-height: 260px;
    font-weight: bold;
    font-size: 1.3em;
}

.media span.loading {
    font-size: 1.2em;
    font-weight: bold;
    margin: 100px 0 0 0;
    position: absolute;
    text-align: center;
    width: 508px;
    z-index: 10;
    color: #39C;
}

#gsma-video #loadVid {
    background: url(/images/gr/previews/gsma-srs-vid.jpg) 0 0 no-repeat;
}

#sms-video #loadVid {
    background: url(/images/gr/previews/jdg-sms-vid.jpg) 0 0 no-repeat;
}

#loadVid:hover {
   text-decoration:none;
}





/*h5Split with chunks of info*/
.h5Split h5 { 
    display: block;
    border-top: 1px dotted #ccc;
    padding-top: 1em;
    margin-top: 1em;
}

.h5Split h5.first {
    padding-top: 0;
    border-top: 0;
}


/* loading indicator*/
#loading {
    background-image: url(/images/gr/loading.gif);
    display: none;
    height: 0;
    width: 0;
}

#loading.active {
    background-image: none;
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1000;
}


#loading.active div {
    display: block;
}

#loading div {
    display: none;
    color: #39C;
    font-size: 1.3em;
    font-weight: bold;
    height: 9em;
    width: 24em;
    line-height: 13em;
    margin: 9em auto;
    position: relative;
    text-align: center;
    z-index: 1000000;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #39C;
    background-color: #fff;
    background-image:url(/images/gr/loading.gif);
    background-position: center 28px;
    background-repeat: no-repeat;
}

#loading span {
    height: 100%;
    width: 100%;
    background: url(/images/bg/000_75percent.png) repeat;
    display: block;
    position: absolute;
    z-index: 1000;
    opacity: 0.7;
}

/* slider currently used for customer logos on homepage */

.slider {
    height: 82px;
    width: 100%;
    overflow: hidden;
    background: #fff;
    margin: -0.5em 0 0.5em 0;
}

.slider.fullPage {
    border-bottom: 1px dotted #ccc;
    margin: -1.75em 0 0.5em 0;
}

.slider .arrow {
    display: none;
    position: absolute;
    height: 30px;
    width: 30px;
    background-image: -moz-linear-gradient(top, #f0f0f0, #cccccc); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0f0f0),color-stop(1, #cccccc)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#cccccc'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0f0f0', EndColorStr='#cccccc');
    border-radius: 15px;
    cursor: pointer;
    text-indent: -666em;
    margin: 20px 0 0 10px;
}

.slider .arrow span {
    background: url("/images/gr/global_assets.png") no-repeat -313px -7px transparent;
      display: block;
      height: 19px;
      margin: 6px 0 0 7px;
      width: 21px;
}

.slider .arrow:hover {
    background-image: -moz-linear-gradient(top, #52B3E7, #3399CC); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #52B3E7),color-stop(1, #3399CC)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC');
}

.slider .arrow:hover span {
    background-position: -256px -7px;
}

.slider .arrow.left span {
    background-position: -257px -29px;
}

.slider .arrow.left:hover span {
    background-position: -313px -29px;
}


.slider:hover .arrow.disabled, .arrow.disabled {
    display: none;
}
.slider .arrow.right {
    margin-left: 894px;
}


.slider .arrow.right.pushdown, .slider .arrow.left.pushdown {
    margin-top: -13px;
}

.slider ul {
    width: 2000px;
    padding: 0;
    margin: 0;
}

.slider ul li {
    float: left;
}

.sliderContent a {
    float: left;
    display: block;
    border: 2px solid #fff;
    height: 66px;
    border-radius: 5px;
}

.sliderContent a:hover {
    border-color: #39c;
}

.sliderContent li div {
    background-image: url(/images/logos/customers/customer_logos.png);
    background-color: transparent;
    background-repeat: no-repeat;
    height: 58px;
    width: 130px;
    float: left;
    margin: 0 0 1.75em 0.5em;
}


.slider.fullPage .sliderContent li div {
    margin: 0 0 1.75em 3.75em;
}


/* for customer logos in homepage and casestudies sliders */
#cox { background-position: -445px 0; width: 117px;}
#earthlink { background-position: 0 -53px; width: 151px;}
#ntt { background-position: -281px 0; width: 162px;}
#swisscom { background-position: -157px -54px; width: 156px; }
#rackspace { background-position: -137px 0; }
#comcast { background-position: -566px 0; width: 167px;}
#timewarner { background-position: 0 0; }
#mediatemple { background-position: -745px 0; width: 126px;}
#sfbd { background-position: -955px -68px; width: 244px;}
#b2b2c { background-position: -825px -66px; height: 78px;}
#synacor { background-position: -870px 0; width: 171px;}
#domainfactory { background-position: -331px -54px; width: 101px; }
#telus { background-position: -441px -54px; width: 195px; }
#surewest { background-position: -653px -54px; width: 152px; }
#usanet {background-position: -1042px 0; width: 153px;}
#richmond {background-position: 0 -120px;width: 173px;}
#sunflower {background-position: 0 -120px;width: 173px;}

.slider.fullPage.small{
    height: 72px;
}

/*and then for smaller logos*/
.slider.fullPage.small li div {
    background-image: url(/images/logos/customers/customer_logos_sm.png);
    height: 41px;
    width: 97px;
    margin: 9px 12px;
}

.small #rackspace { background-position: -92px 0; }
.small #mediatemple { background-position: -499px 4px;width: 85px;}
.small #sfbd { background-position: -955px -68px; width: 244px;}
.small #b2b2c { background-position: -555px -46px;width: 85px;}
.small #synacor { background-position: -584px 5px;width: 114px;}
.small #domainfactory { background-position: -218px -37px;width: 68px;}
.small #telus { background-position: -297px -35px;width: 127px; }
.small #surewest {background-position: -438px -35px;width: 102px; }
.small #usanet {background-position: -1042px 0; width: 153px;}
.small #richmond {background-position: 0 -73px; width: 115px;}
.small #sunflower {background-position: -642px -41px;width: 163px;}
.small #usa {background-position: -699px 1px;width: 101px;}

.infoBlocks {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 2em;
    height: 10em;
}

.infoBlocks div {
    background: #fff;
}

.infoBlocks div:hover {
    background: #eff6fc;
}

.groupOf4.infoBlocks .one, .groupOf4.infoBlocks .two, .groupOf4.infoBlocks .three, .groupOf4.infoBlocks .four {
    margin: 0;
    border-right: 1px dotted #ccc;
    float: left;
    width: 18.15em;
    height: 9em;
    padding: 1em 0 0 1em;
}

.groupOf4.infoBlocks .four {
    border: 0;
    margin-right: 0;
}

.infoBlocks h2 a {
    color: #005E96;
}

.infoBlocks h2 {
    margin-top: 1em;
}

/*
quotes
 */
.quote .overline span {
    margin-left: 8px;
    color: #EEC8A3;
}

.quote .image {
    height: 23px;
    width: 36px;
    background-position: -1px -60px;
    background-color: #EEC8A3;
    display: block;
    float: left;
    margin: -0.5em 0 0 -0.5em;
}

.quote .image.closing {
    float: right;
    background-position: -35px -60px;
    margin: 0;
}

.panel.quote p {
    margin-top: 3em;
}

.btnBars a.btn {
    display: block;
    text-align: center;
    margin: 1em 1em 1em 0;
}

/* 
Tabbed panels
 */

.tabbed-panels {
    margin-bottom: 2em;
}

.tabbed-panels h2 {
    margin: 1em 0 0 1em;
    font-size: 1.6em;
}

.tabbed-panels h2 strong {
    color: #C62;
}
.tabbed-panels .grDecor {
    background: transparent url(/images/gr/gr-decor-globe.png) 0 0 no-repeat;
    height: 196px;
    width: 203px;
    float: left;
    margin: 0 1em 1em;
}

.tabbed-panels dl.offset { margin-left: .25em; }

.tabbed-panels .panel h3 { 
    line-height: 1.5em;
    margin: 1em 0 0 0;
    border: 0;
    font-weight: normal;
}

.tabbed-panels.withImg .panel p { margin-left: 18em;}

.float-right.panelPiece {
    border-left: 1px dotted #ccc;
    float: right;
    margin: 2em 0 0 1em;
    width: 33em;
}

.tabbed-panels .panel p.first {
    margin-top: 3em;
}

#tab-1 {
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
}

ul.tabNav li {
    margin-top: 0.25em;
}

ul.tabNav {
    margin: 0 0 -1px 0; 
    padding: 0;
    height: 3em;
    overflow: hidden;
}

ul.tabNav li {
    float: left;
    display: inline;    
    margin-right: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    background: transparent url(/images/bg/tabs_silver_nonactive_left.png) no-repeat 1px 0;
}

ul.tabNav li a { 
    float: left;
    display: block; 
    text-decoration: none; 
    background-color: #39C;
    background-image: -moz-linear-gradient(top, #52B3E7, #3399CC); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #52B3E7),color-stop(1, #3399CC)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC');
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    padding: 0.5em 2em; 
    color: #b0dffb; 
    border: 1px solid #ccc;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

ul.tabNav li.active a, ul.tabNav li.active a:hover {    
    background: #f0f0f0; 
    filter:  none;
    -ms-filter: none;
    text-decoration: none;
    color: #036; 
    border-bottom: 1px solid #f0f0f0; 
    -moz-box-shadow: 1px 0 5px #BCBDBF;
    -webkit-box-shadow: 1px 0 5px #BCBDBF;
    box-shadow: 1px 0 5px #BCBDBF;
    /* cursor shouldn't be pointer if not clickable */
    cursor: default;
}

ul.tabNav li a:hover {    
    text-decoration: none;
    color: #fff;
}

/* PANEL component (replacing the old .blue-box, .white-box, etc.)
all panels use h3's. use them instead of h2's etc will be default style for you. also, for elements that need padding etc(like a form), use class .wrapper. 

Can take additional classes: 
default panel is currently light blue.
panel.secondary is grey and white
panel.highlight is orange and white
panel.wShadow (has a drop shadow)
panel.more (used only in the 'next steps' sections at base of pages) is currently identical to default panel- has extra class for easy css targeting in future if needed.
 */

.panel {
    color: #556A78;
    background: #eff6fc;
    border: 1px solid #C7E4F7;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tabbed-panels .panel, .tabbed-panels .panel:hover {
    border: 1px solid #ccc;  
    background: #f0f0f0;
    -moz-box-shadow: 1px 1px 6px #BCBDBF;
    -webkit-box-shadow: 1px 1px 6px #BCBDBF;
    box-shadow: 1px 1px 6px #BCBDBF;
}

.panel:hover, .panel.wShadow {
    -moz-box-shadow: 1px 1px 6px #BCBDBF;
    -webkit-box-shadow: 1px 1px 6px #BCBDBF;
    box-shadow: 1px 1px 6px #BCBDBF;
}

.panel.highlight {
    color: #C62;
    background: #fff;
    border: 1px solid #EFDBC1;  
}

.panel.secondary {
    color: #666;
    background: #fff;
    border: 1px solid #f0f0f0;  
}

.panel.secondary li, .panel.secondary dt {
    color: #999;
}

.panel.secondary a {
    color: #666;
}

.panel.highlight a, .panel .highlight a.btn, .panel .highlight a:visited {
    color: #C62;
}

.panel.more {
    margin-top: 1.5em;
    text-align: right;
    font-weight: bold;
}

.panel.more dl {
    margin-bottom: 1.5em;
}

.panel.more a {
    line-height: 2em;
}

.panel.more dt {
    background: none;
    font-size: 1.2em;
    margin-bottom: .5em;
    padding: 0;
    height: 1.75em;
    color: #036;
    border-bottom: 1px dotted #BCD6E0;
    font-size: 125%;
}

.panel.more dt:after {
    content: ":";
}

.panel.more dd {
    padding: 0;
    background: none;
}

.panel ol, .panel dl, .panel ul, .panel p, .panel .wrapper {
    margin: 1em 1.5em 2.5em 1.5em;
}

.panel p.margin-top {
    margin-top: 2em;
}

.panel.wBtn p {
    margin-top: 2em;
}

.panel.wBtn .btn {
    font-size: 1em;
}

.panel.noHeader p.first {
    margin-top: 2em;
}

.panel h3 {
    border-bottom: 1px dotted #BCD6E0;
    margin: 1.5em 1.5em 0 1.5em;
    padding-left: 0.25em;
    line-height: 2em;
    font-size: 125%;
}

.highlight ul.imageList li {
    border-bottom: 1px dotted #EDC8AC;
}

.panel ul.imageList p {
    margin-right: 0;
}

.four .panel {
    margin-bottom: 1em;
}

.four.split .panel {
    width: 18.25em;
}

.four.splitLeft .panel {
    width: 17.25em;
}

.panel.highlight h3 {
    color: #C62;
    border-bottom: 1px dotted #EDC8AC;
}

.panel.secondary h3 {
    color: #666;
    border-bottom: 1px dotted #ccc;
}

.panel ul.arrowList span {
    height: 10px;
    width: 10px;
    background: url("/images/icons/arrowMask.png") no-repeat 0 0 #C62;
    display: block;
    position: absolute;
    margin: 0.25em 0 0 -1.5em;
}

.panel ul.arrowList li:hover span {
    background-color: #39C;
}

.panel ul.arrowList li:hover span.subtext {
    background-color: transparent;
}


.panel ul.arrowList span.subtext {
    background: none;
    position: relative;
    display: inline;
    margin: 0;
    width: auto;
    height: auto;
}

.panel ul.arrowList li:hover a{
    color: #39C;
    text-decoration: none;
}

.panel img.std {
    border: 1px solid #C7E4F7;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin: 1em 1em 1em 2em;
    background: #EFF6FC;
}

/*dynamic content needs to match height of div nextdoor*/
#pageContent_homepage .panel dl {
    height: 368px;
    overflow: hidden;
    margin-top: 0;
}

#mainBoxes .panel {
    height: 455px;
}
.panel dl {
    margin-top: 0.5em;
}

.panel dt, .panel li {
    line-height: 1.5em;
    padding: .3em 0 0 1.5em;
    background: transparent url(/images/bg/arrow.png) left .5em no-repeat;
}

.panel dt a {
    color: #005e96;
}

.panel dd {
    line-height: 1.5em;
    color: #6ac;
    margin-left: 1.5em;
    padding-bottom: .3em;
}


.panel dd a {
    color: #66AACC;
}

.panel h3 a {
    color: #036;
}

#mainBoxes .panel h3 a {
    float: right;
    font-weight: normal;
    color: #ccc;
    font-size: 0.8em;
}

#mainBoxes .panel.highlight:hover h3 a {
    color: #C62;
}

#mainBoxes .panel .half:hover h3 a {
    color: #39C;
}

.groupOf3 .panel .half {
    float: left;
    width: 25em;
    margin-right: auto;
}

.panel span {
    font-weight: bold;
}

.panel span.subtext {
    font-weight: normal;
}

.panel .arrowLink {
    display: block;
    margin-top: 0.75em;
    text-align: right;
    font-weight: bold;
}

.panel .image.icon {
    height: 62px;
    width: 45px;
    margin: 1em -1em 0 14em;
    position: absolute;
}

.panel img.standard {
    margin: 1.5em 1.75em 0 1.5em;
}

.panel img.standard.large {
    padding: 2em 6em;
}

.panel img.standard.xlarge {
    padding: 2em ;
}

.groupOf3 .panel .image.icon {
    margin-left: 21em;
}

.groupOf3 .three .panel .image.icon {
    margin-left: 18em;
}

.groupOf3.fullWidth .panel .image.icon {
    margin-left: 19em;
}

.panel ul.subnav li {
    background: none;
}

.panel ul.subnav li.toggle {
    padding: 0;
    margin-top: 1.5em;
    list-style: none outside url('/images/icons/plus_2089BE.gif'); 
}

.panel ul.subnav li.active a {
    color: #036;
    cursor: default;
}

.panel ul.subnav li.active a:hover {
    text-decoration: none;
}

.panel ul.subnav li.toggle.on {
    list-style: none outside url('/images/icons/minus_2089BE.gif'); 
}

.panel ul.subnav {
    margin: 1em 0 2em 2em;
    font-weight: bold;
}

.panel ul.subnav ul {
    margin: 1em 0 0 0;
    font-weight: normal;
    color: #39C;
    display: none;
}

.panel ul.subnav ul li {
    margin-left: -1em;
}

/* 
Toggle Container Component:
Example page: Support Request
 */

.tgg-container h3 {
    padding-left: 1.4em;
    color: #39C; 
    cursor: pointer;
    background: transparent url(/images/icons/arw-skyblue.png) center left no-repeat;  
}
.tgg-container .active {
    background: transparent url(/images/icons/arw-skyblue-down.png) center left no-repeat;
}

.tgg-container .container {
    padding-left: 1.4em; 
}

.imgLinks li {
    line-height: 2em;
    display: inline;
}

.imgLinks a {
    display: block;
    margin-left: 1em;
    float: right;
}

.imgLinks a span {
    display: block;
    float: left;
    margin-right: 0.2em;
}

img.standard {
    padding: 1em;
    border: 1px solid #F0F0F0;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


/*
User related Flashes & Warnings
global partial: _flashes.php
 */
.decor, .notice, .warning {
    padding: 1em;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 120%;
}

.decor {
    background-color: #e8f7ff;
    color: #5487A5;
    border: 1px solid #f0f0f0;
}

.notice { 
    background-color: #FFFACD; 
    color: #225ca5; 
    border: 1px solid #f0f0f0;
}

.warning { 
    background-color: #EFEFEF; 
    color: #333; 
    border: 1px solid #f0f0f0;
}

/*--- END COMPONENTS---*/




/**
--- GROUPOF LAYOUTS ---
 **/

/* 
2 column layout
 */
.groupOf2 .one {
    width: 49%;
    float: left;
    margin-right: auto;
}

.groupOf2 .two {
    width: 49%;
    float: right;
    margin-left: auto;
}

/* 
3 column layout: 
2nd Level 2 Column With 3 elements
 */
.groupOf3 .one {
    width: 25em;
    float: left;
}

.groupOf3 .two {
    margin-left: 1em;
    width: 25em;
    float: left;
}

.groupOf3 .three {
    margin-left: 52em;
}

.groupOf3 .three.split {
    margin-left: 53em;
}

.groupOf3 .one-two {
    width: 51em;
    float: left;
}

.groupOf3 .two-three {
    margin-left: 26em;
}

/* 
4 column layout:
3d Level 2 Column With 4 elements
 */
.groupOf4  .one, .groupOf4 .two, .groupOf4 .three { 
    width: 18.5em; 
    float: left; 
    margin-right: 1em;
}

.groupOf4 .four { 
    width: 18.5em; 
    margin-left: 58.5em; 
}

.groupOf4  .four.panel { 
    width: 17.75em; 
    float: left; 
    margin-left: 0;
}

.groupOf4 .one-two-three { 
    width: 57.5em; 
    float: left; 
    margin-right: 1em; 
}
.groupOf4 .two-three-four { 
    margin-left: 20.5em; width: 56.5em;
}

.groupOf4 .one-two-three.splitRight { width: 56.5em; }

.groupOf4 .one-two-three.split { 
    width: 56.5em; 
}

.groupOf4 .four.split { 
    width: 19.5em; 
}

.groupOf4 .groupOf2 .one {
    width: 25em;
}

.groupOf4 .groupOf2 .two {
    margin-left: 3em;
    width: 25em;
}


/**
--- LISTS ---
 **/

ol {
    margin: 1.5em 2em;   
}

ol.roman {
    list-style-type: upper-roman;
}

ol.roman ul {
    margin: 0;
    list-style: none;
    font-style: oblique;
    font-size: 0.95em;
}

ol.decimal {
    list-style-type: decimal;
}
ol.alpha-lower {
    list-style-type: lower-alpha;
}
ol.roman-lower {
    list-style-type: lower-roman;
}

dt { 
    margin-top: 1em;
    font-weight: bold; 
    color: #036;
    font-size: 1.1em;
}

dt.first { margin-top: 0;}

/*  list-style: none outside url('/images/icons/arw-navy.gif');  
(old list style: it's the exception so lets add when we need not by default.)
 */

ul {
    list-style: none;
    margin: 1em 1em 2em 1em;
    padding-left: 1em;
}

ul.nostyle {
    list-style: none;
}

ul.checkmarkList, ul.resources, #secondary ul {
    padding: 0;
    margin: 0;
}

dl.horizontal, ul.horizontal { 
    float: left; 
}

.tab ul.horizontal li {
    float: left;
    margin-left: 1em;
}

.tab ul.horizontal {
    margin: -7em 0 0 19em;
    font-size: 0.9em;
}

.tab ul{
    list-style: disc;
    float: left;
    margin: 0.5em 0 0 0;

}

.tab ul.second {
    margin-left: 2em;
    width: 34em;
}

.tab ul li {
    font-size: 120%;
    margin-bottom: 1.2em;
}


.four ul.quotes {
    padding-top: 1.25em;
}

.one ul.quotes li{
    font-weight: normal;
    margin-left: 1em;  
}

.four ul.quotes li {
    font-weight: normal
}

.tab ul.quotes li{
    background: none;
    text-indent: 0;
    font-size: 100%;
    height: auto;

}

ul.quotes li {
    margin-top: 1em;
}

.tab ul.quotes {
    float: none;
    margin: -1.5em 0 0 0;
    width: 64em;
}

.tabbed-panels .checkmarkList {
    margin: 2em 0 0 0;
}

.checkmarkList li {
    background: none;
    width: 24.5em;
    display: block;
    float: left;
    padding: 0;
}

.checkmarkList span {
    display: block;
    background: transparent url(/images/gr/global_assets.png)  -170px -156px no-repeat;
    height: 43px;
    width: 31px;
    float: left;
}

.checkmarkList h2 {
    float: left;
    line-height: 1.75em;
    font-size: 120%;
    margin: 0;
}

dl.withPs p {
    margin: 0.25em 1em;
}

ul.resources li {
    padding: 1em;
    float: left;
    width: 75em;
    border-bottom: 1px dotted #ccc;
}

.reverseBorders ul.resources li {
    border-top: 1px dotted #ccc;
    border-bottom: 0;
}

.reverseBorders ul.resources li:last-child {
    border-bottom: 1px dotted #ccc;
}

.one-two-three ul.resources li {
    width: 54.5em;
}

ul.resources li:hover {
    background: #EFF6FC;
}

ul.resources li span.toggle {
    color: #fff;
    font-weight: normal;
    cursor: pointer;
}

ul.resources li span.toggle:hover {
    text-decoration: underline;
}

ul.resources li:hover span.toggle, ul.resources li.active span.toggle {
    color: #666;
}

ul.resources a {
    font-weight: bold;
}

ul.resources p {
    float: left;
    margin-bottom: 0.5em;
}

ul.resources p.first {
    width: 63em;
}

.one-two-three ul.resources p.first {
    width: 42em;
}

.one-two-three ul.resources p.details {
    width: 39em;
}

ul.resources a.pdf, ul.resources img  {
    float: left;
}
ul.resources span {
    float: left;
    display: block;
}

ul.twoSections {
    color: #556A78;
    background: #fff;
    border: 1px solid #C7E4F7;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    padding: 0;
    margin: 0 1em 2em 0.1em;
}

ul.twoSections:hover {
    background: #fff;
    -moz-box-shadow: 1px 1px 6px #BCBDBF;
    -webkit-box-shadow: 1px 1px 6px #BCBDBF;
    box-shadow: 1px 1px 6px #BCBDBF;
}

ul.twoSections ul {
    margin: 1em 1em 1em 2.5em;
    padding: 0;
    width: 23em;
    float: left; 
}

ul.twoSections p { 
    float: left; 
    width: 25.5em;
    margin: 1em 1em 1em 1.25em;
}

ul.twoSections li {
    float: left;
    border-bottom: 1px dotted #C7E4F7;
    width: 55.75em;
    list-style: none;
}

ul.twoSections li ul li {
    border: none;
    padding: 0;  
    width: 23em;
    /*to fix an ie issue*/
    background: url(/images/bg/arrow.png) 0 3px no-repeat;
    padding-left: 1em;
    margin-left: -1em;
}

ul.twoSections li.first h3 {
    color: #fff;
}

ul.twoSections li.first {
    font-weight: bold;
    font-size: 130%;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    height: 3em;
    width: 43em;
    background-color: #39C;
    background-image: -moz-linear-gradient(top, #52B3E7, #3399CC); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #52B3E7),color-stop(1, #3399CC)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#52B3E7', EndColorStr='#3399CC');
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

ul.twoSections li.first h3 {
    width: 16.25em;
    margin: 1em;
    float: left;
}

ul.twoSections li.last {
    border:0;
}

.checkbox_list li, .radio_list li {
    float: left;
    margin: 0 2em 1em 0;
    cursor: pointer;
    list-style: none;
    padding: 0.5em;
    border: 1px solid #f0f0f0;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.checkbox_list li:hover, .radio_list li:hover {
    border-color: #C5E3FF;
}

.checkbox_list label, .radio_list label {
    cursor: pointer;
    font-weight: normal;
    text-transform: capitalize;
}

.checkbox_list li:hover, .radio_list li:hover {
    background: #F0F8FF;
}

.checkbox_list, .radio_list { 
    float: left; 
    margin: 0.5em 0 0.5em 0;
    padding: 0;
}

input:checked ~ label {
    color: #39C;
}

/*reduce the top margin for nested lists*/
dd ul { margin: 0 0 0.25em 1em;}


dl.styled dd:before { 
    content: "- ";
}

dl.horizontal+dl.horizontal {
    margin-left: 5em;
    padding-left: 2em;
    border-left: 1px dotted #ccc; 
}

dl.horizontal+dl.horizontal.extended {
    margin-top: 3.5em;
    border-left: 0;
}

dd.odd.last, li.last {
    padding-bottom: 1em;
}

/* two item list */
.list-two-items dt    { color: #39C; font-size: 1.2em; font-weight: normal;}
.list-two-items dt a  { color: #39C; }
.list-two-items dd    { color: #44545e; }
.list-two-items dt+dd { margin-bottom: 1.2em; }
.list-two-items.withIcons dd    { padding-left: 2em; }


/* arrowed list */
.list-with-arrow dt {    
    line-height: 1.5em;
    font-weight: normal;
    color: #39C;
    padding: .3em 0 0 1.5em;
    background: transparent url(/images/bg/arrow.png) left .5em no-repeat;    
}

.list-with-arrow dd {
    line-height: 1.5em;
    color: #44545e;
    margin-left: 1.5em;
    padding-bottom: .3em;    
}

/* indent_subsections: add to parent, avoid excess class declarations in html */
.indent_subsections li { 
    padding-left: 15em; 
    text-align: left; 
    margin: 0 1em 3em 0; 
}

.indent_subsections h3 { 
    margin-left: 2em; 
}

.indent_subsections p {
    margin-left: 2.5em; 
}

.indent_subsections span   { 
    float: left; 
    margin-left: -15em; 
    text-align: right; 
}

/* plain list with links */ 
.linked_rows li  { line-height: 1.8em; }

ul.imageList {
    margin-left: 1em;
}

ul.imageList.wide {
    margin-left: -1em;
}

.itemList {
    margin: -1.1em 0 0 -1em;
}

.imageList .image, .itemList img {
    border: 1px solid #ccc;
    margin: 0.25em 1em 0 0;
    float: left;
    -moz-box-shadow: 1px 1px 2px #999;
    -webkit-box-shadow:  1px 1px 2px #999;
    box-shadow: 1px 1px 2px #999;
}

.imageList .image {
    height: 89px;
    width: 111px;
    border: 1px solid #C62;
    -moz-border-radius: 5px;
    border-radius: 5px;
}


.itemList li  {
    float: left;
    width: 100%;
}

.itemList img {
    padding: 1em;
    margin: 2em 2em 2em 1em;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 100px;
    background: #fff;
}

.itemList h2 {
    margin-top: 1.5em;
}

.itemList h2, .itemList p {
    margin-right: 1em;
}

.imageList li:hover .image{
    border: 1px solid #EDC8AC;
    -moz-box-shadow: 4px 3px 11px #00040B inset;  
    -webkit-box-shadow:  4px 3px 11px #00040B inset;  
    box-shadow:  4px 3px 11px #00040B inset;  
}

ul.imageList li, .itemList li {
    display: block;
    border-bottom: 1px dotted #ccc;
    background: none;
    padding: 0;
    font-weight: normal;
}

ul.imageList li {
    height: 110px;
}

ul.imageList li.last {
    border: 0;
}

ul.imageList.hoverable {
    margin-top: -1.1em;
}

ul.imageList.hoverable li {
    height: 125px;
}

.imageList.hoverable p {
    margin-top: 0;
    padding-top: 1.5em;
}

.imageList.hoverable .image {
    margin-top: 1.5em;
}

.hoverable li:hover {
    background:#eff6fc;
}

.imageList.hoverable a.hidden {
    color: #999;
    margin: 1.5em 1em 0 0;
    float: right;
}

.imageList.hoverable li:hover a.hidden {
    display: block;
}


/*imageList and itemList are very similar: item list has more content*/


/**
--- BUTTONS---
 **/

.btn, a.btn, a:visited.btn {
    font-weight: bold;
    color: #036;
    font-size: 1.1em;
    text-decoration: none;
    padding: 0.6em 1em 0.5em 1em;
    text-align: center;
    background: #fff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
    border: 1px solid #e7e7e7;
    border-top: 1px solid #f4f4f4;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #C4C4C4;
    text-shadow: 1px 1px 1px #DEDEDE;
}

.btn:hover, a.btn:hover {
    box-shadow: 1px 1px 1px #F1F1F1 inset;
    color: #39c;
}

.btn.focus, a.btn.focus, .btn.focus:hover, a.btn.focus:hover {
    background-color: #fff; 
    background-image: -moz-linear-gradient(top, #E0EEEE, #ffffff); 
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #E0EEEE),color-stop(1, #ffffff)); 
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0EEEE', EndColorStr='#ffffff'); 
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#E0EEEE', EndColorStr='#ffffff');
}

.btn.disabled, .btn.disabled:hover, a.btn.disabled:hover, input.btn.disabled, a.btn.disabled.focus, input.btn.disabled.focus,  input.btn.disabled.focus:hover  {
    color: #ccc;
    border: 1px solid #e7e7e7;
    border-top: 1px solid #f4f4f4;
    box-shadow: 1px 1px 1px #C4C4C4;
    cursor: not-allowed;
}

.btn.btn2, a.btn.btn2 {
    font-size: 90%;
}

.btn.search {
    margin: .2em 0 0 0;
}



/**
--- IMAGES ---
 **/

.image, .mediaBtn span { 
    background: url(/images/gr/global_assets.png) 0 0 no-repeat;
    overflow: hidden;
    height: 25px;
    width: 25px;
    border: none;
}
.mediaBtn span {
    display: block;
    float: left;
    background-position: -256px -79px;
    height: 18px;
    width: 18px;
    margin: 2px 2px 0 9px;
}

.mediaBtn:hover span {
    background-position: -256px -58px;
}

.mediaBtn.play span {
    background-position: -276px -79px;
}

.mediaBtn.play:hover span {
    background-position: -276px -58px;
}

.cLogo {
    background: url("/images/logos/customers/customer_logos.png") 0 0 no-repeat;
    height: 58px;
    width: 130px;
    margin: 0.75em 0;
}


/*for global icons*/    
.gearIcon               { background-position: -60px -274px; }
.globeIcon              { background-position: -244px -275px; }
.mobileIcon             { background-position: -236px -419px; }
.hostingIcon            { background-position: -186px -199px;}
.socialIcon             { background-position: -190px -417px;}
.bookIcon               { background-position: -362px -275px ;}
.dwnIcon                { background-position: -127px -482px; }
.mouseIcon               { background-position: -185px -268px ;}
.awardIcon              { background-position: -218px -323px; }
.statsIcon              { background-position: -60px -482px; }
.newIcon                { background-position: -218px -376px; }
.upgradeIcon, .checkmarkIcon            { background-position: -363px -346px; }
.infoIcon, .faqIcon               { background-position: -303px -344px; }
.blogIcon               { background-position: -92px -484px; }
.prIcon               { background-position: -70px -477px; }
.tvIcon               { background-position: -243px -194px; }
.kbIcon               { background-position: -66px -200px; }
.helpIcon               { background-position: -128px -271px; }
.image.twitterLink { background-position: -29px 0;}
.image.fbLink { background-position: -60px 0;}
.speechIcon    { background-position: -128px -415px; }
.antiPhishIcon { background-position: -294px -485px; }
.avIcon { background-position: -352px -485px; }
.antiSpamIcon { background-position: -237px -484px; }
.eventsIcon   { background-position: -304px -550px; }
.blogIcon   { background-position: -353px -551px; }
.trWhite { background-position: -98px -4px; }
.brWhite { background-position: -98px -21px; }


#bannerServerEd .award { 
    background: url("/images/awards/cse_overview_awards.png") no-repeat 0 -51px transparent;
    height: 300px;
    margin: 0 0 0 60.75em;
    position: absolute;
    text-indent: -30000em;
    width: 151px;
}

img.sidebarImg { 
    width: 18.25em; 
    border: 1px solid #fff;
}

img.ctr {
    display: block;
    margin: 0 auto;
}

.imageLinks img{ 
    border: 1px solid #fff;
    height: 98px;
    margin-left: 0;
}

.image.award {
    height:90px;
    width: 160px;
    display: block;
    background: #fff url(/images/awards/global_awards.jpg) 0 0 no-repeat;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.image.award.csa2011 {
    background-position: 3px -168px;
}
.image.award.netwComputing {
    background-position: 3px 2px;
}
.image.award.scmag {
    background-position: 5px -75px;
}

.imageLinks img:hover, img.sidebarImg:hover {
    border-color: #ccc;
}

.image.spotlight.jamie {
    background-position: -12px -92px;
}

.image.spotlight.leon {
    background-position: -132px -7px;
}

.image.spotlight.gsma {
    background-position: -255px -100px;
}

.image.playBtn { 
    background-position: -170px -111px;  
}

.logoComcast {
    width: 142px;
    background-position: -4px -712px;     
}

.logoCox {
    width: 68px;
    background-position: -152px -706px;     
}

.logoEarthlink {
    width: 151px;
    background-position: -227px -705px;     
}

.logoNtt {
    width: 143px;
    background-position: -1px -758px;     
}

.logoSwisscomm {
    width: 142px;
    background-position: -153px -759px;     
}

.logoTimeWrnr {
    width: 169px;
    background-position: -5px -803px;     
}


/* logos sprite used for logo downloads page in press kit section */
.allLogos {
    background: url(/images/logos/allLogos.png) 0 1px no-repeat;
    height: 43px;
    width: 179px;
    margin: 0.5em 0 0 0.75em;
}
#cseLogo { background-position: 0 -218px; }
#authLogo { background-position: 0 -444px;}
#gatewayLogo { background-position: 0 -492px; }
#mobileLogo { background-position: 0 -331px; }
#activeFLogo { background-position: 0 -162px; width: 135px;}
#cdoLogo { background-position: 0 -110px;}
#cfLogo { background-position: 0 -385px; }
#csiLogo { background-position: 0 -274px; }
#cmLogoVert { background-position: 0 -39px; height: 58px;}
#cmLogo { margin: 1.75em 0 1.5em 0.75em; }
#authSpaLogo { background-position: 0 -391px; }
#edgeLogo { background-position: -143px -162px;}

table.resources .pdf {
    float: left;
}

table.resources img {
    padding: 1em;
    border: 1px solid #f0f0f0;
    background: #fff;
    width: 100px;
}


table.resources .allLogos {
    margin: 0 auto;
}

table.resources.withTaglines p {
    text-transform: capitalize;
}

body .noStyle .pdf {
    float: none;
    line-height: 3em;
}

.pdf, .pdf-list dt {
    background: transparent url(/images/icons/docicon_pdf_16.png) center left no-repeat; 
}

.pdf-list dt {
    text-indent: 2em;
}

.pdf-list dd {
    text-indent: 2.25em;
}

.pdf-list dt span {
    font-weight: normal;
}

.pdf { 
    display: block;
    padding: 0 0.5em 0 1.5em;
    text-indent: 0.25em;
} 

tr .pdf { padding-left: 2em; }

/* when the space provided isn't wide enough to fit the icon and text on one line */
body .condense .pdf {
    margin-bottom: 0.75em;
    background-position: 0 3px;
    text-indent: 0;
    padding: 0 0 0 2em;
}


/**
--- BANNERS ---
 **/
.banner {
    height: 24em;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(/images/banners/banner-global.jpg) no-repeat right center #143354;
    margin: -1em 0 1em 0;
    -moz-box-shadow: 4px 3px 11px #00040B inset;
    -webkit-box-shadow: 4px 3px 11px #00040B inset;
    box-shadow: 4px 3px 11px #00040B inset;
}
#bannerAuth { background-image: url(/images/banners/banner-info-world.jpg); }
#bannerCDO { background-image: url(/images/banners/banner-swirl-pattern.jpg); }
#bannerEdge { background-image: url(/images/banners/banner-computer-desk.jpg); }
#bannerGateway { background-image: url(/images/banners/banner-bits.jpg); }
#bannerMobile { background-image: url(/images/banners/banner-phone-wkeyboard.jpg); }
#bannerSenderIntel  { background-image: url(/images/banners/banner-connected.jpg); }
#bannerServerEd { background-image: url(/images/banners/banner-motherboard.jpg); }
#bannerActiveFilter { background-image: url(/images/banners/banner-abstract-binary.jpg); }
#bannerProducts { background-image: url(/images/banners/banner-laptop-world.jpg); }
#bannerGSMASRS { background-image: url(/images/banners/banner-gsmasrs.jpg); }
#bannerSpamAssassin { background-image: url(/images/banners/banner-chart.jpg); }
#bannerEdge { background-image: url(/images/banners/banner-highspeed.jpg); }

.banner .message {
    padding: 3em 28em 0 2em;
    height: 17em;
}

.banner h1 {
    color: #fff;
    font-size: 2.4em;
    font-weight: bold;
    margin: 0 0 0.75em 0;
    padding: 0;
    text-transform: none;
    line-height: 1.25em;
}
.banner p {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 1em 0;
    padding: 0;
}

.banner .message a {
    color: #c62;
}
.banner .links {
    margin-left: 2em;
}

.banner .links a + a {
    margin-left: 1em;
}

/* homepage slideshow*/
#main-msg h2 {
    color: #7bd;
    text-transform: none;
    font-size: 1.7em;
    line-height: 1.6em;
    padding: 3em 1em 1em;
}

.banner.home {
    height: 30.9em;
    background: #333;
    clear: both;
    margin: 0.75em 0 1em 0;
    -moz-box-shadow: 1px 1px 6px #747576;
    -webkit-box-shadow: 1px 1px 6px #747576;
    box-shadow: 1px 1px 6px #747576;
}

.banner.home #main-msg {
    float: left;
    /*height needs to be set exactly to align rounded corners*/
    height: 30.9em;
    width: 26em;
    -moz-box-shadow: 4px 3px 11px #00040B inset;
    -webkit-box-shadow: 4px 3px 11px #00040B inset;
    box-shadow:4px 3px 11px #00040B inset;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.banner.home #slideshow { 
    position: absolute;
    height: 30.9em;
    width: 51em;
    margin: 0 0 0 26em;
    overflow: hidden;
}

.banner.home #slideshow h2 {
    margin: 3.5em 0 0 0.75em;
    font-size: 4em;
    width: 10em;
    font-weight: bold;
    position: absolute;
    text-shadow: 2px 4px 6px #202123;
    line-height: 1.2em;
}

.banner.home #slideshow h2 a {
    color: #fff;
}

.banner.home #slideshow h2 a span {
    color: #7BD;
    text-shadow: 2px 4px 6px #000;
}

.banner.home #slideshow h2:hover a span, .banner.home #slideshow h2:hover a  {
    color: #EFF6FC;
    text-decoration: none;
}

.banner.home #slideWrapper div {
    position: absolute;
    height: 30.9em;
    width: 51em;
    -moz-box-shadow: 13px 27px 39px #070707 inset;
    box-shadow: 13px 27px 39px #070707 inset;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.banner.home #s1 { background: url("/images/banners/home/1.jpg") 0 0 no-repeat;}
.banner.home #s2 { background: url("/images/banners/home/2.jpg") 0 0 no-repeat;}
.banner.home #s3 { background: url("/images/banners/home/3.jpg") 0 0 no-repeat;}
.banner.home #s4 { background: url("/images/banners/home/4.jpg") 0 0 no-repeat;}
.banner.home #s5 { background: url("/images/banners/home/5.jpg") 0 0 no-repeat;}
.banner.home #s6 { background: url("/images/banners/home/6.jpg") 0 0 no-repeat;}

.banner.home #slideWrapper {
    position: absolute;
    height: 30.9em;
    width: 400em;
    margin: 0;
    overflow: hidden;

}

.banner.home #s2, .banner.home #s3, .banner.home #s4, .banner.home #s5, .banner.home #s6 {
    display: none;   
}


.banner.home ul.slideBtns {
    position: absolute;
    margin: 5em 0 0 0.5em;
    display: none;
}

.banner.home ul.slideBtns li {
    height: 15px;
    width: 15px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    cursor: pointer;
    list-style: none;
    float: left;
    margin: 0 0.5em 0 0;
    background: #fff; 
    opacity: 0.5;
    filter: alpha(opacity=50); 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
}

.banner.home ul.slideBtns li.active, .banner.home ul.slideBtns li:hover {
    background: #fff; 
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
    opacity: 1;
    filter: alpha(opacity=100); 
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}

.banner.home .mediaBtn {
    background: url("/images/bg/000_75percent.png") repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 2em;
    line-height: 2em;
    margin-top: 29em;
    margin-left: 43em;
    position: absolute;
    width: 6.75em;
    z-index: 101;
    color: #ccc;
    font-weight: bold;
    text-transform: uppercase;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #000;
    display: none;
}

.banner.home .mediaBtn:hover {
    color: #fff;
}
.banner.home #slideshow:hover .mediaBtn {
    display: block;
}

/* --- END BANNERS --- */


/**
--- TABLES ---
 **/

table { 
    width: 100%; 
    border-collapse: collapse; 
}

table.banners tbody td {
    padding: 2em 1em 1em 1em;
}

table.banners h2 {
    color: #666;
    font-weight: bold;
}

table thead label {
    color: #fff;
}

tr.underline {
    border-bottom: 1px solid #e6f0fb;
}

tbody strong {
    color: #39C;
}

thead th { 
    padding: 0.6em 1em; 
    font-weight: bold; 
    text-align: left;
    background: #f0f0f0;
}

thead th.last {
    -moz-border-radius-topright:5px;
    border-top-right-radius: 5px;
    -moz-border-radius-bottomright:5px;
    border-bottom-right-radius: 5px;
}

thead th.first {
    -moz-border-radius-topleft:5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-left-radius: 5px;
}

td  { 
    vertical-align: top;
    padding: 0.6em 1em; 
}

tr.odd {
    background: #fff;    
}

tr.even {    
    background: #eff6fc; 
}

table ul {
    margin-top: 1em;
    margin-bottom: 0.5em;    
}

table li {
    margin-bottom: 0.5em;
}
table.resources p {
    margin: 0.5em 0 0.5em 2.5em;
}

/* --- END TABLES --- */



/**
--- FORMS ---
 **/
fieldset {
    padding: 0.25em;
    margin: 0 1em 1em 1em;
    border: 1px solid #E6E6E6;
    -moz-border-radius: 5px;
    border-radius: 5px;   
}

fieldset+fieldset {
    margin-top: 1em;
}

legend {
    font-size: 130%;
    padding: 0.2em 0.25em 0.25em 0;
    margin-left: 1.25em;
}

label, legend {
    font-weight: bold;
    color: #036
}

fieldset fieldset {
    margin: 0;
}

fieldset fieldset legend {
    font-size: 120%;
    font-weight: normal;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner { 
    border-style:none;
    outline: none;
}

input[type="submit"], input[type="button"], input[type="image"] {
    cursor: pointer;
    background-color: transparent;
}

select {
    color: #036;    
}

option {
    color: #5487A5;
    font-size: 1.1em;
}

input, textarea, input[type="file"] {
    background: #FCFCFC;
    border: 1px solid #DADADA;
    color: #5487A5;
    padding: 0.25em;
    font-size: 1.1em;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input:hover, textarea:hover {
    border: 1px solid #AED1E3;
}

input:focus, textarea:focus {
    background: #E8F7FF;
    border: 1px solid #AED1E3;
    color: #036;
}

input.error, textarea.error {
    border: 1px solid #F8C1B6;
    background: #FFE4E4;
}

input.error:focus, textarea.error:focus {
    background: #FFE4E4;
    border: 1px solid #EE5C42;
}

.error_list, .error { 
    color: #EE5C42; 
    font-weight: bold;
}

textarea { 
    /*webkit fix*/
    resize: none;
    overflow: auto;
    height: 5em;
    width: 60%;
    font: 115%/140% arial,helvetica,sans-serif;

}

.withTextArea input {
    width: 60%;
}
.checkbox_list li {
    list-style: none;
}
.tabular {
    margin: 1em 0 1.5em 2em;
    clear: both;
}
.groupOf3 .three .tabular {
    clear: none;
}
.tabular span.subtext {
    margin-left: 0.25em;
    font-weight: bold;
}

span.required {
    color: #39C;
    font-size: 160%;
    font-weight: bold;
    margin-left: 0.1em;
    position: absolute;
}

.tabular label+label {
    margin-left: 1em; 
}

.tabular .btn { 
    float: left; 
    margin: 0 0 1em 0;
} 

#main .tabular .error_list {
    padding: 0;
    margin: 0 0 3em;
    list-style: none;
}

.error_list li   {
    padding: 0;
}

label.inline { 
    float: none; 
    margin-left: 1em; 
}



/* lists used within tabular blocks to group related input elements */

#main .tabular ul {
    list-style: none outside none;
    margin: 1em 0 0 0;
    padding: 0;
}

#main .tabular ul.checkbox_list {
    margin: 0.5em 0 1em 0;
}

#main .tabular li {
    float: left;
    margin-right: 1em;
}


#product_form label {
    margin: 0 1.5em 0 0;
}

#product_form #submit_buttons {
    margin: -2em 0 0 7em;
    width: 27em;
}

#product_form input {
    float: left;
    margin: 0 0.25em 0.5em 0.25em;
}


/*we need to be styling inputs globally, not just one like this*/

#searchBox {
    float:right;
    border: 1px solid #aed1e3;
    background-color: #e8f7ff;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#searchBox #search {
    border: none;
    background-color: #e8f7ff;
    border-right: 1px solid #d6e8fa;
    font-size: 1em;
    line-height: 1em;
    padding: .4em .2em;
    color: #5487A5;
    text-indent: 1em;
}

#searchBox #srchSubmit {
    font-size: 1em;
    width: 1.8em;
    line-height: 1em;
    padding: .4em 0 .3em;
    text-indent: -666em;
    border: none;
    border-left: none;
    background: #e8f7ff url(/images/icons/search.png) center center no-repeat;
    color: #5487A5;
}

#main #searchBox {
    float: left;
    margin-bottom: 1em;
}

/* explains what asterisk represents */
.key { 
    color:#036;
}
.key.wText {
    width: 9em;
    float: left;
    margin: 0.75em 0 0 1.2em;
}
.key span {
    margin-left: 1em;
}
.key span.huge {
    font-weight: bold;
    position: absolute;
    color:#39c;
    margin: 0.25em 0 0 0;
}

.one-two.wKey p.splitRight {
    float: left;
    margin-left: 1.2em;
    width: 38em;
}

.one-two.wKey .key.wText {
    margin-top: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .key span.huge {
        margin: 4px 0 0 0;
}
}

/*--- END FORMS ---*/

/**
--- GENERAL STYLES ---
 **/
a img { border: 0; }
.abs              { position: absolute;}
.active           { cursor: default; }
.align-right      { text-align: right; }
.align-left       { text-align: left;  }
.align-center     { text-align: center; }
.big              { font-size: 120%; }
.bold             { font-weight: bold; }
.huge             { font-size: 200%;  margin-top: 1em; }
.caps             { text-transform: capitalize; }
.clear            { clear: both; }
.clear-left       { clear: left; }
.clear-right      { clear: right; }
.defaultPadding   { padding: 1em; }
.defaultMargin    { margin: 1em; }
.dark             { color: #333; }
span.error { display: block; }
.float-left, .float-margin-left { float: left; }
.float-right      { float: right; }
.hidden { display: none; }
.legible { width: 70%; }
.line { display: block; margin: 0.5em 0; }
.margin-left, .float-margin-left { margin-left: 1em; }
.margin-left-more { margin-left: 3em;}
.margin-right     { margin-right: 1em; }
.margin-top, .margin-top-bottom       { margin-top: 1.2em; }
.margin-bottom, .margin-top-bottom { margin-bottom: 1.2em; }
.no-margin-top    { margin-top: 0; }
.no-margin-bottom { margin-bottom: 0; }
.no-margin-left   { margin-left: 0; }
.no-margin-right  { margin-right: 0; }
.no-margin         { margin: 0; }
.pushRight        { margin-left: 2em; }
.pushUp           { margin-top: -4em; }
.pushDown          { margin-top: 2em; }
.pushUpSmall      { margin-top: -1.5em; }
p.pushUpSpaceBot  { margin: -1.25em 0 5em 0; }
#main ol.push-left-more, .push-left-more  { margin-left: 4em;}
.underline, .offsetUnderlineAll h2, .underlineAll h3, .underlineAll h2 { padding-bottom: 0.5em; border-bottom: 1px dotted #ccc; }
.underlineAll .offset h3 { border: 0; padding: 0; margin-top: 1.2em;}
.underline.heavy  { border-bottom: 5px solid #eff6fc; }
.overline, .overlineAll div { padding-top: 0.5em; border-top: 1px dotted #ccc; }
.blueline         { border: 2px solid #eff6fc; }
.offset, .offsetUnderlineAll p, #main .offsetUnderlineAll ul, .offsetUnderlineAll h3, .offsetUnderlineAll address, .offsetUnderlineAll ol.alpha-lower li, .offsetUnderlineAll ol.roman-lower li, .offsetUnderlineAll ol.decimal li { margin-left: 2em; }
.offset3      { margin-left: 3em;}
.no-border, .overlineAll .overrideParent { border: 0; } 
.add-border       { border: 1px solid #e6e6e6; }
.padding-top      { padding-top: 1.5em;}
.pre-arrow-link   { background: url(/images/icons/arw-navy.gif) no-repeat left center; padding-left: 1em; padding-right: 0.5em;}   
.back-to-top      { text-decoration: none; background: url(/images/icons/arw-stocky-blue-up.png) no-repeat right center; padding-right: 1em; }
.uppercase        { text-transform: uppercase; }
.small            { font-size: 0.9em; }
.smaller          { font-size: 0.8em; }
.small, .smaller {-webkit-text-size-adjust:none;}
.splitLeft { border-left: 1px dotted #ccc; padding-left: 1em; }
.splitRight{ border-right: 1px dotted #ccc; padding-right: 1em; }
.lightText { color: #666;}
.highlight { color: #c62;}
.link {
    color: #39C;
    cursor: pointer;
    text-decoration: underline;
}
.link:hover { color: #036;}
a.sub, .subtext { color: #999; }
.standout         { line-height: 1.6em; }
.lowercase        { text-transform: lowercase; }
.uppercase        { text-transform: uppercase; }
.lineHeight3      { line-height: 3em; }
.odd              { background: #EFF6FC; }
.scroll           { overflow: hidden; }
.toggleElement    {cursor: pointer; color: #39C;}
.toggleElement:hover { text-decoration: underline; }
.vertText {
    -webkit-transform: rotate(-90deg); 
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.wIframes {
    margin: 1.25em 0 2em 0;
}


/* global color highlighting scheme, apply one of these classes to highlight text etc */
.color1 { color: #39c }
a.color2, #pageContent_homepage a.color2:visited { color: #036;}

h4 span{ color: #FCA125; }

#main h2 span, #main h1 span { color: #39C;}

h2 a.float-right {
    font-size: 0.8em;
    color: #39C;
}
#main h1 span.float-right {
    text-transform: none;
    font-size: 0.7em;
    color: #036;
}

.media, .media div, #primary ul, .panelHeadings h3 {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

h1 a.highlight {
    color: #C62;
    float: right;
    text-transform: none;
    margin-right: 0.25em;
    font-size: 0.7em;
    font-weight: bold;
}

/*--- END GENERAL STYLES---*/

/**
---- MEASUREMENTS ---
 **/
 .h2p5          { height: 2.5em;}
.h7             { height: 7em; }
.h9p5           { height: 9.5em; }
.h11p5          { height: 11.5em;}
.h12            { height: 12em;}
.h12p5          { height: 12.5em;}
.h16p45          { height: 16.45em; }
.h14            { height: 14em;}
.h15p5          { height: 15.5em; }
.h19            { height: 19em; }
.h20            { height: 20em; }
.h21            { height: 21em; }
.h26p25          { height: 26.25em;}
.h23            { height: 23em; }
.h24            { height: 24em;}
.h24p75         { height: 24.75em;}
.h25            { height: 25em;}
.h28            { height: 28em; }
.h29            { height: 29em; }
.h30p25         { height: 30.25em;}
.h34            { height: 34em; }
.h42            { height: 42em; }
.h44            { height: 44em;}
.h45            { height: 45em; }
.h55            { height: 55em; }

.w8             { width: 8em;}
.w10            { width: 10em;}
.w16            { width: 16em; }
.nav#secondary .menu.w18, .w18 { width: 18em; }
.w22            { width: 22em;}
.w23            { width: 23em;}
.w32            { width: 32em; }
.w44            { width: 44em; }
.w49            { width: 49em; }

.innerH21 .panel { height: 21em;}
.innerH24 .panel { height: 24em;}
/* rethink */
.mtop3       { margin-top: 3em;}
.mtop6          { margin-top: 6em; }
.mtopn4p5       { margin-top: -4.5em; }
/*--- END MEASUREMENTS ---*/


/* JS OR NOT */

.hasJs .js-hide, .hasJs .banner.home #slideshow h2, .hasJs #tab-2, .hasJs #tab-3, .hasJs #tab-4 {
    display: none;
}


/**
--- PAGE SPECIFIC ---
 **/

.partner-thumbs {
    margin-bottom: 3em;
}
.partner-thumbs img {
    margin: 0 1em 2em 1em;
    padding: 0.5em;    
}
.partner-offset {
    margin: 0 0 4em 20em;
}

.partner-offset img {
    margin-right: 2em;    
}

/* map */

.mapWrapper .one {
    background: #eff6fc;
    height: 450px;
    border: 1px solid #C7E4F7;
}

.mapWrapper .one, .mapWrapper #map {
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.mapWrapper a.toggle {
    font-weight: bold;
    font-size: 1.2em;
    line-height: 2em;
    margin: 0 1em 0 0;
    color: #39c;
    text-indent: 22px;
    display: block;
    text-decoration: none;
}

.mapWrapper a.toggle span {
    background-image: url(/images/icons/flags.png);
    background-repeat: no-repeat;
    display: block;
    height: 15px;
    width: 15px;
    position: absolute;
    margin-top: 5px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #C7E4F7;
}

#l_us span {
    background-position: -15px 0;
}

#l_uk span {
    background-position: -15px -15px;
}

#l_fr span {
    background-position: -15px -30px;
}

#l_sp span {
    background-position: -15px -45px;
}

#l_ja span {
    background-position: -15px -60px;
}


/*active*/

#l_us.active span, #l_us:hover span, .noJs #l_us span {
    background-position: 0 0;
}

#l_uk.active span, #l_uk:hover span, .noJs #l_uk span {
    background-position: 0 -15px;
}

#l_fr.active span, #l_fr:hover span, .noJs #l_fr span {
    background-position: 0 -30px;
}

#l_sp.active span, #l_sp:hover span, .noJs #l_sp span {
    background-position: 0 -45px;
}

#l_ja.active span, #l_ja:hover span, .noJs #l_ja span {
    background-position: 0 -60px;
}

.mapWrapper li {
    border-bottom: 1px dotted #C7E4F7;  
    margin: 0.25em 0;
}

.mapWrapper li li {
    border: 0;
    margin: 0;
}

.mapWrapper a.toggle:visited {
    color: #39c;
}

.mapWrapper a.active, .mapWrapper a.active:visited, .mapWrapper a.toggle:hover {
    color: #036;
}

.mapWrapper .one ul {
    margin: 1.5em 1em 0 1em;
    padding: 0;
}
.mapWrapper .one ul ul {
    display: none;
    margin: 0.5em 0 1em 0;
    color: #036;
}

.mapWrapper .one ul ul.default {
    display: block;
}

.mapWrapper  #map {
    position: absolute;
    height: 450px;
    width: 675px;
    border: 1px solid #ccc;
}

/*for the map when js is disabled*/
.noJs #img_l_us  #map {
  background: url(/images/gr/maps/l_us.jpg) 0 0 no-repeat;
}
.noJs #img_l_uk  #map {
  background: url(/images/gr/maps/l_uk.jpg) 0 0 no-repeat;
}
.noJs #img_l_fr  #map {
  background: url(/images/gr/maps/l_fr.jpg) 0 0 no-repeat;
}
.noJs #img_l_sp  #map {
  background: url(/images/gr/maps/l_sp.jpg) 0 0 no-repeat;
}
.noJs #img_l_ja  #map {
  background: url(/images/gr/maps/l_ja.jpg) 0 0 no-repeat;
}
.noJs #img_l_au  #map {
  background: url(/images/gr/maps/l_au.jpg) 0 0 no-repeat;
}

.noJs .mapWrapper .one ul ul {
    display: block;
}

.noJs .mapWrapper .one {
    height: 93em;
}

.noJs .mapWrapper a.toggle {
    color: #036;
}

#gm_link:hover {
    text-decoration: none;
}


#pageContent_sitemap .groupOf4 .one, #pageContent_sitemap .groupOf4 .two, #pageContent_sitemap .groupOf4 .three, #pageContent_sitemap .groupOf4 .four {
    float: left;
    margin-right: 1em;
    width: 16.75em;
}

#pageContent_sitemap .groupOf4 .four {
    float: left;
    margin: 0;
}

#pageContent_sitemap .groupOf4 {
    margin: 0 0 2em 2.25em;
}

.panelHeadings h3 {
    background: #EFF6FC;
    text-indent: 1em;
    padding: 1em;
}

#pageContent_sitemap dl {
    font-size: 0.95em;
}

#searchResultsPage { 
    margin-top: 2em; 
    clear: both;
}

#searchResultsPage .decor p { 
    text-align: right;
}

.bullet-list li, .bullet-lists ul li {
    list-style: disc;
}

/**
--- MISC ---
 **/
 
.bg {
    background: url('/images/bg/abstract1.jpg') 0 0 no-repeat;
    height: 11em;
    width: 100%;
    margin-bottom: 2em;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.bg span {
    position: absolute;
    text-transform: uppercase;
    font-size: 1.9em;
    margin: 90px 0 0 236px;
    color: #fff;
}

.bg .image {
    background-position: -5px -557px;
    height: 42px;
    margin: 76px 0 0 18px;
    position: absolute;
    width: 193px;
}
.bg p.first {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    font-size: 160%;
    height: 132px;
    margin: 0;
    position: absolute;
    width: 225px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.prListing {
    min-height: 77em;
}
#kb_disclaimer { padding-right: 2em; }

#docHeading{
    font-size: 160%;
}

.bg#docHeading {
    font-size: 100%;
}
.twitter-share-button {
    float: left;
    margin: 0.5em 0.5em 0 0;
}

iframe.twitter-follow-button {
    float: right;
    width: 140px;
    display: block;
    margin: 2px 0 0 1em; 
}

iframe.fbBtn {
    float: left;
    height: 25px;
    margin-top: 6px;
    overflow: hidden;
    width: 250px;
}

p.first iframe.fbBtn {
    width: auto;
}

/* jobvite html tweaks */
u { 
    text-decoration: none;
    font-weight: bold;
}
/*--- END MISC --- */

