@import url("../fonts/foundation-icons/foundation-icons.css");

nav .button,
.div_nav .button
 {
    border: 0;
    background: #333333;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-shadow: 0px 4px 0px #607aa7;
    -moz-box-shadow: 0px 4px 0px #607AA7;
    box-shadow: 0px 4px 0px #607AA7;
}

nav .button:hover,
.div_nav .button:hover
 {
    background: #2ba6cb;
    color: white;
}

nav .button:active,
nav .button.activated,
.div_nav .button:active,
.div_nav .button.activated
{
    -webkit-box-shadow: 0px 4px 0px #607AA7;
    -moz-box-shadow: 0px 4px 0px #607AA7;
    box-shadow: 0px 4px 0px #607AA7;
    background: #2ba6cb;
    color: #ffffff;
}

.featured-news-row p {
    font-size: 1.0em;
}

#body .row {
    max-width: 960px;
}

#body .row .row {
    margin-left: 0;
    margin-right: 0;
}

.contain-to-grid .top-bar {
    margin-bottom: 0;
}


.fancy.button {
    background-color: #fff;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEFEFEF');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(73%, #f7f7f7), color-stop(100%, #efefef));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 73%, #efefef 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #f7f7f7 73%, #efefef 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #f7f7f7 73%, #efefef 100%);
    background-image: linear-gradient(top, #ffffff 0%, #f7f7f7 73%, #efefef 100%);
    border: 1px solid rgba(52, 73, 94, 0.2);
    color: rgba(52, 152, 219, 0.7);
    font-size: 0.75em;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.fancy.button:hover {
    color: #3498db;
    background-color: #fff;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFEDEDED');
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(73%, #efefef), color-stop(100%, #ededed));
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefef 73%, #ededed 100%);
    background-image: -moz-linear-gradient(top, #ffffff 0%, #efefef 73%, #ededed 100%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #efefef 73%, #ededed 100%);
    background-image: linear-gradient(top, #ffffff 0%, #efefef 73%, #ededed 100%);
    border-color: rgba(52, 73, 94, 0.3);
    -webkit-box-shadow: 0px 0px 6px rgba(52, 73, 94, 0.1);
    -moz-box-shadow: 0px 0px 6px rgba(52, 73, 94, 0.1);
    box-shadow: 0px 0px 6px rgba(52, 73, 94, 0.1);
}
.fancy.button:active {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) inset;
}



/*                                        */
/* Alert Panel HTML Classes */
/*                                        */

/* Alert panel container */
.alert-panel {
    margin-bottom: 1.5em;
    line-height: 1.3em;
}
.alert-panel p, .alert-panel a, .alert-panel h1, .alert-panel h2, .alert-panel h3, .alert-panel h4, .alert-panel h5, .alert-panel h6 {
    margin-bottom: 0;
    margin-top: 0;
}
.alert-panel .button.secondary {
    background: #fff;
}

/* Alert panel title */
.alert-panel-title {
    background-color: #2ba6cb;
    border: solid 1px #2284a1;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 1.5em;
    color: #0c2e38;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
    padding: 10px 34px 10px 10px;
    display: block;
}
.alert-panel.secondary .alert-panel-title {
    background-color: #e9e9e9;
    border: solid 1px #c3c3c3;
    color: #767676;
}
.alert-panel.success .alert-panel-title {
    background-color: #5da423;
    border: solid 1px #457a1a;
    color: #0a1104;
}
.alert-panel.alert .alert-panel-title {
    background-color: #c60f13;
    border: solid 1px #970b0e;
    color: #200203;
}

/* Alert panel close button */
.alert-panel.close {
    background-color: #64c2de;
    border-bottom: solid 1px #2284a1;
    border-left: solid 1px #2284a1;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px 12px 0.25em;
    line-height: -4px;
    font-size: 0.8em;
    font-weight: bold;
    color: #2284a1;
    -webkit-transition: all, 300ms;
    -moz-transition: all, 300ms;
    -o-transition: all, 300ms;
    transition: all, 300ms;
}
.alert-panel.close:hover, .alert-panel.close:active {
    background-color: #2284a1;
    border-bottom: solid 1px #2284a1;
    border-left: solid 1px #2284a1;
    color: #cdebf5;
}
.alert-panel.secondary .alert-panel.close {
    background-color: #f6f6f6;
    border-bottom: solid 1px #d0d0d0;
    border-left: solid 1px #d0d0d0;
    color: #c3c3c3;
}
.alert-panel.secondary .alert-panel.close:hover, .alert-panel.secondary .alert-panel.close:active {
    background-color: #c3c3c3;
    border-bottom: solid 1px #c3c3c3;
    border-left: solid 1px #c3c3c3;
    color: white;
}
.alert-panel.success .alert-panel.close {
    background-color: #82d63e;
    border-bottom: solid 1px #457a1a;
    border-left: solid 1px #457a1a;
    color: #457a1a;
}
.alert-panel.success .alert-panel.close:hover, .alert-panel.success .alert-panel.close:active {
    background-color: #457a1a;
    border-bottom: solid 1px #457a1a;
    border-left: solid 1px #457a1a;
    color: #c6eca7;
}
.alert-panel.alert .alert-panel.close {
    background-color: #ef3236;
    border-bottom: solid 1px #970b0e;
    border-left: solid 1px #970b0e;
    color: #970b0e;
}
.alert-panel.alert .alert-panel.close:hover, .alert-panel.alert .alert-panel.close:active {
    background-color: #970b0e;
    border-bottom: solid 1px #970b0e;
    border-left: solid 1px #970b0e;
    color: #f8a9aa;
}

/* Alert panel message area */
.alert-panel-message {
    background: white;
    border-left: solid 1px #2ba6cb;
    border-right: solid 1px #2ba6cb;
    padding: 20px;
    line-height: 1.3;
}
.alert-panel.secondary .alert-panel-message {
    border-left: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
}
.alert-panel.success .alert-panel-message {
    border-left: solid 1px #5da423;
    border-right: solid 1px #5da423;
}
.alert-panel.alert .alert-panel-message {
    border-left: solid 1px #c60f13;
    border-right: solid 1px #c60f13;
}

/* Alert panel action area */
.alert-panel-action {
    background: #e3f4f9;
    border: solid 1px #64c2de;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 10px;
    text-align: right;
}
.alert-panel.secondary .alert-panel-action {
    background: #f6f6f6;
    border: solid 1px #d0d0d0;
}
.alert-panel.success .alert-panel-action {
    background: #d4f1bc;
    border: solid 1px #82d63e;
}
.alert-panel.alert .alert-panel-action {
    background: #fac0c2;
    border: solid 1px #ef3236;
}


section.section.activated p.title {
    background-color: #2795b6 !important;
    color: #ffffff;
}

section.section.activated p.title a {
    color: #ffffff !important;
}


.awesome, .awesome:visited {
    background: #222 url(../img/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }

a {
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

input[type="button"],
input[type="submit"] {
    border: 0;
}

/* App UI */


@font-face {
    font-family: 'SeravekWebBasicRegular';
    src: url('../fonts/Seravek/Regular/seravekbasic-regular-webfont.eot');
    src: url('../fonts/Seravek/Regular/seravekbasic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/Regular/seravekbasic-regular-webfont.woff') format('woff'),
         url('../fonts/Seravek/Regular/seravekbasic-regular-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/Regular/seravekbasic-regular-webfont.svg#webfont') format('svg');
}


@font-face {
    font-family: 'SeravekWebBasicRegularItalic';
    src: url('../fonts/Seravek/RegularItalic/seravekbasic-regularitalic-webfont.eot');
    src: url('../fonts/Seravek/RegularItalic/seravekbasic-regularitalic-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/RegularItalic/seravekbasic-regularitalic-webfont.woff') format('woff'),
         url('../fonts/Seravek/RegularItalic/seravekbasic-regularitalic-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/RegularItalic/seravekbasic-regularitalic-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'SeravekWebBasicLight';
    src: url('../fonts/Seravek/Italic/seravekbasic-light-webfont.eot');
    src: url('../fonts/Seravek/Italic/seravekbasic-light-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/Italic/seravekbasic-light-webfont.woff') format('woff'),
         url('../fonts/Seravek/Italic/seravekbasic-light-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/Italic/seravekbasic-light-webfont.svg#webfont') format('svg');
}

@font-face {
    font-family: 'SeravekWebBasicLightItalic';
    src: url('../fonts/Seravek/LightItalic/seravekbasic-lightitalic-webfont.eot');
    src: url('../fonts/Seravek/LightItalic/seravekbasic-lightitalic-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/LightItalic/seravekbasic-lightitalic-webfont.woff') format('woff'),
         url('../fonts/Seravek/LightItalic/seravekbasic-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/LightItalic/seravekbasic-lightitalic-webfont#webfont') format('svg');
}


@font-face {
    font-family: 'SeravekWebBasicBold';
    src: url('../fonts/Seravek/Bold/seravekbasic-bold-webfont.eot');
    src: url('../fonts/Seravek/Bold/seravekbasic-bold-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/Bold/seravekbasic-bold-webfont.woff') format('woff'),
         url('../fonts/Seravek/Bold/seravekbasic-bold-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/Bold/seravekbasic-bold-webfont#webfont') format('svg');
}

@font-face {
    font-family: 'SeravekWebBasicBoldItalic';
    src: url('../fonts/Seravek/BoldItalic/seravekbasic-bolditalic-webfont.eot');
    src: url('../fonts/Seravek/BoldItalic/seravekbasic-bolditalic-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/BoldItalic/seravekbasic-bolditalic-webfont.woff') format('woff'),
         url('../fonts/Seravek/BoldItalic/seravekbasic-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/BoldItalic/seravekbasic-bolditalic-webfont#webfont') format('svg');
}

@font-face {
    font-family: 'SeravekWebBasicMedium';
    src: url('../fonts/Seravek/Medium/seravekbasic-medium-webfont.eot');
    src: url('../fonts/Seravek/Medium/seravekbasic-medium-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/Medium/seravekbasic-medium-webfont.woff') format('woff'),
         url('../fonts/Seravek/Medium/seravekbasic-medium-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/Medium/seravekbasic-medium-webfont#webfont') format('svg');
}


@font-face {
    font-family: 'SeravekWebBasicMediumItalic';
    src: url('../fonts/Seravek/MediumItalic/seravekbasic-mediumitalic-webfont.eot');
    src: url('../fonts/Seravek/MediumItalic/seravekbasic-mediumitalic-webfont?#iefix') format('embedded-opentype'),
         url('../fonts/Seravek/MediumItalic/seravekbasic-mediumitalic-webfont.woff') format('woff'),
         url('../fonts/Seravek/MediumItalic/seravekbasic-mediumitalic-webfont.ttf') format('truetype'),
         url('../fonts/Seravek/MediumItalic/seravekbasic-mediumitalic-webfont#webfont') format('svg');
}


html,body {

}

body.operator-products .container {
    padding-top: 72px !important;
    padding-bottom: 136px !important;
}

body.operator-products h1 {
    color: #3b90ce;
}

html {
    font-size: 72.5%;
}

body {
    background-color: #f0f0f0;

    font-size: 1.0em;
    color: #818284;
    font-family: 'SeravekWebBasicLight', Arial, Helvetica, sans-serif;
}

input,select,textarea,
h1,h2,h3,h3,h5,h6 {
    font-family: 'SeravekWebBasicMedium';
    font-weight: normal;
}

h1 {
    margin: 0;
    padding: 0;
    font-size: 5.9em;
    font-family: 'SeravekWebBasicMediumItalic', sans-serif;
    line-height: 110%;
    font-weight: normal;
    color: #3a3a3c;
}


h2 a {
    color: inherit;
}


h4 a {
    color: inherit;
}

#body h5 {
    margin: 18px 0 6px 0px;
}

h6 {
    margin: 45px auto;
    height: 19px;
    line-height: 19px;
    padding: 0 18px;
    color: #ffffff;
    font-size: 0.92em;
    background-color: #616161;
    text-transform: uppercase;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}

p {
    margin: 18px 0px;
    padding: 0px;
    color: inherit;
    font-size: 1.2em;
    line-height: 160%;
}

.button {
    font-family: 'SeravekWebBasicMedium', sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 1.1em !important;
    font-weight: normal;
    height: 54px;
    padding: 0 24px !important;
    line-height: 54px;
    border: 0px !important;
}


#app {

    max-width: 1280px;
    min-width: 1280px;
    margin: 0px auto;
    min-height: 800px;
    background-color: #ffffff;
    /*padding-bottom: 200px;*/
    position: relative;
}

@media only screen and (min-width: 1281px) {
    #app {
        -o-box-shadow:    0px 1px 8px 3px #ccc;
        -moz-box-shadow:    0px 1px 8px 3px #ccc;
        -webkit-box-shadow: 0px 1px 8px 3px #ccc;
        box-shadow:         0px 1px 8px 3px #ccc;       
        
    }

    body {
        padding: 36px 0px;
    }
}


#header {
    margin-bottom: 18px;
}

#menu_bar {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 3.0px solid #616161;
    color: #3b3b3d;
}

#menu_bar .contain-to-grid {
    background-color: transparent;
    /*border-bottom: 1.0px solid #9ca0a3;*/
}

#main_menu {
    background-color: #ffffff;
    height: 45px;
    max-height: 45px;
    overflow: hidden;
    /*width: 700px;*/
    /*width: 980px;*/
    width: 100%;
    margin: 0px auto;
    display: block;
}

