/**********************
       CONSTANTS
***********************/
/**********************
       COLORS
***********************/
/**********************
        MIXINS
***********************/
/* ==========================================================================
   BODY AND CONSTANTS
   ========================================================================== */
a {
  text-decoration: none;
  color: #003663;
}

li {
  list-style: none;
}

h1 {
  font-size: 42px;
  font-weight: 400;
}

h2 {
  font-size: 26.25px;
  font-weight: 400;
}

h3 {
  font-size: 21px;
  font-weight: 700;
}

h3.steps {
  font-size: 21px;
  border-bottom: solid 1px #142358;
  color: #142358;
  font-weight: 700;
  margin: 0;
}

h4 {
  font-weight: 400;
  text-transform: uppercase;
}

blockquote.product {
  padding: 0;
  margin: 0;
  font-size: 19px;
  line-height: 31.499999999999996px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 22.4px;
}

body {
  background: #e2e3e4;
  font-family: 'Ubuntu', sans-serif;
  min-width: 1200px;
  color: #252526;
}

/* ==========================================================================
   NAV AREA
   ========================================================================== */
div#headerBackground {
  overflow: hidden;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: -9999;
  width: 100%;
  height: 400px;
  border-bottom: 2px solid #252526;
  background: #006ba1;
}

div#headerBackground img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -800px;
  z-index: -1;
}

div#header {
  padding: 0;
  width: 100%;
  height: 75px;
  background: url(../img/background_pattern_black.png);
  border-bottom: 2px solid #5c5d5f;
}

div#header div#header-container {
  width: 1200px;
  margin: 0 auto;
  display: table;
}

div#header div#header-container div#logo {
  vertical-align: middle;
  display: table-cell;
  width: 306px;
  padding: 0 10px 0 35px;
}

div#header div#header-container div#logo img {
  position: relative;
  max-width: 250px;
  top: 2px;
}

div#header-container div.nav {
  display: table-cell;
  vertical-align: middle;
  height: 75px;
  padding: 0 35px 0 0;
  margin: 0;
  text-align: right;
}

div#header-container div.nav ul {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  height: 75px;
}

div#header-container div.nav ul li {
  display: inline-block;
  line-height: 75px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: url(../img/navDiv.png) left no-repeat;
  margin: 0 -3px;
}

div#header-container div.nav ul li a {
  display: inline-block;
  color: #f1f1f1;
  text-decoration: none;
  font-size: 16px;
  line-height: 75px;
  padding: 0 20px 0 55px;
}

div#header-container div.nav ul li.active {
  background: #000000 url(../img/navDiv.png) left no-repeat;
}

div#header-container div.nav ul li a.nav-about {
  background: url(../img/nav/about.png) 15px no-repeat;
}

div#header-container div.nav ul li a.nav-products {
  background: url(../img/nav/products.png) 20px no-repeat;
}

div#header-container div.nav ul li a.nav-services {
  background: url(../img/nav/services.png) 18px no-repeat;
}

div#header-container div.nav ul li a.nav-demos {
  background: url(../img/nav/demo.png) 20px no-repeat;
}

div#header-container div.nav ul li a.nav-contact {
  background: url(../img/nav/contact.png) 18px no-repeat;
}

div#header-container div.nav ul li a.nav-login {
  background: url(../img/nav/lock.png) 20px no-repeat;
}

div#header-container div.nav ul li:hover {
  background: #000000 url(../img/navDiv.png) left no-repeat;
}

div#header-container div.nav ul li:first-child {
  background: transparent;
}

div#header-container div.nav ul li:first-child:hover {
  background: #000;
}

div#header-container div.nav ul li.active:first-child {
  background: #000;
}

/* ==========================================================================
   SLIDESHOW
   ========================================================================== */
div#slideshow-search-container {
  margin: auto;
  width: 1200px;
}

div#slideshow {
  margin: 35px 30px 35px 40px;
  float: left;
}

