/* Stylesheet: *CONTENT-STYLES Modified On 2018-04-24 10:32:41 */
.content-container{
  margin: 0 auto;
  max-width: 1200px;
  background-color: white;
  font-family: 'Open Sans', sans-serif
}
.margin-top {
  margin-top: 131px;
}
h1, h2, h3 {
  font-family: 'Oswald'; !important;
}
.content-inner {
  padding: 40px 60px 60px 60px;
  min-height: 500px;
}

.content-inner a:link {
  text-decoration: none;
  color: #004f9d;
}
.content-inner a:hover {
  color: #fe9a32
}
.content-inner a:visited {
  color: #004f9d;
}
fieldset {
  padding 20px;
}
.form-container {

}

@media (max-width: 830px) {
  .content-inner {
    padding: 20px;
  }
  .margin-top {
    margin-top: 110px;
  }
}
/* Stylesheet: *HOMEPAGE-STYLES Modified On 2018-05-27 21:44:02 */
@font-face {
    font-family: Oswald-Light;
    src: url(../../uploads/site-resources/fonts/Oswald-Light.woff2) format('woff2'),
         url(../../uploads/site-resources/fonts/Oswald-Light.ttf) format('truetype');
}
@font-face {
    font-family: Oswald-Regular;
    src: url(../../uploads/site-resources/fonts/Oswald-Regular.woff2) format('woff2'),
         url(../../uploads/site-resources/fonts/Oswald-Regular.ttf) format('truetype');
}
@import url('https://fonts.googleapis.com/css?family=Oswald');
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0 auto;
  background-color: #f2f2f2;
  color: #505050;
}
.search-right{
  float: right;
}
h2 {
  font-weight: normal;
}
.link {
  text-decoration: none;
  color: white;
}
.header{
  background-color: white;
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  z-index: 1000 !important;
}
.header__inner {
  height: 81px;
  max-width: 1200px;
  margin: 0 auto;
}
#logo {
  margin: 10px 0 10px 10px;
}
#btn {
  float: right;
  font-size: 14px;
  margin: 40px 0 0 6px;
  padding: 8px 15px;
  text-decoration: none;
  color: #004f9d;
  border-radius: 3px;
  letter-spacing: 2px;
}
#btn:first-child{
  margin-right: 10px;
}
#btn:hover {
  background-color: #004f9d;
  color: white;
}
#btn2 {
  float: right;
  font-size: 14px;
  margin: 40px 5px 0 6px;
  padding: 8px 15px;
  background-color: #004f9d;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  letter-spacing: 2px;
}
#btn4 {
  border: 2px solid #505050;
  color: #505050;
  padding: 10px 24px 10px 24px;
  text-decoration: none;
  float: right;
}
#button-area {
  margin: 50px 0 30px 0;
  display: inline-block;
}
#btn3:first-child{
  margin-right: 150px;
}
#btn3 {
  font-weight: bold;
  font-size: 25px;
  padding: 10px 24px;
  background-color: #004f9d;
  border-radius: 3px;
  text-decoration: none;
  color: white;
  white-space: nowrap;
}
#btn3:hover {
  background-color: #fe9a32;
}
.search__btn {
  float: right;
  height: 25px;
  width: 25px;
  margin: 46px 5px 0 6px;
  background: url("../../uploads/site-resources/images/search-solid.png") no-repeat;
  background-size: contain;
  cursor: pointer;
}
.search__input {
  float: right;
  height: 30px;
  width: 150px;
  margin: 40px 5px 0 6px;
  font-size: 15px;
  padding: 0 5px 0 5px;
  display: none;
  box-sizing: unset;
}
.nav {
  background-color: #004f9d;
  height: 50px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
}
.header__tabs {
  max-width: 1200px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  line-height: 50px;
  list-style: none;
}
.header__tabs li {
  flex: 1;
  color: white;
  text-align: center;
  letter-spacing: 3px;
}
.header__tabs > *:hover {
  background-color: #1a70c5;
  cursor: pointer;
}
.header__tabs--block {
  display: block;
}
.container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.grid-fourth {
  display: flex;
  flex-wrap: wrap;
  display: inline-block;
  padding: 10px;
  /*grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  padding: 0 0 40px 0;*/
}
#solution-item {
  padding: 10px;
  text-align: center;
  display: inline-block;
  width: 210px;
}

