@font-face {
    font-family: 'isentia';
    src:url('/font/isentia.eot');
    src:url('/font/isentia.eot?#iefix') format('embedded-opentype'),
        url('/font/isentia.svg#isentia') format('svg'),
        url('/font/isentia.woff') format('woff'),
        url('/font/isentia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    _background:#000;
    font:15px/22px Netto, Helvetica, Arial, sans-serif;
    color:#333;
}

/* misc styles */
a[title*="Prospectus"]{
    display:none !important;
}

h1, h2, h3, h4, h5 {
    font-family: Netto, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    _letter-spacing: 0.07em;
    font-weight: bold;
}



.cf {clear:both; height:0; visibility:hidden;}

.search_highlight {
	background:#FAFA64;
	display:inline-block;
	padding:0 2px;
}

.promo {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 14px 0 0;
}

.column {
    float: left;
}

.blockimage {
    display:block;
    margin:25px auto 30px;
    max-width:100%;
    _border:1px solid #bbb !important;
    background:#fff;
    padding:4px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}


.header-controls .form-control, #site_search .form-control {
    box-shadow: none;
    
}

#site_search .form-control {
    border-radius: 30px 0px 0px 30px;
    border: none;
}

#site_search .bs-btn-default {
    border-radius: 0px 30px 30px 0px;
    cursor:pointer;
    border: 1px solid #fff;
}


.ta-right {
    text-align: right;
}

.ta-center {
    text-align: center;
}

.ta-left {
    text-align: left;
}

.whitepapers-btn {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

#blogsidebar .whitepapers-btn {
    margin-bottom: 0;
}

/* fix google_conversion_frame adding obnoxious height */
iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}


.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}
.yamm .container {
    position: relative;
}
.yamm .dropdown-menu {
    left: auto;
}
.yamm .yamm-content {
    padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
}


.btn {
    -webkit-appearance:none;
    border-radius:4px;
    font-weight:bold;
    font-size:13px;
    color:#333;
    text-shadow:#fff 1px 1px;
    border:1px solid #959493;
    padding:0 15px;
    line-height:24px;
    height:26px;
    text-align:center;
    cursor:pointer;
    display:inline-block;
    text-decoration:none;
    background: #efece8;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmJmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMmRmZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #fcfbf9 0%, #e2dfdb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfbf9), color-stop(100%,#e2dfdb));
    background: -webkit-linear-gradient(top,  #fcfbf9 0%,#e2dfdb 100%);
    background: -o-linear-gradient(top,  #fcfbf9 0%,#e2dfdb 100%);
    background: -ms-linear-gradient(top,  #fcfbf9 0%,#e2dfdb 100%);
    background: linear-gradient(to bottom,  #fcfbf9 0%,#e2dfdb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfbf9', endColorstr='#e2dfdb',GradientType=0 );
}
.btn:hover {
    background:#d3d3d3;
    border-color:#000;
}

.btn.blue,
.product_summary .btn {
    height: 38px;
    line-height: 38px;
    border: 1px solid #666666;
    display:inline-block;
    font-size:16px;
    color:#fff;
    text-shadow:#000 0 -1px 2px;
    border-radius:4px;
    text-decoration:none;
    /*width:160px;*/
    background:  #004781;
    /*
    box-shadow:inset rgba(0, 0, 0, 0.3) 0 0 6px 2px;
    background: #3272b7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyNzJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNDQ4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #3272b7 0%, #004481 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3272b7), color-stop(75%,#004481));
    background: -webkit-linear-gradient(top,  #3272b7 0%,#004481 75%);
    background: -o-linear-gradient(top,  #3272b7 0%,#004481 75%);
    background: -ms-linear-gradient(top,  #3272b7 0%,#004481 75%);
    background: linear-gradient(to bottom,  #3272b7 0%,#004481 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3272b7', endColorstr='#004481',GradientType=0 );
    */
}
.btn.blue:hover,
.product_summary .btn:hover {
    background:#004481;
}


/* standard page blocks */
.block.standard {
    background: #fff url('../img/bg_standard1.png') repeat-x;
    min-height: 500px;
    font-weight: lighter;
}

.block.standard h2 {
    color: #333;
    line-height: 33px;
    font-size: 30px;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}

.block.standard h3 {
    line-height: 16px;
    font-size: 21px;
    letter-spacing: normal;
    font-weight: bold;
    margin: 30px 0 3px;
    font-weight: normal;
    padding-top: 15px;
    border-top: 1px solid #bfbfbf;
}

.block.standard .col-xs-9 h3 {
    border-top: none;
}

.block.standard.mesh .site {
    _background: url('../img/bg_mesh.jpg') no-repeat 50% 0;
}


.block.standard .site {
    padding: 40px 15px;
}




/* breadcrumbs */
#breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    position: relative;
    _bottom: 30px;
}
#breadcrumbs li {
    list-style: none;
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
}
#breadcrumbs a {
    color: #000;
    text-decoration: none;
}
#breadcrumbs span {
    font-weight: bold;
}

.img-row {
    margin-bottom: 30px;
}

.img-row img {
    border: 1px solid #bbb;
}

h4.ss-title {
    font-size: 28px !important;
}

.ss-caption {
    text-align: center;
    margin-top: -6px;
    font-size: 14px;
    
}

/* team & people pages */
#people .person {
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

#people .person .bio {

}

#people .person h3 {
    font-size: 21px;
    font-weight: bold;
    text-transform: none;
    margin: 0 0 3px;
    border: none;
}

#people .person h4 {
    font-size: 17px;
    font-weight: bold;
    text-transform: none;
    margin: 8px 0 9px;
}

#people .person  img.person-photo {

}

#people .person.last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
}



/* sharethis widget */
#sharethis {
    text-align:right;
    border-top:2px solid #bababa;
    margin-top:25px;
    padding-top:13px;
    height:40px;
}
#sharethis * {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

#sharethat {
    text-align:right;
    margin-top:25px;
    padding-top:13px;
    height:40px;
}
#sharethat * {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

.stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
    height: auto !important;
}





/* HEADER */
#header {
    background-color: #f2f2f2;
    _background-image: url('../img/bg_header.png');
    background-repeat: repeat-y;
    background-position: top center;
    color: #3f3f3f;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #bdc1c4;
}



#header .mainlogo {
    padding: 20px 0 20px 0;
}
#header .mainlogo .img-responsive {
    margin: 0 auto;
}


#header .slogan {
    padding: 20px 0 2px 0;
    font-size: 17px;
    font-weight: bold;
    color:#717174;
}

#header .slogan a {
    color:#717174;
    text-decoration: none;
}

#header .slogan a:hover {
    color:#337ab7;
    text-decoration: none;
    
}

#header .xs-nav-label h4  {
    color: #fff;
    margin: 0;
    padding: 15px 0 0 15px;
    font-size: 18px;
}

#header .xs-nav-label h4 a, #main-nav .xs-nav-label h4 a:hover {
    color: #fff;
    text-decoration: none;
}


#header .header-controls {
    margin-bottom: 10px;
}

#header .locale-selection {
    margin-bottom: 10px;
}


#header .service-login select {
    margin-bottom: 10px;
}

#header .login-btn {
    margin-bottom: 10px;
}

#header #contactnum, #header .phonenum {
    _font-family: 'ff-din-web', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    _color: #3f3f3f;
    color:#337ab7;
    
    /*
    background-image:  url('/img/phone.png');
    background-repeat: no-repeat;
    background-position: center left;
    */
    _padding-left: 22px;
    padding-top: 5px;
    min-height: 34px;
}

body.lang_cn #header #contactnum {
    font-size: 14px;
}

#contactnum a:hover {
    text-decoration: none;
}

#header .locale-toggle {
    border: none;
    background-color: #f2f2f2;
}

#header #cnum-wrap {
    padding-left: 15px;
}
#header #contactnum {
    font-weight: bold;
    margin-top: 10px;
}

#header #site_search {    
    margin-bottom: 5px;
}


#headerarrow {
    background: url('../img/headerarrow.png');
    width: 30px;
    height: 16px;
    position: absolute;
    top: 139px;
    left: 83px;
    z-index: 100;
}

.social a,
#footer .social a {
    font-family:'isentia';
    -webkit-font-smoothing:antialiased;
    color:#3f3f3f;
    text-decoration:none;
    font-size:23px;
    line-height:23px;
    display:inline-block;
    position:relative;
    margin:0 10px 0 0px;
    transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    -o-transition:.2s;
    float:left;
}
#footer .social a {
    margin:0 10px 0 0;
    _color: #b3b3b3;
}
.social a:hover,
#footer .social a:hover {
    top:-2px;
    color:#004681;
    text-decoration:none;
}
/*#footer .social a:hover {
    color: #fff;
}*/

#footer #site_summary h2 {
    position: relative;
}

#footer .nl-sub-email {
    border: none;
}


#footer .icon {
    font-family: 'isentia';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top:0;
    right: 0;
    color: #fff;
}


.slide-more-btn {
   
    font-weight: normal;
    border:none;
    font-size: 26px;
    line-height: normal;
    vertical-align: middle;
    padding: 12px 12px 10px 12px
  
   
}


/* Background images are set within the HTML using inline CSS, not here */
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow {
    position: relative;
    height: 195px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #102c51;
}

