html {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webit-box-sizing: border-box;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing:antialiased;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
    margin: 0;
    color: #2b2a2a;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Open Sans', sans-serif;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.list {
    list-style: disc;
    padding-left: 40px; 
    margin: 0;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button, input, optgroup, select, textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
sub, sup { 
margin-left: 3px;
font-size: 50%; 
line-height: 0; 
position: relative; 
vertical-align: baseline; 
} 
sup { top: -0.7em; } 
sub { bottom: -0.25em; }
.hide, .SecondaryNav .menuHide, .MainNav .menuHide, .RightColumnBlock {
    display: none;
}
.fleft {
    float:left;
}
.fright {
    float: right;
}
.center {
    text-align: center;
}
.lowerbold {
    font-weight: bold;
    text-transform: none;
}
.noPadding {
    padding-bottom: 0 !important
}
.darkbg {
    color: #FFFFFF;
}
.blueBg {
    background-color: #051e33;
    color: #FFFFFF;
    margin-left: -1000px;
    margin-right: -1000px;
    padding-left: 1000px;
    padding-right: 1000px;
}
.greenBg {
    background-color: #e2f4fa;
    margin-left: -1000px;
    margin-right: -1000px;
    padding-left: 1000px;
    padding-right: 1000px;
}
.greenBg h3, .greenBg h4 {
    color: #1b698e;
}
.greyBg {
    background-color: #f2f2f2;
    margin-left: -1000px;
    margin-right: -1000px;
    padding-left: 1000px;
    padding-right: 1000px;
}
strong {
    font-weight: bold;
}
p {
    margin: 15px 0;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
}
h1, .h1 {
    font-size: 52px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
}
.PaneContent h1 {
    color: #1b698e;
    padding-bottom: 50px;
}
.PaneContent .darkbg h1 {
    color: #FFFFFF;
}
/*h1 sup {
    font-size: 14px;
    margin-left: 5px;
    margin-top: -15px;
    display: inline-block;
    vertical-align: top;
}*/
h2 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 300;
    text-transform: uppercase;
}
h3, h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
h4 {
    text-transform: none;
}
h5 {
    font-size: 18px;
}
a {
    text-decoration: none;
    outline: none;
    color: #1ca2e3;
}
.PaneHeader a {
    color: #FFFFFF;
}
.PaneContent a:hover {
    color: #1b698e;
}
.PaneContent .darkbg a:hover, .PaneContent .more:hover, .ModuleViewAllLink:hover {
    color: #FFFFFF;
}
.PaneFooter a {
    color: #FFFFFF;
    font-size: 14px;
}

div.PreviewToolBar {
    display:none;
}
img {
    border: none;
    max-width: 100%;
}
.ModuleNotFound {
    padding-top:25px;
}


@media screen and (max-width: 480px) {
    h1, .h1 {
        font-size: 34px;
        line-height: 40px;
    }
    h2 {
        font-size: 25px;
        line-height: 30px;
    }
    h3, h4 {
        font-size: 18px;
    }
    .hideMob {
        display: none;
    }
}


/* Search Page */

.SearchResultsUrl {
    display:none;
}

.SearchResultsContainer .TabTableItem,
.SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 20px;
}

/* Press Release Detials */

div.prDetails .PageDefaultInner .PaneContent{
    width: auto;
    padding: 0;
    float: none;
}

div.prDetails .PageDefaultInner .PaneLeft,
div.prDetails .PageDefaultInner .PaneRight {
    display:none;
}


.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
}
.clearfix:before,
.clearfix:after {
    clear: both;
} 


