body {
    font-size: 14px;
    line-height: 24px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 400;
    color: #000000;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
    background: #cccccc;
    width: 100%;
}

.container-bg {
    width: 100%;
    background: #ffffff;
    margin: 0 auto;
}

.container {
    margin: 0 auto;
    max-width: 1090px;
    padding: 0 20px;
    width: 100%;
}

*, *:before, *:after {
    box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

html {
    -webkit-font-smoothing: antialiased;
}

img {
    outline: none;
    border: none;
}

a {
    color: #1ba8df;
    text-decoration: none;
}

h1 {
    font-size: 24px;
    color: #222944;
}

.PageHome h1, .PageHome .ModuleOuterContainer h2 {
    font-size: 36px;
    line-height: 40px;
    color: #555555;
    line-height: normal;
    text-align: center;
    margin: 40px 0;
    font-weight: 300;
}

p {
    color: #555555;
}

input {
    font-family: arial;
}

button, .expand, .collapse, .ActionButton, .SubmitButton, .dislaimerButtons .agree, .dislaimerButtons .decline {
    border: 1px solid #FF8500;
    color: #FF8500;
    display: inline-block;
    font-size: 12px;
    margin-top: 30px;
    padding: 0px 55px;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
}

button:hover, .expand:hover, .collapse:hover, .ActionButton:hover, .SubmitButton:hover {
    color: #000000;
    text-decoration: underline;
}

.RssLinkTopContainer img, .RssLinkBottomContainer img, .rssIcons img {
    display: none;
}

.RssLinkTopContainer a, .RssLinkBottomContainer a, .rssIcons a {
    text-decoration: none;
    color: #1ba8df;
}

.q4-icon-rss {
    color: #1ba8df;
}

.RssLinkTopContainer a:after, .RssLinkBottomContainer a:after, .rssIcons a:before {
    font-family: 'Q4-Default-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;
    content: "\e642";
    font-size: 24px;
}

/* -------------- extra page--------------*/
.trmoinv {
    color: #555555;
}

.dislaimerButtons {
    float: right;
}

.disclaimer-content .title {
    background: #FF4A00;
    font-size: 18px;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
}

.fancybox-inner {
    height: 500px;
}

/*_____ iCheck plugin Square skin, blue _____*/
.icheckbox_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url("../design/CheckBox.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
    margin-right: 2px;
}

.icheckbox_square-blue.checked {
    background-position: -26px 0;
}

.icheckbox_square-blue.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-blue.checked.disabled {
    background-position: -96px 0;
}

/*--------------------SELECTBOX---------------------*/
.sbToggle:hover, .sbToggle:focus {
    background: #eff0f2;
}

.sbHolder {
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    width: 110px;
    position: relative;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #e2e4e6;
}

.sbHolder ~ .sbHolder {
    z-index: 2;
}

.sbHolder ~ .sbHolder ~ .sbHolder {
    z-index: 1;
}

.sbHolder ul {
    margin: 0;
    padding: 0;
}

.sbSelector {
    background-color: #eff0f2;
    display: block;
    height: 38px;
    left: 0;
    line-height: 38px;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    right: 37px;
    top: 0;
    width: 75px;
    border-right: none;
    cursor: pointer;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    font-size: 16px;
    line-height: 38px;
    outline: none;
    text-decoration: none;
    color: #000;
}

.sbToggle {
    background: #eff0f2;
    display: block;
    height: 38px;
    outline: medium none;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    box-sizing: border-box;
    border-left: none;
}

.sbToggle:after, .sbToggleOpen:after {
    content: "\e64a";
    font-family: "Q4-Default-Icons";
    font-size: 10px;
    position: absolute;
    right: 21px;
    top: 7px;
    color: #000000;
}

.sbToggleOpen:after {
    content: "\e650";
}

.sbOptions {
    background-color: #eff0f2;
    font-size: 16px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    color: #000;
    top: 30px;
    width: 109px;
    overflow-y: auto;
    box-sizing: border-box;
    border-top: 1px solid #000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.sbOptions li:first-child {
    border-top: none;
}

.sbOptions li:hover {
    background-color: #cccccc;
}

.sbOptions li a:hover {
    color: #1ba8df;
}

.sbOptions li {
    padding: 0 7px;
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
    text-decoration: none;
    color: #000;
}

.sbOptions li.last a {
    border-bottom: none;
}

.sbOptions .sbDisabled {
    border-bottom: solid 1px #fff;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
    border-bottom: solid 1px #fff;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
    padding-left: 17px;
}

@media only screen and (max-width: 767px) {
    .sbHolder, .sbOptions {
        width: 85px;
    }

    .sbSelector {
        width: 63px;
    }

    .sbToggle {
        width: 20px;
    }

    .sbToggle:after, .sbToggleOpen:after {
        right: 4px;
    }
}

.LayoutThreeColumn .PaneContent .container-bg {
    padding: 40px 0;
}

/*-------------------------Header---------------------------*/
.PaneHeader .container {
    max-width: 1004px;
    padding-top: 30px;
}

.QuicklinksHeader {
    display: inline-block;
    float: right;
}

.QuicklinksHeader li .dropdown-toggle {
    position: relative;
}

.QuicklinksHeader .dropdown-menu {
    display: none;
    position: absolute;
    top: 18px;
    left: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    border: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 9999;
    min-width: 100px;
}

.QuicklinksHeader .dropdown-menu a {
    font-weight: normal;
    font-size: 11px;
    clear: both;
    padding: 3px 15px;
    color: #333333;
    line-height: 15px;
}

.QuicklinksHeader .dropdown-menu li {
    display: block;
    border: none;
    padding: 0;
}

.QuicklinksHeader .dropdown-menu a:hover {
    background: #f6d974 none repeat scroll 0 0;
    color: #464646;
}

.QuicklinksHeader ul {
    float: right;
    list-style: outside none none;
    margin: 0 8px 0 0;
    padding: 0;
}

.QuicklinksHeader li {
    border-left: 1px solid #464646;
    display: inline-block;
    padding: 0 13px;
    position: relative;
}

.QuicklinksHeader li:first-child {
    border: none;
}

.QuicklinksHeader a {
    color: #464646;
    display: block;
    font-size: 12px;
    font-weight: bold;
}

.QuicklinksHeader a:hover {
    color: #FF8500;
}

.QuicklinksHeader .dropdown-toggle {
    cursor: pointer;
}

.QuicklinksHeader .dropdown-toggle:hover .dropdown-menu {
    display: block;
}

.PaneHeader .SocialIcons {
    display: inline-block;
    float: right;
    margin-left: 30px;
    margin-right: 6px;
}

.PaneHeader .SocialIcons ul {
    margin: 0;
    padding: 0;
}

.ClientLogo {
    float: left;
    clear: both;
    margin-top: 10px;
}

.ModuleSearch {
    float: right;
    margin-right: 14px;
    margin-top: 34px;
    position: relative;
}

.SearchInput {
    background: #e3e3e3;
    border-color: #9f9f9f #dbdbdb #dbdbdb #9f9f9f;
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    display: block;
    outline: medium none;
    padding: 1px 20px 1px 5px;
    width: 150px;
}

/*.CorporateNav{
    float: left;
}
.CorporateNav li {
    display: inline-block;
    padding: 15px 15px 20px;
}
.CorporateNav li a{
    font-size: 14px;
    font-weight: bold;
    color: #464646;
}
.CorporateNav li a:hover{
    color: #FF8500;
}
ul.CorporateNav {
    margin: 18px 0 4px 30px;
    padding: 0;
    list-style: none;
}
ul.CorporateNav li{
    display: inline-block;
}*/
.ModuleButton.SearchButton {
    background: none;
    border: medium none;
    font-family: q4-default-icons;
    position: absolute;
    right: 0;
    top: 3px;
    cursor: pointer;
}

.MobileTop, .MobileBottom {
    display: none;
}

@media screen and (max-width: 1023px) {
    .ClientLogo {
        width: 100%;
        margin-top: 8px;
    }

    .CorporateNav ul {
        margin: 0;
    }

    .ModuleSearch {
        margin-top: 16px;
    }
}

@media screen and (max-width: 767px) {
    div.CorporateNav, div.QuicklinksHeader {
        display: none;
    }

    .PaneHeader .container {
        padding: 12px 10px;
    }

    .ClientLogo {
        float: left;
        width: auto;
        margin-top: 23px;
    }

    .QuicklinksHeader {
        float: left;
        clear: left;
        margin-left: -1px;
        margin-top: 5px;
        width: 100%;
    }

    .QuicklinksHeader ul {
        float: left;
        margin: 8px 0 5px 16px;
        padding: 0;
    }

    .QuicklinksHeader li {
        display: block;
        border: none;
        padding: 8px 0;
    }

    .PaneHeader div.SocialIcons {
        clear: both;
        float: left;
        margin-left: -1px;
        width: 100%;
    }

    .PaneHeader div.SocialIcons ul {
        float: left;
    }

    .PaneHeader div.SocialIcons li {
        margin: 0 8px 0 0;
    }

    .PaneHeader div.SocialIcons li a {
        margin: 0;
        padding: 0;
    }

    div.CorporateNav {
        float: left;
        clear: both;
        width: 100%;
    }

    div.QuicklinksHeader a {
        color: #000000;
    }

    ul.CorporateNav {
        margin: 0;
    }

    ul.CorporateNav li {
        display: block;
        padding: 8px 0 8px 5px;
    }

    .MobileTop, .MobileBottom {
        display: inline-block;
        border: 1px solid #dddddd;
        border-radius: 4px;
        float: right;
        margin: 1px 20px 0 10px;
    }

    .q4-icon-menu {
        /* color: #888888; */
        cursor: pointer;
        float: right;
        font-size: 22px;
        padding: 9px 10px 5px 10px;
        vertical-align: middle;
        background-color: #f1f1f1;
        border: 1px solid #ddd;
        border-radius: 3px;
    }

    .ModuleSearch {
        border-top: 1px solid #e7e7e7;
        clear: left;
        float: left;
        margin-right: 15px;
        margin-top: 10px;
        padding-top: 13px;
        position: relative;
        width: 100%;
    }

    .ModuleButton.SearchButton {
        left: 117px;
        top: 16px;
        right: inherit;
    }
}

.PaneNavigation .container-bg {
    background: #022f53;
    background-image: url(../design/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.MainNav ul {
    list-style: none;
    padding: 0;
}

.MainNav .level1 > li, .MainNav .level2 > li {
    display: inline-block;
    position: relative;
    margin-left: 0;
}

.MainNav .level1 {
    float: left;
    width: 100%;
    text-align: center;
}

.MainNav .level1 li a {
    color: #fff;
    font-weight: bold;
    padding: 18px 20px;
    position: relative;
}

.MainNav .home, .MainNav .level2 {
    display: inline-block;
}

.MainNav .level1 li a:hover {
    color: #5a5a5a;
    /*background-color: #FF4A00;*/
}

.MainNav .level2 > li.expanded > a, .MainNav .level2 > li.selected > a, .MainNav .level2 > li.open > a, .MainNav .level3 > li.selected > a {
    color: #fff;
}

.MainNav .level2 li.has-children > a:after {
    content: "\e601";
    font-family: Q4-Default-Icons;
    font-size: 8px;
    font-weight: 400;
    padding-left: 5px;
    vertical-align: top;
}

.MainNav .level3 {
    background: #022f53;
    background-image: url(../design/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top: 2px solid #dcaa00;
    display: none;
    left: -2px;
    position: absolute;
    top: 38px;
    z-index: 9999;
    text-align: left;
    min-width: 186px;
    width: 100%;
}

.MainNav .level3 li a {
    display: block;
    clear: both;
    font-weight: normal;
    padding: 6px 5px 6px 15px;
}

.MainNav .level2 > li.has-children:hover .level3 {
    display: block;
}

@media screen and (max-width: 1399px) {
    .MainNav .level1 li a {
        padding: 18px 15px;
    }

    .MainNav .level3 li a {
        padding: 6px 5px 6px 15px;
    }

    .MainNav .level3 {
        min-width: 185px;
        left: -11px;
        width: 100%;
    }
}

@media screen and (max-width: 1299px) {
    .MainNav .level1 li a {
        padding: 18px 11px;
        font-size: 13px;
    }

    .MainNav .level3 li a {
        padding: 6px 5px 6px 15px;
    }

    .MainNav .level3 {
        min-width: 176px;
        left: -12px;
        width: 100%;
    }
}

@media screen and (max-width: 949px) {
    .MainNav .level1 {
        text-align: left;
    }

    .MainNav {
        padding: 0 10px;
    }

    .MainNav .level1 li {
        width: 100%;
    }

    .MainNav .level1 li a {
        font-size: 14px;
        padding: 8px 0px;
        display: block;
    }

    .MainNav .level1 > li.has-children > a:after, .MainNav .level2 li.has-children > a:after {
        content: "\e601";
        font-family: Q4-Default-Icons;
        float: right;
        font-size: 14px;
    }

    .MainNav .level1 > li.has-children.open> a:after, .MainNav .level2 li.has-children.open > a:after {
        content: "\e607";
        font-family: Q4-Default-Icons;
        float: right;
        font-size: 14px;
    }

    .MainNav .level2 {
        display: none;
    }

    .MainNav .level3 {
        position: static;
        padding-left: 20px;
        background: #04223a;
    }

    .MainNav .level2 > li.has-children:hover .level3 {
        display: none;
    }

    .MainNav .level3 li a {
        font-weight: normal;
    }
}

.PaneHeader2 .container-bg {
    position: relative;
}

.LayoutThreeColumn .PaneHeader2 .container-bg {
    background: url(../images/paneheaderbg.jpg);
    height: 245px;
    background-size: cover;
}

.LayoutTwoColumn .PaneHeader2 .container-bg {
    background: url(../images/paneheaderbg.jpg);
    height: 245px;
    background-size: cover;
}

.LayoutThreeColumn .StockHeader {
    /*right: 175px;*/
}

.Breadcrumb {
    color: #ffffff;
    left: 0;
    position: absolute;
    top: 50%;
    font-size: 54px;
    line-height: 54px;
    text-align: center;
    margin: 0 auto;
    width: calc(100% - 660px);
    z-index: 1;
    font-weight: 700;
    transform: translate(-50%,-50%);
    left: 50%;
}

.Breadcrumb a, .BreadcrumbSeparator {
    display: none;
}

.StockHeader {
    /*background: #324f9d;
    background: rgba(0, 45, 150, 0.8);*/
    background: #fff;
    padding: 35px;
    width: 230px;
    color: #5A5A5A;
    font-size: 16px;
    font-weight: bold;
    padding: 43px 45px 13px 37px;
    position: absolute;
    top: 0;
    right: 950px;
    z-index: 101;
    font-size: 19px;
    right: 5%;
}

.StockHeader .StockDescription1 {
    text-transform: uppercase;
    display: block;
    font-size: 18px;
}

.StockHeader .StockPrice, .StockHeader .StockDescription3 {
    display: block;
}

.StockHeader .StockPrice {
    color: #5A5A5A;
    font-size: 45px;
    line-height: 46px;
}

.StockPrice:before, .StockData.Price:before {
    content: "$";
    font-size: 22px;
    font-weight: 400;
    padding-right: 8px;
    vertical-align: super;
}

.StockHeader .StockChange, .StockHeader .StockPChange {
    font-size: 19.13px;
}

.StockHeader .StockChange.StockPriceUp:before {
    color: #95d600;
    content: "\e607";
    font-family: q4-default-icons;
    font-size: 14px;
    padding: 0 10px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
}

.StockHeader .StockChange.StockPriceDown:before {
    color: red;
    content: "\e601";
    font-family: q4-default-icons;
    font-size: 14px;
    padding: 0 10px 0 0;
    vertical-align: text-bottom;
    display: inline-block;
}

.StockHeader .StockDescription1 > span {
    color: #FF4A00;
}

.StockHeader .StockDescription3 {
    font-size: 11px;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    opacity: 0.5;
}

.StockHeader .StockVolumeText, .StockHeader .StockVolume, .StockHeader .StockDate, .StockHeader .StockIndicator {
    display: none;
}

@media screen and (max-width: 1200px) {
    .PageHome .StockHeader {
        left: 0;
        right: none;
    }

    .Breadcrumb {
        width: 100%;
        transform: none;
        top: 85px;
        left: 0;
    }
}

@media screen and (max-width: 1200px) {
    .StockHeader {
        width: 100%;
        left: 0;
        padding: 20px 10px;
        text-align: center;
        font-size: 19px;
    }

    .StockHeader .StockPrice, .StockHeader .StockDescription1 {
        display: inline-block;
        font-size: 16px;
        line-height: normal;
    }

    .StockHeader .StockPrice {
        padding: 0 5px;
    }

    .StockHeader .StockPrice:before {
        font-size: 17px;
        padding: 0;
        vertical-align: top;
    }

    .StockHeader .StockDescription3 {
        display: none;
    }

    .StockHeader .StockChange.StockPriceUp:before, .StockHeader .StockChange.StockPriceDown:before {
        padding-right: 7px;
    }
}

@media screen and (max-width: 767px) {
    .StockHeader .StockDescription1 {
        display: block;
    }

    .Breadcrumb {
        text-shadow: 0 0 4px #000;
        font-size: 34px;
        line-height: 34px;
        top: 125px;
    }
}

/*----------------------LANDING-----------------------*/
/* .PageHome .PaneRight .container-bg{
    background: #FF8500;
} */
/*-------------------Slider--------------------------*/
.slider > div.slider-item {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    /* Need an IE8 polyfil */
    color: #fff;
    display: none;
    height: 350px;
    max-height: 350px;
    /*max-width: 1600px;*/
    overflow: hidden;
    min-height: 144px;
    width: 100%;
}

.slider > div.slider-item:first-child {
    display: block;
}

.slider .spacer {
    display: block;
    padding-top: 18.75%;
    /* Image (height / width * 100) */
    width: 100%;
}

/* Slider Pager */
.slider .cycle-pager {
    display: block;
}

.slider .cycle-pager {
    overflow: hidden;
    position: absolute;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 500;
}

.slider .cycle-pager span {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #ddd;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 0;
    height: 14px;
    margin: 0 5px;
    width: 14px;
}

.slider .cycle-pager span.cycle-pager-active {
    background: #fff;
}

.slider .cycle-prev, .slider .cycle-next {
    color: #fff;
    cursor: pointer;
    height: 20px;
    left: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 20px;
    z-index: 525;
}

.slider .cycle-next {
    right: 25px;
    left: auto;
}

/* Slider Content */
.slider .content-container {
    padding: 20px 50px;
    position: absolute;
    width: 100%;
    top: 10px;
    text-align: center;
}

.slider .content-container h2 {
    font-size: 54px;
    line-height: 54px;
    margin-bottom: 10px;
    text-align: center;
}

.slider .content-container .ModuleDate, .slider .content-container .ModuleTime {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.slider .content-container .ModuleHeadlineLink, .slider .content-container p {
    font-size: 22px;
    line-height: 35px;
    margin: 0 auto;
    width: 470px;
    color: #ffffff;
    display: block;
}

.slider .content-container .ModuleBody, .slider .content-container .hrefWebcast, .slider .content-container .ModuleLinks {
    display: none !important;
}

.content-container > a {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 12px;
    padding: 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 15px;
    display: inline-block;
}

.content-container .ModuleViewAllLink:focus, .content-container .ModuleViewAllLink:hover, .content-container > a:hover {
    border-color: #f9cf00;
    color: #1ba8df;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .slider .content-container .ModuleHeadlineLink, .slider .content-container p {
        width: 100%;
        font-size: 16px;
    }

    .slider .content-container {
        top: 45px;
    }

    .slider .content-container {
        padding: 20px 0;
    }

    .slider .content-container h2 {
        font-size: 34px;
        line-height: 34px;
    }
}

/*-------------------Slider end-----------------*/
.SliderEvents {
    display: none;
}

.InfineraProfile {
    width: 820px;
    text-align: center;
    margin: 0 auto;
}

.InfineraProfile p {
    font-size: 18px;
}

.InfineraProfile a {
    border: 1px solid #FF8500;
    color: #FF8500;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 20px 0;
    padding: 0 55px;
    text-decoration: none;
    text-transform: uppercase;
}

.InfineraProfile a:hover {
    color: #000000;
    text-decoration: underline;
}

@media screen and (max-width: 1023px) {
    .InfineraProfile {
        width: 100%;
    }
}

/*-------------FEATURED VIDEOS & PRESENTATIONS--------------*/
@media only screen and (min-width: 768px) {
    .home-video-left {
        display: inline-block;
        float: left;
        width: 310px;
        margin-right: 80px;
    }

    .home-video-right {
        display: inline-block;
        float: right;
        width: 310px;
    }
}

@media only screen and (max-width: 767px) {
    .home-video-left {
        padding-bottom: 40px;
    }
}

/*-------------FEATURED VIDEOS & PRESENTATIONS End----------*/
.PageHome .PaneContent .container-bg {
    padding-bottom: 40px;
}

/*.PageHome .PaneRight .container-bg{
    background: url(../images/Quarterly-bg.png);
    height: 430px;
}*/
.CurrentPresentation {
    margin: 40px 0;
}

.CurrentPresentation .ModuleThumbnailLink, .CurrentPresentation .ModuleDate {
    display: none;
}

.CurrentPresentation {
    /* background: url('../design/MayCover.JPG'); */
    /* width: 520px; */
    /* height: 290px; */
    /* background-repeat: no-repeat; */
    text-align: center;
    color: #fff;
    font-size: 27.43px;
    font-weight: bold;
    margin: 40px auto;
    position: relative;
    background-size: 100%;
}

/*.CurrentPresentation .hrefPresentation[style*='block']{ 
    display: inline-block !important;
    max-width: 103px;
    overflow: hidden;
    white-space: nowrap;
}*/
.CurrentPresentation .hrefPresentation[style*="block"] {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 12px;
    //margin: 315px 0 40px 0;
    width: 191px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 20px;
}

.CurrentPresentation .hrefPresentation[style*="block"]:hover {
    text-decoration: underline;
    color: #000;
}

/*.CurrentPresentation .hrefPresentation:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}*/
.CurrentPresentation h1 {
    // padding-top: 112px;
    // font-size: 27.43px;
    color: #ffffff;
    // margin: 0;
    // font-weight: bold;
    clear: both;
}

.CurrentPresentation .ModuleHeadline {
    display: none;
}

.CurrentPresentation span.ModuleTitle > span {
    color: #f3cb03;
    display: block;
}

.PageHome .PaneContent .container, .PageHome .PaneRight .container {
    max-width: 770px;
}

.PageHome .PaneLeft .container {
    width: 100%;
    max-width: 1440px;
    padding: 0 20px;
}

.FeaturedVideo {
    float: left;
}

.FeaturedVideo p, .LatestPresentation .ModuleHeadline, .module-slideshow_title {
    margin: 0;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.module-slideshow_title {
    text-align: center;
}

a.module-slideshow_link {
    color: #4fb5e3;
    display: block !important;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
    font-weight: bold;
    vertical-align: top;
    text-align: center;
}

a.module-slideshow_link:hover {
    color: #000000;
    text-decoration: underline;
}

.FeaturedVideo a.fancyboxIframe, .LatestPresentation .hrefPresentation {
    color: #4fb5e3;
    font-weight: bold;
}

.FeaturedVideo a:hover, .LatestPresentation .hrefPresentation:hover {
    text-decoration: underline;
}

.FeaturedVideo {
    text-align: center;
}

.LatestPresentation {
    /* float: right; #180031*/
    margin: auto;
    width: 310px;
    text-align: center;
}

.LatestPresentation .ModuleDate {
    display: none;
}

.LatestPresentation .ModuleThumbnailLink {
    height: 135px;
    width: 310px;
    clear: both;
    display: block;
    /*  background: url('../doc_presentations/2016/dec/Infinera-Investor-Deck_December-2016-1.jpg'); 
    background-size: 100%; */
    margin: 0 auto;
    margin-bottom: 7px;
    background-repeat: no-repeat;
}

/*.LatestPresentation .PresentationThumbnail {
    display: none;
}*/
.LatestPresentation .hrefPresentation[style*='block'] {
    //display: inline-block !important;
    //max-width: 70px;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (max-width: 767px) {
    .LatestPresentation, .FeaturedVideo .ContentContainer {
        width: 100%;
        display: block;
        text-align: center;
    }

    .FeaturedVideo {
        float: none;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    .CurrentPresentation, .CurrentPresentation img {
        width: 100%;
    }

    .CurrentPresentation {
        background: transparent none;
    }

    .CurrentPresentation .ModuleThumbnailLink {
        display: block;
    }

    .CurrentPresentation .hrefPresentation[style*="block"] {
        margin-top: 15px;
    }
}

@media screen and (max-width: 400px) {
    .LatestPresentation .PresentationThumbnail, .fancybox > img {
        width: 100%;
    }

    .LatestPresentation .ModuleThumbnailLink {
        background-size: 100%;
        width: 100%;
    }
}

/*.LandingNews {
    float: left;
    width: 100%;
    text-align: center;
}*/
.LandingNews {
    float: right;
    width: 40%;
    text-align: center;
}

.LandingEvents {
    float: left;
    width: 40%;
    text-align: center;
}

.LandingEvents .q4-atc-outer {
    background: #ffffff;
    z-index: 9999;
    position: relative;
}

.LandingEvents .ModuleLocation {
    display: block;
}

.LandingEvents .ModuleDateContainer, .LandingNews .ModuleDate {
    display: block;
    font-size: 12px;
    font-weight: bold;
    color: #555555;
}

/*.homeBox .ModuleContainerInner{
    margin-bottom: 20px;
}*/
.LandingEvents .ModuleYearNavContainer, .LandingNews .ModulePDFDownload {
    display: none;
}

.LandingEvents .ModuleHeadlineLink, .LandingNews .ModuleHeadlineLink {
    color: #464646;
    font-size: 14px;
    font-weight: bold;
    min-height: 98px;
    display: block;
}

.LandingEvents .WebcastLink a, .LandingEvents .RelatedDocuments a {
    color: #1ba8df;
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.LandingEvents ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.LandingEvents ul a {
    color: #1ba8df;
    font-size: 12px;
    font-weight: bold;
}

.ModuleViewAllLink {
    border: 1px solid #FF8500;
    color: #FF8500;
    display: inline-block;
    font-size: 12px;
    padding: 0px 55px;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
}

.LandingNews .ModuleBody {
    font-size: 12px;
}

.LandingNews .ModuleMoreLink {
    display: block;
    font-weight: bold;
}

.ModuleViewAllLink:hover {
    color: #000000;
    text-decoration: underline;
}

/*---------------------LANDING END------------------*/
/*--------------------- STOCK INFO------------------*/
.StockPage {
    background: url(../images/stockinfobg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    float: left;
    font-size: 18px;
    height: 200px;
    padding: 40px 50px;
    width: 38%;
    font-weight: bold;
}

.StockPage > .StockTableText > .StockTableTextLabel {
    display: inline-block !important;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
}

.StockQuoteTitle {
    display: none;
}

.StockQuoteSymbol {
    color: #f3cb03;
}

.StockPage > p {
    color: #ffffff;
    float: right;
    font-size: 55px;
    line-height: 40px;
    margin: 0;
}

.StockPage .Price {
    color: #ffffff;
}

.StockPage .PriceLabel {
    display: none;
}

.StockPage .StockTableText {
    color: #525a7a;
    font-size: 11px;
    font-weight: normal;
    margin-top: 66px;
    text-align: right;
}

.StockPage .StockTableText > span {
    display: block;
}

.StockQuoteinfo .Procent {
    display: none;
}

.StockQuoteinfo .StockRight {
    float: right;
    background: #FF8500;
    padding: 30px 40px;
    width: 61%;
}

.StockQuoteinfo .right {
    float: right;
    width: 75%;
}

.StockQuoteinfo .left {
    font-size: 18px;
    font-weight: bold;
    float: left;
}

.StockQuoteinfo .right span, .StockQuoteinfo .Volume {
    color: #fff;
}

.StockQuoteinfo .left .Change, .StockQuoteinfo .VolumeLabel {
    display: block;
    color: #ffffff;
}

.StockQuoteinfo .StockPriceUp {
    color: #95d600;
}

.StockQuoteinfo .StockPriceDown {
    color: #ff0000;
}

.StockQuoteinfo .left p {
    margin: 15px 0;
}

.right .StockTableItem > p {
    padding: 11px 0;
    margin: 0;
    border-top: 1px solid #ffffff;
}

.right .StockTableItem > p:first-child {
    border: none;
}

.right .StockTableItem a {
    float: right;
    font-weight: bold;
    color: #fff;
}

.StockTableItem.leftside {
    float: left;
    width: 50%;
}

.StockTableItem.leftside a {
    padding-right: 40px;
}

.StockTableItem.rightside .StockLabel {
    padding-left: 40px;
}

@media screen and (max-width: 1023px) {
    .StockPage {
        width: 100%;
        padding: 40px 10px;
    }

    .StockPage .StockTableText {
        margin-top: 25px;
    }

    .StockQuoteinfo .StockRight {
        width: 100%;
        clear: both;
        padding: 30px 10px;
    }

    .StockQuoteinfo .left {
        text-align: center;
        width: 100%;
    }

    .StockQuoteinfo .right, .StockTableItem.leftside {
        float: left;
        width: 100%;
    }

    .StockTableItem.rightside {
        float: left;
        width: 100%;
    }

    .right .StockTableItem > p {
        padding: 11px 10px;
    }

    .StockTableItem.leftside a {
        padding-right: 0px;
    }

    .StockTableItem.rightside span {
        padding-left: 0px;
    }

    .StockTableItem.rightside .StockLabel {
        padding-left: 0px;
    }

    .right .rightside > p:first-child {
        border-top: 1px solid #ffffff;
    }
}

.PageStockInformation h1 {
    margin-top: 0;
}

.PageStockInformation .PaneLeft .container-bg {
    background: #EFF0F2;
    padding: 40px 0;
}

.PageStockInformation .PaneBreadcrumb .container-bg {
    padding: 40px 0;
}

.PageStockInformation .PaneContent .container-bg {
    background: #A5B0C2;
    padding: 40px 0;
}

.PageStockInformation .PaneRight .container-bg {
    padding: 40px 0;
}

.StockHistorical .stock-selects {
    float: left;
    width: 36%;
}

.StockHistorical .stock-historical .text {
    display: block;
}

.StockHistorical .stock-historical .sbHolder {
    float: left;
}

.StockHistorical .stock-historical .sbHolder ~ .sbHolder {
    margin-left: 10px;
}

.StockHistorical h1 {
    color: #fff;
}

.StockHistorical .stock-table {
    float: right;
    width: 64%;
}

.StockHistorical .list-group {
    float: left;
    list-style: none;
    padding: 0;
    margin: 23px 0 0 0;
}

.StockHistorical .list-group .border {
    border-bottom: 1px solid #fff;
}

.StockHistorical .list-group-item {
    float: left;
    width: 33%;
    padding: 14px 20px;
}

.StockHistorical .list-group-item .text {
    float: left;
    color: #fff;
}

.StockHistorical .badge {
    float: right;
    font-weight: bold;
    color: #ffffff;
}

.StockHistorical .lookup {
    color: #fff;
    background: none;
    border-color: #fff;
    padding: 3px 30px;
    margin: 0;
    clear: both;
    display: block;
}

.StockHistorical .stock-selects > span {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.Clickhtml {
    text-align: center;
}

@media screen and (max-width: 1023px) {
    .StockHistorical .stock-table, .StockHistorical .list-group, .StockHistorical .list-group-item, .StockHistorical .stock-selects {
        width: 100%;
    }

    .StockHistorical .list-group .border {
        border-bottom: none;
    }

    .StockHistorical .list-group li {
        padding: 11px 10px;
        border-top: 1px solid #fff;
    }

    .StockHistorical .list-group li:first-child {
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .highcharts-input-group {
        display: none;
    }
}

/*---------------------Calculator----------------------*/
.calc-widget-investment-calculator {
    width: 260px;
}

.calc-widget-investment-calculator, .ui-datepicker {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    width: 100%;
}

.calc-widget-investment-calculator table, .ui-datepicker table, #calculator-popup-container table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker a {
    text-decoration: none;
}

.calc-widget-investment-calculator input[type=text] {
    border: 1px solid #d4d4d4;
    padding: 10px;
    margin: 3px 0;
    width: 100%;
}

.calc-widget-investment-calculator input.hasDatepicker {
    background-image: url(//q4widgets.q4web.com/calendar/images/calendar-icon.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}

.calc-widget-investment-calculator input.hasDatepicker:hover {
    background-color: #efefef;
}

.calc-widget-investment-calculator input.hasDatepicker:focus, .calc-widget-investment-calculator input.hasDatepicker.focused {
    background-image: url(//q4widgets.q4web.com/calendar/images/calendar-icon-o.png);
    background-color: #FF8500;
    border-color: black;
    color: #fff;
}

.calc-widget-investment-calculator .compare .calc-label, .calc-widget-investment-calculator .compare .calc-input {
    display: block;
    margin: 5px 0;
}

.calc-widget-investment-calculator .compare input[type=text] {
    float: left;
    margin-top: -25px;
    margin-left: 110px;
    padding: 4px 0 4px 5px;
    width: 120px;
}

.calc-widget-investment-calculator .calc-input {
    display: block;
}

.calc-widget-investment-calculator .calc-label {
    font-weight: 600;
    text-transform: capitalize;
}

.calc-radio .calc-input {
    width: 29.5% !important;
}

/* Investment Calculator: Popup */
#calculator-popup-container {
    width: 96%;
}

#calculator-popup-container table {
    margin-top: 5px;
    width: 100%;
}

#calculator-popup-container table tr {
    border-bottom: 1px solid #eff0f2;
}

#calculator-popup-container table tr th {
    font-weight: 600;
}

#calculator-popup-container table tr th:first-child, #calculator-popup-container table tr td:first-child {
    text-align: left;
}

#calculator-popup-container table tr th, #calculator-popup-container table tr td {
    text-align: right;
    padding: 8px 0;
}

.calc-title h2 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 10px 0 30px;
}

.calc-title h3 {
    color: #000;
    font-size: 18px;
    margin: 20px 0 2px;
}

.calc-title p {
    color: #b3b3b3;
    font-size: 14px;
}

.calc-widget-investment-calculator .calc-loadingMessage {
    display: none;
}

.calc-widget-investment-calculator.loading .calc-loadingMessage {
    display: block;
}

/* Investment Calculator: Date Picker Skin */
#ui-datepicker-div, #ui-datepicker-div * {
    box-sizing: border-box;
}

#ui-datepicker-div {
    background-color: #efefef;
    display: none;
    width: 260px;
    z-index: 99 !important;
}

#ui-datepicker-div {
    border: 0;
    background: none;
    color: inherit;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#ui-datepicker-div, .ui-corner-all {
    border-radius: 0;
}

#ui-datepicker-div select {
    color: #000;
    font-family: inherit;
}

#ui-datepicker-div .ui-widget-header {
    border: 0;
    background: none;
    font-weight: normal;
}

