/* Desktop and General Styles */
html, body, h1, h2, h3, h4, h5, h6, p, span, ul, ul li, a, a:link, a:active, a:visited, a:hover, form, form input {
    font-family: "proxima-nova", Arial, Helvetica, sans-serif !important;
}

h1 {
    font-weight: 400;
    margin-bottom: 0.4em;
    color: #445c6d;
}

h1 + p {
    font-size: 1.6875em !important;
    margin-bottom: 3.15em;
    font-weight: 100 !important;
    line-height: 1.3;
}

h2 {
    font-size: 1.25em !important;
    margin-top: 40px;
}

#developer-form h2 {
    margin-top: 20px;
    margin-bottom: 30px;

}

form div.row label.long-label {
    width: 135px !important;
}

h2.question {
    font-weight: 600;
}

ul {
    font-size: 1em;
}

a:hover {
    color: #4A90AD;
}

#left-menu {
    padding-top: 3px;
    margin-bottom: 300px;
}

#left-menu input[name=keywords] {
    margin-bottom: 19px;
    border: 1px solid #cccccb;
    border-radius: 5px;
    padding: 6px 8px 5px 8px;
    height: 37px;
    color: #4e4e4e;
    /*font-size: 0.8125em;*/
    font-size: 13px !important;
    width: 100%;
}

#left-menu .styled-select select{
    font-size: 13px !important;
}

#left-menu input:focus[name=keywords], #left-menu input:active[name=keywords] {
    border: 1px solid #9B9B9B;
}

#left-menu .google-search-submit {
    background: url("../png/search-ico-hires-2.png") no-repeat scroll 0 0 / 16px 16px transparent !important;
    margin-right: 5px;
    margin-top: 5px;
}

.google-search-submit {
    background: url("../png/search-ico-hires-2.png") no-repeat scroll 0 0 / 13px 13px transparent !important;
    border: 0;
    border-top: 1px solid #fff;
    height: 16px;
    width: 16px;
}

.google-search-submit-wrapper {
    padding: 5px 4px 4px;
    position: absolute;
    right: 0;
    top: 0;
}

#left-menu h3 {
    color: #4e4e4e !important;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 21px;
    margin-top: 0;
    margin-bottom: 2.4px;
}

#left-menu li, #left-menu li a {
    color: #8e8e8e;
    font-size: 0.875rem;
    line-height: 25px;
}

#left-menu li.active a {
    font-weight: bold;
    color: #4A90AD;
}

#left-menu a:hover {
    color: #4A90AD;
}

div.filter-results-panel i,
div.filter-results-panel span,
div.filter-results-panel b {
    position: relative;
    top: 8px;
}

/*div.filter-results-panel, div.filter-results-panel span {*/
    /*!*font-size: 1em !important;*!*/
    /*position: relative;*/
/*}*/

div.filter-results-panel span,
div.filter-results-panel b {
    color: #445C6D;
    font-size: 1.2em;
    font-weight: 600;
}

div.filter-results-panel i {
    color: #445C6D;
    font-size: 1.2em;
    font-weight: 100
}

a.clear-search-filter {
    font-size: 0.9em;
    float: right;
    color: #C9C9C9;
    position: relative;
    top: 12px;
}

div.filter-results-panel hr {
    margin: 40px 0;
}

div.collapse {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

div.inset {
    padding-left: 50px;

}

.search-spinner {
    color: #9b9b9b;
}

.row.module-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
}

/* Override of flex item width so correct number will appear per row in Safari */
.small-6 {
    flex-basis: 49.9%;
}


@media only screen and (min-width: 40.063em){
    .medium-4 {
        flex-basis: 30.2%;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-3 {
        flex-basis: 24.9%;
    }
}



div.module {
    border: 1px solid transparent;
    margin-top: -13px;
    margin-bottom: 45px;
    padding: 13px;
    cursor: pointer;
}

div.module:hover {
    border: 1px solid lightgrey;
    border-radius: 10px;
}

div.module p {
    margin-bottom: 11px;
    line-height: 1.2;
}

div.module p.title {
    margin-top: 10px;
    font-size: 1em;
    color: #445C6D;
    font-weight: 600;
}

div.module p.author,
div.module p.price {
    font-size: 0.875em;
    font-weight: 400;
    color: #4e4e4e;
}

div.module p.price {
    color: #4B6170;
    font-size: 0.875em;
}

div.module p.last-updated {
    color: #8e8e8e;
    font-weight: 300;
    font-size: 0.75em;
}

div.paginator {
    border-top: 2px solid lightgrey;
    margin-right: 0.9375em;
    margin-bottom: 140px;
    padding: 20px 0 20px 0;
}

div#backToShowcase {
    padding: 30px 0 30px;
    text-align: left;
}