/*
#main_menu ul.title-area {
     margin-left: 36px;
}

#main_menu ul.title-area li a {
    color: #3b3b3b;
}
*/

#main_menu li.name {
    margin-left: 36px;
}

#main_menu section.top-bar-section {

}

#main_menu section.top-bar-section ul,
#main_menu section.top-bar-section ul li,
#main_menu section.top-bar-section ul li a
{
    background: transparent;
    background-color: transparent;
    border: 0;
    text-transform: uppercase;
    font-family: 'SeravekWebBasicMedium', sans-serif;
    font-size: 0.97em;
    display: block;
}


#main_menu section.top-bar-section ul li a {
    color: #3b3b3d;

}

#main_menu a.router.active {
    background-color:#616161;   
    color: #ffffff;
}

a.bst-logo-nav {
    display: block;
   width: 104px !important;
    height: 45px;
    background: transparent url(../img/bst-logo-2.png) center center no-repeat !important;
    /*background-size: 100% auto;*/
    border: 0;
    margin: 0;
    font-size: 0 !important;
    text-decoration: none !important;
}

a.bst-logo-nav.active {
    background: #616161 url(../img/bst-logo-w-2.png) center center no-repeat !important;
}

/*#main_menu section.top-bar-section ul.title-area li.name h1 a {
    width:104px;
}*/

