﻿/*
 * iAqualink
 */


/*
 * Fonts
 */

@import url("vendor/font-awesome.min.css");

.h1, h1, .h2, h2, .h3, h3, .h4, h4, .h5, h5, .h6, h6 {
  line-height: 1.2;
  font-weight: 400;
}

.h1, h1 {
  font-size: 40px;
  font-size: 4rem;
}

@media screen and (min-width: 991px) {
  .h1, h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}

.h2, h2 {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 991px) {
  .h2, h2 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.h3, h3 {
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (min-width: 991px) {
  .h3, h3 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.h4, h4 {
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (min-width: 991px) {
  .h4, h4 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.h5, h5 {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (min-width: 991px) {
  .h5, h5 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.h6, h6 {
  font-size: 20px;
  font-size: 2rem;
}

html {
  overflow-x: hidden;
}

html.mobile_open {
  overflow: hidden !important;
  height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.8rem;
  background: #36455a;
  color: #38445A;
}

section {
  position: relative;
  background: #FFF;
}

.section-top-border {
  border-top: 1px solid #95989A;
}

.fadeInElement {
  opacity: 0;
}

/* Custom Bootstrap Styles */

.checkbox label,
.radio label {
  font-weight: 300;
}

.form-control {
  border-radius: 0;
}

.form-control:focus {
  border-color: #28d5cd;
}

/*
 * Utilities
 */

/* Font Colors */

.text-primary {
  color: #38455A;
}

.text-primary-light {
  color: #6A7383;
}

.text-primary-accent {
  color: #F0F2F5;
}

.text-primary-accent-dark {
  color: #B4B5BE;
}

.text-primary-accent-light {
  color: #fff;
}

.text-secondary {
  color: #28D5CD;
}

.text-secondary-accent {
  color: #583BBB;
}

.text-secondary-accent-accent {
  color: #3394FF;
}

.text-shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

/* Button Colors */

.cta-primary {
  color: #38445A;
  text-decoration: none;
}

.cta-primary:hover {
  text-decoration: none;
}

.cta-secondary {
  color: #29D6CE;
  text-decoration: none;
}

.cta-secondary:hover {
  text-decoration: none;
}

.cta-secondary-accent {
  color: #583BBB;
  text-decoration: none;
}

.cta-secondary-accent:hover {
  text-decoration: none;
}

/* Background Colors */

.bg-primary {
  background-color: #38455A;
}

.bg-primary-accent {
  background-color: #F0F2F5;
}

.bg-primary-accent-light {
  background-color: #fff;
}

.bg-secondary {
  background-color: #29D6CE;
}

.bg-secondary-accent {
  background-color: #583BBB;
}

.bg-secondary-accent-accent {
  background-color: #3394FF;
}

@media (min-width: 768px) {
  .curve {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url("img/banner_curve01.png") no-repeat center;
  }
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

header {
  width: 100%;
  height: 100px;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

header.header_scrolled {
  background: #36455a;
}

header.brand-nav-fixed {
  z-index: 300;
}

@media only screen and (min-width: 992px) {
  header .navbar-brand {
    padding: 30px 50px 0 0;
    height: 100px;
  }
}

header .navbar-brand img {
  max-width: 150px;
}

@media only screen and (max-width: 1200px) {
  header .navbar-brand {
    height: 100px;
  }

  header .navbar-brand img {
    max-width: 150px;
  }
}

@media (min-width: 768px) {
  .navbar-nav.navbar-right {
    float: right!important;
  }
}

header .nav {
  padding-top: 35px;
}

header .nav nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header .nav nav ul li {
  display: inline-block;
  padding: 0 15px;
  border-left: 1px solid #FFF;
}

header .nav nav ul li:first-child,
header .nav nav ul li.support {
  border-left: 0;
}

header .nav nav ul li a {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
  text-decoration: none;
}

header .nav nav ul li a:hover {
  color: #29d6ce;
}

@media only screen and (max-width: 1360px) {
  header .nav nav ul li {
    padding: 0 12px;
  }

  header .nav nav ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

header .toolbar {
  margin-top: 80px;
  text-align: right;
}

header ul li a.btn-pill {
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #29D6CE;
  padding: 10px 20px;
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  background: #29D6CE;
  margin-left: 15px;
}

header ul li a.btn-pill.transparent {
  color: #fff;
  background: none;
}

header ul li a.btn-pill.transparent:hover {
  color: #fff;
  background: #29D6CE;
}

header ul li.support {
  padding-left: 12px;
  padding-right: 15px;
}

header .toolbar ul.user li.support a {
  color: #FFF;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 300;
}



header .toolbar ul.user li.language a:hover:after {
  content: "";
  vertical-align: top;
  width: 18px;
  height: 10px;
  position: relative;
  top: -10px;
  left: 25px;
  background: url("img/icon_chevron_down_hover.png") no-repeat;
  background-size: auto;
  text-indent: 0;
  display: none;
}

@media only screen and (max-width: 1200px) {
  header ul li a.btn-pill {
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #29D6CE;

    color: #FFF;
    background: #29D6CE;
    margin-left: 20px;
  }

  header .toolbar ul.user li a.btn-pill.transparent {
    color: #29D6CE;
    background: none;
  }

}

header .mobile_nav_toggle {
  display: none;
  float: right;
}

header .mobile_nav_toggle .navbar-toggle {
  display: none;
}

@media only screen and (max-width: 991px) {
  header {
    height: 60px;
    background: #36455a;
  }

  header .navbar-brand {
    height: 60px;
  }

  header .navbar-brand img {
    max-width: 120px;
    bottom: 15px;
  }

  header .nav,
  header .toolbar_wrap {
    display: none;
  }

  header .mobile_nav_toggle {
    display: block;
  }

  header .mobile_nav_toggle .navbar-toggle {
    display: block;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
  }

  header .mobile_nav_toggle .icon-bar {
    width: 33px;
    height: 4px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: #fff;
    display: block !important;
  }
}

header #language_panel {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #36455a;
  width: 100%;
  position: absolute;
  padding: 50px 0;
  display: none;
}

@media only screen and (max-width: 1359px) {
  header #language_panel {
    display: none;
  }
}

header #language_panel .language_lists {
  text-align: center;
}

header #language_panel .language_lists .country_list {
  display: inline-block;
  margin-right: 75px;
  vertical-align: top;
  text-align: left;
}

header #language_panel .language_lists .country_list:last-of-type {
  margin-right: 0;
}

header #language_panel .language_lists .country_list .country_list_title {
  text-transform: uppercase;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 500;
  text-align: left;
}

header #language_panel .language_lists .country_list .country_list_title span {
  display: inline-block;
  border-bottom: 2px solid #29d6ce;
}

header #language_panel .language_lists .country_list ul {
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

header #language_panel .language_lists .country_list ul li {
  display: block;
  color: #FFF;
  margin-bottom: 6px;
}

header #language_panel .language_lists .country_list ul li a {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
}

header #language_panel .language_lists .country_list ul li a:hover {
  color: #29d6ce;
}