#ui-datepicker-div .ui-datepicker-header {
    padding: 0;
    position: static;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    display: none;
}

#ui-datepicker-div .ui-datepicker-calendar {
    width: 100%;
    background-color: #efefef;
}

#ui-datepicker-div .ui-datepicker-calendar a {
    padding: 0;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
    background-color: #efefef;
    line-height: normal;
    margin: 0;
    padding: 15px 10px;
    text-align: left;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
    border: 0;
    background: none;
    font-weight: normal;
    color: #888;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-hover {
    background-color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
    background: none;
    background-color: #FF8500 ;
    border: none;
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar .ui-state-disabled {
    color: #ddd;
}

#ui-datepicker-div table {
    font-size: inherit;
    margin: 0;
}

#ui-datepicker-div .ui-datepicker-calendar th {
    background-color: #dcdcdc;
    padding: 16px 0;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar tr td {
    padding: 8px 0;
    text-align: center;
    width: 14.2857%;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a {
    color: #888;
}

#ui-datepicker-div .ui-datepicker-calendar tr td a:hover {
    text-decoration: none;
}

#ui-datepicker-div .ui-datepicker-title select {
    border: 0;
    padding: 6px;
    margin-left: 1px;
    width: 66%;
}

#ui-datepicker-div .ui-datepicker-title select.ui-datepicker-year {
    width: 33%;
}