/*  GLOBALS  */
.LayoutDefault {
    overflow-x: hidden;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (max-width: 480px) {
    .container {
        padding: 0 7px;
    }
}
.PaneContent > span > span > div {
    padding-top: 100px;
    padding-bottom: 100px;
}
blockquote {
    margin: 0 0 20px;
    padding: 0 20px 0 19px;
    border-left: 2px solid #1ca2e3;
    font-style: italic;
    font-size: 16px;
}
.more {
    background-color: #1ce3a4;
    color: #FFFFFF;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding: 0 38px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    margin-top: 30px;
    cursor: pointer;
}
.ModuleDate {
    color: #959595;
}
.ModuleBody {
    margin: 30px 0;
}
.ModuleHeadline {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
    display: inline-block;
}
.tags {
    font-weight: bold;
}
.tags ul, .tags li {
    display: inline-block;
    padding-right: 10px;
}
.tags li a {
    border-bottom: 1px solid #1ce3a4;
    color: #1ce3a4;
    font-size: 13.5px;
    margin-left: 19px;
}
.tags li a:before {
    margin-right: 4px;
    margin-left: -19px;
    margin-top: 2px;
    font-size: 15px;
    color: #1ce3a4;
    content: "\f02b";
    font-family: 'Q4-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.tags li a:hover {
    border-bottom: none;
}
@media screen and (max-width: 480px) {
    .more {
        font-size: 12px;
        height: 28px;
        line-height: 28px;
        border-radius: 10px;
    }
}

/*  RSS   */

.RssLinkTopContainer {
    position: absolute;
    right: 0;
    z-index: 20;
}
.RssLinkTopContainer a:after {
    content: "\e642";
    font-family: 'Q4-Icons';
    font-size: 26px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.RssLinkTopContainer img {
    display: none;
}

/*  Selectbox   */

.sbHolder{
    background-color: #2d2d2d;
    border: solid 1px #515151;
    font-size: 12px;
    font-weight: normal;
    height: 30px;
    position: relative;
    width: 200px;
}
.sbHolder:focus .sbSelector{
    
}
.sbSelector{
    display: block;
    height: 30px;
    left: 0;
    line-height: 30px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 170px;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover{
    color: #EBB52D;
    outline: none;
    text-decoration: none;
}
.sbToggle{
    background: url('../design/select-icons.png') 0 -116px no-repeat;
    display: block;
    height: 30px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}
.sbToggle:hover{
    background: url('../design/select-icons.png') 0 -167px no-repeat;
}
.sbToggleOpen{
    background: url('../design/select-icons.png') 0 -16px no-repeat;
}
.sbToggleOpen:hover{
    background: url('../design/select-icons.png') 0 -66px no-repeat;
}
.sbHolderDisabled{
    background-color: #3C3C3C;
    border: solid 1px #515151;
}
.sbHolderDisabled .sbHolder{
    
}
.sbHolderDisabled .sbToggle{
    
}
.sbOptions{
    background-color: #212121;
    border: solid 1px #515151;
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    width: 200px;
    z-index: 1;
    overflow-y: auto;
}
.sbOptions li{
    padding: 0 7px;
}
.sbOptions a{
    border-bottom: dotted 1px #515151;
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}
.sbOptions a:link, .sbOptions a:visited{
    color: #ddd;
    text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #EBB52D;
}
.sbOptions li.last a{
    border-bottom: none;
}
.sbOptions .sbDisabled{
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup{
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}
.sbOptions .sbSub{
    padding-left: 17px;
}

/* Selectbox - custom  */

.sbChoose {
    padding-bottom: 5px;
    display: block;
}
.sbSelector {
    height: 47px;
}
.sbSelector:link, .sbSelector:visited {
    color: #FFFFFF !important;
}
.sbSelector:hover {
    color: #e5e064 !important;
}
.sbHolder {
    height: 47px;
    background-color: #1683bb;
    border: none;
    border-bottom: solid 1px #FFFFFF;
    font-size: 18px;
}
.sbHolder a {
    line-height: 47px;
    color: #EEEEEE !important;
}
.sbOptions {
    top: 46px !important;
    background-color: #1683bb;
    border: none;
    left: 0;
}
.sbOptions a {
    line-height: 27px;
    padding: 10px 0 10px 3px;
    border-top: dotted 1px #DDDDDD;
    border-bottom: none;
}
.sbOptions li:first-child a {
    border-top: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus{
    color: #e5e064 !important;
}
.sbToggle {
    right: 0;
    top: 0;
    width: auto;
    border-left: 1px solid #DDDDDD;
    background: none !important;
    padding: 0 10px;
    height: 47px;
    line-height: 47px;
}
.sbToggle:before {
    font-family: 'Q4-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e64a";
    color: #DDDDDD;
}
.sbToggle:hover:before {
    color: #FFFFFF;
}
.sbToggleOpen:before {
    content: "\e650";
}
.selectBox > span {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


/*   Table  */

.table-responsive, .responsiveTable {
    overflow-x: auto;
}
.table-responsive > table, .responsiveTable > table {
    width: 100%;
}
@media screen and (max-width: 480px) {
    .responsiveTable table {
        font-size: 13.5px;
    }
}



/*   2 column layout  */

.col2 > li {
    width: 33%;
    float: left;
    padding: 0 20px;
}
@media screen and (max-width: 550px) {
    .col2 > li {
        width: 100%;
        float: none;
    }
    .col2.groups > li {
        padding-bottom: 20px;
    }
}


/*  2 column custom - 2/3 + 1/3   */

.row {
    font-size: 0;
}
.containerRight {
    width: 33.33%;
    text-align: right;
    display: inline-block;
}
.containerLeft {
    width: 66.66%;
    display: inline-block;
    padding-right: 15px;
    font-size: 15px;
    vertical-align: top;
}
@media screen and (max-width: 550px) {
    .containerRight, .containerLeft {
        width: 100%;
    }
    .containerRight {
        padding-top: 15px;
        text-align: center;
    }
    .containerRight img {
        width: 50%;
    }
}

/*   3 column layout  */

.col3 {
    margin-top: 90px;
    list-style-type: none;
}
.col3 > li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
}

@media screen and (max-width: 768px) {
    .col3 > li {
        width: 50%;
    }
    .col3.groups > li {
        padding-bottom: 20px;
    }
    .col3 > li.last {
        float: none;
        margin: 0 auto;
        clear: both;
        padding-top: 30px;
    }
}
@media screen and (max-width: 550px) {
    .col3 > li {
        padding-top: 50px;
        width: 100%;
        float: none;
        min-height: 0 !important;
    }
    .col3 > li:first-child {
        padding-top: 0;
    }
}



/*  GLOBALS - HEADER   */

.PaneHeader{
   background:transparent url(../design/header_shadow.png) scroll 0 0 repeat;
}
.HeaderContainer {
    z-index: 999;
    background-color: black;
    width: 100%;
    position: fixed;
    position: relative;
}
.headerBg {
    background: url('../design/bg-default.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}
.LayoutHomePage .headerBg {
    background-image: url('../design/bg-expressPage.jpg');
}

.LayoutHomePage .slide2.headerBg {
    background-image: url('../design/bg-productsPage.jpg');
    background-position:center 30%;
}
.LayoutHomePage .slide7.headerBg {
    background-image: url('../design/slider/shutterstock.jpg');
    background-position:center 30%;
}
.LayoutHomePage .slide5.headerBg {
 /*   background: url('../design/bg-company-flip.jpg') left center no-repeat;
    background:#000000 url('../design/new_slide_home.jpg') 80% center no-repeat;
    background-image: url('../design/bg-applications.jpg');
    background-image: url('../design/shutterstock_244390435.jpg');*/
background-image: url('../design/HyperVault_Vortex_bg.jpg');
}
.Sectionmedia .headerBg, .Sectionevents .headerBg, .Sectionin-the-news .headerBg {
    background-image: url('../design/bg-media.jpg');
}
.Sectioncompany .headerBg {
    background-image: url('../design/bg-company.jpg');
}
.Sectioninvestors .headerBg, .Sectioninvestor-contact .headerBg,
.prDetails .headerBg, .Sectionsec-filings .headerBg,
.Sectionevents-and-presentations .headerBg {
    background-image: url('../design/bg-irpages.jpg');
}
.SolutionsLanding .headerBg {
    background-image: url('../design/bg-use-cases.jpg');
}
.SectionSolutionsLanding .headerBg {
    background-image: url('../design/bg-solutions.jpg');
}
.IndustrySolutions .headerBg, .Sectionindustry-solutions .headerBg {
    background-image: url('../design/bg-industry.jpg');
}
.EnterpriseApplicationsPage .headerBg {
    background-image: url('../design/bg-enterpriseapplications.jpg');
}
.DatabasePage .headerBg {
    background-image: url('../design/bg-database.jpg');
}
.ApplicationPage .headerBg {
    background-image: url('../design/bg-applications.jpg');
}
.ProductsOverviewPage .headerBg {
    background-image: url('../design/bg-productsPage.jpg');
}
.BigDataPage .headerBg {
    background-image: url('../design/bg-bigdata-page.jpg');
}
.expressPage .headerBg {
    background-image: url('../design/bg-expressPage.jpg');
}
.hypervault .headerBg {
    background-image: url('../design/HyperVault_Vortex_bg.jpg');
}
.ClientLogo {
    float: left;
    margin-top: 20px;
    width: 20%;
}

.ModuleSearch {
    float: right;
    clear: right;
    margin-top: 15px;
    margin-right: 10px;
    position: relative;
    outline: none;
    z-index: 100;
}
.ModuleSearch h1 i {
    font-size: 15px;
    cursor: pointer;
    z-index: 2;
    position: relative;
    display: block;
    color: #FFF;
}
.ModuleSearch input[type="submit"] {
    display: none;
}
.ModuleSearch .ModuleContainerInnerTop {
    width: 0;
    position: absolute;
    right: -15px;
    top: -10px;
    display: none;
    border: none;
    z-index: 1;
    background-color: #062842;
    padding-right: 45px;
    padding-left: 15px;
}
.ModuleSearch .SearchInput {
    /* Remove default style */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Then Style */
    border:none;
    border-bottom: 1px solid #1f3e55;
    background: transparent;
    outline: none;
    box-shadow: none !important;
    background-clip: padding-box;
    width: 100%;
    line-height: 26px;
    height: 26px;
    margin: 4px 0;
    padding: 0 4px;
    color: #FFFFFF;
}

.PaneHeader .QuickLinks {
    text-align: left;
    float: right;
    padding-top: 10px;
    padding-right: 15px;
}
.PaneHeader .QuickLinks a {
    font-size:11px;
}
.PaneHeader .QuickLinks li {
    display: inline-block;
    padding-left: 10px;
}

@media all and (max-width:1150px){
.LayoutHomePage .slide3.headerBg {
    background-image: url('../design/slider/lightbulb_banner.jpg');
}
}
@media screen and (max-width: 960px) {
    .ClientLogo {
        width: auto;
        margin-top: 15px;
    }
    
    .PaneHeader div.QuickLinks {
        position: absolute;
        top: 125px;
        right: 0;
        padding: 0;
        z-index: 104;
        width: 385px;
        background-color: #1b698e;
        display: none;
    }
    .PaneHeader div.QuickLinks ul {
        display: table;
        width: 100%;
        text-align: right;
        height: 40px;
        padding: 0 37px;
    }
    .PaneHeader .QuickLinks li {
        display: table-cell;
        padding-left: 10px;
        padding: 0;
        vertical-align: middle;
    }
    .PaneHeader .QuickLinks li:first-child {
        text-align: left;
    }
    .PaneHeader .QuickLinks li:first-child + li {
        text-align: center;
    }
    .navOpen div.QuickLinks {
        display: block;
    }
    .ModuleSearch {
        display: none;
        width: 385px;
        margin: 0;
        position: absolute;
        right: 0;      
        top: 75px;
        z-index: 104;
    }
    .ModuleSearch .SearchInput {
        line-height: 30px;
        margin: 10px 0;
        height: 30px;
    }
    .navOpen .ModuleSearch {
        display: block;
    }
    .ModuleSearch .ModuleContainerInnerTop {
        right: 0;
        top: 0;
        display: block !important;
        opacity: 1 !important;
        border: none;
        width: 100% !important;
    }
    .ModuleSearch h1 i {
        font-size: 18px;
        position: absolute;
        right: 20px;
        top: 15px;
    }
}
@media screen and (max-width: 480px) {
    .ModuleSearch {
        width: 100%;
    }
    .ModuleSearch .SearchInput {
        line-height: 26px;
        height: 26px;
        margin: 5px 0;
    }
    .ModuleSearch h1 i {
        top: 10px;
    }
    .PaneHeader div.QuickLinks {
        width: 100%;
        top: 110px;
    }
    .ClientLogo {
        margin-top: 7px;
    }
}


/*  MAIN NAVIGATION   */

.MainNav {
    float: right;
    padding-bottom: 20px;
    width: 100%;
    text-align: right;
    z-index: 102;
    margin-top: 25px;
    width: 75%;
}
.MainNav a {
    text-transform: uppercase;
    line-height: 14px;
    font-size: 14px;
}
.MainNav ul.level2 > li > ul {
    background-color: #e9f6fc;
    z-index: 1000;
}
.MainNav ul.level2 {
    text-align: right;
    display: inline-block;
}
.MainNav > ul > li, .MainNav ul.level2 > li {
    display: inline-block;
    position: relative;
}
.MainNav > ul > li > a, .MainNav ul.level2 > li > a {
    padding: 10px 18px;
    font-weight: 600;
    display: inline-block;
}
.MainNav > ul.level2 > li > a {
    color: #FFFFFF;
    white-space: nowrap;
}
.MainNav ul.level1 > li > a:hover,
.MainNav ul.level2 > li:hover > a,
.MainNav > ul.level2 > li > a:hover span {
    color: #1b698e;
    background-color: #e9f6fc;
    border-bottom: 1px solid #d3e0e5;
    margin-bottom: -1px;
}
.MainNav .level3, .MainNav .level4, .MainNav .level5 {
    visibility: hidden;
    position: absolute;
}
.MainNav ul.level2 > li > ul {
    position: absolute;
    top: 28px;
    right: 0;
}
.MainNav ul.level2 > li > ul > li {
    border-bottom: 1px solid #d3e0e5;
    position: relative;
    z-index: 100;
    list-style-type: none;
}
.MainNav ul.level2 > li > ul > li:first-child{
    border-top:none;
}
.MainNav ul.level2 > li > ul > li > a {
    display: block;
    color: #1ca2e3;
    padding: 10px 20px 10px 40px;
}
.MainNav ul.level2 > li > ul li.has-children > a {
    position: relative;
}
.MainNav ul.level2 > li > ul > li:hover a, .MainNav ul.level2 > li > ul > li.active a {
    color: #1b698e;
}

.q4icon-icon-menu, .q4icon-block-exit {
    display: none;
}
.MainNav {
    display: block;
}
.MainNav ul.level2 > li:hover > ul {
    right: 0;
    top: 35px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    visibility: visible;
}


/*  MAIN NAVIGATION - TABLET & MOBILE  */

@media screen and (max-width: 960px) {
    .q4icon-icon-menu, .q4icon-block-exit {
        font-size: 30px;
        position: absolute;
        right: 15px;
        top: 22px;
        cursor: pointer;
        z-index: 103;
        color: #FFFFFF;
        display: block;
    }
    .q4icon-icon-menu {
        padding-right: 40px;
    }
    .q4icon-icon-menu:after {
        content: "\e643";
        right: 0;
        font-size: 22px;
        position: absolute;
        top: 3px;
    }
    .q4icon-block-exit {
        color: #FFFFFF;
        font-size: 24px;
        padding-right: 3px;
        padding-top: 3px;
        display: none;
    }
    .MainNav {
        display: none;
        margin: 0;
        padding-top: 165px;
        position: absolute;
        right: 0;
        top: 0;
        width: 385px;
        overflow: hidden;
    }
    .MainNav > ul {
        background-color: #1ca2e3;
    }
    .MainNav ul.level2 > li:hover > ul, .MainNav ul.level3 > li:hover > ul {
        top: 0;
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        visibility: hidden;
    }
    .navOpen .MainNav {
        display: block;
    }
    .MainNav > ul > li > a {
        display: block;
        border-bottom: 1px solid #61beeb !important;
    }
    .MainNav > ul > li, .MainNav ul.level2 > li {
        display: block;
        text-align: left;
        border-bottom: 1px solid #61beeb;
    }
    .MainNav ul.level2 {
        width: 100%;
    }
    .MainNav ul.level1 > li > a:hover, .MainNav ul.level2 > li:hover > a, .MainNav > ul.level2 > li > a:hover span {
        border: none;
        background-color: transparent;
        margin-bottom: 0;
    }
    .MainNav a {
        display: block;
        color: #FFFFFF;
        padding: 15px 80px 15px 37px !important;
    }
    .MainNav li.selected a, .MainNav a:hover {
        color: #1b698e !important;
    }
    .MainNav ul.level3 > li.has-children.active > ul.level4 a {
        padding: 15px 65px 15px 37px !important;
    }
    .MainNav ul.level4 > li.has-children.active > a {
        padding: 12px 65px 12px 50px !important;
    }
    .MainNav ul.level2 > li > ul > li.active a {
        color: #1ca2e3;
    }
    .MainNav ul.level2 > li:hover > a {
        color: #FFFFFF;
    }
    .MainNav ul.level2 > li > ul, .MainNav ul.level3 > li > ul {
        top: 0;
        margin-top: -10px;
    }
    .MainNav ul.level2 > li.has-children > a, .MainNav ul.level3 > li.has-children > a  {
        margin-right: 80px;
        padding-right: 20px !important;
    }
    .MainNav ul.level2 > li.has-children.active > ul, .MainNav ul.level3 > li.has-children.active > ul, .MainNav ul.level4 > li.has-children.active > ul {
        margin-top: 0;
        visibility: visible;
        transition: all 0.5s ease 0s;
        position: relative;
    }
    .MainNav ul.level3 > li.has-children.active > ul {
        background-color: #F5F5F5;
    }
    .MainNav ul.level4 > li.has-children.active > ul {
        background-color: #FFFFFF;
    }
    .MainNav ul.level3 li.has-children > a {
        display: inline-block;
    }
/*    .MainNav ul.level2 > li > ul li.has-children > a:before {
        display: none;
    }*/
    .MainNav ul.level4 > li.has-children {
        position: relative;
    }
    .MainNav ul.level2 > li.has-children:after, .MainNav ul.level3 > li.has-children:after, .MainNav ul.level4 > li.has-children:after  {
        content: "\e64e";
        font-family: 'Q4-Icons';
        font-size: 12px;
        margin-top: 0;
        position: absolute;
        right: 37px;
        top: 10px;
        color: #FFFFFF;
        cursor: pointer;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        border: 1px solid white;
        -webkit-border-radius: 100%;
        moz-border-radius: 100%;
        border-radius: 100%;
        width: 24px;
        text-align: center;
        line-height: 23px;
    }
/*    .MainNav ul.level4 > li.has-children:after  {
        top: 7px;
    }*/
    .MainNav ul.level2 > li.has-children.active:after, .MainNav ul.level3 > li.has-children.active:after, .MainNav ul.level4 > li.has-children.active:after {
        content: "\e64d";
    }
    .MainNav ul.level3 > li.has-children:after, .MainNav ul.level3 > li > a, .MainNav ul.level4 > li.has-children:after, .MainNav ul.level4 > li > a {
        color: #1ca2e3;
        border-color: #1ca2e3;
    }
}

@media screen and (max-width: 480px) {
    .MainNav {
        padding-top: 150px;
        width: 100%;
    }
    .MainNav a {
        padding: 15px 15px 15px 30px !important;
    }
    .MainNav ul.level2 li.has-children:after {
        right: 30px;
    }
    .MainNav ul.level2 li.has-children > a {
        margin-right: 60px;
    }
    .MainNav ul.level2 li a {
        white-space: normal;
    }
    .q4icon-icon-menu, .q4icon-block-exit {
        top: 17px;
    }
}

/*   PAGE TITLE   */

.PaneNavigation {
    padding: 280px 0 100px 0;
}
.LayoutHomePage .PaneNavigation {
    display: none;
}
.pageTitle, .PaneNavigation .subtitle {
    color: #FFFFFF;
    float: right;
    clear: both;
    width: 550px;
}
.pageTitle{
    text-align:left;
    float: left;
    width:auto;
    padding:10px 15px;
    background:transparent url("../design/header_shadow.png") repeat scroll 0 0;
}
[class*='PageProducts'] .pageTitle{
    text-align:right;
    float: right;
}
    
.pageTitle a, .pageTitle .BreadcrumbSeparator {
    display: none;
}
.PaneNavigation .subtitle {
    margin-top: 10px;
}
.noPageTitle .pageTitle.h1 {
    display: none;
}
@media screen and (max-width: 960px) {
    .PaneNavigation {
        padding: 160px 0 80px 0;
    }
}
@media screen and (max-width: 768px) {
    .PaneNavigation {
        padding: 90px 0 80px 0;
    }
     .PaneNavigation .subtitle {
        float: none;
        width: 100%;
    }
}


/*   SECONDARY NAV   */

.BlueBar {
    background-color: #1683bb;
    width: 100%;
}
.PaneLeft {
    position: relative;
}
.BackTop {
    position: absolute;
    right: 0;
    top: 0;
    width: 95px;
    height: 85px;
    text-align: center;
    display: table;
    cursor: pointer;
    background-color: #1ca2e3;
    color: #FFFFFF;
    font-size: 40px;
}
.BackTop:hover {
    color: #e5e064;
}
.BackTop .ContentContainer {
    display: table-cell;
    vertical-align: middle;
}
.SecondaryNav li {
    display: none;
}
.SecondaryNav li.expanded, .SecondaryNav li.selected.has-children {
    display: block;
    /*padding-right: 47px;*/
}
.SecondaryNav li.expanded > a, .SecondaryNav li.selected.has-children > a {
    display: none;
}
.noChild .SecondaryNav li.selected.has-children > a {
    display: list-item;
    height: 85px;
    padding-top: 30px;
}
.noChild .SecondaryNav li.selected.has-children {
    display: table-cell;
}
.SecondaryNav ul.active > li > ul {
    display: none;
}
.SecondaryNav ul.active li {
    display: inline-block;
}
.SecondaryNav ul.active {
    display: table;
    height: 85px;
    width: 100%;
    padding-right: 95px;
}
.SecondaryNav ul.active > li {
    display: table-cell;
    vertical-align: middle;
    background-color: #1ca2e3;
    text-align: center;
    border-right: 2px solid #1683bb;
    padding: 0 10px;
    overflow: hidden;
}
.SecondaryNav a {
    color: #FFFFFF;
    padding: 40px 0;
}
.SecondaryNav a:hover, .SecondaryNav li.selected > a {
    color: #e5e064;
    font-size: 1.5rem;
}
@media screen and (max-width: 850px) {
    .SecondaryNav li.cropped a {
        max-height: 80px;
        overflow: hidden;
        display: inline-block;
        padding-top: 7px;
    }
}

@media screen and (max-width: 768px) {
    .BlueBar {
        display: none !important
    }
}


/*   GLOBALS - HEADER END   */



/*   GLOBALS - FOOTER   */

/*.FooterContainer {
    background: #e1f4fa url('../design/footer-bg.jpg') right top no-repeat;
    background-size: cover;
}*/
.FooterContainer h1 {
    color: #1b698e;
    padding-bottom: 30px;
}
div.FooterLinks {
    width: 12%;
    margin-left: 10%;
    float: left;
    padding: 70px 20px 0 20px;
    font-size: 14px;
    font-weight: 300;
}
.PaneFooter2 {
    position: relative;
    overflow: hidden;
    background-color: rgba(0,0,0, 0.3);
}
.VideoBg {
    background: url('../design/bg-footer.jpg') center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#footer-video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    min-width: 100%; 
    min-height: 100%; 
    z-index: -1; 
    overflow: hidden;
}
.PaneFooter2 > div > span:first-child div.FooterLinks {
    margin-left: 0;
}
.FooterLinks h1 {
    /* color: #1b698e; */
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
}
.FooterLinks li {
    padding-bottom: 10px;
}
.FooterLinks a {
    /* color: #072532; */
    color: #FFFFFF;
    font-weight: 600;
}
.Copyright {
    padding-top: 30px;
    clear: both;
}
.Copyright .ContentContainer {
    text-align: center;
    padding-top: 20px;
    /*border-top: 1px solid #999999;
    border-top: 1px solid rgba(100, 100, 100, .5);*/
    /*color: #849299;*/
    color: #CCCCCC;
}
@media screen and (max-width: 1280px) {
    div.FooterLinks {
        width: 13%;
        margin-left: 8%;
    }
}
@media (max-width: 1024px) {
#footer-video {
    display: none;
}
}
@media screen and (max-width: 960px) {
    div.FooterLinks {
        width: 16%;
        margin-left: 4%;
    }
}
@media screen and (max-width: 768px) {
    div.FooterLinks {
        width: 50%;
        padding-top: 50px;
        margin: 0;
    }
}
@media screen and (max-width: 480px) {
    .FooterContainer {
        text-align: center;
    }
    div.FooterLinks {
        width: 100%;
        padding-top: 30px;
    }
}


/*  MODULES AND TEMPLATES  */

/*   FEATURED PRODUCTS (Home - Our solutions, Product overivew - header, Product details - features)   */

.productFeatures {
    position: relative;
}
.productFeatures ul {
    margin: 50px 0 30px 0;
}
.productFeatures h1 {
    padding-bottom: 60px;
}
.productFeatures h3 {
    color: #1ce3a4;
    text-transform: none;
    padding-top: 50px;
}
/*.productFeatures sup {
    font-size: 10px;
    margin-left: 2px;
    margin-top: -9px;
    display: inline-block;
    vertical-align: top;
}*/
.productFeatures .imgContainer {
    height: 100px;
}
.PaneContent .productFeatures h1 {
    padding-bottom: 20px;
}
.PaneContent .productFeatures h3 {
    color: #1b698e;
}
.PaneContent .productFeatures {
    background: #ebf8fc;
}
/*.PaneContent .productFeatures:before, .PaneContent .productFeatures:after {
    content: "";
    background: #ebf8fc url('../design/solutions-pattern-left.png') right bottom no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}*/
.PaneContent .productFeatures:after {
    background: url('../design/solutions-pattern-right.png') left bottom no-repeat;
}

@media screen and (max-width: 768px) {
    .productFeatures h3 {
        padding-top: 20px;
    }
    .productFeatures li {
        min-height: 370px;
    }
    .productFeatures li.last .imgContainer {
        height: auto;
    }
    .PaneContent .productFeatures li {
        min-height: 300px;
    }
}
@media screen and (max-width: 480px) {
    .PaneContent .productFeatures:before, .PaneContent .productFeatures:after {
        background: #ebf8fc
    }
}

.tab2, .tab3, .tab4, .tab5 {
    display: none;
}

/* Committee Composition */

.CommitteeComposition .ContentContainer {
    overflow-x: auto;
}
.CommitteeTable .alt td {
  background: none !important;
}
.CommitteeTable td,
.CommitteeTable th {
    padding:10px;
    text-align: center;
    border-left:1px solid #f5f5f5;
    border-bottom:1px solid #f5f5f5;
}
.CommitteeTable td:first-child,
.CommitteeTable th:first-child {
    border-left:none;
    text-align: left;
}
.CommitteeTable th {
    background-color:#f5f5f5;
    border-color:#fff;
    font-family: "Arial";
}
.CommitteeLegend span {
    padding-right: 30px;
    display: inline-block;
    float: left;
}
@media screen and (max-width: 768px) {
  .CommitteeLegend span {
    width: 50%;
  }
  .twothirds .ContentContainer{
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
  .CommitteeLegend span {
    width: 100%;
  }
}


/* NEWS */

.ModulePressRelease {
    position: relative;
}
.ModulePressRelease .ModuleThumbnailLink {
    display: none;
}
.ModulePressRelease .ModuleHeadlineLink {
    padding-right: 35px;
    display: inline-block;
}
.ModulePressRelease .ModuleItemRow {
    padding-bottom: 20px;
    position: relative;
}
.ModulePressRelease h3 {
    font-size: 18px;
}
.ModulePressRelease .ModulePDFDownload {
    background: none;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 26px;
    position: absolute;
    right: 0;
    display: block;
    top: 15px;
}


/*  Press Release Details  */

.prDetails .PaneContent .BlankModuleContainer, .blogDetails .PaneContent .HtmlTextContainer {
    padding-bottom: 0;
    padding-top: 60px;
}
.ModulePressReleaseDetails a {
    word-break: break-all;
}
.ModulePressReleaseDetails .ModuleFileText {
    display: none;
}
.ModulePressReleaseDetails .ModuleLinks {
    padding: 15px 0 25px 0;
}
.ModulePressReleaseDetails .ModuleDownloadLink:before {
    content: "\e62a";
    font-family: "Q4-Icons";
    font-size: 26px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.ModulePressReleaseDetails a.prnews_a {
    color: #1ca2e3 !important;
}
.ModulePressReleaseDetails a.prnews_a:hover {
    color: #1ca2e3 !important;
}
.ModulePressReleaseDetails table {
    font-size: 14px;
}
.ModulePressReleaseDetails table > tbody > tr > td {
    padding-right: 5px;
}
.ModulePressReleaseDetails .table-responsive {
    font-size: 14px;
    margin-bottom: 15px;
}
.ModulePressReleaseDetails pre {
    font-size: inherit !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300 !important;
}


/*   SEC Filings   */

.RegulatoryFilingContainer {
    position: relative;
}
.RegulatoryFilingContainer .ModuleContainerInnerTop {
    padding-top: 20px;
}
.RegulatoryFilingContainer .YearNavContainer {
    display: none;
}
.ModuleSECFilingDetails i, .RegulatoryFilingContainer i {
    font-size: 26px;
}
.ModuleSECFilingDetails .Icons li, .RegulatoryFilingContainer .Icons li {
    display: inline-block;
}
.RegulatoryFilingContainer .FormGroupsContainer {
    display: inline-block;
}
.RegulatoryFilingContainer .selectYear {
    display: inline-block;
    padding-right: 70px;
}
.RegulatoryFilingContainer .sbHolder {
    float: left;
    margin-right: 20px;
}
.ModuleSECFilingDetails .ModuleLinks {
    padding-top: 15px;
}
.RegulatoryFilingContainer .ModuleHeader,
.RegulatoryFilingContainer .ModuleItemRow {
    display: table;
    width: 100%;
    padding: 0;
}
.RegulatoryFilingContainer .ModuleItem {
    background-color: #f5f5f5;
}
.RegulatoryFilingContainer .ModuleHeader {
    background-color: #1683bb;
    color: #fff;
}
.RegulatoryFilingContainer .Date,
.RegulatoryFilingContainer .ItemDate,
.RegulatoryFilingContainer .Filing, 
.RegulatoryFilingContainer .ItemHref,
.RegulatoryFilingContainer .Description,
.RegulatoryFilingContainer .ItemDescription, 
.RegulatoryFilingContainer .Icons,
.RegulatoryFilingContainer .Download {
    display: table-cell;
    width: 15%;
    vertical-align: middle;
    padding: 15px 10px;
}
.RegulatoryFilingContainer .Date, .RegulatoryFilingContainer .ItemDate {
    width: 18%;
}
.RegulatoryFilingContainer .Icons, .RegulatoryFilingContainer .Download {
    width: 20%;
}
.RegulatoryFilingContainer .Description, .RegulatoryFilingContainer .ItemDescription {
    width: 40%;
    padding-right: 10px;
}
.RegulatoryFilingContainer ul.Icons {
    margin: 0;
    list-style-type: none;
}
.RegulatoryFilingContainer .Icons li {
    display: inline-block;
    box-sizing: border-box;
}
.RegulatoryFilingContainer .Icons li:first-child {
    padding-left: 0;
}
@media screen and (max-width: 960px) {
    .RegulatoryFilingContainer .Description, .RegulatoryFilingContainer .ItemDescription {
        width: 35%;
    }
    .RegulatoryFilingContainer .Date, .RegulatoryFilingContainer .ItemDate {
        width: 20%;
    }
    .RegulatoryFilingContainer .Icons, .RegulatoryFilingContainer .Download {
        width: 25%;
  }
}

@media screen and (max-width: 768px) {
    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }
    .RegulatoryFilingContainer .ModuleItemRow {
        display: block;
        padding: 15px;
    }
    .RegulatoryFilingContainer .ModuleItemRow ul.Icons, .RegulatoryFilingContainer .ModuleItemRow .ItemDescription, 
    .RegulatoryFilingContainer .ModuleHeader .Date, .RegulatoryFilingContainer .ItemHref, .RegulatoryFilingContainer .ModuleItemRow .ItemDate {
        display: block;
        width: auto;
        padding: 0;
    }
    .RegulatoryFilingContainer .ModuleItemRow ul.Icons, .RegulatoryFilingContainer .ModuleItemRow .ItemDescription, 
    .RegulatoryFilingContainer .ItemHref {
        padding-top: 15px;
    }
    .RegulatoryFilingContainer .ModuleItemRow {
        padding: 15px;
    }
}
@media screen and (max-width: 520px) {
    .RegulatoryFilingContainer .sbHolder {
        float: none;
        margin-bottom: 20px;
    }    
}
@media screen and (max-width: 480px) {
    .RegulatoryFilingContainer .FormGroupsContainer {
        width: 100%;
    }
    .RegulatoryFilingContainer .FormGroupsContainer select {
        width: 105% !important;
    }
/*    .RegulatoryFilingContainer {
        position: relative;
    }
      .RegulatoryFilingContainer .RssLinkTopContainer {
        position: absolute;
        right: 0;
        margin: 0;
        top: 0;
    }*/
}


/* DOWNLOAD LIST */

.ModuleDownloadListWithTags .ModuleHeaderText2, .ModuleFileSizeText {
    display: none;
}
.ModuleDownloadListWithTags .ModuleHeadline:before {
    display: inline-block;
    vertical-align: middle;
    content: "\e62a";
    font-size: 25px;
    margin-top: -3px;
    margin-right: 4px;
    font-family: 'Q4-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ---------------- Stock Quote Historical -----------------*/
/* ---Stock Historical ---*/
.stock-historical .stock-selects > *{
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
.stock-historical .stock-selects .lookup{
    background: #1683bb;
    padding:5px 10px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border: 0 none;
    height: 47px;
}
.stock-table{
    padding-top: 20px;
}
.stock-table ul li{
    display: inline-block;
    width: 50%;
    padding:10px 0px;
    list-style: none;
    border-bottom: 1px solid #1683bb;
}
.stock-table ul li:after{
    content: "";
    clear: both;
    display: block;
}
.stock-table ul li .text{
    float: left;
}
.stock-table ul li .badge{
    float: right;
    font-weight: 800;
    color: #1683bb;
}
.stock-table ul li .badge.right{
    padding-right: 20px;
}
.stock-table ul li .text.left{
    padding-left: 20px;
}
@media all and (max-width: 920px){
    .stock-historical .stock-selects > span{
        display: block;
        padding-bottom: 10px;
    }
}
@media all and (max-width: 800px){
    .stock-historical .stock-selects > *{
        margin-right: 10px;
    }
}
@media all and (max-width: 767px){
    .stock-historical .stock-selects > *{
        display: block;
        margin-bottom: 10px;
    }
    .stock-table ul li{
        width: 100%;
    }
    .stock-table ul li .badge{
        padding-right: 0px;
    }
}
@media all and (max-width: 480px){
    .stock-table ul li .badge.right{
       padding-right: 0px;
}
.stock-table ul li .text.left{
       padding-left: 0px;
}
}

/*-------------------- Mailing List -----------*/
.RequiredField,
.ErrorContainer{
    color: red;
}
.ErrorContainer{
    padding: 5px 0px;
}
.MailingListSignupContainer .Button.ActionButton,
.MailingListUnsubscribeContainer .SubmitButton{
    border:0 none;
    background: transparent;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: 400;
    color: #1683bb;
    padding:5px 0px;
}
.em .EditSubscriberConfirmation{
  padding: 0;
}
.em .MailingListSignupContainer,
.em .MailingListUnsubscribeContainer{
  padding-top: 0px;
}
.MailingListCol2{
    display: inline;
}
.MailingListCol2 > input{
  background:#ebebeb;
  border:2px solid #e1e1e1;
  padding: 0 15px;
  color: #959595;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  height: 50px;
  line-height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.MailingListCol2 > input:focus {
  border-color: #1ce3a4;
  box-shadow: 0 0 3px rgba(28, 227, 164, 0.7);
}
.MailingListSignupContainer .MailingListListTable tr:first-child td{
    padding:5px 0px;
}
.MailingListSignupContainer .MailingListListTable td{
    padding:3px 0px;
}
.MailingListUnsubscribeContainer .MailingListCol1{
    display: inline;
    padding-right: 20px;
}
.MailingListUnsubscribeContainer .ButtonCell{
    margin-top: 20px;
    display: block;
}
@media all and (max-width: 420px){
    .MailingListCol1{
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    .MailingListCol2{
      display: inline;  
    }
    .MailingListUnsubscribeContainer .SubmitButton{
        margin:5px 0px;
    }
}
.MailingListActivationMessage, .MailingListUnsubscribeAction {
    font-size: 16px;
    color: green;
    font-weight: bold;
}

/* press */

.ModulePressRelease .ModuleFooter{
  display: inline-block;
  width: 100%;
}
.ModulePressRelease .ModuleYearNavContainerInner{
  display: none;
}
.ModulePressRelease .ModuleYearNavContainer {
    margin-bottom: 20px;
}
.ModulePressRelease .ModuleDate {
  display: block;
}
.ModulePressRelease .ModuleBody {
  display: none;
}


/* stock quote */
.StockQuoteContainer .StockPage {
  display: none;
}
.StockQuoteContainer .StockTableItem p {
    border-bottom: 1px solid #1683bb;
    float: left;
    list-style: outside none none;
    padding: 10px 0;
    width: 50%;
    margin: 0;
}
.StockQuoteContainer .StockTableItem p > * + * {
    color: #1683bb;
    float: right;
    font-weight: 800;
}
.StockQuoteContainer .StockTableItem p:first-child > * + * {
  padding-right: 20px;
}
.StockQuoteContainer .StockData:before {
    content: "$";
}
.StockQuoteContainer .StockData.Volume:before {
    content: "";
}

.StockQuoteContainer .StockData.Volume {
  content: "";
}
.StockTableText > * + * {
  float: right;
}
@media all and (max-width: 768px){
  .highcharts-input-group {
    display: none;
  }
}
@media all and (max-width: 767px){
  .StockQuoteContainer .StockTableText > * + * {
    display: block;
    float: none;
  }
  .StockQuoteContainer .StockTableText {
    line-height: 34px;
  }
  .StockQuoteContainer .StockTableItem p {
    float: none;
    width: 100%;
  }
  .StockQuoteContainer .StockTableItem p:first-child > * + * {
    padding-right: 0;
  }
}
/* form builder */
.FormBuilderContainer input[type="text"],
.FormBuilderContainer textarea{
  background:#ebebeb;
  border:2px solid #e1e1e1;
  padding: 0 15px;
  color: #959595;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 300px;
  height: 50px;
  line-height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.FormBuilderContainer input[type="text"]:focus,
.FormBuilderContainer textarea:focus {
  border-color: #1ce3a4;
  box-shadow: 0 0 3px rgba(28, 227, 164, 0.7);
}
.FormBuilderContainer textarea {
  height: auto;
  padding: 15px;
}
.FormBuilderContainer .SubmitButton {
    background: #1683bb;
    padding:5px 10px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border: 0 none;
}
.FormBuilderContainer .LabelWrapper {
    display: inline-block;
    width: 30%;
    vertical-align: top;
}
.FormBuilderContainer .RedStar,
.FormBuilderContainer .ErrorMessage {
  color: #ff0000;
  margin-left: 5px;
}
.FormBuilderContainer .ErrorMessage {
    display: block;
    padding-left: 30%;
}
.FormBuilderContainer .Item {
    margin-bottom: 20px;
}
.FormBuilderContainer table {
    display: inline-block;
    vertical-align: top;
}
.FormBuilderContainer .checkboxTable tr:first-child {
  display: none;
}
.MessageSent {
    display: block;
    padding: 80px 0;
    font-weight: 600;
    color: #1ce3a4;
    font-size: 20px;
}
@media all and (max-width: 480px){
    .FormBuilderContainer .LabelWrapper {
        width: 100%;
    }
    .FormBuilderContainer .ErrorMessage {
        padding-left: 0;
    }
}

/* Events */

.ModuleEvent {
  position: relative;
}
.ModuleEvent .ModuleYearNavContainer {
    display: none;
}
/*.ModuleEvent .ModuleYearNavContainer a {
    border-radius: 20px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-bottom: 30px;
    padding: 0 38px;
    text-transform: uppercase;
}
.ModuleEvent .ModuleYearNavContainer a.selected {
    background-color: #062842;
}
.ModuleEvent .ModuleYearNavContainer a {
    margin-left: 30px;
    background-color: #1683bb;
}
.ModuleEvent .ModuleYearNavContainer a:first-child {
    margin-left: 0;
}*/
.ModuleEvent .RssLinkTopContainer {
    float: none;
    position: absolute;
    right: 0;
    top: 100px;
}
.ModuleTime {
    color: #959595;
}
.ModuleEvent .ModuleItemRow {
  padding-bottom: 20px;
}
.ModuleEvent a.ModuleHeadlineLink {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0;
}
.ModuleEvent .ModuleSpeakers h3{
    color: #2b2a2a;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
}
.ModuleLocation {
    display: block;
}
.ModuleEventDetails .ModuleSpeakers h3{
    color: #2b2a2a;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    text-transform: none;
}
.ModuleEventDetails a,
.ModuleEvent a {
    display: inline-block;
    margin-top: 5px;
    vertical-align: middle;
}
button.q4-atc-button:before,
.ModuleEventDetails a:before,
.ModuleEvent a:before {
  font-family: 'Q4-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  width: 30px;
  display: inline-block;
}
.ModuleEventDetails .WebcastLink a:before,
.ModuleEvent .WebcastLink a:before {
  content: "\e62c";
  font-size: 25px;
  margin-right: 4px;
}
.ModuleEventDetails .Video a:before,
.ModuleEvent .Video a:before {
  content: "\e646";
  font-size: 25px;
  margin-right: 4px;
}
.ModuleEventDetails .Audio a:before,
.ModuleEvent .Audio a:before {
  content: "\e647";
  font-size: 25px;
  margin-right: 4px;
}
.ModuleEventDetails a[href*="pdf"]:before,
.ModuleEventDetails a[href*="PDF"]:before,
.ModuleEvent a[href*="pdf"]:before,
.ModuleEvent a[href*="PDF"]:before {
  content: "\e62a";
  font-size: 25px;
}
.ModuleEventDetails .RelatedDocuments h3,
.ModuleEventDetails .FileType,
.ModuleEventDetails .FileSize,
.ModuleEvent .RelatedDocuments h3,
.ModuleEvent .FileType,
.ModuleEvent .FileSize {
  display: none;
}
button.q4-atc-button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #1ca2e3;
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
    margin-top: 5px;
    position: relative;
    padding-left: 34px;
}
button.q4-atc-button:hover {
  color: #1b698e;
}
button.q4-atc-button:before {
  position: absolute;
  left: -2px;
  top: 0;
  font-size: 25px;
  content: "\e630";
}
.ModuleReminderContainer {
    margin-top: 20px;
}
.ModuleReminderContainer > input[type="text"]{
  background:#ebebeb;
  border:2px solid #e1e1e1;
  padding: 0 15px;
  color: #959595;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 200px;
  height: 50px;
  line-height: 100%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ModuleReminderContainer input[type="text"]:focus {
  border-color: #1ce3a4;
  box-shadow: 0 0 3px rgba(28, 227, 164, 0.7);
}
.ModuleReminderContainer .ReminderButton {
    background: #1683bb;
    padding:5px 10px;
    color: #ffffff;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
    border: 0 none;
    height: 50px;
}
.ReminderTitle {
    display: block;
    margin-bottom: 10px;
}
.ModuleEventDetails .sbHolder a {
    margin-top: 0;
}
.ModuleEventDetails .sbHolder {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
@media all and (max-width: 767px){
  .ModuleReminderContainer > * {
      display: block;
      margin: 0 0 20px;
  }
}


/*  Person Generic Container   */

.PersonContainer .commaName, .PersonContainer .SufixName {
    display: none;
}
.PersonContainer {
    padding-bottom: 15px;
}


/*   Blog Details   */

.Blog .ModuleBody {
    display: block;
    margin: 0 0 10px 0;    
}


/*  MODULES AND TEMPLATES END   */



/*   CUSTOM PAGES   */

/*   HOMEPAGE   */
.LayoutHomePage .PaneHeader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200;
}
.LayoutHomePage .HtmlTextContainer.headerBg {
    display: none;
}
.homeCarousel {
    display: table;
    width: 100%;
    /*height: 350px;
    padding: 15% 0 10% 0;*/
}
.homeCarousel .ContentContainer {
    display: table-cell;
    vertical-align: middle;
}
.homeCarousel .pagerSection {
    position: absolute;
    bottom: 0;
    z-index: 102;
    width: 100%;
    padding-bottom: 2%;
}
.slider {
    color: #FFFFFF;
    overflow: hidden;
}
.cycle-slide {
    width: 100%;
    padding: 12% 0 15% 0;
}
.slider .container {
    display: block;
}
.slider .content-container {
    /* padding-right: 40px;
    float: right;
    width: 500px; */
    padding: 0 50px;
    display: block;
    clear: both;
}
.slider .content-container ul {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
}
.slider h3, .slider h4 {
    margin-top: 15px;
}
.slider p {
    margin-bottom: 0;
}
.cycle-next, .cycle-prev {
    position: absolute;
    font-size: 80px;
    top: 50%;
    z-index: 101;
    margin-top: -40px;
    cursor: pointer;
}
.cycle-next {
    right: 25px;
}
.cycle-prev {
    left: 25px;
}
.cycle-pager {
    display: block;
    clear: both;
    /* width: 500px;
    float: right; */
    color: #808388;
    padding: 0 50px;
}
.cycle-pager > span {
    font-size: 32px;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}
.cycle-pager > span.cycle-pager-active {
    color: #FFFFFF;
    font-size: 36px;
}
@media screen and (max-width: 960px) {
    .homeCarousel {
        margin-top: 0;
    }
    .cycle-slide {
        padding: 10% 0 20% 0;
    }
}
@media screen and (max-width: 768px) {
    /* .slider .content-container, .cycle-pager {
        float: none;
        width: 100%; 
    }*/
    .cycle-next, .cycle-prev {
        font-size: 50px;
        margin-top: -25px;
    }
    .cycle-slide {
        padding: 15% 0 20% 0;
    }
}
@media screen and (max-width: 500px) {
    .cycle-slide {
        padding: 21% 0 25% 0;
    }
    .cycle-next, .cycle-prev {
        font-size: 40px;
        margin-top: -20px;
    }
    .slider .content-container, .cycle-pager {
        padding: 0 35px;
    }
    .cycle-next {
        right: 15px;
    }
    .cycle-prev {
        left: 15px;
    }
}
@media screen and (max-width: 360px) {
    .homeCarousel h1 {
        font-size: 16px;
        line-height: 23px;
        max-height: 105px;
        overflow: hidden;
    }
    .cycle-slide {
        padding: 25% 0 30% 0;
    }
}
@media screen and (min-width: 361px) and (max-width: 480px) {
.homeCarousel h1  {
    font-size: 20px;
    line-height: 26px;
    max-height: 120px;
    overflow: hidden;
}
}
@media screen and (min-width: 481px) and (max-width: 768px) {
.homeCarousel h1  {
    font-size: 24px;
    line-height: 30px;
    max-height: 135px;
    overflow: hidden;
}
}

/*   ABOUT US   */


.AboutUs {
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
}
.LayoutHomePage .AboutUs {
    background: #ebf8fc;
}
.AboutUs .textContainer {
    margin-left: 255px;
    padding-left: 12%;
}
.AboutUs h1 {
    height: 139px;
    width: 255px;
    position: absolute;
    top: 50%;
    margin-top: -70px;
    background: url('../design/logo-bg.png') center center no-repeat;
    padding-top: 10px;
    text-align:center;
}

@media screen and (max-width: 640px) {
    .AboutUs h1 {
        position: relative;
        width: 100%;
        text-align: center;
    }
    .AboutUs .textContainer {
        padding-left: 0;
        margin-left: 0;
        padding-top: 25px;
    }
}


/*  NEWS   */

.ModulePressRelease.landingNews{
    background: #ebf8fc;
}
.ModulePressRelease.landingNews .inner{
  margin: 0 auto;
  width: 1170px;
}
@media all and (max-width:1200px){
   
.ModulePressRelease.landingNews .inner{
  padding:0 15px;
  width: 100%;
}
}
.homeNews .ModuleItemRow {
    width: 33.33%;
    float: left;
    border-left: 2px solid #1ca2e3;
    padding: 0 25px;
    min-height: 125px;
}
.homeNews .ModuleHeadline {
    margin: 0;
    display: inline;
}
.homeNews .ModulePDFDownload {
    display: none;
}
.homeNews .ModuleDate {
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
   .homeNews .ModuleItemRow {
        width: 100%;
        float: none;
        padding: 30px 0 0 0;
        border: none;
    }
    .homeNews h1 + .ModuleItemRow {
        padding-top: 0;
    }
} 

/*   FACTS & FIGURES   */

.factsFigures {
    background: #ffffff;
    padding: 110px 0;
    text-align: center;
    color: #1b698e;
}
.factsFigures h1 {
    padding-bottom: 0;
}
.factsFigures p {
    font-size: 24px;
    font-weight: 300;
    margin-top: 25px;
}
.factsFigures li .infogr {
    width: 190px;
    height: 190px;
    border: 2px solid #1ce3a4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    padding: 50px 10px;
    display: inline-block;
    font-size: 36px;
    line-height: 44px;
}
.factsFigures li:first-child .infogr {
    padding: 70px 0;
}
.factsFigures li:first-child + li .infogr {
    padding-top: 45px;
}
.factsFigures li .figure {
    font-size: 50px;
    line-height: 44px;
    display: block;
}
.factsFigures li .bigText {
    font-size: 47px;
    line-height: 65px;
    display: block;
}
.factsFigures h2, .factsFigures h4 {
    margin-top: 15px;
}
.factsFigures .subtitle {
    display: block;
    text-transform: none;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}
@media screen and (max-width: 768px) {
    .factsFigures li.last .infogr {
        margin-top: 50px;
    }
}
@media screen and (max-width: 480px) {
    .factsFigures li.last .infogr {
        margin-top: 0;
    }
}

/* OUR solutions */

.LayoutHomePage .productFeatures {
    padding: 75px 0 100px 0;
    background: #FFFFFF;
}
.LayoutHomePage .productFeatures h3 {
    padding-top: 20px;
}

/*   OUR BLOG   */

.ourBlog {
    margin-top: 100px;
    margin-bottom: 100px;
}
.ourBlog h1 {
    padding-bottom: 40px;
}
.ourBlog h3 {
    font-size: 18px;
}
.ourBlog .ContentContainer {
    padding-right: 64%;
    min-height: 440px;
}
.ourBlog:after {
    content: "";
    background: url('../design/ourblog-bg.jpg') left center no-repeat;
    width: 48%;
    right: 6%;
    position: absolute;
    height: 400px;
    margin-top: -500px;
    background-size: cover;
}
@media screen and (max-width: 768px) {
    .ourBlog:after{
        display: block;
        width: 100%;
        position: relative;
        margin-top: 20px;
        background-size: contain;
        right: 0;
    }
    .ourBlog .ContentContainer {
        padding: 0;
        min-height: 0;
    }
}
@media screen and (max-width: 480px) {
    .ourBlog:after{
        height: 200px;
    }
}


/*   OUR CUSTOMERS   */

.ourCustomers {
    text-align: center;
    padding: 100px 0 80px 0;
}

.ourCustomers li {
    display: inline-block;
    padding-left: 140px;
    padding-top: 30px;
}
.ourCustomers ul {
    margin-top: 30px;
}
.ourCustomers li:first-child {
    padding-left: 0;
}
@media screen and (max-width: 960px) {
    .ourCustomers li {
        padding-left: 70px;
    }
}
@media screen and (max-width: 768px) {
    .ourCustomers li {
        padding-left: 40px;
    }
}
@media screen and (max-width: 640px) {
    .ourCustomers li {
        padding-left: 0;
    }
    .ourCustomers li:first-child {
        padding-right: 50px;
    }
    .ourCustomers li.last {
        display: block;
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .ourCustomers li {
        display: block;
    }
    .ourCustomers li:first-child {
        padding-right: 0;
    }
}


/*   Investor Relations LANDING   */

.ModulePressRelease.homeNews .ModuleHeadlineLink {
    padding-right: 0;
    height: 72px;
    overflow: hidden;
    display: block;
}
@media screen and (max-width: 960px) {
    .ModulePressRelease.homeNews .ModuleHeadlineLink {
        height: auto;
        overflow: visible;
    }
}


/*   IR - Events and Presentations   */

.EventsAndPresentations .ModuleYearNavContainer {
    display: none;
}
.PastEvents .AddToCalendar {
    display: none;
}


/*   IR - Contact   */ 

.irContact h3 {
    padding-top: 15px;
}


/*   In The News   */

.InTheNews .ModuleItemRow {
    padding-right: 270px;
    position: relative;
    padding-bottom: 30px;
    min-height: 320px;
}
.InTheNews .ModuleBody {
    margin: 0;
    display: inline;
}
.InTheNews .ModuleBody > ul {
    list-style: disc;
    padding-left: 20px;
}
.InTheNews .ModuleThumbnailLink {
    width: 240px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    height: 300px;
    overflow: hidden;
}
.InTheNews .ModuleItemAlt .ModuleThumbnailLink {
    right: auto;
    left: 0;
}
@media screen and (max-width: 768px) {
    .InTheNews .ModuleItemRow {
        padding-right: 0;
    }
    .InTheNews .ModuleThumbnailLink {
        padding-top: 20px;
        position: relative;
        display: block;
        width: 300px;
    }
    .video {
       height: 0;
       padding-bottom: 57%;
       position: relative;
       width: 100%;
    }
    .video iframe {
       width: 100%;
       height: 100%;
       position: absolute;
       top: 0;
       left: 0;
     }
}
@media screen and (max-width: 400px) {
    .InTheNews .ModuleThumbnailLink {
        margin: 0 auto;
    }
}
    

/*   PRODUCT LANDING   */

.productLanding .PaneNavigation {
    padding: 120px 0 110px 0;
}
.productLanding h4 {
    color: #1b698e;
}
.productLanding .PaneContent .col3 li:before {
    content: "";
    width: 35px;
    height: 35px;
    border: 8px solid #1ce3a4;
    -webkit-border-radius: 100%;
    moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}


/*   PRODUCT DETAILS   */

.productDetails {
    padding: 30px 0 0 0 !important;
}
.productDetails.hidden { 
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.hasToggle .ModuleDownloadListWithTags {
    padding-top: 30px !important;
}
.productDetails > div > div {
    padding-top: 90px;
    padding-bottom: 110px;
}
.hybridimm .productDetails > div > div {
    padding-top: 0px;
    padding-bottom: 0px;
}
.hasToggle .productDetails > div > div:first-child {
    padding-top: 0;
}
.productDetails h2 {
    padding: 20px 0;
}
.productDetails h3 {
    font-size: 52px;
    line-height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center;
    color: #1b698e;
}
.productDetails .productFeatures h3 {
    padding: 0;
    margin: 0;
}
.productDetails h4 {
    font-weight: normal;
}
.productToggle {
    text-align: center;
    margin-top: -65px;
    clear:both
}
.productToggle li {
    background-color: #1683bb;
    margin-left: 30px;
}
.productToggle li:first-child {
    margin-left: 0 !important;
}
.productToggle li.active {
    background-color: #062842;
}
.productToggleHyper {
    text-align: center;
    padding: 30px 0 !important;
}
.productToggleHyper li {
    background-color: #1683bb;
    margin-left: 30px;
}
.productToggleHyper li:first-child {
    margin-left: 0 !important;
}
.productToggleHyper li.active {
    background-color: #062842;
}
.productImage {
    position: absolute;
    width: 48%;
    text-align: center;
    left: 0;
    display: inline-block;
    height: 300px;
    margin: 0;
}
.productImage:before {
    content:"";
    height: 300px;
    display: inline-block;
    vertical-align: middle;
}
.productImage .imageContainer {
    vertical-align: middle;
    display: inline-block;
    width: 98%;
}
.productImage img {
    max-height: 280px;
}
.productDescription {
    padding-left: 50%;
    height: 300px;
    display: table-cell;
    display: inline-block\9;
    vertical-align: middle;
}
.orderInfo {
    text-align: center;
    padding: 90px 0;
}
.productDetails table {
    border: 2px solid #c2c2c2;
}
.responsiveTable + .responsiveTable {
    margin-top: 40px;
}
.productDetails td {
    padding: 17px 25px;
    border: 1px solid #ebebeb;
}
.productDetails h4 + .responsiveTable, .productDetails .responsiveTable + h4, .productDetails h2 + h4 {
    margin-top: 20px;
}
.productDetails td:first-child, .productDetails td.multiRows + td {
    background-color: #ebebeb;
    font-weight: bold;
    text-align: right;
}
.productDetails td.spacer {
    background: none;
}
.productDetails td.TableSubtitle, .productDetails th {
    background-color: #FFFFFF;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 30px;
    border: none;
}
.productDetails .ProductNameRow td {
    background-color: #FFFFFF;
    font-weight: bold;
}
.productDetails .ProductNameRow td:first-child {
    border: none;
}
.productSpecs + .productSpecs {
    padding-top: 0;
}
/*
.overview .productFeatures {
    background-color: #051e33;
}
.overview .productFeatures:before {
    background: #051e33 url('../design/solutions-pattern-right.png') right bottom no-repeat;
    right: 100%;
    width: 1000px;
}
.overview .productFeatures:after {
    background: #051e33 url('../design/solutions-pattern-left.png') left bottom no-repeat;
    left: 100%;
    width: 1000px;
}
*/
.gradientBg {
    position: relative;
    color: #FFFFFF;
}
.gradientBg:after, .gradientBg:before {
    content:"";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #051e33 url('../design/gradient-left-bottom.png') left bottom no-repeat;
    background-size: cover !important;
}
.gradientBg:after {
    background: url('../design/gradient-right-top.png') right top no-repeat;
} 
.gradientBg h3 {
    color: #FFFFFF;
}
.productDetails ul {
    margin-top: 30px;
}
/*.productDetails ul li {
    padding: 0;
}*/
.productDetails ul li > ul {
    margin-top: 0;
/*    margin-left: 70px;*/
    margin-left: 20px;
    list-style-type: circle;
}
.productDetails ul.center li > ul {
    list-style-type: none;
    margin-left: 0;
}
.productDetails ul li > h4 {
/*    margin-left: 50px;*/
    margin-bottom: 20px;
}
.productDetails ul + h4 {
    margin-top: 20px;
}
/*.productDetails ul li:first-child > ul {
    margin-left: 20px;
}*/
/*.productDetails ul li:first-child > h4 {
    margin-left: 0;
}*/
.productDetails ul li > ul > li {
    width: 100%;
    padding-left: 0;
}
.productDetails ul li > ul > li > ul {
    list-style-type: none;
    margin-left: 20px;
}
.productDetails ul li > ul > li > ul > li:before {
    content:"\21B3";
    margin-right: 10px;
}


@media screen and (max-width: 768px) {
    .productDetails li {
        min-height: 0 !important;
    }
    .productDetails ul.col3 li {
        width: 100%;
    }
/*    .productDetails ul.col3 li > ul {
        margin-left: 20px;
        margin-bottom: 0;
    }
    .productDetails ul.col3 li > h4 {
        margin-top: 30px;
        margin-left: 0px;
    }
    .productDetails ul.col3 li:first-child > h4 {
        margin-top: 0;
    }*/
    .productImage {
        width: 100%;
        position: relative;
        margin-bottom: 30px;
    }
    .productDescription {
        padding: 0;
        height: auto;
    }
}
@media screen and (max-width: 550px) {
    .productDetails ul.col3 li {
        padding-top: 0;
    }
    .productDetails h3 {
        font-size: 35px;
        line-height: 40px;
    }
    .productDetails ul.col2 li {
        width: 100%;
    }
    .productDetails ul.col2 li > ul {
        margin-left: 20px;
        margin-bottom: 0;
    }
    .productDetails ul.col2 li > h4 {
        margin-top: 30px;
        margin-left: 0px;
    }
    .productDetails ul.col2 li:first-child > h4 {
        margin-top: 0;
    }
    .productToggle li {
        margin-left: 20px;
        padding: 0 34px;
    }
}
@media screen and (max-width: 480px) {
    .orderInfo h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .orderInfo h4 {
        font-size: 24px;
    }
    .productDetails .responsiveTable > table {
        border-left: none;
        border-right: none;
    }
    .container .productDetails .responsiveTable {
        margin-left: -7px;
        margin-right: -7px;
    }
    .productDetails .responsiveTable.container {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
}


/*   Details product 3 col  */

.ccm-layout-table .ccm-layout-col {float:left}
.ccm-layout .first .ccm-layout-col-spacing { margin-left:0px !important; margin-right:10px !important; } 
.ccm-layout .last .ccm-layout-col-spacing { margin-right:0px !important; margin-left:10px !important; } 
.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.ccm-layout-col-spacing {
    margin: 0px 5px;
}

@media screen and (max-width: 768px) {
    .ccm-layout-table .ccm-layout-col {
        float: none !important;
        width: 100% !important;
    }
}

/* SOLUTIONS SECTION */

.SolutionsLanding .PaneContent h1 {
    text-align: center;
}
.SolutionsLanding li {
    position: relative;
}
.SolutionsLanding .imageLeft {
    position: absolute;
    left: 0;
    top: 0;
}
.SolutionsLanding .col2 > li > ul > li {
    margin-left: 8%;
    padding-right: 25px;
    margin-top: 10%;
}
.SolutionsLanding .col2 > li:first-child > ul > li {
    margin-left: 0;
    margin-right: 8%;
}
.SolutionsLanding .col2 > li > ul > li:first-child {
    margin-top: 0;
}
.SolutionsLanding .textRight {
    padding-left: 150px;
}
.SolutionsLanding .textRight p {
    margin-top: 5px;
}
@media screen and (max-width: 960px) {
    .SolutionsLanding .col2 > li > ul > li {
        margin-left: 4%;
        padding-right: 15px;
    }
    .SolutionsLanding .col2 > li:first-child > ul > li {
        margin-left: 0;
        margin-right: 4%;
    }
    .BackTop {
        display: none;
    }
    .level3 li {
        font-size: 13px;  
    }
.SecondaryNav ul.active {
    padding-right: 5px;
}
}
@media screen and (max-width: 768px) {
    .SolutionsLanding .col2 > li {
        width: 100%;
        float: none;
    }
    .SolutionsLanding .col2 > li > ul > li {
        padding: 15px 0;
        margin: 20px 0 0 0;
    }
}
@media screen and (max-width: 420px) {
    .SolutionsLanding .textRight {
        padding-left: 0;
    }
    .SolutionsLanding .imageLeft {
        position: relative;
        margin: 10px 0;
    }
}
@media screen and (max-width: 320px) {
    .SolutionsLanding .imageLeft {
        text-align: center;
    }
}

/*  Solutions Details  */

.SectionSolutionsLanding .PaneContent h1 {
    text-align: center;
}
.solutionsFooter {
    padding-top: 100px;
    padding-bottom: 100px;
}
.SectionSolutionsLanding .greyBg h3, .solutionsFooter h3 {
    color: #1b698e;
    padding-bottom: 50px;
    text-align: center;
}
.SectionSolutionsLanding .greenBg li {
    font-weight: bold;
    font-size: 18px;
    padding-right: 8%;
    display: inline-block;
    padding-top: 15px;
}
.solutionsFooter .hList li {
    width: 33%;
    padding: 0 10px;
    font-weight: bold;
    font-size: 18px;
    float: left;
}
.solutionsFooter.showAll .hList li, .solutionsFooter.industrySolutions .hList li {
    width: 33.33%;
}
.solutionsFooter.industrySolutions.showAll .hList li {
    width: 14.2857%;
}
.solutionsFooter .hList li a {
    font-weight: bold;
    font-size: 18px;
    color: #1ca2e3;
}
.solutionsFooter .hList li img {
    height: 50px;
}
@media screen and (max-width: 640px) {
    .solutionsFooter .hList li {
        width: 50% !important;
        padding-bottom: 15px;
    }
    .solutionsFooter .hList li p {
        height: 50px;
    }
    .solutionsFooter .hList li, .SectionSolutionsLanding .greenBg li {
        font-size: 15px;
        font-weight: normal;
    }
}
@media screen and (max-width: 480px) {
    .solutionsFooter .hList li {
        width: 100% !important;
    }
    .SectionSolutionsLanding .greenBg li {
        display: block;
    }
    .SectionSolutionsLanding .greyBg h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 320px) {
    .solutionsFooter .hList li {
        width: 100% !important;
        float: none;
    }
}

/* Blog */

.blog-categories {
    text-align: center;
    padding-bottom: 50px;
}

.blog-categories > ul > li {
    background-color: #1683bb;
    margin: 0 15px 15px 15px;
}
.blog-categories > ul > li:hover, .blog-categories > ul > li.active  {
    background-color: #062842;
}
.blog-post {
    margin-bottom: 25px;
}

/* RSS Feeds */

.rssFeeds ul {
    margin-bottom: 40px;
    font-size: 18px;
}
.rssFeeds ul li {
    margin-bottom: 10px;
}

/* About us page */

.aboutUsHistory img {
    margin-top: 25px;
}

@media screen and (max-width: 768px) {
.aboutUsHistory img {
    margin-top: 10px;
}
}

.slider .headerBg .container h1 a {
    color: #fff;
}

.slider .content-container h1 a > img {
  display: block;
  margin: 20px 0 0;
}
.orderInfo h4 a{
  font-size:1em;
}
.orderInfo a,
.phone-nr,
.htmlIR .phone-nr{
  color:#2b2a2a;
}

.database .ModuleHeader {
    display: none;
}

.database .ModuleDate {
    display: none;
}

.database .ModuleHeadlineLink {
    display: none;
}

.database .ModuleItemRow {
    width: 32%;
    display: inline-block;
    text-align: center;
}

.ModuleDownloadListWithTags.database {
    padding-top: 0px !important;
}

@media screen and (max-width: 500px) {
    .database .ModuleItemRow {
        width: 100%;
        display: block;
    }
}

.ApplicationPage .PaneContent > span > span > div {
    padding-top: 50px;
    padding-bottom: 50px;
}

.solutionsFooter .hList li p {
    min-height: 100px;
}

.image-specs ul {
    font-size: 1.2rem;
    margin-top: -355px;
    list-style-type: circle;
    line-height: initial;
    padding-right: 50%;
}

.image-specs p {
    line-height: initial;
}

.productDescription ul {
    display: flex;
}

.productDescription li {
    margin-right: 50px;
}

.productDescription ul li img {
    height: 250px;
    margin-right: 50px;
}

.overview.productDetails .ddr4-intro {
    padding-bottom: 225px;
}

@media all and (max-width:767px) {
    .image-specs {
        text-align: center;
    }
    .image-specs ul {
        margin-top: 10px;
        padding-right: 0;
    }
    .productDescription ul li img {
        height: initial;
        margin-right: 0px;
    }
    .productDescription ul {
        display: block;
        text-align: center;
    }
    .productDescription li {
        margin-right: 0px;
    }
    .overview.productDetails .ddr4-intro {
        padding-bottom: 20px;
    }
}

.hybridimm .PaneContent > span > span > div {
    padding-bottom: 0px;
}
.hybridimm .PaneContent > span > span:last-child > div {
    padding-bottom: 100px;
    padding-top: 0px;
}

.hybridimm .left {
    width: 50%;
    float: left;
    padding: 0px 3%;
}

@media (min-width: 961px) and (max-width: 1089px){
.MainNav {
    width: 100%;
    margin-top: -20px;
}
}
@media screen and (min-width: 961px) {
.homeCarousel .pagerSection {
    padding-bottom: 1%;
}
.homeCarousel h1 {
    font-size: 48px;
    line-height: 52px;
}
}
@media screen and (max-width: 960px) and (min-width: 769px) {
.homeCarousel h1 {
    font-size: 36px;
    line-height: 42px;
}
}
@media (min-width: 1080px){
.cycle-slide {
    min-height: 500px;
}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.videoContainer {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.half {
    width: 40%;
    display: inline-block;
    padding: 0 5%;
}

@media (max-width: 767px){
.hybridimm .left, .m-full {
    width: 100%;
}
}

.InnovationPage .headerBg {
    background-image: url('../design/inovation.min.jpg');
}

.InnovationPage .pageTitle {
    float: right;
}

@media screen and (max-width: 500px) {
    .InnovationText img {
        float: none !important;
        width: 100%;
    }
}