#c2a .cycle-slideshow {
    height: auto;
    width: auto;
    border: none;
    background-color: transparent;
}

.cycle-slideshow img{width:100%;height:auto;}
.cycle-slideshow  div.cslide{float:none; width: 100%; height: 100%;}

.cycle-slideshow .cslide {
    color: #fff;
    display: none;    
}

.cycle-slideshow .cslide .slidecaption {
    z-index: 600;  
    background: none;
    _max-width: 310px;
    overflow: hidden;
    margin: 0;   
    text-shadow: 1px 1px 7px rgba(0,0,0,.4), 
                -1px -1px 7px rgba(0,0,0,.4), 
                 0 0 7px rgba(0,0,0,.4); 
    
    padding-left: 10px;
    padding-right: 10px; 
    color: #FFF;
    text-align: center;
}

.cycle-slideshow .cslide .slidecaption a {
    color: #fff;    
}

.cycle-slideshow  a:hover{
    text-decoration: none !important;
}


.cycle-slideshow .cslide .slidecaption h1, 
.cycle-slideshow .cslide .slidecaption h2, 
.cycle-slideshow .cslide .slidecaption h3, 
.cycle-slideshow .cslide .slidecaption h4, 
.cycle-slideshow .cslide .slidecaption h5, 
.cycle-slideshow .cslide .slidecaption h6 {
    text-transform: none;
    margin-bottom: 0;
}
.cycle-slideshow .cslide .slidecaption h1 {
    font-size: 30px;
    line-height: 32px;
}
.cycle-slideshow .cslide .slidecaption h2 {    
    font-size: 22px;
    line-height: 24px;
    line-height: 30px;
}
.cycle-slideshow .cslide .slidecaption h2 {    
    font-size: 22px;
    line-height: 22px;
}
.cycle-slideshow .cslide .slidecaption h3 {    
    font-size: 20px;
    line-height: 20px;
}
.cycle-slideshow .cslide .slidecaption h4 {    
    font-size: 18px;
    line-height: 18px;
}
.cycle-slideshow .cslide .slidecaption h5 {    
    font-size: 16px;
    line-height: 16px;
}
.cycle-slideshow .cslide .slidecaption h6 {    
    font-size: 16px;
    line-height: 16px;
}

.cycle-slideshow .cslide .slidecaption p {
    color: #FFF;
    display: inline-block;
    _font-family: "ff-din-web", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-top: 4px;
}

.cycle-pager {
    text-align: right; 
    z-index: 700; 
    position: absolute; 
    bottom: 10px;
    left: 0;
    margin: 0;
    padding: 0 40px 0 0;
    width: 100%;    
}
.cycle-pager span { 
    background-color: transparent;
    background-image: url(../../img/slideshow.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 17px; 
    height: 18px; 
    display: inline-block;    
    cursor: pointer;
    margin: 0 6px 0 6px;
    color:transparent;
    cursor: pointer;
}
.cycle-pager span.cycle-pager-active { 
    background-position: -19px 0;    
}
.cycle-pager > * { cursor: pointer;}




/* home pillars */
#home_pillars {
    
    background: #fff;       
    color: #fff;
    padding-top: 28px;
    padding-bottom: 28px;
}

#home_pillars_inner {
    _background-image: url('../img/home/bg_pillars_bottom.png');
    background-repeat: repeat-x;
    background-position: bottom left;  
}

#home_pillars .pillar {
    padding: 20px 0 20px 0;
    _border-left: 1px solid #bfbfbf;
    _border-right: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;    
    text-align: center;
    background-color: #f7f7f7;
    color: #3f3f3f;
}

#home_pillars .pillar a.mo {
    font-weight: bold;
    font-size: 13px;
}

#home_pillars .pillar:last-of-type {
    _border-right: 1px solid #747372;
    border-bottom:none;
}

#home_pillars .pillar .header {
    height: 70px;
    line-height: 70px;
    display: table;
    text-align: center;
    width: 100%;
}

#home_pillars .pillar h1, #home_pillars .pillar h2 {
    letter-spacing: 0;
    padding: 0 8px;
    font-size: 21px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    text-transform: none;
    font-weight: 600;
    color: #333;
}

#home_pillars .pillar .header-img {
    text-align: center;

}
#home_pillars .pillar .header-img img {
    width: 240px; 
    height: 140px;
    _border: 1px solid #7;
}


#home_pillars .pillar:hover {
    background: #e5e4e4;
    color: #000;
    _box-shadow: inset -7px 0 9px -7px rgba(0,0,0,0.4);
}


#home_pillars .pillar h2, #home_pillars .pillar p {
    _font-family: 'ff-din-web';
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 0 35px;
    padding-bottom: 15px;
}


#home_pillars .pillar .more {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-shadow: #000 -1px -1px 2px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 40px;
    width: 135px;

    _box-shadow: inset rgba(11, 41, 73, 0.76) 0 0 6px 2px;
    background: #213a72;
}

#home_pillars .pillar:hover .more {
    background: #2760b1;
    _box-shadow:inset rgba(11, 41, 73, 0.3) 0 0 6px 2px;
    
}







#home_clients {
    background-color: #f2f2f2;
    _border-bottom: 1px solid #bfbfbf;
    _border-top: 1px solid #bfbfbf;
    height: 264px;
    color: #000;
}

#home_clients .panel {
    position:relative;
    height:126px;
    _background:#e7e7e7 url('../img/clientspanel.png') repeat-x 0 -256px;
    background: #f2f2f2;
    overflow:hidden;
    padding: 0;
    margin: 0;
    border:none;
    box-shadow: none;
}


#home_clients h2 {
    font-size: 23px;
    line-height: 23px;
    color: #0172bc;
    padding: 25px 0 0 0;
    margin-left: 20px;
}

#home_clients h2 a {
    text-decoration: none;
    color:#333;
}
#home_clients .panel .holder {
    width:9999px;
    position:relative;
    margin-left:43px;
}

#home_clients .panel .prev,
#home_clients .panel .next {
    position:absolute;
    top:0;
    left:0px;
    height:130px;
    width:28px;
    _background:url('../img/clientspanel.png');
    cursor:pointer;
    z-index:99;
    padding: 0;
    display: none;
}
#home_clients .panel .next {
    background-position:0 -128px;
    left:auto;
    right:0;
}

#home_clients .panel a,
#home_clients .panel span {
    float:left;
    margin:8px 35px 0 0;
    height:110px;
    width:150px;
    text-decoration:none;
    text-indent:-9999px;
}
#home_clients .panel a:hover,
#home_clients .panel span:hover {
    background-position:0 -112px;
}
#home_clients .testimonials {
    font-weight: bold;
    text-decoration: none;
    _color: #717174;
    display: inline-block;
    margin: 12px 0 0 20px;
}
























/* FOOTER */
#footer, #footer-bottom {
    background-color: #bfbfbf;
    _background-image:url('../img/bg_footer.png');
    _background-position: top left;
    _background-repeat: repeat-x;
    
    color:#333;
    line-height:20px;
    font-size: 16px;
}

.foot {
    background-color: #bfbfbf;
}

#footer #footer-map {
    _background:url('../img/bg_footermap.png') no-repeat 50% 25px;
}

#footer #footer-container {
    padding-top: 30px; 
    padding-bottom: 20px;
}

#footer h3, #footer h2, #footer-bottom h3, #footer-bottom h2 {
    _font-family: "ff-din-web", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}

#footer h2, #footer-bottom h2 {
    _text-shadow:#000 -1px -1px 2px;
    color:#333;
    font-size:18px;
}

#footer h3, #footer-bottom h3  {
    font-size: 14px;
    margin: 0;
    color: #666;
}

#footer h2 a, #footer-bottom h2 a {
    font-weight:normal;
}

#footer a, #footer-bottom a  {
    color:#00497a;
    text-decoration:none;
    display:inline-block;
}
#footer a:hover, #footer-bottom a:hover {
    color:#fff;
    text-decoration: none;
}

#footer ul {
    list-style: none;
    margin: 0 0 1.3em;
    padding: 0;
}

#footer .col {

}
#footer .col.first {
    background:none;
    _padding-left:0;
    _width:155px;
}

#footer .col h2 {
    margin:0 0 7px;
    line-height:22px;
}
#footer .col h2 a {
    margin:0 0 7px;
    line-height:22px;
    color: #333;
    font-weight: bold;
}

#footer .col h2 a:hover {
    color: #fff;
}

#footer .col li a {
    _color:#fff;
    font-weight:normal;
    font-size:16px;
}
#footer .col li a:hover {
    text-decoration:underline;
}

#footer .icon {
    font-family:'isentia';
    -webkit-font-smoothing:antialiased;
    color:#d2006a;
    position:absolute;
    top:0;
    right:0;
}


#footer-bottom {
    margin-top: 0px;    
    padding: 10px 0 20px 0;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color:#333;
}

#footer-bottom, #footer #footer-bottom a {
    color: #333;

}

#footer-bottom a {
    color:#00497a;
}

#footer-bottom a:hover {
    color: #fff;
    text-decoration: none;

}


#footer-bottom .footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;    
}

#footer-bottom .footer-links ul li {
    display: inline-block;
    margin-left: 10px;

}

#footer-bottom .locale {
    font-weight: normal;
}