div#backToShowcase a img {
    height: 14px;
    margin-top: -3px;
    padding-right: 10px;
}

div#moduleDetailsTop {
    border: 1px solid #777777;
    border-radius: 5px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
}

/*div#moduleDetailsTop img {*/
    /*max-height: 162px;*/
/*}*/

div#moduleDetailsTop h1 {
    font-size: 1.3125em !important;
    margin: 60px 0 0 0 !important;
}

p#modulePrice {
    color: #445c6d;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: 36px;
    margin: 30px 0 10px 0 !important;
}

p.module-type {
    color: #9B9B9B;
    font-size: 14px;
    font-style: italic;
    margin-top: 20px;
}

div#moduleDetailsTop h1 + p {
    font-size: 1.125em !important;
    margin-bottom: .15em;
    font-weight: 400 !important;
    line-height: 1.3;
}

div#moduleDescription ul {
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}

div#moduleDescription ul li ul {
    margin-left: 2rem;
    margin-bottom: 0;
    display: inline-flex;
    list-style-type: none;
}

div#companyInfo {
    margin-bottom: 75px;
}

div#companyInfo h2 {
    margin-top: 0;
}

div#modulePurchase p {
    text-align: center;
}

div#modulePurchase p a {
    /*font-size: 1.4rem;*/
}

div#modulePurchase p a {
    font-size: 1rem !important;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.mainMenu {
    padding: 30px 0 0 0;
    font-size: 0.9375em;
    color: #4A90AD;
}

.mainMenu a, #backToShowcase a {
    font-size: 0.875em !important;
    color: #4A90AD;
    font-weight: 600;
}

.mainMenu a:hover {
    text-decoration: underline;
}

.summary {
    font-size: 1.5em;
    color: #4e4e4e;
    text-align: center;
}

.top-error {
    text-align: center;
    color: red;
    margin-top: 5px;
    margin-bottom: 5px;
}

form input[type="text"] {
    margin-bottom: 0.2em;
}

.row form .row, form .row {
    margin-bottom: 15px;
}

.row.controls {
    margin-top: 50px;
    margin-bottom: 25px;
}

div#moduleShowcaseFaq {
    margin-bottom: 100px;
}

div#moduleShowcaseFaq #backToShowcase {
    padding-left: 1rem;
}

div#moduleShowcaseFaq h1 {
    margin-top: 0 !important;
}

div#moduleShowcaseFaq ul {
    list-style: none;
    margin-left: 4px;
}

div#moduleShowcaseFaq ul li:before {
    display: inline-block;
    content: '.';
    position: relative;
    top: -4px;
    right: 4px;
    font-size: 1.75em
}

#developer-form p {
    color: #9B9B9B;
}

#developer-form a {
    color: #4A90AD;
}

div.spec-key,
div.spec-value {
    float: left;
    color: #4E4E4E !important;
}

div.spec-value a {
    color: #4A90AD;
}

div.spec-value a:hover {
    text-decoration: underline;
}

div:not([data-depth='0']) > div.spec-key {
    width: 80px
}

div:not([data-depth='0']) > div.spec-value {
    padding-left: 10px
}

div[data-depth='0'] > div.spec-key {
    font-weight: 600;
    width: 150px;
}

ul#related-items {
    list-style-type: none;
    margin: 0;
}

ul#related-items a {
    color: #4A90AD;
}

ul#related-items a:hover {
    text-decoration: underline;
}

.inline-list > li {
    color: #4A90AD;
    margin-left: 10px;
}

.module-image-wrapper {
    margin-bottom: 20px;
    border: 15px solid #4e4e4e;
    border-radius: 5px;
    background: #4e4e4e;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.module-image-wrapper img {
    border-radius: 3px;
    float: none !important;
    width: 100%
}

#moduleDetailsTop .module-image-wrapper {
    margin-top: 30px;
    margin-bottom: 30px;
    width: auto;
}

#moduleDetailsTop .module-image-wrapper img {
    width: 135px;
}


hr.separator {
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: 15px;
    margin-right: 15px;
}