#content {
    /*padding-bottom: 100px;*/
}

#content ul.plus-points {
    margin: 0;
    list-style: square;
    padding: 0;
     font-size: 1.2em;
}

#content ul.plus-points > li {
    margin: 0 0 0 20px;
    padding: 0 0 0 10px;

}




#hero {

}

#hero_slider {
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
    border: 0;
    margin: 0;
    max-height: 720px;
    overflow: hidden;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

#hero_slider  ul.slides {

}

#hero_slider  ul.slides > li {
       position: relative;
}
#hero_slider  ul.slides > li .wrap {
     position: relative;
}

#hero_slider {
    position: relative;
}


#hero_slider .video-player {
    position:absolute;
    top: 0;
    left: 0;
    z-index: 1300;
    width: 100%;
    height: 100%;
    overflow: hidden;
    min-height: 720px;
    min-width: 1280px;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    display: none;
    /*pointer-events: none;*/
}

 

#hero_slider .video-player > .video-wrapper {
    display: block;
    width: 100%;
    height: 100%;
}


.flexslider {

}


.flexslider li  {
 
}

.flexslider li img {
    max-height: 720px;
}

.flexslider li > .wrap {
    position: relative;

}

.flex-direction-nav {
   
}

.flex-direction-nav li {

}

.flex-direction-nav li a {

}

.flexslider li > .wrap * {

}


.flexslider li > .wrap > .layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
}



body.operator-bst-contact .flexslider li > .wrap > .layer > .group,
body.operator-clients .flexslider li > .wrap > .layer > .group {
     padding: 165px 125px;
}

.flexslider li > .wrap > .layer > .group {
    padding: 365px 125px;
}

body.operator-about .flexslider li .wrap > .layer > .group > h2,
body.operator-bst-contact .flexslider li .wrap > .layer > .group > h2,
body.operator-clients .flexslider li .wrap > .layer > .group > h2,
body.operator-services .flexslider li .wrap > .layer > .group > h2 {
    width: 100%;
}

.flexslider li .wrap > .layer > .group > h2 {
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'SeravekWebBasicLightItalic', sans-serif !important;
    font-size: 5.8em !important;
    top: 36px;
    left: 100px;
    width: 100%;
    line-height: 120%;
    z-index: 500;
    text-shadow: 1px 2px 6px #777777;
}

.hero {
    background-color: #3b90ce;
    display: block;
    width: 100%;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}

.see-more-arrow {
    width: 291px;
    height: 88px;
    display: block;
    background: transparent url(../img/see-more-arrow.png) 0px 0px no-repeat;
    background-size: 100% auto;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    font-size: 0px;
    z-index: 1500;
    cursor:default;
}

.featured-clients-row {
    margin-bottom: 36px;
}

.featured-clients-row .small-block-grid-4 {
    /*border-right: 1.0px solid #89888d;
    border-left: 1.0px solid #89888d;*/
    max-width: 100%;
    margin: 0px auto;
    /*border-bottom: 1.0px solid #89888d;*/
    /*background-color: #89888d;*/
}

.featured-clients-row .small-block-grid-4:first-of-type {
    /*border-top: 1.0px solid #89888d;*/

}
.featured-clients-row .small-block-grid-4 li.end-tile {
    /*border-right: 1.0px solid #89888d;*/

}


.featured-clients-row .small-block-grid-4 > li {
    background-color: #89888d;
    padding: 1px 1px;
    margin-bottom: -1px;
    margin-right: -1px;
    overflow: hidden;
    position: relative;

}

.featured-clients-row .small-block-grid-4 > li .client-manifesto {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #616161;
    z-index: 200;
    display: none;
    height: 0;
    opacity: 0;
    margin-left: -400px;
    margin-top: -400px;
}

.featured-clients-row .small-block-grid-4 > li .client-testimonial.static,
.featured-clients-row .small-block-grid-4 > li .client-manifesto.static {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #616161;
    z-index: 200;
    opacity:1;
    font-size: 1em;
    margin-left: 0px;
    margin-top: 0px;
}

.featured-clients-row .small-block-grid-4 > li .client-testimonial.static blockquote {
    opacity: 1;
    text-align: left;
}

.featured-clients-row .small-block-grid-4 > li .client-manifesto.static span {
    opacity: 1;
    color: #ffffff;
    padding: 36px 18px;
    text-align: left;
}


.featured-clients-row .small-block-grid-4 > li .client-linkage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b75ab;
    z-index: 400;
    display: none;
    height: 0;
    opacity: 0;
    margin-left: -400px;
    margin-top: 400px;
    color: #ffffff;
}


