body {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.25;
    color: #333;
    background-color: #fff
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 100%
}

*,:after,:before,html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

a {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transition: all var(--transition-duration-default) ease-in-out;
    transition: all var(--transition-duration-default) ease-in-out
}

a,a:active,a:focus,a:hover {
    color: #ff4a6b;
    color: var(--color-link)
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

a[type=button] {
    -webkit-appearance: none
}

ol,ul {
    margin: 0 0 2rem 1rem;
    margin: 0 0 var(--spacing-4x) var(--spacing-2x);
    padding: 0 0 0 1.5rem;
    padding: 0 0 0 var(--spacing-3x)
}

ul {
    list-style-type: disc
}

ol {
    list-style-type: decimal
}

li>ol,li>ul {
    margin-bottom: 0;
    margin-left: 1rem;
    margin-left: var(--spacing-2x);
    padding-left: 1rem;
    padding-left: var(--spacing-2x)
}

dt {
    font-weight: 700;
    font-weight: var(--font-weight-bold)
}

dd {
    margin: 0 2rem 2rem;
    margin: 0 var(--spacing-4x) var(--spacing-4x) var(--spacing-4x)
}

embed,iframe,img,object {
    max-width: 100%
}

img {
    border-radius: 3px;
    height: auto;
    vertical-align: middle
}

figure {
    margin: 0 0 2rem;
    margin: 0 0 var(--spacing-4x) 0
}

figure img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

figcaption {
    color: #999;
    color: var(--color-subtle);
    font-size: 1rem;
    font-size: var(--font-size-md);
    margin: 1rem auto;
    margin: var(--spacing-2x) auto;
    max-width: 48rem;
    max-width: var(--max-width-md);
    text-align: center
}

cite,dfn,em,i {
    font-style: italic
}

address {
    margin: 0 0 2rem;
    margin: 0 0 var(--spacing-4x) 0
}

abbr,abbr[title],acronym {
    border-bottom: none;
    cursor: help;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

ins,mark {
    background-color: #dde5ed;
    background-color: var(--color-background-light);
    text-decoration: none
}

big {
    font-size: 134%
}

[role=button] {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
    line-height: 1.1;
    color: #041c2c
}

.form-control {
    font-size: 16px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.form-control[disabled],fieldset[disabled] .form-control {
    cursor: not-allowed
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date],input[type=datetime-local],input[type=month],input[type=time] {
        line-height:34px
    }

    .input-group-sm input[type=date],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],.input-group-sm input[type=time],input[type=date].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm,input[type=time].input-sm {
        line-height: 33px
    }

    .input-group-lg input[type=date],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],.input-group-lg input[type=time],input[type=date].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg,input[type=time].input-lg {
        line-height: 49px
    }
}

.btn-primary .badge {
    color: #0B2E44;
    background-color: #fff
}
.btn-info {
    color: #fff;
    text-transform: uppercase;
    border: 0;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    background: #ff4a6b;
    line-height: 14px;
    letter-spacing: .28px;
}
.btn-info.active,.btn-info.focus,.btn-info:active,.btn-info:focus,.btn-info:hover,.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #ca3a54;
    border-color: #782232
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
    background-color: #ca3a54;
    border-color: #782232
}
.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #ca3a54;
    border-color: #782232
}
.btn-info .badge {
    color: #ca3a54
}
#searchBoxDiv .btn-info {
	width: -webkit-fill-available;
	width: 100%;
}
.btn-link {
    color: #0B2E44
}

.btn-link:focus,.btn-link:hover {
    color: #000
}

.btn-group-lg>.btn,.btn-lg {
    font-size: 20px
}

.btn-group-sm>.btn,.btn-sm {
    font-size: 14px
}

.btn-group-xs>.btn,.btn-xs {
    font-size: 14px
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
    background-color: #eee;
    border-color: #0B2E44
}

img {
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}