header #mobile_menu {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  background: #36455a;
  width: 100%;
  position: absolute;
  display: none;
  overflow: scroll;
}

header #mobile_menu.menuScroll {
  overflow: scroll;
}

header #mobile_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

header #mobile_menu ul li {
  display: block;
  border-top: 1px solid #FFF;
}

header #mobile_menu ul li:first-child {
  border-top: 0;
}

header #mobile_menu ul li a {
  color: #FFF;
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}

header #mobile_menu ul li a:hover {
  background: #29d6ce;
}

header #mobile_menu ul li a span {
  color: #FFF;
}

header #mobile_menu ul li.secondary a {
  font-size: 18px;
  font-size: 1.8rem;
}

header #mobile_menu ul li.secondary ul {
  border-top: 1px solid #FFF;
  display: none;
}

header #mobile_menu ul li.secondary ul:before, header #mobile_menu ul li.secondary ul:after {
  content: " ";
  display: table;
}

header #mobile_menu ul li.secondary ul:after {
  clear: both;
}

header #mobile_menu ul li.secondary ul li {
  border: 0;
}

header #mobile_menu ul li.secondary ul li span {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -3px;
}



header #mobile_menu ul li.secondary ul li a:hover {
  background: none;
}

/*
 * Footer
 */

.footer-section {
  background: #38445a;
  padding: 20px 0 40px 0;
  position: relative;
}

