@media print, screen and (min-width: 64em) {
.dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
}
.dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    border-color: #0196f6 transparent transparent;
}
.dropdown.menu.large-horizontal > li.hilite1.is-dropdown-submenu-parent > a::after {
    border-color: #fff transparent transparent;
}
.feature-title {
    height: 40px;
}  
}
@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}


/* ----------------------------------------- (1024px) ----------------------------------------- */
@media only screen and (min-width: 1024px) {
.logo-top {
    display:none;
}
}

/* ----------------------------------------- (1360px) ----------------------------------------- */
@media only screen and (max-width: 1360px) {
.slide-cite span:first-child {
    margin-bottom:1rem;
}
.logo-top {
    display:none;
}
.feature-title {
    height: 40px;
}    
}


/* ----------------------------------------- (1280px) ----------------------------------------- */
@media only screen and (max-width: 1280px) {
    .big-slide-wrap {
        padding-left: 15%;
        margin-bottom: 8rem;
    }
    .front-slider .content-column p {
        font-size: 1.25rem;
        line-height: 1.25;
        margin: 1rem 0 1rem;
    }
    .slide-cite img {
        max-width: 75%;
    }
    .slide-cite span:first-child {
        margin-bottom: 10px;
    }
}



/* ----------------------------------------- (1140px) ----------------------------------------- */
@media only screen and (max-width: 1140px) {
.feature-title {
    font-weight: 700;
    line-height: 1;
    font-size: 1.5rem;
    margin: 20px 0 14px;
    display: block;
    height: 46px;
}
.duo-link .button {
    margin-bottom:0;
    padding-bottom:0;
}
.section-slider {
    padding-bottom: 1rem;
} 
.section-embed .embed-box iframe {
  min-height: 1024px;
}
.content-column.column-alpha h2, .content-column.column-alpha h3 {
    font-size:115%;
}
.front-slider .content-column p {
    font-size: 1rem;
    line-height: 1.25;
    margin: 1rem 0 1rem;
}
.slide-cite img {
    max-width: 60%;
}
.slide-cite span:first-child {
    margin-bottom: 0;
}
}

/* ----------------------------------------- (1024px) ----------------------------------------- */
@media only screen and (max-width: 1024px) {
.accordion-menu .is-accordion-submenu a {
    background: #f7f7f7;
}
.menu.submenu {
    background: #ffffff;
    border-radius: 0;
    box-shadow: none;
    border: 0;
}   
.menu li.hilite1  {
    background: #266dff;
    border-radius: 4px;
    color: #fff;
    position: relative;
    margin-left:0;
    margin-right:0;
} 
.menu li.last.hilite1  {
    margin-left: 0;
    margin-right:0;
}
.section-nav {
    padding-bottom: 0;
}    
.page-home .section-hero {
    padding-top: 1rem;
    padding-bottom: 3rem;
}
.section-hero {
    padding-bottom: 2rem;
}
.logo-inside {
    display:none;
    visibility: none;
}
.logo-top {
    text-align: left;
    display: block;
    margin: 15px auto 10px 0;
}
.title-bar {
    text-align: right;
    display: block;
    margin: 8px 0 10px auto; 
    padding-right: 0;
}
.title-bar-title {
    color: #fff;
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0;
}
.top-bar, .top-bar ul {
    background-color: transparent;
    text-align: center;
    display: inline;
}
.top-bar .menu li:first-child {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}
.top-bar .menu li {
    border-bottom: 1px solid #f7f7f7;
}
.top-bar-right {
    background-color:#fff;
}
.menu-icon::after {
    background: #266dff;
    -webkit-box-shadow: 0 7px 0 #266dff, 0 14px 0 #266dff;
    box-shadow: 0 7px 0 #266dff, 0 14px 0 #266dff;
    content: '';
}
.title-bar {
    background: transparent;
}
.title-bar-group {
    display: inline-block;
    background: #ffffff;
    border-radius: 3px;
    padding: 3px 7px 4px 0;
}
}



