/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/*resetting the properties*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body * {
    box-sizing: border-box;
}

/*
* global classes starts
*/

sup {
    vertical-align: super;
}

.hide-dom {
    display: none !important;
}
/*
* flexbox setting starts
*/
.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-n-col {
    display: flex;
    flex-direction: column;
}

.flex-grow {
    flex-grow: 1;
}

.flex-n-grow {
    display: flex;
    flex-grow: 1;
}

.flex-shrink {
    flex-shrink: 1;
}

.flex-n-shrink {
    display: flex;
    flex-shrink: 1;
}

.flex-no-shrink {
    flex-shrink: 0;
}

.flex-n-no-shrink {
    display: flex;
    flex-shrink: 0;
}

.flex-center {
    align-items: center;
}

.flex-n-center {
    display: flex;
    align-items: center;
}

.flex-middle {
    display: flex;
    justify-content: center;
}

.flex-top {
    align-items: flex-start;
}

.flex-n-top {
    display: flex;
    align-items: flex-start;
}

.flex-far-end {
    justify-content: space-between;
}

.flex-right {
    justify-content: flex-end;
}

/*
* flexbox setting ends
*/

/*
    alignment related
*/
.text-right {
    text-align : end;
}

/*
    alignment ends
*/

/*
    text format starts
*/
.bold {
    font-weight: bold;
}

.clickable {
    cursor: pointer;
}
/*
    text format ends
*/

/*
* global classes ends
*/


/*
    Shutting non mobile components
*/
.md .content-sub-txt-show-more,
.nm .content-sub-txt-show-more,
.lg .content-sub-txt-show-more,
.xl .content-sub-txt-show-more,
.md .content-sub-txt-show-less,
.nm .content-sub-txt-show-less,
.lg .content-sub-txt-show-less,
.xl .content-sub-txt-show-less {
    display: none !important;
}


/* Custom properties here*/
html, body {
    height: 100%;
}

#container {
    height: 100%;
    width: 100%;
    margin: auto;
}

.sgec-header-wrapper {
    width: 100%;
    background-color: #213793;
    order: 1;
}

.sgec-header {
    background: transparent;
    margin: auto;
}

.sgec-header * {
    color: #ffffff;
}

.sgec-brand-txt .txt-content{
    color: #fff;
    font-family: 'Open Sans Semibold';
}

.sgec-brand-txt .sub-txt {
    font-family: 'Open Sans';
}

.sgec-contacts .primary-txt{
    font-family: 'Open Sans';
}

/*
    scrollable area starts
*/
#scrollable-area {
    overflow-x: hidden;
    overflow-y: auto;
    order: 2;
}
/*
    scrollable area ends
*/

/*
    Slide show section starts
*/
#slide-show-wrapper {
    margin: auto;
    width: 100%;
    max-width: 1600px;
}

#slide-show-header {
    font-family: "Open Sans Semibold";
}

#slide-show-content {
    color: #213793;
    position: relative;
}

#slide-show-sub-txt {
    font-family: "Open Sans Condensed";
    font-weight: bold;
}

#slide-show-prod-link {
    color: #595959;
    cursor: pointer;
    position: absolute;
    top: 46%;
}

span.fa-angle-double-right{
    color: #959595;
    margin-right: 8px;
}

#slide-show-prod-link *{
    font-style: italic;
}

.ie #slide-show-prod-link .italic-txt,
.ff #slide-show-prod-link .italic-txt{
    font-family: "Open Sans Condensed Light";
}

.ch #slide-show-prod-link .italic-txt{
    font-family: "Open Sans Condensed";
}

#slide-show-slider-wrapper {
    /*width: 500px;
    height: 500px;*/
}

#slide-show-img {
    width: 100%;
    height: 100%;
}

/*
    Slide show section ends
*/

/*
    Content body section starts
*/
.sgec-body {
    background-color: transparent;
    margin: auto;
    width: 100%;
    padding: 0px;
}

.sgec-body * {
    font-family: "Open Sans Light";
}

.sgec-body .content-heading,
.sgec-body .content-sub-txt {
    line-height: 1.2;
    color: #222;
}

.content-sub-txt-show-more,
.content-sub-txt-show-less {
    display: none;
    padding: 10px 0px;
    text-align: center;
    color: #0087FF;
}

.content-row:nth-of-type(even) .content-direction {
    flex-direction: row-reverse;
    background-color: #fff;
}

.content-row:nth-of-type(odd) {
    background-color: #f2f2f2;
}

.content-row:nth-of-type(odd) .content-direction {
    flex-direction: row;
}

.content-picture a {
    display: inline-block;
}

.content-picture img {
    max-width: 500px;
    max-height: 300px;
}

    /*** Table section starts ***/
#performance-tbls * {
    font-family: "Open Sans";
}

#performance-tbls {
    border: 1px solid #c5c5c5;
    margin-top: 20px;
    background-color: #f2f2f2;
    border-top: none;
}

#performance-tbls .table-header{
    background-color: #e5e5e5;
    border-bottom: 1px solid #c5c5c5;
    border-top: 1px solid #c5c5c5;
}

#performance-tbls table {
    margin: auto;
    display: flex;
}

#performance-tbls table tbody {
    width: 100%;
}

.tbl-col-1 li{
    list-style-type: disc;
}

/**** Table section ends ****/

/*
    Content body section ends
*/

/*
    Footer section starts
*/
#sgec-footer-wrapper {
    order: 3;
    background-color: #f2f2f2;
}

#sgec-footer {
    margin: 20px auto;
    font-family: "Open Sans Light";
}

.title-elem,
.footer-elem {
    margin: 15px 0px;
    text-align: center;
}

#cr-banner {
    font-family: "Open Sans Light";
}
/*
    Footer section starts
*/