.featured-leaders-row  li .linkage a,
.featured-clients-row .small-block-grid-4 > li .client-linkage a {
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: block;
    text-transform: uppercase;
    font-size: 1.0em;
    position: absolute;
    left: 0;
    top: 0;
}

.featured-leaders-row li .linkage a span,
.featured-clients-row .small-block-grid-4 > li .client-linkage a span {
    margin: 48% auto;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #2b75ab;
    background-color: #ffffff;
    width: 60%;
    display: block;
    min-width: 120px;
    text-transform: uppercase;
    font-size: 1.0em;
}

.featured-clients-row .small-block-grid-4 > li .client-manifesto span {
    text-align: center;
    font-size: 2.1em;
    line-height: 120%;
    font-family: 'SeravekWebBasicLight', sans-serif;
    color: #eeeeee;
    padding: 22px;
    display: block;
    opacity: 0;

}

.featured-clients-row .small-block-grid-4 > li .client-testimonial {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #616161;
    z-index: 300;
    display: none;
    height: 0;
    opacity: 0;
    margin-left: -400px;
    margin-top: -400px;
}

.featured-clients-row .small-block-grid-4 > li .client-testimonial blockquote {
    text-align: center;
    font-size: 1.6em;
    line-height: 140%;
    border: 0;
    padding: 0;
    left: 0;
    font-family: 'SeravekWebBasicLight', sans-serif;
    color: #eeeeee;
    padding: 22px;
    display: block;
    opacity: 0;


}


.featured-clients-row .small-block-grid-4 > li .client-testimonial blockquote cite {
    font-size: 9px !important;
    line-height: 100%;
    color: #dddddd;
    padding-top: 15px;
    display: block !important;

}

.featured-clients-row .small-block-grid-4 > li .client-testimonial blockquote:before 
{
/*content: '\201C ';*/
}



.featured-clients-row .small-block-grid-4 > li .client-tile-image {
    display: block;
    background-color: #ffffff;
}

.featured-clients-row .small-block-grid-4 > li > img {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin: 1px;
    /*border: 1.0px solid #89888d;*/
    border-bottom: 1.0px;
    
    
}
.featured-clients-row .small-block-grid-4 > li img {
    max-width: 100%;

   /* margin: 0px 1px;*/
    padding: 0;
    /*border-left: 1.0px solid #89888d;*/
}
.featured-clients-row .small-block-grid-4 > li:first-child > img {
    margin-left: 0px;
}
.featured-clients-row .small-block-grid-4 > li:last-child > img {

}

.clearfix {
    clear: both;
    height: 0;
}

ul.news {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.news > li {
    margin-bottom: 18px;
}

ul.news > li > .published-date {
    display: block;
    clear: both;
    font-size: 0.9em;
    color: #6d6e70;
    font-family: 'SeravekWebBasicMedium', sans-serif;
    text-transform: uppercase;

}

ul.news > li > h4.article-title {
    font-size: 2.1em;
    font-family: 'SeravekWebBasicRegular', sans-serif;
    line-height: 120%;
    font-weight: normal;
    margin: 1em 0px;
}

ul.news > li > p {
    color: #838385;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

.see-full-story,
ul.news > li > .see-full-story {
    display: block;
    clear: both;
    float: right;
    padding: 0;
    margin: 30px 0px;
    color: #6c6d6f;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}

a.see-full-story:hover {
    color: #3b90ce !important;
}


ul.thoughts {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.thoughts > li {
    margin-bottom: 28px;
}

ul.thoughts > li > .author > img.author-avatar {
    float: left;
    margin: 0;
    padding: 0;
    max-width: 30%;
}

ul.thoughts > li > .author {
    display: block;
    position: relative;
}

ul.thoughts > li > .author > .author-meta {
    text-transform: uppercase;
    display: block;
    position: absolute;
    bottom: 0;
    left: 114px;
    width: 80%;
}

ul.thoughts > li .author > .author-meta > .author-name {
    display: block;

}

ul.thoughts > li .author > .author-meta > .author-position {
    font-family: 'SeravekWebBasicLightItalic', sans-serif;
}



ul.thoughts > li > .published-date {
    display: block;
    clear: both;
    font-size: 0.9em;
    color: #6d6e70;
    font-family: 'SeravekWebBasicMedium', sans-serif;
    text-transform: uppercase;

}

ul.thoughts > li > h4.article-title {
    font-size: 2.1em;
    font-family: 'SeravekWebBasicRegular', sans-serif;
    line-height: 120%;
    font-weight: normal;
    margin: 1em 0px;
    clear: both;
}

ul.thoughts > li > p {
    color: #838385;
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

ul.thoughts > li > .see-full-story {
    display: block;
    clear: both;
    float: right;
    padding: 0;
    margin: 30px 0px;
    color: #6c6d6f;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}

.pull-right {
    float: right;
}

footer,
#footer_div
 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #616161;
}

#footer {
    display: block;
}

ul.footer-linkage {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.footer-linkage > li {
    float: left;
    margin-left: 18px;
    line-height: 42px;
    height: 42px;
    color: #cccccc;


}


.brand-color-primary {
    color: #3b90ce;
}

.brand-color-primary > h1,
.brand-color-primary > h2,
.brand-color-primary > h3,
.brand-color-primary > h4,
.brand-color-primary > h5,
.brand-color-primary > h6 {
    color: #3b90ce !important;
}

ul.footer-linkage > li a {
    color: #ffffff;
    text-decoration: none;

}


#body {

}

#body h1 {
    font-size: 4em;
    line-height: 120%;
    font-family: 'SeravekWebBasicRegularItalic', sans-serif;
}

#body h2 {
    font-size: 2.5em;
    line-height: 120%;
    font-family: 'SeravekWebBasicLight', sans-serif;
}

#body h3 {
    font-size: 1.9em;
    line-height: 120%;
    font-family: 'SeravekWebBasicLight', sans-serif;    
}

#body > p {
    margin: 18px 0px 36px 0px;
}

#body .container {
    padding: 36px 0px;
}

.container.last {
    padding-bottom: 150px !important;
}

.container.alternated {
    background-color: #f3f3f5;
}

.container.darkened {
    background-color: #3a3a3c;
    color: #eeeeee;
}

.container.darkened h1,
.container.darkened h2

{
    color: #ffffff;
}
.container.darkened h6 {
    background-color: #ffffff;
    color: #3a3a3c;
}
.container.darkened h4 {
    color: #ffffff;
    font-weight: normal;
}

.container.darkened .stat-widget .chart {
    color: #ffffff;
}