.font-dinn-light {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-light em {
    font-style: normal;
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-light-italic {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-regular {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-regular em {
    font-style: normal;
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-regular-italic {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-medium,strong {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-medium em,strong em {
    font-style: normal;
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-dinn-medium-italic {
    font-family: "DM Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0
}

h3 {
    font-size: 30px;
    line-height: 30px;
}

h3 em {
    font-style: normal;
}

sub,sup {
    font-size: .5em
}

sup {
    vertical-align: .3em
}

.text-x-lg {
    font-size: 30px;
    line-height: 30px
}

.text-lg {
    font-size: 24px;
    line-height: 24px
}

.text-md {
    font-size: 20px;
    line-height: 20px
}

.rhythm .baseline,.rhythm .breadcrumb,.rhythm figure,.rhythm h3,.rhythm h4,.rhythm h5,.rhythm h6,.rhythm ol,.rhythm p,.rhythm table,.rhythm ul {
    /* margin-bottom: 20px; */
}

.rhythm .baseline-md {
    margin-bottom: 40px
}

.rhythm h2 {
    margin-bottom: 20px
}

.rhythm h2+.row,.rhythm h2+p {
    margin-top: 20px
}

.rhythm .baseline-x-lg,.rhythm section {
    padding-bottom: 25px
}

.rhythm section {
    padding-top: 20px
}

.rhythm .section-no-bottom {
    padding-bottom: 0
}

.rhythm .section-no-top {
    padding-top: 0
}

.rhythm .no-baseline {
    margin-bottom: 0
}

h1,h2 {
    text-transform: none;
}

h3 {
    font-size: 24px;
    line-height: 26px
}

nav.infobar {
    height: 40px;
    background-color: #0B2E44;
    color: #fff;
    top: 0;
    width: 100%
}

nav.infobar a {
    color: #fff
}

nav.infobar .section-info .info-wrapper ul {
    list-style-type: none;
    height: 40px;
    float: right;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 45px;
    padding-left: 0
}

nav.infobar .section-info .info-wrapper ul li {
    display: inline-block;
    float: left;
    margin-right: 13px;
    height: 40px
}

nav.infobar .section-info .info-wrapper ul li.search-box {
    height: 100%;
    margin-top: 10px;
    margin-right: 0
}

nav.infobar .section-info .info-wrapper ul li.search-box input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    color: #0B2E44;
    font-size: 14px;
    line-height: 16px;
    height: 22px;
    display: inline-block;
    float: left;
    width: 140px
}

nav.infobar .section-info .info-wrapper ul li.search-box img {
    height: 22px;
    display: inline-block;
    cursor: pointer;
    float: left
}

.section-recovery h2 {
    text-transform: none;
    font-size: 46px
}
.section-footer a
.section-recovery h3 {
    width: 100%
}

.rhythm section.section-footer {
    background-color: #fafafa;
    padding-bottom: 2.5rem;
    padding-top: 50px;
}

.section-footer ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}
.section-footer a {
    color: #4f697b !important;
    line-height: 26px;
}
.section-footer a:hover {
    color: #041c2c !important;
    line-height: 26px;
    text-decoration:none;

}

.section-footer a:visited {
        color: #4f697b !important;
}

.section-footer h3 {
    font-size: 20px;
    margin-bottom: 0
}

.section-footer h3 a {
    font-weight: 400
}

.section-footer hr {
    margin-top: 5px;
    margin-bottom: 40px
}

.section-footer .footer-connect {
    font-weight: 400;
    font-size: 23px;
    margin-top: -20px;
    color: #4f697b;
}

.section-footer .footer-icons img {
    max-width: 25px;
    max-height: 25px;
    margin: 0 auto;
    display: block;
    -webkit-filter: grayscale; /*sepia, hue-rotate, invert....*/
    -webkit-filter: brightness(50%);
}

.section-footer .footer-form {
    margin-top: -25px
}

.section-footer .footer-form input {
    background: #fff;
    padding: 12.5px 25px;
    border-radius: 0;
    border: 0;
    color: #E6EBF1;
    font-weight: 500;
    border-bottom: 1px solid #000;
}

.section-footer .footer-form input[type=text] {
    width: 300px
}

.section-footer .footer-form input[type=submit] {
    margin-left: 12.5px;
    background-color: #ff4a6b;
    border-radius: 2px;
    border-bottom: 0;
}

.section-footnote {
    font-size: 14px;
    height: 60px;
    background-color: #fafafa;
}

.section-footnote img {
    max-width: 200px
}

.section-footnote .footnote-padding {
    padding-top: 15px
}

.footnote-padding a {
    color: #4f697b;
    text-decoration: underline;
}

.footnote-padding a:hover,a:focus {
    color: #ff4a6b;
    text-decoration: underline
}

.footnote-padding a:visited {
    color: #782232;
    text-decoration: underline;
    font-size: 16px;
}

.navbar {
    position: fixed;
    z-index: 2;
    width: 100%;
    background: #fff;
    border: 0;
    margin: 0;
    border-radius: 0;
    border-bottom: 1px solid #b4c3d3;
}

.navbar .mobile-menu {
    display: none
}

.navbar .sub-menu-content {
    display: none;
    background-color: #ebebeb;
    position: absolute;
    width: 75%;
    top: 130px;
    margin-left: -5%;
    padding-top: 25px;
    padding-left: 33.33333333px;
    padding-bottom: 25px;
    font-weight: 400
}

.navbar .sub-menu-content h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700
}

.navbar .sub-menu-content ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.navbar .software.sub-menu-content ul {
    padding-top: 10px
}

.navbar a.sub-menu.active:focus,.navbar a.sub-menu.active:hover {
    background-color: #ebebeb
}

.navbar .navbar-brand {
    padding: 0
}

.navbar .nav-wrapper {
    float: right;
    display: inline-block
}

.navbar .logo-wrapper {
    width: 266px;
    display: inline-block;
    float: left;
    line-height: 90px
}

.navbar .logo {
    width: auto;
    height: auto
}

.navbar .navbar-toggle .icon-bar {
    background: #fff
}

.navbar a span {
    margin-left: 10px
}

.navbar a span img {
    margin-top: -5px
}

.navbar .navbar-nav a:focus,.navbar .navbar-nav a:hover {
    background: 0;
    text-decoration: none
}

.navbar-proxy {
    position: static
}

.nav>li>a {
    color: #0B2E44
}

#main {
    overflow: hidden
}

.hr {
    border-top: 1px solid #e1e1e1;
    margin: 0 auto 20px;
    width: 100%
}

.button-link {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 5px
}

.button-link:hover {
    text-decoration: none
}

.brand-grey {
    background-color: #ededed
}

.brand-light {
    color: #fff
}

.brand-blue {
    color: #00b5ec
}

.mobile-banner-image {
    display: none
}

.mobile-banner-image-small {
    display: none
}

.url {
    padding-bottom: 5px
}

.list ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.list h4,.section-margin h3 {
    color: #00b4eb
}

.section-margin h3 {
    margin-bottom: 5px
}

.section-margin h4 {
    margin-bottom: 10px
}

.section-margin {
    margin: 30px 0
}

.list a {
    font-size: .9em;
    text-decoration: underline
}

.list a:hover {
    text-decoration: none
}

.rhythm .xs-baseline {
    margin-bottom: 20px!important
}
.rhythm .xs-baseline label {
    font-weight: 400;
}
.hero-triangle,.hero-triangle1 {
    margin-left: -30px;
    margin-top: 2px;
    max-width: 26px;
    position: absolute;
	display: none !important;
}

.hero-triangle1 {
    margin-top: 25px
}

.homePageBanner h1 h2 h3 {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500
}

.homePageBanner h1 {
    font-size: 41px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 10px
}

.homePageBanner h2 {
    text-align: left;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px
}

.homePageBanner h3 {
    font-size: 24px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px
}

.h3LinkTxt {
    font-size: 26px;
    font-weight: 500;
    color: #fff!important;
    text-decoration: underline
}

.h3LinkTxt:hover {
    font-size: 26px;
    font-weight: 500;
    color: FFFFFF!important;
    text-decoration: none
}

.firstBoxBg,.secondBoxBg,.thirdBoxBg {
    height: 240px;
    width: 100%
}

.firstBoxBg {
    background-image: url(../img/v11_banner.jpg);
}

.secondBoxBg {
    background-image: url(../img/mcss_v1.0_banner.jpg);

}

.thirdBoxBg {
    background-image: url(../img/kubernetes_banner.jpg);
}

.gartnerBoxBg,.go2019 {
    background-image: url(../img/v11_banner - Copy.jpg);
    height: 240px;
    width: 100%;
    background-color: #041c2c
}

.go2019 {
    background-position: 30% 245px
}

.noMarginLftRht {
    margin-left: 0;
    margin-right: 0
}

@media(max-width: 1200px) {
    .navbar .container {
        width:100%!important
    }

    .navbar .container .navbar-nav a {
        line-height: 60px;
        height: 90px
    }
}

@media(min-width: 1200px) {
    .navbar {
        height:90px
    }

    .navbar .navbar-brand {
        height: 90px
    }

    .navbar .navbar-nav>li>a {
        height: 80px;
        line-height: 45px;
        margin-top: 10px
    }

    .rhythm .lg-baseline {
        margin-bottom: 20px
    }

    .rhythm .lg-baseline-md {
        margin-bottom: 40px
    }

    .rhythm .lg-baseline-lg {
        margin-bottom: 50px
    }

    .rhythm .lg-baseline-x-lg {
        margin-bottom: 65px
    }

    .rhythm .lg-no-baseline {
        margin-bottom: 0
    }
}

@media(max-width: 1199px) {
    .btn-info {
        padding:10px 19px
    }

    .adLink {
        font-size: 12px!important
    }
}

@media(max-width: 1042px) {
    .section-footer .container {
        width:auto;
        margin: 0 auto;
        text-align: center
    }

    .section-footer .container .footer-form {
        margin-top: 0
    }

    .section-footer .container .footer-form input[type=text] {
        text-align: center;
        width: 100%
    }

    .section-footer .container .footer-icons {
        float: none;
        margin-left: 10%
    }

    .section-footer .container .footer-icons .row div {
        float: left
    }

    .mobile-hide {
        display: none!important
    }

    .nav-wrapper ul.nav li {
        margin: 0 auto
    }

    .nav-wrapper ul.nav a:hover {
        background-color: #0B2E44;
        color: #fff
    }

    nav.infobar {
        display: none
    }
}

@media(min-width: 1042px) {
    .email-sub {
        width:300px;
        float: left
    }

    #main {
        overflow: inherit
    }

    .padLft {
        padding-left: 0
    }
}

@media(max-width: 1015px) {
   /* nav.navbar .nav-wrapper {
        display:none;
        width: 100%
    }
*/
    nav.navbar .nav-wrapper a {
        text-align: center
    }

    nav.navbar .nav-wrapper span {
        display: none
    }

    nav.navbar .mobile-menu {
        display: inline-block;
        float: right;
        padding-top: 40px;
        cursor: pointer
    }

    .nav-wrapper ul.nav a:hover {
        background-color: #0B2E44;
        color: #fff
    }

    .navbar .container {
        width: 100%!important
    }

    .navbar .container .navbar-nav a {
        line-height: normal;
        height: auto
    }
}

@media(min-width: 992px) {
    .rhythm .md-baseline {
        margin-bottom:20px
    }

    .rhythm .md-baseline-md {
        margin-bottom: 40px
    }

    .rhythm .md-baseline-lg {
        margin-bottom: 50px
    }

    .rhythm .md-baseline-x-lg {
        margin-bottom: 65px
    }

    .rhythm .md-no-baseline {
        margin-bottom: 0
    }
	.padLft {
        padding-left:0
    }

}

@media(max-width: 980px) {
    .infobar {
        display:none
    }
}

@media(min-width: 768px) {
    .text-left-sm {
        text-align:left!important
    }

    .rhythm .sm-baseline {
        margin-bottom: 20px
    }

    .rhythm .sm-baseline-md {
        margin-bottom: 40px
    }

    .rhythm .sm-baseline-lg {
        margin-bottom: 50px
    }

    .rhythm .sm-baseline-x-lg {
        margin-bottom: 65px
    }

    .rhythm .sm-no-baseline {
        margin-bottom: 0
    }

    .navbar {
        min-height: 90px
    }

    nav.navbar .logo-wrapper img {
        width: auto;
        height: auto;
        max-width: inherit!important
    }
}

@media(max-width: 768px) {
    .homePageBannerNone {
        display:block
    }

    .firstBoxBg,.secondBoxBg,.thirdBoxBg {
        background-image: none;
        background-color: #0B2E44
    }

    nav.navbar .mobile-menu {
        padding-top: 22px
    }

    .navbar-form .input-group {
        width: 100%;
        margin-bottom: 10px
    }
}
@media(max-width: 532px) {
    .infobar {
        display:none
    }

    .navbar {
        top: 0
    }

    .navbar.navbar-proxy {
        display: block
    }

    .mobile-menu {
        margin-right: 0
    }

    .text-left,.text-right {
        text-align: center
    }
}

@media(max-width: 520px) {
    .rhythm section.section-footer {
        padding-top:25px
    }

    .section-footer .container {
        width: 80%
    }

    .section-footer .footer-top div {
        margin-top: 25px;
        margin-bottom: 25px
    }

    .section-footer label {
        margin-bottom: 25px
    }

    .section-footer input {
        margin-bottom: 25px
    }

    .nav-wrapper ul.nav {
        width: 75%;
        margin: 0 auto
    }

    .nav-wrapper ul.nav a:hover {
        background-color: #0B2E44;
        color: #fff
    }

    .email-sub {
        width: auto;
        float: left
    }

    .section-footer .footer-form input[type=submit] {
        margin-left: 0
    }

    .xs-container {
        padding-left: 0;
        padding-right: 0
    }
}

@media(max-width: 480px) {
    .homePageBanner h1 {
        font-size:30px;
        line-height: .9em
    }

    .homePageBanner h2 {
        text-align: left;
        color: #fff;
        margin-bottom: 10px;
        font-size: 22px;
        line-height: 20px
    }

    .homePageBanner h3 {
        font-size: 18px;
        line-height: 26px;
        color: #fff;
        margin-bottom: 10px
    }

    .hero-triangle,.hero-triangle1 {
        margin-left: -28px;
        margin-top: -5px;
        max-width: 20px;
        position: absolute
    }

    .hero-triangle1 {
        margin-top: 28px
    }

    .h3LinkTxt {
        font-size: 18px;
        font-weight: 500;
        color: #fff!important;
        text-decoration: underline
    }

    .h3LinkTxt:hover {
        text-decoration: none
    }

    .navbar-form .input-group {
        width: 100%;
        margin-bottom: 10px
    }
}

@media(min-width: 480px) {
    .rhythm .xs-baseline-sm {
        margin-bottom:10px!important
    }

    .rhythm .xs-baseline {
        margin-bottom: 20px!important
    }

    .rhythm .xs-baseline-md {
        margin-bottom: 40px
    }

    .rhythm .xs-baseline-lg {
        margin-bottom: 50px
    }

    .rhythm .xs-baseline-x-lg {
        margin-bottom: 65px
    }

    .rhythm .xs-no-baseline {
        margin-bottom: 0
    }
}

@media(max-width: 415px) {
    .navbar .container {
        padding-left:0;
        margin-left: 0;
		padding-right:0;
    }

    .navbar .container-fluid {
        margin-left: 7px;
        padding-left: 0;
		padding-right: 0;
    }

    .btn-info {
        padding: 10px 26px
    }

    .section-footer .container .footer-icons {
        float: none;
        margin-left: 0
    }
    #searchBoxDiv .btn-info {
        width: auto;
    }
}

@media(min-width: 415px) {
    nav.navbar .logo-wrapper img {
        width: auto;
        height: auto;
        max-width: 99%
    }
}

@media(max-width: 260px) {
    .mobile-menu {
        display:none!important
    }
}

div.main-view {
    min-height: 200px;
    margin: 16px 0;
    color: #041c2c;
    /* padding: 0 5px */
}

.loading-msg {
    padding: 1px 5px;
    margin-bottom: 5px;
    position: fixed;
    top: 20px;
    font-size: .8em;
    left: 48%;
    z-index: 9999
}

.searchContainer {
    margin-bottom: 16px
}

input[type=search] {
    -webkit-appearance: searchfield!important
}

input[type=search] {
    border: 1px solid #ccc;
    color: #666;
    padding: 4px 8px 4px 4px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    min-height: 0;
    margin-bottom: 0;
    font-size: inherit
}

article {
    font-size: .9em;
    line-height: 1.6em;
    word-break: break-word;
    color: #000
}

.facetsDiv {
    padding-left: 0
}

.facetsDiv .panel-group {
    position: relative
}

.facetsDiv .panel {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 10px
}

.facetsDiv .panel-heading {
    background-color: #fff;
    border: 0;
    color: #00b4eb;
    cursor: pointer
}

.facetsDiv .panel-heading a {
    text-decoration: none;
    color: #00b4eb
}

.facetsDiv .panel-body {
    max-height: 300px;
    max-width: 235px;
    overflow: auto
}

.facetsDiv .panel-body::-webkit-scrollbar {
    width: 12px;
    height: 12px;
    overflow: visible;
    margin-right: 10px
}

.facetsDiv .panel-body::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.2);
    background-clip: padding-box;
    border: solid transparent;
    min-height: 28px;
    padding: 10px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    border-width: 1px 1px 1px 2px
}

