

/****************************************
*           Global style
/****************************************/

:root{
    --main-color: rgba(44,86,151,1); /* #2c5697 */
    --main-foreground-color: black;
    --main-background-color: white;
    --main-cyan: rgba(105,179,231,1); /* #69b3e7 */
    --main-aqua: #00B2A9;
    --main-gold: #F0B323;
    --main-gray: #7C878E;
    --main-dark: #333F48;
    --main-light-gray: gainsboro;
}
h1 {
    font-size:  xx-large;
}
h2 {
    font-size: x-large;
}
h3 {
    font-size: larger;
}
h4 {
     font-size: large;
}

button{
    padding: 0;
}

img{
    max-width: 100%;
    vertical-align: middle;
}
a {
    color: #333F48;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: rgba(44,86,151,1);
}
ol li{
    margin-bottom: 15px;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.4;
}
p{
    line-height: 1.4;
}

html, body {
    margin: 0;
    height: 100%;
}
body{
    font-family: 'Dosis-Regular','TradeGothic','arial';
    /*font-family: 'TradeGothic','arial';*/
    /*font-family: 'arial';*/
    font-size: 16px;
    /*display: flex;*/
    /*flex-direction: column;*/
    background-color: white;
    line-height: 1.4;
    width: 100%;
    overflow-x: hidden;
}

sup {
    /* Move the superscripted text up regardless of font*/
    font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.7em;
}


*,*:before,*:after{
    box-sizing: border-box;
    outline:none!important;
}
.container--mini{
    max-width: 960px;
}
figure{
    margin: 0;
}

.avdec-btn {
    background-color: #2c5697!important;
    color: white;
}
.u-m-t-0{margin-top: 0;}
.u-m-t-10{margin-top: 10px}
.u-m-t-20{margin-top: 20px}
.u-m-t-30{margin-top: 30px}
.u-m-t-40{margin-top: 40px}
.u-m-t-50{margin-top: 50px}
.u-m-t-60{margin-top: 60px}

.u-m-b-20{margin-bottom: 10px;}
.u-m-b-20{margin-bottom: 20px;}
.u-m-b-30{margin-bottom: 30px;}
.u-m-b-30{margin-bottom: 40px;}
.u-m-b-30{margin-bottom: 50px;}
.u-m-b-60{margin-bottom: 60px;}

.u-m-l-10{margin-left: 10px;}
.u-m-l-20{margin-left: 20px;}
.u-m-l-25{margin-left: 25px;}

.u-m-r-15{margin-right: 15px;}

.u-p-t-10{padding-top: 10px;}
.u-p-t-20{padding-top: 20px}
.u-p-t-30{padding-top: 30px}
.u-p-t-40{padding-top: 40px}
.u-p-t-50{padding-top: 50px}
.u-p-t-60{padding-top: 60px}

.u-p-b-30{padding-bottom: 30px}
.u-p-b-40{padding-bottom: 40px}
.u-p-b-50{padding-bottom: 50px}
.u-p-b-60{padding-bottom: 60px}

.u-p-tb-15{
    padding-top: 15px;
    padding-bottom: 15px;
}

.u-relative{
    position: relative;
}
.u-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
}