/* Investment Calculator: Autocomplete CSS */
.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-autocomplete .ui-widget-content {
    color: #000;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active, .ui-state-focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.calc-shares {
    display: none;
}

.InvestmentCalculator .calc-row + .calc-row {
    float: left;
    width: 33%;
}

.InvestmentCalculator .calc-row > .calc-input {
    width: 90%;
}

.InvestmentCalculator .calc-input-group .calc-input {
    float: left;
    width: 36%;
}

.InvestmentCalculator .calc-row button {
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
}

@media screen and (max-width: 1023px) {
    .InvestmentCalculator .calc-row + .calc-row, .InvestmentCalculator .calc-input-group .calc-input {
        width: 100%;
    }

    .InvestmentCalculator .calc-row > .calc-input, .calc-radio .calc-input {
        width: 280px !important;
    }

    .calc-widget-investment-calculator .compare input[type=text] {
        width: 150px;
        margin: 0 0 0 10px;
        float: none;
    }

    .InvestmentCalculator .calc-row button {
        margin-top: 20px;
    }
}

/*--------------CAlculat end----------------------*/
/*--------------------Financial-------------------*/
.PageFinancialsFilingsFinancialSummary .PaneHeader2 .container-bg {
    background: url(../images/financialbg.jpg);
    background-size: cover;
}