.loading-msg {
    padding: 1px 5px;
    margin-bottom: 5px;
    position: fixed;
    top: 20px;
    font-size: .8em;
    left: 48%;
    z-index: 9999
}

div.requestContent {
    padding-left: 40px
}

.facetsValueDiv {
    padding: 3px
}

.facetsValueLink {
    cursor: pointer;
    font-size: .9em;
    color: #337ab7
}

.facetsValueSpan {
    padding-left: 5px
}

.facetsMoreLessLink {
    color: #337ab7
}

.searchResultCountDiv {
    color: #000;
    padding: 6px 0 10px
}

.error-container {
    text-align: center
}

.searchResultRow {
    margin-bottom: 20px
}

.titleLinkDiv {
    margin-bottom: 5px
}

a.titleLink:visited {
    color: #609!important;
    text-decoration: none
}

.titleLinkDiv a {
    text-decoration: none;
    color: #337ab7!important
}

.listViewDescriptionDiv {
    font-size: .9em;
    text-align: justify;
    margin-top: 2px;
    line-height: 1.2em
}

.additionInfoDiv {
    font-size: .9em;
    padding-top: 3px;
    color: #00b4eb
}

.glyphicon-search:before {
    content: "\e003";
    font-size: 1em;
    color: #aaa
}

