.feature-matrix {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

.feature-matrix button.title {
    width: 33.33%;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
    user-select: none;
    background: none;
    border: none;
    color: #333;
}

.feature-matrix.half {
    width: 50%;
}

.feature-matrix .icon {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.feature-matrix .title.on {
    text-decoration: underline;
    text-decoration-color: #77c11f;
    text-decoration-thickness: 4px;
}

.feature-matrix .title.a {
    /*border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom:1px solid #333;
    border-radius: 20px 0 0px 0px;*/
}

.feature-matrix .title.b {
    /*border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-bottom:1px solid #333;*/
}

.feature-matrix .title.c {
   /* border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom:1px solid #333;
    border-radius: 0px 20px 0px 0px;*/
}

.feature-matrix .reveal-content {
    padding: 15px 20px;
    width: 100%;
    /*border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-bottom:1px solid #333;
    border-radius: 0 0 20px 20px;*/
}

.feature-matrix.header {
    border-bottom: 1px solid #c0c0c0;
}

.feature-matrix.line-top {
    border-top: 1px dashed #eee;
    padding-top:10px;
    margin:5px auto;
}

.feature-matrix .semi-bold {
    font-weight: 500;
}

.feature-matrix .bold {
    font-weight: 600;
}

.feature-matrix .left {
    text-indent: 50px;
    width: 100%;
    text-align: left;
}

.feature-matrix .list-item {
    width: 100%;
    text-align: left;
    line-height: 25px;
}

.feature-matrix .center {
    width: 100%;
    text-align: center;
}

.feature-matrix .yes {
    background: transparent url(../images/icon-yes.svg) center top no-repeat;
    background-size: 30px 30px;
}

.feature-matrix .no {
    background: transparent url(../images/icon-no.svg) center top no-repeat;
    background-size: 30px 30px;
}





.artifex-shop-popup {
    font-family:"Source Sans Pro", sans-serif;
    display: none;
}

.artifex-shop-popup .background-blocker {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    background: rgba(0,0,0,0.5);
}

.artifex-shop-popup .main-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 600px;
    margin: calc(50vh - 300px) 15%;
    background: #fff;
    z-index: 10001;
    border-radius: 10px;
    padding: 20px;
}

.artifex-shop-popup .order-confirmation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #c0c0c0;
    margin: 100px 20px;
    width: calc(100% - 40px);
    padding-top: 20px;
}

.artifex-shop-popup .main-panel .grid {
    margin: 10px;
    overflow-y: scroll;
    height:410px;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
}

.artifex-shop-popup .main-panel .title {
    width: 100%;
    text-align: center;
    max-height: 50px;
}

.artifex-shop-popup .main-panel .title h1 {
    padding: 0 40px;
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
}

.artifex-shop-popup span.standout {
    color: #000;
    font-weight: 600;
}

.artifex-shop-popup .main-panel .text {
    font-size: 24px;
}

.artifex-shop-popup .close-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: transparent url("../images/icon-close.png") center center no-repeat;
    background-size: 25px 25px;
}

.artifex-shop-popup .main-panel .product {
    font-size: 30px;
    margin: 20px 0 10px 0;
    width: 100%;
    height: 57px;
    line-height: 50px;
    text-indent: 60px;
    background: transparent url("../images/appkit-logo.png") 0 center no-repeat;
    background-size: 38px 57px;
}

.artifex-shop-popup .main-panel .grid .radio-set {
    margin: 0 0 0 30px;
}

.artifex-shop-popup .main-panel .grid input[type=radio] {
    margin: 10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.artifex-shop-popup .main-panel .grid .radio {
    display: inline-flex;
    align-items: center;
}

.artifex-shop-popup .main-panel .grid .radio--large {
    font-size: 24px;
}

.artifex-shop-popup .main-panel .grid .radio-Input {
    margin: 0 6px 0;
}

.artifex-shop-popup .main-panel .grid .text-input {
    margin: 5px 40px;
    width: calc(100% - 80px);
    height: 40px;
    border:2px solid #cacaca;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    text-indent: 10px;
}

.artifex-shop-popup .main-panel .grid input[type=text]:focus {
    outline: none;
}

.artifex-shop-popup .main-panel .grid .text-input::-webkit-input-placeholder, 
.artifex-shop-popup .main-panel .grid .text-input::-moz-placeholder { 
    color: #999;
}

.artifex-shop-popup .main-panel .grid .footnote {
    margin: 10px 0 10px 0px;
    font-size: 18px;
}

.artifex-shop-popup .main-panel .privacy {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin: 10px 0 0 10px;
    font-size: 18px;
}

.artifex-shop-popup .main-panel .tandcs {
    position: absolute;
    bottom: 20px;
    margin: 20px 0 0 10px;
    font-size: 18px;
}


/** Bespoke checkbox **/

/* The container */
.artifex-shop-popup .main-panel .tandcs .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.artifex-shop-popup .main-panel .tandcs .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.artifex-shop-popup .main-panel .tandcs .container .label {
    line-height: 30px;
    font-size: 18px;
}

/* Create a custom checkbox */
.artifex-shop-popup .main-panel .tandcs .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius:5px;
    border:2px solid #cacaca;
}