div#slider {
  width: 1130px;
  background: rgba(0, 0, 0, 0.8);
  min-height: 259px;
  border: 2px solid #089cad;
  padding: 30px;
}

div#slider div.slider-logo img {
  margin: 0px 15px 0px 0px;
}

div#slider h2 {
  padding: 10px;
  color: #F7F7F7;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 500;
}

div#slider img {
  float: left;
}

div#slider div.slider-text {
  width: 395px;
  float: left;
}

div#slider div.slider-img {
  width: 300px;
  margin-left: 30px;
  margin-top: 2px;
  float: left;
}

div#slider div.slider-img img {
  Border: solid #287894 1px;
}

div#slider span.blue-text {
  color: #089cad;
}

div#slider a.slide-link {
  float: left;
}

div#slider a.slide-link p {
  width: 295px;
  text-align: center;
  color: #F7F7F7;
  font-style: italic;
  font-size: 15px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0;
}

div#slider p.slider-blurb {
  font-size: 1.1em;
  width: 370px;
  margin: auto;
  text-align: center;
  color: #F7F7F7;
  line-height: 1.4em;
  padding: 5px 0 30px 0;
}

div#slider div.blue-button {
  width: 110px;
  margin: auto;
  background: #089cad;
  padding: 10px 10px 10px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

div#slider div.blue-button a {
  font-weight: 700;
  color: #F7F7F7;
}

/* ==========================================================================
   DATABASE SEARCH
   ========================================================================== */
div#database-search {
  padding: 3px 0;
  background: #FFFFFF;
  Border: solid #287894 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: 415px;
  margin-bottom: 30px;
}

div#database-search div {
  height: 415px;
  overflow: auto;
}

div#database-search div ul {
  list-style: none;
  margin: 0;
  padding: 5px 20px;
}

div#database-search div a span {
  color: black;
  font-weight: 400;
  font-style: normal;
}

div#database-search li {
  line-height: 1.5em;
  border-bottom: 1px solid #003663;
  padding: 10px 0;
}

div#database-search li:last-child {
  border-bottom: none;
}

/* ==========================================================================
   NEWS SCROLL BOX
   ========================================================================== */
div#news-scroll {
  padding: 3px 0;
  /* background: #FFFFFF; */
  /* Border: solid 1px; */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  height: auto;
  margin-bottom: 30px;
  overflow: auto;
}

div#news-scroll:hover {
  overflow: auto;
}

div#news-scroll div {
  height: 1560px;
}

div#news-scroll img {
  width: 95%;
  display: block;
  margin-right: auto;
}

div#news-scroll div a span {
  color: black;
  font-weight: 400;
  font-style: normal;
}

li#privacy {
  list-style: disc;
}

/* ==========================================================================
   SCROLLBAR
   ========================================================================== */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  width: 5px;
}

/* ==========================================================================
   MAIN AND NEWS
   ========================================================================== */
img.news_img {
  margin: 15px 15px 15px 0;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #666666;
}

div.icon-left {
  margin-top: 50px;
}

div.icon-left img {
  float: left;
  padding-right: 15px;
}

div.icon-right {
  margin-top: 50px;
}

div.icon-right img {
  float: right;
  padding-left: 20px;
}

h2.icon-header {
  color: #003663;
  font-size: 22px;
  font-weight: 500;
}

h2.database-search-header {
  margin: 60px 0 20px 0;
  color: #003663;
  font-size: 22px;
  font-weight: 500;
}

p.icon-blurb {
  font-size: 16px;
}

span.read-more {
  font-size: .8em;
  font-style: italic;
  color: #003663;
  font-weight: 700;
}

div#body {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 40px 0 10px 0;
  display: table;
  /* display: flex; */
}

div#body h1 {
  font-size: 2.2em;
  margin: 0 0 20px 0;
  line-height: 1.1em;
  color: #003663;
}

div#body-left {
  /* flex: 1; */
  width: 65%;
  padding: 0 40px;
  display: table-cell;
  border-right: 1px solid #cdcfd0;
}