#footer #site_summary h2 {
    margin: 20px 0 10px ;
    position: relative;
}

#footer #site_summary h2:first-of-type {
    margin-top: 0;
}

#footer #site_summary h3 a {
    _color: #0171bc;
    font-size: 14px;
}

#footer #site_summary h2.tweet .icon {
    color: #01c1f3;
}

#footer #site_summary h2.contact .icon {
    color: #004781;
}

#footer #site_summary h2.newsletter .icon {
    color: #740056;
}

#footer #site_summary h3 {
    font-weight: bold;
    text-transform: none;
    _font-family: Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    margin-top: 5px;
}

#footer #site_summary .site-address {
    margin-top: 10px;
}

#mktFrmSubmit {
    font-weight: bold;
}

.bottom-c2a {

    width: 100%;
    padding: 10px 0 10px 0;   
    background: #000;
    color: #fff;
}

.bottom-c2a h2.call-to-action-heading {
    font-size: 22px;
    margin: 0;
    color: #fff;
}

.bottom-c2a p.lead {
    font-size: 14px;
    margin-bottom: 0px;
}


.call-to-action .container {
    padding: 0 15px;
}

.c2a-slide {
    text-align: center;
    width: 100%; 
    _height: 170px;
    display: none;
}

.slide-text {
    text-align: center;
    padding-top: 10px;
    color: #fff;
}

.slide-text h2 {
    text-align: center;
}


.c2a-btn-block a.btn-lg {
    font-family: 'Helvetica Neue', Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif;
    font-weight: bold;


}












/* OUR DIFFERENCE */
.block.standard.ourdifference h3 {
    border:none;
    margin:0 0 10px;
    padding:0;
    font-weight:bold;
    text-transform:none;
    color:#333;
    font-size:18px;
}

.ourdifference .column .promo {
    color:#004781;
    font-size:23px;
    line-height:32px;
    font-weight:light;
    _font-family:"ff-din-web", Helvetica, Arial, sans-serif;
}

/* override darn inline style */
.ourdifference .column p img[style] {
    width:100% !important;
    height: auto !important;
    padding-right: 10px;
}
/* override darn inline style */
.ourdifference .column h3 img[style] {
    width:100% !important;
    height: auto !important;
    padding-left: 10px;
}






/* OUR STORY */
.timeline {
    margin-top:15px;
    border-top:2px solid #c1c1c1;
    padding-top:10px;
}

.timeline .period {
    border-left:1px solid #004680;
    margin-left:6px;
}
.timeline .period.last {
    border-left:0;
    padding-left:2px;
}

.timeline .period .years {
    display:inline-block;
    vertical-align:top;	
    font-weight:bold;
    color:#0172bc;
    background:url('../img/timeline-small.png') no-repeat 0 4px;
    position:relative;
    right:5px;
    bottom:3px;
    padding-left:27px;        
    width:85px;
    font-size: 12px;
}

.timeline .period .details {
    display:inline-block;
    vertical-align:top;
    width:160px;
    position:relative;
    bottom:3px;
    font-size: 12px;
}




/* AWARDS */
#awards_main {
    _margin:60px auto -70px auto;
    margin:40px 0 -20px 0;
    display:block;
    position:relative;
    _left:50px;
    max-width: 760px;
    width: 100%;
    display: none;
}

.awards {
    position:relative;
    text-align:center;
    margin-bottom:40px;
}
.awards img {
    display:inline-block;
    margin:0 7px;
}






/* CLIENT SUCCESS STORIES */
#client-success-stories {
    background: url('../img/home/blog-bg.png');
    background-repeat: repeat-x;
    background-color: #f2f2f2;
}


#client-success-stories .left,
#client-success-stories .center,
#client-success-stories .right {
    float: left;
    margin-right: 10px;
    width: 310px;
}

#client-success-stories ul.stories {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    padding-top: 42px;
}

#client-success-stories ul.stories li {
    
    /*
    background: #3272b7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyNzJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNDQ4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #3272b7 0%, #004481 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3272b7), color-stop(75%,#004481));
    background: -webkit-linear-gradient(top,  #3272b7 0%,#004481 75%);
    background: -o-linear-gradient(top,  #3272b7 0%,#004481 75%);
    background: -ms-linear-gradient(top,  #3272b7 0%,#004481 75%);
    background: linear-gradient(to bottom,  #3272b7 0%,#004481 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3272b7', endColorstr='#004481',GradientType=0 );
    box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
    color: white;
    */
    
    float: left;
    font-size: 10pt;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 310px;
}

#client-success-stories ul.stories li:hover {
    cursor: pointer;
}

#client-success-stories ul.stories li img {
    width: 310px;
    height: auto;
}

#client-success-stories ul.stories li .content {
    margin-bottom: 16px;
    overflow: hidden;
    padding: 16px 0px 0 0px;
    width: 310px;
    max-height: 39px;
    transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -webkit-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
}

#client-success-stories ul.stories li .content .preview {
    position: absolute;
    width: 278px;
    max-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#client-success-stories ul.stories li .content .preview .quote {
    font-size: 1.2em;
}

#client-success-stories ul.stories li .content .full {
    visibility: hidden;
}

#client-success-stories ul.stories li .content .full .btn {
    height: 38px;
    line-height: 38px;
    border: 1px solid #666666;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-shadow: #000 0 -1px 2px;
    border-radius: 4px;
    text-decoration: none;
    background: #213a72;
    margin: 0 0 5px 0;
}

#client-success-stories ul.stories li .content-expanded {
    /*
    hack of height transition must apply style="max-height: auto;" manually, see
    client-success-stories.ctp jQuery
    */
}

#client-success-stories ul.stories li .content-expanded .preview,
.award-stories .content-expanded .story-preview 
{
    display: none;
}

#client-success-stories ul.stories li .content-expanded .full
{
    visibility: visible;
}

#client-success-stories ul.stories li h3.headline {
    border-top-width: 0;
    float: left;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0 0 16px 0;
    text-transform: none;
    width: 278px;
}

#client-success-stories ul.stories li  .content-expanded h3.headline,
#client-success-stories ul.stories li  .content-expanded .summary 
.award-stories .content-expanded h3.headline,
.award-stories .content-expanded .summary 

{
    white-space: normal;
    overflow: auto;
}

#client-success-stories ul.stories li .summary {
    float: left;
    width: 278px;
}

#client-success-stories ul.stories li .summary > p:last-child {
    margin-bottom: 0;
}

#client-success-stories ul.stories .testimonial-content {
    width: 730px;
    display: inline-block;
    vertical-align: top;
}

#client-success-stories ul.stories .testimonal-source span:first-child {
    font-weight: bold;
}

#client-success-stories .note {
    font-size: 16px;
    font-weight: normal;
    color: #0072BC;
    margin: 15px 0 5px 228px;
}

#client-success-stories .note p {
    margin: 1.3em 0 0.5em 0;
}





/* BLOG ARCHIVE */

#blog_header {
    background:#0F2D51 url('../img/bg_pillarbanner.jpg') 50% 0 no-repeat;
    border-bottom:1px solid #ccc;
    color:#fff;
    min-height:130px;
    padding-top: 20px;
}
#blog_header .site {

}

#blog_header #breadcrumbs {
    _position:static;
    _padding:20px 0 20px 10px;
    margin-bottom: 10px;
}

#blog_header h1 {
    _height:78px;
    _position:absolute;
    _bottom:10px;
    _left:15px;
    _line-height:90px;
    font-size:30px;
    text-shadow:#000 -1px -1px 2px;
    text-transform:none;
}

#blog_header #blog_locale {
    float: right;
}

#blog_header #blog_locale label {
    font-weight: normal;
    margin: 0;
}

#blog_header #blog_locale .form-control {
    width: 150px;
}

#blog_header .content {
    _padding:15px 0 10px;
    font-size:15px;
    font-weight:300;
}

#blog_header #breadcrumbs a {
    color:#fff;
}
#blog_header #breadcrumbs span {
    font-weight:bold;
}


.blog_author {
    width: 100%;
    border-top: 1px solid #bababa;

    border-bottom: 1px solid #bababa;
    padding: 10px 0;
}

.blog_author_2 {
    width: 100%;
    border-bottom: 2px solid #bababa;
    padding: 10px 0; 
}

.blog_author_2 img, .blog_author img {
    border: 1px solid #666668;
    float: left;
    margin-right: 20px;
}

.blog_author_2 .author, .blog_author .author {
    margin: 20px 0;
}

.blog_author_2 .author_image, .blog_author .author_image {
    height: 83px;
    float: left;
}

.blog_author_2 em, .blog_author em {
    font-size: 12px;
}

.blog_author_2 strong, .blog_author strong {
    font-size: 16px;
}



.block.standard.blogarchive h3 {
    text-transform:none;
    border:0;
    margin:0 0 12px;
    padding:0;
    font-size:24px;
    line-height:28px;
}
.block.standard.blogarchive h3 a {
    text-decoration:none;
}
.block.standard.blogarchive h3 a:hover {
    text-decoration:underline;
}

.block.standard.blogarchive .byline,
.block.standard.blogentry .byline {
    font-size:12px;
    font-style:italic;
    margin:0;
}
.block.standard.blogentry .byline {
    margin:5px 0 20px;
}
.block.standard.blogentry .content {
    _border-top:1px solid #C1C1C1;
    margin-top:5px;
    padding-top:20px;
}