.container.darkened .stat-widget .dial {
    color: #ffffff;
}

.widget-follow-us {

}

.widget-follow-us ul.social-list {
    margin: 0;
    list-style: 0;
}

.widget-follow-us ul.social-list > li {
    float: left;
    display: block;
    margin-right: 10px;
    width: 38px;
    height: 32px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    border: 0;
    font-size: 0px;
}

.widget-follow-us ul.social-list > li.youtube > a {
    background:transparent url(../img/icons/youtube.jpg) 0px 0px no-repeat;
    background-size: contain;
}

.widget-follow-us ul.social-list > li.facebook > a {
    background:transparent url(../img/icons/facebook.jpg) 0px 0px no-repeat;
    background-size: contain;
}

.widget-follow-us ul.social-list > li.twitter > a {
    background:transparent url(../img/icons/twitter.jpg) 0px 0px no-repeat;
    background-size: contain;
}

.widget-follow-us ul.social-list > li.rss > a {
    background:transparent url(../img/icons/rss.jpg) 0px 0px no-repeat;
    background-size: contain;
}

.widget-follow-us ul.social-list > li.linked-in > a {
    background:transparent url(../img/icons/linked.jpg) 0px 0px no-repeat;
    background-size: contain;
}



.widget-follow-us ul.social-list > li > a {
    cursor: pointer;
    display: block;
    border: 0;
    width: 38px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #ffffff;
}

.widget-follow-us ul.social-list > li:hover {

    opacity: 0.7;
}

.widget.quote-widget {
    min-height: 326px;
}

.widget.quote-widget blockquote {
    font-size: 1.8em;
    border:0;
    padding: 0;
    font-weight: normal;
    font-family: 'SeravekWebBasicLight', sans-serif;
    line-height: 180%;
}

.widget.stat-widget span.info {
 margin-top: 15px;
 display: block;
}

.widget.stat-widget span.info strong {
    font-family: 'SeravekWebBasicMedium', sans-serif;
}


strong {
    font-family: 'SeravekWebBasicMedium', sans-serif;
    font-weight: normal;
    font-size: 1.0em;
}

.manifesto-statement {
    font-family: 'SeravekWebBasicLight', sans-serif;
    font-size: 2.1em;
    color: #6d6e72;
    margin: 36px 0px;
}

.stat-widget {
    margin: 0px auto;
    display: block;
    width: 110px;
}

.stat-widget.big-widget {
    width: 200px;
}

.stat-widget.big-widget .chart {
    font-size: 4.5em;
}

.stat-widget .chart {
    font-size: 2em;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}

hr {
    margin: 36px 0px;
    clear: both;
    display: block;
}

.widget.filter-widget {
    margin: 0;
}

.widget.filter-widget.last {
    margin-bottom: 64px;
}

.widget.filter-widget .section-container {

}

.widget.filter-widget .section-container section {

 }

 .widget.filter-widget .section-container section .content {
    border: 0px;
    padding: 0;
    min-height: 0px;
}   


.widget.filter-widget .section-container section .title {
    color: #3b3b3d;
    background-color: #ffffff;
    padding: 0px 12px;
    text-transform: uppercase;
    border: 0;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}

.widget.filter-widget .section-container section .title a {
    color: inherit;
}

.widget.filter-widget .section-container section.active .title {
    color: #ffffff;
    background-color: #3b90ce;
}

.widget.filter-widget .section-container section .content {
    background-color: #3b90ce;
}

.widget.filter-widget .filter-type {
    font-size: 1.0em;
    font-family: 'SeravekWebBasicLightItalic', sans-serif;
    text-transform: uppercase;
}

.widget.percentage-widget {
    font-size: 1.0em;
}

.widget.percentage-widget.s110 .pct{
 height: 110px;
    line-height: 110px;
 }

.widget.percentage-widget.s110 .info {
   margin-top: 15px;
}

.widget.percentage-widget .pct {
    display: block;
    font-size: 4.0em;
    height: 80px;
    line-height: 80px;
    font-family: 'SeravekWebBasicBold', sans-serif;
    clear: both;
    padding-left: 0;
    text-align: center;
    
}
.widget.percentage-widget .info {
    font-size: 1.0em;
    margin-top: 15px;
    display: block;
    width: 80%;
    text-align: center;
    margin: 0px auto;
}

.widget.percentage-widget.enhanced {
    font-size: 1.1em;
    color: #3b90ce;
}

.widget.percentage-widget.enhanced  .pct {
    display: block;
    font-size: 3.2em;
    clear: both;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}


.widget.percentage-widget.enhanced  .pct.larger {
    font-size: 5.0em;

}

.widget .percentage-widget.enhanced  .info {
    font-size: 1.1em;
}


.widget.bar-widget {

}

.widget.bar-widget .block {
    margin: 0px auto;
    display: block;
    background-color: #eeeeee;
    width: 96px;
    height: 100px;
    position: relative;
}

.widget.bar-widget .block .fill {
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 96px;
    margin: 0px auto;
    background-color: #2ba6cb;
}

.widget.bar-widget .block .fill .pct {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding-bottom: 20px;
    width: 100%;
    display: block;
    font-size: 3.0em;
    color: inherit;
    font-family: 'SeravekWebBasicMedium';
    color: #eeeeee;
}

.widget.bar-widget .info {
    border-top: 2.0px solid #dddddd;
    display: block;
    margin-top:0px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.widget.logo-widget {
    display: block;
    text-align:center;
}

.widget.logo-widget img {
    margin: 0px auto;
    max-width: 100%;
}

.prepend-top {
    padding-top: 36px;
}

.append-bottom {
    padding-bottom: 36px;
}

dl.company-stats {

}

dl.company-stats > dt {
    font-size: 1.0em;
    text-transform: uppercase;
    line-height: 100%;
}

dl.company-stats > dd {
    font-size:1.80em;
    font-family:'SeravekWebBasicLight', sans-serif;
    font-weight: normal;
    line-height: 120%;
}

dl.company-stats > dd.sentence-case {
    /*text-transform: capitalize;*/
}

ul.case-studies {
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.case-studies > li {
    margin: 0;
    padding: 0;
    display: block;
    clear: both;
    margin-bottom: 1em;
    border: 1.0px solid #cccccc;
    width: 100%;
    height: 100px;
    overflow: hidden;
    position: relative;
    background-position: center center;
    background-size: 50px 170px;
    background-repeat: no-repeat;
}


ul.case-studies > li a {
    display: block;
    width: 100%;
    height: 100%;
}

ul.case-studies > li img {
    max-width: 60%;
    visibility: visible;
    opacity: 1;
    margin: 0px auto;
    margin-top: -40px;
    margin-left: 18%;
}

.contain-to-grid.sticky.fixed #menu_bar {
    -webkit-box-shadow: 1px 1px 2px 2px rgba(150, 150, 150, 0.5);
    box-shadow: 1px 1px 2px 2px rgba(150, 150, 150, 0.5);
    background: #ffffff;


}
.contain-to-grid.sticky.fixed #menu_bar #main_menu {
    background-color: transparent;
}