div#body-left blockquote.product.mint {
  padding: 5px 0 0 0;
  min-height: 100px;
}

div#body-right {
  /* position: relative; */
  width: 33%;
  padding: 0 25px 0 35px;
  display: table-cell;
  border-left: 1px solid #eff0f0;
}

div#body-right h2.news {
  color: #003663;
  font-size: 2em;
  margin-bottom: 30px;
  text-align: left;
  text-transform: none;
}

div#body-right h2 {
  font-size: 1.8em;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 73px;
}

div.article p {
  margin-bottom: 40px;
  clear: both;
}

div.article h3,
div.article h4 {
  margin: 0;
}

/* ==========================================================================
   ABOUT PAGE
   ========================================================================== */
div#body-products div#body-right li.about-menu a {
  padding: 7px 0 0 7px;
  min-height: 25px;
  width: 190px;
  display: inline-block;
  color: #707070;
  font-weight: 400;
}

div#body-products div#body-right li.active-menu {
  background-color: #EE8B1C;
  min-height: 25px;
  color: #e2e3e4;
  padding: 7px 0 0 7px;
}

div#body-products div#body-right li.about-menu a:hover {
  padding-left: 7px;
  color: #EE8B1C;
}

div#body-products div#body-right h2#about-icon {
  background: url(../img/nav/about2.png) no-repeat 60px 2px;
  border-bottom: solid 2px black;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-left: 15px;
}

img.team-image {
  float: left;
  margin: 5px 20px 5px 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #003663;
}

/* ==========================================================================
   PRODUCTS PAGE
   ========================================================================== */
div#headerBackgroundProducts {
  overflow: hidden;
  position: absolute;
  top: 75px;
  left: 0;
  z-index: -9999;
  width: 100%;
  height: 240px;
  border-bottom: 2px solid #252526;
  background: #006ba1;
}

div#headerBackgroundProducts img {
  position: absolute;
  bottom: -100px;
  left: 50%;
  margin-left: -800px;
  z-index: -1;
}

div#body-products {
  width: 1200px;
  margin: 260px auto 40px auto;
  padding: 10px 0;
  display: table;
}

div#body-products div#body-left {
  width: 65%;
  padding: 0 40px;
  display: table-cell;
  border-right: 1px solid #cdcfd0;
}

div#body-products div#body-left h1.product-title {
  font-size: 3.1em;
  width: 500px;
  padding-left: 165px;
  background: url(../img/sma2.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title2 {
  font-size: 3.1em;
  width: 500px;
  padding-left: 150px;
  background: url(../img/mwi.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title3 {
  font-size: 3.1em;
  width: 500px;
  padding-left: 150px;
  background: url(../img/m2a2.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title4 {
  font-size: 3.1em;
  width: 500px;
  padding-left: 150px;
  background: url(../img/m2l2.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title5 {
  font-size: 3.1em;
  width: 500px;
  padding-left: 150px;
  background: url(../img/m32.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title6 {
  font-size: 2.4em;
  width: 500px;
  padding: 17px 0 20px 150px;
  background: url(../img/mint2.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title7 {
  font-size: 2.4em;
  width: 500px;
  padding: 17px 0 20px 150px;
  background: url(../img/stemma.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title8 {
  font-size: 3.1em;
  width: 500px;
  padding-left: 150px;
  background: url(../img/tdr.png) no-repeat left center;
}

div#body-products div#body-left h1.product-title9 {
  font-size: 3.1em;
  width: 500px;
  padding-left: 150px;
  background: url(../img/m2c.png) no-repeat left center;
}

div#body-products div#body-left h2 {
  font-style: italic;
  margin: 30px 0 20px 0;
}

div#body-products div#body-left h3 {
  font-weight: 400;
  margin-top: 30px;
}

div#body-products div#body-left p.short {
  min-height: 110px;
}

div#body div#body-left a {
  font-style: italic;
  font-weight: 700;
  color: #003663;
}

div.careers-style ul {
  list-style: none;
}

div.careers-style ul li:before {
  content: '✓';
}

div#body-products div#body-left .careers-style a {
  display: inline;
}

div#body-products div#body-left a {
  font-style: italic;
  color: #707070;
  margin: 20px 0 20px 0;
  display: block;
}

div#body-products div#body-left a.inline_link {
  font-style: italic;
  font-weight: 700;
  color: #003663;
  margin: 20px 0 20px 0;
  display: inline;
}

div#body-products div#body-left a:hover {
  color: black;
}

div#body-products div#body-right {
  width: 30%;
  padding: 0 35px 0 55px;
  display: table-cell;
  border-left: 1px solid #eff0f0;
}

div#body-products div#body-right h2#products-icon {
  border-bottom: solid 2px black;
  background: url(../img/nav/products2.png) no-repeat 35px -3px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-left: 15px;
}

div#body-products div#body-right li a {
  padding: 7px 10px 0 60px;
  min-height: 50px;
  width: 190px;
  display: inline-block;
  color: #707070;
  font-weight: 400;
}

div#body-products div#body-right li a:hover {
  padding-left: 60px;
  color: #EE8B1C;
}