.glyphicon-search {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    height: 34px;
    text-align: left
}

#searchResultsBlock,.homePageBanner,.searchResultsDiv {
    display: none
}

.articleTypeCheckbox {
    margin-top: 15px
}

.articleTypeToSearchLabel {
    color: #000!important;
    margin-bottom: 0!important;
    font-weight: 400!important
}

.searchPageFormBox {
    margin-top: -50px
}

a.Link404 {
    color: #00b4eb
}

.panel-heading h4 {
    margin-bottom: 0
}

.galleryBox {
    background: #eee;
    border: 1px solid #e3e3e3;
    padding: 20px;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 10px;
    min-height: 160px
}

ul.version-list {
    list-style-type: none;
    padding: 0;
    margin: 0
}

ul li.version-item {
    background-image: url(../img/list-arrow.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 24px;
    margin-top: 4px
}

.version-item a {
    color: #041c2c;
    text-decoration: none;
    font-size: 16px;
    position: absolute;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 85%
}

.version-item a:hover {
    color: #041c2c;
    text-decoration: underline;
    font-size: 16px
}

.overlay-visual,.visual {
    display: block;
    float: right;
    margin-top: -3px;
    margin-right: -5px;
    opacity: .4
}

.listDiv {
    min-height: 110px;
    position: relative
}

.linksDiv {
    min-height: 208px;
    position: relative;
    padding: 0 20px
}

ul.links-list {
    list-style-type: none;
    padding: 10px 0;
    margin: 0
}

.adLink {
    color: #337ab7;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap
}

h3.holderRhtCol {
    position: relative;
    margin-bottom: 0;
    font-size: 1.2em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.panel {
    margin-bottom: 0;
    background-color: #fff;
    border: 1px solid #E6EBF1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #EEF1F5 !important;
    border: 0px solid #E6EBF1 !important;
}

.formBox {
    background: #EEF1F5;
    border: 1px solid #E6EBF1;
    padding: 25px 44px;
    position: relative;
    float: left;
    width: 100%
}
#searchBoxDiv a{
	color: #ff4a6b;
}
#searchBoxDiv a:hover{
	color: #ca3a54;
}
ul li.links-item {
    padding: 10px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px
}
ul li.links-item a {
    color: #445561
}

