/****************************************************************/
/*** SHARED STYLES **********************************************/
/****************************************************************/
/* Generated by Glyphter (http://www.glyphter.com) on  Wed Jul 08 2020*/
@font-face {
    font-family: 'Glyphter';
    src: url('/fonts/icons/Glyphter.eot');
    src: url('/fonts/icons/Glyphter.eot?#iefix') format('embedded-opentype'),
        url('/fonts/icons/Glyphter.woff') format('woff'),
        url('/fonts/icons/Glyphter.ttf') format('truetype'),
        url('/fonts/icons/Glyphter.svg#Glyphter') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class*='icon-']:before {
    display: inline-block;
    font-family: 'Glyphter';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-Accessories:before {
    content: '\0041';
}

.icon-Download:before {
    content: '\0044';
}

.icon-Faqs:before {
    content: '\0046';
}

.icon-Harvest:before {
    content: '\0048';
}

.icon-Notetaking:before {
    content: '\004e';
}

.icon-Video:before {
    content: '\0056';
}


.nav-link>i {
    font-size: 20px;
    position: relative;
    top: -2px;
    padding-right: 5px;
}

#body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.row {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
}

.col {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
}

/* HEADINGS */
h2 {
    font-family: bebas-neue, sans-serif;
    color: #469925;
    font-weight: bold;
    letter-spacing: 12px;
    font-size: 31px;
    padding-bottom: 15px;
}

h3 {
    text-transform: uppercase;
    color: #888B8D;
    font-size: 28px;
    font-weight: 300;
}

.sub-title {
    font-weight: bold;
    position: relative;
    top: -5px;
}

/* widths */

.width__small {
    width: 25%;
}

/* INDENTS AND ALIGNMENT */
.left-aligned {
    margin-left: 26%;
    margin-right: 26%;
    max-width: 48%;
    text-align: left;
    padding-left: 0;

}

.center-aligned-section {
    max-width: 70%;
    margin: 0 auto;
}

.text-left {
    text-align: left;
}

.center-aligned {
    margin: 0 auto;
    text-align: center;
}


/* PADDING */

.top-padding__standard {
    padding-top: 150px;
}

.top-padding__large {
    padding-top: 200px;
}

.top-padding__small {
    padding-top: 80px;
}

/* BUTTONS */

button:active,
button:focus {
    outline: none;
    box-shadow: 0 0 1px 2px grey;
}

.green-hover * {
    color: #888B8D;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;

}

.green-hover:hover {
    text-decoration: none;
}

.green-hover:hover * {
    filter: invert(47%) sepia(91%) saturate(398%) hue-rotate(58deg) brightness(89%) contrast(89%);
    color: #6CC24A;
    text-decoration: none;
}

.download-icon {
    padding: 30px 0 0 0;
}

.download-icon>a>img {
    width: 120px;
}

.contact_us_button {
    padding-left: 20%;
    padding-top: 10px;
}

/* MODALS */

.img-modal {
    transform: translateX(-25%);
    width: 960px;
    background-color: transparent;
    border: none;
}

.img-modal>.modal-body {
    padding: 0;
    margin: 0;
}

.img-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    width: 50px;
    height: 50px;
    font-size: 40px;
}

/* IMAGES */
img {
    max-width: 100%;
}


/****************************************************************/
/*** HEADER SECTION *********************************************/
/****************************************************************/
#mirus_banner {
    background-image: url("/images/banners/Mirus_Header_XL_2.jpg");
}

.product-logo img {
    max-height: 150px;
    opacity: 90%;
    padding-left: 7px;
}

.product-logo {
    padding-top: 300px;
    max-width: 400px;
}

.product-banner {
    background-position: center center;
    background-size: cover;
}


/****************************************************************/
/*** MAIN BULLETS ***********************************************/
/****************************************************************/

.main-bullets__text {
    max-width: 60%;
}

.main-bullets__links {
    text-align: center;
    max-width: 40%;
}

/****************************************************************/
/*** MIRUS INFO *************************************************/
/****************************************************************/

.mirus-info-section {
    justify-content: center;
    align-items: center;
}

.mirus-info__header-img-row {
    max-width: 1100px;
}

.mirus-info__header-img {
    width: 100%;
    position: relative;
}

#mirus-info__header-img__harvest,
#mirus-info__header-img__plugins,
#mirus-info__text__harvest,
#mirus-info__text__plugins {
    display: none;
}

.mirus-info__button-row {
    padding-top: 75px;
    max-width: 1200px;
    justify-content: center;
}