div#body-products div#body-right ul li h2 {
  border-bottom: solid 2px #707070;
  margin: 20px 0 10px 0;
  background: none;
  text-align: left;
  text-transform: none;
  font-size: 1em;
  font-weight: 700;
  line-height: 1em;
  width: 262px;
}

div#body-products div#body-right li.products-active a {
  color: #e2e3e4;
}

div#body-products div#body-right li#sma {
  background: url(../img/products/products-sprites.png) no-repeat -5px 10px;
}

div#body-products div#body-right li#sma2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px 10px #ee8b1c;
}

div#body-products div#body-right li#mwi {
  background: url(../img/products/products-sprites.png) no-repeat -5px -45px;
}

div#body-products div#body-right li#mwi2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -45px #ee8b1c;
}

div#body-products div#body-right li#mint {
  background: url(../img/products/products-sprites.png) no-repeat -5px -300px;
  padding-bottom: 7px;
}

div#body-products div#body-right li#mint2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -300px #ee8b1c;
  padding-bottom: 7px;
}

div#body-products div#body-right li#m2a {
  background: url(../img/products/products-sprites.png) no-repeat -5px -98px;
}

div#body-products div#body-right li#m2a2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -98px #ee8b1c;
}

div#body-products div#body-right li#m2l {
  background: url(../img/products/products-sprites.png) no-repeat -5px -150px;
}

div#body-products div#body-right li#m2l2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -150px #ee8b1c;
}

div#body-products div#body-right li#m3 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -195px;
}

div#body-products div#body-right li#m32 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -195px #ee8b1c;
}

div#body-products div#body-right li#m2c {
  background: url(../img/products/products-sprites.png) no-repeat -5px -255px;
}

div#body-products div#body-right li#m2c2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -255px #ee8b1c;
}

div#body-products div#body-right li#stemma {
  background: url(../img/products/products-sprites.png) no-repeat -5px -355px;
  padding-bottom: 7px;
}

div#body-products div#body-right li#stemma2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -355px #ee8b1c;
  padding-bottom: 7px;
}

div#body-products div#body-right li#tdr {
  background: url(../img/products/products-sprites.png) no-repeat -5px -427px;
}

div#body-products div#body-right li#tdr2 {
  background: url(../img/products/products-sprites.png) no-repeat -5px -427px #ee8b1c;
}

div#body-products div#body-right ul {
  padding: 0;
  margin: 0 auto;
  width: 262px;
}

div#tdrpoints {
  width: 650px;
  float: right;
}

/* ==========================================================================
   SERVICES PAGE
   ========================================================================== */
div#body-products div#body-right h2#services-icon {
  border-bottom: solid 2px black;
  background: url(../img/nav/services2.png) no-repeat 50px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-left: 15px;
}