/* Tablet Styles */
@media only screen and (max-width: 1023px ) {
    body {
        font-size: 15px
    }

    .tab-bar {
        overflow: hidden;
    }

    div#moduleShowcaseFaq h1 {
        margin-bottom: 0.4em;
    }

    div#moduleShowcaseFaq h1+p {
        margin-bottom: 35px;
    }

    #left-menu {
        margin-bottom: 17px !important;
    }

    div#moduleShowcaseFaq #backToShowcase {
        //padding-top: 50px;
        //padding-bottom: 30px;
    }

    div#backToShowcase {
        text-align: center;
    }


    div#moduleDetailsTop {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
        padding-left: 0.9375em !important;
        padding-right: 0.9375em !important;
    }

    div#moduleDetailsInner {
        border: 1px solid #777777;
        border-radius: 5px;
        padding-bottom: 20px;
        padding-top: 20px;
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    div#moduleDetailsTop h1 {
        font-size: 21px !important;
        margin: 10px 0 5px 0 !important;
    }

    div#moduleDetailsTop h1 + p {
        font-size: 18px !important;
    }

    #moduleDetailsTop .primary-button {
        font-size: 1.1333333333em !important;
    }

    hr.separator {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/* Mobile Styles */
@media only screen and (max-width: 640px ) {
    .mb0 {
        margin-bottom: 0 !important;
    }

    div#moduleDetailsTop h1 {
        font-size: 15px !important;
    }

    h1 {
        font-size: 1.3875em !important;
    }

    h1 + p {
        font-size: 1.28571428571429em !important;
    }

    .developer-page h2 {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    div#backToShowcase {
        text-align: center;
        padding-bottom: 30px;
    }

    div#moduleShowcaseFaq #backToShowcase {
        padding-top: 0;
    }

    div#moduleDetailsTop h1 + p {
        font-size: 12px !important;
        margin-bottom: 0;
    }

    p.module-type {
        margin: 10px 0;
    }

    body {
        font-size: 14px
    }

    div.module,
    div.module:hover {
        //height: auto;
        border: none;
        //margin-bottom: 45px;
    }

    div.module img {
        width: 100%
    }

    div#moduleDetailsTop img {
        //width: 100px;
        //margin: 10px 25px 10px 0;
        margin: 0;
    }

    div.row.module-list {
        margin-bottom: 80px;
    }

    #sorting {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    ul#sorting li {
        display: inline
    }

    ul#sorting li:after {
        content: " / ";
        display: inline-block;
        padding: 0 5px;
    }

    ul#sorting li:first-of-type:after {
        display: inline;
    }

    ul#sorting li.sort-label {
        display: inline !important;
    }

    ul#sorting li.sort-label strong {
        display: inline !important;
        background-color: transparent;
        font-weight: 600 !important;
        color: #4E4E4E !important;
    }

    ul#sorting li:first-of-type:after,
    ul#sorting li:last-of-type:after {
        content: none;
    }

    div#moduleDescription ul {
        -moz-column-count: inherit;
        -moz-column-gap: inherit;
        -webkit-column-count: inherit;
        -webkit-column-gap: inherit;
        column-count: inherit;
        column-gap: inherit;
    }

    div#companyInfo {
        margin-bottom: 80px;
        margin-top: 0;
    }

    div.module p.title {
        font-size: 1.142857em;
    }

    .row form .row, form .row {
        margin-bottom: 0;
    }

    form .row .columns {
        margin-bottom: 10px;
    }

    .row.controls {
        margin-top: 59px;
    }

    #modulePurchase {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    a.clear-search-filter {
        width: 100%;
        top: 0;
        margin: 10px 0 30px 0;

    }
}

@media only screen and (max-width: 767px ) {
    h1 {
        font-size: 1.28571428571429em !important;
    }

    h1 + p {
        margin-bottom: 1.75em;
    }

    .mainMenu {
        padding: 25px 0 0 0;
    }

    div#backToShowcase {
        margin: 25px auto 0 auto;
        padding: 0 0 30px 0;
    }

    #left-menu {
        margin-bottom: 0;
    }

    form label {
        font-size: 0.85714285714286em !important;
    }

    div.row.module-list div:nth-child(odd) {
        clear: left
    }

    #moduleDetailsInner .module-image-wrapper {
        border-width: 10px;
    }

    #moduleDetailsTop .module-type {
        font-size: 0.8125em;
        margin-top: 5px;
    }

    p#modulePrice {
        margin-top: 0 !important;
    }
}