/* On mouse-over */
.artifex-shop-popup .main-panel .tandcs .container:hover input ~ .checkmark {
    border:2px solid #666;
}

/* When the checkbox is checked, add a blue background */
.artifex-shop-popup .main-panel .tandcs .container input:checked ~ .checkmark {
    background-color: #327bf6;
    border:2px solid #327bf6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.artifex-shop-popup .main-panel .tandcs .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.artifex-shop-popup .main-panel .tandcs .container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.artifex-shop-popup .main-panel .tandcs .container .checkmark:after {
    left: 9px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.artifex-shop-popup .main-panel button {
    position: absolute;
    bottom: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border:0;
    width: 160px;
    height: 60px;
    background-color: #dc6b4d;
    color: #fff;
    margin: 0 calc(50% - 100px);
    cursor: pointer;
}

.artifex-shop-popup .main-panel button:disabled {
    cursor: default;
    background-color: #dc6b4d;
    color: #fff;
    opacity: 0.25;
}

.artifex-shop-popup .error {
    color:#cc0000;  
}


/** Download panel specific **/
.artifex-shop-popup .main-panel.download {
    height: auto;
}

.artifex-shop-popup .main-panel.download h2 {
    font-size: 24px;
    font-weight: normal;
}

.artifex-shop-popup .main-panel .flex-holder {
    margin: 20px auto 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.artifex-shop-popup .main-panel .flex-holder.space-around {
    justify-content: space-around;
}

.artifex-shop-popup .main-panel.download .flex-holder button {
    position: relative;
    width: 160px;
    margin: auto 10px;
    height: 60px;
    line-height: 22px;
    bottom: 0px;
}

/* < Tablet landscape */
@media all and (max-width : 1399px)  {
    .artifex-shop-popup .main-panel {
        width: 86%;
        margin-left: 7%;
        margin-right: 7%;
    }
}

/* < Tablet landscape */
@media all and (max-width : 1023px)  {

    .artifex-shop-popup .main-panel {
        width: 96%;
        height: 96vh;
        margin: 2vh 2%;
    }

    .artifex-shop-popup .main-panel .grid {
        margin: 10px;
        overflow-y: scroll;
        height:calc(96vh - 200px);
        border-top: 1px solid #c0c0c0;
        border-bottom: 1px solid #c0c0c0;
    }

    .artifex-shop-popup .main-panel .title h1 {
        font-size: 22px;
    }

    .artifex-shop-popup .main-panel .tandcs .container .label {
        font-size: 15px;
    }

}

/* <= Tablet portrait */
@media all and (max-width : 768px)  {

    .artifex-shop-popup .main-panel button {
        bottom: 50px;
    }

    .artifex-shop-popup .main-panel .privacy {
        bottom: 13px;
    }

    .artifex-shop-popup .main-panel .tandcs {
        bottom: 0px;
    }


    .artifex-shop-popup .main-panel .flex-holder.space-around {
        flex-direction: column;
    }
}

/* <= Phone portrait */
@media all and (max-width : 480px)  {

    .artifex-shop-popup .main-panel {
        padding: 20px 8px;
    }
    
    .artifex-shop-popup .main-panel .title {
        text-align: left;
    }

    .artifex-shop-popup .main-panel .title h1 {
        font-size: 18px;
        line-height: 30px;
        padding: 0 40px 0 0;
    }

    .artifex-shop-popup .main-panel .text {
        font-size: 20px;
    }

    .artifex-shop-popup .main-panel .product {
        font-size: 22px;
    }

    .artifex-shop-popup .main-panel .tandcs .container .label {
        font-size: 13px;
    }

    .artifex-shop-popup .main-panel .privacy {
        font-size: 13px;
    }
}

/* <= really small Phone portrait */
@media all and (max-width : 320px)  {

    .artifex-shop-popup .main-panel .tandcs .container .label {
        font-size: 10px;
    }

    .artifex-shop-popup .main-panel .privacy {
        font-size: 10px;
    }

}