div#body-left ul.bullets li {
  margin: 10px 0;
  list-style: square;
}

div#body-left ul {
  padding: 0 20px 10px 20px;
}

div.image-box {
  zoom: 1;
}

div.image-box:before,
div.image-box:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

div.image-box:after {
  clear: both;
}

div.image-box img {
  float: left;
}

div.image-box p {
  width: 320px;
  float: left;
  font-style: italic;
  margin: 60px 0 0 20px;
}

div.image-box h2 {
  width: 520px;
  float: left;
}

/* ==========================================================================
   DEMOS PAGE
   ========================================================================== */
div#body-products div#body-right h2#demos-icon {
  border-bottom: solid 2px black;
  background: url(../img/nav/demos2.png) no-repeat 65px 0;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding-left: 15px;
}

dd {
  margin: 0 0 10px 0;
}

dt {
  margin: 5px 0 5px 0;
}

/* ==========================================================================
   CONTACT PAGE
   ========================================================================== */
div#body-products div#map {
  width: 65%;
  margin-left: 40px;
  float: left;
  border-right: 1px solid #cdcfd0;
}

div#body-products div#map iframe {
  border: 2px solid #003663;
}

div#body-products div#map small a {
  color: #003663;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.3em;
  font-style: italic;
  font-weight: 700;
}

div#body-products div#contact-info {
  width: 30%;
  float: left;
  border-left: 1px solid #eff0f0;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
div#footer-search {
  width: 100%;
  height: 70px;
  background: #CCCCCC;
  margin-top: 60px;
  border-bottom: solid rgba(102, 102, 102, 0.7) 5px;
  border-top: solid rgba(102, 102, 102, 0.1) 5px;
}

div#footer-search-container {
  width: 1160px;
  margin: auto;
  padding: 0 0 0 25px;
  overflow: hidden;
  height: 60px;
}

div#footer-search-container div {
  float: left;
}

div#footer-search-container div p {
  font-size: 24px;
  font-weight: 400;
  width: 500px;
  margin-bottom: 0;
}

div#footer-search-container div#social-media {
  margin: 10px 0 0 0;
}

div#footer-search-container div#slogan {
  margin: 0 20px 0 50px;
}

div#footer {
  width: 100%;
  height: 360px;
  background: url(../img/background_patternV6-01.png) #666666;
}

div#footer-container {
  margin: auto;
  width: 1200px;
  padding: 0;
}

div#footer-container div {
  float: left;
  margin-top: 40px;
  border-right: groove #0C1E3F 2px;
  padding-right: 30px;
  min-height: 250px;
}

div#footer-container div#footer-partners {
  margin-left: 30px;
  border: none;
  width: 410px;
  padding-right: 0;
}

div#footer-container div#footer-partners div {
  min-height: 110px;
  width: 100px;
  float: left;
  overflow: auto;
  border: none;
  margin-top: 0;
}

div#footer-container div#footer-partners img {
  float: left;
  padding: 0;
  display: block;
  margin-right: 10;
}

div#footer-container div#footer-partners div img {
  margin-bottom: 20px;
}

div#footer-container div#footer-partners div {
  margin-right: 15px;
}

div#footer-container li a {
  color: #EEE;
  text-decoration: none;
  font-size: 14px;
}

div#footer-container li {
  color: #EEE;
  text-decoration: none;
  font-size: 14px;
}

div#footer-container ul {
  margin: 0;
}

div#footer-container ul.margin-bottom {
  margin-bottom: 18px;
}

div#footer-container li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#footer-container h2 {
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0;
  color: #EEE;
  clear: both;
}

div#footer-container h3 {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  color: #EEE;
  clear: both;
}

div#footer-container p {
  margin: 0 0 25px 0;
  padding: 0;
  color: #EEE;
}

small {
  color: #EEE;
}

div.gallery {
  height: 200px !important;
  margin: 5px;
  float: left;
  width: 180px;
  transform: rotate(90deg);
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}