.block.standard.blogentry h2 {
    font-size:26px;
}

.block.standard.blogentry h3 {
    text-transform:none;
    border:0;
    margin:30px 0 8px;
    padding:0;
    font-size:21px;
    font-weight:normal;
    line-height:24px;
    color:#004781;    
}
.block.standard.blogentry h3 a {
    text-decoration:none;
}
.block.standard.blogentry h3 a:hover {
    text-decoration:underline; 
}

#blogcontent {
    border-right:1px solid #c1c1c1;
}

#blogcontent .entry {
    padding-bottom:26px;
    border-bottom:1px solid #bbb;
    margin-bottom:30px;
}
#blogcontent .entry.last {
    border:0;
    padding:0;
    margin:0;

}

.blogentry #blogcontent .content img {
    max-width: 100%;
}

h4.blog {
    font-size: 18px !important;
}

.subblog {
    border-top: 1px solid #bbb;
    padding: 10px 0;
}

.subblog strong a {
    text-decoration: none;
}

.subblog .image {
    float: left;
    width: 170px;
}

.subblog .text {
    float: left;
    width: 504px;
}

#blogsidebar {

    _border-left:1px solid #C1C1C1;
}

#blogsidebar .group {
    margin-bottom:30px;
    margin-top: 15px;
}

#blogsidebar h4 {
    font-size:18px;
    margin:0 0 10px;
}

#blogsidebar ul,
#blogsidebar li {
    list-style:none;
    padding:0;
    margin:0;
}
#blogsidebar li {
    margin-bottom:8px;
    line-height:17px;
}

#blogsidebar .group.pillars li {
    display:inline-block;
    margin-right:10px;
    padding-right:10px;
    border-right:1px solid #bbb;
}
#blogsidebar .group.pillars li.last {
    margin-right:0;
    padding-right:0;
    border-right:none;
}

#blogpaginate {
    height:50px;
    margin-top:20px;
}
#blogpaginate a {
    float:left;
    font-weight:bold;
    text-decoration:none;
    color:#333;
    font-size:18px;
}
#blogpaginate a:hover {
    text-decoration:underline;
}
#blogpaginate .old {
    float:right;
}




/* CONTACT FORM */
input.error, select.error {background: #FFDBDB !important;}
.mktInput label.error {
    color: crimson;
}

.mktField label.control-label {
    text-align: left;
    font-weight: normal;
}

.mktField label span {
    color:crimson;
    font-weight: bold;
}

.resource-form .mktField label.error {
    font-size: 12px;
    color: crimson;
    margin-bottom: 0;
}

#blog_nl_subscribe {
    text-align: left;
}

.get-resource p {
    padding: 10px 10px 0 10px;
    font-size: 16px;
}



/* CONTACTS */
.block.standard .contactregion h3 {
	text-transform:none;
	font-weight:bold;
	line-height:24px;
	margin:35px 0 20px;
	padding-top:6px;
	cursor:pointer;
}
.block.standard .contactregion.first h3 {
	margin-top:20px;
}
.block.standard .contactregion h3:hover {
	color:#666;
	text-decoration:underline;
}
.contactregion h3 span {
	float:right;
	font-size:14px;
	font-weight:normal;
}

.contactregion .list {
	display:none;
}

.contactregion.open {
	margin-bottom:50px;
}
.contactregion.open h3 span {
	display:none;
}
.contactregion.open .list {
	display:block;
}

.contactregion .contact {
	padding:0 0 15px;
	border-bottom:1px solid #c1c1c1;
	margin:0 0 15px;
}
.contactregion .contact.last {
	border:none;
	padding:0;
}

.contactregion .contact h4 {
	font-weight:bold;
	color:#004781;
	font-size:16px;
	margin:0 0 5px;
}

.contactregion .contact .location {
	float:left;
	width:370px;
}

.contactregion .contact img {
	float:left;
	border:1px solid #bbb;
	padding:1px;
	margin-right:15px;
	width:57px;
	height:83px;
}

.contactregion .contact .profile {
	float:left;
	width:590px;
}

.contactregion .contact h5 {
	text-transform:none;
	color:#004781;
	font-size:16px;
	margin:0;
	letter-spacing:0;
}


#menu_main .products  ul {
    list-style: none;
}
#menu_main .products ul li a {
    color: #9d9d9d;
    text-decoration: none;
}
#menu_main .products ul li a:hover {
    color: #fff;
    text-decoration: none;
}

#menu_main .products > ul li.menu_blurb {
    display: none;
}

#menu_main .products > ul.dropdown-menu > li.all-products > a,
#menu_main .products > ul.dropdown-menu > li.all-services > a {
    color:#FFF;
    font-weight: bold;
    cursor: default;
}



/* SITEMAP */

#sitemap ul,
#sitemap li {
	margin:0;
	padding:0;
	list-style:none;
}

#sitemap {
	margin-top:30px;
}
#sitemap ul {
	padding-left:30px;
	border-left:1px solid #ccc;
}
#sitemap > ul {
	padding-left:0;
	border-left:none;
}

#sitemap li {
	padding-left:4px;
}






/* PRODUCTS */

#product_pillar_banner {
	background: #0d4779 url('../img/bg_productbanner.jpg') 50% 0 no-repeat;
	color: #fff;
}
#product_pillar_banner .site {
	height: 8i0px;
}

#product_pillar_banner #breadcrumbs {
	bottom: auto;
	top: 20px;
	left: 10px;
}
#product_pillar_banner #breadcrumbs a {
	color:#fff;
}
#product_pillar_banner #breadcrumbs span {
	font-weight: bold;
}

#product_pillar_banner h1 {
	height: 78px;
	background: url('../img/productbannerpillars.png') no-repeat;
	padding-left: 90px;
	position: absolute;
	bottom: 20px;
	left: 15px;
	line-height: 90px;
	font-size: 30px;
	text-shadow: #000 -1px -1px 2px;
}
#product_pillar_banner h1.inform {
	background-position:0 -160px;
}
#product_pillar_banner h1.insight {
	background-position:0 -80px;
}

#product h2 {
	border:none;
	font-size:28px;
	padding:0;
	margin:0 0 25px;
	color:#333;
}

#product .promo {
	max-width:900px;
}

.product_logo {
	float:right;
}

#product .product_left {
	float:left;
	width:360px;
	margin-top:15px;
	padding-right:30px;
}
#product .product_left .promo {
	width:auto;
}

#product .product_right {
	float:left;
	width:600px;
	margin-top:15px;
}
#product .product_right img {
	display:block;
	margin:0 auto 10px;
}
#product .product_right img.border {
	border:1px solid #808080;
}
#product .product_right .promo {
	width:auto;
}

.infoblock {
	background: #0171bc url('../img/bg_infoblock.png') repeat-x;
	border: 1px solid #333;
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	position: relative;
	padding: 13px;
	width: 330px;
}

.infoblock .start {
	position:absolute;
	top:-13px;
	left:10px;
	width:24px;
	height:14px;
	background:url('../img/infoblockarrow.png');
}
.infoblock p:last-child {
	margin-bottom: 0;
}

.infoblock strong:first-child {
	display: block;
	margin-bottom: -1.3em;
}

.infoblock ul {
	margin: -1.3em 0 0 0;
	padding:0;
}

.inlineblock {
	display: inline-block;
	vertical-align: top;
	border-left: 2px solid #bababa;
	padding: 0 20px 0 10px;
	margin-top: 10px;
}

.inlineblock.first {
	border-left: 0;
}

.inlineblock h1 {
	text-transform: none;
	font-weight: bold;
	font-size: 30px;
	line-height: 33px;
}

#product .inlineblock .promo {
	width: auto;
}

.block.standard .infoblock li {
	padding-left: 0;
	margin-left: 17px;
}

#product hr {
	border: 1px solid #bababa;
        clear: both;
}

#product .btn.more {
	height: 38px;
	line-height: 38px;
	border: 1px solid #666666;
	display:inline-block;
	font-size:12px;
	color:#fff;
	text-shadow:#000 0 -1px 2px;
	border-radius:4px;
	text-decoration:none;
        background: #213a72;
        
        /*
	box-shadow:inset rgba(0, 0, 0, 0.3) 0 0 6px 2px;
	background: #3272b7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyNzJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNDQ4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #3272b7 0%, #004481 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3272b7), color-stop(75%,#004481));
	background: -webkit-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: -o-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: -ms-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: linear-gradient(to bottom,  #3272b7 0%,#004481 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3272b7', endColorstr='#004481',GradientType=0 );
        */
        margin: 0 0 5px 0;
}
#product .btn.more:hover {
	background:#004481;
}

.btn span {
	-webkit-font-smoothing:antialiased;
	margin-right: 5px;
	line-height: 0;
}

#product_features_pillar_banner {
	background: #0e487b url('../img/bg_productbanner.jpg') 50% 0 no-repeat;
	color: #fff;
}

#product_features_pillar_banner .site {
	min-height: 170px;
	padding-bottom: 30px;
}

#product_features_pillar_banner #breadcrumbs {
	padding-top: 25px;
	padding-left: 10px;
	position: static;
}
#product_features_pillar_banner #breadcrumbs a {
	color: #fff;
}
#product_features_pillar_banner #breadcrumbs span {
	font-weight: bold;
}