.mirus-info__button-col {
    max-width: 300px;
}

.mirus-info__button {
    margin: 0 50px;
    max-width: 200px;
    border: none;
}

.plugin__text {
    padding-right: 20px;
    margin-right: 20px;
}

.plugins__img-btn {
    width: 100%;
}

.plugins__img-btn>* {
    width: 100%;
}

/****************************************************************/
/*** SYSTEM REQUIREMENTS ****************************************/
/****************************************************************/

.system-requirements {
    max-width: 590px !important;
    margin: 0 auto;
}

.system-requirements__table {
    margin-top: 30px;
    text-align: left;
}

.system-requirements__table td {
    padding-left: 50px;
}

.system-requirements__table tr {
    border-bottom: 1px solid lightgray;
}

.system-requirements__table tr>td:first-child {
    font-weight: bold;
    text-transform: uppercase;
}

.system-requirements__table tr:last-child {
    border-bottom: none;
}

/****************************************************************/
/*** MESA PRODUCT BANNER ****************************************/
/****************************************************************/

.mesa-product-banner__img {
    padding-top: 50px;
    padding-bottom: 50px;
    height: 800px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

/****************************************************************/
/*** MESA INFO **************************************************/
/****************************************************************/

.mesa-info {
    max-width: 500px;
    margin: 0 auto;
}

/****************************************************************/
/*** TOTAL SOLUTION PACKAGE *************************************/
/****************************************************************/

.mirus_icon {
    width: 150px;
    height: 150px;
    padding: 10%;
}

.total-solutions-package-section {
    padding-top: 150px;
    justify-content: center;
}

.total-solutions-package-section__equation-row {
    max-width: 650px;
}

.total-solution-package-section__text-container {
    max-width: 550px;
}

.total-solution-package-section {
    padding-top: 200px;
}

.total-solution-package-section__text-body {
    max-width: 400px;
}

.total-solution-package-section__equation {
    transform: translateY(-15px);
    display: flex;
}


.total-solution-package-section__text-container {
    padding-left: 75px;
}

.math-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 50px;
    height: 200px;
}

.math-logo-container>img {
    width: 50px;
    height: 50px;
}

.product-logo-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 150px;
    height: 200px;
}

.product-logo-container>img {
    max-width: 110px;
    margin: 0 auto;
}

.product-logo img {
    max-width: 100%;
    opacity: 1;
}

.product-logo {
    padding-top: 14%;
}

.product-logo-container img:nth-child(2) {
    margin: 0 auto;
    width: 90%;
    transform: translateY(-5px);
}

.product_icons {
    max-width: 150px;
    margin: 0rem;
    display: flex;
    justify-content: center;
}

.product_icons>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.product_icons>a>img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.product_icon_logos_container {
    max-width: 100%;
}

.product_icon_logos_container>img {
    width: 100%;
}

.product_icon_logos {
    top: -.25rem;
}

/****************************************************************/
/*** VIDEOS *****************************************************/
/****************************************************************/

.videos-section {
    max-width: 1100px;
    padding-top:0px;
}

.video-section__video {
    max-width: 50%;
    margin: 0 auto;
}

/****************************************************************/
/*** DOWNLOADS **************************************************/
/****************************************************************/

.downloads-section {
    padding-top: 150px;
    padding-bottom: 150px;
    justify-content: center;
}

.downloads-section>.download-icon {
    max-width: 250px;
    align-items: center;
}

.download-icon__anchor {
    max-width: 135px;
    text-align: center;
}

.download-icon__plugin {
    max-width: 25px;
    text-align: center;
}

/****************************************************************/
/*** FAQ ********************************************************/
/****************************************************************/

#faqs {
    padding-bottom: 68px;
}