.navbar-form .input-group {
    width: 100%
}

#go-hero {
    height: 100%;
    position: relative
}

#go-hero h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    letter-spacing: -1px;
    margin: 20px 0 0 0
}

#go-hero .go-title img {
    float: left;
    margin-top: 6px
}

#go-hero .go-title .go-title-text {
    float: left;
    width: 300px
}

#go-hero .go-title .go-title-text p {
    color: #fff;
    padding: 5px 20px;
    border-left: 2px solid #fff;
    margin-bottom: 5px
}

.brand-white-button {
    background-color: #fff;
    border: none;
    padding: 9px 20px;
    font-size: 14px;
    margin: 0 20px;
    color: #00a0d3;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    width: 140px;
    text-align: center;
    text-decoration: none;
}

.brand-white-button a {
    font-size: 14px;
    color: #0B2E44;
    display: block;
    text-decoration: none
}

@media (max-width: 992px) {
    #go-hero h1 {
        color:#fff;
        font-size: 62px;
        font-weight: 700;
        letter-spacing: -1px;
        margin: 20px 0 0 0
    }
	.panel {
        margin-top:10px
    }
}

@media (max-width: 657px) {
    #go-hero h1 {
        color:#fff;
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -1px;
        margin: 20px 0 20px 0
    }

    #go-hero .go-title .go-title-text p {
        color: #fff;
        font-size: 14px;
        padding: 10px 10px;
        border-left: 1px solid #fff
    }

    #go-hero .go-title img {
        float: left;
        padding-top: 10px
    }

    #go-hero .go-title .go-title-text {
        float: left;
        width: 170px
    }

    #go-hero .img-responsive {
        width: 100%;
        height: auto;
        max-width: 160px
    }

    .homePageBanner h3 {
        font-size: 18px;
        line-height: 24px;
        color: #fff;
        margin-bottom: 10px
    }

    .brand-white-button {
        margin: 0 10px
    }
}