#product_features_pillar_banner h1 {
	background: url('../img/product-banner-pillars.png') no-repeat;
	height: 52px;
	line-height: 52px;
	font-size: 18px;
	margin: 15px 0 0 10px;
	padding-left: 55px;
	position: static;
	text-shadow: #000 -1px -1px 2px;
}
#product_features_pillar_banner h1.inform {
	background-position: 0 -115px;
}
#product_features_pillar_banner h1.insight {
	background-position: 0 -59px;
}

#product_features_pillar_banner h2 {
	color: #004681 !important;
	line-height: 16px !important;
	padding: 15px 0 0 10px;
	text-transform: capitalize;
}

#product_features_pillar_banner .promo {
	margin-top: 0;
}

#product_features_pillar_banner .promo p {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	padding: 15px 0 0 10px;
}

#product_features_pillar_banner .promo,
#product_features_pillar_banner .asset {
	float: left;
	width: 50%;
}

#product_features_pillar_banner .asset {
	padding-left: 15px;
	padding-top: 15px;
}

img.product_banner {
	display: block;
	width: 100%;
	height: auto;
}

#product_features .product_promo {
	background: url('../img/bg_product_hr.png') no-repeat center bottom;
	min-height: 170px;
}

#product_features .product_promo.site {
	padding-top: 0;
}

#product_features .product_promo #breadcrumbs {
	padding-bottom: 10px;
	position: static;
}
#product_features .product_promo #breadcrumbs a {
	color: black;
}
#product_features .product_promo #breadcrumbs span {
	font-weight: bold;
}

#product_features .product_promo #product_features_pillar_banner h2 {
	color: #004681 !important;
	line-height: 16px !important;
	padding: 15px 0 0 10px;
	text-transform: capitalize;
}

#product_features .product_promo .promo {
	margin-top: 0;
}

#product_features p, #product_features ul, #product_features p a {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0;
	padding: 0;
}

#product_features .product_promo .product_promo_content,
#product_features .product_promo .asset {
	float: left;
	width: 50%;
}

#product_features .product_promo .product_promo_content .promo {
	width: auto;
}

#product_features .product_promo .product_promo_content h2 {
	margin-bottom: 0;
}

#product_features .product_promo .product_promo_content p:first-child {
	padding-top: 0;
}

.product_promo_content p {
	padding-top: 15px !important;
}

#product_features .product_promo .product_promo_content ul.product_promo_nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#product_features .product_promo .product_promo_content ul.product_promo_nav li {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 15px 5px 0 0;
	opacity: 0;
	filter: Alpha(Opacity=0);
	transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-webkit-transition: opacity 1s;
}


#product_features .product_promo .product_promo_content ul.product_promo_nav li.active {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

#product_features .product_promo .asset {
	padding-left: 15px;
}

#product_features .promo {
	width:750px;
}

.product_logo {
	float:right;
}

#product_features {
	padding-top: 25px;
}

#product_features h2 {
	padding: 0;
	margin: 0 0 15px 0;
}

#product_features .product_row {
	background: url('../img/bg_product_hr.png') no-repeat center bottom;
	margin: 0 auto;
	padding: 25px 0 31px 0; /* PNG is 6px high making up top/bottom diff */
	width: 1000px;
}

#product_features .product_row.last {
	background-image: none;
	padding-bottom: 0;
}

#product_features .product_row:first-child {
	margin-top: 0;
}

#product_features .product_row > .promo {
	color: #0072bc;
	font-size: 16px;
	line-height: 18px;
	margin-top: 0;
	padding: 0 15px;
	width: 970px;
}

#product_features .product_row > .promo .promo-content {
	max-height: 64px;
	overflow: hidden;
	float: left;
	transition: max-height 1s;
	-moz-transition: max-height 1s;
	-o-transition: max-height 1s;
	-webkit-transition: max-height 1s;
}



#product_features .product_row > .promo .promo-content.active {
	max-height: 500px;
}

#product_features .product_row > .promo p:last-child {
	margin-bottom: 0;
}

.promo-toggle {
	display: none;
}

#product_features .product_row > .promo .promo-toggle {
	background-image: url('../img/infoblockarrow-down.png');
	background-repeat: no-repeat;
	display: block;
	float: right;
	right: 0;
	top: 0;
	width: 24px;
	height: 14px;
}

#product_features .product_row > .promo .promo-toggle:hover {
	opacity: 0.8;
	filter: Alpha(Opacity=80);
}

#product_features .product_row > .promo .promo-toggle.active {
	background-image: url('../img/infoblockarrow.png');
}

#product_features .infoblock {
	background-color: black;
	background-image: url('../img/bg_product_full_infoblock.png');
	background-position: top center;
	border-width: 0;
	color: #0072bc;
	position: static;
	padding: 45px 0;
	text-align: center;
	width: auto;
}

#product_features > div > .infoblock p {
	_font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	margin: 5px auto;
	width: 970px;
}


#product_features .product_row .infoblock ul {
	margin-top: 0;
}

#product_features .product_row .infoblock {
	background-color: transparent;
	background-image: none;
	border-width: 0;
	color: #333;
	font-size: 16px;
	line-height: 1.4em;
	padding: 0;
	position: static;
	text-align: inherit;
	width: auto;
}

#product_features .product_row .infoblock p {
	margin: inherit;
	width: auto;
}

#product_features .product_row .product_block:nth-child(even) {
	margin-left: 0;
	width: 485px;
}

#product_features .infoblock .start {
	display: none;
}

#product_features .infoblock strong:first-child {
	display: inline;
	_font-family: "ff-din-web", Helvetica, Arial, sans-serif;
	font-weight: normal;
}

#product_features_pillar_banner h2,
#product_features h2,
#product_features .promo h2,
#product_features .promo h3,
#product_features .infoblock h3,
#product_features .infoblock strong:first-child,
#product_features .infoblock,
.product_enquiry h2 {
	color: #0072BC;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
}

#product_features .promo h3,
#product_features .infoblock h3 {
	border-top-width: 0;
	margin: 0 0 15px;
	padding-top: 0;
}

#product_features_pillar_banner .videooverlay,
#product_features .product_promo .videooverlay {
	display: inline-block;
	position: relative;
	width: 490px;
	height: 262px;
}

#product_features_pillar_banner .videooverlay img,
#product_features .product_promo .videooverlay img {
	z-index: 10;
}

#product_features_pillar_banner .videooverlay .play-icon,
#product_features .product_promo .videooverlay .play-icon {
	background: url('/img/video-overlay-play.png') no-repeat center center;
	margin-top: -262px;
	opacity: 0.9;
	filter: Alpha(Opacity=90);
	position: relative;
	transition: opacity 0.15s;
	-moz-transition: opacity 0.15s;
	-o-transition: opacity 0.15s;
	-webkit-transition: opacity 0.15s;
	width: 490px;
	height: 262px;
	z-index: 20;
}

#product_features_pillar_banner .videooverlay:hover .play-icon,
#product_features .product_promo .videooverlay:hover .play-icon {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

#product_features_pillar_banner .videooverlay:hover img,
#product_features .product_promo .videooverlay:hover img {
	box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 0 1px 2px;
}

#product_features .site {
	padding: 30px 15px;
}

#product_features #sharethis {
	border-top-width: 0;
	height: auto;
	margin-top: 0;
	padding-top: 0;
}

#product_features .btn.more {
	height: 38px;
	line-height: 4px;
	padding: 15px;
	border: 1px solid #666666;
	display:inline-block;
	font-size:16px;
	color:#fff;
	text-shadow:#000 0 -1px 2px;
	border-radius:4px;
	text-decoration:none;
	box-shadow:inset rgba(0, 0, 0, 0.3) 0 0 6px 2px;
	background-color: #3272b7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyNzJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNDQ4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #3272b7 0%, #004481 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3272b7), color-stop(75%,#004481));
	background: -webkit-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: -o-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: -ms-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: linear-gradient(to bottom,  #3272b7 0%,#004481 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3272b7', endColorstr='#004481',GradientType=0 );
}
#product_features .btn.more:hover {
	background:#004481;
}

#product h1 {
    font-size: 24px;
    margin: 20px 0 20px 0;
    text-transform: none;
    letter-spacing: normal;
}

#product  h4 {
    line-height: normal;
    text-transform: none;
    margin: 0;
    letter-spacing: normal;
    font-size: 16px;
}

#product .blockimage {
    margin-top: 0;
}

#product ul {
    margin-bottom: 20px;
}

#product .panel-primary, .well-lg {    
-webkit-box-shadow: -2px 2px 5px 0px rgba(5, 5, 5, 0.5);
-moz-box-shadow:    -2px 2px 5px 0px rgba(5, 5, 5, 0.5);
box-shadow:         -2px 2px 5px 0px rgba(5, 5, 5, 0.5);
}

#product .well-lg h1 {
    margin-top: 0;
}

#product .modules-row {
    background-color: #000;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}

#product .panel {
    background: #020202;
    border: 1px solid #888;
}

#product .panel-primary .panel-body {
    padding-bottom: 4px;
    color: #fff;
    
}