@media (min-width: 1200px) {
  .footer-col {
    padding-top: 30px;
  }
}

.footer-section a {color:#fff;}

.footer-section a:hover {
  color:#29D6CE;
  text-decoration: none;
}

.footer-section .form-group {border:1px solid #fff;}

.footer-section input[type="text"],
.footer-section input[type="email"],
.footer-section input[type="checkbox"],
.footer-section select{
	background: #38445A;
	color: #fff;
}

.footer-section ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}

.footer-section :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}

.footer-section ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.footer-section :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #fff;
}

.footer-logo {
  max-width: 150px;
  margin-bottom: 10px;
}

.footer-title {
  color: #fff;
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 10px;
  display: block;
}

.footer-copy {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

.footer-links {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 0;
}

.footer-legal {
  font-size: 10px;
  font-size: 1rem;
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}

.vert-line {width:1px;height:350px;background-color:#fff;}

.signUp-btn .fa-angle-right,
.signUp-btn .fa-angle-down {
  font-size:22px;
}

@media (max-width: 1199px) {
  .footer-section .signUp-btn {
    margin-bottom: 15px;
  }
}

.fadeMsg{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;-webkit-box-shadow:1px 2px 3px rgba(0, 0, 0, 0.6);-moz-box-shadow:1px 2px 3px rgba(0, 0, 0, 0.6);box-shadow:1px 2px 3px rgba(0, 0, 0, 0.6);position:fixed;top:50%;left:50%;z-index:9999;padding:10px 15px;max-width:400px;border:1px solid #fff;background:#00339c;background:rgba(0, 51, 156, 0.88);color:#fff;text-shadow:1px 1px 0 #000;font-size:14px;}

#loading{position:fixed;top:50%;left:50%;z-index:9999;display:none;margin-top:-24px;margin-left:-24px;width:48px;height:48px;background:url('/zodiaccorporate/ui/img/loading.gif') center center no-repeat;}
.footer-section .social {
  padding: 0;
  list-style: none;
}

.footer-section .social li {
  display: inline-block;
}

.footer-section .app-item {
  margin-top: 15px;
  max-width: 120px;
}

@media (max-width: 767px) {
  .footer-section .addthis_inline_follow_toolbox {
    display: flex;
    justify-content: center;
  }
  .footer-section .apps {
    text-align: center;
  }

}

#page main {
  height: 100%;
  margin-top: 0;
  background: #FFF;
}

#page main.no_banner {
  margin-top: 100px;
}

@media only screen and (max-width: 991px) {
  #page main.no_banner {
    margin-top: 60px;
  }
}

::-webkit-input-placeholder {
  color: #6D6D6D;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6D6D6D;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6D6D6D;
}

:-ms-input-placeholder {
  color: #6D6D6D;
}

/*
 * Animations
 */

@-moz-keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