/*------------------------------------------------------------------------------------------------*\
| xs breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (max-width: 575px) {

    /* SHARED STYLES */
    .left-aligned {
        margin: 0 auto;
        max-width: 95%;
    }

    .top-padding__large {
        padding-top: 100px;
    }

    .top-padding__standard {
        padding-top: 50px;
    }

    /* buttons */
    .download-icon {
        margin-left: 0px;
    }

    /* modals */
    .img-modal {
        width: 100%;
        transform: none;
    }

    .img-modal img {
        width: 100%;
    }

    /* HEADER SECTION */
    .product-banner {
        height: 300px;
    }

    .product-logo {
        padding-top: 150px;
        text-align: center;
    }

    .product-logo img {
        max-height: 100px;
    }

    /* MAIN BULLETS */
    .contact_us_button {
        padding-top: unset;
    }

    .main-bullets__section {
        flex-direction: column;
    }

    .main-bullets__text {
        max-width: 95%;
        text-align: center;
    }

    .main-bullets__bullets {
        text-align: left;
        max-width: 80%;
        margin: 0 auto;
    }

    .main-bullets__links {
        max-width: 95%;
        padding-top: 20px;
    }

    /* MIRUS INFO */
    .mirus-info__plugin-section {
        flex-direction: column;
    }

    .mirus-info__button-row {
        flex-direction: column;
        padding-top: 50px;
        max-width: 200px;
        margin: 0 auto;
    }

    .mirus-info__button-row>.col {
        padding-top: 20px;
    }

    #mirus-info__text__plugins {
        padding: 48px;
    }

    /* SYSTEM REQUIREMENTS */
    .system-requirements {
        max-width: 85%;
    }

    /* MESA PRODUCT BANNER */
    .mesa-product-banner__img {
        height: 400px;
    }

    /* MESA INFO */
    .mirus-info__button-row {
        flex-direction: column;
        padding-top: 50px;
        max-width: 300px;
        margin: 0 auto;
    }

    .mirus-info__button-row>.col {
        padding-top: 20px;
    }

    .mesa-info {
        text-align: center;
    }

    .mesa-info__bullets {
        max-width: 300px;
        text-align: left;
        margin: 0 auto;
    }

    /* TOTAL SOLUTION PACKAGE */
    .total-solutions-package-section {
        flex-direction: column;
    }

    .total-solution-package-section__equation {
        float: none;
        display: flex;
        justify-content: center;
    }

    .total-solution-package-section__text-body {
        max-width: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .total-solution-package-section__text-container {
        padding-left: 0;
    }

    .math-logo-container>img {
        width: 35px;
    }

    .product_icons {
        max-width: 100px;
    }

    .mirus_icon {
        width: 100px;
        height: 100px;
        padding: 7.5px;
    }

    /* VIDEOS */
    /* DOWNLOADS */
    .downloads-section {
        flex-direction: column;
    }

    .download-icon {
        width: 135px;
        margin: 0 auto;
    }

    /* FAQ */
}


/*------------------------------------------------------------------------------------------------*\
| sm breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 576px) and (max-width: 767px) {

    /* SHARED STYLES */
    .left-aligned {
        margin: 0 auto;
        max-width: 95%;
    }

    .top-padding__large {
        padding-top: 100px;
    }

    .top-padding__standard {
        padding-top: 50px;
    }

    /* buttons */
    .download-icon {
        margin-left: 0px;
    }

    /* modals */
    .img-modal {
        width: 100%;
        transform: none;
    }

    .img-modal img {
        width: 100%;
    }

    /* HEADER SECTION */
    .product-banner {
        height: 18.75rem;
    }

    /* MAIN BULLETS */
    .contact_us_button {
        padding-top: unset;
    }

    .main-bullets__section {
        flex-direction: column;
    }

    .main-bullets__text {
        max-width: 95%;
        text-align: center;
    }

    .main-bullets__bullets {
        text-align: left;
        max-width: 80%;
        margin: 0 auto;
    }

    .main-bullets__links {
        max-width: 95%;
        padding-top: 20px;
    }

    /* MIRUS INFO */
    .mirus-info__plugin-section {
        flex-direction: column;
    }

    .mirus-info__button-row {
        flex-direction: column;
        padding-top: 50px;
        max-width: 300px;
        margin: 0 auto;
    }

    .mirus-info__button-row>.col {
        padding-top: 20px;
    }

    #mirus-info__text__plugins {
        padding: 48px;
    }

    /* SYSTEM REQUIREMENTS */
    .system-requirements {
        max-width: 75%;
    }

    /* MESA PRODUCT BANNER */
    .mesa-product-banner__img {
        height: 400px;
    }

    /* MESA INFO */
    /* TOTAL SOLUTION PACKAGE */
    .total-solutions-package-section {
        flex-direction: column;
    }

    .total-solution-package-section__equation {
        float: none;
        display: flex;
        justify-content: center;
    }

    .total-solution-package-section__text-body {
        max-width: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .total-solution-package-section__text-container {
        padding: 0 5%;
    }

    .product-logo {
        padding-top: 18%;
    }

    .product_icons {
        max-width: 100px;
    }

    .mirus_icon {
        width: 100px;
        height: 100px;
        padding: 7.5px;
    }

    /* VIDEOS */
    /* DOWNLOADS */
    .downloads-section {
        flex-direction: column;
    }

    .download-icon {
        width: 135px;
        margin: 0 auto;
    }

    /* FAQ */
}