#middle:hover {
  transition: transform .2s;
  transform: scale(1.3); 
}
.header__mobile--menu{
  visibility: hidden;
  line-height: 60px;
  color: white;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 4px;
    background-color: #fff;
    margin-bottom: 6px;
    transition: 0.4s;
    margin-left: auto;
    margin-right: 13px;
    border-radius: 2px;
}
.bar1 {
    margin-top: 10px;
}
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
    margin-top: 8px;
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.header__mobile--dropdown {
  display: none;
  color: white;
  background-color: #004f9d;
  text-align: right;
  list-style-type: none;
}
.header__mobile--dropdown li {
  padding: 13px;
  border-bottom: 1px solid #587b9e;
}
.header__mobile--dropdown li:last-child {
  border: none;
}
.header__mobile--dropdown li:hover {
  background-color: #1a70c5;
  cursor: pointer;
}
.banner{
  background: url(../../uploads/site-resources/images/homepage-banners/banner3.jpg) no-repeat center 
  center;
  background-size: cover;
  width: 100%;
  height: 400px;
  border-bottom: 8px solid #fe9a32;
  text-align: center;
  font-size: 30px;
  margin-top: 131px;
}
.overlay {
  background-color: rgba(0, 80, 160, .5);
  height: 400px;
}
.cap-container{
  padding-top: 90px;
  color: white;
}
#caption{
  font-family: 'Oswald', sans-serif;
  font-size: 50px;
}
#sub-caption {
  padding: 20px 0 30px 0;
  font-size: 30px;
}
#banner-btn{
  display: inline-block;
  font-size: 20px;
  padding: 10px 24px 10px 24px;
  border-radius: 3px;
  background-color: white;
  color: #004f9d;
  cursor: pointer;
  text-decoration: none;
}
#banner-btn:hover {
  color: white;
  border: 1px solid white;
  background-color: transparent;
}
.content-bar{
  padding: 50px 5px 50px 5px;
  background-color: white;
  text-align: center;
  color: #505050;
  box-shadow: 0px 3px 10px lightgray;
}
.content-area{
  max-width: 1200px;
  margin: 0 auto;
}
.sub-content {
  padding-top: 20px;
}
#middle a{
  margin: 0 auto;
  display: flex;
}
#middle img{
  margin: 0 auto;
}
#middle{
  height: 100px;
  line-height: 100px;
  display: flex;
  align-items: center;
  transition: transform .2s;
}
.lower-cont {
  background-color: white;
}
#slider {
  padding: 30px;
}
.single-item {
  max-width: 948px;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}
.slick__img {
max-width: 100%;
}
.grid-two {
  border-top: 1px solid #d8d8d8;
  padding: 50px 30px 30px 30px;
  display: grid;
   grid-template-columns: 66% 33%;
}
.col-2-3 {
  padding-right: 40px;
}
.col-1-3 {
}
#video {
  width: 100%;
  padding-bottom: 10px;
}
.support-bar {
  background: #d8d8d8;
  padding: 30px 0 70px 0;
  margin-bottom: 50px;
}
.center {
  text-align: center;
  float: left;
  padding: 5px 15px 0 15px;
}
.content-area-small {
  max-width: 400px;
  margin: 0 auto;
}
.footer {
  background-color: #004f9d;
  border-top: 8px solid #fe9a32;
}
.grid-footer {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  /*grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  color: white;*/
  grid-row-gap: 10px;
  padding: 30px;
}
#footer-menu-item {
  font-size: 14px;
  list-style: none;
  width: 180px;
  padding-bottom: 10px;
}
#footer-menu-item:first-child {
  margin-left: 60px;
}
#copyright {
  color: white;
  text-align: center;
  padding: 0 10px 20px 10px;
  font-size: 12px;
}
.li-padding {
  list-style: none;
  padding: 20px 0 0 0;
}
.bullet-no {
  list-style-type: none;
}
.orange {
  letter-spacing: 2px;
}
.orange:hover {
  color: #fe9a32;
}
.support {
  text-decoration: none;
  color: #505050;
  font-size: 22px;
}
.support:hover {
  color: #fe9a32;
}

@media(max-width: 1220px) {
  #footer-menu-item:first-child {
    margin-left: 0;
  }
}
/*---MOBILE DEVICE---*/

@media (max-width: 437px) {
  #footer-menu-item {
    width: 120px;
  } 
  .support {
    font-size: 16px;
  } 
}