#product .panel-primary  .panel-heading {
    font-weight: bold;
    font-size: 20px;
    text-shadow: -2px 1px 2px rgba(5, 5, 5, 0.65);
    line-height: 22px;
    background: #004781;
    border-bottom: 1px solid #888;
}

.bs-btn-primary {
    background-color:  #004781;
}

#product .panel-primary  .panel-heading .glyphicon, .well-lg h1 .glyphicon {
    vertical-align: top;
}

#product .well-lg .blockimage {
    margin: 0;
}

#product .well-lg .psubhead {
    font-size: 20px;
    margin-bottom: 10px;
}

#product .well-lg h1 strong {
    _color: #04509b;
    font-size: 25px;
}

#product .mp-header {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: -10px 0 20px 0;

}

#product .mp-header-img {
    background-image: url('../img/train-station.jpg');
    background-repeat: no-repeat;
    _background-size: 100% 100%;
    _width: 100%;
    min-height: 185px;
    margin-bottom: 0px;
}

#product .mp-header-img .banner-caption {
   padding: 30px 0 0 30px;
   text-shadow: -2px 1px 2px rgba(0, 0, 0, 1);
}



#product .mp-header-img h1, #product .mp-header-img h2 {
    color: #FFF;
    font-weight: 600;
    _font-family: "ff-din-web", Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 0;
}

#product .mp-header-img h1 {
    font-size: 32px;
    margin-bottom: 12px;
}




.product_block {
	float: left;
	margin: 0 15px;
	width: 470px;
}

.product_block .promo {
	width: auto;
}

.product_block img {
	display: block;
	margin: 0 auto 10px;
	max-width: 60%;
}

.product_block img.border {
	border: 1px solid #808080;
}

.ui-widget-overlay {
	background-color: black;
	opacity: 0.8;
	filter: Alpha(Opacity=80);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 100%;
}

.ui-dialog {
	z-index: 501;
}

.product_enquiry {
	background: #3272b7;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMyNzJiNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iIzAwNDQ4MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  #3272b7 0%, #004481 75%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3272b7), color-stop(75%,#004481));
	background: -webkit-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: -o-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: -ms-linear-gradient(top,  #3272b7 0%,#004481 75%);
	background: linear-gradient(to bottom,  #3272b7 0%,#004481 75%);
	border-radius: 4px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border: white solid 1px;
	box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
	color: white;
	padding: 30px;
	margin: 0 auto;
	width: 1000px;
}

.product_enquiry_summary {
	_font-family: "ff-din-web", Helvetica, Arial, sans-serif;
}

.product_enquiry_summary p {
	font-size: 18px;
	line-height: 20px;
}

.product_enquiry h2 {
	color: white;
	font-weight: normal;
	margin-bottom: 10px;
}

.product_enquiry_summary,
.product_enquiry_form {
	float: left;
	width: 469px;
}

.product_enquiry_form {
	padding-left: 97px;
}

.product_enquiry #mktForm_31 .mktField label {
	margin-right: 0;
	width: 8px;
}

#product_features div .back-to-top {
	background: url('../img/bg_product_hr.png') no-repeat center bottom;
	padding-top: 0;
	padding-bottom: 31px;
}

.back-to-top {
	text-align: right;
	font-size: 16px;
	line-height: 20px;
}




#floating-box {
    position:absolute;  
    width:250px;
    height: auto;
    top:30px;
    right:10px;  
    padding: 0 0 4px 0;
    margin-top: 15px;
    background:#e9e9e9;  
    z-index:100; 
    -webkit-box-shadow: -3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    border-radius: 4px;
    padding-top: 8px;

}



#floating-box .contact-c2a {
    line-height: normal;
    color: #666;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

#product #floating-box p a.btn {
    
    /*
    animation-duration:10s !important;
    animation-name: glowbtn !important;
    animation-iteration-count: infinite !important;  
    animation-direction: alternate !important;
    -webkit-animation-duration:10s !important;
    -webkit-animation-name: glowbtn !important;
    -webkit-animation-iteration-count: infinite !important;  
    -webkit-animation-direction: alternate !important;
    -moz-animation-duration:10s !important;
    -moz-animation-name: glowbtn !important;
    -moz-animation-iteration-count: infinite !important;  
    -moz-animation-direction: alternate !important;
    */
    
    text-transform: uppercase;

    -webkit-transition: 500ms linear 0s !important;
    -moz-transition: 500ms linear 0s !important;
    -o-transition: 500ms linear 0s !important;
    transition: 500ms linear 0s !important;
    outline: 0 none !important;
    background-image: none;
    background-color:#004481;

    box-shadow: none;

}

#product #floating-box p a.btn:hover {
    background-color: #0f2d51;
}

/*
@keyframes glowbtn {
    from {
        color: #aaf;
        text-shadow:none;
    }
    
    to {
        color: #fff;
        text-shadow: -1px 1px 8px #ffc, 2px -2px 8px #fff;
    }
}
@-webkit-keyframes glowbtn {
    from {
        color: #aaf;
        text-shadow:none;
    }
    
    to {
        color: #fff;
        text-shadow: -1px 1px 8px #ffc, 2px -2px 8px #fff;
    }
}
@-moz-keyframes glowbtn {
    from {
        color: #aaf;
        text-shadow:none;
    }
    
    to {
        color: #fff;
        text-shadow: -1px 1px 8px #ffc, 2px -2px 8px #fff;
    }
}
*/

#floating-box #box-header {
    background-image: url('../img/isentia-logo.png');
    background-repeat: no-repeat;
    background-position: top center;
    width: 150px;
    height: 41px;
    margin: 10px auto;
    background-size: 100%;
}

#floating-box  .close-btn {
    position: absolute;
    top: -12px;
    right: -6px;
    cursor: pointer;
}

#floating-box p {
    margin: 10px 16px 10px 16px;
    padding: 0;
}



#floating-box p .btn {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 8px !important; 
    
}
.slidebox-container {
    position: relative;
}





.blog-search {
    padding:  6px 0 0 0;
    margin-bottom: 10px;
}

.blogwrap {
    padding-top:  15px !important;
}

#blogcontent {
    border-right: none;
}



#main_blog_header {
    _background:#0F2D51 url('../img/bg_pillarbanner.jpg') 50% 0 no-repeat;
    background-color: #0b4d81;
    border-bottom:1px solid #ccc;
    color:#fff;
    _min-height:50px;
    padding-top: 0px;
}

#main_blog_header .nav-pills {
    margin-top: 10px;
}

#main_blog_header .nav-pills>li>a {
    border-radius: 0px;
    
    background-color: #0b4d81;
    color:#fff;
    _border-left: 1px solid #fff;
    _border-bottom: 1px solid #fff;
    _border-right: 1px solid #fff;
    _border-top: 1px solid #fff;
    font-weight: bold;
}

#main_blog_header .nav-pills>li>a:hover {
    background-color: #0F2D51;
}

#main_blog_header .nav-pills>li.active>a {
    background-color: #0F2D51;;
}





.featured-posts {
    margin-bottom: 20px;
    border-bottom: 1px solid #bababa;
}


.featured-blog {
    _background: #fff;
    _border: 1px solid #c1c1c1;
    margin-bottom: 10px;    
}

.featured-blog .fb-img {
    _border-bottom: 1px solid #c1c1c1;
    padding: 0px;
    background: #fff;
    border: none;
}

.featured-blog .fb-img img {
    _border: 1px solid #c1c1c1;
}

.featured-blog .fb-tease {
   padding: 10px 0;
}

.block.standard.blogarchive .featured-blog .fb-tease h3 {
    margin-bottom: 8px;
}
.block.standard.blogarchive .featured-blog .fb-tease h3 a {
    color:#333;
}

.block.standard.blogarchive .wp-block .wp-tease h3,
.block.standard.blogarchive .wp-block .wp-tease h3, 
#blog-grid .wp-block .wp-tease h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

#blog-grid .wp-block .wp-tease h3 {
    margin-top: 0;
    border-top: none;
    padding-top: 5px;
}

.wp-block {
    margin-bottom: 15px;
    border: 1px solid #c1c1c1;
    background: #000;
    border-radius: 4px;
    
}

.wp-block .wp-img {
    _background: #fff;
    padding: 10px 10px 0 10px;
    
}

.wp-block .wp-img  img {
    width: 100%;
}

.wp-block .wp-tease {
    
    color: #fff;
    padding: 10px;
    text-align: center;
}

.wp-block .wp-tease p {
   font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 0 10px;
    padding-bottom: 30px;
}
#blog-grid .wp-block .wp-tease h3 a,
.wp-block .wp-tease h3 a {
    color: #fff !important;
    margin-top: 0 !important;
    letter-spacing: 0;
    font-size: 21px;
    line-height: 22px !important;
    text-transform: none;
    font-weight: 600;
}

.wp-block .wp-tease h3 a:hover {
    text-decoration: none !important;
}

.wp-block .more {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-shadow: #000 -1px -1px 2px;
    border-radius: 4px;
    text-decoration: none;
    line-height: 40px;
    width: 135px;
    box-shadow: inset rgba(11, 41, 73, 0.76) 0 0 6px 2px;
    background: #055e9c;
}

.wp-block .more:hover {
    background: #bdc300;
    box-shadow:inset rgba(11, 41, 73, 0.3) 0 0 6px 2px;
}