/*------------------------------------------------------------------------------------------------*\
| md breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {

    /* SHARED STYLES */
    .left-aligned {
        margin: 0 auto;
        max-width: 90%;
    }

    /* buttons */
    .download-icon {
        margin-left: 0px;
    }

    /* modals */
    .img-modal {
        width: 100%;
        transform: none;
    }

    .img-modal img {
        width: 100%;
    }

    /* HEADER SECTION */
    .product-banner {
        height: 27.5rem;
    }

    .main-bullets__text {
        max-width: 70%;
    }

    .main-bullets__links {
        max-width: 30%;
    }

    /* MAIN BULLETS */
    /* MIRUS INFO */
    .mirus-info__plugin-section {
        flex-direction: column;
    }

    .mirus-info__button-row {
        flex-direction: column;
        padding-top: 50px;
        max-width: 300px;
        margin: 0 auto;
    }

    .mirus-info__button-row>.col {
        padding-top: 20px;
    }

    /* SYSTEM REQUIREMENTS */
    .system-requirements {
        max-width: 75%;
    }

    /* MESA PRODUCT BANNER */
    /* MESA INFO */
    /* TOTAL SOLUTION PACKAGE */
    .total-solutions-package-section {
        flex-direction: column;
        text-align: center;
    }

    .total-solutions-package-section__equation-row,
    .total-solution-package-section__equation {
        margin: 0 auto;
    }

    .total-solution-package-section__equation {
        max-width: 550px;
    }

    .total-solution-package-section__text-container {
        padding-left: 15px;
    }

    .total-solution-package-section__text-body {
        max-width: none;
    }

    .product-logo {
        padding-top: 175px;
    }

    /* VIDEOS */
    /* DOWNLOADS */
    /* FAQ */

}


/*------------------------------------------------------------------------------------------------*\
| lg breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {

    /* SHARED STYLES */
    .left-aligned {
        margin: 0 auto;
        max-width: 75%;
    }

    /* HEADER SECTION */
    .main-bullets__text {
        max-width: 70%;
    }

    .main-bullets__links {
        max-width: 30%;
    }

    .product-banner {
        height: 500px;
    }

    .product-banner-logo {
        width: 22.75rem;
    }

    /* MAIN BULLETS */
    /* MIRUS INFO */
    /* SYSTEM REQUIREMENTS */
    /* MESA PRODUCT BANNER */
    /* MESA INFO */
    /* TOTAL SOLUTION PACKAGE */
    .product-logo {
        padding-top: 200px;
    }

    .total-solutions-package-section {
        max-width: 990px;
    }

    .total-solution-package-section__text-container {
        max-width: 350px;
    }

    /* VIDEOS */
    /* DOWNLOADS */
    /* FAQ */

}


/*------------------------------------------------------------------------------------------------*\
| xl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1200px) and (max-width: 1559px) {

    /* SHARED STYLES */
    .left-aligned {
        margin: 0 auto;
        max-width: 75%;
    }

    /* HEADER SECTION */
    .main-bullets__text {
        max-width: 70%;
    }

    .main-bullets__links {
        max-width: 30%;
    }

    .product-banner {
        height: 690px;
    }

    .product-banner-logo {
        width: 28rem;
    }

    /* MAIN BULLETS */
    /* MIRUS INFO */
    /* SYSTEM REQUIREMENTS */
    /* MESA PRODUCT BANNER */
    /* MESA INFO */
    /* TOTAL SOLUTION PACKAGE */
    .total-solutions-package-section {
        max-width: 1150px;
    }

    .total-solution-package-section__text-container {
        max-width: 400px;
    }

    /* VIDEOS */
    /* DOWNLOADS */
    /* FAQ */

}

/*------------------------------------------------------------------------------------------------*\
| xxl breakpoint
\*------------------------------------------------------------------------------------------------*/
@media (min-width: 1560px) {

    /* SHARED STYLES */
    /* HEADER SECTION */
    .product-banner {
        height: 690px;
    }

    .product-banner-logo {
        width: 28rem;
    }

    /* MAIN BULLETS */
    /* MIRUS INFO */
    /* SYSTEM REQUIREMENTS */
    /* MESA PRODUCT BANNER */
    /* MESA INFO */
    /* TOTAL SOLUTION PACKAGE */
    /* VIDEOS */
    /* DOWNLOADS */
    /* FAQ */

}