.RegulatoryFilingContainer .YearNavContainer {
    display: none;
}

/*.RegulatoryFilingContainer  a[href*=".zip"],
.RegulatoryFilingContainer  a[href*=".html"],
.ModuleSECFilingDetails a[href*=".zip"],
.ModuleSECFilingDetails  a[href*=".html"]
{
    display: none;
}*/
.RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
    width: 180px;
}

.RegulatoryFilingContainer .FormGroupsContainer .sbSelector {
    width: 145px;
}

.RegulatoryFilingContainer .FormGroupsContainer .sbOptions {
    width: 180px;
}

.RegulatoryFilingContainer .sbHolder {
    float: left;
    margin-right: 10px;
}

.RegulatoryFilingContainer .ModuleContainerInnerTop {
    margin-top: 30px;
    clear: both;
}

.RegulatoryFilingContainer .ModuleHeader {
    background: #FF4A00;
    margin-top: 60px;
    padding: 15px 10px;
    font-weight: 700;
    color: #fff;
}

.RegulatoryFilingContainer a {
    color: #1ba8df;
}

.RegulatoryFilingContainer .ModuleItemRow, .ModuleSECFilingDetails .ModuleItemRow {
    clear: left;
    display: block;
    padding: 15px 10px;
}

.RegulatoryFilingContainer .ModuleItemAlt, .RegulatoryFilingContainer .ModuleItem.alt {
    background: #eff0f2;
}

.RegulatoryFilingContainer .Date, .RegulatoryFilingContainer .ItemDate {
    display: inline-block;
    width: 13%;
    vertical-align: text-top;
}

.RegulatoryFilingContainer .Filing, .RegulatoryFilingContainer .ItemHref {
    display: inline-block;
    width: 12%;
    vertical-align: text-top;
}

.RegulatoryFilingContainer .ItemDescription, .RegulatoryFilingContainer .Description {
    width: 56%;
    padding-right: 20px;
    display: inline-block;
    vertical-align: text-top;
}

.RegulatoryFilingContainer .Download {
    display: inline-block;
    width: 17%;
}

.RegulatoryFilingContainer .Icons, .ModuleSECFilingDetails .Icons {
    display: inline-block;
    margin: 0 ;
    padding: 0;
    font-size: 20px;
    list-style: none;
    vertical-align: text-top;
}

.q4-txt-xls {
    color: #089e23;
}

.q4-txt-pdf {
    color: #f21012;
}

.q4-txt-html {
    color: #000000;
}

.q4-txt-zip {
    color: #33b7d7;
}

.q4-txt-doc {
    color: #537fcc;
}

.RegulatoryFilingContainer .Icons li, .ModuleSECFilingDetails .Icons li {
    display: inline-block;
}

.ModuleSECFilingDetails .ModuleLinks {
    margin-top: 5px;
}

.RegulatoryFilingContainer .ItemHref {
    color: #1ba8df;
}

.RegulatoryFilingContainer .ItemHref:hover {
    text-decoration: underline;
}

.RegulatoryFilingContainer i, .ModuleSECFilingDetails i {
    font-size: 29px;
}

