@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@import url(http://fonts.googleapis.com/css?family=Vollkorn:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,400,700,900);
/** Variables File 
*
* This will only be for variables for styles of webpage or application
* 
**/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-shadow: none;
}
/*! normalize.css v1.0.0 | MIT License | git.io/normalize */
/* ==========================================================================   HTML5 display definitions   ========================================================================== */
/* * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3. */
 article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/* * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
 audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* * Prevents modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
 audio:not([controls]) {
  display: none;
  height: 0;
}
/* * Addresses styling for `hidden` attribute not present in IE 7/8/9,  Firefox 3,  * and Safari 4. * Known issue: no IE 6 support. */
 [hidden] {
  display: none;
}
/* ==========================================================================   Base   ========================================================================== */
/* * 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using *    `em` units. * 2. Prevents iOS text size adjust after orientation change,  without disabling *    user zoom. */
 html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/* * Addresses `font-family` inconsistency between `textarea` and other form * elements. */
 html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/* * Addresses margins handled incorrectly in IE 6/7. */
 body {
  margin: 0;
}
/* ==========================================================================   Links   ========================================================================== */
/* * Addresses `outline` inconsistency between Chrome and other browsers. */
 a:focus {
  outline: thin dotted;
}
/* * Improves readability when focused and also mouse hovered in all browsers. */
 a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================   Typography   ========================================================================== */
/* * Addresses font sizes and margins set differently in IE 6/7. * Addresses font sizes within `section` and `article` in Firefox 4+,  Safari 5,  * and Chrome. */
 h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/* * Addresses styling not present in IE 7/8/9,  Safari 5,  and Chrome. */
 abbr[title] {
  border-bottom: 1px dotted;
}
/* * Addresses style set to `bolder` in Firefox 3+,  Safari 4/5,  and Chrome. */
 b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/* * Addresses styling not present in Safari 5 and Chrome. */
 dfn {
  font-style: italic;
}
/* * Addresses styling not present in IE 6/7/8/9. */
 mark {
  background: #ff0;
  color: #000;
}
/* * Addresses margins set differently in IE 6/7. */
 p,
pre {
  margin: 1em 0;
}
/* * Corrects font family set oddly in IE 6,  Safari 4/5,  and Chrome. */
 code,