.doc-text {
	font-size: 24px;
	font-weight: 500;
	color: #7F838B;
	letter-spacing: .1em;
	text-transform: capitalize;
	line-height: 90px;
	margin-left: 20px;
	display: inline-block;
}
@media (min-width: 481px) and (max-width: 767px) {
    .navbar {
        min-height: 50px;
    }
	.navbar .container-fluid {
        margin:0 10px;
    }
	.navbar .logo-wrapper {
		display: inline-block;
		float: left;
		line-height: 50px;
	}
	.navbar .logo {
        width: 200px;
        height: auto;
        max-width: inherit!important;
    }
	.doc-text {
		font-size: 18px;
		letter-spacing: .1em;
		line-height: 50px;
		margin-left: 15px;
	}
	.glyphicon-menu-hamburger:before {
        content: "\e236";
        font-size: 14px;
    }
	nav.navbar .mobile-menu {
		padding-top: 15px;
	}
}
@media (min-width: 367px) and (max-width: 480px) {
    .navbar {
        min-height: 50px;
    }
	.navbar .container-fluid {
        margin: 5px 10px;
    }
	.navbar .logo-wrapper {
		width: 160px;
		display: inline-block;
		float: left;
		line-height: 40px;
	}
	.navbar .logo {
        width: 160px;
        height: auto;
        /* max-width: inherit!important; */
    }
	.doc-text {
		font-size: 16px;
		letter-spacing: 0;
		line-height: 40px;
		margin-left: 10px;
	}
	.glyphicon-menu-hamburger:before {
        content: "\e236";
        font-size: 14px;
    }
	nav.navbar .mobile-menu {
		padding-top: 10px;
	}
	#searchBoxDiv .anchorTitle {
		font-size: 24px;
	}
}
@media (min-width: 320px) and (max-width: 366px) {
    .navbar {
        min-height: 40px;
    }
    .navbar .logo-wrapper {
        line-height: 40px;
        width: 120px;
    }
    .navbar .logo {
        width: 120px;
        height: auto;
    }
    .doc-text {
        font-size: 14px;
        line-height: 40px;
        margin-left: 10px;
        letter-spacing: 0;
    }
    .glyphicon-menu-hamburger:before {
        content: "\e236";
        font-size: 12px;
    }
    nav.navbar .mobile-menu {
        padding-top: 10px !important;
    }
	#searchBoxDiv .anchorTitle {
		font-size: 20px;
	}
}