/* ----------------------------------------- (992px) ----------------------------------------- */
@media only screen and (max-width: 992px) {
    .front-slider .content-column.column-alpha {
        padding: 0 0 0 0;
        width: 100%;
    }
    .big-slide-wrap .section-subtitle {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .front-slider .content-column.column-beta.column-image {
        width: 100%;
    }
    .front-slider .content-container.slick-slide .column-image img {
        margin-left: auto;
    }
    .big-slide-wrap {
        padding: 0 0.9375rem 0;
        margin-bottom: 4rem;
        overflow:visible;
    }
    .big-slide-wrap .content-column.column-alpha {
        text-align: center;
        order: 2;
    }
    .front-slider .content-column p {
        margin: 0 0 1rem;
    }
    .slide-cite {
        padding: 1rem 0 0rem;
    }
    .content-column.column-alpha h2, .content-column.column-alpha h3 {
        font-size: 150%;
    }
    .front-slider .slick-next {
        top: auto;
        bottom: -25px;
        left: auto;
        z-index: 10;
        right: 0;
    }
    .front-slider .slick-prev {
        top: auto;
        bottom: -25px;
        z-index: 10;

    }
    .front-slider .slick-dots {
        left: auto;
        text-align: center;
        display: inline-block;
        width: 100%;
    }
    .front-slider .slick-dots {
        position: absolute;
        bottom: -41px;
    }

}

/* ----------------------------------------- (940px) ----------------------------------------- */
@media only screen and (max-width: 940px) {
.duo-link .button {
    margin-bottom:0;
    padding-bottom:0;
} 
.section-slider {
    padding-bottom: 10rem;
} 
.section-alt-grid-inside {
    padding: 4rem 0;
}  
.section-alt-grid-normal {
    margin-top: 30px;
}
}

/* ----------------------------------------- (768px) ----------------------------------------- */
@media only screen and (max-width: 768px) {
    .feature-grid .cell {
        margin-bottom: 2.25rem;
    }
    .countdown-bg-alpha-left, .countdown-bg-alpha-left-alt  {
        display:none;
    }
    .countdown-bg-alpha-right {
        display:none;
    }
    .content-column {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .grid-content {
        background: #fff;
    }
    .section-alt-grid .duo-link {
    background:#fff;
    }
    .section-alt-grid .grid-bgnd {
        background: #fff;
        overflow: hidden;
        position: relative;
        z-index: 10;
        padding-bottom: 1rem;
        margin-bottom: 0.5rem;
    }
    .accordion-title {
        padding: 2.25rem 0.5rem 2.25rem 0.15rem;
        box-sizing: border-box;
    }
    .section-footer-top {
        padding: 6rem 1rem;
        margin-top: 12rem;
    }
    .section-footer-mid {
        margin-bottom: 6rem;
        padding-top: 1rem;
    }
    .footer-nav {
        margin: 4rem 2rem -1rem;
    }
    .footer-nav a {
        display: block;
    }
    .footer-logo a {
        display: inline-block;
        width: 95%;
    }
    .list-card-item-bottom {
        grid-column: 2 / -1;
        grid-row: 2;
        width: 100%;
        margin-top: -70px;
    }
    .list-card-item-top {
        grid-column: 1 / span 11;
    }
    .section-feature-grid {
        text-align: center;
        padding: 2rem 0.5rem 0;
    }

}


/* ----------------------------------------- (680px) ----------------------------------------- */
@media only screen and (max-width: 680px) {
.section-nav {
    padding-bottom: 5px;
}      
.section-alt-grid .section-alt-grid-inside .section-alt-grid-inverse.cell {
    order: 1;
}
.section-alt-grid-inside .large-6.medium-6.grid-bgnd.cell {
    order: 1;
}
.page-home .section-hero {
    padding-bottom: 3rem;
    padding-bottom: 5rem;
}
.section-hero {
    padding-bottom: 1rem;
}
.hero-background {
    position: relative;
    display: none;
    visibility: hidden;
}
.slider-link {
    margin-top: 50px;
}
.price-content.popular {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 2rem;
    margin-bottom: 1rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size:215%;
}
ul.switch-list li {
    display: block;
    vertical-align: text-top;
    margin: 5px 10px 0;
}
ul.switch-list {
    margin: 0 0 1rem 0;
}
.section-faq {
    margin: 6rem 0;
}
.non-outlined-container {
    padding: 1rem 1.25rem;
}
.content-column.column-alpha {
    padding: 0 0.25rem 0 0.25rem;
}
.section-slider {
    padding-bottom: 0;
    padding-top: 6rem;
    margin: 2rem 0 3rem 0;
}
.slider-link {
    margin-top: 100px;
}
img.img-bg-alpha {
    position: absolute;
    z-index: -1;
    transform: translateY(-4.5rem);
    display: none;
    max-width: 350px;
    top: 58px;
}
.content-column p {
    margin: 1rem 0 1rem;
}
.content-column.column-alpha {
    text-align: center;
}
.slide-cite img {
    margin-right: 0;
    max-width: 80%;
    height:auto;
}
/*.slick-prev {
    left: 0;
}
.slick-dots {
    left: 145px;
}*/
.slider-link .button {
    padding: 0.85em 0;
}
.hero-content {
    text-align: center;
}
.section-alt-grid-inside {
    padding: 2rem 0 4rem;
}
.section-countdown {
    color: #fff;
}
.slide-cite {
    padding: 1rem 0 2rem;
}
.section-alt-grid {
    margin: 3rem 0 0;
}
.outlined-container {
    padding: 1rem 1.25rem;
}
.slick-slide {
    background-position-x: center;
    background-position-y: top;
}
.slick-slide .content-column h2 {
    font-size: 180%;
}
.slick-slide img.column-image-bg {
    transform: translateY(60%);
}
.slick-slide .slide-video-main img {
    max-width: 65%;
}
.fancybox-slide {
    padding: 0;
}
a.logo-top img {
    width: 130px;
    max-width: 100%;
}
.hero-content .link-group {
    text-align: center;
}
}


/* ----------------------------------------- (640px) ----------------------------------------- */
@media only screen and (max-width: 640px) {

.page-home .section-hero {
    padding-bottom: 3rem;
    padding-bottom: 5rem;
}
.section-hero {
    padding-bottom: 1rem;
}
.slider-link {
    margin-top: 50px;
}
.price-content.popular {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 2rem;
    margin-bottom: 1rem;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-size:215%;
}
.info-list .info-content h5 {
    font-size:100%;
    margin:0;
}
.info-list img {
    max-width: 56px;
    height: auto;
    padding-top: 2rem;
}
ul.switch-list li {
    display: block;
    vertical-align: text-top;
    margin: 5px 10px 0;
}
ul.switch-list {
    margin: 0 0 1rem 0;
}
.section-faq {
    margin: 6rem 0;
}
.non-outlined-container {
    padding: 1rem 1.25rem;
}
.content-column.column-alpha {
    padding: 0 0.25rem 0 0.25rem;
}
.section-slider {
    padding-bottom: 0;
    padding-top: 6rem;
}
.slider-link {
    margin-top: 100px;
}
img.img-bg-alpha {
    position: absolute;
    z-index: -1;
    transform: translateY(-4.5rem);
    display: none;
    max-width: 350px;
    top: 58px;
}
.content-column p {
    margin: 1rem 0 1rem;
}
.content-column.column-alpha {
    text-align: center;
}
.slide-cite img {
    margin-right: 0;
}
a.button.uppercase-btn.promobutton {
    margin-left: 0;
}
.menu li.last a {
    margin-left:0;
}
}


/* ----------------------------------------- (600px) ----------------------------------------- */
@media only screen and (max-width: 600px) {
.feature-title {
    height: 30px;
}
}

/* ----------------------------------------- (480px) ----------------------------------------- */
@media only screen and (max-width : 480px) {
.slider-link {
    margin-top: 88px;
    text-align: left
}
}

/* ----------------------------------------- (320px) ----------------------------------------- */
@media only screen and (max-width : 320px) {

}


@media only screen and (min-width: 58.75em) {

}