.u-flex--wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.u-flex--content-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.u-flex--content-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.u-flex--content-start {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.u-flex--content-end {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.u-flex--item-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-box-align: center;
    -ms-flex-align: center;
}

.clear::before,.clear::after,
section::before,section::after  {
    display: block;
    clear: both;
    content: "";
}
.img-block{
    width: 100%;
    display: block;
}
.img-med-thumb img{
    display: block;
    height: auto;
    max-width: 300px;
    border: 3px solid gray;
}
.has-border-top{
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
}
.has-border-top-2nd {
    border-top: 1px solid rgba(44, 86, 151, 1);
    margin-bottom: 30px;
}

.has-shadow{
    box-shadow: 0 0 30px rgba(82, 92, 118, 0.97);
}
.has-stycky-top{
    padding-top: 140px!important;
}
.has-stycky-top-title{
     padding-top: 140px!important;
    margin-bottom: -60px!important;
 }

.mfp-bg,.mfp-wrap{
    z-index: 99999999999999999999;
}
.def-img{
    margin: 15px 0;
}
.text-on-line{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*grid style*/

/** wrapper2 used on HomePage only - Mark 10/24/19 **/
.wrapper2{
    width: 100vw;
    height: 100vh;
}
.wrapper{
    max-width: 1200px; /* 1140 */
    margin: 0 auto;
    padding: 20px 10px;
}
.wrapper-full{
    padding: 0 15px;
    align-items: center;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.text-top-home {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 70px);
    padding-bottom: 40px;
    padding-top: 10px;
}
.row{
    display: flex;
    margin: 0 -15px;
}
.col1{
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}
.col2{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}
.col3{
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
}
.rowL{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.rowR{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.cola{
    flex: 0 0 40%;
    max-width: 40%;
    padding-left: 15px;
    border: 2px solid black;
    margin: 0;
    font-size: x-large;
}
.colb{
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0;
}
@media screen and (max-width:600px) {
     .cola, . colb {
         width: 100%;
    }
}
/****************************************
*           Fontface
/****************************************/

@font-face {
    font-family: Dosis-Medium;
    src: url('../webfonts/Dosis-Medium.otf');
}
@font-face {
    font-family: Dosis-Regular;
    src: url('../webfonts/Dosis-Regular.otf');
}
@font-face {
    font-family: TradeGothic;
    src: url('../webfonts/TradeGothic.otf');
}
@font-face {
    font-family: TradeGothicBold;
    src: url('../webfonts/TradeGothicBold.ttf');
}
@font-face {
    font-family: TradeGothicLight;
    src: url('../webfonts/TradeGothicLight.ttf');
}

/****************************************
*           Components
/****************************************/

/*** breadcrumb ***/
.breadcrumb-area {
    background-color: #D0D3D4;
    position: fixed;
    top: 123px;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: .3s;
}
.scrolled .breadcrumb-area{
    top: 96px;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 0 2px;
    list-style: none;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "\e649";
    font-family: "themify";
    font-size: 12px;
    position: relative;
    top: 1px;
}


/*Table styling*/
.c-table {
    display: table;
    max-width: 100%;
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    /*border-spacing: 0;*/
    /*border: 1px solid #dedede;*/
}
.c-thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}
.c-thead .c-td{
    font-weight: 600;
}
.c-tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
.c-tr {
    display: table-row;
    vertical-align: middle;
    border-color: inherit;
}

.c-tr-alt-color {
    background-color: silver;
}
.c-td {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem;
    /*border: 1px solid #dedede;*/
    min-width: 150px;
    width: 33%;
    padding: 10px;
}
.c-td2 {
    display: table-cell;
    vertical-align: top;
    padding: 0.5rem;
    /*border: 1px solid #dedede;*/
    min-width: 150px;
    width: 50%!important;
    padding: 10px;
}.c-td2flex {
     display: table-cell;
     vertical-align: top;
     padding: 0.5rem;
     /*border: 1px solid #dedede;*/
     min-width: 150px;
/*     width: 50%!important;*/
     padding: 10px;
 }
.c-td2flex-w {
    width: 320px;
}
.c-td2-wrapper-img {
    border: 1px solid black;
    border-radius: 6px;
    margin-bottom: 20px;
}
.c-td2-wrapper-txt {
    padding-left: 5px;
    padding-right: 5px;
 }
.c-td2-wrapper-img img {
    width: 300px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.c-td3 {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem;
    /*border: 1px solid #dedede;*/
    min-width: 150px;
    width: 33%!important;
    padding: 10px;
}
.c-td4 {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem;
    /*border: 1px solid #dedede;*/
    min-width: 150px;
    width: 25%!important;
    padding: 10px;
}
.c-td5 {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem;
    min-width: 150px;
    width: 20%!important;
    padding: 10px;
}
/****************************************
*           Header
/****************************************/

.header{
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9999999;
    background: rgb(44,86,151);
    background: rgba(0, 51, 129, .837);
    padding: 15px 0;
}
.scrolled .header{
    padding: 10px 0;
}
.header .logo{}
.header .logo img{
    width: 210px;
    transition: .5s;
}
.header .content-right{
    min-width: 60%;
    margin-left: auto;
}
.header .content-right .mail span {
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    top: -2px;
}
.header .content-right form{
    position: relative;
    margin-right: 40px;
}
.header .content-right form input{
    width: 250px;
    height: 30px;
    padding: 0 52px 0 12px;
    background: rgba(44,86,151,1); /*transparent;*/
    border: 1px solid #fff;
    border-radius: 50px 0 0 50px;
    color: #fff;
}
.header .content-right form input::placeholder{
    color: #fff;
}
.header .content-right form button{
    background: #fff;
    border: 0;
    color: #333F48;
    height: 30px;
    cursor: pointer;
    padding: 0 10px;
}

.header .content-right form button i{
    display: none;
}
.header__nav{
    padding-top: 35px;
}
.header__nav ul{}
.header__nav ul li{
    margin-left: 35px;
}
.header__nav ul li a{
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}
.mobilemenu{
    display: none;
    text-align: right;
    color: #fff;
}

.text-top{
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: 2px 2px 2px gray;
}


.text-top button {
    margin-top: 20px;
    color: white;
    padding: 10px 20px;
    border: 1px solid;
    background: transparent;
    border-radius: 6px;
    cursor: pointer;

}

.text-top a{
    color: #fff;
    text-decoration: none;
}
.text-top a:hover {
    color: rgba(105,179,231,1);
    background: #fff;
}
.text-top-h1{
    color: #fff;
    margin-top: 12vh;
    margin-left: 35px;
    font-size: 50px;
    margin-bottom: 0;
    text-shadow:
            -1px -1px 0 rgba(44,86,151,1),
            1px -1px 0 rgba(44,86,151,1),
            -1px 1px 0 rgba(44,86,151,1),
            1px 1px 0 rgba(44,86,151,1);
}
.text-top-h2{
    max-width: 725px;
    color: #fff;
    margin-top: 0;
    margin-left: 15px;
    font-size: 23px;
    text-shadow:
            -1px -1px 0 rgba(44,86,151,1),
            1px -1px 0 rgba(44,86,151,1),
            -1px 1px 0 rgba(44,86,151,1),
            1px 1px 0 rgba(44,86,151,1);
}
.text-top p{
    color: #fff;
    font-size: 18px;
    margin-top: 0;
}


/*mobile menu*/
.dl-menuwrapper {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
}
.dl-menuwrapper button {
    border: none;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}
.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
}
.dl-menuwrapper li {
    position: relative;
}
.dl-menuwrapper li a {
    display: block;
    position: relative;
    outline: none;
    white-space: normal;
}
/* mobile main menu dropdown hover background color */
.no-touch .dl-menuwrapper li a:hover {
    background: rgba(105,179,231,1); /*rgba(255, 248, 213, 0.1);*/
}
.dl-menuwrapper li.dl-back > a {
    display: inline-block;
}

.dl-menuwrapper li.dl-back > a:after {
    content: "\e649";
    font-family: "themify";
    color: #fff; /*#333;*/
    position: static;
    font-size: 12px;
    margin-left: 4px;

}
.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(44,86,151,1); /*white;*/
}
.dl-menuwrapper .dl-menu {
    margin: 0;
    position: absolute;
    width: 250px;
    opacity: 0;
    pointer-events: none;
    right: 0;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}
/* When a submenu is openend, we will hide all li siblings. For that we give a class to the parent menu called "dl-subview". We also hide the submenu link. The opened submenu will get the class "dl-subviewopen". All this is done for any sub-level being entered. */
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
    display: none;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;

}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0s;
    -moz-animation: MenuAnimOut1 0s;
    animation: MenuAnimOut1 0.1s;
}
.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0s ease-in-out;
    -moz-animation: MenuAnimOut2 0s ease-in-out;
    animation: MenuAnimOut2 0s ease-in-out;
}
.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0s ease;
    -moz-animation: MenuAnimOut3 0s ease;
    animation: MenuAnimOut3 0s ease;
}
.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0s ease;
    -moz-animation: MenuAnimOut4 0s ease;
    animation: MenuAnimOut4 0s ease;
}
.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0s ease;
    -moz-animation: MenuAnimOut5 0s ease;
    animation: MenuAnimOut5 0s ease;
}
@-webkit-keyframes MenuAnimOut1 {
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut2 {
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut3 {
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut4 {
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-webkit-keyframes MenuAnimOut5 {
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}
@-moz-keyframes MenuAnimOut1 {
    50% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -moz-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}
@-moz-keyframes MenuAnimOut2 {
    100% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
}
@-moz-keyframes MenuAnimOut3 {
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}
@-moz-keyframes MenuAnimOut4 {
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-moz-keyframes MenuAnimOut5 {
    100% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
}
@keyframes MenuAnimOut1 {
    50% {
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}
@keyframes MenuAnimOut2 {
    100% {
        transform: translateX(-100%);
        opacity: 0;
    }
}
@keyframes MenuAnimOut3 {
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}
@keyframes MenuAnimOut4 {
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}
@keyframes MenuAnimOut5 {
    100% {
        transform: translateY(40%);
        opacity: 0;
    }
}
.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0s;
    -moz-animation: MenuAnimIn1 0s;
    animation: MenuAnimIn1 0.3s;
}
.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0s ease-in-out;
    -moz-animation: MenuAnimIn2 0s ease-in-out;
    animation: MenuAnimIn2 0s ease-in-out;
}
.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0s ease;
    -moz-animation: MenuAnimIn3 0s ease;
    animation: MenuAnimIn3 0s ease;
}
.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0s ease;
    -moz-animation: MenuAnimIn4 0s ease;
    animation: MenuAnimIn4 0s ease;
}
.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0s ease;
    -moz-animation: MenuAnimIn5 0s ease;
    animation: MenuAnimIn5 0s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}
@-moz-keyframes MenuAnimIn1 {
    0% {
        -moz-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -moz-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -moz-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}
@-moz-keyframes MenuAnimIn2 {
    0% {
        -moz-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}
@-moz-keyframes MenuAnimIn3 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes MenuAnimIn4 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes MenuAnimIn5 {
    0% {
        -moz-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}
@keyframes MenuAnimIn1 {
    0% {
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}
@keyframes MenuAnimIn2 {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes MenuAnimIn3 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes MenuAnimIn4 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes MenuAnimIn5 {
    0% {
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0s ease;
    -moz-animation: SubMenuAnimIn1 0s ease;
    animation: SubMenuAnimIn1 0s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0s ease-in-out;
    -moz-animation: SubMenuAnimIn2 0s ease-in-out;
    animation: SubMenuAnimIn2 0s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0s ease;
    -moz-animation: SubMenuAnimIn3 0s ease;
    animation: SubMenuAnimIn3 0s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0s ease;
    -moz-animation: SubMenuAnimIn4 0s ease;
    animation: SubMenuAnimIn4 0s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0s ease;
    -moz-animation: SubMenuAnimIn5 0s ease;
    animation: SubMenuAnimIn5 0s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}
@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}
@-moz-keyframes SubMenuAnimIn1 {
    0% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}
@-moz-keyframes SubMenuAnimIn2 {
    0% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -moz-transform: translateX(0px);
        opacity: 1;
    }
}
@-moz-keyframes SubMenuAnimIn3 {
    0% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes SubMenuAnimIn4 {
    0% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
}
@-moz-keyframes SubMenuAnimIn5 {
    0% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn1 {
    0% {
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn2 {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn3 {
    0% {
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn4 {
    0% {
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0px);
        opacity: 1;
    }
}
@keyframes SubMenuAnimIn5 {
    0% {
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0s ease;
    -moz-animation: SubMenuAnimOut1 0s ease;
    animation: SubMenuAnimOut1 0s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0s ease-in-out;
    -moz-animation: SubMenuAnimOut2 0s ease-in-out;
    animation: SubMenuAnimOut2 0s ease-in-out;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0s ease;
    -moz-animation: SubMenuAnimOut3 0s ease;
    animation: SubMenuAnimOut3 0s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0s ease;
    -moz-animation: SubMenuAnimOut4 0s ease;
    animation: SubMenuAnimOut4 0s ease;
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0s ease;
    -moz-animation: SubMenuAnimOut5 0s ease;
    animation: SubMenuAnimOut5 0s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}
@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}
@-moz-keyframes SubMenuAnimOut1 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(50%);
        opacity: 0;
    }
}
@-moz-keyframes SubMenuAnimOut2 {
    0% {
        -moz-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -moz-transform: translateX(100%);
        opacity: 0;
    }
}
@-moz-keyframes SubMenuAnimOut3 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-300px);
        opacity: 0;
    }
}
@-moz-keyframes SubMenuAnimOut4 {
    0% {
        -moz-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(300px);
        opacity: 0;
    }
}
@-moz-keyframes SubMenuAnimOut5 {
    0% {
        -moz-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -moz-transform: translateZ(-200px);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut1 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(50%);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut2 {
    0% {
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut3 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(-300px);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut4 {
    0% {
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        transform: translateZ(300px);
        opacity: 0;
    }
}
@keyframes SubMenuAnimOut5 {
    0% {
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        transform: translateZ(-200px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}
.no-js .dl-menuwrapper li.dl-back {
    display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}
/* #4: CSS Styling for Menu  */
div:after, .nav-main:after, .nav-main-list:after, .image-thumb-list:after, .nav-footer-list:after, .contact-info-list:after, aside:after, .special-offer:after, .page-footer:after, .buttons:after {
    content: "";
    display: table;
    clear: both;
}
a {
    text-decoration: none;
}
/* #Navigation*/
/* Main nav menu */
.nav-main {}

.nav-main-list, .nav-sub-list {
    list-style: none;
    padding: 0;
}

/* mobile main dropdown*/
.nav-main-list {
    width: 100%;
    margin: 0 auto;
    background: rgba(44,86,151,1);  
}
.nav-main-item {
    display: block;
    width: 100%;
}

.nav-main-item > a {
    display: block;
    color: #fff;
    padding: 9px 0;
    white-space: nowrap;
}
.nav-main-item > a:hover {}


/* nav icon */
.nav-handle {
    position: absolute;
    right: 0;
    top: -50px;
    display: block;
    cursor: pointer;
    width: 38px;
    height: 50px;
    padding: 5px;
    color: green; /*white;*/
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 30px;
    background: transparent;
}
/* burger menu */
.nav-handle:after {
    content: '';
    display: block;
    width: 24px;
    height: 3px;
    top: 22px;
    left: 13px;
    position: absolute;
    background: #fff; /*white;*/
    -webkit-box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff; /*white*/
    box-shadow: 0 8px 0 0 #fff, 0 16px 0 0 #fff; /*white*/
}

.nav-sub-list {
    position: absolute;
    left: 0;
    width: 250px;
    top: 100%;
    background: rgba(44,86,151,1); /*rgba(255,255,255,1);*/
    white-space: nowrap;
    display: none;
    padding: 10px;
    /*padding: 10px!important;*/
    right: 0;
    z-index: 999999999;
}

.nav-main-item:last-child > .nav-sub-list {
    left: auto;
    right: 0;
}

.nav-sub-item > a, .dl-back > a {
    color: #fff; /*#333;*/
    display: block;
    padding: 8px 10px;
}

.menu-show .is-sticky .figure__btn{
    pointer-events: none;
    z-index: 1;
    /*z-index: 1!important;*/
}

/****************************************
*           Home Intro
/****************************************/

.home-intro {
    position: relative;
    z-index: 9999;
    height: 100vh;
    align-items: center;
    padding-top: 120px;
    overflow: hidden;
}
.video-wrap{
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

}
.video-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-wrap video, .video-wrap img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.featured{}
.featured .box{
    background: #fff;
    margin: 0 15px;
    width: 310px;
    border-radius: 4px;
    opacity: .5;
    position: relative;
}

.box figure img{
    width: 100%;
    transition: .3s;
}
.ft-product .text{
    padding: 15px;
}
.ft-product:hover img{
    opacity: .7;
}

.ft-content{
    padding: 25px;
}

.ft-content p{
    margin-top: 15px;
    margin-bottom: 0;
}

/****************************************
*           Home body content
/****************************************/

.home-ct-top {
    padding: 60px 0 60px;
    border-top: 1px solid #e5e5e5;
}
.home-ct-top.home{
    margin-top: -60px;
}
.home-ct-top .content-left{
    background: #e9ecef;
    padding-bottom: 10px;
    /*padding-bottom: 10px!important;*/
}
.home-ct-top .content-left p{
    margin-top: 0;
}
.home-ct-top .content-left a{
    color: rgba(44,86,151,1);
}
.home-ct-top .content-left ul{
    padding-left: 20px;
}
.home-ct-top .content-left ul li{
    margin-bottom: 10px;
    list-style: circle;
}
.home-ct-top .content-left,
.home-ct-top .content-right{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}
.content-left-alt{
    flex: 0 0 75%;
    max-width: 75%;
    padding-right: 30px;
}
.content-right-alt{
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 30px;
}
.order2{
    order: 2;
}
.order1{
    order: 1;
}
.home-ct-top .content-mid{
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    padding-left: 40px;
}
.home-ct-top .c-list{}
.home-ct-top .c-list a{
    display: block;
    margin-bottom: 18px;
}


/****************************************
*           Product page
/****************************************/

.product-top{
    padding-top: 10px;
}
.product-top .product-intro:before,
.product-top .product-intro:after{
    content: "";
    display: block;
    clear: both;
}
.product-intro div:last-child{
}
.product-slider{
    float: left;
    width: 32%;
    padding-right: 50px;
    margin-bottom: 7px;
    /*border: 1px solid rgba(44,86,151,1);*/
}
.intro-content{
    float: left;
    width: 68%;
    padding-left: 45px;
}
.intro-content a{
    color: rgba(44,86,151,1);
}
.sl-item img{
    width: 100%;
    margin: 0;
    /*border: 3px solid transparent;*/
}

.slider-nav .sl-item {
    height: 50px;
    cursor: pointer;
    border-top: 1px solid #7C878E;
    border-bottom: 1px solid #7C878E;
    border-right: 1px solid #7C878E;
    overflow: hidden;
}
.product-slider .slick-arrow {
    position: absolute;
    left: -18px;
    top: 50%;
    color: #333F48;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
    z-index: 99999;
    cursor: pointer;

}
/*gallery thumbnail bg*/
.slick-list {
    background-color: #7C878E;
}
.slick-arrow.ti-angle-right {
    left: auto;
    right: -18px;

}

.product-nav{
    padding: 15px 0 10px;
    transition: .1s;
    margin: 20px;
}

.pquote-nav{
    color: white;
    font-weight: 800;
}
a.pquote-nav:hover{
    color: silver;
    text-decoration: underline;
}

.product-nav ul{
    justify-content: center;
    list-style: none!important;
}
.is-sticky .product-nav{
    background: rgba(255,255,255,.7); /*#fff;*/
    border-top: 0;
    padding: 10px 0 5px;
    margin: 0;
    z-index: 9999!important; 
}


.product-nav ul{}
.product-nav ul li{
    padding: 0 5px;
    margin-bottom: 6px;
}
.product-nav ul li:last-child:after{
    display: none;
}
.product-nav ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.product-nav ul li:after{
    /*    content: "-";
        margin-left: 13px;*/
}
.product-nav ul li a {
    color: #fff; /*rgba(44,86,151,1);*/
    background: rgba(44,86,151,1);
    border: 1px solid;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
}
.product-nav ul li:first-child a {
    font-size: 15px;
}

.product-nav ul li.current a{
    color: #000; /*#fff;*/
    background: rgba(105,179,231,1); /*rgba(44,86,151,1);*/
}
.product-nav ul li a:hover{
    color: #000; /*#fff;*/
    background: rgba(105,179,231,1); /*rgba(44,86,151,1);*/
}
.entry ul{
    list-style: circle;
    padding-left: 20px;
}
.entry ul li{
    margin-bottom: 12px;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

table {
    border: 1px solid #dedede;
}
tr, td, th {
    vertical-align: middle;
}
td {
    padding: 0.5rem;
    border: 1px solid #dedede;
}
.nsn-table td:nth-child(1),
.nsn-table td:nth-child(2){
    white-space: nowrap;
}


.table-act button {
    background: #fff;
    color: rgba(44,86,151,1);
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 20px;
    cursor: pointer;
    border-radius: 4px;
    border: 4px double rgba(44,86,151,1);
}
.table-act button:hover {
    background: rgba(44,86,151,1);
    color: #fff;
}
.video-play{
    padding: 15px;
    background: rgba(44,86,151,1); /* #e9ecef; */
}
.video-play iframe{
    width: 100%;
    border: 0;
    height: 550px;
}
.table-wrap{
    position: relative;
    overflow-x: auto;
}
.table-wrap.hasshadow {
    max-height: calc(100vh - 285px);
    overflow: hidden;
    min-height: 180px;
}
.table-wrap.hasshadow:before {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 500px;
    pointer-events: none;
    content: "";
    background: -webkit-gradient(linear,left top,left bottom,color-stop(50%,transparent),color-stop(50%,rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top,transparent 50%,rgba(255, 255, 255, 1));
    background: linear-gradient(-180deg,transparent 50%,rgba(255, 255, 255, 1));
}
.showAll:before{
    display: none;
}
.table-act {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
    padding-bottom: 18px;
}



/*figure-top*/
.figure-top {
    position: relative;
    overflow: hidden;
}
.figure-top.home {

}
.figure-top.inner {

}
.figure__btn{
    position: relative;
    top: -95px;
    z-index: 99999;
}
.is-sticky .figure__btn {
    padding: 15px 0;
 }
.figure__btn ul{
    display: flex;
    justify-content: center;
}


.figure__btn ul li {
    flex: 0 0 60px;
}

.figure__btn ul li .btn__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5px;
    height: 100%; /*40px;*/
    width: 100%; /*200px;*/
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    border-radius: 6px;
    cursor: pointer;
    background: rgba(255,255,255,.7); /*#fff;*/
}
.is-sticky .figure__btn ul li .btn__inner {
    background-color: rgba(44,86,151,1);
    color: #fff;
}


.figure__btn ul li .btn__inner:hover {
    color: #000; /*#fff;*/
    background: rgba(105,179,231,1); /*rgba(44,86,151,1);*/
}


.main-figure {}
.main-figure img{
    width: 100%;
}
.wrapper-c{
    padding: 0 15px;
    max-width: 1200px; /* 1400 */
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 100px;
}

.main-figure .wrap{
    margin: auto;
    transform-origin: center!important;
    position: relative;
}
.main-figure .wrap figure strong {
    display: block;
    text-align: center;
    margin-bottom: 23px;
}
.wrap img {
    border-radius: 7px;
}


/**************************************************
*     page style CSS
**************************************************/
.download-i{
    margin-top: 40px;
    padding-bottom: 40px;
}
.content-left-alt a,
.content-right-alt a{
    color: rgba(44,86,151,1);
}

.figure-box {
    float: right;
    display: block;
    /*display: inline-block;*/
    width: 225px;
    margin-left: 15px;
    margin-bottom: 15px;
}
.figure-box span {
    display: block;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
}
#features-benefits{
    padding-top: 30px;
}


/**************************************************
*     Content Reusable CSS
**************************************************/

.div-top{
    padding-top: 10px;
}
.div-top > div{
    content: "";
    display: block;
    clear: both;
}
.div-top > div{

}

.div-body { /* use with wrapper */
    padding: 10px;
}
.row-33-66 { /* use with u-flex, has-border-top */
    padding-top: 10px;
}
.row-33-66 > div:first-child {
    float:left;
    width: 33%;
    display: block;
    clear: both;
}
.row-33-66 > div:last-child {
    float: left;
    width: 66%;
    padding-left: 45px;
    display: block;
    clear: both;
}

.div-row:first-child {
    padding-top: 0;
    border-top: 0;
}
.div-col {
    padding: 15px;
    margin: 15px;

}

.prod-home {
    position: relative;
    top: -150px;
    padding: 20px;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.prod-home-item {
    width: 265px;
    margin-top: 10px;
}

.prod-youtube {
    position: relative;
    padding: 20px;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}
.prod-youtube-item {
    width: 340px;
    margin-top: 10px;
    list-style: none;

}

@media (max-width: 991px) {
    .prod-home {
        top: 0;
    }
    .prod-home-item {
        margin-top: 10px;
    }
    .prod-youtube-item {
        margin-top: 10px;
    }
}

/****************************************
*           Collapsing DIV Tags
/****************************************/
.flex-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-columns > div {
    margin: 10px;
    padding: 10px;
    max-width: 350px;
}
.flex-columns > div > iframe {
    display: block;
}



/****************************************
*           Footer
/****************************************/
.bot-footer {
    flex-shrink: 0; /* keep footer at bottom of small content pages */
}
.flex-footer-top {
    display: flex;
    background-color: #2C5697;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}
.flex-footer-top a:link{
    color: #fff;
    text-decoration: none;
}
.flex-footer-top a:visited{
     color: #fff;
     text-decoration: none;
 }
.flex-footer-top a:hover{
    color: #69B3E7;
    text-decoration: none;
}
.flex-footer-top > div {
    margin: 10px;
    padding: 10px;
}
.flex-footer-top > div:first-child {
    margin: 10px 0 10px 0;
    padding: 10px 0 0 0;
}
.flex-footer-top > div:first-child img{
    width: 30px;
    height: auto;
}
.flex-footer-top > div:nth-child(2) {
    margin: 10px 10px 10px 0;
    padding: 10px 10px 10px 0;
}
.flex-footer-top > div:last-child{
    width: 100px;
    display: flex;
    flex-wrap: wrap;
}
.flex-footer-top > div:last-child img{
    width: 27px;
    height: auto;
    display: block;
    margin: 5px;
}
/* copywrite */
.flex-footer-bottom {
    display: flex;
    padding: 5px 0;
    background: #7C878E;
    color: #fff;
    flex-wrap: wrap;
    justify-content: center;
}

/*******************************************************
*          Styling Generic Body Content
*******************************************************/
.content-ctr {
    display: flex;
    flex-direction: column;     /* stack flex items vertically */
    justify-content: center;
    align-items: center;        /* center items horizontally, in this case */

}
.content-ctr h1 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.content-ctr figure{
    font-weight: 100;
    font-size: 34px;
    line-height: 38px;
}
.rounded-pic img {
    border-radius: 25%;
    width: 225px;
    max-width: 50%;
    height: auto;
}

.bg-gray {
    background-color: #F5F5F5; /*white smoke*/
}
.m-top h3{
    margin-top: 0;
}
.ul-list-1 ul{
    padding-left: 50px;
    line-height: 20px;
    list-style: disc;
}
.ul-list-2 ul{
    padding-left: 19px;
    line-height: 20px;
    list-style: disc;
    line-height: 1.4;

}
.u-m-l-25.ul-list-2 {
    float: left;
    width: 68%;
    margin-left: 0!important;
}

/*.ul-list-1 ul li:before{*/
/*    margin-bottom: 10px;*/
/*    !*list-style: circle;*!*/
/*    content: "\02714\ ";*/
/*}*/
.ul-list-Lg ul{
    list-style-type: circle;
    font-size: 20px;
    line-height: 35px;
    padding-left: 50px;
}
/*.ul-list-Lg ul li:before{*/
/*    content: "\02714\ ";*/
/*}*/
#btnReq {
    display: block;
    height: 35px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    padding: 0 15px!important;
    margin: 20px auto!important;
    background-color: #F0B323!important;
    color: black!important;
    border: 1px solid black!important;
    border-radius: 5px!important;
    cursor: pointer;
}
.round-border {
    width: 50%;
    border: 1px solid rgba(44,86,151,1);
    border-radius: 5px;
    padding: 5px;
    background-color: rgba(105,179,231,1);
}
.contrastBtn, .contrastBtn a {
    border-radius: 5px;
    padding: 5px;
    background-color: #F0B323!important;
    color: black!important;

}

.contrastBtnCtr, .contrastBtnCtr a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    margin: 10px auto;
    border: 1px solid black;
     border-radius: 5px;
     background-color: #F0B323!important;
     color: black!important;
 }



.keyresult {
    position: absolute;
    margin: 0 20px 0 10px;
    width: 76%;
    line-height: 25px;
    border-top: 0;
    border: 1px solid rgba(44,86,151,1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    padding: 0 30px 0 30px;
    color: #FFF;
    background: rgba(105,179,231,1);
    z-index: 5;
}
.keyresult span:hover {
    cursor: pointer;
    width: 100%;
    background-color: rgba(44,86,151,1);
}
.srchGroup {
    margin: 0 0 30px 0;
}
.srchGroup div:first-child a{
    color: rgba(44,86,151,1)!important;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
}
.srchGroup div:nth-child(2) a{
    color: rgba(105,179,231,1);
}
.srchGroup div:first-child a:hover, srchGroup div:nth-child(2) a:hover{
     color: rgba(105,179,231,1)!important;
 }

.highlight {
    background-color: yellow;
    color: black;
}

.contentall {
     display: flex;
     flex-direction: column;
    min-height: calc(100vh - 129px);
}
.pdflink {
    color: rgba(44,86,151,1);
    font-weight: 600;
}
.pdflink ul li {
    padding-bottom: 20px;
}
.pdflink a {
    text-decoration: underline;
    color: rgba(44,86,151,1);
}
.pdflink a:hover {
    color: rgba(105,179,231,1);
}
.pdflink a sup {
    display: inline-block;
    text-decoration: none;
}
.pdflink span {
    font-weight: normal;
    color: black;
}
.pdf-full {
    width: 100%;
    height: calc(100vh + 150px);
    min-width: 0;
    margin: 0 auto;
}

.uses {
    overflow: hidden;
    left: 0;
    margin: 15px 0;
    /*clear: both;*/
    width: 90%;
    border: 2px solid rgba(44,86,151,1);
    border-radius: 6px;
    /*padding: 5px;*/
    padding: 0 5px;
}
.uses span {
    float: left;
    z-index: 2;
    margin: 0 10px 0 -5px;
    background-color: rgba(44,86,151,1);
    color: #fff;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
}


.content-default ul {
    margin-left: 40px;
    list-style: disc;
    line-height: 1.4;
}

#inPageLink a {
    border-bottom:1px dotted #000!important;
    text-decoration:none!important;
}
.categoryBorder {
    border: 1px solid rgba(44,86,151,1);
    border-radius: 6px;
    padding: 15px;
    width: 100%;
    margin: 0;
}

.pquote {
    float: right;
    width: 33%;
    font-size: 20px;
    font-style: italic;
    background: rgba(44,86,151,1);
    color: #fff;
    font-weight: lighter;
    /*padding: 13px;*/
    margin: 0 13px 13px 13px;
    border-radius: 6px;
}

blockquote {
//    margin: 15px; /* gets rid of the default blockquote margin */
    margin: 15px;
    quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote footer{
    margin-left: 20px;
    font-size: 18px;
}
hr.style1{
    border-top: 1px solid rgba(44,86,151,1);
    margin: 30px 0;
}

.fontblue {
    color: rgba(44,86,151,1);
    font-weight: 800;
}

/***** home page collage products ******/
.parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(8, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;

    margin: 0 auto;
}
.parent img {
    width: 500px;
    border-radius: 6px;

}

.div1p { grid-area: 1 / 1 / 3 / 3; }
.div1t { grid-area: 1 / 3 / 3 / 4; }
.div2t { grid-area: 3 / 1 / 5 / 2; }
.div2p { grid-area: 3 / 2 / 5 / 4; }
.div3p { grid-area: 5 / 1 / 7 / 3; }
.div3t { grid-area: 5 / 3 / 7 / 4; }
.div4t { grid-area: 7 / 1 / 9 / 2; }
.div4p { grid-area: 7 / 2 / 9 / 4; }

.home-intro:after,
.home-intro *:after{
    display: none;
}

#ProductFamily .row{
    margin: 0!important;
}
.entry h1 {
    text-align: center;
}
.video-with-background:before {
    background-image: url(../img/vid_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    content: " ";
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    height: 100%;
}
.video-wrap video {
  /* background-image: url(../img/vid_bg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  }
  .iti {
    width: 100%;
}
.iti.iti--allow-dropdown {
    width: 351px;
    max-width: 100%;
}
input#phone {
    border: 4px solid #EFEFEF;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 6px 0 6px 6px;
    color: #666666;
    font-size: 100%;
    margin: 0;
    width: 100%;
}
.iti__flag-container{
    width: 100%;
    max-width: 100%;
}
.fs__name span.simple_name_2,
.fs__name span.simple_name_1 {
    width: 50%;
    flex: 0 0 50%;
}

.fs__name span.simple_name_2 input,
.fs__name span.simple_name_1 input{
    width: 100%
}

.float-img-right {
    max-width: 200px!important;
    float: right!important;
    margin: 10px!important;
    border-radius: 7px!important;
}

.float-img-right-cat {
    max-width: 350px!important;
    float: right!important;
    margin: 10px!important;
    border-radius: 7px!important;
}
.image-center {
    max-width: 450px!important;
    margin: 10px!important;
    border-radius: 7px!important;
}

.nsnlink {
    text-decoration: underline;
    text-align: center;
    margin-top: -25px;
    margin-bottom: 25px;
    font-weight: bold;
}