/* Added below new styles for footer section */
/* Added below new styles for footer section */

.nav-footer-primary {
    font-size: 16px;
    margin-left: -1rem;
    margin-right: -1rem;
    margin-top: 2rem;
}

.nav-footer-primary ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
.nav-footer-primary__items a {
    border-bottom: 1px solid #dde5ed;
    color: #041c2c;
    display: block;
    padding: 1rem;
    position: relative;
    text-decoration: none
}
.nav-footer-primary__items a:active,.nav-footer-primary__items a:focus,.nav-footer-primary__items a:hover {
    color: #041c2c;
}
.nav-footer-primary__items .sub-menu {
    font-size: 16px
}
.nav-footer-primary__items .sub-menu[aria-hidden=true] {
    display: none
}
.nav-footer-primary__items .sub-menu[aria-hidden=false] {
    background-color: #eef2f6;
    display: block
}
.nav-footer-primary__items .sub-menu>li {
    font-weight: 400;
}
.nav-footer-primary__items .sub-menu a {
    border-color: #fff;
    color: #4f697b;
}
.nav-footer-primary__items .sub-menu a:active,.nav-footer-primary__items .sub-menu a:focus,.nav-footer-primary__items .sub-menu a:hover {
    color: #041c2c;
}
.nav-footer-secondary__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nav-footer-secondary__items>li {
    margin-right: 1.5rem;
}
.nav-footer-secondary__items>li:last-child {
    margin-right: 0
}
.nav-footer-secondary__items a {
    color: #4f697b;
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem;
    text-decoration: none
}
.nav-footer-secondary__items a:active,.nav-footer-secondary__items a:focus,.nav-footer-secondary__items a:hover {
    color: #041c2c;
}
.nav-footer-secondary__copyright {
    width: 100%
}
.nav-footer-secondary__copyright-wrapper {
    color: #041c2c;
    display: inline-block;
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.nav-footer-social {
    margin-top: 1.5rem;
}
.nav-footer-social__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}
.nav-footer-social__items>li {
    margin-right: 1rem;
}
.nav-footer-social__items>li:last-child {
    margin-right: 0
}
.nav-footer-social__items a {
    color: #041c2c;
    padding: .5rem;
}
.nav-footer-social__items a:active,.nav-footer-social__items a:focus,.nav-footer-social__items a:hover {
    color: #ff4a6b;
}
.site-footer {
    background-color: #fafafa;
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
}
.site-footer__navs {
    margin-top: 2rem;
}
.site-logo {
    display: inline-block;
    vertical-align: middle
}
.site-header .site-logo {
    font-size: 1.25rem;
    height: 1em;
    width: 6.1em
}
.site-logo__wordmark {
    fill: #041c2c;
}
.site-logo__bug {
    fill: #ff4a6b;

}
.site-logo__svg {
    height: 1.5rem;
}
.site-header .site-logo__svg {
    height: 1em
}
.site-logo--tagline .site-logo__svg {
    height: 52px;
    width: 220px
}
.footerIcon {
    display: inline-block;
    fill: currentColor;
    height: 1em;
    pointer-events: none;
    vertical-align: middle;
    width: 1em;
}
svg[hidden] {
    display: none
}
.nav-footer-social__items .footerIcon {
    height: 1rem;
    width: 1rem;
}
.nav-footer-primary__items a .footerIcon {
    color: #ff4a6b;
    height: 1.25em;
    position: absolute;
    right: 1rem;
    top: 1rem;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 1.25em
}
.nav-footer-primary__items a.nav-footer-primary__anchor--opened .footerIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.no-js .nav-footer-primary__items a .footerIcon {
    display: none
}
.search-form__submit .footerIcon,.site-branding__toggle .footerIcon {
    top: 0
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute!important;
    width: 1px;
    word-wrap: normal!important;
}