.ad-space-block {
   margin-bottom: 20px;   
}


.res-img img {
    border: 1px solid #c1c1c1;
}


.blog-post-list .bpost {
    margin-bottom: 20px;
    _border: 1px solid #c1c1c1; 
    _background: #fff;
    padding: 15px;
}

.blog-post-list .bpost h3 a {
    color: #333;
}

.blog-post-list .post-thumb {
    _border: 1px solid #c1c1c1; 
    _background: #fff;
    padding: 0px;
}

.blog-post-list .post-thumb img {
    border:none;    
}
.blog-post-list .post-tease {
    _padding-left: 0;
}


.recent-post {
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.recent-post .col-sm-3, .recent-post .col-sm-9 {
    padding: 5px;
}

.recent-post .col-sm-9  {
    line-height: normal;
    padding-top: 0;
}

.recent-post .col-sm-3 {
    background: #fff;
    padding: 0;
}

.recent-post  .recent-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.recent-post  .recent-title a {
    color: #333;
}

.recent-post p {
    color: rgb(51,51,51);
    font-family: Helvetica, Arial, sans-serif;
    font-size:13px;
    margin: 0;
    padding: 0;
}


.sticky-header {
    
}

.get-resource {
    border: 1px solid #c0c0c0;
    background: #fff;
    -webkit-box-shadow: -2px 2px 3px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    -2px 2px 3px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 2px 3px 0px rgba(50, 50, 50, 0.75);
}

.block.standard.blogentry .get-resource h3 {
    background: linear-gradient(to bottom, #3272b7 0%,#004481 75%);
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
}

.block.standard.blogentry .get-resource form {
    padding: 10px;
}

.resource-content {
    
}


.learn-more-btn {
    text-align: center;
    margin-bottom: 15px;
}


#home_blog {
    background: #000;
}

#award-grid {
    padding: 0;
    _background: url('../img/home/blog-bg.png');
    background-repeat: repeat-x;
    background-color: #ebebeb;
}

#award-grid .stories-header {
    color: #fff;
    padding: 0 15px;
}

#award-grid .stories-header h2 {
    line-height: 33px;
    font-size: 30px;
    text-transform: none;
    letter-spacing: normal;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: normal;
}

#award-grid .row {
    padding: 0;
    margin: 0;
    padding: 15px 10px 15px 10px;
}

.award-stories .story-img {
    padding: 10px 10px 0 10px;
}

.award-stories .story-img img {
    width: 100%;
    height: auto;
    max-width: 600px;
}

#award-grid .award-story {
    cursor: pointer;
    margin: 0 0 10px 0;
    
}

#columns .col-xs-12 {
    padding: 0;
    margin: 0;
}

.award-stories .award-story .story-preview {
    _width: 298px;
    max-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.award-stories .award-story {
    
    /*
    background: #3272b7;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #3272b7 0%, #004481 75%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3272b7), color-stop(75%,#004481));
    background: -webkit-linear-gradient(top, #3272b7 0%,#004481 75%);
    background: -o-linear-gradient(top, #3272b7 0%,#004481 75%);
    background: -ms-linear-gradient(top, #3272b7 0%,#004481 75%);
    background: linear-gradient(to bottom, #3272b7 0%,#004481 75%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3272b7', endColorstr='#004481',GradientType=0 );
    box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
    -moz-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 8px -1px;
    color: white;
*/
    font-size: 10pt;
    background: #fff;
    _border: 1px solid #bfbfbf;
    border-radius: 4px;
    
    
    margin: 0px 0 20px 0;
    padding: 0;
    _width: 100%;
}

#award-grid .award-stories .story-content {
    overflow: hidden;max-height: 39px;
     transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -webkit-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-out;
    -moz-transition: max-height 0.5s ease-out;
    -webkit-transition: max-height 0.5s ease-out;
}

.award-stories .story-content {
    margin-bottom: 0px;
    
    _padding: 10px 16px 0 16px;
    padding: 10px 10px 0 10px;
}

.award-stories .story-content .btn {
    height: 38px;
    line-height: 38px;
    border: 1px solid #666666;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-shadow: #000 0 -1px 2px;
    border-radius: 4px;
    text-decoration: none;
    background: #213a72;
    margin: 0 0 10px 0;
}

.expnd {
    transition: none !important;
    -moz-transition:none !important;
    -webkit-transition: none !important;
    transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

#award-grid .award-stories .story-content .story-full {
   visibility: hidden;
}

#award-grid .award-stories .content-expanded .story-full {
    visibility: visible;
}

#award-grid #columns .col-sm-3 {
    padding-left: 0;
}

#product .prod-image {
    display: block;
    margin: 25px auto 0px auto;
    width: 100%;
    height: auto;
}


#c2a {
    background: #000;
}

.ZingayaWidget {
    top: 15% !important;
}