.confirm-page {
    margin-bottom: 50px;
}

.confirm-page p {
    font-weight: 300;
}

.confirm-page a {
    color: #4A90AD;
}

.confirm-page a:hover:not(.over-primary-button) {
    text-decoration: underline;
}

ol.module-list {
    counter-reset: list;
}

ol.module-list > li {
    list-style: none;
}

ol.module-list > li:before {
    content: counter(list) " ) ";
    counter-increment: list;
}

ol.module-list-inner > li {
    list-style: lower-alpha;
    margin-left: 2rem;
}

.module-form-wrapper {
    padding-bottom: 75px;
}

.module-form-wrapper input,
.module-form-wrapper textarea {
    border-radius: 3px;
}

.module-form-wrapper textarea:focus {
    border: 1px solid #4A90AD;
    outline: none;
    background: #fff;
}

.module-showcase-message {
    padding-bottom: 150px;
}

.module-note {
    color: #9B9B9B;
    font-size: 14px;
    font-style: italic;
    line-height: 17px;
    font-weight: 300;
    margin-bottom: 50px;
}

.module-note + form {
    position: relative;
    margin-left: 30px;
    font-size: 16px;
    line-height: 26px;
    color: #4E4E4E;
}

.reduce-padding {
    padding-bottom: 50px;
}

.over-primary-button {
    border: none;
    display: inline-block;
    padding: 12px 20px;
    height: 45px;
    width: 214px;
    position: relative;
    border-radius: 3px !important;
    background: #f7901e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7901e 0%, #f79b1e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7901e), color-stop(100%, #f79b1e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7901e 0%, #f79b1e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7901e 0%, #f79b1e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7901e 0%, #f79b1e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7901e 0%, #f79b1e 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7901e', endColorstr='#f79b1e', GradientType=0);
}

.over-primary-button:hover {
    background: #E38025 !important;
}

.over-primary-button span {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}

input.module-input[type='checkbox'] {
        opacity: 0;
        position: absolute;
        left: 0.9375em;
        width: 21px;
        height: 21px;
        cursor: pointer !important;
        z-index: 1;
}

input.module-input[type='checkbox'] + span.input-label {
    margin: 0 13px 0 0 !important;
    float: left;
    clear: none;

    position: relative;
    top: -2px;

    /* Left padding makes room for image */
    padding: 12px;
    /* Make look clickable because they are */

    background: url('../png/form_checkbox_off%402x.png') center center no-repeat;
    background-size: 100% !important;
}

input.module-input[type='checkbox'] + span.input-label.error-field {
    border: none;
    background-image: url('../png/form_checkbox_error.png');
}

input.module-input[type='checkbox']:checked + span.input-label{
    background-image: url('../png/form_checkbox_on%402x.png');
}

#module-checkbox-2 + span + span.input-text {
    width: calc(100% - 40px);
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
}

#module-checkbox-2 + span + span.input-text.error-field {
    border: none;
    color: red;
}

#module-checkbox-2 + span + span.input-text.error-field div.error{
    float: unset;
    font-size: 14px;
    font-weight: 600;
    position: static;
}

.module-showcase-title {
    margin-bottom: 75px;
}

.module-showcase-title + p {
    font-size: 16px !important;
    line-height: 25px;
    color: #4E4E4E !important;
    font-weight: 300 !important;
    margin-bottom: 15px;
}

.create-account-btn {
    margin: 35px 0 110px 0;
}


.confirm-page p.title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

span.input-text {
    color: #4E4E4E;
    font-size: 16px;
    line-height: 20px;
}

.styled-select div.error {
    display: inline-block;
    float: right;
    position: relative;
    top: 4px;
}

.styled-select label span {
    color: #f04124;
}

span.module-cancel {
    font-size: 16px;
    color: #9B9B9B;
    line-height: 20px;
    margin-left: -55px;
    margin-right: 20px;
}

span.module-cancel:hover {
    cursor: pointer;
}

@media only screen and (max-width: 400px ) {
    span.module-cancel {
        margin-left: 0;
        margin-right: 0;
        display: block;
        margin-bottom: 20px;
    }
}


.module-dev-info h2 {
    display: inline-block;
}

.module-dev-info h2 + span {
    color: #4E4E4E;
    font-size: 12px;
    line-height: 21px;
    margin-left: 20px;
}