    /* BODY ELEMENTS */
    /* -------------------------------------------------------- */
    body {
      position: relative;
      width: 100%;
      height: 100%;
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      background-color: #363636;
      webkit-tap-highlight-color: rgba(63,176,168,.8);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
    }
    ::-moz-selection {
      color: #fff;
      text-shadow: none;
      background: #d56925;
      background: rgba(63,176,168,.8);
    }
    ::selection {
      color: #fff;
      text-shadow: none;
      background: #d56925;
      background: rgba(63,176,168,.8);
    }
		.centerdiv{
			text-align: left;
		}
    #video-section img, #boat-survey img {
      border: 3px solid #FFF;
      border-radius: 2px;
      float: right;
      margin-left: 20px;
      margin-bottom: 20px;
      
    }
		#boat-survey img {
      border: none;
      float: right;
      margin-left: 20px;
      margin-bottom: 20px;
      
    }
    #video-section img{
      width: 100%;
    }
    
    #boat-survey p, #engine-repower p{
      font-size:14px;
      line-height:18px;
    }
    
    #boat-survey h2, #engine-repower h2{
      padding-left: 15px;
    }
    
    #download-survey {
      display: inline-block;
      color: #fff;
      padding: 5px 18px;
      background-color: #000;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      font-size: 17px;
      text-decoration: none;
			border-radius: 6px;
    }
    #download-survey:hover {
      text-decoration: none;
			color: #000;
      background-color: #FFF;
    }
		#survey-types{
      display: inline-block;
      color: #fff;
      padding: 10px 20px;
      background-color: #000;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      font-size: 19px;
      text-decoration: none;
    }
    #survey-types:hover {
      text-decoration: none;
      color: #000;
      background-color: #FFF;
    }

		#repower-details{
      display: inline-block;
      color: #fff;
      padding: 10px 20px;
      background-color: #ff6633;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      font-size: 19px;
      text-decoration: none;
    }
    #repower-details:hover {
      text-decoration: none;
      background-color: #FFF;
      color:#ff6633;
    }
    #surveymodal p, #repowermodal p{
      font-size: 14px;
      line-height: 18px;
    }
    #surveymodal {
      padding-top: 10px;
      padding-bottom: 60px;
      background-image: url(../images/bg-boat2.jpg);
    }
    #repowermodal {
      padding-top: 10px;
      padding-bottom: 60px;
      background-image: url(../images/repower-bg.jpg);
    }
    img::selection {
      background: 0 0;
    }
    img::-moz-selection {
      background: 0 0;
    }
    html {
      width: 100%;
      height: 100%;
    }
    header:before,
    header:after {
      content: "";
      display: table;
      clear: both;
    }
    section {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
      min-height: 100%;
      padding: 30px 0;
      background-color: #000;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      vertical-align: middle;
    }
    section#banking-section {
      padding: 85px 0 20px 0;
    }
    section:before,
    section:after {
      content: "";
      display: table;
      clear: both;
    }
    .container {
      position: relative;
    }
    h1, h2, h3, h4 {
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      line-height: 1;
      margin: 0 0 20px;
    }
    h2 {
      font-size: 28px;
      margin: 0 0 30px 0;
    }
    p {
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 20px 0;
    }
    p strong {
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
    }
    a,
    a:link,
    a:active,
    a:focus {
      color: #fff;
      outline: 0;
    }
    ul {
      color: #fff;
      font-size: 14px;
      line-height: 18px;
      margin: 0 0 20px 0;
    }
    ul strong {
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
    }
    ul.list-checks {
      list-style: none;
      margin: 20px 0;
      padding: 0;
    }
    ul.list-checks li {
      margin-bottom: 10px;
    }
    ul.list-checks li:before {
      font-family: FontAwesome;
      content: "\f00c";
      margin-right: 15px;
    }
    
    /* HEADER ELEMENTS */
    /* -------------------------------------------------------- */
    header {
      position: absolute;
      width: 100%;
      min-height: 64px; 
      margin: 0;
      z-index: 50;
    }
    .navbar {
      width: 100%;
      margin: 0;
      padding: 10px 0;
      border: 0;
      border-radius: 0;
      border-bottom: 1px solid #333;
      background: #d56925;
    }
    .logo-holder {
      padding-right: 0;
    }
    .logo-holder:after,
    .social-lang-contact:after {
      content: "";
      display: table;
      clear: both;
    }
		.abyc{
			text-align: right;
			padding-top: 5px;
		}	
    .logo {
      height: auto;
      margin: 5px 0;
      padding: 0;
    }
    .logo img {
      height: auto;
      margin: 0 12px 0 0;
      float: left;
    }
    .logo h1 {
      display: inline;
      color: #ccc;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 13px;
      font-weight: 400;
      margin: 0;
      padding: 0;
      float: left;
    }
    a.contact {
      display: inline-block;
      color: #fff;
      margin: 0;
      line-height: 1;
      padding: 2px 5px;
      border-radius: 3px;
      border: 1px solid #000;
      background-color: #000;
      text-align: center;
      float: right;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    a.contact:hover,
    a.contact:active {
      color: #000;
      border: 1px solid #fff;
      background-color: #fff;
      text-decoration: none;
    }
    a.contact:before {
      font-family: FontAwesome;
      content: "\f0e0";
    }
    a.contact span {
      display: none;
    }
    .country-select {
      position: relative;
      display: block;
      border-radius: 3px;
      margin: 0 0 10px 10px;
      background-color: #333;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      float: right;
      display: none;
    }
    .country-select span,
    .country-select span:active {
      display: block;
      padding: 0 7px;
      border: 1px solid #333;
      border-radius: 3px;
      background-color: #333;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .country-select span.opened {
      border-radius: 3px 3px 0 0;
      border-bottom: 1px solid #1c6b61;
    }
    .country-select span:after {
      font-family: FontAwesome;
      content: "\f107";
      float: right;
      margin-left: 15px;
    }
    .country-select span:hover {
      color: #fff;
      border: 1px solid rgba(63,176,168,1.0);
      background-color: rgba(63,176,168,1.0);
      text-decoration: none;
      cursor: pointer;
    }
    .country-select ul {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0;
      display: none;
      list-style: none;
      margin: 0;
      padding: 0;
      background-color: #333;
    }
    .country-select ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 14px;
    }
    .country-select ul li a {
      display: block;
      line-height: 1;
      padding: 10px 15px;
      border-bottom: 1px solid #1c6b61;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .country-select ul li a:hover,
    .country-select ul li a:active {
      color: #fff;
      background-color: rgba(63,176,168,1.0);
      text-decoration: none;
      cursor: pointer;
    }
    
    /* FIXED SIDE NAVIGATION */
    /* -------------------------------------------------------- */
    #main-nav {
      display: none;
    }
    
    /* FOOTER ELEMENTS */
    /* -------------------------------------------------------- */
    #pre-footer,
    #footer {
      height: auto!important;
      min-height: 1px!important;
      padding: 0!important;
    }
    #pre-footer {
      padding: 20px!important;
      background-color: #555;
    }
    #pre-footer .cta {
      display: inline-block;
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 700;
      margin: 10px;
      padding: 10px 20px;
      border-radius: 3px;
      background-color: #d56925;
      text-decoration: none;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    #pre-footer .cta:hover {
      background-color: #000;
      text-decoration: none;
    }
    footer {
      width: 100%;
      color: #ccc;
      margin: 0;
      padding: 20px 0;
      text-align: center;
      background-color: #000;
      border-top: 4px solid #d56925;
    }
    footer a:hover {
      color: #fff;
      text-decoration: none;
    }
    footer .footer-logo {
      display: inline-block;
      margin: 0 auto;
      text-align: center;
    }
    footer .footer-logo:after {
      content: "";
      display: table;
      clear: both;
    }
    footer .footer-logo img {
      width: 100%;
      max-width: 120px;
      height: auto;
      margin-bottom: 10px;
      float: left;
    }
    footer .footer-logo span {
      display: inline-block;
      margin-top: 7px;
      padding-left: 12px;
      float: left;
    }
    footer p {
      color: #ccc;
      font-size: 80%;
      line-height: 1.5;
      margin: 0;
    }
    .social-links {
      margin: 0 0 10px 0;
      padding: 0;
      line-height: 0;
      text-align: center;
      list-style: none;
      float: left;
    }
    footer .social-links {
      margin: 0 0 10px 0;
      float: none;
    }
    .social-links:after {
      content: "";
      display: table;
      clear: both;
    }
    .social-links li {
      display: inline-block;
      margin-left: 5px;
    }
    .social-links li:first-of-type {
      margin-left: 0;
    }
    .social-links li a {
      display: inline-block;
      color: #ccc;
      width: 22px;
      height: 22px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
    }
    .social-links li a.facebook,
    .social-links li a.twitter,
    .social-links li a.linkedin,
    .social-links li a.youtube {
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      text-decoration: none;
    }
    .social-links li a.facebook {
      background-image: url(/rs/050-NIX-146/images/facebook.svg);
    }
    .social-links li a.twitter {
      background-image: url(/rs/050-NIX-146/images/twitter.svg);
    }
    .social-links li a.linkedin {
      background-image: url(/rs/050-NIX-146/images/linkedin.svg);
    }
    .social-links li a.youtube {
      background-image: url(/rs/050-NIX-146/images/youtube.svg);
    }
    .social-links li a:hover {
      opacity: 0.7;
    }
    
    
    /* VIDEO ELEMENTS */
    /* -------------------------------------------------------- */
    #video-section {
      position: relative;
      padding-top: 110px;
      padding-bottom: 60px;
      background-image: url(../images/bg1.jpg);
      text-shadow: 0 0 10px rgba(0,0,0,1.0);
			min-height: 600px;
    }
    #video-section h2 {
      margin-bottom: 15px;
    }
    .video-img {
      display: block;
      position: relative;
      border: 2px solid #fff;
      background-color: #000;
    }
    .video-img:focus {
      outline: 0;
    }
    .video-img img {
      width: 100%;
      height: auto;
      opacity: 0.8;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }
    .video-img:hover img {
      opacity: 1.0;
    }
    .video-img:after {
      position: absolute;
      top: calc(50% - 20px);
      left: calc(50% - 20px);
      color: #fff;
      font-family: FontAwesome;
      font-size: 40px;
      line-height: 40px;
      content: "\f144";
      opacity: 0.8;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }
    .video-img:hover:after {
      opacity: 0;
    }
    #engine-repower {
      position: relative;
      padding-top: 110px;
      padding-bottom: 60px;
      background-image: url(../images/repower-bg.jpg);
			min-height: 780px;
    }
    #engine-repower img{
      border:none;
    }
    #boat-survey {
      position: relative;
      padding-top: 110px;
      padding-bottom: 60px;
      background-image: url(../images/bg-survey.jpg);
      text-shadow: 0 0 10px rgba(0,0,0,1.0);
			min-height: 780px;
    }
    .boat-survey-button, .engine-repower-button, .contact-button {
      position: absolute;
      bottom: 0;
      left: calc(50% - 60px);  
      width: 120px;
      height: 75px;
      overflow: hidden;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .boat-survey-button:hover, .engine-repower-button:hover, .contact-button:hover {
      height: 85px;
    }
    .boat-survey-button a, .engine-repower-button a, .contact-button a{
      display: block;
      width: 120px;
      height: 120px;
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      text-shadow: none;
      background-color: #d56925;
      border-radius: 50%;
      padding-top: 30px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .engine-repower-button a{
      background-color:#000;
      padding: 11px 30px 0px !important;
      line-height: 20px;
    }
    .boat-survey-button a:hover, .engine-repower-button a:hover, .contact-button a:hover {
      color: #d56925;
      background-color: #fff;
    }
    .boat-survey-button a:after, .engine-repower-button a:after, .contact-button a:after {
      display: block;
      color: #fff;
      font-family: FontAwesome;
      font-size: 25px;
      line-height: 20px;
      content: "\f078";
      opacity: 0.8;
    }
    .boat-survey-button a:hover:after, .engine-repower-button a:hover:after, .contact-button a:hover:after {
      color: #d56925;
    }
    .scroll-to-button {
      position: absolute;
      bottom: 0;
      left: calc(50% - 60px);  
      width: 120px;
      height: 75px;
      overflow: hidden;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .scroll-to-button:hover {
      height: 85px;
    }
    .scroll-to-button a {
      display: block;
      width: 120px;
      height: 120px;
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      text-shadow: none;
      background-color: #d56925;
      border-radius: 50%;
      padding-top: 30px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .scroll-to-button a:hover {
      color: #d56925;
      background-color: #fff;
    }
    .scroll-to-button a:after {
      display: block;
      color: #fff;
      font-family: FontAwesome;
      font-size: 25px;
      line-height: 20px;
      content: "\f078";
      opacity: 0.8;
    }
    .scroll-to-button a:hover:after {
      color: #d56925;
    }
    .scroll-to-button-sm {
      position: absolute;
      bottom: 0;
      left: calc(50% - 40px);  
      width: 80px;
      height: 40px;
      overflow: hidden;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .scroll-to-button-sm:hover {
      height: 50px;
    }
    .scroll-to-button-sm a {
      display: block;
      width: 80px;
      height: 80px;
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
      font-size: 13px;
      text-align: center;
      text-decoration: none;
      text-shadow: none;
      background-color: #d56925;
      border-radius: 50%;
      padding-top: 15px;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
    }
    .scroll-to-button-sm a:hover {
      color: #d56925;
      padding-top: 20px;
      background-color: #fff;
    }
    .scroll-to-button-sm a:after {
      display: block;
      color: #fff;
      font-family: FontAwesome;
      font-size: 25px;
      line-height: 20px;
      content: "\f078";
      opacity: 0.8;
    }
    .scroll-to-button-sm a:hover:after {
      color: #d56925;
    }
    #boat-survey .scroll-to-button-sm a {
      background-color: #000;
    }
    #boat-survey .scroll-to-button-sm a:hover {
      color: #d56925;
      background-color: #fff;
    }
    
    /* WHITEPAPER */
    /* -------------------------------------------------------- */
    #boat-survey {
      background-color: #d56925;
    }
    #boat-survey .boat-survey-thumb-holder p {
      text-align: center;
    }
    #boat-survey .boat-survey-thumb-holder img {
      width: 164px;
      height: auto;
      margin: 25px auto 25px;
    }
    #boat-survey .arrow {
      display: none;
    }
    
    /* PERSPECTIVES (BLOG) */
    /* -------------------------------------------------------- */
    #insights {
      background-image: url(/rs/050-NIX-146/images/page3-bg.jpg);
      border-top: 5px solid #d56925;
    }
    #insights .post-item {
      display: block;
      padding: 20px;
      text-decoration: none;
      background: rgba(0,0,0,.8);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }
    #insights .post-item:hover {
      background: rgba(63,176,168,.8);
      text-decoration: none;
    }
    #insights .post-item img {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
      border: 1px solid #666;
    }
    #insights .post-item h3 {
      color: #d56925;
    }
    #insights .post-item:hover h3 {
      color: #fff;
    }
    #insights .more-info {
      display: block;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      color: #fff;
      max-width: 160px;
      margin: 20px auto;
      padding: 10px 30px;
      text-align: center;
      border-radius: 3px;
      background-color: #000;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }
    #insights .more-info:after {
      font-family: FontAwesome;
      content: "\f054";
      margin-left: 20px;
    }
    #insights .more-info:hover {
      background: #d56925;
      text-decoration: none;
    }
    /* Single Blog Posts */
    .blog-post .modal-body {
      border: 1px solid #333;
      background: #000;
    }
    .blog-post article {
      text-align: left;
    }
    .blog-post article h1 {
      color: #fff;
      margin: 0 0 20px 0;
    }
    .blog-post article img {
      margin-bottom: 20px;
    }
    .blog-post article p a {
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 600;
      text-decoration: underline;
    }
    .blog-post article p a:hover {
      color: #d56925;
      text-decoration: none;
    }
    .blog-post .date {
      float: left;
    }
    .blog-post .social-share {
      display: none;
      /*float: right;*/
    }
    .blog-post ul.social-share {
      list-style: none;
      padding: 0;
    }
    .blog-post ul.social-share li {
      display: inline-block;
      margin-left: 10px;
    }
    .blog-post ul.social-share li a {
      color: #fff;
      font-size: 18px;
    }
    .blog-post ul.social-share li a:hover {
      color: #d56925;
    }
    
    
    
    /* GATED RESOURCES */
    /* -------------------------------------------------------- */
    .resource-gated {
      background-color: #000;
    }
    .resource-gated .logo img {
      margin: 14px 17px 14px 0;
    }
    .resource-gated .logo h1 {
      margin-top: 21px;
      margin-top: 24px;
      font-size: 10px;
    }
    
    /* CONTACT */
    /* -------------------------------------------------------- */
    #contact {
      background-color: #d56925;
    }
    
    /* FORM */
    /* -------------------------------------------------------- */
    .form-holder {
      padding: 20px;
      background-color: rgba(0,0,0,.24);
    }
    .form-holder h4 {
      margin: 20px 0;
      line-height: 1.2
    }
    .form-holder p {
      color: #fff;
      font-size: 16px;
    }
    .form-holder:before,
    .form-holder:after {
      content: "";
      display: table;
      clear: both;
    }
    
    /* MARKETO FORM */
    /* -------------------------------------------------------- */
    form.contactform {
      width: 100%!important;
      margin: 0 0 20px 0;
      padding: 0!important;
    }
    form.contactform p {
      line-height: 14px;
      margin: 0 0 20px 0!important;
    }
    form.contactform p br {
      display: none!important;
    }
    form.contactform label {
      font-weight: normal!important;
      color: #fff!important;
      width: 100%!important;
      padding: 0!important;
      text-align: left!important;
      float: none!important;
      margin-top: 15px;
    }
    form.contactform input,
    form.contactform textarea {
      width: 100%!important;
      padding: 10px!important;
      border: 1px solid #fff!important;
      border-radius: 3px!important;
      color:#000;
    }
    form.contactform textarea {
      height: 100px!important;
    }
    form.contactform input:focus,
    form.contactform textarea:focus {
      outline: 0;
      background-color: #fffdc2!important;
    }
    form.contactform #commentscontact{
      height:150px;
      width: 100%;
    }
    form.contactform button {
      font-weight: normal!important;
      width: 98%!important;
      font-size: 15px!important;
      margin-left: 0!important;
      margin-top:20px;
      padding: 10px!important;
      background: #000!important;
      border: 1px solid #000!important;
      border-radius: 3px!important;
      text-shadow: none!important;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }
    form.contactform button:after {
      font-family: FontAwesome;
      content: "\f054";
      margin-left: 20px;
    }
    form.contactform button:hover {
      color: #000!important;
      border: 1px solid #fff!important;
      background: #fff!important;
    }
    form.contactform .mktoButtonRow {
      width: 100%!important;
    }
    form.contactform .mktoButtonWrap {
      width: 100%!important;
      margin-left: 0!important;
    }
    form.contactform .mktoOffset,
    form.contactform .mktoGutter {
      display: none!important;
    }
    form.contactform .contactformCol,
    form.contactform .mktoFieldWrap {
      float: none!important;
    }
    #boat-survey form.contactform {
     margin-top: 0;
    }
    #boat-survey form.contactform .contactformRow:nth-child(8),
    #contact form.contactform .contactformRow:nth-child(9) {
      position: relative;
    }
    #boat-survey form.contactform .contactformRow:nth-child(8) .contactformCol:nth-child(2),
    #contact form.contactform .contactformRow:nth-child(9) .contactformCol:nth-child(2) {
      color: #FFF;
      margin: 0 0 0 30px!important;
      float: left !important;
    }
    #boat-survey form.contactform .contactformRow:nth-child(8) .contactformCol:nth-child(1),
    #contact form.contactform .contactformRow:nth-child(9) .contactformCol:nth-child(1) {
      position: absolute;
      top: 0;
      left: 0;
    }
    #boat-survey form.contactform .contactformRow:nth-child(8) .contactformCol .mktoOffset,
    #contact form.contactform .contactformRow:nth-child(9) .contactformCol .mktoOffset {
      display: none;
    }
    form.contactform .mktoCheckboxList {
      position: relative;
      width: 29px!important;
      padding: 0;
    }
    form.contactform label[for="optInEmail"] {
      display: none; 
    }
    form.contactform .mktoHtmlText {
      font-weight: normal!important;
      width: 100%!important;
    }
    form.contactform .mktoCheckboxList {
      padding: 0!important;
    }
    form.contactform input#optInEmail {
      position: absolute;
      left: 0;
      top: 0;
      width: 16px!important;
      height: 16px!important;
      margin: 0!important;
      padding: 0!important;
    }
    form.contactform .mktoRequiredField .mktoAsterix {
      display: inline!important;
      padding: 0 3px 0 0;
      float: none;
    }
    
    /* BENELUX VERSION */
    #boat-survey form#contactform_2500 select,
    #contact form#contactform_2501 select {
      width: 100%!important;
      height: 40px!important;
      padding: 10px!important;
      border: 1px solid #fff!important;
      border-radius: 3px!important;
    }   
    #boat-survey form#contactform_2500 .contactformRow:nth-child(8),
    #contact form#contactform_2501 .contactformRow:nth-child(9) {
      position: inherit;
    }
    #boat-survey form#contactform_2500 .contactformRow:nth-child(8) .contactformCol:nth-child(2),
    #contact form#contactform_2501 .contactformRow:nth-child(9) .contactformCol:nth-child(2) {
      color: inherit;
      margin: inherit !important;
      float: inherit !important;
    }
    #boat-survey form#contactform_2500 .contactformRow:nth-child(8) .contactformCol:nth-child(1),
    #contact form#contactform_2501 .contactformRow:nth-child(9) .contactformCol:nth-child(1) {
      position: relative;
      top: inherit;
      left: inherit;
    }
    #boat-survey form#contactform_2500 .contactformRow:nth-child(8) .contactformCol .mktoOffset,
    #contact form#contactform_2501 .contactformRow:nth-child(9) .contactformCol .mktoOffset {
      display: inherit;
    }
    #boat-survey form#contactform_2500 .contactformRow:nth-child(9),
    #contact form#contactform_2501 .contactformRow:nth-child(10) {
      position: relative;
    }
    #boat-survey form#contactform_2500 .contactformRow:nth-child(9) .contactformCol:nth-child(2),
    #contact form#contactform_2501 .contactformRow:nth-child(10) .contactformCol:nth-child(2) {
      color: #FFF;
      margin: 0 0 0 30px!important;
      float: left !important;
    }
    #boat-survey form#contactform_2500 .contactformRow:nth-child(9) .contactformCol:nth-child(1),
    #contact form#contactform_2501 .contactformRow:nth-child(10) .contactformCol:nth-child(1) {
      position: absolute;
      top: 0;
      left: 0;
    }
    #boat-survey form#contactform_2500 .contactformRow:nth-child(9) .contactformCol .mktoOffset,
    #contact form#contactform_2501 .contactformRow:nth-child(10) .contactformCol .mktoOffset {
      display: none;
    }
    #boat-survey form#contactform_2500 .mktoButtonRow {
      clear: both;
    }
    
    /* MODAL WINDOW */
    /* -------------------------------------------------------- */
    .modal-backdrop.in {
      filter: alpha(opacity=100);
      opacity: 1.0;
      background-image: url(/rs/050-NIX-146/images/modal-bg.jpg);
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    .modal-header {
      color: #fff;
      border: 0;
      min-height: 0;
      padding: 0 15px 10px;
    }
    .blog-post .modal-header {
      padding: 0;
    }
    .modal-content {
      background-clip: padding-box;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      box-shadow: none;
      outline: 0 none;
      position: relative;
    }
    .modal-content img {
      margin-right: auto;
      margin-left: auto;
    }
    .modal-content iframe {
      border: 1px solid #333;
    }
    .modal-footer {
      border: 0;
      min-height: 0;
      padding: 0;
    }
    button.close {
      color: #fff;
      font-size: 28px;
      background: 0;
      border: 0 none;
      cursor: pointer;
      padding: 0;
      filter: alpha(opacity=60);
      opacity: .6;
      outline: 0;
    }
    button.close:hover {
      color: #fff;
      background: 0;
      border: 0 none;
      cursor: pointer;
      padding: 0;
      filter: alpha(opacity=100);
      opacity: 1.0;
    }
    button.close:active {
      outline: 0;
    }
    .vertical-alignment-helper {
      display:table;
      height: 100%;
      width: 100%;
      pointer-events: none;
    }
    .vertical-align-center {
      display: table-cell;
      vertical-align: middle;
      pointer-events: none;
    }
    .modal-body {
      padding: 15px 15px 15px 15px;
    }
    .modal-content {
      width:inherit;
      height:inherit;
      margin: 0 auto;
      pointer-events: all;
    }
    
    /* ANIMATIONS */
    /* -------------------------------------------------------- */
    section .animation-element {
      -webkit-transition-delay: 0s;
      transition-delay: 0s;
    }
    section .animation-element:nth-of-type(2) {
      -webkit-transition-delay: 150ms;
      transition-delay: 150ms;
    }
    section .animation-element:nth-of-type(3) {
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms;
    }
    section .animation-element:nth-of-type(4) {
      -webkit-transition-delay: 450ms;
      transition-delay: 450ms;
    }
    .slide-up {
      opacity: 0;
      -webkit-transition: all 400ms ease-out;
      -moz-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      -webkit-transform: translate3d(0px, 100px, 0px);
      -moz-transform: translate3d(0px, 100px, 0px);
      -ms-transform: translate(0px, 100px);
      -o-transform: translate(0px, 100px);
      transform: translate3d(0px, 100px, 0px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .slide-down {
      opacity: 0;
      -webkit-transition: all 400ms ease-out;
      -moz-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      -webkit-transform: translate3d(0px, -100px, 0px);
      -moz-transform: translate3d(0px, -100px, 0px);
      -ms-transform: translate(0px, -100px);
      -o-transform: translate(0px, -100px);
      transform: translate3d(0px, -100px, 0px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .slide-left {
      opacity: 0;
      -webkit-transition: all 400ms ease-out;
      -moz-transition: all 400ms ease-out;
      -o-transition: all 400ms ease-out;
      transition: all 400ms ease-out;
      -webkit-transform: translate3d(100px, 0px, 0px);
      -moz-transform: translate3d(100px, 0px, 0px);
      -ms-transform: translate(100px, 0px);
      -o-transform: translate(100px, 0px);
      transform: translate3d(100px, 0px, 0px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .slide-up.in-view,
    .slide-down.in-view,
    .slide-left.in-view {
      opacity: 1;
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate3d(0px, 0px, 0px);
    }
    /* -------------------------------------------------------- */
    /* ANIMATIONS */
    
    /* EXTRAS */
    /* -------------------------------------------------------- */
    .a-name {
      position: absolute;
      top: 0;
      left: 0;
    }
    .teal {
      color: #d56925;
    }
    .clear {
      clear: both;
    }
    .shadow {
      -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
    }
    
    @media only screen and (min-width: 481px) {
      /* BENELUX */
      #boat-survey form#contactform_2500 select,
      #contact form#contactform_2501 select {
        height: 37px!important;
      }
    }
    
    @media only screen and (min-width: 481px) and (max-height: 900px) {
      /* BENELUX */
      #boat-survey form#contactform_2500 select {
        height: 25px!important;
        padding: 0 10px !important;
      }
    }
    
    @media only screen and (min-width: 768px) {
      
      /* HEADER ELEMENTS */
      /* -------------------------------------------------------- */
      .logo {
        margin: 0;
      }
      .logo img {
				max-width: auto;
        height: auto;
        margin: 0 26px 0 0;
      }
      .logo h1 {
        display: inline;
        font-size: 18px;
        margin-top: 19px;
      }
      .logo.navbar-brand {
        margin-left: 0!important;
      }
      .country-select {
        margin-top: 0;
      }
      a.contact {
        /*margin-top: 0;
        padding: 8px;*/
      }
      a.contact span {
        display: inline;
      }
      a.contact:before {
        margin-right: 10px;
      }
      .logo h1 br {
        display: none;
      }
      
      /* FOOTER ELEMENTS */
      /* -------------------------------------------------------- */
      footer {
        text-align: left;
      }
      footer img {
        width: 100%;
        max-width: 120px;
        height: auto;
        margin-bottom: 10px;
      }
      footer .footer-logo span {
        margin-top: 0;
        padding-left: 0;
      }
      footer p {
        text-align: right;
      }
      footer .social-links {
        margin-left: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
        border-left: 1px solid #333;
        float: right;
      }
    
      /* VIDEO ELEMENTS */
      /* -------------------------------------------------------- */
      .boat-survey-button, .engine-repower-button, .contact-button {
        left: calc(50% - 60px);
      }
      .boat-survey-button, .engine-repower-button, .contact-button {
        width: 120px;
        height: 75px;
      }
      #video-section {
        padding-top: 130px;
      }
      #video-section .table {
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        vertical-align: middle;
      }
      #video-section .table-row {
        display: block;
        height: auto;
        vertical-align: middle;
      }
      #video-section .table-cell {
        display: block;
        height: auto;
        vertical-align: middle;
        float: none;
      }
            
      /* RESOURCES */
      /* -------------------------------------------------------- */
      #resources .resource-box {
        height: 255px;
      }
      #resources .resource-box img {
        max-height: 236px;
      }
      #resources .resource-box a.cta-img:before {
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
      }
      #resources .resource-box a.cta-img:after {
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
      }
      #resources .resource-box h4 {
        font-size: 17px;
      }
      #resources .resource-box.products h4 {
        height: 58px;
      }
      #resources .resource-box.features h4 {
        height: 58px;
      }
      
      /* WHITEPAPER */
      /* -------------------------------------------------------- */
      #boat-survey .arrow {
        display: block;
        width: 100%;
        max-width: 38px;
        height: auto;
      }
    
      /* TABLE SETUP */
      /* -------------------------------------------------------- */
      .table-holder {
        /*display: table;*/
        height: 100%;
        margin: 0 auto;
      }
      .table {
        display: table;
        width: 100%;
        height: 100%;
        margin: 0;
        vertical-align: middle;
      }
      .table-row {
        display: table-row;
        height: 100%;
        vertical-align: middle;
      }
      .table-cell {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        float: none;
      }
      .table-cell:before,
      .table-cell:after {
        content: "";
        display: table;
        clear: both;
      }
      
      /* FORM */
      /* -------------------------------------------------------- */
      form.contactform {
        margin: 30px 0;
      }
      form.contactform .contactformRow {
        width: 48%;
        margin-right: 2%;
        clear: none!important;
        float: left;
      }
      form.contactform .contactformFull {
        width: 98%;
        margin-right: 2%;
        clear: none!important;
        float: left;
      }
      form.contactform .contactformRow:nth-of-type(even) {
        margin-right: 0;
      }
      #boat-survey form.contactform .contactformRow:nth-child(8),
      #boat-survey form.contactform .contactformRow:nth-child(8) .contactformCol:nth-child(2) {
        width: 98%!important;
      }
      #boat-survey form.contactform .contactformRow:nth-child(8) {
        margin: 6px 0!important;
      }
      form.contactform .mktoButtonRow {
        width: 48%!important;
      }
      #contact form.contactform .contactformRow:nth-child(9) {
        margin-top: 10px;
      }
      #contact form.contactform p {
        margin-bottom: 15px!important;
      }
      form.contactform p br {
        display: block!important;
      }
      
      /* BENELUX VERSION */
      #boat-survey form#contactform_2500 .contactformRow:nth-child(8),
      #boat-survey form#contactform_2500 .contactformRow:nth-child(8) .contactformCol:nth-child(2) {
        width: 48%!important;
      }
      #boat-survey form#contactform_2500 .contactformRow:nth-child(8) {
        margin: 0 0 6px!important;
      }
      #contact form#contactform_2501 .contactformRow:nth-child(8) {
        margin-right: 52%;
      }
      #contact form#contactform_2501 .contactformRow:nth-child(9) {
        margin-top: 0;
        margin-right: 2%;
      }
      #contact form#contactform_2501 .contactformRow:nth-child(10) {
        margin-top: 24px;
      }
      #boat-survey form#contactform_2500 .contactformRow:nth-child(9),
      #boat-survey form#contactform_2500 .contactformRow:nth-child(9) .contactformCol:nth-child(2) {
        width: 98%!important;
      }
      #boat-survey form#contactform_2500 .contactformRow:nth-child(9) {
        margin: 6px 0!important;
      }
      #boat-survey form#contactform_2500 .mktoButtonRow {
        display: block!important;
      }
      #contact form#contactform_2501 .contactformRow:nth-child(10) {
        margin-top: 10px;
      }
      
      /* MODAL WINDOW */
      /* -------------------------------------------------------- */
      .modal-lg {
        width: 768px;
      }
    
    }
    
    @media only screen and (min-width: 768px) and (max-height: 900px) {
      /* BENELUX */
      #boat-survey form#contactform_2500 .contactformRow:nth-child(8) {
        width: 100%!important;
      }
    }
    
    @media only screen and (min-width: 992px) {
      
      /* BODY ELEMENTS */
      /* -------------------------------------------------------- */
      body {
        padding-top: 0;
      }
      section {
        height: 100%;
        height: 100vh;
        padding: 100px 0;
      }
      section#video-section {
        padding-top: 100px;
      }
      section#banking-section {
        padding: 135px 0 100px 0;
      }
      h2 {
        font-size: 34px;
      }
      p {
        font-size: 14px;
        line-height: 18px;
      }
      ul {
        font-size: 18px;
        line-height: 24px;
      }
      
      /* HEADER ELEMENTS */
      /* -------------------------------------------------------- */
      .logo img {
        margin: 0 20px 0 0;
      }
      .logo h1 {
        font-size: 14px;
        margin-top: 20px;
      }
      .social-lang-contact {
        margin-top: 28px;
      }
      .country-select span {
        padding: 3px 7px;
      }
      a.contact {
        padding: 5px;
      }
      .social-links {
        margin-left: 10px;
        float: right;
      }
      .social-links li a {
        width: 28px;
        height: 28px;
      }
      
      /* FOOTER ELEMENTS */
      /* -------------------------------------------------------- */
      footer .footer-logo {
        margin-top: 7px;
      }
      footer .footer-logo span {
        margin-top: 1px;
        padding-left: 12px;
      }
      
      /* FIXED SIDE NAVIGATION */
      /* -------------------------------------------------------- */
      #main-nav {
        position: fixed;
        display: block;
        width: auto;
        top: 135px;
        right: 20px;
        color: #fff;
        z-index: 15;
        border: 0;
        background: none;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
      }
      #main-nav li {
        float: none;
      }
      #main-nav li a span {
        position: absolute;
        right: 40px;
        top: 4px;
        white-space: nowrap;
        opacity: 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transform: translate3d(40px, 0px, 0px);
        -moz-transform: translate3d(40px, 0px, 0px);
        -ms-transform: translate(40px, 0px);
        -o-transform: translate(40px, 0px);
        transform: translate3d(40px, 0px, 0px);
      }
      #main-nav li a.nav-show span {
        display: block;
        opacity: 1;
        -webkit-transform: translate3d(0px, 0px, 0px);
        -moz-transform: translate3d(0px, 0px, 0px);
        -ms-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
        transform: translate3d(0px, 0px, 0px);
      }
      #main-nav li a {
        display: block;
        color: #fff;
        font-size: 15px;
        text-align: right;
        padding: 4px;
        background: none;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
      }
      #main-nav li a,
      #main-nav li a:after {
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
      }
      #main-nav li a:hover {
        background: none;
      }
      #main-nav li a:hover:after  {
        color: #666;
        content: "\f21a";
      }
      #main-nav li a:after {
        font-family: FontAwesome;
        content: "\f21a";
        margin-left: 10px;
      }  
      #main-nav li.active a {
        font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-weight: 700;
      }
      #main-nav li.active a:after {
        color: #ff6633;
        font-family: FontAwesome;
        content: "\f21a";
        margin-left: 10px;
      }
      #main-nav li a.share-button:after {
        font-family: FontAwesome;
        content: "\f1e0";
        margin-left: 10px;
      }
      #main-nav .share-links {
        display: none;


        padding: 0;
        line-height: 20px;
        list-style: none;
      }
      #main-nav .share-links a:hover,
      #main-nav .share-links a:active {
        text-decoration: none;
      }
      #main-nav li a.twitter:after {
        font-family: FontAwesome;
        content: "\f099";
      }
      #main-nav li a.facebook:after {
        font-family: FontAwesome;
        content: "\f09a";
      }
      #main-nav li a.google-plus:after {
        font-family: FontAwesome;
        content: "\f0d5";
      }
      #main-nav li a.linkedin:after {
        font-family: FontAwesome;
        content: "\f0e1";
      }
      
      /* VIDEO ELEMENTS */
      /* -------------------------------------------------------- */
      #video-section .table {
        display: table;
        height: 100%;
      }
      #video-section .table-row {
        display: table-row;
        height: 100%;
      }
      #video-section .table-cell {
        display: table-cell;
        height: 100%;
      }
      
      /* PERSPECTIVES (BLOG) */
      /* -------------------------------------------------------- */
      .blog-post .modal-body {
        padding: 30px;
      }
      .blog-post h1 {
        font-size: 36px;
        line-height: 1;
      }
      
      /* RESOURCES */
      /* -------------------------------------------------------- */
      #resources .resource-box {
        height: 275px;
      }
      #resources .resource-box img {
        max-height: 236px;
      }
      #resources .resource-box a.cta-img:before {
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        width: 60px;
        height: 60px;
        font-size: 60px;
        line-height: 60px;
      }
      #resources .resource-box a.cta-img:after {
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        width: 20px;
        height: 20px;
        font-size: 20px;
        line-height: 20px;
      }
      
      /* MODAL WINDOW */
      /* -------------------------------------------------------- */
      .modal-lg {
        width: 992px;
      }
    
    }
    @media only screen and (min-width: 1200px) {
    
      /* BODY ELEMENTS */
      /* -------------------------------------------------------- */
      h2 {
        font-size: 42px;
      }
      p {
        font-size: 14px;
        line-height: 18px;
      }
      ul {
        font-size: 19px;
        line-height: 30px;
      }
      
      /* HEADER ELEMENTS */
      /* -------------------------------------------------------- */
      .logo h1 {
        font-size: 14px;
        margin-top: 14px;
      }
      
      /* VIDEO ELEMENTS */
      /* -------------------------------------------------------- */
      #video-section {
        padding-top: 130px;
        padding-bottom: 130px;
      }
      .video-img:after {
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        font-size: 80px;
        line-height: 80px;
      }
      .boat-survey-button, .engine-repower-button{
        left: calc(50% - 95px);
        width: 190px;
        height: 95px;
      }
      .boat-survey-button a, .engine-repower-button a{
        width: 190px;
        height: 190px;
        font-size: 19px;
        padding-top: 24px;
      }
      .boat-survey-button a:after, .engine-repower-button a:after {
        font-size: 40px;
        line-height: 40px;
      }
      .boat-survey-button:hover, .engine-repower-button:hover {
        height: 110px;
      }
      
      
      /* RESOURCES */
      /* -------------------------------------------------------- */
      #resources .resource-box a.cta-img:before {
        top: calc(50% - 40px);
        left: calc(50% - 40px);
        width: 80px;
        height: 80px;
        font-size: 80px;
        line-height: 80px;
      }
      #resources .resource-box a.cta-img:after {
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
        font-size: 30px;
        line-height: 30px;
      }
      
      /* MODAL WINDOW */
      /* -------------------------------------------------------- */
      .modal-lg {
        width: 1200px;
      }
      button.close {
        font-size: 65px;
        line-height: 30px;
        width: 35px;
        height: 35px;
      }
      
      
      /* MARKETO FORM */
      /* -------------------------------------------------------- */
      #contact form.contactform p {
        margin-bottom: 15px!important;
      }
    
    }
    @media only screen and (min-width: 1430px) {
    
      /* FIXED SIDE NAVIGATION */
      /* -------------------------------------------------------- */
      #main-nav {
        /*width: 130px;*/
        right: 20px;
      }
      #main-nav li a span {
        position: relative;
        display: inline;
        right: auto;
        top: auto;
        opacity: 1;
      }
      #main-nav li a.nav-show span {
        display: inline;
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
      }
      #main-nav .share-links li {
        float: left;
      }
    
    }
    @media only screen and (min-width: 1024px) and (max-height: 900px) {
      
      /* BODY ELEMENTS */
      /* -------------------------------------------------------- */
      h2 {
        font-size: 42px;
      }
      section {
        height: auto;
        padding: 80px 0;
      }
      section#video-section,
      section#boat-survey {
        height: 100%;
        height: 100vh;
        min-height: 765px;
      }
      
      /* MODAL WINDOW */
      /* -------------------------------------------------------- */
      .modal-lg {
        width: 992px;
      }
      .modal-header .close {
        margin-top: 0;
        width: 25px;
        height: 25px;
        font-size: 25px;
        line-height: 25px;
      }
      .modal-header .close span {
        width: 25px;
        height: 25px;
        display: inline-block;
      }
      
      /* FORM */
      /* -------------------------------------------------------- */
      .form-text-col {
        width: 54%;
        margin-right: 2%;
        margin-left: 0;
      }
      .form-form-col {
        width: 44%;
        margin-right: 0;
        margin-left: 0;
      }
      .form-holder .col-sm-10 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
      }
      .boat-survey-thumb-holder {
        width: 25%;
      }
      #boat-survey .contactform .contactformRow {
        width: 100%;
        margin-right: 0;
        clear: none!important;
        float: none;
      }
      #boat-survey .mktoButtonRow {
        width: 100%!important;
      }
      
      /* MARKETO FORM */
      /* -------------------------------------------------------- */
      #boat-survey form.contactform input,
      #boat-survey form.contactform textarea {
        padding: 5px 10px!important;
      }

    }

    /* BODY ELEMENTS */
    /* -------------------------------------------------------- */
    #solution-tour {
      width: 100%;
      height: 100%;
      padding: 0;
      overflow: hidden;
    }
    #solution-tour h1,
    #solution-tour h2,
    #solution-tour h3,
    #solution-tour h4,
    #product-list h1,
    #product-list h2,
    #product-list h3,
    #product-list h4 {
      margin: 0 0 10px;
    }
    #solution-tour h1,
    #solution-tour h2,
    #solution-tour h3,
    #solution-tour h4,
    #product-list h1,
    #product-list h2,
    #product-list h3,
    #product-list h4,
    #solution-tour .flyout,
    #solution-tour .cta,
    #solution-tour #header ul li a,
    #product-list .cta,
    #link-section .left-link,
    #link-section .right-link {
      color: #fff;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
    }
    #solution-tour h1,
    #product-list h1 {
      font-size: 26px; 
      line-height: 1;
      text-transform: none;
    }
    #solution-tour h1 br,
    #product-list h1 br {
      display: none;
    }
    #solution-tour h2,
    #product-list h2 {
      font-size: 20px; 
      line-height: 1;
      text-transform: none;
    }
    #solution-tour h3,
    #product-list h3 {
      font-size: 18px; 
      line-height: 1;
      text-transform: none;
    }
    
    /* NAVIGATION */
    /* -------------------------------------------------------- */
    #solution-tour #header {
      position: absolute;
      z-index: 10;
      display: block;
      width: 100%;
      height: 1px;
      min-height: 1px;
      padding: 0;
      text-align: center;
      border-bottom: 4px #ff6633 solid;
      background-color: rgba(255,255,255,0.9);
      font-size: 16px;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      opacity: 0;
    }
    #solution-tour #header.active {
      display: block;
      height: 59px;
      padding: 15px 0;
      overflow: hidden;
      opacity: 1;
    }
    #solution-tour #header ul li {
      opacity: 0;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms;
    }
    #solution-tour #header.active ul li {
      opacity: 1;
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms;
    }
    #solution-tour #header .navbar-default {
      margin: 0;
      background-color: transparent;
      border-color: transparent
    }
    #solution-tour #header ul {
      display: inline-block;
      margin: 0 auto;
      padding: 0;
      max-width: 1200px;
      list-style: none;
      float: none;
    }
    #solution-tour #header ul:after {
      content: "";
      display: table;
      clear: both;
    }
    #solution-tour #header ul li {
      position: relative;
      display: inline-block;
      text-align: center;
    }
    #solution-tour #header ul li a {
      display: block;
      color: #000;
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 400;
      padding: 5px 10px;
      text-decoration: none;
      text-transform: none;
    }
    #solution-tour #header ul li a.active {
      font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-weight: 700;
    }
    #solution-tour #header ul li:last-of-type a {
      background: none;
    }
    #solution-tour #header ul li a span {
      display: none;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }
    #solution-tour #header ul li a span:after,
    #solution-tour #header ul li a span:before {
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }
    #solution-tour #header ul li a:before {
      font-family: FontAwesome;
      content: "\f111";
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }
    #solution-tour #header ul li a.active:before {
      color: #ccc;
    }
    #solution-tour #header ul li a:hover:before {
      color: #ff6633;
    }
    #solution-tour #header ul li .tooltip .tooltip-arrow {
      border-bottom-color: #ff6633;
    }
    #solution-tour #header ul li .tooltip .tooltip-inner {
      font-size: 15px;
      line-height: 1;
      padding: 10px;
      background-color: #ff6633;
    }
    #solution-tour #header .navbar {
      position: relative;
      min-height: auto;
      margin: 0;
      padding: 0;
      border: 0;
      background: transparent;
    }
    
    /* SECTIONS */
    /* -------------------------------------------------------- */
    .item section {
      display: block;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center top;
    }
    .item section#banking-section {
      background-image: url(/rs/050-NIX-146/images/banking-bg.jpg);
    }
    .item section#home-section {
      background-image: url(/rs/050-NIX-146/images/main-bg.jpg);
    }
    .item section#improve-section {
      background-image: url(/rs/050-NIX-146/images/improve-bg.jpg);
    }
    .item section#enhance-section {
      background-image: url(/rs/050-NIX-146/images/enhance-bg.jpg);
    }
    .item section#strengthen-section {
      background-image: url(/rs/050-NIX-146/images/strengthen-bg.jpg);
    }
    
    /* CTA / BUTTONS */
    /* -------------------------------------------------------- */
    .flyout {
      position: absolute;
    }
    .flyout-content {
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      line-height: 1;
      text-align: left;
      cursor: pointer;
    }
    .flyout-content span {
      display: block;
      padding: 15px;
      white-space: nowrap;
      background-color: #d56925;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }
    .flyout-content.slide-out-right span {
      background-color: #d56925;
      background: -moz-linear-gradient(left, rgba(22,92,83,1) 0%, rgba(63,176,168,1) 10%);
      background: -webkit-linear-gradient(left, rgba(22,92,83,1) 0%, rgba(63,176,168,1) 10%);
      background: linear-gradient(to right, rgba(22,92,83,1) 0%, rgba(63,176,168,1) 10%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#165c53', endColorstr='#d56925',GradientType=1 );
    }
    .flyout-content.slide-out-left span {
      text-align: right;
      background-color: #d56925;
      background: -moz-linear-gradient(left, rgba(63,176,168,1) 90%, rgba(22,92,83,1) 100%);
      background: -webkit-linear-gradient(left, rgba(63,176,168,1) 90%, rgba(22,92,83,1) 100%);
      background: linear-gradient(to right, rgba(63,176,168,1) 90%, rgba(22,92,83,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d56925', endColorstr='#165c53',GradientType=1 );
    }
    .flyout-content span:hover {
      background: #000;
      background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
      background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
      background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    }
    .flyout-content.arrow-right span:before,
    .flyout-content.arrow-left span:before,
    .flyout-content.arrow-down-left span:before,
    .flyout-content.arrow-down-right span:before {
      font-family: FontAwesome;
      line-height: 2;
      color: #fff;
    }
    .flyout-content.arrow-right span:before {
      content: "\f067";
      margin-left: 15px;
      float: right;
    }
    .flyout-content.arrow-left span:before {
      content: "\f067";
      margin-right: 15px;
      float: left;
    }
    .flyout-content.arrow-down-left span:before {
      content: "\f067";
      margin-right: 15px;
      float: left;
    }
    .flyout-content.arrow-down-right span:before {
      content: "\f067";
      margin-left: 15px;
      float: right;
    }
    .flyout-content span:after {
      content: "";
      display: table;
      clear: both;
    }
 
    /* ANIMATIONS */
    /* -------------------------------------------------------- */
    .slide-out-right {
      opacity: 0;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transform: translate3d(-100%, 0px, 0px);
      -moz-transform: translate3d(-100%, 0px, 0px);

      -ms-transform: translate(-100%, 0px);
      -o-transform: translate(-100%, 0px);
      transform: translate3d(-100%, 0px, 0px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .slide-out-left {
      opacity: 0;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
      -webkit-transform: translate3d(100%, 0px, 0px);
      -moz-transform: translate3d(100%, 0px, 0px);
      -ms-transform: translate(100%, 0px);
      -o-transform: translate(100%, 0px);
      transform: translate3d(100%, 0px, 0px);
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
    }
    .slide-out-left.in-view,
    .slide-out-right.in-view {
      opacity: 1;
      -webkit-transform: translate3d(0px, 0px, 0px);
      -moz-transform: translate3d(0px, 0px, 0px);
      -ms-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      transform: translate3d(0px, 0px, 0px);
    }
    .cta-01 .flyout-content {
      -webkit-transition-delay: 100ms;
      transition-delay: 100ms;
    }
    .cta-02 .flyout-content {
      -webkit-transition-delay: 500ms;
      transition-delay: 500ms;
    }
    .cta-03 .flyout-content {
      -webkit-transition-delay: 1s;
      transition-delay: 1s;
    }

    /* LIGHTBOX */
    /* -------------------------------------------------------- */
    #product-list {
      overflow: hidden;
    }
    #product-list h1,
    #product-list h2,
    #product-list h3 {
      color: #414042;
    }
    #product-list h1 {
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
    #product-list h3 {
      margin-bottom: 4px;
      text-transform: none;
    }
    #product-list h1,
    #product-section {
      border-bottom: 4px solid #ff6633;
    }
    #product-section {
      margin-bottom: 10px;
      padding-bottom: 10px;
    }
    #resource-section {
      padding-bottom: 10px;
    }
    #resource-section .img-holder {
      position: relative;
    }
    #product-list img {
      width: 100%;
      margin-bottom: 10px;
    }
    #product-list p {
      color: #333;
      font-size: 15px;
      line-height: 1.1;
      margin: 0;
    }
    #product-list .cta {
      display: inline-block;
      color: #fff;
      font-size: 14px;
      margin: 10px 0 20px 0;
      padding: 6px 15px 6px 15px;
      background-color: #d56925;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }
    #product-list .cta:after {
      font-family: FontAwesome;
      content: "\f105";
      margin-left: 15px;
    }
    #product-list .cta:hover {
      text-decoration: none;
      background-color: #000;
    }
    #link-section {
      padding: 10px;
      background-color: #231f20;
    }
    #link-section:after {
      content: "";
      display: table;
      clear: both;
    }
    #link-section .left-link,
    #link-section .right-link {
      display: block;
      color: #fff;
      margin: 0;
      padding: 6px 15px 6px 15px;
      font-size: 13px;
      text-decoration: none;
      background-color: #d56925;
      -webkit-transition: all 0.4s ease-out;
      -moz-transition: all 0.4s ease-out;
      -o-transition: all 0.4s ease-out;
      transition: all 0.4s ease-out;
    }
    #link-section .left-link br,
    #link-section .right-link br {
      display: none;
    }
    #link-section .left-link {
      text-align: left;
      margin-bottom: 10px;
    }
    #link-section .left-link:before {
      font-family: FontAwesome;
      content: "\f104";
      margin-right: 15px;
    }
    #link-section .right-link {
      text-align: right;
    }
    #link-section .right-link:after {
      font-family: FontAwesome;
      content: "\f105";
      margin-left: 15px;
    }
    #link-section a:hover,
    #link-section a:active {
      text-decoration: none;
      background-color: #000;
    }
    
    /* CAROUSEL */
    /* -------------------------------------------------------- */
    #solution-tour .carousel-inner > .item > img,
    #solution-tour .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
    }
    #solution-tour .carousel-inner {
      height: 100%;
      overflow: hidden;
    }
    #pageSlider {
      height: 100%;
    }
    .item {
      padding: 0;
      height: 100%;
    }
    .item:after {
      content: "";
      display: table;
      clear: both;
    }
    #solution-tour .carousel-control {
      top: 45%;
      bottom: auto;
      padding: 10px;
    }
    #solution-tour .carousel-control-right,
    #solution-tour .carousel-control-left {
      width: 35px;
      background-color: rgba(35,31,32,0.4);
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
    }
    #solution-tour .carousel-control-right.inactive,
    #solution-tour .carousel-control-left.inactive {
      opacity: 0;
    }
    #solution-tour .carousel-control-right.inactive {
      right: -100px;
    }
    #solution-tour .carousel-control-left.inactive {
      left: -100px;
    }
    #solution-tour .carousel-control-right,
    #solution-tour .carousel-control-left {
      opacity: 1;
    }
    #solution-tour .carousel-control-right:hover,
    #solution-tour .carousel-control-left:hover {
      background-color: rgba(35,31,32,0.7);
    }
    #solution-tour .carousel-control-right {
      left: auto;
      right: 0;
    }
    #solution-tour .carousel-control:before {
      font-family: FontAwesome;
      line-height: 1;
    }
    #solution-tour .carousel-control-right:before {
      content: "\f0da";
    }
    #solution-tour .carousel-control-left:before {
      content: "\f0d9";
    }
    
    /* CTA / BUTTONS */
    /* -------------------------------------------------------- */
    .flyout-content {
      font-size: 24px;
    }
    .flyout-content.depth1 {
      width: 350px;
      font-size: 24px;
    }
    .flyout-content.depth2 {
      width: 310px;
      font-size: 20px;
    }
    .flyout-content.depth3 {
      width: 270px;
      font-size: 18px;
    }
    
    /* START PAGE */
    /* -------------------------------------------------------- */
    #solution-tour #banking-section h2 {
      line-height: 1;
    }
    #solution-tour #banking-section h2,
    #solution-tour #banking-section p {
      color: #414042;
      margin: 0 0 15px 0;
    }
    #solution-tour #banking-section .cta {
      display: inline-block;
      color: #fff;
      padding: 10px 20px;
      background-color: #d56925;
      -webkit-transition: all 300ms ease-out;
      -moz-transition: all 300ms ease-out;
      -o-transition: all 300ms ease-out;
      transition: all 300ms ease-out;
    }
    #solution-tour #banking-section .cta:hover {
      text-decoration: none;
      background-color: #000;
    }
    
    
    /* MAX-WIDTH MEDIA QUERIES */
    /* -------------------------------------------------------- */
    @media only screen and (max-width: 375px) {
    
      /* SECTIONS */
      /* -------------------------------------------------------- */
      .item section#banking-section {
        background-image: url(/rs/050-NIX-146/images/banking-bg-mobile.jpg);
      }
    
    }
    @media only screen and (max-width: 992px) {
      
      /* NAVIGATION */
      /* -------------------------------------------------------- */
      #solution-tour #header {
        display: none;
      }
      
      /* SECTIONS */
      /* -------------------------------------------------------- */
      .item section#banking-section {
        background-position: center;
        padding: 20px 0;
      }
      .item section#home-section {
        background-position: right;
      }
      .item section#improve-section {
        background-position: 21%;
      }
      .item section#enhance-section {
        background-position: 59%;
      }
      .item section#strengthen-section {
        background-position: 36%;
      }
    
      /* CTA / BUTTONS */
      /* -------------------------------------------------------- */
      .flyout-holder {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 44px;
        left: 0;
        margin: 0;
      }
      .flyout {
        position: relative;
        top: auto!important;
        left: auto!important;
        margin: 0;
      }
      .flyout .flyout-content {
        width: auto;
        margin: 10px;
      }
      .flyout .flyout-content span {
        font-size: 13px;
        text-align: left;
        background-color: #ff6633;
        background: -moz-linear-gradient(left, rgba(22,92,83,1) 0%, rgba(63,176,168,1) 10%);
        background: -webkit-linear-gradient(left, rgba(22,92,83,1) 0%,rgba(63,176,168,1) 10%);
        background: linear-gradient(to right, rgba(22,92,83,1) 0%,rgba(63,176,168,1) 10%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e4029', endColorstr='#ff6633',GradientType=1 );
      }
      .flyout-content span:hover {
        background: #000;
        background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
        background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
        background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
      }
      .flyout .flyout-content br {
        display: none;
      }
      .flyout-content.arrow-right span:before,
      .flyout-content.arrow-left span:before,
      .flyout-content.arrow-down-left span:before,
      .flyout-content.arrow-down-right span:before {
        content: "\f105";
        line-height: 1;
        margin: 0 15px 0 0;
        float: none;
      }
      
      /* LIGHTBOX */
      /* -------------------------------------------------------- */
      .fancybox-skin {
        padding: 15px!important;
      }
      
    }
    
    /* MIN-WIDTH MEDIA QUERIES */
    /* -------------------------------------------------------- */
    @media only screen and (min-width: 768px) {
      
      /* BODY ELEMENTS */
      /* -------------------------------------------------------- */
      #solution-tour h1,
      #product-list h1 {
       font-size: 36px; 
      }
      #solution-tour h2,
      #product-list h2 {
       font-size: 30px; 
      }
      #solution-tour h3,
      #product-list h3 {
       font-size: 24px; 
      }
      
      /* START PAGE */
      /* -------------------------------------------------------- */
      #solution-tour #banking-section h2 {
       font-size: 43px; 
      }
      #solution-tour #banking-section .cta {
        font-size: 19px; 
      }
    
      /* CAROUSEL */
      /* -------------------------------------------------------- */
      #solution-tour .carousel-control {
        width: 60px;
        text-align: center;
      }
      #solution-tour .carousel-control:before {
        font-size: 60px;
      }
      
      /* LIGHTBOX */
      /* -------------------------------------------------------- */
      .p-box {
        position: relative;
        height: 320px;
      }
      .p-box .cta {
        position: absolute;
        bottom: 0;
        white-space: nowrap;
      }
      #link-section {
        padding: 20px;
      }
      #link-section .left-link,
      #link-section .right-link {
        display: inline-block;
        width: 49%;
        margin-bottom: 0;
      }
      #link-section .left-link {
        float: left;
      }
      #link-section .right-link {
        float: right;
      }
    
    }
    @media only screen and (min-width: 992px) {
      
      /* SECTIONS */
      /* -------------------------------------------------------- */
      .item section {
        display: block;
        height: 100%;
        background-size: auto, auto, cover;
        background-repeat: repeat-y, repeat-y, no-repeat;
        background-position: center left, center right, center top;
      }
      .item section#banking-section {
        background-image: url(/rs/050-NIX-146/images/left-fade.png), url(/rs/050-NIX-146/images/right-fade.png), url(/rs/050-NIX-146/images/banking-bg.jpg);
      }
      .item section#home-section {
        background-image: url(/rs/050-NIX-146/images/left-fade.png), url(/rs/050-NIX-146/images/right-fade.png), url(/rs/050-NIX-146/images/main-bg.jpg);
      }
      .item section#improve-section {
        background-image: url(/rs/050-NIX-146/images/left-fade.png), url(/rs/050-NIX-146/images/right-fade.png), url(/rs/050-NIX-146/images/improve-bg.jpg);
      }
      .item section#enhance-section {
        background-image: url(/rs/050-NIX-146/images/left-fade.png), url(/rs/050-NIX-146/images/right-fade.png), url(/rs/050-NIX-146/images/enhance-bg.jpg);
      }
      .item section#strengthen-section {
        background-image: url(/rs/050-NIX-146/images/left-fade.png), url(/rs/050-NIX-146/images/right-fade.png), url(/rs/050-NIX-146/images/strengthen-bg.jpg);
      }
    
      /* NAVIGATION */
      /* -------------------------------------------------------- */
      #solution-tour #header {
        padding: 10px 0;
      }
      #solution-tour #header.active {
        height: 70px;
      }
      #solution-tour #header ul {
        float: none;
      }
      #solution-tour #header ul li {
        display: block;
        text-align: left;
        float: left;
      }
      #solution-tour #header ul li a {
        font-size: 14px;
        padding: 10px 15px;
        background: url(/rs/050-NIX-146/images/orange-line.png) top right no-repeat;
      }
      #solution-tour #header ul li a span {
        display: block;
      }
      #solution-tour #header ul li a:before {
        content: "";
      }
    
      /* CTA / BUTTONS */
      /* -------------------------------------------------------- */
      .flyout-content.depth1 {
        width: 280px;
        font-size: 18px;
      }
      .flyout-content.depth2 {
        width: 250px;
        font-size: 16px;
      }
      .flyout-content.depth3 {
        width: 200px;
        font-size: 14px;
      }
    
    }
    @media only screen and (min-width: 1200px) {
      
      /* NAVIGATION */
      /* -------------------------------------------------------- */
      #solution-tour #header ul li a {
        font-size: 17px;
        padding: 10px 20px;
      }
      
      /* CAROUSEL */
      /* -------------------------------------------------------- */
      #solution-tour .carousel-control:before {
        font-size: 90px;
      }
    
      /* CTA / BUTTONS */
      /* -------------------------------------------------------- */
      .flyout-content {
        font-size: 24px;
      }
      .flyout-content.depth1 {
        width: 350px;
        font-size: 24px;
      }
      .flyout-content.depth2 {
        width: 310px;
        font-size: 20px;
      }
      .flyout-content.depth3 {
        width: 270px;
        font-size: 18px;
      }
      #link-section .left-link,
      #link-section .right-link {
        font-size: 15px;
      }
    
    }
    @media only screen and (min-width: 1024px) and (max-height: 1000px) {
      
      #solution-tour h3,
      #product-list h3 {
       font-size: 18px; 
      }
      .p-box {
        height: 144px;
        margin-bottom: 20px;
      }
      .p-box .img-holder {
        position: relative;
        width: 40%;
        margin-right: 15px;
        padding-bottom: 40%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        overflow: hidden;
        float: left;
      }
      .p-box .img-holder img {
        display: none;
      }
      #product-list .cta {
        position: absolute;
        bottom: 0;
        margin: 0;
      }
      #solution-tour .carousel-control {
        top: auto;
        bottom: 0;
        padding: 10px;
      }
      
    }
    @media only screen and (min-width: 1200px) and (max-height: 800px) {
      
      #insights .post-item h3 {
        font-size: 19px;
        margin: 0 0 10px;
      }
      #insights .post-item p {
        font-size: 16px;
        line-height: 20px;
      }
      
    }
    
    @media only screen and (min-width: 1200px) and (max-height: 700px) {
      
      section#boat-survey {
        padding: 40px 0;
      }
      
    }
    
    /*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
    .fancybox-wrap,
    .fancybox-skin,
    .fancybox-outer,
    .fancybox-inner,
    .fancybox-image,
    .fancybox-wrap iframe,
    .fancybox-wrap object,
    .fancybox-nav,
    .fancybox-nav span,
    .fancybox-tmp {
      padding: 0;
      margin: 0;
      border: 0;
      outline: none;
      vertical-align: top;
    }
    .fancybox-wrap {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      z-index: 8020;
    }
    .fancybox-skin {
      position: relative;
      background: #fff;
      color: #444;
      text-shadow: none;
      -webkit-border-radius: 0 4px 4px 4px;
         -moz-border-radius: 0 4px 4px 4px;
              border-radius: 0 4px 4px 4px;
    }
    .fancybox-opened {
      z-index: 8030;
    }
    .fancybox-opened .fancybox-skin {
      -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
         -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
              box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    }
    .fancybox-outer, .fancybox-inner {
      position: relative;
    }
    .fancybox-inner {
      overflow: hidden;
    }
    .fancybox-type-iframe .fancybox-inner {
      -webkit-overflow-scrolling: touch;
    }
    .fancybox-error {
      color: #444;
      font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
      margin: 0;
      padding: 15px;
      white-space: nowrap;
    }
    .fancybox-image, .fancybox-iframe {
      display: block;
      width: 100%;
      height: 100%;
    }
    .fancybox-image {
      max-width: 100%;
      max-height: 100%;
    }
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
      background-image: url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite.png);
    }
    #fancybox-loading {
      position: fixed;
      top: 50%;
      left: 50%;
      margin-top: -22px;
      margin-left: -22px;
      background-position: 0 -108px;
      opacity: 0.8;
      cursor: pointer;
      z-index: 8060;
    }
    #fancybox-loading div {
      width: 44px;
      height: 44px;
      background: url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading.gif) center center no-repeat;
    }
    a.fancybox-close {
      position: absolute;
      top: -18px;
      right: -18px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      color: #ff6633;
      font-size: 19px;
      border: 2px solid #ff6633;
      border-radius: 50%;
      background-color: #fff;
      background-image: none!important;
      text-align: center;
      z-index: 8040;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
    }
    .fancybox-close:after {
      font-family: FontAwesome;
      content: "\f00d";
    }
    .fancybox-close:hover {
      color: #fff;
      background-color: #ff6633;
      background-image: none;
      text-decoration: none;
    }
    .fancybox-nav {
      position: absolute;
      top: 0;
      width: 40%;
      height: 100%;
      cursor: pointer;
      text-decoration: none;
      background: transparent url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/blank.gif); /* helps IE */
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      z-index: 8040;
    }
    .fancybox-prev {
      left: 0;
    }
    .fancybox-next {
      right: 0;
    }
    .fancybox-nav span {
      position: absolute;
      top: 50%;
      width: 36px;
      height: 34px;
      margin-top: -18px;
      cursor: pointer;
      z-index: 8040;
      visibility: hidden;
    }
    .fancybox-prev span {
      left: 10px;
      background-position: 0 -36px;
    }
    .fancybox-next span {
      right: 10px;
      background-position: 0 -72px;
    }
    .fancybox-nav:hover span {
      visibility: visible;
    }
    .fancybox-tmp {
      position: absolute;
      top: -99999px;
      left: -99999px;
      max-width: 99999px;
      max-height: 99999px;
      overflow: visible !important;
    }
    /* Overlay helper */
    .fancybox-lock {
      overflow: visible !important;
      width: auto;
    }
    .fancybox-lock body {
      overflow: hidden !important;
    }
    .fancybox-lock-test {
      overflow-y: hidden !important;
    }
    .fancybox-overlay {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      display: none;
      z-index: 8010;
      background: url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_overlay.png);
    }
    .fancybox-overlay-fixed {
      position: fixed;
      bottom: 0;
      right: 0;
    }
    .fancybox-lock .fancybox-overlay {
      overflow: auto;
      overflow-y: scroll;
    }
    /* Title helper */
    .fancybox-title {
      visibility: hidden;
      font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
      position: relative;
      text-shadow: none;
      z-index: 8050;
    }
    .fancybox-opened .fancybox-title {
      visibility: visible;
    }
    .fancybox-title-float-wrap {
      position: absolute;
      bottom: 0;
      right: 50%;
      margin-bottom: -35px;
      z-index: 8050;
      text-align: center;
    }
    .fancybox-title-float-wrap .child {
      display: inline-block;
      margin-right: -100%;
      padding: 2px 20px;
      background: transparent; /* Fallback for web browsers that doesn't support RGBa */
      background: rgba(0, 0, 0, 0.8);
      -webkit-border-radius: 15px;
         -moz-border-radius: 15px;
              border-radius: 15px;
      text-shadow: 0 1px 2px #222;
      color: #FFF;
      font-weight: bold;
      line-height: 24px;
      white-space: nowrap;
    }
    .fancybox-title-outside-wrap {
      position: relative;
      margin-top: 10px;
      color: #fff;
    }
    .fancybox-title-inside-wrap {
      padding-top: 10px;
    }
    .fancybox-title-over-wrap {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      padding: 10px;
      background: #000;
      background: rgba(0, 0, 0, .8);
    }
    /*Retina graphics!*/
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
         only screen and (min--moz-device-pixel-ratio: 1.5),
         only screen and (min-device-pixel-ratio: 1.5){
      #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_sprite@2x.png);
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
      }
      #fancybox-loading div {
        background-image: url(https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/fancybox_loading@2x.gif);
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
      }
    }

	@media only screen and (max-width: 768px){
		.logo img{
			max-width: 387px;
		}
		.abyc img{
			max-width: 80px;
			height: auto;
		}
		.col-sm-12 img{
			text-align: center;
		}
		.img-responsive{
			display: inline;
		}
		.centerdiv{
			text-align: center;
		}
		#boat-survey img{
			float: none;
		}
		#download-survey {
    	margin-bottom: 30px;
		}
		#video-section img {
			max-width: 450px;
			float: none;
			margin: 0px auto;
		}
	}

	@media only screen and (max-width: 530px){
		.logo-holder, .abyc{
			width: 100%;
			text-align: center;
		}
		.logo img{
			width: 100%;
		}
		.abyc img{
			max-width: 80px;
			height: auto;
		}
		#video-section{
			padding-top: 150px;
		}
		#boat-survey img, #engine-repower img{
			width: 100%;
			margin-bottom: 30px;
		}
	}
    

  section#blog{
    padding-top: 160px;
    background-color: white;
    height: auto;
  }

  section#blog .orange{
    
  }

  section#blog h1, section#blog h2, section#blog h3, section#blog h4, section#blog p, section#blog li{
    color: black;
  }
  section#blog h1{
    font-size: 40px;
  }
  section#blog h2{
    font-size: 34px;
  }
  section#blog h3{
    font-size: 28px;
    color: #d56925;
  }
  section#blog h4{
    font-size: 24px;
    
  }
  section#blog p, section#blog ul li{
    font-size: 15px;
    line-height: 30px;
  }
  .blogpage #main-nav li a{
    color: black;
  }

  #survey-types{
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    background-color: #000;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-size: 19px;
    text-decoration: none;
  }
  #survey-types:hover {
    text-decoration: none;
    color: #000;
    background-color: #FFF;
  }
  .bloglink{
    background: rgba(255,255,255,0.8);
    padding: 20px;
    color: black;
  }
  
  .bloglink h3,.bloglink h4,.bloglink p{
    color: black;
  }
  .cta.contrast{
    color: #FFF;
    background-color: #d56925;;
    display: inline-block;
    
    padding: 10px 20px;
    
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    font-size: 19px;
    text-decoration: none;
  }
  .cta.contrast:hover {
    text-decoration: none;
    background-color: #000;
    color: #fff;
  }