.ZingayaWidget {
    z-index: 99999999;
    height: 139px;
    width: 26px;
    background-color: #004781;
    background: linear-gradient(to right, #004781 0%,#004781 100%);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 50%;
    margin-top: -69.5px;
    right: 0px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.ZingayaLink {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(http://cdn3.zingaya.com/label_h-139_w-26_t-Call%20Us%20Online_c-ffffff_fs-14_is-18);
    background-repeat: none;
    background-position: center center;
    background-size: 26px 139px;
}

.ZingayaLink:before {
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 26px;
    -moz-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.13);
    background: url(http://cdn3.zingaya.com/zingaya_gc1-fcfcfc_gc2-fcfcfc_go1-1_go2-1_ds-0_sc-13487f_so-0.5) center center no-repeat;
    background-size: 18px;
}


.mktoOffset {display: none;}
.mktoError[style] {
    right:auto !important;
    left: 0 !important;
    bottom: -34px !important;
}

.mktoForm .mktoAsterix {
    float: right !important;
    padding-left: 5px !important;
}

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

    .blockimage {
        display:block;
        margin:25px auto 30px;
        max-width:100%;
        _border:1px solid #bbb !important;
        background:#fff;
        padding:4px;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        box-sizing:border-box;
    }
    
    #blogcontent .blockimage {
        padding: 0;
        background: none;
        border:none;
    }

    #header .service-login {    
        border-left: 1px solid #bfbfbf;     
    }

    #header .service-login select {
        margin-right: 5px;
    }

    #header .mainlogo .img-responsive {
        margin: 0;
    }    

    .navbar-isentia {
        background: none;
        border-radius: 0;
        border:none;
        box-shadow: none;
        margin-bottom: 0;
        min-height: 0;
    }

    .navbar-isentia .container-fluid, .navbar-isentia .navbar-collapse {
        padding: 0;
    }

    .navbar-isentia .navbar-nav>li>a {
        padding: 0px 3px 0px 3px;
        _border-right: 1px solid #747372;
        font-size: 8px;
        font-weight: bold;
        text-transform: uppercase;
        color: #3f3f3f;
        text-shadow: none;
    }
    
    .navbar-isentia .navbar-nav>li>a:focus {
        color: #3f3f3f;
    }

    .navbar-isentia .navbar-nav>li>a:hover {
        color:#004681;
    }

   
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
        color:#004681;
        background: none;
        background-color: transparent;
        _border-right: 1px solid #bfbfbf;
        border:none;
        outline: none;
        box-shadow: none;
    }
   

    .navbar-isentia  .navbar-nav li.products>a.dropdown-toggle:first-of-type {
        padding-left: 0;
    }
    .navbar-isentia  .navbar-nav li.product-logins>a.dropdown-toggle:last-of-type {
        padding-right: 0;
    }

    .navbar-isentia  .navbar-nav li:last-child>a:first-of-type {
        border-right: none;
    }

    .navbar-isentia .navbar-nav {
        padding-top: 5px;
        border-top: 2px solid #e4e4e4;
    }

    #home_pillars .pillar {
        padding: 20px 0 20px 0;
        border-left: none;

    }




    #home_pillars .pillar:last-of-type {
        _border-right: 1px solid #bfbfbf;
        _border-bottom:none;
    }
    #home_pillars .pillar:nth-child(odd) {

    }

    .timeline .period {
        border-left:2px solid #004680;
    }

    .timeline .period .years {
        background:url('../img/timeline.png') no-repeat 0 4px;
        right:10px;
        bottom:3px;
        padding-left:57px;        
        width:130px;
        font-size: inherit;
    }

    .timeline .period .details {
        width:500px;
        font-size: inherit;
    }



    #awards_main {
        _margin:60px auto -70px auto;
        margin:40px auto -30px auto;
        display:block;
        left:50px;
        max-width: 625px;
        width: 100%;
    }


    /* drop down menu navbar */
    @-moz-document url-prefix() {
        #menu_main > li > a,
        #menu_main > li > span {
            _letter-spacing:.06em;
        }
    }

    #menu_main > li.first > span {
        background:none;
        padding-left:0;
        margin-left:0;
    }
    .dropdown:hover .dropdown-menu {
        display: block;
     }
    #menu_main > li > ul {
        _display:none;
        _background:rgba(255,255,255,.9);
        background: #fff;
        z-index:99999;
        color:#000;
        border:2px solid white;
        border-top:0;
        white-space:nowrap;
        border-bottom: 4px solid #25588b;
    }

    #menu_main > li.open > ul,
    #menu_main > li:hover > ul {
        _display:block;
        padding: 15px 20px 15px 20px;
    }
    #menu_main > li > ul li {
        line-height:21px;
        padding-top: 3px;
    }
    #menu_main > li > ul a {
        _color:#004681;
        color:#337ab7;
        font-weight: bold;
        font-size: 14px;
        text-transform:none;
        text-decoration:none;
        white-space:nowrap;
        line-height:18px;
        letter-spacing:normal;
        display:inline-block;
        background: none;
        padding: 0;
        _padding-bottom: 5px;
    }


    #menu_main > li > ul > li > ul > li > ul > li a{
        font-weight: normal;
    }


    #menu_main > li > ul > li > ul > li {
        margin-bottom: 8px;
    }

    #menu_main > li > ul > li > ul > li > ul > li > span {
        padding-bottom: 10px;
    }

    #menu_main > li > ul a:hover,
    #menu_main > li > ul li.active > a {
        color:#000;
        _padding-bottom:4px;
        line-height:18px;
        border-bottom:1px dotted #000;
    }

    #menu_main > li:first-child > ul {
        left:0;
    }
    #menu_main > li.open > span,
    #menu_main > li:hover > a,
    #menu_main > li:hover > span,
    #menu_main > li.active > a,
    #menu_main > li.active > span {
        color:#337ab7;
    }
    
    #menu_main .products  ul {
        list-style: none;
        padding: 0;
    }

    #menu_main .products ul li a, #menu_main .products ul li a:hover {
        _color:#004681;
        color: #337ab7;
        font-size: 15px;

    }


    #menu_main .products > ul > li > a {
        text-transform: uppercase;
        padding-bottom: 10px;

    }
    
    #menu_main .products > ul > li {
        display:inline-block;
        margin-right:45px;
        vertical-align:top;
        
        _width: 300px;
    }
    #menu_main .products > ul > li:last-child {
        margin-right:0;
    }
    #menu_main .products > ul > li > span {
        display:block;
        color:#004681;
        font-size: 16px;
        margin-bottom:10px;
        text-transform:uppercase;
        font-weight:bold;
    }
    
    #menu_main .products > ul li.menu_blurb {
        padding-top: 0;
        display: block;
    }
    
    #menu_main .products > ul li.menu_blurb > span {
        font-weight: normal;
        display: block;
        _color: #444444;
        color:#333;
        text-transform: none;
        width: 300px;
        white-space: normal;
        font-size: 13px;
        padding-top: 0;
        padding-bottom: 2px;
    }
    #menu_main .products > ul > li > a:hover,
    #menu_main .products > ul > li.active > a {
        color:#3D84C0;
        border:0;
    }
    #menu_main .products > ul > li.inform > a {
        background-position:0 -32px;
    }
    #menu_main .products > ul > li.insight > a {
        background-position:0 -64px;
    }
    
    #menu_main .products > ul.dropdown-menu > li.all-products > a,
    #menu_main .products > ul.dropdown-menu > li.all-services > a {
        _color:#004681;
        color: #337ab7;
        font-weight: bold;
        cursor: default;
        font-size: 16px;
        color:#45494a;
    }
    
    #product h2 {
        font-size: 35px;
    }
    
    #product .btn.more {
        font-size:16px;
        margin-bottom: 0;
    }
    
    .sticky-header {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 999;
    }
    
    #main_blog_header .nav-pills>li>a {    
        border-right: none;            
    }
    
    #main_blog_header .nav-pills>li:last-child>a {
        _border-right: 1px solid #fff;
    }
    
    .resource-content {
        min-height: 300px;
    }

    #award-grid #columns[data-columns]::before {
        content: '2 .col-sm-6';
    }
    
    .cycle-slideshow .cslide .slidecaption {
        text-align: left;
    }
    
    
    #header .locale-toggle {
        float: right;
    }

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    #header {
        height: 122px;
    }

    #header .locale-selection {
        margin-bottom: 0px;
    }
    #header .service-login select {
        margin-bottom: 0px;
        margin-right: 5px;
    }

    #header .login-btn {
        margin-bottom: 0px;
    }

    .navbar-isentia .navbar-nav>li>a {
        padding: 0px 9px 0px 9px;
        _border-right: 1px solid #bfbfbf;
        border-right: none;
        font-size: 10px;
    }


    #home_pillars .pillar {
        padding: 0px 0 20px 0;
        _border-left: 1px solid #bfbfbf;
        border-right: none;
        border-bottom: none; 
    }
    
    #home_pillars .pillar-box {
        padding: 0 8px 0 8px;
    }

    #home_pillars .pillar:last-of-type {
        _border-right: 1px solid #bfbfbf;
        
    }

    #home_pillars .pillar .header-img img {
        width: 100%;
        height: 132px;
        border:none;
    }

    #footer .col {
        
        min-height: 165px;
    }

    #footer #footer-bottom {
        text-align: left;
    }
    #footer-bottom .slogan-footer,  #footer-bottom .footer-links  {
        text-align: right;
    }


    #headerarrow {
        background: url('../img/headerarrow.png');
        width: 30px;
        height: 16px;
        position: absolute;
        top: 111px;
        left: 83px;
        z-index: 150;
    }

    .cycle-slideshow {    
        height: 300px;  
    }    

    .cycle-slideshow .cslide .slidecaption {      
        position: absolute;
        background: none;
        left: 50%;
        padding: 5px 5px 28px 5px;
        margin: 0 0 0 -485px;
        width: 700px;
        _width: 100%;
        bottom: 5%;
        min-height: 210px;
        
    }
    
    .cycle-slideshow .cslide .slidecaption .inner-capt {
        max-width: 700px;
        float: left;
    }
    
    .cycle-slideshow .cslide .slidecaption .slide-more-btn {
        
    }
    
    
    .cycle-slideshow .cslide .slidecaption h1 {
        font-size: 46px;
        line-height: 46px;
        font-weight: 600;
    }
    .cycle-slideshow .cslide .slidecaption h2 {    
        font-size: 40px;
        line-height: 40px;
        _font-weight: 600;
        font-weight: normal;
    }
    .cycle-slideshow .cslide .slidecaption h3 {    
        font-size: 36px;
        line-height: 36px;
    }
    .cycle-slideshow .cslide .slidecaption h4 {    
        font-size: 32px;
        line-height: 32px;
    }
    .cycle-slideshow .cslide .slidecaption h5 {    
        font-size: 28px;
        line-height: 28px;
    }
    .cycle-slideshow .cslide .slidecaption h6 {    
        font-size: 24px;
        line-height: 24px;
    }


/*    .cycle-slideshow .cslide .slidecaption {
        line-height: 26px;
    }*/
    .cycle-slideshow .cslide .slidecaption p {
        display: inline-block;
        _font-family: "ff-din-web", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 26px;
        margin-top: 4px;
    }


    .ourdifference .column p img[style] {
        width: 116px !important;
        height: auto !important;
        padding: 0;
    }

    .ourdifference .column h3 img[style] {
        width: 256px !important;
        height: 236px !important;
        padding: 0;
    }


    .timeline .period .years {
        width:165px;
    }

    .timeline .period .details {
        width:700px;
    }


    #awards_main {
        margin:60px auto -70px auto;
        left:50px;
        max-width:760px;
        width: 100%;
    }
    
    .blog-search {
        margin-bottom: 0;
    }
    
    #main_blog_header .nav-pills {
        margin-top: 0px;
    }
    
    #main_blog_header .nav-pills>li>a {    
        border-bottom: none;
        border-right: none;
        border-top: none;    
    }
    
    .resource-content {
        min-height: 500px;
    }
    
    #award-grid #columns[data-columns]::before {
        content: '4 .col-sm-3';
    }
    
    .award-stories .story-img img {
        max-width: 360px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .navbar-isentia .navbar-nav>li>a {
        padding: 0px 12px 0px 12px;
        font-size: 13px;
        font-weight: bold;
    }

    .cycle-slideshow {    
        height: 350px;  
    }    

    .cycle-slideshow .cslide .slidecaption {
        margin: 0 0 0 -585px;
    }
    
    
    
    .cycle-slideshow .cslide .slidecaption h1 {
        font-size: 56px;
        line-height: 56px;
    }
    .cycle-slideshow .cslide .slidecaption h2 {    
        font-size: 50px;
        line-height: 50px;
    }
    .cycle-slideshow .cslide .slidecaption h3 {    
        font-size: 44px;
        line-height: 44px;
    }
    .cycle-slideshow .cslide .slidecaption h4 {    
        font-size: 38px;
        line-height: 38px;
    }
    .cycle-slideshow .cslide .slidecaption h5 {    
        font-size: 32px;
        line-height: 32px;
    }
    .cycle-slideshow .cslide .slidecaption h6 {    
        font-size: 28px;
        line-height: 28px;
    }
    


    .cycle-slideshow .cslide .slidecaption p {
        display: inline-block;
        _font-family: "ff-din-web", Helvetica, Arial, sans-serif;
        font-size: 20px;
        line-height: 26px;
    }

    #home_pillars .pillar .header-img img {
        width: 100%;
        height: 161px;
    }


    .timeline .period .details {
        width:783px;
    }
    
    #award-grid .award-story {
        max-width: 360px;
    }
}