.sidebar {

}

.sidebar ul.news {

}

.sidebar ul.news > li {

}


.sidebar ul.news > li p {
    display: none;
}

.sidebar ul.news > li .published-date {
    display: none;
}

.sidebar ul.news > li .article-title {
    font-size: 1.4em;
    display:block;
    clear: both;
    color: #777777;
}

.sidebar ul.news > li .article-author {
    text-transform: uppercase;
}


.sidebar blockquote {
    margin: 0;
    font-size: 1.4em;
    border-left: 0;
    padding: 0;
}

{
    /*font-size: 2em;
    line-height: 80%;
    padding-right: 5px;*/
}
.sidebar blockquote:before {
    /*content: '\201C ';*/
}

.sidebar blockquote cite {
    text-transform: uppercase;
    margin-top: 0.6em;
    font-size: 0.6em;
}

.sidebar blockquote cite:before {
    content: '';
}

.navigator-row {
    margin-bottom: 40px;
    font-family: 'SeravekWebBasicLight', sans-serif;

}

.navigator-row a {
    font-size: 3em;
    color: #999999;

}

.navigator-arrow {

}

.navigator-arrow.disabled {
    opacity: 0.5;
    color: #aaaaaa;  
}

.next-client-label {
    display: block;
    clear: both;
    font-size: 0.9em;
    color: #aaaaaa;
}

a.see-all {
    display: block;
    clear: both;
    float: right;
    padding: 0;
    margin: 0px 0px;
    color: #6c6d6f;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}

.container.clearfix,
.row.clearfix {
    height: auto !important;
}

.box-panel {
    background-color: #ffffff;
    padding: 36px;
    opacity: 0.9;
}


.monitor {
    max-width: 100%;
    width: 929px;
    height: 450px;
    min-height: 450px;
    margin: 36px auto;
    background: transparent url("../img/products/1_Experience/1_Screen.png") 0px 0px no-repeat;
    overflow: hidden;
    padding: 24px 22px;
    background-size: 100% auto;
}

.monitor.clean {
    background: transparent;
    background-image: none !important;
    padding: 0px;
}

.monitor .viewport {
    display: block;  
    max-width: 100%;
    min-height: 366px;
    height: 366px;
    width: 100%;
    overflow: hidden;
    /*border: 2.0px solid red;*/
}

.monitor .slide {
    display: block;
    clear: none;
    float: left;
    max-width: 100%;
    min-height: 370px;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    text-align: center;
    position:relative;
    background-color: transparent;   
}

.monitor .slide p.large {
    font-size:  3.5em;
    text-align: center;
    line-height: 120%;
    color: #000000;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}

.monitor .slide .wrapper {
    display: block;
    max-height: 100%;
    height: 370px;
    width: 100%;
    /*border: 2.0px solid blue;*/
    position: relative;
}

.monitor.multilingual .viewport {
    min-height: 403px;
    height: 403px;
}

.monitor .slide p {
    font-size: 1.7em;
    line-height: 100%;
}

.monitor .slide p.solo {
    padding-top: 150px;
}

.monitor .slide img {
    max-width: 100%;
}

.monitor .slide img.contained {
    max-height: 100%;
    max-width: 100%;
    float: left;
}

.monitor .slide img.contained.centered {
    float: none;
    margin: 0px auto;
}

.monitor .slide img.absolute {
    position: absolute;

}

.monitor .slide img.absolute.left-top {
    left: 0;
    top: 0;
}

    .monitor .slide img.absolute.left-top.displaced {
        margin-left: -400px;

    }

.monitor .slide img.absolute.top-center {
    top: 0;
    left: 0;
}

    .monitor .slide img.absolute.top-center.displaced {
        margin-top: -100px;
    }

.monitor .slide img.absolute.bottom-right {
    right: 0;
    bottom: 0;
}

    .monitor .slide img.absolute.bottom-right.displaced {
        margin-right: -600px;
    }


.monitor .slide.faded .wrapper {
    opacity: 0;
}
.monitor.info-architecture,
.monitor.info-architecture .viewport,
.monitor.info-architecture .slide,
.monitor.info-architecture .slide .wrapper
{
    min-height: 610px;
    max-height: 700px;
    
}


monitor.info-architecture ul.bxslider > li > img {
    position: absolute;
    left: 0;
    top: 0;
}

.slidegroup {
    display: block;
    position: absolute;  
    overflow: hidden;
}

.slidegroup img {
    display: block;
    max-width: 100%;
    float: left;
}

.slidegroup.group-1 {
    left: 0;
    top: 0;
    margin: 50px 10px 10px 10px;
    background:transparent;
    width: 150px;
    height: 300px;
}

.slidegroup.group-2 {
    display: block;
    left: 0;
    top: 0;
     margin: 10px 10px 10px 10px;
    position: absolute;
    background: transparent;
    width: 640px;
    height: 23px;
}

.slidegroup.group-3 {
    display: block;
    top: 0;
    right: 0;
    margin: 50px 15px 10px 10px;
    position: absolute;
    background:transparent;
    width: 475px;
    height: 300px;
}

.slidegroup .img-set {
    position: relative;
    display: block;

}
.slidegroup .img-set > img {
    position: absolute;
    top: 0;
    left: 0;
}

.macbook {
    background: transparent url(../img/products/4_LiberatePM/Liberate-01.png) top center no-repeat;
    background-size: contain;
    display: block;
    width: 100%;
    min-width: 725px;
    min-height: 500px;
    position: relative;
}

.macbook .viewport {
    position: absolute;
    top: 46px;
    left: 125px;
    display: block;
    width: 480px;
    height: 272px;

}

.macbook .viewport .slide.faded .wrapper {
    opacity: 0;
}

.macbook .viewport .slide p.large {
    text-align: center;
    font-size: 3em;
    color: #222222;
    height: 100%;
    line-height: 100%;
    padding-top: 90px;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}


.products-container .row {
    margin: 72px auto;
}

ul.bxslider {
    list-style: none !important;
}

ul.bxslider li img.contained {
    max-height: 100%;
    max-width: 100%;
    float: left;
}

.bx-viewport,
ul.bxslider > li,
.bx-wrapper {
    background-color: transparent !important;
}

.bold-font {
    font-family: 'SeravekWebBasicBold', sans-serif;
}

li.client-tile {
    background-color: #ffffff;
}

#section_navigator {
    z-index: 1000;
    list-style: none;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 150px;
    width: 210px;
    max-width: 210px;
    -moz-box-shadow:    1px 1px 3px 1px #999999;
    -webkit-box-shadow: 1px 1px 3px 1px #999999;
    box-shadow:         1px 1px 3px 1px #999999;
    background-color: #ffffff;
    font-size: 0.95em;
}

#section_navigator.docked {
    left: 0;
    top: 150px;
    width: 50px;
    max-width: 50px;
}