@media screen and (max-width: 767px) {
    .RegulatoryFilingContainer .Date , .RegulatoryFilingContainer .ItemDate, .ModuleSECFilingDetails .ModuleDate, .RegulatoryFilingContainer .Icons, .RegulatoryFilingContainer .ItemHref, .RegulatoryFilingContainer .ItemDescription {
        width: 100%;
        padding: 0;
    }

    .RegulatoryFilingContainer .ModuleHeader {
        display: none;
    }

    .RegulatoryFilingContainer .Icons {
        margin-top: 5px;
    }

    .RegulatoryFilingContainer .FormGroupsContainer .sbHolder {
        width: 167px;
    }

    .RegulatoryFilingContainer .RssLinkTopContainer, .RssLinkBottomContainer {
        margin-bottom: 10px;
        text-align: right;
        width: 100%;
    }

    .RegulatoryFilingContainer .ItemHref {
        text-align: left;
    }

    .RegulatoryFilingContainer .ItemHref:hover {
        text-decoration: none;
    }
}

/*---------------------Press Releases--------------*/
.PressReleases .ModuleYearNavContainer {
    display: none;
}

.PressReleases .ModuleDate {
    width: 12%;
    float: left;
    display: inline-block;
}

.PressReleases .ModuleHeadlineLink {
    display: inline-block;
    max-width: 80%;
    color: #1ba8df;
}

.PressReleases .ModuleItemRow {
    clear: left;
    display: block;
    padding: 15px 0;
}

.PressReleases .ModuleItemAlt, .PressReleases .ModuleItem.alt {
    background: #eff0f2;
}

.PageNewsReleasesPressReleaseDetails a {
    color: #1ba8df;
}

.PressReleasesDetails .ModuleDetailHeadline {
    text-align: center;
}

.PaneContent .viewallpress a {
    margin: 10px 0 20px 0;
    display: block;
    color: #1ba8df;
}

/*-------------------Form Builder---------------*/
.FormBuilder .FormTextBox, .FormBuilder .CaptchaContainer input {
    display: block;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    width: 280px;
    padding-left: 10px;
}

.FormBuilder .Label {
    font-weight: bold;
    color: #555555;
}

.FormBuilder b {
    color: #555555;
}

.FormBuilder .CaptchaContainer input {
    float: left;
}

.FormBuilder .ItemCountry {
    clear: both;
}

.FormBuilder .Item {
    padding-bottom: 10px;
}

.FormBuilder .ItemFirstName, .FormBuilder .ItemEmail, .FormBuilder .ItemLastName {
    padding: 0;
}

.FormBuilder .ItemFirstName, .FormBuilder .ItemTitle, .FormBuilder .ItemAddress1, .FormBuilder .ItemCity, .FormBuilder .ItemPhone, .FormBuilder .ItemZip {
    float: left;
    margin-right: 40px;
    clear: left;
}

.FormBuilder .ItemLastName, .FormBuilder .ItemOrganization, .FormBuilder .ItemAddress2, .FormBuilder .ItemState, .FormBuilder .ItemFax {
    display: table;
}

.FormBuilder .ItemClassInvestorType, .FormBuilder .ItemClassCountry {
    margin: 15px 0 20px 0;
}

.FormBuilder select {
    display: block;
}

.FormBuilder textarea {
    display: block;
    height: 250px;
    width: 600px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13.33px;
    border: 1px solid #cccccc;
}

.FormBuilder .Button.SubmitButton {
    margin: 0;
}

.FormBuilder .RedStar, .FormBuilder .CaptchaContainer span {
    color: #ff0000;
}

.FormBuilder .ItemClassCaptcha > .Label {
    display: none;
}

.FormBuilder .ErrorMessages, .FormBuilder .ErrorMessage {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
    text-transform: none;
}

.MessageSent, .MailingListActivationMessage {
    color: green;
    font-weight: bold ;
}

.FormBuilder .sbHolder, .FormBuilder .sbOptions {
    width: 280px;
}

.FormBuilder .sbSelector {
    width: 235px;
}

@media screen and (max-width: 767px) {
    .FormBuilder textarea {
        width: 280px;
    }

    .FormBuilder .sbToggle {
        width: 45px;
    }

    .FormBuilder .sbToggle:after, .FormBuilder .sbToggleOpen:after {
        right: 15px;
    }
}

/*----------------------SITE MAP--------------------*/
.PageSiteMap .PaneContent, .PageSearchResults .PaneContent, .PagePageNotFound .PaneContent {
    width: 100%;
}

.SiteMapContainer ul {
    padding: 0;
    margin-left: 20px;
}

.SiteMapContainer ul li.SiteMap-Level2 {
    margin-left: 30px;
    list-style-type: circle;
}

.SiteMapContainer ul li.SiteMap-Level3 {
    margin-left: 60px;
    list-style-type: square;
}

/*--------------------END SITE MAP------------------*/
/*------------------SEARCH RESULTS------------------*/
.SearchResultsContainer a {
    display: block;
}

.SearchResultsContainer .SearchResultsPaging a {
    display: inline;
    text-decoration: underline;
    font-weight: 700;
}

.SearchResultsContainer .SearchResultsPaging a[href] {
    text-decoration: none;
    font-weight: 400;
}

.SearchResultsContainer .TabTableItem, .SearchResultsContainer .TabTableItemAlt {
    margin-bottom: 10px;
    padding: 10px;
}

.SearchResultsContainer .TabTableItemAlt {
    background: #eff0f2;
}

.SearchResultsContainer .SearchResultsUrl {
    display: none;
}

.SearchResultsContainer .SearchResultsPaging a {
    display: inline;
}

.SearchResultsContainer ul {
    padding: 5px 0 0 15px;
    margin: 0;
}

.SearchResultsContainer .SearchSummary {
    margin-bottom: 20px;
}

.SearchResultsContainer br {
    display: none;
}

/*----------------------Analyst Coverage-----------*/
.AnalystCoverage table {
    border-collapse: collapse;
}

.AnalystCoverage th {
    text-align: left;
    background: #222944;
    color: #fff;
    padding: 10px;
    font-size: 18px;
}

.AnalystCoverage tr {
    background: #e1e1e1;
}

.AnalystCoverage td {
    padding: 10px;
}

.AnalystCoverage .alt {
    background: #EFF0F2;
}

/*---------------Corporate Profile------------*/
.CustomTable {
    width: 100%;
    border-collapse: collapse;
}

.CompanyProfile .right {
    float: right;
    margin-bottom: 20px;
    padding-left: 10px;
}

.CompanyProfile .left strong {
    font-size: 16px;
    color: #555555;
    line-height: 21px;
}

.CompanyProfile .right span {
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    display: block;
    color: #555555;
}

.CompanyProfile .CustomTable td {
    padding: 8px 10px;
}

.CustomTable th {
    background: #FF4A00;
    font-size: 18px;
    padding: 10px;
    color: #ffffff;
}

.CompanyProfile th {
    border-bottom: 5px solid #ffffff;
}

.CompanyProfile tr {
    background: #e1e1e1;
}

.CompanyProfile .border-b {
    border-bottom: 2px solid #ffffff;
}

.CompanyProfile .border-r {
    border-right: 3px solid #ffffff;
}

.CompanyProfile .alt {
    background: #EFF0F2;
}

.CompanyProfile a {
    color: #1ba8df;
}

.CompanyProfile a:hover {
    text-decoration: underline;
}

.RelatedPDF .ModuleItemRow {
    background: #eff0f2;
    border-top: 2px solid #fff;
}

@media screen and (max-width: 767px) {
    .CompanyProfile table td {
        padding: 20px 0;
    }
}

/*---------------------FAQ--------------------*/
.FaqQuestionList, .BackToTopLink, .FaqAnswer {
    display: none;
}

.FaqContainer p {
    margin: 0;
}

.FaqAnswer {
    padding: 10px;
    border: 1px solid #FF8500 ;
    border-top: none;
}

.FaqContainer h3 {
    cursor: pointer;
    margin: 7px 0 0 0;
    padding: 10px 20px;
    background: #FF8500 ;
    color: #ffffff;
    transition: 250ms
}

.FaqContainer h3.active {
    transition: 250ms;
}

.FaqContainer h3:before {
    content: "+";
    font-weight: bold;
    color: #FF8500;
    width: 25px;
    height: 23px;
    background: #fff;
    border-radius: 5px;
    font-size: 31px;
    text-align: center;
    float: right;
}

.FaqContainer h3.active:before {
    content: "-";
    line-height: 16px;
    font-weight: 300;
    font-size: 50px;
}

.FaqContainer .all {
    margin-bottom: 30px;
}

.FaqContainer .expand {
    margin-right: 10px;
}

.FaqContainer a {
    color: #1ba8df;
}

@media screen and (max-width: 767px) {
    .FaqContainer .expand, .FaqContainer .collapse {
        padding: 3px 38px;
    }
}

/*--------------Corporate Governance----------------*/
.ModuleDownloadListWithTags .ModuleHeader, .ModuleDownloadListWithTags .ModuleFileSizeText {
    display: none;
}

.ModuleDownloadListWithTags .ModuleItemAlt {
    background: #eff0f2;
}

.ModuleDownloadListWithTags .ModuleItemRow {
    padding: 15px 10px;
}

.ModuleDownloadListWithTags a:before {
    color: #000000;
    content: "\e66a";
    font-size: 29px;
    font-family: Q4-Default-Icons;
    float: right;
}

.ModuleDownloadListWithTags a[href*=".pdf"]:before, .ModuleDownloadListWithTags a[href*=".PDF"]:before {
    color: #f21012;
    content: "\e66b";
    font-size: 29px;
    font-family: Q4-Default-Icons;
    float: right;
}

.CommitteeComposition .CustomTable th a {
    color: #ffffff;
}

.CommitteeComposition .CustomTable td {
    padding: 10px;
}

/*---------------------Email Alerts----------------*/
.RequiredField {
    color: red;
}

.ErrorContainer, .MailingListUnsubscribeMessage {
    color: red;
    font-weight: bold;
}