@keyframes bounce {
  0%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.bounce {
  -moz-animation: bounce 1s infinite;
  -webkit-animation: bounce 1s infinite;
  animation: bounce 1s infinite;
}

.scroll_animation {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.scroll_animation.fade-in {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}

/*
 * Buttons
 */

a.btn,
.btn {
  display: inline-block;
  padding: 10px 20px;
  min-width: 225px;
  color: #FFF;
  text-transform: uppercase;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  background: #29d6ce;
  border: 2px solid transparent;
}

@media only screen and (max-width: 767px) {
  a.btn {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
a.btn:hover,
.btn:hover {
  color: #29D6CE;
  background: none;
  border: 2px solid #29D6CE;
}

a.btn:active {
  color: #FFF;
  background: #3394FF;
}

a.btn.purple {
  background: #583cbb;
}

a.btn.purple:hover {
  background: #29d6ce;
  color: #FFF;
}

a.btn.transparent {
  color: #29D6CE;
  border: 2px solid #29D6CE;
  background: none;
}

a.btn.transparent:hover {
  color: #FFF;
  background: #29D6CE;
  border: 2px solid #29D6CE;
}

a.btn i {
  padding-left: 10px;
}

.cta {
  font-size: 20px;
  font-size: 2rem;
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  padding: 15px 0;
}

.cta-icon {
  margin-left: 5px;
  margin-top: -0.125em;
  vertical-align: middle;
  font-size: 35px;
}

/*
 * Heroes
 */

.hero-title {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}

.hero-subtitle {
  font-weight: 300;
  color: #fff;
  margin: 0;
  font-style: italic;
}

.hero {
  display: flex;
  align-items: center;
  min-height: 700px;
  max-height: 750px;
}

@media only screen and (max-width: 767px) {
  .hero {
    min-height: 580px !important;
    max-height: 580px !important;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 700px;
  }
}

@media only screen and (min-width: 992px) {
  .hero {
    height: 800px;
  }
}

/* Hero - Home */

.hero .scrolldown {
  position: absolute;
  top: 525px;
  left: 0;
  width: 100%;
  height: 58px;
  text-align: center;
}

@media (min-width: 768px) {
  .hero .scrolldown {
    top: 600px;
  }
}

.hero .phone {
  position: absolute;
  right: 0;
  width: 275px;
}

@media only screen and (min-width: 992px) {
  .hero .phone {
    right: 100px;
    bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .hero .phone {
    right: 250px;
  }
}

.hero .phone img {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .hero .curve {
    background-size: 100% 120px;
  }
}

.hero .bounce {
  -moz-animation: bounce 1s 5;
  -webkit-animation: bounce 1s 5;
  animation: bounce 1s 5;
}

@media only screen and (max-width: 767px) {
  .home-product-promo {
    background-image: none !important;
    background-color: #50687f;
  }
}

.home-promo-headline {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.home-promo-product-image {
  min-height: 250px;
  display: flex;
  align-items: center;
}

.scroll_arrow {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
}

/*
 * Sections
 */

.section-title {

  font-size: 28px;
  font-size: 2.8rem;
  color: #29D6CE;
  font-weight: 400;
}

@media screen and (min-width: 991px) {
  .section-title {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.section-subtitle {
  font-size: 20px;
  font-size: 2rem;
  color: #6A7383;
  font-weight: 400;
  font-style: italic;
}


@media screen and (min-width: 991px) {
  .section-subtitle {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.section-headline {
  font-size: 30px;
  font-size: 3rem;
}

@media screen and (min-width: 991px) {
  .section-headline {
    font-size: 40px;
    font-size: 4rem;
  }
}

.section-subheadline {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}

@media screen and (min-width: 991px) {
  .section-subheadline {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.section-lead {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
}

@media screen and (min-width: 991px) {
  .section-lead {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.section-copy {
  font-size: 18px;
  font-size: 1.8rem;
  color: #B4B5BE;
  margin-bottom: 25px;
}

@media screen and (min-width: 991px) {
  .section-copy {
    font-size: 20px;
    font-size: 2rem;
  }
}

.section-list {
  font-size: 18px;
  font-size: 1.8rem;
  list-style-type: none;
  color: #888997;
}

@media screen and (min-width: 991px) {
  .section-list {
    font-size: 20px;
    font-size: 2rem;
  }
}

.section-list li {
  margin-bottom: 5px;
}

.section {
  padding: 60px 0;
}

/*
 * Color Blocks
 */

.color-blocks {
  display: table;
  width: 100%;
  position: relative;
  background: #583cbb;
}

@media (max-width: 767px) {
  .color-blocks {
    display: none;
  }
}

.color-blocks .one {
  background: #31dbda;
}

.color-blocks .two {
  background: #3395ff;
}

.color-blocks .three {
  background: #583cbb;
}

.color-blocks .one,
.color-blocks .two,
.color-blocks .three {
  float: none;
  text-align: center;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding-top: 90px;
  padding-bottom: 80px;
}

.color-blocks .icon {
  width: 185px;
  height: 175px;
  margin: 0 auto 45px auto;
}

.color-blocks .icon img {
  max-width: 100%;
  max-height: 100%;
}

.color-blocks-title {
  color: #FFF;
  font-weight: 300;
  position: relative;
  padding-bottom: 25px;
}

.color-blocks-title:after {
  content: '';
  width: 80px;
  height: 2px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}

@media only screen and (max-width: 1200px) {
  .color-blocks .icon {
    width: 100px;
    height: 95px;
  }

  .color-blocks-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

/*
 * Quote
 */

.quote {
  background: #FFF;
}

.quote blockquote {
  margin-top: 200px;
  margin-bottom: 100px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  color: #223955;
  position: relative;
  border: 0;
}

.quote blockquote:before {
  content: "";
  width: 90px;
  height: 78px;
  background: url("img/icon_quotes_purple.png") no-repeat center;
  position: absolute;
  margin-top: -140px;
  left: 50%;
  margin-left: -40px;
}

.quote blockquote p {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.3em;
  margin-bottom: 50px;
}

.quote blockquote cite {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .quote blockquote {
    margin-bottom: 30px;
    margin-top: 100px;
  }

  .quote blockquote:before {
    width: 55px;
    height: 48px;
    background-size: 100%;
    margin-top: -70px;
  }

  .quote blockquote p {
    font-size: 25px;
    font-size: 2.5rem;
  }

  .quote blockquote cite {
    font-size: 20px;
    font-size: 2rem;
  }
}

.page_cta {
  background: #29d6ce;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.page_cta p {
  color: #FFF;
  margin: 15px 0;
  padding: 0;
  font-size: 40px;
  font-size: 4rem;
}

.page_cta a.btn {
  margin: 15px 30px 15px 30px;
}

@media only screen and (max-width: 767px) {
  .page_cta {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page_cta p {
    font-size: 30px;
    font-size: 3rem;
  }
}

.video_landing {
  background: #FFF;
  padding-top: 60px;
  padding-bottom: 60px;
}

.video_landing .video-wrapper:nth-of-type(2) ~ .video-wrapper {
  margin-top: 50px;
}

.video_landing .video_item {
  position: relative;
}

.video_landing .video_item img {
  max-width: 100%;
}

.video_landing .video_item a {
  display: block;
  position: relative;
}

.video_landing .video_item a:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("img/icon_playbtn_white.png") no-repeat center center;
  background-size: 136px;
  width: 100%;
  height: 100%;
}

.video_landing .video_title {
  margin-top: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 300;
  color: #888997;
  padding-left: 5px;
}

.video_landing .video_item a:after {
  background-size: 64px;
}

@media only screen and (max-width: 767px) {
  .video_landing .video_title {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .video_landing .video_item {
    margin-right: 0;
  }

  .video_landing .video_item a:after {
    background-size: 48px;
  }
}

.phone_animation {
  background: #38445a;
}

@media only screen and (min-width: 992px) {
  .phone_animation .container {
    height: 1200px;
  }
}

.phone_animation .gridding {
  position: absolute;
  top: 0;
  left: 0;
  height: 1200px;
  z-index: 1;
}

.phone_animation .phone_screens {
  width: 1590px;
  height: 1200px;
  left: -19%;
  z-index: 2;
  position: absolute;
  background: url("img/phone_mask.png") no-repeat;
  background-position: center center;
  background-size: auto 1200px;
}

@media only screen and (max-width: 1589px) {
  .phone_animation .phone_screens {
    left: -500px;
  }
}

@media only screen and (max-width: 1200px) {
  .phone_animation .phone_screens {
    left: -550px;
  }
}

@media only screen and (max-width: 991px) {
  .phone_animation .phone_screens {
    width: 100%;
    left: 0;
    position: relative;
    height: 600px;
    background-size: auto 600px;
  }
}

.phone_animation .screen_position {
  width: 448px;
  height: 980px;
  position: absolute;
  top: 217px;
  left: 570px;
  z-index: 3;
}

@media only screen and (max-width: 991px) {
  .phone_animation .screen_position {
    left: -3px;
    right: 0;
    margin: 0 auto;
    top: 110px;
    width: 223px;
    height: 490px;
  }
}

.phone_animation .screen_position .owl-dots {
  position: absolute;
  z-index: 100;
  height: 100px;
  font-size: 20px;
  color: red;
  bottom: -210px;
  width: 448px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .phone_animation .screen_position .owl-dots {
    bottom: -160px;
    width: 220px;
  }
}

.phone_animation .screen_position .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.phone_animation .screen_position .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background: transparent;
  display: block;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-backface-visibility: visible;
  border: 2px solid #7f7f7f;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.phone_animation .screen_position .owl-dot.active span, .phone_animation .screen_position .owl-dot:hover span {
  background: #29d6ce;
  border: 2px solid #29d6ce;
}

.phone_animation .screen_position .owl-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  display: none;
}

.phone_animation .screen_position .owl-prev.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.phone_animation .screen_position .owl-next {
  position: absolute;
  right: -50px;
  z-index: 100;
  top: 50%;
  display: none;
}

.phone_animation .screen_position .owl-next.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@media only screen and (max-width: 991px) {
  .phone_animation .screen_position .owl-prev,
      .phone_animation .screen_position .owl-next {
    display: block;
  }
}

.phone_animation .screen_copy {
  padding-top: 150px;
}

.phone_animation .screen_copy .intro {
  margin-bottom: 70px;
  text-align: left;
}

.phone_animation .screen_copy .intro h4 {
  color: #29d6ce;
  font-size: 45px;
  font-size: 4.5rem;
  margin-bottom: 25px;
}

.phone_animation .screen_copy .intro p {
  font-size: 25px;
  font-size: 2.5rem;
}

.phone_animation .screen_copy p {
  color: #FFF;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-size: 2rem;
}

.phone_animation .screen_copy.mobile_copy {
  display: none;
}

@media only screen and (max-width: 991px) {
  .phone_animation .screen_copy {
    padding-top: 40px;
    padding-bottom: 70px;
    position: relative;
    float: none;
  }

  .phone_animation .screen_copy.desktop_copy {
    display: none;
  }

  .phone_animation .screen_copy.mobile_copy {
    display: block;
  }

  .phone_animation .screen_copy.mobile_copy .screen_option a {
    display: none;
    height: 0;
  }

  .phone_animation .screen_copy.mobile_copy .screen_option a.active {
    display: block;
    height: auto;
  }

  .phone_animation .screen_copy.mobile_header {
    padding-bottom: 0;
  }

  .phone_animation .screen_copy .intro {
    text-align: center;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .phone_animation .screen_copy .intro h4 {
    font-size: 35px;
    font-size: 3.5rem;
  }

  .phone_animation .screen_copy .intro p {
    font-size: 20px;
    font-size: 2rem;
  }
}

.phone_animation .screen_options_wrap {
  width: 100%;
  position: relative;
  z-index: 10;
}

.phone_animation .screen_options_wrap:before, .phone_animation .screen_options_wrap:after {
  content: " ";
  display: table;
}

.phone_animation .screen_options_wrap:after {
  clear: both;
}

.phone_animation .screen_options_wrap .screen_option {
  float: left;
  width: 50%;
  padding-right: 100px;
  margin-bottom: 90px;
}

.phone_animation .screen_options_wrap .screen_option a {
  text-decoration: none;
  display: block;
}

.phone_animation .screen_options_wrap .title {
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
}

.phone_animation .screen_options_wrap p {
  color: rgba(255, 255, 255, 0.7);
}

.phone_animation .screen_options_wrap a.active .title {
  color: #29D6CE;
}

.phone_animation .screen_options_wrap a.active p {
  color: #FFF;
}

@media only screen and (max-width: 1260px) {
  .phone_animation .screen_options_wrap .screen_option {
    display: block;
    width: 100%;
    padding-right: 20px;
    margin-bottom: 0;
  }

  .phone_animation .screen_options_wrap .title {
    margin-bottom: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .phone_animation .screen_options_wrap .title {
    font-size: 24px;
    font-size: 2.4rem;
  }

  .phone_animation .screen_options_wrap p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.support-hero img {
  max-height: 300px;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.support .section-title {
  color: #38455a;
}

.support .section-copy {
  color: #38455a;
}

.support .section .product_list img {
  max-height: 300px;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.support .accordion {
  text-align: left;
  float: left;
  width: 100%;
}

.support .accordion:before,
.support .accordion:after {
  content: " ";
  display: table;
}

.support .accordion:after {
  clear: both;
}

.support .accordion .accordionItem {
  border: 1px solid #CCC;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.support .accordion .accordionItem.accordion_open {
  border: 1px solid #38445a;
}

.support section .accordion .accordion_trigger {
  padding: 15px;
  cursor: pointer;
}

.support .accordion .accordion_trigger,
.support .accordion .accordion_content {
  font-size: 18px;
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .support .accordion .accordion_trigger,
  .support .accordion .accordion_content {
    font-size: 20px;
    font-size: 2rem;
  }
}

.support .accordion .accordion_content {
  padding: 10px 15px;
  display: none;
}

.support .product_list .prod_list {
  margin-bottom: 75px;
  text-align: center;
}

.support .product_list .prod_list .product_list-title {
  font-style: italic;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.support .product_list .prod_list .product_list-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.support .product_list .prod_list .product_list-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.support .product_list .prod_list .product_list-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  .support .product-list-description {
    display: flex;
    align-items: center;
  }
}

.support .product-list-description-info {
  margin-bottom: 20px;
}

.support .product-list-description .cta {
  color: #29D6CE;
}

.support .support_video .innerContainer {
  position: relative;
  display: inline-block;
  width: 100%!important;
  height: 0;
  padding: 56.25% 0 0;
  max-width: 970px;
  margin: 40px auto 0 auto;
}

.support .support_video .vidyard_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 970px;
  max-height: 545px;
}

.support .support_video .vidyard_player > span {
  width: 100%!important;
  height: 100%!important;
  margin: 0 auto!important;
}

.support .faqs:before,.support .faqs:after {
  content: " ";
  display: table;
}

.support .faqs:after {
  clear: both;
}

.support .faqs .faqs_content {
  text-align: left;
}

.support .faqs img {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  display: block;
}

.support .faqs .accordion {
  margin-top: 20px;
}

.support section ol li,
.support section ul li {
  margin-bottom: 8px;
}

/*
 * Flags
 */

.flag {
  margin-right: 7px;
  vertical-align: middle;
}

/*
 * Modal for Vidyard Videos
 */

.modal-content-vidyard iframe{
  margin: 0 auto;
  display: block;
}

.modal-close-vidyard {
  position: absolute;
  top: -20px;
  right: 0;
  padding: 0;
  height: 30px;
  cursor: pointer;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background: 0;
  border: 0;
}

@media (max-width: 767px) {
  .modal-open .modal.in {
    top: 50%;
    margin-top: -28.1%;
  }
}

@media (min-width: 768px) {
  .modal-open .modal.in {
    display: flex !important;
    align-items: center;
  }
}

.modal-dialog-vidyard {
  max-width: 560px;
}

.modal-body-vidyard {
  padding: 0;
}

/*
 * Sitecore
 */

@media (min-width: 991px) {
  .fixed {
    background-attachment: fixed!important;
  }
}

.bgImage {
  display: none;
}