#section_navigator.docked li {
    display: none;
}


#section_navigator.docked li.toggle-switch {
    display: block;
}

#section_navigator > li.toggle-switch {
    height: 24px !important;
    line-height: 24px;
    cursor: pointer;
}

#section_navigator > li {
    border-bottom: 1.0px solid #888888;
    text-transform: uppercase;
    color: #aaaaaa;
    font-size: 1.0em;
    font-family: 'SeravekWebBasicLight', sans-serif;
    float: left;
    clear: both;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 18px;
    color: #3a3a3c;
}



#section_navigator > li a {
    color: #3a3a3c;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

#section_navigator > li:hover {
    background-color: #616161;
    color: #ffffff;

}

#section_navigator > li:hover a {
    color: #ffffff;
}


#section_navigator > li:last-child {
    border-bottom: 0;

}

#section_navigator > li:last-child a {


}

#section_navigator > li.active {
    background-color: #616161;
    color: #ffffff;

}

#section_navigator > li.active a {
    color: #ffffff;
}


ul.filter-box {
    height: 72px;
    display: block;
    border-bottom: 10.0px solid #3b90ce;
    margin-bottom: 60px;
}

ul.filter-box > li {
    display: block;
    height: 72px;
    display: block;
    float: left;
    line-height: 72px;
    text-align: center;
    margin: 0;
    padding: 0 12px;
    text-transform: uppercase;
    font-family: 'SeravekWebBasicMedium', sans-serif;
    color: #3a3a3c;
}

ul.filter-box > li.active {
    color: #ffffff;
    background-color: #3b90ce;  
}

ul.filter-box > li.active > a {
    color: #ffffff;
}

ul.filter-box > li > a {
    display: block;
    text-decoration: none;
    color: #3a3a3c;
}


ul.twitter-feed {
    margin: 0;
    padding: 0;
    list-style: none;
}


ul.twitter-feed li {
    margin: 0;
    padding: 0;
    margin-top: 50px;
    line-height: 1.5em; 
    font-size: 1.2em;    
}

ul.twitter-feed li > a {
    text-decoration: underline;
    color: inherit;
}

ul.twitter-feed li .time-ago {
    display: block;
    clear: both;
    text-align: left;
    font-size: 0.8em;
    margin-top:1em;
    color: #777777;
    text-transform: uppercase;
    font-style: italic;
}

.news-row {

}

.news-row img {
    margin-bottom: 18px;
}


.event-meta-row {
    display: block;
    clear: both;
    width: 100%;
    height: 64px;
    margin-bottom: 18px;
    float: none;

}

.event-meta-row .date-col {
    display: block;
    width: 64px;
    float: left;
}

.event-meta-row .location-col {
    float: left;
    margin-left: 18px;
    width: 200px;
    padding-top: 32px;
    vertical-align: baseline;
    text-transform: uppercase;
    color: #999999;
    display: block;
}

.event-meta-row .event-location {
    font-size: 10px;
    color: #6d6e72;

}

.event-meta-row .event-date {
    display: block;
    float: left;
    background-color: #6d6e72;
    color: #ffffff;
    font-size: 10px;
    min-width: 64px;
    min-height: 64px;
    overflow: hidden;
    text-align:center;
    padding-top: 8px;
    text-transform: uppercase;
    
}

.event-meta-row .event-date strong {
    font-size: 40px;
    display: block;
    clear: both;
    font-family: 'SeravekWebBasicBold', sans-serif;
}

img.scale-drop {
    height: 24px;
    opacity: 0;
}

h1.leader-name {
    margin: 36px 0px;
    margin-bottom: 0px;
    font-family: 'SeravekWebBasicMediumItalic', sans-serif !important;
}   

h2.leader-position {
    text-transform: uppercase;

}

.featured-leaders-row {

}

.featured-leaders-row li {
    padding: 0 !important;
    position: relative;
    overflow: hidden;
}

.featured-leaders-row li .leader-info {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #3b90ce;
    opacity: 0;
    display: none;
    margin-top: 50px;

}

.featured-leaders-row li .leader-info hr {
    width: 50%;
    margin: 8px auto;
} 

.featured-leaders-row li .leader-info h2 {
    color: #ffffff;
    font-family: 'SeravekWebBasicLightItalic', sans-serif !important;
    text-align: center;
    margin: 36px 0;
    margin-bottom: 0px;
}

.featured-leaders-row li .leader-info h6 {
    text-align: center;
    margin: 0;
    width: 100%;
    background: transparent;
}

label {
    font-size: 1.23em;
    text-transform: uppercase;
    font-family: 'SeravekWebBasicMedium', sans-serif;
}


ul.social-list {
    margin: 0;
    list-style: 0;
    float: left;
    margin: 11px 25px;
}

ul.social-list > li {
    float: left;
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 20px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    overflow: hidden;
    border: 0;
    font-size: 0px;
}

ul.social-list > li.youtube > a {
    background:transparent url(../img/icons/youtube-w.jpg) 0px 0px no-repeat;
    background-size: contain;
}
html.lt-ie9 ul.social-list > li.youtube > a {
   background:transparent url(../img/icons/youtube-w-16.jpg) 0px 0px no-repeat !important; 
}

ul.social-list > li.facebook > a {
    background:transparent url(../img/icons/facebook-w.jpg) 0px 0px no-repeat;
    background-size: contain;
}
html.lt-ie9 ul.social-list > li.facebook > a {
    background:transparent url(../img/icons/facebook-w-16.jpg) 0px 0px no-repeat;

}



ul.social-list > li.twitter > a {
    background:transparent url(../img/icons/twitter-w.jpg) 0px 0px no-repeat;
    background-size: contain;
}
html.lt-ie9 ul.social-list > li.twitter > a {
    background:transparent url(../img/icons/twitter-w-16.jpg) 0px 0px no-repeat;
}