@media (max-width: 830px) {
  #btn {
    display: none;
  }
  .header__inner {
    height: 65px;
  }
  #logo{
    width: 150px;
    align-items: center;
    margin: 5px 0 5px 5px;
  }
  .nav {
    width: 100%;
    height: 45px;
  }
  #btn2 {
    margin-top: 16px;
    margin-right: 13px;
  }
  #btn3:first-child{
    margin-right: 0;
  }
  #btn3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .search__btn {
    display: none;
  }
  .search__input {
    display: none !important;
  }
  .header__tabs {
    display: none;
  }
  .header__mobile--menu {
    visibility: visible;
    height: 100%;
    width: 100%;
    display: inline-block;
    line-height: 45px;
    cursor: pointer;
  }
  .banner{
    height: 200px;
    margin-top: 110px;
  }
  .cap-container{
    padding: 40px 5px 0 5px;
  }
  #caption{
    font-size: 22px;
  }
  #sub-caption{
    padding: 10px;
    font-size: 16px;
  }
  #banner-btn {
    font-size: 16px;
    padding: 5px 14px;
  }
  #container {
    padding: 5px;
  }
  .container {
    padding: 10px;
  }
  .content-bar {
    padding: 20px 5px 20px 5px;
  }
  .content-area {
    font-size: 18px;
  }
  .mobile-head {
    font-size: 22px;
  }
  .grid-fourth {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .grid-two {
    grid-template-columns: 100%;
  }
  .col-2-3 {
    padding-right: 0;
  }
  #btn4 {
    padding: 8px 16px 8px 16px;
    margin-right: 15px;
    font-size: 14px;
  }
  .grid-footer {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
  .overlay{
    height: 200px;
  }
}
/* Stylesheet: *SAMPLE-REPORTS-STYLES Modified On 2018-05-03 13:48:54 */
.rpt__banner {
  width: 100%;
  height: 300px;
  background: url(../../uploads/site-resources/images/stock-photos/Sample-Report1.jpg);
  background-size: cover;
  background-position: bottom;
}

.rpt__banner--h1 {
  padding: 50px 20px 30px 50px;
  font-size: 40px;
}

.rpt__banner--h2 {
  padding-left: 50px;
  font-size: 30px;
}

.accordion--header {
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.accordion--header:hover {
    -moz-box-shadow:    inset 0 0 10px #e0e0e0;
    -webkit-box-shadow: inset 0 0 10px #e0e0e0;
    box-shadow:         inset 0 0 10px #e0e0e0;
}

.hidden--text {
    display: none;
    margin-bottom: 15px;
}

.gallery {
    display: inline-block;
}

.gallery a img {
    float: left;
    max-height: 300px;
}

@media (max-width: 600px) {
   .gallery a img {
    max-height: 150px;
    }
}

.gray-border {
    border: 2px solid #ecedee;
    margin: 5px;
}

em {
    border: solid #505050;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px;
    margin: 15px;
    float: right;
    -webkit-transition:all 300ms ease-in 0s;
    -moz-transition: all 300ms ease-in 0s;
    -o-transition: all 300ms ease-in 0s;
    transition: all 300ms ease-in 0s;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

@media (max-width: 550px) {
  em {
      float: none;
  }
}

@media (max-width: 450px) {
  .rpt__banner--h1 {
    padding: 10px;
    font-size: 35px;
  }
  .rpt__banner--h2 {
    padding-left: 10px;
  }
}
/* Stylesheet: *GLYPHICON-STYLES Modified On 2018-05-13 10:55:10 */
.manuf__nav {
  display: flex;
  flex-wrap: wrap;
}
.manuf__nav--logo {
  display: inline-block;
  text-align: center;
  width: 190px;
  margin: 0 auto;
  transition: transform .2s;
}
.manuf__nav--logo:hover {
  transform: scale(1.5);
}
.pad__bottom {
  padding-bottom: 30px;
}
.glyph__circle {
  border-radius: 100%;
  background-color: #004f9d;
  width: 100px !important;
}
.glyph__circle:hover {
  background-color: #fe9a32;
  transition: transform .2s;

}
@media (max-width: 500px) {
  .glyph {
    width: 145px !important; 
  }
}
/* Stylesheet: slick Modified On 2018-03-27 11:23:43 */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Stylesheet: slick-theme Modified On 2018-04-19 12:58:58 */
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../../uploads/site-resources/lib/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../../../uploads/site-resources/lib/fonts/slick.eot');
    src: url('../../../uploads/site-resources/lib/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../../../uploads/site-resources/lib/fonts/slick.woff') format('woff'), url('../../../uploads/site-resources/lib/fonts/slick.ttf') format('truetype'), url('../../../uploads/site-resources/lib/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #d8d8d8;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
    background: transparent;
}