@media (min-width: 480px) {
    .site-footer {
        padding-bottom:5rem;
        padding-top: 5rem;
    }
}
@media (min-width: 768px) {
    footer .wrapper {
        max-width:1170px;
        padding-left: 1rem;
        padding-right: 1rem;
    }
	.nav-footer-primary {
        font-size:16px;
        margin-left: 0;
        margin-right: 0
    }
	    .nav-footer-primary__wrapper {
        border-bottom:1px solid #b4c3d3;
        padding-bottom: 2rem;
    }
	    .nav-footer-primary__items {
        -webkit-box-sizing:content-box;
        box-sizing: content-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 1rem;
        padding-right: 1rem;
        max-width: 1170px;
        padding-left: 2rem;
        padding-right: 2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .nav-footer-primary__items>li {
        max-width: 12rem;
        font-weight: 700;
    }
	    .nav-footer-primary__items a {
        padding-left:0;
        padding-right: 0
    }
	    .nav-footer-primary__items a {
        border-bottom:none;
        padding-bottom: .5rem;
        padding-top: .5rem;
    }
	    .nav-footer-primary__items .sub-menu[aria-hidden=false] {
        background-color:transparent
    }
	    .nav-footer-primary__items .sub-menu {
        font-size:16px
    }

    .nav-footer-primary__items .sub-menu[aria-hidden=true] {
        display: block
    }
	    .nav-footer-secondary__copyright {
        width:auto
    }
	    .nav-footer-social {
        margin-top:0
    }
	    .site-footer__navs {
        -webkit-box-align:center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
	    .site-header .site-logo {
        font-size:1.5rem
    }
	    .nav-footer-primary__items a .footerIcon {
        display:none
    }
}

@media (min-width: 1024px) {
    .site-header .site-logo {
        font-size:2rem
    }
}

@media (min-width: 1316px) {
    .site-header .site-logo {
        font-size:2.375rem
    }
    .container {
        width: 1316px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
footer .wrapper {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1276px;
    padding-left: 2rem;
    padding-right: 2rem;
}
.nav-footer-primary__items { 
	max-width: 1316px;
}