ul.social-list > li.rss > a {
    background:transparent url(../img/icons/rss-w.jpg) 0px 0px no-repeat;
    background-size: contain;
}
html.lt-ie9 ul.social-list > li.rss > a {
    background:transparent url(../img/icons/rss-w-16.jpg) 0px 0px no-repeat;

}


ul.social-list > li.linked-in > a {
    background:transparent url(../img/icons/linked-w.jpg) 0px 0px no-repeat;
    background-size: contain;
}
html.lt-ie9 ul.social-list > li.linked-in > a {
    background:transparent url(../img/icons/linked-w-16.jpg) 0px 0px no-repeat;
}


ul.social-list > li > a {
    cursor: pointer;
    display: block;
    border: 0;
    width: 24px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    color: #ffffff;
}

ul.social-list > li:hover {

    opacity: 0.7;
}

body.operator-bst-contact li#slide_id_0,
body.operator-clients li#slide_id_0 {

}

body.operator-bst-contact li#slide_id_0 h2,
body.operator-clients li#slide_id_0 h2 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;    
}

body.operator-bst-contact li#slide_id_0 img.the-hero-image,
body.operator-clients li#slide_id_0 img.the-hero-image {
    opacity: 0;
}


.share-links {

}


.share-links a {
    height: 16px;
    float: left;
    margin-right: 8px;
}

.share-links a:hover {
    opacity: 0.8;
}

.share-links a img {
    max-height: 16px;
}

.fb-like,
.tw-like {
    float: left;
    margin-right: 12px;
}

.no-margin-top {
    margin-top: 0 !important;
}

/* =======================================================
    About Page Backgrounds
========================================================== */

/*.container-leaders {
    background-image:url(../img/about/Leadership_Background.jpg);
    background-size:100% 100%;
}*/

.container-careers {
    background-image:url(../img/about/Careers_Background.jpg);
     background-size:100% 100%;

}

/* =======================================================
    Contact Page Backgrounds
========================================================== */

#section_contact_form {
        background-image:url(../img/contact/Contact_Background.jpg);
        background-size:100% 100%;
}

/* Opacity Background for Contact Information */
#section_contact_form .company-stats {
    background-color: #FFF;
    padding: 20px;
    opacity: 0.9;
    font-size:0.9em;
}


/* =======================================================
    Secondary Header Menu
========================================================== */

#second_header_menu {
    /*padding:15px 10px 0 10px;*/
    /*position:absolute;
    right: 0;*/
    z-index: 500;
    width:210px;

}

#second_header_menu ul#shm {
    font-size:0.92em;
}

#second_header_menu ul#shm > li {
    display:block;
    float: right;
    height: 45px;
    line-height: 45px;
    font-size: inherit;
    /*padding:0 12px !important;*/
    padding: 0px;
    text-align: right;
    width: 65px;


}

#second_header_menu ul#shm > li > a {
    color:#616161 !important;
    font-size: inherit;
    display: block;
}


#second_header_menu ul#shm > li a:hover {
    color:#3B90CE !important;
}


/* =======================================================
    Hide Slider Text Class
========================================================== */


.hidden-text {
    visibility:hidden;
}


/* =======================================================
    Go To Top Button
========================================================== */

.go-top {
    position:fixed;
    bottom:2em;
    right:2em;
    text-decoration:none;
    color:white;
    background-color:#616161;
    opacity:0.8;
    padding:5px 10px;
    display:none;
}

.go-top:hover {
    background-color:#3B90CE;
    opacity:1;
    color:white;
}


/* =======================================================
    Site Map
========================================================== */


.sitemap {

    margin-bottom:40px;

}

.sitemap ul li {
    list-style-type: none;
}

.sitemap ul li:first-child {
    font-family: 'SeravekWebBasicMedium';
    font-size:1.2em;
    color:#3B90CE;
}

.sitemap ul li a {

    color:#616161;
}


.sitemap ul li a:hover {

    color:#3B90CE;
    text-decoration:underline;

}



body.operator-bst-global_launch label {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 12px;
}
 
 
.required-field {
    color: #ff0000;
}


/* =======================================================
    Forms
========================================================== */


#section_contact_form input[type='text'] #section_contact_form textarea, #BST10CloudGlobalTourForm input[type='text'], #BST10CloudGlobalTourForm textarea {
    font-size:1.3em;
}

body.operator-bst-ucon_2013 input[type="text"],
body.operator-bst-ucon_2013 input.text,
body.operator-bst-ucon_2013 select,
body.operator-bst-ucon_2013 textarea,
body.operator-bst-ucon_2014 input[type="text"],
body.operator-bst-ucon_2014 input.text,
body.operator-bst-ucon_2014 select,
body.operator-bst-ucon_2014 textarea
 {
    font-size: 1.3em;
}

body.operator-bst-ucon_2013 form.custom .custom.dropdown,
body.operator-bst-ucon_2014 form.custom .custom.dropdown {

    font-size: 1.3em;
    width: 100%;
    max-width: none;
}

body.operator-bst-ucon_2013 form.custom .custom.dropdown ul,
body.operator-bst-ucon_2014 form.custom .custom.dropdown ul {
    max-width: none;
    width: 100%;
}

body.operator-bst-ucon_2013 section > .content .large-6.columns,
body.operator-bst-ucon_2013 section > .content .large-8.columns,
body.operator-bst-ucon_2014 section > .content .large-6.columns,
body.operator-bst-ucon_2014 section > .content .large-8.columns {    
    padding-right: 40px;
}


body.operator-bst-ucon_2013 section > .title {
   
}

body.operator-bst-ucon_2013 section > .title a,
body.operator-bst-ucon_2014 section > .title a {
   padding: 0 18px;
   text-transform: uppercase;
    line-height: 160%;
    font-size: 1.2em;   
}

body.operator-bst-ucon_2013 section.active > .title a,
body.operator-bst-ucon_2014 section.active > .title a {
    font-family: 'SeravekWebBasicMedium', sans-serif;
    background-color: #f0f0f0;

}

body.operator-bst-ucon_2013 section > .content,
body.operator-bst-ucon_2014 section > .content{
    padding-top: 72px;

}

body.operator-bst-ucon_2013 section > .content h1,
body.operator-bst-ucon_2014 section > .content h1 {
 border-top: 1.0px solid #f0f0f0;
 padding-top: 18px;
}

header, nav, section, article, aside, footer {
   display:block;
}