.MailingListCol2 > input {
    width: 200px;
    margin-left: 10px;
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.MailingListSignupContainer .NoBr {
    display: none;
}

@media screen and (max-width: 767px) {
    .MailingListCol2 > input {
        margin-left: 5px;
        width: 160px;
    }
}

.ModuleEventDetails ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ModuleEventDetails .PresentationItem h3 {
    display: none;
}

/*---------------------Footer----------------------*/
.PaneFooter .container-bg {
    background: #022f53;
    border-top: 3px solid #f3cb03;
    background-image: url(../design/gradient.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.PaneFooter .container {
    max-width: 1190px;
}

/*.PaneFooter .container,
.PaneFooter2 .container{
    max-width: 1190px;
}*/
div.QuickLinksWithIcons a {
    color: #fff;
    font-size: 15px;
}

div.QuickLinksWithIcons a:hover {
    color: #f3cb03;
}

.st_email:hover span {
    color: #f3cb03 !important;
}

ul.QuickLinksWithIcons {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

ul.QuickLinksWithIcons li {
    display: inline-block;
    padding: 0 39.4px;
    text-align: center;
}

.PaneFooter .QuickLinksWithIcons span:before {
    font-family: Q4-Default-Icons;
    margin-right: 8px;
}

.stButton .email {
    background: none!important;
}

.stButton .chicklets:hover {
    opacity: 1 !important;
}

.st_email span {
    color: #ffffff !important;
    font-size: 16px !important;
}

/*div.QuickLinksWithIcons a:hover .st_email span {
    color: #FF4A00!important;
}*/

.chicklets {
    padding: 0 !important;
}

.PaneFooter .product:before {
    content: "\f05a";
}

.PaneFooter .watch:before {
    content: "\f04b";
}

.PaneFooter .contant:before {
    content: "\f095"
}

.PaneFooter .PrintPage:before {
    content: "\e641";
}

.PaneFooter .st_email:before {
    content: "\f1e0";
}

.PaneFooter .Rss:before {
    content: "\e642";
}

.PaneFooter .EmailAlerts:before {
    content: "\e633";
}

.PaneFooter2 .container-bg {
    background-color: #d7d7d7;
    clear: both;
    padding: 30px 0 15px;
    width: 100%;
}

.ShareThis {
    display: none;
}

.Q4FooterContainer {
    clear: both;
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1200px) {
    div.QuickLinksWithIcons a, .st_email span {
        font-size: 14px !important;
    }

    ul.QuickLinksWithIcons li {
        padding: 0 39px;
    }
}

@media screen and (max-width: 1100px) {
    ul.QuickLinksWithIcons li {
        padding: 0 32px;
    }
}

@media screen and (max-width: 1023px) {
    ul.QuickLinksWithIcons li {
        width: 33%;
        margin: 5px 0;
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    ul.QuickLinksWithIcons li {
        width: 50%;
    }

    ul.QuickLinksWithIcons li a {
        font-size: 14px;
    }

    div.QuickLinksWithIcons a, .st_email span {
        font-size: 13px !important;
    }
}

.PaneFooter2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.PaneFooter2 li {
    line-height: 10px;
}

.PaneFooter2 h1 {
    text-align: left;
    font-size: 10px;
    margin: 0;
    color: #363636;
    font-weight: 700;
    line-height: 10px;
}

.PaneFooter2 a {
    font-size: 10px;
    line-height: 10px;
    color: #363636;
}

.PaneFooter2 a:hover {
    text-decoration: underline;
}

div.InformationFor, div.Resources, div.FooterNews, div.ConnectWithUs {
    float: left;
    padding: 0 15px;
    width: 16.6667%;
}

div.InformationFor {
    padding-left: 0;
}

.PaneFooter2 .SocialIcons {
    float: left;
    padding: 0 15px;
}

.SocialIcons li {
    display: inline-block;
    margin: 0 4px;
}

.SocialIcons span {
    text-indent: -99999px;
}

.SocialIcons span:hover {
    opacity: 0.7;
}

.SocialIcons .Slideshare {
    background: url("../images/Social/share.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.SocialIcons .facebook {
    background: url("../images/Social/Facebook.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.SocialIcons .twitter {
    background: url("../images/Social/Twitter.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.SocialIcons .youtube {
    background: url("../images/Social/Youtoube.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.SocialIcons .Linkedin {
    background: url("../images/Social/Linkedin.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.SocialIcons .Blog {
    background: url("../images/Social/social_blog.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: inline-block;
}

.Copyright, .copyright {
    clear: left;
    color: #363636;
    float: left;
    font-size: 10px;
    margin-top: 45px;
    display: inline-block;
}

.QuickLinksCopy {
    float: left;
    margin-top: 44px;
}

div.QuickLinksCopy {
    margin-left: 10px;
}

.QuickLinksCopy a, .copyright a {
    color: #1ba8df;
}

.QuickLinksCopy li {
    display: inline-block;
}

.QuickLinksCopy li:first-child {
    padding-right: 4px;
}

.QuickLinksCopy li + li {
    border-left: 1px solid #363636;
    line-height: 0;
    padding: 0 4px;
}

@media screen and (max-width: 1199px) {
    div.InformationFor, div.Resources, div.FooterNews, div.ConnectWithUs {
        width: 25%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1023px) {
    div.InformationFor, div.Resources, div.FooterNews, div.ConnectWithUs {
        width: 50%;
    }

    div.FooterNews {
        padding-left: 0;
    }

    .FooterNews {
        padding-left: 0;
    }

    .PaneFooter2 .SocialIcons {
        padding: 0 7px;
        line-height: 1px;
    }
}

@media screen and (max-width: 767px) {
    div.InformationFor, div.Resources, div.FooterNews, div.ConnectWithUs {
        width: 100%;
        padding: 0;
    }

    .PaneFooter2 .SocialIcons {
        padding: 0;
    }

    .Copyright, .QuickLinksCopy {
        padding: 0;
        clear: both;
        margin-top: 0;
    }

    .Q4FooterContainer {
        text-align: left;
    }

    div.QuickLinksCopy {
        margin-left: 0px;
    }
}

/* NAV corporate */
.CorporateNav .collapse {
    padding: 0;
    border: none;
    margin: 0;
}

#menu-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#menu-primary {
    float: left;
    list-style: outside none none;
    margin: 18px 0 0 32px;
    padding: 0;
}

ul#menu-primary > li {
    color: #ff0000;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 -5px;
    outline: 0 none;
    padding: 15px 0 20px;
    position: relative;
    text-decoration: none;
    z-index: 999;
    display: inline-block;
}

ul#menu-primary > li > a {
    color: #464646;
    text-transform: none;
}

ul#menu-primary > li > a:hover {
    color: #FF8500;
}

.navbar-nav > li > a {
    padding: 13.5px;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 59px;
    z-index: 1000;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
}

.dropdown-menu.columns-4 {
    min-width: 750px;
}

.sub-sub-nav > li > a {
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 0 2px 25px;
}

.sub-nav > li > a {
    font-family: arial;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px;
}

.multi-column-dropdown li a {
    clear: both;
    color: #393939;
    display: block;
    line-height: 15px;
    padding-right: 5px;
    white-space: normal;
    text-transform: none;
}

.sub-nav li a:hover {
    background: #f6d974 none repeat scroll 0 0;
}

.dropdown-menu .divider {
    background-color: #e5e5e5;
    height: 1px;
    margin: 0;
    overflow: hidden;
}

.row {
    margin: 0;
    padding: 0;
}

.col-sm-12 {
    width: 100%;
}

.col-sm-3 {
    width: 25%;
    float: left;
    min-height: 101px;
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.col-sm-3 + .col-sm-3 {
    border-left: 1px solid #e5e5e5;
    min-height: 112px;
}

.dropdown-menu.columns-2 {
    min-width: 400px;
}

.col-sm-6:first-child {
    border-right: 1px solid #e5e5e5;
}

/*ul#menu-primary li.has-children:hover .dropdown-menu {
    display: block;
}*/

@media screen and (max-width: 1150px) {
    .CorporateNav {
        clear: left;
    }

    ul#menu-primary {
        margin: 0;
    }
}

@media screen and (max-width: 900px) {
    .dropdown-menu.columns-2 {
        left: -100px;
    }

    .dropdown-menu.columns-4 {
        left: -10px;
    }
}

@media screen and (max-width: 767px) {
    ul#menu-primary > li {
        display: block;
    }

    .dropdown-menu {
        background: #ffffff none repeat scroll 0 0;
        min-width: 100px;
        position: static;
    }

    .dropdown-menu.columns-4, .dropdown-menu.columns-2 {
        min-width: 163px;
        float: left;
    }

    ul#menu-primary > li {
        clear: both;
        float: left;
        padding: 0;
        min-height: initial;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }

    ul#menu-primary > li a {
        float: left;
    }

    .col-sm-3, .col-sm-6 {
        float: left;
        min-height: 101px;
        width: 100%;
    }

    .col-sm-3 + .col-sm-3 {
        min-height: auto;
    }

    .dropdown-toggle {
        clear: both;
        float: left;
    }
}

.PageHome .ModuleSpeakers, .SliderEventsEarnings .ModuleYearNavContainer, .homeSlider .WebcastLink, .SliderEventsEarnings {
    display: none;
}

.ModuleEventDetails .ModuleBody {
    margin-bottom: 25px;
}

.CurrentPresentation .ModuleThumbnailLink img {
    max-width: 520px;
    margin: 0 auto;
    display: block;
    width: 100%;
}

/*.CurrentPresentation .hrefPresentation[style*="block"] {
    margin: 25px 0 0 0;
}*/
.CurrentPresentation .ModuleThumbnailLink {
    display: block;
}

.site-footer .widget_nav_menu {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-right: 7%;
}

.site-footer .widget_nav_menu .social li {
    display: inline-block;
    margin-right: 4px;
}

.site-footer .widget_nav_menu ul li:first-child a {
    cursor: text;
    font-weight: bold;
}

@media (max-width: 768px) {
    .site-footer .widget_nav_menu {
        width: 49%;
        margin: 20px 0;
    }
}

@media (max-width: 400px) {
    .site-footer .widget_nav_menu {
        width: 100%;
        margin: 20px 0;
        display: block;
    }
}

.slider div.slider-item[data-image-large$="Investor_Site_BG.jpg"] .content-container .ModuleHeadlineLink {
    display: none;
}

.upcomingEvents .ModuleLinks {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.grid {
    list-style: none;
    margin-left: -20px;
}

.col-md-4 {
    width: 33.33333333%;
}

.section-column {
    position: relative;
    margin: 0;
    margin-bottom: 25px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: -.25em;
    min-height: 1px;
    padding-left: 20px;
    vertical-align: top;
}

@media screen and (min-width: 1340px) {
    .module-boxes {
        font-size: 21px;
    }
}

@media (max-width: 1024px) and (min-width: 991px) {
    .module_headline {
        font-size: 14px;
    }
}

@media screen and (max-width: 1339px) and (min-width: 991px) {
    .module-boxes {
        font-size: 18px;
    }
}

.module-boxes img {
    width: 100%;
    opacity: 0;
}

.module-boxes .module-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba( 0, 0, 0, .5);
    height: 100%;
    padding: 0px 25px 25px 25px;
}

@media (min-width: 700px) {
    .module-boxes .module-overlay:hover {
        background-color: rgba( 0, 0, 0, .40);
    }
}

.module-boxes span.module_headline-title-text {
    margin-bottom: 5px;
    color: #FBB400;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 1.1;
    padding-top: 20px;
    font-size: 200%;
    display: block;
}

.module-boxes span.module_headline-text {
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    font-weight: 300;
    line-height: 1.4;
    color: #fff;
}

.module-boxes .module_item {
    position: relative;
    background-size: cover;
    background-position: center;
}

.module-boxes .module-link {
    position: absolute;
    bottom: 20px;
}

.module-boxes .module-link a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
}

@media screen and (max-width: 1339px) and (min-width: 991px) {
    .module-boxes span.module_headline-text {
        font-size: 140%;
    }
}

@media screen and (max-width: 767px) {
    .module-boxes span.module_headline-text {
        font-size: 168.75%;
    }

    .module-boxes span.module_date-text {
        font-size: 112.5%;
    }
}

@media (max-width: 991px) {
    .col-md-4 {
        width: 100%;
    }
}

@media (max-width: 669px) {
    .module-boxes .module-overlay {
        position: static;
        width: 100%;
        height: 100%;
        margin: 0 0 15px;
        background-color: rgba( 10, 35, 60, 1);
    }

    .module-boxes .module-link {
        position: relative;
        bottom: auto;
    }
}

@media (max-width: 1000px) {
    div[data-image-large*="Untitled-3.jpg"] {
        background-image: url('../images/slider/Close-Banner.jpg') !important;
    }
}

.slider > div.slider-item {
    background-position: center center;
}

.slider > div.slider-item.bg-bottom {
    background-position: center bottom;
}

.StockPage > .StockTableText > .StockTableTextLabel {
    max-width: 100px;
    white-space: normal;
    line-height: 11px;
}

/*==================================================
---------------------CR-203-----------------------             
===================================================*/
/*FOOTER*/
.PaneFooter2{
    background: url(../design/footer-mask.png) no-repeat;
    background-size: contain;
    background-position: left center;
    background-color: #5A5A5A;  
}

.PaneFooter2 .container-bg {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    max-width: 1440px;
}
.PaneFooter2 .container {
    padding-left: 48px;
    padding-right: 48px;
    padding-top: 32px;
    max-width: none;
}
.module-footer-section-primary{
    display: flex;
    justify-content: space-between;
}
.module-footer-logo{
    width: 29%;   
}
.module-footer-logo img{
    box-sizing: unset;
    display: block;
}
.module-footer-nav{
    width: 66%;
}
.module-footer-nav-wrap{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; 
    padding-top: 42px;
}
.module-footer-nav_item{
    padding-bottom: 32px;
}
.module-footer-nav_title {
    position: relative;
}
.module-footer-nav_title h6 {
    color: #ffffff;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.4642857px;
    font-weight: 400;
    padding-bottom: 14px;
    margin: 0;
    font-family: "proxima-nova", sans-serif;
}
.module-footer-nav_content {
    padding-top: 4px;
}
.PaneFooter2 .module-footer-nav_content li {
    line-height: 25px;
    font-size: 18px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}
.module-footer-nav_content li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
}
.module-footer-nav_content li a:hover {
    text-decoration: none;
    color: #ff8500;
}
@media screen and (max-width: 1439px){
    .PaneFooter2 .container {
        padding-left: 3.3333vw;
        padding-right: 3.3333vw;
    }
}
@media screen and (max-width: 1199px){
    .module-footer-logo {
        width: 100%;
        min-height: 141px;
    }
    .module-footer-nav{
        width: 100%;
    }
    .module-footer-nav-wrap{
        padding-top: 0;
    }
    .module-footer-section-primary{
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 1023px){
    .PaneFooter2 {
        background: url(../design/footer-mask-mobile.png) no-repeat;
        background-position: left top;
        background-color: #5A5A5A;
    }
}
@media screen and (max-width: 767px){
    .module-footer-logo img{
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .module-footer-nav-wrap {
        flex-wrap: wrap;
    }
    .module-footer-nav_item{
        width: 48%;
        text-align: center;
    }
}
@media screen and (max-width: 479px){
    .module-footer-logo {
        width: 100%;
        min-height: 91px;
    }
    .module-footer-logo img {
        width: 180px;
        margin-left: 0;
        padding-left: 32px;
    }
    .module-footer-nav_item{
        padding-bottom: 0;
        padding-top: 6px;
        width: 100%;
        text-align: left;
        padding-left: 32px;
    }
    .module-footer-nav_title h6 {
        display: flex;
        justify-content: space-between;
        margin-right: 34px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 9px;
    }
    .module-footer-nav_content{
        padding-left: 24px;
        padding-bottom: 1em;
        display: none;
    }
    .accordion-controls{
        display: block;
        position: absolute;
        right: 34px;
        top: 50%;
        transform: translateY(-50%);
        padding-bottom: 14px;
    }
    .accordion-controls_plus,
    .accordion-controls_minus {
        width: 16px;
        cursor: pointer;
    }
    .accordion-controls_plus{
        display: block;
    }
    .accordion-controls_minus{
        display: none;
    }
    .js--open .accordion-controls_minus{
        display: block;
    }
    .js--open  .accordion-controls_plus{
        display: none;
    }
}
@media screen and (min-width: 480px){
    .module-footer-nav_content{
        display: block!important;
    }
    .accordion-controls{
        display: none;
    }
}
/*Footer secondary section*/
.module-footer-section-secondary{
    padding-top: 32px;
    padding-bottom: 32px;
}
.module-footer-section-secondary-wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 36px;
}
.module-footer-quick-links {
    width: calc(100% - 240px);
    border-top: 1px solid #ffffff;
    padding-top: 6px;
    margin-top: 13px;
}
.module-footer-quick-links-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.module-footer-quick-links_copyright {
    color: #ffffff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    padding-right: 40px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}
.module-footer-quick-links_links ul{
    font-size: 13px;
    line-height: 16px;
    display: flex;
}
.module-footer-quick-links_links ul li{
    padding-left: 16px;
    padding-right: 16px;
}
.module-footer-quick-links_links ul li:first-child{
    padding-left: 0;
}
.module-footer-quick-links_links ul li:last-child {
    padding-right: 0;
}
.module-footer-quick-links_links ul li a {
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    font-family: proxima-nova, sans-serif;
}
.module-footer-quick-links_links ul li a:hover {
    color: #ff8500;
    text-decoration: none;
}
.module-social-icons {
    width: 200px;
}
.module-social-icons-wrap {
    display: flex;
    justify-content: space-between;
}
.module-social-icons_item a i{
    font-size: 28px;
    color: #fff;
}
.module-social-icons_item a:hover{
    text-decoration: none;
}
.module-social-icons_item a:hover i{
    color: #ff8500;
}
@media screen and (max-width: 1199px){
    .module-footer-quick-links{
        width: auto;
    }
    .module-footer-section-secondary-wrap {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 1023px){
    .module-footer-section-secondary-wrap {
        padding-right: 0;
    }
    .module-footer-quick-links-wrap{
        flex-direction: column;
        justify-content: space-between;
    }
    .module-footer-quick-links_copyright {
        max-width: 75%;
        padding-right: 0;
        padding-top: 16px;
    }
    .module-footer-quick-links_links ul {
        padding-top: 16px;
    }
    .module-social-icons {
        align-self: center;
    }
}
@media screen and (max-width: 767px){
    .module-footer-quick-links_copyright {
        text-align: center;
    }
    .module-footer-quick-links_links ul {
        padding-top: 0;
        flex-direction: column;
        align-items: center;
    }
    .module-footer-quick-links_links ul li {
        padding-top: 16px;
        padding-left: 0;
        padding-right: 0;
    }
}

div.QuickLinksWithIcons a:hover {
    color: #5a5a5a;
}

div.QuickLinksWithIcons a:hover .st_email span {
    color: #5a5a5a !Important;
}

/*END FOOTER*/

/*HEADER*/
.LayoutDefaultInner{
    overflow: hidden;
    position: relative;
}
.HeaderContainer{
    background-color: #fff;
}
.PaneHeader{
    background-color: #fff;
    position: relative;
    z-index: 631;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
.PaneNavigation{
    border-top: 4px solid #f3cb03;
}
.PaneHeader .container-bg{
    margin: 0 auto;
    padding: 0;
    max-width: 1440px; 
}
.PaneHeader .container {
    max-width: none;
}
.PaneHeader .container.clearfix {
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 0;
}
@media screen and (max-width: 767px){
    .PaneHeader .container.clearfix {
        padding-bottom: 4px;
    }
}
@media screen and (max-width: 1439px){
    .PaneHeader .container.clearfix {
        padding-left: 3.3333vw;
        padding-right: 3.3333vw;
    }
}
.module-top{
    padding-top: 4px;
    padding-bottom: 0px;
    display: block;
}
.module-top-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-top: 10px;
}
.module-top_link{
    font-weight: 400;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 16px;
    padding-left: 24px;
    font-family: proxima-nova, sans-serif;
}
.module-top a{
    color: #5a5a5a;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
}
.module-top a:hover{
    text-decoration: none;
    color: #ff8500;
}
@media screen and (max-width: 767px){
    .module-top {
        display: none!important;
    }
}
.ClientLogo{
    float: none;
    margin-top: -10px;
    display: inline-block;
    vertical-align: middle;
}
.ClientLogo img{
    width: 200px;
    display: block;
    border-bottom: 4px solid transparent;
}
.js--sticky .ClientLogo {
    padding-right: 50px;
    padding-top: 5px;
}
.js--sticky .ClientLogo img{
    width: 150px;
}
ul#menu-primary > li {
    padding: 0;
    margin: 11px 0 0 0;
    position: static;
}
.js--sticky ul#menu-primary > li {
    margin: 11px 0 0 0;
}
.js--sticky .Search-Desktop #searchBtn {
    padding: 10px 12px 0 12px;

}
@media screen and (min-width: 768px) and (max-width: 990px){
    .js--sticky .Search-Desktop #searchBtn{
        padding: 20px 12px 0 27px;
    }
}
@media screen and (max-width: 767px){
    .ClientLogo img,
    .js--sticky .ClientLogo img{
        max-width: 100%;
        padding-right: 32px;
        padding-bottom: 0;
        width: auto;
    }
    .js--sticky .ClientLogo{
        padding-right: 0;
        padding-top: 0;
        margin-top: 12px;
    }
}
@media screen and (max-width: 767px){
    .MobileBottom {
        display: inline-block;
        border: none;
        border-radius: 4px;
        float: right;
        margin: 0;
        padding: 7px 15px 8px 5px;
        margin-right: -3.3333vw;
        position: relative;
        margin-top: 4px;
    }
    .q4-icon-menu {
        border: none;
        background: none;
        padding: 0;
        height: 12px;
        display: inline-block;
        position: relative;
        float: none;
        font-size: 24px;
        line-height: 25px;
        vertical-align: baseline;
    }
    .icon-bar, .icon-bar:before, .icon-bar:after {
        width: 20px;
        height: 2px;
        background-color: #5a5a5a;
        border-radius: 2px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }
    .icon-bar {
        display: inline-block;
        position: relative;
        top: auto;
        bottom: 0;
        transition-duration: 0.13s;
        transition-delay: 0.13s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .icon-bar:before, .icon-bar:after {
        content: "";
        display: block;
    }
    .icon-bar:before {
        top: -5px;
    }
    .icon-bar::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    .icon-bar:after {
        bottom: -5px;
    }
    .icon-bar:after {
        top: -10px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }
    .js--mobile .icon-bar {
        transform: translate3d(0, -5px, 0) rotate(-45deg);
        transition-delay: 0.22s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .js--mobile .icon-bar:before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    .js--mobile .icon-bar:after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }
    .js--mobile .icon-bar, .js--mobile .icon-bar:before, .js--mobile .icon-bar:after {
        background-color: #000;
    }
}
@media screen and (max-width: 480px){
    .MobileBottom {
        margin-top: 0;
    }
}
/*CORP NAV MOBILE */
.module-corp-nav-mobile{
    display: none;
}
.module-corp-nav-mobile_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    border-bottom: 1px solid #cccccc;
    width: 100%;
    padding: 0 6px;
}
/*.module-corp-nav-mobile-item:first-child .module-corp-nav-mobile_title{
    border: none;
}*/
.module-corp-nav-mobile_title h6{
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    letter-spacing: 1.8333px;
    color: #5a5a5a;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "proxima-nova" sans-serif;
    margin: 0;
}
.module-corp-nav-mobile_content{
    padding: 12px;
}
.module-corp-nav-mobile_content-section_title,
.module-corp-nav-mobile_content-section_body li{
    font-size: 18px;
    line-height: 25px; 
    font-family: "proxima-nova" sans-serif;
    font-weight: 400;
}
.module-corp-nav-mobile_content-section_title a{
    font-size: 15px;
    line-height: 25px;
    color: #ff8500;
    font-weight: 400;
    letter-spacing: 0;  
    text-transform: uppercase;
    font-family: "proxima-nova" sans-serif;
    display: block;
}
.module-corp-nav-mobile_content-section_body ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.module-corp-nav-mobile_content-section_body li a{
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0;  
    text-transform: none;
    font-family: "proxima-nova" sans-serif;
    display: block;
}
.module-corp-nav-mobile{
    position: relative;
    margin-left: -3.3333vw;
    margin-right: -3.3333vw;
    padding: 8px 15px 8px 15px;
    box-shadow: inset 0 3px 8px #cccccc;
    width: calc(100% + 6.6666vw);
}
@media screen and (max-width: 767px){
    .js--mobile .module-corp-nav-mobile{
        display: block;
    }
    .js--nav-mobile.LayoutDefaultInner:before {
        position: absolute;
        top: 60px;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.65);
        height: 100vh;
        content: '';
        z-index: 510;
        min-height: 100%;
    }
    .CorporateNav{
        display: none!important;
    }
    .module-corp-nav-mobile_content{
        display: none;
    }
    .module-corp-nav-mobile .accordion-controls_plus{
        display: block;
    }
    .module-corp-nav-mobile .js--open .accordion-controls .accordion-controls_plus{
        display: none;
    }
    .module-corp-nav-mobile .accordion-controls_minus{
        display: none;
    }
    .module-corp-nav-mobile .js--open .accordion-controls .accordion-controls_minus{
        display: block;
    }
    .module-corp-nav-mobile .accordion-controls {
        display: block;
    }
    .module-corp-nav-mobile .accordion-controls_minus,
    .module-corp-nav-mobile .accordion-controls_plus {
        width: 16px;
        cursor: pointer;
    }
    .module-corp-nav-mobile .megamenu_arrow-hover--true{
        display: inline;
        width: 20px;
    }
    .module-corp-nav-mobile .megamenu_button{
        padding-left: 0;
    }
    .module-top-links-mobile ul{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .module-top-links-mobile{
        padding-top: 14px;
        padding-bottom: 8px;
    }
    .module-top-links-mobile li{
        padding-left: 6px;
        padding-right: 6px;
    }
    .module-top-links-mobile li a{
        color: #5a5a5a;
        font-size: 14px;
        line-height: 25px;
        font-weight: 400;
        letter-spacing: 0;
        font-family: "proxima-nova" sans-serif;
    }
}
@media screen and (max-width: 479px){
    .module-corp-nav-mobile .accordion-controls {
        display: block;
        position: static;
        right: auto;
        top: auto;
        transform: none;
        padding-bottom: 0;
    }
}
/*END HEADER*/

/*.q4-preview-open{
    display: none!important;
}*/

.PaneFooter .container-bg {
    border: none;
}
.PaneNavigation {
    border-top: none;
}
.MainNav .level3{
    border: none;
}

/*-----Page Corporate Profile------*/
.PageCorporateProfile .PaneContent .container {
    margin: 0 auto;
    max-width: none;
    padding: 0;
    width: 100%;
}
.PageCorporateProfile .module-networking-solutions .ModuleOuterContainer{
    margin: 0 auto;
    max-width: 1090px;
    padding: 0 20px;
    width: 100%;
}
.PageCorporateProfile .module-padding-bottom{
    padding-bottom: 60px;
}
.PageCorporateProfile .module-padding-top{
    padding-top: 60px;
}
.PageCorporateProfile  h2{
    margin-top: 0;
    font-size: 36px;
    line-height: 1.2;
}
.PageCorporateProfile h4{
    margin-top: 0;
    font-size: 22px;
}
.PageCorporateProfile .text-center{
    text-align: center;
}
.module-networking-solutions-wrap{
    font-size: 0;
    direction: rtl;
}
.module-networking-solutions_image,
.module-networking-solutions_content{
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 20px;
}
.module-networking-solutions_image{
    padding-right: 0;
}
.module-networking-solutions_content{
    padding-left: 0;
    font-size: 14px;
    direction: ltr;
}
.module-networking-solutions_image img{
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px){
    .module-networking-solutions-wrap{
        direction: ltr;
    }
    .module-networking-solutions_image,
    .module-networking-solutions_content{
        display: block;
        width: 100%;
        padding: 20px 0;
    }
}

.module-brochure-wrap{
    display: flex;
    min-height: 430px;
}
.module-brochure_image,
.module-brochure_content{
    width: 50%;
}
.module-brochure_content-wrap{
    padding: 64px 48px;
}
.module-brochure_image{
    background-image: url(../images/corporate-profile/about-infinera-brochure-blade.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.module-brochure_content{
    background-image: url(../images/corporate-profile/gradient-dark.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.module-brochure_content h2{
    color: #fff;
}
.module-brochure_content h4{
    text-transform: uppercase;
    color: #fff;
}
.module-brochure_content p{
    font-size: 14px;
    color: #fff;
}
.module-brochure_image img{
    display: block;
    width: 100%;
}
.PageCorporateProfile .button{
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-top: 30px;
    padding: 0px 55px;
    text-decoration: none;
    text-transform: uppercase;
    background: none;
    cursor: pointer;
}
@media screen and (max-width: 768px){
    .module-brochure-wrap{
        display: block;
    }
    .module-brochure_image,
    .module-brochure_content{
        width: 100%;
    }
    .module-brochure_image{
        height: 350px;
    }
    .module-brochure_content-wrap{
        padding: 48px 20px;
    }
}

.module-experience-infiniera{
    background-image: url(../images/corporate-profile/gradient.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 64px 0;
}
.module-experience-infiniera .ModuleOuterContainer{
    max-width: 622px;
    margin: 0 auto;
}
.module-experience-infiniera h2,
.module-experience-infiniera p{
    color: #fff;
}

.module-network-connectivity{
    background-color: #eeeeee;
}
.PageCorporateProfile .module-network-connectivity .ModuleOuterContainer{
    margin: 0 auto;
    max-width: 1090px;
    padding: 0 20px;
    width: 100%;
}
.module-network-connectivity_title{
    max-width: 990px;
    margin: 0 auto;
}
.module-network-connectivity_title h6{
    font-size: 22px;
    font-weight: 400;
    color: #5a5a5a;
}
.module-network-connectivity-item-wrap{
    display: flex;
    justify-content: center;
}
.module-network-connectivity-item{
    background-color: #fff;
    width: 33.3333%;
    text-align: center;
    margin: 0 10px;
    height: 284px;
}
.module-network-connectivity-item_border{
    background-image: url(../images/corporate-profile/accent-without-gradient.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 3px;
}
.module-network-connectivity-item_content{
    padding: 30px;
}
.module-network-connectivity-item_title {
    padding-bottom: 20px;
    height: 100px;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
}
.module-network-connectivity-item_title h4{
    position: relative;
}
.module-network-connectivity-item_title h4:before {
    content: "";
    background: #cccccc;
    height: 2px;
    width: 36%;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.module-network-connectivity-item_content p{
    font-size: 16px;
}
@media screen and (max-width: 768px){
    .module-network-connectivity-item-wrap{
        display: block;
    }
    .module-network-connectivity-item{
        width: 100%;
        margin: 0 0 40px 0;
    }
}
.CompanyProfile .ContentContainer{
    margin: 0 auto;
    max-width: 1090px;
    padding: 0 20px;
    width: 100%;
}