kbd,
pre,
samp {
  font-family: monospace,  serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* * Improves readability of pre-formatted text in all browsers. */
 pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/* * Addresses CSS quotes not supported in IE 6/7. */
 q {
  quotes: none;
}
/* * Addresses `quotes` property not supported in Safari 4. */
 q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/* * Prevents `sub` and `sup` affecting `line-height` in all browsers. */
 sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================   Lists   ========================================================================== */
/* * Addresses margins set differently in IE 6/7. */
 dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/* * Addresses paddings set differently in IE 6/7. */
 menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/* * Corrects list images handled incorrectly in IE 7. */
 nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================   Embedded content   ========================================================================== */
/* * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3. * 2. Improves image quality when scaled in IE 7. */
 img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/* * Corrects overflow displayed oddly in IE 9.  */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================   Figures   ========================================================================== */
/* * Addresses margin not present in IE 6/7/8/9,  Safari 5,  and Opera 11. */
 figure {
  margin: 0;
}
/* ==========================================================================   Forms   ========================================================================== */
/* * Corrects margin displayed oddly in IE 6/7. */
 form {
  margin: 0;
}
/* * Define consistent border,  margin,  and padding. */
 fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/* * 1. Corrects color not being inherited in IE 6/7/8/9. * 2. Corrects text not wrapping in Firefox 3. * 3. Corrects alignment displayed oddly in IE 6/7. */
 legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/* * 1. Corrects font size not being inherited in all browsers. * 2. Addresses margins set differently in IE 6/7,  Firefox 3+,  Safari 5,  *    and Chrome. * 3. Improves appearance and consistency in all browsers. */
 button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/* * Addresses Firefox 3+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
 button,
input {
  line-height: normal;
}
/* * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` *    and `video` controls. * 2. Corrects inability to style clickable `input` types in iOS. * 3. Improves usability and consistency of cursor style between image-type *    `input` and others. * 4. Removes inner spacing in IE 7 without affecting normal text inputs. *    Known issue: inner spacing remains in IE 6. */
 button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/* * Re-set default cursor for disabled elements. */
 button[disabled],
input[disabled] {
  cursor: default;
}
/* * 1. Addresses box sizing set to content-box in IE 8/9. * 2. Removes excess padding in IE 8/9. * 3. Removes excess padding in IE 7. *    Known issue: excess padding remains in IE 6. */
 input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/* * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome *    (include `-moz` to future-proof). */
 input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/* * Removes inner padding and search cancel button in Safari 5 and Chrome * on OS X. */
 input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* * Removes inner padding and border in Firefox 3+. */
 button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* * 1. Removes default vertical scrollbar in IE 6/7/8/9. * 2. Improves readability and alignment in all browsers. */
 textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================   Tables   ========================================================================== */
/* * Remove most spacing between table cells. */
 table {
  border-collapse: collapse;
  border-spacing: 0;
}
.inline-block {
  display: inline-block;
  *display: block;
  *zoom: 1;
}
/******************************************************************************** 
*
* Sticky Footer 
*
*  Used to keep footer at the bottom if the page is too long. 
* 
********************************************************************************/
html,
body {
  height: 100%;
}
.page-wrap {
  min-height: 100%;
  height: 100%;
  margin-bottom: -50px;
}
.page-wrap:after {
  content: "";
  display: block;
}
.push {
  height: 50px;
}
.footer,
footer,
#footer {
  height: 50px;
}
/** General Styles **/
* {
  font-size: 16px;
}
body {
  background: #ffffff top left;
}
/** Header Styles and Text Styles **/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-size: inherit;
}
p,
p * {
  font-size: 16px;
}
ul.bold li {
  color: inherit;
  font-size: 1.3em;
  font-weight: 700;
  padding-top: 3px;
  padding-bottom: 3px;
}
ul.bold li span,
ul.bold li strong,
ul.bold li em {
  font-size: inherit;
  color: inherit;
}
ul.colored li {
  color: #ff781d;
}
ul.colored-1 li {
  color: #A1E2DD;
}
ul.shadowed li {
  text-shadow: 1px 1px 2px #000;
}
.red {
  color: #74272f;
}
.blue {
  color: #325d6d;
}
.green {
  color: #5c7a49;
}
.white {
  color: #ffffff;
}
.attribution {
  font-size: 10px;
  font-style: italic;
}
.center {
  text-align: center !important;
}
.left {
  text-align: left !important;
}
.right {
  text-align: right !important;
}
.vertical-align {
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.fill {
  height: 100%;
  min-height: 100%;
}
/** Elements **/
.lined {
  display: block;
  margin: 5px 	0px;
  height: 2px;
  width: 100%;
  border-bottom: 2px solid #cccccc;
}
/* Remove Gutter for bootstrap columns */
.no-gutter {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.no-gutter [class*='col-'] {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
/* Bootstrap 5 equal column layout */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*******************************************************************************
* Base Less file for all Vantage Projects. This file is meant to be a central location for basic varibles mixins and general styles that will be useed
* in all vantage products and web designs. These styles will relay on bootstrap and font-awesome (optional). 
*
* All less files will be imported into this one and then compiled. 
*
* Basic Files include:
* 	- variables.less
* 	- reset.less
* 	- mixins.less
* 	- bootstrap.less (3.2.0 will update with new versions)
* 	- general.less
*
*  Addiontal files can be added. 
* 
* Compiled with Koala
*******************************************************************************/
/**
 * 
 *  Variables for adaptera publishing     
 * 
 */
.greenback {
  background-color: #AFBC17;
}
.main-color {
  color: #7caed9;
}
.alt-color {
  color: #ff781d;
}
.green {
  color: #ff781d;
}
.yellow {
  color: #ff781d;
}
.mainback {
  background: #7caed9 !important;
}
.yellowback {
  background-color: #ff781d;
}
.yellow2 {
  color: #EBD14F;
}
.black {
  color: #1A1A18;
}
.white {
  color: #fff;
}
.whiteback {
  background-color: #fff;
}
.color-mask {
  color: #ff781d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #076cee), color-stop(47%, #ce75d4), color-stop(100%, #79009f));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-shadow {
  text-shadow: 1px 1px 2px #000;
}
.shadowed {
  text-shadow: 1px 1px 2px #000;
}
.callout {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 1.7em;
  font-style: italic;
}
h2 {
  padding-bottom: 20px;
}
.heading {
  font-size: 25px;
}
.sidebar {
  height: auto;
  padding: 5px 20px;
  background: #efefef;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
}
.navbar-header {
  float: left;
  padding: 15px;
  text-align: center;
  width: 100%;
}
.navbar-inverse .navbar-brand {
  color: #FFF;
}
.navbar-default .navbar-brand {
  color: #1A1A18;
  font-size: 24px;
  float: none;
}
.navbar-brand {
  background: transparent url('../img/logo.new_iseek.svg') no-repeat center left;
  color: #777;
  display: inline-block;
  float: none;
  font-size: 32px;
  height: 90px;
  margin-left: 0px !important;
  overflow: hidden;
  text-indent: -100000px;
  width: 300px;
}
/******************************************************* 
 *
 * Navigation & Header
 *  
 *******************************************************/
.navbar-fixed-top {
  position: fixed;
  z-index: 1030;
  -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
.navbar-default {
  background: #ffffff;
}
.navbar-nav {
  float: right;
  margin: 0px;
  background-color: transparent;
  position: relative;
  color: #1A1A18;
  right: 0px;
}
.navbar-nav li {
  padding-left: 0px;
}
.navbar-nav li a {
  color: #1A1A18;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 38px 10px !important;
}
.navbar-header {
  float: none !important;
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: center;
  width: 150px;
}
.navbar-default .navbar-nav > li > a {
  color: #1f1f1f;
}
.navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: #f79420;
  color: #1f1f1f;
  border-radius: 0px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #f79420;
  color: #1f1f1f;
}
.dropdown-menu {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  background-color: #ebd14f;
  border-radius: 0px;
  box-shadow: none;
}
.dropdown-menu > li > a {
  text-align: center;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #252525;
  text-decoration: none;
  background-color: #ffdf3c;
}
.navbar-nav > li > .dropdown-menu {
  left: -86px;
  position: absolute;
  text-align: right;
}
.dropdown-menu {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  background-color: #ebd14f;
  border-radius: 0px;
  box-shadow: none;
}
.dropdown-menu > li > a {
  text-align: center;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #252525;
  text-decoration: none;
  background-color: #ffdf3c;
}
.navbar-nav > li > .dropdown-menu {
  left: -86px;
  position: absolute;
  text-align: right;
}
.list-group li {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.list-group.list-group--centered {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 0px solid #fff;
}
.list-group.list-group--centered li {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.list-group.list-group--centered .list-group-item {
  border: 0px solid #fff;
  background: rgba(0, 49, 72, 0.8);
  margin-bottom: 0px;
}
/**********************************************************
*
*
* Section Styles For all Pages
*
* 
**********************************************************/
.section {
  background-color: #fff;
  height: auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1000;
}
.section.dropshadow-up {
  -webkit-box-shadow: 0px 0px 10px #808080;
  box-shadow: 0px 0px 10px #808080;
}
.section.cover-background {
  background-size: cover !important;
  zoom: 1;
  *zoom: 1;
  padding: 125px 0;
}
.section.cover-background h1 {
  font-size: 3em;
}
.section.cover-background h2 {
  font-size: 2em;
}
.section.green {
  background: #a8d7fb;
  color: #fff;
}
.section.green h1,
.section.green h2,
.section.green h3,
.section.green h4,
.section.green h5,
.section.green h6,
.section.green p,
.section.green ul,
.section.green li,
.section.green em,
.section.green strong {
  color: #fff;
}
.section.publishing {
  background: transparent url('../img/banners/background.man-in-chair.jpg') no-repeat center center;
}
.section.publishing h1 {
  color: #fff;
}
.section.consume-discover {
  background: transparent url('../img/banners/is.news_wall.jpg') no-repeat top left;
}
.section.consume-discover h2 {
  color: #fff;
}
.section.solutions {
  background: transparent url('../img/banners/is.keyboard_solutions.jpg') no-repeat center center;
  background-size: cover;
  min-height: 650px;
}
.section.solutions h1 {
  position: absolute;
  display: inline-block;
  width: 100%;
  bottom: 100px;
  margin: 0px auto;
  font-weight: 700;
}
.section.content-possibilties {
  background: transparent url('../img/banners/is.girl_on_tablet.jpg') no-repeat center center;
}
.section.content-possibilties h1 {
  color: #ffffff;
  font-weight: 700;
}
.section.medical-faculty {
  background: transparent url('../img/banners/is.university_campus.jpg') no-repeat center center;
  background-size: cover;
}
.section.medical-faculty h1,
.section.medical-faculty h2 {
  color: #ffffff;
  text-align: center;
}
.section.medical-students {
  background: transparent url('../img/banners/is.medical_students.jpg') no-repeat center center;
  background-size: cover;
}
.section.medical-students h1,
.section.medical-students h2 {
  color: #ffffff;
  text-align: center;
}
.section.smarter-students {
  background: transparent url('../img/banners/is.hands_raised.png') no-repeat center center;
  background-size: cover;
  height: 400px;
}
.section.smarter-students h1,
.section.smarter-students h2 {
  color: #ffffff;
  text-align: center;
  font-family: "chalky";
  font-size: 5em;
}
.section.demming-quote {
  background: transparent url('../img/banners/is.apple_chalkboard.png') no-repeat center center;
  background-size: cover;
  height: 400px;
}
.section.demming-quote h1,
.section.demming-quote h2 {
  color: #ffffff;
  text-align: center;
  font-style: italic;
}
.section.medical-ai {
  background: transparent url('../img/banners/medical.caduceus.jpg') no-repeat center center;
  background-size: cover;
}
.section.medical-ai h1,
.section.medical-ai h2 {
  color: #ffffff;
  text-align: center;
}
.section.dataverse {
  background: transparent url('../img/banners/is.light_highway.jpg') center center;
  background-size: cover;
}
.section.dataverse:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.dataverse h1 {
  font-size: 1.3em;
}
.section.dataverse h1 span {
  margin: 10px 0;
  padding: 0px 20px;
  font-weight: 300;
  background: rgba(247, 148, 32, 0.8);
  display: inline-block;
  -webkit-box-shadow: 2px 2px 5px #414141;
  box-shadow: 2px 2px 5px #414141;
}
.section.financial-data {
  background: transparent url('../img/banners/180405688.jpg') top center;
  background-size: cover;
  position: relative;
  height: 600px;
}
.section.financial-data:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.financial-data * {
  color: #fff;
  text-align: center;
}
.section.knowledge-to-act {
  background: transparent url('../img/banners/page.sale_analytics.jpg') center center;
  background-size: cover;
  position: relative;
  height: 500px;
}
.section.knowledge-to-act:before {
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.knowledge-to-act h1 {
  margin: 0;
  padding: 0;
}
.section.knowledge-to-act * {
  color: #fff;
  text-align: center;
}
.section.cog-agents {
  background: transparent url('../img/comp.searching.jpg') right center;
  background-size: cover;
  padding: 10px;
  /**&:after{
      .opacity(.4);
      background-color: #000;
      content: "";
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; 
    }**/
}
.section.logo-proof {
  background: url(../img/black_thread.png) repeat scroll 0% 0% #000000;
  overflow: hidden;
  padding: 30px 10px;
  top: 0px;
  left: 0px;
  height: auto;
  width: 100%;
  opacity: 1;
  position: relative;
  z-index: 1000;
}
.section.logo-proof h1 {
  color: #fff;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.section.logo-proof ul {
  padding-bottom: 25px;
  text-align: center;
}
.section.logo-proof ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 20px;
}
.video-container,
.video2-container {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -300;
}
.video2-container {
  z-index: -500;
}
div.head-hero {
  background: transparent;
  background-size: cover;
  overflow: hidden;
  padding: 0px;
  position: relative;
  display: block;
}
div.head-hero:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 30%;
  bottom: 0;
  left: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41OCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.58)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#94000000', GradientType=0);
  z-index: 3;
}
div.head-hero .header-message {
  position: fixed;
  bottom: 50px;
  width: 100%;
  z-index: 3;
}
div.head-hero .tagline {
  font-size: 2em;
  text-align: center;
  color: #ff781d;
}
div.head-hero .tagline .title {
  font-size: 3em;
  text-shadow: 0px 0px 20px #000;
  color: #ffffff;
}
div.head-hero h1 {
  color: #5c7a49;
  color: #ff781d;
  font-size: 60px;
  font-weight: 300;
  left: 60%;
  position: absolute;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  z-index: 4;
}
div.head-hero #tagline {
  color: #AFBC17;
  float: right;
  font-size: 48px;
  left: 62%;
  margin-right: 50px;
  margin-top: 50px;
  position: absolute;
  text-align: right;
  z-index: 4;
}
div.head-hero #tagline > div {
  color: #AFBC17;
  text-align: right;
  font-size: 48px;
}
.footer-hero {
  position: relative;
}
.footer-hero .header-message {
  position: fixed;
  bottom: 100px;
}
.blackbox {
  background: #ffffff;
  float: right;
  height: 100%;
  left: 100px;
  padding: 20px;
  position: relative;
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skewX(-10deg) skewY(0deg);
  -o-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  width: 2000px;
  z-index: 3;
}
.scrollbutton {
  color: #FFF;
  background: #017067;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  right: 30px;
  bottom: 60px;
  padding: 10px;
}
.scrollbutton i {
  color: #FFF;
}
.scrollbutton:hover {
  color: #fff;
  background: #01a395;
  text-decoration: none;
  cursor: pointer;
}
/******************************************************
 *
 * Buttons 
 *
 ******************************************************/
.slide-toggles {
  padding: 0px;
}
.slide-toggles .toggle {
  background: #2f79be;
}
.slide-toggles .toggle a,
.slide-toggles .toggle h1,
.slide-toggles .toggle .fa {
  color: #fff;
}
.slide-toggles .toggle a:hover,
.slide-toggles .toggle h1:hover,
.slide-toggles .toggle .fa:hover {
  text-decoration: none;
}
div.jumbotron6 {
  background: rgba(34, 34, 34, 0.4);
  background-size: cover;
  height: auto;
  margin-bottom: 20px;
  margin-top: 55px;
  overflow: hidden;
  padding-top: 60px;
  position: relative;
  width: 100%;
}
div.jumbotron6 div.video {
  max-width: 100%;
  height: auto;
}
div.jumbotron6 h1 {
  margin-bottom: -70px;
  text-shadow: 1px 1px 1px #fff;
}
div[class^='jumbotron'] {
  margin: 0px;
}
div[class^='jumbotron'] h2 {
  font-size: 35px;
  margin: 0px;
}
@media all and (max-width: 600px) {
  div[class^='jumbotron'] h2 {
    font-size: 28px;
  }
}
.btn-primary {
  background-color: #ff781d;
  border: none;
  color: #000;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #e95e00;
  border: none;
}
.greenbox {
  height: auto;
  padding: 5px 20px;
  background: #efefef;
  -webkit-box-shadow: 0px 0px 3px #cccccc;
  box-shadow: 0px 0px 3px #cccccc;
  background: rgba(175, 188, 23, 0.8);
  color: #fff;
  float: right;
  padding: 20px 15px;
  margin-top: 35px;
  margin-left: 10px;
  margin-right: 10px;
}
.greenbox h4,
.greenbox h3,
.greenbox h2,
.greenbox h1 {
  color: #222;
  font-weight: 700;
  margin-top: 0px;
}
.greenbox ul {
  margin: 0px;
  padding: 0px;
}
.greenbox li {
  color: #222;
  text-align: left;
  font-size: 14px;
  border-bottom: 2px dotted #fff;
  list-style-type: none;
  margin-left: 0px;
  padding: 10px 0px 10px 30px;
}
.greenbox.darkgreen {
  background: #007F7B;
}
.greenbox.darkgreen h1,
.greenbox.darkgreen h2,
.greenbox.darkgreen h3,
.greenbox.darkgreen h4,
.greenbox.darkgreen h5 {
  color: #fff;
}
footer,
.footer {
  background: #252525;
  color: #fff;
  font-size: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
  bottom: 0;
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1000;
}
footer .info,
.footer .info {
  color: #fff;
  font-size: 12px;
  text-align: center;
}
footer a,
.footer a {
  color: #fff;
  background: #017067;
}
footer a:hover,
.footer a:hover,
footer a:focus,
.footer a:focus,
footer a:visited,
.footer a:visited {
  color: #fff;
  background: #017067;
}
footer i,
.footer i {
  color: #fff;
  margin-top: -2px;
  padding-left: 15px;
}
.square-points {
  -webkit-box-shadow: 0px 0px 10px #000000;
  box-shadow: 0px 0px 10px #000000;
}
.square-points .square:nth-of-type( 1) {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #325d6d;
  min-height: 250px;
  padding: 80px 10px;
}
.square-points .square:nth-of-type( 2) {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #427b90;
  min-height: 250px;
  padding: 80px 10px;
}
.square-points .square:nth-of-type( 3) {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #5497b1;
  min-height: 250px;
  padding: 80px 10px;
}
.square-points .square:nth-of-type( 4) {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #77adc1;
  min-height: 250px;
  padding: 80px 10px;
}
.square-points .square:nth-of-type( 5) {
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #9ac2d1;
  min-height: 250px;
  padding: 80px 10px;
}
.section--layered {
  position: relative;
  height: 500px;
  width: 100%;
  padding: 0px;
}
.layer-top {
  background: inherit;
  position: relative;
  left: 0;
  top: 0;
  height: 500px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 40;
}
.layer-bottom {
  background: #ffffff url('../img/gridme.png') top left;
  position: absolute;
  width: 100%;
  height: 500px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 0px 20px;
  z-index: 39;
}
.layer-bottom div[class*='col-'] {
  min-height: 500px;
  position: relative;
}
.btn-layer,
.btn-layer--white,
.btn-layer--hide {
  -webkit-box-shadow: 0px 0px 3px #000000;
  box-shadow: 0px 0px 3px #000000;
  background: -moz-linear-gradient(top, #255f95 0%, #194163 100%);
  background: -ms-linear-gradient(top, #255f95 0%, #194163 100%);
  background: -o-linear-gradient(top, #255f95 0%, #194163 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #255f95), color-stop(100%, #194163));
  background: -webkit-linear-gradient(top, #255f95 0%, #194163 100%);
  background: linear-gradient(to bottom, #255f95 0%, #194163 100%);
  background: #255f95;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI1NWY5NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTQxNjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  color: #325d6d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#255f95', endColorstr='#194163', GradientType=0);
  font-weight: 700;
  max-height: 200px;
  overflow: hidden;
  padding: 20px 25px;
  width: 200px;
}
.btn-layer__title,
.btn-layer--white__title,
.btn-layer--hide__title {
  color: #ffffff;
  display: block;
  font-weight: 300;
}
.btn-layer__call-to-action,
.btn-layer--white__call-to-action,
.btn-layer--hide__call-to-action {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: 1px #ffffff solid;
  display: inline-block;
  color: #325d6d;
  font-weight: 300;
  padding: 5px 10px;
  margin-top: 10px;
}
.btn-layer .fa,
.btn-layer--white .fa,
.btn-layer--hide .fa {
  color: #325d6d;
  display: inline-block;
}
.btn-layer:hover,
.btn-layer--white:hover,
.btn-layer--hide:hover {
  color: #fff;
  text-decoration: none;
}
.btn-layer:hover__call-to-action,
.btn-layer--white:hover__call-to-action,
.btn-layer--hide:hover__call-to-action {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px #ffffff solid;
  font-weight: 300;
  color: #ffffff;
  padding: 5px;
  text-align: center;
}
.btn-layer:hover .fa,
.btn-layer--white:hover .fa,
.btn-layer--hide:hover .fa {
  color: #fff;
}
.btn-layer--white {
  background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
}
.btn-layer--white__title {
  color: #325d6d;
  display: block;
  font-weight: 300;
}
.btn-layer--white__call-to-action {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #223f4a;
  background-image: -moz-linear-gradient(top, #325d6d, #223f4a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#325d6d), to(#223f4a));
  background-image: -webkit-linear-gradient(top, #325d6d, #223f4a);
  background-image: -o-linear-gradient(top, #325d6d, #223f4a);
  background-image: linear-gradient(to bottom, #325d6d, #223f4a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff325d6d', endColorstr='#ff223f4a', GradientType=0);
  border: 1px #ffffff solid;
  display: inline-block;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 10px;
  margin-top: 10px;
}
.btn-layer--white .fa {
  color: #ffffff;
  display: inline-block;
}
/******************************
* Buttons (Override Current Bootstrap buttons)
******************************/
.btn.btn-outline.btn-primary {
  background: #fff;
  color: #017067;
}
.btn.btn-outline.btn-primary:hover {
  background: #02bcad;
  color: #fff;
}
.tablet-hide {
  display: block;
  visibility: visible;
}
@media all and (max-width: 766px) {
  .tablet-hide {
    display: none;
    visibility: hidden;
  }
}
/* jssor slider arrow navigator skin 21 css */
/*
            .jssora21l                  (normal)
            .jssora21r                  (normal)
            .jssora21l:hover            (normal mouseover)
            .jssora21r:hover            (normal mouseover)
            .jssora21l.jssora21ldn      (mousedown)
            .jssora21r.jssora21rdn      (mousedown)
            */
.jssora21l,
.jssora21r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 55px;
  height: 55px;
  cursor: pointer;
  background: url('../img/jssor/a21.png') center center no-repeat;
  overflow: hidden;
}
.jssora21l {
  background-position: -3px -33px;
}
.jssora21r {
  background-position: -63px -33px;
}
.jssora21l:hover {
  background-position: -123px -33px;
}
.jssora21r:hover {
  background-position: -183px -33px;
}
.jssora21l.jssora21ldn {
  background-position: -243px -33px;
}
.jssora21r.jssora21rdn {
  background-position: -303px -33px;
}
.scrollsection {
  height: 580px;
  overflow: hidden;
}
.scrollheader {
  opacity: 0;
  position: relative;
  font-size: 40px;
  text-shadow: none;
  left: 1000px;
}
.scroll-header1 {
  opacity: 0;
  position: relative;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 0px 0px 10px #000;
  color: #fff;
}
.scroll-header1 .fa {
  color: #fff;
}
.scrollheader2 {
  opacity: 0;
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #ff781d;
  text-shadow: 1px 1px 2px #000;
  left: -750px;
}
.scrollheader3 {
  opacity: 0;
  position: relative;
  font-size: 40px;
  text-shadow: none;
}
.scrollheadertext {
  opacity: 0;
  font-size: 20px;
  color: #1A1A18;
  text-shadow: none;
  font-weight: normal;
  margin-top: -20px;
  position: absolute;
  left: -2000px;
}
.scrollheadertext2 {
  color: #1A1A18;
  text-shadow: none;
  position: absolute;
  color: #fff;
  font-weight: normal;
  left: 60px;
  top: 425px;
  opacity: 0;
}
.scrollheadertext3 {
  color: #222;
  text-shadow: none;
  position: absolute;
  font-weight: normal;
  opacity: 0;
}
.scrollimage2 {
  opacity: 0;
  position: relative;
  top: 85px;
}
/******************************************************* 
 *
 * Scroll Magic Animation Section
 *  
 *******************************************************/
.anisection {
  background: #1a1a18 url('../img/dark_mosaic.png') top left;
  height: 4500px;
  overflow: hidden;
}
.anicontainer {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
#content-wrapper {
  height: 100%;
  min-height: 500px;
  width: 100%;
}
.scroll-magic-section {
  height: 100%;
}
#pin {
  width: 100%;
}
#pin h3 {
  position: absolute;
  font-size: 80px;
  text-align: center;
  line-height: 10px;
  color: #3fd4ae;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 3em;
  opacity: 0;
}
#pin span {
  font-size: 30px;
  color: #3fd4ae;
  font-weight: normal;
  text-shadow: none;
}
#unpin {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
#anibox {
  width: 100%;
  height: 75px;
  position: absolute;
  top: 0%;
  opacity: 0;
}
#anibox h4 {
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-shadow: none;
}
#anibox1 {
  width: 275px;
  height: 150px;
  position: absolute;
  top: 3.75%;
  left: 18%;
  opacity: 0;
}
#anibox1 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff781d;
  text-align: center;
}
#anisubbox1 {
  width: 275px;
  height: 350px;
  position: absolute;
  top: 4.75%;
  left: 18%;
  opacity: 0;
}
#anisubbox1 h4 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
#anisubbox1 h4 * {
  color: #fff;
}
#anibox2 {
  width: 275px;
  height: 150px;
  position: absolute;
  top: 8%;
  left: 25%;
  opacity: 0;
}
#anibox2 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff781d;
  text-align: center;
}
#anisubbox2 {
  width: 275px;
  height: 350px;
  position: absolute;
  top: 8.5%;
  left: 25%;
  opacity: 0;
}
#anisubbox2 h4 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
#anibox3 {
  width: 275px;
  height: 150px;
  position: absolute;
  top: 7.75%;
  left: 60%;
  opacity: 0;
}
#anibox3 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff781d;
  text-align: center;
}
#anisubbox3 {
  width: 275px;
  height: 350px;
  position: absolute;
  top: 8.25%;
  left: 60%;
  opacity: 0;
}
#anisubbox3 h4 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
#anibox4 {
  width: 275px;
  height: 150px;
  position: absolute;
  top: 3.75%;
  left: 68%;
  opacity: 0;
}
#anibox4 h4 {
  font-size: 18px;
  font-weight: bold;
  color: #ff781d;
  text-align: center;
}
#anisubbox4 {
  width: 275px;
  height: 350px;
  position: absolute;
  top: 4.8%;
  left: 68%;
  opacity: 0;
}
#anisubbox4 h4 {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}
/** 
 *
 *  Information Page Styles
 * 
**/
.content-body {
  background: #fff;
  position: relative;
  z-index: 4;
}
.page-hero {
  margin-top: 80px;
  min-height: 600px;
  background: transparent;
  position: relative;
}
.page-header {
  color: #ffffff;
  border: none;
  left: 20%;
  bottom: 30px;
  position: absolute;
}
.page-header h1 {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  font-size: 3em;
}
.page-template .main {
  margin-top: 0;
}
.page-template .main h1,
.page-template .main h2,
.page-template .main h3,
.page-template .main h4,
.page-template .main h5,
.page-template .main h6 {
  text-shadow: none;
}
.section-slide {
  border-top: 1px solid #6E6E6E;
}
/*************************************************************
 *
 *  Media Queries
 * 
*************************************************************/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  div.cog-agents {
    background: #343434 !important;
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
